
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


/*リセット--------------*/
li,ul,p{
	padding: 0;
	list-style: none;
	margin: 0;
}
.pc_none{
	display: none !important;
}
.sp_none{
	display: block !important;
}
.st2-api__list--link {
	margin-bottom: 1rem;
}
@media (max-width: 736px) {
	.pc_none{
		display: block !important;
	}
	.sp_none{
		display: none !important;
	}

}
/*全体--------------*/
.st2-color-layout[data-color="1"]>div {
	background: #fffabe;
}
.st2-color-layout>div>div,
.st2-color-layout[data-color="1"]>div>div{
    padding: 9rem 0;
}
.st2-main-container {
    padding-top: 0;
}
.area_ind{
	padding: 1rem 1rem 2rem;
}
.ind{
	font-size: 1.3rem;
	text-indent: -1em;
	display: block;
	padding-left: 1em;
	line-height: 1.5;
}
.mat_1{
	margin-top: -1rem;
}
.mab_1{
	margin-bottom: 1rem;
}
.red{
	color: #cd0808;
}
@media (max-width: 736px) {
    .st2-paragraph p {
        font-size: 1.1rem;
		line-height: 1.4;
    }
	.st2-color-layout>div>div,
	.st2-color-layout[data-color="1"]>div>div{
		padding: 5rem 0 0;
	}
	
	.area_ind{
		padding:0 1rem 2rem;
	}
	.ind{
		font-size: 1.0rem;
	}

}
/*H1--------------*/
.st2-page-title__heading__txt {
	font-size: 1.4rem;
	font-weight: normal;
}
.st2-page-title {
    padding-top: 1rem;
    margin: 0 auto 1rem;
    max-width: 1100px;
}

@media (max-width: 736px) {
	.st2-page-title {
		padding-top: 0.5rem;
		margin: 0 auto 0.5rem;
	}
	.st2-page-title__heading__txt {
		font-size: 1.0rem;
	}
}

/*MV--------------*/
.main_area {
    background: url(/yado/sp/fukkou/kyushu/fukkou_kyushu_bk_mv.jpg) no-repeat;
	background-size: cover;
    margin: 0 -2rem;
    background-position: center top;
}
.main_mv{
    margin: 0;
}
.main_mv img {
    margin: 0 auto;
    display: block;
}

@media (max-width: 736px) {
    .main_area {
        margin: 0 -2.989%;
    }
}
/*アンカー--------------*/
.anc_area{
    margin: 0 -20px;
    background-color:#009143;
}
.anc_area ul {
	margin: 0 auto;
	max-width: 1100px;
	display: flex;
	padding: 1rem 0;
}
.anc_area ul li{
	flex:1;
	position: relative;
	border-right: 1px solid #fff;
}
.anc_area ul li:last-child{
	border-right: none;
}
.anc_area ul li a {
	color: #fff;
	font-size: 1.6rem;
	display: block;
	text-align: center;
}
.anc_area ul li a:hover {
}

.anc_area ul li a .st2-icon-bottom-arrow {
    width: 8px;
    height: 8px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    right: 10px;
    fill: #fff;
}

@media (max-width: 736px) {
    .anc_area{
        margin: 0 -2.989%;
    }
	.anc_area ul {
		flex-wrap: wrap;
		padding: 1rem 0 0;
	}
	.anc_area ul li{
		width: 24%;
		position: relative;
		border-right: 1px solid #fff;
		margin-bottom: 1rem;
	}
	.anc_area ul li a {
		font-size: 85%;
		line-height: 1.5;
	}
	.anc_area ul li:last-child{
		border-right: none;
	}
	.anc_area ul li a .st2-icon-bottom-arrow{
		right: 4px;
	}
}


/*MV下--------------*/
.st2-catch[data-style="2"] p {
	font-size: 4rem;
	color: #009143;
	text-align: center;
	font-family: "Noto Sans JP", system-ui;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}
.st2-paragraph[data-size=larger] p {
	line-height: 3.6rem;
}
.comment_box .st2-pic-block[data-pic-pos=left] .st2-pic-block__container-wrapper:first-child {
	max-width: 13%;
}
.comment_box{
	margin-top: 5rem;
	background-color: #fff;
    padding: 3rem;
	border: #cccccc solid 1px;
}
.comment_box .st2-pic-block[data-pic-pos] .st2-pic-block__container-wrapper+.st2-pic-block__container-wrapper {
    margin-top: 0;
}
@media (max-width: 736px) {
	.st2-catch[data-style="2"] p {
		font-size: 1.8rem;
		margin-top: -3rem;
	}
	.st2-paragraph[data-size=larger] p {
		line-height: 2.0rem;
		font-size: 1.2rem;
	}
	.comment_box .st2-pic-block[data-pic-pos=left] .st2-pic-block__container-wrapper:first-child {
		max-width: 25%;
		margin: 0 auto 1rem;
	}
    .st2-paragraph[data-align=right]  p {
        font-size: 1.1rem;
    }
	.st2-paragraph[data-size=smaller] p {
		font-size: 1.0rem;
		line-height: 1.5;
	}
	.comment_box{
		margin:5rem 0 3rem;
		padding: 2rem;
	}

}


