@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}
/*------------------------------------------------------------
	h1
------------------------------------------------------------*/
#main h1 {
	margin-bottom: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main h1 span {
	margin-bottom: 23px;
	display: block;
}

/* 
------------------------------------------------------------
	h2
------------------------------------------------------------
#main h2 {
	margin-bottom: 48px;
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 19px;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#main h2 span {
	margin-bottom: 13px;
	display: block;
	text-align: center;
	font-size: 38px;
	line-height: 1.2;
}
 */

/*------------------------------------------------------------
	animated
------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ie9 .wow {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
#main h3 {
	margin-bottom: 66px;
	text-align: center;
}
/*------------------------------------------------------------
	comBottomBox
------------------------------------------------------------*/
#main .comBottomBox {
	padding: 135px 0 0;
	clear: both;
}

#main .comBottomBox .topImg {
	margin-bottom: 38px;
	position: relative;
	text-align: center;
}

#main .comBottomBox .topImg p {
	color: #fff;
	font-size: 18px;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 2.17;
	color: #000;
}

#main .comBottomBox .topImg01 {
	margin-bottom: 42px;
}

#main .comBottomBox .topImg01 .open {
	font-size: 19px;
	color: #B99257;
	letter-spacing: 0.06em;
	margin-bottom: -4px;
	color: #7c241e;
}

#main .comBottomBox .topImg01 .address {
	padding-top: 24px;
}

#main .comBottomBox .topImg01 p {
	font-size: 14px;
	line-height: 2.3;
}

#main .comBottomBox .topImg01 p span {
	margin: 5px 0 15px;
	display: block;
	font-size: 12px;
	line-height: 2.1;
}

#main .comBottomBox .linkUl {
	margin: 0 auto;
	/*width: 500px;*/
	width: 250px;
	position: relative;
}

#main .comBottomBox .linkUl li {
	float: left;
	position: relative;
}

#main .comBottomBox .linkUl .rLi {
	float: right;
}

#main .comBottomBox .linkUl li a {
	display: block;
	position: relative;
	overflow: hidden;
}

#main .comBottomBox .linkUl li a:before {
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #fff;
}

#main .comBottomBox .linkUl li a:after {
	position: absolute;
	display: block;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	content: "";
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

#main .comBottomBox .linkUl li a:hover:after {
	left: 0;
	background-color: #F4ECDF;
}

#main .comBottomBox .linkUl li.rLi a:before {
	background-color: #C99E61;
}

#main .comBottomBox .linkUl li.rLi a:hover:after {
	background-color: #E9B366;
}

#main .comBottomBox .pageLink {
	display: none;
}
/*------------------------------------------------------------
	comTopNavi
------------------------------------------------------------*/
#main .comTopNavi {
	margin: 0 0 49px 15px;
	position: relative;
	text-align: center;
}

#main .comTopNavi li {
	margin: 0 10px;
	display: inline;
	color: #fff;
}

#main .comTopNavi li a {
	margin-right: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

#main .comTopNavi li a:after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background-color: #A9A9A9;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ie8 #main .comTopNavi li a:after,
.ie9 #main .comTopNavi li a:after {
	left: 0;
}

.mobile #main .comTopNavi li a:hover:after {
	display: none;
}

#main .comTopNavi li a:hover:after {
	width: 100%;
}
/*------------------------------------------------------------
	comBdBox
------------------------------------------------------------*/
#main .comBdBox {
	margin: 0 auto 98px;
	padding: 70px 0 60px;
	width: 1000px;
	border: 1px solid #806744;
}

#main .comBdBox p {
	margin-top: 30px;
	color: #fff;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 14px;
	line-height: 2.45;
	text-align: center;
}

#main .comBdBox p:first-child {
	margin-top: 0;
}
/*------------------------------------------------------------
	comTtl
------------------------------------------------------------*/
#main .comTtl {
	margin-bottom: 50px;
	padding-top: 45px;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
#main .comInner {
	margin: -50px auto 60px;
	width: 1000px;
}

#main .comInner li {
	margin: 50px 0 0 0;
	width: 50%;
	float: left;
}

#main .comInner dl {
	margin-left: 25px;
	color: #B9B9B9;
	font-size: 12px;
	line-height: 1.7;
}

#main .comInner dt {
	margin-bottom: 15px;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 18px;
	font-weight: bold;
}

