@charset "utf-8";

.logoLoader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fceca4;
    z-index: 100;
}
.logoLoader .flontLogo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30%;
    height: 200px;
    text-align: center;
}
.logoLoader .flontLogo::before {
    content:"";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #fceca4;
    position: absolute;
    top:0;
    left: 100%;
    animation: loadLogo 1.5s;
}
@keyframes loadLogo {
    0% {left:0;}
    50% {left: 0;}
    100% {left:100%;}
}
.logoLoader.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 2s;
}
@keyframes slideOut {
    0%{transform: translateY(0%);}
    50%{transform: translateY(0%);}
    100%{transform: translateY(100%);}
    }

    .logoLoader .flontLogo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 30%;
        height: 200px;
        line-height: 200px;
        text-align: center;
        font-size: 5rem;
    }

@media screen and (max-width:1023px){
    .logoLoader .flontLogo {
        width: 50%;
    }    
}
@media screen and (max-width:767px){
    .logoLoader .flontLogo {
        width: 70%;
    }
}



/*===========================*/
/*========/ BASIC /==========*/
/*===========================*/

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #0E536E;
}

section{
padding: 40px 0px 60px 0px;
}

h2{
    padding: 30px;
}

.title {
    padding: 20px 0px 0px 0px;
}

a{
    text-decoration: none;
    text-align: center;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

a:hover{
    transition: 2.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

ul,ol{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

table{
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 5px;
}

img,iframe{
    display: block;
    width: 100%;
    margin: 0 auto;
}

/*--BACKGROUND_COLOR--*/
.bgWhite {
	background-color: #fff9ee;
}
.bgOrange {
	background-color: #f7a84e;
}
.bgYellow {
    background-color: #ffde5a;
}
.bgCream {
    background-color: #fceca4;
}

/*----/ FONT /----*/
    /*----/ toppan /----*/
    *{
        font-size: 16px;
        font-family: "toppan-bunkyu-gothic-pr6n", serif;
        font-weight: 400;
        font-style: normal;	
        font-feature-settings:"palt 1";
        text-align: justify;
        -webkit-font-smoothing:subpixel-antialiased;
    }
    /*----/ yugo
    *{
        font-size: 16px;
        font-family: "yu-gothic-pr6n", sans-serif;
        font-style: normal;
        font-weight: 400;
        font-feature-settings:"palt 1";
        text-align: justify;
        -webkit-font-smoothing:subpixel-antialiased;
    }
        /----*/

/*--FONTCOLOR--------*/
.textWhite{
	color: rgb(255,255,255);}
.textOrange{
	color: #f7931e;}

.markerWhite {
	background: linear-gradient(transparent 0%, 50%, #ffffff7c 0%);
	display: inline;
}
.mar10 {
	margin-right: 10px;
}

/*--FONTSIZE--text------*/
.textSmall{
	font-size: 0.8rem;
	letter-spacing: -0.1rem;
	line-height: 1.2rem;
	text-align: justify;
}
.textStandard{
	font-size: 1.2rem;
	letter-spacing: -0rem;
	line-height: 2.2rem;
	text-align: justify;
}
.textMidium{
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-align: justify;
}
.textBig{
	font-size: 2.6rem;
	letter-spacing: 0.2rem;
	line-height: 3.4rem;
	font-feature-settings: "palt";
}

/*--/ textLAYOUT /--------*/
.textCenter p{text-align: center;}
.textLeft p{text-align: left;}
.textRight p{text-align: right;}

.markerYellow{
    background: linear-gradient(transparent 0%, 50%, #f7f0b1ac 0%);
    display: inline;
}
.pcBr{display: block;}

/*===========================*/
/*-------/ DISPLAY /---------*/
/*===========================*/
.blockItem{
	display: block;}
.inlineblockItem{
	display: inline-block;}
.inlineItem{
	display: inline;}

.spNone{display: block;}
.pcNone{display: none;}

/*===========================*/
/*========/ LINK  /==========*/
/*===========================*/

.buttonFlex{
    display: flex;
    flex-direction: row;
}
.buttonFlex a{
    margin-right: 10px;
}

.btnOrange,
a.btnOrange {
padding: 10px 20px 10px 32px;
color: #f7a84e;
border: solid 1px #f7a84e;
text-align: center;
}

a.btnOrangeSmall {
    padding: 10px 20px 10px 32px;
    color: #f7a84e;
    border: solid 1px #f7a84e;
    text-align: center;
    margin-right: 10px;
    }
    
.btnOrange:hover,
a.btnOrange:hover,
a.btnOrangeSmall:hover {
color: #fff;
background: #f7a84e;
}

.btnNavy,
a.btnNavy {
    padding: 10px 40px;
    color: #0E536E;
border: solid 1px #0E536E;
}
.btnNavy:hover,
a.btnNavy:hover {
color: #fff;
background: #0E536E;
}

a.btnRadius {
border-radius: 100vh;
}    
/*===========================*/
/*-------/ WRAPPER /---------*/
/*===========================*/

.contentsWrapper {
	width: calc(100% - 100px);
	max-width: 1000px;
	margin: 0 auto;
    overflow: visible;
}

.contentsWrapper2 {
	width: calc(50% - 20px);
    max-width: 1000px;
	margin: 0 auto;
}

.under10 {
	padding-bottom: 10px;
}
.under30 {
	padding-bottom: 30px;}
.under60 {
	padding-bottom: 60px;}

.padding20 {
	padding: 20px;
}

.top20 {margin-top: 20px;}

/*===========================*/
/*----------/ FLEX /---------*/
/*===========================*/
.flexWrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
}
.flexLeft{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.flexRight{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.spaceBetween{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.spaceAround{
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex-center{
	justify-content: center;
	align-items: center;
}

/*===========================*/
/*----/ ENTRY-button /----*/
/*===========================*/
.entryButton {
    max-width: 180px;
    position: fixed;
    z-index: 20;
    right: 20px;
    bottom: 10px;
}

.entryButton:hover {
    bottom:8px;
}

/*===========================*/
/*----/ SECTION - entry /----*/
/*===========================*/
.entryText {
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-align: left;
}

/*===========================*/
/*--/ SECTION - schedule /---*/
/*===========================*/

.scheduleTable{
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.scheduleTable th{
    text-align: center;
    padding: 20px;
}
.scheduleTable td{
    font-size: 1.1rem;
    text-align: center;
    padding: 20px;
    background-color: #fff;
}

th:nth-child(1), td:nth-child(1) { width: 15%; }
th:nth-child(2), td:nth-child(2) { width: 20%; }
th:nth-child(3), td:nth-child(3) { width: 65%; }

.scheduleTable td:first-child {
    font-size: 1.3rem;
    background-color: #f7931e;
    color: #fff;
}
.scheduleTable td:last-child {
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: left;
}




/*===========================*/
/*---/ agreement /---*/
/*===========================*/

.agreement {
    margin-top: 60px;
}
.faq-item {
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.faq-item button {
    text-align: center;
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: #ffffffd0;
    border: none;
    cursor: pointer;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    color: #0E536E;
    }

.faq-answer {
    display: none;
    background: #ffffffd0;
    padding: 50px;
}

.faq-answer p{
    font-size: 0.8rem;
    padding-bottom: 10px;
}
.faq-answer li{
    font-size: 0.8rem;
    padding-bottom: 10px;
}

/*===========================*/
/*---/ footer /---*/
/*===========================*/

.footerText {
    letter-spacing: 0.15rem;
}


@media screen and (max-width:1023px){
	.pcBr{display: none;}
	.tbBr{display: block;}
	.spBr{display: block;}

    .contentsWrapper {
        width: calc(100% - 40px);}
    .entryText {
        font-size: 0.9rem;
        line-height: 1.4rem;}
        .textStandard {
            font-size: 1rem;
            line-height: 1.6rem;
        }
        .scheduleTable,
        .scheduleTable thead,
        .scheduleTable tbody,
        .scheduleTable th,
        .scheduleTable td,
        .scheduleTable tr {
            display: block;
            width: 100%;
        }
        .scheduleTable td{
            margin-bottom: 6px;
            padding: 20px 60px;
        }

        .scheduleTable td:first-child{
            padding: 10px 60px;
        }
        .scheduleTable td:last-child{
            margin-bottom: 30px;
        }
        .buttonFlex a{
            font-size: 0.7rem;
            letter-spacing: 0.4;    
        }
        .flexLeft {
            flex-direction: column;
        }

    

}


@media screen and (max-width:767px){

    h2{
        padding: 0px 0px 20px 0px; 
    }
    
    .textStandard{
        font-size: 0.9rem;
        letter-spacing: -0rem;
        line-height: 1.4rem;
        text-align: justify;
    }
    .textMidium{
        font-size: 1.2rem;
        line-height: 1.4rem;
    }

    .entryText {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }

    .final .textCenter p {
        text-align: left;
    }

    .padding20 {
        padding: 20px 0px 0px 0px;
    }
    
    .faq-answer {
        font-size: 0.7rem;
        padding: 20px;
        line-height: 1.2rem;
    }

    section{padding: 30px 0px 10px 0px;}
    .contentsWrapper{width:calc(90%)}
	.tbBr{display: none;}
	.spBr{display: block;}
    .flexWrapper{
        flex-direction: column;
    }
    .contentsWrapper2 {
        width: calc(95%);
    }
/* */
    .spNone{display: none;}
    .pcNone{display: block;}


    .scheduleTable thead {
        display: none; /* テーブルヘッダーを非表示 */
    }

    .scheduleTable tr {
        margin-bottom: 30px;
        border-radius: 10px;
        padding: 0px;
        background: #fff;
    }

    .scheduleTable td {
        padding: 10px;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .scheduleTable td:last-child {
        border-bottom: none;
        font-size: 0.9rem;
        
    }

    .scheduleTable td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #F07957;
    }

        .buttonFlex {
            display: flex;
            flex-direction: column; /* ボタンを縦並びにする */
            align-items: center; /* 中央揃えにする */
            text-align: center;
        }
        
        .buttonFlex a {
            width: 80%; /* ボタンの幅を調整して中央揃えしやすくする */
            margin: 10px 0; /* 上下の余白をつけて見やすくする */
            text-align: center;
            font-size:1rem;
        }    

    .scheduleTable p {
        line-height: 1.4rem;
    }
    .faq-item button{
        font-size: 1rem;
        text-align: center;
    }
    .faq-question{
        padding: 10px;
    }

    .entryButton {
        display: none;
        /*
        max-width: 25vw;*/
    }
}