@charset "utf-8";

/* PC：style_pc.css
 * **************************************************
 * Site Width
 * Animation
 * Header
 * Global Navigation
 * Content
 * 見出し
 * Common Elements
 * Footer
 * **************************************************
 */

/*  Site Width
------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Animation
------------------------------------------------------------------ */
/* .fadeIn */
#mv,
.mv {
	opacity: 0;
  transition: .6s;
}
#mv.fadeIn,
.mv.fadeIn {
	opacity: 1;
}
/* .fadeInUp */
article > section,
article > nav,
article > div:not(#mv):not(.mv),
#footer {
	opacity: 0;
	transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transition: .6s;
}
article > section.fadeInUp,
article > nav.fadeInUp,
article > div:not(#mv):not(.mv).fadeInUp,
#footer.fadeInUp {
	opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


/*  Header
------------------------------------------------------------------- */
#pcGnavi li {
	display: inline-block;
}
#pcGnavi li a {
	padding: 26px 16px;
	text-align: center;
	line-height: 1.3;
}
#pcGnavi li a span {
	color: #fff;
}
#pcGnavi li a em {
	color: #96837c;
	display: block;
	-webkit-transform:scale(0.7);
	-moz-transform:scale(0.7);
	-ms-transform:scale(0.7);
	-o-transform:scale(0.7);
	transform:scale(0.7);
	letter-spacing: 0.15em;
}

/* 見出し
------------------------------------------------------------------ */
h1,
h2,
h3,
h1 span,
h2 span,
h3 span {
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
#content h2 {
	font-size: 1em;
	text-align: center;
	padding: 0 0 40px;
	line-height: 1.4;
	color: #96837c;
}
#content h2 span {
	display: block;
	font-size: 2em;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0 0 0.05em;
	line-height: 1.5;
	color: #efefef;
}
#content .bg h2 span {
	color: #4c4c4c;
}
#subPage .index_menu h2,
#subPage #machine h2,
#subPage #flow h2,
#subPage #price h2,
#subPage #qa h2,
#subPage .catQuote h2 {
	background: #1e130e;
	border-top: 1px solid #4c3c32;
	border-bottom: 1px solid #4c3c32;
	padding: 40px 0;
}
#subPage .index_menu h2 span,
#subPage #machine h2 span,
#subPage #flow h2 span,
#subPage #price h2 span,
#subPage #qa h2 span,
#subPage .catQuote h2 span {
	color: #efefef;
}
h3 {
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}
h3 span {
	font-size: 1.8rem;
}


/* Common Elements
------------------------------------------------------------------ */
.floatL {
	float: left;
}
.floatR {
	float: right;
}
#content section.bg {
	background: #f5f5f5;
}
#content section.bg {
	color: #4c4c4c;
}
.inner + .inner {
	border-top: 1px solid #4c3c32;
}

/* リンク */
a {
	display: block;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #efefef;
}
p a {
	display: inline-block;
	color: #f2c97e;
	text-decoration: underline;
}
a,
button {
	transition: 0.3s;
	text-decoration: none;
	outline: none;
}
a:focus,
*:focus {
	outline:none;
}
a:hover,
button:hover {
	opacity: 0.7;
	text-decoration: none;
}
.telLink {
	pointer-events: none;
}
p {
	text-align: justify;
	justify:inter-ideograph;
	line-height: 1.8;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.pcNone {
	display: none!important;
}
.notes {
	font-size: 0.9em;
	margin-top: 10px;
	text-align: right;
	color: #777;
}
.notes > li {
	font-size: 0.9em;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
}
.notes > li:before {
	content:"※";
	width: 1em;
	height: 1em;
}
em {
	font-style: normal;
}
ul + p,
p + table {
	margin-top: 20px;
}
table + ul {
	margin-top: 10px;
	text-align: center;
}
table {
	width: 100%;
	table-layout: fixed;
	border: 1px solid #f1f1f1;
	text-align: center;
}
table thead th,
table thead td,
table tbody td {
	border-left: 1px solid #f1f1f1;
}
th,
td {
	font-size: 0.85rem;
	padding: 1rem 0.5rem;
	vertical-align: middle;
	line-height: 1.4;
	color: #4c4c4c;
	background: #fff;
}
thead th {
	background: #7d6a4f;
	color: #fff;
}
table tbody th,
table tbody td {
	border-top: 1px solid #f1f1f1;
}
tbody tr:nth-of-type(even) td {
	background: #f9f9f9;
}
table tbody td a,
table tbody th a {
	color: #4c4c4c;
	text-decoration: underline;
}
strong {
	color: #c17200;
}
.disnon {
	display: none;
}
#tab {
	cursor: pointer;
}
.inner > img {
	display: block;
	margin: 0 auto;
	padding-top: 40px;
}
.ruby {
	font-size: 0.7em;
	position: relative;
	top: -0.2em;
	display: inline-block;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-o-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}
