@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,
#subPage .mv {
	opacity: 0;
}
#mv.fadeIn,
#subPage .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
------------------------------------------------------------------- */



/* 見出し
------------------------------------------------------------------ */
h1,
h2,
h3,
h1 span,
h2 span,
h3 span {
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
#content h2 {
	font-size: 0.8em;
	text-align: center;
	padding: 20px 0;
	line-height: 1.4;
	color: #96837c;
}
#content h2 span {
	display: block;
	font-size: 1.4rem;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	text-align: center;
	padding: 0;
	line-height: 1.5;
	color: #efefef;
}
#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;
}
#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.4rem;
}

/* 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;
}
p {
	text-align: justify;
	justify:inter-ideograph;
	line-height: 1.8;
}
img {
	max-width: 100%;
	vertical-align: top;
}
.spNone {
	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: 1em;
}
table {
	width: 100%;
	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.9rem;
	padding: 10px 5px;
	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: 1em;
	border-radius: 0.5em;
	margin-top: 1em;
	font-size: 0.9em;
}
.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;
	font-size: 1.1em;
	padding-top: 0.75em;
	text-indent: -1em;
}
/* check_list */
.check_list li {
	position: relative;
	padding: 0.25em 0 0.25em 1.5em;
	line-height: 1.5;
}
.check_list li:before {
	content: "";
	width: 14px;
	height: 12px;
	background: url(../images/common/icon_check.svg) no-repeat top left;
	background-size: contain;
	position: absolute;
	top: 0.5em; left: 0;
}

/* footer
------------------------------------------------------------------ */
#footer {
	background: url(../images/common/bg_noiz.jpg) repeat top left;
	background-size: 100px;
}
#footer .logo img {
	display: block;
	width: 150px;
	margin: 0 auto;
	padding: 20px;
}
#ftNav > ul > li ul {
	border-top: 1px solid #544333;
	padding: 0;
	background: #2d221d;
}
#ftNav > ul > li {
	width: 100%;
	margin: 0 auto;
	line-height: 3.5;
	padding: 0;
	text-indent: 2em;
	border-bottom: 1px solid #544333;
}
#ftNav > ul > li > a {
	color: #efefef;
	position: relative;
}
#ftNav > ul > li > a:after {
	content: "";
	width: 1em;
	height: 1em;
	position: absolute;
	top: 1.2em;
	right: 2em;
	background: url(../images/common/icon_open.svg) no-repeat center center;
	background-size: contain;
}
#ftNav > ul > li > a.open:after {
	background: url(../images/common/icon_close.svg) no-repeat center center;
	background-size: contain;
}
#ftNav > ul > li:first-child {
	border-top: 1px solid #544333;
}
#ftNav > ul > li > a + ul,
#ftNav > ul:first-child,
#ftNav > ul > li > a > span  {
	display: none;
}
#ftNav > ul > li > a + ul.open {
	display: block;
}
#ftNav > ul > li ul li {
	padding: 0 0 0 14px;
	position: relative;
}
#ftNav > ul > li ul li + li {
	border-top: 1px solid #332921;
}
#ftNav > ul > li ul li:before {
	width: 3px;
	height: 6px;
	content: "";
	position: absolute;
	top: 1.4em; left: 2em;
	background: url(../images/common/arrow_right_wh.svg) no-repeat center center;
	background-size: contain;
}
#ftNav #ftCDCard > ul {
	display: block;
	text-align: center;
	text-indent: 0;
}
#ftNav #ftCDCard li {
	margin: 1em 0.25em 0;
	padding: 0;
	display: inline-block;
	border-top: none;
	text-indent: 0;
}
#ftNav #ftCDCard li img {
	height: 24px;
}
#ftNav #ftCDCard > a {
	pointer-events: none;
}
#ftNav #ftCDCard > a:after,
#ftNav #ftCDCard li:before {
	display: none;
}
#ftSNS {
	text-align: center;
	border-bottom: 1px solid #332921;
	padding: 20px 0;
}
#ftSNS li {
	text-align: center;
	display: inline-block;
	width: 22%;
}
#ftSNS li span {
	display: block;
	color: #95827b;
	font-size: 0.8em;
}
#ftSNS li img {
	width: 1.6em;
	margin-bottom: 0.2em;
}
#footer small {
	display: block;
	padding: 10px 0 60px;
	font-size: 0.8em;
	text-align: center;
	color: #95827b;
	border-top: 1px solid #544333;
}
/* pagetop */
#pagetop {
	display: none;
  position: fixed;
  bottom: 40px;
  right: 10px;
  font-size: 0.75em;
  transform: rotate(90deg) scale(0.8);
  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%;
	box-shadow: 0 -2px 3px rgba(23,23,23,0.2);
	border-top: 1px solid #332921;
	background: #2b231e;
}
#scrollNav li {
	width: 33.333%;
	float: left;
}
#scrollNav li a {
	color: #efefef;
	text-align: center;
	padding: 1.2em 0 1em;
	font-size: 0.85rem;
}
@media screen and (max-width:374px) {
	#scrollNav li a em {
		display: none;
	}
}
#scrollNav li a img {
	width: 1.4em;
	margin-right: 0.2em;
}
#scrollNav li:nth-child(-n+2) {
	border-right: 1px solid #231a14;
}
#scrollNav li + li {
	border-left: 1px solid #332921;
}

