@charset "UTF-8";

* {
  border-collapse:collapse;
  border:none;
  border-spacing:0;
		margin: 0;
		padding: 0; 
}

/*#news h2{
	margin:41px 0 20px 0;
}*/

#news h2 {
	font-size:20px;
	line-height:120%;
	color:#3a0e00;
	border-bottom: solid 1px #dcdcd8;
	padding-bottom: 10px;
 margin-top: 40px;
	/*font-family:"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝", YuMincho, HiraKakuProN-W3,"ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	position: relative;
}

#news h2:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100px;
  border-bottom: 1px solid #dfcf00;
		padding-bottom: 10px;
}

#news .newsBox {
 width: 650px;
 margin: 0 auto;
 padding-top: 50px;
 font-size: 14px;
 line-height: 1.8;
}

#news .newsBox dl.news20190614 {
    display: flex;
    flex-wrap: wrap;
    width: 650px;
}

#news .newsBox dl.news20190614 dt {
width: 25%;
 color: #d40000;
}

#news .newsBox dl.news20190614 dd {
width: 75%;
 color: #d40000;
}

#news .newsBox dl.news20190614 dt.txtblack, 
#news .newsBox dl.news20190614 dd.txtblack {
 color: #000000;
}


#news .newsBox h3 {
 font-size: 24px;
 line-height: 1.4;
 margin-bottom: 70px;
}

#news .newsBox h3 .date {
 font-size: 14px;
 display: block;
 padding-bottom: 5px;
}
#news .newsBox h4 {
    font-size: 20px;
    line-height: 1.5;
    margin: 50px 0 30px 0;
}
#news .newsBox h5 {
    font-size: 16px;
    line-height: 1.5;
    margin: 50px 0 30px 0;
 border-bottom: solid 1px #000000;
 padding-bottom: 5px;
}

#news .newsBox p {
 font-size: 14px;
 line-height: 1.8;
}

#news .newsBox a {
    color: #991313;
    text-decoration: underline;
}
#news .newsBox a:hover {
    color: #991313;
    text-decoration: none;
}

#news .newsBox .txtred {
 color: #d40000;
}

#news .newsBox .indent_0527 {
 padding-left:5em;
text-indent:-5em;
 display: inline-block;
}

#news .bold {
 font-weight: bold;
}

#news .newsBox .subtitle_red { /*20191209追記*/
 display: inline-block;
 background-color: #d40000;
 color: #FFFFFF;
 padding: 3px 10px 2px 10px;
 margin-bottom: 5px;
 font-weight: bold;
}

#news .newsBox img {
    text-align: center;
    width: 100%;
    margin: 20px auto 5px auto;
    display: block;
}
#news .newsBox .img_70 {
    text-align: center;
    width: 70%;
    margin: 20px auto 5px auto;
    display: block;
}
#news .newsBox .img_small {
    text-align: center;
    width: 74%;
    margin: 20px auto 5px auto;
    display: block;
}

#news .newsBox #data_2col { /*20191227追記*/
display: flex;
flex-wrap: wrap;
width: 650px;
font-size: 14px;
line-height: 1.8;
}
#news .newsBox #data_2col dt {/*20191227追記*/
 width: 11%;
}
#news .newsBox #data_2col dd::before{
  content: "："
}
#news .newsBox #data_2col dd {/*20191227追記*/
 width: 86%;
padding-left:1em;
text-indent:-1em;
}


#news .newsBox .subtitle_red { /*20191209追記*/
 display: inline-block;
 background-color: #d40000;
 color: #FFFFFF;
 padding: 3px 10px 2px 10px;
 margin-bottom: 5px;
 font-weight: bold;
}

#news .newsBox #title{
 text-align: center;
 border-bottom: 1px solid #000000;
 border-top: 1px solid #000000;
 padding: 6px 0 5px 0;
 margin-bottom: 15px;
}

#news .newsBox #netshop{
 margin-bottom: 40px;
}
#news .newsBox #netshop .title{
 text-align: center;
 border-bottom: 1px solid #000000;
 border-top: 1px solid #000000;
 padding: 6px 0 5px 0;
 margin-bottom: 15px;
}



#news .newsBox .product_name {/*20201201追記*/
 font-size: 14px;
 line-height: 1.5;
 padding-left: 1em;
 text-indent: -1em;
 margin: 0;
 font-family: 'Noto Sans JP', sans-serif;
font-weight: normal;
}

#news .newsBox .howto_reserve {
 border-top: solid 1px #991313;
 border-bottom: solid 1px #991313;
 color:#991313;
 text-align: center;
 margin: 50px 0 20px 0;
 line-height: 1.8;
 padding: 3px 0 5px 0;
 display: block;
 font-size: 16px;
}

#news .newsBox .reserve {
margin-bottom: 20px;
}
#news .newsBox .reserve .ttl {
 background-color: #991313;
 color: #FFFFFF;
 display: inline-block;
 text-align: center;
 padding: 0 10px;
 margin-bottom: 5px;
 width: 110px;
}

