@charset "UTF-8";
/* ----関数設定---- */
/* ----------------------------------------------------------------------
基本設定
---------------------------------------------------------------------- */
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #1d425e;
  font-weight: 500;
  line-height: 1.8;
  font-size: clamp(16px, calc(0.1877934272vw + 15px), 18px);
}
@supports not (font-size: clamp(16px, calc(0.1877934272vw + 15px), 18px)) {
  body {
    font-size: max(16px, min(calc(0.1877934272vw + 15px), 18px));
  }
}

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

a {
  transition-duration: 0.3s;
  transition-timing-function: ease;
  word-break: break-all;
}
a.button {
  display: block;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  color: #FFF;
  font-weight: bold;
  border: solid 1px;
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
  width: clamp(280px, calc(11.2676056338vw + 238px), 400px);
  height: clamp(50px, calc(2.3474178404vw + 41px), 75px);
  line-height: clamp(50px, calc(2.3474178404vw + 41px), 75px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  a.button {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
@supports not (width: clamp(280px, calc(11.2676056338vw + 238px), 400px)) {
  a.button {
    width: max(280px, min(calc(11.2676056338vw + 238px), 400px));
  }
}
@supports not (height: clamp(50px, calc(2.3474178404vw + 41px), 75px)) {
  a.button {
    height: max(50px, min(calc(2.3474178404vw + 41px), 75px));
  }
}
@supports not (line-height: clamp(50px, calc(2.3474178404vw + 41px), 75px)) {
  a.button {
    line-height: max(50px, min(calc(2.3474178404vw + 41px), 75px));
  }
}
a.button.oaks {
  background-color: #f7931e;
}
a.button.community {
  background-color: #39b54a;
}

h2.title {
  font-size: clamp(21px, calc(2.5352112676vw + 11px), 48px);
  text-align: center;
  color: #122c46;
  margin-bottom: 14px;
  font-weight: bold;
}
@supports not (font-size: clamp(21px, calc(2.5352112676vw + 11px), 48px)) {
  h2.title {
    font-size: max(21px, min(calc(2.5352112676vw + 11px), 48px));
  }
}

ul.list {
  list-style: square;
  padding-left: 20px;
}

.inner {
  width: 86%;
  margin-inline: auto;
  max-width: 1200px;
}

.inner.narrow {
  max-width: 1240px;
}

.pc {
  display: none;
}

.sp {
  display: inline-block;
}

table.table1 {
  width: 100%;
  line-height: 1.5;
  border-top: dashed 2px #999;
}
table.table1 th {
  text-align: center;
  vertical-align: middle;
  padding: 12px 0;
  border-bottom: dashed 2px #999;
}
table.table1 td {
  padding: 12px 10px;
  border-bottom: dashed 2px #999;
}

.ggmap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 5px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
  .sp {
    display: none;
  }
  .text-center-pc {
    text-align: center;
  }
  .ggmap {
    aspect-ratio: 1400/460;
  }
}
/* ----------------------------------------------------------------------
トップページ
---------------------------------------------------------------------- */
#top {
  text-align: center;
  background: url(../images/top_bg@2x.webp) no-repeat center top/cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
#top h1 {
  font-size: clamp(26px, calc(3.5680751174vw + 13px), 64px);
  font-weight: bold;
}
@supports not (font-size: clamp(26px, calc(3.5680751174vw + 13px), 64px)) {
  #top h1 {
    font-size: max(26px, min(calc(3.5680751174vw + 13px), 64px));
  }
}
#top .catch {
  font-size: clamp(14px, calc(0.9389671362vw + 10px), 24px);
}
@supports not (font-size: clamp(14px, calc(0.9389671362vw + 10px), 24px)) {
  #top .catch {
    font-size: max(14px, min(calc(0.9389671362vw + 10px), 24px));
  }
}
#top #reservation {
  width: 90%;
  max-width: 840px;
  margin: 28px auto;
  background-color: #FFF;
  border-radius: 5px;
  padding: clamp(20px, calc(1.8779342723vw + 13px), 40px);
}
@supports not (padding: clamp(20px, calc(1.8779342723vw + 13px), 40px)) {
  #top #reservation {
    padding: max(20px, min(calc(1.8779342723vw + 13px), 40px));
  }
}
#top #reservation h2 {
  font-size: clamp(16px, calc(0.7511737089vw + 13px), 24px);
  margin-bottom: 16px;
}
@supports not (font-size: clamp(16px, calc(0.7511737089vw + 13px), 24px)) {
  #top #reservation h2 {
    font-size: max(16px, min(calc(0.7511737089vw + 13px), 24px));
  }
}
#top #reservation .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
#top #reservation a.button {
  width: clamp(300px, calc(5.6338028169vw + 279px), 360px);
  height: clamp(50px, calc(1.8779342723vw + 43px), 70px);
  line-height: clamp(50px, calc(1.8779342723vw + 43px), 70px);
}
@supports not (width: clamp(300px, calc(5.6338028169vw + 279px), 360px)) {
  #top #reservation a.button {
    width: max(300px, min(calc(5.6338028169vw + 279px), 360px));
  }
}
@supports not (height: clamp(50px, calc(1.8779342723vw + 43px), 70px)) {
  #top #reservation a.button {
    height: max(50px, min(calc(1.8779342723vw + 43px), 70px));
  }
}
@supports not (line-height: clamp(50px, calc(1.8779342723vw + 43px), 70px)) {
  #top #reservation a.button {
    line-height: max(50px, min(calc(1.8779342723vw + 43px), 70px));
  }
}

