@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Noto Sans JP', "メイリオ", sans-serif;
    font-size: 16px;
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
    -webkit-text-size-adjust: 100%;
    font-smoothing: auto;
}

#contentsBlock{
	/* background-color: #f1ffd6; */
}

img{
	max-width: 100%;
}

.contents{
	max-width: 1040px;
	width: calc(100% - 20px);
	margin: 50px auto 0;
}
.contents h2{
	border-bottom: 2px solid #b08b6f;
	padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
	.contents{
		margin: 30px auto 0;
	}
}
/* ヘッダー
--------------------------------------------------------------------------- */

/* メインビジュアル
--------------------------------------------------------------------------- */


.mv_pcStyle {
	display: block;
}

.mv_spStyle {
	display: none;
}
@media screen and (max-width: 768px) {
	.mv_pcStyle {
		display: none;
	}

	.mv_spStyle {
		display: block;
	}
}

#mv {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#mv .mv_pcStyle figure.contents{
	max-width: 1123px;
    width: 100%;
    position: absolute;
    right: 0;
    left: 4vw;
    top: 30px;
    margin: 0 auto;
	text-align: center;
}
#mv figure.mv_pcStyle img{
    margin: 0 auto;
	padding-top: 5%;
}
#mv h1{
	position: absolute;
	top: 2%;
	left: 23%;
	width: 3.5vw;
	z-index: 2;
}
@media screen and (max-width: 1800px) {
	#mv .mv_pcStyle figure.contents{
		max-width: 1020px;
	}
}
@media screen and (max-width: 1700px) {
    #mv .mv_pcStyle figure.contents{
		width: 45vw;
	}
	#mv .mv_pcStyle figure.contents{
		top: 10%;
	}
}
@media screen and (max-width: 938px) {
    #mv {
        height: auto;
        background-image: none;
    }
	#mv h1{
		top: 2%;
		left: 4%;
		width: 15vw;
	}
}


@media screen and (max-width: 660px){
	
	.nav_list {
		position: fixed;
        /* top: 0; */
        margin: 0 auto;
        padding: 10px 0;
        z-index: 900;
        background-color: rgba(0, 0, 0, 0.7);
        width: 100%;
        bottom: 0;
	}
	
	.nav_list > ul{
		display: flex;
		justify-content: space-between;
		width: calc(100% - 20px);
		margin: 0 auto;        
		flex-wrap: wrap;
	}
	
	.nav_list > ul > li{
		width: 49%;
	}
	
	.nav_list > ul > li > a{
	    position: relative;
		display: block;
		color: #fff;
		border-radius: 10px;
		font-size: 14px;
		padding: 15px 10px;
		text-align: left;
		line-height: 1.5;
		text-decoration: none;
		text-align: center;
	}	
	.nav_list  > ul > li.btn01{
		margin-bottom: 5px;
	}
	.nav_list  > ul > li.btn02{
		margin-bottom: 5px;
	}	
	
	.nav_list  > ul > li.btn01 > a{
		background-color: #ff6699;
	}
	.nav_list  > ul > li.btn02 > a{
		background-color: #ff6600;
	}	
	.nav_list  > ul > li.btn03 > a{
		background-color: #009999;
	}
	.nav_list  > ul > li.btn04 > a{
		background-color: #0070c0;
	}
	
	.nav_list  > ul > li > a:before{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 18px;
		height: 18px;
		transform: translateY(-50%);
	}
		
}






/* いつでも何度でも使えるクーポン！
--------------------------------------------------------------------------- */

.sec-limited{
	/* background-color: #ffe0f5; */
	background-image: url(../img/bg_img_summer.png);
	background-position: top center;
	background-size: contain;
	padding: 17px 0 85px;
}
.sec-limited h2{
	text-align: left;
}

@media screen and (max-width: 768px) {
	.sec-limited{
		background-image: unset;
		background-color: #fff1d6;
		padding: 20px 0 40px;
	}
}
/* ------------------------------------------------------------------------ */
 
/*  service_area
 
/* ------------------------------------------------------------------------ */
.service_area{
	margin-top: 20px;
}
.service_list{
	display: flex;
	flex-wrap: wrap;
	gap:10px;
}
.service_list > li{
	max-width: 340px;
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
}
.service_list > li:nth-child(3n){
	margin-right: 0;
}
.service_list > li figure{
	text-align: center;
}
.service_area .service_text{
	padding-top: 22px;
}
.service_area .service_img{
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}
.service_list > li .service_data{
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 10px 0;
	color: #0070b5;
}
.service_list .comingsoon img{
	max-width: 176px;
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 30px 0px 15px;
}

