@import  "https://fonts.googleapis.com/css?family=Lato:400,700";

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/
/*vivi*/
@font-face {
	font-family: "游ゴシック";
	font-style: normal;
	src: url("/wp/wp-content/themes/twentysixteen/font/游ゴシック Medium.eot") format("eot"), url("/wp/wp-content/themes/twentysixteen/font/游ゴシック Medium.woff") format("woff"), url("/wp/wp-content/themes/twentysixteen/font/游ゴシック Medium.woff2") format("woff2");
}

@font-face {
	font-family: "游ゴシック Bold";
	font-style: normal;
	font-weight: 700;
	src: url("/wp/wp-content/themes/twentysixteen/font/游ゴシック Bold.eot") format("eot"), url("/wp/wp-content/themes/twentysixteen/font/游ゴシック Bold.woff") format("woff"), url("/wp/wp-content/themes/twentysixteen/font/游ゴシック Bold.woff2") format("woff2");
}

@font-face {
	font-family: "游明朝";
	font-style: normal;
	src: url("/wp/wp-content/themes/twentysixteen/font/游明朝.eot") format("eot"), url("/wp/wp-content/themes/twentysixteen/font/游明朝.woff") format("woff"), url("/wp/wp-content/themes/twentysixteen/font/游明朝.woff2") format("woff2");
}

@font-face {
	font-family: "游明朝 Bold";
	font-style: normal;
	font-weight: 700;
	src: url("/wp/wp-content/themes/twentysixteen/font/游明朝 Bold.eot") format("eot"), url("/wp/wp-content/themes/twentysixteen/font/游明朝 Bold.woff") format("woff"), url("/wp/wp-content/themes/twentysixteen/font/游明朝 Bold.woff2") format("woff2");
}

body {
	font-family: Lato, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

h2.title {
	font-family: "游明朝", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
}

h2.title span {
	font-size: 20px;
}

h2.title:before,
h2.title:after {
	content: '';
	background: url(/img/common/img_h2.png) no-repeat 50% /cover;
	width: 18px;
	height: 31px;
	display: inline-block;
}

h2:before {
	margin: 0 10px 0 0;
}

h2:after {
	margin: 0 0 0 15px;
}

h3.title {
	font-family: 游明朝, "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	font-size: 20px;
	color: #6f5d0a;
	border-bottom: double 4px;
	position: relative;
	overflow: hidden;
	padding: 0 25px;
}

h3.title:before,
h3.title:after {
	content: '';
	width: 30px;
	height: 30px;
	border: 5px solid #6f5d0a;
	border-radius: 50%;
	display: block;
	position: absolute;
}

h3.title:before {
	top: -10px;
	left: -10px;
}

h3.title:after {
	bottom: -10px;
	right: -10px;
}

ul,
li {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a:hover {
	color: #6f5d0a !important;
}

.wrap {
	width: 1030px;
	margin: 0 auto;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

a img:hover {
	opacity: .7;
}

img.img-wrap {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background: #fff;
}

.navi-active {
	position: fixed;
	z-index: 100;
	top: 0;
	width: 100%;
}

table th {
	background: #efefef;
	text-align: right;
	width: 20%;
	vertical-align: top;
}

iframe {
	border: 1px solid #999;
}

header#masthead {
	padding: 0;
	background: #d2d2d2;
}

header div#header-bar {
	background: #000;
}

header div#header-bar h1 {
	font-size: 14px;
	color: #fff;
	width: 1030px;
	margin: 0 auto;
}

header .top-img {
	height: 350px;
	position: relative;
	background: url(/img/top/img_toppage.jpg) no-repeat 50% /cover;
}

header .top-img #head-title {
	position: absolute;
	right: 0;
	bottom: 0;
}

#gmenu {
	background: rgba(0,0,0,0.8);
}

#gmenu ul {
	margin: 0 auto;
	width: 1030px;
	border-right: 1px solid #909090;
}

#gmenu ul li {
	float: left;
	border-left: 1px solid #909090;
}

#gmenu ul li a {
	display: block;
	height: 80px;
	box-sizing: border-box;
	text-indent: -500px;
	overflow: hidden;
}

#gmenu ul li:nth-child(1) a {
	background: url(/img/common/nav_01.png) no-repeat top center;
	width: 90px;
}

#gmenu ul li:nth-child(2) a {
	background: url(/img/common/nav_02.png) no-repeat top center;
	width: 138px;
}

#gmenu ul li:nth-child(3) a {
	background: url(/img/common/nav_03.png) no-repeat top center;
	width: 183px;
}

#gmenu ul li:nth-child(4) a {
	background: url(/img/common/nav_04.png) no-repeat top center;
	width: 165px;
}

#gmenu ul li:nth-child(5) a {
	background: url(/img/common/nav_05.png) no-repeat top center;
	width: 137px;
}

#gmenu ul li:nth-child(6) a {
	background: url(/img/common/nav_06.png) no-repeat top center;
	width: 132px;
}

