@charset "utf-8";
/* TOP */

div.slider img {
	width:100%;
	max-width:none;
}
div.slider .slick-dots {
	bottom:-30px;
}
.slick-dotted.slick-slider {
	margin-bottom:40px;
}
._iframe {
    margin: 10% auto;
    max-width: 600px;
    text-align: center;
    width: 100%;
}
.clr iframe {
    border: 2px solid #7c633f;
    max-width: 600px;
    width: 100%;
}
._iframe ul.clr {
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
	div.slider .slick-dots {
		bottom:-35px;
	}
	div.slider .slick-dotted.slick-slider {
		margin-bottom:40px;
	}

}

@media screen and (min-width: 1025px) {
	div.slider .slick-slide:not(.slick-center) {
		position:relative;
	}
	div.slider .slick-slide:not(.slick-center)::before {
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		background:url(../img/top/slider_filter);
		z-index:10;
	}
	.slick-prev,
	.slick-next {
		z-index:100;
	}
	.slick-prev {
/*		left: 100px;*/
		left: 20%;
	}
	.slick-prev:before {
		content: "";
		display: block;
		border-top: 7.5px solid transparent;
		border-bottom: 7.5px solid transparent;
		border-right: 20px solid #1F0B03;
	}
	.slick-next {
/*		right:100px;*/
		right:20%;
	}
	.slick-next:before {
		content: "";
		display: block;
		border-top: 7.5px solid transparent;
		border-bottom: 7.5px solid transparent;
		border-left: 20px solid #1F0B03;
	}
}
.tit_line {
	background: -moz-linear-gradient(top,  rgba(51,0,0,0) 0%, rgba(51,0,0,0) 47%, rgba(51,0,0,1) 48%, rgba(51,0,0,1) 51%, rgba(51,0,0,0) 52%, rgba(51,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(51,0,0,0) 0%,rgba(51,0,0,0) 47%,rgba(51,0,0,1) 48%,rgba(51,0,0,1) 51%,rgba(51,0,0,0) 52%,rgba(51,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(51,0,0,0) 0%,rgba(51,0,0,0) 47%,rgba(51,0,0,1) 48%,rgba(51,0,0,1) 51%,rgba(51,0,0,0) 52%,rgba(51,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00330000', endColorstr='#00330000',GradientType=0 );
	text-align:center;
}
.tit_line span {
	padding:0 1em;
	background:#fff;
}
#staff_sec .tit_line span {
    background: #FFE1EC;
}
p.btn {
	width:290px;
	margin:15px auto 0;
	line-height:1;
}
p.btn a {
	display:block;
	padding:12px 0;
	text-align:center;
}

#about {
	padding:20px 15px 15px;
	background:#7B6339;
}
#about h2 {
	color:#fff;
	font-size:20px;
	text-align:center;
}
#about div.img {
	margin:10px 15px;
	text-align:center;
}
#about p {
	color:#fff;
	font-size:11px;
	text-align:center;
}
#about p.btn a {
	background:#FFCC33;
}
#about p.btn img {
	height:10px;
}
#blog {
	padding:30px 15px;
}
#blog h2 {
	text-align:center;
}
#blog h2 img {
	width:199px;
}
#blog p.blog_btn {
	width:115px;
	margin:15px auto;
	text-align:center;
}
#blog h3 {
	color:#1F0B02;
	font-size:17px;
}
#blog div.blog_list {
	padding-bottom:10px;
}
#blog div.blog_list a {
	text-decoration:none;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 145px;

}
#blog div.blog_list a {
	height:auto;

}
#blog div.blog_list section {
	display:table;
	width:100%;
	padding-top:15px;
}
#blog div.blog_list section > div {
	display:table-cell;
	vertical-align:middle;
}
#blog div.blog_list div.img {
	width:24%;
/*	border:solid 1px #7C633F;*/

}
	.img img {
	    border: 2px solid #7c633f;
	}
#blog div.blog_list div.img + div {
	padding-left:10px;
}
#blog h4 {
	margin:5px 0;
	color:#7B6339;
	font-weight:bold;
	font-size:12px;
}
#blog p {
	color:#332;
	font-size:9px;
}
#blog p.date {
	margin-bottom:10px;
	text-align:right;
}
#blog p.btn a {
	background:#7B6339;
}
#blog p.btn img {
	width:217px;
}
#apply {
	padding:20px 15px 10px;
}
#apply > h2 {
	color:#330000;
	margin-bottom:15px;
	font-size:20px;
}
#apply > div section {
	display:table;
	width:100%;
	margin-bottom:20px;
	background:#FFCC33;
}
#apply > div section > div {
	display:table-cell;
}
#apply > div section div.img {
	overflow:hidden;
	width:100px;
}
#apply > div h3 {
	margin-bottom:5px;
}
#apply > div h3 img {
	height:13px;
}
#apply > div section div.img + div {
	padding:0 12px;
	vertical-align: middle;
}
#apply > div a {
	display:block;
	text-decoration:none;
}
#apply > div p {
	color:#333;
	font-size:10px;
}
#appeal {
	padding:20px 15px 5px;
	background:#FFCC33;
}
#appeal h2 {
	padding:10px 0;
	background:#330000;
	color:#fff;
	font-size:20px;
	text-align:center;
}
#appeal h2 + p {
	margin:12px 0;
	color:#330000;
	font-size:11px;
	text-align:center;
}
#appeal ul {
	overflow:hidden;
}
#appeal li {
	float:left;
	width:47.5%;
	margin-bottom:15px;
	background:#fff;
	text-align:center;
}
#appeal li:nth-of-type(even) {
	float:right;
}
#appeal li p {
	margin-top:1em;
	line-height:1.5;
}
#appeal li:nth-of-type(2) p {
	margin:1.7em 0 .8em;
}
#appeal li a {
	display:block;
	padding:10px;
	color:#4C4C4C;
	font-size:11px;
	text-decoration:none;
}
#staff {
	padding:25px 15px 7%;
}
#staff h2 {
	color:#330000;
	font-size:20px;
}
#staff h2 + p {
	margin:12px 0;
	color:#330000;
	font-size:11px;
	text-align:center;
}
#staff div.img + p {
	margin-top:12px;
	color:#4C4C4C;
}
#staff p.btn a {
	background:#BFA36C;
}
#staff p.btn img {
	width:145px;
}