.service_list > li > .inner{
	position: relative;
	padding: 0 10px;
	display: grid;
	grid-template-rows: fit-content(100%) 1fr fit-content(100%);
}
/*　ショッピング
--------------------------------------------------------------------------- */
#shopping_area h2 img{
	max-width: 234px;
	width: 100%;
}

/*　グルメ
--------------------------------------------------------------------------- */
#gourmet_area h2 img{
	max-width: 145px;
	width: 100%;
}
/*　レジャー
--------------------------------------------------------------------------- */
#leisure_area h2 img{
	max-width: 170px;
	width: 100%;
}
/* サービス
--------------------------------------------------------------------------- */
#life_area h2 img{
	max-width: 175px;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.service_list{
		display: flex;
	}
	.service_list > li .service_data{
		font-size: 13px;
		padding-left: 0;
		padding-right: 0;
	}
	.service_area .service_text{
		max-width: 315px;
	}
}
@media screen and (max-width: 600px) {
	.service_area{
		margin-top: 20px;
	}
	.service_list{
		display: block;
		width: 100%;
	}
	.service_list > li{
		width: auto;
		margin: 10px auto 0;
		padding: 10px;
		max-width: 320px;
	}
	.service_list > li:nth-child(3n){
		margin: 10px auto 0;
	}
	.service_list > li .service_data{
		padding-top: 20px;
	}
	.service_list .comingsoon img{
		padding: 20px;
		margin-top: 10px;
	}
	/*　ショッピング
	--------------------------------------------------------------------------- */
	#shopping_area h2 img{
		max-width: 170px;
		width: 100%;
	}

	/*　グルメ
	--------------------------------------------------------------------------- */
	#gourmet_area h2 img{
		max-width: 105px;
		width: 100%;
	}
	/*　レジャー
	--------------------------------------------------------------------------- */
	#leisure_area h2 img{
		max-width: 126px;
		width: 100%;
	}
	/* サービス
	--------------------------------------------------------------------------- */
	#life_area h2 img{
		max-width: 210px;
		width: 100%;
	}
}


/* リンク
--------------------------------------------------------------------------- */

.sec-bottom{
	padding: 50px 0 40px;
	background-color: #fff;
}
.sec-bottom .contents{
	margin: 0 auto;
}
.sec-bottom ul.flex > li{
	max-width: 500px;
	width: 100%;
	margin-top: 20px;
}

.sec-bottom ul.flex > li > a{
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #00a0e9;
	font-size: 20px;
	font-weight: 700;
	transition: all .3s;
}

.sec-bottom ul.flex > li > a:hover{
	opacity: 0.8;
}

.sec-bottom ul.flex > li.link_other > a{
	background-color: #ffe0eb;
}

.sec-bottom ul.flex > li.link_travel > a{
    background-color: #00a0e9;
	color: #fff;
}

.sec-bottom ul.flex > li > a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
}

.sec-bottom ul.flex > li.link_other > a:before{
	background: url(../img/icon_arrow_r.png) no-repeat center / contain;
}

.sec-bottom ul.flex > li.link_travel > a:before{
	background: url(../img/icon_arrow_w.png) no-repeat center / contain;
}

.sec-bottom ul.flex > li > a span.icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 4px;
	background-color: #fff;
	margin-right: 20px;
}
.sec-bottom ul.flex > li > a span.icon img{
	max-width: 36px;
}
.travel_text{
	max-width: 536px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
@media screen and (max-width: 768px){
	#mv + .sec-bottom2{
		padding-bottom: 20px;
	}
	.sec-bottom{
		padding: 40px 0;
	}
	.sec-bottom ul.flex > li.link_travel > a{
		font-size: 17px;
	}
	.sec-bottom2{
		background-color: #fff1d6;
		padding: 40px 0 ;
	}
	.sec-bottom2 .contents{
		margin: 0 auto;
	}
	.sec-bottom2 ul.flex > li{
		max-width: 500px;
		width: 100%;
		margin-top: 20px;
	}
	.sec-bottom2 ul.flex > li.link_travel{
		margin-top:20px;
	}
	
	.sec-bottom2 ul.flex > li > a{
		position: relative;
		display: flex;
		align-items: center;
		border-radius: 4px;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		color: #00a0e9;
		font-size: 17px;
		font-weight: 700;
		transition: all .3s;
		justify-content: center;
		background-color: #f08200;
	}

	.sec-bottom2 ul.flex > li > a:hover{
		opacity: 0.8;
	}

	.sec-bottom2 ul.flex > li.link_other > a{
		background-color: #ffe0eb;
	}

	.sec-bottom2 ul.flex > li.link_travel > a{
		background-color: #f08200;
		color: #fff;
        padding: 25px 10px;
	}

	.sec-bottom2 ul.flex > li > a:before{
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
		width: 22px;
		height: 22px;
		transform: translateY(-50%);
	}

	.sec-bottom2 ul.flex > li.link_other > a:before{
		background: url(../img/icon_arrow_r.png) no-repeat center / contain;
	}

	.sec-bottom2 ul.flex > li.link_travel > a:before{
		background: url(../img/icon_arrow_w.png) no-repeat center / contain;
	}
	.travel_text{
		max-width: 277px;
	}

}

