@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
#mainVisual {
  position: relative;
}
.mv_logo {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.main_slider{
  opacity: 0;
  transition: opacity .5s linear;
}
.main_slider.slick-initialized{
  opacity: 1;
}
.main_slider figure img {
  width: 100%;
  object-fit: cover
}
  @media screen and (max-width: 767px) {
    .mv_logo img {
      width: 33.33vw;
      height: auto;
    }
    .main_slider figure img {
      width: 100%;
      height: 130vw!important;
    }
  }

#index_news {
  background: #F4F3F2;
  padding: 80px 0 60px;
  margin-bottom: 110px;
}
.index_news_wrap {
  position: relative;
  padding: 0 14px;
  margin-bottom: 42px;
}
/*.index_news_wrap::after {
  position: absolute;
  right: 5px;
  top: 25px;
  content: "";
  width: 4px;
  height: 80px;
  border-radius: 2px;
  background: #DBC164;
}*/
.index_news_box {
  width: 576px;
  padding: 25px 15px;
  text-decoration: none;
  color: #000!important;
  border-bottom: solid 1px #DBC164;
}
.index_news_box:hover {
  color: #666!important;
}
.index_news_box figure {
  width: 140px;
}
.index_news_box figure img {
  width: 100%;
  height: auto;
}
.index_news_txt {
  width: 390px;
}
  @media screen and (max-width: 767px) {
    #index_news {
      padding: 13.33vw 0 16vw;
      margin-bottom: 16vw;
    }
    .index_news_wrap {
      padding: 3vw 2vw 0;
      margin-bottom: 9.33vw;
    }
    .index_news_wrap::after {
      display: none;
    }
    .index_news_box {
      width: 100%;
      padding: 5vw 0;
    }
    .index_news_box figure {
      width: 26%;
    }
    .index_news_txt {
      width: 70%;
    }
    #index_news .btn01 {
      padding: 0 2vw;
    }
  }

.index_menu_wrap {
  padding: 50px 0 40px;
}
.index_menu_box {
  display: block;
  position: relative;
  margin: 0 7px 50px;
  text-decoration: none;
  overflow: hidden;
}
.index_menu_box:nth-child(1) {
  margin-left: 0;
}
.index_menu_box:nth-child(3) {
  margin-right: 0;
}
.index_menu_box:nth-child(4),
.index_menu_box:nth-child(5) {
  margin-left: 25px;
  margin-right: 25px;
}
.index_menu_txt {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  text-align: center;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.index_menu_box:hover .index_menu_txt {
  opacity: 1;
  bottom: 0;
}
.index_menu_box img {
  width: 100%;
  height: auto;
}
.index_menu_box:hover img {
  opacity: 1!important;
}
.index_menu_txt dl {
  padding: 90px 20px 0;
}
.index_menu_txt dt {
  border-bottom: solid 1px #fff;
  font-size: 2rem;
  padding-bottom: 7px;
  width: 78%;
  margin: 0 auto 18px;
}
.index_menu_txt dd {
  font-size: 1.7rem;
  line-height: 2;
}
  @media screen and (max-width: 767px) {
    .index_menu_wrap {
      padding: 9.33vw 2vw;
    }
    .index_menu_box {
      margin: 0 0 9.33vw!important;
    }
    .index_menu_txt {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .index_menu_txt dl {
      width: 100%;
      padding: 0 4vw;
    }
    .index_menu_txt dt {
      font-size: 5vw;
      padding-bottom: 1.66vw;
      width: 78%;
      margin: 0 auto 4vw;
    }
    .index_menu_txt dd {
      font-size: 4.26vw;
    }
  }

/*下層コンポーネント*/
.lower_contents {
  padding: 80px 0 150px;
}
  @media screen and (max-width: 767px) {
    .lower_contents{
      padding: 13.33vw 0;
    }
  }

.box_contact {
  margin-top: 50px;
  padding-top: 28px;
  border-top: solid 1px #DBC164;
}
.box_contact dt {
  font-size: 3rem;
  margin-bottom: 12px;
}
.box_contact dt small {
  display: inline-block;
  margin-right: 20px;
  font-size: 2.4rem;
  padding-bottom: 3px;
}
  @media screen and (max-width: 767px) {
    .box_contact {
      margin-top: 5vw;
      padding-top: 6.66vw;
    }
    .box_contact dt {
      font-size: 6vw;
      margin-bottom: 4vw;
      line-height: 1.5;
    }
    .box_contact dt small {
      font-size: 5.33vw;
      margin: 0;
      display: block;
    }
    .box_contact dd {
      font-size: 4vw;
      letter-spacing: 0;
      line-height: 1.6;
    }
  }

/*----------------------------------------------------
  ランチメニュー lunch
--------------------------------------------------- */
#lunch_lead {
  padding-bottom: 30px;
  margin-bottom: 70px;
}
#lunch_lead h2 {
  position: relative;
  color: #dbc164;
  font-size: 2rem;
  padding-top: 36px;
  margin-bottom: 5px;
  line-height: 1.7;
}
#lunch_lead h2 span {
  position: absolute;
  left: 0;
  top: -48px;
  width: 100%;
  text-align: center;
}
#lunch_lead p {
  line-height: 1.9;
}
  @media screen and (max-width: 767px) {
    #lunch_lead {
      padding-bottom: 5.33vw;
      margin-bottom: 13.33vw;
    }
    #lunch_lead h2 {
      font-size: 4.4vw;
      padding-top: 6.66vw;
      margin-bottom: 2vw;
    }
    #lunch_lead h2 span {
      position: absolute;
      left: 0;
      top: -8vw;
      width: 100%;
      text-align: center;
    }
    #lunch_lead h2 span img {
      width: 15vw;
      height: auto;
    }
    #lunch_lead p {
      font-size: 3.73vw;
      line-height: 1.6;
    }
  }