.curseInfo {
	background: #f9f9f9;
	padding: 1.5em;
	border-radius: 0.5em;
	margin-top: 1em;
	font-size: 0.8em;
}
.curseInfo.op {
	padding: 1.5em 1.5em 1.5em 2.5em;
	line-height: 1.4;
}
.curseInfo em {
	display: block;
	text-indent: -1em;
	font-style: normal;
}
.curseInfo span {
	display: block;
	color: #8c7025;
	padding-top: 0.75em;
	text-indent: -1em;
}
/* check_list */
.check_list li {
	position: relative;
	padding: 0.2em 0 0.2em 1.5em;
}
.check_list li:before {
	content: "";
	width: 16px;
	height: 14px;
	background: url(../images/common/icon_check.svg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0.4em; left: 0;
}

/* footer
------------------------------------------------------------------ */
#footer {
	background: url(../images/common/bg_noiz.jpg) repeat top left;
	background-size: 200px;
}
#footer a {
	line-height: 1.4;
	font-size: 0.9em;
}
#footer .logo {
	width: 130px;
	position: absolute;
	top: 60px; left: 40px;
}
#footer .logo img {
	width: 100%;
}
#footer .inner > ul.spNone {
	position: absolute;
	top: 50px; right: 0;
	width: 520px;
}
#footer .inner > ul.spNone li {
	width: 33%;
	float: left;
}
#footer .inner > ul.spNone li + li {
	margin-left: 0.5%;
}
#footer .inner > ul.spNone li a {
	font-size: 1em;
	padding: 0.5em;
	background: #7f5e33;
	text-align: center;
	border: 1px solid #544333;
}
#footer .inner > ul.spNone li span {
	vertical-align: bottom;
}
#footer .inner > ul.spNone li img {
	width: 1.6em;
	vertical-align: middle;
	margin-right: 5px;
}
#ftNav {
	padding: 60px 0 50px 190px;
}
@media screen and (max-width:1150px) {
	#ftNav {
		padding: 60px 20px 50px 210px;
	}
	#footer .inner > ul.spNone {
		right: initial;
		left: 250px;
	}
	#footer .logo {
		left: 20px;
	}
}
#ftNav > ul > li + li,
#ftNav > ul + ul {
	padding-top: 1.4em;
	clear: both;
}
#ftNav > ul > li > a {
	width: 190px;
	font-size: 0.85em;
	float: left;
	position: relative;
	padding-left: 1em;
	pointer-events: none;
	color: #96837c;
}
#ftNav > ul > li > a:before	{
	width: 0.6em;
	height: 1px;
	content: "";
	position: absolute;
	top: 1em; left: 0;
	background: #96837c;
}
#ftNav > ul > li > a span {
	display: block;
	color: #fff;
	font-size: 1.4em;
}
#ftNav > ul > li > ul {
	width: calc(100% - 210px);
	margin-left: 210px;
}
#ftNav > ul > li > ul > li {
	display: inline-block;
}
#ftNav > ul > li > ul > li + li {
	padding-left: 1.5em;
	margin-left: 1.5em;
	position: relative;
}
#ftNav > ul > li > ul > li + li:before {
	content: "/";
	color: #cac1bd;
	width: 1em;
	height: 1em;
	position: absolute;
	top: -0.25em; left: -0.5em;
}
#ftNav > ul:first-child > li > ul > li a {
	pointer-events: none;
}
#ftNav > ul:first-child > li > ul > li a span {
	font-size: 1.6em;
	position: relative;
	padding-left: 1.5em;
	top: -0.2em;
}
#ftNav > ul:first-child > li > ul > li a span:before {
	content: "";
	width: 1.2em;
	height: 1.2em;
	position: absolute;
	top: 0; left: 0;
	background: url(../images/common/icon_tel02.svg) no-repeat center top;
	background-size: contain;
}
#ftNav #ftCDCard li:before {
	display: none;
}
#ftNav #ftCDCard li img {
	height: 26px;
	width: auto;
}
#ftSNS {
	text-align: center;
	border-top: 1px solid #544333;
	padding: 20px 0;
}
#ftSNS li {
	text-align: center;
	display: inline-block;
	width: 120px;
}
#ftSNS li span {
	color: #95827b;
}
#ftSNS li img {
	width: 18px;
	vertical-align: bottom;
	margin-right: 0.5em;
}
#footer small {
	display: block;
	padding: 1.5em 0 70px;
	font-size: 0.8em;
	text-align: center;
	color: #95827b;
	background: #2a1c14;
}
/* pagetop */
#pagetop {
	display: none;
  position: fixed;
  bottom: 40px;
  right: 10px;
  font-size: 0.75em;
  transform: rotate(90deg);
  transform-origin: top right;
  letter-spacing: 0.1rem;
  z-index: 20;
  transition: all 1s ease-in-out;
}
#pagetop a {
	color: #cacaca;
	text-decoration: none;
}
#pagetop:before {
  content: "";
  width: 89px;
  height: 6px;
  position: absolute;
  top: 18px;
  right: 0;
  background: url(../images/common/pagetop_dark.svg) no-repeat center center;
  background-size: contain;
  animation: pagetop 2s ease infinite;
  transform-origin: top right;
}
@keyframes pagetop {
  0% {transform: scale(1,1);}
  50% {transform: scale(0,1);}
  100% {transform: scale(1,1);}
}

