@charset "UTF-8";
/* common */
html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #5f646e;
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}

body.open {
  overflow-y: hidden;
}

a {
  color: #5f646e;
}

img {
  width: 100%;
}

hr {
  background-color: #5f646e;
  width: 100%;
  height: 1px;
}

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

*:focus {
  outline: none;
}

.u-line {
  text-decoration: underline;
}

.xl-con {
  width: 90%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
}
.xl-con .l-con,
.xl-con .con {
  width: 100%;
}

.l-con {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.l-con .con {
  width: 100%;
}

.con {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.m-con {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.s-con {
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.fw-b {
  font-weight: bold;
}

.fs-45 {
  font-size: clamp(3.6rem, 4vw, 4.5rem);
}

.fs-40 {
  font-size: clamp(3.2rem, 4vw, 4rem);
}

.fs-36 {
  font-size: clamp(2.8rem, 3vw, 3.6rem);
}

.fs-24 {
  font-size: clamp(2.1rem, 2.5vw, 2.4rem);
}

.fs-21 {
  font-size: clamp(1.8rem, 2.5vw, 2.1rem);
}

.c-b {
  background-color: #FFFBEF;
}

.m-b {
  background-color: #f0f6fa;
}

.w-t {
  color: #fff;
}

.b-t {
  color: #72c8df;
}

.r-t {
  color: #eb7278;
}

.dot-b-cw {
  background-color: #FFFBEF;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.dot-b-wc {
  background-color: #fff;
  background-image: radial-gradient(#FFFBEF 20%, transparent 20%), radial-gradient(#FFFBEF 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.dot-b-mw {
  background-color: #f0f6fa;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.dot-b-cm {
  background-color: #FFFBEF;
  background-image: radial-gradient(#f0f6fa 20%, transparent 20%), radial-gradient(#f0f6fa 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}

.res-on {
  display: none;
}

.phone-on {
  display: none;
}

.backtop {
  position: fixed;
  right: 5%;
  bottom: 20px;
  width: 60px;
  z-index: 3000;
  opacity: 0;
  transition: 0.3s;
}

.backtop.active {
  opacity: 1;
}

.ham-wr {
  position: fixed;
  top: 25px;
  right: 5%;
  width: 70px;
  height: 70px;
  border-radius: 4px;
  background-color: #72c8df;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  z-index: 6000;
  transition: 0.3s;
  padding-top: 5px;
}

.menu {
  padding-left: 1px;
  margin-top: 3px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 100%;
  opacity: 1;
  transition: 0.3;
}

.ham {
  position: relative;
  display: block;
  width: 36px;
  height: 24px;
}
.ham span {
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 3px;
  transition: 0.3s;
}
.ham span:first-child {
  top: 0;
}
.ham span:nth-child(2) {
  top: calc(50% - 3px / 2);
}
.ham span:nth-child(3) {
  bottom: 0;
}

.ham-wr.open {
  padding-top: 19px;
}
.ham-wr.open .menu {
  opacity: 0;
}
.ham-wr.open span {
  background-color: #fff;
}
.ham-wr.open span:first-child {
  top: 40%;
  transform: rotate(-45deg);
}
.ham-wr.open span:nth-child(2) {
  opacity: 0;
}
.ham-wr.open span:nth-child(3) {
  top: 40%;
  bottom: auto;
  transform: rotate(45deg);
}

/* header */
.g-nav-wr {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: -10;
  opacity: 0;
  transition: 0.2s;
  background-color: #fff;
}
.g-nav-wr nav {
  margin-top: 80px;
  display: block;
  background-color: #fff;
  background-image: radial-gradient(#FFFBEF 20%, transparent 20%), radial-gradient(#FFFBEF 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.g-nav-wr.open {
  display: block;
  height: auto;
  z-index: 5000;
  opacity: 1;
}

.g-nav {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  display: inline-block;
}
.g-nav li {
  text-align: left;
  margin-bottom: 40px;
}
.g-nav li:last-child {
  margin-bottom: 0;
}
.g-nav li.h-icon {
  text-align: center;
  transform: translateX(-10px);
}
.g-nav li span {
  color: #72c8df;
  margin-right: 10px;
}

.g-nav.open {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
}

.h-logo {
  width: 50%;
  max-width: 180px;
  position: fixed;
  top: 15px;
  left: 5%;
  z-index: 7000;
}

.footer {
  margin-top: 180px;
  padding-bottom: 30px;
}

.f-l,
.f-c,
.f-r {
  width: 28%;
}

.f-c,
.f-r {
  padding-top: 35px;
}

.f-logo {
  margin: 0 auto;
  max-width: 360px;
}

.f-btn {
  max-width: 360px;
  margin-top: 15px;
  height: 60px !important;
  border-radius: 30px !important;
  font-weight: bold;
}

.ficon-list li a {
  display: inline-flex;
  align-items: center;
}

.flist li {
  margin-bottom: 20px;
}
.flist li:last-child {
  margin-bottom: 0;
}

.f-tsukushi {
  margin-left: 30px;
}

.f-photo {
  margin-left: 15px;
  width: 170px;
}

.copyright {
  margin-top: 40px;
  text-align: left;
}

.flex-wr {
  display: flex;
}

.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #72c8df;
  background-color: #72c8df;
  color: #fff;
  width: 100%;
  height: 120px;
  border-radius: 15px;
  transition: 0.3s;
}
.btn svg {
  margin: 0 auto;
  width: 95%;
  transition: 0.3s;
}
.btn svg text {
  transition: 0.3s;
}
.btn svg path {
  transition: 0.3s;
}
.btn:hover {
  background-color: #fff;
  color: #72c8df !important;
}
.btn:hover svg text {
  fill: #72c8df !important;
}
.btn:hover svg path {
  fill: #72c8df !important;
}

.leaf {
  max-width: 180px;
  width: 30%;
  right: -55px;
  bottom: -20px;
  z-index: 1;
}

.lr-list li {
  display: flex;
  justify-content: space-between;
}

.line-sectitle-wr {
  position: relative;
  text-align: left;
}
.line-sectitle-wr::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 60px;
  background-color: #72c8df;
}

.line-sectitle {
  line-height: 1.2;
}

.sectitle-mb {
  margin-bottom: 50px;
}

.c3list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c3list li {
  width: 30%;
  margin-bottom: 60px;
}

.c3list-title {
  margin: 35px auto 25px;
}

.kv-sec {
  margin-top: 70px;
  margin-bottom: 100px;
}

.kv-illust {
  position: absolute;
  bottom: -25px;
  z-index: 1;
}

.kv-illust-l {
  left: -20px;
  width: 43%;
  max-width: 565px;
}

.kv-illust-r {
  right: -20px;
  width: 39%;
  max-width: 510px;
}

.kv-con {
  padding: 90px 0 80px;
  position: relative;
  border-radius: 15px;
}

.kv-title {
  margin-top: 15px;
}

.top .h-logo {
  max-width: 360px;
}

.kv-sec-top {
  padding-top: 100px;
}

.kv-list-wr {
  height: 80vh;
  max-height: 800px;
}

.kv-list {
  width: 100%;
  height: 80vh;
  max-height: 800px;
}
.kv-list li {
  position: relative;
  width: 100%;
  height: 80vh;
  max-height: 800px;
  border-radius: 10px;
}
.kv-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 10px;
}

.top-sec {
  margin-top: -290px;
  padding-top: 350px;
}

.cal-wr {
  width: 100%;
  max-width: 650px;
}

.cal {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.cal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon-toplist li {
  margin-bottom: 35px;
}
.icon-toplist li:last-child {
  margin-bottom: 0;
}

.top-icon {
  width: 40px;
  margin-right: 20px;
}

.topbox {
  width: 100%;
}
.topbox:hover .topbox-arrow {
  transform: translateX(5px);
}

.topbox-img {
  width: 100%;
  height: 35vh;
  max-height: 450px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.topbox-img img {
  border-radius: 10px;
}

.topbox-text-wr {
  padding: 0 35px;
}

.topbox-title {
  margin: 15px auto 20px;
}

.topbox-arrow {
  width: 40px;
  transition: 0.3s;
}

.topbox-list li {
  width: 31%;
}

.map {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.chlist li {
  width: 30%;
  margin-bottom: 50px;
  padding: 25px 20px;
  background: linear-gradient(to right, #72c8df, #72c8df 6px, transparent 6px, transparent 4px) repeat-x left top/10px 4px, linear-gradient(to right, #72c8df, #72c8df 6px, transparent 6px, transparent 4px) repeat-x left bottom/10px 4px, linear-gradient(to bottom, #72c8df, #72c8df 6px, transparent 6px, transparent 4px) repeat-y left top/4px 10px, linear-gradient(to bottom, #72c8df, #72c8df 6px, transparent 6px, transparent 4px) repeat-y right top/4px 10px;
  border-radius: 5px;
}
.chlist li:first-child, .chlist li:last-child {
  background: none !important;
  padding: 0;
}
.chlist li:first-child img, .chlist li:last-child img {
  border-radius: 5px;
}

.overlist li {
  padding: 15px 40px;
  border-top: 1px solid #5f646e;
}
.overlist li:last-child {
  border-bottom: 1px solid #5f646e;
}
.overlist li .l {
  width: 165px;
}
.overlist li .r {
  width: calc(100% - 165px);
}

.obi-title {
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 35px;
}

.lifebox-class {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 60px;
  background-color: #72c8df;
  color: #fff;
  border-radius: 10px;
}

.lifebox-text {
  margin-top: 30px;
}

.c2box-obi {
  max-width: 300px;
  height: 60px;
  margin: 15px auto 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #72c8df;
}

.adrow {
  margin-top: 35px;
}

.adrow-f {
  margin-top: 10px;
}

.adrow-ml {
  margin-left: 41px;
}

.form-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.form-row {
  margin-bottom: 30px;
}

.form-left {
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 9px;
}

.form-require {
  width: 60px;
  height: 30px;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  background-color: #72c8df;
}

.form-right {
  width: calc(100% - 300px);
}

.form-text {
  border: 2px solid #5f646e;
  height: 60px;
  width: 100%;
  padding: 10px;
}

.textarea {
  height: 180px;
}

.personal-info-wr {
  padding: 20px;
  border: 2px solid #5f646e;
  width: 100%;
  height: 120px;
  overflow-y: scroll;
}

.form-btn {
  margin-top: 50px;
  height: 60px;
  max-width: 300px;
}

.form-right-select {
  display: flex;
  align-items: center;
}
.form-right-select select {
  height: 60px;
  font-size: 1.8rem;
  margin-right: 5px;
  border: 2px solid #5f646e;
  padding: 5px 10px;
}
.form-right-select .form-date-text {
  margin-right: 25px;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox] {
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  height: 30px;
  width: 30px;
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

input[type=checkbox]::before {
  border: 2px solid #5f646e;
  background-color: transparent;
  border-radius: 3px;
  height: 25px;
  width: 25px;
}

input[type=checkbox]::after {
  border-bottom: 3px solid #5f646e;
  /*チェックの太さ*/
  border-left: 3px solid #5f646e;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  height: 6px;
  /*チェックの高さ*/
  width: 11px;
  /*チェックの横幅*/
  transform: rotate(-45deg);
  top: 12px;
  left: 10px;
}

input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}

.radiobox-wr {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.radiobox {
  display: flex;
  align-items: center;
}
.radiobox:nth-child(2) {
  margin-left: 45px;
}
.radiobox label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
}
.radiobox label::before,
.radiobox label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 53%;
}
.radiobox label::before {
  background-color: #fff;
  border: 1px solid #5f646e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.radiobox label::after {
  background-color: #5f646e;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px;
}
.radiobox input:checked + label::after {
  opacity: 1;
}
.radiobox .radio-btn {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}/*# sourceMappingURL=style.css.map */