@charset "utf-8";

/* common */


.clear {
	clear: both;
}

#content {
	padding-bottom: 20px;
}
#content section .title {
	font-size: 40px;
	line-height: 1;
	text-align: center;
}
#content section .btMore {
	margin-top: 15px;
}
#content section .btMore a {
	display: block;
	width: 165px;
	margin: 0 auto;
	padding: 13px 0;
	border-radius: 5px;
	background: #775f0c;
	color: #ffffff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
}
#content section .btMore a.touched {
	background: #000000;
}

/* main */
#content section#main {
	position: relative;
	height: 1000px;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
}
#main .logo {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	margin-top: -87px;
}
#main .copy {
	font-size: 150%;
	line-height: 1.5em;
	color: #fff;
	text-align:center;
	position: absolute;
	top: 65%;
	z-index: 2;
	width: 80%;
}
#main .next {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
#main #slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main #slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
}
#main #slider li:first-child {
	opacity: 1;
}
#main #slider li img {
	display: none;
}
#main #slider li .txt {
	position: relative;
	top: 18%;
	display: table;
	margin: 0 auto;
	line-height: 1;
	text-align: left;
}
#main #slider li .txt .new {
	margin-bottom: 5px;
	font-size: 16px;
	letter-spacing: 0.04em;
}
#main #slider li .txt .programs {
	font-size: 28px;
	letter-spacing: 0.04em;
}
#main .text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -128px;
	margin-top: 103px;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	color: #FFF;
}
#main .text P {
	padding-left: 1.9%;
	width: 100%;	
}

/* about */
#content section#about {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0px;
	background: url("../imgs/bg-about.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #ffffff;
	line-height: 1.5;
	text-align: center;
}
#content section#about .jp {
	color: #775f0c;
	padding: 20px;
	font-size: 14px;
	line-height: 1.6;
}
#about .border_radius {
	margin: 34px 180px 30px 180px;
	background-color: #e6e4cf;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	text-align: left;
}
#about .pageTitle:after {
	border-bottom-color: #ffffff;
}
#about .txt {
	text-align: left;
	margin: 0 180px 50px 200px;
}
#about img {
	background-color: #e6e4cf;
	float: right;
	margin: 0 200px 0 10px;
	border: solid 1px #ccc;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* News */
.entry-news {
	padding: 10px;
}
#news {
	padding-top: 8px;
	padding-bottom: 40px;
}
#news .pageTitle:after {
	display: none;
}
#news .fullImage {
	margin-bottom: 15px;
	border: #eeeeee solid 1px;
}
#news .border_radius {
	font-size: 14px;
	line-height: 1.6;
	margin: 4px 120px 30px 120px;
	background-color: #ffffff;
	border-color: #dddddd;
	border-width:1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: left;
	color: #000000;
}
#news .border_radius img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}


/* course */
#content section#course {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0px;
	background: url("../imgs/bg-menu.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #ffffff;
	line-height: 1.67;
	text-align: center;
}
#course .pageTitle:after {
	border-bottom-color: #ffffff;
}
#course .border_radius {
	margin: 14px 180px 30px 180px;
	background-color: #e6e4cf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: left;
	color: #775f0c;
}
#course .jp p {
	padding: 20px;
	font-size: 14px;
	line-height: 1.6;
}
#course img {
	width: 50%;
	height: auto;
	float: right;
	margin: 0 20px 0 10px;
	border: #eeeeee solid 1px;
}
 .title_m {
	font-size: 24px;
	margin-top: 18px;
}
 .detail {
	font-size: 12px;
    margin: 0 10px 15px 10px;
}
 .detail_c {
	font-size: 12px;
    margin: 0 5px 15px 20px;
	text-align: left;
}
#menu .btMore {
	left: 0;
	width: 100%;
	padding-bottom: 20px; 
}

/* access */
#access {
	padding-top: 8px;
	padding-bottom: 40px;
	border-bottom: #000000 solid 2px;
}
#access .pageTitle:after {
	display: none;
}
#access img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#access .body {
	margin: 10px 8px 0;
}
#access .tabArea {
margin-bottom: 20px;
}
#access .addressArea {
	margin-bottom: 18px;
	line-height: 1.67;
}
#access .addressArea .postNum {
	margin-left:3px;
	}