@media screen and (min-width: 768px) {
	p.btn {
		width:400px;
		margin:25px auto 0;
	}

	p.btn a {
		padding:16px 0;
	}
	
	#about {
		padding:60px 0 45px;
		background:#7B6339;
	}
	#about h2 {
		font-size:40px;
	}
	#about div.img {
		margin:25px 0 20px;
		text-align:center;
	}
	#about p {
		font-size:15px;
	}
	#about p.btn img {
		height: 16px;
	}
	#blog {
		padding:60px 0 30px;
	}
	#blog h2 img {
		width:398px;
	}
	#blog p.blog_btn {
		width:230px;
		margin:25px auto 40px;
	}
	#blog h3 {
		background:none;
		font-size:34px;
	}
	#blog div.blog_list {
		overflow:hidden;
		width:910px;
		margin:0 auto 130px;
		padding-bottom:0;
	}
	#blog div.blog_list section {
		float:left;
		width:435px;
		padding-top:30px;
	}
	#blog div.blog_list section:nth-of-type(even) {
		float:right;
	}
	#blog div.blog_list section > div {
		vertical-align:top;
	}
	#blog div.blog_list div.img {
		width:140px;
/*		border:solid 2px #7C633F;*/
		border:none;
		height: 145px;
		overflow:hidden;
	}
	.bimg img {
	    width: 100%;
	}
	.img img {
	    border: 2px solid #7c633f;

	    overflow: hidden;
	}

	#blog div.blog_list a {
		height:145px;

	}
	#blog div.blog_list div.img + div {
		padding-left:15px;
	}
	#blog h4 {
		font-size:15px;
	}
	#blog p {
		color:#332;
		font-size:13px;
	}
	#blog p.date {
		margin-bottom:11px;
		color:#796339;
		text-align: left;
	}
	#blog p.btn {
		width:580px;
	}
	#blog p.btn a {
		position:relative;
		padding:27px 0;
	}
	#blog p.btn a::before {
		content:url(../img/top/massage_btn_pc.png);
		position:absolute;
		left:-70px;
		bottom:-2px;
	}
	#blog p.btn img {
		width:336px;
	}
	#apply {
		padding:60px 0 45px;
	}
	#apply > h2 {
		width:600px;
		margin:0 auto 40px;
		font-size:40px;
	}
	#apply > div {
		overflow:hidden;
		width:910px;
		margin:0 auto;
	}
	#apply > div section {
		float:left;
		width:440px;
		margin-bottom:5px;
	}
	#apply > div section:nth-of-type(even) {
		float:right;
	}
	#apply > div section div.img {
		width:200px;
	}
	#apply > div h3 img {
		height:24px;
	}
	#apply > div section div.img + div {
		padding:0 20px;
	}
	#apply > div p {
		color:#330000;
		font-size:14px;
	}
	#appeal {
		padding:55px 0 80px;
	}
	#appeal > div {
		width:1000px;
		margin:0 auto;
	}
	#appeal h2 {
		width:580px;
		margin:0 auto;
		padding:20px 0;
		font-size:40px;
	}
	#appeal h2 + p {
		margin:30px 0 35px;
		font-size:18px;
	}
	#appeal ul {
		width:890px;
		margin:0 auto;
	}
	#appeal li {
		float:left;
		width:200px;
		margin:0 30px 0 0;
	}
	#appeal li:last-of-type {
		margin-right:0;
	}
	#appeal li:nth-of-type(even) {
		float:left;
	}
	#appeal li p {
		margin-top:1em;
		line-height:1.5;
	}
	#appeal li:nth-of-type(2) p {
		margin:1.7em 0 .8em;
	}
	#appeal li a {
		color:#330000;
		padding:15px 20px;
		font-size:14px;
	}
	section#staff_sec {
	    background: #FFE1EC;
	}
	#staff {
		width:1000px;
		margin:0 auto;
		padding:80px 0 90px;
	}
	#staff h2 {
		width:600px;
		margin:0 auto;
		font-size:40px;
	}
	#staff h2 + p {
		margin:15px 0 25px;
		color:#1F0B01;
		font-size:18px;
	}
	#staff div.img {
		text-align:center;
	}
	#staff div.img + p {
		margin-top:16px;
		color:#1F0B03;
		text-align:center;
	}
	#staff p.btn {
		margin-top:20px;
	}
	#staff p.btn a {
		background:#BFA36C;
	}
	#staff p.btn img {
		width:235px;
	}
}
/* ƒXƒ}ƒz */
@media (max-width: 767px) {
	#about div.img {
	    margin: 10px auto;
	}
	section#staff_sec {
	    background: #FFE1EC;
	}
	#staff_sec .tit_line span {

	}
	p.btn a {
	    display: block;
	    padding: 6px 0 12px;
	    text-align: center;
	}
	#apply {
	    padding: 7% 15px 10px;
	}
}