.lunch_menu {
  position: relative;
  padding: 210px 0 60px;
  margin-bottom: 80px;
}
.lunch_menu .sub_ttl01 {
  position: absolute;
  left: 0;
  top: 85px;
}
#lunch01 {
  min-height: 1030px;
  background: url("../img/lunch/lunch01_bg.jpg") center top no-repeat;
  background-size: cover;
}
#lunch02 {
  min-height: 940px;
  background: url("../img/lunch/lunch02_bg.jpg") center top no-repeat;
  background-size: cover;
}
#lunch03 {
  min-height: 940px;
  background: url("../img/lunch/lunch03_bg.jpg") center top no-repeat;
  background-size: cover;
}
  @media screen and (max-width: 767px) {
    .lunch_menu {
      padding: 28.33vw 0 10.66vw;
      margin-bottom: 13.33vw;
    }
    .lunch_menu .sub_ttl01 {
      top: 10.66vw;
    }
    #lunch01 {
      min-height: auto;
      background: url("../img/lunch/lunch01_bg_sp.jpg") center top no-repeat;
      background-size: cover;
    }
    #lunch02 {
      min-height: auto;
      background: url("../img/lunch/lunch02_bg_sp.jpg") center top no-repeat;
      background-size: cover;
    }
    #lunch03 {
      min-height: auto;
      background: url("../img/lunch/lunch03_bg_sp.jpg") center top no-repeat;
      background-size: cover;
      padding-bottom: 5vw;
    }
    #lunch03 .topping_btn {
      display: none;
    }
  }

.lunch_menu_list {
  width: 920px;
  margin: 0 auto;
}
.lunch_menu_box {
  padding-bottom: 50px;
}
.lunch_menu_l {
  width: 490px;
}
.lunch_menu_l p {
  font-size: 1.7rem;
  line-height: 2;
}
.lunch_menu_l small {
  display: block;
  font-size: 1.4rem;
}
.lunch_menu_ttl {
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 25px;
}
.lunch_menu_ttl::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: url("../img/lunch/lunch_menu_ttl_bg.jpg") center center no-repeat;
  background-size: cover;
}
.lunch_menu_ttl strong {
  position: relative;
  z-index: 2;
  display: block;
  width: 990px;
  margin: 0 auto;
  padding: 8px 0;
}
.lunch_menu_r {
  text-align: right;
  width: 430px;
}
.lunch_menu_r li {
  font-size: 2rem;
  line-height: 1.5;
}
.lunch_menu_r li small {
  font-size: 1.4rem;
}
.lunch_menu_r p{
  font-size: 1.4rem;
  margin-top: 10px;
}
.lunch_menu_r span {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #d1141e;
}
  @media screen and (max-width: 767px) {
    .lunch_menu_list {
      width: 100%;
      padding: 0 1.66vw;
      -webkit-display: block;
      -moz-display: block;
      -ms-display: block;
      -o-display: block;
      display: block;
    }
    .lunch_menu_box {
      padding-bottom: 9.33vw;
      letter-spacing: 0.1vw;
    }
    .lunch_menu_l {
      width: 100%;
      margin-bottom: 2.33vw;
    }
    .lunch_menu_l p {
      font-size: 4.53vw;
      line-height: 1.5;
    }
    .lunch_menu_l small {
      font-size: 4vw;
    }
    .lunch_menu_ttl {
      font-size: 4.53vw;
      margin-bottom: 4.4vw;
      text-align: center;
    }
    .lunch_menu_ttl::after {
      width: 100%;
      height: 100%;
    }
    .lunch_menu_ttl strong {
      width: 100%;
      padding: 2vw 0;
    }
    .lunch_menu_r {
      width: 100%;
    }
    .lunch_menu_r li {
      font-size: 4.53vw;
      line-height: 1.5;
    }
    .lunch_menu_r li small {
      font-size: 3.2vw;
    }
    .lunch_menu_r p{
      font-size: 3.2vw;
      margin-top: 4vw;
    }
    .lunch_menu_r span {
      padding: 1.33vw 2.66vw;
    }
  }

.topping_btn {
  position: absolute;
  right: calc(50% - 540px);
  top: 62px;
  display: block;
  z-index: 2;
}
  @media screen and (max-width: 767px) {
    .topping_btn {
      position: static;
      text-align: center;
    }
    .topping_btn img {
      width: 35vw;
      height: auto;
    }
  }

/*トッピング*/
#topping {
  padding: 60px 0;
  margin-bottom: 80px;
}
.topping_wrap {
  position: relative;
}
.topping_wrap .sub_ttl01 {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
}
.topping_box {
  background: #fff;
  border: solid 1px #dbc164;
  padding: 145px 50px 40px;
}
.topping_lead {
  margin-bottom: 30px;
  font-size: 1.7rem;
}
.topping_menu dl {
  width: 280px;
  margin: 0 30px;
}
.topping_menu dt {
  margin-bottom: 12px;
}
.topping_menu dt img {
  width: 100%;
  height: auto;
}
.topping_menu dd h3 {
  font-weight: 500;
  font-size: 1.8rem;
}
.topping_menu dd {
  font-size: 1.7rem;
}
.topping_menu dd small {
  font-size: 1.4rem;
}
  @media screen and (max-width: 767px) {
    #topping {
      padding: 13.33vw 0;
      margin-bottom: 13.33vw;
    }
    .topping_wrap .sub_ttl01 {
      top: 10.66vw;
    }
    .topping_box {
      width: 96vw;
      margin: 0 auto;
      padding: 28vw 0 8vw;
    }
    .topping_lead {
      margin-bottom: 5vw;
      font-size: 4.53vw;
      line-height: 1.6;
    }
    .topping_menu dl {
      width: 50%;
      margin: 0;
      padding: 0 3.73vw;
    }
    .topping_menu dt {
      margin-bottom: 2vw;
    }
    .topping_menu dd h3 {
      font-size: 4.53vw;
    }
    .topping_menu dd {
      font-size: 4.53vw;
    }
    .topping_menu dd small {
      font-size: 3.73vw;
    }
  }

