@charset "UTF-8";

/*****************************
  cmn
*****************************/

/*****************************
  pagesec-greeting
*****************************/
.container {
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.toggle-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #2A5350;
  color: #fff;
  border: 1px solid #2A5350;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s;
}
.toggle-button:hover {
  background-color: #fff;
  color: #2A5350;
}
.hidden-content {
  display: none;
  margin-top: 20px;
}


/*****************************
  pagesec-exterior
*****************************/
.exterior-slide{
  width:94%;
  margin:2rem auto;
}
.exterior-slide .exterioritems{
  text-align: center;
}
.exterior-slide img {
  max-width: 500px;
  height:auto;
}
.exterior-slide .slick-slide {
  transform: scale(0.8);
  transition: all .5s;
  opacity: 0.5;
}
.exterior-slide .slick-slide.slick-center{
  transform: scale(1);
  opacity: 1;
}
.exterior-slide .slick-prev,
.exterior-slide .slick-next{
  aspect-ratio: 3 / 4;
  background: #A4A1A1;
  height: auto;
  width: 25px;
  z-index: 5;
}
.exterior-slide .slick-prev{
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: 21%;
}
.exterior-slide .slick-next{
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  right: 21%;
}
.exterior-slide .slick-prev:before,
.exterior-slide .slick-next:before{
  display: none;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1050px) {
  .exterior-slide img {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1024px) {
  .exterior-slide .slick-prev{
    left: 20%;
  }
  .exterior-slide .slick-next{
    right: 20%;
  }
}
@media only screen and (max-width: 820px) {
  .exterior-slide .slick-prev{
    left: 12%;
  }
  .exterior-slide .slick-next{
    right: 12%;
  }
}
@media only screen and (max-width: 768px) {
  .exterior-slide .slick-prev{
    left: 9%;
  }
  .exterior-slide .slick-next{
    right: 9%;
  }
}
@media only screen and (max-width: 767px) {
  .exterior-slide img {
    max-width: 80vw;
  }
  .exterior-slide .slick-prev{
    left: -2rem;
  }
  .exterior-slide .slick-next{
    right: -2rem;
  }
  .exterior-slide .slick-prev,
  .exterior-slide .slick-next{
    width: 15px;
  }
}

/*****************************
  pagesec-surrounding
*****************************/
.pagesec-surrounding li{
  gap: 2rem;
}
.pagesec-surrounding li:not(:last-of-type){
  margin-bottom: 3rem;
}
.pagesec-surrounding .ftxtbox,
.pagesec-surrounding .fimgbox{
  width: calc(50% - 2rem);
}
.pagesec-surrounding .ftxtbox dt{
  border-bottom: 1px solid #707070;
  font-size: 1.8rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.pagesec-surrounding .ftxtbox dt span{
  display: block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-surrounding li:not(:last-of-type){
    margin-bottom: 4rem;
  }
  .pagesec-surrounding .ftxtbox,
  .pagesec-surrounding .fimgbox{
    width: 100%;
  }
}

/*****************************
  pagesec-map
*****************************/
.pagesec-map iframe{
  aspect-ratio: 5/2;
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-map iframe{
    aspect-ratio: 16/9;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-map iframe{
    aspect-ratio: 4/3;
  }
}