#top_slider {
  transform: translateY(-50%);
  margin-bottom: -25px;
}
#top_slider li {
  margin-inline: 10px;
}
#top_slider li img {
  border: solid 5px #FFF;
}

#feature {
  padding-bottom: clamp(60px, calc(5.6338028169vw + 39px), 120px);
}
@supports not (padding-bottom: clamp(60px, calc(5.6338028169vw + 39px), 120px)) {
  #feature {
    padding-bottom: max(60px, min(calc(5.6338028169vw + 39px), 120px));
  }
}
#feature ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#feature li {
  background-color: #f2f2f2;
  position: relative;
  width: 100%;
  padding: 20px;
}
#feature li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #1d425e;
}
#feature li::after {
  position: absolute;
  color: #FFF;
  top: 2px;
  left: 5px;
  z-index: 1;
  font-size: 14px;
}
#feature li:nth-child(1)::after {
  content: "01";
}
#feature li:nth-child(2)::after {
  content: "02";
}
#feature li:nth-child(3)::after {
  content: "03";
}
#feature li h3 {
  font-size: clamp(18px, calc(0.5633802817vw + 16px), 24px);
  text-align: center;
  margin-bottom: 15px;
}
@supports not (font-size: clamp(18px, calc(0.5633802817vw + 16px), 24px)) {
  #feature li h3 {
    font-size: max(18px, min(calc(0.5633802817vw + 16px), 24px));
  }
}
#feature li .feature {
  font-size: clamp(24px, calc(4.6948356808vw + 6px), 74px);
  text-align: center;
  font-family: "Murecho", sans-serif;
  font-weight: 600;
}
@supports not (font-size: clamp(24px, calc(4.6948356808vw + 6px), 74px)) {
  #feature li .feature {
    font-size: max(24px, min(calc(4.6948356808vw + 6px), 74px));
  }
}
#feature li .feature .texts {
  font-size: clamp(18px, calc(2.0657276995vw + 10px), 40px);
}
@supports not (font-size: clamp(18px, calc(2.0657276995vw + 10px), 40px)) {
  #feature li .feature .texts {
    font-size: max(18px, min(calc(2.0657276995vw + 10px), 40px));
  }
}
#feature li .feature .textm {
  font-size: clamp(24px, calc(3.7558685446vw + 10px), 64px);
}
@supports not (font-size: clamp(24px, calc(3.7558685446vw + 10px), 64px)) {
  #feature li .feature .textm {
    font-size: max(24px, min(calc(3.7558685446vw + 10px), 64px));
  }
}
#feature li .feature .textl {
  font-size: clamp(32px, calc(4.5070422535vw + 15px), 80px);
  line-height: 1;
}
@supports not (font-size: clamp(32px, calc(4.5070422535vw + 15px), 80px)) {
  #feature li .feature .textl {
    font-size: max(32px, min(calc(4.5070422535vw + 15px), 80px));
  }
}
#feature li p {
  font-size: 16px;
  text-align: center;
}
#feature li p.text-indent {
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  margin-top: 10px;
}
#feature .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: clamp(30px, calc(4.6948356808vw + 12px), 80px);
}
@supports not (margin-top: clamp(30px, calc(4.6948356808vw + 12px), 80px)) {
  #feature .flex {
    margin-top: max(30px, min(calc(4.6948356808vw + 12px), 80px));
  }
}
#feature .flex > div {
  width: 100%;
}
#feature .flex img {
  border-radius: 5px;
}

