/*------------------------------------------------------------------------------
Css name: content.css
Css info: 各ページスタイル
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------
index
--------------------------------------------------------------------------*/
.index .gNav .gNav_v01:after{
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		background: #C4AB13;
		border-radius: 50%;
		margin: -20px auto 0;
}
	.index .gNav .gNav_v01 a:hover::after{
		display: none;
	}
.index .mobi_gNav .gNav_v01{
	border-bottom: 2px solid #C4AB13;
}
/*-------------------------------------------------*/
.index .hero_img{
}
.index .concept{

    padding: 30px 0;
    text-align: center;
    margin-bottom: 25px;
    background: #f9f7e7;
}
    .index .concept p{
        width: 980px;
        margin: 0 auto;

        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
.index .importantNews{/* 新型コロナウイルス感染予防 ----------------*/
	width: 900px;
	margin: 20px auto;
	padding: 18px 2% 12px;
	font-size: 1.4rem;
	color: #ab2c2c;
	border: 2px solid #ab2c2c;
}
	.index .importantNews h2{
		margin-bottom: 12px;
		font-size: 1.8rem;
		text-align: center;
		line-height: 1.4;
	}
	.index .importantNews .disinfection{
		margin-bottom: 20px;
		padding: 4px 0;
		text-align: center;
		border-top: 1px solid #ab2c2c;
		border-bottom: 1px solid #ab2c2c;
	}
	.index .importantNews h3{
		margin-bottom: 14px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.index .importantNews ul{
		margin-left: 1em;
		margin-bottom: 12px;
	}
		.index .importantNews li{
			list-style: disc;
		}
	.index .importantNews .name{
		margin-top: 14px;
		text-align: right;
	}
@media only screen and (max-width: 599px) {
	.index .importantNews{
		width: 90%;
		padding: 18px 5% 12px;
		margin: 20px auto;
	}
		.index .importantNews h2{
			font-size: 1.6rem;
		}
		.index .importantNews h3{
			font-size: 1.4rem;
		}
		.index .importantNews p{
			line-height: 1.5;
		}
}

.index .btn_menu{/* メニュー ----------------*/
	position: relative;
	width: 735px;
	float: left;
	margin-bottom: 30px;
}
	.index .btn_menu p{
		position: absolute;
		color: #fff;
		background: #432D07;
		font-family: 'Open Sans', sans-serif;
		font-size: 2em;/*32pt*/
		width: 160px;
		height: 70px;
		line-height: 70px;
		text-align: center;
		border-radius: 4px;
		top:70px;
	}
	.index .btn_menu img{
		display: block;
		float: right;
		box-shadow: 4px 4px 2px rgba(67,45,7,0.15);
		transition: .3s ;
	}
	.index .btn_menu:hover{
	opacity:0.9;
	filter: alpha(opacity=90);
	}
	.index .btn_menu:hover img{
		box-shadow: 4px 4px 5px rgba(67,45,7,0.15);
	}
@media only screen and (max-width: 599px) {
    .index .concept{
        padding: 30px 0;
        text-align: left;
    }
        .index .concept p{
            width: 90%;
            font-size: 0.85em;
            line-height: 1.8;
        }
	.index .btn_menu{
		position: relative;
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
		.index .btn_menu p{
			position: static;
			font-size: 1.6em;
			width: 100%;
			height: 40px;
			line-height: 40px;
			border-radius: 0 0 4px 4px;
			top:auto;
		}
		.index .btn_menu img{
			float: none;
			box-shadow:none;
			margin-top:0;
			border-radius:4px 4px 0 0 ;
		}
		.index .btn_menu:hover img{
			box-shadow:none;
		}
}
.index .open{/* 営業時間 ----------------*/
	float: right;
	width: 200px;
	height: 200px;
	padding: 20px 14px;
	color: #fff;
	background: #432D07;
	border-radius: 4px;
}
	.index .open dt{
		font-weight: bold;
		margin-bottom: 4px;
	}
	.index .open dd{
		line-height: 1.6;
		margin: 0 0 0 6px;
	}
		.index .open .day{
			display: inline-block;
			width: 40%;
		}
		.index .open .time{
			display: inline-block;
			width: 56%;
			text-align: right;
		}
		.index .open dd small{
			font-size: 0.750em;/*12pt*/
			display: block;
			margin: 4px 0 16px 2px;
		}
@media only screen and (max-width: 599px) {
.index .open{
	float: none;
	width: 100%;
	height: auto;
	padding: 20px;
	color: #fff;
	background: #432D07;
	border-radius: 4px;
	margin: 20px 0;
}
	.index .open dt{
		font-weight: bold;
		margin-bottom: 4px;
	}
		.index .open .day{
			display: inline-block;
			width: auto;
		}
		.index .open .time{
			display: inline-block;
			width: auto;
			text-align: left;
		}
}

.index .info_box{/* おしらせ ---------------------------*/
	background: #F6F4F3;
	padding: 30px 0;
	margin-bottom: 40px;
}
	.index .info_h_tit{
		float: left;
		width: 160px;
		font-family: 'Open Sans', sans-serif;
		font-size: 2em;/*32pt*/
	}
	.index .info_list{
		float: left;
		border-left: 1px solid #D9D5CD;
		padding: 10px 0 10px 20px;
		font-size: 0.875em;/*14px*/
	}
		.index .info_list li{
			margin-bottom: 6px;
			line-height: 1.4;
		}
		.index .info_list li:last-child{
			margin-bottom: 0;
		}
		.index .info_list a .date{
			display: inline-block;
			width: 120px;
			vertical-align: top;
			color: #C4AB13;
			text-shadow: 1px 1px 0 #fff;
		}
		.index .info_list a .post_title{
			display: inline-block;
			width: 670px;
		}
		.index .info_list a:hover .post_title{
			text-decoration: underline;
		}
		.index .info_btn{
			float: left;
			display: block;
			clear: both;
			padding-left: 12px;
			font-size: 0.750em;/*12pt*/
			width: 140px;
			height: 32px;
			line-height: 32px;
			border: 1px solid #432D07;
			border-radius: 4px;
			background: url(../img/common/arrow_b.png) 96% center no-repeat;
			background-size: 6px 11px;
			transition: .3s ;
			margin-top: -32px;
		}
		.index .info_btn:hover{
			background:#fff url(../img/common/arrow_b.png) 98% center no-repeat;
			background-size: 6px 11px;
			text-decoration: none;
		}
@media only screen and (max-width: 599px) {
	.index .info_box{
		background: #F6F4F3;
		padding: 20px 0;
		margin-bottom: 40px;
	}
		.index .info_h_tit{
			float: none;
			width: auto;
			font-size: 1.8em;
			margin-bottom: 16px;
		}
		.index .info_list{
			float: none;
			border-left: none;
			border-top: 1px solid #D9D5CD;
			padding: 14px 0 0 8px;
		}
			.index .info_list li{
				margin-bottom: 10px;
				line-height: 1.4;
			}
			.index .info_list li:last-child{
				margin-bottom: 0;
			}
			.index .info_list a .date{
				display: block;
				width: 100%;
				margin-bottom: 4px;
			}
			.index .info_list a .post_title{
				display: block;
				width: 100%;
			}
			.index .info_list a:hover .post_title{
				text-decoration: underline;
			}
			.index .info_btn{
				float: right;
				width: 40%;
				margin-top: 30px;
			}
}

.index .staff_list{/* staff ---------------------------*/
	margin-bottom: 60px;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
	.index .staff_list li{
		vertical-align: top;
		width: 300px;
		margin-right: 40px;
	}
	.index .staff_list li:last-child{
		margin-right: 0;
	}
		.index .staff_list li img{
			display: block;
			margin: 0 auto 20px;
			border-radius: 50%;
		}
		.index .staff_list li .role{
			color: #C4AB13;
			font-family: 'Open Sans', sans-serif;
			text-align: center;
		}
		.index .staff_list li .name{
			text-align: center;
			line-height: 1.5;
			font-weight: bold;
			margin-bottom: 30px;
		}
			.index .staff_list li .name span{
				display: block;
				color: #7B6C51;
				font-size: 0.8em;
				font-weight: normal;
			}
		.index .staff_list li .comment{
			font-size: 0.875em;/*14px*/
		}
.index_recruit_btn a{
	display: block;
	width: 400px;
	border: 1px solid #432d07;
	border-radius: 2em;
	background: url(../img/common/arrow_b.png) 96% center no-repeat;
	background-size: 6px 11px;
	transition: .3s ;
	margin: 0 auto 120px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 60px;
}
.index_recruit_btn a:hover{
	background:#f9f7e7 url(../img/common/arrow_b.png) 97% center no-repeat;
	background-size: 6px 11px;
	text-decoration: none;
}

@media only screen and (max-width: 599px) {
	.index .staff_list{
		margin-bottom: 40px;
	}
		.index .staff_list li{
			width: 90%;
			margin: 0 auto 40px auto;
		}
			.index .staff_list li:last-child{
				margin-right: auto;
			}
			.index .staff_list li img{
				margin: 0 auto 10px;
			}
			.index .staff_list li .name{
				margin-bottom: 16px;
			}
	.index_recruit_btn a{
		width: 80%;
		margin: 0 auto 60px;
		font-size: 1.1em;
	}
}

.index .map{/* access ---------------------------*/
	width: 100%;
	height:300px;
	margin-bottom: 16px;
}
.index .shop_info{
	border-left: 1px solid #D9D5CD;
	margin-bottom: 120px;
}
	.index .shop_info li{
		display: inline-block;
		width: 25%;
		height: 130px;
		vertical-align: top;
		text-align: center;
		padding: 10px 0;
		border-right: 1px solid #D9D5CD;
	}
		.index .shop_info h3{
			font-weight: normal;
			margin-bottom: 20px;
		}
		.index .shop_info p{
			font-size: 0.875em;/*14px*/
		}
			.index .shop_info small{
				font-size: 0.8em;
			}
			.index .shop_info .l1{
				padding-top: 1.4em;
			}
@media only screen and (max-width: 599px) {
	.index .map{/* access ---------------------------*/
		height:400px;
	}
	.index .shop_info{
		border-left: none;
		border-top: 1px solid #D9D5CD;
		margin-bottom: 60px;
	}
		.index .shop_info li{
			display: block;
			width:  100%;
			height: auto;
			padding: 14px 0;
			border-right: none;
			border-bottom: 1px solid #D9D5CD;
		}
			.index .shop_info h3{
				font-weight: normal;
				margin-bottom: 16px;
			}
			.index .shop_info p{
				font-size: 0.875em;/*14px*/
			}
				.index .shop_info small{
					font-size: 0.8em;
				}
				.index .shop_info .l1{
					padding-top: 0;
				}
}

/*------------------------------------------------------------------------
menu
--------------------------------------------------------------------------*/
.menu .gNav .gNav_v02:after{
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		background: #C4AB13;
		border-radius: 50%;
		margin: -20px auto 0;
}
	.menu .gNav .gNav_v02 a:hover::after{
		display: none;
	}
.menu .mobi_gNav .gNav_v02{
	border-bottom: 2px solid #C4AB13;
}
/*-------------------------------------------------*/
.menu .wrapper{
	margin-bottom: 100px;
}
.menu .page_title{
	background: url(../img/menu/h1_menu.jpg) center top no-repeat;
	background-size: contain;
}

.menu_list{
	margin-bottom: 14px;
}
	.menu_list li{
		width: 100%;
		padding: 16px 20px;
		background: #F6F4F3;
	}
		.menu_list li:nth-child(2n){
			background: transparent;
		}

		.menu_list .menu_name{
			display: inline-block;
			width: 65%;
			vertical-align: top;
		}
			.menu_list .menu_name span{
				display: inline-block;
				font-size: 0.8em;
				margin-left: 14px;
			}
		.menu_list .menu_price{
			display: inline-block;
			width: 35%;
			text-align: right;
		}
		.eyelash .menu_name{
			width: 40%;
		}
		.eyelash .frequency{
			display: inline-block;
			width: 30%;
		}
		.eyelash .menu_price{
			width: 30%;
			text-align: right;
			margin-bottom: 8px;
		}
		.eyelash .menu_price:last-child{
			margin-bottom: 0;
		}

.menu .att{
	font-size: 0.875em;/*14px*/
	margin-right: 14px;
}
.menu .att::before{
	display: inline-block;
	content: "";
	width: 9px;
	height: 9px;
	background: #C4AB13;
	border-radius: 50%;
	margin-right: 6px;
}
@media only screen and (max-width: 599px) {
	.menu .wrapper{
		margin-bottom: 60px;
	}
	.menu .page_title{
		background: url(../img/menu/h1_menu.jpg) 20% top no-repeat;
		background-size: cover;
	}
		.menu_list li{
			padding: 14px;
		}
			.menu_list .menu_name{
				display: block;
				width: 100%;
				margin-bottom: 8px;
			}
				.menu_list .menu_name span{
				}
			.menu_list .menu_price{
				display: block;
				width: 100%;
				text-align: right;
			}

			.eyelash .menu_name{
				display: block;
				width: 100%;
			}
			.eyelash .frequency{
				display: inline-block;
				width: 50%;
				vertical-align: top;
			}
			.eyelash .menu_price{
				display: inline-block;
				width: 50%;
				text-align: right;
				margin-bottom: 0px;
			}

	.menu .att{
		font-size: 0.875em;/*14px*/
		margin-right: 14px;
	}
	.menu .att::before{
		display: inline-block;
		content: "";
		width: 9px;
		height: 9px;
		background: #C4AB13;
		border-radius: 50%;
		margin-right: 6px;
	}
}

/*------------------------------------------------------------------------
reserve
--------------------------------------------------------------------------*/
.reserve .gNav .gNav_v07:after{
}
	.reserve .gNav .gNav_v07 a:hover::after{
		display: none;
	}
.reserve .mobi_gNav .gNav_v07{
	border-bottom: 2px solid #C4AB13;
}
/*-------------------------------------------------*/
.reserve .wrapper{
	margin-bottom: 100px;
}
.reserve .page_title{
	background: url(../img/reserve/h1_reserve.jpg) center top no-repeat;
	background-size: contain;
}
.reserve .reserve_box p{
    text-align: center;
}
    .reserve .tel_no{
        font-size: 2em;
        font-weight: bold;
        font-family: 'Open Sans', sans-serif;
        margin-top: 20px;
    }
.reserve_form{
	width: 100%;
	border-top: 1px solid #d1d2d8;
	margin: 30px 0 20px;
}
	.reserve_form dt{
		float: left;
		clear : both;
		width: 30%;
		padding: 10px 0 10px 0.8em;
	}
	.reserve_form dd{
		padding: 10px 0 10px 35%;
		border-bottom: 1px solid #d1d2d8;
	}
	.reserve_form dd small{
		display: block;
		margin-top: 4px;
		font-size: 0.875em;/*14px*/
	}
	.reserve_form dd ul{}
		.reserve_form dd ul li{
			display: inline-block;
			margin: 4px 8px 4px 0;
		}

    .mfp_element_text, /* ----- フォームパーツ ----- */
    .mfp_element_number,
    .mfp_element_select-one,
    .mfp_element_email,
    .mfp_element_tel,
    .mfp_element_textarea,
    .mfp_element_date,
    .mfp_element_password {
    	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    	font-style: normal;
    }
	.reserve_form dd select{
		-webkit-appearance: menulist-button;
		height: 36px;
		max-height: 36px;
	}

    .reserve_form dd optgroup{
	    font-style: normal;
	    padding-top: 8px;
	    border-top: 1px solid #ccc;
    }
    .reserve_form dd option{
	    padding: 4px;
	    border-top: 1px solid #ccc;
    }
@media only screen and (max-width: 599px) {
	.reserve .wrapper{
		margin-bottom: 60px;
	}
	.reserve .page_title{
		background: url(../img/reserve/h1_reserve.jpg) center top no-repeat;
		background-size: cover;
	}

	.reserve_form{
		width: 100%;
		border-top: 1px solid #d1d2d8;
		margin: 20px 0 0;
	}
		.reserve_form dt{
			float: none;
			width: 100%;
			padding: 10px 0.8em;
			border-bottom: 1px solid #d1d2d8;
			background: #f6f4f3;
		}
		.reserve_form dd{
			padding: 10px 0.5em;
			border-bottom: 1px solid #d1d2d8;
		}
}

.thanks{
}
.thanks p + p{
    margin-top: 1em;
}
/*------------------------------------------------------------------------
info
--------------------------------------------------------------------------*/
.info .gNav .gNav_v05:after{
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		background: #C4AB13;
		border-radius: 50%;
		margin: -20px auto 0;
}
	.info .gNav .gNav_v05 a:hover::after{
		display: none;
	}
.info .mobi_gNav .gNav_v05{
	border-bottom: 2px solid #C4AB13;
}
/*-------------------------------------------------*/
.info.pickup .gNav .gNav_v06:after{
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		background: #C4AB13;
		border-radius: 50%;
		margin: -20px auto 0;
}
	.info.pickup .gNav .gNav_v06 a:hover::after{
		display: none;
	}
.info.pickup .mobi_gNav .gNav_v06{
	border-bottom: 2px solid #C4AB13;
}
.info.pickup .gNav .gNav_v05:after{
		display: none;
}
.info.pickup .mobi_gNav .gNav_v05{
	border-bottom: 1px solid #dadbe0;
}
/*-------------------------------------------------*/
.info .wrapper{
	margin-bottom: 100px;
}
.info .page_title{
	background: url(../img/info/h1_info.jpg) center top no-repeat;
	background-size: contain;
}
	.info .post_title{
		font-size: 1.5em;/*24pt*/
		margin-bottom: 40px;
		line-height: 1.4;
		border-bottom: 1px solid #432D07;
		padding-bottom: 10px;
	}
		.info .data{
			text-align: right;
			font-size: 0.875em;/*14px*/
			margin: -30px 0 30px;
		}

.info .pagelink{
	width: 700px;
	margin: -40px auto 100px;
	border-top: 1px solid #432D07;
	padding-top: 30px;
}
	.info .pagelink li{
		width: 47%;
	}
		.info .pagelink .oldpage{
			float: left;
		}
		.info .pagelink .newpage{
			float: right;
			text-align: right;
		}
@media only screen and (max-width: 599px) {
	.info .wrapper{
		margin-bottom: 60px;
	}
	.info .page_title{
		background: url(../img/info/h1_info.jpg) center top no-repeat;
		background-size: cover;
	}

	.info .pagelink{
		width: 96%;
		margin: -30px auto 60px;
	}
		.info .pagelink li{
			width: 100%;
		}
			.info .pagelink .oldpage{
				float: none;
				margin-bottom: 14px;
			}
			.info .pagelink .newpage{
				float: none;
				text-align: right;
			}

}
/*---------------------------------- 記事内画像 ------------------------------------*/
.attachment-post-thumbnail,
img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone {
}

.attachment-post-thumbnail{
	float:left;
	margin:0 20px 20px 0;
}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.alignleft{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.wp-caption-text{
	font-size:0.8em;
	margin-top:-5px;
}
/*- moile ----------------------------------------------------*/
@media only screen and (max-width: 599px){
	.wp-pagenavi {
		width:90%;
		padding: 10px 5%;
	}
	.wp-pagenavi a ,
	.wp-pagenavi span.pages,
	.wp-pagenavi span.extend,
	.wp-pagenavi a:hover,
	.wp-pagenavi span.current {
		margin-right:10px;
		margin-bottom:20px;
	}
}
/*----------------------------------PageNavi------------------------------------*/
.wp-pagenavi {
	width:700px;
	font-size: 0.875em;/*14px*/
	padding: 10px 20px;
	display:block;
	clear:both;
	text-align: center;
    margin: 0 auto 40px;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		display: inline-block;
		padding:8px 12px;
		border: 1px solid #D9D5CD;
		background: #fff;
		margin-right:3px;
		text-decoration:none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current{
 		display: inline-block;
		padding:8px 12px;
		border:solid 1px #C4AB13;
		color:#fff;
		margin-right:3px;
		background:#C4AB13;
}
/*- moile ----------------------------------------------------*/
@media only screen and (max-width: 599px) {
	.wp-pagenavi {
		width:90%;
		padding: 10px 5%;
	}
	.wp-pagenavi a ,
	.wp-pagenavi span.pages,
	.wp-pagenavi span.extend,
	.wp-pagenavi a:hover,
	.wp-pagenavi span.current {
		margin-right:10px;
		margin-bottom:20px;
	}
}


/*------------------------------------------------------------------------
採用情報
--------------------------------------------------------------------------*/
/*-------------------------------------------------*/
.recruit .wrapper{
	margin-bottom: 100px;
}
.recruit .page_title{
	background: url(../img/recruit/h1_recruit.jpg) center top no-repeat;
	background-size: contain;
}
.recruit_table{
	width: 100%;
}
.recruit_table th,
.recruit_table td{
	padding: 1em;
	font-weight: 400;
	border-bottom: 2px solid #fff;
}
.recruit_table th{
	width: 25%;
	background: #f6f4f3;
}
@media only screen and (max-width: 599px) {
	.recruit .wrapper{
		margin-bottom: 60px;
	}
	.recruit .page_title{
		background: url(../img/recruit/h1_recruit.jpg) center top no-repeat;
		background-size: cover;
	}
	.recruit_table th,
	.recruit_table td{
		display: block;
		padding: 0.7em;
		border-bottom: 0;
	}
	.recruit_table th{
		width: 100%;
	}
	.recruit_table td{
		padding: 1em 0.7em 1.5em;
	}

}
