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

h1 {
	margin: 2em auto 1em;
    font-size: 1.6rem;
    font-weight: 600;
	line-height: 1.8;
}
h2 {
	margin: 0 0 2em 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
	line-height: 1.5;
}
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;
	letter-spacing: 1px;
	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;
	}
}



/* -----店舗別ロケスポット一覧----- */

.h1_area{
	width: 90%;
	margin: 0 auto;
}
.sec_locationspot {
	padding: 5em 0px;
}
.sec_locationspot .deco{
	text-align: center;
}
.sec_locationspot ul li {
	margin: 0 auto 3em;
	position: relative;
}
.sec_locationspot ul li img {
	width: 100%;
	object-fit: cover;
}
.sec_locationspot h2 {
	position: relative;
	top: -34px;
	left: -1px;
	background-color: #ffffff;
	margin: 0;
	padding: 3px;
	font-size: 1.2em;
	max-width: 60%;
	font-weight: 600;
	line-height: 2;
}
.sec_locationspot p.desc {
	text-align: left;
	margin-top: -2em;
}
.sec_locationspot .box_access {
    margin: 1em auto 0px;
    font-size: 11px;
	text-align: left;
    padding-bottom: 40px;
    border-bottom: 1px solid #dadada;
}






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

.mv_area li{
    overflow: hidden;
}
.mv_area li img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* top_txt */
.top_txt{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.top_txt h2 {
	margin: 3em 0 1em;
	font-weight: bold;
}
.top_txt p {
	padding: 1em 0;
    text-align: left;
}

.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_info access*/
.sec_info{
	max-width: 1000px;
	padding: 3em 0;
    margin: 3em auto;
	border-top: 1px solid #dfdede;
    border-bottom: 1px solid #dfdede;
}
.sec_info .inner{
	max-width: 600px;
}
.sec_info .blo_details {
	margin: 0 auto;
	padding: 1em 0;
}
.sec_info dl {
	text-align: left;
	margin: 0;
	padding: 2% 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.sec_info dt {
	width: 30%;
	margin-right: 1%;
}
.sec_info dd {
	width: 70%;
}
.sec_info .tel {
	text-decoration: underline;
}
.sec_info .map {
	color: #717171;
}
.sec_info .map:hover {
	opacity: .8;
}
.sec_info .map:after {
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	background-image: url(../../assets/img/shop/map.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 5px;
}
.sec_info .hp{
	text-decoration: underline;
}
.sec_info .imageMap{
	margin: 0;
	height: auto;
}
.sec_info .imageMap iframe {
	width: 100%;
    aspect-ratio: 16/9;
}

.sec_recommendPoint{
	padding: 2em 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_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(2,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 4%;
}
.sec_collection h3{
	font-weight: bold;
	margin: 0 0 0.5em 2em;
	text-align: left;
	position: relative;
}
.sec_collection h3::before{
	content: '';
	position: absolute;
	top: 50%;
	width: 10px;
    height: 2px;
    margin-left: -1.2em;
	transform: translateY(-50%);
	background-color: #333;
}
.sec_collection .slider-wrapper {
    overflow: visible; 
}
.sec_collection ul{
	width: 100%;
}
.sec_collection li {
	margin: 0 0.5em;
	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: -3em;
}
.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, 0%);
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);*/
}
.sec_collection .slick-prev {
	left: 80%;
    transform: rotate(180deg);
}
.sec_collection .slick-next {
    right: 1%;
}
.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_recommendPlan sec_recommendSpot */
.recommend .wrap{
	text-align: left;
}
.recommend .box:not(:last-child){
	margin-bottom: 1em;
}
.recommend .image{
	aspect-ratio: 2 / 1;
    overflow: hidden;
}
.recommend .image img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.recommend .exp{
	padding: 1em;
	background-color: #fff;
}
.recommend .wrap .exp h3{
	font-weight: 600;
	margin: 0;
}
.recommend .exp .text{
	font-size: 0.9rem;
	line-height: 1.5;
	margin-top: 0.5em;
}

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

/* sec_recommendSpot */
.sec_recommendSpot{
	margin: 0 0 3em;
	padding: 3em 0;
	background-color: #F5F5F5;
	border-top: 1px solid #dadada;
}
.sec_recommendSpot h3{
	display: block;
}
.sec_recommendSpot h4{
	display: inline-block;
	font-size: 0.9rem;
	padding: 0em 0.5em;
    background-color: #f5f5f5;
}
/*.sec_recommendSpot .wrap .exp .title{
	padding-bottom: 0.5em;
}*/
.sec_recommendSpot .exp .text{
	color: #908f8f;
}


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

	/* -----店舗別ロケスポット一覧----- */

	.sec_locationspot ul {
		max-width: 1000px;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		gap: 0 10px;
		justify-content: space-between;
		align-items: stretch;
	}
	.sec_locationspot ul::before{
		content: '';
		order: 1;
		width: 48%;
	}
	.sec_locationspot ul li {
		width: 48%;
	}
	.sec_locationspot .box_access {
        padding-bottom: 40px;
        border-bottom: none;
    }


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

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

	/* 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_gallery */
	.thumbnail {
		grid-template-columns: repeat(4, 1fr);
	}

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

	.recommend .wrap {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
		gap: 1em;
	}
	.recommend .wrap::before{
		content: '';
		order: 1;
		width: calc((100% / 3) - 0.7em);
	}
	.recommend .box{
		display: flex;
		flex-wrap: wrap;
		width: calc((100% / 3) - 0.7em);
	}
	.recommend .box a{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.recommend .box:not(:last-child){
		margin-bottom: unset;
	}
	.recommend .exp {
		padding: 1em;
		display: flex;
        flex-direction: column;
		align-items: flex-start;
		gap: 0.2em;
		flex-grow: 1;
	}

	.sec_recommendSpot .inner{
		margin-bottom: 5em;
	}
}

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