#lunch_other {
  background: url("../img/lunch/lunch_other_bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 80px 0 20px;
}
.lunch_other_wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 40px 0;
}
.lunch_other01 dl {
  width: 680px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
.lunch_other01 dd {
  text-align: right;
}
.lunch_other01 dd small {
  font-size: 1.4rem;
}
.lunch_other_box {
  width: 400px;
}
.lunch_other_box dl {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 22px;
}
.lunch_other_box dd {
  font-size: 1.7rem;
  text-align: right;
}
.lunch_other_box dd small {
  font-size: 1.4rem;
}
  @media screen and (max-width: 767px) {
    #lunch_other {
      background: url("../img/lunch/lunch_other_bg_sp.jpg") center top no-repeat;
      background-size: cover;
      padding: 13.33vw 0 2vw;
    }
    .lunch_other_wrap {
      max-width: 100%;
      padding: 5vw 2vw 8vw;
    }
    .lunch_other01 dl {
      width: 100%;
      font-size: 4.8vw;
      margin-bottom: 5vw;
    }
    .lunch_other01 dd {
      font-size: 4.53vw;
    }
    .lunch_other01 dd small {
      font-size: 3.2vw;
    }
    .lunch_other_box {
      width: 100%;
    }
    .lunch_other_box dl {
      font-size: 4.53vw;
      margin-bottom: 5.33vw;
    }
    .lunch_other_box dd {
      font-size: 4.53vw;
    }
    .lunch_other_box dd small {
      font-size: 3.2vw;
    }
  }

#lunch_info {
  padding-top: 50px;
}
#lunch_info p {
  margin-bottom: 30px;
}
#lunch_info dl {
  margin-bottom: 30px;
  font-weight: 600;
  border: solid 1px #DBC164;
  background: #F7F6F6;
  padding: 25px 50px;
}
#lunch_info dt {
  font-size: 1.8rem;
}
#lunch_info li {
  margin-bottom: 30px;
  text-indent: -17px;
  padding-left: 17px;
}
#lunch_info li:last-child {
  margin-bottom: 0;
}
  @media screen and (max-width: 767px) {
    #lunch_info {
      padding: 13.33vw 2vw 5vw;
      line-height: 1.6;
    }
    #lunch_info p {
      margin-bottom: 6.66vw;
    }
    #lunch_info dl {
      margin-bottom: 8vw;
      padding: 5vw 4vw;
    }
    #lunch_info dt {
      font-size: 4.53vw;
    }
    #lunch_info li {
      margin-bottom: 5vw;
      text-indent: -4vw;
      padding-left: 4vw;
      line-height: 1.5
    }
    #lunch_info li:last-child {
      margin-bottom: 0;
    }
  }

/*----------------------------------------------------
  ディナーメニュー dinner
--------------------------------------------------- */
#close {
  padding-bottom: 30px;
}
#close h2 {
  position: relative;
  color: #dbc164;
  font-size: 2rem;
  padding-top: 36px;
  margin-bottom: 5px;
}
#close h2 span {
  position: absolute;
  left: 0;
  top: -48px;
  width: 100%;
  text-align: center;
}
#close p {
  line-height: 1.9;
}
  @media screen and (max-width: 767px) {
    #close {
      padding-bottom: 5.33vw;
    }
    #close h2 {
      font-size: 4.4vw;
      padding-top: 6.66vw;
      margin-bottom: 2vw;
    }
    #close h2 span {
      position: absolute;
      left: 0;
      top: -8vw;
      width: 100%;
      text-align: center;
    }
    #close h2 span img {
      width: 15vw;
      height: auto;
    }
    #close p {
      font-size: 3.73vw;
      line-height: 1.6;
    }
  }

/*----------------------------------------------------
  スイーツメニュー sweets
--------------------------------------------------- */
.sweets_wrap {
  padding: 60px 0;
}
.sweets_inner {
  position: relative;
}
.sweets_inner .sub_ttl01 {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
}
.sweets_box {
  background: #fff;
  border: solid 1px #dbc164;
  padding: 195px 50px 50px;
}

.sweets_wrap figure {
  position: relative;
}
.sweets_wrap figure::after {
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #DBC164;
}
  @media screen and (max-width: 767px) {
    .sweets_wrap {
      padding: 13.33vw 0;
    }
    .sweets_inner {
      position: relative;
    }
    .sweets_inner .sub_ttl01 {
      position: absolute;
      left: 0;
      top: 10.66vw;
      z-index: 2;
    }
    .sweets_box {
      width: 96vw;
      margin: 0 auto;
      padding: 38vw 2vw 9.33vw;
    }
    .sweets_wrap figure::after {
      left: 4px;
      top: 4px;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
    }
  }

#sweets01 {
  margin-bottom: 80px;
}
.sweets01_box:first-child {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #DBC164;
}
.sweets01_box figure {
  width: 440px;
}
.sweets01_box figure img {
  width: 100%;
  height: auto;
}
.sweets01_txt {
  width: 490px;
}
.sweets01_txt dt {
  font-size: 2.2rem;
  margin-bottom: 5px;
}
.sweets01_txt dt small {
  font-size: 1.8rem;
}
.sweets01_txt dd {
  padding-left: 32px;
}
.sweets01_txt dd p {
  font-size: 1.7rem;
  line-height: 1.9;
  margin-bottom: 25px;
}
.sweets_price {
  font-size: 2rem;
  margin-bottom: 3px;
}
.sweets_price small {
  font-size: 1.4rem;
}
.sweets01_txt .ex_date {
  font-size: 1.4rem;
}
#sweets01 ul {
  line-height: 1.9;
  padding-top: 30px;
}
  @media screen and (max-width: 767px) {
    #sweets01 {
      margin-bottom: 13.33vw;
    }
    .sweets01_box:first-child {
      padding-bottom: 8vw;
      margin-bottom: 9.33vw;
    }
    .sweets01_box figure {
      width: 78vw;
      margin: 0 auto 3.73vw;
    }
    .sweets01_txt {
      width: 100%;
    }
    .sweets01_txt dt {
      font-size: 4.8vw;
      line-height: 1.5;
      margin-bottom: 2.33vw;
    }
    .sweets01_txt dt small {
      display: block;
      padding-left: 6.66vw;
      font-size: 4.53vw;
    }
    .sweets01_txt dd {
      padding-left: 0;
    }
    .sweets01_txt dd p {
      font-size: 4vw;
      letter-spacing: 0.1vw;
      line-height: 1.6;
      margin-bottom: 3.73vw;
    }
    .sweets_price {
      font-size: 4.53vw;
      margin-bottom: 0;
      letter-spacing: 0.1vw;
    }
    .sweets_price small {
      font-size: 3.2vw;
    }
    .sweets01_txt .ex_date {
      font-size: 3.2vw;
    }
    #sweets01 ul {
      line-height: 1.5;
      padding-top: 6vw;
      letter-spacing: 0.1vw;
    }
  }