/*h2--------------*/
.st2-heading-lv2__heading__txt {
	font-size: 3.5rem;
	text-align: center;
	font-family: "Noto Sans JP", system-ui;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	color: #009143;
}
@media (max-width: 736px) {
	.st2-heading-lv2__heading__txt {
		font-size:2.0rem;
	}
}
/*h3--------------*/
.st2-heading-lv3__heading__txt {
	font-size: 2.4rem;
	border-left: 6px solid #009143;
	padding-left: 10px;
}
@media (max-width: 736px) {
	.st2-heading-lv3__heading__txt {
		font-size: 1.6rem;
		border-left: 5px solid #009143;
		padding-left: 8px;
	}
}

dd.st2-list--detail__item-txt .st2-list--detail__item-label{
	font-weight: normal;
	font-size: 1.6rem;
}


/*表--------------*/
.coupon_box{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 1%;
}
.coupon_box h4{
	font-size: 2.3rem;
	text-align: center;
    color: #ffffff;
	margin: 0;
	padding: 0.5rem 0;
}
.coupon_box h4 span{
	font-size: 1.4rem;
	text-align: center;
}
.coupon_box.yado_coupon h4{
    background-color: #f53669;
}
.coupon_box.kokunaidp_coupon h4{
    background-color: #ff5805;
}
.coupon_price{
	background-color: #feffe8;
    border-radius: 10px;
    border: 3px solid #006934;
    margin: 0 auto;
}
.coupon_box.yado_coupon .coupon_price{
    border: 3px solid #f53669;
}
.coupon_box.kokunaidp_coupon .coupon_price{
    border: 3px solid #ff5805;
}
.cpn_price {
    display: flex;
    justify-content: space-evenly;
    border-bottom: dotted 3px #006934;
    align-items: center;
    margin: 0 auto 0.5rem;
    padding:0.2rem 1rem;
    max-width: 460px;
}
.coupon_box.yado_coupon .cpn_price {
    border-bottom: dotted 3px #f53669;
}
.coupon_box.kokunaidp_coupon .cpn_price {
    border-bottom: dotted 3px #ff5805;
}
.cpn_price:last-child{
	border-bottom: none !important;
}
.cpn_price .daikin {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.1;
}
.cpn_price .daikin span {
    font-size: 2.5rem;
	display: block;
}
.cpn_price .waribiki span {
    font-size: 2.2rem;
}
.cpn_price .yajirushi {
    font-size: 2rem;
    font-weight: bold;
}
.cpn_price .waribiki span strong {
    font-size: 4.2rem;
}


