@charset "utf-8";

/* ========================================================
	index.css => インデックスページ用CSS
======================================================== */

/* ヘッダー
============================================================================================================ */
#header {
	position: relative;
	/*height: 266px;
	margin-bottom: 8px;
	background: url(../images/head/head_bg.jpg) repeat-x center 61px;
	background-size: auto 200px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);*/
	padding-top: 90px;
	margin-bottom: 30px;
}
/*#header:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 4px;
	width: 100%;
	background: -moz-linear-gradient(top,  #4a4a4a 0%, #120b0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a4a4a), color-stop(100%,#120b0e));
	background: -webkit-linear-gradient(top,  #4a4a4a 0%,#120b0e 100%);
	background: -o-linear-gradient(top,  #4a4a4a 0%,#120b0e 100%);
	background: -ms-linear-gradient(top,  #4a4a4a 0%,#120b0e 100%);
	background: linear-gradient(to bottom,  #4a4a4a 0%,#120b0e 100%);
}*/
#header .inner {
	position: relative;
	/*width: 320px;*/
	/*height: 198px;*/
	margin: 0 auto;
	/*padding: 68px 0 0;
	background: url(../images/head/head_ph.jpg) no-repeat right 61px;
	background-size: auto 200px;*/
	text-align: center;
}
#header .inner > * {
	/*padding-left: 18px;*/
}
#header .inner > h1 {
	margin: 30px 0 20px 0;
}
#header .inner .mv_img {
	width: 100%;
}

#header nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 99;
}

/* nav
============================================================================================================ */
.nav {
	position: relative;
	background: -moz-linear-gradient(top,  #5b5b5b 0%, #0c0408 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b5b), color-stop(100%,#0c0408));
	background: -webkit-linear-gradient(top,  #5b5b5b 0%,#0c0408 100%);
	background: -o-linear-gradient(top,  #5b5b5b 0%,#0c0408 100%);
	background: -ms-linear-gradient(top,  #5b5b5b 0%,#0c0408 100%);
	background: linear-gradient(to bottom,  #5b5b5b 0%,#0c0408 100%);
	border-top: 1px solid #5b5b5b;
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	z-index: 3;
}
.nav ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.nav ul li {
	display: table-cell;
	vertical-align: middle;
}
.nav ul li strong,
.nav ul li a {
	display: table;
	padding-right: 1px;
	width: 100%;
	height: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.nav ul li strong span,
.nav ul li a span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.nav ul li a span {
	background: -moz-linear-gradient(top,  #1f1f1f 0%, #0c0408 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f1f1f), color-stop(100%,#0c0408));
	background: -webkit-linear-gradient(top,  #1f1f1f 0%,#0c0408 100%);
	background: -o-linear-gradient(top,  #1f1f1f 0%,#0c0408 100%);
	background: -ms-linear-gradient(top,  #1f1f1f 0%,#0c0408 100%);
	background: linear-gradient(to bottom,  #1f1f1f 0%,#0c0408 100%);
}
aside.nav {
	margin: 15px 0 30px;
	height: 54px;
}
aside.nav ul li:last-child {
	width: 33px;
}


/* news
============================================================================================================ */
#container #news {
	margin: 5px 5px 25px;
	padding: 4px 4px 8px;
	border: 1px solid #f7f6f6;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}
#container #news header {
	margin: 0 0 5px;
	padding: 0;
	border: 1px solid #d2d2d2;
}
#news header:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#news header h1 {
	width: 100px;
	height: 17px;
	background: url(../images/news_title.png) no-repeat;
	background-size: 100px 17px;
}
#news header h1 img {
	display: none;
}
#news header p {
	float: right;
	padding-right: 10px;
	font-size: 92%;
	line-height: 17px;
}
#news > div {
	padding: 0 5px;
}
#news > div:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#news .has_ph {
	padding-left: 0;
}
#news .has_ph div {
	margin-left: 80px;
}
#news .has_ph .ph {
	float: left;
}
#news .has_ph .ph img {
	width: 70px;
	height: auto;
}


/* section
============================================================================================================ */
/*#container > section {
	border-top: 1px solid #dcdcdc;
}*/
#container > section header {
	margin: 0 10px 10px;
	padding-top: 10px;
}
#container > section header:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#container > section header h1 {
	float: left;
	font-size: 84%;
	color: #fff;
	font-size: 14px;
}
#container > section header .tel {
	float: right;
}
#container > section header .tel span {
	font-size: xx-small;
}
#container > section header .tel span.red_box {
	background: #ed2e2e;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 3px 8px;
	border-radius: 20px;
}
#container > section header .tel a {
	font-size: 117%;
	margin: 0 0.2em;
}
#container > section header h1.contents_tit {
	font-size: 24px;
	letter-spacing: .05em;
	color: #767373;
	line-height: 1;
}

