@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------- 
  font
----------------------------------------------------------------------- */
@font-face {
	font-family: 'hannari';
	font-style: normal;
	src: url(../font/Hannari.woff) format('woff'), 
		url(../font/Hannari.woff2) format('woff2'),
		url(../font/HannariMincho.eot) format('eot'),
		url(../font/HannariMincho.ttf) format('truetype'),
		url(../font/Hannari.otf) format('opentype');
}
.gothic {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ----------------------------------------------------------------------- 
  settings
----------------------------------------------------------------------- */
body {
	font-family: "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #7a3f35;
	font-size: 17px;
	line-height: 1.76;
	text-align: justify;
	text-justify: inter-ideograph;
	background: #fff;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #decfcd;
}
a:hover img {
	opacity: 0.75;
}

@media screen and (max-width:768px) {
	body {
		font-size: 14px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}

/* English */
body.en {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: left;
}


/* ----------------------------------------------------------------------- 
  common layout
----------------------------------------------------------------------- */
.headerIn,
.footerIn,
.contentIn {
	margin: 0 auto;
	position: relative;
}
.clearfix:after,
.headerIn:after,
.footerIn:after,
.contentIn:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

@media screen and (max-width:768px) {
	.headerIn,
	.footerIn,
	.contentIn {
		padding: 0 4%;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
#header {
	border-top: solid 2px #7a3f35;
	padding: 14px 0 14px;
}
#header .headerIn {
	width: 1288px;
	margin: 0 1.2%;
}
#header .btnLanguage {
/*
	margin-top: 8px;
	float: right;
*/
	float: left;
  margin: 0 0 0 29%;
}
#header .btnLanguage li {
	width: 93px;
	float: left;
}
#header .btnLanguage li + li {
	margin-left: 2px;
}
#header .btnLanguage li a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 1.0;
	padding: 7px 0 5px;
	background: #7a3f35;
}
#header .btnLanguage li a:hover {
	color: #7a3f35;
	background: #decfcd;
	float: left;
/*   margin: 0 0 0 29%; */
	width: 100%;
}
#header .hTxt {
	font-size: 20px;
	line-height: 1.0;
	display: inline-block;
	vertical-align: baseline;
	position: absolute;
  left: 0;
}
#header .hTxt a {
	display: inline-block;
}
#header .hTxt span {
	font-size: 31px;
	margin-right: 25px;
}

@media screen and (max-width:768px) {
	#header {
		padding: 0;
		border-top: none;
		margin: 0;
		padding: 0;
	}
	#header .headerIn {
		width: auto;
		margin: 0;
		padding: 0;
	}
	#header .btnLanguage {
/* 		margin: 0 -4.4% 20px; */
		float: none;
    margin: 0 0 4%;
    border-left: none;
    
	}
	#header .btnLanguage li {
		width: 50%;
	}
	#header .btnLanguage li + li {
		margin-left: 0;
		/*
		border-left: solid 1px #fff;
*/
		border-left: none;
	}
	#header .btnLanguage li:nth-child(2n) {
		border-left: solid 1px #fff;   
  }
	#header .btnLanguage li a {
		padding: 12px 0 11px;
	}
	#header .hTxt {
		display: block;
		font-size: 12px;
		padding-bottom: 20px;
		position: static;
	}
	#header .hTxt span {
		display: inline-block;
		font-size: 28px;
		margin-right: 7px;
	}
	#header .btnMenu {
		position: absolute;
		bottom: 20px;
		right: 4%;
		width: 30px;
		height: 23px;
	}
	#header .btnMenu span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background: #7a3f35;
	}
	#header .btnMenu span:nth-child(1) {
		top: 0;
	}
	#header .btnMenu span:nth-child(2) {
		top: 10px;
	}
	#header .btnMenu span:nth-child(3) {
		bottom: 0;
	}
}

/* English */
.en #header .hTxt {
	font-weight: bold;
	margin-top: 7px;
	vertical-align: bottom;
}

@media screen and (max-width:768px) {
	.en #header .hTxt {
		margin-top: 10px;
	}
	.en #header .hTxt span{
		font-size: 22px;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  gNavi
* --------------------------------------------------------------------------------------------------*/
#gNavi {
	display: inline-block;
	vertical-align: bottom;
/*margin: 0 0 2px 33px;*/
	margin: 34px 0 0;
}
#gNavi li {
	font-size: 18px;
	line-height: 1.2;
	float: left;
}
#gNavi li + li {
	margin-left: 30px;
}

@media screen and (max-width:768px) {
	#gNavi {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		margin: 0;
		float: none;
		border-top: solid 1px #F4F4F4;
		background: rgba(230, 230, 230, 0.8);
		z-index: 5000;
	}
	#gNavi li {
		width: 50%;
		font-size: 14px;
		border-bottom: solid 1px #F4F4F4;
		background: #fff;
	}
	#gNavi li:nth-child(even) {
		border-left: solid 1px #F4F4F4;
	}
	#gNavi li a {
		display: block;
		padding: 12px 8%;
	}
	#gNavi li + li {
		margin: 0;
	}
}

/* English */
.en #gNavi {
	vertical-align: middle;
	margin-bottom: 0;
	
}

/* ----------------------------------------------------------------------------------------------------
*  content
* --------------------------------------------------------------------------------------------------*/
#content .contentIn {
	width: 980px;
}
#content .contentIn.w1000 {
	width: 1000px;
}
#content .contentIn.w1200 {
	width: 1200px;
}

@media screen and (max-width:768px) {
	#content .contentIn {
		width: auto;
	}
	#content .contentIn.w1000,
	#content .contentIn.w1200 {
		width: auto;
	}
}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
#footer {
	font-size: 13px;
	padding: 10px 0 35px;
	margin-top: 65px;
	border-top: solid 1px #7a3f35;
}
#footer .footerIn {
	width: 980px;
}
#footer .fTitleArea {
	font-size: 0;
	margin-bottom: 7px;
}
#footer .fTitleArea > * {
	display: inline-block;
	vertical-align: baseline;
	font-size: 15px;
}
#footer .fTitleArea .fTitle {
	margin-right: 10px;
	font-size: 29px;
	padding-top: 0.1em;
	position: relative;
}
#footer .fTitleArea .fTitle span {
	font-size: 22px;
	display: inline-block;
	vertical-align: baseline;
	margin-left: 5px;
}
#footer .fTitleArea .fTitle .ruby {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	letter-spacing: -0.01em;
	margin: 0;
}
#footer .fCopy {
	font-size: 12px;
	margin-top: 4px;
}

@media screen and (max-width:768px) {
	#footer {
		padding: 15px 0;
		margin-top: 40px;
	}
	#footer .footerIn {
		width: auto;
	}
	#footer .fTitleArea {
		margin-bottom: 3px;
	}
	#footer .fTitleArea > * {
		font-size: 12px;
	}
	#footer .fTitleArea .fTitle {
		font-size: 26px;
		padding-top: 0.2em;
	}
	#footer .fTitleArea .fTitle span {
		font-size: 14px;
	}
	#footer .fTitleArea .fTitle .ruby {
		font-size: 10px;
		letter-spacing: 0;
		padding-left: 0.5em;
	}
	#footer .fCopy {
		text-align: center;
		font-size: 10px;
		margin-top: 25px;
	}
}
