* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body,
body input,
body textarea,
body button {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Serif JP", "Crimson Text", "游明朝", "Yu Mincho",
    "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", serif;
}

body {
  background: #191970;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.body_p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: 0.05rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.container_800 {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

.container_header {
  margin: 0 auto;
  padding: 0 50px;
}

.row {
  height: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.primary_header {
  width: 100%;
  background: rgba(56, 7, 7, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 1vw 10px 2vw;
}

.header_inner {
  margin: 0 auto;
  position: relative;
}

.header_inner_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.header_logo {
  position: relative;
  width: 14vw;
  max-width: 200px;
  display: block;
}

.header_logo img {
  width: 100%;
  height: auto;
}

.header_logo_link {
  transition: all 0.5s;
  display: block;
  line-height: 0;
}

.header_logo_link:hover {
  opacity: 0.6;
}

.header_info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.gnav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 2vw;
}

.gnav_wrap {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.gnav_item:not(:last-child) {
  margin-right: 1.75vw;
}

.gmenu {
  text-decoration: none;
  color: #fff;
  font-size: 1.15vw;
  font-weight: 400;
  letter-spacing: 0.1rem;
  transition: all 0.5s;
  display: block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.5;
  margin: .25em 0;
}

.gmenu img {
  display: block;
  width: 40px;
  height: auto;
}

@media screen and (min-width: 1400px) {
  .gnav_item:not(:last-child) {
    margin-right: 25px;
  }

  .gmenu {
    font-size: 16px;
  }
}

.gmenu:hover {
  opacity: 0.6;
}

.main {
  width: 100%;
  height: 740px;
  background-image: url(../img/main1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

#main {
  position: relative;
}

#main-slider {
  position: relative;
  width: 100%;
  height: 60vw;
  max-height: 900px;
  overflow: hidden;
}

#main-slider .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  max-height: 900px;
}

#main-slider .slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60vw;
  max-height: 900px;
  object-fit: cover;
}

.top_concept,
.top_menu,
.top_social {
  margin: 100px 0;
}

/*元ソースより変更*/
.top_social {
  padding: 50px 0;
}

.top_course {
  padding: 100px 0;
  background-image: url(../img/top_course.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.top_flex01 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 -20px;
}

.top_flex01_content,
.top_flex01_img {
  flex: 0 0 50%;
  padding: 0 20px;
}

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

.heading2_left {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.4rem;
  position: relative;
  margin-bottom: 50px;
}

.heading2_left::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background:#fff;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.heading2 {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.4rem;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.heading2::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.btn {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #191970;
  letter-spacing: 0.2rem;
  text-align: center;
  width: 300px;
  padding: 1em 0;
  background: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  transition: all 0.5s;
}

.btn:hover {
  background: #fff;
}

.top_menu_img {
  width: 100%;
  height: 400px;
  background-image: url(../img/top_bg001.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.top_social_flex_fb {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.top_social_flex_fb iframe {
  max-width: 100%;
}

.jc_center {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ta_center {
  text-align: center;
  margin-top: 50px;
  margin: 0 auto;
  max-width: 640px;
}

.ta_center_pc {
  text-align: center;
}

.ta_right {
  text-align: right;
}

.txt18 {
  font-size: 1.8rem;
}

.txt18_900 {
  font-size: 1.8rem;
  font-weight: 900;
}

.txt18_med {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0.3rem;
}

.txt24_med {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.3rem;
}

.txt24_med2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.3rem;
  text-align: center;
}

.txt30 {
  font-size: 3rem;
}

.txt48 {
  font-size: 4.8rem;
}

.txt12 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
}

.pt20 {
  padding-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb20 {
  margin-bottom: 20px;
}

iframe {
  display: block;
}

/* フッターの色 */
･footer{
background-color:#191970;
}

.footer_wrap {
  padding: 40px 0;
  background: #191970;
  text-align: center;
  border-top: solid 2px #444444;
}

.footer_p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 400;
}

.txt24 {
  font-size: 2.4rem;
}

.txt18_wh {
  color: #fff;
  font-size: 1.8rem;
}

.footer_tel {
  text-decoration: none;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}

.sns_wrap {
  padding: 30px 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sns_icon {
  margin-right: 10px;
}

.sns_icon:last-child {
  margin-right: 0;
}

.sns_link {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.sns_link:hover {
  opacity: 0.5;
}

.footer_link_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_link_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.fmenu {
  text-decoration: none;
  font-size: 1.2vw;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  line-height: 1.5;
  margin: .25em 0;
}

.fmenu img {
  display: block;
  width: 40px;
  height: auto;
  margin: auto;
}

.fmenu:hover {
  opacity: 0.7;
}

.footer_link_menu {
  margin-right: 2.5vw;
}

.footer_link_menu:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .fmenu {
    font-size: 14px;
  }
  .footer_link_menu {
    margin-right: 30px;
  }
}

.copy_right {
  color: #cfcfcf;
  font-size: 1.2rem;
  font-weight: 400;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
}

#page-top a {
  line-height: 85px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #fff;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px #fff;
  background: rgba(0, 0, 0, 0.8);
}

#page-top a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.gnav_inner_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.92);
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gnav_inner_sp.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header_nav_wrap_sp {
  text-align: center;
}

.header_nav_list_sp:not(:last-child) {
  margin-bottom: 16px;
}

.gmenu_sp {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gmenu_sp img {
  width: 50px;
  height: auto;
}

.icon_menu_txt {
  display: none;
}

.icon_menu {
  content: "";
  display: block;
  border: solid 1px #fff;
  width: 40px;
  height: 40px;
  background: #191970;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /* position: relative;
 position: absolute; */
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 10000;
}

.menu_border_box {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_border {
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu_border:nth-child(1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.menu_border:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.menu_border:nth-child(3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
  margin-top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
  display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
  margin-top: -7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.fixed {
  position: fixed !important;
  width: 100%;
  height: 100%;
}

.heading1_wrap {
  width: 100%;
  height: 400px;
  background-image: url(../img/h1_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}

.heading1 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  letter-spacing: 0.3rem;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.heading1_sm {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-top: 15px;
}

.heading3 {
  color: #fff;
  font-size: 1.8rem;
  text-align: left;
  line-height: 3rem;
  letter-spacing: 0.05rem;
  margin-bottom: 30px;
  font-weight: 500;
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  border-bottom: solid 2px #535353;
}

.heading3::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: solid 3px #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading4 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 2.8rem;
  padding-left: 16px;
  margin-bottom: 20px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.heading4::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lawer_sec {
  margin: 100px 0;
}

.contact,
.takeout {
  margin: 80px 0 0 !important;
}

.lawer_content_wrap {
  margin-bottom: 60px;
}

.lawer_content_inner {
  margin-bottom: 80px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
  margin-bottom: 0;
}

.lawer_content_flex01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.lawer_content_flex01_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  padding: 0 15px;
}

.lawer_content_flex01_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68%;
  flex: 0 0 68%;
  padding: 0 15px;
}

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

.table {
  width: 100%;
}

.table,
.table_row_inner {
  list-style: none;
}

.table_row_inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 10px;
  border-bottom: solid 1px #383838;
}

.table_row_inner02 {
  padding: 20px 10px;
  border-bottom: solid 1px #383838;
}

.table_item_left {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.table_item_left02 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.table_item_left03 {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.table_list_content {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.table_list_content a {
  text-decoration: none;
  color: #fff;
  word-break: break-all;
}

.table_tel_link {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
}

.footer_tel_link {
  text-decoration: none;
  font-size: 2rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
}

.table_item_right {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: right;
}

.table_item_left03_wh {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  text-align: left;
}

.table_list_content_wh {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  text-align: left;
}

.table_tel_link_wh {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 500;
}

.txt12_grey {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 500;
  line-height: 1.8rem;
}

.txt22_grey_bold {
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
}

.db {
  display: block;
}

.gallery_content_sec {
  display: flex;
  flex-wrap: wrap;
}

.gallery_content_sec_item {
  width: 25%;
  padding: .75%;
}

.gallery_content_sec_item a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.gallery_content_sec_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery_content_sec_item span {
  display: block;
  font-size: 1.4rem;
  padding: 0 .5em;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.slick-slide.moving {
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.bt.delighter {
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

.bt.delighter.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.lr.delighter {
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
}

.lr.delighter.started {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.fade_t {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.1s;
  transition: 1s 0.1s;
}

.fade_t02 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.3s;
  transition: 1s 0.3s;
}

.fade_t03 {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: 1s 0.5s;
  transition: 1s 0.5s;
}

.anchor_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 30px;
}

.anchor {
  flex: 0 0 25%;
  padding: 0 10px;
}

.mr40 {
  margin-right: 40px;
}

.anchor_link {
  text-decoration: none;
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: 400;
  position: relative;
  transition: all 0.5s;
  width: 100%;
  padding: 20px 0;
  border: solid 1px #ffffff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.anchor_link::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.5s;
}

.anchor_link:hover {
  opacity: 0.7;
}

.anchor_link:hover::after {
  bottom: 4px;
}

.top_info_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_info_flex1 {
  width: 480px;
  height: 625px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 4px solid #1b1b1b;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}

.top_info_flex2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 20px 20px 20px;
  overflow: hidden;
}

.privacy {
  width: auto;
  margin: 0px auto 7rem;
  border: 2px solid #ddd;
  padding: 20px;
  height: 500px;
  overflow: auto;
}

.privacy span,
.privacy-takeout span {
  font-weight: bold;
}

.privacy-takeout {
  margin: 100px auto;
  border: 2px solid #ddd;
  padding: 20px;
}

p.privacy_notes {
  padding: 30px 0 10px;
}

@media screen and (max-width: 768px) {
  .privacy {
    width: 100%;
    margin: 0px auto 7rem;
    border: 2px solid #ddd;
    padding: 20px;
  }
}

.footer_logo {
  width: 200px;
  margin-bottom: 10px;
}

.footer_logoimg+p {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  form {
    padding: 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  form div {
    margin-bottom: 30px;
  }

  form div label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
  }

  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form input,
  form textarea {
    width: 100%;
    padding: 10px 20px;
    background: #fff;
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.25em;
  }

  form input[type="radio"] {
    width: auto;
    margin: 0 10px;
  }

  form .radio-group {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
  }

  form .radio-group label {
    margin: 0;
  }

  form input[type="submit"] {
    display: block;
    width: 50%;
    max-width: 400px;
    background: #fff;
    color: #191970;
    font-size: 24px;
    font-weight: 500;
    padding: 20px 0;
    margin: 0 auto;
    border: none;
  }
}

form input[type="submit"]:hover {
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  form {
    padding: 0;
  }

  form div {
    margin-bottom: 30px;
  }

  form div label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
  }

  form select {
    padding: 20px;
    background: #fff;
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form input,
  form textarea {
    max-width: 1000px;
    width: 100%;
    padding: 10px 10px;
    background: #fff;
    border: #191970 solid 1px;
    border-radius: 4px;
    font-size: 1.2em;
  }

  form input[type="radio"] {
    width: auto;
    margin: 0 10px;
  }

  form .radio-group {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
  }

  form .radio-group label {
    margin: 0;
  }

  form input[type="submit"] {
    display: block;
    width: 90%;
    background: #fff;
    color: #191970;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0;
    margin: 0 auto;
    border: none;
  }
}

/* ------------------------------
top slider
------------------------------ */
#loopslider {
  margin: 0 auto;
  width: 100%;
  height: 300px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

#loopslider ul {
  height: 300px;
  float: left;
  display: inline;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

#loopslider ul li {
  width: 300px;
  height: 300px;
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul {
  display: inline-block;
  overflow: hidden;
}

#loopslider img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 200px;
  }

  #loopslider ul {
    height: 200px;
  }

  #loopslider ul li {
    width: 200px;
    height: 200px;
  }

  .gallerytop .btn_wrap {
    padding: 0 20px;
  }

  #main-slider {
    height: 70vw;
  }

  #main-slider .slider,
  #main-slider .slider img {
    height: 70vw;
  }

  .heading1_wrap {
    height: 70vw;
  }
}

/*topページSNS埋め込み*/

.top_sns_share {
  text-align: center;
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: 80px auto 0;
  padding: 0 20px;
}

.top_sns_share_list {
  width: 30%;
  margin: 20px auto;
}

.top_sns_share_list.embed_iframe {
  width: 100%;
}

.top_sns_share h2 {
  /* font-size: 2.7rem;
 font-weight: 400;
 margin-bottom: 30px; */
}

.top_sns_share_list iframe {
  margin: 0 auto;
}

.top_sns_share_list>a {
  display: inline-block;
}

.top_sns_share_list>a img {
  max-width: 150px;
}


.top_sns_share .sns_instagram {
  width: 100%;
  max-width: 900px;
}

.CMS-INSTAGRAM-LIST {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.CMS-INSTAGRAM-LIST>a {
  display: block;
  width: 33%;
  margin-bottom: .5%;
}

.CMS-INSTAGRAM-LIST>a:nth-of-type(n + 4) {
  display: none;
}

.CMS-INSTAGRAM-LIST img {
  display: block;
  width: 100%;
  height: auto;
}


@media screen and (max-width: 767px) {
  .top_sns_share {
    display: block;
    margin-top: 60px;
  }

  .top_sns_share_list {
    width: 100%;
  }

  .top_sns_share .top_sns_share_list:not(:last-child) {
    margin-bottom: 40px;
  }

  .top_sns_share_list>a {
    margin-top: 0;
  }

}

/*topページSNS埋め込み*/

/*予約バナー*/

@media screen and (min-width: 768px) {
  #op_btn {
    color: #fff;
    letter-spacing: 0.15em;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    position: fixed !important;
    right: 0;
    top: 40%;
    line-height: 1;
    margin: 0;
    z-index: 9999;
    font-size: 15px;
    transform: translateY(-50%);
  }

  #op_btn a {
    display: block;
    color: #fff;
    background: #191970;
    padding: 30px 0;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  #op_btn {
    position: fixed;
    left: 50%;
    bottom: 0px;
    width: 60%;
    writing-mode: unset;
    line-height: 1;
    z-index: 9999;
    font-size: 15px;
    text-align: center;
    transform: translateX(-50%);
  }

  #op_btn a {
    display: block;
    color: #191970;
    background: #fff;
    padding: 15px 0px;
    text-decoration: none;
  }

  #page-top {
    bottom: 80px;
    right: 10px;
    font-size: 50px;
  }

  .footer_wrap {
    padding: 40px 0;
    background: #191970;
    text-align: center;
    border-top: solid 2px #444444;
  }
}

/*予約バナー*/

/*TOP動画*/
.top_video {
  text-align: center;
  margin: auto;
  width: 800px;
  max-width: 100%;
}

.top_video video {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .top_video {
    text-align: center;
    margin: auto;
    width: 600px;
    max-width: 100%;
  }

  .top_video video {
    width: 300px;
  }
}

.top_video {
  margin: 100px auto 100px;
}

.top_video h2 {
  font-size: 40px;
  margin-bottom: 40px;
  position: relative;
}

.top_video h2::after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #e52b1b;
  position: absolute;
  bottom: -20px;
  left: 40%;
}

/*TOP動画*/

/*姉妹店*/

.access h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
}

