@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/* base
==================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr {
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

.pc {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
}
a:active {
  color: #000;
}

/* main
==================================*/
main {
  display: block; /*IE対策*/
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: 0.3s;
}
header.scroll {
  background: #4c4c4c;
}
header .header_inner {
  padding: 0 25px;
  box-sizing: border-box;
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner .logo {
  width: 130px;
  z-index: 1;
}
header .header_inner .menu_btn {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.3s;
}
header .header_inner .menu_btn .line_wrap {
  width: 30px;
  height: 10px;
  position: relative;
  transition: 0.3s;
}
header .header_inner .menu_btn .line_wrap span {
  display: inline-block;
  position: absolute;
  height: 1px;
  background: #fff;
  transition: 0.3s;
  right: 0;
}
header .header_inner .menu_btn .line_wrap span:first-of-type {
  width: 30px;
  top: 0;
  transform-origin: right top;
}
header .header_inner .menu_btn .line_wrap span:last-of-type {
  width: 21px;
  bottom: 0;
  transform-origin: right bottom;
}
header .header_inner .menu_btn.open {
  transform: translateX(10px);
}
header .header_inner .menu_btn.open .line_wrap {
  width: 25px;
  height: 15px;
  margin-bottom: 0;
}
header .header_inner .menu_btn.open .line_wrap span:first-of-type {
  width: 30px;
  transform: rotate(-30deg);
}
header .header_inner .menu_btn.open .line_wrap span:last-of-type {
  width: 30px;
  transform: rotate(30deg);
}
header .header_inner nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #4c4c4c;
  padding: 105px 0 40px;
  display: none;
}
header .header_inner nav ul {
  text-align: center;
}
header .header_inner nav ul li:not(:last-of-type) {
  margin-bottom: 35px;
}
header .header_inner nav ul li a {
  display: block;
  line-height: 1;
  color: #fff;
}

/* footer
==================================*/
footer {
  background: #4c4c4c;
  position: relative;
}
footer .footer_inner {
  padding: 65px 0 23px;
}
footer .footer_inner dt, footer .footer_inner dd, footer .footer_inner a, footer .footer_inner p {
  color: #fff;
  font-size: 12px;
}
footer .footer_inner .logo {
  width: 192px;
  margin: auto;
}
footer .footer_inner dl {
  margin: 30px auto 0;
  width: 250px;
}
footer .footer_inner dl dt, footer .footer_inner dl dd {
  font-size: 13px;
  line-height: 1.6;
}
footer .footer_inner .sns_wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_inner .sns_wrap li {
  line-height: 1;
}
footer .footer_inner .sns_wrap li:not(:last-of-type) {
  margin-right: 15px;
}
footer .footer_inner .sns_wrap .tw {
  width: 18px;
}
footer .footer_inner .sns_wrap .fb {
  width: 8px;
}
footer .footer_inner .sns_wrap .is {
  width: 16px;
}
footer .footer_inner .copy {
  font-size: 10px;
  text-align: center;
  margin-top: 50px;
}

.fixed_link {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 33px;
  height: 88px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.fixed_link.active {
  opacity: 1;
  pointer-events: auto;
}
.fixed_link.out {
  opacity: 0;
  pointer-events: none;
}
.fixed_link ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #4d4d4d;
}
.fixed_link ul li {
  line-height: 1;
}
.fixed_link ul li:not(:last-of-type) {
  margin-bottom: 13px;
}
.fixed_link ul .tw {
  width: 18px;
}
.fixed_link ul .fb {
  width: 8px;
}
.fixed_link ul .is {
  width: 16px;
}

.pageTop {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.pageTop.active {
  opacity: 1;
  pointer-events: auto;
}
.pageTop.stop {
  position: absolute;
  top: -68px;
  bottom: auto;
}
.pageTop a {
  width: 68px;
  height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.pageTop a .text {
  font-family: "Bellefair";
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  margin-top: 15px;
  text-align: center;
  color: #000;
}
.pageTop a .bar {
  display: block;
  width: 1px;
  height: 34px;
  background: #000;
  animation: pagetop 1.2s infinite linear;
  transform-origin: bottom;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 80px);
  opacity: 0;
  transition: 0.6s ease-out;
}

.move {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

.delay2 {
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
}

.delay3 {
  -moz-transition-delay: 900ms;
  -webkit-transition-delay: 900ms;
  -o-transition-delay: 900ms;
  -ms-transition-delay: 900ms;
}

.delay4 {
  -moz-transition-delay: 1200ms;
  -webkit-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
}

.delay5 {
  -moz-transition-delay: 1500ms;
  -webkit-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
}

.delay6 {
  -moz-transition-delay: 1800ms;
  -webkit-transition-delay: 1800ms;
  -o-transition-delay: 1800ms;
  -ms-transition-delay: 1800ms;
}

.delay7 {
  -moz-transition-delay: 2100ms;
  -webkit-transition-delay: 2100ms;
  -o-transition-delay: 2100ms;
  -ms-transition-delay: 2100ms;
}

/*==================================
  Component
==================================*/
html {
  overflow: auto;
}
html.no_move {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".png"], img[src$=".jpg"] {
  backface-visibility: hidden;
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#loading img {
  display: none;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#Top #loading {
  width: 100vw;
  height: 100vh;
  background-color: #090001;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#Top #loading img {
  display: block;
  opacity: 0;
}
@media (min-width: 900px) {
  #Top #loading img {
    width: 183px;
  }
}
@media (max-width: 899px) {
  #Top #loading img {
    width: 134px;
  }
}
#Top #loading.loaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s 1.5s;
  transition: all 1.5s 1.5s;
}
#Top #loading.loaded img {
  opacity: 1;
  transition: 1s;
}

