/*
 Theme Name:   Gush Child Izumi
 Template:     gush
*/

@charset "UTF-8";

.well-box {
  padding: 20px;
  border: 1px solid #ccc;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.headimg.contents {
  background-image: url("./img/headimg_contents.jpg");
  padding: 6rem;
}

.headimg.contents .headimg__title {
  display: block;
  text-align: center;
}

.headimg.contents .headimg__title-main {
  font-family: "Yu Gothic", "游ゴシック", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.headimg.contents .headimg__title-sub {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

@media screen and (max-width: 767px) {
  .headimg.contents {
    padding: 2rem 0;
  }

  .headimg.contents .headimg__title-main {
    font-size: 18px;
  }
}

/*------------------------------------------------
  検索ボタン
------------------------------------------------ */
.linkbtns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.linkbtns__item {
  background-color: #fff;
  border: 2px solid #30af41;
  border-radius: 20px;
  color: #30af41;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 2rem 1rem;
  text-align: center;
  transition: 0.3s;
  width: 24%;
}

.linkbtns__item:hover {
  background-color: #EEF4ED;
}

.linkbtns.srch .linkbtns__item::before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.1em;
  font-weight: 600;
  margin-right: 5px;
}

.linkbtns.srch .linkbtns__item.contact::before {
  content: "\f0e0";
}

/* gush pager */
.pager {
  display: flex;
}

a.page-numbers,
.pager .current {
  display: block;
  line-height: 40px;
  margin: 0;
  margin-right: 5px;
  width: 42px;
  padding: 0;
}

a.page-numbers {
  background-color: #fff;
  border-color: #ddd;
  color: #333;
  transition: 0.3s;
}

a.page-numbers:hover {
  background-color: #e8e8e8;
}

.pager .current {
  background-color: #30af41;
}

.well-box {
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 1rem;
  margin: 0 0 1rem 0;

}

@media screen and (max-width: 767px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 1rem;
  }
}

/*------------------------------------------------
  観光情報
------------------------------------------------ */
#sightseeing h1 {
  margin-top: 2rem;
}

#sightseeing .breadcrumb {
  margin-bottom: 0;
  background-color: #fff;
}

#sightseeing .article_content h2 {
  font-size: 22px;
  background: #30af41;
  padding: 1rem 2rem;
  color: #fff;
}

#sightseeing .article_content h3 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  margin: 0 0 1rem 0;
  border-radius: 0;
}

#sightseeing .wp-block-columns {
  padding: 1rem 0;
  border-bottom: 1px solid #30af41;
  margin-bottom: 2.2rem;
}

#sightseeing .wp-block-columns a {
  padding: 1rem 2rem;
  border: 2px solid #30af41;
  background: #fff;
  display: inline-block;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sightseeing .wp-block-columns a {
    width: 100%;
    padding: 1.4rem 1rem;
  }
}

#sightseeing .wp-block-image {
  margin-bottom: 1rem;
}

#sightseeing .article_content p {
  line-height: 1.8;
}

.img-caption {
  text-align: center;
  font-size: 0.8rem;
}

.spot-info {
  border: 1px solid #b1d0dd;
  background-color: #f4fcff;
  padding: 40px;
  margin: 0 0 20px 0;
}

.hotel-info {
  border: 1px solid #dccfb9;
  background-color: #dccfb9;
  padding: 40px;
  margin: 0 0 20px 0;
}

#sightseeing .clear .wp-block-columns {
  padding: 1rem 0;
  border: none;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .spot-info {
    padding: 24px;
    margin: 0 0 16px 0;
  }
}

/*----- 観光情報詳細 ---*/
#sightseeing h1.sightseeing-child-tit {
  font-size: 1.8rem;
  padding: 2rem 0;
  border-bottom: 5px solid #000;
  margin-top: 2rem;
}

.sightseeing-child {
  display: flex;
  justify-content: space-between;
}

.sightseeing-child .main {
  width: 76%;
}

.sightseeing-child .sub {
  width: 20%;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .sightseeing-child {
    display: block;
  }

  .sightseeing-child .main {
    width: 100%;
  }

  .sightseeing-child .sub {
    width: 100%;
    margin-top: 2rem;
  }
}

#sightseeing .topics {
  margin-top: 0;
}

/*-- sub --*/

#sightseeing .sub h3 {
  font-weight: bold;
  font-size: 1, 1rem;
  margin-bottom: 1rem;
  background: #EEF4ED;
  padding: 1rem 0.5rem;
  text-align: center;
  color: #30af41;
}

#sightseeing .sub .sub-ul-box a {
  color: #000;
  border: 1px solid #ccc;
  padding: 0.5rem;
  display: block;
  margin-bottom: 0.8rem;
}

#sightseeing .sub .sub-ul-box{
  margin-bottom: 1rem;
}

#sightseeing .sub ul p {
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  text-align: center;
}

#sightseeing .sub ul img {
  margin-bottom: 1rem;
}

#sightseeing .sub .sub-btn {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #000;
}

.sub-ul a {
  display: block;
  padding: 1rem;
  border: #30af41 1px solid;
  margin-bottom: 0.8rem;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
  border-radius: 4px;
}