@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;
}

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: 800px;
  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: #def4f4;
}

.g-b {
  background-color: #72c8df;
}

.y-b {
  background-color: #fddf78;
}

.r-b {
  background-color: #ffcab9;
}

.w-t {
  color: #fff;
}

.b-t {
  color: #66cbc4;
}

.dot-b-wm {
  background-color: #fff;
  background-image: radial-gradient(#def4f4 20%, transparent 20%), radial-gradient(#def4f4 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;
}

.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;
}

.header {
  position: relative;
  z-index: 1;
}

.h-l {
  width: 35%;
}

.h-r {
  width: 63%;
}

.h-logo {
  margin-top: 15px;
  width: 100%;
  max-width: 360px;
}

.g-nav {
  padding-right: 50px;
  text-align: center;
  width: 100%;
  justify-content: flex-end;
}
.g-nav li {
  margin-left: 10px;
  max-width: 160px;
  width: 32%;
  font-weight: bold;
}
.g-nav li a {
  height: 80px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 10px 10px;
}

.h-text2 {
  margin-top: 8px;
}

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

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

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

.f-btn {
  max-width: 360px;
  margin-top: 15px;
  height: 60px !important;
  border-radius: 25px !important;
  background: #66cbc4 !important;
  border: 2px solid #66cbc4 !important;
}
.f-btn:hover {
  background-color: #fff !important;
  color: #66cbc4 !important;
}
.f-btn:hover p {
  color: #66cbc4 !important;
}

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

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

/* ページ毎のstyle */
.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: 40%;
  right: -55px;
  bottom: -20px;
  z-index: 1;
}

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

.sectitle {
  margin-bottom: 60px;
}

.kv-sec {
  margin-top: -23px;
}

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

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

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

.loclist {
  text-align: left;
}
.loclist li {
  padding: 30px;
  border-bottom: 1px solid #5f646e;
}
.loclist li:first-child {
  border-top: 1px solid #5f646e;
}
.loclist li .l {
  width: 280px;
}
.loclist li .r {
  width: calc(100% - 280px);
}

.hislist {
  text-align: left;
}
.hislist li {
  padding: 15px 30px;
  border-bottom: 1px solid #5f646e;
}
.hislist li:first-child {
  border-top: 1px solid #5f646e;
}
.hislist li .l {
  width: 190px;
}
.hislist li .r {
  width: calc(100% - 190px);
}

.replist {
  margin: 0 auto;
  max-width: 390px;
  text-align: left;
}
.replist li {
  margin-bottom: 10px;
}
.replist li .l {
  width: 165px;
}
.replist li .r {
  width: calc(100% - 165px);
}

.obititle {
  padding: 15px;
  border-radius: 10px;
  width: 100%;
}

.comline {
  position: absolute;
  left: 30px;
  top: 0px;
  height: 100%;
  width: 2px;
  background-color: #66cbc4;
}

.comlist {
  z-index: 2;
}
.comlist li {
  margin-bottom: 45px;
}
.comlist li:last-child {
  margin-bottom: 0;
}

.comlist-number {
  height: 60px;
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid #66cbc4;
  background-color: #fff;
  padding-bottom: 5px;
  margin-right: 10px;
}

.comlist-text {
  margin-top: 15px;
  margin-left: 95px;
}

.map {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
  border-radius: 10px;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}/*# sourceMappingURL=style.css.map */