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

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

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

	*+html .clearfix {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: absolute;
	right: 56px;
	top: -82px;
}

.pageTop img {
	width: 54px;
}

.pageTop a:hover img {
	opacity: 0.7;
}

@media all and (max-width: 767px) {
	.pageTop {
		position: absolute;
		right: 10px;
		top: -40px;
	}
	
	.pageTop img {
		width: 30px;
	}
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin: 0 auto;
	width: 980px;
}

@media all and (max-width: 767px) {
	#main .comBox {
		padding: 0 15px;
		width: auto;
	}
}

/*------------------------------------------------------------
	mainImg
------------------------------------------------------------*/
#main .mainImg {
	padding-top: 73px;
	min-height: 208px;
	background: url(../../img/guide/main_img.png) no-repeat right center;
	background-size: cover !important;
	box-sizing: border-box;
}

#main .mainImg h2 {
	width: 980px;
	margin: 0 auto;
	font-size: 3.8rem;
	letter-spacing: 6px;
	color: #ccc;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

@media all and (max-width: 767px) {
	#main .mainImg {
		padding: 44px 15px 0;
		min-height: 150px;
	}
	
	#main .mainImg h2 {
		width: auto;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 18px;
	color: #A48957;
	font-size: 1.9rem;
	text-align: center;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: 1.42;
}

#main .headLine01 span {
	padding: 0 58px;
	display: inline-block;
	font-size: 3.6rem;
	position: relative;
	letter-spacing: 0;
}

#main .headLine01 span:before {
	width: 27px;
	height: 47px;
	position: absolute;
	left: 0;
	top: 1px;
	background: url(../../img/common/icon02.png) no-repeat;
	background-size: 27px auto;
	content: "";
}

#main .headLine01 span:after {
	width: 27px;
	height: 47px;
	position: absolute;
	right: 0;
	top: 1px;
	background: url(../../img/common/icon03.png) no-repeat;
	background-size: 27px auto;
	content: "";
}

@media all and (max-width: 767px) {
	#main .headLine01 {
		margin: 0 0 20px !important;
		font-size: 1.6rem;
		line-height: 1.2;
	}
	
	#main .headLine01 span {
		padding: 0 30px;
		font-size: 1.8rem;
		line-height: 1;
	}
	
	#main .headLine01 span:before {
		width: 15px;
		height: 35px;
		top: -2px;
		background-size: 15px auto;
	}
	
	#main .headLine01 span:after {
		width: 15px;
		height: 35px;
		top: -2px;
		background-size: 15px auto;
	}
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 22px;
	padding: 10px 0 1px 19px;
	display: flex;
	font-weight: normal;
	line-height: 1.3;
	position: relative;
	align-items: flex-end;
	letter-spacing: -1px;
	border-left: 5px solid #A3895C;
	border-bottom: 1px solid #A3895C;
}

#main .headLine02 .txt01 {
	margin-right: 22px;
	min-width: 260px;
	color: #A48957;
	font-size: 3.5rem;
	letter-spacing: -1.5px;
}

#main .headLine02 .txt02 {
	padding-bottom: 7px;
	color: #7F7F7F;
	font-size: 1.7rem;
	line-height: 1.9rem;
}

#main .headLine02 .txt03 {
	position: absolute;
	right: 0;
	bottom: 3px;
	color: #A48957;
	font-size: 2.8rem;
	display: block;
}

#main .headLine02 .txt03 .size01 {
	font-size: 3.5rem;
}

#main .headLine02 .txt03 .size02 {
	font-size: 2rem;
}

#main .headLine02 .txt03 .size03 {
	font-size: 1.4rem;
}

#main .headLine02 .txt03 .size04 {
	font-size: 3rem;
}

@media all and (max-width: 767px) {
	#main .headLine02 {
		margin-bottom: 15px;
		padding: 3px 0 3px 9px;
		display: block;
		border-left-width: 3px;
	}
	
	#main .headLine02 > span {
		display: block;
	}
	
	#main .headLine02 .txt01 {
		    margin-bottom: 5px;
		margin-right: 0;
		display: block;
		font-size: 2.2rem;
	}
	
	#main .headLine02 .txt02 {
		padding-bottom: 0;
		font-size: 1.5rem;
		    line-height: 2rem;
	}
	
	#main .headLine02 .txt03 {
		bottom: 3px;
		font-size: 1.3rem;
	}
	
	#main .headLine02 .txt03 .size01 {
		font-size: 2rem;
	}
	
	#main .headLine02 .txt03 .size02 {
		font-size: 1.1rem;
	}
	
	#main .headLine02 .txt03 .size03 {
		font-size: 1rem;
	}
	
	#main .headLine02 .txt03 .size04 {
		font-size: 1.9rem;
	}
}