/* scrollNavi
------------------------------------------------------------------ */
#scrollNav {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #544333;
	background: rgba(35,23,16,0.95);
}
#scrollNav li {
	width: 33.33%;
	float: left;
}
#scrollNav li a {
	color: #dcdddd;
	text-align: center;
	padding: 1em 0 1em;
	line-height: 1.3;
}
#scrollNav li a img {
	width: 1.6em;
	vertical-align: bottom;
	margin-right: 0.2em;
}


/* ボタン
------------------------------------------------------------------ */
#content .btn {
	margin: 30px auto 0;
	text-align: center;
}
#content .btn a {
	min-width: 200px;
	display: inline-block;
	padding: 0.5em;
	position: relative;
	background: transparent;
	text-align: center;
	background: #7f5e33;
	border: 1px solid #96837c;
	color: #fff;
}
#content .btn a + a {
	margin-left: 4px;
}
#content .btn a:hover {
	background: #a07138;
	color: #fff;
	opacity: 1;
}
#content .btn a:after {
	content: "";
	width: 5px;
	height: 14px;
	background: url(../images/common/arrow_right_wh.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -7px;
}

/* internal_links
------------------------------------------------------------------ */
#subPage #internal_links {
	padding: 20px 0 10px;
	border-top: 1px solid #4c3c32;
}
#internal_links #scroll_menu {
	text-align: center;
}
#internal_links .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 10px;
}
#internal_links #scroll_menu li {
	display: inline-block;
	text-align: center;
	font-size: 0.8em;
	position: relative;
	font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#internal_links #scroll_menu li + li:before {
	content: "";
	background: #544333;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	transform: rotate(45deg);
}
#internal_links #scroll_menu li a {
	color: #96837c;
	padding: 1em 5em;
}
#internal_links #scroll_menu li span {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5;
}