#access .addressArea .address {
	margin: 5px 0 15px;
	padding: 0 0 18px;
	border-bottom: 1px #eeeeee dotted;
}
#access .addressArea .address p {
	margin-left:3px;
	font-size: 14px;
	}
#access .addressArea .address .en {
	line-height:1;
	}
#access .addressArea dl{
	margin-left:3px;
	font-size: 14px;
}
#access .addressArea dl dt {
	float: left;
}
#access .addressArea dl dd {
	margin-left: 54px;
}
#access .addressArea .caption {
	margin-top: 13px;
	margin-left:3px;
}
#access .addressArea .caption.en {
	margin-top: 5px;
}

/* notice */
#notice {
	padding-top: 8px;
	padding-bottom: 40px;
	border-bottom: #000000 solid 2px;
	z-index: 0;
}
#notice.pageTitle:after {
	display: none;
}
#notice .fullImage {
	margin-bottom: 15px;
	border: #eeeeee solid 1px;
}
#notice .text {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}
#notice .border_radius {
	margin: 4px 180px 30px 180px;
	background-color: #ffffff;
	border-color: #dddddd;
	border-width:1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: left;
	color: #000000;
}
/* 24menu */
#24menu {
	padding-top: 8px;
	padding-bottom: 40px;
	border-bottom: #000000 solid 2px;
	z-index: 0;
}
#24menu.pageTitle:after {
	display: none;
}
#24menu .fullImage {
	margin-bottom: 15px;
	border: #eeeeee solid 1px;
}
.menu_l{
	padding-top: 20px;
	width: 100%;
	margin: 0 auto;
}
.menu_s {
	width: 44%;
	height: 220px;
	float: left;
	margin: 0 8px 10px 0px;
	background-color: #e6e4cf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-align: left;
	padding: 5px;
}

/* Reservation */
#reserve {
	padding-top: 8px;
	padding-bottom: 40px;
	border-bottom: #000000 solid 2px;
	z-index: 0;
}
#reserve .pageTitle:after {
	display: none;
}
#reserve .fullImage {
	margin-bottom: 15px;
	border: #eeeeee solid 1px;
}
#reserve .res {
	font-size: 12px;
	line-height: 1.45;
	margin: 10px 10px 10px 10px;
	background-color: #e6e4cf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	text-align: left;
	padding: 8px;
}

/* Thanks */
#thanks {
	padding-top: 8px;
	padding-bottom: 40px;
	border-bottom: #000000 solid 2px;
	z-index: 0;
}
#thanks .pageTitle:after {
	display: none;
}
#thanks .fullImage {
	margin-bottom: 15px;
	border: #eeeeee solid 1px;
}
#thanks .text {
	text-align: center;
	font-size: 12px;
	line-height: 1.45;
	margin: 10px 10px 10px 10px;
	background-color: #e6e4cf;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	padding: 8px;
}

/* indexBnr */
#indexBnr {
	margin-top: 20px;
}
#indexBnr li {
	width: 288px;
	margin: 10px auto 0;
}
#indexBnr li:first-child {
	margin-top: 0;
}
#indexBnr li a {
	display: block;
	position: relative;
	padding: 14px 35px 14px 61px;
	border: #bfbfbf solid 1px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 10px center;
	-webkit-background-size: 45px auto;
	background-size: 45px auto;
	color: #000000;
	text-decoration: none;
}
#indexBnr li.diary a {
	background-image: url("../imgs/bg-bn-diary.gif");
}
#indexBnr li.ols a {
	background-image: url("../imgs/bg-bn-ols.gif");
}
#indexBnr li a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url("../common/imgs/arw-01.png") no-repeat left top;
	-webkit-background-size: 20px auto;
	background-size: 20px auto;
}
#indexBnr li a.touched:after {
	background-image: url("../common/imgs/arw-01_ov.png");
}
#indexBnr li a dl dt {
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 1;
}
#indexBnr li a dl dd {
	font-size: 11px;
	line-height: 1.64;
}

/* pagetop */
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 100%;
	text-align:center;
	line-height: 1.5;
	z-index: 0;
}
#page-top a {
	background: #775f0c;
	text-decoration: none;
	color: #fff;
	width: 54px;
	padding: 8px 0;
	text-align: center;
	display: block;
	border-radius: 15px;
}

