@charset "UTF-8";
/* 全ページ共通 */
/* ============================================ */
body, header, footer, div,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dd, dt, select, input, img, span {
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

*:focus {
  outline: none;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  text-align: center;
  background: #fff;
}
.container .media {
  width: 100%;
  height: 4px;
  background-color: chocolate;
  position: fixed;
  top: 0;
  z-index: 110;
}
.container .br_sp {
  display: none;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

@media screen and (max-width: 599px) {
  .container .media {
    background-color: cadetblue;
  }
  .container .br_sp {
    display: block;
  }
  .container .space {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .container .media {
    background-color: cadetblue;
  }
}
/* コンテンツ共通 */
/* ============================================ */
.contents {
  margin: 0 auto;
  padding: 110px 0;
  max-width: 1280px;
  background: #fff;
}
.contents .no_img img {
  height: 30%;
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contents .link_btn {
  display: block;
  margin: 0 auto;
  padding-bottom: 2px;
  width: 200px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background: #808080;
}
.contents .link_btn a {
  display: block;
}

.mark {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mark span {
  display: block;
  padding: 0 10px;
}
.mark span img {
  height: 80px;
}

.sec_base {
  margin-bottom: 180px;
}
.sec_base h2 {
  margin: 0 auto 10px;
  padding: 0 60px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 46px;
}
.sec_base .sec_image {
  margin-bottom: 30px;
  width: 100%;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.sec_base .sec_image:before {
  content: "";
  display: block;
}
.sec_base .sec_image img {
  position: absolute;
}
.sec_base .sec_text {
  padding: 0 40px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
}
.sec_base .sec_text span {
  display: block;
  margin-bottom: 24px;
  font-size: 1.3em;
  line-height: 28px;
}
.sec_base .sec_text .space {
  display: inline;
  margin: 0;
}

.contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1080px;
}
.contents_list li {
  margin-bottom: 80px;
  padding: 0 60px;
  width: 50%;
  position: relative;
}
.contents_list .contents_photo {
  display: block;
  margin-bottom: 14px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.contents_list .contents_photo:before {
  content: "";
  display: block;
  padding-top: 105%;
}
.contents_list .contents_photo img {
  position: absolute;
}
.contents_list .contents_name {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  text-align: left;
}
.contents_list .detail_btn {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  right: 64px;
  bottom: 1px;
}

.arrow {
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 10px;
  position: relative;
}
.arrow:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
}
.arrow:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.arrow2 {
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 16px;
  position: relative;
  top: 2px;
}
.arrow2:before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #53401c;
}
.arrow2:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #53401c;
  border-right: 1px solid transparent;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.contents_detail {
  margin: 0 auto 50px;
  padding: 0 30px;
  max-width: 1040px;
  position: relative;
}
.contents_detail .type {
  margin-bottom: 22px;
  padding-left: 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-align: left;
  position: relative;
}
.contents_detail .copy {
  margin-bottom: 6px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  line-height: 52px;
  text-align: left;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.contents_detail .detail_text {
  padding-left: 10px;
  max-width: 500px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents_detail .price {
  padding-left: 8px;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  text-align: left;
}
.contents_detail .price span {
  padding-left: 3px;
  font-size: 36px;
}
.contents_detail .price .tax {
  padding-left: 10px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.more_btn {
  display: block;
  width: 260px;
  border: solid 1px #53401c;
  position: absolute;
  bottom: 0;
  right: 40px;
}
.more_btn a {
  display: block;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 50px;
  color: #53401c;
}

.contents_reserve_btn {
  display: block;
  margin: 0 auto;
  max-width: 960px;
  background: #b2a8a5;
}
.contents_reserve_btn a {
  display: block;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  line-height: 58px;
  color: #fff;
}

.plus_btn, .plus_mark {
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  position: absolute;
  bottom: 40px;
  right: 48px;
}
.plus_btn:before, .plus_mark:before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.plus_btn:after, .plus_mark:after {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1040px) {
  .contents_reserve_btn {
    margin: 0 40px;
  }
}
@media screen and (max-width: 920px) {
  .sec_base h2 {
    font-size: 40px;
  }
  .sec_base .sec_text {
    font-size: 18px;
    line-height: 32px;
  }

  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    margin-bottom: 70px;
    padding: 0 50px;
  }
  .contents_list .contents_photo {
    margin-bottom: 10px;
  }
  .contents_list .contents_name {
    font-size: 28px;
  }
  .contents_list .detail_btn {
    right: 54px;
  }

  .arrow2 {
    width: 23px;
    height: 15px;
  }
  .arrow2:before {
    width: 23px;
  }
  .arrow2:after {
    width: 9px;
    height: 9px;
  }

  .contents_detail {
    padding: 0 35px;
  }
  .contents_detail .type {
    margin-bottom: 20px;
    padding-left: 5px;
    font-size: 26px;
  }
  .contents_detail .copy {
    font-size: 42px;
    line-height: 46px;
  }
  .contents_detail .detail_text {
    padding-left: 5px;
    max-width: 60%;
    font-size: 16px;
    line-height: 28px;
  }
  .contents_detail .price {
    padding-left: 5px;
    font-size: 48px;
  }
  .contents_detail .price span {
    font-size: 34px;
  }

  .more_btn {
    width: 220px;
  }
  .more_btn a {
    font-size: 18px;
    line-height: 46px;
  }

  .contents_reserve_btn a {
    font-size: 20px;
    line-height: 52px;
  }

  .plus_btn {
    bottom: 26px;
    right: 32px;
  }
}
@media screen and (max-width: 700px) {
  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    padding: 0 30px;
  }
  .contents_list .contents_name {
    font-size: 24px;
  }
  .contents_list .detail_btn {
    right: 34px;
  }

  .contents_detail {
    margin-bottom: 30px;
  }
  .contents_detail .copy {
    margin-bottom: 16px;
  }
  .contents_detail .detail_text {
    margin-bottom: 30px;
    padding: 0 5px 80px;
    max-width: 100%;
  }
  .contents_detail .price {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .mark span {
    padding: 0 6px;
  }
  .mark span img {
    height: 64px;
  }

  .sec_base h2 {
    font-size: 36px;
  }
  .sec_base .sec_text {
    padding: 0 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .sec_base .sec_text .space {
    display: none;
  }

  .contents_list {
    padding: 0 10px;
  }
  .contents_list li {
    margin-bottom: 50px;
    padding: 0 15px;
  }
  .contents_list .contents_photo {
    margin-bottom: 8px;
  }
  .contents_list .contents_name {
    margin-bottom: 6px;
    font-size: 22px;
    line-height: 24px;
  }
  .contents_list .detail_btn {
    font-size: 13px;
    position: static;
    text-align: left;
  }

  .arrow {
    margin-left: 6px;
    width: 11px;
  }
  .arrow:before {
    width: 11px;
  }

  .contents_detail {
    padding: 0 20px;
  }
  .contents_detail .type {
    margin-bottom: 12px;
    font-size: 22px;
  }
  .contents_detail .copy {
    font-size: 36px;
    line-height: 40px;
  }
  .contents_detail .detail_text {
    padding: 0 5px 90px;
  }
  .contents_detail .price {
    padding-bottom: 90px;
    font-size: 42px;
  }
  .contents_detail .price span {
    font-size: 28px;
  }
  .contents_detail .price .tax {
    display: block;
    margin-top: 5px;
    padding-left: 0;
    font-size: 15px;
  }

  .more_btn {
    width: 190px;
    right: 25px;
  }
  .more_btn a {
    line-height: 42px;
  }

  .contents_reserve_btn {
    margin: 0 25px;
  }
  .contents_reserve_btn a {
    font-size: 19px;
    line-height: 52px;
  }

  .plus_btn {
    bottom: 22px;
    right: 24px;
  }
}
/* ハンバーガーメニュー */
/* ============================================ */
.menu_base {
  width: 120px;
  height: 120px;
  background: #fff;
  cursor: pointer;
  position: relative;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
}

.menu_trigger,
.menu_trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu_trigger {
  width: 42px;
  height: 21px;
  background: none;
  border: none;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_trigger:focus {
  outline: 0;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 10px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}

.menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

.home_btn {
  width: 120px;
  height: 120px;
  background: #53401c;
  position: relative;
  position: fixed;
  top: 0;
  right: 120px;
  z-index: 100;
}

.reserve_btn {
  width: 240px;
  height: 40px;
  background: #b1984d;
  position: relative;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 100;
}
.reserve_btn a {
  display: block;
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 40px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navi_back {
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 94;
}

.navi_base {
  width: 100vw;
  height: 100vh;
  background-color: white;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
  visibility: hidden;
}

.navi_base.active {
  opacity: 1;
  visibility: visible;
}

.navi {
  padding: 0 40px;
  width: 100%;
  max-width: 980px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navi_left {
  width: 300px;
  height: auto;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.navi_left span a {
  display: block;
  margin-bottom: 30px;
}
.navi_left span img {
  width: 220px;
}
.navi_left .navi_side {
  padding-left: 30px;
}
.navi_left .navi_side p {
  line-height: 24px;
}
.navi_left .arrow {
  position: relative;
  left: -8px;
}

nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_navi {
  width: 100%;
  margin-top: 20px;
}
.main_navi li {
  margin: 0 auto;
  padding: 0 0 0 30px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.main_navi li a {
  display: block;
}
.main_navi li:last-child {
  border-bottom: solid 1px #b4b3b3;
}
.main_navi .main_menu {
  line-height: 60px;
  border-top: solid 1px #b4b3b3;
}
.main_navi .main_menu:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #53401c;
  position: absolute;
  top: 52%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  left: 10px;
}
.main_navi .sub_menu {
  padding-left: 40px;
  line-height: 40px;
}
.main_navi .last {
  padding-bottom: 20px;
}
.main_navi .arrow {
  margin: 0 10px 0 0;
}

.menu_contact_btn {
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  top: 180px;
  left: 74px;
}
.menu_contact_btn span {
  padding-right: 8px;
}
.menu_contact_btn span img {
  width: 24px;
}

@media screen and (max-width: 920px) {
  .menu_base {
    width: 80px;
    height: 80px;
  }

  .home_btn {
    width: 80px;
    height: 80px;
    right: 80px;
  }

  .reserve_btn {
    width: 160px;
    height: 35px;
    top: 80px;
  }
  .reserve_btn a {
    line-height: 35px;
  }

  .menu_trigger {
    width: 34px;
    height: 17px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 8px;
  }

  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }

  .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }

  .navi_left {
    width: 260px;
  }
}
@media screen and (max-width: 599px) {
  .menu_base {
    width: 60px;
    height: 60px;
  }

  .home_btn {
    width: 60px;
    height: 60px;
    right: 60px;
  }

  .reserve_btn {
    width: 120px;
    height: 30px;
    top: 60px;
  }
  .reserve_btn a {
    font-size: 12px;
    line-height: 30px;
  }

  .menu_trigger {
    width: 26px;
    height: 13px;
  }
  .menu_trigger span:nth-of-type(2) {
    top: 6px;
  }

  .menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }

  .menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }

  .navi {
    margin-bottom: 30px;
    padding: 30px 25px 50px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }

  .navi_left span {
    position: relative;
    left: -8px;
  }
  .navi_left span a {
    margin-bottom: 24px;
  }
  .navi_left .navi_side {
    padding-left: 14px;
  }

  .main_navi .main_menu {
    line-height: 56px;
  }
  .main_navi .sub_menu {
    padding-left: 40px;
    line-height: 38px;
  }
  .main_navi .last {
    padding-bottom: 18px;
  }

  .menu_contact_btn {
    top: auto;
    left: 34px;
    bottom: 0;
  }
}
/* covid info banner */
/* ============================================ */
.covid-info {
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.covid-info p {
  padding-top: 1px;
  text-align: center;
  background: #53401c;
}
.covid-info span:before {
  content: "　";
}
.covid-info a {
  display: block;
  margin: 0 auto;
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
}
.covid-info a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .covid-info span:before {
    content: none;
  }
  .covid-info a {
    padding: 8px 0;
    line-height: 20px;
  }
}
/* プラグイン */
/* ============================================ */
/* modaal.min.css */
.modaal-close:before,
.modaal-close:after {
  background: #7f7f7f;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #000;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  background: #7f7f7f;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #eee;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  background: #7f7f7f;
}

.modaal-content-container {
  border: solid 1px #b2a8a5;
}

.modaal-container {
  max-width: 960px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 599px) {
  .modaal-content-container {
    padding: 30px 25px;
  }

  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .modaal-close {
    right: 10px;
  }
}
/* メインコンテンツ ヘッダー */
/* ============================================ */
header {
  width: 100%;
  max-height: 1000px;
  min-height: 400px;
  background: #000;
  position: relative;
  overflow: hidden;
}
header:before {
  content: "";
  display: block;
  padding-top: 73%;
}
header .back_mark {
  display: block;
  height: 27%;
}
header .back_mark img {
  height: 100%;
}
header .header_text {
  width: 100%;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 64px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 920px) {
  header .header_text {
    font-size: 30px;
    line-height: 56px;
  }
}
@media screen and (max-width: 599px) {
  header .header_text {
    font-size: 24px;
    line-height: 40px;
  }
}
/* サーチ */
/* ============================================ */
.serch_box_base {
  margin: 0 auto;
  padding: 40px 40px 20px;
  width: 100%;
  background: rgba(244, 240, 222, 0.6);
}

.serch_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.serch_box li {
  position: relative;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}
.serch_box li input, .serch_box li select {
  font-size: 28px;
  line-height: 42px;
  position: relative;
}
.serch_box li select {
  padding: 0 46px 0 8px;
  z-index: 2;
}
.serch_box li .submit_btn_base {
  margin-left: 14px;
  background: #c9bc9c;
  border: solid 1px #c9bc9c;
  position: relative;
}
.serch_box li .submit_btn_base span {
  display: inline-block;
  position: absolute;
  top: 48%;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
  left: 20px;
}
.serch_box li .submit_btn_base span img {
  width: 18px;
}
.serch_box li .submit_btn {
  padding: 0 28px 0 42px;
  width: 104px;
  font-size: 18px;
  text-align: center;
  color: #000;
}

.serch_title {
  width: 150px;
  border-right: solid 1px #a48b78;
}
.serch_title p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.serch_title p span {
  display: inline-block;
  padding-right: 12px;
  position: relative;
  top: 1px;
}
.serch_title p span img {
  width: 21px;
}

.serch_category {
  font-size: 13px;
  position: absolute;
  top: -19px;
  left: 2px;
}

.serch_day {
  padding: 0 14px 0 18px;
  border-right: solid 1px #a48b78;
  position: relative;
}

.serch_day_input {
  display: inline-block;
  padding-left: 24px;
  width: 213px;
  position: relative;
}
.serch_day_input input {
  width: 46px;
  text-align: center;
}
.serch_day_input input:nth-of-type(1) {
  width: 74px;
}
.serch_day_input .calendar_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.serch_day_input .calendar_icon img {
  width: 20px;
}
.serch_day_input .slash {
  display: inline-block;
  padding: 0;
  width: 1px;
  height: 32px;
  background: #000;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
  vertical-align: middle;
}

.serch_stay, .serch_room, .serch_people {
  padding: 0 14px 0 10px;
  border-right: solid 1px #a48b78;
}

.select_arrow {
  position: relative;
}
.select_arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-top: solid 11px #000;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.select_arrow .unit {
  position: absolute;
  right: 23px;
  bottom: 9px;
  z-index: 1;
}

#calid {
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  right: 0;
}

#calid_screen {
  padding: 8px 8px 6px;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
#calid_screen table td {
  padding: 5px 0 7px;
}
#calid_screen table:nth-of-type(1) td {
  padding: 8px 0;
}
#calid_screen table:nth-of-type(2) {
  margin-bottom: 4px;
}
#calid_screen table:nth-of-type(2) td {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
}
#calid_screen table #__calid_btn_today {
  font-size: 1.1em;
  font-weight: bold;
}
#calid_screen table #__calid_btn_prev, #calid_screen table #__calid_btn_next {
  font-size: 0.8em;
}

