@charset "utf-8";

/*  mainImg
/* ------------------------------------------------------------------------ */
@media (max-width:767px) {
.mainImg p img{
	width: 100%;
}
}


/*  topBlock
/* ------------------------------------------------------------------------ */
.topBlock{
	background: url(../img/bg_001.jpg) repeat 0 0;
	width: 1050px;
	margin: 30px auto 0;
	padding: 0 60px 40px;
	overflow: hidden;
}

.topBlock h3{
	text-align: center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 34px;
	line-height: 1.3;
	font-weight: normal;
	padding: 35px 0 0 0;
	margin: 30px 0 0 0;
	position: relative;
	display: inline-block;
}

.topBlock h3:before{
	content: "";
	background: url("../img/bg_002.png") no-repeat 0 0;
	width: 111px;
	height: 91px;
	display: block;
	position: absolute;
	top: 35px;
	left: -120px;
}

.topBlock h3:after{
	content: "";
	background: url("../img/bg_003.png") no-repeat 0 0;
	width: 100px;
	height: 91px;
	display: block;
	position: absolute;
	top: 35px;
	right: -100px;
}

.topBlock .topBox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 10px 0 0 0;
}

.topBlock .topBox .topTxtBox{
	width: 670px;
}

.topBlock .topBox .topTxtBox .topTitle{
	text-align: left;
	color: #870309;
	font-size: 22px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: #333 1px dotted;
	line-height: 1.4;
}

.topBlock .topBox .topTxtBox .topTitle span{
	font-size: 50px;
	font-style:oblique;
	margin: 0 10px 0 0;
}

.topBlock .topBox .topTxtBox .txt{
	text-align: left;
	font-size: 18px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	margin: 10px 0 0 0;
}

@media (max-width:767px) {
.topBlock{
	width: 100%;
	margin: 20px auto 0;
	padding: 0 15px 20px;
}

.topBlock h3{
	font-size: 20px;
	margin-top: 30px;
	padding-top: 0;
}

.topBlock h3 br{
	display: inline-block;
}

.topBlock h3:before{
	content: "";
	background: url("../img/bg_002.png") no-repeat 0 0;
	background-size: 80px;
	top: 35px;
	left: -80px;
}

.topBlock h3:after{
	content: "";
	background: url("../img/bg_003.png") no-repeat 0 0;
	background-size: 80px;
	top: 35px;
	right: -100px;
}

.topBlock .topBox{
	margin: 10px 0 0 0;
}

.topBlock .topBox .pic{
	width: 28%;
}

.topBlock .topBox .pic img{
	width: 100%;
}

.topBlock .topBox .topTxtBox{
	width: 68%;
}

.topBlock .topBox .topTxtBox .topTitle{
	font-size: 16px;
	line-height: 1.4;
	padding-bottom: 5px;
}

.topBlock .topBox .topTxtBox .topTitle span{
	font-size: 30px;
	font-style:oblique;
	margin: 0 10px 0 0;
	line-height: 1;
}

.topBlock .topBox .topTxtBox .txt{
	text-align: left;
	font-size: 13px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.6;
	margin: 5px 0 0 0;
}
}


/*  txtBlock
/* ------------------------------------------------------------------------ */
.txtBlock{
	margin-top: 20px;
}


/*  itemBox
/* ------------------------------------------------------------------------ */
.itemBox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

.itemBox .box{
	width: 515px;
	padding: 20px;
	margin: 30px 0 0 0;
	background: url(../img/bg_001.jpg) repeat 0 0;
}

.itemBox .box:first-child,
.itemBox .box:nth-child(2){
	margin-top: 10px;
}

.itemBox .box .titleBox .txt{
	color: #870309;
	text-align: center;
	font-size: 16px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0;
	line-height: 1.5;
}

.itemBox .box .titleBox .title{
	color: #870309;
	text-align: center;
	font-size: 24px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	line-height: 1.4;
	margin: 3px 0 0 0;
}

.itemBox .box .catch{
	margin: 12px 0 0 0;
}

.itemBox .box .txt2{
	text-align: left;
	margin: 20px 10px 0;
}

.itemBox .box .boxBottom{
	margin: 15px 0 0 0;
	background: #fff;
	padding: 20px;
}

