@charset "utf-8";

@media only screen and (min-width: 768px) {
	.wrap {
/*		min-width: 1300px;*/
	}
}

/* header---style-start--- */
header{
	background: #F9F6F2;
}

.header_content .hero_img{
	background-image: url(../img/page_hero.jpg);
	background-size: cover;
	background-position: center;
	height: 30vw;
	min-height:300px;
	max-height:450px;
	position: relative;
}

.header_content .hero_img img{
	position: absolute;
	bottom: 0;
	left: 0;
}

.header_content .head_line{
/*	margin-top: 20px;*/
	position: relative;
    z-index: 10;
}

.header_content .head_line_title{
/*	font-size: 4.5rem;*/
	font-size: 3rem;
	font-weight: bold;
	padding-bottom: 0.5em;
	margin-bottom: 30px;
}

@media screen and (max-width:768px){
	.header_content .head_line_title{
		font-size: 2.5rem;
	}
}

.header_content .head_line_title span{
	border-bottom: 3px solid #EA5506;
	padding-bottom: 15px;
}

@media screen and (max-width:768px){
	.header_content .hero_img{
		height: 48vw;
		min-height:160px;
	}

	.header_content .hero_img img{
		bottom: -24px;
	}
}

/* header---style-end--- */

/* sec_content---style-start--- */
.sec_content{
	background: #F9F6F2;
	font-size: 1.7rem;
	overflow: hidden;
}

.sec_content h2{
/*	font-size: 2.5rem;*/
	font-size: 1.8rem;
	font-weight: bold;
	color: #1c0901;
/*	background: #4c3832;*/
	padding: 0.5em 500px;
	margin: 0 -500px;
	border-bottom: 1px dashed #EA5506;
}

@media screen and (max-width:768px){
	.sec_content h2{
		font-size: 1.8rem;
	}
}

.sec_content h3{
	font-size: 2.5rem;
	font-weight: bold;
	text-align: left;
	margin-top: 1.6em;
	border-bottom: 2px solid #EA5506;
	padding: 0 0.4em 0.2em;
}

@media screen and (max-width:768px){
	.sec_content h3{
		font-size: 2rem;
	}
}

.sec_content h4{
	font-size: 2.0rem;
	font-weight: bold;
	margin-top: 2em;
}

.sec_content p{
	margin-top: 1.6em;
	font-size: 1.5rem;
	line-height: 1.7;
}

.sec_content img{
	max-width: 100%;
	object-fit: contain;
}

.sec_content ul,.sec_content ol,.sec_content table{
/*	margin-top: 1.8em;*/
	margin-top: 10px;
	font-size: 1.6rem;
}

.sec_content ol{
	list-style: decimal;
	margin-left: 1.4em;
}

.sec_content ul li,.sec_content ol li {
	margin-bottom: 0.8em;
}

.news_list_box li:first-of-type,
.news_list_box li:nth-of-type(n + 2){
	width: 100%;
}