.conference .catch {
  max-width: 990px;
  margin-inline: auto;
}
.conference .flex {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.conference .flex .box {
  background-color: #FFF;
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  .conference .flex .box {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
.conference .flex .box h3 {
  color: #3374a6;
  font-size: clamp(18px, calc(0.1877934272vw + 17px), 20px);
  font-weight: bold;
}
@supports not (font-size: clamp(18px, calc(0.1877934272vw + 17px), 20px)) {
  .conference .flex .box h3 {
    font-size: max(18px, min(calc(0.1877934272vw + 17px), 20px));
  }
}
.conference .flex .box dl {
  display: flex;
}
.conference .flex .box dl dt {
  width: 90px;
}
.conference .link_wrapeer {
  text-align: center;
  margin-top: 38px;
}
.conference .link_wrapeer a.button {
  margin-inline: auto;
  margin-bottom: 12px;
}
.conference .summary {
  margin-top: clamp(40px, calc(3.0046948357vw + 29px), 72px);
}
@supports not (margin-top: clamp(40px, calc(3.0046948357vw + 29px), 72px)) {
  .conference .summary {
    margin-top: max(40px, min(calc(3.0046948357vw + 29px), 72px));
  }
}
.conference .summary h3 {
  font-size: clamp(20px, calc(0.7511737089vw + 17px), 28px);
  text-align: center;
  margin-bottom: 8px;
}
@supports not (font-size: clamp(20px, calc(0.7511737089vw + 17px), 28px)) {
  .conference .summary h3 {
    font-size: max(20px, min(calc(0.7511737089vw + 17px), 28px));
  }
}
.conference .summary h3:nth-of-type(2) {
  margin-top: clamp(25px, calc(2.3474178404vw + 16px), 50px);
}
@supports not (margin-top: clamp(25px, calc(2.3474178404vw + 16px), 50px)) {
  .conference .summary h3:nth-of-type(2) {
    margin-top: max(25px, min(calc(2.3474178404vw + 16px), 50px));
  }
}
.conference .summary table {
  width: 100%;
  background-color: #FFF;
  border-left: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
  margin-bottom: 5px;
  font-size: clamp(14px, calc(0.5633802817vw + 12px), 20px);
}
@supports not (font-size: clamp(14px, calc(0.5633802817vw + 12px), 20px)) {
  .conference .summary table {
    font-size: max(14px, min(calc(0.5633802817vw + 12px), 20px));
  }
}
.conference .summary table th, .conference .summary table td {
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  padding: 5px 1px;
}
.conference .summary table thead th {
  background-color: #1d425e;
  color: #FFF;
}
.conference .summary table tbody tr:nth-child(even) th, .conference .summary table tbody tr:nth-child(even) td {
  background-color: #e6edf2;
}
.conference .summary p {
  font-weight: normal;
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  .conference .summary p {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
.conference .ggmap {
  margin-top: clamp(40px, calc(5.6338028169vw + 19px), 100px);
}
@supports not (margin-top: clamp(40px, calc(5.6338028169vw + 19px), 100px)) {
  .conference .ggmap {
    margin-top: max(40px, min(calc(5.6338028169vw + 19px), 100px));
  }
}

#oaks {
  background-color: #e6f1f8;
  padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px);
  padding-bottom: clamp(50px, calc(7.0422535211vw + 24px), 125px);
}
@supports not (padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px)) {
  #oaks {
    padding-top: max(50px, min(calc(4.6948356808vw + 32px), 100px));
  }
}
@supports not (padding-bottom: clamp(50px, calc(7.0422535211vw + 24px), 125px)) {
  #oaks {
    padding-bottom: max(50px, min(calc(7.0422535211vw + 24px), 125px));
  }
}