.access_stores h3 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 20px;
}

.access_stores_img {
  text-align: center;
}

.access_stores_img img {
  text-align: center;
  width: 30%;
  margin: 5px auto 20px;
}

.access_stores .btn {
  margin: 50px auto !important;
}

.second .access_stores p {
  padding-top: 30px;
  padding-bottom: 30px;
}

.btn a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .access_stores_img img {
    text-align: center;
    width: 32%;
    margin: 5px auto 20px;
  }

  .access_stores .btn {
    margin: 50px auto !important;
  }

  .top_video h2::after {
    content: "";
    display: block;
    width: 140px;
    height: 1px;
    background: #e52b1b;
    position: absolute;
    bottom: -20px;
    left: 30%;
  }
}

.cms_takeout__common_button {
  background: #e52b1b !important;
}

/*TOP予約カレンダー*/

.CMS-RESERVATION-CALENDAR {
  max-width: 960px;
  margin: 50px auto 40px;
  width: 90vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #000;
}

.cms_reservation__calendar {
  margin: auto;
}

.CSS.cms_reservation__calendar-options {
  width: 100%;
}

.CMS-RESERVATION-CALENDAR button {
  margin-top: 0px;
}

@media screen and (min-width: 768px) {
  .cms_reservation__calendar-date-list {
    width: 49% !important;
  }

  .cms_reservation__calendar-options {
    width: 300px !important;
  }
}

@media screen and (max-width: 767px) {
  .CMS-RESERVATION-CALENDAR {
    width: 100%;
    margin: 50px auto 40px;
    display: flex;
    flex-wrap: wrap;
    color: #000;
  }
}

@media screen and (max-width: 374px) {
  .cms_reservation__calendar-date-list--cell {
    padding: 10px 1px !important;
  }

  .cms_reservation__calendar-date-list--date {
    font-size: 0.7em !important;
  }

  .js-resty-reservation-select-date {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* iPhone12用 */
@media only screen and (max-width: 450px) and (-webkit-device-pixel-ratio: 3) {
  .cms_reservation__calendar-date-list--cell {
    padding: 10px 2px !important;
  }

  .cms_reservation__calendar-date-list--date {
    font-size: 1em !important;
  }

  .js-resty-reservation-select-date {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* iPhone11用 */
@media only screen and (max-width: 380px) {
  .cms_reservation__calendar-date-list--cell {
    padding: 10px 1px !important;
  }

  .cms_reservation__calendar-date-list--date {
    font-size: 0.8em !important;
  }

  .js-resty-reservation-select-date {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.menu_anchor {
  margin-top: 60px;
}

.thanks_width p {
  display: flex;
  justify-content: center;
}

.menu-img-list img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}