.header{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
}
.header_inner {
  position: relative;
  padding: 50px 0px 90px 70px;
  background-color: #14967C;
  color: #000;
  margin: -1% 0% 0% 0%;
  z-index: 1;
  
}


@media only screen and (min-width: 1100px) {


  .logo{
    padding: 12px 30px
  }
  .nav_1{
    margin-top:10%;
    text-align: center;
  }
  .nav_2 {
    display: none;
  }
  .nav_list{
    text-align: center;
    display:flex;
  }
  .nav_list li{
    display: inline-block;
    text-align:center;
  }
  .nav_list li a{
    color: rgb(12, 11, 11);
    font-weight: 600;
  }
  .btn {
    position: relative;
    display: inline-block;
    background-color:#98EC9E; 
    border-radius: 50%; /* 角丸をつける */
    width: 15vw; /* 横幅 */
    height: 15vw; /* 縦幅 */
    line-height: 50px; /* 行の高さ(heightと同じ値にする) */
    text-decoration: none; /* aタグのアンダーラインを消す */
    overflow: hidden; /* はみ出し部分を隠す */
    cursor: pointer; /* カーソルをポインターにする */
  }
  .btn img{
    width:40%;
  }

  .keireki_img img{
    width: 60%;
  }
  

  .btn__text {
    position: absolute;
    left: 0;
    display: block;
    height: 100%; /* 縦幅をボタンと同じにする */
    width: 100%; /* 横幅をボタンと同じにする */
    color: rgb(255, 255, 255); /* 文字色 */
    font-size: 2vw; /* 文字サイズ */
    font-weight: bold; /* 文字の太さ */
    text-align: center; /* テキストを中央揃え */
    transition: all 0.5s; /* アニメーション実行時間 */
    font-size:1.1em;
    line-height: 1cm;
  }

  .btn__text p {
    font-size: 1.5vw;
    margin-top: 15%;
  }

  .btn__text__change {
    position: relative;
    display: inline-block;
    background-color:#98EC9E; 
    border-radius: 50%; /* 角丸をつける */
    width: 100%; /* 横幅 */
    height: 250px; /* 縦幅 */
    line-height: 40px; /* 行の高さ(heightと同じ値にする) */
    text-decoration: none; /* aタグのアンダーラインを消す */
    overflow: hidden; /* はみ出し部分を隠す */
    cursor: pointer; /* カーソルをポインターにする */
    margin-top: 0.5vw;
  }


  .btn__text__change a {
    font-size: 1.5vw;
    text-decoration: none;
    line-height: 1vw;
  }

  .btn__text__change a:hover{
    color: #fff;
  }
  .btn__text_2 {
    position: absolute;
    left: 0;
    display: block;
    height: 100%; /* 縦幅をボタンと同じにする */
    width: 100%; /* 横幅をボタンと同じにする */
    color: rgb(255, 255, 255); /* 文字色 */
    font-size: 16px; /* 文字サイズ */
    font-weight: bold; /* 文字の太さ */
    text-align: center; /* テキストを中央揃え */
    transition: all 0.5s; /* アニメーション実行時間 */
    line-height: 1cm;
  }

  .btn__text_2 p {
    font-size: 1.5vw;
    margin-top: 15%;
  }
  .btn:hover{
    transform: scale(1.1);
    z-index:100;
  }

  /* ボタンのテキスト(デフォルトのテキスト) */
  .btn__text__change:nth-child(1) {
    top: 0;
  }
  
  /* ボタンのテキスト(隠れているテキスト) */
  .btn__text__change:nth-child(2) {
    top: -200%;
  }
  
  /* ボタンホバーアクション */
  .btn:hover .btn__text__change:nth-child(1) {
    top: 100%;
  }
  
  .btn:hover .btn__text__change:nth-child(2) {
    top: 0;
  }

}

/* pc */

.blog_button {
  background-color: #14967C;
  border-radius: 1cm;
  color: #fff;
  text-decoration: none;
  font-size: 180%;
  white-space: nowrap;
}

.blog_a a {
  padding: 10%;
}

.blog_a {
  position: absolute;
  display: block;
  padding-left: 90vw;
  padding-top: 5vw;
  z-index: 10;
}

.logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px 15px
}
.title {
  font-size: 2.5vw;
  font-weight:600;
  color: #fff;
}

.top-img img{
  width: 100%;
}

.top-page-hone {
  width: 20%;
  margin-top:-5%;
  margin-left: 60%;
}

