@charset "utf-8";
/* CSS Document */

/* こだわりポイントとギャラリー、画像が1枚の時にスマホで横いっぱいにする */
@media screen and (max-width: 760px) {
	.one_image_list li {
		width: 100% !important;
	}
}
/* 今すぐご案内特典------------------- */
.gonow_section {
	margin: 45px auto auto auto;
	padding: 0;
	border: 2px solid #fad641;
	border-radius: var(--basic_radius);
	display: block;
	width: 770px;
	background-color: #fff;
	padding: 5px;
}
.gonow_section h3{
	font-size: 24px;
	color: #5a3e3e;
	font-weight: bold;
	line-height: 1;
}
.gonow_section ._inner{
	width: 100%;
	height: 100%;
	background-color: #fff0b0;
	background-image: repeating-linear-gradient(-45deg, #ffec9c, #ffec9c 25px, transparent 0, transparent 50px);
	padding: 15px;
	border-radius: var(--basic_radius);
}
.gonow_section .gonow_limit{
	font-size: 14px;
}
.gonow_section .gonow_title {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding: 10px 20px;
	background-color: #f3a40b;
	margin-top: 15px;
}
.gonow_section .gonow_text{
	background-color: #fffbeb;
	color: #5a3e3e;
	font-size: var(--top_font_m);
	padding: 10px;
}
.gonow_section .gonow_text p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: initial;
	overflow: initial;
	height: auto;
}
.gonow_section .gonow_text p.with_more_btn{
	height: 75px;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.gonow_section .gonow_text ._more{
	background-color: #ffffff;
	border: 2px solid #dddddd;
	border-radius: var(--basic_radius);
	font-weight: bold;
	font-size: 18px;
	color: #514343;
	cursor: pointer;
	display: block;
	margin: 15px auto 5px auto;
	width: 150px;
	text-align: center;
	padding: 10px;
	line-height: 1;
}
.gonow_section .gonow_text ._more:hover{
	opacity: 0.8;
}

@media screen and (max-width: 760px) {
	.gonow_section{
		width: 92%;
  		height: auto;
		padding: 0.4%;
		margin-top: var(--shop_sp_basic_margin);
	}
	.gonow_section ._inner{
		padding: 2%;
	}
	.gonow_section h3{
		font-size: var(--shop_sp_lead_font);
		text-align: center;
	}
	.gonow_section .gonow_limit{
		font-size: 3vw;
		font-weight: bold;
		display: block;
  		 margin-top: 2vw;
	}
	.gonow_section .gonow_title {
		padding: 2vw;
		font-size: 3.2vw;
		line-height: 1.2;
		margin-top: 3vw;
	}
	.gonow_section .gonow_text{
		margin-top: 2%;
		padding: 2vw;
	}
	.gonow_section .gonow_text p{
		font-size: 3.4vw;
	}
	.gonow_section .gonow_text p.with_more_btn{
		height: 15vw;
		overflow: hidden;
		-webkit-line-clamp: 3;
	}
	.gonow_section .gonow_text ._more{
		width: 35%;
		font-size: 3.4vw;
		padding: 1.6vw 2vw;
		margin: 2vw auto 0 auto;
	}
}



/*口コミ---------------*/
.shop_top_reviews li{
	padding: 20px 17px;
}
.shop_top_reviews .review_heading{
	padding-left: 10px;
	margin-top: 15px;
}
.shop_top_reviews .review_date {
	font-size: 14px;
}
.shop_top_reviews .review_heading span.score_view{
	margin-top: 2px;
	font-size: 14px;
	line-height:1;
	display: flex;
	line-height: 1;
	align-items: center;
}
.shop_top_reviews .review_heading span:nth-child(3){
	margin-top: 5px;
	line-height: 1;
	font-size: var(--top_font_m);
	font-weight: bold;
	color: #9b6565;
	display: block;
}
.shop_top_reviews .review_heading .review_stars_wrap{
	margin-left: 5px;
}
.shop_top_reviews .review_star{
	width: 15px;
	height: 15px;
}
.shop_top_reviews ._lead_text{
	display: inline-block;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #5a3e3e;
	line-height: 1;
}
.shop_top_reviews ._text{
	margin-top: 5px;
	font-size: 14px;
	color: #5a3e3e;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.shop_each_content .review_btns{
	display: flex;
	margin-top: 40px;
	align-items: center;
	justify-content: center;
}
.shop_each_content.shop_top_reviews .primary_btn{
	width: 260px;
	margin: 0;
}
.shop_each_content.shop_top_reviews .primary_btn:nth-child(2){
	margin-left: 20px;
}
.shop_top_reviews.no_reviews h2 {
	margin: 50px 0 20px 0;
}
.shop_top_reviews.no_reviews .no_reviews_body {
	background-image: linear-gradient( to bottom, #f8f1e7,#fff);
    border: 1px solid #bc9c70;
	border-radius: 6px;
	padding: 20px;
	margin: 0 0 30px 0;
	display: flex;
	justify-content: space-between;
}
.shop_top_reviews.no_reviews .no_reviews_body dl {
	width: 52%;
	min-width: 52%;
}
.shop_top_reviews.no_reviews .no_reviews_body dl dt {
	font-weight: bold;
	font-size: 20px;
	color: #5a3e3e;
	margin: 0 0 10px 0;
}
.shop_top_reviews.no_reviews .no_reviews_body dl dd p {
	margin: 0 0 10px 0;
}
.shop_top_reviews.no_reviews .no_reviews_body strong {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 15px 0;
}
.shop_top_reviews.no_reviews .no_reviews_body strong::before,
.shop_top_reviews.no_reviews .no_reviews_body strong::after {
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    height: 26px;
    width: 20px;
}
.shop_top_reviews.no_reviews .no_reviews_body strong::before {
    background-image: url(/assets/img/global/emphasis_left.svg);
	margin: 0 8px 0 0;
}
.shop_top_reviews.no_reviews .no_reviews_body strong::after {
    background-image: url(/assets/img/global/emphasis_right.svg);
	margin: 0 0 0 8px;
}
.shop_top_reviews.no_reviews .no_reviews_image {
	width: 48%;
	position: relative;
}
.shop_top_reviews.no_reviews .no_reviews_body ul {
	display: flex;
}
.shop_top_reviews.no_reviews .no_reviews_body ul li {
	width: 31%;
	margin: 0 3.5% 0 0;
	padding: 0;
}
.shop_top_reviews.no_reviews .no_reviews_body ul li:last-child {
	margin: 0;
}
.shop_top_reviews.no_reviews .no_reviews_body ul li figure {
	width: 100%;
	height: 120px;
	display: block;
	border-radius:var(--basic_radius);
	box-shadow:var(--brown_box_shadow);
	overflow: hidden;
}
.shop_top_reviews.no_reviews .no_reviews_body ul li figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.shop_top_reviews.no_reviews .member_link {
	width: 100%;
}
.shop_top_reviews.no_reviews .member_link i {
	margin: 0 5px 0 0;
}
.shop_top_reviews.no_reviews .mes {
	display: inline-block;
	position: absolute;
    height: 22px;
    padding: 3px 10px;
    background-color: rgb(255 255 255 / 90%);
    border: #ff80aa solid 2px;
    border-radius: 50px;
}
.shop_top_reviews.no_reviews.man .mes {
	border: #6e93fb solid 2px;
}

.shop_top_reviews.no_reviews .mes img {
	display: block;
	width: auto;
	height: 100%;
}
.shop_top_reviews.no_reviews .mes_1 {
    left: -20px;
    top: 140px;
}
.shop_top_reviews.no_reviews .mes_2 {
    left: 100px;
    top: 30px;
}
.shop_top_reviews.no_reviews .mes_3 {
    left: 265px;
    top: 130px;
}
@media screen and (max-width: 760px) {
	.shop_top_reviews{
		padding: 0 0 0 4vw;
	}
	.shop_top_reviews ul{
		margin-top: 4vw;
		padding-right: 4vw;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding-bottom: 2%;
	}
	.shop_top_reviews.no_reviews ul{
		padding-right: 0;
	}
	.shop_top_reviews ul::-webkit-scrollbar{
		display: none;
	}
	.shop_top_reviews li{
		width: 80vw;
		padding: 2.4vw;
		flex-shrink: 0;
	}
	.shop_top_reviews .review_heading{
		margin-top: 2vw;
		padding-left: 2vw;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.shop_top_reviews .review_heading span:nth-child(1){
		font-size: 3vw;
	}
	.shop_top_reviews .review_heading span:nth-child(2){
		font-size: 3vw;
		margin-top: 0;
		margin-left: 2vw;
	}
	.shop_top_reviews .review_heading span:nth-child(3){
		font-size: 4vw;
		width: 100%;
		display: block;
		margin-top: 1vw;
	}
	.shop_top_reviews .review_heading .review_stars_wrap{
		margin-left: 1vw;
	}
	.shop_top_reviews .review_star{
		width: 3vw;
		height: 3vw;
	}
	.shop_top_reviews ._lead_text{
		font-size: 3vw;
		margin-top: 3vw;
	}
	.shop_top_reviews ._text{
		margin-top: 1vw;
		font-size: 3vw;
		line-height: 1.3;
		-webkit-line-clamp: 2;
	}
	.shop_each_content .review_btns{
		width: 96%;
		flex-direction: column;
		margin-top: 6vw;
	}
	.shop_each_content.shop_top_reviews .primary_btn{
		width: 100%;
	}
	.shop_each_content.shop_top_reviews .primary_btn:nth-child(2){
		margin-top: 4vw;
		margin-left: 0;
	}
	.shop_top_reviews.no_reviews .no_reviews_body {
		flex-direction: column;
		padding: 4vw;
		margin: 0 0 5vw 0;
	}
	.shop_top_reviews.no_reviews .no_reviews_body dl,
	.shop_top_reviews.no_reviews .no_reviews_image {
		width: 100%;
	}
	.shop_top_reviews.no_reviews .no_reviews_body dl {
		margin: 0 0 4vw 0;
	}
	.shop_top_reviews.no_reviews .no_reviews_body dl dt {
		font-size: 4.5vw;
		margin: 0 0 2vw 0;
	}
	.shop_top_reviews.no_reviews .no_reviews_body dl dd p {
		font-size: 3.6vw;
		margin: 0 0 2vw 0;
	}
	.shop_top_reviews.no_reviews .no_reviews_body strong {
		font-size: 4vw;
		margin: 0 0 1.5vw 0;
	}
	.shop_top_reviews.no_reviews .no_reviews_body strong::before,
	.shop_top_reviews.no_reviews .no_reviews_body strong::after {
		height: 4vw;
		width: 4vw;
	}
	.shop_top_reviews.no_reviews .no_reviews_body ul li figure {
		height: 28vw;
	}
	.shop_top_reviews.no_reviews .mes {
		height: 4vw;
		padding: 0.5vw 1.5vw;
		border: #ff80aa solid 1px;
		border-radius: 20vw;
	}
	.shop_top_reviews.no_reviews.man .mes {
		border: #6e93fb solid 1px;
	}
	.shop_top_reviews.no_reviews .mes_1 {
		left: -2vw;
		top: 31vw;
	}
	.shop_top_reviews.no_reviews .mes_2 {
		left: 27vw;
		top: 8vw;
	}
	.shop_top_reviews.no_reviews .mes_3 {
		left: 67vw;
		top: 32vw;
	}
	.no_reviews_image img {
		max-width: 100%;
	}
	.shop_top_reviews.no_reviews {
		padding: 0 4vw;
	}
}



/*ギャラリー新デザイン*/
.galleries_list ul a:hover{
	opacity: 0.8;
}
.galleries_list ul{
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.galleries_list ul li{
	margin-right: 18px;
}
.galleries_list ul li:nth-child(4n){
	margin-right: 0;
}
.galleries_list ul li:nth-child(n + 5){
	margin-top: 17px;
}
.galleries_list ul img{
	width: 180px;
	height: 180px;
	object-fit: cover;
	border-radius:var(--basic_radius);
	box-shadow: var(--brown_box_shadow);
}
.corona_infomation h4{
	font-size: var(--top_font_m);
	color:#5a3e3e;
	font-weight: bold;
	line-height: 1;
	margin-top: 25px;
}
.corona_infomation p{
	font-size: var(--top_font_m);
	color: #5a3e3e;
	line-height: 1.7;
	margin-top: 15px;
}


@media screen and (max-width: 760px) {

	.galleries_list{
		padding: 0;
	}
	.galleries_list .shop_sub_head_text{
		padding: 0 4vw;
	}
	.galleries_list ul{
		margin-top: 4vw;
		padding: 0 0 0 4vw;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding-bottom: 2%;
	}
	.galleries_list ul::-webkit-scrollbar{
		display: none;
	}
	.galleries_list ul li:nth-child(4n){
		margin-right: 3vw;
	}
	.galleries_list ul li:nth-child(n+5){
		margin-top: initial;
	}
	.galleries_list ul.one_image_list{
		padding: 0 4vw;
	}
	.galleries_list ul.one_image_list li{
		flex-shrink: 0;
	}
	.galleries_list ul.one_image_list li img{
		width: 100%;
		height: 92vw;
	}
	.galleries_list ul li{
		margin-right: 3vw;
	}
	.galleries_list ul img{
		height: 47vw;
		width: 47vw;
	}
	.galleries_list ul.one_image_list img{
		width: 100%;
	}
	.galleries_list .primary_btn{
		width: 90% !important;
	}
	.corona_infomation{
		margin-top: 0;
		padding-top: var(--shop_sp_basic_margin);
		background-color: #fffbf6;
	}
	.corona_infomation h4{
		margin-top: 4vw;
	}
}


/*---------------------------------*/
/*ナビオバナー関連 shop_top用*/
/*---------------------------------*/
.shop_navio_billboard{
	margin-bottom: 15px;
}
.shop_navio_billboard img{
	display: block;
	margin: auto;
	max-width: 100%;
}
@media screen and (max-width: 760px) {
	.shop_navio_billboard img {
		max-width: 403px;
		width: 70vw;
	}
	.shop_navio .shop_description{
		margin-bottom: 10px;
	}
}


/* ---------------------------------------- */
/* 当店のこだわりポイント */
/* ---------------------------------------- */
.shop_point ul{
	margin-top: 30px;
}
.shop_point .kodawari_img{
	position: relative;
	width: 200px;
	height: 200px;
}
.shop_point .kodawari_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: var(--basic_radius);
	box-shadow: var(--brown_box_shadow);
}
.shop_point .kodawari_img span{
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 6px 0 0 0;
}
.shop_point .kodawari_img span.woman{
	background-color: var(--color_man);
}
.shop_point .kodawari_img span.man{
	background-color: var(--color_woman);
}
.shop_point .kodawari_img span strong{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-top: 5px;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.shop_point ._title{
	font-size: var(--top_font_m);
	font-weight: bold;
	margin-top: 35px;
	color: #9b6565;
	display: inline-block;
}
.shop_point ._text{
	font-size: var(--top_font_m);
	color: #525252;
	margin-top: 15px;
	display: inline-block;
}
.system_menu_btn{
	margin-top: 40px;
}
@media screen and (max-width: 760px) {
	.shop_point{
		padding: 0 0 0 4vw;
	}
	.shop_point ul{
		margin-top: 4vw;
		padding-right: 4vw;
		overflow-x: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
		padding-bottom: 2%;
	}
	.shop_point ul::-webkit-scrollbar{
		display: none;
	}
	.shop_point ul li{
		padding: 3vw;
  		width: 60vw;
  		flex-shrink: 0;
		margin-left: 4vw;
	}
	.shop_point .kodawari_img{
		width: 100%;
		height: 54vw;
	}
	.shop_point .one_image_list .kodawari_img{
		height: 85vw;
	}
	.shop_point .kodawari_img span{
		width: 15vw;
		height: 15vw;
		font-size: 3vw;
	    bottom: -7.5vw;
	}
	.shop_point .kodawari_img span strong{
		font-size: 5vw;
		margin-top: 0.6vw;
	}
	.shop_point ._title{
		margin-top: 9vw;
	}
	.shop_point ._text{
		margin-top: 1vw;
	}
	.system_menu_btn{
		margin-top: 6vw;
	}
}


/* ------------------------------------- */
/* お店のコンセプト */
/* ------------------------------------- */
.shop_description {
	margin-top: 20px;
}
.shop_description.with_more_btn{
	height: 110px;
	overflow: hidden;
}
.shop_description span{
	font-size: var(--top_font_m);
	font-weight: bold;
	color: #5a3e3e;
	line-height: 1.5;
}
.shop_description p{
	font-size: var(--top_font_m);
	color: #5a3e3e;
	line-height: 1.5;
	margin-top: 15px;
}
.shop_concept .white_btn{
	margin-top: 20px;

}

.shop_top_navio_banner{
	margin-top: 45px;
}
.shop_top_navio_banner a{
	width: 655px;
	height: 147px;
	display: block;
	margin: auto;
	position: relative;
}
.shop_top_navio_banner a:hover{
	opacity: 0.8;
}

.shop_top_navio_banner a span{
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	color:#514343;
	width: 100%;
	line-height: 1;
  	left: 20px;
  	bottom: 12px;
}
@media screen and (max-width: 760px) {
	.shop_description.with_more_btn{
		margin-top: 4vw;
		height: 29vw;
	}
	.shop_concept .white_btn{
		margin-top: 4vw;
	}
	.shop_concept .white_btn:after{
	}
	.shop_top_navio_banner{
		padding: 0 4vw;
		margin-top: var(--shop_sp_basic_margin);
	}
	.shop_top_navio_banner a{
		width: 100%;
		height: auto;
	}
	.shop_top_navio_banner a img{
		width: 100%;
		height: auto;
	}
	.shop_top_navio_banner a span{
		font-size: 3.4vw;
		bottom: 11.4vw;
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
	}
}



