@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .topBox {
	padding: 15px 30px 22px;
	background-color: #e78f7b;
}
#main .topBox h2 {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 1.8px;
}
#main .topBox h2 .small {
	margin-top: 5px;
	padding: 1px 42px;
	display: inline-block;
	font-size: 1.34rem;
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
}
#main .topBox h2 .small span {
	font-size: 1.778rem;
	display: inline-block;
	letter-spacing: 3px;
}
#main .mainVisual {
    padding: 48px 10px 46px;
    font-weight: bold;
    background: url("../img/index/main_bg.jpg") no-repeat left top;
	background-size: cover;
    text-align: center;
}
#main .mainVisual .ttl {
    margin-bottom: 18px;
	font-size: 2.1rem;
	line-height: 1.5;
	letter-spacing: 4.5px;
}
#main .mainVisual .textImg {
	margin-bottom: 8px;
	text-align: center;
}
#main .mainVisual .textImg img {
	width: 296px;
}
#main .mainVisual p {
	font-size: 2.1rem;
	line-height: 1.58;
	letter-spacing: 2px;
}
#main .fact .bg {
    padding: 12px;
    background-color: #EAE9E9;
}
#main .fact .textBox {
	padding: 4px 5px 10px;
    font-size: 2.126rem;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
    text-align: center;
    background-color: #fdfbfc;
}
#main .fact .textBox span {
    display: block;
    font-size: 3.3rem;
}
#main .fact .listUl {
	position: relative;
}
#main .fact .listUl::before {
	margin-left: -13px;
	width: 26px;
	height: 15px;
	position: absolute;
	top: -3px;
	left: 50%;
	background: url(../img/index/fact_arrow.png) no-repeat left top;
	background-size: 26px auto;
	content: "";
}
#main .fact .listUl > li {
	padding: 5% 5% 5.4%;
	background: url(../img/index/fact_bg01.png) no-repeat center top;
	background-size: cover;
}
#main .fact .listUl > li:nth-child(2) {
	margin-top: -4%;
	padding: 10.8% 5% 7.5%;
	background-image: url(../img/index/fact_bg02.png)
}
#main .fact .listUl > li:nth-child(3) {
	margin-top: -4%;
	padding: 7.7% 5% 6.3%;
	background-image: url(../img/index/fact_bg03.png)
}
#main .fact .listUl .flexBox {
	margin: 0 auto;
	padding-left: 13px;
	max-width: 320px;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
#main .fact .listUl > li:nth-child(2) .flexBox {
	padding: 0 13px 0 36px;
}
#main .fact .listUl .flexBox h2 {
	margin-top: 1px;
	width: 40px;
}
#main .fact .listUl > li:nth-child(2) .flexBox h2 {
	margin-top: -13px;
	order: 3;
}
#main .fact .textUl {
	margin-left: 44px;
	flex: 1;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.57;
	font-weight: bold;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}
