@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Anton&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  overflow-x: hidden;
  font-size: 62.5%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

picture {
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

br {
  line-height: 0;
}

input, textarea, select, button {
  font: inherit;
}

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*------------------------------------------------------------
	basic
------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #111;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.73333vw;
  }
.btm30 {
}
}

img {
  border: none;
}

a {
  color: #111;
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  a:hover {
    opacity: .7;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .sp._inline {
    display: inline;
  }
  .sp._inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.movieBox {
  width: 100%;
  max-width: 1280px;
}

.movieBox div {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
}

.movieBox div iframe {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 86px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 18.66667vw;
    padding: 0 4vw;
  }
}

.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .logo-wst {
  width: 55px;
  margin-right: .7em;
}

@media screen and (max-width: 768px) {
  .header .logo-wst {
    width: 12vw;
    margin-right: .5em;
  }
}

.header .logo {
  width: 73px;
}

@media screen and (max-width: 768px) {
  .header .logo {
    width: 16vw;
  }
}

.header .logo_txt {
  font-size: 2rem;
  font-weight: 700;
  margin-left: .75em;
}

@media screen and (max-width: 768px) {
  .header .logo_txt {
    display: none;
  }
}

.header-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 35.46667vw;
  }
}

.header-item .sns-items {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .header-item .sns-items {
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

.header-item .sns-items a {
  display: block;
}

.header-item .his-items {
  width: 64px;
  height: 25px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .header-item .his-items {
    width: 13.86667vw;
    height: 6vw;
    margin-left: 1.33333vw;
  }
}

.header-item .his-items a {
  display: block;
}

.header-item .link-items {
  height: 30px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .header-item .link-items {
    height: 6.66667vw;
    width: 100%;
    margin-top: 1.33333vw;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-right: 0;
  }
}

.header-item .link-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  height: 100%;
  padding: 0 1em;
  border-radius: 5px;
  background-color: #111;
}

@media screen and (max-width: 768px) {
  .header-item .link-items a {
    font-size: 2.93333vw;
  }
}

.header-item .link-items a::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  margin-left: .5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

#global-nav.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav {
  background-color: #111;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .nav {
    padding: 4vw 0;
  }
}

.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: auto;
}

.nav-item {
  width: calc(100% / 4);
  text-align: center;
}

.nav-item:not(:last-child) {
  border-right: 1px solid #fff;
}

.nav-item a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 3.46667vw;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

h2 {
  font-size: 4rem;
  text-align: center;
  letter-spacing: .075em;
  margin-bottom: 5px;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  h2 {
    line-height: 1.25;
    font-size: 7.73333vw;
    margin-bottom: 1.33333vw;
  }
}

h2 + .sub_ttl {
  text-align: center;
  margin-bottom: 30px;
}

h2 + .sub_ttl span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  text-align: center;
  color: #666;
}

h2 + .sub_ttl span::before, h2 + .sub_ttl span::after {
  display: block;
  width: 1.5em;
  height: 2px;
  border-radius: 50vw;
  background: #666;
  content: '';
}

h2 + .sub_ttl span::before {
  margin-right: .5em;
}

h2 + .sub_ttl span::after {
  margin-left: .5em;
}

@media screen and (max-width: 768px) {
  h2 + .sub_ttl span {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  h2 + .sub_ttl {
    margin-bottom: 5.33333vw;
  }
}

.photoCopy {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: 5px;
  color: #999;
}

@media screen and (max-width: 768px) {
  .photoCopy {
    font-size: 2.4vw;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 320px;
  text-align: center;
  background-color: #d61c1d;
  color: #fff;
  font-size: 2rem;
  border-radius: 5px;
  padding: .75em 1.25em;
  margin: auto;
}
.btn.end {
  background-color: #555;
  color: #fff;
}

.btn.end::after {
  content: none;
}

.btn::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}

.contact {
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 10.66667vw 4vw 20vw;
  }
}

.contact-box {
  border: 2px solid;
  padding: 50px 32px 32px;
  max-width: 650px;
  margin: 50px auto 0;
  position: relative;
}

