@charset "UTF-8";
html,body{
	padding: 0;
	margin: 0;
	color: #4c4948;
}

h1 {
    width:90%;
    margin: 2em auto 2em;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
}
h2 {
    margin: 0 0 2em 0;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
}
.h2_ja {
	font-size: 1rem;
	margin-bottom: 2em;
}
h3 {
	font-size: 1.2rem;
	line-height: 1.5;
}
.main{
	padding-bottom: 3em;
}
.main img{
	width: 100%;
}
.deco{
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
}

/*パンくずリスト*/
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	font-size: 0.8rem;
	max-width: 1000px;
	margin: 1em auto 1em 1em;
}
.breadcrumb__list:not(:last-of-type)::after {
	content: ">";
	margin: 0 .6em;
}
.breadcrumb__list a {
	color: #4B949B;
}
@media (min-width:769px) {
	.breadcrumb {
		margin: 1em auto;
	}
}
@media only screen and (max-width: 769px) {
	.modal_content {
		width: 70%;
	}
}

a.cv-btn {
	display: block;
	position: relative;
	width: 90%;
	text-align: center;
	padding: 8px 0;
	margin: 1em auto;
	border-radius: 2px;
	transition: .3s;
}
a.cv-btn::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 45%;
	right: 5%;
}

/*予約*/
a.cv-reserve {
	color: #fff;
	border: 1px solid #c46b73;
	background-color: #c46b73;
	margin-bottom: 20px;
}
a.cv-reserve::before {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(315deg);
}

/*menu*/
a.cv-menu {
	color: #333;
	border: 1px solid #6d6d6d;
	background-color: #fff;
}
a.cv-menu::before {
	border-right: 1px solid #6d6d6d;
	border-bottom: 1px solid #6d6d6d;
	transform: rotate(315deg);
}

/*back*/
a.btn-back {
	color: #333;
	border: 1px solid #6d6d6d;
	background-color: #fff;
}
a.btn-back::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	top: 45%;
	left: 5%;
	border-left: 1px solid #6d6d6d;
	border-top: 1px solid #6d6d6d;
	transform: rotate(315deg);
}

/*LINE*/
a.cv-line {
	color: #06C755;
	border: 1px solid #06C755;
	background-color: #fff;
}
a.cv-line::before {
	border-right: 1px solid #06C755;
	border-bottom: 1px solid #06C755;
	transform: rotate(315deg);
}

