#content {
	width: 100%;
	background-image: url(img/png/back.png);
	background-size: cover;
	background-attachment: fixed;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
#nav {
	width: 100%;
	margin: auto;
	background-color: #d62a18;
	background-image: url(img/png/soft-circle-scales.png);
	background-repeat: repeat;
	border-bottom: 3px solid #a51e10;
	border-top: 3px solid #a51e10;
	box-shadow: 0 0 25px -5px rgba(0,0,0,0.8);
	z-index: 2;
	position: relative;
}
.is-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	margin: auto;
}
#nav .menu {
	max-width: 950px;
	margin: auto;
}
#nav .menu .menu__item {
	display: inline-block;
}
a.menu__item {
	width: 24.5%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-family: 'Sawarabi Mincho', sans-serif;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	text-shadow: 0 -1px rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.menu__item:hover {
	background-color: rgba(225, 192, 95, 0.6);
	border-radius: 100px;
	padding: 10px 0;
}
.p-navi {
}
div#mv {
	margin: 0 auto;
	max-width: 1020px;
}
#mv img {
	width: 100%;
}
#content #content-inner {
	width: 900px;
	margin: auto;
	background:#fff;
	padding: 25px 25px 0;
	border: 3px solid #d4ae38;
	border-top:0px; 
}
.yohaku {
	margin-bottom: 10%;
}
.w100 img {
	width: 100%;
}
.w33 ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#content .w33 li {
	width: 32%;
	margin: 0.5%;
	float: left;
}
#content .w33 img {
	width: 100%;
}
.w80 {
	width: 80% !important;
	margin: 5% 10%;
}
.w50 ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.w50 ul li {
	width: 48%;
	float: left;
	margin: 1% 1% 4%;
}
.w50 ul li img{
	width: 100%;
}
#content .warai {
	padding: 2% 2% 4%;
	background-image: url(img/png/warai_back.png);
	background-size: contain;
	margin-top: 10%;
}
.icon {
	position: absolute;
	width: 100px;
	margin-top: -50px;
	margin-left: -50px;
}
.icon img {
	width: 100%;
}
.title {
}
.title img {
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#content .warai .title img {
	width: 85%;
}
#content .iyashi {
	padding: 2% 2% 4%;
	background-image: url(img/png/iyasi_back.png);
	background-size: cover;
	margin-top: 10%;
}

#content .iyashi .title img {
	width: 60%;
}
#content .raku {
	padding: 2% 2% 4%;
	background-image: url(img/png/raku_back.png);
	background-size: cover;
	margin-top: 10%;
}
#content .raku .title img {
	width: 70%;
}
#content .syoku {
	padding: 2% 2% 4%;
	background-image: url(img/png/syoku_back.png);
	background-size: cover;
	margin-top: 10%;
}
#content .syoku .title img {
	width: 68%;
}
.tyusyaku img {
	width: 70%;
	margin: 2% 0 5%;
}
img.m1 {
	width: 90%;
	margin-top: 3%;
}
.tel img {
	width: 70%;
	margin-left: 15%;
	margin-top: 3%;
	margin-bottom: 3%;
}


.reserve {
	background-image: url(img/png/_back.png);
	background-size: cover;
	font-family: 'Sawarabi Mincho', sans-serif;
	background-position: center center;
	margin-top: 50px;
}
.reserve-inner{
	width: 900px;
	margin: auto;
	padding: 5%;
	text-align: center;
}
.reserve .reserve__title {
	font-size: 25px;
	margin-bottom: 3%;
}
.reserve ul {
	display:-webkit-box;
	display:-ms-flexbox;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

.reserve .reserve__list li {
	width: 17%;
	float: left;
	margin: 0 0.5% 2%;
	padding: 2% 1%;
	background: #000;
	border-radius: 5px;
}
.reserve .reserve__list li:hover {
	opacity: 0.7;
}
.kaiin li{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100;Red+3D */
	background: #ff3019 !important; /* Old browsers */ /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
.reserve .reserve__list li a{
	color:#fff;
	text-decoration: none;
	display:block;
}
.c-btn {
	font-size: 14px;
}
.c-btn__sub {
	display: block;
	font-size: 10px;
	margin-top: 3px;
}
.reserve .reserve__tel a{
	font-size: 30px;
	font-style: normal;
	color: #ca271c;
	font-weight: bold;
	text-decoration: none;
}
.reserve .reserve__sub {
	margin-bottom: 3%;
	font-family: sans-serif;
	font-size: 14px;
	margin-top: 1%;
}



@media screen and (max-width: 640px){
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	#content #content-inner {
		width: 92%;
		margin: auto;
		background: #fff;
		padding: 2% 2% 0;
		border: none;
		margin: 2%;
	}
	a.menu__item {
		width: 24%;
		margin: 0;
		padding: 20px 0;
		text-align: center;
		font-family: 'Sawarabi Mincho', sans-serif;
		text-decoration: none;
		font-size: 12px;
		color: #fff;
		text-shadow: 0 -1px rgba(0,0,0,0.5);
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.reserve-inner {
		width: 96%;
		margin: auto;
		padding: 10% 2%;
		text-align: center;
	}
	.reserve .reserve__list li {
		width: 100%;

	}


	.reserve .reserve__title {
		font-size: 18px;
		margin-bottom: 3%;
	}
	.reserve .reserve__sub {
		margin-bottom: 10%;
		font-family: sans-serif;
		font-size: 12px;
		margin-top: 1%;
	}
	#content .w33 li {
		width: 48%;
		margin: 1%;
		float: left;
	}
	.w50 ul li {
		width: 100%;
		float: left;
		margin: 1% 0 4%;
	}
	.spyohaku{
		margin-bottom:5%;
	}
	.icon {
		width: 100px;
		margin: -50px auto 0;
		position: relative;
	}
	#content .warai .title img,#content .syoku .title img ,#content .raku .title img ,#content .iyashi .title img  {
		width: 100%;
	}

	.title img {
		margin-left: 0px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	mg.m1 {
		width: 100%;
		margin-top: 3%;
	}
	p.sp {
		font-family: 'Sawarabi Mincho', sans-serif;
		margin: 5% 0;
		font-size: 5vw;
		line-height: 1.3em;
		text-align: center;
	}
}