#gmenu ul li:nth-child(7) a {
	background: url(/img/common/nav_07.png) no-repeat top center;
	width: 176px;
}

#gmenu ul li a:hover {
	background-position: 50% -81px !important;
}

#content {
	margin-top: 25px;
}

#content.content-top {
	margin-top: 105px;
}

#know-thoron {
}

#know-thoron li {
	margin: 0 0 15px;
}

#blog-wrap {
}

#blog-wrap li {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0;
}

.blog-img-wrap {
	width: 130px;
	height: 106px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	padding: 2px;
	float: left;
}

.blog-contents-wrap {
	float: right;
	width: 590px;
}

.blog-contents-wrap h3 {
	color: #000;
}

.blog-contents-wrap h3 a {
	color: #000;
}

.blog-contents-wrap p {
	margin: 0 0 5px;
}

.blog-contents-wrap time {
	color: #999;
}

.blog-contents-wrap p.text-right {
	margin: -23px 0 0;
}

.blog-contents-wrap p.text-right span,
#about-wrap p.text-right span,
#sauna-wrap p.text-right span {
	background: #6f5d0a;
	border-radius: 50%;
	position: relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 10px -2px;
}

.blog-contents-wrap p.text-right span:after,
#about-wrap p.text-right span:after,
#sauna-wrap p.text-right span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 5px;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #fff;
}

.blog-contents-wrap p.text-right a,
#about-wrap p.text-right a,
#sauna-wrap p.text-right a {
	font-weight: bold;
	color: #000;
}

main.site-main {
	margin-bottom: 20px;
}

#blog-title {
	background: #000;
	position: relative;
	width: 100%;
	height: 50px;
}

#blog-title p {
	color: #fff;
	top: 9px;
	position: absolute;
	margin: 0;
}

#blog-title p a {
	color: #fff;
}

#blog-title p.text-left {
	font-size: 18px;
	left: 15px;
	font-weight: bold;
}

#blog-title p.text-right {
	right: 15px;
	top: 13px;
}

/*pager*/
#pager {
	text-align: center;
	margin: 15px 0 0;
}

.page-numbers {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0 10px;
	line-height: 30px;
	font-weight: bold;
}

.page-numbers.current {
	background: #efefef;
}

.page-numbers.dots {
	border: none;
}

.page-numbers.next {
}

/*about&sauna*/
#about-wrap {
}

#about-wrap div,
#sauna-wrap div {
	width: 349px;
	height: 466px;
	display: inline-block;
	vertical-align: bottom;
	margin: 40px 0 0;
	border-bottom: 1px solid #000;
}

#about-wrap div:nth-child(odd),
#sauna-wrap div:nth-child(odd) {
	margin: 0 35px 0 0;
}

#about-wrap div h3,
#sauna-wrap div h3 {
	font-size: 24px;
	font-family: "游明朝", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	line-height: 1em;
	margin: 10px 0;
}

#about-wrap div:nth-child(n + 2) h3 {
	margin-bottom: 32px;
}

#about-wrap div:nth-child(2) p.text-right,
#about-wrap div:nth-child(4) p.text-right {
	padding-top: 26px;
}

#about-wrap div:nth-child(n + 3),
#sauna-wrap div:nth-child(n + 3) {
	height: 440px;
}

#sauna-wrap div:nth-child(4) p.text-right {
	margin-top: 73px;
}

#about-wrap div:nth-child(n + 5),
#sauna-wrap div:nth-child(n + 5) {
	border: none;
/*height:344px;*/
}

/*buzz*/
.buzz-page h3 {
	font-size: 20px;
	margin: 50px 0 10px;
}

div.buzz-wrap {
	background: #FFF8E8;
	border: 2px solid #FFBD7C;
	padding: 10px;
	border-radius: 8px;
	position: relative;
}

div.buzz-wrap:before {
	display: block;
	border-style: none solid solid none;
	border-width: 2px;
	border-color: #FFBD7C;
	background: #FFF8E8;
	width: 18px;
	height: 18px;
	content: '';
	transform: rotate(-135deg);
	position: absolute;
	top: -10px;
	left: 20px;
}

div.buzz-wrap div {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.buzz-wrap p {
	margin: 0;
}

/*performance*/
.on,
.sa,
.kiri,
.shiro,
.rere {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-right: 3px;
}

.on {
	background: #f87373;
}

.sa {
	background: #2FCDB4;
}

.kiri {
	background: #40AAEF;
}

.shiro {
	background: #ECEEF1;
	color: #333;
}

.rere {
	background: #58BE89;
}

#performance {
}

#performance th {
	text-align: center;
}

.Map_Other_A {
	background: rgb(10,50,111);
	color: #fff;
	font-weight: bold;
}

/*single*/
.entry-header {
	border-bottom: 3px solid #999;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.entry-header time {
	color: #999;
}

.entry-header span {
	color: #999;
}

