@charset "utf-8";

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

/*  txtBlock
/* ------------------------------------------------------------------------ */
.txtBlock{
	margin-top: 60px;
}
@media (max-width:767px) {
.txtBlock{
	margin-top: 40px;
}
}
/*  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 .iteminner{
	width: 518px;
	margin: 30px 0 0 0;
}

.itemBox .box{
padding: 10px 33px 20px;
    background: url(../img/bg.jpg) top center;
    position: relative;
}
.itemBox .box:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    background: url(../img/line.jpg) top center;
    top: 0;
    margin: 0 auto;
    right:0;
    left:0;
}
.itemBox .iteminner:first-child,
.itemBox .iteminner:nth-child(2){
	margin-top: 0px;
}
.itemBox .box .titleBox{
        padding: 16px 0px;
}
.itemBox .box .titleBox p{
font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.4px;
}
.itemBox .box .titleBox p span{
    font-size: 19px;
}
.itemBox .box .catch img{
	width: 100%;
}

.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: 192px;
	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;
}

.sub-title {
  text-align: center;
  background: #1a71b6;
  padding: 0.5em 0;
  width: 20%;
  margin: 60px auto 30px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

@media (max-width:767px) {
  .sub-title {
    font-size: 19px;
    margin: 40px auto 20px;
  }
.itemBox{
	display: block;
}

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

.itemBox .box .catch{
	margin: 0 auto 0;
}

.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%;
}
.itemBox .box .titleBox p span {
    font-size: 17px;
}
.itemBox .box .titleBox p {
    font-size: 19px;
}
.itemBox .box .titleBox {
    min-height: auto !important;
}
}

