@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2.4;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  blockquote,
  pre,
  table,
  caption,
  th,
  td,
  address {
    line-height: 2;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 767px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 767px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 1000;
  display: none;
}
@media screen and (max-width: 1080px) {
  .hnavi_btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    top: 10px;
  }
}

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu-button:hover i:after {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .menu-button:hover i:before {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.menu-button i {
  display: block;
  width: 40px;
  height: 1px;
  background: #2A5142;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: absolute;
  right: 0;
  top: 20px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #2A5142;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.menu-button i:after {
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
@media screen and (max-width: 840px) {
  html {
    scroll-padding-top: 120px;
  }
}

.header {
  width: 100%;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 67px;
  height: 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 1500px) {
  .header {
    padding-left: 24px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 64px;
    padding-left: 16px;
  }
}
.header .hlogo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1500px) {
  .header .hlogo a img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header .hlogo a img {
    width: 68px;
  }
}
.header .hlogo a:hover {
  opacity: 0.6;
}
.header .hlogo a::after {
  content: "";
  display: block;
  background: url("../img/common/hbg.png") no-repeat center;
  background-size: 100%;
  width: 119px;
  height: 64px;
  margin-left: 56px;
}
@media screen and (max-width: 1500px) {
  .header .hlogo a::after {
    width: 72px;
    height: 40px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header .hlogo a::after {
    width: 64px;
    height: 36px;
    margin-left: 28px;
  }
}
.header .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .header .gnavi {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    padding: 100px 40px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.header .gnavi.active {
  pointer-events: all;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .header .gnavi {
    top: 60px;
  }
}
.header .gnavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1080px) {
  .header .gnavi ul {
    display: block;
  }
}
.header .gnavi ul li {
  font-family: "Zen Old Mincho", serif;
  margin-left: 64px;
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  .header .gnavi ul li {
    font-size: 20px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .header .gnavi ul li {
    margin: 0 0 8px;
  }
}
.header .gnavi ul li:has(img) {
  font-size: 0;
}
@media screen and (max-width: 1080px) {
  .header .gnavi ul li:has(img) {
    margin-top: 24px;
  }
}
.header .gnavi ul li a {
  position: relative;
  padding-bottom: 3px;
}
.header .gnavi ul li a:hover {
  color: #2A5142;
}
.header .gnavi ul li a:hover::after {
  width: 100%;
  left: 0;
}
.header .gnavi ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2A5142;
  position: absolute;
  bottom: -3px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .gnavi .hreserve {
  width: 366px;
  height: 120px;
  margin-left: 77px;
}
@media screen and (max-width: 1500px) {
  .header .gnavi .hreserve {
    width: 280px;
    margin-left: 56px;
    height: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .header .gnavi .hreserve {
    height: 48px;
    margin: 48px 0 0;
  }
}
.header .gnavi .hreserve a {
  font-family: "Zen Old Mincho", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2A5142;
  border: 2px solid #2A5142;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  .header .gnavi .hreserve a {
    font-size: 20px;
  }
}
.header .gnavi .hreserve a:hover {
  background: #FFF;
  color: #2A5142;
}
.header .gnavi .hreserve a:hover svg path {
  stroke: #2A5142;
}
.header .gnavi .hreserve a svg {
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header .hspig {
  display: none;
  position: fixed;
  top: 32px;
  right: 90px;
}
@media screen and (max-width: 1080px) {
  .header .hspig {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .hspig {
    top: 22px;
  }
}

.freserve {
  background: url("../img/common/freserve_bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 560px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .freserve {
    height: 320px;
    padding: 0 20px 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.freserve p {
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
}
.freserve .ttl {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .freserve .ttl {
    font-size: 28px;
  }
}
.freserve .txt {
  font-size: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .freserve .txt {
    font-size: 16px;
  }
}
.freserve .btn {
  width: 366px;
  height: 120px;
}
@media screen and (max-width: 767px) {
  .freserve .btn {
    width: 240px;
    max-width: 100%;
    height: 64px;
  }
}
.freserve .btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  font-size: 24px;
  font-size: clamp(18px, 1.8vw, 24px);
  color: #2A5142;
}
.freserve .btn a svg {
  margin-left: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.freserve .btn a:hover {
  background: #2A5142;
  color: #FFF;
}
.freserve .btn a:hover svg path {
  stroke: #FFF;
}

.wrap_footer {
  background: #2A5142;
  padding: 180px 200px 132px;
}
@media screen and (max-width: 1500px) {
  .wrap_footer {
    padding: 180px 40px 132px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer {
    padding: 60px 20px 80px;
  }
}
.wrap_footer .footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1520px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 270px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt {
    width: 100%;
    margin-bottom: 32px;
  }
}
.wrap_footer .footer .fcnt .flogo {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcnt .flogo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcnt .flogo img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .flogo img {
    width: 140px;
  }
}
.wrap_footer .footer .fcnt .cnt {
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcnt .cnt {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .cnt {
    margin-bottom: 15px;
  }
}
.wrap_footer .footer .fcnt .cnt p {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .cnt p {
    font-size: 16px;
  }
}
.wrap_footer .footer .fcnt .cnt p a {
  color: #FFF;
}
.wrap_footer .footer .fcnt .cnt .ttl {
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcnt .cnt .ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .cnt .ttl {
    font-size: 16px;
  }
}
.wrap_footer .footer .fcnt .cnt .tel {
  font-size: 32px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcnt .cnt .tel {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .cnt .tel {
    font-size: 20px;
  }
}
.wrap_footer .footer .fcnt .cnt .email {
  font-size: 24px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fcnt .cnt .email {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .cnt .email {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi:last-of-type {
    width: 40%;
  }
}
.wrap_footer .footer .fnavi .ttl {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  margin-bottom: 56px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi .ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.wrap_footer .footer .fnavi ul li {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi ul li {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi ul li:last-of-type {
    margin-top: 16px;
  }
}
.wrap_footer .footer .fnavi ul li.arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrap_footer .footer .fnavi ul li.arrow a::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_w.svg") no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  margin-left: 16px;
}
.wrap_footer .footer .fnavi ul li.arrow a::before {
  bottom: 0;
}
.wrap_footer .footer .fnavi ul li a {
  color: #FFF;
  position: relative;
  padding-bottom: 3px;
}
.wrap_footer .footer .fnavi ul li a:hover {
  color: #FFF;
}
.wrap_footer .footer .fnavi ul li a:hover::before {
  width: 100%;
  left: 0;
}
.wrap_footer .footer .fnavi ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: -3px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_footer .copyright {
  max-width: 1520px;
  margin: 0 auto;
  font-size: 16px;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .wrap_footer .copyright {
    font-size: 12px;
  }
}

.pagetop {
  position: absolute;
  bottom: 113px;
  right: 256px;
  z-index: 500;
}
@media screen and (max-width: 1500px) {
  .pagetop {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    display: none;
  }
}
.pagetop a {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 40px;
    height: 40px;
    background: #2A5142;
  }
  .pagetop a img {
    width: 24px;
  }
}

.fix_reserve {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 800;
}
@media screen and (max-width: 1080px) {
  .fix_reserve {
    display: block;
  }
}
.fix_reserve a {
  width: 100%;
  height: 56px;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #2A5142;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
}

/*/ COMMON /////////////////////////////////////////*/
.page_mv {
  position: relative;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .page_mv.contact {
    margin-bottom: 32px;
  }
}
.page_mv .mv_img {
  font-size: 0;
  position: relative;
}
.page_mv .mv_img::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(42, 81, 66, 0)), to(#2A5142));
  background: -webkit-linear-gradient(right, rgba(42, 81, 66, 0) 0%, #2A5142 100%);
  background: linear-gradient(-90deg, rgba(42, 81, 66, 0) 0%, #2A5142 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .page_mv .mv_img::before {
    top: auto;
    width: 100%;
    height: 65%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 81, 66, 0)), to(#2A5142));
    background: -webkit-linear-gradient(top, rgba(42, 81, 66, 0) 0%, #2A5142 100%);
    background: linear-gradient(180deg, rgba(42, 81, 66, 0) 0%, #2A5142 100%);
  }
}
.page_mv .mv_img.topics img {
  -o-object-position: 20% bottom;
     object-position: 20% bottom;
}
.page_mv .mv_img img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_mv .page_ttl {
  font-size: 64px;
  font-size: clamp(28px, 4.2vw, 64px);
  font-family: "Zen Old Mincho", serif;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  line-height: 1;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
  color: #FFF;
  position: relative;
  z-index: 500;
}
.page_mv .page_ttl span {
  font-size: 24px;
  font-size: clamp(15px, 1.6vw, 24px);
  display: block;
  line-height: 1;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .page_mv .page_ttl span {
    margin-top: 16px;
  }
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.link.all {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px;
}
.link.all a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link.all a:hover::after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
.link.all a::after {
  margin: 8px 0 0;
}
.link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(16px, 2vw, 24px);
  font-family: "Zen Old Mincho", serif;
}
.link a:hover {
  opacity: 0.7;
}
.link a:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.link a::after {
  content: "";
  display: block;
  background: #2A5142 url("../img/common/arrow_w.svg") no-repeat center;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .link a::after {
    background-size: 12px;
    width: 40px;
    height: 20px;
  }
}

.sec_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 56px;
  font-size: clamp(24px, 4.5vw, 56px);
  margin-bottom: 40px;
  line-height: 2;
}
.sec_ttl span {
  font-size: 28px;
  font-size: clamp(16px, 2vw, 24px);
  display: block;
  line-height: 1.4;
}

.icon1,
.icon2,
.icon3,
.icon4,
.icon5,
.icon6,
.icon7,
.icon8 {
  pointer-events: none;
  position: absolute;
  font-size: 0;
}

.page_wrap {
  overflow-x: hidden;
}

.top .page_wrap {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .top .page_wrap {
    padding-top: 88px;
  }
}

/*/ TOP /////////////////////////////////////////*/
.top .lead {
  font-size: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top .lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.top_fv {
  height: calc(100vh - 120px);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_fv {
    height: calc(100vh - 60px);
  }
}
.top_fv::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(42, 81, 66, 0)), to(#2A5142));
  background: -webkit-linear-gradient(right, rgba(42, 81, 66, 0) 0%, #2A5142 100%);
  background: linear-gradient(-90deg, rgba(42, 81, 66, 0) 0%, #2A5142 100%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_fv::before {
    top: auto;
    width: 100%;
    height: 65%;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 81, 66, 0)), to(#2A5142));
    background: -webkit-linear-gradient(top, rgba(42, 81, 66, 0) 0%, #2A5142 100%);
    background: linear-gradient(180deg, rgba(42, 81, 66, 0) 0%, #2A5142 100%);
  }
}
.top_fv .top_fv_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_fv .top_fv_slide ul {
  width: 100%;
  height: 100%;
}
.top_fv .top_fv_slide ul li {
  width: 100%;
  height: 100%;
}
.top_fv .top_fv_slide ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_fv .top_fv_slide ul li .pc {
    display: none;
  }
}
.top_fv .top_fv_slide ul li .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top_fv .top_fv_slide ul li .sp {
    display: inline-block;
  }
}
.top_fv .fv_cnt {
  position: relative;
  z-index: 500;
  height: 100%;
  padding: 60px 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 140px;
}
@media screen and (max-width: 1800px) {
  .top_fv .fv_cnt {
    max-width: 1440px;
    padding: 60px 20px 40px;
    margin: 0 auto 140px;
  }
}
@media screen and (max-width: 767px) {
  .top_fv .fv_cnt {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 120px;
  }
}
.top_fv .fv_cnt .fv_logo {
  font-size: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 1080px) {
  .top_fv .fv_cnt .fv_logo {
    width: 40%;
    width: max(180px, 40%);
  }
}
@media screen and (max-width: 767px) {
  .top_fv .fv_cnt .fv_logo {
    margin-bottom: 32px;
  }
}
.top_fv .fv_cnt .copy {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.4;
  color: #FFFFFF;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1080px) {
  .top_fv .fv_cnt .copy {
    font-size: max(20px, 4.2vw);
  }
}
.top_fv .fv_cnt .fv_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 480px) {
  .top_fv .fv_cnt .fv_btns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.top_fv .fv_cnt .fv_btns li {
  width: 200px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1080px) {
  .top_fv .fv_cnt .fv_btns li {
    width: 180px;
  }
}
@media screen and (max-width: 480px) {
  .top_fv .fv_cnt .fv_btns li {
    width: 48%;
  }
}
.top_fv .fv_cnt .fv_btns li a {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .top_fv .fv_cnt .fv_btns li a {
    height: 64px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top_fv .fv_cnt .fv_btns li a {
    font-size: 16px;
    height: 56px;
  }
}
.top_fv .fv_cnt .fv_btns li a:hover {
  background: #FFF;
}
.top_fv .fv_cnt .fv_btns li a:hover::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.top_fv .fv_cnt .fv_btns li a::after {
  content: "";
  display: block;
  background: url("../img/common/arrow.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 16px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top_about {
  margin-bottom: 260px;
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 277px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_about {
    display: block;
    margin-bottom: 48vw;
  }
}
.top_about .cnt {
  width: 37%;
}
@media screen and (max-width: 767px) {
  .top_about .cnt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.top_about .cnt .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 1.45;
  font-size: clamp(24px, 4vw, 48px);
}
@media screen and (max-width: 767px) {
  .top_about .cnt .ttl {
    margin-bottom: 32px;
  }
}
.top_about .cnt .txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 2.4;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .top_about .cnt .txt {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
.top_about .img {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .top_about .img {
    width: 100%;
  }
}
.top_about .icon1 {
  top: -48px;
  left: 44%;
}
@media screen and (max-width: 540px) {
  .top_about .icon1 {
    left: 60%;
    max-width: 30%;
  }
}
.top_about .icon2 {
  bottom: -70px;
  left: 28%;
}
@media screen and (max-width: 767px) {
  .top_about .icon2 {
    left: 5%;
    bottom: -30vw;
    max-width: 20%;
  }
}
.top_about .icon3 {
  right: -40px;
  bottom: 20px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .top_about .icon3 {
    right: 5%;
    bottom: -5vw;
    max-width: 60%;
  }
}

.top_hotels {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 240px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_hotels {
    margin-bottom: max(180px, 40vw);
  }
}
.top_hotels .sec_ttl {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.top_hotels .sec_ttl::after {
  content: "";
  display: block;
  background: url("../img/top/top2_icon1.svg") no-repeat;
  background-size: 100%;
  width: 105px;
  max-width: 20vw;
  height: 94px;
  position: absolute;
  right: -67px;
  top: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.top_hotels .top_hotel_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list {
    display: block;
  }
}
.top_hotels .top_hotel_list li {
  width: calc(50% - 18px);
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li:last-of-type {
    margin-bottom: 0;
  }
}
.top_hotels .top_hotel_list li.comingsoon a {
  position: relative;
}
.top_hotels .top_hotel_list li.comingsoon a::before {
  content: "coming soon...";
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  width: 100%;
  height: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(35, 24, 21, 0.6);
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li.comingsoon a::before {
    top: 20px;
    font-size: 20px;
    height: 48px;
  }
}
.top_hotels .top_hotel_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.top_hotels .top_hotel_list li a:hover {
  opacity: 0.7;
}
.top_hotels .top_hotel_list li a:hover .btn {
  background: #FFF;
  color: #2A5142;
}
.top_hotels .top_hotel_list li a:hover .btn svg path {
  stroke: #2A5142;
}
.top_hotels .top_hotel_list li .hotel_img {
  position: relative;
}
.top_hotels .top_hotel_list li .hotel_img .img {
  font-size: 0;
}
.top_hotels .top_hotel_list li .hotel_img .img img {
  width: 100%;
  height: 419px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .hotel_img .img img {
    height: auto;
    min-height: 270px;
  }
}
.top_hotels .top_hotel_list li .hotel_img .box {
  position: absolute;
  left: 40px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .hotel_img .box {
    left: 20px;
    bottom: 20px;
  }
}
.top_hotels .top_hotel_list li .hotel_img .box p {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .hotel_img .box .logo {
    width: 48px;
  }
}
.top_hotels .top_hotel_list li .hotel_img .box .name {
  font-size: 24px;
  line-height: 1.45;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .hotel_img .box .name {
    font-size: 18px;
  }
}
.top_hotels .top_hotel_list li .hotel_img .box .img_txt {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .hotel_img .box .img_txt {
    font-size: 15px;
  }
}
.top_hotels .top_hotel_list li .hotel_img .box .img_txt::before {
  content: "";
  display: block;
  background: #FFF;
  width: 40px;
  height: 1px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .hotel_img .box .img_txt::before {
    width: 30px;
  }
}
.top_hotels .top_hotel_list li .cnt {
  padding: 32px 40px 64px;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .cnt {
    padding: 24px;
  }
}
.top_hotels .top_hotel_list li .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-size: clamp(20px, 2.4vw, 32px);
  line-height: 1.6;
  margin-bottom: 16px;
}
.top_hotels .top_hotel_list li .txt {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .txt {
    font-size: 15px;
  }
}
.top_hotels .top_hotel_list li .btn {
  background: #2A5142;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  margin-top: auto;
  border-top: 1px solid #2A5142;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_hotels .top_hotel_list li .btn {
    font-size: 16px;
    height: 48px;
  }
}
.top_hotels .top_hotel_list li .btn svg {
  margin-left: 16px;
}
.top_hotels .top_hotel_list li .btn svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_hotels .icon1 {
  top: 160px;
  right: 110px;
}
@media screen and (max-width: 1480px) {
  .top_hotels .icon1 {
    right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .top_hotels .icon1 {
    display: none;
  }
}
.top_hotels .icon2 {
  left: -160px;
  bottom: -30px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1800px) {
  .top_hotels .icon2 {
    left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .top_hotels .icon2 {
    margin-bottom: -16px;
    max-width: 32%;
  }
}

.img_slide {
  margin-bottom: 240px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .img_slide {
    margin-bottom: 120px;
  }
}
.img_slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.img_slide ul li img {
  width: 100%;
}

.wrap_topics {
  max-width: 1440px;
  margin: 0 auto 260px;
  position: relative;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_topics {
    margin-bottom: max(200px, 40vw);
  }
}
.wrap_topics .icon1 {
  top: -91px;
  left: 42%;
}
@media screen and (max-width: 480px) {
  .wrap_topics .icon1 {
    max-width: 33%;
    left: auto;
    right: 5%;
    top: -40px;
  }
}
.wrap_topics .icon2 {
  right: -11px;
  top: -81px;
  -webkit-transform: translateY(-100%) translateX(100%);
          transform: translateY(-100%) translateX(100%);
}
@media screen and (max-width: 1680px) {
  .wrap_topics .icon2 {
    right: 2%;
    -webkit-transform: translateY(-100%) translateX(0);
            transform: translateY(-100%) translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .wrap_topics .icon2 {
    display: none;
  }
}
.wrap_topics .icon3 {
  left: 37px;
  bottom: -78px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .wrap_topics .icon3 {
    max-width: 25%;
    left: 5%;
    bottom: -40px;
  }
}
.wrap_topics .icon4 {
  right: -61px;
  bottom: -64px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1580px) {
  .wrap_topics .icon4 {
    right: 2%;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrap_topics .icon4 {
    max-width: 65%;
    bottom: -72px;
  }
}
.wrap_topics .icon_meguru {
  position: absolute;
  top: -91px;
  left: 48%;
}

.topics .lead {
  font-size: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .topics .lead {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.topics .wrap_topics_slide {
  position: relative;
}
.topics .wrap_topics_slide .slide-prev,
.topics .wrap_topics_slide .slide-next {
  position: absolute;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .topics .wrap_topics_slide .slide-prev,
  .topics .wrap_topics_slide .slide-next {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .topics .wrap_topics_slide .slide-prev img,
  .topics .wrap_topics_slide .slide-next img {
    width: 16px;
  }
}
.topics .wrap_topics_slide .slide-prev {
  left: 0;
}
.topics .wrap_topics_slide .slide-prev:hover {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.topics .wrap_topics_slide .slide-next {
  left: 70px;
}
@media screen and (max-width: 767px) {
  .topics .wrap_topics_slide .slide-next {
    left: 56px;
  }
}
.topics .wrap_topics_slide .slide-next:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.topics .wrap_topics_slide .swiper-scrollbar {
  background: rgba(42, 81, 66, 0.4);
}
.topics .wrap_topics_slide .swiper-scrollbar-drag {
  background: #D70051;
}
.topics .topics_slide {
  position: relative;
  overflow: hidden;
  margin-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .topics .topics_slide {
    margin-bottom: 24px;
  }
}
.topics .topics_slide ul li {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .topics .topics_slide ul li {
    margin-bottom: 40px;
  }
}
.topics .topics_slide ul li a:hover {
  opacity: 0.7;
}
.topics .topics_slide ul li a:hover .img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.topics .topics_slide ul li .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.topics .topics_slide ul li .img img {
  width: 100%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.topics .topics_slide ul li .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.topics .topics_slide ul li .cat li {
  background: #2A5142;
  padding: 0 20px;
  height: 38px;
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .topics .topics_slide ul li .cat li {
    padding: 0 16px;
    height: 24px;
    font-size: 13px;
  }
}
.topics .topics_slide ul li .ttl {
  font-size: clamp(20px, 2.4vw, 32px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 8px;
}
.topics .topics_slide ul li .date {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .topics .topics_slide ul li .date {
    font-size: 14px;
  }
}
.topics .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.top_ig {
  background: #E7DDC2;
  padding: 200px 40px 267px;
  margin-bottom: 327px;
}
@media screen and (max-width: 767px) {
  .top_ig {
    padding: 56px 20px 120px;
    margin-bottom: 140px;
  }
}
.top_ig .wrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.top_ig .wrap .icon1 {
  bottom: -240px;
  left: -37px;
}
@media screen and (max-width: 767px) {
  .top_ig .wrap .icon1 {
    left: 0;
    max-width: 20%;
    bottom: -100px;
  }
}
.top_ig .wrap .icon2 {
  right: -105px;
  bottom: -167px;
}
@media screen and (max-width: 767px) {
  .top_ig .wrap .icon2 {
    right: 0;
    max-width: 30%;
    bottom: -90px;
  }
}
.top_ig .wrap #sb_instagram {
  margin-bottom: 40px;
}
.top_ig .wrap .ig_link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top_ig .wrap .ig_link a:hover {
  opacity: 0.7;
}
.top_ig .wrap .ig_link a:hover .arrow:after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.top_ig .wrap .ig_link a .img {
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .top_ig .wrap .ig_link a .img {
    width: 30px;
    margin-right: 16px;
  }
}
.top_ig .wrap .ig_link a p span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.top_ig .wrap .ig_link a p .arrow {
  font-family: "Zen Old Mincho", serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .top_ig .wrap .ig_link a p .arrow {
    font-size: 18px;
  }
}
.top_ig .wrap .ig_link a p .arrow::after {
  content: "";
  display: block;
  background: #2A5142 url("../img/common/arrow_w.svg") no-repeat center;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  margin-left: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top_ig .wrap .ig_link a p .arrow::after {
    background-size: 12px;
    width: 40px;
    height: 20px;
  }
}
.top_ig .wrap .ig_link a p .bar {
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .top_ig .wrap .ig_link a p .bar {
    font-size: 16px;
  }
}
.top_ig .wrap .ig_link a p .bar::before {
  content: "";
  display: block;
  background: #000;
  width: 40px;
  height: 1px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .top_ig .wrap .ig_link a p .bar::before {
    width: 30px;
  }
}

.top_news {
  max-width: 1440px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_news {
    margin-bottom: 240px;
  }
}
.top_news .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 48px;
  padding-right: 52px;
}
@media screen and (max-width: 767px) {
  .top_news .link {
    margin-bottom: 24px;
    padding-right: 8px;
    margin-top: -24px;
  }
}
.top_news .icon1 {
  top: -135px;
  left: 19px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .top_news .icon1 {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    max-width: 16%;
    top: -108px;
  }
}
.top_news .icon2 {
  top: -25px;
  right: 146px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .top_news .icon2 {
    right: 10%;
    max-width: 16%;
  }
}
.top_news .icon3 {
  left: -72px;
  bottom: -55px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1600px) {
  .top_news .icon3 {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_news .icon3 {
    max-width: 42%;
  }
}
.top_news .icon4 {
  right: -94px;
  bottom: -31px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1600px) {
  .top_news .icon4 {
    display: none;
  }
}

.news_list {
  border-top: 1px solid rgba(42, 81, 66, 0.4);
}
.news_list li {
  border-bottom: 1px solid rgba(42, 81, 66, 0.4);
}
.news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 52px 42px 27px;
}
@media screen and (max-width: 767px) {
  .news_list li a {
    padding: 24px 8px 24px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.news_list li a:hover {
  background: rgba(42, 81, 66, 0.06);
}
.news_list li a:hover .ttl {
  color: #2A5142;
}
.news_list li a:hover::after {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.news_list li a .date {
  margin-right: 64px;
  line-height: 1.45;
  font-size: 16px;
  font-size: clamp(14px, 1.2vw, 16px);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1080px) {
  .news_list li a .date {
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news_list li a .date {
    margin-right: 16px;
  }
}
.news_list li a .cat {
  font-size: 20px;
  font-size: clamp(15px, 1.4vw, 20px);
  margin-right: 64px;
  line-height: 1.45;
  color: #2A5142;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  min-width: 200px;
}
@media screen and (max-width: 1080px) {
  .news_list li a .cat {
    min-width: 160px;
    margin-right: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news_list li a .cat {
    margin-right: 16px;
  }
}
.news_list li a .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: clamp(16px, 1.6vw, 24px);
  line-height: 1.45;
  margin-right: 64px;
  -webkit-transform: color 0.3s;
          transform: color 0.3s;
}
@media screen and (max-width: 767px) {
  .news_list li a .ttl {
    margin-right: 32px;
    width: calc(100% - 48px);
    margin-right: 0;
    margin-top: 8px;
  }
}
.news_list li a::after {
  content: "";
  display: block;
  background: #2A5142 url("../img/common/arrow_w.svg") no-repeat center;
  width: 48px;
  height: 24px;
  border-radius: 12px;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .news_list li a::after {
    background-size: 12px;
    width: 40px;
    height: 20px;
  }
}

/*/ ABOUT /////////////////////////////////////////*/
.about_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about_sec {
    display: block;
  }
}
.about_sec .cnt {
  position: relative;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .about_sec .cnt {
    margin: 0 0 40px;
  }
}
.about_sec .cnt .copy {
  font-size: 40px;
  font-size: clamp(20px, 2.8vw, 40px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 40px;
}
.about_sec .cnt .txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .about_sec .cnt .txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 1180px) {
  .about_lead1 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .about_lead1 {
    margin-top: -60px;
    margin-bottom: 56px;
  }
}
.about_lead1 .cnt {
  width: 50%;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .about_lead1 .cnt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.about_lead1 .img img {
  width: 100%;
}
.about_lead1 .icon1 {
  top: -70px;
  left: 420px;
}
@media screen and (max-width: 1180px) {
  .about_lead1 .icon1 {
    left: 32%;
  }
}
@media screen and (max-width: 767px) {
  .about_lead1 .icon1 {
    top: 0;
    max-width: 72px;
  }
}
.about_lead1 .icon2 {
  right: 0;
}
@media screen and (max-width: 767px) {
  .about_lead1 .icon2 {
    display: none;
  }
}

.about_lead2 {
  margin-top: -60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 142px;
  margin-bottom: 209px;
}
@media screen and (max-width: 1400px) {
  .about_lead2 {
    padding-left: 20px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_lead2 {
    margin-bottom: 160px;
  }
}
.about_lead2 .cnt {
  margin-bottom: -80px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .about_lead2 .cnt {
    margin-bottom: 48px;
    margin-left: 0;
  }
}
.about_lead2 .icon1 {
  bottom: -124px;
  left: 219px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .about_lead2 .icon1 {
    bottom: -20px;
    max-width: 36%;
  }
}

.about_lead3 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 200px;
  padding-right: 172px;
}
@media screen and (max-width: 767px) {
  .about_lead3 {
    padding-right: 20px;
    margin-bottom: 100px;
  }
}
.about_lead3 .cnt {
  width: 465px;
  padding-bottom: 133px;
  margin-right: 124px;
}
@media screen and (max-width: 767px) {
  .about_lead3 .cnt {
    margin: 0 0 48px;
    width: 100%;
    padding-bottom: 0;
  }
}
.about_lead3 .icon1 {
  right: 72px;
  top: 136px;
}
@media screen and (max-width: 767px) {
  .about_lead3 .icon1 {
    display: none;
  }
}
.about_lead3 .icon2 {
  bottom: -10px;
  left: -130px;
}

.about_slide {
  width: 100%;
  overflow: hidden;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .about_slide {
    margin-bottom: 100px;
  }
}
.about_slide ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about_slide ul li .txt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}

.staff {
  max-width: 1520px;
  margin: 0 auto 254px;
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .staff {
    margin-bottom: 80px;
  }
}
.staff .cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
  background: #FFF;
  padding-left: 150px;
  padding-bottom: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1480px) {
  .staff .cnt {
    padding-left: 60px;
    padding-right: 30px;
    padding-bottom: 72px;
    width: 50%;
    top: auto;
    bottom: 50%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .staff .cnt {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0 20px 80px;
  }
}
.staff .cnt .sec_ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 1480px) {
  .staff .cnt .sec_ttl {
    margin-bottom: 40px;
  }
}
.staff .cnt .copy {
  font-size: 40px;
  font-size: clamp(20px, 2.8vw, 40px);
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 56px;
  line-height: 1.45;
}
@media screen and (max-width: 1480px) {
  .staff .cnt .copy {
    margin-bottom: 40px;
  }
}
.staff .cnt .txt {
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
}
.staff .cnt .icon1 {
  top: -101px;
  right: 90px;
}
@media screen and (max-width: 900px) {
  .staff .cnt .icon1 {
    top: -40px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staff .cnt .icon1 {
    max-width: 18%;
    top: -40px;
    left: 45%;
  }
}
.staff .cnt .icon2 {
  left: 0;
  bottom: 58px;
}
@media screen and (max-width: 1480px) {
  .staff .cnt .icon2 {
    bottom: 16px;
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .staff .cnt .icon2 {
    max-width: 16%;
    left: auto;
    right: 5%;
    bottom: 26px;
  }
}
@media screen and (max-width: 520px) {
  .staff .cnt .icon2 {
    max-width: 64px;
  }
}
.staff .staff_img {
  padding: 0;
  margin: 0;
}
.staff .staff_img img {
  width: 100%;
  margin-bottom: 24px;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  .staff .staff_img img {
    margin-bottom: 16px;
  }
}
.staff .staff_img figcaption {
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .staff .staff_img figcaption {
    font-size: 13px;
    padding: 0 8px;
  }
}

.company_profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto 362px;
  padding: 0 93px 0 20px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .company_profile {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .company_profile {
    display: block;
    margin-bottom: 180px;
  }
}
.company_profile .img {
  font-size: 0;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .company_profile .img {
    margin: 0;
  }
}
.company_profile .cnt {
  position: relative;
}
@media screen and (max-width: 767px) {
  .company_profile .cnt {
    margin-bottom: 40px;
  }
}
.company_profile .cnt .sec_ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .company_profile .cnt .sec_ttl {
    margin-bottom: 48px;
  }
}
.company_profile .cnt .company_table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
@media screen and (max-width: 767px) {
  .company_profile .cnt .company_table li {
    display: block;
    margin-bottom: 16px;
  }
}
.company_profile .cnt .company_table li p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .company_profile .cnt .company_table li p {
    font-size: 15px;
  }
}
.company_profile .cnt .company_table li .ttl {
  margin-right: 40px;
  width: 134px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .company_profile .cnt .company_table li .ttl {
    font-weight: 500;
  }
}
.company_profile .cnt .icon1 {
  position: static;
  margin-bottom: 80px;
  margin-right: 106px;
}
@media screen and (max-width: 767px) {
  .company_profile .cnt .icon1 {
    margin: 0 0 16px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .company_profile .cnt .icon1 img {
    max-width: 48%;
  }
}
.company_profile .icon2 {
  left: -125px;
  bottom: -29px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .company_profile .icon2 {
    max-width: 48%;
    left: 0;
  }
}

/*/ HOTELS /////////////////////////////////////////*/
.page_hotels {
  padding-top: 60px;
  overflow: hidden;
}
.page_hotels .hotels_header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto 275px;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header {
    margin-bottom: 44vw;
  }
}
.page_hotels .hotels_header .icon1 {
  top: 104px;
  right: -41px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 1280px) {
  .page_hotels .hotels_header .icon1 {
    display: none;
  }
}
.page_hotels .hotels_header .icon2 {
  right: -124px;
  bottom: -192px;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .icon2 {
    width: 56%;
    right: -20%;
    bottom: -32vw;
  }
}
.page_hotels .hotels_header .hotels_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #2A5142;
  margin-bottom: 27px;
}
.page_hotels .hotels_header .hotels_ttl::before {
  content: "";
  display: block;
  background: #2A5142;
  width: 40px;
  height: 1px;
  margin-right: 8px;
}
.page_hotels .hotels_header .copy {
  position: relative;
  padding-left: 20px;
  margin-bottom: 80px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 900px) {
  .page_hotels .hotels_header .copy {
    padding-right: 90px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .copy {
    padding-left: 16px;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.page_hotels .hotels_header .copy::before {
  content: "";
  display: block;
  background: #2A5142;
  width: 8px;
  height: 64px;
  height: clamp(26px, 5vw, 64px);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .copy::before {
    width: 4px;
  }
}
.page_hotels .hotels_header .copy::after {
  content: "";
  display: block;
  background: url("../img/hotels/hotels_icon1.svg") no-repeat;
  background-size: 100%;
  width: 105px;
  height: 94px;
  position: absolute;
  right: -180px;
  top: -30px;
}
@media screen and (max-width: 900px) {
  .page_hotels .hotels_header .copy::after {
    right: 10px;
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .copy::after {
    top: -72px;
    right: 8px;
    width: 56px;
  }
}
.page_hotels .hotels_header .copy .copy_txt {
  font-size: 64px;
  font-size: clamp(24px, 4.2vw, 64px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .copy .copy_txt {
    margin-bottom: 20px;
  }
}
.page_hotels .hotels_header .copy .txt {
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
}
.page_hotels .hotels_header .select_hotel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel {
    display: block;
  }
}
.page_hotels .hotels_header .select_hotel li {
  width: calc(50% - 18px);
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel li {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel li:last-of-type {
    margin-bottom: 0;
  }
}
.page_hotels .hotels_header .select_hotel li a {
  position: relative;
}
.page_hotels .hotels_header .select_hotel li a:hover {
  opacity: 0.7;
}
.page_hotels .hotels_header .select_hotel li a:hover .btn {
  background: #FFF;
  color: #2A5142;
}
.page_hotels .hotels_header .select_hotel li a:hover .btn svg path {
  stroke: #2A5142;
}
.page_hotels .hotels_header .select_hotel li .img {
  font-size: 0;
}
.page_hotels .hotels_header .select_hotel li .img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel li .img img {
    height: auto;
    min-height: 270px;
  }
}
.page_hotels .hotels_header .select_hotel li .cnt {
  position: absolute;
  left: 40px;
  bottom: 150px;
  width: min(36vw, 540px);
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel li .cnt {
    left: 20px;
    bottom: 80px;
    width: 240px;
  }
}
.page_hotels .hotels_header .select_hotel li .cnt p {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel li .cnt .logo {
    width: 56px;
  }
}
.page_hotels .hotels_header .select_hotel li .cnt .name {
  font-size: min(4vw, 45px);
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel li .cnt .name {
    font-size: 20px;
  }
}
.page_hotels .hotels_header .select_hotel li .cnt .txt {
  font-size: min(3vw, 24px);
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel li .cnt .txt {
    font-size: 15px;
  }
}
.page_hotels .hotels_header .select_hotel li .btn {
  background: #2A5142;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  border: 1px solid #2A5142;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_hotels .hotels_header .select_hotel li .btn {
    font-size: 16px;
    height: 48px;
  }
}
.page_hotels .hotels_header .select_hotel li .btn svg {
  margin-left: 16px;
}
.page_hotels .hotels_header .select_hotel li .btn svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wrap_hotel {
  padding: 0 20px;
}
.wrap_hotel.vv {
  background: url("../img/hotels/vv_bg.jpg") no-repeat top center;
  background-size: 100%;
  padding-top: min(18vw, 280px);
  margin-bottom: 436px;
}
@media screen and (max-width: 767px) {
  .wrap_hotel.vv {
    background-size: 220%;
    padding-top: 28vw;
    margin-bottom: 240px;
  }
}
.wrap_hotel.vv .hotel .icon1 {
  top: -110px;
  right: 186px;
}
@media screen and (max-width: 767px) {
  .wrap_hotel.vv .hotel .icon1 {
    width: 72px;
    top: -80px;
  }
}
@media screen and (max-width: 640px) {
  .wrap_hotel.vv .hotel .icon1 {
    right: 10px;
  }
}
.wrap_hotel.vv .hotel .icon2 {
  top: 0;
  right: -29px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 1800px) {
  .wrap_hotel.vv .hotel .icon2 {
    right: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .wrap_hotel.vv .hotel .icon2 {
    width: 60px;
    display: none;
  }
}
.wrap_hotel.vv .hotel .icon3 {
  left: -16px;
  bottom: -36px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 1600px) {
  .wrap_hotel.vv .hotel .icon3 {
    display: none;
  }
}
.wrap_hotel.vv .hotel .icon4 {
  right: -179px;
  bottom: -151px;
}
@media screen and (max-width: 1800px) {
  .wrap_hotel.vv .hotel .icon4 {
    bottom: -230px;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_hotel.vv .hotel .icon4 {
    max-width: 60%;
    bottom: -200px;
  }
}
.wrap_hotel.es {
  background: url("../img/hotels/es_bg.jpg") no-repeat top center;
  background-size: 100%;
  padding-top: min(18vw, 280px);
  margin-bottom: 477px;
}
@media screen and (max-width: 767px) {
  .wrap_hotel.es {
    background-size: 220%;
    padding-top: 28vw;
    margin-bottom: 200px;
  }
}
.wrap_hotel.es .hotel .icon1 {
  top: -110px;
  right: 186px;
}
@media screen and (max-width: 767px) {
  .wrap_hotel.es .hotel .icon1 {
    width: 72px;
    top: -80px;
  }
}
@media screen and (max-width: 640px) {
  .wrap_hotel.es .hotel .icon1 {
    right: 10px;
  }
}
.wrap_hotel.es .hotel .icon2 {
  left: -150px;
  top: 110px;
}
@media screen and (max-width: 1800px) {
  .wrap_hotel.es .hotel .icon2 {
    left: 0;
  }
}
@media screen and (max-width: 1800px) {
  .wrap_hotel.es .hotel .icon2 {
    width: 48px;
  }
}
.wrap_hotel.es .hotel .icon3 {
  top: 107px;
  right: 170px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 1800px) {
  .wrap_hotel.es .hotel .icon3 {
    right: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1180px) {
  .wrap_hotel.es .hotel .icon3 {
    display: none;
  }
}
.wrap_hotel.es .hotel .icon4 {
  right: 0;
  top: 421px;
}
@media screen and (max-width: 1180px) {
  .wrap_hotel.es .hotel .icon4 {
    display: none;
  }
}
.wrap_hotel.es .hotel .icon5 {
  left: -56px;
  bottom: -151px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 1800px) {
  .wrap_hotel.es .hotel .icon5 {
    left: 0;
    bottom: -200px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .wrap_hotel.es .hotel .icon5 {
    width: 90px;
    bottom: -160px;
  }
}
.wrap_hotel.es .hotel .icon6 {
  right: -63px;
  bottom: 289px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 1180px) {
  .wrap_hotel.es .hotel .icon6 {
    display: none;
  }
}
.wrap_hotel .hotel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrap_hotel .hotel .hotel_header {
  padding-bottom: 80px;
  border-bottom: 3px solid #2A5142;
  margin-bottom: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1800px) {
  .wrap_hotel .hotel .hotel_header {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_header {
    padding-right: 0;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
.wrap_hotel .hotel .hotel_header .logo {
  font-size: 0;
  margin-right: 26px;
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_header .logo {
    margin-right: 10px;
    width: 60px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.wrap_hotel .hotel .hotel_header .hotel_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 64px;
  font-size: clamp(24px, 4.2vw, 64px);
  color: #2A5142;
  line-height: 1.4;
  margin-bottom: 16px;
}
.wrap_hotel .hotel .hotel_header .hotel_lead {
  max-width: 792px;
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 2;
}
.wrap_hotel .hotel .hotel_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list {
    display: block;
  }
}
.wrap_hotel .hotel .hotel_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 18px);
  border: 1px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list > li {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list > li:last-of-type {
    margin-bottom: 0;
  }
}
.wrap_hotel .hotel .hotel_list > li.soon .img a {
  display: block;
  position: relative;
}
.wrap_hotel .hotel .hotel_list > li.soon .img a::before {
  content: "coming soon...";
  font-size: 32px;
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  width: 100%;
  height: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(35, 24, 21, 0.6);
  position: absolute;
  top: calc(50% - 54px);
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list > li.soon .img a::before {
    top: calc(50% - 24px);
    font-size: 20px;
    height: 48px;
  }
}
.wrap_hotel .hotel .hotel_list > li.soon a {
  pointer-events: none;
}
.wrap_hotel .hotel .hotel_list > li .cat {
  position: absolute;
  left: 0;
  top: 25px;
  color: #FFF;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 24px;
  background: #2A5142;
  height: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  z-index: 100;
}
.wrap_hotel .hotel .hotel_list > li .img {
  font-size: 0;
  overflow: hidden;
}
.wrap_hotel .hotel .hotel_list > li .img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrap_hotel .hotel .hotel_list > li .img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.wrap_hotel .hotel .hotel_list > li .cnt {
  padding: 20px 40px 32px;
}
@media screen and (max-width: 980px) {
  .wrap_hotel .hotel .hotel_list > li .cnt {
    padding: 20px 24px 32px;
  }
}
.wrap_hotel .hotel .hotel_list > li .cnt .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: clamp(24px, 2.8vw, 36px);
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list > li .cnt .name {
    margin-bottom: 16px;
  }
}
.wrap_hotel .hotel .hotel_list > li .cnt .name span {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-right: 16px;
  font-size: 16px;
  font-size: clamp(14px, 1.5vw, 16px);
  color: #2A5142;
}
@media screen and (max-width: 980px) {
  .wrap_hotel .hotel .hotel_list > li .cnt .name span {
    margin-right: 8px;
  }
}
.wrap_hotel .hotel .hotel_list > li .cnt .copy {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 26px;
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 1.45;
  margin-bottom: 16px;
}
.wrap_hotel .hotel .hotel_list > li .cnt > .txt {
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list > li .cnt > .txt {
    display: none;
  }
}
.wrap_hotel .hotel .hotel_list > li .cnt .points {
  margin-bottom: 24px;
}
.wrap_hotel .hotel .hotel_list > li .cnt .points li {
  position: relative;
  padding-left: 28px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: clamp(14px, 1.1vw, 16px);
}
.wrap_hotel .hotel .hotel_list > li .cnt .points li::before {
  content: "";
  display: block;
  background: url("../img/common/list_icon.svg") no-repeat;
  width: 14px;
  height: 16px;
  position: absolute;
  top: 0.28em;
  left: 0;
}
.wrap_hotel .hotel .hotel_list > li .cnt .table {
  border-top: 1px solid #2A5142;
}
.wrap_hotel .hotel .hotel_list > li .cnt .table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #2A5142;
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list > li .cnt .table li {
    padding: 12px 0;
  }
}
.wrap_hotel .hotel .hotel_list > li .cnt .table li p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  font-size: clamp(14px, 1.1vw, 16px);
}
.wrap_hotel .hotel .hotel_list > li .cnt .table li .ttl {
  width: 100px;
  margin-right: 28px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list > li .cnt .table li .ttl {
    width: 48px;
  }
}
.wrap_hotel .hotel .hotel_list > li .btn {
  margin-top: auto;
}
.wrap_hotel .hotel .hotel_list > li .btn a {
  background: #2A5142;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  border-top: 1px solid #2A5142;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrap_hotel .hotel .hotel_list > li .btn a {
    font-size: 16px;
    height: 48px;
  }
}
.wrap_hotel .hotel .hotel_list > li .btn a:hover {
  background: #FFF;
  color: #2A5142;
}
.wrap_hotel .hotel .hotel_list > li .btn a:hover svg path {
  stroke: #2A5142;
}
.wrap_hotel .hotel .hotel_list > li .btn a svg {
  margin-left: 16px;
}
.wrap_hotel .hotel .hotel_list > li .btn a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*/ HOTEL（詳細） /////////////////////////////////////////*/
.page_single_hotel {
  overflow-x: hidden;
}

.hotel_mv {
  font-size: 0;
}
.hotel_mv img {
  width: 100%;
}

.hotel_single_header {
  position: relative;
  padding-top: 64px;
  margin-bottom: 64px;
}
.hotel_single_header .icon1 {
  top: 123px;
  left: calc(50% - 610px);
}
@media screen and (max-width: 1600px) {
  .hotel_single_header .icon1 {
    top: 6vw;
  }
}
@media screen and (max-width: 1180px) {
  .hotel_single_header .icon1 {
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_single_header .icon1 {
    width: 80px;
    top: 12vw;
  }
}
@media screen and (max-width: 480px) {
  .hotel_single_header .icon1 {
    width: 72px;
    top: 25vw;
  }
}
.hotel_single_header .icon2 {
  top: 134px;
  left: calc(50% + 429px);
}
@media screen and (max-width: 1600px) {
  .hotel_single_header .icon2 {
    top: 7.5vw;
  }
}
@media screen and (max-width: 1180px) {
  .hotel_single_header .icon2 {
    left: auto;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_single_header .icon2 {
    top: 10vw;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .hotel_single_header .icon2 {
    width: 32px;
    top: 28vw;
  }
}
.hotel_single_header .icon3 {
  bottom: -8px;
  left: calc(50% + 519px);
}
@media screen and (max-width: 1180px) {
  .hotel_single_header .icon3 {
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_single_header .icon3 {
    width: 12px;
  }
}
.hotel_single_header .logo {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hotel_single_header .logo {
    width: 64px;
    top: -36px;
  }
}
.hotel_single_header .copy {
  text-align: center;
  font-size: 36px;
  font-size: clamp(18px, 2.4vw, 32px);
  line-height: 1.45;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 16px;
}
.hotel_single_header .hotel_ttl {
  text-align: center;
  font-size: 64px;
  font-size: clamp(28px, 4vw, 60px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 40px;
}
.hotel_single_header .header_points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  gap: 16px;
}
.hotel_single_header .header_points li {
  background: #2A5142;
  color: #FFF;
  min-width: 352px;
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
  padding: 3px 10px;
  height: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .hotel_single_header .header_points li {
    min-width: 290px;
  }
}
.hotel_single_header .header_tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.hotel_single_header .header_tags li {
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
  font-family: "Zen Old Mincho", serif;
}

.hotel_cnt {
  position: relative;
  overflow-x: hidden;
  padding-top: 647px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt {
    margin-bottom: 120px;
  }
}
.hotel_cnt.enzan {
  background: url("../img/hotel/enzan_img1.jpg") no-repeat top center;
  background-size: 100%;
  background-size: auto 1400px;
}
@media screen and (max-width: 1280px) {
  .hotel_cnt.enzan {
    background-size: auto 1200px;
  }
}
@media screen and (max-width: 900px) {
  .hotel_cnt.enzan {
    background-size: auto 140vw;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt.enzan {
    background-size: auto 80vw;
    padding-top: 80vw;
  }
}
.hotel_cnt.hikawa {
  background: url("../img/hotel/hikawa_img1.jpg") no-repeat top center;
  background-size: 100%;
  background-size: auto 1400px;
}
@media screen and (max-width: 1280px) {
  .hotel_cnt.hikawa {
    background-size: auto 1200px;
  }
}
@media screen and (max-width: 900px) {
  .hotel_cnt.hikawa {
    background-size: auto 140vw;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt.hikawa {
    background-size: auto 80vw;
    padding-top: 80vw;
  }
}
.hotel_cnt.station {
  background: url("../img/hotel/station_img1.jpg") no-repeat top center;
  background-size: 100%;
  background-size: auto 1400px;
}
@media screen and (max-width: 1280px) {
  .hotel_cnt.station {
    background-size: auto 1200px;
  }
}
@media screen and (max-width: 900px) {
  .hotel_cnt.station {
    background-size: auto 140vw;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt.station {
    background-size: auto 80vw;
    padding-top: 80vw;
  }
}
.hotel_cnt::before {
  content: "";
  display: block;
  background: #FFF;
  width: calc(50% + 148px);
  height: 753px;
  position: absolute;
  top: 647px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .hotel_cnt::before {
    display: block;
  }
}
.hotel_cnt .moments {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 263px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .moments {
    margin-bottom: 30vw;
  }
}
.hotel_cnt .moments::before {
  content: "Moments";
  font-size: 128px;
  font-size: clamp(60px, 12vw, 128px);
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  line-height: 0.85;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.hotel_cnt .moments .icon3 {
  right: -16px;
  bottom: 103px;
}
@media screen and (max-width: 1440px) {
  .hotel_cnt .moments .icon3 {
    display: none;
  }
}
.hotel_cnt .moments .icon4 {
  right: 232px;
  bottom: -160px;
}
@media screen and (max-width: 840px) {
  .hotel_cnt .moments .icon4 {
    right: 20px;
    width: 30%;
    bottom: -28vw;
  }
}
.hotel_cnt .moments .cnt {
  padding-top: 172px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .hotel_cnt .moments .cnt {
    padding-top: 8vw;
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .moments .cnt {
    padding-top: 15vw;
    margin-bottom: 48px;
  }
}
.hotel_cnt .moments .cnt .icon1 {
  left: -82px;
  top: 79px;
}
.hotel_cnt .moments .cnt .icon2 {
  left: 50%;
  top: 128px;
  -webkit-transform: translateX(-90%);
          transform: translateX(-90%);
}
@media screen and (max-width: 1280px) {
  .hotel_cnt .moments .cnt .icon2 {
    top: 20px;
    left: 60%;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .moments .cnt .icon2 {
    width: 10%;
    left: auto;
    right: 0;
  }
}
.hotel_cnt .moments .cnt .copy {
  font-size: 40px;
  font-size: clamp(20px, 3vw, 40px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 80px;
}
@media screen and (max-width: 1280px) {
  .hotel_cnt .moments .cnt .copy {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .moments .cnt .copy {
    margin-bottom: 32px;
  }
}
.hotel_cnt .moments .cnt .txt {
  max-width: 510px;
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
}
.hotel_cnt .moments .imgs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotel_cnt .moments .imgs li:first-of-type {
  margin-top: 242px;
  margin-right: 108px;
}
@media screen and (max-width: 1080px) {
  .hotel_cnt .moments .imgs li:first-of-type {
    margin-right: 64px;
    margin-top: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .moments .imgs li:first-of-type {
    margin-top: 20vw;
    width: 45%;
    margin-right: -10%;
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .moments .imgs li:last-of-type {
    width: 65%;
  }
}
.hotel_cnt .hotel_points {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 180px;
  position: relative;
}
@media screen and (max-width: 1180px) {
  .hotel_cnt .hotel_points {
    margin-bottom: 210px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points {
    margin-bottom: 48px;
  }
}
.hotel_cnt .hotel_points .points {
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points {
    margin-bottom: 88px;
  }
}
.hotel_cnt .hotel_points .points li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points li {
    display: block;
    margin-bottom: 64px;
  }
}
.hotel_cnt .hotel_points .points li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.hotel_cnt .hotel_points .points li .img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points li .img {
    margin: 0 -20px;
  }
}
.hotel_cnt .hotel_points .points li .cnt {
  width: 425px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points li .cnt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.hotel_cnt .hotel_points .points li .cnt .num {
  font-size: 96px;
  font-family: "Zen Old Mincho", serif;
  line-height: 0.8;
  margin-bottom: 32px;
  font-size: clamp(40px, 7.2vw, 96px);
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points li .cnt .num {
    margin-bottom: 28px;
  }
}
.hotel_cnt .hotel_points .points li .cnt .copy {
  font-size: 36px;
  font-size: clamp(18px, 2.6vw, 36px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points li .cnt .copy {
    margin-bottom: 30px;
  }
}
.hotel_cnt .hotel_points .points li .cnt .txt {
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
}
.hotel_cnt .hotel_points .points li .icon1 {
  right: 60px;
  top: -64px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points li .icon1 {
    right: 30px;
    left: 25%;
    top: -30px;
    width: 16px;
  }
}
.hotel_cnt .hotel_points .points li .icon2 {
  right: 108px;
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points li .icon2 {
    right: 5%;
    top: -20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 36px;
  }
}
.hotel_cnt .hotel_points .points li .icon3 {
  right: 67px;
  top: -59px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .points li .icon3 {
    width: 80px;
    top: 0;
    right: 32px;
  }
}
.hotel_cnt .hotel_points .imgs {
  font-size: 0;
  margin: 0 -56px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .imgs {
    margin: 0 -20px;
  }
}
.hotel_cnt .hotel_points .imgs .img1 {
  width: 93.5%;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .imgs .img1 {
    width: 92%;
  }
}
.hotel_cnt .hotel_points .imgs .img2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -212px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .imgs .img2 {
    margin-top: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
  }
}
.hotel_cnt .hotel_points .imgs .img2 img {
  width: 56.7%;
}
.hotel_cnt .hotel_points .icon4 {
  right: 33px;
  bottom: 745px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .icon4 {
    display: none;
  }
}
.hotel_cnt .hotel_points .icon5 {
  left: 15px;
  bottom: -108px;
}
@media screen and (max-width: 1180px) {
  .hotel_cnt .hotel_points .icon5 {
    bottom: -210px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_points .icon5 {
    position: static;
    width: 68%;
    margin-top: -14vw;
  }
}
.hotel_cnt .hotel_slide {
  width: 100%;
  overflow: hidden;
  margin-bottom: 300px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .hotel_slide {
    margin-bottom: 120px;
  }
}
.hotel_cnt .hotel_slide ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.hotel_cnt .hotel_slide ul li .txt {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}
.hotel_cnt .hotel_slide ul li .img {
  width: 100%;
}
.hotel_cnt .hotel_slide ul li .img img {
  width: 100%;
}
.hotel_cnt .wrap_topics {
  margin-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .wrap_topics {
    margin-bottom: max(200px, 40vw);
  }
}
@media screen and (max-width: 1080px) {
  .hotel_cnt .wrap_topics .icon_meguru {
    right: 3%;
    left: auto;
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .wrap_topics .icon_meguru {
    top: -6vw;
    width: 46%;
  }
}
.hotel_cnt .room_service {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 200px;
  position: relative;
}
@media screen and (max-width: 1680px) {
  .hotel_cnt .room_service {
    margin-bottom: 260px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service {
    margin-bottom: 56vw;
  }
}
.hotel_cnt .room_service .icon1 {
  left: 48px;
  top: -110px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .icon1 {
    top: -40px;
    left: 24px;
    max-width: 16%;
  }
}
.hotel_cnt .room_service .icon2 {
  right: 92px;
  top: -79px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .icon2 {
    top: -16px;
    right: 16px;
    max-width: 24%;
  }
}
.hotel_cnt .room_service .icon7 {
  left: -242px;
  bottom: -148px;
}
@media screen and (max-width: 1680px) {
  .hotel_cnt .room_service .icon7 {
    left: 10px;
    bottom: -220px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .icon7 {
    max-width: 48%;
    bottom: -42vw;
  }
}
.hotel_cnt .room_service .icon8 {
  right: -158px;
  bottom: -38px;
}
@media screen and (max-width: 1680px) {
  .hotel_cnt .room_service .icon8 {
    bottom: -72px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .icon8 {
    max-width: 16%;
  }
}
.hotel_cnt .room_service .sec_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.hotel_cnt .room_service .room_img {
  text-align: center;
  font-size: 0;
  margin-bottom: 64px;
}
.hotel_cnt .room_service .room_list {
  margin-bottom: 240px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .room_list {
    margin-bottom: 150px;
  }
}
.hotel_cnt .room_service .room_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: 3px solid #2A5142;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .room_list > li {
    display: block;
    max-width: 540px;
    margin: 0 auto 30px;
  }
}
.hotel_cnt .room_service .room_list > li .img {
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.hotel_cnt .room_service .room_list > li .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .room_list > li .img img {
    width: 100%;
    height: auto;
  }
}
.hotel_cnt .room_service .room_list > li .cnt {
  padding: 32px 40px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .room_list > li .cnt {
    padding: 20px;
  }
}
.hotel_cnt .room_service .room_list > li .cnt .num {
  font-size: 24px;
  font-size: clamp(15px, 1.6vw, 24px);
  line-height: 1.45;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 16px;
}
.hotel_cnt .room_service .room_list > li .cnt .ttl {
  font-size: 32px;
  font-size: clamp(20px, 2.4vw, 32px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 24px;
}
.hotel_cnt .room_service .room_list > li .cnt .room_points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .room_list > li .cnt .room_points {
    gap: 8px;
  }
}
.hotel_cnt .room_service .room_list > li .cnt .room_points li {
  min-width: 108px;
  height: 48px;
  padding: 5px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 500;
  border: 1px solid #000;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .room_list > li .cnt .room_points li {
    min-width: 72px;
    padding: 5px 12px;
    height: 32px;
  }
}
.hotel_cnt .room_service .room_memo {
  font-size: 16px;
  font-weight: 500;
  margin-top: -210px;
  margin-bottom: 240px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .room_memo {
    font-size: 15px;
    margin-top: -100px;
    text-align: left;
    margin-bottom: 140px;
  }
}
.hotel_cnt .room_service .spec {
  position: relative;
}
.hotel_cnt .room_service .spec .icon3 {
  left: -34px;
  top: -60px;
  -webkit-transform: translateX(-100%) translateY(-100%);
          transform: translateX(-100%) translateY(-100%);
}
@media screen and (max-width: 1480px) {
  .hotel_cnt .room_service .spec .icon3 {
    left: 10px;
    -webkit-transform: translateX(0) translateY(-100%);
            transform: translateX(0) translateY(-100%);
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .icon3 {
    max-width: 24%;
    top: -8px;
  }
}
.hotel_cnt .room_service .spec .icon4 {
  right: -135px;
  top: 88px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media screen and (max-width: 1480px) {
  .hotel_cnt .room_service .spec .icon4 {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .icon4 {
    max-width: 24%;
    top: 40px;
  }
}
.hotel_cnt .room_service .spec .icon5 {
  left: -93px;
  top: 125px;
}
@media screen and (max-width: 1340px) {
  .hotel_cnt .room_service .spec .icon5 {
    display: none;
  }
}
.hotel_cnt .room_service .spec .icon6 {
  right: -63px;
  bottom: 8px;
}
@media screen and (max-width: 1340px) {
  .hotel_cnt .room_service .spec .icon6 {
    display: none;
  }
}
.hotel_cnt .room_service .spec .spec_ttl {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 62px;
  text-align: center;
}
.hotel_cnt .room_service .spec .spec_table > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #2A5142;
  padding: 40px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li {
    display: block;
    padding: 24px 0;
  }
}
.hotel_cnt .room_service .spec .spec_table > li.gmap {
  border: none;
  padding-top: 0;
}
.hotel_cnt .room_service .spec .spec_table > li.gmap iframe {
  width: 100%;
  height: 588px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li.gmap iframe {
    height: 360px;
  }
}
.hotel_cnt .room_service .spec .spec_table > li .ttl {
  font-size: 24px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 500;
  width: 334px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li .ttl {
    width: 100%;
  }
}
.hotel_cnt .room_service .spec .spec_table > li .cnt {
  font-size: 24px;
  font-size: clamp(16px, 1.6vw, 24px);
  width: calc(100% - 344px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li .cnt {
    width: 100%;
  }
}
.hotel_cnt .room_service .spec .spec_table > li .cnt p {
  font-size: 24px;
  font-size: clamp(18px, 1.6vw, 24px);
}
.hotel_cnt .room_service .spec .spec_table > li .cnt span {
  font-size: 16px;
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li .cnt span {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
}
.hotel_cnt .room_service .spec .spec_table > li .cnt dl dt {
  font-size: 24px;
  font-size: clamp(16px, 1.6vw, 24px);
}
.hotel_cnt .room_service .spec .spec_table > li .cnt dl dd {
  font-size: 20px;
  font-size: clamp(15px, 1.2vw, 20px);
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li .cnt dl dd {
    margin-bottom: 16px;
  }
}
.hotel_cnt .room_service .spec .spec_table > li .cnt dl dd:last-child {
  margin-bottom: 0;
}
.hotel_cnt .room_service .spec .spec_table > li .cnt dl dd span {
  margin-left: 0;
  line-height: 1.4;
}
.hotel_cnt .room_service .spec .spec_table > li .cnt .cancel_table li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li .cnt .cancel_table li p {
    font-size: 15px;
  }
}
.hotel_cnt .room_service .spec .spec_table > li .cnt .cancel_table li .cancel_ttl {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li .cnt .cancel_table li .cancel_ttl {
    width: 80px;
  }
}
.hotel_cnt .room_service .spec .spec_table > li .cnt .cancel_memo {
  margin-top: 5px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .room_service .spec .spec_table > li .cnt .cancel_memo {
    font-size: 15px;
  }
}
.hotel_cnt .room_service .spec .spec_table > li .cnt .cancel_memo span {
  margin-left: 0;
}
.hotel_cnt .reserve_room {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 180px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .reserve_room {
    margin-bottom: 160px;
  }
}
.hotel_cnt .reserve_room.hikawa a {
  background: url("../img/hotel/hikawa_reserve_bg.jpg") no-repeat center;
  background-size: cover;
}
.hotel_cnt .reserve_room.station a {
  background: url("../img/hotel/station_reserve_bg.jpg") no-repeat center;
  background-size: cover;
}
.hotel_cnt .reserve_room .icon_reserve {
  position: absolute;
  bottom: -73px;
  right: -164px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1800px) {
  .hotel_cnt .reserve_room .icon_reserve {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .hotel_cnt .reserve_room .icon_reserve {
    bottom: -32px;
    right: 10px;
    max-width: 48%;
  }
}
.hotel_cnt .reserve_room a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../img/hotel/enzan_reserve_bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 480px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .reserve_room a {
    height: 320px;
  }
}
.hotel_cnt .reserve_room a.nolink {
  pointer-events: none;
}
.hotel_cnt .reserve_room a:hover::after {
  opacity: 0.4;
}
.hotel_cnt .reserve_room a:hover .txt,
.hotel_cnt .reserve_room a:hover .ttl {
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.hotel_cnt .reserve_room a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.hotel_cnt .reserve_room a .txt {
  width: 280px;
  height: 43px;
  border-radius: 30px;
  background: #FFF;
  font-size: 18px;
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.45;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .hotel_cnt .reserve_room a .txt {
    width: 200px;
  }
}
.hotel_cnt .reserve_room a .ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 56px;
  font-size: clamp(24px, 4.5vw, 56px);
  color: #FFF;
  line-height: 1.45;
  position: relative;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

/*/ MEGURU /////////////////////////////////////////*/
.page_lead {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 140px auto 212px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_lead {
    margin-top: 22vw;
    margin-bottom: 32vw;
  }
}
.page_lead .lead {
  font-size: 40px;
  font-size: clamp(20px, 3vw, 40px);
  font-family: "Zen Old Mincho", serif;
}
.page_lead .icon1 {
  top: -200px;
  left: calc(50% - 86px);
}
@media screen and (max-width: 1110px) {
  .page_lead .icon1 {
    left: auto;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page_lead .icon1 {
    max-width: 64%;
    right: 10px;
    top: -24vw;
  }
}
.page_lead .icon2 {
  left: -40px;
  bottom: -85px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1110px) {
  .page_lead .icon2 {
    left: 5%;
    max-width: 14%;
    bottom: -7vw;
  }
}
.page_lead .icon3 {
  left: calc(50% + 290px);
  bottom: -72px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 1110px) {
  .page_lead .icon3 {
    left: auto;
    right: 16px;
    max-width: 16%;
    bottom: -5vw;
  }
}

.meguru_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1840px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 840px) {
  .meguru_wrap {
    display: block;
  }
}
.meguru_wrap .meguru_side {
  margin-right: 174px;
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  text-align: right;
}
@media screen and (max-width: 1480px) {
  .meguru_wrap .meguru_side {
    margin-right: 80px;
  }
}
@media screen and (max-width: 840px) {
  .meguru_wrap .meguru_side {
    width: 100%;
    text-align: left;
    margin-bottom: 56px;
  }
}
.meguru_wrap .meguru_side .ttl {
  font-size: 24px;
  font-size: clamp(16px, 2vw, 24px);
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 840px) {
  .meguru_wrap .meguru_side .ttl {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 840px) {
  .meguru_wrap .meguru_side ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 16px;
  }
}
.meguru_wrap .meguru_side ul li {
  font-size: 20px;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
}
.meguru_wrap .meguru_side ul li a {
  color: #2A5142;
  position: relative;
  padding-bottom: 3px;
}
.meguru_wrap .meguru_side ul li a:hover::after {
  width: 100%;
  left: 0;
}
.meguru_wrap .meguru_side ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2A5142;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.meguru_wrap .meguru_main {
  position: relative;
  margin-bottom: 400px;
}
@media screen and (max-width: 840px) {
  .meguru_wrap .meguru_main {
    margin-bottom: 240px;
  }
}
.meguru_wrap .meguru_main .icon1 {
  left: -262px;
  bottom: 562px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.meguru_wrap .meguru_main .icon2 {
  bottom: -140px;
  left: -130px;
}
@media screen and (max-width: 1280px) {
  .meguru_wrap .meguru_main .icon2 {
    bottom: -180px;
  }
}
@media screen and (max-width: 840px) {
  .meguru_wrap .meguru_main .icon2 {
    left: 0;
    max-width: 30%;
    bottom: -130px;
  }
}
.meguru_wrap .meguru_main .icon3 {
  right: 139px;
  bottom: -140px;
}
@media screen and (max-width: 1280px) {
  .meguru_wrap .meguru_main .icon3 {
    bottom: -190px;
  }
}
@media screen and (max-width: 840px) {
  .meguru_wrap .meguru_main .icon3 {
    right: 0;
    max-width: 40%;
    bottom: -140px;
  }
}
.meguru_wrap .meguru_main .meguru_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px 58px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 230px;
}
@media screen and (max-width: 1100px) {
  .meguru_wrap .meguru_main .meguru_list {
    gap: 80px 24px;
  }
}
@media screen and (max-width: 640px) {
  .meguru_wrap .meguru_main .meguru_list {
    display: block;
    margin-bottom: 96px;
  }
}
.meguru_wrap .meguru_main .meguru_list li {
  width: calc(50% - 29px);
}
@media screen and (max-width: 1100px) {
  .meguru_wrap .meguru_main .meguru_list li {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 640px) {
  .meguru_wrap .meguru_main .meguru_list li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.meguru_wrap .meguru_main .meguru_list li a:hover {
  opacity: 0.7;
}
.meguru_wrap .meguru_main .meguru_list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.meguru_wrap .meguru_main .meguru_list li .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.meguru_wrap .meguru_main .meguru_list li .img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.meguru_wrap .meguru_main .meguru_list li .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.meguru_wrap .meguru_main .meguru_list li .cat li {
  background: #2A5142;
  padding: 0 20px;
  height: 38px;
  border-radius: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFF;
  font-size: 16px;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .meguru_wrap .meguru_main .meguru_list li .cat li {
    padding: 0 16px;
    height: 24px;
    font-size: 13px;
  }
}
.meguru_wrap .meguru_main .meguru_list li .ttl {
  font-size: 32px;
  font-size: clamp(20px, 2.4vw, 32px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 8px;
}
.meguru_wrap .meguru_main .meguru_list li .date {
  font-size: 20px;
  font-size: clamp(16px, 1.4vw, 20px);
}
.meguru_wrap .meguru_main .pagination {
  padding-right: 240px;
}
@media screen and (max-width: 1280px) {
  .meguru_wrap .meguru_main .pagination {
    padding-right: 0;
    margin-left: -240px;
  }
}
@media screen and (max-width: 840px) {
  .meguru_wrap .meguru_main .pagination {
    padding: 0;
    margin: 0;
  }
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 840px) {
  .pagination ul {
    gap: 8px;
  }
}
.pagination ul li.prev, .pagination ul li.next {
  font-size: 0;
}
.pagination ul li.prev a, .pagination ul li.next a {
  display: block;
}
.pagination ul li.prev {
  margin-right: 16px;
}
.pagination ul li.prev a:hover {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.pagination ul li.next {
  margin-left: 16px;
}
.pagination ul li.next a:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.pagination ul li span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #2A5142;
  color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  .pagination ul li span {
    width: 32px;
    height: 32px;
  }
}
.pagination ul li.num a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #2A5142;
  color: #2A5142;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  .pagination ul li.num a {
    width: 32px;
    height: 32px;
  }
}
.pagination ul li.num a:hover {
  color: #FFF;
  background: #2A5142;
}

/*  single  */
.meguru_single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 45px auto 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .meguru_single {
    margin-bottom: 100px;
  }
}
.meguru_single .meguru_single_header {
  margin-bottom: 304px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .meguru_single .meguru_single_header {
    margin-bottom: 96px;
  }
}
.meguru_single .meguru_single_header::before {
  content: "";
  display: block;
  background: url("../img/meguru/meguru_single_icon1.svg") no-repeat;
  background-size: 100%;
  width: 1164px;
  height: 256px;
  position: absolute;
  left: calc(50% - 252px);
  top: 0;
}
@media screen and (max-width: 1080px) {
  .meguru_single .meguru_single_header::before {
    left: 28%;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .meguru_single .meguru_single_header::before {
    left: 56%;
    width: 160%;
    top: -5vw;
  }
}
.meguru_single .meguru_single_header .page_ttl {
  font-size: 56px;
  font-size: clamp(20px, 4.2vw, 56px);
  line-height: 1.45;
  font-family: "Zen Old Mincho", serif;
}
.meguru_single .meguru_single_header .page_ttl span {
  font-size: 24px;
  font-size: clamp(14px, 1.5vw, 24px);
  display: block;
  margin-top: 16px;
}
.meguru_single .meguru_entry {
  margin-bottom: 310px;
}
@media screen and (max-width: 767px) {
  .meguru_single .meguru_entry {
    margin-bottom: 120px;
  }
}
.meguru_single .meguru_entry .icon3 {
  bottom: -276px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .meguru_single .meguru_entry .icon3 {
    max-width: 30%;
    bottom: -30vw;
  }
}
.meguru_single .meguru_entry .icon4 {
  right: 0;
  bottom: -235px;
}
@media screen and (max-width: 767px) {
  .meguru_single .meguru_entry .icon4 {
    max-width: 30%;
    bottom: -36vw;
  }
}
.meguru_single .meguru_entry .entry_header {
  position: relative;
  margin-bottom: 60px;
}
.meguru_single .meguru_entry .entry_header .entry_ttl {
  font-size: 56px;
  font-size: clamp(24px, 4.5vw, 56px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
}
.meguru_single .meguru_entry .entry_header .date {
  font-size: 24px;
  font-size: clamp(15px, 1.6vw, 24px);
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 24px;
}
.meguru_single .meguru_entry .entry_header .cat {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.meguru_single .meguru_entry .entry_header .cat::after {
  content: "";
  display: block;
  background: url("../img/meguru/meguru_single_icon2.svg") no-repeat;
  width: 68px;
  height: 65px;
  position: absolute;
  right: -154px;
  bottom: 8px;
}
.meguru_single .meguru_entry .entry_header .cat li {
  font-size: 20px;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 2.2;
  font-weight: 500;
}
.meguru_single .meguru_entry .entry_header .cat li a {
  color: #2A5142;
  position: relative;
  padding-bottom: 3px;
}
.meguru_single .meguru_entry .entry_header .cat li a:hover {
  color: #2A5142;
}
.meguru_single .meguru_entry .entry_header .cat li a:hover::after {
  width: 100%;
  left: 0;
}
.meguru_single .meguru_entry .entry_header .cat li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2A5142;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.meguru_single .meguru_entry .entry_body {
  max-width: 1146px;
  margin: 0 auto;
  position: relative;
}
.meguru_single .meguru_entry .entry_body .icon1 {
  right: -197px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 751px;
}
@media screen and (max-width: 767px) {
  .meguru_single .meguru_entry .entry_body .icon1 {
    display: none;
  }
}
.meguru_single .meguru_entry .entry_body .icon2 {
  left: -157px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  bottom: 30%;
}
@media screen and (max-width: 767px) {
  .meguru_single .meguru_entry .entry_body .icon2 {
    display: none;
  }
}
.meguru_single .meguru_entry .entry_body .mv_img {
  margin: 0 -72px 140px;
}
@media screen and (max-width: 1300px) {
  .meguru_single .meguru_entry .entry_body .mv_img {
    margin: 0 -20px 140px;
  }
}
@media screen and (max-width: 767px) {
  .meguru_single .meguru_entry .entry_body .mv_img {
    margin: 0 -20px 64px;
  }
}

.pagination_single {
  padding: 0 60px;
  margin-bottom: 310px;
}
@media screen and (max-width: 767px) {
  .pagination_single {
    margin-bottom: 220px;
    padding: 0;
  }
}
.pagination_single ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination_single ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2A5142;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
}
.pagination_single ul li.prev {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .pagination_single ul li.prev {
    width: 64px;
  }
}
.pagination_single ul li.prev a::before {
  content: "";
  display: block;
  background: url("../img/meguru/prev.svg") no-repeat;
  width: 15px;
  height: 22px;
  margin-right: 40px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination_single ul li.prev a::before {
    margin-right: 16px;
  }
}
.pagination_single ul li.prev a:hover::before {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.pagination_single ul li.next {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .pagination_single ul li.next {
    width: 64px;
  }
}
.pagination_single ul li.next a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pagination_single ul li.next a::after {
  content: "";
  display: block;
  background: url("../img/meguru/next.svg") no-repeat;
  width: 15px;
  height: 22px;
  margin-left: 40px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .pagination_single ul li.next a::after {
    margin-left: 16px;
  }
}
.pagination_single ul li.next a:hover::after {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.pagination_single ul li.back a {
  width: 178px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  border: 1px solid #2A5142;
  background: #2A5142;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .pagination_single ul li.back a {
    width: 120px;
    height: 40px;
  }
}
.pagination_single ul li.back a:hover {
  color: #2A5142;
  background: #FFF;
}

/*/ NEWS /////////////////////////////////////////*/
.archive_news {
  max-width: 1320px;
  padding: 0 20px;
  margin: 45px auto 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .archive_news {
    margin-bottom: 200px;
  }
}
.archive_news .icon2 {
  left: 0;
  bottom: -257px;
  max-width: 40%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
@media screen and (max-width: 1700px) {
  .archive_news .icon2 {
    left: -160px;
    bottom: -300px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .archive_news .icon2 {
    bottom: -24vw;
    left: -18vw;
  }
}
.archive_news .icon3 {
  right: 0;
  bottom: 27px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  max-width: 20%;
}
@media screen and (max-width: 1700px) {
  .archive_news .icon3 {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    right: 10px;
    bottom: -220px;
  }
}
@media screen and (max-width: 767px) {
  .archive_news .icon3 {
    bottom: -30vw;
  }
}
.archive_news .archive_news_header {
  width: 100%;
  margin-bottom: 176px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .archive_news .archive_news_header {
    margin-bottom: 108px;
  }
}
.archive_news .archive_news_header::before {
  content: "";
  display: block;
  background: url("../img/news/news_icon1.svg") no-repeat;
  background-size: 100%;
  width: 898px;
  height: 163px;
  position: absolute;
  top: 30px;
  right: 50px;
}
@media screen and (max-width: 1180px) {
  .archive_news .archive_news_header::before {
    width: 80%;
    left: 20%;
  }
}
.archive_news .archive_news_header .page_ttl {
  font-size: 56px;
  font-size: clamp(24px, 4.5vw, 56px);
  line-height: 1.45;
  font-family: "Zen Old Mincho", serif;
}
.archive_news .archive_news_header .page_ttl span {
  font-size: 24px;
  font-size: clamp(15px, 1.6vw, 24px);
  display: block;
  margin-top: 16px;
}
.archive_news .cat_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .archive_news .cat_list {
    margin-bottom: 32px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.archive_news .cat_list .ttl {
  margin-right: 40px;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: clamp(15px, 1.6vw, 24px);
  line-height: 1.45;
}
.archive_news .cat_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px 40px;
}
.archive_news .cat_list ul li.current-cat a {
  font-weight: bold;
  border-bottom: 2px solid #2A5142;
}
.archive_news .cat_list ul li a {
  line-height: 1.45;
  font-size: 20px;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #2A5142;
  position: relative;
  padding-bottom: 3px;
}
.archive_news .cat_list ul li a:hover {
  color: #2A5142;
}
.archive_news .cat_list ul li a:hover::after {
  width: 100%;
  left: 0;
}
.archive_news .cat_list ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2A5142;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.archive_news .news_list {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .archive_news .news_list {
    margin-bottom: 80px;
  }
}

/*  single  */
.news_single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  padding: 345px 20px 0;
  margin: 45px auto 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_single {
    padding-top: 24vw;
    margin-bottom: 200px;
  }
}
.news_single .icon3 {
  left: -64px;
  bottom: -300px;
  max-width: 40%;
}
@media screen and (max-width: 1700px) {
  .news_single .icon3 {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .news_single .icon3 {
    bottom: -26vw;
  }
}
.news_single .icon4 {
  right: -161px;
  bottom: -96px;
  max-width: 20%;
}
@media screen and (max-width: 1700px) {
  .news_single .icon4 {
    right: 10px;
    bottom: -220px;
  }
}
@media screen and (max-width: 767px) {
  .news_single .icon4 {
    bottom: -26vw;
  }
}
.news_single::before {
  content: "";
  display: block;
  background: url("../img/news/news_single_icon1.svg") no-repeat;
  background-size: 100%;
  width: 779px;
  height: 180px;
  position: absolute;
  top: 58px;
  right: 190px;
}
@media screen and (max-width: 1080px) {
  .news_single::before {
    width: 90%;
    left: 5%;
    top: 0;
  }
}
.news_single .news_entry .entry_header {
  margin-bottom: 155px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_header {
    margin-bottom: 48px;
  }
}
.news_single .news_entry .entry_header .entry_ttl {
  font-size: 56px;
  font-size: clamp(24px, 4.5vw, 56px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.45;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_header .entry_ttl {
    margin-bottom: 48px;
  }
}
.news_single .news_entry .entry_header .date {
  font-size: 24px;
  font-size: clamp(15px, 1.6vw, 24px);
  font-family: "Zen Old Mincho", serif;
}
.news_single .news_entry .entry_header .cat li a {
  font-size: 20px;
  font-size: clamp(16px, 1.4vw, 20px);
  color: #2A5142;
  position: relative;
  padding-bottom: 3px;
}
.news_single .news_entry .entry_header .cat li a:hover {
  color: #2A5142;
}
.news_single .news_entry .entry_header .cat li a:hover::after {
  width: 100%;
  left: 0;
}
.news_single .news_entry .entry_header .cat li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #2A5142;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news_single .news_entry .entry_body {
  max-width: 1050px;
  margin: 0 auto 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_single .news_entry .entry_body {
    margin-bottom: 100px;
  }
}
.news_single .news_entry .entry_body .icon1 {
  right: -197px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  top: 751px;
}
.news_single .news_entry .entry_body .icon2 {
  left: -157px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  bottom: 30%;
}

.entry_body h2 {
  font-size: clamp(20px, 2.4vw, 32px);
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .entry_body h2 {
    margin-bottom: 24px;
  }
}
.entry_body h3 {
  font-size: clamp(18px, 1.6vw, 24px);
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .entry_body h3 {
    margin-bottom: 24px;
  }
}
.entry_body h4 {
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 500;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .entry_body h4 {
    margin-bottom: 24px;
  }
}
.entry_body p {
  font-size: clamp(15px, 1.4vw, 20px);
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .entry_body p {
    margin-bottom: 48px;
  }
}
.entry_body p a {
  text-decoration: underline;
  color: #2A5142;
}
.entry_body p a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.entry_body ul {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .entry_body ul {
    margin-bottom: 48px;
  }
}
.entry_body ul li {
  font-size: clamp(15px, 1.4vw, 20px);
  position: relative;
  padding-left: 1em;
}
.entry_body ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.entry_body ol {
  margin-bottom: 64px;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .entry_body ol {
    margin-bottom: 48px;
  }
}
.entry_body ol li {
  font-size: clamp(15px, 1.4vw, 20px);
  list-style: decimal;
}

/*/ CONTACT /////////////////////////////////////////*/
.page_contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1440px;
  padding: 0 20px;
  margin: 170px auto 400px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_contact {
    margin-top: 0;
    padding-top: 96px;
    margin-bottom: 300px;
  }
}
.page_contact .reserve {
  margin-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .page_contact .reserve {
    margin-bottom: 8vw;
  }
}
.page_contact .reserve .icon1 {
  position: absolute;
  top: 16px;
  left: 23px;
  max-width: 15%;
}
@media screen and (max-width: 1280px) {
  .page_contact .reserve .icon1 {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .reserve .icon1 {
    top: -90px;
  }
}
.page_contact .reserve .icon2 {
  position: absolute;
  top: -113px;
  right: 116px;
  max-width: 15%;
}
@media screen and (max-width: 1280px) {
  .page_contact .reserve .icon2 {
    right: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .page_contact .reserve .icon2 {
    top: -96px;
  }
}
.page_contact .reserve .reserve_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.page_contact .reserve .reserve_btn a {
  width: 640px;
  height: 134px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2A5142;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #2A5142;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-size: 46px;
  font-size: clamp(20px, 3vw, 46px);
}
@media screen and (max-width: 1280px) {
  .page_contact .reserve .reserve_btn a {
    width: 60%;
    max-width: 480px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .reserve .reserve_btn a {
    max-width: 300px;
    height: 64px;
    width: 100%;
  }
}
.page_contact .reserve .reserve_btn a:hover {
  background: #FFF;
  color: #2A5142;
}
.page_contact .reserve .txt {
  text-align: center;
  font-size: 24px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-family: "Zen Old Mincho", serif;
}
.page_contact .contact_form {
  position: relative;
}
.page_contact .contact_form .icon3 {
  top: 270px;
  right: -24px;
  max-width: 16%;
}
@media screen and (max-width: 1280px) {
  .page_contact .contact_form .icon3 {
    top: 40px;
    right: 0;
    width: 102px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .icon3 {
    top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .page_contact .contact_form .icon3 {
    top: 160px;
  }
}
.page_contact .contact_form .icon4 {
  bottom: -72px;
  left: 134px;
  max-width: 28%;
}
@media screen and (max-width: 1080px) {
  .page_contact .contact_form .icon4 {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .icon4 {
    bottom: -35vw;
    left: 10px;
  }
}
.page_contact .contact_form .icon5 {
  right: 64px;
  bottom: -240px;
  max-width: 36%;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .icon5 {
    bottom: -230px;
    right: 16px;
  }
}
.page_contact .contact_form .lead {
  font-size: 24px;
  font-size: clamp(15px, 1.6vw, 24px);
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .lead {
    text-align: left;
    margin-bottom: 64px;
  }
}
.page_contact .contact_form .form_cnt {
  max-width: 1040px;
  margin: 0 auto 160px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt {
    margin-bottom: 80px;
  }
}
.page_contact .contact_form .form_cnt li {
  margin-bottom: 48px;
  font-size: 20px;
  font-size: clamp(16px, 1.4vw, 20px);
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li {
    margin-bottom: 20px;
  }
}
.page_contact .contact_form .form_cnt li.select .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li.select .wpcf7-radio {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li.select .wpcf7-list-item {
    display: block;
    margin: 0 0 8px;
  }
}
.page_contact .contact_form .form_cnt li.select .wpcf7-list-item.first {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li.select .wpcf7-list-item.first {
    display: block;
    margin: 0 0 8px;
  }
}
.page_contact .contact_form .form_cnt li.select .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page_contact .contact_form .form_cnt li.select input[type=radio] {
  opacity: 0;
  position: absolute;
}
.page_contact .contact_form .form_cnt li.select .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #2A5142;
  border-radius: 100%;
  content: "";
  height: 40px;
  margin-bottom: auto;
  margin-right: 16px;
  margin-top: auto;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li.select .wpcf7-list-item-label::before {
    width: 24px;
    height: 24px;
  }
}
.page_contact .contact_form .form_cnt li.select input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #2A5142;
  -webkit-box-shadow: inset 0 0 0 9px #fff;
          box-shadow: inset 0 0 0 9px #fff;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li.select input[type=radio]:checked + .wpcf7-list-item-label::before {
    -webkit-box-shadow: inset 0 0 0 4px #fff;
            box-shadow: inset 0 0 0 4px #fff;
  }
}
.page_contact .contact_form .form_cnt li .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: clamp(18px, 1.8vw, 24px);
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li .ttl {
    margin-bottom: 5px;
  }
}
.page_contact .contact_form .form_cnt li .ttl span {
  font-size: 16px;
  color: #FFF;
  background: #D70051;
  width: 72px;
  height: 28px;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li .ttl span {
    font-size: 14px;
    width: 48px;
    height: 20px;
    margin-left: 16px;
  }
}
.page_contact .contact_form .form_cnt li .cnt input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  width: 100%;
  height: 80px;
  border: 1px solid #2A5142;
  border-radius: 20px;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li .cnt input {
    border-radius: 16px;
    height: 40px;
  }
}
.page_contact .contact_form .form_cnt li .cnt textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF;
  width: 100%;
  height: 336px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #2A5142;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .form_cnt li .cnt textarea {
    border-radius: 16px;
  }
}
.page_contact .contact_form .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page_contact .contact_form .submit input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 256px;
  height: 58px;
  border: none;
  background: #2A5142;
  border: 2px solid #2A5142;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-family: "Zen Old Mincho", serif;
  color: #FFF;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form .submit input {
    height: 48px;
  }
}
.page_contact .contact_form .submit input:hover {
  background: #FFF;
  color: #2A5142;
}