
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@700;800&family=Murecho:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/*全体・リセット---------------------*/
header, nav, article, aside, section, footer {
	display:block;
}
.st2-page-title {
	padding: 0.5rem 20px 0;
	margin-bottom: 0.5rem;
}
.st2-page-title__heading__txt {
	font-size: 1.3rem;
	font-weight: normal;
}
.st2-main-container {
	padding-top: 0;
}
.st2-contents-wrapper>div>div {
	padding: 0;
}
h2{
	margin:0;
}
p,ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
a:hover  {
	text-decoration: none;
	transition:0.3s;
}

.red{
	color: #cd0808;
}
.yellow{
	color: #fffc1e;
}
.L01 {
	font-size: 150%;
}
.L02 {
	font-size: 120%;
}
.S01 {
	font-size: 80%;
}
.coupon-cau .S01 {
	font-size: 87%;
	line-height: 1.75;
	margin-top: 0.5rem;
}
.S02 {
	font-size: 70%;
}
.pa04 {
	padding-top: 4rem;
}

/*全体---------------------*/
.pc_none{
    display: none;
}
.sp_none{
    display: block;
}

@media (max-width: 736px) {
	.pc_none{
		display: block;
	}
	.sp_none{
		display: none;
	}
}

/*MV---------------------*/
#top_img img{
	text-align: center;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#top{
    background: #2E62C8;
	padding-bottom: 7rem;
}
@media (max-width: 736px) {
	#top {
		padding-bottom: 5rem;
	}
}
/*maintext---------------------*/
.main_txt{
	text-align: center;
	color: #fff;
	margin-top: 7rem;
	max-width: 1000px;
    margin: 0 auto;
}
.text-date{
    font-size: 3rem;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 5px 0;
    margin: 2rem auto;
}
.text{
	font-size: 1.8rem;
	font-family: "M PLUS 1 Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}
.text span{
	font-size: 2.1rem;
	display: block;
}
@media (max-width: 1024px) {
	.main_txt{
		width: 80%;
	}
	.text-date {
		font-size: 2.3rem;
	}
	.text {
		font-size: 1.6rem;
	}
	.text span {
		font-size: 1.8rem;
	}
}
@media (max-width: 736px) {
	.text-date {
		font-size: 1.5rem;
		margin: 1rem auto 2rem;
		border-width: 2px;
	}
	.st2-page-title__heading__txt {
		font-size: 1.0rem;
		font-weight: normal;
	}
	.main_txt {
		width: 94%;
	}
	.text{
		font-size: 1.1rem;
		text-align: left;
	}
	.blk_wrapper,
	.top-kanren{
		max-width: 100%;
		margin: 0 auto;
	}
	.text span {
		font-size: 1.3rem;
	}
}

/*top-anc---------------------*/
.top-anc{
	margin:5rem 0 10rem;
}
.top-anc ul{
	display: flex;
	justify-content: space-evenly;
	max-width: 1100px;
	margin: 0 auto;
}
.top-anc ul li{
    position: relative;
}
.top-anc ul li img{
	filter:drop-shadow(0px 3px 6px #143c89);
}

@media (max-width: 1024px) {
	.top-anc ul{
		width: 70%;
	}
	.top-anc ul li{
		position: relative;
		margin: 0 5%;
	}
}

@media (max-width: 736px) {
	.top-anc{
		margin:2rem 0 14rem;
	}
	.top-anc ul{
		width: 100%;
	}
	.top-anc ul li{
		margin: 0 2%;
	}
}

/*top-contents---------------------*/

.kyushu-contents{
	padding:2rem 0 4rem;
	background-image: url(/yado/iza-nippon/images/iza-nippon_top_kyushubk.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 15rem;
}
.okinawa-contents{
	padding:2rem 0 4rem;
	background-image: url(/yado/iza-nippon/images/iza-nippon_top_okinawabk.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.contents-box{
	max-width: 1100px;
	margin: 0 auto;
}
.contents-box .title{
	display: flex;
	left: 0;
	align-items: center;
	margin-top: -6rem;
}
.contents-box .title h2{
	flex: none;
	margin-right: 2rem;
}

.contents-box .title p{
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
	flex: auto;
}
.contents-box h3{
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 4rem 0 1rem 0;
}

.contents-box .osusume{
    width: 85%;
    margin: 0 auto;
}

.contents-box .osusume ul{
	display: flex;
	justify-content: center;	
}
.contents-box .osusume ul li{
	margin: 0 4rem;
    position: relative;
}
.kyushu-contents .contents-box .osusume ul li img{
	filter: drop-shadow(0px 3px 6px #5d9d1f);
}
.okinawa-contents .contents-box .osusume ul li img{
	filter:drop-shadow(0px 3px 6px #c43478);
}

.contents-btn{
	margin-top: 1rem;
}
.contents-btn p a{
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 50px;
	margin: 0 auto;
    max-width: 450px;
    font-size: 2.0rem;
    font-weight: bold;
	color: #449900;
	display: block;
	position: relative;
	text-align: center;
	box-shadow: 0px 5px 0px 0px rgba(68, 153, 0, 1);
}
.contents-btn p a:hover{
	opacity: 0.8;
}

.contents-btn p .st2-icon-right-arrow{
	width: 1.5rem;
	height: 1.5rem;
	fill: #449900;
	position: absolute;
	right:20px;
	top: 50%;
	transform: translateY(-50%);
}
.okinawa-contents .contents-btn p a{
	color: #e11575;
	box-shadow:0px 5px 0px 0px rgb(225 21 117)
}
.okinawa-contents .contents-btn p .st2-icon-right-arrow{
	fill: #e11575;
}

@media (max-width: 1300px) {
	.contents-box{
		max-width:990px;
	}
	.contents-box .title {
		margin-top: -4rem;
	}
	.contents-box .title h2 {
		width: 180px;
	}
}
@media (max-width: 1024px) {
	.contents-box{
		padding: 0 2rem;
	}
	.contents-box .title{
		margin: -4rem auto 0;
		width: 80%;
	}
	.contents-box .title h2 {
		width: 180px;
	}
	.contents-box .title p {
		font-size: 1.4rem;
	}
	.contents-btn p a {
		padding: 1rem 2rem;
		max-width: 340px;
		font-size: 1.8rem;
	}
	.contents-box h3 {
		font-size: 2.2rem;
	}
	.contents-box .osusume{
		width: 60%;
	}
	.okinawa-contents .contents-box .osusume li{
		width: 42%;
	}
	.contents-box .osusume ul li {
		margin: 0 2rem;
	}
}
@media (max-width: 736px) {
	.contents-box {
		padding: 0 2.989%;
	}
	.contents-box .title {
		display: block;
        margin: -10rem auto 0;
        width: 100%;
    }
	.contents-box .title h2 {
		width: 90%;
		text-align: center;
		margin-bottom: 1rem;
	}
	.contents-box .title p {
		font-size: 1.2rem;
		line-height: 2.0;
	}
	.contents-box .osusume{
		width: 100%;
	}
	.contents-box .osusume ul {
		display: block;
	}
	.contents-box .osusume ul li,.okinawa-contents .contents-box .osusume li {
		margin: 0 auto 3rem;
		width: 82%;
	}
	.contents-btn p a {
		padding: 1rem 2rem;
		max-width: 100%;
		font-size: 1.4rem;
		margin-top: 2rem;
	}
	.contents-btn p .st2-icon-right-arrow {
		width: 1.2rem;
		height: 1.2rem;
		right: 15px;
	}
	.contents-box h3 {
		font-size: 1.8rem;
	}
}

/*kanren---------------------*/
.top-kanren {
	margin-top: 15rem;
}
.top-kanren .st2-heading-lv3 {
    margin-bottom: 1rem;
}
.top-kanren .st2-heading-lv3__heading__txt {
    font-family: "M PLUS 1 Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    color: #fff;
}
.top-kanren .st2-divide-layout {
	padding-top: 2rem;
}
.top-kanren .st2-pic-block__pic-holder {
	background: #fff;
}
.top-kanren .st2-pic-block__pic-holder {
	background: none;
}

.top-kanren .this-only-non-affiliation{
	margin-top: 7rem;
}

@media (max-width: 1024px) {
	.top-kanren {
		padding: 0 2rem;
	}
	.top-kanren .this-only-non-affiliation {
		margin-top: 5rem;
	}
	.top-kanren .this-only-non-affiliation img {
		width: 60%;
	}
	.top-kanren .st2-heading-lv3__heading__txt {
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: -2rem;
    }
	.top-kanren .st2-pic-block__container-wrapper .st2-pic-block__pic-caption--over p {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

@media (max-width: 736px) {
	.top-kanren {
		margin-top: 5rem;
		padding: 0 2.989%;
	}
	.top-kanren .st2-heading-lv3 {
		margin-bottom: 0;
	}
	.top-kanren .st2-heading-lv3__heading__txt {
		padding-top: 3rem;
		font-size: 1.8rem;
	}
	.top-kanren .st2-pic-block__container-wrapper .st2-pic-block__pic-caption--over p {
		font-size: 1.0rem;
	}
	.top-kanren .st2-divide-layout[data-sp-column="2"] .st2-divide-layout__item {
		margin: 1.0rem 0 0 1.7857142857%;
	}
	.top-kanren .this-only-non-affiliation {
		margin-top: 3rem;
	}
	.top-kanren .this-only-non-affiliation img {
        width: 100%;
    }
}
/*btn_opacity*/
.top-anc ul li a::after,
.contents-box .osusume a::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.top-anc ul li a::after {
    background: url(/yado/iza-nippon/images/iza-nippon_top_anc_w.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.kyushu-contents .contents-box .osusume a::after {
    background: url(/yado/iza-nippon/images/iza-nippon_top_kyushubk_w.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.okinawa-contents .contents-box .osusume a::after {
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
	border-radius: 15px;
}
.top-anc ul li a:hover:after,
.contents-box .osusume a:hover:after {
	opacity: 1 !important;
}
.top-anc ul li a img,
.contents-box .osusume ul li a img{
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}
.top-anc ul li a img:hover,
.contents-box .osusume ul li a img:hover{
	opacity: 0.5;
}
.top-anc ul li a img.pc_none,
.contents-box .osusume ul li a img.pc_none{
    display: none;
}