nav.post-navigation {
	border-top: 3px solid #999;
	border-bottom: none;
}

div.nav-previous,
div.nav-next,
.post-navigation div+div {
	border: none;
}

div.nav-previous {
	float: left;
}

div.nav-next {
	float: right;
}

div.nav-previous .post-title,
div.nav-next .post-title {
	font-size: 20px;
}

/*faq*/
#faq {
}

#faq dt {
	color: #EE6557;
	font-size: 18px;
	border-bottom: 1px dashed #999;
	font-family: "游明朝", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}

#faq dt:before {
	content: 'Q';
	font-size: 24px;
	margin: 0 10px 0 0;
}

#faq dt:nth-child(n+2) {
	margin: 25px 0 0;
}

#faq dd {
	margin: 0 0 0 20px;
}

#faq dd:before {
	content: 'A';
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0 -20px;
	color: #16A6B6;
}

#faq dd h4 {
	display: inline-block;
	font-size: 16px;
	margin: 0 0 2px;
}

/*footer*/
footer.site-footer {
	border-top: 3px solid #050505;
	background: #fff;
	position: relative;
	padding: 10px 0 0;
	margin-top: 40px;
}

footer.site-footer p {
	margin: 0;
}

footer.site-footer p.text-right a {
	color: #333;
	padding: 0 5px;
}

footer.site-footer p.text-right a:nth-child(1) {
	border-right: 1px solid #333;
}

footer .footer-info {
	color: #000;
	margin: 10px 0 0;
}

footer .footer-info img.left {
	margin: 0 10px 0 0;
}

footer .footer-info h3 {
	font-size: 24px;
}

footer .footer-info p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5em;
}

footer .footer-info div.left:nth-child(3) {
	margin: 6px 0 0 138px;
}

footer .footer-info div.left:nth-child(3) img {
	margin: 10px 15px 0 0;
}

#footer-bar {
	background: #050505;
	color: #fff;
	font-size: 12px;
	text-align: right;
	width: 100%;
	margin: 20px 0 0;
}

@media screen and (max-width: 782px) {
	.wrap {
		width: 100%;
		box-sizing: border-box;
	}
	
	.entry-content {
		margin-right: 0;
		margin-left: 0;
	}
	
	.alignright,
		.alignleft {
		float: none;
		margin: .375em auto 1.75em;
		display: block;
	}
	
	#header-bar {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	
	#header-bar h1 {
		padding: 3px 0 3px 10px;
		border-bottom: 1px solid #fff;
	}
	
	#gmenu {
		width: 100%;
		background: #000;
		position: fixed;
		top: 31px;
		z-index: 100;
		height: 50px;
	}
	
	#gmenu span {
		position: absolute;
		display: block;
		border-style: solid none;
		border-width: 5px;
		border-color: #fff;
		width: 40px;
		right: 10px;
		top: 12px;
		padding: 6px 0;
	}
	
	#gmenu span:before {
		content: '';
		border-top: 5px solid #fff;
		display: block;
	}
	
	#gmenu ul {
		display: none;
		background: rgba(0,0,0,0.7);
		margin: 50px 0 0;
	}
	
	#gmenu ul li {
		float: none;
		border-right: none;
		border-bottom: 1px solid #fff;
	}
	
	#gmenu ul li a {
		background: none;
		height: auto;
		text-indent: 0;
		display: block;
		width: auto !important;
		line-height: 40px;
		color: #fff;
		padding: 0 0 0 10px;
		font-size: 14pt;
	}
	
	#content {
		width: 100%;
		box-sizing: border-box;
		padding: 25px 10px;
	}
	
	#about-wrap div:nth-child(odd),
		#sauna-wrap div:nth-child(odd) {
		margin: 0 auto;
	}
	
	.blog-contents-wrap {
		float: none;
		width: 100%;
	}
	
	.blog-contents-wrap h3 {
	}
	
	.comments-area,
		.post-navigation {
		margin: 0;
	}
	
	div.nav-previous, div.nav-next, 
		.post-navigation div+div {
		width: 48%;
		box-sizing: border-box;
	}
	
	div.nav-previous {
		border-right: 1px solid #ccc !important;
	}
	
	div.buzz-wrap p.left {
		float: none;
	}
	
	div.buzz-wrap p.right {
		float: none;
		margin: 10px 0 0;
		border-top: 1px solid #ccc;
	}
	
	#secondary {
		padding: 0;
	}
	
	.textwidget a {
		margin-bottom: 10px;
		display: block;
	}
	
	.textwidget a img {
		width: 100%;
	}
	
	footer .left {
		float: none;
	}
	
	footer.site-footer .wrap {
		padding: 10px;
	}
	
	footer .footer-info h3 {
		font-size: 20px;
	}
	
	footer .footer-info p {
		font-size: 16px;
	}
	
	footer .footer-info div.left:nth-child(3) {
		margin: 10px 0 0;
	}
	
	#footer-bar {
		text-align: center;
	}
}