#community {
  padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px);
  padding-bottom: clamp(50px, calc(6.5727699531vw + 25px), 120px);
}
@supports not (padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px)) {
  #community {
    padding-top: max(50px, min(calc(4.6948356808vw + 32px), 100px));
  }
}
@supports not (padding-bottom: clamp(50px, calc(6.5727699531vw + 25px), 120px)) {
  #community {
    padding-bottom: max(50px, min(calc(6.5727699531vw + 25px), 120px));
  }
}
#community .flex .box {
  border: solid 1px #e6e6e6;
}

#information {
  background-color: #1d425e;
  padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px);
  padding-bottom: clamp(50px, calc(6.8544600939vw + 24px), 123px);
}
@supports not (padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px)) {
  #information {
    padding-top: max(50px, min(calc(4.6948356808vw + 32px), 100px));
  }
}
@supports not (padding-bottom: clamp(50px, calc(6.8544600939vw + 24px), 123px)) {
  #information {
    padding-bottom: max(50px, min(calc(6.8544600939vw + 24px), 123px));
  }
}
#information h2.title {
  color: #FFF;
}
#information #use h2.title {
  margin-bottom: 24px;
}
#information ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#information ul li {
  width: 100%;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 5px;
  display: flex;
}
#information ul li .image {
  width: 41%;
}
#information ul li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#information ul li .text {
  width: 59%;
  padding: 20px;
}
#information ul li h3 {
  font-size: 16px;
  color: #3374a6;
  margin-bottom: 10px;
}
#information ul li p {
  font-size: clamp(12px, calc(0.3755868545vw + 11px), 16px);
}
@supports not (font-size: clamp(12px, calc(0.3755868545vw + 11px), 16px)) {
  #information ul li p {
    font-size: max(12px, min(calc(0.3755868545vw + 11px), 16px));
  }
}
#information #flow {
  padding-top: clamp(50px, calc(8.6384976526vw + 18px), 142px);
  color: #333;
}
@supports not (padding-top: clamp(50px, calc(8.6384976526vw + 18px), 142px)) {
  #information #flow {
    padding-top: max(50px, min(calc(8.6384976526vw + 18px), 142px));
  }
}
#information #flow .catch {
  color: #FFF;
}
#information #flow .flex {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  justify-content: space-between;
}
#information #flow .flex a {
  display: block;
  color: #FFF;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  padding-right: 65px;
  background: #80CBDA;
  position: relative;
  z-index: 0;
  background: url(../images/icon_link.svg) no-repeat right 20px center/22px 18px, linear-gradient(90deg, rgb(128, 203, 218) 0%, rgb(52, 118, 174) 100%);
  border-radius: 5px;
  font-size: 16px;
}
#information #flow .flex a::before {
  content: "";
  border-radius: 5px;
  background: url(../images/icon_link.svg) no-repeat right 20px center/22px 18px, linear-gradient(90deg, rgb(52, 118, 174) 0%, rgb(128, 203, 218) 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s;
}
#information #flow .flow_wrapper {
  background-color: #FFF;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px 20px 20px 50px;
}
#information #flow .flow_wrapper ol li {
  position: relative;
  margin-bottom: 10px;
}
#information #flow .flow_wrapper ol li:nth-child(1) .flow {
  background: url(../images/icon_flow01.svg) no-repeat center top 15px/30px 30px;
}
#information #flow .flow_wrapper ol li:nth-child(2) .flow {
  background: url(../images/icon_flow02.svg) no-repeat center top 15px/30px 30px;
}
#information #flow .flow_wrapper ol li:nth-child(3) .flow {
  background: url(../images/icon_flow03.svg) no-repeat center top 15px/30px 30px;
}
#information #flow .flow_wrapper ol li:nth-child(4) .flow {
  background: url(../images/icon_flow04.svg) no-repeat center top 15px/30px 30px;
}
#information #flow .flow_wrapper ol li:nth-child(5) .flow {
  background: url(../images/icon_flow05.svg) no-repeat center top 15px/30px 30px;
}
#information #flow .flow_wrapper ol li::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 30px);
  border-left: dashed 2px #CCC;
  position: absolute;
  top: 50%;
  left: -25px;
}
#information #flow .flow_wrapper ol li:nth-child(4)::before {
  height: 86%;
}
#information #flow .flow_wrapper ol li:nth-child(5)::before {
  display: none;
}
#information #flow .flow_wrapper ol li .number {
  color: #FFF;
  background: #80CBDA;
  background: linear-gradient(180deg, rgb(128, 203, 218) 0%, rgb(52, 118, 174) 100%);
  width: 30px;
  height: 30px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