/* ph_area
============================== */
section .ph_area {
	margin: 0 10px 10px;
}
section .ph_area:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
section .ph_area p {
	float: left;
	width: 48%;
}
section .ph_area p + p {
	float: right;
}
section .ph_area p img {
	width: 100%;
}

/* notes
============================== */
section .notes {
	margin: 15px;
	font-size: 92%;
	line-height: 1.6;
}
section .notes li {
	position: relative;
	padding-left: 1em;
}
section .notes li:before {
	content: "※";
	position: absolute;
	left: 0;
}

/* staff
============================================================================================================ */
#staff dl {
	margin-bottom: 30px;
}
#staff dt {
	margin: 5px;
	padding: 0.2em 8px;
	border: 1px solid #767373;
	line-height: 1.3;
	color: #8c8c8c;
}
#staff dt strong {
	margin-right: 0.5em;
	font-size: 117%;
	color: #686868;
}
#staff dd {
	margin: 0 12px;
}
#staff dd:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#staff dd img {
	float: left;
}
#staff dd p {
	margin-left: 120px;
}


/* menu
============================================================================================================ */
#menu section {
	margin: 0 10px;
}
#container #menu section header {
	position: relative;
	/*height: 14px;*/
	margin: 0;
	padding: 5px;
	background-color: #919089;
	line-height: 1;
	zoom: 1;
}
#container #menu section header h1 {
	font-size: 20px;
}
#container #menu section header p {
	float: right;
	color: #ffffff;
	padding-top: 2px;
	/*font-size: xx-small;*/
	font-size: 13px;
}
#menu section > dl {
	margin: 5px 5px 15px;
}
#menu section > dl dt {
	float: left;
	font-size: 14px;
	font-feature-settings: "palt";
}
#menu section > dl dt span {
	/*font-size: xx-small;*/
	font-size: 12px;
}
#menu section > dl dd {
	text-align: right;
	color: #928c74;
	font-size: 15px;
}

/* menuOff
============================== */
#menuOff dt:before {
	content: "●";
	display: inline-block;
	margin-right: 5px;
		color: #928c74;
}
/* #menuOff {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}
#menuOff .row {
	display: table-row;
}
#menuOff .row dl {
	display: table-cell;
	border: 2px solid #c0bfb8;
	text-align: center;
}
#menuOff .row dl > * {
	display: inline-block;
}
#menuOff .row dl dt {
	width: 6em;
	color: #6e6d69;
}
#menuOff .row dl dd {
	color: #494849;
} */


/* microbubble
============================== */
#menu #microbubble {
	margin-bottom: 30px;
}
#menu #microbubble h1 {
	position: relative;
	padding: 0.2em 5px;
	background-color: #ffffff;
	border: 1px solid #7f7f7f;
}
#menu #microbubble h1:after {
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
	width: 20px;
	bottom: 3px;
	background: url(../images/arrow_r.png) no-repeat center;
	background-size: 15px;
	border-left: 1px solid #dbdbdb;
}
#menu #microbubble h1.open:after {
	background-image: url(../images/arrow_b.png);
}
#menu #microbubble > div {
	background-color: #f2f2f2;
}
#menu #microbubble h2 {
	margin: 10px 10px 0;
	color: #797879;
	line-height: 1.4;
}
#menu #microbubble dl {
	padding: 10px;
}
#menu #microbubble dl dt {
	color: #797879;
}
#menu #microbubble li {
	position: relative;
	margin-top: 0.3em;
	padding-left: 1em;
	line-height: 1.6;
}
#menu #microbubble li:before {
	content: "・";
	position: absolute;
	left: 0;
}
#menu #microbubble li strong {
	color: #000000;
}
#menu #microbubble p {
	padding: 0 10px 10px;
}
#menu #microbubble p img {
	width: 100%;
}

