@charset "utf-8";
/* CSS Document */
.info_box{
  width: 100%;
}

.info_box .titlebox h2{
  color: #333;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 400;
}

.info_box .titlebox p{
  line-height: 1.2;
  letter-spacing: .16em;
  font-weight: 400;
  margin-top: 4px;
}

.info_box .main_img{
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  overflow: hidden;
}

.info_box .main_img img{
  width: 100%;
  height: auto;
  display: block;
}

.info_box .thumb_wrap{
  justify-content: center;
  gap: clamp(6px,1vw,12px);
}

.info_box .thumb_wrap .thumb{
  width: clamp(70px,8vw,120px);
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.info_box .thumb_wrap .thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.info_box .company_a{
  width: 100%;
}

.info_box .company_a .company-wrap{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.info_box .company_a .item{
  padding: clamp(18px,2.5vw,28px) 0;
  border-bottom: 1px solid rgba(51,51,51,.16);
}

.info_box .company_a .item h3{
  width: 22%;
  min-width: 130px;
  color: #333;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.9;
}

.info_box .company_a .item > div{
  width: 78%;
}

.info_box .company_a .item p{
  color: #333;
  letter-spacing: .08em;
  line-height: 1.9;
  font-weight: 400;
}

.info_box .pay_area p:not(:first-child){
  margin-top: clamp(12px,1.5vw,18px);
}

.info_box .pay_img{
  margin-top: 8px;
}

.info_box .pay_img img{
  display: block;
  width: auto;
  max-width: 100%;
  height: clamp(40px,3.4vw,46px);
  object-fit: contain;
}

.info_box .pay_img.wide img{
  height: clamp(40px,3.4vw,46px);
  max-width: 100%;
}

.info_box .sns_wrap2{
  gap: 18px;
  justify-content: flex-start;
  width: 100%;
  max-width: 980px;
  margin: clamp(22px,3vw,34px) auto 0;
}

.info_box .sns_wrap2 a{
  color: #333;
  text-decoration: none;
  transition: .3s ease;
}

.info_box .sns_wrap2 i{
  color: #333;
  font-size: 24px;
}

.info_box .sns_wrap2 a:hover{
  opacity: .65;
  transform: translateY(-2px);
}

@media screen and (max-width: 768px){
  .info_box .company_a .item{
    flex-direction: column;
    gap: 8px;
  }

  .info_box .company_a .item h3,
  .info_box .company_a .item > div{
    width: 100%;
  }

  .info_box .thumb_wrap{
    flex-wrap: wrap;
  }
}
.info_box .info_access_wrap{
  justify-content: center;
  align-items: stretch;
  gap: clamp(32px,6vw,90px);
  margin-top: clamp(46px,6vw,80px);
}

.info_box .calendar_box,
.info_box .map_box{
  width: calc((100% - clamp(32px,6vw,90px)) / 2);
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.info_box .calendar_box iframe,
.info_box .map_box iframe{
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media screen and (max-width: 900px){
  .info_box .info_access_wrap{
    flex-direction: column;
    gap: 28px;
  }

  .info_box .calendar_box,
  .info_box .map_box{
    width: 100%;
    aspect-ratio: 4 / 3;
  }
}
.access_b{
  background: #f7f7f7;
}

.access_b .titlebox h2{
  color: #333;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 400;
}

.access_b .titlebox p{
  line-height: 1.2;
  letter-spacing: .16em;
  font-weight: 400;
  margin-top: 4px;
}

.access_b .leadbox{
  margin-bottom: clamp(34px,5vw,60px);
}

.access_b .leadbox h3{
  display: inline-block;
  background: #99c934;
  color: #fff;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
  padding: clamp(10px,1.4vw,16px) clamp(24px,4vw,56px);
  margin-bottom: clamp(22px,3vw,34px);
}

.access_b .leadbox p{
  color: #333;
  line-height: 2.1;
  letter-spacing: .08em;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}

.access_b .access_photo_wrap{
  justify-content: center;
  gap: clamp(18px,3vw,32px);
  margin-bottom: clamp(60px,8vw,100px);
}

.access_b .access_photo{
  width: calc((100% - clamp(18px,3vw,32px) * 2) / 3);
  text-align: center;
}

.access_b .access_photo .imgbox{
  width: 100%;
  aspect-ratio: 1.55 / 1;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: clamp(14px,2vw,22px);
}

.access_b .access_photo .imgbox img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.access_b .access_photo p{
  color: #333;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
}

.access_b .access_mapbox{
  align-items: center;
  justify-content: center;
  gap: clamp(42px,7vw,90px);
  margin-bottom: clamp(48px,6vw,76px);
}

.access_b .access_mapbox .map_img{
  width: min(44%,420px);
}

.access_b .access_mapbox .map_img img{
  width: 100%;
  height: auto;
  display: block;
}

.access_b .access_mapbox .txtbox{
  width: min(46%,520px);
}

.access_b .access_mapbox .txtbox p{
  color: #333;
  line-height: 2.2;
  letter-spacing: .08em;
}



@media screen and (max-width: 768px){
  .access_b .access_photo_wrap,
  .access_b .access_mapbox{
    flex-direction: column;
  }

  .access_b .access_photo,
  .access_b .access_mapbox .map_img,
  .access_b .access_mapbox .txtbox{
    width: 100%;
    max-width: 520px;
  }


}

@media screen and (max-width: 576px){
  .access_b .leadbox h3{
text-align: left;
  }

  .access_b .leadbox p br,
  .access_b .access_mapbox .txtbox p br{
    display: none;
  }
}
.topmessage_a .messagebox_wrap{
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 48%,
    #edf4dd 48%,
    #edf4dd 100%
  );
  overflow: hidden;
}

.topmessage_a .titlebox{
  position: relative;
  z-index: 3;
  margin-bottom: clamp(34px,5vw,64px);
}

.topmessage_a .titlebox h2{
  color: #333;
  line-height: 1.5;
  letter-spacing: .16em;
  font-weight: 400;
}

.topmessage_a .titlebox p{
  line-height: 1.2;
  letter-spacing: .16em;
  font-weight: 400;
  margin-top: 4px;
}

.topmessage_a .messagebox{
  position: relative;
  z-index: 2;
  align-items: flex-end;
  justify-content: center;
  gap: clamp(54px,8vw,110px);
  flex-wrap: nowrap;
}

.topmessage_a .imgbox{
  position: relative;
  z-index: 2;
  width: 42%;
  max-width: 500px;
  line-height: 0;
}

.topmessage_a .imgbox img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.topmessage_a .txtbox{
  width: 48%;
  max-width: 560px;
  padding-bottom: clamp(20px,4vw,60px);
}

.topmessage_a .txtbox .title1{
  color: #333;
  line-height: 1.8;
  letter-spacing: .16em;
  font-weight: 400;
  border-bottom: 1px solid rgba(51,51,51,.22);
  padding-bottom: clamp(12px,1.5vw,18px);
  margin-bottom: clamp(20px,3vw,34px);
}

.topmessage_a .txtbox > p{
  color: #333;
  line-height: 2.1;
  letter-spacing: .08em;
  font-weight: 400;
}

.topmessage_a .name_wrap{
  margin-top: clamp(34px,5vw,60px);
  justify-content: flex-start;
  align-items: baseline;
  gap: clamp(14px,2vw,24px);
}

.topmessage_a .name_wrap .label{
  color: #333;
  line-height: 1.6;
  letter-spacing: .08em;
}

.topmessage_a .name_wrap .name{
  color: #333;
  line-height: 1.6;
  letter-spacing: .12em;
  font-weight: 400;
}

@media screen and (max-width: 1080px){
  .topmessage_a .messagebox_wrap{
    background: linear-gradient(
      to bottom,
      #fff 0%,
      #fff 30%,
      #edf4dd 30%,
      #edf4dd 100%
    );
    padding-bottom: clamp(60px,9vw,100px);
  }

  .topmessage_a .messagebox{
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 720px;
  }

  .topmessage_a .imgbox{
    width: min(72%,420px);
    max-width: 420px;
    margin-bottom: clamp(-42px,-5vw,-24px);
    z-index: 0;
  }

  .topmessage_a .imgbox img{
    filter: drop-shadow(0 18px 28px rgba(0,0,0,.12));
  }

  .topmessage_a .txtbox{
    width: 100%;
    max-width: 640px;
    background: rgba(255,255,255,1);
    padding: clamp(54px,7vw,78px) clamp(28px,6vw,60px) clamp(36px,5vw,56px);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0,0,0,.06);
      z-index: 1;
  }

  .topmessage_a .txtbox .title1{
    text-align: center;
  }

  .topmessage_a .name_wrap{
    justify-content: flex-end;
  }
}

@media screen and (max-width: 576px){
  .topmessage_a .imgbox{
    width: min(86%,360px);
  }

  .topmessage_a .txtbox{
    padding: 50px 22px 36px;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