/* ボタン
------------------------------------------------------------------ */
#content .btn {
	margin: 30px auto 0;
	text-align: center;
}
#content .btn a {
	width: 80%;
	max-width: 240px;
	display: block;
	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-top: 0.5em;
}
#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: 10px 0 0;
	border-top: 1px solid #4c3c32;
}
#internal_links #scroll_menu {
	text-align: center;
}
#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;
	font-size: 0.7rem;
}
#internal_links .mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-bottom: 10px;
}
#internal_links #scroll_menu li span {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
}
#internal_links .mCSB_scrollTools {
	bottom: 0;
}

/* index_menu
------------------------------------------------------------------ */
.index_menu .inner > .clearfix + .clearfix {
	margin-top: 60px;
}
.index_menu .index_case,
.index_menu .detail + figure {
	margin-top: 2em;
}
.index_menu .btn {
	clear: both;
}
/* 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;
	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 > 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.2em;
	text-align: left;
	margin: 10px 0 20px 0;
}


/* 予約 TEL WEB
------------------------------------------------------------------ */
.acs li {
	border-bottom: 1px solid #544333;
	padding: 1em 0 1em 50px;
	box-sizing: border-box;
	position: relative;
}
.acs li:before {
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 10px; left: 20px;
}
.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 {
	padding: 20px 0;
}
.acs_contact li {
	width: 50%;
	text-align: center;
	float: left;
	color: #96837c;
	padding: 32px 0 0 0;
	letter-spacing: 0.1em;
	position: relative;
}
.acs_contact li a {
	transform: scale(0.75);
	color: #96837c;
}
.acs_contact li a span {
	color: #efefef;
}
.acs_contact li:before {
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0; left: 50%;
	margin: 0 0 0 -18px;
}
.acs_contact li span {
	display: block;
	color: #efefef;
	font-size: 1.6em;
}
.acs_contact li + li {
	border-left: 1px solid #544333;
}


