@charset "UTF-8";
/*　ヘッダー */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
/* mixin */
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes scrollBorder {
  from {
    height: 0px;
  }
  to {
    height: 50px;
  }
}
@keyframes scrollBorder {
  from {
    height: 0px;
  }
  to {
    height: 50px;
  }
}
@-webkit-keyframes scrollBorderSP {
  from {
    height: 0px;
  }
  to {
    height: 100px;
  }
}
@keyframes scrollBorderSP {
  from {
    height: 0px;
  }
  to {
    height: 100px;
  }
}
@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    opacity: 0;
    transform: scale(1.02);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transform: scale(1.02);
    opacity: 0;
    transform: scale(1.02);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes center_to_edge {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    -webkit-clip-path: circle(0% at 50% 50%);
  }
  70% {
    clip-path: circle(100% at 50% 50%);
    opacity: 0.5;
    -webkit-clip-path: circle(100% at 50% 50%);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
@keyframes center_to_edge {
  0% {
    clip-path: circle(0% at 50% 50%);
    opacity: 0;
    -webkit-clip-path: circle(0% at 50% 50%);
  }
  70% {
    clip-path: circle(100% at 50% 50%);
    opacity: 0.5;
    -webkit-clip-path: circle(100% at 50% 50%);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
@-webkit-keyframes bottom_to_top {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 1;
    -webkit-clip-path: inset(100% 0 0 0);
  }
  70% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    -webkit-clip-path: inset(0);
  }
}
@keyframes bottom_to_top {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 1;
    -webkit-clip-path: inset(100% 0 0 0);
  }
  70% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    -webkit-clip-path: inset(0);
  }
}
@-webkit-keyframes top_to_bottom {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
  }
  70% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    -webkit-clip-path: inset(0);
  }
}
@keyframes top_to_bottom {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
    -webkit-clip-path: inset(0 0 0 100%);
  }
  70% {
    clip-path: inset(0);
    -webkit-clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    -webkit-clip-path: inset(0);
  }
}
@-webkit-keyframes to_the_top {
  0% {
    clip-path: inset(100% 100% 0 0);
    opacity: 0;
    -webkit-clip-path: inset(100% 100% 0 0);
  }
  70% {
    clip-path: inset(0);
    opacity: 0.5;
    -webkit-clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    -webkit-clip-path: inset(0);
  }
}
@keyframes to_the_top {
  0% {
    clip-path: inset(100% 100% 0 0);
    opacity: 0;
    -webkit-clip-path: inset(100% 100% 0 0);
  }
  70% {
    clip-path: inset(0);
    opacity: 0.5;
    -webkit-clip-path: inset(0);
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
    -webkit-clip-path: inset(0);
  }
}
html {
  margin-top: 0 !important;
}