.sweets02_box {
  width: 440px;
}
.sweets02_box figure img {
  width: 100%;
  height: auto;
}
.sweets02_txt dt {
  font-size: 2.2rem;
  padding: 14px 0 0;;
}
.sweets02_txt dd p {
  font-size: 1.7rem;
  line-height: 1.9;
}
.sweets02_txt .ex_date {
  color: #555;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.sweets02_txt .sweets_comment {
  font-size: 1.4rem;
}
  @media screen and (max-width: 767px) {
    .sweets02_box {
      width: 100%;
      margin-bottom: 9.33vw;
    }
    .sweets02_box figure {
      width: 85vw;
      margin: 0 auto 3.73vw;
    }
    .sweets02_txt dt {
      font-size: 4.8vw;
      padding: 0 0 1.33vw;
    }
    .sweets02_txt dd p {
      font-size: 4vw;
      line-height: 1.6;
      letter-spacing: 0.1vw;
    }
    .sweets02_txt .ex_date {
      font-size: 3.46vw;
      margin-bottom: 3vw;
    }
    .sweets02_txt .sweets_comment {
      font-size: 3.73vw;
      margin-top: 3vw;
    }
  }

/*----------------------------------------------------
  お弁当テイクアウト obento
--------------------------------------------------- */
#obento_reserve {
  padding-bottom: 30px;
  margin-bottom: 60px;
}
#obento_reserve h2 {
  position: relative;
  color: #dbc164;
  font-size: 2.2rem;
  padding-top: 36px;
  margin-bottom: 5px;
}
#obento_reserve h2 span {
  position: absolute;
  left: 0;
  top: -48px;
  width: 100%;
  text-align: center;
}
#obento_reserve h2 strong {
  font-weight: 500;
}
.obento_reserve_tel {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
  @media screen and (max-width: 767px) {
    #obento_reserve {
      padding-bottom: 5.33vw;
      margin-bottom: 13.33vw;
    }
    #obento_reserve h2 {
      font-size: 4.4vw;
      padding-top: 6.66vw;
      margin-bottom: 0;
    }
    #obento_reserve h2 span {
      position: absolute;
      left: 0;
      top: -8vw;
      width: 100%;
      text-align: center;
    }
    #obento_reserve h2 span img {
      width: 15vw;
      height: auto;
    }
    .obento_reserve_tel {
      font-size: 5.6vw;
      margin-bottom: 1vw;
    }
    #obento_reserve p {
      font-size: 3.73vw;
      line-height: 1.6;
    }
  }

.obento_wrap {
  padding: 60px 0;
  margin-bottom: 80px;
}
.obento_inner {
  position: relative;
}
.obento_inner .sub_ttl01 {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
}
.obento_menu {
  background: #fff;
  border: solid 1px #dbc164;
  padding: 150px 15px 0;
}
.obento_wrap figure img {
  width: 100%;
  height: auto;
}
.obento_box figure {
  position: relative;
}
.obento_box figure::after {
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #DBC164;
}
  @media screen and (max-width: 767px) {
    .obento_wrap {
      padding: 13.33vw 0;
      margin-bottom: 13.33vw;
    }
    .obento_inner .sub_ttl01 {
      top: 10.66vw;
    }
    .obento_menu {
      width: 96vw;
      margin: 0 auto;
      padding: 31.33vw 2vw 5.33vw;
    }
    .obento_box figure {
      width: 84vw;
      margin: 0 auto;
    }
    .obento_box figure::after {
      left: 4px;
      top: 4px;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
    }
  }

.obento_box dt {
  font-size: 2.2rem;
  padding: 7px 0 3px;
}
.obento_box dd {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}
.obento_box dd p {
  margin-bottom: 7px;
}
.obento_price li {
  line-height: 1.4;
  padding: 0 10px;
}
.obento_price li p {
  font-size: 1.8rem;
}
.obento_price li p small {
  font-size: 1.2rem;
}
.obento_price li span {
  font-size: 2rem;
}
.obento_price li span small {
  font-size: 1.4rem;
}
.obento_gallery01 .obento_box {
  width: 330px;
  margin: 0 20px 0 0;
  padding-bottom: 50px;
}
.obento_gallery01 .obento_box:nth-child(3n) {
  margin-right: 0;
}
  @media screen and (max-width: 767px) {
    .obento_box dt {
      font-size: 5vw;
      padding: 3.43vw 0 0.66vw;
    }
    .obento_box dd {
      font-size: 4vw;
      letter-spacing: 0.05vw;
    }
    .obento_box dd p {
      margin-bottom: 2vw;
    }
    .obento_price li {
      padding: 0 7vw;
      font-feature-settings: "palt";
    }
    .obento_price li p {
      font-size: 4.8vw;
    }
    .obento_price li p small {
      font-size: 3vw;
      letter-spacing: 0;
    }
    .obento_price li span {
      font-size: 4.8vw;
    }
    .obento_price li span small {
      font-size: 3.46vw;
    }
    .obento_gallery01 .obento_box {
      width: 100%;
      margin: 0 ;
      padding-bottom: 8vw;
    }
    .obento_gallery01 .obento_box:nth-child(3n) {
      margin-right: 0;
    }
  }