/* subPage MV
------------------------------------------------------------------ */
#subPage .mv {
	width: 100%;
	background: url(../../../images/common/mv_lev02_bg.jpg) no-repeat center center;
  background-size: cover;
}
#subPage .mv .inner {
	height: 50vw;
	min-height: 160px;
	background: transparent;
}
#subPage .mv.novisual .inner {
	height: 30vw;
}
@media screen and (min-width:600px) {
	#subPage .mv .inner {
		height: 40vw;
	}
}
#subPage .mv .inner {
	position: relative;
	padding: 0;
	width: 100%;
}
#subPage .mv .inner > div {
	width: 54%;
	position: absolute;
	top: 50%; left: 0;
	margin: -1em 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.7rem;
	margin: 0;
	padding: 0;
}
#subPage .mv h1 span {
display: block;
font-size: 1.4rem;
color: #efefef;
line-height: 1.2;
}
#subPage .mv h2 span,
#subPage .mv h3 span {
	display: block;
	font-size: 1.4rem;
	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;
	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: 0 5%;
}
::-webkit-scrollbar {
  display: none;
	-webkit-appearance: none;
}
.breadcrumb li {
	display: table-cell;
	white-space: nowrap;
	font-size: 0.8em;
	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 {
	background: #fff;
}
.case dl + dl {
	margin-top: 30px;
}
.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: 30px 0 10px;
}
.flow dl {
	display: inline-block;
	vertical-align: top;
	width: 170px;
	font-size: 0;
	position: relative;
	background: #403934;
}
.flow dl + dl {
	margin-left: 14px
}
.flow dl + dl:before {
	content: "";
	width: 6px;
	height: 12px;
	background: url(../images/common/arrow_right.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%; left: -12px;
	margin-top: -3px;
}
.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 10px;
}
.qa dl + dl {
	padding: 10px 0;
	border-top: 1px solid #fff;
}
.qa dt {
	padding: 0.3em 30px;
	position: relative;
}
.qa dt:before {
	content: "";
	width: 27px;
	height: 27px;
	position: absolute;
	top: 0; left: 0;
	background: url(../images/common/icon_q.svg) no-repeat center center;
	background-size: contain;
}
.qa dt:after {
	content: "";
	width: 0.8em;
	height: 0.8em;
	position: absolute;
	top: 50%; right: 10px;
	background: url(../images/common/icon_open.svg) no-repeat center center;
	background-size: contain;
}
.qa dt.open:after {
	background: url(../images/common/icon_close.svg) no-repeat center center;
	background-size: contain;
}
.qa dd {
	padding: 0.5em 30px;
	position: relative;
}
.qa dd:before {
	content: "";
	width: 27px;
	height: 27px;
	position: absolute;
	top: 0; left: 0;
	background: url(../images/common/icon_a.svg) no-repeat center center;
	background-size: contain;
}
.qa dd {
	display: none;
}
.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: 13%;
	float: left;
}
.catQuote dt img {
	width: 100%;
}
.catQuote dd {
	width: 84%;
	float: right;
	padding: 0.5em 0;
}
.catQuote dd a {
	color: #7d6a4f;
	line-height: 1.5;
	word-wrap: break-word;
	font-size: 0.8rem;
}
.catQuote dd a p {
	color: #efefef;
	font-size: 1rem;
}
.catBlog dd span {
	display: inline-block;
	font-size: 0.8em;
	padding: 0.1em 1.5em;
	background: #7d6a4f;
	color: #fff;
}
.catBlog dd p,
.catVoice dd .voiceTitle {
	color: #444;
	padding: 0.5em 0 0;
	margin-bottom: 0.25em;
}
.catVoice .userData {
	display: inline-block;
	color: #444;
}
.catVoice .star {
	display: inline-block;
	margin-left: 2em;
}
.catVoice .star img {
	width: 76px;
}