#news .newsBox .reserve .txt-atn{
 color: #991313;
}

#news .newsBox #qr {
 margin: 40px 0 0 0;
}

#news .newsBox #qr ul {
 display: -webkit-flex;
 display: flex;
 -webkit-justify-content: space-between;
 justify-content: space-between;
}
#news .newsBox #qr ul li {
 width: 48%;
 text-align: center;
}
#news .newsBox #qr ul li img {
 width: 122px;
}
#news .newsBox #qr ul li p{
margin-top: 5px;
}
#news .newsBox .title_0405 {
 color: #d40000;
 border: solid 1px #d40000;
 padding: 10px 10px 8px 10px;
 display: block;
 margin-bottom: 15px;
 text-align: center;
 font-family: 'Noto Serif JP', serif;
 font-size: 16px;
 line-height: 1.3;
}


.mb10{ margin-bottom: 10px !important; }
.mb15{ margin-bottom: 15px !important; }
.mb20{ margin-bottom: 20px !important; }
.mb25{ margin-bottom: 25px !important; }
.mb30{ margin-bottom: 30px !important; }
.mb35{ margin-bottom: 35px !important; }
.mb40{ margin-bottom: 40px !important; }
.mb45{ margin-bottom: 45px !important; }
.mb50{ margin-bottom: 50px !important; }
.mb55{ margin-bottom: 55px !important; }
.mb60{ margin-bottom: 60px !important; }
.mb65{ margin-bottom: 65px !important; }
.mb70{ margin-bottom: 70px !important; }
.mb75{ margin-bottom: 75px !important; }
.mb80{ margin-bottom: 80px !important; }

.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt35{ margin-top: 35px !important; }
.mt40{ margin-top: 40px !important; }
.mt45{ margin-top: 45px !important; }
.mt50{ margin-top: 50px !important; }
.mt55{ margin-top: 55px !important; }
.mt60{ margin-top: 60px !important; }
.mt65{ margin-top: 65px !important; }
.mt70{ margin-top: 70px !important; }
.mt75{ margin-top: 75px !important; }
.mt80{ margin-top: 80px !important; }

.ml5 { margin-left:  5px !important; }
.ml10{ margin-left: 10px !important; }
.ml15{ margin-left: 15px !important; }
.ml20{ margin-left: 20px !important; }
.ml25{ margin-left: 25px !important; }
.ml30{ margin-left: 30px !important; }
.ml35{ margin-left: 35px !important; }
.ml40{ margin-left: 40px !important; }
.ml45{ margin-left: 45px !important; }
.ml50{ margin-left: 50px !important; }
.ml55{ margin-left: 55px !important; }
.ml60{ margin-left: 60px !important; }
.ml65{ margin-left: 65px !important; }
.ml70{ margin-left: 70px !important; }
.ml75{ margin-left: 75px !important; }
.ml80{ margin-left: 80px !important; }

.mr5 { margin-right:  5px !important; }
.mr10{ margin-right: 10px !important; }
.mr15{ margin-right: 15px !important; }
.mr20{ margin-right: 20px !important; }
.mr25{ margin-right: 25px !important; }
.mr30{ margin-right: 30px !important; }
.mr35{ margin-right: 35px !important; }
.mr40{ margin-right: 40px !important; }
.mr45{ margin-right: 45px !important; }
.mr50{ margin-right: 50px !important; }
.mr55{ margin-right: 55px !important; }
.mr60{ margin-right: 60px !important; }
.mr65{ margin-right: 65px !important; }
.mr70{ margin-right: 70px !important; }
.mr75{ margin-right: 75px !important; }
.mr80{ margin-right: 80px !important; }


.mt0{ margin-top:    0px !important;}
.ml0{ margin-left:   0px !important; }
.mr0{ margin-right:  0px !important; }
.mb0{ margin-bottom: 0px !important; }

.ft10{ font-size: 10rem; }
.ft12{ font-size: 12px; }
.ft14{ font-size: 14rem; }
.ft16{ font-size: 16rem; }
.ft18{ font-size: 18rem; }
.ft20{ font-size: 20rem; }


@media all and (max-width: 767px) {
 #news .newsBox {
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
 }
 #news .newsBox dl.news20190614 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
 }
 #news .newsBox h3 {
 font-size: 20px;
 line-height: 1.4;
 margin-bottom: 50px;
}
 #news .newsBox h4 {
  font-size: 18px;
  margin: 40px 0 20px 0;
 }
 #news .newsBox #data_2col { /*20191227追記*/
  width: 100%;
 }
 #news .newsBox #data_2col dt { /*20191227追記*/
  width: 20%;
 }
 #news .newsBox #data_2col dd { /*20191227追記*/
  width: 80%;
  box-sizing: border-box;
 }
 #news .newsBox img {
  width: 100%;
 }
 #news .newsBox .img_small {
   width: 100%;
}
}




