* {
  -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: "Crimson Text", "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
}

body p {
  font-size: 1.4rem;
  color: #434343;
  font-weight: 400;
  line-height: 3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

iframe {
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container_800 {
  max-width: 800px;
  margin: 0 auto;
}

.row {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.mr30 {
  margin-right: 30px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pl10 {
  padding-left: 10px;
}

.ta_center {
  text-align: center;
}

.ta_center_pc {
  text-align: center;
}

.txt18 {
  font-size: 1.8rem;
  font-weight: 500;
}

.txt22 {
  font-size: 2.2rem;
}

.space2 {
  letter-spacing: 0.2rem;
}

.txt_600 {
  font-weight: 600;
}

.lh20 {
  line-height: 2rem;
}

.primary_header {
  width: 100%;
  height: 280px;
  background: transparent;
  position: relative;
}

.header_inner {
  height: 280px;
}

.header_flex {/*
  height: 280px;*/
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.header_logo {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

.header_logo img {
  max-width: 100%;
  height: auto;
  height: 150px;
}

.header_logo_link {
  transition: all .5s;
}

.header_logo_link:hover {
  opacity: 0.7;
}

.gnav {
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.gnav_wrap {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 850px;
}

.gnav_item {
  position: relative;
  padding: 1em 0;
}

.gnav_item:not(:last-child) {/*
  margin-right: 60px;*/
}

.gmenu {
  text-decoration: none;
  color: #434343;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.gmenu:hover {
  opacity: 0.7;
}

.header_tel {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  position: absolute;
  top: 20px;
  right: 174px;
}

.google_translate {
  position: absolute;
  top: 20px;
  right: 20px;
}

.heading1_wrap {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  padding: 0 100px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.heading1_menu {
  background-image: url(../img/h1_menu.jpg);
}

.heading1_gallery {
  background-image: url(../img/h1_gallery.jpg);
}

.heading1_access {
  background-image: url(../img/h1_access.jpg);
}

.heading1_concept {
  background-image: url(../img/h1_concept.jpg);  
}

.heading1_contact {
  background-image: url(../img/h1_contact.jpg);  
}

.heading1_news {
  background-image: url(../img/h1_news.jpg);  
}

.main {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  padding: 0 00px;
  position: relative;
  overflow: hidden;
}

#main-slider {
  overflow: hidden;
  height: 100%;
}

.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.slider img {
  /* display: block; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: -300%;
  right: -300%;
  margin: auto;
}

.slick-list,
.slick-track {
  height: 100%;
}

.top_concept {
  padding: 100px 0;
}

.top_gallery {
  padding: 100px 0;
}

.heading2 {
  color: #434343;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  text-align: center;
  margin-bottom: 70px;
    line-height: 3.2rem;
}

.heading2::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: 2px solid #a1a1a1;
  border-bottom: 1px solid #a1a1a1;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.heading2_b {
  color: #434343;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  margin-bottom: 40px;
}

.top_parallax01 {
  width: 100%;
  height: 500px;
  background: url(../img/parallax_bg001.jpg) no-repeat center center / cover;
  background-attachment: fixed;
}

.top_parallax02 {
  width: 100%;
  height: 500px;
  background: url(../img/parallax_bg002.jpg) no-repeat center center / cover;
  background-attachment: fixed;
}

.top_menu,
.top_access {
  overflow: hidden;
  margin-top: 100px;
}

.top_content {
  position: relative;
}

.top_content_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow: hidden;
}

.top_menu .top_content_flex_img {
  width: calc(100% - 600px);
  height: 700px;
  background: url(../img/top_img002.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.top_access .top_content_flex_img {
  width: calc(100% - 600px);
  height: 700px;
  background: url(../img/top_img003.jpg) no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}

.top_content_flex_txt_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 600px;
  overflow: hidden;
}

.top_menu .top_content_flex_txt {
  padding: 0 80px 0 150px;
}

.top_access .top_content_flex_txt {
  padding: 0 150px 0 80px;
}

.top_content_flex_img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.btn {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 15px 0;
  width: 200px;
  background: #434343;
  transition: all .5s;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.btn:hover {
  background: #131313;
}

.order1 {
  order: 1;
}

.order2 {
  order: 2;
}

.bx-wrapper {
  margin: auto;
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  border-top: solid 10px #1b1b1b;
  border-bottom: solid 10px #1b1b1b;
  border-right: none;
  border-left: none;
}

.bx-prev,
.bx-next,
.bx-pager {
  display: none;
}

.content_slider {
  padding: 20px 0;
  background: #1b1b1b;
}

.content_slider_item img {
  max-width: 100%;
  display: block;
  border: solid 5px #1b1b1b;
}

.footer_area {
  color: #fff;
}

.footer_contents {
  padding: 50px 0;
  background: #0c0c0c;
}

.footer_contents_head {
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.footer_logo {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}

.footer_tel_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}

.footer_tel {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}

.txt_wh {
  color: #fff;
}

.footer_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
    padding-bottom: 50px;
}

.footer_flex_content,
.footer_flex_map {
  flex: 0 0 50%;
  padding: 0 20px;
}

.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_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 50px 0 0;
}

.fmenu {
  text-decoration: none;
  font-size: 1.2rem;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-weight: 400;
}

.fmenu:hover {
  opacity: 0.7;
}

.footer_link_menu {
  margin-right: 40px;
}

.footer_link_menu:last-child {
  margin-right: 0;
}

.copyRight_wrap {
  width: 100%;
  padding: 30px 0;
  background: #fff;
  text-align: center;
}

.copyRight {
  font-size: 1.2rem;
  font-weight: 400;
  color: #707070;
}

.gnav_inner_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
  -webkit-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10000;
  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;
}

.gmenu_sp {
  text-decoration: none;
  color: #434343;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  line-height: 50px;
  font-weight: 700;
}

.icon_menu_txt {
  display: none;
}

.icon_menu {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10000;
  background: #434343;
  position: fixed;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  top: 25px;
}

.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%;
}

#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: 600;
  color: #fff;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
  border-radius: 50%;
  border: solid 2px #fff;
  background: #434343;
  letter-spacing: 0.2rem;
}

#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: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all .5s;
}

#page-top a:hover::before {
  top: 10px;
}

.heading1 {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
}

.heading3 {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 400;
  line-height: 3rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 40px;
  border-bottom: solid 2px #d4d4d4;
  padding-left: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading3::after {
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  background: #c2b883;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.heading4 {
  font-size: 1.6rem;
  color: #434343;
  font-weight: 400;
  line-height: 2.6rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 10px 10px 16px;
  background: #f7f7f7;
  border-radius: 3px;
}

.heading4::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background: #c2b883;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lawer_sec {
  padding: 80px 0;
}

.lawer_content_wrap {
  margin-bottom: 100px;
}

.lawer_content_inner {
  margin-bottom: 40px;
}

.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 {
  width: 100%;
  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 #e9e9e9;
}

.table_row_inner02 {
  padding: 20px 10px;
  border-bottom: solid 1px #e9e9e9;
}

.table_item_left {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #434343;
  font-weight: 400;
  -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: #434343;
  font-weight: 400;
  -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: #434343;
  font-weight: 400;
  -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: #434343;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.table_tel_link {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #434343;
  font-weight: 400;
}

.table_item_right {
  font-size: 1.8rem;
  color: #434343;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: right;
}

.txt12_grey {
  font-size: 1.2rem;
  color: #434343;
  font-weight: 400;
  line-height: 1.8rem;
}

.txt22_grey_bold {
  font-size: 2.2rem;
  color: #434343;
  font-weight: 700;
}

.db {
  display: block;
}

.gallery_content_sec {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery_content_sec_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 25%;
}

.gallery_content_sec_item img {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 4%;
}

.jc_center {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

@-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;
}

.lr.delighter {
  transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(-30%);
  opacity: 0;
}

.lr.delighter.started {
  transform: none;
  opacity: 1;
}

.rl.delighter {
  transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateX(30%);
  opacity: 0;
}

.rl.delighter.started {
  transform: none;
  opacity: 1;
}

.bt.delighter {
  transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(-30%);
  opacity: 0;
}

.bt.delighter.started {
  transform: none;
  opacity: 1;
}

.tb.delighter {
  transition: all 2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: translateY(30%);
  opacity: 0;
}

.tb.delighter.started {
  transform: none;
  opacity: 1;
}

.scroll_btn_wrap {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.anchor_wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 100px;
}

.anchor {
  flex: 0 0 20%;
  padding: 0 10px;
}

.mr40 {
  margin-right: 40px;
}

.anchor_link {
  text-decoration: none;
  display: block;
  color: #434343;
  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 #434343;
  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 #434343;
  border-bottom: solid 2px #434343;
  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;
}

.txt_tel {
  text-decoration: none;
  font-size: 1.4rem;
  color: #434343;
  font-weight: 400;
}

a {
  color: #fff;
  text-decoration: none;
}

.footer{
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  margin-top: 30px;
  padding-top: 30px;
}

.insta{
  width: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}


@media screen and (min-width: 768px) {
  #op_btn {
    color: #fff;
    letter-spacing: 0.05em;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    position: fixed !important;
    right: 0;
    top: 20vh;
    line-height: 1;
    margin: 0;
    z-index: 9999;
    font-size: 15px;
  }

  #op_btn a {
    display: block;
    color: #fff;
    background: #a01000;
    padding: 30px 20px;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  #op_btn2 {
    color: #fff;
    letter-spacing: 0.05em;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0;
    position: fixed !important;
    right: 0;
    top: 50vh;
    line-height: 1;
    margin: 0;
    z-index: 9999;
    font-size: 15px;
  }

  #op_btn2 a {
    display: block;
    color: #fff;
    background: #a01000;
    padding: 30px 20px;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 676px) {
  #op_btn {
    position: fixed;
    left: 0%;
    bottom: 0px;
    width: 49%;
    writing-mode: unset;
    line-height: 1;
    z-index: 9999;
    font-size: 15px;
    text-align: center;
  }

  #op_btn a {
    display: block;
    color: #fff;
    background: #a01000;
    padding: 15px 0px;
    text-decoration: none;
  }

  #op_btn2 {
    position: fixed;
    right: 0%;
    bottom: 0px;
    width: 49%;
    writing-mode: unset;
    line-height: 1;
    z-index: 9999;
    font-size: 15px;
    text-align: center;
  }

  #op_btn2 a {
    display: block;
    color: #fff;
    background: #a01000;
    padding: 15px 0px;
    text-decoration: none;
  }

  #page-top {
    display: block;
    position: fixed;
    z-index: 1;
    bottom: 80px;
    right: 10px;
    font-size: 50px;
  }

  .copyRight_wrap {
    width: 100%;
    padding: 30px 0 50px;
    background: #fff;
    text-align: center;
  }

  .copy_right {
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
    padding: 20px 0 50px !important;
    background: var(--p-dark);
    text-align: center;
  }
}
.menu-price-list__name {line-height: 1.8em;}
.menu-price-list__name span{display: block;}
.restaurant-detail__menu{font-size:150%;}