@media screen and (max-width: 999px){
.l-nav__item{border-bottom:1px solid #0d482c}
}
.l-nav__link{color:rgba(255,255,255,.6);font-size:2.2rem;font-weight:500;letter-spacing:.2em}
.c-visual__bgimg__ttl--kotogatari,.c-visual__bgimg__ttl--news{width:50%;max-width:296px}

@media screen and (min-width:1000px){
.p-about__sec2__box2__ttl{color:#D6AF3C;font-size:2rem;letter-spacing: .2rem;}
.p-about__sec2__box2__ttl{color:#D6AF3C;font-size:2rem;letter-spacing: .2rem;}
.p-contact__form__ttl{letter-spacing: 0.5rem;text-align:center;font-size:4.1rem;font-weight:300}
.p-contact__form__lead{letter-spacing: 0.5rem;text-align:center;margin-top:40px;font-size:1.8rem;line-height:2}
}
@media screen and (max-width:999px){
.p-contact__form__lead{margin-top:20px;font-size:1.5rem;line-height:2}
.p-home__access__parking__txt{margin-top:20px;text-align:center;}
}
@media screen and (min-width:1000px){
.p-bento__header__lead{font-size:2.4rem;margin-left:6%;margin-top:20px;line-height:2.2}
}
@media screen and (max-width:999px){
.slick-dots li{width:8px !important;height:8px !important;}
}

.p-rooms__sec2__seet {padding: 25px 35px 35px;}


.p-rooms__sec2__seet__txt {letter-spacing: 0.2rem;}
.p-cuisine__sec.p-cuisine__sec--table {
    padding-bottom: 140px;
    max-width: 1490px;
    margin-left: auto;
    margin-right: auto;
}
/* 料理料金 h2 css */
.h2-fee__ttl {
  position: relative;
  text-align: center;
    font-size: 1.5em;
    letter-spacing: .3em;
}

.h2-fee__ttl:before, 
.h2-fee__ttl:after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  width: 30%;
  height: 6px;
  border-top: solid 1px #125736;
  border-bottom: solid 1px #125736;
}

.h2-fee__ttl:before {
  left: 0;
}

.h2-fee__ttl:after {
  right: 0;
}

/* 料理料金table css */
.p-fee__tbl {
    margin-top: 30px;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    border-spacing: 0;
  }

/* 料理料金table セル背景色 css */
.p-fee__tbl tr:nth-child(odd){
  background:#FBF7EE;
}

.p-fee__tbl tr:nth-child(1){
  background: none;
}

/* 料理料金table 縦罫線 css */
.p-fee__tbl_th {
    padding: 10px;
    border-right: solid 1px #125736;
    width: 33%;
  }

.p-fee__tbl th:last-child {
  /* 最後の要素は線を引かない */
    border-right: none;
  }

.p-fee__tbl_td {
    padding: 10px;
    border-right: solid 1px #125736; 
    width: 33%;
  }

.p-fee__tbl td:last-child {
  /* 最後の要素は線を引かない */
  border-right: none;
  }
@media screen and (max-width: 999px){
.p-about .c-visual__ttl_v__item { width: 80%;}
.p-rooms .c-visual__ttl_v__item { width: 75%;}
}
@media screen and (min-width: 1000px){
.p-home__news__list {
    margin-right: auto;
    margin-left: auto;
}
/* 料理料金table css */
.p-fee__tbl {

  }
}

/* オンラインショップ css */
@media screen and (min-width: 1000px) {
	.p-home__news {
		padding-bottom:60px !important;
	}
}
section.online {
	margin-bottom: 60px;
}
.online {
	text-align: center;
}
.online img {
	width:250px;
}