.itemBox .box .boxBottom .iconUl{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.itemBox .box .boxBottom .iconUl li{
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	text-align: left;
	margin: 10px 10px 0 0;
}

.itemBox .box .boxBottom .title2{
	text-align: left;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 10px 0 0 0;
}

.itemBox .box .boxBottom .price{
	color: #8e0000;
	font-size: 15px;
	text-align: left;
}

.itemBox .box .boxBottom .btnBox{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 7px 0 0 0;
}

.itemBox .box .boxBottom .btnBox .btn a,
.itemBox .box .boxBottom .btnBox .btn button{
	transition: 0.3s linear;
	display: block;
	background: #64481f;
	color: #fff;
	width: 210px;
	padding: 10px 0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	line-height: inherit;
	border: none;
	cursor: pointer;
}

.itemBox .box .boxBottom .btnBox .btn.btn2 a,
.itemBox .box .boxBottom .btnBox .btn.btn2 button{
	background: #8e0000;
}

.itemBox .box .boxBottom .btnBox .btn a:hover,
.itemBox .box .boxBottom .btnBox .btn button:hover{
	opacity: 0.7;
	text-decoration: none;
}

.itemBox .box .boxBottom .btnBox .btn a[disabled],
.itemBox .box .boxBottom .btnBox .btn a[disabled]:hover {
	opacity: 1;
	cursor: default;
	background: #999;
	width: 100%;
}

.itemBox .box .boxBottom .btnBox .btn.btn2 dl {
	display: none;
}

@media (max-width:767px) {
.itemBox{
	display: block;
}

.itemBox .box{
	background-size: 50%;
}

.itemBox .box:first-child,
.itemBox .box:nth-child(2),
.itemBox .box{
	width: 100%;
	padding: 20px;
	margin: 20px 0 0 0;
}

.itemBox .box .titleBox{
	min-height: auto!important;
}

.itemBox .box .titleBox .txt{
	font-size: 15px;
}

.itemBox .box .titleBox .title{
	font-size: 20px;
}

.itemBox .box .catch{
	margin: 15px auto 0;
	width: 246px;
}

.itemBox .box .catch img{
	width: 100%;
}

.itemBox .box .txt2{
	text-align: left;
	margin: 18px 0 0;
	min-height: auto!important;
}

.itemBox .box .boxBottom .iconUl li{
	padding: 0 7px;
	font-size: 12px;
	margin: 5px 5px 0 0;
}

.itemBox .box .boxBottom .title2{
	font-size: 16px;
	line-height: 1.4;
}

.itemBox .box .boxBottom .price{
	font-size: 14px;
	margin: 2px 0 0 0;
}

.itemBox .box .boxBottom .btnBox{
	margin: 7px 0 0 0;
}

.itemBox .box .boxBottom .btnBox .btn{
	width: 48%;
}

.itemBox .box .boxBottom .btnBox .btn a,
.itemBox .box .boxBottom .btnBox .btn button{
	width: 100%;
	line-height: 1.3;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.itemBox .box .boxBottom .btnBox .btn a:hover,
.itemBox .box .boxBottom .btnBox .btn button:hover{
	opacity: 1;
}

.itemBox .box .boxBottom .btnBox .btn a span,
.itemBox .box .boxBottom .btnBox .btn button span{
	/* display: table-cell;
	vertical-align: middle; */
}

.itemBox .box .boxBottom .btnBox .btn a[disabled] {
	width: 100%;
}
}


/*  otherBox
/* ------------------------------------------------------------------------ */
.otherBox{
	background: #f6ecd9;
	width: 1060px;
	margin: 50px auto 0;
	padding: 20px;
}

.otherBox .otherTitle{
	color: #5f3600;
	border-bottom: #333 1px dotted;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	padding-bottom: 5px;
}

.otherBox .inner.pc{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 800px;
	margin: 15px auto 0;
}

.otherBox .inner.pc .bnr a{
	transition: 0.3s linear;
}

.otherBox .inner.pc .bnr a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.otherBox .inner.pc .bnr a:hover img{
	opacity: 1;
}

.otherBox .inner.pc .bnr .title{
	background: #8e0000;
	color: #fff;
	padding: 5px 0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
}

@media (max-width:767px) {
.otherBox{
	width: 100%;
	margin: 30px 0 0 0;
}

.otherBox .otherTitle{
	line-height: 1.5;
	font-size: 17px;
}

.otherBox .inner.pc{
	display: none;
}

.otherBox .inner.sp .bnr{
	margin: 10px 0 0 0;
}

.otherBox .inner.sp .bnr img{
	width: 100%;
}
}