@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: 900px;
  margin-right: auto;
  margin-left: auto;
}

.s-con {
  width: 100%;
  max-width: 800px;
  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;
}

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

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

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

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

.w-t {
  color: #fff;
}

.r-t {
  color: #f79c9d;
}

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

.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: #f79c9d !important;
  border: 2px solid #f79c9d !important;
}
.f-btn:hover {
  background-color: #fff !important;
  color: #f79c9d !important;
}
.f-btn:hover p {
  color: #f79c9d !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 #f79c9d;
  background-color: #f79c9d;
  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: #f79c9d !important;
}
.btn:hover svg text {
  fill: #f79c9d !important;
}
.btn:hover svg path {
  fill: #f79c9d !important;
}

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

.sectitle {
  margin-bottom: 60px;
}

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

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

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

.clablist li {
  padding: 20px;
  border-bottom: 1px solid #5f646e;
}
.clablist li:first-child {
  border-top: 1px solid #5f646e;
}
.clablist li .l {
  width: 150px;
}
.clablist li .r {
  width: calc(100% - 150px);
}

.clabbox p:first-child {
  width: 150px;
}
.clabbox p:nth-child(2) {
  width: calc(100% - 150px);
}

.clabline {
  width: calc(100% + 20px);
  height: 1px;
  margin: 20px auto;
}

.timebox-title {
  padding: 15px;
  border-radius: 10px;
}

.entrylist li {
  border-bottom: 1px solid #5f646e;
}
.entrylist li:first-child {
  border-top: 1px solid #5f646e;
}
.entrylist li .l {
  padding: 20px 5px 20px 30px;
  background-color: #ffcab9;
  width: 150px;
}
.entrylist li .r {
  padding: 20px 5px 20px 30px;
  width: calc(100% - 150px);
}

.entrybox p:first-child {
  width: 140px;
}
.entrybox p:nth-child(2) {
  width: calc(100% - 140px);
}

.entrybox-line {
  margin: 15px auto;
  height: 1px;
  width: calc(100% + 5px);
  background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 5px);
  background-size: 5px 1px;
  background-position: left;
  background-repeat: repeat-x;
}

.timelist {
  margin-top: 30px;
  padding: 0 10px;
}
.timelist li {
  justify-content: space-between;
}
.timelist li .l {
  width: 50px;
}
.timelist li .r {
  width: calc(100% - 70px);
}

.workbox {
  padding: 25px;
  border-top: 2px solid #f79c9d;
  border-bottom: 2px solid #f79c9d;
}
.workbox .l {
  width: 145px;
}
.workbox .r {
  width: calc(100% - 145px);
}

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