@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
    margin: 0 auto;
    max-width: 900px;
	box-sizing: border-box;
}
/* headLine01 */
.headLine01 {
    margin-bottom: 28px;
    position: relative;
    color: #a1924c;
    font-size: 2.5rem;
    letter-spacing: 3.1px;
    line-height: 1.45;
    text-align: center;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
.headLine01 img {
    margin: 1px 2px 0 9px;
    width: 85px
}
.headLine01 span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.7px;
}
.headLine01 .num {
    display: inline-block;
    font-size: 3.1rem;
}
/* headLine02 */
.headLine02 {
    margin-bottom: 6px;
    color: #5e4e48;
    font-size: 2rem;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
    letter-spacing: 1.2px;
    line-height: 1.4;
}
@media all and (max-width: 374px) {
	.headLine02 {
		font-size: 1.9rem;
		letter-spacing: 0;
	}
}
/* headLine03 */
.headLine03 {
    margin-bottom: 7px;
    color: #5e4e48;
    font-size: 2rem;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
    text-align: center;
    letter-spacing: 2px;
}
.headLine03 span {
    margin-bottom: 11px;
    display: block;
    position: relative;
    font-size: 3.1rem;
    font-weight: 400;
}
.headLine03 span::after {
    margin-left: -13px;
    width: 26px;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    content: '';
    background-color: #5e4e48;
}
@media all and (max-width: 374px) {
	.headLine03 {
		letter-spacing: 0;
	}
}
/* centerTxt */
.centerTxt {
	text-align: center;
}
/* floatingBn */
.floatingBn {
	width: 100%;
	padding: 10px 4px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
}
.floatingBn p {
	margin-bottom: 4px;
	color: #5e4e48;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}
.floatingBn .column {
	margin: 0 auto;
	max-width: 400px;
	display: flex;
	justify-content: center;
}
.floatingBn a {
	display: block;
	margin: 0 4px;
}
.floatingBn a img {
	image-rendering: -webkit-optimize-contrast;
}