@charset "utf-8";
/**
 * base.css
 */

/* import
--------------------------------------------------*/
@import "../common/css/init.css";


/* font
--------------------------------------------------*/
@font-face {
	font-family: 'DollyPro-Regular';
	src: url('../common/font/DollyPro-Regular.eot.html');
	src: url('../common/font/DollyPro-Regular.eot-.html#iefix') format('embedded-opentype'),
url('../common/font/DollyPro-Regular.woff') format('woff'),
url('../common/font/DollyPro-Regular.ttf') format('truetype'),
url('../common/font/DollyPro-Regular.svg.xml#DollyPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* html, body
--------------------------------------------------*/
body {
	background: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}


/* siteCommonStyle
--------------------------------------------------*/
/* selection */
::-moz-selection {
	background: #e8e8e8;
}
::selection {
	background: #e8e8e8;
}

/* font */
.en {
	font-family: 'DollyPro-Regular', 'Neuton', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.jp {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

/* a */
a {
	color: #888888;
	text-decoration: underline;
}


/* cap */
.caption {
	font-size: 9px;
}


/* layout
--------------------------------------------------*/
/* wrapper */
#wrapper {
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	color: #000000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 2;
	text-align: left;
}

/* navArea */
#navArea {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 172px;
	height: 100%;
}
body.navOPEN #navArea {
	-webkit-overflow-scrolling: touch;
}
#navArea .inner {
	width: 146px;
	padding: 0 14px 0 12px;
}
#navArea nav {
	padding: 15px 12px;
	border-bottom: #e5e5e5 solid 1px;
	font-size: 20px;
	line-height: 40px;
}
#navArea nav ul li a {
	display: block;
	color: #000000;
	text-decoration: none;
}
#navArea nav ul li a.touched {
	color: #888888;
}
#navArea .addressArea {
	margin-bottom: 30px;
	padding: 30px 12px 0;
	line-height: 1.34;
}
#navArea .addressArea .address {
	margin: 5px 0 15px;
	padding: 0 0 18px;
	border-bottom: 1px #eeeeee dotted;
}
#navArea .addressArea .address .jp {
	margin-bottom: 3px;
}
#navArea .addressArea .address .en {
	line-height:1;
}
#navArea .addressArea .info {
	margin-bottom: 5px;
	line-height: 1.67;
}
#navArea .addressArea .info dt {
	float: left;
}
#navArea .addressArea .info dd {
	margin-left: 5px;
}
#navArea .addressArea .caption {
	color: #000000;
	font-size: 9px;
	margin-top: 13px;
}
#navArea .addressArea .caption.en {
	margin-top: 8px;
}

/* container */
#container {
	position: relative;
	z-index: 2;
	width: 100%;
	background: #ffffff;
}

/* header */
.gHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}
body.navOPEN .gHeader {
	position: fixed;
}
.gHeader.white {
	height: 70px;
	background: url("../common/imgs/shadow-main.png");
	background-size: contain;
}

.gHeader .inner {}
.gHeader .inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.gHeader .logo {
	float: left;
	padding: 18px 0 15px 16px;
}
.gHeader .logo a {
	display: block;
	overflow: hidden;
	width: 120px;
	height: 27px;
	background: url("../common/imgs/logo_white.png") no-repeat left top;
	-webkit-background-size: 120px auto;
	background-size: 120px auto;
	text-indent: -9999px;
}
.gHeader .iconNav {
	overflow: hidden;
	float: right;
	width: 56px;
	height: 60px;
	background: url("../common/imgs/icon-nav_black.gif") no-repeat center center;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
	text-indent: -9999px;
	cursor: pointer;
}
body.navOPEN .gHeader .iconNav {
	background-image: url("../common/imgs/icon-nav_black_close.png");
}
.gHeader#fixedHeader {
	position: fixed;
	top: -60px;
	background: #ffffff;
}
.gHeader#fixedHeader .logo a {
	background-image: url("../common/imgs/logo_black.png");
}
.gHeader#fixedHeader .iconNav {
	background-image: url("../common/imgs/icon-nav_black.gif");
}

