@charset "UTF-8";
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}

.fnt-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fnt-eng {
  font-family: "goldenbook", serif;
  font-weight: 700;
  font-style: normal;
}

.fnt-rubik {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.fnt-i {
  font-style: italic;
}

.fnt-zen-maru-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.fnt-zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.top-font {
  color: #707070;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.blog-section .elementor-widget-wrap {
  padding: 0 !important;
}

.btn-link a {
  display: table;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 64px;
  color: #fff;
  padding-right: 96px;
  position: relative;
}

.btn-link a:after {
  content: '';
  width: 64px;
  background-image: url("../img/top/icon_arrow.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.btn-link a:hover {
  opacity: 0.7;
}

.blog-main {
  position: relative;
  padding: 15px 0 0px;
  z-index: 2;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  overflow: hidden;
}

.blog-main dd.desc {
  display: none;
}

.blog-main .elementor-widget-wrap {
  padding: 0 !important;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-main .elementor-widget-wrap .elementor-element {
  width: 335px;
  margin: 0 !important;
}

.blog-main .elementor-widget-wrap .elementor-element:nth-child(2) {
  width: calc(100% - 335px);
  position: relative;
  background: #F9F9F9;
  border-radius: 50px 0 0 50px;
  min-height: 295px;
}

.blog-main .elementor-widget-wrap .elementor-element:nth-child(2)::before {
  background: #F9F9F9;
  position: absolute;
  top: 0;
  left: 99%;
  width: 100%;
  height: 100%;
  content: "";
}

.blog-main .elementor-widget-wrap .elementor-element:nth-child(3) {
  position: absolute;
  bottom: 65px;
  left: 0;
  display: flex;
  justify-content: center;
}

.blog-main .title-blog {
  text-align: center;
  padding-bottom: 20px;
}

.blog-main h2 {
  font-size: 20px;
  letter-spacing: 0.08em;
}

.blog-main h2 span {
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
}

.blog-main h2 span i {
  color: #9CBE5E;
  font-size: 52px;
  font-style: normal;
}

.blog-main .post-box {
  background: none;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap-reverse;
}

.blog-main .post-box .post-box__header {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  display: none;
}

.blog-main .post-box .post-box__content {
  width: 100%;
  min-height: auto;
  height: auto;
  background: none;
  border-radius: 15px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 50px 0px 0 80px;
}

.blog-main .post-box .post-box__content dl {
  padding: 15px 0 15px;
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.blog-main .post-box .post-box__content dl dt {
  color: #9CBE5E;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  padding: 0;
  width: 205px;
  line-height: 24px;
  position: relative;
}

.blog-main .post-box .post-box__content dl dt::before {
  content: "お知らせ";
  font-size: 14px;
  color: #FFF;
  background: #9CBE5E;
  width: 85px;
  line-height: 24px;
  border-radius: 13px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  left: 100px;
}

.blog-main .post-box .post-box__content dl dd {
  width: calc(100% - 205px);
}

.blog-main .post-box .post-box__content dl dd a {
  color: #707070;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 24px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
}

.blog-main .post-box .post-box__content dl dd a:hover {
  text-decoration: underline;
}

.ttl-common {
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.08em;
  margin-bottom: 60px;
  font-weight: 500;
}

.ttl-common span {
  display: block;
  font-size: 40px;
  line-height: 42px;
  font-family: "goldenbook", serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}

.ttl-common span.icon {
  background: url(../img/top/icon_ttl.png) no-repeat top center;
  background-size: 48px auto;
  padding-top: 55px;
}

.ttl-common span i {
  font-size: 52px;
  color: #9CBE5E;
  font-style: normal;
}

.blog-photo {
  position: relative;
  z-index: 2;
  padding-top: 1px;
}

.blog-photo::after {
  background: #F9F9F9;
  width: 100%;
  height: 350px;
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: -225px;
}

.blog-photo .post-box {
  background: none;
}

.blog-photo .elementor-column {
  max-width: 1200px;
  position: relative;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 60px 10px 60px;
}

.blog-photo .ttl-common span i {
  color: #84C2DF;
}

.blog-photo h2 {
  margin-bottom: 20px;
}

.blog-photo .post-box__content {
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.blog-photo .post-box__content dl {
  max-width: 262px;
  width: 23%;
  margin: 0 1% 30px;
  padding: 0;
  border: none;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.blog-photo .post-box__content dl dt {
  font-size: 14px;
  color: #2F8FBC;
  font-weight: bold;
}

.blog-photo .post-box__content dl dt.photo {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  margin-bottom: 15px;
}

.blog-photo .post-box__content dl dt.photo a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.blog-photo .post-box__content dl dt.photo a img {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}

.blog-photo .post-box__content dl dd a {
  font-size: 16px;
  color: #2F8FBC;
  font-weight: bold;
  line-height: 24px;
  display: block;
  margin: 7px 0 10px;
}

.blog-photo .post-box__content dl dd.desc {
  font-size: 15px;
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-photo .btn-button {
  width: 195px;
  margin: auto;
}

.about-info {
  position: relative;
  z-index: 1;
  padding: 500px 0 75px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.about-info::before {
  background: url(../img/top/about_img.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: absolute;
  top: -35px;
  right: 50%;
  transform: translateX(600px);
  content: "";
  border-radius: 0 0 50px 0;
}

.about-info::after {
  background: url(../img/top/bg_deco.jpg) no-repeat top center #F9F9F9;
  background-size: 100% auto;
  width: 100%;
  height: 120%;
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  top: 165px;
}

.greeting-box {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 70px auto 0;
  background: url(../img/top/gree_bg1.jpg) no-repeat center;
  background-size: cover;
  min-height: 750px;
  box-sizing: border-box;
  border-radius: 25px;
  overflow: hidden;
}

.greeting-box .photo {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 488px;
}

.greeting-box .box {
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.greeting-box .box h3 {
  text-align: left;
  margin-bottom: 40px;
}

.greeting-box .box h3 span i {
  color: #84C2DF;
}

.greeting-box .box p {
  font-size: 16px;
  line-height: 32px;
  max-width: 631px;
}

.time-box1 {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: auto;
  background: url(../img/top/gree_bg.png) no-repeat center;
  background-size: cover;
  min-height: 609px;
  box-sizing: border-box;
}

.time-box1 .wrap {
  display: flex;
  justify-content: space-between;
  padding: 45px;
}

.time-box1 .box {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  max-width: 550px;
  background: #FFFFFF;
  width: 50%;
  border-radius: 25px;
}

.time-box1 .box .v-text {
  background: #F9F9F9;
  padding: 18px 30px 28px;
  font-size: 14px;
  line-height: 24px;
}

.time-box1 .box .v-text dl {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  display: flex;
}

.time-box1 .box .v-text dl dt {
  font-weight: bold;
  width: 75px;
  color: #9CBE5E;
}

.time-box1 .box .v-text dl dd {
  width: calc(100% - 75px);
}

.time-box1 .box .v-text h1 {
  font-weight: 500;
  font-size: 14px;
}

.gg-map {
  max-width: 550px;
  width: 50%;
  box-sizing: border-box;
  padding-left: 45px;
}

.gg-map .gg-box {
  width: 100%;
  height: 470px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}

.gg-map .gg-box iframe {
  width: 100%;
  height: 100%;
}

.time-box1 .coll {
  padding: 28px 30px;
}

.time-box1 .coll table {
  background: #FFF;
  text-align: center;
  font-style: normal;
  position: relative;
  overflow: hidden;
  font-size: 18px;
}

.time-box1 .coll .color1 {
  color: #84C2DF;
}

.time-box1 .coll .color2 {
  color: #EE9700;
}

.time-box1 .coll table th {
  width: 130px;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.time-box1 .coll table thead {
  letter-spacing: 0;
  line-height: 24px;
}

.time-box1 .coll table thead th {
  padding: 8px;
  width: 150px;
  color: #9CBE5E;
}

.time-box1 .coll table thead td {
  padding: 8px;
}

.time-box1 .coll table tbody {
  letter-spacing: 0;
}

.time-box1 .coll table tbody th, .time-box1 .coll table tbody td {
  padding: 5px;
  border-top: 1px solid #CCCCCC;
}

.time-box1 .coll .txt {
  line-height: 24px;
  letter-spacing: 0.05em;
  font-size: 14px;
  padding: 10px 0 0px;
  border-top: 1px solid #CCCCCC;
}

.top-section-box {
  position: relative;
  z-index: 3;
}

.banner-common {
  max-width: 1200px;
  margin: 95px auto 130px;
  background: url(../img/top/banner_bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 320px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  box-sizing: border-box;
}

.banner-common::before {
  border: 1px solid #FFF;
  overflow: hidden;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  bottom: 24px;
}

.banner-common h2 {
  text-align: center;
  color: #FFF;
  font-size: 32px;
  padding: 80px 0 44px;
  position: relative;
  z-index: 2;
}

.banner-common ul {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.banner-common ul li {
  max-width: 328px;
  margin: 0 25px 10px;
}
