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

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


/* font
--------------------------------------------------*/
@font-face {
	font-family: 'DollyPro-Regular';
	src: url('../font/DollyPro-Regular.eot.html');
	src: url('../font/DollyPro-Regular.eot-.html#iefix') format('embedded-opentype'),
		url('../font/DollyPro-Regular.woff') format('woff'),
		url('../font/DollyPro-Regular.ttf') format('truetype'),
		url('../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;
}

@media screen and (min-width:1024px) {

}


/* 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("../imgs/shadow-main.png");
	background-size: contain;
}

.gHeader .inner {}
.gHeader .inner:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.gHeader .iconNav {
	overflow: hidden;
	float: right;
	width: 56px;
	height: 60px;
	background: url("../imgs/icon-nav_white.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("../imgs/icon-nav_white_close.png");
}


/* 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 0px;
}
#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 .studio li  {
	position: relative;
	display: block;
	margin: 10px 7px 0 7px;
	padding: 8px 0;
	background: #775f0c;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
#content .tabArea .tab .studio li current {
	background: #775f0c;
	color: #ffffff;
}
#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;
}


/* footer */
#footer {
	position: relative;
}
#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: #775f0c;
}
#loadingWrap .loading span:first-child {
	margin-left: 0;
}

/* 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("../imgs/map.png");
}
.accessLinkArea li.tel a {
	background-image: url("../imgs/phone.png");
}
.accessLinkArea li.mail a {
	background-image: url("../imgs/mail.png");
	font-size: 10px;
}
.accessLinkArea li a.touched {
	color: #000000;
}
.accessLinkArea li.map a.touched {
	background-image: url("../imgs/map.png");
	    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.accessLinkArea li.tel a.touched {
	background-image: url("../imgs/phone.png");
	    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.accessLinkArea li.mail a.touched {
	background-image: url("../imgs/mail.png");
	    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#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;
}