/*.life .service_list > li .service_data{
	color: #1c5f8a;
}*/

.service_list > li .service_btn{
	grid-row: end;
	margin-top: 20px;
}

.service_list > li .service_btn > a{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #db1f74;
    text-decoration: none;
    text-align: center;
	min-height: auto;
    padding: 18px 0;
    transition: all .3s;
}

.shopping .service_list > li .service_btn > a{
    background-color: #ff6699;
}
.gourmet .service_list > li .service_btn > a{
    background-color: #ff6600;
}
.leisure .service_list > li .service_btn > a{
    background-color: #009999;
}
.life .service_list > li .service_btn > a{
    background-color: #0070c0;
}
.gourmet .service_list > li .service_btn.app_btn > a{
	background-color: #ffdac2;
	color: #ff6600;
	font-size: 14px;
}
.service_list > li .service_btn.app_btn > a{
	background-color: #ffdac2;
}

.service_list > li .service_btn > a:hover{
	opacity: 0.8;
}
.service_list > li .service_btn.app_btn > a:hover{
	opacity: 1;
}
.service_list > li .service_btn > a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background: url(../img/icon_arrow_w.png) no-repeat center / contain;
}
.service_list > li .service_btn.app_btn > a:before{
	content: none;
}
.service_soon.none{
	position: relative;
}
.soon_area {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 4px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.soon_area p{
	color: #fff;
	font-weight: bold;
	
}
@media screen and (max-width: 768px){
	.service_list > li .service_btn{
		margin-top: 10px;
	}
	.service_list > li .service_btn > a{
		padding: 10px 0;
		height: auto;
		font-size: 14px;
	}
}
/*.service_list > li .app_check_btn{
	grid-row: end;
	margin-top: 10px;
}
.service_list > li .app_check_btn > span{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    min-height: 50px;
}
.shopping .service_list > li .app_check_btn > span{
    background-color: #b8d5f8;
}
.gourmet .service_list > li .app_check_btn > span{
    background-color: #dacba2;
}
.leisure .service_list > li .app_check_btn > span{
    background-color: #f9ccca;
}
.service_list > li .coming_soon_img{
	grid-row: end;
	margin-top: 10px;
}
.sec-limited .contents{
	margin-bottom: 50px;
}*/

@media screen and (max-width: 600px){
	
	.pageTop{
		position: fixed;
		right: 10px;
		bottom: 145px;
		width: 75px;
		height: 75px;
		z-index: 999;
	}
	
	.pageTop > a{
		/*position: relative;
		display: flex;
		align-items: center;
		justify-content: center;*/
		display: block;
		width: 100%;
		height: 100%;
		background: url(../img/pagetop.png) no-repeat center / contain;
		/*border-radius: 50%;
		color: #fff;
		font-size: 14px;
		padding: 25px 0 0;
		font-weight: 500;
		box-sizing: border-box;*/
		text-decoration: none;
		transition: all .3s;
	}
	
	.pageTop > a:hover{
		opacity: 0.8;
	}
	
	/*.pageTop > a:before{
		content: "";
		position: absolute;
		top: 22px;
		right: 50%;
		width: 20px;
		height: 10px;
		transform: translatex(50%);
		background: url(../img/pageTop_icon.svg) no-repeat center / contain;
	}*/
	
}

/* フッター
--------------------------------------------------------------------------- */

footer{
	background-color: #7d5c42;
	padding: 20px 0;
}

footer .copy{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 600px){
	footer{
		padding-bottom: 147px;
	}
}