#information #flow .flow_wrapper ol li .flow {
  border: solid 1px #CCC;
  border-radius: 5px;
  padding: 50px 20px 20px 20px;
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  #information #flow .flow_wrapper ol li .flow {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
#information #flow .flow_wrapper ol li .flow h3 {
  color: #3374a6;
  font-size: clamp(18px, calc(0.1877934272vw + 17px), 20px);
  text-align: center;
}
@supports not (font-size: clamp(18px, calc(0.1877934272vw + 17px), 20px)) {
  #information #flow .flow_wrapper ol li .flow h3 {
    font-size: max(18px, min(calc(0.1877934272vw + 17px), 20px));
  }
}
#information #flow .flow_wrapper ol li .flow a {
  color: #29abe2;
  text-decoration: underline;
}
#information #flow .flow_wrapper ol li .flow .link {
  margin-top: 10px;
}
#information #flow .flow_wrapper ol li .flow .link a {
  display: block;
  margin-bottom: 10px;
}

#notice {
  background-color: #e6f1f8;
  padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px);
  padding-bottom: clamp(50px, calc(6.5727699531vw + 25px), 120px);
}
@supports not (padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px)) {
  #notice {
    padding-top: max(50px, min(calc(4.6948356808vw + 32px), 100px));
  }
}
@supports not (padding-bottom: clamp(50px, calc(6.5727699531vw + 25px), 120px)) {
  #notice {
    padding-bottom: max(50px, min(calc(6.5727699531vw + 25px), 120px));
  }
}
#notice ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-top: 22px;
}
#notice ul li {
  width: 100%;
  background-color: #FFF;
  padding: 20px;
}
#notice ul li h3 {
  text-align: center;
  color: #3374a6;
  margin-bottom: 10px;
  font-size: clamp(16px, calc(0.3755868545vw + 15px), 20px);
}
@supports not (font-size: clamp(16px, calc(0.3755868545vw + 15px), 20px)) {
  #notice ul li h3 {
    font-size: max(16px, min(calc(0.3755868545vw + 15px), 20px));
  }
}

