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

.gr-b {
  background-color: #66cbc4;
}

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

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

.w-t {
  color: #fff;
}

.o-t {
  color: #f9be00;
}

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

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

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

.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 #f9be00;
  background-color: #f9be00;
  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: #f9be00 !important;
}
.btn:hover svg text {
  fill: #f9be00 !important;
}
.btn:hover svg path {
  fill: #f9be00 !important;
}

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

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

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

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

.actlist li {
  width: 30%;
  padding: 35px 30px;
  background-color: #fff;
  border: 4px solid #f9be00;
  border-radius: 9px;
  margin-bottom: 40px;
  min-height: 400px;
}

.actlist-title {
  margin-bottom: 20px;
}

.obi-title {
  width: 100%;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}

.faclist li {
  width: 30%;
  margin-bottom: 100px;
}

.faclist-title {
  margin: 45px auto 25px;
}

.eventlist li {
  margin-bottom: 35px;
}
.eventlist li .l {
  width: 170px;
}
.eventlist li .r {
  width: calc(100% - 170px);
}
.eventlist li .o-t {
  margin-right: 10px;
}

.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 */