#main .comInner dt span {
	display: block;
	font-size: 16px;
}

@media all and (min-width: 0px) and (max-width: 768px) {	
	/*------------------------------------------------------------
		h1
	------------------------------------------------------------*/
	#main h1 {
		margin-bottom: 22px;
		text-align: center;
		font-size: 13px;
	}

	#main h1 span {
		margin-bottom: 12px;
	}
	
	/*------------------------------------------------------------
		h2
	------------------------------------------------------------*/
	#main h2 {
		margin: 0 10px 20px;
		text-align: center;
	}

	#main h2 span {
		margin-bottom: 5px;
		font-size: 26px;
	}	

	/*------------------------------------------------------------
		h3
	------------------------------------------------------------*/
	#main h3 {
		margin-bottom: 27px;
		text-align: center;
	}
	/*------------------------------------------------------------
		comBottomBox
	------------------------------------------------------------*/
	#main .comBottomBox {
		padding: 50px 0 60px;
	}
	
	#main .comBottomBox .topImg {
		margin-bottom: 24px;
		text-align: center;
	}

	#main .comBottomBox .topImg p {
		font-size: 14px;
	}

	#main .comBottomBox .topImg01 {
		margin-bottom: 35px;
	}
	
	#main .comBottomBox .topImg01 p {
		font-size: 11px;
		line-height: 1.7;
	}
	
	#main .comBottomBox .topImg01 p span {
		font-size: 9px;
		line-height: 2.1;
	}
	
	
	#main .comBottomBox .linkUl {
		margin: 0 auto 70px;
		width: 74%;
	}

	#main .comBottomBox .linkUl li {
		margin-bottom: 20px;
		float: none;
		text-align: center;
	}
	
	#main .comBottomBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	
	#main .comBottomBox .linkUl li img {
		width: 100%;
	}
	
	#main .comBottomBox .linkUl .rLi {
		float: none;
	}
	
	#main .comBottomBox .linkUl li a:before,
	#main .comBottomBox .linkUl li a:after {
		display: none;
	}

	#main .comBottomBox .pageLink {
		margin: 0 auto;
		width: 290px;
		display: block;
	}
	
	#main .comBottomBox .pageLink li {
		margin: 15px 0 0 -7px;
		width: 50%;
		float: left;
	}
	
	#main .comBottomBox .pageLink li a {
		font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	}

	#main .comBottomBox .pageLink li:nth-child(-n+2) {
		margin-top: 0;
	}
	
	#main .comBottomBox .pageLink li img {
		width: 100%;
	}
	
	#main .comBottomBox .topImg01 .open {
		font-size: 16px;
		margin-bottom: 5px;
	}
	/*------------------------------------------------------------
		comTopNavi
	------------------------------------------------------------*/	
	#main .comTopNavi {
		margin: 0 0 29px 20px;
		text-align: center;
	}
	
	#main .comTopNavi li {
		font-size: 9px;
	}
	
	#main .comTopNavi li a {
		font-size: 9px;
	}
	
	#main .comTopNavi li a img {
		width: auto;
		height: 15px;
	}
	
	/*------------------------------------------------------------
		comBdBox
	------------------------------------------------------------*/
	#main .comBdBox {
		margin: 0 20px 69px;
		padding: 25px 25px 20px;
		width: auto;
		border: 1px solid #806744;
	}
	
	#main .comBdBox p {
		margin-top: 15px;
		color: #fff;
		font-size: 11px;
		text-align: left;
		line-height: 1.7;
	}
	/*------------------------------------------------------------
		comTtl
	------------------------------------------------------------*/
	#main .comTtl {
		margin-bottom: 28px;
		padding-top: 10px;
		font-size: 16px;
	}
	/*------------------------------------------------------------
		comInner
	------------------------------------------------------------*/
	#main .comInner {
		margin: 0 25px 30px;
		width: auto;
	}
	
	#main .comInner li {
		margin: 33px 0 0;
		width: auto;
		float: none;
	}
	
	#main .comInner li:first-child {
		margin-top: 0;
	}
	
	#main .comInner dl {
		margin: 0;
		font-size: 11px;
		line-height: 1.7;
	}
		
	#main .comInner dt {
		margin-bottom: 9px;
		font-size: 13px;
		line-height: 1.9;
	}
		
	#main .comInner dt span {
		font-size: 13px;
	}
}
