@charset "utf-8";

/* レスポンシブ：求める要素の幅÷親要素のコンテンツ幅×100% */

/* ==========================================================================
	BASE
	========================================================================== */

body {
  width: 100%;
	color: #231815;
	text-align: center;
	font-size: 1.2rem;
	background-color: #fffdf4;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 2.5rem;
}

.wrapper {
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
}
section {
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}
section h1 {
	margin-bottom: 2.5%;
}
section h2 {
	margin-bottom: 1.666%;
}
section p {
	margin-bottom: 0.833%;
}


/* ==========================================================================
	LINKS
	========================================================================== */

a:hover.alpha img {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
}
a,a:visited {
	color: #231815;
	text-decoration: none;
}
section a,a:visited {
	color: #7c4f24;
}

/*マウスオーバー時ゆっくり透過*/
.fade {  
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}  
.fade:hover {  
	opacity: 0.4;  
	filter: alpha(opacity=90);  
}   



/* ==========================================================================
	HEADER
	========================================================================== */

#second {
	border-bottom: solid 1px #e1d9d0;
	margin-bottom: 50px;
}
#header-bg01 {
	background: url(../images/cmn-images/header-bg01.jpg) 0 0 no-repeat;
}
#header-bg02 {
	background: url(../images/cmn-images/header-bg02.jpg) 100% 0 no-repeat;
	padding-top: 40px;
}
#header-bg02 h1 {
	margin-bottom: 40px;
}
#header-bg02 ul {
	overflow: hidden;
	margin-bottom: 40px;
}
#header-bg02 li {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 120%;
}
#header-bg02 li a {
	display: block;
	padding: 10px 42px;
}

#header-bg02 .button {
	position: relative;
	z-index: 2;
	background-color: none;
	border: none;
	color: #231815;
	overflow: hidden;
}
#header-bg02 .button:hover {
	color: #fff;
}
#header-bg02 .button::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(.5);
	transform: scale(.5);
}
#header-bg02 .button:hover::after {
	background: #7c4f24;
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* ==========================================================================
	NAVIGATION
	========================================================================== */


/* sp-menu
------------------------------------------------------------ */
.sp-menu {
	z-index: 999;
	position: fixed;
	width: 100%;
	background-color: #231815;
	padding: 10px;
}
.sp-menu h1 {
	float: left;
}
#navBt {
	color: #fff;
	float: right;
	font-size: 2.2rem;
}

#menu-area {
	width: 100%;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 0px;
	display: none;
	background-color: #231815;
	filter: alpha(opacity=90);
	-moz-opacity:0.90;
	opacity:0.90;
	padding-bottom: 20px;
	text-align: left;
}
#menu-area a{
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
	padding: 15px 20px;
	border-bottom: solid 1px #362a26;
}
#menu-area #sp-last a{
	border-bottom: none;
}
#menu-in li{
	position: relative;
}
#menu-in li a i{
	position: absolute;
	right: 20px;
	top: 40%;
}
#menu-in li a span{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4rem;
	padding-left: 10px;
}

#closeBtn {
	color: #fff;
	font-size: 2.2rem;
	text-align: right;
	margin: 10px 10px 14px auto;
}



/* ==========================================================================
	PAGETITLE
	========================================================================== */

#page-tit {
	font-family: 'Lora', serif;
	font-size: 4.5rem;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 70px;
}


/* ==========================================================================
	CONTENT
	========================================================================== */

.brown-bg {
	color: #dcdbdb;
	background-color: #130d0b;
	padding: 30px;
}
/* title
------------------------------------------------------------ */

.cmn-tit {
	font-family: 'Lora', serif;
	font-size: 280%;
	font-weight: normal;
	text-align: center;
}

.cmn-tit02 {
	display: inline-block;
	font-weight: normal;
}
.cmn-tit02 span {
	display: block;
}
.cmn-tit02 .jp {
	float: left;
	width: 250px;
	font-size: 100%;
	text-align: center;
	background-color: #dedbd3;
	padding:15px;
}
.cmn-tit02 .en {
	float: left;
	font-family: 'Lora', serif;
	padding:15px;
}
.cmn-tit02-wrapper {
	text-align: center;
	margin-bottom: 10px;
}