/* schedule */
#schedule {
	padding-top: 8px;
	padding-bottom: 0px;
	border-bottom: #000000 solid 1px;
}
#schedule .pageTitle:after {
	display: none;
}
#schedule .fullImage {
	margin-bottom: 15px;
	border: #eeeeee solid 1px;
}
#schedule .calendar {
	background: #fff;
	z-index: 0;
}
.non_schedule {
	margin: 3px 10px 0 10px;
	padding: 0;
}
.non_schedule img {
	width: 100%;
	height: auto;
}
.s_month {
	font-size: 30px;
	font-style:italic;
	text-align: left;
	margin: 0 10px 0 10px;
	padding: 0;
	color: #775f0c;
	font-weight: 700;
}
.s_month img {
	width: 100%;
	height: auto;
	border-bottom: solid #dddddd 1px;
}
.subject {
	margin: 0;
}
.subject img {
	width: 100%;
	height: auto;
}
select{
	width: 100%;
    margin: 20px 0 30px 0;
    -webkit-appearance: button;    /* Firefox向け */
    -moz-appearance: button;       /* Google Chrome、Safari向け */
    appearance: button;
    font-size: 16px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: #3d3d40;
    padding: 8px 10px 8px;
	background:#dddddd url(../imgs/select_down.png) no-repeat;
	background-size:30px 20px;
	background-position: right center;
}
.icon {
	padding: 12px 0;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	line-height: 1;
}
.icon:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.icon li {
	display: table;
	float: left;
	width: 33.33%;
	height: 60px;
}
.icon li.txt {
	width: 66.67%;
	padding-top:10px;
	font-size: 120%;
}
.txt2 {
	width: 100%;
	text-align : center;
	font-weight: 700;
	font-size: 120%;
	margin-bottom: 10px;
}
.icon 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;
}
.icon li.s-holiday {
	width: 33.33%;
}
.icon li.s-holiday a {
	background-image: url("../imgs/h_icons.png");
}
.icon li.s-bridal {
	width: 33.33%;
}
.icon li.s-bridal a {
	background-image: url("../imgs/b_icons.png");
}
.icon li.s-cucchabe {
	width: 33.33%;
}
.icon li.s-cucchabe a {
	background-image: url("../imgs/cu_icons.png");
}
.icon li.s-challenge {
	width: 33.33%;
}
.icon li.s-challenge a {
	background-image: url("../imgs/ch_icons.png");
}
.icon li.s-bridal_s {
	width: 33.33%;
}
.icon li.s-bridal_s a {
	background-image: url("../imgs/sb_icons.png");
}
.icon li.s-cucchabe_s {
	width: 33.33%;
}
.icon li.s-cucchabe_s a {
	background-image: url("../imgs/scu_icons.png");
}
.icon li.s-challenge_s {
	width: 33.33%;
}
.icon li.s-challenge_s a {
	background-image: url("../imgs/sch_icons.png");
}
.icon li.s-bridal_h {
	width: 33.33%;
}
.icon li.s-bridal_h a {
	background-image: url("../imgs/hb_icons.png");
}
.icon li.s-cucchabe_h {
	width: 33.33%;
}
.icon li.s-cucchabe_h a {
	background-image: url("../imgs/hcu_icons.png");
}
.icon li.s-challenge_h {
	width: 33.33%;
}
.icon li.s-challenge_h a {
	background-image: url("../imgs/hch_icons.png");
}
/* sub icon */