.contact-box .contact-ttl {
  background-color: #d61c1d;
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  .contact-box {
    padding: 10.66667vw 4vw 5.33333vw;
    margin: 13.33333vw auto 0;
  }
}

.contact-box::after {
  border: 1px solid;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 0;
}

.contact-box h3 {
  position: absolute;
  left: 0;
  top: -70%;
  right: 0;
  margin: auto;
  background-color: #d61c1d;
  width: 80%;
  color: #fff;
  padding: .5em 1em;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .contact-box h3 {
    margin-top: 19px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .contact-box p {
    padding-top: 12px;
  }
}

.contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 900;
}

.contact-link::before {
  content: '';
  display: inline-block;
  width: .9em;
  height: .9em;
  margin-right: .5em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23111%22%3E%3Cpath%20d%3D%22M23.5%208.9c.2-.1.5%200%20.5.2v9.6c0%201.2-1%202.2-2.2%202.2H2.2C1%2021%200%2020%200%2018.8V9.2c0-.2.3-.4.5-.2%201%20.8%202.4%201.9%207.2%205.3%201%20.7%202.7%202.2%204.3%202.2%201.7%200%203.4-1.5%204.3-2.2%204.8-3.5%206.2-4.5%207.2-5.4zM12%2015c1.1%200%202.7-1.4%203.4-1.9%206.2-4.5%206.7-4.9%208.1-6%20.3-.3.5-.6.5-1v-.8C24%204%2023%203%2021.8%203H2.2C1%203%200%204%200%205.3v.9c0%20.3.2.6.4.8%201.4%201.1%201.9%201.5%208.1%206%20.8.6%202.4%202%203.5%202z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

@media screen and (max-width: 768px) {
  .contact-link {
    font-size: 4vw;
  }
}

footer {
  text-align: center;
}

footer .pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

footer .pagetop .ic-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: #d61c1d;
  cursor: pointer;
}

footer .pagetop.active {
  opacity: 1;
}

footer .ft_links {
  background-color: #111;
  color: #fff;
  padding: 1em 20px;
}

@media screen and (max-width: 768px) {
  footer .ft_links {
    padding: 1em 4vw;
  }
}

footer .ft_links .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .ft_links .inner li {
  display: inline-block;
  padding: .25em 1em;
}

footer .ft_links .inner:nth-child(2) {
  border-top: 1px solid #3a3a3a;
  padding-top: 1em;
  margin-top: 1em;
}

footer .ft_links a {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  footer .ft_links a {
    font-size: 3.2vw;
  }
}

footer .copyright {
  background-color: #252525;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 1em;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.66667vw;
  }
}

#kv {
  background-color: #d61c1d;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 3.5rem;
  padding: 50px 20px 20px;
}

@media screen and (max-width: 768px) {
  #kv {
    font-size: 5.33333vw;
    padding: 10.66667vw 4vw 6.66667vw;
  }
}

.read {
  padding: 100px 20px;
}

@media screen and (max-width: 768px) {
  .read {
    padding: 13.33333vw 4vw 10.66667vw;
  }
}

.read h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .read h2 {
    margin-bottom: 6.66667vw;
  }
}

.read-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .read-wrap {
    display: block;
    margin-bottom: 8vw;
  }
}

.read-img {
  width: 45%;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .read-img {
    width: 100%;
    max-width: inherit;
  }
}

.read-txt {
  width: 50%;
  margin: auto 0 auto auto;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .read-txt {
    width: 100%;
  }
}

.read-txt p {
  margin: 1.25em 0;
}

.read-txt ul {
  list-style: disc;
  margin: 1.5em 0;
}

.read-txt ul li {
  list-style: disc;
  display: list-item;
  text-align: -webkit-match-parent;
  margin-left: 1.2em;
  line-height: 1.75;
}

.read-txt ul li:not(:last-child) {
  margin-bottom: .85em;
}

.read .schedule {
  display: flex;
  max-width: 1250px;
  justify-content: space-between;
  margin: 0 auto;
}

.read .schedule .inner {
  margin-top: 0;
}

.read .schedule-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 600px;
}