* {
  font-family: "Shippori Mincho B1", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

html {
  background: #232323;
}

.center {
  text-align: center;
}

.textVertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.textVertical_sp {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1110px) {
  .textVertical_sp {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 1110px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 1110px) {
  .sp {
    display: block !important;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 1110px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 1110px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 1110px) {
  .pc-flex {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 1110px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* Loading背景画面設定　*/
#splash {
  background: #333;
  color: #fff;
  height: 100%;
  /*fixedで全面に固定*/
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99999999;
}

/* Loadingバー中央配置　*/
#splash_text {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  transform: translate(-50%, -50%);
}

.splash_image {
  margin: 0 auto 100px;
  text-align: center;
}
.splash_image img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .splash_image img {
    max-width: 150px;
  }
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

.delay-time02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeBox {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.blur {
  -webkit-animation-name: blurAnime;
  animation-name: blurAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.blurTrigger {
  opacity: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

li {
  list-style: none;
}
li a {
  position: relative;
}

h1 {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 1110px) {
  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
/* =============slick 系統 ==================== */
.slick-list {
  height: 100% !important;
  position: relative !important;
  width: 100% !important;
}
.slick-list .slick-track {
  left: 0 !important;
  top: 0 !important;
}

.slick-dots li button {
  color: #fff !important;
}
.slick-dots li button:before {
  opacity: 1;
  -webkit-transition: 0.3s;
  color: #fff;
  font-size: 14px !important;
  transition: 0.3s;
}
.slick-dots li.slick-active button:before {
  color: #B98000 !important;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slick-next {
  position: absolute;
  right: 1.5vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: 100px;
  transform: translateY(-50%);
  width: 80px;
  z-index: 10;
}
@media screen and (max-width: 1110px) {
  .slick-next {
    right: -5vw;
  }
}
.slick-next:before {
  content: url(../../assets/images/common/next-arrow.svg);
}
@media screen and (max-width: 1110px) {
  .slick-next:before {
    background: url(../../assets/images/common/next-arrow.svg);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
  }
}

.slick-prev {
  left: 1vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  height: 100px;
  transform: translateY(-50%);
  width: 80px;
  z-index: 10000;
}
@media screen and (max-width: 1110px) {
  .slick-prev {
    left: -5vw;
  }
}
.slick-prev:before {
  content: url(../../assets/images/common/prev-arrow.svg);
}
@media screen and (max-width: 1110px) {
  .slick-prev:before {
    background: url(../../assets/images/common/prev-arrow.svg);
    background-size: cover;
    content: "";
    display: inline-block;
    height: 50px;
    width: 50px;
  }
}

.slider__main .slick-dots {
  bottom: 0;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -20px;
  text-align: center;
  width: 10px;
}
@media screen and (max-width: 1110px) {
  .slider__main .slick-dots {
    bottom: -44px;
    right: 0;
    width: 100%;
  }
}

.sectionTitle {
  text-align: center;
}
.sectionTitle h2 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 20px;
  line-height: 44px;
}
@media screen and (max-width: 1110px) {
  .sectionTitle h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 10px;
    line-height: 44px;
  }
}
.sectionTitle p {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  line-height: 36px;
  margin: 56px auto 88px;
}
@media screen and (max-width: 1110px) {
  .sectionTitle p {
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 24px auto;
    padding: 0 0.5rem;
  }
}
.sectionUnderTitle {
  text-align: center;
}
.sectionUnderTitle h2 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 36px;
}
@media screen and (max-width: 1110px) {
  .sectionUnderTitle h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 28px;
  }
}
.sectionUnderTitle h2 span {
  color: #B98000;
}
.sectionUnderTitle p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 36px;
  margin: 56px auto 88px;
}
@media screen and (max-width: 1110px) {
  .sectionUnderTitle p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 28px;
    margin: 24px auto;
    padding: 0rem;
    text-align: left;
  }
}

.btn {
  border-bottom: 1px solid #B98000;
  display: inline-block;
}
.btnBottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.btnCenter {
  text-align: center;
}
.btn a {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 16px 80px 16px 16px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1110px) {
  .btn a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}
.btn a::after {
  background: #B98000;
  background-size: contain;
  border-radius: 30px;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 9px;
  left: auto;
  position: absolute;
  right: 16px;
  top: 24px;
  width: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a::before {
  background: #B98000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.btn a:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn a:hover::after {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-small {
  width: 230px;
}
.btn-small a {
  font-size: 18px;
  padding: 12px 0;
}
.btn__center {
  margin: 0 auto;
}
.btn__outer {
  margin: 40px auto 40px;
  position: relative;
  width: 200px;
}
.btn__outer::after {
  background: #B98000;
  background-size: contain;
  border-radius: 30px;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 9px;
  left: auto;
  position: absolute;
  right: 16px;
  top: 24px;
  width: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn__outer::before {
  background: #B98000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.btn__outer:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn__outer:hover::after {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input.btn {
  background: none;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 16px 80px 16px 16px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1110px) {
  input.btn {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

button.btn {
  background: none;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 16px 80px 16px 16px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1110px) {
  button.btn {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}

.btn__white {
  border-bottom: 1px solid #fff;
  display: inline;
}
.btn__white a {
  display: inline;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 16px 80px 16px 16px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 1110px) {
  .btn__white a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}
.btn__white a::after {
  background: #fff;
  background-size: contain;
  border-radius: 30px;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 9px;
  left: auto;
  position: absolute;
  right: 16px;
  top: 24px;
  width: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn__white a::before {
  background: #606060;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.btn__white a:hover::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn__white a:hover::after {
  background: #606060;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

li.indent {
  padding-left: 1em;
  text-indent: -1em;
}

img.sp {
  margin: auto;
}

.inner {
  margin: 0 auto;
  max-width: 1380px;
}
@media screen and (max-width: 1110px) {
  .inner {
    max-width: 600px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 360px) {
  .inner {
    padding: 0 10px;
  }
}

@media screen and (min-width: 1111px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*======================　ヘッダー ========================== */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  padding: 20px 32px 20px 104px;
  position: absolute;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 1110px) {
  .header {
    padding: 20px 0;
    text-align: center;
  }
}
.header .reserve__fix {
  background: #BA4A4A;
  position: fixed;
  right: 0;
  top: 35%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 50px;
}
@media screen and (max-width: 1110px) {
  .header .reserve__fix {
    bottom: 0;
    top: auto;
    width: auto;
  }
}
.header .reserve__fix p {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  color: #BA4A4A;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 22px;
  padding: 48px 16px 16px 16px;
  position: relative;
  writing-mode: vertical-lr;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .header .reserve__fix p {
    padding: 8px 8px 8px 16px;
  }
}
@media screen and (max-width: 1110px) {
  .header .reserve__fix p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 22px;
    padding: 16px 16px 16px 40px;
    writing-mode: horizontal-tb;
  }
}
.header .reserve__fix p::before {
  background: url(../../assets/images/common/reserve_icon.svg);
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 20px;
  width: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .header .reserve__fix p::before {
    left: 15px;
    right: auto;
    top: 15px;
  }
}
.header .reserve__fix__container {
  display: none;
  left: -130px;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .header .reserve__fix__container {
    background: rgba(20, 20, 20, 0.8);
    left: 0;
    top: -140px;
  }
}
.header .reserve__fix__container div a img {
  padding: 0 10px 20px 0;
  width: 130px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .header .reserve__fix__container div a img {
    padding: 10px;
  }
}
.header .reserve__fix__cover {
  position: relative;
}
.header .reserve__fix__cover:hover p {
  color: #fff;
}
.header .reserve__fix__cover:hover p::before {
  background: url(../../assets/images/common/reserve_icon_white.svg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .reserve__fix__cover:hover .reserve__fix__container {
  display: block;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .reserve__fix::before {
  background: #141414;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.header .reserve__fix:hover::before {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

@media screen and (max-width: 1110px) {
  .headerLogo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1110px) {
  .headerLogo img {
    width: 183px;
  }
}

.headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
}
@media screen and (max-width: 1110px) {
  .headerNav {
    display: none;
  }
}
.headerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.headerNav__list li {
  padding: 0 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 1110px) {
  .headerNav__list li {
    display: none;
  }
}
.headerNav__list li a {
  font-size: 17px;
  font-weight: 500;
}

.hamburger {
  cursor: pointer;
  display: block;
  height: 42px;
  position: fixed;
  right: 40px;
  text-align: center;
  top: 30px;
  width: 68px;
  z-index: 3;
  /* ナビ開いてる時のボタン */
}
@media screen and (max-width: 1110px) {
  .hamburger {
    height: 21px;
    right: 20px;
    top: 15px;
    width: 30px;
  }
}
.hamburger .menuName {
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span {
  background: #fff;
  display: block;
  height: 1px;
  position: absolute;
  width: 68px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1110px) {
  .hamburger span {
    width: 30px;
  }
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger:hover .menuName {
  color: #B98000;
}
.hamburger:hover span {
  background: #B98000;
}
.hamburger:hover span:nth-child(1) {
  top: 7px;
}
.hamburger:hover span:nth-child(3) {
  top: 33px;
}
.hamburger.active span:nth-child(1) {
  background: #fff;
  top: 16px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  background: #fff;
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  background: #fff;
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active:hover span {
  background: #B98000;
}
.hamburger__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .hamburger__menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hamburger__menu__box {
  width: 30%;
}
@media screen and (max-width: 1110px) {
  .hamburger__menu__box {
    width: 100%;
  }
}
.hamburger__menu__list {
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1110px) {
  .hamburger__menu__list {
    margin: 0 1rem;
  }
}
.hamburger__menu__list span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__menu__list span a {
  border-bottom: 0.5px solid #666666;
  cursor: pointer;
  display: block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 32px 24px 24px;
  padding: 24px 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hamburger__menu__list span a::after {
  background: #B98000;
  border-radius: 100px;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 30px;
  width: 10px;
  -webkit-transition: 0.3s;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .hamburger__menu__list span a::after {
    top: 25px;
  }
}
.hamburger__menu__list span a:hover {
  color: #B98000;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
  transition: 0.3s;
}
.hamburger__menu__list span a:hover::after {
  -webkit-transition: 0.3s;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .hamburger__menu__list span a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}
.hamburger__menu__list__small span a {
  border-bottom: none;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 24px 0 0;
  position: relative;
}
.hamburger__menu__list__small span a::after {
  background: url(../../assets/images/common/arrow.svg);
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 7px;
  left: auto;
  position: absolute;
  right: -40px;
  top: 34px;
  width: 19px;
}
@media screen and (max-width: 1110px) {
  .hamburger__menu__list__small span a::after {
    top: 26px;
  }
}
.hamburger__menu__list__small span a:hover {
  border-bottom: none;
}
.hamburger__menu__list__small.last {
  border-top: 0.5px solid #666666;
  margin: 16px 0;
}
.hamburger__menu__list__small.last span a {
  display: inline-block;
  padding: 16px 0;
  position: relative;
}
.hamburger__menu__list__small.last span a::after {
  background: url(../../assets/images/common/english.svg);
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 16px;
  left: auto;
  opacity: 1;
  position: absolute;
  right: -26px;
  top: 22px;
  width: 16px;
}
.hamburger__menu__list__child {
  display: inline-block;
  padding: 0 0 8px 16px;
  position: relative;
  width: 100%;
}
.hamburger__menu__list__child::before {
  background: #B98000;
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  right: auto;
  top: 12px;
  width: 10px;
}
.hamburger__menu__list__child.first {
  margin: 16px 0 0;
}
.hamburger__menu__list__child a {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .hamburger__menu__list__child a {
    display: inline-block;
    margin: 0;
    padding: 0 0 8px;
  }
}
.hamburger__menu__list__child a:hover {
  color: #B98000;
  letter-spacing: 1px;
  margin: 0 0 0 3px;
}
@media screen and (max-width: 1110px) {
  .hamburger__menu__list span {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1110px) {
  .hamburger__menu__list span a {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 16px 0;
  }
}
.hamburger__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  border-left: 1px solid #606060;
  border-right: 1px solid #606060;
  justify-content: space-around;
  margin: 80px auto 40px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .hamburger__reserve {
    margin: 0 auto 24px;
    width: 95%;
  }
}
.hamburger__reserve p {
  color: #BA4A4A;
  padding: 0 0 0 16px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 1110px) {
  .hamburger__reserve p {
    padding: 16px 0;
  }
}
.hamburger__reserve p::before {
  background: url(../../assets/images/common/reserve_icon.svg);
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 20px;
  left: -10px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 18px;
}
@media screen and (max-width: 1110px) {
  .hamburger__reserve p::before {
    left: -30%;
    margin: 0 auto;
    top: 17px;
  }
}
.hamburger__reserve__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1110px) {
  .hamburger__reserve__title {
    width: 100%;
  }
}
.hamburger__tel span {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}
.hamburger__tel a {
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 0 8px;
}

/* ======================= フッター ========================= */
.footer {
  border-top: 1px solid #606060;
  margin: 0 auto;
  padding: 64px 0;
}
@media screen and (min-width: 1111px) {
  .footer {
    max-width: 1500px;
    width: max(1000px, 78%);
  }
}
@media screen and (max-width: 1110px) {
  .footer {
    padding: 32px 0 60px;
  }
}
.footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1110px) {
  .footerTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footerGroupLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 128px auto 48px;
}
@media screen and (max-width: 1110px) {
  .footerGroupLogo {
    margin: 0 auto;
  }
}
.footerGroupLogo div {
  padding: 0 16px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (max-width: 1110px) {
  .footerGroupLogo div {
    padding: 8px 4px;
  }
}
@media screen and (max-width: 1110px) {
  .footer__map {
    width: 100%;
  }
}
.footer__mapLogo {
  margin: 0 0 64px;
}
@media screen and (max-width: 1110px) {
  .footer__mapLogo {
    margin: 0 0 40px;
    text-align: center;
  }
}
@media screen and (max-width: 1110px) {
  .footer__mapLogo img {
    margin: 0 auto;
    width: 183px;
  }
}
.footer__mapImage {
  margin: 0 0 16px;
  width: 460px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 0 auto;
  padding: 48px 0;
}
@media screen and (max-width: 1110px) {
  .footer__menu {
    margin: 0 auto;
    padding: 0 0 32px;
  }
}
.footer__menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer__menu__list {
  margin: 0 0 32px 40px;
}
@media screen and (max-width: 1110px) {
  .footer__menu__list {
    margin: 0 0 0 16px;
  }
}
.footer__menu__list__child {
  display: inline-block;
  padding: 0 0 0 8px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .footer__menu__list__child {
    height: 10px;
    line-height: 10px;
  }
}
.footer__menu__list__child.first {
  margin: 8px 0 0;
}
@media screen and (max-width: 1110px) {
  .footer__menu__list__child.first {
    margin: 0;
  }
}
.footer__menu__list__child a {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 24px;
}
@media screen and (max-width: 1110px) {
  .footer__menu__list__child a {
    font-size: 10px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1110px) {
  .footer__menu__list span {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1110px) {
  .footer__menu__list span a {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}
.footer__menu__reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  border-left: 1px solid #606060;
  border-right: 1px solid #606060;
  justify-content: space-around;
  margin: 0 0 0 auto;
  max-width: 550px;
  padding: 0 10px;
  width: 550px;
}
.footer__menu__reserve div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__menu__reserve div a {
  -ms-flex-item-align: center;
  align-self: center;
  width: 100px;
}
.footer__menu__reserve p {
  color: #BA4A4A;
  padding: 0 0 0 16px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}
.footer__menu__reserve p::before {
  background: url(../../assets/images/common/reserve_icon.svg);
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 20px;
  left: -10px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 18px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1110px) {
  .footer__bottom {
    margin: 50px auto 0px;
  }
}
.footer__bottom__logo {
  padding: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 177px;
}
@media screen and (max-width: 1110px) {
  .footer__bottom__logo {
    margin: 0 0 20px;
    width: auto;
  }
}
.footer__bottom__address {
  padding: 0 20px;
}
.footer__bottom__address p {
  line-height: 28px;
}
@media screen and (max-width: 1110px) {
  .footer__bottom__address p {
    font-size: 14px;
  }
}
.footer__under {
  margin: 50px auto;
  text-align: center;
}
.footer__under a {
  font-size: 16px;
}

.copyright p {
  font-size: 11px;
  letter-spacing: 5px;
  line-height: 60px;
  text-align: center;
}

/* =================　パンクズりすと ================= */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 32px 0 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs p {
  font-size: 14px;
  letter-spacing: 0.04em;
  padding: 0 15px 0 0;
  position: relative;
}
@media screen and (min-width: 1111px) {
  .breadcrumbs p {
    padding: 0 37px 0 0px;
  }
}
@media screen and (max-width: 1110px) {
  .breadcrumbs p {
    font-size: 12px;
    margin: 5px 0 0;
    padding: 0 20px 0 0;
  }
}
.breadcrumbs p::after {
  background: url(../../images/common/breadcrumb_arrow.svg);
  background-size: cover;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  right: 17px;
  top: 5px;
  width: 8px;
}
@media screen and (max-width: 1110px) {
  .breadcrumbs p::after {
    height: 8px;
    right: 8px;
    top: 7px;
    width: 5px;
  }
}
.breadcrumbs p:last-child::after {
  display: none;
}

.globalMenuSp {
  padding: 0 0 24px;
}
@media screen and (max-width: 1110px) {
  .globalMenuSp__image {
    margin: 0 auto;
    text-align: center;
    width: 183px;
  }
}
.globalMenuSp__image a {
  padding: 24px 0;
}
.globalMenuSp__image a img {
  margin: 32px auto;
}
@media screen and (max-width: 1110px) {
  .globalMenuSp__image a img {
    margin: 20px auto;
  }
}

nav.globalMenuSp {
  background: #232323;
  color: #fff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media screen and (max-width: 1110px) {
  nav.globalMenuSp {
    overflow: scroll;
  }
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #ddd;
}

nav.globalMenuSp ul li a {
  color: #fff;
  display: block;
  padding: 1em 0;
  text-decoration: none;
}

nav.globalMenuSp.active {
  display: block;
  opacity: 1;
  z-index: 2;
}

.sp_under {
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 20000;
}
@media screen and (max-width: 1110px) {
  .sp_under {
    display: block;
  }
}
.sp_under .menu-content__under__item {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
}
.sp_under .menu-content__under__item:last-child {
  border-left: 1px solid #fff;
}
.sp_under .menu-content__under__item a::before {
  background: url(../../images/common/reserve.svg);
  background-size: cover;
  content: "";
  height: 23px;
  left: -30px;
  position: absolute;
  top: -2px;
  width: 23px;
}
@media screen and (max-width: 360px) {
  .sp_under .menu-content__under__item a::before {
    left: -25px;
  }
}
.sp_under .menu-content__under__item:last-child a::before {
  background: url(../../images/common/tel.svg);
  background-size: cover;
  content: "";
  height: 23px;
  left: -30px;
  position: absolute;
  top: -2px;
  width: 23px;
}

/* ページネーション */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  width: 80%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1110px) {
  .wp-pagenavi {
    margin: 50px auto;
  }
}
.wp-pagenavi a {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 10px;
  padding: 0 15px !important;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .wp-pagenavi a {
    padding: 5px 15px !important;
  }
}
.wp-pagenavi a.first {
  background: none;
  border: none;
}
.wp-pagenavi a.last {
  background: none;
  border: none;
}
.wp-pagenavi span {
  border-bottom: 1px solid #B98000;
  color: #B98000;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 10px;
  padding: 0 15px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  .wp-pagenavi span {
    padding: 5px 15px;
  }
}
.wp-pagenavi span.extend {
  background: none;
  border: none;
}
.wp-pagenavi .previouspostslink {
  background: none;
  border: none;
  height: 50px;
  position: relative;
  width: 50px;
}
@media screen and (max-width: 1110px) {
  .wp-pagenavi .previouspostslink {
    height: 32px;
    width: 32px;
  }
}
.wp-pagenavi .previouspostslink:before {
  background: url(../images/common/page-navi-prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  left: 12px;
  position: absolute;
  top: 25px;
  width: 28px;
}
@media screen and (max-width: 1110px) {
  .wp-pagenavi .previouspostslink:before {
    top: 30px;
  }
}
.wp-pagenavi .nextpostslink {
  background: none;
  border: none;
  height: 50px;
  position: relative;
  width: 50px;
}
@media screen and (max-width: 1110px) {
  .wp-pagenavi .nextpostslink {
    height: 32px;
    width: 32px;
  }
}
.wp-pagenavi .nextpostslink:after {
  background: url(../images/common/page-navi-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  right: 0px;
  top: 25px;
  width: 28px;
}
@media screen and (max-width: 1110px) {
  .wp-pagenavi .nextpostslink:after {
    top: 30px;
  }
}

.under__mainvisual {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .under__mainvisual {
    margin-top: 70px;
    padding: 50px 0;
  }
}
.under__mainvisual::before {
  /* background: url(../../images/common/under_wave_sp.svg);*/
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  content: "";
  height: 6vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}

/*========= 画面遷移のためのCSS ===============*/
/*画面遷移の後現れるコンテンツ設定*/
#container {
  -webkit-animation-name: PageAnimeAppear;
  animation-name: PageAnimeAppear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.global_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 8% 0 0;
}
@media screen and (min-width: 1111px) {
  .global_menu {
    width: 55%;
  }
}
@media screen and (max-width: 1110px) {
  .global_menu {
    position: absolute;
  }
}

.global_menu li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.global_menu li.entry a {
  border-radius: 30px;
  color: #fff;
  margin: 0 20px;
  padding: 5px 10px;
}

.global_menu ul li a {
  cursor: pointer;
  display: block;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 24px;
  -webkit-transition: 0.3s;
  position: relative;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 1350px) {
  .global_menu ul li a {
    padding: 24px 8px;
  }
}
.global_menu ul li a::after {
  background: #B98000;
  background-size: contain;
  border-radius: 100px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: auto;
  width: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.global_menu ul li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  color: #B98000;
  letter-spacing: 1px;
  transition: 0.3s;
}
.global_menu ul li a:hover::after {
  opacity: 1;
}
.global_menu ul li a img {
  margin: 0 auto;
}

.child_menu {
  color: #fff; /* 文字色 */
  left: -3%;
  padding: 0px;
  position: absolute;
  top: 99%;
  visibility: hidden;
  width: 103%;
  -webkit-transition: 0.3s;
  opacity: 0;
  text-align: center;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .child_menu {
    height: 0;
    position: relative;
  }
}
.child_menu li {
  border: none;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

.menu.clickable .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */ }
@media screen and (max-width: 1110px) {
  .menu.clickable .child_menu {
    visibility: visible; /* 下層メニューを表示 */
    -webkit-transition: 0.3s;
    border-bottom: none;
    height: auto;
    left: 0;
    opacity: 1;
    padding: 0 10px 20px;
    transition: 0.3s;
  }
  .menu.clickable .child_menu li a::after {
    background: none;
  }
}

.menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */ }
@media screen and (min-width: 1111px) {
  .menu:hover .child_menu {
    visibility: visible; /* 下層メニューを表示 */
    -webkit-transition: 0.3s;
    opacity: 1;
    transition: 0.3s;
  }
}

.child_menu a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu:hover .child_menu a:after {
  background: none;
}

.child_menu a {
  color: #fff;
  font-size: 12px;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .child_menu a {
    font-size: 12px;
    padding: 5px 10px 5px 0 !important;
  }
}
.child_menu a::before {
  background: url(../../¥images/common/menu_small_arrow.svg);
  content: "";
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 5px;
  top: 39%;
  width: 15px;
}
@media screen and (max-width: 1110px) {
  .child_menu a::before {
    right: -5px;
  }
}

/* ============ 下層ページ ==================*/
.underMainVisual {
  padding: 168px 0 0;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .underMainVisual {
    padding: 80px 0 32px;
  }
}
.underMainVisual .mainVisualImg {
  margin: 0 auto;
  position: relative;
  width: 90%;
  z-index: 102;
}
@media screen and (max-width: 1350px) {
  .underMainVisual .mainVisualImg {
    width: 95%;
  }
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg {
    width: 100%;
  }
}
.underMainVisual .mainVisualImg img {
  width: 100%;
}
.underMainVisual .mainVisualImg h2 {
  background-image: url(../../assets/images/common/title_bg.jpg);
  background-size: cover;
  bottom: 0;
  display: inline-block;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 44px;
  min-width: 500px;
  min-width: 500px;
  padding: 56px 20px 56px 72px;
  position: absolute;
}
@media screen and (max-width: 1350px) {
  .underMainVisual .mainVisualImg h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 26px;
    min-width: auto;
    padding: 32px 48px;
  }
}
.underMainVisual .mainVisualImg h2::before {
  background: #B98000;
  content: "";
  height: 50px;
  left: 40px;
  position: absolute;
  width: 6px;
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg h2::before {
    height: 32px;
    left: 20px;
    width: 4px;
  }
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg h2.breakfast {
    bottom: 0;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg h2.breakfast::before {
    height: 35px;
  }
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg h2 div.breakfast {
    display: inline-block;
  }
}
.underMainVisual .mainVisualImg video {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg__service h2 {
    bottom: 80px;
    padding: 32px 16px 32px 32px;
  }
}
.underMainVisual .mainVisualImg__under h2::before {
  height: 72px;
}
.underMainVisual .mainVisualImg div {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg div {
    font-size: 16px;
  }
}
.underMainVisual .mainVisualImg div span {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
}
@media screen and (max-width: 1110px) {
  .underMainVisual .mainVisualImg div span {
    font-size: 14px;
  }
}
.underMainVisual .navi {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: #141414;
  justify-content: space-between;
  min-width: 600px;
  padding: 20px;
  padding: 20px;
}
@media screen and (max-width: 1350px) {
  .underMainVisual .navi {
    min-width: 500px;
  }
}
@media screen and (max-width: 1110px) {
  .underMainVisual .navi {
    min-width: auto;
    padding: 8px 20px 8px 48px;
    position: relative;
  }
}
.underMainVisual .navi li {
  padding: 4px 0;
}
.underMainVisual .navi li a {
  border-right: 2px solid #666666;
  font-size: 16px;
  padding: 0 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1350px) {
  .underMainVisual .navi li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1110px) {
  .underMainVisual .navi li a {
    border-right: 1px solid #606060;
    font-size: 12px;
    padding: 0 32px;
  }
}
.underMainVisual .navi li a.current {
  color: #B98000;
}
.underMainVisual .navi li a:hover {
  color: #B98000;
  -webkit-transition: 0.3s;
  letter-spacing: 1px;
  transition: 0.3s;
}
.underMainVisual .navi li:last-child a {
  border-right: none;
}
@media screen and (max-width: 1110px) {
  .underMainVisual .navi.en li a {
    padding: 0 20px;
  }
}

.underInner {
  margin: 0 auto;
  max-width: 1150px;
  width: 95%;
}

.news {
  background: url(../../assets/images/top/news_bg.png);
  padding: 112px 0 160px;
  position: relative;
}
@media screen and (max-width: 1110px) {
  .news {
    padding: 96px 0 56px;
  }
}
.news::before {
  background: url(../../assets/images/top/mainvisual_top.svg);
  background-size: contain;
  bottom: auto;
  content: "";
  display: inline-block;
  height: 476px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 469px;
  z-index: 1;
}
@media screen and (max-width: 1110px) {
  .news::before {
    height: 142px;
    width: 140px;
  }
}
.news::after {
  background: url(../../assets/images/top/mainvisual_under.svg);
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 476px;
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 469px;
}
@media screen and (max-width: 1110px) {
  .news::after {
    height: 142px;
    width: 140px;
  }
}
.news h2 {
  font-size: 22px;
  left: -140px;
  letter-spacing: 5px;
  line-height: 26px;
  position: absolute;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  color: #B98000;
  top: 120px;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1110px) {
  .news h2 {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    font-size: 18px;
    left: 0;
    letter-spacing: 5px;
    line-height: 22px;
    right: 0;
    text-align: center;
    top: -50px;
    writing-mode: horizontal-tb;
  }
}
.news__content {
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1111px) {
  .news__content {
    width: max(800px, 40%);
  }
}
.news__content__title span {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
}
.news__content__title h2 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 24px;
}
.news__content__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1110px) {
  .news__content__tab {
    padding: 0 1rem;
  }
}
.news__content__tab__bg {
  padding: 0 0 40px;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__bg {
    padding: 0 1rem;
  }
}
.news__content__tab li a {
  display: block;
  margin: 0 1px;
  padding: 10px 30px;
  -webkit-transition: 0.3s;
  border-bottom: 1px solid #606060;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .news__content__tab li a {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 24px;
    margin: 0;
    padding: 10px 0 7px;
  }
}
.news__content__tab li a::before {
  display: none;
}
.news__content__tab li.active a {
  position: relative;
  -webkit-transition: 0.3s;
  border-bottom: 1px solid #B98000;
  color: #B98000;
  transition: 0.3s;
}
.news__content__tab__list {
  display: none;
  opacity: 0;
}
.news__content__tab__list__image img {
  height: 108px;
  width: 157px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__list__image img {
    height: 70px;
    width: 200px;
  }
}
.news__content__tab__list__box {
  padding: 0 16px;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__list__box {
    padding: 0 0 0 8px;
  }
}
.news__content__tab__list__box .date {
  font-size: 12px;
  margin: 0;
}
.news__content__tab__list__box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news__content__tab__list__box ul li {
  display: inline-block;
}
.news__content__tab__list a {
  opacity: 1;
  -webkit-transition: 0.3s;
  padding: 0 0 40px;
  transition: 0.3s;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__list a {
    padding: 0 0 8px;
  }
}
.news__content__tab__list a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.news__content__tab__list.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  margin: 72px auto 0;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__list.is-active {
    margin: 24px auto 0;
    position: relative;
    z-index: 1;
  }
}
.news__content__tab__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news__content__tab__list__item h3 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__list__item h3 {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 24px;
  }
}
.news__content__tab__list__item span.date {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__list__item span.date {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
  }
}
.news__content__tab__list__item span.category {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 8px 0px;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__list__item span.category {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
    padding: 0;
  }
}
.news__content__tab__list__item span.tag {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
}
@media screen and (max-width: 1110px) {
  .news__content__tab__list__item span.tag {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
  }
}
.news__content .btnCenter {
  position: relative;
  z-index: 1;
}

/*tabの形状*/
.area {
  display: none;
  opacity: 0;
  padding: 50px 0 100px;
}
@media screen and (max-width: 1110px) {
  .area {
    padding: 24px 0 100px;
  }
}

.area.is-active {
  display: block;
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

ul.tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 95px auto 0;
}
@media screen and (min-width: 1111px) {
  ul.tablist {
    width: max(1000px, 80%);
  }
}
@media screen and (max-width: 1110px) {
  ul.tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px auto 24px;
  }
}
ul.tablist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  border-bottom: 0.5px solid #606060;
  font-size: 18px;
  justify-content: center;
  letter-spacing: 0px;
  line-height: 24px;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 1110px) {
  ul.tablist a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 12px;
    height: 100px;
    justify-content: center;
    letter-spacing: 0px;
    line-height: 24px;
    padding: 16px;
    text-align: center;
    width: 100%;
  }
}
ul.tablist li {
  width: 30%;
}
@media screen and (max-width: 1110px) {
  ul.tablist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    font-size: 12px;
    height: 100px;
    justify-content: space-between;
    letter-spacing: 0px;
    line-height: 24px;
    text-align: center;
  }
}
ul.tablist li div {
  opacity: 0.5;
  width: 100px;
}
ul.tablist li.first {
  padding: 0px 80px 24px 24px;
}
ul.tablist li p {
  opacity: 0.5;
}
@media screen and (max-width: 1110px) {
  ul.tablist li p {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
ul.tablist li.active div {
  opacity: 1;
}
ul.tablist li.active p {
  opacity: 1;
}
ul.tablist li.active a {
  border-bottom: 1px solid #fff;
}

/*========= LoadingのためのCSS ===============*/


/*========= float bnr ===============*/

.floatBnr{
  display:none;
  position:fixed;
  right:0;
  bottom:20px;
  width:300px;
  box-sizing:border-box;
  z-index: 1000;
}
.floatBnr .floatBnrInner{
  position:relative;
}
.floatBnr .bnrclose{
  content:"";
  width:20px;
  height:20px;
  position:absolute;
  right:10px;
  top:10px;
  background:url(../images/common/ico_close.svg) no-repeat center center;
  background-size:contain;
  display:block;
  cursor:pointer;
}
@media screen and (max-width: 1110px) {
  .floatBnr{
    bottom:0;
    width:100%;
    padding:0 120px 0 0;
  }
  .floatBnr .floatBnrInner{
    position: relative;
    width: min(100%, 667px);
    display: block;
    margin: 0 auto;
  }
  .floatBnr .bnrclose{
    width:clamp(15px , 3vw , 20px);
    height:clamp(15px , 3vw , 20px);
    right:5px;
    top:5px;
  }
}