#main .fact .listUl > li:nth-child(2) .textUl {
	margin: 0 20px 0 0;
}
#main .fact .textUl li {
	margin-bottom: 14px;
	position: relative;
}
#main .fact .listUl > li:nth-child(2) .textUl li {
	margin-bottom: 6px;
}
#main .fact .listUl > li:nth-child(3) .textUl li {
	margin-bottom: 6px;
}
#main .fact .textUl li:last-child {
	margin-bottom: 0;
}
#main .fact .textUl li::before {
	width: 15px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: -22px;
	background: url(../img/index/icon01.png) no-repeat left top;
	background-size: 15px auto;
	content: "";
}
#main .traditional {
	padding-top: 38px;
    text-align: center;
    background-color: #FBFFFF;
}
#main .traditional h2 {
    margin-bottom: 10px;
    color: #a1924c;
    font-size: 2.5rem;
    line-height: 1.5;
}
#main .traditional p {
    margin-bottom: 5px;
    font-size: 1.4rem;
	font-weight: bold;
    line-height: 1.8;
}
#main .reasons {
    padding: 43px 0 50px;
    background-color: #F4F0E5;
}
#main .reasons .imgBox {
    margin-bottom: 50px;
}
#main .reasons .photoBox {
    width: 100%;
    float: right;
}
#main .reasons .photoBox img {
    width: 100%;
}
#main .reasons .textBox {
    margin-top: -33px;
    padding: 21px 24px 24px;
    width: 93.4%;
    float: right;
    background-color: rgba(255,255,255,0.95);
    box-sizing: border-box;
   box-shadow: 3px 1px 13px -8px #140E02;
}
#main .reasons .textBox p {
    font-size: 1.4rem;
    letter-spacing: 1.2px;
    line-height: 1.58;
}
#main .reasons .textBox span {
    color: #e88f7b;
    font-weight: 600;
}
#main .reasons .imgBox:nth-child(2n+1) .textBox {
    float: left;
    box-shadow: -3px 1px 13px -8px #140E02;
}
#main .reasons .imgBox:last-child {
    margin-bottom: 0;
}
#main .promises {
    padding: 33px 0 45px;
    background: url("../img/index/promises_bg.jpg") no-repeat left top / cover;
}
#main .promises li {
    margin-bottom: 33px;
}
#main .promises li:last-child {
    margin-bottom: 0;
}
#main .promises .headLine01 {
    margin-bottom: 31px;
    font-size: 2.6rem;
}
#main .promises .headLine01 img {
    margin: 6px 2px 0 9px;
	width: 86px;
}
#main .promises .photo {
    margin: 0 auto 10px;
    width: 60%;
	text-align: center;
}
#main .promises .text {
    color: #5e4e48;
    font-size: 1.5rem;
    text-align: center;
}
#main .promises .text .headLine03 img {
    margin: 4px 1px 0 2px;
    width: 74px;
}
#main .greeting {
    padding: 48px 25px 42px;
}
#main .greeting .headLine01 {
    margin-bottom: 22px;
}
#main .greeting .imgBox {
    margin: 0 auto 16px;
    width: 100%;
    display: flex;
	align-items: center;
	background-color: #E78F7B;
}
#main .greeting .photoBox {
    width: 55.3%;
}
#main .greeting .photoBox img {
    width: 100%;
}
#main .greeting .textBox {
    flex: 1;
    color: #fff;
    padding: 10px 26px;
    box-sizing: border-box;
}
#main .greeting .textBox img {
    margin: 1px 3px 0 -8px;
    width: 45px;
}
#main .greeting .textBox p {
    margin-top: -1px;
    font-size: 2rem;
}
#main .greeting .textBox p span {
    display: block;
    font-size: 0.8rem;
}
#main .greeting p {
    margin-bottom: 11px;
    letter-spacing: 1.2px;
    line-height: 1.5;
}
#main .greeting p:last-child {
    margin-bottom: 0;
}
#main .flow {
    padding: 36px 25px 28px;
    background-color: #F3F3F3;
}
#main .flow ul {
    margin-top: -29px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main .flow li {
    margin-top: 29px;
    width: 47.7%;
}
#main .flow .img {
    margin-bottom: 12px;
}
#main .flow .img img {
    width: 100%;
}
#main .flow .txt .title {
    margin-bottom: 3px;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
    letter-spacing: -0.5px;
    line-height: 1.1;
}
#main .flow .txt .title span {
    margin-right: 10px;
    font-size: 2.2rem;
    vertical-align: -2px;
}
#main .flow .txt p {
    font-size: 1.3rem;
    line-height: 1.6;
	text-align: justify;
	letter-spacing: -1px;
}
#main .flow .txt p .size {
	display: block;
	font-size: 1.2rem;
}
#main .flow .txt .btn {
    margin-top: 11px;
    width: 98.6%;
    background-color: #921211;
}
#main .flow .txt .btn a {
    padding: 7px 0 6px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.8px;
    text-align: center;
}
#main .priceBox {
	margin-bottom: 73px;
	padding: 34px 25px 0;
}
#main .priceBox .headLine01 {
	margin-bottom: 34px;
}
#main .priceBox p,
#main .priceBox ul {
	font-size: 1.5rem;
	line-height: 1.33;
	letter-spacing: 2px;
}
#main .priceBox h3 {
	margin-bottom: 14px;
	padding-bottom: 3px;
	font-size: 2rem;
	letter-spacing: 2px;
	border-bottom: 1px solid #5e4e48;
}
#main .priceBox .priceList {
	margin-top: 10px;
	letter-spacing: 0;
	line-height: 1.4rem;
}
#main .priceBox .priceList li {
	margin-bottom: 10px;
	padding-top: 3px;
	display: flex;
	background: url(../img/index/line.png) repeat-x left center;
	background-size: 10px auto;
	justify-content: space-between;
}
#main .priceBox .priceList li:last-child {
	margin-bottom: 0;
}
#main .priceBox .priceList span {
	display: inline-block;
	background-color: #fff;
}
#main .priceBox .priceList .ttl {
	padding-right: 10px;
}
#main .priceBox .priceList .num {
	padding-left: 6px;
	width: 70px;
	letter-spacing: -0.5px;
	box-sizing: border-box;
}
#main .priceBox .priceList .num span {
	font-size: 1.2rem;
}
#main .priceBox .priceList + h3 {
	margin-top: 30px;
}
#main .priceBox .notes {
	margin-top: 15px;
	font-size: 1.2rem;
	text-align: right;
	letter-spacing: 0;
}
#main .activityBox {
	padding: 41px 25px 45px;
	background-color: #f8e0dc;
}
#main .activityBox .comBox {
	max-width: 500px;
}
#main .activityBox h2 {
	margin: 0 -10px;
	font-size: 2.25rem;
	text-align: center;
	line-height: 1.37;
}
#main .activityBox h2 span {
	padding: 14px 18px 24px;
	display: inline-block;
	border-top: 1px solid #5E4E48;
	border-bottom: 1px solid #5E4E48;
}
#main .activityBox h2 img {
	display: inline-block;
	vertical-align: middle;
}
#main .activityBox .subTitle {
	margin-bottom: 17px;
	font-size: 1.2rem;
	text-align: center;
}
#main .activityBox .subTitle span {
	display: inline-block;
}
#main .activityBox .subTitle > span {
	margin-top: -16px;
	padding: 6px 5px;
	min-width: 180px;
	color: #fff;
	display: inline-block;
	background-color: #921212;
	box-sizing: border-box;
	line-height: 1;
	vertical-align: top;
	position: relative;
}
#main .activityBox .subTitle > span span {
	font-size: 1.4rem;	
}
#main .activityBox .subTitle > span::before,
#main .activityBox .subTitle > span::after {
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -8px;
	background: url(../img/index/icon02.png) no-repeat left top;
	background-size: 10px 100%;
	content: "";
}
#main .activityBox .subTitle > span::after {
	left: auto;
	right: -8px;
	background-image: url(../img/index/icon03.png) 
}
#main .activityBox .centerTxt {
	margin-bottom: 16px;
	font-size: 1.75rem;
	font-weight: bold;
}
#main .activityBox .notesTxt {
	padding: 13px 8px 11px;
	text-align: center;
	font-size: 1.25rem;
	background-color: #fff;
	line-height: 1.65;
}
#main .activityBox .priceUl {
	margin: 0 auto 21px;
	max-width: 375px;
	display: flex;
	font-size: 1.43rem;
	text-align: center;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 1px;
	justify-content: space-between;
	position: relative;
}
#main .activityBox .priceUl::before {
	margin: -8px 0 0 -36px;
	width: 10px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/index/arrow.png) no-repeat left top;
	background-size: 10px auto;
	content: "";
}
#main .activityBox .priceUl .num {
	margin-top: 4px;
	font-size: 1.65rem;
	display: block;
}
#main .activityBox .priceUl .num .size {
	font-size: 2.2rem;
}
#main .activityBox .priceUl .num span {
	font-size: 1.1rem;
}
#main .activityBox .priceUl .col {
	color: #921212;
	font-size: 2.71rem;
	letter-spacing: -1px;
}
#main .activityBox .priceUl .col .num {
	font-size: 4rem;
	display: inline-block;
}
#main .activityBox .priceUl .col .size {
	font-size: 1.65rem;
}
#main .activityBox .priceUl li {
	position: relative;
}
#main .activityBox .priceUl li:first-child::before {
	width: 113px;
	height: 1px;
	position: absolute;
	top: 24px;
	left: 0;
	transform: rotate(-15deg);
	background-color: #5e4e48;
	content: "";
}
#main .reservationBox {
	padding: 46px 25px 56px;
	text-align: center;
}
#main .reservationBox .telTxt {
	margin-bottom: 6px;
	font-size: 3rem;
}
#main .reservationBox .telTxt span {
	margin-top: -3px;
	font-size: 1.4rem;
	display: block;
}
#main .reservationBox .headLine01 {
	margin-bottom: 7px;
}
#main .reservationBox .emailTxt {
	margin-bottom: 13px;
	font-size: 1.55rem;
}
#main .reservationBox .centerTxt {
	margin: 0 -10px 27px;
	line-height: 1.58;
}
#main .resFlow {
	padding: 56px 25px 49px;
	background-color: #f5f5f5;
}
#main .resFlow .headLine01 {
	 margin-bottom: 26px;
}
#main .resFlow .listUl {
	margin: 0 auto;
	max-width: 400px;
}
#main .resFlow .listUl li {
	margin-bottom: 54px;
}
#main .resFlow .listUl li:last-child {
	margin-bottom: 0;
}
#main .resFlow .flexBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .resFlow .flexBox .photo {
	width: 153px;
}
#main .resFlow .flexBox .textBox {
	margin-left: 20px;
	flex: 1;
	text-align: center;
}
#main .resFlow .flexBox .textBox p {
	margin: 0 -15px;
}
#main .resFlow .flexBox h3 {
	margin-bottom: 11px;
}
#main .resFlow .flexBox h3 img {
	width: 77px;
}
#main .resFlow .flexBoxR .photo {
	order: 3;
}
#main .resFlow .flexBoxR .textBox {
	margin: 0 20px 0 0;
}
@media all and (max-width: 374px) {
	#main .topBox {
		padding: 15px 15px 22px;
	}
	#main .topBox h2 {
		letter-spacing: 0;
		font-size: 1.9rem;
	}
	#main .mainVisual p {
		font-size: 1.8rem;
	}
	#main .reasons .textBox {
		padding: 21px 10px 24px;
		width: 96%;
	}
	#main .priceBox {
		padding: 50px 15px 0;
	}
	#main .activityBox {
		padding: 41px 15px 45px;
	}
	#main .activityBox h2 {
		font-size: 2rem;
	}
	#main .activityBox .priceUl .col .num {
		font-size: 3.3rem;
	}
	#main .activityBox .priceUl .col {
		font-size: 2.2rem;
	}
	#main .activityBox .priceUl .col .size {
		font-size: 1.4rem;
	}
	#main .activityBox .priceUl::before {
		margin: -8px 0 0 -23px;
	}
	#main .reservationBox {
		padding: 46px 15px 56px;
	}
	#main .reservationBox .centerTxt {
		margin: 0 -6px 28px;
	}
	#main .resFlow {
		padding: 56px 15px 49px;
	}
	#main .resFlow .flexBox .textBox {
		font-size: 1.3rem;
	}
	#main .resFlow .flexBox .photo {
		width: 120px;
	}
	#main .resFlow .flexBox h3 img {
		width: 60px;
	}
	#main .greeting {
		padding: 48px 15px 42px;
	}
	#main .flow {
		padding: 36px 15px 57px;
	}
	#main .fact .listUl > li:nth-child(2) {
		margin-top: -5%;
	}
	#main .fact .listUl > li:nth-child(3) {
		margin-top: -5%;
	}
	#main .greeting .photoBox {
		width: 50.3%;
	}
	#main .greeting .textBox {
		padding: 10px 22px;
	}
	#main .greeting .textBox p {
		font-size: 1.8rem;
	}
}