@charset "UTF-8";
html {
  overflow-x: hidden
}
.header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 0
}
.header_store_name {
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  display: inline-block;
  padding: 2% 0 0 3%;
  line-height: 1.3;
  letter-spacing: 3px;
  font-family: Noto Sans JP, "游ゴシック", YuGothic
}
.header_store_sub_name {
  display: inline-block;
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem
}
.header_tel {
  float: right;
  padding: 26px 43px 0 0
}
.header_tel a {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  font-family: Josefin Sans, sans-serif;
  display: inline-block;
  padding-left: 30px;
  background: url(../img/icon_btn_tel.png) no-repeat left center;
  transition: opacity .3s
}
.header_tel a:hover {
  opacity: .7;
  transition: opacity .3s
}
.header_tel a span {
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 400
}
.header.is_fixed {
  position: fixed;
  width: calc(100% - 20px);
  background: #203c6e;
  top: 0;
  -webkit-animation: headerIn .7s both;
  animation: headerIn .7s both
}
.header.is_fixed .header_store_name {
  padding: 10px 0 0 10px;
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle
}
.header.is_fixed .header_store_sub_name {
  display: inline-block
}
.header.is_fixed .header_tel {
  padding: 5px 43px 5px 0
}
.header.is_fixed .hum_icon {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  cursor: pointer;
  float: right
}
.header.is_fixed .hum_icon span {
  display: inline-block;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
  top: 70%;
  left: 0;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate3d(0, -16px, 0);
  transform: translate3d(0, -16px, 0)
}
.header.is_fixed .hum_icon span:after, .header.is_fixed .hum_icon span:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 500ms ease-in-out;
  -webkit-transform: translate3d(0, -16px, 0);
  transform: translate3d(0, -16px, 0)
}
.header.is_fixed .hum_icon span:before {
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0)
}
.header.is_fixed .hum_icon span:after {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0)
}
.header.is_fixed .hum_icon.is_active span {
  width: 0
}
.header.is_fixed .hum_icon.is_active span:before {
  transition: all 500ms ease-in-out;
  -webkit-transform: rotate(45deg) translate3d(-7px, 0, 0);
  transform: rotate(45deg) translate3d(-7px, 0, 0)
}
.header.is_fixed .hum_icon.is_active span:after {
  transition: all 500ms ease-in-out;
  -webkit-transform: rotate(-45deg) translate3d(0, -7px, 0);
  transform: rotate(-45deg) translate3d(0, -7px, 0)
}
.anchor_list {
  width: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  text-align: right;
  z-index: 1000;
  padding: 26px 43px 0 0
}
.anchor_list li {
  display: inline-block;
  text-align: center
}
.anchor_list li+li {
  margin-left: 3%
}
.anchor_list_item {
  line-height: 1.2;
  padding: 7px 5px 0;
  color: #fff;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-family: Josefin Sans, sans-serif;
  font-weight: 500;
  transition: all .3s linear
}
.anchor_list_item:hover {
  background: #fff;
  color: #1b193e;
  transition: all .3s linear
}
header.is_fixed+.anchor_list {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 100%;
  top: 70px;
  left: 0;
  right: 0;
  background: #1b193e;
  padding: 27px 10px 20px;
  text-align: center
}
header.is_fixed+.anchor_list li {
  display: inline-block
}
header.is_fixed+.anchor_list li+li {
  margin: 0 0 0 4%
}
@media screen and (max-width:767px) {
  .header {
    position: absolute;
    height: 70px;
    top: 0
  }
  .header.is_active {
    background: rgba(27, 25, 62, .7)
  }
  .header .header_inr {
    display: table;
    width: 100%;
    text-align: center
  }
  .header.is_fixed .header_store_name, .header_store_name {
    font-size: 1.4rem;
    padding: 10px 0 0;
    text-align: center;
    vertical-align: middle
  }
  .header.is_fixed .header_store_sub_name, .header_store_sub_name {
    color: #fff;
    display: block;
    font-size: 1rem
  }
  .header .hum_icon {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 52px;
    cursor: pointer;
    right: 0
  }
  .header .hum_icon span {
    display: inline-block;
    height: 2px;
    width: 18px;
    background: #fff;
    position: absolute;
    top: 77%;
    left: 40%;
    transition: all 500ms ease-in-out;
    -webkit-transform: translate3d(0, -16px, 0);
    transform: translate3d(0, -16px, 0)
  }
  .header .hum_icon span:after, .header .hum_icon span:before {
    content: "";
    display: inline-block;
    height: 2px;
    width: 18px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 500ms ease-in-out
  }
  .header .hum_icon span:before {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0)
  }
  .header .hum_icon span:after {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
  .header .hum_icon.is_active span {
    width: 0
  }
  .header .hum_icon.is_active span:before {
    transition: all 500ms ease-in-out;
    -webkit-transform: rotate(45deg) translate3d(-38%, 0, 0);
    transform: rotate(45deg) translate3d(-38%, 0, 0)
  }
  .header .hum_icon.is_active span:after {
    transition: all 500ms ease-in-out;
    -webkit-transform: rotate(-45deg) translate3d(-4%, -7px, 0);
    transform: rotate(-45deg) translate3d(-4%, -7px, 0)
  }
  .header.is_fixed {
    width: calc(100% - 20px);
    margin: 0;
    background: #1b193e
  }
  .header.is_fixed .hum_icon {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 70px;
    cursor: pointer;
    right: 0
  }
  .header.is_fixed .hum_icon span {
    top: 75%;
    left: 40%
  }
  .header.is_fixed .hum_icon span:before {
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0)
  }
  .header.is_fixed .hum_icon span:after {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0)
  }
  .header.is_fixed .hum_icon:before {
    border-width: 40px 40px 0 0;
    border-color: #fff transparent transparent
  }
  .header.is_fixed .hum_icon.is_active span {
    width: 0
  }
  .header.is_fixed .hum_icon.is_active span:before {
    transition: all 500ms ease-in-out;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0)
  }
  .header.is_fixed .hum_icon.is_active span:after {
    transition: all 500ms ease-in-out;
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0)
  }
  .anchor_list {
    position: fixed;
    left: auto;
    right: 0;
    top: 80px;
    width: 100%;
    background: rgba(27, 25, 62, .7);
    padding: 20px 10px;
    display: none
  }
  .anchor_list li {
    display: block
  }
  .anchor_list li+li {
    margin-top: 20px;
    margin-left: 0
  }
  .anchor_list_item {
    font-size: 1.6rem
  }
  header.is_fixed+.anchor_list {
    top: 70px;
    background: #111126;
    padding: 20px 10px
  }
  header.is_fixed+.anchor_list li {
    display: block
  }
  header.is_fixed+.anchor_list li+li {
    margin-top: 20px;
    margin-left: 0
  }
  header.is_fixed+.anchor_list .anchor_list_item {
    font-size: 1.6rem
  }
}
.footer {
  position: relative
}
.footer .sns_btn_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center
}
.footer .sns_btn_list a {
  display: block;
  transition: opacity .3s
}
.footer .sns_btn_list a:hover {
  opacity: .6;
  transition: opacity .3s
}
.footer_cont {
  background: #f2f2f2;
  text-align: center;
  padding: 26px 10px
}
.footer_txt_link {
  margin-bottom: 15px
}
.footer_txt_link li {
  display: inline-block
}
.footer_txt_link li+li {
  margin-left: 10px
}
.footer_txt_link li>a {
  font-size: 20.8px;
  font-size: 1.3rem;
  text-decoration: underline
}
.top_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #1b193e;
  position: absolute;
  top: -50px;
  right: 10px;
  display: none
}
.top_btn:hover {
  opacity: .6;
  transition: opacity .2s
}
.top_btn:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 19px;
  bottom: 0;
  right: 13px
}
.top_btn.is_fixed {
  position: fixed;
  top: auto;
  right: 10px;
  bottom: 70px;
  z-index: 100
}
@media screen and (max-width:767px) {
  .footer .sns_btn_list .line {
    display: block
  }
  .top_btn {
    top: 0;
    right: 0
  }
  .top_btn.is_fixed {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 70px;
    z-index: 100
  }
}
.slick-slider {
  display: block;
  position: relative;
  -khtml-user-select: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.slick-list {
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: hand;
  cursor: pointer
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto
}
.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  height: 100%;
  float: left;
  min-height: 1px;
  vertical-align: bottom
}
[dir=rtl] .slick-slide {
  float: right
}
.slick-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
.slick-arrow, .slick-dots li {
  display: none
}
.wrapper {
  width: 100%;
  border: 10px solid #1b193e;
  margin-bottom: 60px;
  position: relative
}
.hideme {
  transition: all .7s linear;
  opacity: 0
}
.active {
  transition: all .7s linear;
  opacity: 1
}
.animationFadeIn {
  opacity: 0
}
.animationFadeIn.active {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-name: animationFadeIn;
  animation-name: animationFadeIn
}
@-webkit-keyframes animationFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes animationFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes animationFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
}
@keyframes animationFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
}
@-webkit-keyframes headerIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes headerIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes headerOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes headerOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.main_visual_area {
  width: 100%;
  position: relative;
  max-height: calc(100vh - 80px);
  overflow: hidden;
  vertical-align: bottom
}
.main_visual_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 100;
  opacity: .4
}
.main_visual_area .main_ttl {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  max-width: 700px;
  width: 50%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}