.obento_gallery02 .obento_box {
  width: 440px;
  margin: 0 35px;
  padding-bottom: 40px;
}
  @media screen and (max-width: 767px) {
    .obento_gallery02 .obento_box {
      width: 100%;
      margin: 0;
      padding-bottom: 8vw;
    }
  }

/*その他メニュー*/
#obento_other01 .obento_menu {
  border-bottom: none;
}
.obento_other01_gallery {
  padding-bottom: 30px;
}
.obento_other01_box {
  width: 240px;
  margin: 0 50px;
}
.obento_other01_txt dt {
  padding-top: 5px;
  font-size: 1.8rem;
}
.obento_other01_txt .obento_price li {
  letter-spacing: 0.05rem;
  padding: 0;
}
.obento_other01_txt .obento_price li span {
  font-size: 1.7rem;
}
.obento_other01_list {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 50px;
  letter-spacing: 0;
}
.obento_other01_list > div {
  width: 440px;
}
.obento_other01_list dl {
  margin-bottom: 7px;
}
.obento_other01_list dt small {
  font-size: 1.4rem;
}
.obento_other01_list dd {
  font-size: 1.7rem;
}
.obento_other01_list dd small {
  font-size: 1.4rem;
}
#obento_other02 .obento_menu {
  padding-top: 90px
}
#obento_other02 .sub_ttl01 {
  top: 0;
}
.obento_other02_box {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 35px;
}
.obento_other02_box figure {
  width: 450px;
}
.obento_other02_list {
  width: 400px;
  padding-top: 55px;
}
.obento_other02_list dl {
  padding-right: 20px;
  margin-bottom: 7px;
}
.obento_other02_list dt {
  font-size: 1.8rem;
}
.obento_other02_list dd {
  font-size: 1.7rem;
}
.obento_other02_list dd small {
  font-size: 1.4rem;
}
  @media screen and (max-width: 767px) {
    .obento_other01_gallery {
      padding-bottom: 2.13vw;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .obento_other01_box {
      width: 40vw;
      margin: 0 2.5vw 5vw;
      letter-spacing: 0;
    }
    .obento_other01_txt dt {
      padding-top: 1.6vw;
      font-size: 4.4vw;
    }
    .obento_other01_txt .obento_price li {
      letter-spacing: 0.1vw;
      padding: 0;
    }
    .obento_other01_txt .obento_price li span {
      font-size: 4.26vw;
    }
    .obento_other01_list {
      max-width: 100%;
      padding-bottom: 3.33vw;
    }
    .obento_other01_list > div {
      width: 100%;
    }
    .obento_other01_list dl {
      margin-bottom: 3.33vw;
    }
    .obento_other01_list dt small {
      font-size: 3.73vw;
    }
    .obento_other01_list dd {
      font-size: 4.26vw;
      text-align: right;
    }
    .obento_other01_list dd small {
      font-size: 3.46vw;
    }
    #obento_other02 .obento_menu {
      padding-top: 16vw
    }
    .obento_other02_box {
      max-width: 100%;
      padding-bottom: 3vw;
    }
    .obento_other02_box figure {
      width: 100%;
    }
    .obento_other02_list {
      width: 100%;
      padding-top: 6vw;
    }
    .obento_other02_list dl {
      padding-right: 0;
      margin-bottom: 3.33vw;
    }
    .obento_other02_list dt {
      font-size: 4vw;
    }
    .obento_other02_list dd {
      font-size: 4.26vw;
    }
    .obento_other02_list dd small {
      font-size: 3.46vw;
    }
  }

/*お弁当インフォメーション*/
#obento_info {
  padding-top: 60px;
}
#obento_info ul {
  margin-bottom: 35px;
  line-height: 1.9;
}
.obento_info_box {
  position: relative;
  border: solid 1px #D1141E;
  text-align: center;
}
.obento_info_box dl {
  padding: 22px 20px 20px;
}
.obento_info_box dt {
  font-size: 2rem;
  font-weight: 600;
  color: #d51518;
  line-height: 1.6;
  margin-bottom: 10px;
}
.obento_info_box dt b {
  font-size: 2.4rem;
}
.obento_info_box dd {
  line-height: 1.9;
  color: #555;
}
.obento_info_box dd a {
  color: #555;
}
#obento_info01 {
  margin-bottom: 80px;
}
#obento_info01 h2 {
  background: #d51518;
  color: #fff;
  padding: 4px;
  font-size: 2rem;
  font-weight: 500;
}
#obento_info02 {
  padding-top: 25px;
}
#obento_info02::after {
  position: absolute;
  left: calc(50% - 36px);
  top: -28px;
  content: "";
  width: 72px;
  height: 57px;
  background: url("../img/common/ico/ico_track.png") center center no-repeat;
  background-size: 72px 57px;
}
  @media screen and (max-width: 767px) {
    #obento_info {
      padding: 0 2vw 6vw;
    }
    #obento_info ul {
      margin-bottom: 9.33vw;
      line-height: 1.7;
    }
    .obento_info_box dl {
      padding: 5vw 1vw 6vw;
      letter-spacing: 0.05vw;
    }
    .obento_info_box dt {
      font-size: 4.26vw;
      line-height: 1.5;
      margin-bottom: 3vw;
    }
    .obento_info_box dt b {
      font-size: 5.33vw;
    }
    .obento_info_box dd {
      line-height: 1.7;
    }
    #obento_info01 {
      margin-bottom: 15.33vw;
    }
    #obento_info01 h2 {
      padding: 2vw;
      font-size: 4.53vw;
    }
    #obento_info02 {
      padding-top: 4vw;
    }
    #obento_info02::after {
      left: calc(50% - 8.53vw);
      top: -7.5vw;
      width: 17.06vw;
      height: 13.6vw;
      background-size: 17.06vw 13.6vw;
    }
    #obento_info02.obento_info_box dt {
      font-size: 4.8vw;
    }
  }