/* index_menu
------------------------------------------------------------------ */
.index_menu .inner > .clearfix + .clearfix {
	margin-top: 60px;
}
.index_menu .index_case,
.index_menu .detail + figure {
	width: 45%;
	float: right;
}
.index_menu .detail {
	width: 51%;
	float: left;
}
/* index_case */
.index_menu .index_case {
	background: #fff;
}
.index_menu .index_case figure {
	width: 50%;
	float: left;
}
.index_menu .index_case figure + figure {
	float: right;
}
.index_menu .index_case figure img {
	vertical-align: top;
}
.index_menu .index_case figcaption {
	background: #7f5e33;
	font-size: 1.1rem;
	text-align: center;
	padding: 0.5em 1em;
}
.index_menu.bg .index_case figcaption {
	color: #fff;
}
.index_menu .index_case ul {
	clear: both;
	padding: 1em;
	color: #4c4c4c;
}
.index_menu .index_case p {
	clear: both;
	color: #4c4c4c;
	text-align: center;
	padding: 0.75em 1.5em;
}
/* index_menu detail */
.index_menu .detail {
	position: relative;
}
.index_menu .detail:before {
	content: "";
	width: 100%;
	height: 1px;
	background: url(../images/common/border.svg) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0; left: 0;
}
.index_menu .detail + .detail {
	margin-top: 40px;
}
.index_menu .detail > em {
	display: block;
	width: 190px;
	font-size: 0.85em;
	margin: 0 auto;
	padding: 0.5em;
	color: #dcdddd;
	text-align: center;
	border: 1px solid #96837c;
	background: #2d221d;
	position: relative;
	top: -1.5em;
}
.index_menu h3 {
	font-size: 1.6rem;
	text-align: left;
	margin: 10px 0 20px 0;
}
.index_menu .btn {
	clear: both;
}

/* 予約 TEL WEB
------------------------------------------------------------------ */
.acs_contact li {
	position: relative;
	width: 50%;
	text-align: center;
	float: left;
	padding: 40px 0 0 0;
	letter-spacing: 0.1em;
	margin: 20px 0 0 0;
}
.acs_contact li:before {
	content: "";
	width: 37px;
	height: 36px;
	position: absolute;
	top: 0; left: 50%;
	margin: 0 0 0 -18px;
}
.acs_tel:before {
	background: url(../images/common/icon_tel.svg) no-repeat center center;
	background-size: contain;
}
.acs_reserve:before {
	background: url(../images/common/icon_reserve.svg) no-repeat center center;
	background-size: contain;
}
.acs_contact li span {
	display: block;
	font-size: 1.84em;
}
.acs_contact li a {
	transform: scale(0.8);
	color: #96837c;
}
.acs_contact li a span {
	color: #efefef;
}
.acs_reserve span {
	font-size: 1.7em!important;
}
.acs_contact li + li {
	border-left: 1px solid #544333;
}
@media screen and (max-width:1200px) {
	.acs_contact li a {
		font-size: 0.75em;
	}
}

/* subPage MV
------------------------------------------------------------------ */
#subPage .mv {
	width: 100%;
	height: 34vw;
	background: url(../../../images/common/mv_lev02_bg.jpg) no-repeat center center;
  background-size: cover;
}
#subPage .mv .inner {
	height: 100%;
}
@media screen and (min-width:1200px) {
	#subPage .mv {
		height: 420px;
	}
}
#subPage .mv .inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
}
#subPage .mv .inner > div {
	width: 50%;
	position: absolute;
	top: 50%; left: 0;
	margin: -2em 0 0 0;
	text-align: center;
}
#subPage .mv.novisual .inner > div {
	width: 100%;
}
#subPage .mv h1,
#subPage .mv h2,
#subPage .mv h3 {
	text-align: center;
	color: #95827b;
	font-size: 0.9rem;
}
#subPage .mv h1 span {
	display: block;
	font-size: 2.5rem;
	color: #efefef;
	line-height: 1.2;
}
#subPage .mv h2 span,
#subPage .mv h3 span {
	display: block;
	font-size: 2rem;
	color: #efefef;
	line-height: 1.2;
}
#subPage .mv + .effect {
	border-top: 1px solid #4c3c32;
	border-bottom: 1px solid #2a1c14;
}
#subPage .mv + .effect ul {
	width: 100%;
	padding: 14px 0;
	margin: 0 auto;
}

/* subPage common
------------------------------------------------------------------ */
/* 効果アイコン */
#content .effect {
	text-align: center;
	margin: 0;
	border-bottom: none;
}
#content .effect li {
	display: inline-block;
	font-size: 0.85em;
	padding: 1px 5px;
	background: #7f5e33;
	color: #fff;
}
#content .effect li a {
	color: #fff;
}