.container {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}
.container.left_cont {
  padding-left: 0;
  margin-left: 0;
  max-width: calc(50% + 630px);
}
.container.right_cont {
  padding-right: 0;
  margin-right: 0;
  max-width: calc(50% + 630px);
}
@media (max-width: 899px) {
  .container {
    padding-left: 13px;
    padding-right: 13px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.row .col {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
}
.row .col.col3 {
  width: 25%;
}
.row .col.col4 {
  width: 33.33%;
}
.row .col.col6 {
  width: 50%;
}

.en {
  font-family: "Bellefair";
  font-weight: 400;
}

@keyframes pagetop {
  0% {
    transform: scale(1, 0);
  }
  80% {
    transform: scale(1, 1);
  }
}
.page_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page_ttl h1 {
  text-align: center;
  color: #fff;
}
.page_ttl h1 .jp {
  display: block;
}
@media (min-width: 900px) {
  .page_ttl {
    height: 340px;
    background-image: url(/images/common/under_main.jpg);
  }
  .page_ttl h1 {
    margin-top: 56px;
  }
  .page_ttl h1 .jp {
    font-size: 34px;
    margin-bottom: 13px;
  }
}
@media (max-width: 899px) {
  .page_ttl {
    height: 215px;
    background-image: url(/images/common/under_main_sp.jpg);
  }
  .page_ttl h1 {
    margin-top: 46px;
  }
  .page_ttl h1 .jp {
    font-size: 30px;
    margin-bottom: 13px;
  }
  .page_ttl h1 .en {
    font-size: 14px;
  }
}

.anchor {
  position: absolute;
}
@media (min-width: 900px) {
  .anchor {
    top: -95px;
  }
}
@media (max-width: 899px) {
  .anchor {
    top: -55px;
  }
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
#Top main {
  overflow: hidden;
}
#Top main .sec_ttl {
  text-align: center;
}
#Top main .sec_ttl .jp {
  font-size: 20px;
}
#Top main .sec_ttl .en {
  font-size: 11px;
  color: #6d6d6d;
  display: block;
  margin-top: 5px;
}
#Top main .mv_sec .swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#Top main .mv_sec .swiper .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#Top main .mv_sec .swiper .swiper-slide.slide01 {
  background-image: url(/images/top/sp/main01.jpg?0714);
}
#Top main .mv_sec .swiper .swiper-slide.slide02 {
  background-image: url(/images/top/sp/main02.jpg?0714);
}
#Top main .mv_sec .swiper .swiper-slide.slide03 {
  background-image: url(/images/top/sp/main03.jpg?0714);
}
#Top main .mv_sec .swiper .swiper-slide.slide04 {
  background-image: url(/images/top/sp/main04.jpg?0714);
}
#Top main .mv_sec .logo_wrap {
  height: calc(100% - 130px);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  margin: auto;
}
#Top main .mv_sec .info_wrap {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
}
#Top main .mv_sec .info_wrap p {
  color: #fff;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 285px;
  margin: auto;
}
#Top main .mv_sec .info_wrap p span {
  display: block;
  margin-bottom: 10px;
}
#Top main .mv_sec .info_wrap p a {
  color: #fff;
}
#Top main .mv_sec .info_wrap .bottom_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
#Top main .mv_sec .info_wrap .bottom_wrap ul {
  display: flex;
  align-items: center;
}
#Top main .mv_sec .info_wrap .bottom_wrap ul li {
  line-height: 1;
}
#Top main .mv_sec .info_wrap .bottom_wrap ul li:not(:last-of-type) {
  margin-right: 15px;
}
#Top main .mv_sec .info_wrap .bottom_wrap ul .tw {
  width: 18px;
}
#Top main .mv_sec .info_wrap .bottom_wrap ul .fb {
  width: 8px;
}
#Top main .mv_sec .info_wrap .bottom_wrap ul .is {
  width: 16px;
}
#Top main .mv_sec .info_wrap .bottom_wrap .btn_wrap {
  margin-left: 18px;
}
#Top main .mv_sec .info_wrap .bottom_wrap .btn_wrap a {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100px;
  line-height: 33px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