@media (hover : hover) {
	a.cv-reserve:hover {
		color: #c46b73;
		background-color: #fff;
	}
	a.cv-reserve:hover::before {
		border-right: 1px solid #c46b73;
		border-bottom: 1px solid #c46b73;
	}
	a.cv-menu:hover {
		color: #fff;
		background-color: #6d6d6d;
	}
	a.cv-menu:hover::before {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	a.cv-line:hover {
		color: #fff;
		background-color: #06C755;
	}
	a.cv-line:hover::before {
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}


/* ----- index -----*/
.sec_fv.choose .top_txt{
	text-align: center;
}
.sec_scenePurpose h2{
	text-align: left;
	margin: 3em 0 1em 0;
}
.scenePurpose_area :not(:first-child) h2{
	margin: 5em 0 1em 0;
}
.sec_scenePurpose ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2em 1em;
}
.sec_scenePurpose ul li{
	width: calc((100% / 2) - 1em);
}
.sec_scenePurpose h3{
	margin-top: 0.5em;
	font-size: 1rem;
	font-weight: 600;
}

@media(min-width:768px){
	.sec_scenePurpose ul::before{
		content: '';
		order: 1;
		width: calc((100% / 3) - 1em);
	}
	.sec_scenePurpose ul li{
		width: calc((100% / 3) - 1em);
	}
	.sec_scenePurpose ul li a{
		display: flex;
		flex-wrap: nowrap;
        flex-direction: row;
		justify-content: flex-start;
        align-items: center;
		gap: 1em;
	}
	.sec_scenePurpose figure,
	.sec_scenePurpose h3{
		width: calc(100% / 2);
		text-align: left;
	}
}




/* -----ファーストビュー----- */

.mv_area li{
    overflow: hidden;
}
.mv_area li img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sec_fv .top_txt{
    width: 90%;
    margin: 1em auto 2em;
    text-align: left;
}


/* top_txt */
.keywords{
	text-align: left;
	padding: 0.5em 1em;
	background-color: #f8f8f8;
}
.keywords p{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.keywords p span{
	color: #EAB4C3;
}

.sec_recommendPoint{
	padding: 3em 0;
}
.sec_recommendPoint ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5em;
}
.sec_recommendPoint ul:not(:last-child){
	margin-bottom: 0.5em;
}
.sec_recommendPoint ul li{
	width: calc((100% / 2) - 0.5em);
	font-weight: 600;
	text-align: left;
}

.sec_recommendPoint .lgbt ul{
	display: flex;
	flex-wrap: wrap;
	gap: 3em;
}
.sec_recommendPoint .lgbt ul li{
	width: 100%;
}
.sec_recommendPoint .lgbt ul li .point,
.sec_recommendPoint .lgbt ul li h3{
	display: block;
	text-align: center;
	margin-bottom: 1em;
}
.sec_recommendPoint .lgbt ul li .point{
	font-weight: normal;
	letter-spacing: 2px;
}
.sec_recommendPoint .lgbt ul li p{
	font-weight: normal;
}

/* sec_gallery */
.sec_gallery{
	padding: 3em 0;
}
.gallery .slick-slide img {
    width: 100%;
}
.sec_gallery .slick-arrow{
	border-color: #fff;
	width: 12px;
    height: 12px;
}
.sec_gallery .slick-prev{
	position: absolute;
    top: 50%;
    left: 10px;
}
.sec_gallery .slick-next{
	right: 2%;
    top: 50%;
}
.thumbnail {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0.5em;
	margin-top: 1em;
}
.thumbnail li {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.thumbnail li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* pager*/
.light-theme a, 
.light-theme span{
	border: 1px solid #f5f5f5;
}
.light-theme a:hover, 
.light-theme li:not(.disabled):not(.active) span:hover {
    background: #f5f5f5;
}
.light-theme .active .current {
    background: #f5f5f5;
}
/* modal */
#boxer.mobile .boxer-close:before,
#boxer.mobile .boxer-close:hover:before {
    font-weight: 100;
}


/* sec_collection */
.sec_collection{
	padding: 3em 0;
}
.sec_collection h2{
	width: 90%;
	margin: 0 auto 2em;
}
.collection__wrap{
	margin: 0 0 3em 0;
}
.sec_collection h3{
	font-weight: bold;
	text-align: left;
	position: relative;
}

.sec_collection .slider-wrapper {
    overflow: visible; 
}
.sec_collection ul{
	width: 100%;
}
.sec_collection li {
	text-align: left;
	line-height: 1.7;
}
.sec_collection img{
	width: 100%;
}
.sec_collection.costume img{
	object-fit: cover;
    aspect-ratio: 100 / 150;
}
.sec_collection h4{
	margin-top: 1em;
	font-weight: bold;
}
.sec_collection .slider_shopCollection p{
	font-size: 0.8rem;
	color: #9c9c9c;
}
.sec_collection .arrow-box{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
	gap: 5em;
	top: 1em;
}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
    color:inherit; 
    outline: none; 
	background: #fff;
}
.slider_shopCollection .slick-arrow{
	position: absolute;
}
.slider_shopCollection .slick-prev{
	left: 40%;
	top: 0%;
}
.slider_shopCollection .slick-next{
	right: 40%;
	top: 0%;
}
.sec_collection .slick-prev.slick-disabled:before, 
.sec_collection .slick-next.slick-disabled:before{
	opacity: 1;
}
.sec_collection .slick-prev,
.sec_collection .slick-next{
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
	transform: translate(0, -50%);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
}
.sec_collection .slick-prev {
    left: 30%;
    transform: rotate(180deg) translate(-45%, 45%);
}
.sec_collection .slick-next {
    right: 34%;
}
.sec_collection .slick-prev::before,
.sec_collection .slick-next::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    top: 0;
    bottom: 0;
    left: 0;
    right: 3px;
    margin: auto;
    transform: rotate(45deg);
}