/* ぱんくず */
.breadcrumb {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
  padding: 0 40px;
	border-top: 1px solid #544333;
}
.breadcrumb div {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.breadcrumb ul,
.breadcrumb ol {
	display: inline-table;
	max-width: 100%;
	padding-right: 1em;
}
::-webkit-scrollbar {
  display: none;
	-webkit-appearance: none;
}
.breadcrumb li {
	display: table-cell;
	white-space: nowrap;
	font-size: 0.85em;
	position: relative;
}
.breadcrumb li + li {
	padding-left: 3em;
}
.breadcrumb li a {
	padding: 1em 0;
}
.breadcrumb .action {
	pointer-events: none;
	color: #898989;
}
.breadcrumb li + li:before {
	content: "";
	width: 6px;
	height: 14px;
	background: url(../images/common/arrow_right03.svg) no-repeat center top;
	background-size: contain;
	position: absolute;
	top: 1.1em; left: 1.4em;
}

/* 症例 case */
.case h3 {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.4;
  color: #96837c;
}
.case h3 span {
	display: block;
  font-size: 1.7rem;
	color: #efefef;
}
.case dl {
	width: 48%;
	float: left;
	background: #fff;
}
.case dl:nth-of-type(even) {
	float: right;
}
.case dl:nth-of-type(n+3) {
	margin-top: 40px;
}
.case dt {
	text-align: center;
	background: #7f5e33;
	color: #efefef;
	padding: 0.75em;
}
.case dt span {
	display: block;
	font-size: 1.3em;
}
.case dd {
	width: 50%;
	float: left;
	text-align: center;
	position: relative;
	color: #4c4c4c;
}
.case dd img {
	vertical-align: top;
}
.case dd span {
	display: block;
	padding: 0.75em;
	position: relative;
}
.case dd:nth-of-type(even) {
	float: right;
}
.case dd + dd span:before {
	content: "";
	width: 42px;
	height: 4px;
	background: url(../images/common/arrow_right02.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; left: -22px;
	margin-top: -2px;
}

/* 施術の流れ */
.flow .scrollWrap {
	text-align: center;
	padding: 60px 0;
}
.flow dl {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	font-size: 0;
	position: relative;
	background: #403934;
}
.flow dl + dl {
	margin-left: 20px
}
.flow dl + dl:before {
	content: "";
	width: 8px;
	height: 16px;
	background: url(../images/common/arrow_right.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; left: -15px;
	margin-top: -4px;
}
.flow dt,
.flow dd {
	font-size: 1rem;
}
.flow dt {
	text-align: center;
	color: #fff;
	background: #7d6a4f;
}
.flow dt span {
	text-align: center;
	display: block;
	padding: 0.4rem;
}
.flow dd {
	padding: 1rem;
	text-align: left;
	font-size: 0.9rem;
}

/* Q&A */
.qa dl:first-of-type {
	padding: 0 0 20px;
}
.qa dl + dl {
	padding: 20px 0;
}
.qa dt {
	font-size: 1.3em;
	padding: 0.75em 0 0.75em 64px;
	position: relative;
	pointer-events: none;
}
.qa dt:before {
	content: "";
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0; left: 0;
	background: url(../images/common/icon_q.svg) no-repeat center center;
	background-size: contain;
}
.qa dd {
	padding: 0.75em 0 0.75em 64px;
	position: relative;
	display: block!important;
	border-top: 1px solid #cac1bd;
}
.qa dd:before {
	content: "";
	width: 54px;
	height: 54px;
	position: absolute;
	top: 0.2rem; left: 0;
	background: url(../images/common/icon_a.svg) no-repeat center center;
	background-size: contain;
}
.qa dd.open {
	display: block;
}

/* Blog , UsersVoice */
#subPage .catQuote .inner {
	width: 100%;
	max-width: 880px;
}
.catQuote li + li {
	border-top: 1px solid #544333;
}
.catQuote dl {
	padding: 1em 0;
	position: relative;
}
.catQuote dt {
	width: 10%;
	max-width: 80px;
	float: left;
}
.catQuote dt img {
	width: 100%;
}
.catQuote dd {
	width: 86.25%;
	max-width: 690px;
	float: right;
	color: #f2c97e;
	padding: 0.5em 0;
}
.catQuote dd a {
	color: #f2c97e;
	line-height: 1.5;
	word-wrap: break-word;
}
.catQuote dd a p {
	color: #efefef;
}
.catBlog dd span {
	display: inline-block;
	font-size: 0.9em;
	padding: 0.1em 1em;
	background: #7d6a4f;
	color: #fff;
}
.catBlog dd p,
.catVoice dd .voiceTitle {
	color: #444;
	font-size: 1.2em;
	padding: 0.5em 0 0;
}
.catVoice .userData {
	display: inline-block;
	color: #444;
}
.catVoice .star {
	display: inline-block;
	margin-left: 2em;
}
.catVoice .star img {
	width: 76px;
}



/* clinic　footer付近 共通
------------------------------------------------------------------ */
#clinic .floatL,
#clinic .floatR {
	width: 50%;
	padding: 80px 40px;
}
#clinic .floatR {
	background: url(../images/common/bg_noiz.jpg) repeat top left;
	background-size: 200px;
}
#clinic .floatL {
	background: url(../images/common/clinic_bg.jpg) repeat center center;
	background-size: cover;
}
#clinic h2 {
	pointer-events: none;
	padding: 0 0 30px;
}
#clinic .clinic_info {
	display: block!important;
}
#clinic ul + ul {
	margin-top: 20px;
}
#clinic .acs li,
#clinic .acs_contact li {
	position: relative;
}
#clinic .acs li {
	padding: 10px 0 10px 60px;
	box-sizing: border-box;
	border-bottom: 1px solid #544333;
}
#clinic .acs li:before {
	content: "";
	width: 37px;
	height: 36px;
	position: absolute;
	top: 10px; left: 5px;
}
#clinic .acs_way:before {
	background: url(../images/common/icon_access.svg) no-repeat center center;
	background-size: contain;
}
#clinic .acs_zip:before {
	background: url(../images/common/icon_address.svg) no-repeat center center;
	background-size: contain;
}