/*----------------------------------------------------
  精肉テイクアウト steak
--------------------------------------------------- */
#steak figure img {
  width: 100%;
  height: auto;
}
#steak figure {
  position: relative;
}
.steak_box figure::after {
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px #DBC164;
}
  @media screen and (max-width: 767px) {
    .steak_box figure {
      width: 84vw;
      margin: 0 auto;
    }
    .steak_box figure::after {
      left: 4px;
      top: 4px;
      width: calc(100% - 8px);
      height: calc(100% - 8px);
    }
  }

#steak_takeout {
  padding: 60px 0 0 0;
}
.steak_inner {
  position: relative;
}
.steak_inner .sub_ttl01 {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
}
.steak_menu {
  background: #fff;
  border: solid 1px #dbc164;
  border-bottom: none;
  padding: 130px 15px 30px;
}
.steak_takeout_lead {
  margin-bottom: 35px;
}
  @media screen and (max-width: 767px) {
    #steak_takeout {
      padding: 13.33vw 0 0 0;
    }
    .steak_inner .sub_ttl01 {
      top: 10.66vw;
    }
    .steak_menu {
      width: 96vw;
      margin: 0 auto;
      padding: 27vw 2vw 5.33vw;
    }
    .steak_takeout_lead {
      margin-bottom: 8vw;
    }
  }

.steak_box {
  width: 440px;
  margin: 0 35px;
  padding-bottom: 40px;
}
.steak_box figure {
  margin-bottom: 12px;
}
.steak_txt dt {
  font-size: 2.2rem;
}
.steak_txt dt small {
  font-size: 1.8rem;
}
.steak_txt dd h4 {
  font-size: 2rem;
  font-weight: 500;
}
.steak_price {
  font-size: 2rem;
}
.steak_price li {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.steak_price p, .steak_price span {
  display: block;
  padding: 0 10px;
}
.steak_price small {
  font-size: 1.4rem;
}
  @media screen and (max-width: 767px) {
    .steak_box {
      width: 100%;
      margin: 0;
      padding-bottom: 8vw;
    }
    .steak_box figure {
      margin-bottom: 2vw;
    }
    .steak_txt dt {
      padding-top: 2vw;
      font-size: 5vw;
      letter-spacing: 0;
    }
    .steak_txt dt small {
      display: block;
      font-size: 4vw;
      line-height: 1.4;
      padding-bottom: 1vw;
    }
    .steak_txt dd h4 {
      font-size: 4.26vw;
      font-weight: 500;
    }
    .steak_price {
      font-size: 4.8vw;
    }
    .steak_price li {
      line-height: 1.6;
    }
    .steak_price p, .steak_price span {
      display: block;
      padding: 0 2vw;
    }
    .steak_price small {
      font-size: 3.46vw;
    }
  }

.steak_takeout_list {
  max-width: 930px;
  margin: 0 auto;
}
.steak_takeout_list dl {
  width: 430px;
}
.steak_takeout_list dt small {
  font-size: 1.4rem;
}
.steak_takeout_list dd {
  font-size: 1.7rem;
}
.steak_takeout_list dd small {
  font-size: 1.4rem;
}
.steak_takeout_ft {
  max-width: 930px;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #555;
}
  @media screen and (max-width: 767px) {
    .steak_takeout_list {
      max-width: 100%;
    }
    .steak_takeout_list dl {
      width: 100%;
      margin-bottom: 3.33vw;
    }
    .steak_takeout_list dt small {
      font-size: 3.46vw;
    }
    .steak_takeout_list dd {
      text-align: right;
      font-size: 4.26vw;
    }
    .steak_takeout_list dd small {
      font-size: 3.46vw;
    }
    .steak_takeout_ft {
      max-width: 100%;
      font-size: 3.2vw;
      text-align: left;
      letter-spacing: 0;
    }
  }

.steak_takeout_info {
  max-width: 950px;
  margin: 0 auto;
  border-top: solid 1px #E0CA7A;
  margin-top: 50px;
  padding-top: 35px;
}
.steak_takeout_info p {
  margin-bottom: 30px;
}
.steak_other_inner {
  position: relative;
  padding-bottom: 60px;
}
.steak_other_inner .sub_ttl01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.steak_other_menu {
  background: #fff;
  border: solid 1px #dbc164;
  border-bottom: none;
  padding: 95px 15px 0;
}
#steak_other .box_contact {
  margin-top: 0;
  padding-bottom: 45px;
}
  @media screen and (max-width: 767px) {
.steak_takeout_info {
  max-width: 100%;
  margin-top: 8vw;
  padding-top: 6.66vw;
}
.steak_takeout_info p {
  margin-bottom: 5.33vw;
  font-size: 3.73vw;
  line-height: 1.6;
}
.steak_other_inner {
  padding-bottom: 13.33vw;
}
#steak_other .box_contact {
  margin-top: 0;
  padding-bottom: 5vw;
}
    .steak_other_menu {
      width: 96vw;
      margin: 0 auto;
      padding: 21vw 2vw 5.33vw;
    }
  }

/*----------------------------------------------------
  アクセス access
--------------------------------------------------- */
#access_map {
  padding: 60px 0;
}
.access_wrap {
  background: #fff;
  border: solid 1px #dbc164;
  padding: 40px 50px 70px;
}
.access_info {
  margin-bottom: 80px;
}
.access_info_txt dl {
  margin-bottom: 30px;
}
.access_info_txt dt:first-letter {
  color: #DBC164;
}
#gmap iframe {
  width: 100%;
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    #access_map {
      padding: 13.33vw 2vw;
    }
    .access_wrap {
      padding: 4vw;
    }
    .access_info {
      margin-bottom: 8vw;
    }
    .access_info figure {
      margin-bottom: 5vw;
    }
    .access_info figure img {
      width: 100%;
      height: auto;
    }
    .access_info_txt dl {
      margin-bottom: 5vw;
    }
    .access_info_txt dd {
      font-size: 3.73vw;
      letter-spacing: 0;
      font-feature-settings: "palt";
    }
    .access_info_txt dt:first-letter {
      color: #DBC164;
    }
    #gmap iframe {
      height: 70vw;
      margin-bottom: 4vw;
    }
  }