@media (max-width: 736px) {
	.coupon_box{
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	.coupon_box h4{
		font-size: 1.4rem;
	}
	.coupon_box h4 span{
		font-size: 1.1rem;
	}
	.coupon_price {
		padding: 0 0 0.5rem;
	}
	.cpn_price {
		margin: 0.5rem 0.5rem 0;
		padding: 0.5rem;
	}
	.coupon_box.yado_coupon{
		margin-bottom: 2rem;
	}
	.cpn_price .daikin {
		font-size: 1.0rem;
	}
	.cpn_price .daikin span {
		font-size: 1.4rem;
		padding-left: 0;
		display: block;
	}
	.cpn_price .yajirushi {
		font-size: 1rem;
		font-weight: bold;
	}
	.cpn_price .waribiki span {
		font-size: 1.3rem;
	}
	.cpn_price .waribiki span strong {
		font-size: 2.0rem;
	}
	dd.st2-list--detail__item-txt .st2-list--detail__item-label{
		font-size: 1.1rem;
	}
    .st2-list--detail__item+.st2-list--detail__item {
        margin-top: 0.5rem;
    }
}
/*クーポン--------------*/

.coupon_code .st2-divide-layout[data-border] .st2-divide-layout__item{
    padding: 0;
    border-radius: 6px;
    border-width: 2px;
}
.coupon_code{
    padding: 1rem 0 3rem;
}
.coupon_code.kokunaidp_code{
	padding-bottom: 10rem;
}
.coupon_code h4{
	font-size: 2.8rem;
    text-align: center;
    margin: 8rem 0 1rem 0;
	font-family: "Noto Sans JP", system-ui;
	font-optical-sizing: auto;
	font-weight:700;
}
.coupon_code h4 span{
    font-size: 1.6rem;
}
.coupon_code.yado_code h4{
    color: #f53669;
}
.coupon_code.kokunaidp_code h4{
    color: #ff5805;
}
.cpn_top{
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem;
    color: #fff;
	line-height: 1.4;
}
.cpn_top .sub{
    display: block;
    font-size: 50%;
    line-height: 1.2;
}
.cpn_top .sub_price{
	display: inline-block;
	padding-right: 5px;
    font-size: 70%;
}
.cpn_code_txt input{
    padding: 0;
    border: none;
    margin: 0 0 1rem 0;
    font-size: 3.4rem;
    text-align: center;
    font-weight: bold;
    background: none;
    width: 100%;
}
.cpn_code{
    margin: 0;
}
.cpn_btm{
    padding: 1rem 1rem 2rem 1rem;
}
.cpn_btm button{
    font-size: 1.0rem;
    margin: 0 auto;
    text-align: center;
    display: block;
    background-color: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 50px;
    padding: 0.5rem 1rem;
    width: 90%;
}
.cpn_btm .cpn_btn{
    margin: -1rem 0 0 0;
}
.code_btn{
	margin-bottom: 2rem;
}
/*色変え---------------------*/
.yado_code .cpn_top{
    background-color: #f53669;
}
.yado_code .cpn_btm button,
.coupon_code.yado_code .st2-divide-layout[data-border] .st2-divide-layout__item{
    border-color:#f53669;
}
.kokunaidp_code .cpn_top{
    background-color: #ff5805;
}
.kokunaidp_code .cpn_btm button,
.coupon_code.kokunaidp_code .st2-divide-layout[data-border] .st2-divide-layout__item{
    border-color:#ff5805;
}
.thanks_bnr{
    background-color: #ffffff;
    padding: 2.0rem 0;
    width: 80%;
    margin: 0 auto;
    border: 2px solid #f53669;
}
.thanks_bnr p{
	text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
	margin-bottom: 0.5rem;
}
.thanks_bnr .st2-pic-block__pic-caption p{
    font-size: 1.2rem;
}
.thanks_bnr p span{
	display: block;
    font-size: 2.2rem;
    font-weight: bold;
}

/*コピペの枠線消す---------------------*/
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    outline: none;
}

@media (max-width:1024px){
    .cpn_btm .cpn_btn {
        margin: 0;
    }
    .cpn_top{
        font-size:1.6rem;
        padding: 0.5rem;
    }
    .cpn_code_txt{
        margin: 0.5rem 0 0.7rem;
    }
    .cpn_code_txt input{
        font-size:2.0rem;
        margin-bottom: 0;
    }
    .cpn_btm {
        padding: 0rem 1rem 1.5rem 1rem;
    }
    .cpn_btm button{
        padding: 0.2rem 1rem;
        font-size: 80%;
    }

}
@media (max-width:768px){
    .cpn_btm {
        padding: 0rem 0.5rem 1.5rem 0.5rem;
    }
}

@media (max-width:736px){
    .coupon_code{
        width: 90%;
        margin: 0 auto;
    }
    .cpn_top{
        font-size:1.9rem;
        padding: 0.5rem;
    }
    .cpn_code_txt input{
        font-size:2.5rem;
    }

    .cpn_btm {
        padding: 0rem 1rem 1.5rem 1rem;
    }
    .cpn_btm button{
        padding: 0.2rem 1rem;
    }
	.coupon_code h4{
		font-size: 1.8rem;
		margin: 2rem 0 0.5rem 0;
	}
	.thanks_bnr{
		padding: 5% 2%;
		width: 94%;
		margin-top: -1rem;
	}
	.thanks_bnr p{
		text-align: left;
		font-size: 1.0rem;
	}
	.thanks_bnr p span{
		font-size: 1.6rem;
		text-align: center;
	}
	.thanks_bnr .st2-pic-block__pic-caption p {
		font-size: 90%;
		text-align: center;
	}
	.coupon_code.kokunaidp_code{
		padding-bottom: 5rem;
	}
	.code_btn {
		margin-bottom: 3rem;
	}
	.coupon_code h4 span {
		font-size: 1.2rem;
	}
	.cpn_top .sub{
		font-size: 60%;
	}

}

/*-------end-------*/