.sec_content table th {
	padding: 1em;
	background: #978A8A;
	color: #fff;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}

.sec_content table td {
	padding: 1em;
	background: #FFFFFF;
	color: #978A8A;
	border-top: 1px solid #707070;
	border-left: 1px solid #707070;
}

.sec_content table tr td:last-of-type {
	border-right: 1px solid #707070;
}

.sec_content table tr:last-of-type th, .sec_content table tr:last-of-type td {
	border-bottom: 1px solid #707070;
}

.sec_content ul li::before{
	content:"●";
	color: #EA5506;
	padding-right: 0.5em;
}

.sec_content p.more_btn{
	margin-top: 70px;
}

@media screen and (max-width:768px){
	.sec_content{
/*		padding: 60px 0;*/
		padding: 0 0 60px;
	}
}
/* sec_content---style-end--- */

/* news_detail---style-start--- */

.sec_content p.news_time{
	text-align: right;
	padding-right: 0.8em;
	margin-top: 0.8em;
	font-size: 1.5rem;
	color: #635c5a;
}

@media screen and (max-width:768px){
	.sec_content p.news_time{
		font-size: 1.4rem;
	}
}

/* news_detail---style-end--- */

/* news_list---style-start--- */
.news_list_box{
/*
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	line-height:1.6;
*/
}

.news_list{
	padding: 1.8em 1em;
	border-bottom: 1px solid #707070;
}

.news_list:last-child{
	border-bottom: none;
}

.sec_content ul li.news_list::before{
	display: none;
}

.news_list dt, .news_list dd{
	display: inline-block;
	font-size: 1.7rem;
}

.news_list .news_cate{
	font-size: 1.5rem;
	padding: 0.2em 0.4em;
	margin: 0 1.2em;
	color: #fff;
}

.news_list .news_cate.news_notice{
	background: #EA5506;
}

.news_list .news_cate.news_cut{
	background: #616F39;
}

.news_list .news_cate.news_collar{
	background:#5EAAA8;
}

.news_list .news_cate.news_perm{
	background:#F54748;
}

.news_list .news_cate.news_other{
	background:#282846;
}

/* news_list---style-end--- */

/* price---style-start--- */
.sec_content p.price_lead{
	max-width: 900px;
	width:100%;
	margin: 0 auto;
}

.price_box{
	padding: 80px 0 60px;
	flex-wrap: wrap;
}

.price_note{
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #383019;
}

.price_note p{
	margin-top: -14px;
	text-align: center;
}

.price_note p span {
	background: #F9F6F2;
	padding: 0 0.6em 0 1em;
}

.price_note ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0 0.8em 0.4em;
	margin-top: 0.8em;
}

.sec_content .price_note ul li::before{
	display: none;
}

.price_note ul li{
	width: 50%;
	text-align: center;
}

.price_box .price_content{
	width: calc((100% - 60px) / 2);
	min-width: 430px;
	margin: 0 auto;
}

.price_box .price_content{
	margin-bottom: 50px;
}

.price_content h2{
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	background-color: #4c3832;
	padding: 0.5em 0.7em;
	margin: 0;
	border: none;
	line-height: 1.2;
}

@media screen and (max-width:768px){
	.price_content h2{
		font-size: 1.8rem;
	}
}

.price_content h2 span{
	font-size: 1.5rem;
}

.price_content h2:nth-of-type(n+2){
/*	margin-top: 50px;*/
	margin-top: 70px;
}

.price_content h3 + table, .price_content table + h3{
	margin-top: 0.6em;
}

.price_content p a {
	color: #EA5506;
	text-decoration: underline;
}

.price_content table{
	font-size: 1.5rem;
	width: 100%;
}

.price_content table tr{
	border-bottom: 1px dashed #baaeab;
}

.price_content table th {
	padding: 1em 0.3em;
	background: transparent;
	color: #383019;
	border-top: none;
	border-left: none;
	text-align: left;
	width: calc(100% - 120px);
}

.price_content table td {
	padding: 1em 0.3em;
	background: transparent;
/*	color: #383019;*/
	border-top: none;
	border-left: none;
	text-align: right;
	width: 120px;
	font-weight: 700;
	color: #635c5a;
}

p.hosoku{
	color: #635c5a;
}

.price_content table tr td:last-of-type {
	border-right: none;
}

.price_content table tr:last-of-type th, .price_content table tr:last-of-type td {
	border-bottom: none;
}

.price_content table th span {
	font-size: 0.7em;
    margin-left: 0.6em;
    background-color: #776e6b;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 0 0.5em;
	display: inline-block;
	letter-spacing: 0;
}

.price_content p{
	font-size: 1.4rem;
	padding: 0.8em 0;
	margin-top: 0;
}

.banner_btn{
	text-align: center;
}

.banner_btn a{
	display: inline-block;
}

.banner_btn img{
	max-width: 300px;
	width: 100%;
}

