@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium),
       local(Yu Gothic);
  font-weight: 500;
}
/*--------------------------------------------------------------
## reset
--------------------------------------------------------------*/
html, body, div, span, object, iframe,
p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}
ins {
    text-decoration:none;
}
del {
    text-decoration: line-through;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted　#cccccc;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    width: 100%;
    display:inline-block;
    height:1px;
    border:0;   
    border-top:1px solid #000;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*, *::after, *::before {
    box-sizing: inherit;
}
a:focus, *:focus {
    outline:none;
}
li {
	list-style: none;
}
img {
    margin: 0;
    padding: 0;
    border-style: none;
    vertical-align: bottom;
}
/*--------------------------------------------------------------
## Typography set
--------------------------------------------------------------*/
html {
    font-size:62.5%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", "Lato", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight:normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
    word-wrap: break-word;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #FFF;
	color: #333;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
}
p {
    margin: 0;
}
dfn,
cite,
em {
	font-style: italic;
    border-bottom: 1px dotted #ccc;
}
blockquote {
	margin: 0 0 2.3334em 0;
}
address {
	margin: 0 0 1.75em;
}
pre {
	background: #eee;
	line-height: 1.8667;
	margin-bottom: 1.8667em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
    white-space: pre-wrap;
}
code,
kbd,
tt,
var {
	font-family: monospace, serif;
    font-size: 0.9em;
    padding: 0.05em 0.4em;
    border-radius: 3px;
    background: #F6F6F6;
    color: #444;
}
abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
mark {
    background:linear-gradient(#FFF 70%,#fff462 70%,#fff462);
}
b, strong, .strong {
    font-weight: bold;
}
small {
	font-size: 85%;
}
a {
    color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:hover {
    color: #3F280F;
}
a img {
    transition: 0.3s;
}
a img:hover {
    opacity: .8;
}
i {
    font-family: "Font Awesome 5 Free","Fontawesome";
}
/*--------------------------------------------------------------
## Typography css set
--------------------------------------------------------------*/
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}
br.clear {
    clear: both;
    display: block;
    overflow: hidden;
}
/*--------------------------------------------------------------
## Typography css set
--------------------------------------------------------------*/
.alignleft,
div.alignleft,
img.alignleft {
	margin: 0;
	padding: 0 .8em .8em 0;
	float: left;
}
.alignright,
div.alignright,
img.alignright,
img.imgR {
	margin: 0;
	padding: 0 0 .8em .8em;
	float: right;
}
.aligncenter,
div.aligncenter,
img.aligncenter {
	display: block;
    margin: .5em auto;
}
/*--------------------------------------------------------------
## layout
--------------------------------------------------------------*/
#wrapper {
	width: 100%;
	height: 100%;
}
#header-wrap {
	width: 100%;
	min-width: 1000px;
	height: 99vh;
	display: block;
	overflow: hidden;
	background-image: url('images/main_image.jpg');
	background-repeat: no-repeat;
	background-position:center center;
	background-size: cover;
	align-items: center;
	justify-content: center;
	position: relative;
	border-top: solid 5px #3F280F;
}
#sitelogo {
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	left: 60px;
	display: inline-block;
}
.header-contact {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFF;
	display: inline-block;
	width: 260px;
	height: auto;
	padding: .5em 1.5em .8em 1.5em;
	box-sizing: border-box;
	background-color: #3F280F;
}
.header-contact ul {
	display: flex;
	justify-content: space-between;
	margin-top: .5em;
}
.header-contact li {
	display: inline-block;
}
.header-contact li a {
	display: block;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 12px;
	line-height: 1.6em;
	width: 100px;
	text-align: center;
	position: relative;
}
.header-contact li a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: .5em;
	transition: 0.3s;
}
.header-contact li a:hover:before {
	left: .8em;
}
.header-contact .tel {
	font-size: 31px;
	letter-spacing:1px;
}
.tel {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
}
.content {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}
h2.caption {
	text-align: center;
	font-size: 32px;
	line-height: 1.5em;
	letter-spacing: 1px;
	color: #3F280F;
	font-weight: normal;
	margin-bottom: 30px;
}
h2.menu-tt {
	background-color: #3F280F;
	color: #FFF;
	width: 260px;
	font-size: 22px;
	font-size: 2.2rem;
	z-index: 1;
	text-align: center;
	padding: .5em 1em;
	box-sizing: border-box;
	border-radius: 1.5em;
	margin: 0 auto 30px auto;
}
.caption-txt {
	text-align: center;
	margin: 20px auto;
	line-height: 2.0em;
}
.bg-hoken {
	width: 100%;
	min-width: 1000px;
	height: 250px;
	background-image: url('images/hoken-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/**background-attachment: fixed;**/
	position: relative;
	z-index: -1;
	text-align: center;
	margin-bottom: 100px;
}
.bg-hoken:before {
	content: "";
	display: block;
	width: 100%;
	height: 250px;
	background-color: rgba(63, 40, 15, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.bg-hoken .content {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.bg-massage {
	background-image: url('images/bg_pic.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}
.inline {
	display: flex;
	justify-content: space-between;
}
.hoken-txt {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.hoken-box {
	background-color: #FFF;
	display: inline-block;
	margin-top: 20px;
	padding: 1em;
}
.hoken-price.inline {
	font-size: 14px;
	font-size: 1.4rem;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.hoken-price p span {
	display: inline-block;
	border: 1px solid #000;
	white-space: nowrap;
	padding: 0 .5em;
}
.hoken-price ul {
	display: inline-block;
	width: 760px;
}
.hoken-price li {
	width: 350px;
	text-align: left;
	display: inline-block;
}
.hoken-price li:last-child {
	text-align: right;
}
.hoken-price li span {
	background-color: #000;
	color: #FFF;
	padding: .25em .5em;
	margin-right: .5em;
}
.bg-gray {
	width: 100%;
	min-width: 1000px;
	background-color: #f4f4f4;
}
.box-warp .box {
	display: block;
	max-width: 320px;
}
.box-img {
	position: relative;
}
.box-img h3 {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #FFF;
	margin: 0;
	padding: 0 1em;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
.box p.txt {
	font-size: 13.8px;
	font-size: 1.38rem;
	line-height: 1.6em;
	margin: .5em 0;
}
p.price {
	font-weight: bold;
	text-align: center;
	letter-spacing: .1em;
	clear: both;
}
.left-side {
	margin: 40px 0;
	width: 530px;
}
.right-side {
	margin: 40px 0;
	width: 430px;
}
.fb_space {
    width: 100%;
}
table.time {
	width: 100%;
	border-top: 1px solid #f4f4f4;
	margin-bottom: 1em;
}
table.time th,
table.time td {
	font-weight: normal;
	text-align: center;
	padding: .5em;
	border-bottom: 1px solid #f4f4f4;
}
table.time tbody td {
	font-size: 23px;
	font-size: 2.3rem;
	color: #333333;	
}
.fb-btn {
	text-align: center;
	margin: 1.5em 0 1em 0;
}
.fb-btn a {
	max-width: 430px;
	display: block;
	padding: 1em;
	margin: auto;
	border: 2px solid #333333;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
}
.fb-btn a:hover {
	color: #3B5998;
}
.fb-btn a:before {
	content: "\f082";
	font-family: "Fontawesome";
	color: #3B5998;
	font-size: 20px;
	font-size: 2.0rem;
	margin-right: 1em;
}
.massage {
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
	padding: 40px;
	margin: 30px;
	box-sizing: border-box;
}
.massage h2 {
	text-align: center;
	letter-spacing: .1em;
	position: relative;
	padding-bottom: .5em;
	margin-bottom: 1.5em;
	font-size: 28px;
	font-size: 2.8rem;
}
.massage h2:before {
	content: " ";
	display: block;
	width: 50px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.massage p {
	font-size: 14px;
	font-size: 1.4rem;
}

.facebook-wrapper {
		max-width: 500px;
		margin: 0 auto 30px auto;
		width: 90%;
	}
	.facebook-wrapper > .fb-page {
		width: 100%;
	}
	.facebook-wrapper > .fb-page > span,
	.facebook-wrapper iframe {
		width: 100% !important;
	}
#footer {
	overflow: hidden;
	width: 100%;
	min-width: 1000px;
	display: flex;
}
.footer-info,
.footer-map {
	width: 50%;
	display: inline-block;
	box-sizing: border-box;
}
.footer-info {
	background-color: #F2E8DF;
}
.footer-info ul {
	margin-top: 1em;
}
.footer-info .inner {
	float: right;
	width: 500px;
	text-align: left;
	box-sizing: border-box;
	padding: 50px 0 70px 0;
}
.footer-map iframe {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.copy {
	min-width: 1000px;
	background-color: #3F280F;
	color: #FFF;
	text-align: center;
}
.copy p {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 1em 0;
}
.sp {
	display: none;
}
.pc {
	display: block;
}

@media only screen and (max-width: 750px){
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	br.pc {
		display: none;
	}
	#header-wrap {
		height: 400px;
		min-width: 100%;
	}
	#sitelogo {
		top: 50%;
		left: 50%;
		padding: 1em;
		transform: translate(-50%, -50%);
		background-color: rgba(255, 255, 255, 0.3);
	}
	#sitelogo img {
		max-width: 280px;
		height: auto;
	}
	.content {
		width: 96%;
		max-width: 96%;
		min-width: 96%;
		padding: 20px 0;
		margin: auto;
	}
	.caption-txt {
		text-align: left;
		margin: 1.2em auto;
		line-height: 1.4em;
	}
	.caption-txt br {
		display: none;
	}

	.inline {
		display: block;
	}
	.hoken-box {
		margin-top: 0;
	}
	.hoken-price.inline {
		display: block;
	}
	.hoken-price p {
		text-align: left;
	}
	.bg-hoken {
		min-width: 100%;
		height: auto;
		background-image: none;
		margin-bottom: 0;
	}
	.bg-gray {
		min-width: 100%;
	}
	.bg-hoken:before {
		display: none;
	}
	.bg-hoken .content {
		height: 100%;
		position: static;
		transform: translate(0, 0);
	}
	.hoken-txt {
		color: #3F280F;
	}
	.hoken-txt span.sp {
		display: inline;
	}
	.hoken-price ul {
		text-align: left;
		width: auto;
		display: inline-block;
		margin: 1em auto;
	}
	.hoken-price li {
		width: auto;
	}
	.box-warp .box {
		margin: 1em auto;
	}
	.left-side,
	.right-side {
		width: 100%;
		margin: 20px 0;
	}
	.left-side p {
		font-size: 1.4rem;
	}
	.right-side {
		margin-top: 1.5em;
	}
	
	table.time th,
	table.time td {
		padding: .5em auto;
	}
	table.time tbody td {
		font-size: 1.6rem;
	}
	table.time th {
		font-size: 1.4rem;
	}
	
	.massage {
		padding: 1.5em;
		margin: 1em;
	}
	.massage p {
		font-size: 1.4rem;
	}
	#footer {
		min-width: 100%;
		display: block;
	}
	.footer-info .inner {
		float: none;
		width: 90%;
		display: block;
		margin: auto;
		padding: 30px 0;
	}
	.footer-info {
		width: 100%;
	}
	.footer-info ul {
		margin-top: 1em;
		text-align: center;
	}
	.footer-info .tel {
		text-align: center;
	}
	.footer-info .tel a {
		display: block;
		font-size: 3.2rem;
		padding: .25em 0;
		background-color: #FFF;
		color: #3F280F;
		border: 2px solid #3F280F;
		border-radius: 1.5em;
		max-width: 380px;
		margin: auto;
		line-height: 1em;
	}
	.footer-info .tel a span {
		display: inline-block;
		background-image: url('images/phone.svg');
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left;
		margin-right: .5em;
		padding-left: 40px;
	}
	.footer-info .maplink {
		margin-top: 1em;
		text-align: center;
	}
	.footer-info .maplink a {
		text-decoration: underline;
	}
	.footer-info .maplink a:before {
		display: inline-block;
		content: "\f3c5";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		color: #3F280F;
		margin-right: 1em;
	}
	.copy {
		min-width: 100%;
	}
	
}


