#header .con_main {
  margin-top: 30px;
  position: relative;
}
#header .con_main .box_slider {
  width: 667px;
  height: 550px;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  position: relative;
  z-index: 1;
}
#header .con_main .box_slider > ul > li {
  --count: 5s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: slide-fade;
  animation-duration: calc(var(--count) * 5);
  animation-iteration-count: infinite;
}
#header .con_main .box_slider > ul > li:nth-of-type(2) {
  animation-delay: calc(var(--count) * (2 - 1));
}
#header .con_main .box_slider > ul > li:nth-of-type(3) {
  animation-delay: calc(var(--count) * (3 - 1));
}
#header .con_main .box_slider > ul > li:nth-of-type(4) {
  animation-delay: calc(var(--count) * (4 - 1));
}
#header .con_main .box_slider > ul > li:nth-of-type(5) {
  animation-delay: calc(var(--count) * (5 - 1));
}
#header .con_main .box_txt {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #fff, #f5f5f5);
  position: absolute;
  top: 0;
  right: 0;
}
#header .con_main .box_txt .box_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#header .con_main .box_txt .box_title .txt_sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: right;
  padding: 15px 25px;
}
#header .con_main .box_txt .box_title .txt_sub .txt_color {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 28px;
  color: #14CAC6;
}
#header .con_main .box_txt .box_title .txt_main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: right;
  background: linear-gradient(45deg, #1EE2DE, #00A09C);
  padding: 15px 25px;
}
#header .con_main .box_txt .box_title .txt_main .txt_size {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
}
#header .con_main .box_txt .txt_hotel {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 62px;
  color: #E8E8E8;
  position: absolute;
  right: 8px;
  bottom: -13px;
}

@keyframes slide-fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
#contents .con_breakfast {
  background-image: url(../images/home/img_stripe.png);
  background-repeat: no-repeat;
  background-position: right 0 top 500px;
  background-color: #f0f0f0;
  border-radius: 5px;
  padding-bottom: 80px;
  overflow: hidden;
}
#contents .con_breakfast .box_title {
  position: relative;
}
#contents .con_breakfast .box_title .box_txt {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}
#contents .con_breakfast .box_title .box_txt h2 .txt_jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #2EFFCE;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#contents .con_breakfast .box_title .box_txt h2 .txt_en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 20px;
}
#contents .con_breakfast .box_title .box_txt h2 .txt_en .txt_color {
  color: #2EFFCE;
}
#contents .con_breakfast .box_title .box_txt .txt_catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1.8em;
  margin-top: 40px;
}
#contents .con_breakfast .box_title .box_txt .txt_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-top: 40px;
}
#contents .con_breakfast .box_title .img_bg img {
  height: 540px;
  object-fit: cover;
}
#contents .con_breakfast .box_main {
  margin-top: -60px;
}
#contents .con_breakfast .box_main .box_img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#contents .con_breakfast .box_main .box_img .img_breakfast_main01 {
  margin-right: 35px;
  position: relative;
}
#contents .con_breakfast .box_main .box_txt {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
#contents .con_breakfast .box_main .box_txt .box_detail {
  width: 460px;
  margin-right: 35px;
}
#contents .con_breakfast .box_main .box_txt .box_detail table {
  width: 100%;
}
#contents .con_breakfast .box_main .box_txt .box_detail table tr th {
  width: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  border-top: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
  padding: 12px 0;
}
#contents .con_breakfast .box_main .box_txt .box_detail table tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  border-top: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
  padding: 12px 0;
}