.main_visual_area .main_ttl img {
  max-width: 408px;
  width: 57%;
}
.main_visual li {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0
}
.main_visual li img {
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center
}
.main_visual .slick-current img {
  -webkit-animation: mainVisual 6s cubic-bezier(.32, .32, .63, .63) forwards;
  animation: mainVisual 6s cubic-bezier(.32, .32, .63, .63) forwards
}
@-webkit-keyframes mainVisual {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
@keyframes mainVisual {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.content_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0
}
.content_ttl {
  color: #1b193e;
  font-size: 48px;
  font-size: 3.0rem;
  text-align: center;
  font-family: Josefin Sans, sans-serif;
  font-weight: 600
}
.content_ttl>span {
  display: inline-block;
  border-bottom: 2px solid #1b193e
}
.content_ttl.white {
  color: #fff
}
.content_ttl.white>span {
  border-color: #fff
}
#concept {
  background: #1b193e;
  padding: 50px 0;
  color: #fff
}
.concept_lead {
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 2.5;
  text-align: center
}
.menu {
  padding-top: 50px
}
.menu .content_inr {
  max-width: 1000px
}
.menu .content_inr .note_list {
  max-width: 666px;
  width: 60%;
  margin: 20px auto 0
}
.menu_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 27px
}
.menu a {
  display: block;
  cursor: pointer;
  transition: opacity .2s
}
.menu a:hover {
  opacity: .6;
  transition: opacity .2s
}
.menu_item {
  max-width: 100%;
  width: 60%;
  padding: 1%;
  background: #f2f2f2;
  text-align: center
}
.menu_item .menu_img img {
  width: 100%
}
.menu_item_box {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ddd
}
.menu_item_name {
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
  color: #1b193e;
  line-height: 1.5;
  margin-bottom: 10px;
}
.menu_item_price {
  font-size: 25.6px;
  font-size: 1.6rem
}
.menu_item_price_em {
  font-size: 32px;
  font-size: 2rem
}
.menu_item_price_em span {
  font-weight: 600;
}
.menu_item_dsc {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 25.6px;
  font-size: 1.6rem
}
.menu_item_course {
  text-align: left;
  margin: 15px 0 5px;
  font-size: 32px;
  font-size: 2rem
}
.menu_item_more {
  margin-top: 5px;
  font-size: 25.6px;
  font-size: 1.6rem
}
.menu_item_em {
  font-size: 28.8px;
  font-size: 1.8rem
}
.menu_item_list {
  text-align: left;
  padding-left: 1em
}
.menu_item_list li {
  position: relative;
  margin-left: 1em
}
.menu_item_list li:before {
  content: "\0030fb";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1em
}
.menu_item_list li+li {
  margin-top: .5em
}
.dot_list {
  text-align: left;
  padding-left: 1em
}
.dot_list li {
  position: relative;
  margin-left: 1em
}
.dot_list li:before {
  content: "\0030fb";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: -1em
}
.dot_list li+li {
  margin-top: .5em
}
.box_2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
.other_menu {
  margin-top: 40px;
  padding: 40px 0 67px;
  background: #1b193e;
  color: #fff
}
.other_menu .content_inr {
  max-width: 700px;
  margin: 0 auto
}
.other_menu_slide_menu {
  margin-bottom: 30px;
  text-align: center
}
.other_menu_slide_menu>li {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  color: #fff;
  font-family: Josefin Sans, sans-serif;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 5px
}
.other_menu_slide_menu>li:hover {
  border-bottom: 1px solid #fff
}
.other_menu_slide_menu>li.is_active {
  color: #f29600;
  border-bottom: 1px solid #f29600
}
.other_menu_slide_menu>li.is_active:hover {
  text-decoration: none
}
.other_menu_slide {
  position: relative;
  width: 100%;
  overflow: hidden
}
.other_menu_slide>li {
  position: absolute;
  width: 100%
}
.other_menu_box {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 1s
}
.other_menu_box.translateX-100 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 1s
}
.other_menu_box.translateX100 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 1s
}
.other_menu_box.slide_in {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: all 1s
}
.other_menu_ttl {
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: left
}
.other_menu_ttl+p {
  color: #b3b3b3
}
.other_menu_item {
  max-width: 600px;
  text-align: left;
  margin-top: 40px
}
.other_menu_name {
  margin-bottom: 10px
}
.other_menu_price {
  display: inline-block;
  float: right;
  font-family: Josefin Sans, sans-serif
}
.other_menu_dsc {
  color: #b3b3b3
}
#all_menu {
  padding-top: 60px;
  margin-bottom: 60px
}
#all_menu .content_ttl {
  margin-bottom: 40px
}
.pdf_link_box {
  margin: 30px auto;
  text-align: center
}
.pdf_link_box .pdf_link {
  display: inline-block;
  margin-bottom: 10px;
  transition: opacity .3s
}
.pdf_link_box .pdf_link:hover {
  opacity: .6;
  transition: opacity .3s
}
.pdf_link_box .pdf_link img {
  max-width: 80%
}
#faq {
  padding: 40px 0;
  background: #1b193e;
  color: #fff
}
#faq .content_inr {
  max-width: 600px
}
#faq .content_ttl {
  margin-bottom: 30px
}
.faq_row+.faq_row {
  margin-top: 10px
}
.faq_row .question {
  position: relative;
  display: table;
  width: 100%;
  font-size: 48px;
  font-size: 3rem;
  padding: 6px 0;
  background: url(../img/icon_open.png) no-repeat right center;
  background-size: 22px;
  cursor: pointer
}
.faq_row .question.is_open {
  background: url(../img/icon_close.png) no-repeat right center;
  background-size: 22px
}
.faq_row .question .icon {
  display: table-cell;
  vertical-align: top;
  color: #fff;
  font-size: 35.2px;
  font-size: 2.2rem;
  height: 1em;
  width: 1em;
  line-height: 1;
  text-align: right
}
.faq_row .question .txt {
  display: table-cell;
  vertical-align: top;
  padding: 0 35px 0 10px;
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 30px
}
.faq_row .answer {
  display: none;
  margin-top: 10px;
  padding: 13px 2px;
  background: #fff;
  color: #1b193e;
  position: relative
}
.faq_row .answer .icon {
  position: absolute;
  top: 6px;
  left: 8px;
  font-size: 35.2px;
  font-size: 2.2rem;
  color: #1b193e
}
.faq_row .answer p {
  padding-right: 10px;
  padding-left: 29px
}
#contact {
  padding: 78px 0 0
}
#contact .btn_2clo {
  position: static;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between
}
#contact .btn_2clo .btn {
  width: 30%
}
.instagram_box {
  text-align: center;
  margin: 50px 0 0
}
.instagram_box a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
  background: #f2f2f2
}
.instagram_box a:hover {
  opacity: .6;
  transition: opacity .2s
}
.instagram_box .copy {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #000
}
.instagram_box .copy_main {
  font-weight: 700
}
#news {
  padding-top: 78px
}
.news_cont {
  max-width: 600px;
  margin: 30px auto;
  color: #000
}
.news_row {
  display: -ms-flexbox;
  display: flex;
  font-size: 25.6px;
  font-size: 1.6rem
}
a.news_row {
  cursor: pointer
}
a.news_row .news_txt {
  text-decoration: underline
}
.news_item+.news_item {
  margin-top: 16px
}
.news_label {
  width: 70px;
  margin-right: 10px;
  text-align: center;
  color: #fff;
  background: #1b193e;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 4px
}
.news_date {
  margin-right: 10px;
  font-weight: 700
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2000;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(27, 25, 62, .7)
}
.modal.is_show {
  display: block
}
.modal_inr {
  position: relative;
  z-index: 600;
  max-width: 800px;
  height: auto;
  width: 94%;
  margin: 3% auto;
  padding: 3% 5%;
  background: #fff
}
.modal_ttl {
  text-align: center;
  font-size: 28.8px;
  font-size: 1.8rem
}
.modal_date {
  display: block
}
.modal_img {
  width: 100%;
  max-width: 600px;
  margin: 15px auto 30px;
  text-align: center
}
.modal_img img {
  max-width: 100%
}
.modal_txt {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #333
}
.modal .btn_close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: #1b193e;
  border: none;
  color: #1b193e;
  cursor: pointer;
  font-size: 64px;
  font-size: 4rem;
  outline: none;
  text-align: center;
  line-height: 1
}
.modal .btn_close:after, .modal .btn_close:before {
  display: inline-block;
  border-right: 2px solid #fff;
  content: '';
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.modal .btn_close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px
}
.modal .menu_item_list {
  padding-left: 0
}
.modal .menu_item_ttl {
  margin: 20px auto 10px;
  font-size: 28.8px;
  font-size: 1.8rem
}
.store_image_slider {
  margin-top: 50px
}
.store_image_slider span.btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 10
}
.store_image_slider span.btn.prev {
  left: 20px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}