/* --ギャラリー-- */
.gallery {
  max-width: 720px;
  margin-inline: auto;
  margin-top: clamp(30px, calc(2.0657276995vw + 22px), 52px);
}
@supports not (margin-top: clamp(30px, calc(2.0657276995vw + 22px), 52px)) {
  .gallery {
    margin-top: max(30px, min(calc(2.0657276995vw + 22px), 52px));
  }
}
.gallery li {
  position: relative;
}
.gallery li img {
  border-radius: 5px;
}
.gallery li .caption {
  position: absolute;
  bottom: 14px;
  left: 0;
  text-align: center;
  color: #FFF;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  font-size: clamp(14px, calc(0.5633802817vw + 12px), 20px);
  width: 100%;
}
@supports not (font-size: clamp(14px, calc(0.5633802817vw + 12px), 20px)) {
  .gallery li .caption {
    font-size: max(14px, min(calc(0.5633802817vw + 12px), 20px));
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #cfdce6;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background-color: #3374a6;
}

@media screen and (min-width: 768px) {
  #top {
    padding-bottom: 153px;
  }
  #top h1 {
    letter-spacing: 0.1em;
  }
  #top .catch {
    letter-spacing: 0.12em;
  }
  #top #reservation {
    padding: 32px 32px 40px;
  }
  #top #reservation .flex {
    gap: 30px;
  }
  #top_slider li img {
    border: solid 8px #FFF;
  }
  #feature li {
    width: calc((100% - 40px) / 3);
  }
  #feature .flex .text {
    order: 2;
    width: 54%;
  }
  #feature .flex .image {
    order: 1;
    width: 42%;
  }
  .conference .flex .box {
    width: calc((100% - 40px) / 2);
  }
  #information ul li {
    width: calc((100% - 20px) / 2);
  }
  #information #flow .flow_wrapper {
    padding-left: 70px;
  }
  #information #flow .flow_wrapper ol li::before {
    left: -36px;
  }
  #information #flow .flow_wrapper ol li .number {
    left: -50px;
  }
  #information #flow .flow_wrapper ol li .flow {
    padding: 20px 20px 20px 70px;
    background-position: left 20px center !important;
  }
  #information #flow .flow_wrapper ol li .flow h3 {
    text-align: left;
  }
  #notice ul {
    gap: 40px;
  }
  #notice ul li {
    width: calc((100% - 40px) / 2);
    padding: 54px 62px 37px;
  }
  #notice ul li h3 {
    margin-bottom: 21px;
  }
  .gallery li .caption {
    text-align: right;
    padding-right: 34px;
  }
}
@media screen and (min-width: 1025px) {
  #feature ul {
    gap: 60px;
  }
  #feature li {
    width: calc((100% - 120px) / 3);
    padding-top: 53px;
    padding-bottom: 34px;
    line-height: 1.5;
  }
  #feature li::after {
    font-size: 20px;
    top: 6px;
    left: 11px;
  }
  #feature li::before {
    border-bottom: 80px solid transparent;
    border-left: 80px solid #1d425e;
  }
  #feature .flex {
    align-items: center;
  }
  #feature .flex .text {
    order: 2;
    width: 51%;
    line-height: 2.5;
  }
  .conference .catch {
    text-align: center;
  }
  .conference .flex {
    gap: 30px 40px;
  }
  .conference .flex .box {
    padding: 34px;
  }
  .conference .summary table thead th {
    padding: 18px 0;
  }
  .conference .summary table tbody tr th, .conference .summary table tbody tr td {
    padding: 20px 0;
  }
  .conference .summary table tbody tr th {
    width: 20%;
  }
  .conference .summary table tbody tr td:nth-child(2) {
    width: 15%;
  }
  .conference .summary table tbody tr td:nth-child(3) {
    width: 12%;
  }
  .conference .summary table tbody tr td:nth-child(4) {
    width: 10%;
  }
  .conference .summary table tbody tr td:nth-child(5) {
    width: 16%;
  }
  #information ul {
    gap: 38px;
  }
  #information ul li {
    width: calc((100% - 38px) / 2);
    align-items: center;
  }
  #information ul li .text {
    padding: 20px 34px;
  }
  #information ul li h3 {
    font-size: 20px;
  }
  #information #flow .catch {
    text-align: center;
  }
  #information #flow .flex a {
    width: calc((100% - 76px) / 3);
    padding: 15px 20px;
  }
  #information #flow .flow_wrapper {
    padding: 80px 62px 64px 177px;
  }
  #information #flow .flow_wrapper ol li {
    margin-bottom: 22px;
  }
  #information #flow .flow_wrapper ol li::before {
    left: -86px;
  }
  #information #flow .flow_wrapper ol li .number {
    left: -112px;
    width: 51px;
    height: 51px;
    border-radius: 10px;
    font-size: 24px;
  }
  #information #flow .flow_wrapper ol li .flow {
    padding: 30px 20px 36px 137px;
    background-position: left 50px center !important;
    background-size: 40px 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .conference .summary table {
    font-size: 80%;
    line-height: 1.5;
    font-weight: normal;
  }
  .conference .summary table th {
    font-weight: normal;
  }
}
@media (any-hover: hover) {
  a.button.oaks:hover {
    color: #f7931e;
    background-color: #FFF;
  }
  a.button.community:hover {
    color: #39b54a;
    background-color: #FFF;
  }
  #information #flow .flex a:hover::before {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
footer {
  background: #1d425e;
  color: #FFF;
  padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px);
  padding-bottom: clamp(50px, calc(6.5727699531vw + 25px), 120px);
}
@supports not (padding-top: clamp(50px, calc(4.6948356808vw + 32px), 100px)) {
  footer {
    padding-top: max(50px, min(calc(4.6948356808vw + 32px), 100px));
  }
}
@supports not (padding-bottom: clamp(50px, calc(6.5727699531vw + 25px), 120px)) {
  footer {
    padding-bottom: max(50px, min(calc(6.5727699531vw + 25px), 120px));
  }
}
footer h2.title {
  color: #FFF;
}
footer .footer_contact {
  text-align: center;
}
footer .footer_contact .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
footer .footer_contact .flex > div {
  width: 100%;
  padding-bottom: 30px;
}
footer .footer_contact .flex > div:first-of-type {
  border-bottom: dashed 1px;
}
footer .footer_contact h3 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: clamp(16px, calc(0.7511737089vw + 13px), 24px);
}
@supports not (font-size: clamp(16px, calc(0.7511737089vw + 13px), 24px)) {
  footer .footer_contact h3 {
    font-size: max(16px, min(calc(0.7511737089vw + 13px), 24px));
  }
}
footer .footer_contact p {
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  footer .footer_contact p {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
footer .copyright {
  font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px);
  font-weight: normal;
}
@supports not (font-size: clamp(14px, calc(0.1877934272vw + 13px), 16px)) {
  footer .copyright {
    font-size: max(14px, min(calc(0.1877934272vw + 13px), 16px));
  }
}
footer .pagetop a {
  display: block;
  position: fixed;
  border-radius: 50%;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: #122c46;
  transition: all 0.5s ease-out;
}
footer .pagetop a::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid #FFF;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: 15px;
  right: 50%;
  box-sizing: border-box;
  transition: all 0.5s ease-out;
}
footer .pagetop a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: absolute;
  width: 0.1em;
  height: 1em;
  background: #FFF;
  top: 16px;
  right: calc(50% - 1px);
  transition: all 0.5s ease-out;
}