.read .schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 600px;
}

@media screen and (max-width: 768px) {
  .read .schedule {
    flex-direction: column;
    gap: 19px;
  }
  .read .schedule-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.read .schedule-list:not(:first-of-type) .schedule-time {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .read .schedule-list:not(:first-of-type) .schedule-time {
    border-top: none;
  }
}

.read .schedule-list:not(:last-of-type) .schedule-item {
  border-bottom: none;
}

.read .schedule-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.read .schedule-time {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #333;
  padding: 1em;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .read .schedule-time {
    width: 100%;
  }
}

.read .schedule-item {
  width: 80%;
  border: 1px solid #333;
  padding: 1em 2em .6em;
}

@media screen and (max-width: 768px) {
  .read .schedule-item {
    width: 100%;
  }
}

.read .schedule-item p {
  margin-bottom: .5em;
}

.point_wrap {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .point_wrap {
    padding-top: 5.33333vw;
  }
}

.point_wrap .-read {
  padding: 100px 20px;
  margin: auto;
  position: relative;
  z-index: 0;
}

.point_wrap .-read .aside {
  font-size: 0.85em;
}

@media screen and (max-width: 768px) {
  .point_wrap .-read {
    padding: 13.33333vw 4vw;
  }
}

.point_wrap .-read::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skewY(-1deg);
  -ms-transform: skewY(-1deg);
  transform: skewY(-1deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #eee;
}

@media screen and (max-width: 768px) {
  .point_wrap .-read::after {
    top: 1%;
  }
}

.point_wrap .-read .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.point_wrap .-read .inner.btm30 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .point_wrap .-read .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.point_wrap > section:nth-of-type(odd) .point-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.point_wrap > section:nth-of-type(odd) .point-txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.point_wrap > section:nth-of-type(odd) .-read::after {
  -webkit-transform: skewY(1deg);
  -ms-transform: skewY(1deg);
  transform: skewY(1deg);
}

.point_wrap > section:nth-of-type(1) .-read::after {
  top: 2%;
  height: 95%;
}

@media screen and (max-width: 768px) {
  .point_wrap > section:nth-of-type(1) .-read::after {
    height: 100%;
  }
}

.point_wrap .only-com {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 240px;
  margin: 0 auto 20px;
  padding: .5em 1.2em;
  border: 3px solid #d61c1d;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 700;
  color: #d61c1d;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .point_wrap .only-com {
    font-size: 3.46667vw;
  }
}

.point_wrap .only-com::before, .point_wrap .only-com::after {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}

.point_wrap .only-com::before {
  background-color: #d61c1d;
}

.point_wrap .only-com::after {
  bottom: -11px;
  background-color: #fff;
}

.point-img {
  width: 45%;
  max-width: 500px;
}

@media screen and (max-width: 768px) {
  .point-img {
    width: 100%;
    max-width: initial;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.point-txt {
  width: 50%;
  line-height: 2.1;
}

@media screen and (max-width: 768px) {
  .point-txt {
    width: 100%;
  }
}

.point-txt h3 {
  display: inline-block;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .point-txt h3 {
    display: block;
    text-align: center;
    font-size: 6.66667vw;
  }
}

.point-txt p {
  margin: 1.25em 0;
}

.point-txt ul {
  list-style: disc;
  margin: 1.5em 0;
}

.point-txt ul li {
  list-style: disc;
  display: list-item;
  text-align: -webkit-match-parent;
  margin-left: 1.2em;
  line-height: 1.75;
}

.point-txt ul li:not(:last-child) {
  margin-bottom: .85em;
}

.point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px auto;
}

@media screen and (max-width: 1140px) {
  .point-list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .point-list {
    margin: 13.33333vw auto;
    padding: 0 4vw;
  }
}

.point-list-item {
  width: 46%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .point-list-item {
    width: 100%;
    margin: 0 auto 8vw;
  }
}

.point-list-item span {
  display: block;
  font-size: .85em;
}

.point-list-item.fw100 {
  width: 100%;
}

.point-list-item:nth-child(even) {
  margin-left: auto;
}

.point-list-item h4 {
  background-color: #d61c1d;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: .5em;
}

@media screen and (max-width: 1100px) {
  .point-list-item h4 {
    font-size: 1.82vw;
  }
}

@media screen and (max-width: 768px) {
  .point-list-item h4 {
    font-size: 4vw;
  }
}

.point-list-img {
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .point-list-img {
    margin: 4vw auto;
  }
}

.point-list-img.-fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .point-list-img.-fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 4vw auto 1.33333vw;
  }
}