.baby_brush{
	text-align: center;
}

.banner_box{
	max-width: 630px;
	width: 100%;
	margin: 50px auto 0;
	flex-wrap: wrap;
}

.nfound{
	text-align: center;
}

.nfound p{
	margin-bottom: 40px;
}

.nfound a{
    font-size: 1.7rem;
    font-weight: bold;
    padding: 1em 3.3em;
    background: #000;
    color: #fff;
    display: inline-block;
    border-radius: 30px;
}

section{
/*	min-height: 94vh;*/
}

@media screen and (max-width:768px){
	.price_box {
		padding: 40px 0 40px;
	}

	.banner_btn img{
/*		min-width: 180px;*/
		min-width: 230px;
		width: 46vw;
	}

	section{
		width: 100%;
		min-height: auto;
	}
}

@media screen and (max-width:480px){
	.price_note p{
		margin-top: -10px;
	}

	.price_note ul{
		margin-top: 1em;
	}

	.price_note ul li{
		width: 100%;
	}

	.price_box{
		display: block;
	}

	.price_box .price_content{
		width: 100%;
		min-width: auto;
	}

	.price_content table th {
/*		padding: 0.3em;*/
/*     	padding: 0.5em 0.3em; */
		width: calc(100% - 100px);
	}

	.price_content table td {
     	padding: 0.5em 0.3em; 
		width: 100px;
	}

	.banner_box{
		display: block;
	}
}

/* price---style-end--- */


/* --- page nation's style in page of archive --- */

.pagenation{
	text-align: center;
	margin-top: 2em;
}

.pagenation span.current{
	background-color: #FFBA9C;
	color: #fff;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2;
	margin-right: 0.5em;
}

.pagenation a{
	background-color: #EA5506;
	color: #fff;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2;
	margin-right: 0.5em;
}

/* --- page nation's style in page of archive END --- */


/* gallery---style-start--- */
.sec_content p.lead{
	max-width: 900px;
	width:100%;
	margin: 0 auto;
}

.sec_gallery .sec_content ul li::before{display: none;}

.sec_gallery .sec_content h3 {
	margin-top: 0;
}

.sec_gallery .gallery_list {
	padding: 80px 0 60px;
}

.sec_gallery .gallery__item {
	position: relative;
	min-height: 400px;
	width: 50%;
	max-width: calc(100% - 500px);
	padding-left: 10px;
	margin: 0 25px 80px auto;
}

.sec_gallery .gallery__item:last-child {
	margin-bottom: 0;
}

.sec_gallery .gallery__item:nth-child(2n) {
	padding-left: 0;
	padding-right: 10px;
	margin: 0 auto 80px 25px;
}

.sec_gallery .photo-big {
	display: block;
	max-width: 500px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-100%,0);
}

.sec_gallery .gallery__item:nth-child(2n) .photo-big {
	left: auto;
	right: 0;
	transform: translate(100%,0);
}

.sec_gallery .photo-item {
	width: calc((100% - 15px) / 2);
}

@media screen and (max-width:768px){
	.sec_gallery .gallery_list {
		padding: 60px 0 40px;
	}

	.sec_gallery .gallery__item {
		position: relative;
		min-height: auto;
		width: 100%;
		max-width: initial;
		padding: 0;
		margin: 0 auto 40px;
	}

	.sec_gallery .gallery__item:nth-child(2n) {
		padding: 0;
		margin: 0 auto 40px;
	}

	.sec_gallery .gallery__item:nth-child(2n) .photo-big {
		left: auto;
		right: auto;
		transform: translate(0,0);
	}

	.sec_gallery .photo-big {
		max-width: 500px;
		height: auto;
		margin: 30px auto 0;
		position: static;
		transform: translate(0,0);
	}
}


/* gallery---style-end--- */

.opening_hours_box{
	display: none;
}
@media screen and (max-width:768px){
	.opening_hours_box{
		display: block;
	}
}