.top-page {
  background-image: url("../images/haikei.png");
  background-size:  cover;
  text-align: center;
  width: 60%;
  height: 100%;
  margin-top: 90%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.top-page h2 {
  font-size: 2vw;
  padding-top: 20%;
  font-weight: bold;
}

.top-page p {
  font-size: 1.5vw;
  line-height: 1.5cm;
  padding-top: 10%;
}
.top-page-sumi {
  text-align: right;
}
.top_page_sumi {
  width: 30%;
  border-radius: 10% 10% 10% 10%;
}

.top-page-2 {
  background-color: #E4F1D0;
  margin-top: -5%;
  padding-top: 10%;
  text-align: left;
  padding-left: 10%;
  padding-bottom: 10%;
  line-height: 1cm;
}

.top-page-2 h2 {
  font-size: 1.5vw;
  font-weight: bold;
}

.button_1 {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
  margin-top: 2%;
}

.button_1 a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

.top_button img{
  width: 10%;
  padding-left: 80%;
}

/* pc aisatu.html */

.aisatu-page {
  background-image: url("../images/haikei.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.aisatu-page h2 {
  font-size: 180%;
  padding-top: 15%;
}

.aisatu-page-hone {
  width: 20%;
  margin-top:-5%;
  margin-left: 60%;
}


.aisatu-page-1 {
  font-size: 120%;
  line-height: 0.8cm;
  padding-top: 10%;
}

.aisatu-page-sumi-img {
  width: 20%;
}

.aisatu-page-2 {
  display: flex;
  font-size: 120%;
  line-height: 0.8cm;
  padding-top: 5%;
}

.aisatu-page-3 {
  font-size: 120%;
  line-height: 0.8cm;
  padding-top: 5%;
}

.aisatu-page-4 {
  text-align: right;
  line-height: 1.5cm;
  letter-spacing: 0.1cm;
}

.aisatu-page-4-name {
  font-size: 100%;
}

.aisatu-page-4-name2 {
  font-size: 120%;
}

.aisatu-page-4-sumi {
  font-size: 160%;
}

.button_1_aisatu {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_aisatu a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_aisatu {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

/* pc keireki.html */

.keireki-page {
  background-image: url("../images/haikei.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.keireki-page h2 {
  font-size: 180%;
  padding-top: 10%;
}

.keireki-page-hone {
  width: 20%;
  margin-top:-10%;
  margin-left: 50%;
}

.keireki-page-table{
  text-align: left;
  padding-left: 20%;
  padding-top: 15%;
}

.keireki-page-table-mini {
  font-size: 120%;
}

.keireki-page-table-big {
  font-size: 160%;
}

.keireki-page-table-h3 {
  font-size: 160%;
  padding-top: 5%;
}

.keireki_tb table {
  border-collapse: collapse;
  text-align: center;
}

.keireki_tb td {
  padding: 5px;
  border: 1px solid #333;
}

.keireki_tb .td_left {
  width: 50%;
  text-align: left;
  border: 0px;
  padding-left: 10%;
}

.keireki_tb .td_right {
  width: 100%;
  text-align: left;
  border: 0px;
}

.keireki_tb_2 table {
  border-collapse: collapse;
  text-align: center;
}
.keireki_tb_2 td {
  padding: 10px;
  border: 1px solid #333;
}

.keireki_tb_2 .td_left {
  width: 45%;
  text-align: left;
  border: 0px;
  padding-left: 10%;
}

.keireki_tb_2 .td_right {
  width: 100%;
  text-align: left;
  border: 0px;
}

.keireki-page-img{
  height: 40%;
}

.keireki-page-img img {
  width: 30%;
  margin: 5%;
}

/* pc kokunai.html */

.gakkai-page {
  background-image: url("../images/haikei.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.gakkai-page h2 {
  font-size: 160%;
  padding-top: 15%;
}

.kokunai-page-hone {
  width: 20%;
  margin-top:-10%;
  margin-left: 50%;
}

.gakkai-page-table{
  text-align: left;
  padding-left: 15%;
  padding-top: 15%;
  font-size: 120%;
}

.gakkai-page-table-h3 {
  font-size: 160%;
}

.gakkai_tb table {
  border-collapse: collapse;
  text-align: center;
  
}

.gakkai_tb td {
  padding: 20px;
  border: 0px solid #333;
  vertical-align :top;
}

.gakkai_tb .gakkai_left {
  width: 50%;
  text-align: left;
  border: 0px;
  padding-left: 10%;
}

.gakkai_tb .gakkai_right {
  width: 100%;
  text-align: left;
  border: 0px;
}

.kokunai-page-img{
  display: inline-block;
  height: 40%;
  padding: 1% 0% 5% 0%;
}

.kokunai-page-img img {
  width: 30%;
  margin: 5%;
}

/* pc kaigai.html */

.kaigai-page {
  background-image: url("../images/haikei.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.kaigai-page h2 {
  font-size: 160%;
  padding-top: 15%;
}

.kaigai-page-hone {
  width: 20%;
  margin-top:-10%;
  margin-left: 50%;
}

.right {
  padding-left: 20%;
}

.right_2 {
  padding-left: 50%;
}

.kaigai-page-p p {
  font-size: 120%;
  font-weight: normal;
  line-height: 2cm;
  text-align: left;
  padding-left: 10%;
}

.kaigai-page-img{
  display: inline-block;
  height: 40%;
  padding: 10% 0%;
}

.kaigai-page-img img {
  width: 30%;
  margin: 5%;
}

/* pc pt.html */

.pt-mousikomi-page {
  background-image: url("../images/haikei.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.pt-mousikomi-page h2 {
  font-size: 160%;
  text-align: center;
  padding-top: 10%;
}

.pt-page-hone {
  width: 20%;
  margin-top:-5%;
  margin-left: 50%;
}

.pt-mousikomi-page p {
  text-align: left;
  font-size: 1.2vw;
  padding-top: 5%;
  padding-bottom: 5%;
}

.pt-mousikomi-page-right {
  padding-left: 10%;
}

.pt-table table {
  width: 100%;
  text-align: center;
  font-size: 1vw;
}

.pt-table a {
  text-decoration: none;
  color: #000;
}

.pt-table a:hover {
  color: #fff;
}

.pt-table tr th{
  background-color:black;
  color:white;
}

.pt-table td {
  vertical-align:top;
}

.col{
  background-color:#fff;
}

.gozen{
  background-color:black;
  color:white;
}
.gogo{
  background-color:black;
  color:white;
}
.mahoshi{
  background-color:#CCECF8;
  color:black;
}
.mahoshi_sebone{
  background-color:#FAA6E6;
  color:black;
  height: 50%;
}
.hiro{
  background-color:#FADDF3;
  color:black;
}
.suzuki{
  background-color:#FADDF3;
  color:black;
}
.tanaka{
  background-color:#FADDF3;
  color:black;
}

.pt-page-img {
  width: 80%;
  text-align: center;
  padding: 5%;
}

.pt-page-2 p {
  text-align: left;
  font-size: 1.2vw;
  padding-top: 0%;
  padding-bottom: 5%;
  line-height: 1cm;
}

.mousikomi-button {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 5% 2% 5%;
}

.button_1_pt {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_pt a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_pt {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

/* pc dr.html */
.dr-mousikomi-page {
  background-image: url("../images/haikei.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.dr-mousikomi-page h2 {
  font-size: 160%;
  text-align: center;
  padding-top: 10%;
}

.dr-page-hone {
  width: 20%;
  margin-top:-5%;
  margin-left: 50%;
}

.dr-mousikomi-page-img {
  display: none;
}

.dr-mousikomi-page p {
  text-align: left;
  font-size: 1.2vw;
  padding-top: 10%;
  padding-bottom: 5%;
}

.dr-mousikomi-page-right {
  padding-left: 10%;
}

.dr-table table {
  width: 100%;
  text-align: center;
}

.dr-table tr th{
  background-color:black;
  color:white;
}

.col{
  background-color:#fff;
}

.gozen{
  background-color:black;
  color:white;
}
.gogo{
  background-color:black;
  color:white;
}
.mahoshi{
  background-color:#CCECF8;
  color:black;
}
.mahoshi_sebone{
  background-color:#FAA6E6;
  color:black;
  height: 50%;
}
.hiro{
  background-color:#FADDF3;
  color:black;
}
.suzuki{
  background-color:#FADDF3;
  color:black;
}
.tanaka{
  background-color:#FADDF3;
  color:black;
}

.dr-page-img {
  width: 80%;
  text-align: center;
  padding: 5%;
}

.dr-page-2 p {
  text-align: left;
  font-size: 1.2vw;
  padding-top: 0%;
  padding-bottom: 5%;
  line-height: 1cm;
}

.setumei {
  color: #000;
  text-decoration: none;
}

.setumei:hover{
  background-color: #0B8161;
}

.mousikomi-button {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 5% 2% 5%;
}

.button_1_dr {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_dr a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_dr {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

/* pc setumei.html */

.setumei-page {
  text-align: left;
  width: 100%;
  height: 100%;
  margin-top: 50%;
  padding-left: 20%;
}


.setumei-page h1 {
  font-size: 180%;
}

.setumei-page img {
  width: 80%;
}

/* pc mahoshi.html */

.mahoshi-page {
  background-image: url("../images/タイトルなし.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.mini {
  font-size: 80%;
  text-align: left;
  font-weight: normal;
}

.mahoshi-page h2 {
  font-size: 180%;
  padding-top: 15%;
  text-align: left;
  font-weight: normal;
}

.mahoshi-page-hone {
  width: 20%;
  padding-left: 70%;
}

.mahoshi-ac {
  text-align: right;
  font-size: 120%;
  font-weight: normal;
  padding-top: 5%;
}

.mahoshi-page-img {
  width: 100%;
  padding-top: 5%;
}

.mahoshi-page-p2 {
  text-align: left;
  font-size: 180%;
}

.mahishi-page-p-right a{
  text-decoration: none;
  color: #000;
}

.mahishi-page-p-right a:hover {
  color: #0B8161;
}

.access {
  padding-bottom: 5%;
}

.mahishi-page-p-right a {
  text-decoration: none;
  color: #000;
}

.mahishi-page-p-right a:hover {
  color: #0B8161;
}

.button_1_hp {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%; 
  margin-top: 5%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_hp a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_hp {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

/* pc hiro.html */

.hiro-page {
  background-image: url("../images/タイトルなし.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}
.hiro-page h2 {
  font-size: 180%;
  padding-top: 15%;
  text-align: left;
  font-weight: normal;
}

.hiro-page-hone {
  width: 20%;
  padding-left: 40%;
}

.hiro-ac {
  text-align: right;
  font-size: 120%;
  font-weight: normal;
  padding-top: 5%;
}

.hiro-page-img {
  width: 80%;
  padding-top: 5%;
  padding-left: 8%;
}

.hiro-page-p2 {
  text-align: left;
  font-size: 180%;
}

.hiro-page-p-right a {
  text-decoration: none;
  color: #000;
}

.hiro-page-p-right a:hover {
  color: #0B8161;
}

.access {
  padding-bottom: 5%;
}

/* pc tanaka.html */

.tanaka-page {
  background-image: url("../images/タイトルなし.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}
.tanaka-page h2 {
  font-size: 180%;
  padding-top: 15%;
  text-align: left;
  font-weight: normal;
  padding-left: 20%;
}

.tanaka-page-hone {
  display: none;
}

.tanaka-ac {
  text-align: right;
  font-size: 120%;
  font-weight: normal;
  padding-top: 5%;
  padding-right: 20%;
}

.tanaka-page-img {
  width: 60%;
  padding-top: 5%;
  padding-left: 15%;
}

.tanaka-page-p2 {
  text-align: left;
  font-size: 180%;
  padding-left: 20%;
}

.access {
  padding-bottom: 5%;
}

.tanaka_sita {
  padding-left: 20%;
}

/* pc suzuki.html */

.suzuki-page {
  background-image: url("../images/タイトルなし.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}
.suzuki-page h2 {
  font-size: 180%;
  padding-top: 15%;
  text-align: left;
  font-weight: normal;
}

.suzuki-page-hone {
  width: 20%;
  padding-left: 70%;
}

.suzuki-ac {
  text-align: right;
  font-size: 120%;
  font-weight: normal;
  padding-top: 5%;
}

.suzuki-page-img {
  width: 80%;
  padding-top: 5%;
  padding-left: 8%;
}

.suzuki-page-p2 {
  text-align: left;
  font-size: 180%;
}

.access {
  padding-bottom: 5%;
}

/* pc blog.html */

.blog_page {
  background-image: url("../images/タイトルなし.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 40%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

.blog_page_h3 {
  font-size: 180%;
  padding-top: 15%;
  margin-top: 30%;
  text-align: center;
  font-weight: bold;
}

.blog-page-hone {
  width: 27%;
  padding-left: 0%;
}

.blog_page_hone {
  width: 10%;
}

.blog_page_title {
  font-size: 140%;
}

.blog_page_title:hover {
  background-color: #0B8161;
  color: #fff;
}

.blog_page_title {
  text-decoration: none;
  color: #000;
}

.blog_page_ichiran {
  list-style-type:none;
  line-height: 1.5cm;
}

.blog_page_ichiran li {
text-align: left;
padding-left: 25%;
}

/* pc footer */

.footer {
  text-align: center;
  background-color: #0B8161;
  padding: 2%;
  }
  
  .footer p {
    font-size: 120%;
    color: #fff;
  }


/* タブレット　
------------------------------ */

@media screen and (max-width: 1100px) {

  .header_inner {
    position: relative;
    padding: 50px 0px 150px 70px;
    background-color: #14967C;
    color: #000;
    margin: -1% 0% 0% 0%;
    z-index: 1;
    
  }

  .nav_1 {
    display: none;
  }

  .nav_2 {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 50px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }

  /*　ドロップダウン */
  
/*==ナビゲーション全体の設定*/
.nav_2 ul{
  list-style: none;
  text-align: left;
}


/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.nav_2 ul li{
  position: relative;
}

/*ナビゲーションのリンク設定*/
.nav_2 ul li a{
  display: block;
  text-decoration: none;
  color: #0B8161;
  padding:15px;
  transition:all .5s;
}

nav ul li a:hover{
  color: #0B8161;
	background-color:#fff;	
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
.nav_2 ul li.has-child::before{
  content:'';
  position: absolute;
  right:30px;
  top:20px;
  width:6px;
  height:6px;
  border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}

/*== 2階層目の共通設定 */

/*下の階層を持っているulの指定*/
.nav_2 li.has-child ul{
  /*絶対配置で位置を指定*/
position: absolute;
left:0;
top:62px;
z-index: 4;
  /*形状を指定*/
background:#0B8161;
width:200px;
margin-left: 0%;
  /*はじめは非表示*/
visibility: hidden;
opacity: 0;
  /*アニメーション設定*/
transition: all .5s;
}

.nav_2 li.has-child li a:hover {
  background-color: #14967C;
  color: #fff;
}



.nav_2 li.has-child ul,
.nav_2 li.has-child ul ul{
  position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}

/*ナビゲーションaタグの形状*/
.nav_2 li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}
.nav_2 li.has-child ul li:last-child a{
  border-bottom:none;
}

.nav_2 li.has-child ul li a:active,
.nav_2 li.has-child ul li a:active{
  background:#14967C;
}

.nav_2 ul li.has-child::before{
	right:20px;	
}

.nav_2 ul ul li.has-child::before{
    transform: rotate(135deg);
	right:20px;
}
    
.nav_2 ul li.has-child.active::before{
    transform: rotate(-45deg);
}


/*  */


  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
    background-color: #fff;
    color: #0B8161;
  }

  .nav_br {
    display: none;
  }
  
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 0px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 20px;
    height: 3px;
    background-color: #0B8161;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 10px;
  }
  .hamburger_border_center {
    top: 16px;
  }
  .hamburger_border_bottom {
    top: 22px;
  }
  .hamburger_border_bottom::after {
    content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top:5px;
    left:-3.5px;
    color: #0B8161;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav_2 {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    right: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

  .nav-open .hamburger_border_bottom::after {
    display: none;
}

/* tb index.html */

.blog_button {
  background-color: #14967C;
  border-radius: 1cm;
  color: #fff;
  text-decoration: none;
  font-size: 180%;
  white-space: nowrap;
}

.blog_a a {
  padding: 10%;
}

.blog_a {
  position: absolute;
  display: block;
  padding-left: 5vw;
  padding-top: 5vw;
}


.title {
  font-size: 2.5vw;
  font-weight:600;
  color: #fff;
  margin-top: 20%;
}

.top-page {
  background-image: url("../images/haikei.png");
  background-size:  cover;
  width: 60%;
  height: 100%;
  padding-left: 20%;
  padding-right: 20%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
  margin-top: 75vw;

}

.top-page h2 {
  font-size: 180%;
  padding-top: 20%;
}

.top-page-hone {
  width: 30%;
  margin-top:2vw;
  margin-left: 40vw;
  }

.top-page p {
  font-size: 1.8vw;
  line-height: 1.5cm;
  padding-top: 10%;
}
.top-page-sumi {
  text-align: right;
}
.top_page_sumi {
  width: 30%;
  border-radius: 10% 10% 10% 10%;
}

.top-page-2 {
  background-color: #E4F1D0;
  font-size: 90%;
  margin-top: -5%;
  padding-top: 10%;
  text-align: left;
  padding-left: 5%;
  padding-bottom: 10%;
}

.top-page-2 h2 {
  font-size: 2.5vw;
  font-weight: bold;
}

.button_1 {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1 a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

.top_button img{
  width: 10%;
  padding-left: 80%;
}

/* tb aisatu.html */

.aisatu-page {
background-image: url("../images/haikei2.png");
background-size:  cover;
width: 100%;
height: 100%;
padding-left: 0%;
padding-right: 0%;
object-fit: cover;
object-position: center;
padding-bottom: 5%;
display: block;
margin-top: 30vw;
}

.aisatu-page h2 {
font-size: 180%;
padding-top: 10%;
}

.aisatu-page-hone {
width: 20%;
margin-top:-10%;
margin-left: 50%;
}

.aisatu-page-1 {
font-size: 120%;
line-height: 0.8cm;
padding-top: 5%;
}

.aisatu-page-sumi-img {
width: 20%;
}

.aisatu-page-2 {
display: flex;
font-size: 120%;
line-height: 0.8cm;
padding-top: 5%;
}

.aisatu-page-3 {
font-size: 120%;
line-height: 0.8cm;
padding-top: 2%;
}

.aisatu-page-4 {
text-align: right;
line-height: 1.5cm;
letter-spacing: 0.1cm;
}

.aisatu-page-4-name {
font-size: 100%;
}

.aisatu-page-4-name2 {
font-size: 120%;
}

.aisatu-page-4-sumi {
font-size: 160%;
}

.button_1_aisatu {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_aisatu a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_aisatu {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

.top_button img{
  width: 10%;
  padding-left: 80%;
}

/* tb keireki.html */

.keireki-page {
  background-image: url("../images/haikei2.png");
  background-size:  cover;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 5%;
  display: block;
  margin-top: 30vw;
  }
  
  .keireki-page h2 {
  font-size: 180%;
  padding-top: 10%;
  }
  
  .keireki-page-hone {
  width: 20%;
  margin-top:-10%;
  margin-left: 50%;
  }
  
  .keireki-page-table{
  text-align: left;
  padding-left: 15vw;
  padding-top: 15%;
  vertical-align: top;
  }
  
  .keireki-page-table-mini {
  font-size: 120%;
  }
  
  .keireki-page-table-big {
  font-size: 160%;
  }
  
  .keireki-page-table-h3 {
  font-size: 160%;
  }
  
  .keireki_tb table {
  border-collapse: collapse;
  text-align: center;
  vertical-align: top;
  }
  
  .keireki_tb td {
  padding: 5px;
  border: 1px solid #333;
  vertical-align :top;
  }
  
  .keireki_tb .td_left {
  width: 50%;
  text-align: left;
  border: 0px;
  padding-left: 10%;
  }
  
  .keireki_tb .td_right {
  width: 100%;
  text-align: left;
  border: 0px;
  }
  
  .keireki_tb_2 table {
  border-collapse: collapse;
  text-align: center;
  }
  .keireki_tb_2 td {
  padding: 10px;
  border: 1px solid #333;
  vertical-align :top;
  }
  
  .keireki_tb_2 .td_left {
  width: 45%;
  text-align: left;
  border: 0px;
  padding-left: 10%;
  }
  
  .keireki_tb_2 .td_right {
  width: 100%;
  text-align: left;
  border: 0px;
  }
  
  .keireki-page-img{
  height: 40%;
  }
  
  .keireki-page-img img {
  width: 30%;
  margin: 5%;
  }

/* tb  kokunai.html */

.gakkai-page {
background-image: url("../images/haikei2.png");
background-size:  cover;
width: 100%;
height: 100%;
padding-left: 0%;
padding-right: 0%;
object-fit: cover;
object-position: center;
padding-bottom: 5%;
margin-top: 30vw;
}

.gakkai-page h2 {
font-size: 160%;
padding-top: 15%;
}

.kokunai-page-hone {
width: 20%;
margin-top:-10%;
margin-left: 50%;
}

.gakkai-page-table{
text-align: left;
padding-left: 10vw;
padding-top: 15%;
font-size: 120%;
}

.gakkai-page-table-h3 {
font-size: 160%;
}

.gakkai_tb table {
border-collapse: collapse;
text-align: center;

}

.gakkai_tb td {
padding: 20px;
border: 0px solid #333;
vertical-align :top;
}

.gakkai_tb .gakkai_left {
width: 70%;
text-align: left;
border: 0px;
padding-left: 10%;
}

.gakkai_tb .gakkai_right {
width: 100%;
text-align: left;
border: 0px;
padding-left: 10%;
}

.kokunai-page-img{
display: inline-block;
height: 40%;
padding: 10% 0%;
}

.kokunai-page-img img {
width: 30%;
margin: 5%;
}

/* tb  kaigai.html */

.kaigai-page {
background-image: url("../images/haikei2.png");
background-size:  cover;
width: 100%;
height: 100%;
padding-left: 0%;
padding-right: 0%;
object-fit: cover;
object-position: center;
padding-bottom: 5%;
display: block;
margin-top: 30vw;
}

.kaigai-page h2 {
font-size: 160%;
padding-top: 15%;
}

.kaigai-page-hone {
width: 20%;
margin-top:-10%;
margin-left: 50%;
}

.right {
padding-left: 10%;
}

.right_2 {
padding-left: 50%;
}

.kaigai-page-p p {
font-size: 120%;
font-weight: normal;
line-height: 2cm;
text-align: left;
padding-left: 10%;
}

.kaigai-page-img{
display: inline-block;
height: 40%;
padding: 10% 0%;
}

.kaigai-page-img img {
width: 30%;
margin: 5%;
}

/* tb pt.html */

.pt-mousikomi-page {
  background-image: url("../images/haikei2.png");
  background-size:  cover;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 5%;
  display: block;
  margin-top: 30vw;
}

.pt-mousikomi-page h2 {
font-size: 140%;
text-align: center;
padding-top: 10%;
}

.pt-page-hone {
width: 20%;
margin-top:-10%;
margin-left: 50%;
}

.pt-mousikomi-page p {
text-align: left;
font-size: 1.5vw;
padding-top: 5%;
padding-bottom: 5%;
padding-left: 20vw;
}

.pt-mousikomi-page-right {
padding-left: 5%;
}

.pt-table table {
width: 100%;
text-align: center;
font-size: 1.5vw;
}

.pt-table tr th{
background-color:black;
color:white;
}

.col{
background-color:#fff;
}

.gozen{
background-color:black;
color:white;
}
.gogo{
background-color:black;
color:white;
}
.mahoshi{
background-color:#CCECF8;
color:black;
}
.mahoshi_sebone{
background-color:#FAA6E6;
color:black;
height: 50%;
}
.hiro{
background-color:#FADDF3;
color:black;
}
.suzuki{
background-color:#FADDF3;
color:black;
}
.tanaka{
background-color:#FADDF3;
color:black;
}

.pt-page-img {
width: 80vw;
text-align: center;
padding: 5% 5%;
}

.pt-page-2 p {
text-align: left;
font-size: 1.5vw;
padding-top: 0%;
padding-bottom: 5%;
}

.button_1_pt {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_pt a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_pt {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

/* tb dr.html */
.dr-mousikomi-page {
background-image: url("../images/haikei2.png");
background-size:  cover;
width: 100%;
height: 40%;
padding-left: 0%;
padding-right: 0%;
object-fit: cover;
object-position: center;
padding-bottom: 5%;
margin-top: 30vw;
}

.dr-mousikomi-page h2 {
font-size: 160%;
text-align: center;
padding-top: 10%;
}

.dr-page-hone {
width: 20%;
margin-top:-10%;
margin-left: 50%;
}

.dr-mousikomi-page-img {
display: none;
}

.dr-mousikomi-page p {
text-align: left;
font-size: 1.5vw;
padding-top: 10%;
padding-bottom: 5%;
padding-left: 20vw;
}

.dr-mousikomi-page-right {
padding-left: 5%;
}

.dr-table table {
width: 100%;
text-align: center;
}

.dr-table td {
  vertical-align:top
}

.dr-table tr th{
background-color:black;
color:white;
}

.col{
background-color:#fff;
}

.gozen{
background-color:black;
color:white;
}
.gogo{
background-color:black;
color:white;
}
.mahoshi{
background-color:#CCECF8;
color:black;
}
.mahoshi_sebone{
background-color:#FAA6E6;
color:black;
height: 50%;
}
.hiro{
background-color:#FADDF3;
color:black;
}
.suzuki{
background-color:#FADDF3;
color:black;
}
.tanaka{
background-color:#FADDF3;
color:black;
}

.dr-page-img {
width: 80vw;
text-align: center;
padding: 5% 5%;
}

.dr-page-2 p {
text-align: left;
font-size: 1.5vw;
padding-top: 0%;
padding-bottom: 5%;
}

.button_1_dr {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_dr a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_dr {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

/* tb setumei.html */

.setumei-page {
text-align: left;
width: 100%;
height: 40%;
padding-left: 0%;
margin-top: 30%;
}

.setumei-page h1 {
  font-size: 160%;
}

.setumei-page img {
  width: 100%;
}


/* tb mahoshi.html */

.mahoshi-page {
background-image: url("../images/haikei2.png");
background-size:  cover;
width: 100%;
height: 100%;
padding-left: 0%;
padding-right: 0%;
object-fit: cover;
object-position: center;
padding-bottom: 5%;
margin-top: 30vw;
}

.mini {
font-size: 80%;
text-align: left;
font-weight: normal;
padding-left: 1%;
}

.mahoshi-page h2 {
font-size: 180%;
padding-top: 15%;
text-align: left;
font-weight: normal;
}

.mahoshi-page-hone {
width: 20%;
padding-left: 70%;
}

.mahoshi-ac {
text-align: right;
font-size: 120%;
font-weight: normal;
padding-top: 5%;
padding-right: 1%;
}

.mahoshi-page-img {
width: 100%;
padding-top: 5%;
}

.mahoshi-page-p2 {
text-align: left;
font-size: 180%;
padding-left: 1%;
}

.access {
padding-bottom: 5%;
}

.button_1_hp {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_hp a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_hp {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

/* tb hiro.html */

.hiro-page {
background-image: url("../images/haikei2.png");
background-size:  cover;
width: 100%;
height: 100%;
padding-left: 0%;
padding-right: 0%;
object-fit: cover;
object-position: center;
padding-bottom: 5%;
margin-top: 30vw;
}

.hiro-page h2 {
font-size: 180%;
padding-top: 15%;
text-align: left;
font-weight: normal;
padding-left: 2%;
}

.hiro-page-hone {
width: 20%;
padding-left: 70%;
}

.hiro-ac {
text-align: right;
font-size: 120%;
font-weight: normal;
padding-top: 5%;
padding-right: 2%;
}

.hiro-page-img {
width: 80%;
padding-top: 5%;
padding-left: 8%;
}

.hiro-page-p2 {
text-align: left;
font-size: 180%;
}

.access {
padding-bottom: 5%;
padding-left: 0%;
}

.button_1_hp {
  background-color: #14967C;
  border-radius: 3cm;
  margin-left: 0%;
  margin-right: 75%;
  text-align: center;
  padding: 2% 0% 2% 0%;
}

.button_1_hp a {
  color: #fff;
  font-size: 140%;
  padding: 20% 10%;
  text-decoration: none;
}

.mousikomi-button_hp {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 5% 2% 5%;
}

/* tb tanaka.html */

.tanaka-page {
background-image: url("../images/haikei2.png");
background-size:  cover;
width: 100%;
height: 100%;
padding-left: 0%;
padding-right: 0%;
object-fit: cover;
object-position: center;
padding-bottom: 5%;
margin-top: 30vw;

}
.tanaka-page h2 {
font-size: 180%;
padding-top: 15%;
text-align: left;
font-weight: normal;
padding-left: 2%;
}

.tanaka-page-hone {
width: 20%;
padding-left: 70%;
}

.tanaka-ac {
text-align: right;
font-size: 120%;
font-weight: normal;
padding-top: 5%;
padding-right: 2%;
}

.tanaka-page-img {
width: 80%;
padding-top: 5%;
padding-left: 8%;
}

.tanaka-page-p2 {
text-align: left;
font-size: 180%;
}

.access {
padding-bottom: 5%;
}

/* tb suzuki.html */

.suzuki-page {
background-image: url("../images/haikei2.png");
background-size:  cover;
width: 100%;
height: 100%;
padding-left: 0%;
padding-right: 0%;
object-fit: cover;
object-position: center;
padding-bottom: 5%;
margin-top: 30vw;
}
.suzuki-page h2 {
font-size: 180%;
padding-top: 15%;
text-align: left;
font-weight: normal;
padding-left: 2%;
}

.suzuki-page-hone {
width: 20%;
padding-left: 70%;
}

.suzuki-ac {
text-align: right;
font-size: 120%;
font-weight: normal;
padding-top: 5%;
padding-right: 2%;
}

.suzuki-page-img {
width: 80%;
padding-top: 5%;
padding-left: 8%;
}

.suzuki-page-p2 {
text-align: left;
font-size: 180%;
}

.access {
padding-bottom: 5%;
}

/* tb blog.html */

.blog_page {
  background-image: url("../images/タイトルなし.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

h2 {
  font-size: 180%;
  padding-top: 15%;
  margin-top: 30%;
  text-align: center;
  font-weight: bold;
}

.blog-page-hone {
  width: 27%;
  padding-left: 0%;
}

.blog_page_hone {
  width: 10%;
}

.blog_page_title {
  font-size: 140%;
}

.blog_page_title:hover {
  background-color: #0B8161;
  color: #fff;
}

.blog_page_title {
  text-decoration: none;
  color: #000;
}

.blog_page_ichiran {
  list-style-type:none;
  line-height: 1.5cm;
}

.blog_page_ichiran li {
text-align: left;
padding-left: 25%;
}

/* tb footer */
.footer {
  text-align: center;
  background-color: #0B8161;
  padding: 2%;
}

.footer p {
  font-size: 120%;
  color: #fff;
}

}

/* モバイル
------------------------------ */

@media (max-width: 540px) {

  .nav_1 {
    display: none;
  }

  .nav_2 {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 50px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }

  /*　ドロップダウン */
  
/*==ナビゲーション全体の設定*/
.nav_2 ul{
  list-style: none;
  text-align: left;
}


/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
.nav_2 ul li{
  position: relative;
}

/*ナビゲーションのリンク設定*/
.nav_2 ul li a{
  display: block;
  text-decoration: none;
  color: #0B8161;
  padding:15px;
  transition:all .5s;
}

nav ul li a:hover{
  color: #0B8161;
	background-color:#fff;	
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
.nav_2 ul li.has-child::before{
  content:'';
  position: absolute;
  right:30px;
  top:20px;
  width:6px;
  height:6px;
  border-top: 2px solid #999;
    border-right:2px solid #999;
    transform: rotate(135deg);
}

/*== 2階層目の共通設定 */

/*下の階層を持っているulの指定*/
.nav_2 li.has-child ul{
  /*絶対配置で位置を指定*/
position: absolute;
left:0;
top:62px;
z-index: 4;
  /*形状を指定*/
background:#0B8161;
width:200px;
margin-left: 0%;
  /*はじめは非表示*/
visibility: hidden;
opacity: 0;
  /*アニメーション設定*/
transition: all .5s;
}

.nav_2 li.has-child li a:hover {
  background-color: #14967C;
  color: #fff;
}



.nav_2 li.has-child ul,
.nav_2 li.has-child ul ul{
  position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}

/*ナビゲーションaタグの形状*/
.nav_2 li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}
.nav_2 li.has-child ul li:last-child a{
  border-bottom:none;
}

.nav_2 li.has-child ul li a:active,
.nav_2 li.has-child ul li a:active{
  background:#14967C;
}

.nav_2 ul li.has-child::before{
	right:20px;	
}

.nav_2 ul ul li.has-child::before{
    transform: rotate(135deg);
	right:20px;
}
    
.nav_2 ul li.has-child.active::before{
    transform: rotate(-45deg);
}


/*  */


  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
    background-color: #fff;
    color: #0B8161;
  }

  .nav_br {
    display: none;
  }
  
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 0px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 20px;
    height: 3px;
    background-color: #0B8161;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 10px;
  }
  .hamburger_border_center {
    top: 16px;
  }
  .hamburger_border_bottom {
    top: 22px;
  }
  .hamburger_border_bottom::after {
    content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top:5px;
    left:-3.5px;
    color: #0B8161;
    font-size: 0.6rem;
    text-transform: uppercase;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav_2 {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    right: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }

  .nav-open .hamburger_border_bottom::after {
    display: none;
}

  /* 共通部分 */
  
  html {
    font-size: 100%;
    text-align: center;
    margin: auto;
    height: 100%;
  }
  
  body {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
  }
  
  a{
    color: black;
  }
  

  /* mb index.html */

  .blog_button {
    background-color: #14967C;
    border-radius: 1cm;
    color: #fff;
    text-decoration: none;
    font-size: 180%;
    white-space: nowrap;
  }
  
  .blog_a a {
    padding: 10%;
  }
  
  .blog_a {
    position: absolute;
    display: block;
    padding-left: 0vw;
    padding-top: 10vw;    
}

  
  .title{
    font-size: 4vw;
    font-weight:600;
    color: #fff;
    text-align: left;
  }

 
  .top-page {
    background-image: url("../images/haikei_mb.png");
    background-size:  cover;
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 10%;
    margin-top: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 110vw;
  }
  
  .top-page h2 {
    font-size: 140%;
    padding-top: 20%;
  }

  .top-page-hone {
    width: 40%;
    margin-top:0%;
    margin-left: 0%;
    text-align: center;
    }
  
  .top-page p {
    font-size: 4vw;
    line-height: 1.5cm;
    padding-top: 10%;
  }
  .top-page-sumi {
    text-align: center;
  }
  .top_page_sumi {
    width: 50%;
    border-radius: 10% 10% 10% 10%;
  }
  
  .top-page-2 {
    background-color: #E4F1D0;
    font-size: 100%;
    margin-top: -5%;
    padding-top: 10%;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 10%;
    display: inline-block;
  }

.top-page-2 h2 {
  font-size: 5vw;
  font-weight: bold;
  text-align: left;
  padding-top: 0%;
  margin-top: 0%;
}
  
  .button_1 {
    background-color: #14967C;
    border-radius: 3cm;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center;
    padding: 5% 10% 5% 10%;

  }
  
  .button_1 a {
    color: #fff;
    font-size: 140%;
    padding: 20% 0%;
    text-decoration: none;
  }
  
  .mousikomi-button {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 10% 2% 10%;
  }
  
  .top_button img{
    width: 20%;
    padding-top: 5%;
    padding-left: 80%;
  }
  
  /* mb aisatu.html */
  
  .aisatu-page {
  background-image: url("../images/haikei_mb.png");
  background-size:  cover;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 0%;
  display: block;
  margin-top: 60vw;
  }
  
  .aisatu-page h2 {
  font-size: 180%;
  padding-top: 15%;
  }
  
  .aisatu-page-hone {
  width: 40%;
  margin-top:0%;
  margin-left: 0%;
  text-align: center;
  }

  .aisatu-page br {
    display: none;
  }
  
  .aisatu-page-1 {
  font-size: 5vw;
  line-height: 0.8cm;
  padding-top: 10%;
  text-align: left;
  margin-bottom: 3%;
  }
  
  .aisatu-page-sumi-img {
  width: 70vw;
  padding-left: 30%;
  text-align: center;
  display: block;
  }
  
  .aisatu-page-2 {
  display: block;
  font-size: 5vw;
  line-height: 0.8cm;
  padding-top: 5%;
  text-align: left;
  }
  
  .aisatu-page-3 {
    font-size: 5vw;
  line-height: 0.8cm;
  padding-top: 5%;
  text-align: left;
  }
  
  .aisatu-page-4 {
  text-align: right;
  line-height: 1.5cm;
  letter-spacing: 0.1cm;
  background-color: #E4F1D0;
  }
  
  .aisatu-page-4-name {
  font-size: 2vw;
  }
  
  .aisatu-page-4-name2 {
  font-size: 3vw;
  }
  
  .aisatu-page-4-sumi {
  font-size: 3.8vw;
  }

  .aisatu-page-4-sumi2 {
    width: 55vw;
  }

  .aisatu_sita {
    background-color: #E4F1D0;
  }

  .button_1_aisatu {
    background-color: #14967C;
    border-radius: 3cm;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
    text-align: center;
    padding: 5% 10% 5% 10%;

  }
  
  .button_1_aisatu a {
    color: #fff;
    font-size: 120%;
    padding: 20% 0%;
    text-decoration: none;
  }
  
  .mousikomi-button_aisatu {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 10% 2% 10%;
  }
  
  .top_button_aisatu img{
    width: 20%;
    padding-left: 80%;
  }
  
  /* mb keireki.html */
  
  .keireki-page {
    background-image: url("../images/haikei_mb.png");
    background-size:  cover;
    width: 100%;
    height: 100%;
    padding-left: 0%;
    padding-right: 0%;
    object-fit: cover;
    object-position: center;
    padding-bottom: 5%;
    display: block;
    margin-top: 60vw;
    }
    
    .keireki-page h2 {
    font-size: 180%;
    padding-top: 10%;
    }
    
    .keireki-page-hone {
    width: 40%;
    margin-top:0%;
    margin-left: 0%;
    text-align: center;
    }
    
    .keireki-page-table{
    text-align: left;
    padding-left: 0%;
    padding-top: 15%;
    vertical-align: top;
    }
    
    .keireki-page-table-mini {
    font-size: 80%;
    }
    
    .keireki-page-table-big {
    font-size: 100%;
    }
    
    .keireki-page-table-h3 {
    font-size: 120%;
    }
    
    .keireki_tb table {
    border-collapse: collapse;
    text-align: center;
    vertical-align: top;
    }
    
    .keireki_tb td {
    padding: 1px;
    border: 1px solid #333;
    vertical-align :top;
    }
    
    .keireki_tb .td_left {
    width: 40%;
    text-align: left;
    border: 0px;
    padding-left: 1%;
    font-size: 80%;
    }
    
    .keireki_tb .td_right {
    width: 60%;
    text-align: left;
    border: 0px;
    font-size: 80%;
    }
    
    .keireki_tb_2 table {
    border-collapse: collapse;
    text-align: center;
    }
    .keireki_tb_2 td {
    padding: 0px;
    border: 1px solid #333;
    vertical-align :top;
    }
    
    .keireki_tb_2 .td_left {
      width: 40%;
      text-align: left;
      border: 0px;
      padding-left: 1%;
      font-size: 80%;
    }
    
    .keireki_tb_2 .td_right {
      width: 60%;
      text-align: left;
      border: 0px;
      font-size: 80%;
    }
    
    .keireki-page-img{
    height: 40%;
    }
    
    .keireki-page-img img {
    width: 90vw;
    margin: 0%;
    }
    .button_1_aisatu {
      background-color: #14967C;
      border-radius: 3cm;
      margin-top: 2%;
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 2%;
      text-align: center;
      padding: 5% 10% 5% 10%;
  
    }
    
    .button_1_aisatu a {
      color: #fff;
      font-size: 120%;
      padding: 20% 0%;
      text-decoration: none;
    }
    
    .mousikomi-button_aisatu {
    background-color: #4AE497;
    color: #fff;
    text-decoration: none;
    border-radius: 1cm;
    text-align: center;
    padding: 2% 10% 2% 10%;
    }
  
  /* mb kokunai.html */

.gakkai-page {
  background-image: url("../images/haikei_mb.png");
  background-size: contain;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 0%;
  margin-top: 60vw;
}

.gakkai-page h2 {
  font-size: 160%;
  padding-top: 15%;
}

.kokunai-page-hone {
  width: 40%;
  margin-top: 0%;
  margin-left: 0%;
  text-align: center;
}

.gakkai-page-table{
  padding-top: 15%;
  font-size: 4.5vw;
  padding-left: 0%;
}

.gakkai-page-table-h3 {
  font-size: 160%;
}

.gakkai_tb table {
  border-collapse: collapse;
  width: 100%;
}

.gakkai_tb td {
  padding: 1px 0px 10px 0px;
  border: 0px solid #333;
  display: block;
}

.gakkai_tb .gakkai_left {
  width: 100%;
  text-align: left;
  border: 0px;
  padding-left: 10%;
}

.gakkai_tb .gakkai_right {
  width: 100%;
  text-align: left;
  border: 0px;
}

.kokunai_r {
  margin-left: 10%;
  display: inline-block;
}


.kokunai-page-img{
  display: block;
  height: 40%;
  padding: 0% 0%;
  background-color: #E4F1D0;
  margin-top: -5%;
}

.kokunai-page-img img {
  width: 50%;
  margin: 5%;
}

.kokunai_sita {
  background-color: #E4F1D0;
  padding: 15%;
}

.button_1_aisatu {
  background-color: #14967C;
  border-radius: 3cm;
  margin-top: 2%;
  margin-left: 0%;
  margin-right: 0%;
  margin-bottom: 2%;
  text-align: center;
  padding: 5% 10% 5% 10%;

}

.button_1_aisatu a {
  color: #fff;
  font-size: 120%;
  padding: 20% 0%;
  text-decoration: none;
}

.mousikomi-button_aisatu {
background-color: #4AE497;
color: #fff;
text-decoration: none;
border-radius: 1cm;
text-align: center;
padding: 2% 10% 2% 10%;
}
  
  /* mb kaigai.html */
  
  .kaigai-page {
  background-image: url("../images/haikei_mb.png");
  background-size:  cover;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 5%;
  display: block;
  margin-top: 60vw;
  }
  
  .kaigai-page h2 {
  font-size: 160%;
  padding-top: 15%;
  }
  
  .kaigai-page-hone {
  width: 40%;
  margin-top: 0%;
  margin-left: 0%;
  }

.kaigai-page-p p{
  font-size: 3vw;
  font-weight: normal;
  line-height: 0.5cm;
  padding-left: 2%;
}

.kaigai-page-p .left {
  text-align: left;
  margin: 1vh 0vh;
}

.mb_br {
  display: block;
}

.mb_right_2 {
  padding-left: 40vw;
  margin: 1vh 0vh;
}
.right {
  text-align: right;
  padding-left: 5vw;
  margin: 1vh 0vh;
  }
  
.right_2 {
  text-align: right;
  padding-left: 50vw;
  margin: 1vh 0vh;
  }
 

  .kaigai-page-img{
  display: inline-block;
  height: 40%;
  padding: 10% 0%;
  }
  
  .kaigai-page-img img {
  width: 100%;
  margin: 0%;
  }

  .button_1_kaigai {
    background-color: #14967C;
    border-radius: 3cm;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
    text-align: center;
    padding: 5% 10% 5% 10%;
  
  }
  
  .button_1_kaigai a {
    color: #fff;
    font-size: 180%;
    padding: 20% 0%;
    text-decoration: none;
  }
  
  .mousikomi-button_kaigai {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 10% 2% 10%;
  }

  /* mb pt.html */
  
  .pt-mousikomi-page {
    background-image: url("../images/haikei_mb.png");
    background-size: cover;
    width: 100%;
    height: 50%;
    padding-left: 0%;
    padding-right: 0%;
    object-fit: cover;
    object-position: center;
    padding-bottom: 5%;
    display: block;
    margin-top: 60vw;
  }
  
  .pt-mousikomi-page h2 {
  font-size: 140%;
  text-align: center;
  padding-top: 10%;
  }
  
  .pt-page-hone {
  width: 40%;
  margin-top:0%;
  margin-left: 0%;
  text-align: center;
  }
  .pt-page-1 p{
    font-size: 100%;
  }

  .pt-page-1 p br:nth-of-type(n+4){
    display: none;
  }


  .pt-mousikomi-page p {
  text-align: left;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 0%;
  }
  
  .pt-mousikomi-page-right {
  padding-left: 2%;
  }
  
  .pt-table table {
    width: 100%;
    text-align: center;
    font-size: 2vw;
  }
  
  .pt-table tr th{
  background-color:black;
  color:white;
  }
  
  .col{
  background-color:#fff;
  }
  
  .gozen{
  background-color:black;
  color:white;
  }
  .gogo{
  background-color:black;
  color:white;
  }
  .mahoshi{
  background-color:#CCECF8;
  color:black;
  }
  .mahoshi_sebone{
  background-color:#FAA6E6;
  color:black;
  height: 50%;
  }
  .hiro{
  background-color:#FADDF3;
  color:black;
  width: 20vw;
  }

  .hiro_br {
    display: none;
  }

  .suzuki{
  background-color:#FADDF3;
  color:black;
  }
  .tanaka{
  background-color:#FADDF3;
  color:black;
  }
  
  .pt-page-img {
  width: 100%;
  text-align: center;
  padding: 5% 0%;
  background-color: #E4F1D0;
  }
  
  .pt-page-2 p {
  text-align: left;
  font-size: 100%;
  margin-top: -10%;
  padding-bottom: 5%;
  background-color: #E4F1D0;
  line-height: 0.5cm;
  }
  
  .mousikomi-button {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 5% 2% 5%;
  }

  .button_1_pt {
    background-color: #14967C;
    border-radius: 3cm;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
    text-align: center;
    padding: 5% 10% 5% 10%;
  
  }
  
  .button_1_pt a {
    color: #fff;
    font-size: 120%;
    padding: 20% 0%;
    text-decoration: none;
  }
  
  .mousikomi-button__pt {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 10% 2% 10%;
  }

  .pt_sita {
    background-color: #E4F1D0;
    margin-top: -5%;
    margin-bottom: -5%;
  }
  
  /* mb dr.html */
  .dr-mousikomi-page {
  background-image: url("../images/haikei_mb.png");
  background-size:  cover;
  width: 100%;
  height: 40%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 5%;
  margin-top: 60vw;
  }
  
  .dr-mousikomi-page h2 {
  font-size: 160%;
  text-align: center;
  padding-top: 10%;
  }
  
  .dr-page-hone {
  width: 40%;
  margin-top: 0%;
  margin-left: 0%;
  text-align: center;
  }
  
  .dr-mousikomi-page-img {
  display: none;
  }
  
  .dr-page-1 p br:nth-of-type(n+8){
    display: none;
  }

  .dr-mousikomi-page p {
  text-align: left;
  font-size: 100%;
  padding-top: 10%;
  padding-bottom: 5%;
  padding-left: 2vw;
  }

  .dr-mousikomi-page-right {
  padding-left: 0%;
  }
  
  .dr-table table {
  width: 100%;
  text-align: center;
  }
  
  .dr-table td {
    vertical-align:top
  }
  
  .dr-table tr th{
  background-color:black;
  color:white;
  }
  
  .col{
  background-color:#fff;
  }
  
  .gozen{
  background-color:black;
  color:white;
  }
  .gogo{
  background-color:black;
  color:white;
  }
  .mahoshi{
  background-color:#CCECF8;
  color:black;
  }
  .mahoshi_sebone{
  background-color:#FAA6E6;
  color:black;
  height: 50%;
  }
  .hiro{
  background-color:#FADDF3;
  color:black;
  }
  .suzuki{
  background-color:#FADDF3;
  color:black;
  }
  .tanaka{
  background-color:#FADDF3;
  color:black;
  }
  
  .dr-page-img {
  width: 100%;
  text-align: center;
  padding: 5% 0%;
  }
  
  .dr-page-2 p {
    text-align: left;
    font-size: 100%;
    margin-top: -10%;
    padding-bottom: 5%;
    background-color: #E4F1D0;
    line-height: 0.5cm;
  }

  .dr_br {
    display: none;
  }
  
  .mousikomi-button {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 5% 2% 5%;
  }

  .button_1_dr {
    background-color: #14967C;
    border-radius: 3cm;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 2%;
    text-align: center;
    padding: 5% 10% 5% 10%;
  
  }
  
  .button_1_dr a {
    color: #fff;
    font-size: 120%;
    padding: 20% 0%;
    text-decoration: none;
  }
  
  .mousikomi-button__dr {
  background-color: #4AE497;
  color: #fff;
  text-decoration: none;
  border-radius: 1cm;
  text-align: center;
  padding: 2% 10% 2% 10%;
  }

  .dr_sita {
    background-color: #E4F1D0;
    margin-top: -5%;
    margin-bottom: -5%;
  }

  /* mb setumei.html */

  .setumei-page {
    text-align: left;
    width: 100%;
    height: 40%;
    padding-left: 0%;
    margin-top: 70%;
    }

  .setumei-page {
    text-align: left;
  }

  .setumei-page h1 {
    font-size: 120%;
  }

  .setumei-br {
    display: none;
  }
  
  .setumei-page img {
    width: 100%;
  }



  /* mb mahoshi.html */
  
  .mahoshi-page {
  background-image: url("../images/haikei_mb.png");
  background-size:  cover;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 5%;
  margin-top: 60vw;
  }

  .mahoshi-page p {
    font-size: 100%;
  }
  
  .mini {
  font-size: 80%;
  text-align: left;
  font-weight: normal;
  }
  
  .mahoshi-page h2 {
  font-size: 140%;
  padding-top: 15%;
  text-align: center;
  font-weight: normal;
  }
  
  .mahoshi-page-hone {
  width: 40%;
  padding-left: 0%;
  text-align: center;
  }
  
  .mahoshi-ac {
  text-align: right;
  font-size: 100%;
  font-weight: normal;
  padding-top: 5%;
  margin-right: 5vw;
  }

  .iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  
  .iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   padding-bottom: 5%;
  }
  
  .mahoshi-page-img {
  width: 100%;
  padding-top: 5%;
  }
  
  .mahoshi-page-p2 {
  text-align: left;
  font-size: 180%;
  }
  
  .access {
  padding: 0%;
  }

  .mousikomi-button {
    background-color: #4AE497;
    color: #fff;
    text-decoration: none;
    border-radius: 1cm;
    text-align: center;
    padding: 2% 5% 2% 5%;
    }
  
    .button_1_hp {
      background-color: #14967C;
      border-radius: 3cm;
      margin-top: 5vw;
      margin-left: 0%;
      margin-right: 0%;
      margin-bottom: 2%;
      text-align: center;
      padding: 5% 10% 5% 10%;
    
    }
    
    .button_1_hp a {
      color: #fff;
      font-size: 120%;
      padding: 20% 0%;
      text-decoration: none;
    }
    
    .mousikomi-button__hp {
    background-color: #4AE497;
    color: #fff;
    text-decoration: none;
    border-radius: 1cm;
    text-align: center;
    padding: 2% 10% 2% 10%;
    }
  
    .hp_sita {
      background-color: #E4F1D0;
      margin-top: -5%;
      margin-bottom: -5%;
    }
  
  /* mb hiro.html */
  
  .hiro-page {
  background-image: url("../images/haikei_mb.png");
  background-size:  cover;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 5%;
  margin-top: 60vw;
  }
  .hiro-page h2 {
  font-size: 180%;
  padding-top: 15%;
  text-align: center;
  font-weight: normal;
  padding-left: 2%;
  }
  
  .hiro-page-hone {
  width: 40%;
  padding-left: 0%;
  text-align: center;
  }

  .hiro-page p {
    font-size: 100%;
  }
  
  .hiro-ac {
  text-align: right;
  font-size: 100%;
  font-weight: normal;
  padding-top: 5%;
  padding-right: 2%;
  }
  
  .hiro-page-img {
  width: 100%;
  padding-top: 5%;
  padding-left: 0%;
  }
  
  .hiro-page-p2 {
  text-align: left;
  font-size: 180%;
  }
  
  .access {
  padding-bottom: 5%;
  padding-left: 2%;
  }
  
  /* mb tanaka.html */
  
  .tanaka-page {
  background-image: url("../images/haikei_mb.png");
  background-size:  cover;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 5%;
  margin-top: 60vw;
  }
  .tanaka-page h2 {
  font-size: 180%;
  padding-top: 15%;
  text-align: center;
  font-weight: normal;
  padding-left: 0%;
  }
  
  .tanaka-page-hone {
  width: 40%;
  padding-left: 0%;
  text-align: center;
  }
  
  .tanaka-ac {
  text-align: right;
  font-size: 100%;
  font-weight: normal;
  padding-top: 5%;
  padding-right: 2%;
  }

  .tanaka-page p {
    font-size: 100%;
  }
  
  .tanaka-page-img {
  width: 100%;
  padding-top: 5%;
  padding-left: 0%;
  }
  
  .tanaka-page-p2 {
  text-align: left;
  font-size: 180%;
  }
  
  .access {
  padding-bottom: 5%;
  }
  
  /* mb suzuki.html */
  
  .suzuki-page {
  background-image: url("../images/haikei_mb.png");
  background-size:  cover;
  width: 100%;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  object-fit: cover;
  object-position: center;
  padding-bottom: 5%;
  margin-top: 60vw;
  }
  .suzuki-page h2 {
  font-size: 180%;
  padding-top: 15%;
  text-align: center;
  font-weight: normal;
  padding-left: 2%;
  }
  
  .suzuki-page-hone {
  width: 40%;
  padding-left: 0%;
  text-align: center;
  }
  
  .suzuki-ac {
  text-align: right;
  font-size: 100%;
  font-weight: normal;
  padding-top: 5%;
  padding-right: 2%;
  }

  .suzuki-page p{
    font-size: 100%;
  }
  
  .suzuki-page-img {
  width: 100%;
  padding-top: 5%;
  padding-left: 0%;
  }
  
  .suzuki-page-p2 {
  text-align: left;
  font-size: 180%;
  }
  
  .access {
  padding-bottom: 5%;
  }

  /* mb blog.html */

.blog_page {
  background-image: url("../images/タイトルなし.png");
  background-size:  cover;
  text-align: center;
  width: 100%;
  height: 100%;
  margin-top: 60%;
  padding-left: 0%;
  padding-right: 0%;
  padding-bottom: 10%;
  object-fit: cover;
  object-position: center;
}

h2 {
  font-size: 170%;
  padding-top: 15%;
  margin-top: 30%;
  text-align: center;
  font-weight: bold;
}

.blog-page-hone {
  width: 40%;
  padding-left: 0%;
}

.blog_page_title {
  font-size: 140%;
}

.blog_page_title:hover {
  background-color: #0B8161;
  color: #fff;
}

.blog_page_title {
  text-decoration: none;
  color: #000;
}

.blog_page_ichiran {
  list-style-type:none;
  line-height: 1.5cm;
  font-size: 90%;
}

.blog_page_ichiran li {
text-align: left;
padding-left: 0%;
}
  
  /* mb footer */

  .footer {
    text-align: center;
    background-color: #0B8161;
    padding: 2%;
  }
  
  .footer p {
    font-size: 120%;
    color: #fff;
  }
  
  }
  