.home .grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-badge {
  bottom: 90px !important;
}

.copyright {
  text-align: center;
  font-size: clamp(12px, calc(0.1877934272vw + 11px), 14px);
  padding: 27px 5px;
}
@supports not (font-size: clamp(12px, calc(0.1877934272vw + 11px), 14px)) {
  .copyright {
    font-size: max(12px, min(calc(0.1877934272vw + 11px), 14px));
  }
}

@media screen and (min-width: 768px) {
  footer .footer_contact .flex {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: center;
  }
  footer .footer_contact .flex > div {
    width: unset;
    padding-bottom: 0;
  }
  footer .footer_contact .flex > div:first-of-type {
    border-right: dashed 1px;
    border-bottom: none;
    padding-right: 20px;
  }
  footer .footer_contact .flex > div:nth-of-type(2) {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1025px) {
  footer .footer_contact .flex {
    gap: 0;
    flex-wrap: nowrap;
    justify-content: center;
  }
  footer .footer_contact .flex > div {
    width: 50%;
    padding-bottom: 40px;
    padding-top: 30px;
  }
  footer .footer_contact .flex > div:first-of-type {
    border-right: dashed 2px;
    padding-right: 25px;
  }
  footer .footer_contact .flex > div:nth-of-type(2) {
    padding-left: 25px;
  }
  footer .footer_contact .flex > div h3 {
    margin-bottom: 26px;
  }
}
@media (any-hover: hover) {
  footer .pagetop a:hover {
    bottom: 13px;
    background: #f7931e;
  }
}
/* ----------------------------------------------------------------------
アニメーション
---------------------------------------------------------------------- */
/* フェードイン */
.fadein {
  opacity: 0;
}

.fadein.bottom {
  transform: translate3d(0, 20px, 0);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* タイプライター */
.typewriter span {
  display: inline-block;
  transform: translateY(30%);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.23, 0.61, 0.355, 1);
  transition-duration: 690ms;
}

@keyframes typewriter {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}
.typewriter.active span {
  transform: translateY(0);
  opacity: 1;
}

/* 流れるテキスト */
.loop_wrap {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.loop_wrap img {
  max-width: unset;
}
.loop_wrap img:first-child, .loop_wrap img .first {
  animation: loop 150s -75s linear infinite;
}
.loop_wrap img:last-child, .loop_wrap img .second {
  animation: loop2 150s linear infinite;
}

.loop_wrap_child img:first-child {
  animation: loop 170s -85s linear infinite;
}
.loop_wrap_child img:last-child {
  animation: loop2 170s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}/*# sourceMappingURL=style.css.map */