/* relaxation
============================================================================================================ */
#relaxation > p {
	margin: 0 15px 15px;
}
#relaxation section {
	margin: 0 10px;
}
#relaxation section header {
	position: relative;
	height: 14px;
	margin: 0;
	padding: 0 5px;
	background-color: #919089;
	line-height: 1;
}
#relaxation section dl {
	margin: 5px 5px 15px;
}
#relaxation section dt {
	float: left;
}
#relaxation section dd {
	margin-bottom: 5px;
}
#relaxation section dd p {
	text-align: right;
	color: #928c74;
}
#relaxation section ol {
	padding: 3px 5px;
	border: 2px solid #f2f2f2;
	font-size: 84%;
}
#relaxation section ol:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#relaxation section ol li {
	float: left;
}


/* other
============================================================================================================ */
#container #other {
	margin: 0 10px;
	border-top: 0;
}
#container #other header {
	margin: 0 0 10px;
	padding: 5px;
	border: 3px double #dddede;
}
#other section {
	padding: 5px 5px;
	border-top: 1px solid #dcdcdc;
}
#other section h1 {
	font-size: 150%;
	letter-spacing: 0.5em;
}
#other section div {
}
#other section div:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#other section div dl {
	float: left;
	width: 45%;
}
#other section div dl + dl {
	float: right;
}
#other section div dl dt {
	float: left;
}
#other section div dl dd {
	text-align: right;
	color: #928c74;
}
#other section p {
	margin: 0.5em 0;
	font-size: 92%;
}
#other > p img {
	width: 100%;
}


/* access
============================================================================================================ */
#container #access {
	padding-top: 15px;
	background: url(../images/access_bg.jpg) no-repeat;
	background-size: 300px auto;
	border-top: 0;
}
#container #access header {
	height: 195px;
	margin: 0 10px;
	padding: 0;
}
#container #access header h1 {
	float: none;
	border: 1px solid #fff;
	padding: 5px 10px;
	color: #fff;
}
#access .info {
	margin: 0 10px;
	color: #313131;
}
#access .info p span {
	font-size: xx-small;
}
#access .info p span.red_box {
	background: #ed2e2e;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 3px 8px;
	border-radius: 20px;
}
#access .info p a {
	margin: 0 0.3em;
	font-size: 142%;
	color: #313131;
}
#access .info address {
	margin: 0.5em 0;
}
#access .info dl {
	font-size: 92%;
}
#access .info dt {
	float: left;
	font-weight: bold;
}
#access .info dt span {
	margin-left: 0.2em;
	letter-spacing: 0.5em;
}
#access .info dt:first-child span {
	letter-spacing: 0;
}
#access .info dd {
	margin-left: 6em;
	padding-bottom: 0.3em;
}
#access .info dd span {
	float: left;
	padding-bottom: 0.5em;
}

#access .access {
	padding-top: 15px;
	margin: 0 10px;
}
#access .access dt {
	font-size: 124%;
}
#access .access p {
	padding-top: 15px;
}
#access .access img {
	max-width: 100%;
}
#access .gmap {
	margin-top: 15px;
}
#access .gmap iframe {
	width: 100%;
	height: 300px;
}



/* フッター
============================================================================================================ */
footer {
	padding: 15px 0 20px 10px;
	background-color: #f2f2f2;
}

footer .info .logo {
	float: left;
}
footer .info dl {
	margin-left: 50px;
	padding-bottom: 5px;
	line-height: 1.4;
	font-size: 84%;
}
footer .info dl dt {
	float: left;
	font-weight: bold;
	letter-spacing: 0.5em;
	color: #313131;
}
footer .info dl dt:first-child {
	letter-spacing: 0;
}
footer .info dl dd {
	margin-left: 4.5em;
}
footer .info dl dd span {
	float: left;
	padding-bottom: 0.5em;
}

footer .info address {
	padding-top: 3px;
	font-size: 92%;
}
footer .info .tel {
}

footer > p {
	margin-top: 20px;
	text-align: center;
	font-size: 84%;
}


/* accordion
============================================================================================================ */
.accordion > h1 + * {
	display: none;
}