/* Clinic
------------------------------------------------------------------ */
#clinic .floatL,
#clinic .floatR {
	float: none;
}
#clinic .floatR {
	background: url(../images/common/bg_noiz.jpg) repeat top left;
	background-size: 200px;
}
#clinic .floatL {
	height: 50vw;
	background: url(../images/common/clinic_bg.jpg) repeat center center;
	background-size: cover;
}
#clinic .inner {
	background: transparent;
	padding: 0!important;
}
#clinic .inner + .inner {
	border-top: 1px solid #544333;
}
#clinic .inner > div {
	padding: 0!important;
}
#clinic .inner .clinic_info,
#clinic .inner .map {
	display: none;
}
#clinic .inner .clinic_info {
	padding: 20px 6%;
}
#clinic h2 {
	padding: 20px 0;
	background: url(../images/common/bg_noiz.jpg) repeat top left;
	background-size: 100px;
	position: relative;
	font-size: 0.9em;
	border-bottom: 1px solid #544333;
}
#clinic h2:after {
	content: "";
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 2.8em;
  right: 2em;
  background: url(../images/common/icon_open.svg) no-repeat center center;
  background-size: contain;
}
#clinic .open h2:after {
  background: url(../images/common/icon_close.svg) no-repeat center center;
  background-size: contain;
}
#clinic .inner > div {
	width: 100%;
	float: none;;
	padding: 20px 6% 40px;
}
#clinic .inner .clinic_info .btn {
	margin: 30px auto 20px;
}
#clinic li {
	position: relative;
}
#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;
}
#clinic .inner > .map {
	height: 400px;
	padding: 0;
}
.map iframe {
	width: 100%;
	height: 400px;
}


/* Calendar
------------------------------------------------------------------ */
#home section.calendar {
	margin: 0;
}
#content .calendar .inner {
	padding: 0;
}
#calendar > dt {
  background: url(../images/common/bg_noiz.jpg) repeat top left;
  background-size: 100px;
	font-size: 0.7rem;
	color: #95827b;
	text-align: center;
	padding: 2em 0;
	line-height: 1.5;
	position: relative;
	border-top: 1px solid #544333;
	border-bottom: 1px solid #544333;
}
#calendar > dt span {
	font-size: 2em;
	letter-spacing: 0.1em;
	display: block;
	color: #efefef;
}
#calendar dd h2 {
	font-size: 1.4em;
	padding: 0.5em;
}
#calendar dd li {
	padding: 0.5em 1em;
	border-top: 1px solid #544333;
}
#calendar #index > table {
	border: none;
}
#calendar #index > table td {
	padding: 0;
	border: none;
	background: transparent;
	border-top: 1px solid #544333;
	border-bottom: 1px solid #544333;
}
#calendar #index > table td a {
	padding: 1.5em 1em;
	color: #dcdddd;
	text-decoration: none;
}
#calendar dd ul {
	overflow: scroll;
	height: 350px;
}
#calendar dd .youbi_0 {
	color: #d88155;
}
#calendar dd li {
	font-weight: bold;
}
#calendar dd li .scheduleComment {
	display: inline-block;
	font-weight: normal;
	margin-left: 1em;
	width: calc(100% - 6em);
}
#calendar dd .small {
	padding: 0.5em 1em;
}
#calendar dd .holidayCube {
	width: 1.5em;
	height: 1.5em;
	display: inline-block;
	border: 1px solid #544333;
	vertical-align: top;
	margin-right: 0.25em;
}

/* calender下 contact */
#contactAceess li {
	width: 50%;
	text-align: center;
	line-height: 1.5;
	position: relative;
	box-sizing: border-box;
	float: left;
}
#contactAceess li a {
	padding: 5em 0.5em 1.5em;
	color: #95827b;
	font-size: 0.8em;
}
#contactAceess li a em {
	display: block;
	width: 3em;
	height: 3em;
	position: absolute;
	top: 1.5em; left: 50%;
	margin: 0 0 0 -1.5em;
}
#contactAceess span {
	display: block;
	color: #efefef;
	font-size: 1.4em;
}
#contactAceess li:first-child span {
	font-size: 1.4em;
	letter-spacing: 0.07em;
}
#contactAceess li + li {
	border-left: 1px solid #544333;
}
#accessmap {
	width: 100%;
	height: 350px;
	overflow: hidden;
}
#accessmap iframe {
	vertical-align: top;
	width: 100%;
	height: 396px;
	margin-top: -46px;
}
#accessmap + #map {
	display: none;
}