.store_image_slider span.btn.next {
  right: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#access {
  margin: 0 auto 59px;
  padding-top: 53px
}
#access .content_ttl {
  margin-bottom: 28px
}
.map_area {
  width: 100%
}
.map_area iframe {
  width: 100%;
  height: 400px
}
.accses_info {
  margin-top: 30px;
  text-align: center
}
.accses_info_col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 40%
}
.accses_info_col:first-child {
  margin-right: 5%
}
.accses_info_item+.accses_info_item {
  margin-top: 23px
}
.accses_info_item dt {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem
}
.accses_info_item a {
  text-decoration: underline
}
.btn_2clo {
  position: fixed;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%
}
.btn_2clo .btn {
  display: block;
  width: 50%;
  text-align: center
}
.btn_2clo .btn a:hover {
  opacity: .6;
  transition: opacity .2s
}
.btn_2clo .btn .inr {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.2;
  padding: 1.5px;
  height: 60px;
  transition: opacity .3s
}
.btn_2clo .btn .inr .txt {
  display: inline-block;
  padding: 5px 0 5px 40px
}
.btn_2clo .btn .inr .txt>span {
  display: block;
  font-size: 20.8px;
  font-size: 1.3rem;
  margin-bottom: 5px;
  width: 100%
}
.btn_2clo .btn.booking .inr {
  background: #203c6e
}
.btn_2clo .btn.booking .txt {
  background: url(../img/icon_btn_book.png) no-repeat 0 50%
}
.btn_2clo .btn.tel .inr {
  background: #1b193e
}
.btn_2clo .btn.tel .txt {
  background: url(../img/icon_btn_tel.png) no-repeat 0 50%
}
.btn_2clo .btn.tel a {
  display: none
}
@media screen and (max-width:767px) {
  .wrapper {
    overflow-x: hidden
  }
  .content_ttl>span {
    padding-bottom: 0
  }
  .modal_inr {
    padding: 10px;
    margin: 10% auto
  }
  .modal_ttl {
    font-size: 1.6rem
  }
  .main_visual_area {
    position: relative;
    max-height: 100%;
    height: 90vh
  }
  .main_visual_area .main_ttl {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
  }
  .main_visual_area .main_ttl img {
    width: 65%;
    max-width: 408px;
    margin: 0;
  }
  .main_visual li img {
    height: 100vh;
    width: 100%;
    object-fit: cover
  }
  .main_visual .slick-current img {
    -webkit-animation: mainVisual 6s cubic-bezier(.32, .32, .63, .63) forwards;
    animation: mainVisual 6s cubic-bezier(.32, .32, .63, .63) forwards
  }
  @-webkit-keyframes mainVisual {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(1);
      transform: scale(1)
    }
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
    }
  }
  @keyframes mainVisual {
    0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(1);
      transform: scale(1)
    }
    to {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: scale(1.1);
      transform: scale(1.1)
    }
  }
  #concept {
    padding: 30px 0
  }
  .concept_lead {
    font-size: 1.5rem;
    line-height: 2.5;
    text-align: center
  }
  .menu {
    padding-top: 30px;
    margin-bottom: 0
  }
  .menu a:hover {
    opacity: 1
  }
  .menu_list {
    display: block
  }
  .menu .content_inr .note_list {
    margin: 20px 10px 0
  }
  .menu_item {
    width: 100%;
    padding: 10px;
    margin: 0 auto
  }
  .menu_item_name {
    font-size: 1.8rem
  }
  .menu_item_price {
    font-size: 1.6rem
  }
  .menu_item_price_em {
    font-size: 1.8rem
  }
  .menu_item+.menu_item {
    margin-top: 20px
  }
  .other_menu {
    padding: 40px 0
  }
  .other_menu_slide li {
    text-align: left
  }
  .other_menu_slide_menu>li {
    font-size: 1.9rem
  }
  .other_menu_box .box_2col {
    width: 93%;
    margin: 0 auto
  }
  .other_menu_box .box_2col .col:last-child {
    margin-top: 30px
  }
  .box_2col {
    display: block
  }
  #all_menu {
    padding-top: 30px;
    margin-bottom: 0;
  }
  .pdf_link_box .pdf_link:hover {
    opacity: 1
  }
  #contact {
    padding-top: 40px
  }
  #contact .btn_2clo {
    display: block
  }
  #contact .btn_2clo .btn {
    width: 90%;
    margin: 0 auto 10px
  }
  .instagram_box {
    margin: 50px 10px 0
  }
  .instagram_box a {
    padding: 10px
  }
  .instagram_box a:hover {
    opacity: 1
  }
  .instagram_box .icon {
    width: 100%;
    max-width: 60px
  }
  .instagram_box .icon img {
    width: 100%
  }
  .instagram_box .copy {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #000
  }
  .instagram_box .copy_main {
    font-weight: 700
  }
  #news {
    padding-top: 40px
  }
  .news_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px
  }
  .news_label {
    line-height: 2;
    font-size: 1.2rem;
    padding: 0
  }
  .news_txt {
    width: 100%;
    font-size: 1.4rem
  }
  .news_normaltxt{
    width:100%;
    font-size:1.4rem
  }
  #access {
    padding-top: 40px
  }
  .accses_info {
    text-align: left;
    padding: 0 10px
  }
  .accses_info_col {
    display: block;
    margin-bottom: 23px;
    width: 100%
  }
  .accses_info_col:first-child {
    margin-right: 0
  }
  .map_area iframe {
    height: 280px
  }
  .btn_2clo .btn a:hover {
    opacity: 1
  }
  .btn_2clo .btn .inr {
    font-size: 1.5rem
  }
  .btn_2clo .btn .inr .txt>span {
    font-size: 1.1rem
  }
  .btn_2clo .btn.tel a {
    display: -ms-inline-flexbox;
    display: inline-flex
  }
  .btn_2clo .btn.tel>p {
    display: none
  }
  .btn_2clo.fixed_btn .btn.tel .txt {
    background-size: 13%;
    padding-left: 22px;
  }
}