/* sec_voice */
.sec_voice {
	padding: 3em 0;
	position: relative;
}
.sec_voice .h2_ja {
    margin-bottom: 3em;
    font-weight: normal;
}
.sec_voice ul li {
	width: 90%;
    margin: 0 1em;
}
.sec_voicetxt {
	padding: 16px 10px;
}
.sec_voice .slick-slide img {
	width: 150px;
	margin:  0 auto;
}
.sec_voice h3 {
	font-weight: bold;
	margin-top: 1em;
}
.sec_voice .slider_voice p {
	text-align: left;
	line-height: 1.4;
	font-size: .9em;
	padding-top: 10px;
}
.sec_voice .slider_voice li p:not(.area,.plan){
	margin-bottom: 1em;
}
.sec_voice .slider_voice p.area,
.sec_voice .slider_voice p.plan{
	line-height: 1;
}
/*.sec_voice .slick-prev {
	z-index: 1;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
	display: inline-block;
	left: 40%;
	top: 0%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #0a0909;
	border-left: 1px solid #0a0909;
	transform: rotate(-45deg);
}
.sec_voice .slick-next {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	transition: 0.3s;
	display: inline-block;
	right: 40%;
	top: 0%;
	width: 8px;
	height: 8px;
	border-top: 1px solid #0a0909;
	border-left: 1px solid #0a0909;
	transform: rotate(135deg);
}
.sec_voice.slick-next:before,
.sec_voice .slick-next::after {
	content: none;
}*/
.sec_voice .slick-num {
	position: absolute;
	display: flex;
	align-items: center;
	left: 50%;
	transform: translateX(-50%);
}
.sec_voice .arrow-box{
	position: relative;
    display: flex;
    align-items: center;
	justify-content: center;
	gap: 5em;
	margin-top: 3em;
}
.sec_voice .slick-arrow{
	position: absolute;
}
.sec_voice .slick-prev{
	left: 40%;
	top: 0%;
}
.sec_voice .slick-next{
	right: 40%;
	top: 0%;
}

.sec_voice .slick-prev.slick-disabled:before, 
.sec_voice .slick-next.slick-disabled:before{
	opacity: 1;
}
.sec_voice .slick-prev,
.sec_voice .slick-next{
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: unset;
	transform: translate(0, 0%);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
}
.sec_voice .slick-prev {
    transform: rotate(180deg);
}
.sec_voice .slick-prev::before,
.sec_voice .slick-next::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    top: 0;
    bottom: 0;
    left: 0;
    right: 3px;
    margin: auto;
    transform: rotate(45deg);
}