.point-list-img.-fx img {
  max-width: 506px;
}

@media screen and (max-width: 768px) {
  .point-list-img.-fx img {
    margin-bottom: 2.66667vw;
  }
}

.hotel_wrap {
  text-align: center;
  padding: 80px 20px 100px;
  color: #fff;
  position: relative;
  z-index: -5;
}

@media screen and (max-width: 768px) {
  .hotel_wrap {
    padding: 13.33333vw 4vw 9.33333vw;
  }
}

.hotel_wrap .sub_ttl span {
  color: #fff;
}

.hotel_wrap .sub_ttl span::before, .hotel_wrap .sub_ttl span::after {
  background: #fff;
}

.hotel_wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: -13%;
  -webkit-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  z-index: -6;
  width: 100%;
  height: 110%;
  background: url(../img/bg_hotel.jpg) center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .hotel_wrap::after {
    top: -4%;
    height: 105%;
  }
}

.hotel_wrap h3 {
  font-size: 2.8rem;
  margin: 30px 0 25px;
}

@media screen and (max-width: 768px) {
  .hotel_wrap h3 {
    font-size: 5.33333vw;
    margin: 6.66667vw 0 5.33333vw;
  }
}

.hotel_wrap .txt {
  margin-top: 30px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .hotel_wrap .txt {
    margin-top: 5.33333vw;
  }
}

#price {
  margin: 50px auto;
  padding: 50px 20px 10px;
}

@media screen and (max-width: 768px) {
  #price {
    margin: 9.33333vw auto;
    padding: 9.33333vw 4vw 0.13333vw;
  }
}

#price .price-box {
  border: 2px solid;
  padding: 40px 32px 32px;
  max-width: 800px;
  margin: 20px auto 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #price .price-box {
    padding: 5.33333vw 4vw 4vw;
  }
}

#price .price-box::after {
  border: 1px solid;
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 0;
}

#price .price-box .txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  #price .price-box .txt {
    font-size: 3.73333vw;
  }
}

#price .price-box .txt .ttl {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25em;
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  #price .price-box .txt .ttl {
    font-size: 5.33333vw;
  }
}

#price .price-box .price-txt {
  color: #d61c1d;
  font-size: 2.5rem;
  font-weight: 900;
}

#price .price-box .price-txt span {
  font-family: 'Anton', sans-serif;
  font-size: 4.3rem;
  letter-spacing: 0.075em;
}

#price .btn {
  margin: 30px auto 80px;
}

@media screen and (max-width: 768px) {
  #price .btn {
    margin: 6.66667vw auto 13.33333vw;
  }
}

#applications {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  #applications {
    padding: 4vw;
  }
}

.scroll {
  border: 4px solid #a6a6a6;
  padding: 35px 30px 40px 45px;
  height: 17.325em;
  margin: 35px auto 20px;
  max-width: 800px;
}

.scroll > div {
  height: 100%;
  font-size: 1.6rem;
  padding-right: 25px;
  font-weight: 400;
  overflow-y: scroll;
  line-height: 1.5;
}

.scroll > div::-webkit-scrollbar {
  width: 9px;
}

.scroll > div::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #e7e7e7;
  border-radius: 5px;
}

.scroll > div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #777;
}

.scroll > div p:not(:last-of-type) {
  margin-bottom: 2em;
}

.scroll > div a {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .scroll > div a:hover {
    text-decoration: none;
  }
}

.scroll > div .kome {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
  margin: .25em 0;
}

.scroll > div .disc {
  display: block;
  padding-left: .5em;
  text-indent: -.5em;
  margin: .75em 0;
}