/*------------------------------------------------------------
	couponUl
------------------------------------------------------------*/
#main .couponUl {
	margin: 0 auto 83px;
	width: 695px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .couponUl li {
	padding-bottom: 20px;
	width: 48%;
}

#main .couponUl li img {
	width: 100%;
}

@media all and (max-width: 767px) {
	#main .couponUl {
		margin-bottom: 10px;
		width: auto;
	}
	
	#main .couponUl li {
		padding-bottom: 10px;
	}
}

/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
#main .comImgBox {
	margin-bottom: 58px;
}

#main .comImgBox .photoBox {
	width: 260px;
	float: left;
}

#main .comImgBox .photoBox dl {
	margin-right: -30px;
	color: #A48957;
	font-size: 3rem;
	overflow: hidden;
}

#main .comImgBox .photoBox dt {
	width: 130px;
	float: left;
	text-align: right;
}
#main .comImgBox .photoBox dt span {
	font-size: 1.6rem;
}

#main .comImgBox .photoBox dd {
	padding-left: 124px;
}

#main .comImgBox .photoBox dd span {
	font-size: 2.4rem;
}

#main .comImgBox .photoBox dd span span {
	font-size: 1.1rem;
}

#main .comImgBox .photoBox .photo {
	margin-top: 7px;
}

#main .comImgBox .textBox {
	width: 690px;
	float: right;
}

#main .comImgBox .textBox .text {
	margin: 12px 0 0 22px;
	color: #A48957;
	font-size: 1.7rem;
}
#main .comImgBox .textBox .center{
	text-align:center;
	margin: 10px 0 0;
}
#main .comImgBox .textBox .ph{
	margin: 12px 0 0 22px;
}
#main .comImgBox .ph2{
	margin: 20px 0 0;
}
#main .comImgBox .textBox ul {
	margin: 0 0 18px 18px;
}

#main .comImgBox .textBox li {
	margin: 0 3px 9px 0;
	padding: 7px 0 5px;
	min-width: 159px;
	display: inline-block;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	letter-spacing: -0.5px;
	background-color: #A3895C;
	border-radius: 4px;
}

#main .comImgBox .textBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .comImgBox .textBox th,
#main .comImgBox .textBox td {
	padding: 11px 15px 12px;
	color: #A48957;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	line-height: 1.4;
	letter-spacing: -0.5px;
	vertical-align: middle;
}

#main .comImgBox .textBox th {
	width: 26.5%;
	font-size: 1.7rem;
}

#main .comImgBox .textBox td {
	padding: 11px 10px 12px 0;
	width: 73.5%;
	font-size: 1.6rem;
}

#main .comImgBox .textBox tr:nth-child(even) {
	background-color: #F7F4EE;
}  

#main .comImgBox .textBox tr:nth-child(odd) {
	background-color: #EBE7D7;
} 

@media all and (max-width: 767px) {
	#main .comImgBox .photoBox {
		padding-bottom: 20px;
		width: auto;
		float: none;
	}
	
	#main .comImgBox .photoBox dl {
		margin-right: 0;
		font-size: 1.8rem;
		text-align: left;
		display: flex;
		justify-content: center;
		overflow: inherit;
	}
	
	#main .comImgBox .photoBox dt {
		width: auto;
		float: none;
	}
	
	#main .comImgBox .photoBox dd {
		padding: 0 5px;
	}
	
	#main .comImgBox .photoBox dd span {
		font-size: 1.3rem;
	}
	
	#main .comImgBox .photoBox dd span span {
		font-size: 1rem;
	}
	
	#main .comImgBox .photoBox .photo {
		margin: 0 auto;
		width: 60%;
		text-align: center;
	}
	
	#main .comImgBox .textBox {
		width: auto;
		float: none;
	}
	
	#main .comImgBox .textBox .text,
	#main .comImgBox .textBox .ph {
		margin-left: 0;
	}
	
	
	#main .comImgBox .textBox ul {
		margin: 0 0 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	#main .comImgBox .textBox li {
		margin: 2px;
		padding: 3px;
		min-width: 92px;
		font-size: 1.2rem;
	}
	
	#main .comImgBox .textBox th, 
	#main .comImgBox .textBox td {
		padding: 10px 0;
		font-size: 1.3rem;
	}
	
	#main .comImgBox .textBox th {
		padding: 10px;
		width: 32%;
	}
	
	#main .comImgBox .textBox td {
		width: 68%;
	}
}

@media all and (max-width: 374px) {
	#main .comImgBox .photoBox {
		margin: 0 -10px 20px;
	}
	
	#main .comImgBox .photoBox dl {
		font-size: 1.2rem;
	}
	
	#main .comImgBox .photoBox dd {
		padding: 0 3px 5px;
	}
	
	#main .comImgBox .photoBox dd span {
		font-size: 1.2rem;
	}
	
	#main .comImgBox .photoBox dd span span {
		font-size: 0.95rem;
	}
	
	
	
}