.cmn-tit03 {
	display: inline-block;
	font-weight: normal;
}
.cmn-tit03 span {
	display: block;
}
.cmn-tit03 .jp {
	float: left;
	font-size: 80%;
	padding: 10px 0 0 10px;
}
.cmn-tit03 .en {
	float: left;
	font-family: 'Lora', serif;
	font-size: 3.8rem;
	letter-spacing: 0.05em;
}
.cmn-tit03 .en span {
	display: inline;
	font-weight: normal!important;
	font-size: 3.5rem;
	padding: 3px;
}
.cmn-tit03-wrapper {
	text-align: center;
	margin-bottom: 0;
}



/* font icon
------------------------------------------------------------ */
.cmn-icon i {
	color: #ded1c0;
	margin-right: 10px;
}


/* button
------------------------------------------------------------ */

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*bt01*/
.cmn-bt a {
	clear: both;
	display: block;
	width: 200px;
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 1.5rem;
	text-align: center;
	background-color: #312420;
	margin: 0 auto;
	padding: 10px 0;
}
.cmn-bt a span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	margin-left: 5px;
}

.cmn-bt .button {
	background-color: #312420;
	color: #fff;
}
.cmn-bt .button:hover {
	background-color: #7c4f24;
}

/* ==========================================================================
	FOOTER
	========================================================================== */

footer {
	overflow: hidden;
	clear: both;
}
#footer-bg {
	background: url(../images/cmn-images/footer-bg.gif) 50% 100% no-repeat;
	padding-bottom: 50px;
}
#footer-bg02 {
	font-size: 350%;
	background: url(../images/cmn-images/footer-bg02.gif) 0 0 repeat-x;
}
#footer-bg02 a {
	display: block;
}
#footer-address {
	margin-bottom: 60px;
}

#footer-address span {
	margin-left: 10px;
}

#cp {
	color: #7f7873;
	font-family: 'Lora', serif;
}


/* ==========================================================================
	PC 981-
	========================================================================== */

@media screen and (min-width: 981px){
.wrapper {
	width: 980px;
}
.pc-l { float: left;}
.pc-r { float: right;}
}


/* ==========================================================================
	TABLET -980
	========================================================================== */

@media screen and (max-width:980px){

body {
	font-size: 1.3rem;
}
.pcOnly {
	display: none;
}
.wrapper {
	padding: 0 5%!important;
}
.cmn-tit {
	margin-bottom: 40px;
}
.cmn-bt a {
	width: 50%;
}

#page-tit {
	font-size: 4.2rem;
	margin-bottom: 40px;
}


/* title
------------------------------------------------------------ */

.cmn-tit02 span {
	display: block;
}
.cmn-tit02 .jp {
	clear: both;
	width: 250px;
	font-size: 90%;
	padding: 10px;
}
.cmn-tit02 .en {
	clear: both;
	width: 250px;
	text-align: center;
	margin: 0 auto;
}
.cmn-tit02-wrapper {
	margin-bottom: 0;
}

.cmn-tit03 .jp {
	font-size: 70%;
}
.cmn-tit03 .en {
	font-size: 3.2rem;
}



/* footer
------------------------------------------------------------ */
#footer-bg {
	background-size: 100%;
	padding-bottom: 30px;
}

}

/* ==========================================================================
	SP -599
	========================================================================== */

@media screen and (max-width: 599px) {


/* title
------------------------------------------------------------ */

.cmn-tit03 .en {
	font-size: 3rem;
}
.cmn-tit03 .en span {
	font-size: 2.5rem;
}



/* footer
------------------------------------------------------------ */

#footer-bg02 {
	height: 20px;
}

#footer-address {
	margin: 0 0 20px 0;
}
#footer-address span {
	display: block;
}

}