@media screen and (max-width: 920px) {
  .serch_box li {
    font-size: 19px;
  }
  .serch_box li input, .serch_box li select {
    font-size: 27px;
    line-height: 41px;
  }
  .serch_box li select {
    padding: 0 42px 0 8px;
  }
  .serch_box li .submit_btn_base {
    margin-left: 14px;
  }
  .serch_box li .submit_btn_base span {
    left: 12px;
  }
  .serch_box li .submit_btn_base span img {
    width: 17px;
  }
  .serch_box li .submit_btn {
    padding: 0 16px 0 32px;
    width: 80px;
    font-size: 17px;
  }

  .serch_title {
    width: 126px;
  }
  .serch_title p span {
    padding-right: 8px;
  }
  .serch_title p span img {
    width: 20px;
  }

  .serch_day {
    padding: 0 12px 0 16px;
  }

  .serch_day_input {
    padding-left: 22px;
  }
  .serch_day_input input {
    width: 40px;
  }
  .serch_day_input input:nth-of-type(1) {
    width: 68px;
  }
  .serch_day_input .calendar_icon img {
    width: 19px;
  }
  .serch_day_input .slash {
    height: 31px;
  }

  .serch_stay, .serch_room, .serch_people {
    padding: 0 12px 0 8px;
  }

  .select_arrow .unit {
    position: absolute;
    right: 21px;
    bottom: 9px;
  }
}
@media screen and (max-width: 800px) {
  .serch_box_base {
    padding-top: 20px;
  }

  .serch_title {
    padding: 4px 28px 38px 0;
    width: 100%;
    border-right: none;
  }
  .serch_title p {
    text-align: center;
    position: static;
    -webkit-transform: none;
            transform: none;
  }

  .serch_day {
    border-left: solid 1px #a48b78;
  }
}
@media screen and (max-width: 599px) {
  .serch_box_base {
    padding: 20px 25px 28px;
  }

  .serch_box {
    margin: 0 auto;
    max-width: 400px;
  }
  .serch_box li {
    font-size: 18px;
  }
  .serch_box li input, .serch_box li select {
    font-size: 26px;
    line-height: 40px;
  }
  .serch_box li select {
    padding: 0 0 0 8px;
  }
  .serch_box li .submit_btn_base {
    margin-left: 0;
  }
  .serch_box li .submit_btn_base span {
    left: 166px;
  }
  .serch_box li .submit_btn_base span img {
    width: 16px;
  }
  .serch_box li .submit_btn {
    padding: 0 0 0 8px;
    width: 400px;
    font-size: 16px;
  }

  .serch_title {
    padding: 4px 25px 38px 0;
  }
  .serch_title p span {
    padding-right: 6px;
  }
  .serch_title p span img {
    width: 19px;
  }

  .serch_day {
    margin: 0 0 34px;
    width: 100%;
  }

  .serch_stay, .serch_room, .serch_people {
    margin-bottom: 14px;
    padding: 0 10px 0 6px;
  }

  .select_arrow:before {
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 10px #000;
  }
  .select_arrow .unit {
    left: 24px;
    right: auto;
    bottom: 9px;
  }

  .serch_stay {
    border-left: solid 1px #a48b78;
  }

  #calid {
    max-width: 327px;
  }

  #calid_screen {
    padding: 8px 10px 6px;
  }
  #calid_screen table td {
    padding: 8px 0 10px;
  }
}
@media screen and (max-width: 340px) {
  #calid_screen {
    padding: 8px 8px 6px;
  }
  #calid_screen table td {
    padding: 6px 0 8px;
  }
}
/* 宴会・会議 */
/* ============================================ */
header img {
  width: 125%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec_base h2 {
  margin-bottom: 26px;
}
.sec_base h2 p {
  font-size: 34px;
  line-height: 40px;
}
.sec_base h2 span {
  position: relative;
  top: 2px;
}
.sec_base .sec_image {
  margin-bottom: 60px;
  min-height: 240px;
}
.sec_base .sec_image:before {
  padding-top: 33%;
}

.contents_list .contents_photo:before {
  padding-top: 70%;
}
.contents_list .contents_name {
  font-size: 26px;
}

.banquet_plan li img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banquet_plan .contents_text {
  margin-bottom: 12px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.contents_reserve_btn {
  background: #999;
}

.tel_btn, .mail_btn {
  margin-bottom: 10px;
}

.phone {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.1em;
  position: relative;
  top: 1px;
}
.phone img {
  margin-right: 4px;
  width: 28px;
  position: relative;
  top: -2px;
}

.mail {
  display: inline-block;
  margin-right: 6px;
}
.mail img {
  width: 24px;
  position: relative;
  top: -1px;
}

.contact_at {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.hall_sec .sec_image img {
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hall_sec .contents_photo img {
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1080px) {
  .banquet_sec .contents_reserve_btn, .hall_sec .contents_reserve_btn {
    margin-left: 60px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 920px) {
  .contents_list {
    padding: 0 20px;
  }
  .contents_list li {
    padding: 0 40px;
  }
  .contents_list .contents_name {
    font-size: 23px;
  }
  .contents_list .detail_btn {
    right: 44px;
  }

  .phone img {
    width: 27px;
    top: -1px;
  }

  .mail img {
    width: 23px;
  }

  .hall .contents_name {
    margin-bottom: 10px;
  }
  .hall .detail_btn {
    text-align: left;
    position: static;
  }
}
@media screen and (max-width: 750px) {
  .banquet_plan .contents_name {
    margin-bottom: 10px;
  }
  .banquet_plan .detail_btn {
    text-align: left;
    position: static;
  }
}
@media screen and (max-width: 700px) {
  .contents_list {
    padding: 0 15px;
  }
  .contents_list li {
    padding: 0 25px;
  }

  .banquet_sec .contents_reserve_btn, .hall_sec .contents_reserve_btn {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 600px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 599px) {
  .sec_base h2 {
    margin-bottom: 20px;
  }

  .hall_sec .sec_image {
    margin-bottom: 40px;
  }

  .contents_list {
    padding: 0 13px;
  }
  .contents_list li {
    padding: 0 12px;
  }
  .contents_list .contents_name {
    margin-bottom: 6px;
    font-size: 20px;
  }

  .banquet_plan li {
    width: 100%;
  }
  .banquet_plan .contents_name {
    margin-bottom: 0;
    font-size: 20px;
  }
  .banquet_plan .contents_text {
    font-size: 13px;
    line-height: 16px;
  }
  .banquet_plan .detail_btn {
    position: absolute;
    right: 19px;
  }

  .contents_reserve_btn {
    margin-left: 25px;
    margin-right: 25px;
  }

  .phone {
    display: none;
  }

  .mail img {
    width: 22px;
    top: 0;
  }

  .banquet_sec .contents_reserve_btn, .hall_sec .contents_reserve_btn {
    margin-left: 25px;
    margin-right: 25px;
  }

  .hall_sec .sec_image img {
    width: auto;
    height: 140%;
  }
}
/* 宴会プラン */
/* ============================================ */
.plan_box {
  margin: 0;
  padding: 20px 40px 30px;
  max-width: 900px;
  text-align: center;
  position: relative;
}
.plan_box h3 {
  margin-bottom: 20px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
}
.plan_box h3 .brackets {
  padding: 0 4px;
  display: inline-block;
  position: relative;
  top: -3px;
}
.plan_box h3 .brackets span {
  display: inline-block;
  position: relative;
  top: 3px;
}
.plan_box h3 .dot_icon {
  margin: 10px auto 0;
}
.plan_box .plan_img {
  display: block;
  margin: 0 auto 30px;
  min-height: 220px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.plan_box .plan_img:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.plan_box .plan_img img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.plan_box .plan_text {
  margin-bottom: 50px;
  padding: 0 4px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.plan_box .plan_text span {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  color: #c30d23;
}
.plan_box .plan_list_title {
  margin-bottom: 8px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}

.dot_icon {
  display: block;
  width: 16px;
  height: 34px;
  position: relative;
}
.dot_icon:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #dfad94;
  border-radius: 50%;
}
.dot_icon:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #dfad94;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.banquet_detail_list {
  margin-bottom: 46px;
  position: relative;
}
.banquet_detail_list:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #929292, #929292 4px, transparent 4px, transparent 8px), linear-gradient(to right, #929292, #929292 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
}
.banquet_detail_list li {
  padding: 20px 0 14px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  text-align: left;
  position: relative;
}
.banquet_detail_list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #929292, #929292 4px, transparent 4px, transparent 8px), linear-gradient(to right, #929292, #929292 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
}

h4 {
  margin-bottom: 14px;
  padding-left: 26px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #b28247;
  position: relative;
}
h4 .dot_icon {
  height: 40px;
  position: absolute;
  top: 5px;
  left: 0;
}
h4 .sub_title {
  display: inline-block;
  padding-left: 4px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #7a6a56;
  position: relative;
  top: -3px;
}
h4 .sub_title span {
  position: relative;
  top: -1px;
}

.icon_box {
  width: 190px;
  text-align: left;
  position: absolute;
  top: 18px;
  right: 0;
}

.banquet_detail_icon {
  display: inline-block;
  padding: 6px 0 8px;
  width: 190px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background: #dee1f2;
}

.icon1 {
  margin-bottom: 10px;
}

.banquet_detail_text {
  padding: 0 4px 0 32px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.banquet_detail_text .banquet_detail_at {
  display: block;
  padding-top: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #c30d23;
}

.year_celebration {
  display: inline-block;
  margin-right: 20px;
}
.year_celebration:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.sub_p_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 0 4px;
  text-align: left;
}
.sub_p_box span {
  display: block;
  margin-right: 25px;
  width: 210px;
  position: relative;
  overflow: hidden;
}
.sub_p_box span:before {
  content: "";
  display: block;
  padding-top: 72%;
}
.sub_p_box span img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sub_p_box p {
  width: calc(100% - 235px);
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.banquet_food_info {
  text-align: left;
  border: solid 1px #dfad94;
}
.banquet_food_info h5 {
  padding: 11px 14px 9px;
  font-family: ro-nikkatsu-sei-kai-std, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  color: #fff;
  background: #dfad94;
}
.banquet_food_info .food_info_box {
  padding: 28px 25px;
}

.food_info_detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.food_info_photo span {
  display: block;
  margin-right: 40px;
  margin-bottom: 20px;
  width: 220px;
  background: #bbb;
  position: relative;
  overflow: hidden;
}
.food_info_photo span:before {
  content: "";
  display: block;
  padding-top: 72%;
}
.food_info_photo span img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.food_info_photo span:last-of-type {
  margin-bottom: 0;
}
.food_info_photo p {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}

.no_photo {
  visibility: hidden;
}

.food_info_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
}
.food_info_list li {
  display: block;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #9fa0a0;
  position: relative;
}
.food_info_list li:first-child {
  border-top: solid 1px #9fa0a0;
}
.food_info_list li .dot_icon {
  position: absolute;
  top: 33px;
  left: 0;
}
.food_info_list li .food_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.food_info_list li .food_title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #dfad94;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -24px;
}
.food_info_list li .food_title span {
  display: block;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  position: absolute;
  bottom: -18px;
}
.food_info_list .food_info_at, .food_info_list .food_info_at2 {
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  border-bottom: none;
}
.food_info_list .food_info_at {
  padding: 10px 0 0;
  max-width: 100%;
}
.food_info_list .food_info_at p {
  padding-left: 16px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  position: relative;
}
.food_info_list .food_info_at p:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}
.food_info_list .food_info_at2 {
  padding: 8px 0 14px;
  line-height: 18px;
  text-align: right;
}

.food_price_box {
  margin-left: 210px;
  padding: 4px 0;
  border-bottom: solid 1px #9fa0a0;
  position: relative;
}
.food_price_box:last-of-type {
  border-bottom: none;
}
.food_price_box .food_price_title, .food_price_box .tax {
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.food_price_box .food_price_title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.food_price_box .tax, .food_price_box .comma {
  position: relative;
}
.food_price_box .food_price {
  text-align: right;
}
.food_price_box .food_price .tax_out {
  padding: 7px 0;
  font-size: 21px;
  letter-spacing: 0.05em;
}
.food_price_box .food_price .tax_out .comma {
  top: -2px;
}
.food_price_box .food_price .tax_out .yen {
  font-size: 18px;
}
.food_price_box .food_price .tax_out .tax {
  padding-left: 6px;
  font-size: 14px;
  top: -2px;
}
.food_price_box .food_price .tax_in {
  padding: 6px 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  position: relative;
}
.food_price_box .food_price .tax_in:before {
  content: "";
  display: block;
  width: 130px;
  height: 1px;
  background-image: linear-gradient(to right, #929292, #929292 4px, transparent 4px, transparent 8px), linear-gradient(to right, #929292, #929292 4px, transparent 4px, transparent 8px);
  background-size: 8px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  right: 0;
}
.food_price_box .food_price .tax_in .comma {
  top: -1px;
}
.food_price_box .food_price .tax_in .yen {
  font-size: 15px;
}
.food_price_box .food_price .tax_in .tax {
  padding-left: 4px;
  font-size: 12px;
  top: -1px;
}

.food_info_at3 {
  padding: 10px 4px 0;
  max-width: 100%;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  border-top: solid 1px #9fa0a0;
}
.food_info_at3 p {
  padding-left: 16px;
  line-height: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  position: relative;
}
.food_info_at3 p:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}

/*.food_info_photo {
  margin-right: 25px;

  li {
    margin-bottom: 20px;

    &:nth-child(2) {
      margin-bottom: 0;
    }

    span {
      display: block;
      margin-bottom: 4px;
      width: 210px;
      background: #bbb;
      position: relative;
      overflow: hidden;

      &:before {
        content: "";
        display: block;
        padding-top: 72%;
      }

      img {
        width: 100%;
        @include mx.position(50%, 50%);
      }
    }

    p {
      @include mx.han_sans(300, 14px);
    }
  }
}

.food_info_list {
  margin-top: 2px;
  width: calc(100% - 235px);
  @include mx.kozuka_min(500, 22px);
  //border-top: solid 1px #9fa0a0;

  li {
    padding: 31px 0 32px 29px;
    max-width: 380px;
    letter-spacing: 0.1em;
    border-bottom: solid 1px #9fa0a0;
    position: relative;

    &:first-child {
      border-top: solid 1px #9fa0a0;
    }

    .dot_icon {
      position: absolute;
      top: 33px;
      left: 0;
    }

    .food_price {
      font-size: 21px;
      @include mx.position_y(50%);
      right: 0;
    }
  }

  .food_info_at, .food_info_at2 {
    @include mx.shippori(400, 14px);
    letter-spacing: 0;
    border-bottom: none;
  }

  .food_info_at {
    padding: 16px 0 0;
    max-width: 100%;
    line-height: 24px;
    text-align: justify;
    text-justify: inter-ideograph;
  }

  .food_info_at2 {
    padding: 8px 0 14px;
    line-height: 18px;
    text-align: right;
  }
}*/
.plan_b1 .food_info_detail li:last-child, .plan_b2 .food_info_detail li:last-child, .plan_b3 .food_info_detail li:last-child, .plan_b4 .food_info_detail li:last-child, .plan_b5 .food_info_detail li:last-child, .plan_b6 .food_info_detail li:last-child {
  margin-bottom: 0;
}

.plan_b1 {
  /*.food_info_detail {
    li {
      &:nth-child(1) {
        .food_info_photo {
          img {
            top: 10%;
            transform: translate(-50%, -10%);
          }
        }
      }

      &:nth-child(2) {
        .food_info_photo {
          img {
            width: 114%;
            left: 55%;
            transform: translate(-55%, -50%);
          }
        }
      }
    }
  }*/
}
.plan_b1 .plan_img {
  margin-bottom: 20px;
}
.plan_b1 .plan_img img {
  top: 10%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}
.plan_b1 .food_info_photo span:nth-of-type(1) img {
  top: 10%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}
.plan_b1 .food_info_photo span:nth-of-type(2) img {
  width: 114%;
  left: 55%;
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
}

.plan_b2 .icon_box {
  margin-bottom: 14px;
  padding: 0 4px;
  position: static;
}
.plan_b2 .plan_text {
  margin-bottom: 20px;
}
.plan_b2 .banquet_detail_list li {
  padding: 14px 0 17px;
}
.plan_b2 h4 {
  padding-left: 36px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}
.plan_b2 h4 .dot_icon {
  top: 12px;
}
.plan_b2 h4 .age {
  display: inline-block;
  padding-right: 6px;
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-size: 38px;
  font-weight: bold;
  -webkit-transform: scaleX(110%);
          transform: scaleX(110%);
  position: relative;
  top: 2px;
}
.plan_b2 h4 .sub_title {
  font-size: 24px;
  letter-spacing: 0;
  color: #000;
  position: relative;
  top: -1px;
}
.plan_b2 .banquet_detail_text {
  padding: 0 4px 0 34px;
}
.plan_b2 .food_info_detail li:nth-child(1) .food_info_photo img {
  width: 114%;
  top: 90%;
  -webkit-transform: translate(-50%, -90%);
          transform: translate(-50%, -90%);
}

.plan_b3 .plan_img img {
  top: 80%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}

.plan_b4 .plan_text {
  margin-bottom: 30px;
}

.plan_b5 .plan_img img {
  top: 5%;
  -webkit-transform: translate(-50%, -5%);
          transform: translate(-50%, -5%);
}
.plan_b5 .banquet_detail_list {
  margin-bottom: 30px;
}
.plan_b5 .banquet_detail_list li {
  padding-bottom: 30px;
}
.plan_b5 .banquet_detail_list li:nth-child(2) .banquet_detail_text {
  max-width: 680px;
}

.plan_b6 .plan_img img {
  top: 9%;
  -webkit-transform: translate(-50%, -9%);
          transform: translate(-50%, -9%);
}
.plan_b6 .food_info_list .food_info_at2 {
  padding-bottom: 22px;
}

.plan_b7 .buffet_br, .plan_b8 .buffet_br {
  display: none;
}

.plan_b7 .buffet {
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.plan_b8 .plan_img {
  margin-bottom: 80px;
}
.plan_b8 .food_info_list .food_info_at2 {
  color: #c30d23;
}
.plan_b8 .food_info_detail li:nth-child(1) .food_info_photo img {
  width: 104%;
  top: 25%;
  left: 60%;
  -webkit-transform: translate(-60%, -25%);
          transform: translate(-60%, -25%);
}
.plan_b8 .buffet {
  line-height: 1.1;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (min-width: 981px) and (max-width: 1000px) {
  .plan_b7 .buffet_br, .plan_b8 .buffet_br {
    display: block;
  }
}
@media screen and (min-width: 680px) and (max-width: 980px) {
  .plan_b7 .food_info_detail li:nth-child(2) .food_info_list li .food_title {
    padding: 20px 0 30px;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .plan_b7 .food_info_detail li:nth-child(2) .food_info_list li .food_title:before {
    top: 22px;
    -webkit-transform: none;
            transform: none;
  }
  .plan_b7 .food_info_detail li:nth-child(2) .food_info_list li .food_title span {
    bottom: 15px;
  }
  .plan_b7 .food_info_detail li:nth-child(2) .food_price_box {
    margin-left: 0;
  }
  .plan_b7 .food_info_detail li:nth-child(2) .food_price_box:first-of-type {
    border-top: solid 1px #9fa0a0;
  }

  .plan_b8 .food_info_detail li:nth-child(3) .food_info_list li .food_title {
    padding: 20px 0 30px;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .plan_b8 .food_info_detail li:nth-child(3) .food_info_list li .food_title:before {
    top: 22px;
    -webkit-transform: none;
            transform: none;
  }
  .plan_b8 .food_info_detail li:nth-child(3) .food_info_list li .food_title span {
    bottom: 15px;
  }
  .plan_b8 .food_info_detail li:nth-child(3) .food_price_box {
    margin-left: 0;
  }
  .plan_b8 .food_info_detail li:nth-child(3) .food_price_box:first-of-type {
    border-top: solid 1px #9fa0a0;
  }
}
@media screen and (max-width: 920px) {
  .plan_box {
    padding: 20px 15px 30px;
  }
  .plan_box h3 {
    font-size: 38px;
  }
  .plan_box .plan_text {
    font-size: 17px;
    line-height: 30px;
  }

  .banquet_detail_list li {
    font-size: 16px;
  }

  h4 {
    font-size: 28px;
  }
  h4 .sub_title {
    font-size: 20px;
  }

  .icon_box {
    width: 160px;
  }

  .banquet_detail_icon {
    padding: 5px 0 7px;
    width: 160px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }

  .banquet_detail_text {
    line-height: 25px;
  }

  .sub_p_box p {
    font-size: 16px;
    line-height: 25px;
  }

  .food_info_list {
    font-size: 21px;
    /*li {
      .food_price {
        font-size: 20px;
      }
    }*/
  }

  .food_price_box {
    margin-left: 150px;
  }
  .food_price_box .food_price_title {
    font-size: 17px;
  }
  .food_price_box .food_price .tax_out {
    font-size: 20px;
  }
  .food_price_box .food_price .tax_out .yen {
    font-size: 17px;
  }
  .food_price_box .food_price .tax_out .tax {
    font-size: 13px;
  }
  .food_price_box .food_price .tax_in {
    font-size: 15px;
  }
  .food_price_box .food_price .tax_in:before {
    width: 120px;
  }
  .food_price_box .food_price .tax_in .yen {
    font-size: 14px;
  }
  .food_price_box .food_price .tax_in .tax {
    font-size: 11px;
  }

  .plan_b2 h4 {
    font-size: 28px;
  }
  .plan_b2 h4 .age {
    padding-right: 5px;
    font-size: 36px;
  }
  .plan_b2 h4 .sub_title {
    font-size: 22px;
  }
}
@media screen and (min-width: 680px) and (max-width: 819px) {
  .food_info_at .br_at {
    display: none;
  }
}
@media screen and (min-width: 680px) and (max-width: 800px) {
  .food_info_list li .food_title {
    padding: 20px 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }

  .food_price_box {
    margin-left: 0;
  }
  .food_price_box:first-of-type {
    border-top: solid 1px #9fa0a0;
  }
}
@media screen and (min-width: 681px) and (max-width: 710px) {
  .plan_b7 .buffet_br, .plan_b8 .buffet_br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .plan_box {
    padding: 20px 5px 30px;
  }

  .icon_box {
    width: auto;
  }

  .icon1 {
    margin-bottom: 0;
    margin-right: 4px;
  }

  /*.food_info_list {
    margin-top: 2px;
    width: calc(100% - 235px);

    li {
      padding: 20px 0 48px 29px;

      .dot_icon {
        top: 22px;
      }

      .food_price {
        top: auto;
        right: 0;
        bottom: 20px;
        transform: none;
      }
    }
  }*/
}
@media screen and (max-width: 700px) {
  .sub_p_box span {
    width: 180px;
  }
  .sub_p_box p {
    width: calc(100% - 205px);
  }

  .plan_b2 .banquet_detail_list li:nth-child(1) h4 .sub_title {
    display: block;
    margin-top: 8px;
    position: relative;
    left: -12px;
  }
}
@media screen and (max-width: 679px) {
  .food_info_detail li {
    display: block;
  }

  .food_info_photo {
    margin-bottom: 10px;
  }
  .food_info_photo span {
    margin-bottom: 10px;
  }

  .food_info_list {
    font-size: 20px;
  }
  .food_info_list li .food_title:before {
    margin-right: 6px;
    width: 15px;
    height: 15px;
    position: static;
    -webkit-transform: none;
            transform: none;
  }

  .food_price_box {
    margin-left: 210px;
  }
  .food_price_box .food_price_title {
    font-size: 16px;
  }

  .no_photo {
    display: none;
  }

  .plan_b7 .food_info_detail li:nth-child(2) .food_info_list li .food_title span {
    left: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 650px) {
  .plan_b7 .buffet_br, .plan_b8 .buffet_br {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .sec_base h2 p {
    font-size: 26px;
    line-height: 32px;
  }

  .plan_box {
    padding: 10px 0;
  }
  .plan_box h3 {
    font-size: 36px;
  }
  .plan_box .plan_text {
    font-size: 16px;
    line-height: 28px;
  }
  .plan_box .plan_text span {
    font-size: 12px;
    line-height: 16px;
  }
  .plan_box .br_pc {
    display: none;
  }

  .banquet_detail_list li {
    font-size: 15px;
  }

  h4 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  h4 .sub_title {
    font-size: 18px;
  }

  .icon_box {
    margin-bottom: 8px;
    padding-left: 28px;
    position: static;
  }

  .banquet_detail_icon {
    width: calc((100% - 10px) / 2);
    max-width: 160px;
    font-size: 15px;
    letter-spacing: 0;
    text-indent: 0;
  }

  .banquet_detail_text {
    padding: 0 4px 0 28px;
    line-height: 22px;
  }
  .banquet_detail_text .banquet_detail_at {
    font-size: 12px;
    line-height: 16px;
  }

  .sub_p_box {
    display: block;
  }
  .sub_p_box span {
    margin-bottom: 10px;
  }
  .sub_p_box p {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }

  .banquet_food_info h5 {
    font-size: 24px;
  }
  .banquet_food_info .food_info_box {
    display: block;
    padding: 26px 20px;
  }

  /*.food_info_photo {
    display: flex;
    margin-right: 0;

    li {
      margin-bottom: 20px;
      width: calc((100% - 6px) / 2);

      &:first-child {
        margin-right: 6px;
      }

      span {
        width: 100%;
      }

      p {
        font-size: 13px;
      }
    }
  }*/
  .food_price_box {
    margin-left: 210px;
  }
  .food_price_box .food_price_title {
    font-size: 16px;
  }

  /*.food_info_list {
    width: 100%;
    font-size: 20px;

    li {
      padding: 30px 0 32px 28px;
      max-width: 600px;

      .dot_icon {
        top: 32px;
      }

      .food_price {
        font-size: 19px;
      }

      .food_price {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
      }
    }

    .food_info_at, .food_info_at2 {
      font-size: 13px;
    }

    .food_info_at {
      line-height: 22px;
    }

    .food_info_at2 {
      line-height: 16px;
    }
  }*/
  .plan_b1 h4 {
    margin-bottom: 12px;
  }

  .plan_b2 h4 {
    margin-bottom: 16px;
    padding-left: 34px;
    font-size: 26px;
  }
  .plan_b2 h4 .age {
    padding-right: 4px;
    font-size: 34px;
  }
  .plan_b2 h4 .sub_title {
    font-size: 20px;
  }
  .plan_b2 .banquet_detail_text {
    padding: 0 4px 0 32px;
  }

  .plan_b4 .sub_p_box span {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 541px) and (max-width: 570px) {
  .plan_b7 .buffet_br, .plan_b8 .buffet_br {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .plan_b7 .food_info_detail li:nth-child(2) .food_info_list li .food_title {
    padding: 20px 0 30px;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .plan_b7 .food_info_detail li:nth-child(2) .food_info_list li .food_title:before {
    top: 22px;
    -webkit-transform: none;
            transform: none;
  }
  .plan_b7 .food_info_detail li:nth-child(2) .food_info_list li .food_title span {
    left: 22px;
    bottom: 15px;
  }
  .plan_b7 .food_info_detail li:nth-child(2) .food_price_box {
    margin-left: 22px;
  }
  .plan_b7 .food_info_detail li:nth-child(2) .food_price_box:first-of-type {
    border-top: solid 1px #9fa0a0;
  }

  .plan_b8 .food_info_detail li:nth-child(3) .food_info_list li .food_title {
    padding: 20px 0 30px;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .plan_b8 .food_info_detail li:nth-child(3) .food_info_list li .food_title:before {
    top: 22px;
    -webkit-transform: none;
            transform: none;
  }
  .plan_b8 .food_info_detail li:nth-child(3) .food_info_list li .food_title span {
    left: 22px;
    bottom: 15px;
  }
  .plan_b8 .food_info_detail li:nth-child(3) .food_price_box {
    margin-left: 22px;
  }
  .plan_b8 .food_info_detail li:nth-child(3) .food_price_box:first-of-type {
    border-top: solid 1px #9fa0a0;
  }
}
@media screen and (max-width: 500px) {
  .food_info_list li .food_title {
    padding: 20px 0;
    position: relative;
    -webkit-transform: none;
            transform: none;
  }

  .food_price_box {
    margin-left: 22px;
  }
  .food_price_box:first-of-type {
    border-top: solid 1px #9fa0a0;
  }
}
@media screen and (max-width: 459px) {
  .food_info_at .br_at {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .plan_b2 .banquet_detail_list li:nth-child(3) h4 .sub_title {
    display: block;
    margin-top: 8px;
    position: relative;
    left: -12px;
  }
}
@media screen and (max-width: 380px) {
  .plan_box .plan_img img {
    width: auto;
    height: 100%;
  }

  .food_info_list li .dot_icon {
    top: 21px;
  }
  .plan_b2 .banquet_detail_list li:nth-child(2) h4 .sub_title {
    display: block;
    margin-top: 8px;
    position: relative;
    left: -12px;
  }
}
/* フッター */
/* ============================================ */
footer {
  padding: 46px 0 86px;
  width: 100%;
  background: #53401c;
  color: #fff;
}
footer .footer_base {
  margin: 0 auto 28px;
  padding: 0 40px;
  width: 100%;
  max-width: 1040px;
  position: relative;
}
footer .footer_base .footer_logo {
  display: block;
  margin: 0 auto 12px;
  width: 220px;
}
footer .footer_base .footer_text {
  margin-bottom: 8px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}

.contact_btn {
  display: inline-block;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
}
.contact_btn a {
  display: block;
  padding: 5px 32px 7px;
  border: solid 1px rgba(255, 255, 255, 0.8);
  border-radius: 14px;
}
.contact_btn span {
  padding-right: 5px;
}
.contact_btn span img {
  width: 16px;
}

.group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 960px;
}
.group_list li {
  padding: 6px 0;
  width: calc((100% - 160px) / 3);
  border-right: solid 1px rgba(255, 255, 255, 0.8);
}
.group_list li:first-child {
  border-left: solid 1px rgba(255, 255, 255, 0.8);
}
.group_list li:nth-child(2) {
  width: 160px;
}
.group_list li a {
  display: block;
  margin: 0 auto;
  width: 90%;
  height: 52px;
  position: relative;
}
.group_list li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.group_list li a span {
  width: 100%;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.link_bekkan img {
  height: 100%;
}

.link_suizen img {
  height: 74%;
}

.link_solo img {
  height: 87%;
}

@media screen and (max-width: 1040px) {
  .group_list {
    margin: 0 40px;
  }
}
@media screen and (max-width: 920px) {
  footer .footer_base {
    margin: 0 auto 26px;
  }
  footer .footer_base .footer_text {
    font-size: 15px;
    line-height: 24px;
  }

  .group_list li {
    padding: 4px 0;
  }
  .group_list li a {
    height: 46px;
  }
  .group_list li a span {
    font-size: 17px;
  }
}
@media screen and (max-width: 799px) {
  .group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 25px;
  }
  .group_list li {
    margin-bottom: 24px;
    width: calc((100% - 160px) / 2);
  }
  .group_list li:last-child {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: solid 1px #fff;
  }
  .group_list li:last-child a {
    width: 100%;
    height: 36px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    padding: 40px 0 96px;
  }
  footer .footer_base {
    margin-bottom: 40px;
    padding: 0 25px;
  }
  footer .footer_base .footer_logo {
    width: 190px;
  }
  footer .footer_base .footer_text {
    font-size: 14px;
    line-height: 22px;
  }

  .contact_btn {
    font-size: 12px;
  }
  .contact_btn span img {
    width: 15px;
  }

  .group_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 25px;
  }
  .group_list li {
    margin-bottom: 30px;
    width: 100%;
  }
  .group_list li:first-child, .group_list li:nth-child(2), .group_list li:nth-child(3) {
    height: 25px;
    position: relative;
  }
  .group_list li:first-child a, .group_list li:nth-child(2) a, .group_list li:nth-child(3) a {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .group_list li:nth-child(2), .group_list li:nth-child(3) {
    border-left: solid 1px rgba(255, 255, 255, 0.8);
  }
  .group_list li:nth-child(2) {
    width: 100%;
  }
  .group_list li:last-child {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: solid 1px #fff;
  }
  .group_list li:last-child a {
    width: 100%;
    height: 36px;
  }
  .group_list li a {
    height: 42px;
  }
  .group_list li a span {
    font-size: 16px;
  }
}