.scroll > div .fs_big {
  display: block;
  margin-bottom: .5em;
  font-size: 1.15em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .scroll {
    border: 2px solid #a6a6a6;
    padding: 3vw 2vw 3vw 3vw;
    height: 12.6em;
    margin-top: 8vw;
  }
  .scroll > div {
    font-size: 3.2vw;
    padding-right: 2vw;
  }
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: .6;
  display: none;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
}

.overlay.open {
  display: block;
}

.modal {
  width: 80%;
  max-width: 800px;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  display: none;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .modal {
    width: 95%;
  }
}

.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-close {
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
  position: relative;
}

.modal-close__wrap {
  position: absolute;
  right: 0;
  top: -7%;
}

@media screen and (max-width: 768px) {
  .modal-close__wrap {
    top: -8vw;
  }
}

.modal-close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: black;
  display: block;
}

.modal-close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#js-open {
  cursor: pointer;
}

/*------------------------------------------------------------
	ContactBtn
------------------------------------------------------------*/

#ContactIconBtn{
    position: fixed;
    bottom: 125px;
    right: 20px;
    z-index: 999999;
    padding: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    background-color: rgb(255 255 255 / 80%);
    border-radius: 3px;
}
#ContactIconBtn .delete {
    box-sizing: border-box;
    -webkit-transition: all .3s ease-out;
    position: absolute;
    display: block;
    transform: scale(var(--ggs,1));
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 100%;
    top: -10px;
    right: -7px;
    background-color: #fff;
    background-color: #333;
}
#ContactIconBtn .delete:hover{
    cursor: pointer;
    background-color: #98854d;
    border-color: #98854d;
}
#ContactIconBtn .delete::after,
#ContactIconBtn .delete::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fff;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 11px;
    left: 3px
}
#ContactIconBtn .delete::after {
    transform: rotate(-45deg)
}
#ContactIconBtn img{
    width: 300px;
}
#ContactIconBtn p{font-size: 15px;font-weight: bold;color: #323232;margin-bottom: 1px;text-align: center;line-height: 1.4;padding-bottom: 5px;}
#ContactIconBtn ul{
    /* padding: 5px; */
    padding-right: 0;
}
#ContactIconBtn li{}
#ContactIconBtn li + li{
    /* margin-top: 1px; */
    /* border-top: 1px solid #ccc; */
    margin-top: 7px;
}

#ContactIconBtn a {
  text-decoration: none;
  background: #d61c1d;
  color: #fff;
  text-align: center;
  padding: 12px 19px;
  box-sizing: border-box;
  border-radius: 3px;
  margin-left: 0;
  display: block;
  font-size: 14px;
  position: relative;
  padding-right: 24px;
  line-height: 1.3;
}
#ContactIconBtn a:hover{
    opacity: .7;
}

#floatingBn{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0;
}
#floatingBn p{    width: 600px;    margin: 0 auto;position: relative;}
#floatingBn img{width: 100%;height: auto;}
#floatingBn a{
    display: block;
    text-decoration: none;
}
#floatingBn a:hover{ opacity: 0.7}
#floatingBn .delete{width: 23px;color: #fff;text-align: center;display: block;position: absolute;top: -4px;right: -17px;}
#floatingBn .delete:after{content: "\f00d";font-family:FontAwesome;background-color: #000;display: flex;justify-content: center;align-items: center;padding-bottom: 1px;box-sizing: border-box;border: 2px solid #fff;box-shadow: 0 0 3px #000;border-radius: 100%;height: 23px;}
#floatingBn .delete:hover{cursor: pointer}

@media only screen and (max-width: 479px) {
#ContactIconBtn{
    bottom: 5px;
    text-align: center;
    right: 10px;
    left: 10px;
}
#ContactIconBtn p{
    font-size: 12px;
}
#ContactIconBtn img{
    width: 55%;
}
#ContactIconBtn ul{
    margin-left: 6px;
}

#ContactIconBtn li a{
    padding: 7px 0;
}
#ContactIconBtn li a:after{
    content: none;
}
#ContactIconBtn li.long{
    margin-top: 5px !important;
}
}
