@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;700&family=Shippori+Mincho:wght@400;700&display=swap");
*, body {
  font-family: "M PLUS 1p", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.outer {
  width: 100%;
}

.wrapper {
  width: 1000px;
}

.container {
  width: 800px;
}

h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #bb1a1a;
  margin-bottom: 40px;
}

h2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/material/tiger_foot.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: sub;
}

h3 {
  color: #d6a93f;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #bb1a1a;
  margin-bottom: 40px;
}

h4::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/material/tiger_foot.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: sub;
}

p {
  line-height: 1.8;
  letter-spacing: 1.6px;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
}

.deco03 {
  width: 112px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.bar01 {
  height: 2vh;
  background-image: url(../images/material/bar01.png);
  background-size: contain;
  background-repeat: repeat;
  position: relative;
  z-index: 10;
}

.margin_bottom_240 {
  margin-bottom: 240px;
}

.margin_bottom_160 {
  margin-bottom: 160px;
}

.margin_bottom_80 {
  margin-bottom: 80px;
}

.margin_bottom_40 {
  margin-bottom: 40px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.padding_top_28 {
  padding-top: 28px;
}

.maincolor {
  color: #bb1a1a;
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 1300ms;
  transition: all 1300ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.top .header {
  position: relative;
  z-index: 100;
}
.top .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.top .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.top .header .header_top .logo img {
  width: 240px;
}
.top .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.top .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.top .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.top .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.top .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.top .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.top .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.top .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.top .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.top .header .pc_nav .gnav li {
  position: relative;
}
.top .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.top .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.top .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.top .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.top .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.top .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .header .hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  margin-top: -160px;
  /*ポップアップここから*/
  /*ポップアップココまで*/
}
.top .header .hero .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top .header .hero .covid_measure {
  max-width: 520px;
  width: 40vw;
  position: absolute;
  left: 80px;
  bottom: 160px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.6666666667);
  text-align: center;
  padding: 20px 40px;
  z-index: 100;
}
.top .header .hero .covid_measure .covid_title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: bold;
}
.top .header .hero .covid_measure .covid_text {
  margin-bottom: 20px;
}
.top .header .hero .popup_wrap input {
  display: none;
}
.top .header .hero .popup_overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, -webkit-transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s;
  transition: opacity 0.5s, transform 0s 0.5s, -webkit-transform 0s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: 1000;
}
.top .header .hero .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.top .header .hero .popup_content {
  position: relative;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  max-width: 650px;
  width: 50vw;
  margin-top: 130px;
  padding: 30px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10000;
}
.top .header .hero .popup_content img {
  width: 90%;
  margin-bottom: 20px;
}
.top .header .hero .popup_content p {
  color: #d6a93f;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.top .header .hero .popup_content table {
  text-align: left;
  line-height: 2;
}
.top .header .hero .popup_content table tr {
  border-bottom: 1px dotted #d6a93f;
}
.top .header .hero .popup_content table tr th {
  width: 15%;
}
.top .header .hero .close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}
.top .header .hero .popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top .header .hero .open_btn {
  width: 120px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto;
  padding: 10px 20px;
  color: #fff;
  background-color: #333;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.top .header .hero .open_btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 4px;
}
.top .header .hero .open_btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .header .hero .copy_wrap {
  max-height: 100%;
  height: calc(90% - 240px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.top .header .hero .copy_wrap .copy {
  height: 100%;
}
.top .header .hero .arrow-down {
  position: absolute;
  bottom: 130px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2.2s infinite;
  animation: sdb 2.2s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.top .main {
  background-image: url(../images/material/bg02.jpg);
}
.top .main .section_info {
  padding: 80px 0;
  position: relative;
}
.top .main .section_info .box1 {
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 10;
}
.top .main .section_info p {
  text-align: left;
  margin-bottom: 10px;
}
.top .main .section_info p a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top .main .section_info p .break {
  display: none;
}
.top .main .section_info p span {
  color: #f10;
  font-weight: bold;
}
.top .main .section_info p a:hover {
  color: #bb1a1a;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top .main .section_info p:last-child {
  margin-bottom: 0px;
}
.top .main .section_info::before {
  content: "";
  width: 40vw;
  height: 70vh;
  background: url(../images/material/niramoyashi.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 30;
  left: 0;
}
.top .main .section_info::after {
  content: "";
  width: 30vw;
  height: 70vh;
  background: url(../images/material/ebichiri.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
.top .main .section1 {
  padding: 80px 0;
  position: relative;
}
.top .main .section1 .box1 {
  max-width: 800px;
  background-color: rgba(255, 255, 255, 0.5019607843);
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 10;
}
.top .main .section1 p {
  text-align: center;
  margin-bottom: 40px;
}
.top .main .section1 p:last-child {
  margin-bottom: 0px;
}
.top .section2 {
  padding: 80px 0 0;
  position: relative;
}
.top .section2 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.top .section2 .box1 .left {
  width: 50%;
  background-color: #bb1a1a;
}
.top .section2 .box1 .left .text_box {
  max-width: 500px;
  width: 100%;
  margin: 80px 0 80px auto;
  padding: 0 20px;
}
.top .section2 .box1 .left .text_box h3 {
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}
.top .section2 .box1 .left .text_box p {
  color: #fff;
}
.top .section2 .box1 .right {
  width: 50%;
}
.top .section2 .box1 .right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top .section2 .button_primary a {
  width: 240px;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #bb1a1a;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .section2 .button_primary a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/material/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .section2 .button_primary a:hover {
  background-color: #bb1a1a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .section2 .button_primary a:hover::after {
  background-image: url(../images/material/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .section2 .course_banner {
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 100px;
}
.top .section2 .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top .section2 .box2 .left {
  width: 50%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.top .section2 .box2 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top .section2 .box2 .left img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top .section2 .box2 .left p {
  color: #bb1a1a;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top .section2 .box2 .right {
  width: 50%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.top .section2 .box2 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top .section2 .box2 .right img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.top .section2 .box2 .right p {
  color: #bb1a1a;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top .section3 {
  padding: 80px 0 80px;
  background-image: url(../images/material/bg01.jpg);
}
.top .section3 .description {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.top .section3 .description p {
  width: 50%;
  margin-right: 20px;
}
.top .section3 .description p:last-child {
  margin-right: 0;
  margin-left: 20px;
}
.top .section3 .slide_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24 0px;
  overflow: hidden;
  margin-bottom: 40px;
}
.top .section3 .slide_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top .section3 .slide_content {
  width: 400px;
  height: auto;
}
.top .section3 .slide_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 80s infinite linear 1s both;
          animation: loop-slide 80s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.top .section3 .button_primary a {
  width: 240px;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #bb1a1a;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .section3 .button_primary a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/material/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .section3 .button_primary a:hover {
  background-color: #bb1a1a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .section3 .button_primary a:hover::after {
  background-image: url(../images/material/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.top .section4 {
  width: 100%;
  height: 70%;
  background-image: url(../images/material/shop14.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.top .section4 h2 {
  padding-top: 80px;
}
.top .section4 .description {
  text-align: center;
  margin-bottom: 40px;
}
.top .section4 .luckyset {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}
.top .section5 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0 160px;
  margin: 0 auto;
}
.top .section5 .shop_logo {
  width: 300px;
  margin: 0 auto 40px;
  display: block;
}
.top .section5 .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.top .section5 .shop_info .left {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.top .section5 .shop_info .left p {
  margin-bottom: 40px;
}
.top .section5 .shop_info .left .instagram {
  width: 80px;
}
.top .section5 .shop_info .right {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.top .section5 .shop_info .right iframe {
  width: 100%;
  height: 75%;
  margin-bottom: 40px;
}
.top .section5 .shop_info .right .reserve_phone {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.top .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.top .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.top .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.top .footer ul li a {
  color: #fff;
  display: inline-block;
}
.top .footer ul li:last-child {
  border: none;
}
.top .footer p {
  color: #fff;
  text-align: center;
}
.top .backtotop {
  width: 100%;
}
.top .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.menu_single .header {
  position: relative;
  z-index: 100;
}
.menu_single .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.menu_single .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.menu_single .header .header_top .logo img {
  width: 240px;
}
.menu_single .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.menu_single .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.menu_single .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.menu_single .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.menu_single .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.menu_single .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu_single .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.menu_single .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.menu_single .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_single .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.menu_single .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.menu_single .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.menu_single .header .pc_nav .gnav li {
  position: relative;
}
.menu_single .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.menu_single .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_single .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_single .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.menu_single .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.menu_single .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_single .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_single .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.menu_single .header .hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/menu/single/single_top.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -160px;
}
.menu_single .header .hero .maintitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_single .header .hero .maintitle p {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-shadow: 3px 6px 9px #d6a93f;
}
.menu_single .main .section1 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg02.jpg);
}
.menu_single .main .section1 .box1 {
  text-align: center;
}
.menu_single .main .section1 .box1 img {
  width: 600px;
  position: relative;
  z-index: 10;
}
.menu_single .main .section1 .box1 p {
  padding-top: 40px;
  margin-bottom: 80px;
}
.menu_single .main .section1 .menu_link_button ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 10;
}
.menu_single .main .section1 .menu_link_button ul li {
  margin: 0 40px;
}
.menu_single .main .section1 .menu_link_button ul li a {
  width: 240px;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #bb1a1a;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_single .main .section1 .menu_link_button ul li a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/material/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_single .main .section1 .menu_link_button ul li a:hover {
  background-color: #bb1a1a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_single .main .section1 .menu_link_button ul li a:hover::after {
  background-image: url(../images/material/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_single .main .section1::before {
  content: "";
  width: 30vw;
  height: 70vh;
  background: url(../images/menu/single/yodaredori.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 30;
  left: 0;
}
.menu_single .main .section1::after {
  content: "";
  width: 18vw;
  height: 70vh;
  background: url(../images/material/deco02.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 40px;
}
.menu_single .main .section2 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
.menu_single .main .section2 .box1 {
  margin: 0 auto;
}
.menu_single .main .section2 .box1 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_single .main .section2 .box1 .takeout_phone {
  width: 300px;
  position: absolute;
  top: 0;
}
.menu_single .main .section2 .box1 ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.menu_single .main .section2 .box1 ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px dotted #bb1a1a;
  margin-bottom: 20px;
}
.menu_single .main .section2 .box1 ul li .menu_name_top {
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: 20px;
}
.menu_single .main .section2 .box1 ul li img {
  width: 320px;
  height: 240px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_single .main .section2 .box1 ul li .menu_price {
  color: #bb1a1a;
}
.menu_single .main .section2 .box1 ul:last-child {
  margin: 0;
}
.menu_single .main .section2 .box1 ul.recommend {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin-bottom: -160px;
}
.menu_single .main .section2 .box1 ul.recommend .menu_box {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-bottom: 1px dotted #bb1a1a;
  margin-bottom: 20px;
}
.menu_single .main .section2 .box1 ul.recommend .menu_box img {
  width: 320px;
  height: 240px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_single .main .section2 .box1 ul.recommend .menu_box .menu_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu_single .main .section2 .box1 ul.recommend .menu_box .menu_text .menu_price {
  color: #bb1a1a;
}
.menu_single .main .section2 .box1 ul.recommend .menu_box .menu_description {
  font-size: 12px;
}
.menu_single .main .section2 .gyouza {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.menu_single .main .section3 {
  width: 100%;
  height: 70%;
  background-image: url(../images/material/shop14.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_single .main .section3 h2 {
  padding-top: 80px;
}
.menu_single .main .section3 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_single .main .section3 .luckyset {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}
.menu_single .main .section4 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0 160px;
  margin: 0 auto;
}
.menu_single .main .section4 .shop_logo {
  width: 300px;
  margin: 0 auto 40px;
  display: block;
}
.menu_single .main .section4 .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.menu_single .main .section4 .shop_info .left {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_single .main .section4 .shop_info .left p {
  margin-bottom: 40px;
}
.menu_single .main .section4 .shop_info .left .instagram {
  width: 80px;
}
.menu_single .main .section4 .shop_info .right {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_single .main .section4 .shop_info .right iframe {
  width: 100%;
  height: 75%;
  margin-bottom: 40px;
}
.menu_single .main .section4 .shop_info .right .reserve_phone {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.menu_single .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.menu_single .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.menu_single .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.menu_single .footer ul li a {
  color: #fff;
  display: inline-block;
}
.menu_single .footer ul li:last-child {
  border: none;
}
.menu_single .footer p {
  color: #fff;
  text-align: center;
}
.menu_single .backtotop {
  width: 100%;
}
.menu_single .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.menu_set .header {
  position: relative;
  z-index: 100;
}
.menu_set .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.menu_set .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.menu_set .header .header_top .logo img {
  width: 240px;
}
.menu_set .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.menu_set .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.menu_set .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.menu_set .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.menu_set .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.menu_set .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu_set .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.menu_set .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.menu_set .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_set .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.menu_set .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.menu_set .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.menu_set .header .pc_nav .gnav li {
  position: relative;
}
.menu_set .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.menu_set .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_set .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_set .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.menu_set .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.menu_set .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_set .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_set .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.menu_set .header .hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/menu/set/set_top.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -160px;
}
.menu_set .header .hero .maintitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_set .header .hero .maintitle p {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-shadow: 3px 6px 9px #d6a93f;
}
.menu_set .main .section1 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg02.jpg);
}
.menu_set .main .section1 .box1 {
  text-align: center;
}
.menu_set .main .section1 .box1 img {
  width: 600px;
  position: relative;
  z-index: 10;
}
.menu_set .main .section1 .box1 p {
  padding-top: 40px;
}
.menu_set .main .section1::before {
  content: "";
  width: 30vw;
  height: 70vh;
  background: url(../images/menu/set/subuta.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_set .main .section1::after {
  content: "";
  width: 18vw;
  height: 70vh;
  background: url(../images/material/deco02.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 40px;
}
.menu_set .main .section2 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
.menu_set .main .section2 .box1 {
  margin: 0 auto;
}
.menu_set .main .section2 .box1 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_set .main .section2 .box1 .description .price_up {
  font-weight: 800;
  color: #fff;
  background-color: #bb1a1a;
}
.menu_set .main .section2 .box1 .takeout_phone {
  width: 300px;
  position: absolute;
  top: 0;
}
.menu_set .main .section2 .box1 ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.menu_set .main .section2 .box1 ul .menu_box {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-bottom: 1px dotted #bb1a1a;
  margin-bottom: 20px;
}
.menu_set .main .section2 .box1 ul .menu_box img {
  width: 320px;
  height: 240px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_set .main .section2 .box1 ul .menu_box .menu_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu_set .main .section2 .box1 ul .menu_box .menu_text .menu_price {
  color: #bb1a1a;
}
.menu_set .main .section2 .box1 ul .menu_box .menu_description {
  font-size: 12px;
}
.menu_set .main .section2 .box1 ul .menu_box_rice .menu_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu_set .main .section2 .box1 ul .menu_box_rice .menu_price {
  color: #bb1a1a;
}
.menu_set .main .section2 .box1 ul .logo02 {
  max-width: 320px;
  margin-bottom: 18px;
}
.menu_set .main .section2 .box1 ul:last-child {
  margin: 0;
}
.menu_set .main .section2 .box1 .gyouza {
  position: relative;
  top: -80px;
}
.menu_set .main .section2 .box1 .gyouza img {
  width: 100vw;
}
.menu_set .main .section3 {
  width: 100%;
  height: 70%;
  background-image: url(../images/material/shop14.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_set .main .section3 h2 {
  padding-top: 80px;
}
.menu_set .main .section3 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_set .main .section3 .luckyset {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}
.menu_set .main .section4 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0 160px;
  margin: 0 auto;
}
.menu_set .main .section4 .shop_logo {
  width: 300px;
  margin: 0 auto 40px;
  display: block;
}
.menu_set .main .section4 .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.menu_set .main .section4 .shop_info .left {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_set .main .section4 .shop_info .left p {
  margin-bottom: 40px;
}
.menu_set .main .section4 .shop_info .left .instagram {
  width: 80px;
}
.menu_set .main .section4 .shop_info .right {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_set .main .section4 .shop_info .right iframe {
  width: 100%;
  height: 75%;
  margin-bottom: 40px;
}
.menu_set .main .section4 .shop_info .right .reserve_phone {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.menu_set .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.menu_set .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.menu_set .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.menu_set .footer ul li a {
  color: #fff;
  display: inline-block;
}
.menu_set .footer ul li:last-child {
  border: none;
}
.menu_set .footer p {
  color: #fff;
  text-align: center;
}
.menu_set .backtotop {
  width: 100%;
}
.menu_set .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.menu_recommend .header {
  position: relative;
  z-index: 100;
}
.menu_recommend .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.menu_recommend .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.menu_recommend .header .header_top .logo img {
  width: 240px;
}
.menu_recommend .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.menu_recommend .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.menu_recommend .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.menu_recommend .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.menu_recommend .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.menu_recommend .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu_recommend .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.menu_recommend .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.menu_recommend .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_recommend .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.menu_recommend .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.menu_recommend .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.menu_recommend .header .pc_nav .gnav li {
  position: relative;
}
.menu_recommend .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.menu_recommend .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_recommend .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_recommend .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.menu_recommend .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.menu_recommend .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_recommend .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_recommend .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.menu_recommend .header .hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/menu/recommend/recommend_top.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -160px;
}
.menu_recommend .header .hero .maintitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_recommend .header .hero .maintitle p {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-shadow: 3px 6px 9px #d6a93f;
}
.menu_recommend .main .section1 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg02.jpg);
}
.menu_recommend .main .section1 .box1 {
  text-align: center;
}
.menu_recommend .main .section1 .box1 img {
  width: 600px;
  position: relative;
  z-index: 10;
}
.menu_recommend .main .section1 .box1 p {
  padding-top: 40px;
}
.menu_recommend .main .section1::before {
  content: "";
  width: 18vw;
  height: 70vh;
  background: url(../images/material/deco02.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 40px;
}
.menu_recommend .main .section1::after {
  content: "";
  width: 30vw;
  height: 70vh;
  background: url(../images/menu/recommend/ebichiri.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  right: 0;
}
.menu_recommend .main .section2 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
.menu_recommend .main .section2 .box1 {
  margin: 0 auto;
}
.menu_recommend .main .section2 .box1 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_recommend .main .section2 .box1 .takeout_phone {
  width: 300px;
  position: absolute;
  top: 0;
}
.menu_recommend .main .section2 .box1 ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.menu_recommend .main .section2 .box1 ul .menu_box {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-bottom: 1px dotted #bb1a1a;
  margin-bottom: 20px;
}
.menu_recommend .main .section2 .box1 ul .menu_box img {
  width: 320px;
  height: 240px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_recommend .main .section2 .box1 ul .menu_box .menu_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu_recommend .main .section2 .box1 ul .menu_box .menu_text .menu_price {
  color: #bb1a1a;
}
.menu_recommend .main .section2 .box1 ul .menu_box .menu_description {
  font-size: 12px;
}
.menu_recommend .main .section2 .box1 ul .logo03 {
  max-width: 320px;
  margin-bottom: 18px;
}
.menu_recommend .main .section2 .box1 ul:last-child {
  margin: 0;
}
.menu_recommend .main .section2 .gyouza {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.menu_recommend .main .section3 {
  width: 100%;
  height: 70%;
  background-image: url(../images/material/shop14.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_recommend .main .section3 h2 {
  padding-top: 80px;
}
.menu_recommend .main .section3 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_recommend .main .section3 .luckyset {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}
.menu_recommend .main .section4 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0 160px;
  margin: 0 auto;
}
.menu_recommend .main .section4 .shop_logo {
  width: 300px;
  margin: 0 auto 40px;
  display: block;
}
.menu_recommend .main .section4 .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.menu_recommend .main .section4 .shop_info .left {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_recommend .main .section4 .shop_info .left p {
  margin-bottom: 40px;
}
.menu_recommend .main .section4 .shop_info .left .instagram {
  width: 80px;
}
.menu_recommend .main .section4 .shop_info .right {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_recommend .main .section4 .shop_info .right iframe {
  width: 100%;
  height: 75%;
  margin-bottom: 40px;
}
.menu_recommend .main .section4 .shop_info .right .reserve_phone {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.menu_recommend .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.menu_recommend .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.menu_recommend .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.menu_recommend .footer ul li a {
  color: #fff;
  display: inline-block;
}
.menu_recommend .footer ul li:last-child {
  border: none;
}
.menu_recommend .footer p {
  color: #fff;
  text-align: center;
}
.menu_recommend .backtotop {
  width: 100%;
}
.menu_recommend .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.menu_drink .header {
  position: relative;
  z-index: 100;
}
.menu_drink .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.menu_drink .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.menu_drink .header .header_top .logo img {
  width: 240px;
}
.menu_drink .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.menu_drink .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.menu_drink .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.menu_drink .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.menu_drink .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.menu_drink .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu_drink .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.menu_drink .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.menu_drink .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_drink .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.menu_drink .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.menu_drink .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.menu_drink .header .pc_nav .gnav li {
  position: relative;
}
.menu_drink .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.menu_drink .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_drink .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_drink .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.menu_drink .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.menu_drink .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_drink .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_drink .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.menu_drink .header .hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/menu/drink/drink_top.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -160px;
}
.menu_drink .header .hero .maintitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_drink .header .hero .maintitle p {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-shadow: 3px 6px 9px #d6a93f;
}
.menu_drink .main .section1 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg02.jpg);
}
.menu_drink .main .section1 .box1 {
  text-align: center;
}
.menu_drink .main .section1 .box1 img {
  width: 600px;
  position: relative;
  z-index: 10;
}
.menu_drink .main .section1 .box1 p {
  padding-top: 40px;
}
.menu_drink .main .section1::before {
  content: "";
  width: 30vw;
  height: 70vh;
  background: url(../images/menu/drink/keichin.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.menu_drink .main .section1::after {
  content: "";
  width: 18vw;
  height: 70vh;
  background: url(../images/material/deco02.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 40px;
}
.menu_drink .main .section2, .menu_drink .main .section4 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0;
  position: relative;
  z-index: 10;
}
.menu_drink .main .section2 .box1, .menu_drink .main .section4 .box1 {
  margin: 0 auto;
}
.menu_drink .main .section2 .box1 .description, .menu_drink .main .section4 .box1 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_drink .main .section2 .box1 .takeout_phone, .menu_drink .main .section4 .box1 .takeout_phone {
  width: 300px;
  position: absolute;
  top: 0;
}
.menu_drink .main .section2 .box1 ul, .menu_drink .main .section4 .box1 ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.menu_drink .main .section2 .box1 ul .drink_type, .menu_drink .main .section4 .box1 ul .drink_type {
  width: 320px;
  height: 44px;
  background-image: url(../images/menu/drink/drink_type_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
}
.menu_drink .main .section2 .box1 ul .drink_name1, .menu_drink .main .section4 .box1 ul .drink_name1 {
  color: #d6a93f;
  text-align: center;
  margin-bottom: 20px;
}
.menu_drink .main .section2 .box1 ul .drink_name2, .menu_drink .main .section4 .box1 ul .drink_name2 {
  line-height: 2;
}
.menu_drink .main .section2 .box1 ul .drink_name3 div, .menu_drink .main .section4 .box1 ul .drink_name3 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu_drink .main .section2 .box1 ul .menu_box, .menu_drink .main .section4 .box1 ul .menu_box {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-bottom: 1px dotted #bb1a1a;
  margin-bottom: 20px;
}
.menu_drink .main .section2 .box1 ul .menu_box img, .menu_drink .main .section4 .box1 ul .menu_box img {
  width: 320px;
  height: 240px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_drink .main .section2 .box1 ul .menu_box .menu_text, .menu_drink .main .section4 .box1 ul .menu_box .menu_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu_drink .main .section2 .box1 ul .menu_box .menu_text .menu_price, .menu_drink .main .section4 .box1 ul .menu_box .menu_text .menu_price {
  color: #bb1a1a;
}
.menu_drink .main .section2 .box1 ul .menu_box .menu_description, .menu_drink .main .section4 .box1 ul .menu_box .menu_description {
  font-size: 12px;
}
.menu_drink .main .section2 .box1 ul:last-child, .menu_drink .main .section4 .box1 ul:last-child {
  margin: 0;
}
.menu_drink .main .section2 .box1 .drink_menu_pdf, .menu_drink .main .section4 .box1 .drink_menu_pdf {
  text-align: center;
  padding-top: 40px;
}
.menu_drink .main .section2 .box1 .drink_menu_pdf a, .menu_drink .main .section4 .box1 .drink_menu_pdf a {
  width: 240px;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #bb1a1a;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_drink .main .section2 .box1 .drink_menu_pdf a::after, .menu_drink .main .section4 .box1 .drink_menu_pdf a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/material/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_drink .main .section2 .box1 .drink_menu_pdf a:hover, .menu_drink .main .section4 .box1 .drink_menu_pdf a:hover {
  background-color: #bb1a1a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_drink .main .section2 .box1 .drink_menu_pdf a:hover::after, .menu_drink .main .section4 .box1 .drink_menu_pdf a:hover::after {
  background-image: url(../images/material/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_drink .main .section2 .box1 .drink_menu_pdf a, .menu_drink .main .section4 .box1 .drink_menu_pdf a {
  width: 320px;
}
.menu_drink .main .section2 .box1 .drink_menu_pdf img, .menu_drink .main .section4 .box1 .drink_menu_pdf img {
  margin-bottom: 20px;
}
.menu_drink .main .section3 {
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url(../images/menu/drink/drink05.png);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/menu/drink/drink05.png);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/menu/drink/drink05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.menu_drink .main .section3 p {
  font-family: "Shippori Mincho", serif;
  color: #d6a93f;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  line-height: 300px;
}
.menu_drink .main .section5 {
  width: 100%;
  height: 70%;
  background-image: url(../images/material/shop14.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_drink .main .section5 h2 {
  padding-top: 80px;
}
.menu_drink .main .section5 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_drink .main .section5 .luckyset {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}
.menu_drink .main .section6 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0 160px;
  margin: 0 auto;
}
.menu_drink .main .section6 .shop_logo {
  width: 300px;
  margin: 0 auto 40px;
  display: block;
}
.menu_drink .main .section6 .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.menu_drink .main .section6 .shop_info .left {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_drink .main .section6 .shop_info .left p {
  margin-bottom: 40px;
}
.menu_drink .main .section6 .shop_info .left .instagram {
  width: 80px;
}
.menu_drink .main .section6 .shop_info .right {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_drink .main .section6 .shop_info .right iframe {
  width: 100%;
  height: 75%;
  margin-bottom: 40px;
}
.menu_drink .main .section6 .shop_info .right .reserve_phone {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.menu_drink .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.menu_drink .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.menu_drink .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.menu_drink .footer ul li a {
  color: #fff;
  display: inline-block;
}
.menu_drink .footer ul li:last-child {
  border: none;
}
.menu_drink .footer p {
  color: #fff;
  text-align: center;
}
.menu_drink .backtotop {
  width: 100%;
}
.menu_drink .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.menu_course .header {
  position: relative;
  z-index: 100;
}
.menu_course .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.menu_course .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.menu_course .header .header_top .logo img {
  width: 240px;
}
.menu_course .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.menu_course .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.menu_course .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.menu_course .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.menu_course .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.menu_course .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu_course .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.menu_course .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.menu_course .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_course .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.menu_course .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.menu_course .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.menu_course .header .pc_nav .gnav li {
  position: relative;
}
.menu_course .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.menu_course .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.menu_course .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_course .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.menu_course .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.menu_course .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_course .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.menu_course .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.menu_course .header .hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/menu/course/course_top.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -160px;
}
.menu_course .header .hero .maintitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_course .header .hero .maintitle p {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-shadow: 3px 6px 9px #d6a93f;
}
.menu_course .main .section1 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg03.jpg);
}
.menu_course .main .section1 .box1 {
  text-align: center;
}
.menu_course .main .section1 .box1 img {
  width: 1000px;
  position: relative;
  z-index: 10;
}
.menu_course .main .section1 .box1 .course_price {
  color: #bb1a1a;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.menu_course .main .section1 .box1 .course_price span {
  color: #fff;
  font-size: 26px;
  background-color: #bb1a1a;
  padding: 2px 10px 4px 16px;
  position: relative;
  top: -4px;
}
.menu_course .main .section1 .box1_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 580px;
}
.menu_course .main .section1 .box1_contents .left {
  width: 50%;
}
.menu_course .main .section1 .box1_contents .left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.menu_course .main .section1 .box1_contents .right {
  width: 50%;
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.menu_course .main .section1 .box1_contents .right .text_box {
  max-width: 500px;
  width: 100%;
  color: #bb1a1a;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  margin: 40px auto 40px 0;
  padding: 0 20px 0 40px;
}
.menu_course .main .section1 .box1_contents .right table {
  max-width: 500px;
  width: 100%;
  line-height: 2;
  text-align: left;
  margin-left: 40px;
}
.menu_course .main .section1 .box1_contents .right table td.left {
  width: 20%;
  height: 40px;
  font-weight: bold;
}
.menu_course .main .section1 .box1_contents .right table td.right {
  background: none;
}
.menu_course .main .section1 .box1_contents .right table td.right .addition {
  background-color: #dcdcdc;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_course .main .section1 .box1_contents .right table td.right .addition:hover {
  color: #fff;
  background-color: #d6a93f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_course .main .section1 .box1 .you_can_eat {
  margin: 0 auto;
  padding-top: 40px;
}
.menu_course .main .section1 .box1 .ask {
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
}
.menu_course .main .section1 .box1 .ask dt {
  width: 100%;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #bb1a1a;
  border-radius: 8px;
}
.menu_course .main .section1 .box1 .ask dt::after {
  content: "";
  background-image: url(../images/menu/course/arrow02.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 0 0 50px;
}
.menu_course .main .section1 .box1 .ask dt.open::after {
  content: "";
  background-image: url(../images/menu/course/arrow01.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin: 0 0 0 50px;
}
.menu_course .main .section1 .box1 .ask dt:hover {
  cursor: pointer;
}
.menu_course .main .section1 .box1 .ask dd {
  background-color: rgba(255, 255, 255, 0.5019607843);
  line-height: 2;
  text-align: left;
  padding: 20px 40px;
  display: none;
}
.menu_course .main .section1 .box1 .ask dd span {
  color: #d6a93f;
  font-size: 13px;
  margin-left: 20px;
}
.menu_course .main .section1 .box1 .ask h3 {
  margin-bottom: 20px;
}
.menu_course .main .section1 .box1 .ask ul {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  margin-bottom: 20px;
}
.menu_course .main .section1 .box1 .ask ul li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  width: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px dotted #bb1a1a;
  margin-bottom: 20px;
}
.menu_course .main .section1 .box1 .ask ul li p {
  font-size: 14px;
}
.menu_course .main .section1 .box1 .ask ul:first-child {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.menu_course .main .section1 .box1 .ask ul:first-child li {
  width: 100%;
}
.menu_course .main .section1::after {
  content: "";
  width: 18vw;
  height: 70vh;
  background: url(../images/material/deco02.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 40px;
}
.menu_course .main .section2 {
  background-image: url(../images/material/bg01.jpg);
}
.menu_course .main .section2 .box1 {
  text-align: center;
  margin: 0 auto;
}
.menu_course .main .section2 .box1 .course_box_wrapper {
  padding: 80px 0;
  position: relative;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_banner {
  width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box {
  background-color: rgba(255, 255, 255, 0.5019607843);
  padding: 40px 0;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .course_price {
  color: #bb1a1a;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .course_price span {
  color: #fff;
  font-size: 26px;
  background-color: #bb1a1a;
  padding: 2px 10px 4px 16px;
  position: relative;
  top: -4px;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .course_description {
  color: #bb1a1a;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 40px;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .premium_plus {
  width: 70%;
  background-color: #bb1a1a;
  color: gold;
  margin: 0 auto;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .course_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .course_contents .left .image_text {
  font-size: 12px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .course_contents .right table {
  max-width: 500px;
  width: 100%;
  line-height: 2;
  text-align: left;
  margin-left: 40px;
  margin-bottom: 40px;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .course_contents .right table td.left {
  width: 25%;
  height: 40px;
  font-weight: bold;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box .course_contents .right table td.right {
  background: none;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box::before {
  content: "";
  background-image: url(../images/material/frame01.png);
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 100px;
  left: 20px;
}
.menu_course .main .section2 .box1 .course_box_wrapper .course_box::after {
  content: "";
  background-image: url(../images/material/frame02.png);
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 20px;
  bottom: 100px;
}
.menu_course .main .section3 {
  width: 100%;
  height: 70%;
  background-image: url(../images/material/shop14.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.menu_course .main .section3 h2 {
  padding-top: 80px;
}
.menu_course .main .section3 .description {
  text-align: center;
  margin-bottom: 40px;
}
.menu_course .main .section3 .luckyset {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}
.menu_course .main .section4 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0 160px;
  margin: 0 auto;
}
.menu_course .main .section4 .shop_logo {
  width: 300px;
  margin: 0 auto 40px;
  display: block;
}
.menu_course .main .section4 .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.menu_course .main .section4 .shop_info .left {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_course .main .section4 .shop_info .left p {
  margin-bottom: 40px;
}
.menu_course .main .section4 .shop_info .left .instagram {
  width: 80px;
}
.menu_course .main .section4 .shop_info .right {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.menu_course .main .section4 .shop_info .right iframe {
  width: 100%;
  height: 75%;
  margin-bottom: 40px;
}
.menu_course .main .section4 .shop_info .right .reserve_phone {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.menu_course .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.menu_course .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.menu_course .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.menu_course .footer ul li a {
  color: #fff;
  display: inline-block;
}
.menu_course .footer ul li:last-child {
  border: none;
}
.menu_course .footer p {
  color: #fff;
  text-align: center;
}
.menu_course .backtotop {
  width: 100%;
}
.menu_course .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.menu_season .season_course {
  background-color: #bb1a1a;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px 40px;
  margin: 80px auto;
  color: #fff;
}
.menu_season .season_course .season_title {
  font-size: 28px;
  -webkit-animation: flash 2s infinite;
          animation: flash 2s infinite;
}
@-webkit-keyframes flash {
  0% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 50px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    text-shadow: 0 0 5px #fff, 0 0 10px #fcfcfc, 0 0 15px #fcfcfc, 0 0 20px #fc00de;
  }
  100% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 50px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
@keyframes flash {
  0% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 50px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
  50% {
    /* 淡く光るよう影を重ねる */
    text-shadow: 0 0 5px #fff, 0 0 10px #fcfcfc, 0 0 15px #fcfcfc, 0 0 20px #fc00de;
  }
  100% {
    /* 明るく光るよう影を重ねる */
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 50px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
  }
}
.menu_season .season_course .season_attension {
  font-size: 12px;
}
.menu_season .gyouza {
  gap: 20px;
}

.concept .header {
  position: relative;
  z-index: 100;
}
.concept .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.concept .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.concept .header .header_top .logo img {
  width: 240px;
}
.concept .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.concept .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.concept .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.concept .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.concept .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.concept .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.concept .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.concept .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.concept .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.concept .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.concept .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.concept .header .pc_nav .gnav li {
  position: relative;
}
.concept .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.concept .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.concept .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.concept .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.concept .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.concept .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.concept .header .hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/concept/concept_top.png);
  background-position: center;
  background-size: cover;
  margin-top: -160px;
}
.concept .header .hero .maintitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.concept .header .hero .maintitle p {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-shadow: 3px 6px 9px #d6a93f;
}
.concept .main .section1 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg02.jpg);
}
.concept .main .section1 .box1 .concept_box {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
.concept .main .section1 .box1 .concept_box .left {
  width: 340px;
  color: #bb1a1a;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  margin-right: 20px;
}
.concept .main .section1 .box1 .concept_box .left .text {
  margin-bottom: 40px;
  font-size: 18px;
}
.concept .main .section1 .box1 .concept_box .left .text_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.concept .main .section1 .box1 .concept_box .left .text_bottom img {
  width: 150px;
}
.concept .main .section1 .box1 .concept_box .left .text_bottom .master {
  font-size: 20px;
}
.concept .main .section1 .box1 .concept_box .center {
  width: 60px;
  background-image: url(../images/concept/concept_title.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.concept .main .section1 .box1 .concept_box .right {
  width: 400px;
  margin-left: 20px;
}
.concept .main .section1 .box1 .concept_box .right img {
  width: 100%;
}
.concept .main .section1::after {
  content: "";
  width: 18vw;
  height: 70vh;
  background: url(../images/material/deco02.png) no-repeat;
  background-size: contain;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 40px;
}
.concept .main .section2 {
  background-image: url(../images/material/bg01.jpg);
}
.concept .main .section2 .box1 {
  margin: 0 auto;
  padding-bottom: 160px;
}
.concept .main .section2 .box1 .concept_point {
  width: 600px;
  margin: 0 auto 40px;
  padding-top: 80px;
}
.concept .main .section2 .box1 .point1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
.concept .main .section2 .box1 .point1_box1 {
  width: 440px;
  height: 440px;
  background-image: url(../images/concept/point.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 40px;
}
.concept .main .section2 .box1 .point1_box1 h4 {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point1_box1 p {
  width: 320px;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point1_box1 .button_primary {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point1_box1 .button_primary a {
  width: 240px;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #bb1a1a;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point1_box1 .button_primary a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/material/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point1_box1 .button_primary a:hover {
  background-color: #bb1a1a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point1_box1 .button_primary a:hover::after {
  background-image: url(../images/material/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point1_box2 {
  width: 430px;
}
.concept .main .section2 .box1 .point2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
.concept .main .section2 .box1 .point2_box1 {
  width: 560px;
  position: relative;
}
.concept .main .section2 .box1 .point2_box1 img {
  position: absolute;
  top: -65px;
  left: 20px;
}
.concept .main .section2 .box1 .point2_box2 {
  width: 440px;
  height: 440px;
  background-image: url(../images/concept/point.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.concept .main .section2 .box1 .point2_box2 h4 {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point2_box2 p {
  width: 320px;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point2_box2 .button_primary {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point2_box2 .button_primary a {
  width: 240px;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #bb1a1a;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point2_box2 .button_primary a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/material/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point2_box2 .button_primary a:hover {
  background-color: #bb1a1a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point2_box2 .button_primary a:hover::after {
  background-image: url(../images/material/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
.concept .main .section2 .box1 .point3_box1 {
  width: 440px;
  height: 440px;
  background-image: url(../images/concept/point.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 40px;
}
.concept .main .section2 .box1 .point3_box1 h4 {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point3_box1 p {
  width: 320px;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point3_box1 .button_primary {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point3_box1 .button_primary a {
  width: 240px;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #bb1a1a;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point3_box1 .button_primary a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/material/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point3_box1 .button_primary a:hover {
  background-color: #bb1a1a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point3_box1 .button_primary a:hover::after {
  background-image: url(../images/material/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point3_box2 {
  width: 560px;
  position: relative;
}
.concept .main .section2 .box1 .point3_box2 img {
  position: absolute;
  top: -20px;
  left: -60px;
}
.concept .main .section2 .box1 .point4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
.concept .main .section2 .box1 .point4_box1 {
  width: 560px;
  position: relative;
}
.concept .main .section2 .box1 .point4_box1 img {
  position: absolute;
  top: 50px;
  left: 30px;
  z-index: 10;
}
.concept .main .section2 .box1 .point4_box2 {
  width: 440px;
  height: 440px;
  background-image: url(../images/concept/point.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.concept .main .section2 .box1 .point4_box2 h4 {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point4_box2 p {
  width: 320px;
  position: absolute;
  top: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point4_box2 .button_primary {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.concept .main .section2 .box1 .point4_box2 .button_primary a {
  width: 240px;
  height: 60px;
  background-color: #fff;
  color: #bb1a1a;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 2px #bb1a1a;
  border-radius: 8px;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point4_box2 .button_primary a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/material/arrow_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point4_box2 .button_primary a:hover {
  background-color: #bb1a1a;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section2 .box1 .point4_box2 .button_primary a:hover::after {
  background-image: url(../images/material/arrow_right_hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.concept .main .section3 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg04.jpg);
  text-align: center;
}
.concept .main .section3 .shop_inside {
  color: #d6a93f;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 80px;
}
.concept .main .section3 .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  position: relative;
}
.concept .main .section3 .swiper .swiper-button-next, .concept .main .section3 .swiper .swiper-gutton-prev {
  position: absolute;
  top: 50%;
}
.concept .main .section3 .swiper-slide {
  text-align: center;
  background: #fff;
  background-size: cover;
  background-position: center;
}
.concept .main .section3 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.concept .main .section3 .mySwiper {
  width: 100%;
  height: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1rem;
}
.concept .main .section3 .mySwiper2 {
  height: 80%;
  width: 100%;
}
.concept .main .section3 .mySwiper2 .swiper-slide {
  width: 60%;
}
.concept .main .section3 .mySwiper .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.concept .main .section3 .mySwiper .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  height: auto;
  opacity: 0.4;
}
.concept .main .section3 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.concept .main .section3::before {
  content: "";
  width: 200px;
  height: 200px;
  background: url(../images/material/deco04.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
  position: absolute;
  top: 40px;
  left: 40px;
}
.concept .main .section3::after {
  content: "";
  width: 130px;
  height: 130px;
  background: url(../images/material/deco04.png) no-repeat;
  background-size: contain;
  opacity: 0.4;
  position: absolute;
  top: 140px;
  right: 40px;
}
.concept .main .section4 {
  width: 100%;
  height: 70%;
  background-image: url(../images/material/shop14.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.concept .main .section4 h2 {
  padding-top: 80px;
}
.concept .main .section4 .description {
  text-align: center;
  margin-bottom: 40px;
}
.concept .main .section4 .luckyset {
  width: 700px;
  height: auto;
  display: block;
  margin: 0 auto 80px;
}
.concept .main .section5 {
  background-image: url(../images/material/bg01.jpg);
  padding: 80px 0 160px;
  margin: 0 auto;
}
.concept .main .section5 .shop_logo {
  width: 300px;
  margin: 0 auto 40px;
  display: block;
}
.concept .main .section5 .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.concept .main .section5 .shop_info .left {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.concept .main .section5 .shop_info .left p {
  margin-bottom: 40px;
}
.concept .main .section5 .shop_info .left .instagram {
  width: 80px;
}
.concept .main .section5 .shop_info .right {
  max-width: 500px;
  width: 100%;
  padding: 0 20px;
}
.concept .main .section5 .shop_info .right iframe {
  width: 100%;
  height: 75%;
  margin-bottom: 40px;
}
.concept .main .section5 .shop_info .right .reserve_phone {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.concept .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.concept .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.concept .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.concept .footer ul li a {
  color: #fff;
  display: inline-block;
}
.concept .footer ul li:last-child {
  border: none;
}
.concept .footer p {
  color: #fff;
  text-align: center;
}
.concept .backtotop {
  width: 100%;
}
.concept .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.access .header {
  position: relative;
  z-index: 100;
}
.access .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.access .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.access .header .header_top .logo img {
  width: 240px;
}
.access .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.access .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.access .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.access .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.access .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.access .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.access .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.access .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.access .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.access .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.access .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.access .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.access .header .pc_nav .gnav li {
  position: relative;
}
.access .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.access .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.access .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.access .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.access .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.access .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.access .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.access .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.access .header .hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/access/access_top.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -160px;
}
.access .header .hero .maintitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.access .header .hero .maintitle p {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-shadow: 3px 6px 9px #d6a93f;
}
.access .main .section1 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg01.jpg);
}
.access .main .section1 .box1 .shop_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}
.access .main .section1 .box1 .shop_info .left {
  width: 520px;
}
.access .main .section1 .box1 .shop_info .left table {
  width: 500px;
  text-align: left;
  line-height: 2;
  position: relative;
}
.access .main .section1 .box1 .shop_info .left table tr {
  border-bottom: 1px dotted #bb1a1a;
}
.access .main .section1 .box1 .shop_info .left table tr th {
  width: 35%;
  font-weight: bold;
}
.access .main .section1 .box1 .shop_info .left table .instagram {
  width: 60px;
  padding-top: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.access .main .section1 .box1 .shop_info .right img {
  width: 480px;
}
.access .main .section1 .box2 {
  width: 100%;
}
.access .main .section1 .box2 .map {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 80px;
}
.access .main .section1 .box2 .map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.access .main .section1 .box2 .reserve_phone {
  width: 400px;
  margin: 0 auto;
}
.access .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.access .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.access .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.access .footer ul li a {
  color: #fff;
  display: inline-block;
}
.access .footer ul li:last-child {
  border: none;
}
.access .footer p {
  color: #fff;
  text-align: center;
}
.access .backtotop {
  width: 100%;
}
.access .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

.infomation .header {
  position: relative;
  z-index: 100;
}
.infomation .header .header_top {
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
.infomation .header .header_top .tagline {
  padding: 40px 0 0 40px;
}
.infomation .header .header_top .logo img {
  width: 240px;
}
.infomation .header .header_top .header_right {
  padding: 40px 40px 0 0;
}
.infomation .header .header_top .header_right .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.infomation .header .header_top .header_right .tel p {
  font-size: 14px;
  line-height: 1.2;
  margin-right: 10px;
}
.infomation .header .header_top .header_right .tel img {
  width: 36px;
  height: 36px;
}
.infomation .header .header_top .header_right .tel .tel_number {
  font-size: 36px;
  font-weight: bold;
  margin-left: 10px;
}
.infomation .header .header_top .header_right .instagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.infomation .header .header_top .header_right .instagram img {
  width: 36px;
  height: 36px;
}
.infomation .header .reserve_button {
  width: 80px;
  position: fixed;
  right: 0;
  top: 220px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.infomation .header .reserve_button:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.infomation .header .pc_nav {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: url(../images/material/nav_bar.jpg);
}
.infomation .header .pc_nav .gnav {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.infomation .header .pc_nav .gnav > li {
  width: 25%; /*親階層のみ幅を25%にする*/
}
.infomation .header .pc_nav .gnav li {
  position: relative;
}
.infomation .header .pc_nav .gnav li a {
  width: 100%;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.infomation .header .pc_nav .gnav li li {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.infomation .header .pc_nav .gnav li a::after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.infomation .header .pc_nav .gnav li a:hover::after {
  bottom: 16px;
  opacity: 1;
  visibility: visible;
}
.infomation .header .pc_nav .gnav li:hover > ul > li {
  height: 80px;
  overflow: visible;
  background: url(../images/material/nav_bar.jpg);
}
.infomation .header .pc_nav .gnav li:hover > ul > li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.infomation .header .pc_nav .gnav li:hover > ul > li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.infomation .header .pc_nav .gnav li:hover > ul > li a:hover::after {
  visibility: hidden;
}
.infomation .header .hero {
  position: relative;
  width: 100%;
  height: 600px;
  background-image: url(../images/access/access_top.jpg);
  background-position: center;
  background-size: cover;
  margin-top: -160px;
}
.infomation .header .hero .maintitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.infomation .header .hero .maintitle p {
  color: #fff;
  font-size: 60px;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  text-shadow: 3px 6px 9px #d6a93f;
}
.infomation .main .section1 {
  padding: 80px 0 80px;
  position: relative;
  background-image: url(../images/material/bg01.jpg);
}
.infomation .main .section1 .infomation_content {
  width: 800px;
  margin: 0 auto;
}
.infomation .main .section1 .infomation_content .infomation_title {
  color: #bb1a1a;
  font-size: 24px;
}
.infomation .main .section1 .infomation_content .infomation_date {
  text-align: right;
  font-size: 14px;
  margin-bottom: 40px;
}
.infomation .main .section1 .infomation_content .infomation_text a {
  color: #bb1a1a;
  text-decoration: underline;
}
.infomation .main .section1 .infomation_content .infomation_text .text_lastline {
  text-align: right;
  display: block;
}
.infomation .footer {
  width: 100%;
  background-color: #bb1a1a;
  padding: 40px 0 20px;
}
.infomation .footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.infomation .footer ul li {
  border-right: 1px solid #fff;
  padding: 0 40px;
}
.infomation .footer ul li a {
  color: #fff;
  display: inline-block;
}
.infomation .footer ul li:last-child {
  border: none;
}
.infomation .footer p {
  color: #fff;
  text-align: center;
}
.infomation .backtotop {
  width: 100%;
}
.infomation .backtotop #backtotop {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}

@media screen and (min-width: 900px) {
  .mobile_nav, .header_mobile, .main_concept {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  body .margin_bottom_160, body .margin_bottom_240 {
    margin: 0;
  }
  .header_top {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  h2::before {
    width: 28px;
    vertical-align: middle;
    margin-top: 4px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  p {
    font-size: 14px;
  }
  .pc_nav, .covid_measure, .reserve_button, .tagline, .header_right, .arrow-down, .takeout_phone {
    display: none;
  }
  .outer {
    width: 100%;
  }
  .wrapper {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .lucky_title {
    font-size: 24px;
    text-shadow: #fff 2px 0 6px;
  }
  .lucky_text {
    padding: 0 20px;
    margin-bottom: 20px !important;
    text-shadow: #fff 2px 0 6px;
  }
  .luckyset {
    width: 100%;
    padding: 0 20px;
  }
  #shop_info_wrapper {
    padding: 80px 0 80px;
  }
  #shop_info_wrapper .shop_logo {
    margin: -20px auto 20px;
  }
  #shop_info_wrapper .shop_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  #shop_info_wrapper .shop_info .left {
    margin: 0 auto;
  }
  #shop_info_wrapper .shop_info .left p {
    margin-bottom: 20px;
  }
  #shop_info_wrapper .shop_info .right {
    margin: 0 auto;
  }
  #shop_info_wrapper .instagram {
    margin: 0 auto;
    width: 60px;
    margin-bottom: 20px;
  }
  .footer {
    padding-top: 20px !important;
  }
  .footer ul {
    margin-bottom: 0 !important;
  }
  .footer ul li {
    display: none;
  }
  .deco03 {
    width: 80px;
    margin-bottom: 20px;
  }
  #backtotop {
    right: 20px !important;
    bottom: 20px !important;
  }
  #backtotop img {
    width: 40px;
    height: 40px;
  }
  .mobile_nav .mobile_button {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #bb1a1a;
    z-index: 1000;
  }
  .mobile_nav .mobile_button span {
    position: absolute;
    left: 10px;
    width: 40px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .mobile_nav .mobile_button span:nth-of-type(1) {
    top: 20px;
  }
  .mobile_nav .mobile_button span:nth-of-type(2) {
    top: 30px;
  }
  .mobile_nav .mobile_button span:nth-of-type(3) {
    top: 40px;
  }
  .mobile_nav .active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .mobile_nav .active span:nth-of-type(2) {
    opacity: 0;
  }
  .mobile_nav .active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
            transform: translateY(-10px) rotate(-45deg);
  }
  .mobile_nav .mobile_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #bb1a1a;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .mobile_nav .mobile_container .mobile_item {
    width: 100%;
    margin: 0 auto;
  }
  .mobile_nav .mobile_container .mobile_item ul li {
    height: 70px;
    text-align: center;
    position: relative;
    line-height: 70px;
    border-bottom: 1px solid #fff;
  }
  .mobile_nav .mobile_container .mobile_item ul li a {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .mobile_nav .mobile_container .mobile_item ul li .instagram_white {
    width: 50px;
    height: auto;
    padding-top: 10px;
  }
  .mobile_nav .mobile_container.active {
    opacity: 1;
    pointer-events: auto;
  }
  #top .header .header_mobile {
    width: 100%;
    height: 160px;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: 100;
  }
  #top .header .header_mobile .phone_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0;
  }
  #top .header .header_mobile .phone_mobile p {
    font-size: 10px;
    line-height: 1.6;
  }
  #top .header .header_mobile .phone_mobile img {
    width: 30px;
    height: 30px;
    margin-left: 8px;
  }
  #top .header .header_mobile .phone_mobile .tel_number {
    font-size: 30px;
    font-weight: bold;
    margin-left: 8px;
  }
  #top .section_info {
    margin: 0 10px;
    padding: 40px 0 0;
  }
  #top .section_info .box1 {
    padding: 20px;
  }
  #top .section_info .box1 h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  #top .section_info .box1 .break {
    display: block;
  }
  #top .section1 .box1 {
    margin: 0 10px;
    padding: 20px;
  }
  #top .section2 {
    padding: 0;
  }
  #top .section2 .course_banner {
    margin: 0 20px 100px;
  }
  #top .section2 .box1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #top .section2 .box1 .left, #top .section2 .box1 .right {
    width: 100%;
  }
  #top .section2 .box1 .left .text_box, #top .section2 .box1 .right .text_box {
    margin: 40px auto;
  }
  #top .section2 .box1 .left h3, #top .section2 .box1 .right h3 {
    font-size: 18px;
  }
  #top .section2 .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .section2 .box2 .left, #top .section2 .box2 .right {
    width: 100%;
  }
  #top .section3 .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .section3 .description p {
    width: 100%;
    margin: 0;
  }
  #top .section4 .description {
    margin: 0 10px;
  }
  #menu_single .maintitle p {
    font-size: 28px;
  }
  #menu_single .section1 .box1 {
    padding: 0 10px;
  }
  #menu_single .section1 .box1 p {
    margin-bottom: 40px;
  }
  #menu_single .section1 .menu_link_button ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu_single .section1 .menu_link_button ul li {
    margin: 0 0 20px;
  }
  #menu_single .section1 .menu_link_button ul li:last-child {
    margin: 0;
  }
  #menu_single .section2 {
    padding-bottom: 20px;
  }
  #menu_single .section2 .box1 ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #menu_single .section2 .box1 ul li {
    margin: 0 auto 20px;
  }
  #menu_single .section2 .box1 ul.recommend {
    margin-bottom: 80px;
  }
  #menu_single .gyouza {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu_set .maintitle p {
    font-size: 28px;
  }
  #menu_set .box1 {
    padding: 0 20px;
  }
  #menu_set .section2 {
    padding-bottom: 20px;
  }
  #menu_set .section2 .box1 ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #menu_set .section2 .box1 ul li {
    margin: 0 auto 20px;
  }
  #menu_set .section2 .box1 ul .menu_box_rice {
    position: relative;
    margin: 0 35px;
  }
  #menu_set .section2 .gyouza {
    top: 0;
    margin-bottom: 80px;
  }
  #menu_recommend .maintitle p {
    font-size: 28px;
  }
  #menu_recommend .box1 {
    padding: 0 20px;
  }
  #menu_recommend .section2 {
    padding-bottom: 20px;
  }
  #menu_recommend .section2 .box1 ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #menu_recommend .section2 .box1 ul li {
    margin: 0 auto 20px;
  }
  #menu_recommend .section2 .gyouza {
    top: 0;
    margin: 0 auto 80px;
    padding-top: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu_drink .maintitle p {
    font-size: 28px;
  }
  #menu_drink .box1 {
    padding: 0 20px;
  }
  #menu_drink .section2, #menu_drink .section4 {
    padding-bottom: 20px;
  }
  #menu_drink .section2 .box1 ul, #menu_drink .section4 .box1 ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #menu_drink .section2 .box1 ul li, #menu_drink .section4 .box1 ul li {
    margin: 0 auto 20px;
  }
  #menu_drink .section2 .box1 ul .drink_name2, #menu_drink .section4 .box1 ul .drink_name2 {
    margin-left: 30px;
  }
  #menu_drink .section2 .box1 ul .drink_name3, #menu_drink .section4 .box1 ul .drink_name3 {
    margin-left: 20px;
  }
  #menu_drink .section2 .box1 ul .drink_name3 .price, #menu_drink .section4 .box1 ul .drink_name3 .price {
    position: relative;
    right: 24px;
  }
  #menu_drink .section2 .syuumai, #menu_drink .section4 .syuumai {
    top: 0;
    margin-bottom: 80px !important;
  }
  #menu_drink .section3 p {
    font-size: 18px;
  }
  #menu_drink .section4 {
    padding-bottom: 8px 0px;
  }
  #menu_drink .section4 .drink_menu_pdf {
    display: block;
  }
  #menu_drink .section4 .drink_menu_pdf img {
    margin-bottom: 20px;
  }
  #menu_course .maintitle p {
    font-size: 28px;
  }
  #menu_course .box1 {
    padding: 0 20px;
  }
  #menu_course .box1 .course_price {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #menu_course .box1 .course_price span {
    display: block;
    font-size: 24px;
    margin: 0 20px;
  }
  #menu_course .box1 .box1_contents {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu_course .box1 .box1_contents .left, #menu_course .box1 .box1_contents .right {
    width: 100%;
  }
  #menu_course .box1 .box1_contents .text_box {
    margin: 20px 0;
    padding: 0 10px;
    font-size: 19px;
  }
  #menu_course .box1 .box1_contents table {
    width: 100%;
    margin: 0 0 20px 10px;
  }
  #menu_course .box1 .box1_contents table .left {
    width: 20%;
  }
  #menu_course .box1 .you_can_eat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu_course .box1 .you_can_eat .left {
    margin-bottom: 40px;
  }
  #menu_course .box1 .ask {
    width: 100%;
  }
  #menu_course .box1 .ask dt span {
    display: none;
  }
  #menu_course .box1 .ask h3 {
    margin-bottom: 0;
  }
  #menu_course .box1 .ask ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #menu_course .box1 .ask ul li {
    width: 100%;
    margin: 0;
  }
  #menu_course .box1 .ask ul img {
    margin: 0;
  }
  #menu_course .section2 .course_banner {
    width: 100%;
  }
  #menu_course .section2 .course_box span {
    display: block;
  }
  #menu_course .section2 .course_box::before, #menu_course .section2 .course_box::after {
    width: 60px;
    height: 60px;
  }
  #menu_course .section2 .course_box .course_description {
    font-size: 19px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  #menu_course .section2 .course_box .premium_plus {
    width: 100%;
  }
  #menu_course .section2 .course_box .course_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu_course .section2 .course_box .course_contents table {
    width: 100%;
    margin: 10px 0 20px 10px;
  }
  #menu_course .section2 .course_box .course_contents table .left {
    width: 20%;
  }
  #menu_course .section2 .course_box .course_contents table td:last-child {
    padding-bottom: 20px;
  }
  .menu_season .season_course {
    margin: 40px 0;
  }
  .menu_season .season_course .season_title {
    font-size: 20px;
  }
  .menu_season .gyouza {
    padding-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .menu_season .gyouza li {
    padding: 0 20px;
  }
  #concept .maintitle p {
    font-size: 28px;
  }
  #concept .section1 .concept_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #concept .section1 .concept_box .left {
    width: 90%;
    margin: 0 auto;
  }
  #concept .section1 .concept_box .left .text {
    font-size: 15px;
    margin-bottom: 40px;
  }
  #concept .section1 .concept_box .right {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  #concept .section1 .concept_box .right .main_concept {
    color: #d6a93f;
    font-family: "Shippori Mincho", serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: #FC0 1px 0 10px;
  }
  #concept .section1 .concept_box .right img {
    margin-bottom: 20px;
  }
  #concept .section2 {
    height: auto;
  }
  #concept .section2 .box1 {
    padding-bottom: 80px;
  }
  #concept .section2 .box1 .concept_point {
    width: 100%;
    padding: 80px 20px 0 20px;
    margin-bottom: 40px;
  }
  #concept .section2 .box1 .point_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #concept .section2 .box1 .point_container .point1 {
    margin: 0 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #concept .section2 .box1 .point_container .point1_box1 {
    width: 100%;
    margin: 0;
  }
  #concept .section2 .box1 .point_container .point1_box1 p {
    top: 100px;
    padding: 0 20px;
  }
  #concept .section2 .box1 .point_container .point1_box1 .button_primary {
    bottom: 120px;
  }
  #concept .section2 .box1 .point_container .point1_box2 {
    width: 100%;
    margin-top: -70px;
    margin-bottom: 40px;
  }
  #concept .section2 .box1 .point_container .point2 {
    margin: 0 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #concept .section2 .box1 .point_container .point2_box1 {
    width: 100%;
    position: static;
    margin-top: -70px;
    margin-bottom: 40px;
  }
  #concept .section2 .box1 .point_container .point2_box1 img {
    position: static;
  }
  #concept .section2 .box1 .point_container .point2_box2 {
    width: 100%;
    position: static;
  }
  #concept .section2 .box1 .point_container .point2_box2 p {
    top: 100px;
    padding: 0 20px;
  }
  #concept .section2 .box1 .point_container .point2_box2 .button_primary {
    bottom: 430px;
  }
  #concept .section2 .box1 .point_container .point3 {
    margin: 0 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #concept .section2 .box1 .point_container .point3_box1 {
    width: 100%;
    position: static;
  }
  #concept .section2 .box1 .point_container .point3_box1 p {
    top: 100px;
    padding: 0 20px;
  }
  #concept .section2 .box1 .point_container .point3_box1 .button_primary {
    bottom: 380px;
  }
  #concept .section2 .box1 .point_container .point3_box2 {
    width: 100%;
    position: static;
    margin-top: -70px;
    margin-bottom: 40px;
  }
  #concept .section2 .box1 .point_container .point3_box2 img {
    position: static;
  }
  #concept .section2 .box1 .point_container .point4 {
    margin: 0 20px;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #concept .section2 .box1 .point_container .point4_box1 {
    width: 100%;
    position: static;
    margin-top: -70px;
  }
  #concept .section2 .box1 .point_container .point4_box1 img {
    position: static;
  }
  #concept .section2 .box1 .point_container .point4_box2 {
    width: 100%;
    position: static;
  }
  #concept .section2 .box1 .point_container .point4_box2 p {
    top: 100px;
    padding: 0 20px;
  }
  #concept .section2 .box1 .point_container .point4_box2 p #mobile {
    font-size: 12px;
    display: inline-block;
    line-height: 1.3;
  }
  #concept .section2 .box1 .point_container .point4_box2 .button_primary {
    bottom: 360px;
  }
  #concept .section3 .shop_inside {
    font-size: 15px;
    text-align: left;
    margin: 0 20px 40px;
  }
  #concept .section3 .mySwiper2 {
    height: 100vw;
  }
  #concept .section3 .swiper-button-next, #concept .section3 .swiper-button-prev, #concept .section3 .mySwiper {
    display: none;
  }
  #access .maintitle p {
    font-size: 28px;
  }
  #access .section1 .shop_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #access .section1 .shop_info .left {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }
  #access .section1 .shop_info .left table {
    width: 100%;
  }
  #access .section1 .shop_info .left table th {
    width: 22%;
    padding: 4px;
  }
  #access .section1 .shop_info .left table td {
    padding: 4px;
  }
  #access .section1 .shop_info .right img {
    padding: 0 20px;
  }
  #access .section1 .box2 .reserve_phone {
    width: 300px;
    margin: 0 auto;
  }
  #covid_measure main {
    margin: 0 20px 40px;
    padding-top: 80px;
  }
  #covid_measure main .covid_measure_content {
    width: 100%;
    margin: 0 auto;
  }
  #covid_measure main .covid_measure_content img {
    margin-bottom: 10px;
  }
  #covid_measure main .covid_measure_content .description {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #covid_measure main .covid_measure_content .covid_title {
    color: #bb1a1a;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #covid_measure main .covid_measure_content table {
    line-height: 2;
    font-size: 14px;
  }
  #covid_measure main .covid_measure_content table tr {
    border-bottom: 1px dotted #bb1a1a;
  }
  #covid_measure main .covid_measure_content table th {
    width: 25%;
    font-weight: bold;
  }
  #covid_measure .footer {
    width: 100%;
    background-color: #bb1a1a;
    padding: 40px 0 20px;
  }
  #covid_measure .footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  #covid_measure .footer ul li {
    border-right: 1px solid #fff;
    padding: 0 40px;
  }
  #covid_measure .footer ul li a {
    color: #fff;
    display: inline-block;
  }
  #covid_measure .footer ul li:last-child {
    border: none;
  }
  #covid_measure .footer p {
    color: #fff;
    text-align: center;
  }
  #infomation .maintitle p {
    font-size: 28px;
  }
  #infomation .main .section1 {
    padding: 40px 0;
    position: relative;
    background-image: url(../images/material/bg01.jpg);
  }
  #infomation .main .section1 .infomation_content {
    width: 100%;
    padding: 0 20px;
  }
  #infomation .main .section1 .infomation_content .infomation_title {
    color: #bb1a1a;
    font-size: 24px;
  }
  #infomation .main .section1 .infomation_content .infomation_date {
    text-align: right;
    font-size: 14px;
    margin-bottom: 40px;
  }
  #infomation .main .section1 .infomation_content .infomation_text .text_lastline {
    text-align: right;
    display: block;
  }
  #infomation .footer {
    width: 100%;
    background-color: #bb1a1a;
    padding: 40px 0 20px;
  }
  #infomation .footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
  #infomation .footer ul li {
    border-right: 1px solid #fff;
    padding: 0 40px;
  }
  #infomation .footer ul li a {
    color: #fff;
    display: inline-block;
  }
  #infomation .footer ul li:last-child {
    border: none;
  }
  #infomation .footer p {
    color: #fff;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */