@charset "utf-8";


/* 全体 */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #7a500c; /*#7a500c;*/ /*#623c17;*/　/*#4e2c0b;*/
	font-size: 0.95em;
	background-color: #f4f3f1
}
body p {
	line-height: 2.0em;
}
p, h1, h2, h3, h4, h5, ul, body, dl, dt, dd, img {
	padding: 0;
	margin: 0;
}
img {
	text-align: center;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	border-style: none;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
	color : #623c17;
}

/* ヘッダ */
header {
	width: 100%;
	height: auto;
	padding: 0;
	background-color: #dbba8d;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
h1 {
	
}
.header-inner {
	width: 960px;
	height: 170px;
	margin: 0px auto;
	position: relative;
}

/* ナビ */
nav {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #dbba8d;
}
nav ul {
	margin: 0 auto;
	width: 960px;
	background-color: #dbba8d;
}
nav li {
	float: left;
	font-size: 1.3em;
	text-align: center;
}
nav li:not(:last-child) { /* li の最後の要素以外に適用させる*/
    padding-right: 100px;
	/*122px;　ペッブリー　ルビなし*/
}
nav a {
	color: #45351f;
	font-weight: bold;
	vertical-align:bottom;
}
nav a:hover {
	color: #fff; /*#fb9800;*/
	text-shadow: 1px 1px 0 #45351f;
}

/* メイン共通 */
main {
	margin-top: 170px;
}
.mainimage {
	text-align: center;
}
.main-inner {
	width: 960px;
	margin:0 auto;
}
h2{
	position: relative;
	text-align: center;
	font-size:1.375em;
	font-weight: normal;
	color: #7a500c;
	text-shadow: 0.15px 0.15px 0.15px #fb9800;
	margin:20px;
}
h2::before{
	position: absolute;
	top: 45%;
	z-index: 1;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #000;
	background: linear-gradient(-45deg, transparent, #7a500c 10%, #7a500c 90%, transparent);
}
h2 span{
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	background-color: rgba(255, 249, 236, 1.0);
	text-align: left;
}
.h2-other {
	display: none;
}
section {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(to bottom, rgba(255, 249, 236, 0.8), rgba(255, 249, 236, 0.3));
}
section:not(:first-child)  {
	margin-top: 200px;
}
section:last-child  {
	margin-bottom: 200px;
}
.section-details {
	font-size:1.25em;
	margin:10px
}
.section-inner {
	width: calc(100% - 20px);
	margin: 10px;
	background: linear-gradient(to bottom, rgba(255, 234, 190, 0.3), rgba(255, 234, 190, 0));
}
.photo-list {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}.photo-list li  {
	/* 横スクロール用 */
	display: inline-block;
}
.photo-list li:not(:first-child) {
	margin-left:10px;
}
.massage-table {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2em;
	color: #331900;
	border-spacing: 2px;
}
.massage-table th {
	text-align: center;
	font-weight: normal;
}
.massage-table tr {
	background-color: #ffeabe;
	border: 5px solid #fb9800;
}
.massage-table td {
	padding: 0 10px 0 10px;
}
.massage-table th, .massage-table td{
	width: 50%;
}
.massage-table-smartphone {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2em;
	color: #331900;
	border-spacing: 2px;
}
.massage-table-smartphone th {
	text-align: left;
	font-weight: normal;
}
.massage-table-smartphone tr {
	background-color: #ffeabe;
	border: 5px solid #fb9800;
}
.massage-table-smartphone td {
	padding: 0 10px 0 10px;
	text-align: right;
}
.massage-table-smartphone th, .massage-table-smartphone td{
	width: 50%;
}
/* ACCESS */
.shopinfotable {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 2em;
	color: #331900;
	border-spacing: 2px; 
}
.shopinfotable a {
	color: #331900;
}
.shopinfotable th {
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	padding: 0 10px 0 10px;
	white-space: nowrap;
}
.shopinfotable tr {
	background-color: #ffeabe;
	border: 5px solid #fb9800;
}
.text-align-right {text-align: right;}
.text-align-left {text-align: left;}

.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/* CONTACT */
form {
	background-color: #ffeabe;/*rgba(255, 234, 190, 0.9);*/
	width: 100%;
	border-radius: 5px;
	color: #331900;
}
form div {
	padding: 10px 20px;
}
.text, textarea, .dropdown {
	border: 1px solid #777;
	padding: 5px;
	color: #331900;
	background-color: #fff;
	border-radius: 5px;
	/* Webkit */
	background-color: -webkit-gradient( linear, left top, left bottom, from(#eee), to(#fff) );
	-webkit-border-radius: 5px;
	/* Firefox */
	background-color: -moz-linear-gradient( top, #eee, #fff );
	-moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ffeeeeee, endColorstr=#ffffffff);
	zoom: 1;
}
.submit {
	font-size: 114%;
	border: 1px solid #777;
	padding: 4px 10px;
	color: #ffeabe;
	cursor: pointer;
	background-color: #331900;
	border-radius: 5px;
	/* Webkit */
	background-color: -webkit-gradient( linear, left top, left bottom, from(#99c9e5), to(#428ec9) );
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	/* Firefox */
	background-color: -moz-linear-gradient( top, #99c9e5, #428ec9 );
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
     
/* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#ff99c9e5, endColorstr=#ff428ec9);
	zoom: 1;
}
.submit:hover {
	background-color: #180c01;
}
textarea {
	width: 98.5%;
}
.compulsory {
	padding:1px 6px;
	margin-left:1em;
	border-radius:3px;
	vertical-align:middle;
	font-size:11px;/*文字サイズ*/
	color:#ffeabe;/*文字色*/
	background-color:#fb9800;/*背景色*/
}

/* フッダ */
footer {
	width: 100%;
	padding: 5px 0;
	background-color: #dbba8d;
}
footer p {
	text-align: center;
	color: #ffeabe;
}
.pagetop{
	 width: 50px;
	 height: 50px;
	 position: fixed;
	 left: 2px;
	 bottom: 2px;
	 background: #fb9800;
	 opacity: 0.80;
	 display:none;
	 border-radius: 25px;
}
.pagetop a{
	 position: relative;
	 display: block;
	 width: 50px;
	 height: 50px;
	 text-decoration: none;
}
.pagetop a:before{
	 font-family: FontAwesome;
	 content: '\f106';
	 font-weight: bold;
	 font-size: 25px;
	 color: #ffeabe;
	 position: absolute;
	 width: 25px;
	 height: 25px;
	 top: 0;
	 bottom: 0;
	 right: 0;
	 left: 0;
	 margin: auto;
	 text-align: center;
}
.pagetop:hover { 
	opacity: 0.90;
}
.massage-table-smartphone {display: none;}
.massage-table {display: table;}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .selector {
    /* IE11のみに適応されるCSS */
  }

nav li:not(:last-child) { /* li の最後の要素以外に適用させる*/
    padding-right: 119px;
	/*122px;　ペッブリー　ルビなし*/
}
}

@media screen and (max-width:960px) {
/* ヘッダ 64px*/
header {
	padding: 2px 0;
}
h1 img{
	width: auto;
	max-height: 40px;
	
}
.header-inner {
	width: 100%;
	height: 70px;
}
section:not(:first-child)  {
	margin-top: 100px;/*350px;*/
}
section:last-child  {
	margin-bottom: 100px;/*350px;*/
}
#nav-toggle {
	width: 30px;
	height: 26px;
	position: absolute;
	top: 7px;
	/*left: 15px;*/
	right: 15px;
}
#nav-toggle span{
	width: 100%;
	height: 5px;
	display: block;
	position: absolute;
	left: 0px;
	background-color: #45351f;		/*#ffeabe;*/
}
#nav-toggle span:nth-child(1){
	top: 13px;
}
#nav-toggle span:nth-child(2){
	top: 24px;
}
#nav-toggle span:nth-child(3){
	top: 35px;
}
#nav-toggle span{
	transition: 0.3s; /* 変形する際の動きの時間 */
}
#nav-toggle.active span:nth-child(1){
	top: 19px;
	transform: rotate(315deg); /* 時計回り回転 */
}
#nav-toggle.active span:nth-child(2){
	width: 0;
	left: 50%;
}
#nav-toggle.active span:nth-child(3){
	top: 19px;
	transform: rotate(-315deg); /* 反時計回り回転 */
}
nav {
	top: 50px;
	left: calc(100% - 200px);
	z-index: 10;
	width: 200px;
	height:  0px;
	position: fixed;
}
nav ul {
	width: 100%;
	height: auto;
	z-index: 10;
	display: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
nav li {
	margin:0px;
	margin-top:20px;
	padding:0px;
	float: none;
}
nav li:not(:last-child) { /* li の最後の要素以外に適用させる*/
    padding-right: 0px;
}
main {
	margin-top: 64px;
}
.main-inner {
	width: calc(100% - 20px);
	padding: 0px 10px; 
}
.mainimage img {
	width: 95vw;
	height:auto;
}
/* NEWS MENU 共通*/
.section-inner .box:nth-of-type(3n-1), .section-inner .box:nth-of-type(3n) {
	margin: 20px auto;
}
.section-inner .box {
	float: none;
	margin: 20px auto;
}
}
@media screen and (max-width:640px) {
.main-inner {
	width: calc(100% - 14px);
	padding: 0px 7px; 
}

.massage-table-smartphone {display: table;}
.massage-table {display: none;}
}
@media screen and (max-width:480px) {
.main-inner {
	width: calc(100% - 8px);
	padding: 0px 4px; 
}
}
@media screen and (max-width:320px) {
.main-inner {
	width: calc(100% - 2px);
	padding: 0px 1px; 
}
.text {
	width: 80%;
}
}
@media screen and (min-width:961px) {
/* ナビ */
nav {
	display: block !important;
}
nav ul {
	display: block !important;
}
.icons {
	display: block !important;
}
.icons-nav {
	display: none !important;
}
}


