@charset "utf-8";

#topic1,
#topic2,
#topic3,
#topic4,
#topic5,
#topic6,
#topic7,
#topic8,
#topic9,
#topic10 {
  padding-top: 30px;
  margin-top: -20px;
}

.blog-contents {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 20px;
}

.eyecatch-image {
  border-radius: 20px;
}

.blog-main {
  max-width: 765px;
}

.blog-main-1stmsg {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 30px;
  padding: 0 50px;
  line-height: 1.5;
}

.blog-main-1stmsg span {
  background: linear-gradient(transparent 70%, #f9b737 70%);
  font-weight: bold;
}

/* 目次 */

.teble-and-map {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.contents-table { /* メニュー幅400px */
  background-color: #f3f3f4;
  width: 400px;
  max-width: 90%;
  margin: 0 15px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  border-left: 7px solid #0014ac;
}

.contents-table-500px { /* メニュー幅500px */
  background-color: #f3f3f4;
  width: 500px;
  max-width: 90%;
  margin: 0 15px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  border-left: 7px solid #0014ac;
}

.table-title {
  height: 45px;
  line-height: 30px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.table-title span {
  padding-left: 35px;
  font-weight: bold;
  font-size: 1.9rem;
}

.table-text-1st {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.table-text-2nd {
  padding-left: 2.0rem;
  margin-bottom: 5px
}

/* Google Maps */

.googlemaps iframe {
  width: 300px;
  height: 200px;
  margin: 15px 15px;
}

/* ブログトピック */

iframe {       /* 360°画像 */
  display: block;
  max-width: 600px;
  width: 90%;
  height: 250px;
  margin: 0 auto 20px auto;
}

.topic-img400px { /* 400px幅画像 */
  display: block;
  width: 400px;
  max-width: 85%;
  margin: 25px auto 0 auto;
}

.topic-img450px { /* 450px幅画像 */
  display: block;
  width: 450px;
  max-width: 90%;
  margin: 10px auto;
}

.topic-img500px { /* 500px幅画像 */
  display: block;
  width: 500px;
  max-width: 90%;
  margin: 10px auto;
}

.blog-main-topic h3 {
  font-size: 2.0rem;
  height: 25px;
  line-height: 25px;
  margin-top: 30px;
  /* margin-bottom: 20px; */
  padding-left: 7px;
  border-bottom: 1px solid #0014ac;
  border-left: 5px solid #0014ac;
}

.topic-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
}

.topic-view-img {
  width: 200px;
  margin: 0 auto 10px auto;
}

.topic-view-img p {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 15px;
  margin-top: 7px
}

.topic-view-img160px img {  /* Flex 160px幅画像 */
  width: 160px;
  margin: 0 8px 5px 8px;
}

.topic-view-img160px p {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}

.topic-view-img200px img {  /* Flex 200px幅画像 */
  width: 200px;
  margin: 0 8px 5px 8px;
}

.topic-view-img200px p {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}

.topic-view-img300px img {  /* Flex 300px幅画像 */
  width: 300px;
  margin: 0 8px 5px 8px;
}

.topic-view-img300px p {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}

.topic-view-img370px img {  /* Flex 370px幅画像 */
  width: 370px;
  margin: 0 6px 5px 6px;
}

.topic-view-img370px p {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}

.topic-view-text {
  font-size: 1.6rem;
  max-width: 500px;
  line-height: 1.5;
  margin: 0 15px;
}

.topic-view-text800px {
  font-size: 1.6rem;
  max-width: 700px;
  line-height: 1.5;
  margin: 25px auto 0 auto;
}

.topic-view-text800px span,
.topic-view-text span {
  background: linear-gradient(transparent 70%, #f9b737 70%);
  font-weight: bold;
}

.topic-view-text-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.topic-view-text-inner img {
  width: 200px;
  margin: 10px 10px;
}

.center-headline {
  width: 400px;
  max-width: 95%;
  margin: 40px auto 0 auto;
}

.center-headline h4 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.center-headline h4::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #0014ac;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
}

.image-caption p {
  font-size: 1.5rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 15px;
}

.bulleted-h4text {
  max-width: 400px;
  line-height: 1.5;
  margin: 20px auto;
}

.bulleted-h4text span {
  vertical-align: super;
  font-size: 14px;
}

.youtube {
  background-color: #000000;
  width: 550px;
  max-width: 90%;
  height: 300px;
  padding: 10px 10px 0 10px;
  margin: 30px auto 0 auto;
  border-radius: 10px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.youtube iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* 表 */

.small-table {
  max-width: 90%;
  margin: 30px auto 0 auto;
  border-collapse: collapse;
  table-layout: fixed;
}

.small-table th {
  font-size: 1.6rem;
  line-height: 1.3;
  border-right: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 3px solid black;
  padding: 10px 10px 8px 10px;
}

.small-table td {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  padding: 10px 10px 8px 10px;
}

.small-table th:last-child,
.small-table td:last-child {
  border-right: none;
}

.form-button-area {
  font-size: 20px;
  margin: 0 20px 20px 20px;
  text-align: center;
}

.form-button {
  display: inline-block;
  color: #ffffff;
  background-color: #0014ac;
  min-width: 230px;
  line-height: 25px;
  padding: 10px 0;
  border: 2px solid #0014ac;
  border-radius: 25px;
}

@media (max-width: 768px) {

  html {
    font-size: 50%;
  }

  .blog-contents {
    display: block;
  }

  .blog-main-1stmsg {
    margin-top: 20px;
    padding: 0 15px;
  }

  .table-title {
    height: 30px;
    line-height: 20px;
    background-size: 20px;
  }
  
  .table-title span {
    padding-left: 25px;
    font-size: 1.6rem;
  }
  
  .table-text-1st {
    font-weight: bold;
    font-size: 1.5rem;
  }
  
  .table-text-2nd {
    padding-left: 1.5rem;
  }
  
  .blog-main-topic h3 {
    font-size: 1.6rem;
  }

  .topic-view-img160px img {
    width: 220px;
  }

  .center-headline h4 {
    font-size: 2.0rem;
  }

  .small-table th,
  .small-table td {
    font-size: 1.4rem;
    padding: 8px 5px 6px 5px;
  }
  
}