/* Calendar
------------------------------------------------------------------ */
#calendar > dt {
	display: none;
}
#calendarTable {
	border: none;
	min-height: 500px;
	border: 1px solid #544333;
	table-layout: fixed;
}
#calendarTable th {
	background: transparent;
	border: none;
	padding: 0;
	height: 3.5em;
}
#calendarTable tr:first-child th {
}
#calendarTable .calendarHeader {
	border-bottom: 1px solid #544333;
}
#calendarTable .calendarHeader:nth-child(2) {
	font-size: 2em;
}
#calendarTable .calendarHeader a {
	font-size: 3em;
	color: #dcdddd;
	text-decoration: none;
}
#calendarTable td,
#calendarTable th {
	color: #dcdddd;
}
#calendarTable td {
	background: transparent;
	font-size: 1.5em;
	padding: 0.4em;
	line-height: 1;
	text-align: right;
	vertical-align: top;
	border-left: 1px solid #544333;
	border-top: 1px solid #544333;
}
#calendarTable tbody tr td:first-of-type,
#calendarTable tbody tr td:last-of-type {
	width: 14%;
}
#calendarTable td.closed {
	color: #898989;
}
#calendarTable .scheduleComment {
	font-size: 11px;
	text-align: left;
	line-height: 1.5;
	padding-top: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.holidayCube {
	width: 1em;
	height: 1em;
	border: 1px solid #544333;
	display: inline-block;
	margin: 0.5em;
	vertical-align: middle;
}
#calendarTable + p.small {
	margin: 1em 0 1em 40px;
}
#calendar .closedCube {
	display: none;
}

/* calender下 contact */
#contactAceess {
	margin-top: 2em;
	border-top: 1px solid #544333;
}
#contactAceess li {
	width: 33.333%;
	text-align: center;
	line-height: 1.5;
	position: relative;
	box-sizing: border-box;
	float: left;
}
#contactAceess li a {
	padding: 6em 2.5em 2.5em;
	color: #96837c;
}
#contactAceess li a:hover {
	background: #332921;
	opacity: 1;
}
#contactAceess li a em {
	display: block;
	width: 34px;
	height: 30px;
	position: absolute;
	top: 50%; left: 50%;
	margin: -40px 0 0 -17px;
}
#contactAceess span {
	display: block;
	color: #dcdddd;
	font-size: 1.5rem;
}
#contactAceess li:first-child span {
	font-size: 1.6rem;
	letter-spacing: 0.07em;
}
#contactAceess li + li:before {
	content: "";
	width: 1em;
	height: 100px;
	border-left: 1px solid #544333;
	position: absolute;
	top: 50%; left: 0;
	margin: -50px 0 0 0;
}
/* map */
#accessmap {
	width: 100%;
	height: 600px;
	overflow: hidden;
}
#accessmap iframe {
	vertical-align: top;
	width: 100%;
	height: 600px;
	z-index: 30;
	position: relative;
}