/*----------------------------------------------------
  営業カレンダー calendar
--------------------------------------------------- */
#business_day {
  padding: 60px 0 100px;
}
.business_day_wrap {
  background: #fff;
  border: solid 1px #dbc164;
  padding: 40px 50px 60px;
}
.business_day_wrap h2 {
  font-weight: 500;
  margin-bottom: 5px;
}
.business_day_wrap h2:first-letter {
  color: #DBC164;
}
.business_day_wrap p {
  margin-bottom: 30px;
}
.calendar_box {
  width: 470px;
  padding: 5px;
  border: solid 1px #dbc164;
  text-align: center;
}
  @media screen and (max-width: 767px) {
    #business_day {
      padding: 13.33vw 2vw;
    }
    .business_day_wrap {
      padding: 6vw 4vw 2vw;
    }
    .business_day_wrap h2 {
      margin-bottom: 1.66vw;
    }
    .business_day_wrap p {
      margin-bottom: 5vw;
      font-size: 3.73vw;
    }
    .calendar_box {
      width: 100%;
      padding: 2vw;
      margin-bottom: 4vw;
    }
  }

/*----------------------------------------------------
  求人情報 recruit
--------------------------------------------------- */
.recruit_wrap {
  padding: 60px 0;
}
.recruit_wrap > div {
  position: relative;
}
.recruit_wrap .sub_ttl01 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.recruit_box {
  background: #fff;
  border: solid 1px #dbc164;
  padding: 40px 50px 60px;
}
.recruit_box th {
  width: 258px;
  background: #453824;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 14px 10px;
}
.recruit_box td {
  border: solid 1px #ddd;
  border-left: none;
  padding: 14px 20px;
  letter-spacing: 0.05rem;
}
.recruit_box td dl {
  margin-bottom: 30px;
}
.recruit_box td dl:last-child {
  margin-bottom: 0;
}
  @media screen and (max-width: 767px) {
    .recruit_wrap {
      padding: 13.33vw 2vw;
    }
    .recruit_wrap .sub_ttl01 {
      left: -2vw;
      width: calc(100% + 4vw);
    }
    .recruit_box {
      padding: 6vw 3.33vw;
    }
    .recruit_box table,
    .recruit_box tbody,
    .recruit_box tr,
    .recruit_box th,
    .recruit_box td {
      display: block;
      width: 100%;
    }
    .recruit_box th {
      width: 100%;
      font-size: 4vw;
      border: none;
      padding: 2vw 0;
    }
    .recruit_box td {
      border: none;
      border-left: none;
      padding: 4vw 0;
      letter-spacing: 0.1vw;
      font-size: 3.73vw;
    }
    .recruit_box td dl {
      margin-bottom: 3vw;
    }
  }

#recruit01 .sub_ttl01 {
  top: 45px;
}
#recruit01 .recruit_box {
  padding-top: 140px;
  padding-bottom: 100px;
}
#recruit02 .recruit_box {
  padding-top: 95px;
}
  @media screen and (max-width: 767px) {
    #recruit01 .sub_ttl01 {
      top: 8vw;
    }
    #recruit01 .recruit_box {
      padding-top: 25vw;
      padding-bottom: 6.66vw;
    }
    #recruit02 .recruit_box {
      padding-top: 18vw;
    }
    #recruit02 .recruit_box {
      padding-bottom: 6.66vw;
    }
  }

/*----------------------------------------------------
  お知らせ topics
--------------------------------------------------- */

/*一覧*/
#topics > section {
  padding: 60px 0;
}
.topics_inner {
  background: #fff;
  border: solid 1px #dbc164;
  padding: 20px 50px 80px;
}
.topics_box {
  border-bottom: solid 1px #dbc164;
  padding: 30px 0;
  color: #000!important;
  text-decoration: none;
}
.topics_box:hover {
  color: #dbc164!important;
}
.topics_box figure {
  width: 220px;
}
.topics_box figure img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border: solid 1px #ddd;
}
.topics_txt {
  width: 710px;
  padding-top: 20px;
}
.topics_txt time {
  display: block;
  margin-bottom: 5px;
}
.topics_txt h3 {
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline;
}
.topics_box:hover .topics_txt h3 {
  text-decoration: none;
}
  @media screen and (max-width: 767px) {
    #topics > section {
      padding: 13.33vw 2vw;
    }
    .topics_inner {
      padding: 0 3vw 11.33vw;
    }
    .topics_box {
      padding: 5vw 0;
    }
    .topics_box figure {
      width: 30%;
    }
    .topics_box figure img {
      height: auto;
    }
    .topics_txt {
      width: 67%;
      padding-top: 0;
    }
    .topics_txt time {
      margin-bottom: 0;
      font-size: 3.46vw;
    }
    .topics_txt h3 {
      font-size: 3.73vw;
    }
  }

/*詳細*/
#topics_single time {
  display: block;
  padding: 22px 0 5px;
}
.single_ttl {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #DBC164;
  margin-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    #topics_single time {
      padding: 5vw 0 1.33vw;
    }
    .single_ttl {
      font-size: 4.8vw;
      padding-bottom: 4vw;
      margin-bottom: 4vw;
    }
  }

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/*投稿詳細用*/
.entry-content:after {
  content: ""; 
  display: block; 
  clear: both;
}

.entry-content h1 {
  font-size: 2rem;
  padding: 8px 15px;
  border: solid 2px #DBC164;
  border-left: solid 28px #DBC164;
  color: #DBC164;
  margin-bottom: 28px;
  font-weight: 500;
}
  @media screen and (max-width: 767px) {
    .entry-content h1 {
      font-size: 5vw;
      padding: 2vw 3vw;
      border: solid 1px #DBC164;
      border-left: solid 15px #DBC164;
      margin-bottom: 4.4vw;
      line-height: 1.4;
    }
  }

