.lithosphere {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lithosphere {
    font-size: 12px;
    background-color: #ffffff;
  }
}

.asthenosphere .mutation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.asthenosphere .mutation.sight {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.asthenosphere h2 {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  margin-bottom: min(4.6875vw, 60px);
}
@media (max-width: 767px) {
  .asthenosphere h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.asthenosphere .preamble {
  background: url(../images/news/preamble.jpg) no-repeat center/cover;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .asthenosphere .preamble {
    margin-bottom: 50px;
  }
}
.asthenosphere .preamble::before {
  content: "";
  display: block;
  padding-top: 29%;
}
@media (max-width: 767px) {
  .asthenosphere .preamble::before {
    padding-top: 36%;
  }
}
.asthenosphere .section-news {
  max-width: 1280px;
  margin: 0 auto min(11.40625vw, 146px);
}
.asthenosphere .section-news .section-news__text {
  line-height: 1.33;
  text-align: center;
  margin-bottom: min(10.78125vw, 138px);
}
.asthenosphere .section-news .article {
  width: 91.40625%;
  margin: 0 auto 64px;
}
.asthenosphere .section-news .article__h3 {
  text-align: center;
  line-height: 1.2;
  font-size: 32px;
  margin-bottom: 16px;
}
.asthenosphere .section-news .article__date {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.asthenosphere .section-news .article__category {
  text-align: center;
  font-size: 16px;
}
.asthenosphere .section-news .article__exterior {
  display: flex;
  align-items: flex-start;
  margin: 32px 0 0 0;
}
.asthenosphere .section-news .article__image {
  width: 32%;
  position: relative;
  margin: 0 16px 0 0;
}
.asthenosphere .section-news .article__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.asthenosphere .section-news .article__image::before {
  display: block;
  content: "";
  padding-top: 78.57142%;
}
.asthenosphere .section-news .article__text {
  flex: 0;
  line-height: 1.5;
  font-size: 18px;
}
.asthenosphere .section-news .navigation {
  text-align: center;
}
.asthenosphere .section-news .navigation a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.asthenosphere .section-news .navigation a:hover {
  text-decoration: underline;
}
.asthenosphere .section-news .navigation a:first-child {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .asthenosphere .section-news {
    margin-bottom: 90px;
  }
  .asthenosphere .section-news .article__h3 {
    font-size: 20px;
  }
  .asthenosphere .section-news .article__date {
    font-size: 15px;
  }
  .asthenosphere .section-news .article__category {
    font-size: 12px;
    margin-bottom: 16px;
  }
  .asthenosphere .section-news .article__exterior {
    display: block;
    align-items: unset;
    margin: 0;
  }
  .asthenosphere .section-news .article__image {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .asthenosphere .section-news .article__text {
    flex: unset;
    font-size: 15px;
  }
  .asthenosphere .section-news .navigation a {
    font-size: 20px;
  }
}

.article2 {
  width: min(78.4375vw, 994px);
}

@media (max-width: 767px) {
  .article2 {
    width: 95%;
  }
}

.article__image {
  text-align: center;
  margin-bottom: 20px;
}

.article__exterior_2 {
  display: flex;
  flex-direction: column!important;
  justify-content: center!important;
  align-items: center!important;
  margin-bottom: 20px!important;
}

.article__text p {
  line-height: 1.8;
}

.article__text h2 {
  font-size: 28px;
  text-align: left!important;
  margin-bottom: 20px!important;
  margin-top: 20px!important;
}

.article__text h3 {
  font-size: 24px;
  text-align: left!important;
  margin-bottom: 20px!important;
  margin-top: 20px!important;
}

@media (max-width: 767px) {
  .article__text h2 {
    font-size: 24px;
  }

  .article__text h3 {
    font-size: 18px;
  }

  iframe {
    width: 100%!important;
    max-width: 360px!important;
    min-width: auto!important;
  }
}

.article img {
  display: block;
}

.article ul {
    margin: 0 0 20px 30px;
    list-style: disc;
}

.article ol {
    margin: 0 0 20px 30px;
    list-style: decimal;
}

.article__text p {
    margin-bottom: 15px;
}

.article table {
    margin: 0 0 15px;
    width: 100%;
}

.article .gallery {
    margin-bottom: 20px;
}

.article .gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.article .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.article .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.article figure {
    margin: 20px 40px;
}

.article .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.article .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.article .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.article .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.article .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.article .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.article .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.article .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.article .gallery-caption {
	display: block;
}

@media screen and (max-width: 767px){
.article .gallery-columns-3 .gallery-item,.article .gallery-columns-4 .gallery-item {
    width: 50% !important;
    margin: 0;
}
}

@media (min-width: 768px) {
  .eyeblog-img {
    display:flex!important;
  }
}

@media (max-width: 767px) {
  .eyeblog-img img {
    margin: 0 auto;
  }
}

a.anchor01 {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.eyeblog a {
  color: #3b4043;
}
.resevation a {
  color: #fff;
}

.table-a {
border-collapse: collapse;
width: 70%!important;
border: 1px solid #ddd;
font-size: 12px;
margin: 20px;
text-align: left;
}
.table-a th {
border: 1px solid #DDD;
color: #333;
background-color: #f5f5f5;
font-weight: bold;
padding: 10px;
width: 20%;
}
.table-a td {
border: 1px solid #DDD;
padding: 10px;
color: #666;
}
.th01 {
width: 10%!important;
}
@media (max-width: 767px) {

  .table-a {
    width: 100%!important;
  }
  .table-a th {
    width: 26%;
  }
  .th01 {
    width: 22%!important;
  }
}

.resevation {
  position: relative;
  width: min(78.4375vw, 994px);
  max-width: 100%;
  margin: 20px auto 100px;
}
 .resevation__anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: min(33.19919%, 330px);
  height: min(30%, 60px);
  bottom: 15.26315%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-decoration: none;
  font-size: min(1.40625vw, 18px);
  color: #ffffff;
  background-color: #4C5255;
  border: 1px solid #4C5255;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.resevation__anchor:hover {
  background-color: transparent;
  text-shadow: 0 0 8px black;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-color: #ffffff;
  letter-spacing: 0.2em;
}

.blog_back {
  text-align: center;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.blog_back_left a {
    background-color: #fff;
    text-decoration: none;
    color: #9A9A9A;
    border: 2px solid #9A9A9A;
    width: 220px;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 16px;
}

.blog_back_left a:hover {
  background: #9A9A9A;
  color: #fff;
  transition: 0.4s;
}

.blog_back_right a {
    text-decoration: none;
    background: #4C5255;
    color: #ffffff;
    width: 220px;
    height: 50px;
    display: block;
    line-height: 53px;
    font-size: 16px;
}

.blog_back_right a:hover {
  background: #fff;
  color: #4C5255;
  transition: 0.4s;
  line-height: 51px;
  border: 2px solid #4C5255;
}


@media (max-width: 767px) {

  .blog_back {
    gap: 20px;
  }

  .blog_back_left a {
      width: 198px;
      height: 47px;
      font-size: 15px;
      line-height: 47px;
  }

  .blog_back_right a {
      width: 198px;
      font-size: 15px;
      height: 47px;
      line-height: 49px;
  }

  .resevation img {
    display: none;
  }
  .resevation__anchor {
    position: unset;
    width: 48vw;
    height: 47px;
    bottom: unset;
    left: unset;
    right: unset;
    font-size: 15px;
    padding: 16px 0;
    border: unset;
    margin: 57px auto 100px;
  }
  .resevation__anchor:hover {
    background-color: #4C5255;
    text-shadow: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-color: unset;
    letter-spacing: unset;
  }
}

.article__text h2 {
  color: #3B4043;
  border: solid 3px #3B4043;
  padding: 0.6em 0.5em 0.4em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  text-align: center!important;
}

.article__text h3 {
  padding: 0.3em 0.3em 0.2em 0;
  color: #3B4043;/*文字色*/
  background: #fff;/*背景色*/
  border-bottom: solid 3px #3B4043;/*下線*/
}

.article__text h4 {
  padding: 0.25em 0.5em 0em;/*上下 左右の余白*/
  color: #3B4043;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 3px #3B4043;/*左線*/
  font-size: 24px;
  margin-bottom: 20px;
}

.asthenosphere .section-news .article__h3 {
  line-height: 1.4;
  text-align: left;
}

@media (max-width: 767px) {
  .article__text h2 {
    font-size: 20px;
  }

  .article__text h3 {
    font-size: 18px;
  }

  .article__text h4 {
    font-size: 18px;
  }

  .asthenosphere .section-news .article__h3 {
    font-size: 22px;
    line-height: 1.5;
  }
}