/* content */
#content {
	padding-bottom: 40px;
}
#content #hImage {
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.pageTitle {
	padding: 25px 0 14px;
	font-size: 40px;
	line-height: 1;
	text-align: center;
}
.pageTitle:after {
	content: '';
	display: block;
	width: 40px;
	height: 0;
	margin: 13px auto 0;
	border-bottom: #d2d2d2 solid 1px;
}
#content .leadText {
	margin: 0 20px 25px;
	line-height: 2;
}
#content .leadText p.en {
	margin-top: 5px;
}
#content section {
	margin-right: 8px;
	margin-left: 8px;
}
#content .tabArea .tab {
	position: relative;
	z-index: 2;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#content .tabArea .tab li {
	display: table-cell;
}
#content .tabArea .tab li a {
	position: relative;
	display: block;
	padding: 13px 0;
	background: #cccccc;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
#content .tabArea .tab li a.current {
	background: #ffffff;
	color: #000000;
}
#content .tabArea .tab li a:after {
	display: none;
}
#content .tabArea .tab li a.current:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -8px;
	border-top: #ffffff solid 12px;
	border-right: transparent solid 8px;
	border-left: transparent solid 8px;
}
#content .tabArea .tabContent {
	display: none;
	position: relative;
	z-index: 1;
}
#content .tabArea .tabContent.current {
	display: block;
}
#content .fullImage img {
	width: 100%;
	height: auto;
}
#content .accordion {
	margin: 0 8px;
	border-bottom: #e5e5e5 solid 1px;
}
#content .accordion > dt {
	padding: 0 10px;
	border-top: #e5e5e5 solid 1px;
}
#content .accordion > dt:first-child {
	border-top: none;
}
#content .accordion > dt a {
	display: block;
	padding-right: 25px;
	background: url("../common/imgs/arw-accordion_open.gif") no-repeat right center;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	color: #000000;
	text-decoration: none;
}
#content .accordion > dt a.touched {
	background-image: url("../common/imgs/arw-accordion_open_ov.gif");
}
#content .accordion > dt.open a {
	background: none;
}
#content .accordion > dd {
	display: none;
	border-top: #e5e5e5 solid 1px;
}
#content .accordion > dd > .inner {
	padding: 20px 12px 0;
}
#content .accordion > dd .close {
	margin: 0 -2px;
}
#content .accordion > dd .close a {
	display: block;
	overflow: hidden;
	height: 60px;
	margin-left: auto;
	background: url("../common/imgs/arw-accordion_close.gif") no-repeat right center;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
	text-indent: -9999px;
}
#content .accordion > dd .close a.touched {
	background-image: url("../common/imgs/arw-accordion_close_ov.gif");
}

/* footer */
#footer {
	position: relative;
}
#footer #fSubscribe {
	padding: 20px;
	background: #eeeeee;
	font-size: 11px;
	line-height: 1.46;
}
#footer #fSubscribe .title {
	margin-bottom: 13px;
	font-size: 20px;
	line-height: 1;
}
#footer #fSubscribe p {
	margin-top: 2px;
}
#footer #fSubscribe form {
	position: relative;
	margin: 8px -4px 0;
}
#footer #fSubscribe form .thanks {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eeeeee;
	width: 100%;
	height: 100%;
}
#footer #fSubscribe form .thanks span {
	display: block;
	margin-right: 105px;
	padding-left: 4px;
	border-bottom: #cccccc solid 1px;
	color: #888888;
	font-size: 20px;
	line-height: 31px;
}
#footer #fSubscribe form .text {
	padding: 6px 115px 6px 10px;
	background: #ffffff;
}
#footer #fSubscribe form .text input {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	font-size: 14px;
	line-height: 20px;
}
#footer #fSubscribe form .submit {
	position: absolute;
	top: 0;
	right: 0;
}
#footer #fSubscribe form .submit input {
	width: 105px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background: #cccccc;
	color: #ffffff;
	font-size: 14px;
	line-height: 32px;
	-webkit-appearance: none;
}
#footer #fSubscribe form .submit input.touched {
	background: #000000;
}
#footer #fNav {
	margin: 0 8px;
}
#footer #fNav li {
	border-bottom: #e8e8e8 solid 1px;
}
#footer #fNav li a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #000000;
	text-align: center;
	text-decoration: none;
}
#footer #fNav li a.touched {
	color: #888888;
}
#footer #pageTop {
	position: absolute;
	right: 8px;
	bottom: 28px;
}
#footer #copyright {
	padding: 30px 0;
	font-size: 14px;
	text-align: center;
}

/* loadingWrap */
#loadingWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #ffffff;
}
#loadingWrap .loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 8px;
	margin: -4px 0 0 -24px;
}
#loadingWrap .loading span {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 8px;
	height: 10px;
	margin-left: 12px;
	border-radius: 4px;
	background: #000000;
}
#loadingWrap .loading span:first-child {
	margin-left: 0;
}