.entry-content h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  background: url("../img/common/bg/bg01.jpg") repeat;
  padding: 10px 15px;
  margin-bottom: 28px;
}
  @media screen and (max-width: 767px) {
    .entry-content h2 {
      font-size: 4.8vw;
      padding: 2.33vw 3.33vw;
      margin-bottom: 4.4vw;
      line-height: 1.4;
    }
  }

.entry-content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 767px) {
    .entry-content h3 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h4 {
  font-size: 20px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 767px) {
    .entry-content h4 {
      font-size: 4.4vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h5 {
  font-size: 18px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 767px) {
    .entry-content h5 {
      font-size: 4.2vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h6 {
  font-size: 16px;
  margin-bottom: 12px;
}
  @media screen and (max-width: 767px) {
    .entry-content h6 {
      font-size: 4vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content p {
  margin-bottom:30px;
}
  @media screen and (max-width: 767px) {
    .entry-content p {
      margin-bottom: 6vw;
    }
  }

.entry-content img {
  margin-bottom:30px;
}
  @media screen and (max-width: 767px) {
    .entry-content img {
      margin-bottom: 6vw;
    }
  }

.entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul {
  margin-bottom: 10px;
  font-size: 93%;
}
.entry-content ul li ul li {
  list-style-type:circle;
}
  @media screen and (max-width: 767px) {
    .entry-content ul {
      margin-bottom: 5vw;
      padding-left: 5.4vw;
    }
    .entry-content ul li ul {
      margin-bottom: 2vw;
    }
  }

.entry-content ol {
  counter-reset: section;
  margin-bottom: 30px;
}
.entry-content ol li {
  list-style: none;
}
.entry-content ol > li:before {
  content : counters(section, '-') '. ';
  counter-increment : section;
}
.entry-content ol li ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 93%;
}
  @media screen and (max-width: 767px) {
    .entry-content ol {
      margin-bottom: 5vw;
    }
    .entry-content ol li ol {
      padding-left: 5.4vw;
      margin-bottom: 2vw;
    }
  }

.entry-content table {
  width:100%;
  margin:0 0 35px 0;
}
.entry-content th {
  text-align: left;
  padding:7px 10px;
  border:solid 1px #eee;
}
.entry-content td {
  padding:7px 10px;
  border:solid 1px #eee;
}
  @media screen and (max-width: 767px) {
    .entry-content table {
      margin:0 0 6vw 0;
      font-size: 93%;
    }
    .entry-content th {
      padding:2vw;
    }
    .entry-content td {
      padding:2vw;
    }
  }

.entry-content table img {
  margin-bottom: 0;
}

.entry-content blockquote {
  position: relative;
  border: solid 4px #d7d7d7;
  padding: 20px 20px 20px 55px;
  margin-bottom: 35px;
}
.entry-content blockquote::before {
  position: absolute;
  left: 18px;
  top: 20px;
  content: "“";
  line-height: 1;
  font-size: 6rem;
  color: #d7d7d7;
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
  @media screen and (max-width: 767px) {
    .entry-content table {
      margin:0 0 6vw 0;
      font-size: 93%;
    }
    .entry-content blockquote {
      border: solid 3px #d7d7d7;
      padding: 4vw 3.33vw 4vw 9.33vw;
      margin-bottom: 6vw;
    }
    .entry-content blockquote::before {
      left: 2vw;
      top: 4vw;
      font-size: 12.33vw;
    }
  }

.entry-content u {
  text-decoration: underline;
}

.entry-content .wp-caption {
  width: 100%!important;
}
.entry-content .wp-caption img {
  margin-bottom: 5px;
}
.entry-content .wp-caption p {
  font-size: 90%;
  color: #757575;
  font-style: italic;
}

/*ページ分割ナビ*/
.wp-pagenavi {
  padding: 60px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  width: 52px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #DBC164;
  color: #DBC164;
  margin: 0 5px 10px 5px;
  text-decoration: none;
  font-size: 2rem;
}
.wp-pagenavi span {
  background: #DBC164;
  color: #fff;
}
.wp-pagenavi a:hover {
  background: #DBC164;
  color: #fff;
  border: 1px solid #DBC164;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
}
.wp-pagenavi .first:hover, .wp-pagenavi .last:hover {
  border: none;
  color: #DBC164;
  background: none;
  text-decoration: underline;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #333;
  background: none;
}
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      padding: 8vw 0 0 0;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      width: 8vw;
      line-height: 8vw;
      margin: 0 0.33vw 0.66vw;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 50px 0 0 0;
  text-align: center;
}
.wp-detailnavi a {
  display: block;
  text-decoration: none;
  color: #DBC164;
  border: solid 1px #DBC164;
  line-height: 50px;
  padding: 5px;
  font-size: 2rem;
}
.wp-detailnavi a:hover {
  color: #fff;
  background: #DBC164;
}
.prev_link {
  width: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.next_link {
  width: 30%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_link {
  width: 40%;
  margin: 0 auto;
}
.list_link a {
  color: #fff;
  background: #DBC164;
}
  @media screen and (max-width: 767px) {
    .wp-detailnavi {
      padding-top: 8vw;
    }
    .wp-detailnavi a {
      line-height: 12vw;
      padding: 0;
      font-size: 4.26vw;
    }
    .prev_link {
      width: 32%;
    }
    .next_link {
      width: 32%;
    }
    .list_link {
      width: 36%;
    }
  }

/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {

}
#notfound section {
  padding: 60px 0;
}
#notfound p {
  padding-bottom: 30px;
}
  @media screen and (max-width: 767px) {
    #notfound {
      padding-bottom: 10.66vw;
    }
    #notfound p {
      padding-bottom: 4vw;
    }
    #notfound .btn01 {
      margin-top: 6.66vw;
    }
  }

#notfound h2 {
  position: relative;
  color: #dbc164;
  font-size: 2rem;
  margin-bottom: 5px;
}
  @media screen and (max-width: 767px) {
    #notfound h2 {
      font-size: 4.4vw;
      margin-bottom: 2vw;
    }
  }