.icon li.holiday {
	width: 33.33%;
}
.icon li.holiday a {
	background-image: url("../imgs/h_icon.png");
}
.icon li.bridal {
	width: 33.33%;
}
.icon li.bridal a {
	background-image: url("../imgs/b_icon.png");
}
.icon li.cucchabe {
	width: 33.34%;
}
.icon li.cucchabe a {
	background-image: url("../imgs/cu_icon.png");
}
.icon li.challenge {
	width: 33.33%;
}
.icon li.challenge a {
	background-image: url("../imgs/ch_icon.png");
}
.icon li.bridal_s {
	width: 33.33%;
}
.icon li.bridal_s a {
	background-image: url("../imgs/sb_icon.png");
}
.icon li.cucchabe_s {
	width: 33.34%;
}
.icon li.cucchabe_s a {
	background-image: url("../imgs/scu_icon.png");
}
.icon li.challenge_s {
	width: 33.33%;
}
.icon li.challenge_s a {
	background-image: url("../imgs/sch_icon.png");
}
.icon li.bridal_cucchabe {
	width: 33.33%;
}
.icon li.bridal_cucchabe a {
	background-image: url("../imgs/bcu_icon.png");
}
.icon li.cucchabe_challenge {
	width: 33.34%;
}
.icon li.cucchabe_challenge a {
	background-image: url("../imgs/chc_icon.png");
}
.icon li.bridal_challenge {
	width: 33.33%;
}
.icon li.bridal_challenge a {
	background-image: url("../imgs/bch_icon.png");
}
.icon li.bridal_cucchabe_s {
	width: 33.33%;
}
.icon li.bridal_cucchabe_s a {
	background-image: url("../imgs/sbcu_icon.png");
}
.icon li.cucchabe_challenge_s {
	width: 33.34%;
}
.icon li.cucchabe_challenge_s a {
	background-image: url("../imgs/schc_icon.png");
}
.icon li.bridal_challenge_s {
	width: 33.33%;
}
.icon li.bridal_challenge_s a {
	background-image: url("../imgs/sbch_icon.png");
}

@media (max-width: 480px) {

#content section#about .jp {
	color: #775f0c;
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
}
#about .border_radius {
	margin: 4px 20px 30px 20px;
	background-color: #e6e4cf;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	text-align: left;
}
#about .txt {
	text-align: left;
	margin: 0 0 0 20px;
}
#about img {
	background-color: #e6e4cf;
	float: right;
	margin: 0 20px 0 5px;
	border: solid 1px #ccc;
    padding: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#course .border_radius {
	margin: 4px 20px 30px 20px;
	background-color: #e6e4cf;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: left;
	color: #775f0c;
}
#course .jp p {
	padding: 10px;
	font-size: 12px;
	line-height: 1.2;
}

#notice .text {
	text-align: left;
}
#notice .border_radius {
	margin: 4px 10px 30px 10px;
	background-color: #ffffff;
	border-color: #dddddd;
	border-width:1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: left;
	color: #000000;
}

#news .border_radius {
	font-size: 14px;
	line-height: 1.5;
	margin: 14px 0px 30px 0px;
	background-color: #ffffff;
	border-color: #dddddd;
	border-width:1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	text-align: left;
	color: #000000;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 75%;
	text-align:center;
	line-height: 1.3;
}
#page-top a {
	background: #775f0c;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 8px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}

#page-back {
	position: fixed;
	bottom: 50px;
	right: 20px;
	font-size: 75%;
	text-align:center;
	line-height: 1.3;
}
#page-back a {
	background: #775f0c;
	text-decoration: none;
	color: #fff;
	width: 40px;
	padding: 8px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
}

/* schedule */
#schedule {
	padding-top: 8px;
	padding-bottom: 0px;
	border-bottom: #000000 solid 1px;
}
#schedule .pageTitle:after {
	display: none;
}
#schedule .fullImage {
	margin-bottom: 15px;
	border: #eeeeee solid 1px;
}
#schedule .calendar {
	background: #fff;
	z-index: 0;
}
.non_schedule {
	height: 34px;
	margin: 0;
	padding: 0;
}
.non_schedule img {
	width: 100%;
	height: auto;
}
.s_month {
	height: 34px;
	font-size: 30px;
	font-style:italic;
	text-align: left;
	margin: 3px 0 0 0;
	padding: 0;
	color: #775f0c;
	font-weight: 700;
}
.s_month img {
	width: 100%;
	height: auto;
}
.subject {
	margin: 0;
}
.subject img {
	width: 100%;
	height: auto;
}
.detail img {
	width: 100%;
	height: auto;
}
.more {
	margin-top: 15px;
	border: #eeeeee solid 2px;
	border-width:1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px;
}
.more img {
	width: 100%;
	height: auto;
}
.icon {
	padding: 12px 0;
	border-top: #e5e5e5 solid 1px;
	border-bottom: #e5e5e5 solid 1px;
	line-height: 1;
}
.icon:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.icon li {
	display: table;
	float: left;
	width: 33.33%;
	height: 60px;
}
.icon li.txt {
	width: 66.67%;
	padding-top:10px;
}
.txt2 {
	width: 100%;
	text-align : center;
	font-weight: 700;
}

}
@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;
}

/* 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;
}