/* footerContents
--------------------------------------------------*/
/* header */
#footerContents .gHeader {
	background: #ffffff;
}
#footerContents .gHeader .logo a {
	background-image: url("../common/imgs/logo_black.png");
}
#footerContents .gHeader .iconNav {
	background-image: url("../common/imgs/icon-nav_black.gif");
}
body.navOPEN#footerContents .gHeader .iconNav {
	background-image: url("../common/imgs/icon-nav_black_close.png");
}

/* content */
#footerContents #content {
	padding-top: 100px;
	padding-right: 16px;
	padding-left: 16px;
}
#footerContents #content .pageTitle {
	margin-bottom: 50px;
	padding: 0;
	font-size: 26px;
	text-align: left;
}
#footerContents #content .pageTitle:after {
	display: none;
}
#footerContents #content section {
	margin: 24px 0 0;
	padding-top: 26px;
	border-top: #d2d2d2 dotted 1px;
	font-size: 11px;
	line-height: 1.82;
}
#footerContents #content .pageTitle + section {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#footerContents #content section .title {
	margin-bottom: 6px;
	font-size: 14px;
}
#footerContents #content section .title:first-child {
	margin-top: 0;
}
#footerContents #content section p,
#footerContents #content section dl,
#footerContents #content section dl dt,
#footerContents #content section ul {
	margin-top: 12px;
}
#footerContents #content section .title + p,
#footerContents #content section p:first-child,
#footerContents #content section .title + dl,
#footerContents #content section dl dt:first-child,
#footerContents #content section .title + ul,
#footerContents #content section ul:first-child {
	margin-top: 0;
}
#footerContents #content section ul li {
	margin-top: 12px;
	padding-left: 1em;
}
#footerContents #content section ul li:first-child {
	margin-top: 0;
}
#footerContents #content section ul li:before {
	content: '・';
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}


/* accessLinkArea
--------------------------------------------------*/
.accessLinkArea {
	padding: 12px 0;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	line-height: 1;
}
.accessLinkArea:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.accessLinkArea li {
	display: table;
	float: left;
	width: 33.33%;
	height: 60px;
}
.accessLinkArea li a {
	display: table-cell;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: center 5px;
	-webkit-background-size: auto 25px;
	background-size: auto 25px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.accessLinkArea li.tel {
	width: 33.34%;
}
.accessLinkArea li.map a {
	background-image: url("../common/imgs/icon-link_map_ov.gif");
}
.accessLinkArea li.tel a {
	border-right: #e8e8e8 solid 1px;
	border-left: #e8e8e8 solid 1px;
	background-image: url("../common/imgs/icon-link_tel_ov.gif");
}
.accessLinkArea li.mail a {
	background-image: url("../common/imgs/icon-link_mail_ov.gif");
	font-size: 10px;
}
.accessLinkArea li a.touched {
	color: #000000;
}
.accessLinkArea li.map a.touched {
	background-image: url("../common/imgs/icon-link_map.gif");
}
.accessLinkArea li.tel a.touched {
	background-image: url("../common/imgs/icon-link_tel.gif");
}
.accessLinkArea li.mail a.touched {
	background-image: url("../common/imgs/icon-link_mail.gif");
}
#navArea .accessLinkArea li.map {
	width: 78px;
}
#navArea .accessLinkArea li.tel {
	width: 90px;
}
#navArea .accessLinkArea li.mail {
	width: 78px;
}
#navArea .accessLinkArea li.map a {
	padding-right: 6px;
	background-position: 30px 5px;
	letter-spacing: 0.02em;
}
#navArea .accessLinkArea li.mail a {
	padding-left: 8px;
	background-position: 33px 5px;
	letter-spacing: 0.02em;
}
#navArea .mail_p {
	font-size:9px;
	margin-top: 10px;
	text-align:center;
}
#navArea .mail_p.en {
	margin-top: 0px;
	margin-bottom: 10px;
}
.year_month {
	font-family: 'DollyPro-Regular';
	font-size: 36px;
	font-style:italic;
	text-align: right;
	color: #775f0c;
	font-weight: 700;
	padding-right: 20px;
}

@media (max-width: 480px) {

.year_month {
	font-family: 'DollyPro-Regular';
	font-size: 30px;
	font-style:italic;
	text-align: right;
	padding-right: 10px;
	color: #775f0c;
	font-weight: 700;
}
	
}