.endBox{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.endBox span.ce {
    font-size: 3.5rem;
    line-height: 1.0;
    color: #fff;
    text-align: center;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
}
.endBox span.textB {
    font-size: 2.0rem;
    line-height: 1.4;
    display: block;
}

@media (max-width:736px) {
    .endBox{
        border-radius: 4px;
    }
    .endBox span.ce {
        font-size: 3.0rem;
    }
    .endBox span.textB {
        font-size: 1.8rem;
    }

}

.st2-divide-layout>div>div>div>div {
	display: flex;
	flex-wrap: wrap;
}
.st2-btn[data-color="9"] .st2-btn__container {
    border: 1px solid #00abad;
    background: #00abad;
    color: #fff;
    max-width: 500px;
    padding: 1.5rem;
}




@media (max-width: 736px) {
	.st2-btn[data-color="9"] .st2-btn__container {
		padding: 1.0rem;
	}
	.st2-divide-layout>div>div>div>div {
		display:block;
	}


}

/*プラン--------------*/
.st2-accordion--linkblock[data-color="2"] .st2-accordion--linkblock__body {
    background: rgb(255 245 234);
}
.st2-list--anchor__holder{
	text-align: center;
}
.st2-list--anchor__container span{
	font-weight: normal;
}
.st2-color-section[data-color="4"]>div {
    background: #f4ffed;
}
.st2-list--anchor[data-color="5"] i {
    background: #009143;
}
.st2-api__list--link:nth-child(2n) .st2-api__list--link__btn[data-color="3"] {
    border: 1px solid #ff9024;
    color: #fff;
    background: #ff9024;
}
.st2-api__list--link__item {
    display: block;
}
.st2-api__list--link__btn{
	position: relative;
}
.st2-api__list--link__btn .st2-icon-right-arrow {
	margin-left: 0.3rem;
	position: absolute;
	width: 1rem;
	height: 1rem;
	transform: translate(0, -50%);
	top: 50%;
	right: 10px;
}
.plan .st2-heading-lv3__heading{
	margin-top: 4rem;
}
.st2-api-loader {
    margin: 0 auto 4rem;
}
.plan .st2-divide-layout .st2-divide-layout__item .st2-btn__container{
	max-width: 100%;
}
.plan .st2-divide-layout{
    margin-bottom: 9rem;
}
.plan .st2-divide-layout:last-child{
    margin-bottom: 0;
}
.dp_com{
	margin: -11rem 0 12rem;
}

@media (max-width: 736px) {
	.st2-list--anchor__holder {
		text-align: left;
	}
	.st2-list--anchor__container span {
        font-size: 1.2rem;
    }
	.plan .st2-color-section>div{
		padding: 1rem 2.989%;
	}
	.st2-api__title__sub-upper p,.st2-api__list--label__item-txt span,.st2-api__list__item {
		font-size: 1.0rem;
	}
	.st2-api__title__heading h4 {
        font-size: 1.2rem;
    }
	.st2-api__list--link__btn[data-color="3"] {
		max-width: 100%;
	}
	.st2-api-loader {
		margin: 0 auto 3rem;
	}
	.plan .st2-divide-layout{
		margin-bottom: 7rem;
	}
	.plan .st2-color-section {
		margin-bottom: 1rem;
	}
	.st2-api__list--label .st2-icon-train {
		width: 1.2rem;
		height: 1.2rem;
	}
	.st2-divide-api .st2-api__list--label .st2-api__list--label__item-txt {
		padding: 0 0 0.5rem 0.2rem;
	}
	.st2-divide-api[data-border] .st2-divide-api__item {
		padding: 2rem 2.9891304348% 1rem;
	}
	.plan [class=st2-divide-layout][data-column="3"] .st2-btn, .plan [class=st2-divide-layout][data-column="4"] .st2-btn, .plan [class=st2-divide-layout][data-column="5"] .st2-btn {
		margin-bottom: 0;
	}
	.plan .st2-divide-layout .st2-accordion--linkblock__container, .plan [class=st2-divide-layout][data-column="3"] .st2-accordion--linkblock{
		margin: 0;
	}
	.dp_com{
		margin: -5rem 0 12rem;
	}

}

/*注意事項--------------*/
.st2-heading-lv2[data-style="2"][data-color]>div {
    border-left: none;
    padding: 0 0 0.5rem;
}
.st2-heading-lv4[data-color="2"]>div {
	border-left: 6px solid #00abad;
}
.code_coupon {
    margin: 0 auto !important;
	padding-bottom: 2rem;
}




@media (max-width: 736px) {
    .code_coupon .st2-list__item {
        font-size: 1.0rem !important;
		line-height: 1.5
    }
	.st2-heading-lv4__heading__txt {
		font-size: 1.4rem !important;
	}
	.code_coupon {
		margin: 0 auto !important;
		padding-bottom: 4rem;
	}
}
.end_area p{
    text-align: center;
    padding: 1rem;
    margin: -5rem auto 6rem;
    font-size: 2.8rem;
    color: #cd0808;
    max-width: 800px;
    font-weight: bold;
    border: #cd0808 4px double;
}
@media (max-width: 736px) {
	.end_area p{
		font-size: 1.4rem;
		margin-top: -3rem;
	}
	
}