/*よくある質問*/
.area_qa {
	padding: 3em 0;
}
.area_qa .h2_ja {
    margin-bottom: 3em;
    font-weight: normal;
}
.blo_box .txt_right img {
	width: 100%;
}
.area_qa .demo2 {
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
	text-align: left;
}
.area_qa .toggle2 p,
.area_qa .box_child2 p {
	display: inline-block;
	float: left;
}
.area_qa .demo2 .cin {
	width: 5%;
	font-size: 22px;
	margin-right: 5%;
	color: #c46a7b;
	margin-top: -.5em;
}
.area_qa .txt_right {
	width: 80%;
	position: relative;
}
.area_qa .toggle2 {
	font-weight: bold;
	overflow: hidden;
	display: block;
}
.area_qa .child2 {
	display: none;
	overflow: hidden;
	clear: both;
	margin: 10px auto;
}
.area_qa .box_child2 {
	overflow: hidden;
}
.area_qa .child2 .cin {
	font-size: 24px;
}
.area_qa .child2 .txt_right {
	font-size: 90%;
	line-height: 1.6;
}
.area_qa .child2 .bold {
	font-weight: bold;
	font-size: 12px;
	line-height: 2;
}
.area_qa .check2 span {
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	right: -8%;
	width: 15px;
	background-color: #4c4948;
	height: 1px;
}
.area_qa .check2 span:nth-of-type(1) {
	top: 50%;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.area_qa .check2 span:nth-of-type(2) {
	top: 50%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.area_qa .check2.active2 span:nth-of-type(1) {
	display: none;
}
.area_qa .check2.active2 span:nth-of-type(2) {
	top: 50%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.area_qa .btn_more a {
	width: 90%;
	text-align: center;
	margin: 10px 0 20px auto;
}

/* sec_recommendPlan */
.sec_recommendPlan .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1em 0.5em;
}
.sec_recommendPlan .wrap .box{
    width: calc((100% / 2) - 0.5em);
}
.sec_recommendPlan .image img{
    display: block;
}
.sec_recommendPlan .exp{
	padding: 0.5em 0 0;
}
.sec_recommendPlan .wrap .exp h3{
	margin: 0;
    font-size: 1rem;
}

.sec_recommendPlan{
	padding: 3em 0;
}
.sec_recommendPlan .exp .price{
	font-size: 2rem;
	line-height: 1.5;
	letter-spacing: 0px;
}
.sec_recommendPlan .exp .price .tax{
	font-size: 1rem;
	margin-left: 0.5em;
}


/*各地のおすすめスポット*/
.sec_locationSpot {
    padding: 5em 0;
    margin: 3em 0;
    background-color: #F5F5F5;
}
.sec_locationSpot .caption{
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

/*絞り込み*/
.filter{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    gap: 5px;
    margin: 3em auto;
}
.filter li {
    background-color: #fff;
    padding: 10px 20px;
    width: calc((100% / 3) - 1em);
    cursor: pointer;
}
.filter li.is-active {
    color: #fff;
    background-color: #c46b73;
}

.category{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 15px 0.8em;
}
.category::before{
	content: '';
    width: calc((100% / 4) - 1em);
	order: 1;
}
.category::after{
	content: '';
    width: calc((100% / 4) - 1em);
}
.category li {
    display: none;
    width: calc((100% / 2) - 1em);
    text-align: left;
    line-height: 1.7;
}
.category li.is-show {
    display: block;
}
.category li .prefecture{
    font-size: 0.9rem;
    margin-bottom: 2px;
}
.category li h3{
    font-size: 1rem;
    font-weight: 600;
    margin-top: 5px;
}
.category li .address{
    font-size: 0.9rem;
}
.category li .exp span{
    color: #fff;
    padding: 5px 5px;
    margin-right: 5px;
    background-color: #e85685;
    border-radius: 2px;
}


/*----------------------
769px 以上
----------------------*/
@media (min-width: 769px) {
	a.cv-btn {
		max-width: 350px;
	}

	/* -----ロケスポット詳細----- */

	/* mv_area */
	.mv_area li{
		overflow: hidden;
		height: 600px;
	}

    .sec_fv .top_txt{
        width: 800px;
    }

	/* sec_recommendPoint */
	.sec_recommendPoint .wrap{
		display: flex;
		gap: 3em;
	}
	.sec_recommendPoint ul {
		flex-direction: column;
		justify-content: flex-start;
		width: calc((100% / 3) - 0.5em);
	}
	.sec_recommendPoint ul li {
		width: 100%;
	}
	.sec_recommendPoint .lgbt ul{
		width: 600px;
        margin: 0 auto;
	}

	/* sec_gallery */
	.thumbnail {
		grid-template-columns: repeat(6, 1fr);
	}

	/* sec_collection */
	.collection__wrap {
		margin: 0px auto 3em;
		max-width: 1000px;
	}
    .sec_collection li {
        margin: 0 0.5em;
    }
	.sec_collection .slick-prev{
		left: 42%;
	}
	.sec_collection .slick-next{
		right: 43%;
	}

    .sec_recommendPlan .inner {
        width: 800px;
    }
    .sec_recommendPlan .wrap .box {
        width: calc((100% / 3) - 0.5em);
    }
	.sec_recommendPlan .box a{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.sec_recommendPlan .exp {
		padding-top: 1em;
	}
    
    .category li {
        width: calc((100% / 4) - 1em);
    }
}

/*----------------------
1500px 以上
----------------------*/
@media (min-width: 1500px) {
	/* mv_area */
	.mv_area li{
		height: 800px;
	}
}