#Top main .lead_sec {
  background: url(/images/common/bg_gr_sp.jpg) repeat;
  padding: 65px 0;
}
#Top main .lead_sec .lead_wrap .row {
  justify-content: space-between;
  align-items: flex-end;
}
#Top main .lead_sec .lead_wrap .row .text_wrap p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 15px;
  line-height: 2.5;
  text-indent: -29px;
  margin-top: 29px;
  letter-spacing: 0.17em;
  width: calc(50vw - 13px);
  display: flex;
  align-items: center;
}
#Top main .lead_sec .lead_wrap .row .img_wrap {
  width: calc(50vw - 10px);
  height: 243px;
  background: url(/images/top/sp/lead01.jpg?0714) no-repeat center bottom/cover;
}
#Top main .lead_sec .lead_img {
  margin-top: 60px;
}
#Top main .lead_sec .lead_img .row .img1 {
  width: 42%;
}
#Top main .lead_sec .lead_img .row .img2 {
  width: 58%;
  padding-top: 60px;
}
#Top main .lead_sec .img_text picture {
  display: block;
  transform: translate(-50px, 0);
}
#Top main .lead_sec .img_text picture.move {
  transform: translate(0);
}
#Top main .lead_sec .img_text .text_wrap {
  max-width: 285px;
  margin: 30px auto 0;
  transform: translate(50px, 0);
}
#Top main .lead_sec .img_text .text_wrap.move {
  transform: translate(0);
}
#Top main .lead_sec .img_text .text_wrap h2 {
  line-height: 1.8;
  text-align: center;
}
#Top main .lead_sec .img_text .text_wrap p {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 10px;
}
#Top main .lead_sec .area1 {
  margin-top: 65px;
  padding-left: 13px;
}
#Top main .lead_sec .area2 {
  margin-top: 45px;
  padding-right: 13px;
}
#Top main .lead_sec .menu_area {
  margin-top: 50px;
}
#Top main .lead_sec .menu_area .row {
  justify-content: space-between;
  align-items: center;
}
#Top main .lead_sec .menu_area .row .text_wrap {
  width: 100%;
}
#Top main .lead_sec .menu_area .row .text_wrap p {
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
#Top main .lead_sec .menu_area .row ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 25px;
}
#Top main .lead_sec .menu_area .row ul li:first-of-type {
  margin-right: 40px;
}
#Top main .lead_sec .menu_area .row ul li a {
  display: block;
  width: 71px;
  height: 164px;
  position: relative;
  text-align: center;
  color: #fff;
  background: #4d4d4d;
  padding: 5px 5px 0;
  box-sizing: border-box;
  border-bottom: 5px solid #6d6d6d;
}
#Top main .lead_sec .menu_area .row ul li a .inner {
  display: block;
  border: 1px solid #fff;
  border-bottom: none;
  height: 100%;
  position: relative;
}
#Top main .lead_sec .menu_area .row ul li a .inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  right: -1px;
  top: -1px;
}
#Top main .lead_sec .menu_area .row ul li a .inner .en {
  font-size: 10px;
  display: block;
  line-height: 1;
  margin: 17px 0 25px;
}
#Top main .lead_sec .menu_area .row ul li a .inner .jp {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#Top main .info_sec {
  padding-top: 60px;
}
#Top main .info_sec .table_wrap {
  position: relative;
}
#Top main .info_sec .table_wrap table {
  margin-top: 25px;
  width: 100%;
  border-top: 1px solid #6d6d6d;
}
#Top main .info_sec .table_wrap table tr {
  padding: 13px 15px;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #6d6d6d;
}
#Top main .info_sec .table_wrap table tr th, #Top main .info_sec .table_wrap table tr td {
  font-size: 13px;
}
#Top main .info_sec .table_wrap table tr th {
  display: block;
  width: 100%;
  text-align: left;
}
#Top main .info_sec .table_wrap table tr td {
  display: block;
  width: 100%;
}
#Top main .info_sec .table_wrap table tr td dl dt {
  margin-bottom: 15px;
}
#Top main .info_sec .table_wrap table tr td dl dd {
  font-size: 13px;
  line-height: 1.8;
  text-indent: -1em;
  margin-left: 1em;
}
#Top main .info_sec .reserve_wrap {
  position: relative;
  margin-top: 60px;
}
#Top main .info_sec .reserve_wrap .row {
  margin-top: 22px;
  display: block;
}
#Top main .info_sec .reserve_wrap .row p {
  text-align: center;
}
#Top main .info_sec .reserve_wrap .row .btn_wrap {
  margin-top: 20px;
}
#Top main .info_sec .reserve_wrap .row .btn_wrap a {
  display: block;
  width: 164px;
  line-height: 60px;
  margin: auto;
  position: relative;
  text-align: center;
  color: #fff;
  background: #4d4d4d;
  padding: 5px 5px 0;
  box-sizing: border-box;
  border-bottom: 5px solid #6d6d6d;
}
#Top main .info_sec .reserve_wrap .row .btn_wrap a span {
  display: block;
  border: 1px solid #fff;
  border-bottom: none;
  position: relative;
}
#Top main .info_sec .reserve_wrap .row .btn_wrap a span::before, #Top main .info_sec .reserve_wrap .row .btn_wrap a span::after {
  content: "";
  display: inline-block;
  position: absolute;
}
#Top main .info_sec .reserve_wrap .row .btn_wrap a span::before {
  width: 0;
  height: 0;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  right: -1px;
  top: -1px;
}
#Top main .info_sec .reserve_wrap .row .btn_wrap a span::after {
  width: 8px;
  height: 7px;
  background: url(/images/common/icon_outlink.svg) no-repeat 0/contain;
  right: 7px;
  top: 5px;
}
#Top main .info_sec .reserve_wrap > p {
  font-size: 13px;
  margin-top: 30px;
  text-align: center;
  line-height: 1.8;
}
#Top main .info_sec .map_wrap {
  margin-top: 60px;
}
#Top main .info_sec .map_wrap iframe {
  width: 100%;
  height: 250px;
  filter: grayscale(100%);
}

