@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 {
  padding-top: 80px;
  background: #fff;
  position: relative;
}
.contents .corner {
  width: 160px;
  position: absolute;
  top: 0;
}
.contents .cor_left {
  left: 0;
}
.contents .cor_right {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: 0;
}

h2 .time_icon, .opening_hours .time_icon {
  display: block;
  border-radius: 50%;
}
h2 .lunch_mark, .opening_hours .lunch_mark {
  background: #f39800;
}
h2 .dinner_mark, .opening_hours .dinner_mark {
  background: #c8bb9b;
}
h2 .time_title, .opening_hours .time_title {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

.time {
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
.time span {
  position: relative;
}
.time .colon {
  font-size: 12px;
  top: -2px;
}
.time .bracket {
  top: -1px;
}

.opening_hours {
  padding: 30px 0;
  position: relative;
}
.opening_hours:nth-of-type(1) {
  border-bottom: solid 1px #000;
}
.opening_hours:nth-of-type(2) {
  margin-bottom: 10px;
}
.opening_hours .time_title_base {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
}
.opening_hours .time_icon {
  display: inline-block;
  margin-right: 4px;
  width: 20px;
  height: 20px;
}
.opening_hours .lunch_mark {
  vertical-align: -4px;
}
.opening_hours .dinner_mark {
  vertical-align: -2px;
}
.opening_hours .time_title {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  text-align: left;
}
.opening_hours .time {
  padding-right: 6px;
  font-family: fot-tsukuaoldmin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  text-align: right;
}
h2 {
  margin: 0 auto 20px;
  max-width: 680px;
  height: 120px;
  position: relative;
}
h2:before, h2:after {
  content: "";
  display: block;
  width: 110px;
  height: 118px;
  border: solid 1px #000;
  position: absolute;
  top: 0;
}
h2:before {
  border-right: none;
  left: 0;
}
h2:after {
  border-left: none;
  right: 0;
}
h2 .time_icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -30px;
}
h2 .time_title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top_title .time, .menu_sec_title .time {
  margin: 0 auto;
  padding: 15px 0;
  max-width: 680px;
  font-family: sawarabi-gothic, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.footer_solo_logo {
  display: block;
  margin-bottom: 30px;
}
.footer_solo_logo img {
  width: 100px;
}

.attention_2208 {
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #c9bc9c;
}

.reserve_btn {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #c9bc9c;
  position: fixed;
  right: 20px;
  bottom: 34px;
  z-index: 101;
}
.reserve_btn:before {
  content: "";
  width: 166px;
  height: 166px;
  border: solid 2px #c9bc9c;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
}
.reserve_btn a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.reserve_btn_text {
  padding-top: 22%;
  font-family: iroha-26tubaki-stdn, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.reserve_btn_text .kanji {
  font-size: 19px;
  letter-spacing: 0.1em;
}
.reserve_btn_text .dot {
  display: block;
  line-height: 7px;
}

.fadeOut {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.fadeOut a {
  display: none;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.detail_link {
  margin: 0 auto;
  max-width: 680px;
  font-family: iroha-26tubaki-stdn, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  background: #c9bc9c;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.detail_link .kanji {
  font-size: 15px;
  letter-spacing: 0.3em;
}
.detail_link a {
  display: block;
  line-height: 36px;
  color: #fff;
}

.reserve_bottom_btn {
  font-size: 18px;
  border-radius: 20px;
  letter-spacing: 0;
  text-indent: 0;
}
.reserve_bottom_btn .kanji {
  font-size: 17px;
  letter-spacing: 0.15em;
}
.reserve_bottom_btn a {
  line-height: 40px;
}

@media screen and (max-width: 1024px) {
  h2 {
    max-width: 500px;
  }
  h2 .time_icon {
    width: 30px;
    height: 30px;
    top: -15px;
  }
  h2 .time_title {
    font-size: 14px;
  }

  .top_title .time {
    max-width: 500px;
  }

  .menu_sec_title h2 {
    max-width: 340px;
  }
  .menu_sec_title h2:before, .menu_sec_title h2:after {
    width: 50px;
  }
  .menu_sec_title .time {
    max-width: 340px;
  }

  .footer_solo_logo {
    margin-bottom: 50px;
  }
  .footer_solo_logo img {
    width: 60px;
  }

  .attention_2208 {
    font-size: 12px;
  }

  .reserve_btn {
    width: 130px;
    height: 130px;
  }
  .reserve_btn:before {
    content: "";
    width: 144px;
    height: 144px;
    top: -7px;
    left: -7px;
  }
  .reserve_btn a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .reserve_btn_text {
    font-size: 18px;
    line-height: 22px;
  }
  .reserve_btn_text .kanji {
    font-size: 17px;
  }
  .detail_link {
    max-width: 340px;
    font-size: 13px;
  }
  .detail_link .kanji {
    font-size: 12px;
  }
  .detail_link a {
    line-height: 28px;
  }

  .reserve_bottom_btn {
    font-size: 15px;
    border-radius: 16px;
  }
  .reserve_bottom_btn .kanji {
    font-size: 14px;
  }
  .reserve_bottom_btn a {
    line-height: 32px;
  }
}
@media screen and (max-width: 699px) {
  .opening_hours {
    padding: 42px 0 16px;
  }
  .opening_hours .time_title_base {
    padding-right: 20px;
    width: 100%;
    text-align: center;
    top: 16px;
    -webkit-transform: none;
            transform: none;
  }
  .opening_hours .time_icon {
    width: 20px;
    height: 20px;
  }
  .opening_hours .time {
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    padding-top: 80px;
    background: #fff;
    position: relative;
  }
  .contents .corner {
    width: 100px;
  }

  h2 {
    max-width: 340px;
  }
  h2:before, h2:after {
    width: 90px;
  }

  .top_title .time {
    max-width: 340px;
  }

  .reserve_btn {
    width: 110px;
    height: 110px;
    right: 12px;
    bottom: 49px;
  }
  .reserve_btn:before {
    width: 122px;
    height: 122px;
    top: -6px;
    left: -6px;
  }

  .reserve_btn_text {
    padding-top: 21%;
    font-size: 16px;
    line-height: 19px;
  }
  .reserve_btn_text .kanji {
    font-size: 15px;
  }
}
/* 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: 1060px;
  min-height: 360px;
  background: #000;
  position: relative;
  overflow: hidden;
}
header:before {
  content: "";
  display: block;
  padding-top: 67%;
}
header .header_img img {
  width: 104%;
  position: absolute;
  left: 50%;
  top: 72%;
  -webkit-transform: translate(-50%, -72%);
          transform: translate(-50%, -72%);
}
header .header_text {
  width: 100%;
  font-family: fot-tsukuaoldmin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -46%);
          transform: translate(-50%, -46%);
}

.header_at {
  width: 100%;
  background: rgba(175, 56, 64, 0.7);
  position: absolute;
  top: 62%;
  -webkit-transform: translateY(-62%);
          transform: translateY(-62%);
}
.header_at p {
  padding: 16px 0 18px;
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-size: 56px;
  color: #fff;
}
.header_at p span {
  display: block;
  margin-bottom: 6px;
  font-size: 30px;
}

h1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
}
h1 img {
  width: 180px;
}

.contents {
  padding-top: 80px;
}

.solo_info2208_btn {
  margin-bottom: 30px;
}
.solo_info2208_btn p {
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  line-height: 34px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #f39800;
  border: solid 2px #f39800;
  border-radius: 16px;
}
.solo_info2208_btn p a {
  display: block;
}

.modaal-content-container {
  padding: 0;
  border: solid 1px #a48b78;
}

.solo_info2208 {
  width: 100%;
}
.solo_info2208 img {
  width: 100%;
}

.opening_hours_base {
  margin: 0 auto 160px;
  padding: 20px 80px 0;
  max-width: 800px;
  position: relative;
}
.opening_hours_base .bracket_left, .opening_hours_base .bracket_right {
  position: absolute;
  top: 0;
}
.opening_hours_base .bracket_left img, .opening_hours_base .bracket_right img {
  height: 210px;
}
.opening_hours_base .bracket_left {
  left: 0;
}
.opening_hours_base .bracket_right {
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.opening_hours_base .opening_hours_attention {
  font-family: fot-tsukuaoldmin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.1em;
}

.solo_sec_base {
  margin: 0 auto 150px;
  padding-bottom: 110px;
  max-width: 1100px;
  border-bottom: solid 1px #000;
}
.solo_sec_base .sec_title {
  margin-bottom: 120px;
  font-family: fot-tsukuaoldmin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 52px;
  letter-spacing: 0.4em;
  position: relative;
  left: 0.2em;
}

.dining_p_box {
  margin-bottom: 110px;
  padding-bottom: 60px;
  position: relative;
}
.dining_p_box:before {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.dining_p_box .dining_photo {
  display: block;
  margin-bottom: 6px;
  width: 100%;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.dining_p_box .dining_photo:before {
  content: "";
  display: block;
  padding-top: 40%;
}
.dining_p_box .dining_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: fot-tsukuaoldmin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
}
.dining_p_box .dining_text .dining_type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 6px;
  text-align: left;
}
.dining_p_box .dining_text .dining_type span {
  display: inline-block;
  padding-left: 16px;
  font-size: 22px;
  position: relative;
  top: -2px;
}
.dining_p_box .dining_text .dining_table {
  width: 120px;
  font-size: 52px;
  text-align: right;
}
.dining_p_box .dining_text .dining_table span {
  padding-left: 6px;
  font-size: 45px;
  vertical-align: 2px;
}
.dining_p_box:nth-of-type(1) .dining_photo img {
  width: 101%;
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -52%);
          transform: translate(-50%, -52%);
}
.dining_p_box:nth-of-type(2) .dining_photo img {
  width: 102%;
  position: absolute;
  left: 60%;
  top: 94%;
  -webkit-transform: translate(-60%, -94%);
          transform: translate(-60%, -94%);
}
.dining_p_box:nth-of-type(3) .dining_photo img {
  width: 104%;
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}

.menu_sec_title {
  margin-bottom: 56px;
}

h3 {
  margin-bottom: 30px;
  font-family: chaparral-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  letter-spacing: 0.03em;
  text-indent: 0.03em;
}
h3:after {
  content: "";
  display: block;
  margin: 5px auto 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 17px solid #000;
}

.top_menu_list {
  margin-bottom: 60px;
  font-family: iroha-26tubaki-stdn, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}
.top_menu_list li:after {
  content: "";
  display: block;
  margin: 16px auto 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.top_menu_list li:last-child:after {
  content: none;
}
.top_menu_list .main_text {
  line-height: 32px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.top_menu_list .main_text .kanji {
  font-size: 22px;
}
.top_menu_list .sub_text {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.top_menu_list .sub_text .kanji {
  font-size: 15px;
}

.top_sec1 {
  margin-bottom: 30px;
}
.top_sec1 .sec_title {
  margin-bottom: 40px;
}

.top_sec2 h3 {
  color: #f8b62b;
}
.top_sec2 .top_menu_list li:after {
  background: #f8b62b;
}
.top_sec2 .detail_link {
  margin-bottom: 10px;
}

.top_sec3 .sec_title .zei {
  display: inline-block;
  font-family: ryo-text-plusn, serif;
  font-style: normal;
  font-weight: 200;
  font-size: 35px;
  -webkit-transform: scaleX(90%);
          transform: scaleX(90%);
  letter-spacing: 0.5em;
}
.top_sec3 h3 {
  color: #c9bc9c;
}
.top_sec3 .top_menu_list li:after {
  background: #c9bc9c;
}
.top_sec3 .top_menu_list li:nth-last-child(2) {
  margin-bottom: 30px;
}
.top_sec3 .top_menu_list li:nth-last-child(2):after {
  content: none;
}

.top_sec4 {
  margin-bottom: 30px;
  padding-bottom: 156px;
}
.top_sec4 .sec_title {
  margin-bottom: 0;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
.top_sec4 .sec_title:after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
}

.takeout_box {
  margin: 0 auto;
  padding: 24px 50px 30px;
  width: 520px;
  position: relative;
}
.takeout_box:before, .takeout_box:after {
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  border: solid 1px #000;
  position: absolute;
  top: 0;
}
.takeout_box:before {
  border-right: none;
  left: 0;
}
.takeout_box:after {
  border-left: none;
  right: 0;
}
.takeout_box .takeout_text {
  margin-bottom: 5px;
  font-family: kozuka-gothic-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.takeout_box .takeout_title span {
  display: block;
  margin-top: 6px;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
.takeout_box a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.takeout_p_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.takeout_p_box .takeout_p {
  display: inline-block;
  width: calc((100% - 20px) / 3);
  position: relative;
  overflow: hidden;
  background: #ccc;
}
.takeout_p_box .takeout_p:before {
  content: "";
  display: inline-block;
  padding-top: 100%;
}
.takeout_p_box .takeout_p:nth-of-type(1), .takeout_p_box .takeout_p:nth-of-type(2) {
  margin-right: 10px;
}
.takeout_p_box .takeout_p:nth-of-type(1) img {
  width: 130%;
  position: absolute;
  left: 40%;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.takeout_p_box .takeout_p:nth-of-type(2) img {
  width: 140%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.takeout_p_box .takeout_p:nth-of-type(3) img {
  width: 156%;
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
}

.sns_base {
  margin-bottom: 120px;
}

.facebook_icon, .line_icon {
  display: inline-block;
  width: 60px;
}
.facebook_icon img, .line_icon img {
  width: 100%;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.facebook_icon {
  margin-right: 40px;
}

@media screen and (max-width: 1280px) {
  .solo_sec_base {
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media screen and (max-width: 1024px) {
  header .header_text {
    font-size: 26px;
  }

  .header_at {
    top: 63%;
    -webkit-transform: translateY(-63%);
            transform: translateY(-63%);
  }
  .header_at p {
    padding: 11px 0 12px;
    font-size: 44px;
  }
  .header_at p span {
    margin-bottom: 4px;
    font-size: 24px;
  }

  h1 {
    bottom: 20px;
  }
  h1 img {
    width: 136px;
  }

  .opening_hours_base {
    margin-bottom: 140px;
  }

  .solo_sec_base {
    margin-bottom: 80px;
  }
  .solo_sec_base .sec_title {
    margin-bottom: 90px;
    font-size: 28px;
    line-height: 42px;
  }

  .dining_p_box {
    padding-bottom: 50px;
    margin-bottom: 100px;
  }
  .dining_p_box .dining_photo {
    min-height: 240px;
  }
  .dining_p_box .dining_text {
    min-width: 240px;
    font-size: 26px;
  }
  .dining_p_box .dining_text .dining_type span {
    font-size: 18px;
  }
  .dining_p_box .dining_text .dining_table {
    font-size: 46px;
  }
  .dining_p_box .dining_text .dining_table span {
    padding-left: 6px;
    font-size: 40px;
    vertical-align: 2px;
  }
  .menu_sec_title {
    margin-bottom: 30px;
  }

  h3 {
    margin-bottom: 30px;
    font-size: 28px;
  }
  h3:after {
    margin: 4px auto 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #000;
  }

  .top_menu_list {
    margin-bottom: 38px;
    font-size: 18px;
  }
  .top_menu_list li:after {
    margin: 10px auto 6px;
    width: 5px;
    height: 5px;
  }
  .top_menu_list .main_text {
    line-height: 30px;
  }
  .top_menu_list .main_text .kanji {
    font-size: 17px;
  }
  .top_menu_list .sub_text {
    font-size: 13px;
  }
  .top_menu_list .sub_text .kanji {
    font-size: 12px;
  }

  .top_sec1 {
    margin-bottom: 20px;
  }
  .top_sec1 .sec_title {
    margin-bottom: 26px;
  }

  .top_sec2 .detail_link {
    margin-bottom: 8px;
  }

  .top_sec3 .sec_title .zei {
    font-size: 27px;
  }
  .top_sec3 .top_menu_list li:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .top_sec4 {
    margin-bottom: 20px;
    padding-bottom: 116px;
  }
  .top_sec4 .sec_title {
    margin-bottom: 0;
  }
  .top_sec4 .sec_title:after {
    margin: 24px auto;
    width: 6px;
    height: 6px;
  }

  .takeout_box {
    padding: 20px 30px 24px;
    width: 340px;
  }
  .takeout_box:before, .takeout_box:after {
    width: 50px;
  }
  .takeout_box .takeout_text {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 26px;
  }
  .takeout_box .takeout_title span {
    margin-top: 4px;
    font-size: 14px;
  }

  .takeout_p_box {
    margin-bottom: 10px;
  }
  .takeout_p_box .takeout_p {
    width: calc((100% - 16px) / 3);
  }
  .takeout_p_box .takeout_p:nth-of-type(1), .takeout_p_box .takeout_p:nth-of-type(2) {
    margin-right: 8px;
  }

  .facebook_icon, .line_icon {
    width: 50px;
  }

  .facebook_icon {
    margin-right: 30px;
  }
}
@media screen and (max-width: 979px) {
  .opening_hours_base {
    margin-left: 90px;
    margin-right: 90px;
  }
}
@media screen and (max-width: 799px) {
  .header_at {
    top: 56%;
    -webkit-transform: translateY(-56%);
            transform: translateY(-56%);
  }
  .header_at p {
    padding: 8px 0 9px;
    font-size: 34px;
  }
  .header_at p span {
    margin-bottom: 2px;
    font-size: 18px;
  }
}
@media screen and (max-width: 740px) {
  .contents {
    padding-top: 50px;
  }

  .solo_sec_base {
    margin-left: auto;
    margin-right: auto;
    width: 560px;
  }
}
@media screen and (max-width: 699px) {
  .opening_hours_base {
    margin-left: auto;
    margin-right: auto;
    padding: 0 60px;
    width: 430px;
  }
  .opening_hours_base .bracket_left, .opening_hours_base .bracket_right {
    top: 4px;
  }
  .opening_hours_base .bracket_left img, .opening_hours_base .bracket_right img {
    height: 180px;
  }
  .opening_hours_base .opening_hours_attention {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 599px) {
  header .header_text {
    font-size: 24px;
  }

  h1 {
    bottom: 12px;
  }
  h1 img {
    width: 110px;
  }

  .contents {
    padding-top: 60px;
  }

  .solo_info2208_btn {
    margin-bottom: 20px;
  }

  .opening_hours_base {
    margin-bottom: 120px;
    padding: 0 35px;
    max-width: 320px;
  }
  .opening_hours_base .bracket_left, .opening_hours_base .bracket_right {
    top: 6px;
  }
  .opening_hours_base .opening_hours_attention {
    font-size: 11px;
    line-height: 16px;
  }

  .solo_sec_base {
    padding: 0 15px 110px;
    width: auto;
  }
  .solo_sec_base .sec_title {
    margin-bottom: 90px;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.3em;
    left: 0.15em;
  }

  .dining_p_box {
    display: block;
    margin: 0 auto 90px;
    max-width: 340px;
  }
  .dining_p_box:before {
    width: 240px;
  }
  .dining_p_box .dining_text {
    font-size: 24px;
  }
  .dining_p_box .dining_text .dining_type span {
    display: block;
    padding-left: 4px;
    padding-top: 4px;
    font-size: 16px;
  }
  .dining_p_box .dining_text .dining_table {
    font-size: 44px;
  }
  .dining_p_box .dining_text .dining_table span {
    padding-left: 4px;
    font-size: 38px;
    vertical-align: 1px;
  }
  .dining_p_box:nth-of-type(1) .dining_photo img {
    width: auto;
    height: 104%;
  }
  .dining_p_box:nth-of-type(2) .dining_photo img {
    width: auto;
    height: 106%;
    left: 20%;
    -webkit-transform: translate(-20%, -94%);
            transform: translate(-20%, -94%);
  }
  .dining_p_box:nth-of-type(3) .dining_photo img {
    width: auto;
    height: 102%;
    left: 70%;
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
  }

  .top_sec1 .sec_title {
    margin-bottom: 22px;
  }

  .top_sec3 .sec_title .zei {
    font-size: 25px;
    letter-spacing: 0.4em;
  }

  .top_sec4 .sec_title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .solo_info2208_btn {
    margin: 0 30px 20px;
  }
}
/* フッター */
/* ============================================ */
footer {
  padding: 46px 0 86px;
  width: 100%;
  background: #53401c;
  color: #fff;
}
footer .footer_base {
  margin: 0 auto;
  padding: 20px 0 14px;
  max-width: 960px;
  border-top: solid 1px rgba(255, 255, 255, 0.8);
  position: relative;
}
footer .footer_base .footer_logo {
  display: block;
  margin: 0 auto 12px;
  width: 220px;
}
footer .footer_base .footer_text {
  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;
}
footer .bekkan_box {
  padding-top: 16px;
}
footer .suizen_box {
  margin-bottom: 26px;
  padding-top: 24px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.8);
}

.footer_logo_box {
  margin: 0 auto 8px;
}
.footer_logo_box span {
  display: inline-block;
  vertical-align: middle;
}
.footer_logo_box .logo_bekkan img {
  width: 220px;
}
.footer_logo_box .logo_solo img {
  width: 45px;
}
.footer_logo_box .dot {
  margin: 0 16px 0 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  position: relative;
  top: 4px;
}
.footer_logo_box .logo_suizen img {
  width: 220px;
}

.link_store {
  margin: 0 auto;
  max-width: 430px;
  border: solid 1px rgba(255, 255, 255, 0.8);
}
.link_store a {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  position: relative;
}
.link_store 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%);
}

@media screen and (max-width: 1040px) {
  footer .footer_base {
    margin: 0 40px;
  }
  footer .suizen_box {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 920px) {
  footer .footer_base .footer_text {
    font-size: 15px;
    line-height: 24px;
  }
}
@media screen and (max-width: 599px) {
  footer {
    padding: 46px 0 96px;
  }
  footer .footer_base {
    margin: 0 25px;
  }
  footer .footer_base .footer_logo {
    width: 190px;
  }
  footer .footer_base .footer_text {
    font-size: 14px;
    line-height: 22px;
  }
  footer .suizen_box {
    margin-bottom: 26px;
  }

  .footer_logo_box {
    margin: 0 auto 8px;
  }
  .footer_logo_box .logo_bekkan img {
    width: 190px;
  }
  .footer_logo_box .logo_solo img {
    width: 40px;
  }
  .footer_logo_box .dot {
    margin: 0 14px 0 0;
    width: 6px;
    height: 6px;
    top: 3px;
  }
  .footer_logo_box .logo_suizen img {
    width: 190px;
  }
}
@media screen and (max-width: 480px) {
  .link_store {
    margin: 0 25px;
  }
}

/* lunch section dinner section updates*/
.w-menu-preview .time_title_base {
  top: unset;
  transform: unset;
  -webkit-transform: unset;
}
.menu-preview {
  text-align: left;
  display: block;
  position: relative;
  margin-top: 30px;
}
.menu-prev-items {
  margin-top: 15px;
  /*padding-left: 40px;*/
}
.menu-preview .menu-prev-items .menu-prev-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: flex-start;
}
.menu-preview .menu-prev-items .menu-prev-item img {
  width: 35%;
}
.menu-preview .menu-prev-items .menu-prev-item img + div {
  width: 65%;
}
.menu-preview p {
  font-size: 18px;
  font-family: fot-tsukuaoldmin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
.menu-preview .menu-prev-items .menu-prev-item img + div {
  padding-left: 15px;
}
.menu-preview .menu-prev-items .menu-prev-item .item-name {
  display: flex;
  justify-content: space-between;
}
.menu-preview .menu-prev-items .menu-prev-item img + div span {
  margin-bottom: 20px;
  display: inline-block;
}
.menu-preview .menu-item-btn {
  display: block;
  margin: 40px auto 10px auto;
  padding-bottom: 1px;
  width: max-content;
  font-family: source-han-sans-japanese, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  border: solid 1px #000;
  width: 285px;
  text-align: center;
 /* margin-left: 40px;*/
}
.opening_hours_base.no-padding {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 480px) {
  .w-menu-preview .time_title_base {
    top: 16px;
  }
  .menu-preview p {
    font-size: 16px;
    line-height: 24px;
  }
  .menu-prev-items {
    padding-left: 0;
  }
  .menu-preview .menu-prev-items .menu-prev-item {
    flex-direction: column;
  }
  .menu-preview .menu-prev-items .menu-prev-item img,
  .menu-preview .menu-prev-items .menu-prev-item img + div {
    width: 100%;
  }
  .menu-preview .menu-prev-items .menu-prev-item img + div {
    margin-top: 15px;
    padding-left: 0;
  }
  .menu-preview .menu-prev-items .menu-prev-item img + div span {
    margin-bottom: 10px;
  }
  .menu-preview p br {
    display: none;
  }
  .menu-preview .menu-item-btn {
    margin: 0 auto;
    font-size: 14px;
    /*padding: 10px 5px;*/
  }
}