#contents .con_point {
  margin-top: 100px;
}
#contents .con_point h2 .txt_jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2A61AB;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#contents .con_point h2 .txt_en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 42px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 10px;
}
#contents .con_point h2 .txt_en .txt_color {
  color: #2A61AB;
}
#contents .con_point .txt_lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-top: 40px;
}
#contents .con_point .box_main {
  margin-top: 60px;
}
#contents .con_point .box_main > ul > li .box_point {
  display: flex;
  align-items: center;
}
#contents .con_point .box_main > ul > li .box_point .box_img {
  position: relative;
}
#contents .con_point .box_main > ul > li .box_point .box_img .txt_namber {
  width: 100%;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 90px;
  background: linear-gradient(-45deg, #53EAE6 80%, #079E9B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -40px;
  left: -40px;
  z-index: 1;
}
#contents .con_point .box_main > ul > li .box_point .box_txt h3 .txt_line {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-size: 22px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  position: relative;
}
#contents .con_point .box_main > ul > li .box_point .box_txt h3 .txt_line .txt_color {
  color: #2A61AB;
  letter-spacing: 0.1em;
}
#contents .con_point .box_main > ul > li .box_point .box_txt h3 .txt_line:after {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: repeating-linear-gradient(-70deg, #eaeaea, #eaeaea 3px, white 3px, white 6px);
  z-index: -1;
}
#contents .con_point .box_main > ul > li .box_point .box_txt .txt_point {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-top: 20px;
}
#contents .con_point .box_main > ul > li:nth-of-type(n+2) {
  margin-top: 40px;
}
#contents .con_point .box_main > ul > li:nth-of-type(odd) .box_point .box_img {
  margin-right: 30px;
}
#contents .con_point .box_main > ul > li:nth-of-type(odd) .box_point .box_img .img_point {
  width: 370px;
  height: 225px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
#contents .con_point .box_main > ul > li:nth-of-type(even) .box_point {
  flex-direction: row-reverse;
}
#contents .con_point .box_main > ul > li:nth-of-type(even) .box_point .box_img {
  margin-left: 30px;
}
#contents .con_point .box_main > ul > li:nth-of-type(even) .box_point .box_img .img_point {
  width: 370px;
  height: 225px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

#contents .con_facilities {
  margin-top: 100px;
}
#contents .con_facilities h2 .txt_jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #2A61AB;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#contents .con_facilities h2 .txt_en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 42px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 10px;
}
#contents .con_facilities h2 .txt_en .txt_color {
  color: #2A61AB;
}
#contents .con_facilities .box_main {
  margin-top: 60px;
}
#contents .con_facilities .box_main > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
#contents .con_facilities .box_main > ul > li .box_facilities h3 {
  margin-top: 30px;
}
#contents .con_facilities .box_main > ul > li .box_facilities h3 .txt_en {
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 42px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#contents .con_facilities .box_main > ul > li .box_facilities h3 .txt_jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #2A61AB;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#contents .con_facilities .box_main > ul > li .box_facilities .txt_facilities {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-top: 15px;
}
#contents .con_facilities .box_main > ul > li .box_facilities .btn_base {
  text-align: right;
  margin-right: 40px;
  margin-top: 40px;
}

#contents .con_access {
  display: flex;
  background: linear-gradient(135deg, #779ac9, #0E3A75 60%);
  border-radius: 5px;
  margin-top: 100px;
  overflow: hidden;
}
#contents .con_access .box_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 40px;
}
#contents .con_access .box_txt h2 .txt_jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#contents .con_access .box_txt h2 .txt_en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  font-size: 42px;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-top: 5px;
}
#contents .con_access .box_txt .txt_catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6em;
  margin-top: 15px;
}
#contents .con_access .box_txt address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-top: 20px;
}
#contents .con_access .box_txt .btn_base {
  text-align: left;
  margin-top: 30px;
}
#contents .con_access .box_txt .btn_base a {
  display: block;
  color: #fff;
  background-color: transparent;
  border: solid 1px #fff;
}
#contents .con_access .box_txt .btn_base a:before, #contents .con_access .box_txt .btn_base a:after {
  background-color: #fff;
}
#contents .con_access .box_img {
  flex: 1;
  position: relative;
}
#contents .con_access .box_img .img_map {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#contents .con_access .img_hotel {
  width: 418px;
  height: 385px;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

#contents .con_menu {
  background-color: F8F8F8;
  padding: 40px;
  margin-top: 80px;
}
#contents .con_menu > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#contents .con_menu > ul > li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  color: #2A61AB;
  text-align: center;
  background-color: #fff;
  border: solid 1px #2A61AB;
  border-radius: 5px;
  padding: 16px;
  position: relative;
  transition: 0.3s;
}
#contents .con_menu > ul > li a:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 10000px;
  background-color: #2A61AB;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#contents .con_menu > ul > li a:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #2A61AB;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(45deg);
}
#contents .con_menu > ul > li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