#Top header {
  opacity: 0;
  pointer-events: none;
}
#Top header.scroll {
  opacity: 1;
  pointer-events: auto;
}

/*==================================
  Menu
==================================*/
#Menu main {
  margin-bottom: 90px;
}
#Menu main .content_sec {
  margin-top: 65px;
}
#Menu main .link_wrap {
  margin: 0 -13px;
  overflow: scroll;
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  top: 55px;
  z-index: 1;
}
#Menu main .link_wrap ul {
  display: flex;
  white-space: nowrap;
  margin-left: 13px;
}
#Menu main .link_wrap ul li {
  position: relative;
  padding-bottom: 3px;
}
#Menu main .link_wrap ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #6d6d6d;
  left: 0;
  bottom: 0;
}
#Menu main .link_wrap ul li:not(:last-of-type) {
  padding-right: 7px;
}
#Menu main .link_wrap ul li a {
  display: block;
  text-align: center;
  min-width: 95px;
  line-height: 45px;
  background: #e5e5e5;
  padding: 0 15px;
  box-sizing: border-box;
}
#Menu main .link_wrap ul li a.here {
  color: #fff;
  background: #6d6d6d;
}
#Menu main .link_wrap + p {
  font-size: 10px;
  margin-top: 10px;
  line-height: 1;
}
#Menu main .content_wrap {
  margin-top: 50px;
}
#Menu main .content_wrap h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 0 55px 12px;
  max-inline-size: max-content;
  margin: auto;
  border-bottom: 1px solid #000;
}
#Menu main .content_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#Menu main .content_wrap ul li:not(:last-of-type) {
  margin-bottom: 35px;
}
#Menu main .content_wrap ul li dl {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
#Menu main .content_wrap ul li dl dt, #Menu main .content_wrap ul li dl dd {
  font-size: 15px;
}
#Menu main .content_wrap ul li dl dt {
  overflow-wrap: break-word;
}
#Menu main .content_wrap ul li dl dd {
  white-space: nowrap;
  margin-left: 15px;
}
#Menu main .price_wrap {
  margin-top: 45px;
}
#Menu main .price_wrap ul {
  width: 100%;
  max-width: 275px;
  margin: auto;
}
#Menu main .price_wrap ul li {
  display: flex;
  justify-content: space-between;
}
#Menu main .price_wrap ul li:not(:last-of-type) {
  margin-bottom: 15px;
}
#Menu main .price_wrap ul li span {
  font-size: 15px;
  line-height: 1.4;
}
#Menu main .price_wrap ul li .name {
  overflow-wrap: break-word;
}
#Menu main .price_wrap ul li .price {
  white-space: nowrap;
  margin-left: 20px;
}