@charset "utf-8";
/*
Theme Name: dentoubunka_2024
Description: for dentoubunka wo tsunagu
Version: 1.4
Author: tkyokb
*/




body {
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Shippori Mincho', serif;
font-weight: normal;
font-size: 16pt;
letter-spacing: 1px;
background-color: #FFFEFC;
color:#5F5F5F;


 overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */

  
}



h1,h2,h3,h4,h5{
	font-weight: bold;
}



img{
  width: 100%;
  height: auto;
}

p,a{
  font-size: 18px;
  line-height: 1.65;

}

.main_R p{
  margin-top: 15px;

}

.wp-block-quote{
  border-left:solid 5px black;
  padding-left: 10px;
  margin-top: 20px;
}




/* googleRecapcher */

/*.grecaptcha-badge { visibility: hidden; }*/



/* ALL STYLE */



.guide {
  border-sizing: border-box;
  border-color: #00E2FF;
  border-style: solid;
  border-width: 1px;
}


.contentarea{
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
/*  margin: 50px auto;*/
}


.bg_shizuka{
 background: linear-gradient(70deg, #f1e4e0, white);
  padding: 100px 0px;
}

.bg_myoukou{
 background: linear-gradient(0deg, #eed6b3, white);
  padding: 100px 0px;
}


.bg_bunkanohi{
  background-image: url("img/img-bunka_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 100px 0px;
  margin-top: 30px;
}



/*
.top{
  width: 100vw;
  height: 60vh;
  background-image: url("img/topbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}*/

.herologo{
  width: 20%;
  max-width: 250px;
}


.logo_wrapper{
  width: 100%;
  height: 100%;
/*  display: flex;
  justify-content: center;*/
}


.logoArea{
  margin: 0 2%;
  padding: 60px 10%;
}



.topcaptx{
  color: white;
  position: absolute;
  bottom: 10px;
  right: 3%;
  font-size: 9pt;
  text-shadow: 2px 2px 4px black;
}




.nihon_bg{
  margin: 2%;
  padding: 10%;
/*  background-image: url('img/L.jpg'), url('img/R.jpg');
  background-position: -550px center, calc(100% - -550px) center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%, auto 100%; /* ← これを追加 */*/
}


.nihon2_bg{
  background-color: #f0f0f0;
  padding-bottom: 30px;
  padding-top: 30px;
/*  border-bottom: 1px solid gray;*/
}

.nihon_date{
  margin-top: 50px;
}


.colbase{
  font-size: 8pt;
  text-align: right;
  margin-right: 5%;
  margin-top: 5px;
}


.contentWrapper{
  display: flex;
  gap: 20px;
   max-width: 1100px;
   margin: auto;
}

.contentL{
width: 50%;
padding: 30px;
margin-top: 50px;
}

.contentR{
width: 50%;
padding: 30px;
margin-top: 50px;
text-align: justify;
}

.contentR h3{
  padding-bottom: 20px;
}


.contentTx{
  line-height: 1.75rem;
  margin-bottom: 30px;
}

.white{
  color: white;
}

.section_title{
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #5F5F5F;
  font-size: 18pt;
  letter-spacing: 0.25rem;
      max-width: 1200px;
    margin: auto;
}

.nihon_cast_area{
  display: flex;
  padding: 2%;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.nihon_cast_area::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
.nihon_cast_area::after{
  content:"";
  display: block;
  width:23%;
}

.cast{
  padding: 10px;
  width: 25%;
  margin-bottom: 15px;
}

.cast img{
  border: 1px solid white;
}

.cast_name{
/*  color: white;*/
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding-top: 10px;
}


.cast_name span{
/*  color: white;*/
  font-size: 0.9rem;
  line-height: 1rem;
}


.ayadoArea , .newsArea{
  margin-top: 100px;
      max-width: 1200px;
    margin: auto;
}

.ayadoTx{
  text-align: center;
  margin-top: 50px;
}


.newsArea{
  padding: 60px 20px;
}

.newsArea p{
  font-size: 1.25rem;
  margin: 10px;
}

.newsArea span{
  padding-right: 20px;
}

.newsArea a :hover{
  color: #4f7d9e;
}




.bg1 {
    background-image: url(img/bg5.jpg);
    background-repeat: repeat;
  }



.aboutWrapper{
  display: flex;
  width: 1000px;
  margin: auto;
  padding: 5%;
}

.aboutL{
  width: 20%;
}

.aboutR{
  width: 80%;
}


.about_contentarea{
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}


.about_contentarea h1 {
    writing-mode: vertical-rl;
    text-align: start;
    border-top: 5px solid;
    padding-top: 20px;
    font-size: 18pt;

}

.aboutTx{
  font-size: 1rem;

}



.tokidoki{
  margin-top: 20px;
}


.tokidoki h2{
  border-bottom: 1px solid black;
  padding-bottom: 10px;
  margin-top: 40px;
}



.main_wrapper{
  width: 100%;
  display: flex;
}




.shizuka_L{
  width: 56%;
  margin-right: 4%;
}



.shizuka_top{
  margin-bottom: 40px;
}

.shizuka_top h2{
  margin-top: 10px;
  font-size: 30pt;
  color: #35493c;
}
.shizuka_top h2 span{
  font-size: 20pt;
}


.shizuka_L p{
  margin-top: 15px;
  margin-bottom: 30px;
}



.shizuka_R{
  width: 40%;
}


.shizuka_R img{
  margin-bottom: 40px;
}







.myoukou_L{
  width: 40%;
  margin-right: 4%;
}



.myoukou_top{
  margin-bottom: 40px;
  margin-top: 50px;
}

.myoukou_top h2{
  margin-top: 10px;
  font-size: 40pt;
  color: #35493c;
}





.myoukoutop h2 span{
  font-size: 20pt;
}


.myoukoua_L p{
  margin-top: 15px;
  margin-bottom: 30px;
}



.myoukou_R{
  width: 56%;
}


.myoukou_R img{
  margin-bottom: 40px;
}

.myoukou_R p{
  margin-top: 20px;
  margin-bottom: 20px;
}

.myoukou_button{
  margin-top: 40px;
}


.bunka_white{
  color: white !important;
}


.bunka_black{
  color: black !important;
}






a.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 10px auto;
  padding: 5px 40px;
  font-weight: bold;
  color: #ffffff;
  background: #515f56;
  transition: 0.5s;
}


a.btn_01:hover {
  color: #fff;
  background: #68776d;
}




a.btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 50px auto;
  padding: 20px 40px;
  font-weight: bold;
  color: #ffffff;
  background: #c55219;
  transition: 0.5s;
}


a.btn_02:hover {
  color: #fff;
  background: #dd7243;
}



a.btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 0px auto;
   padding: 25% 0px;
  font-weight: bold;
  color: #c55219;
  background: #ffd0c0;
  transition: 0.5s;
}


a.btn_03:hover {
  color: #fff;
  background: #dd7243;
}






a.btn_04 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 10px auto;
  padding: 10px 40px;
  font-weight: bold;
  color: #ffffff;
  background: #007A45;
  transition: 0.5s;
}


a.btn_04:hover {
  color: #fff;
  background: #9BAAA3;
}

a.btn_05 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 50px auto;
  padding: 10px 40px;
  font-weight: bold;
  color: #ffffff;
  background: #a00023;
  transition: 0.5s;
      max-width: 1200px;
}


a.btn_05:hover {
  color: #fff;
  background: #6d001d;
}





a.btn_06 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 0px auto;
   padding: 25% 0px;
  font-weight: bold;
  color: #000000;
  background: #D5C41C;
  transition: 0.5s;
}


a.btn_06:hover {
  color: #fff;
  background: #A08E08;
}


a.btn_07 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 5px auto 40px auto;
  padding: 20px 40px;
  font-weight: bold;
  color: #000000;
  background: #D5C41C;
  transition: 0.5s;
}


a.btn_07:hover {
  color: #fff;
  background: #A08E08;
}



a.btn_08 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: 50px auto;
  padding: 10px 40px;
  font-weight: bold;
  color: #ffffff;
  background: #4f7d9e;
  transition: 0.5s;
}


a.btn_08:hover {
  color: #fff;
  background: #305972;
}








.machikado_wrap{
  display: flex;
    justify-content: center;
    margin-top: 30px;
}

.machikado_date{
  width: 20%;

}

.machikado_tx{
  width: 54%;
  padding: 0px 3%;

}
.machikado_btn{
  width: 20%;
}




.machikado_wh{
  color: white;
}










.sideL{
  position: sticky;
  top: 0px;
  width: 25%;
  height: 100vh;
  background-image: url(img/img_sidetile2.jpg);
  background-size: 15%;

}

.side_contentarea{
  max-width: 350px;
  margin: auto 0 auto auto;
  text-align: center;
  padding-top: 100px;
  position: relative;
  height: 100vh;
}


.sidelogo{
  width: 160px;
}

.side_menu{
  /*position: absolute;
  bottom: 0;*/
  margin-top: 50px;
  width: 100%;
  color: black;
  font-weight: bold;
}

.side_menu li{
  margin: 40px 0px;
/*    background-color: black;*/
}
.side_menu li a{
  font-size: 16pt;
}

.hv:hover{
  background-color: white;
  color: #105589;
  transition: 0.5s;
}



.bunkatyo{
  width: 60%;
  margin-bottom: -20px !important;
}


.flyer{
  margin-top: 30px;
}














.main_contentarea{
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 5% 100px 0px;
}


.maincontent{
  width: 75%;
}

.mh{
  min-height: 100%;
}

.bg1{
  background-image: url(img/bg5.jpg);
  background-repeat: repeat;
 /* background-position: center;
  background-size: cover;*/
}

.bg2{
  background-image: url(img/bg6.jpg);
  background-repeat: repeat;
}
/*.bg3{
  background-image: url(img/bg3.jpg);
  background-repeat: none;
  background-position: right;
  background-size: cover;
}*/

.bg3{
background-color: black;
}

.bgai{
  background-image: url(img/bg-ai.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}

.bg-5-1{
  background-image: url(img/bg-5-1-pc.jpg);
  background-position: left top;
  background-size: cover;
/*  background-color:rgba(255,255,255,0.4);*/
background-blend-mode:lighten;
}

.bg-5-2{
  background-image: url(img/bg-5-2-pc.jpg);
  background-position: center;
  background-size: cover;
/*  background-color:rgba(255,255,255,0.4);*/
background-blend-mode:lighten;
}

.bg-9{
  background-image: url(img/bg-9-pc.jpg);
  background-position: center;
  background-size: cover;
/*  background-color:rgba(255,255,255,0.4);*/
background-blend-mode:lighten;
}

.bg-10{
  background-image: url(img/bg-10-pc.jpg);
  background-position: center;
  background-size: cover;
/*  background-color:rgba(255,255,255,0.4);*/
background-blend-mode:lighten;
}


.bg-11{
  background-image: url(img/bg-11-pc.jpg);
  background-position: center;
  background-size: cover;
/*  background-color:rgba(255,255,255,0.4);*/
background-blend-mode:lighten;
}



.main_contentarea h1{
  writing-mode: vertical-rl;
  text-align: start;
  border-top :5px solid;
  padding-top: 20px;
  font-size: 18pt;
/*  color: black;*/
}

.main_flex{
  display: flex;
  flex-wrap: wrap;
}

.main_L{
  width: 20%;
  padding-left: 50px;
}


.main_R{
  width: 80%;
  text-align: left;
  padding-left: 50px;
}


.main_contentarea h2{
  font-size: 20pt;
/*  color: #5F8685;*/
  margin-bottom: 10px;
}

.single_wrapper{
  width: 50%;
  text-align: left;
  padding: 40px;
/*  margin: 10px;*/
  transition: background 0.5s;
}

.single_wrapper:hover{
  background-color: white;
}


.single_wrapper h3{
  font-size: 16pt;
  padding: 10px 0px;
}



.youtube iframe{
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}



.flex_wrap{
  flex-wrap: wrap;
}


.mt_50{
  margin-top: 50px;
}


.mt_100{
  margin-top: 100px;
}

/* 003 */
.button003 a {
    background: #640125;
/*    border-radius: 50px;*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top: 20px;
}
.button003 a:hover {
    background: #770c38;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}


.button_color_p{
  background: #7d4698;
}


/* 004 */
.button004 a {
    background: #AC6462;
/*    border-radius: 50px;*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top: 20px;
}
.button004 a:hover {
    background: #CE9393;
    color: #FFF;
}
.button004 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button004 a:hover:after {
    border-color: #FFF;
}


/* 005 */
.butonflex{
  width: 100%;
  margin: 0 auto;
  padding: 2px 0px;

}

.button005 a {
    background: #5F8685;
/*    border-radius: 50px;*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
/*    max-width: 260px;*/
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top: 10px;
}
.button005 a:hover {
    background: #9EC6C4;
    color: #FFF;
}
.button005 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button005 a:hover:after {
    border-color: #FFF;
}


.button006 a {
    background: #5F8685;
/*    border-radius: 50px;*/
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    margin-top: 20px;
}
.button006 a:hover {
    background: #9EC6C4;
    color: #FFF;
}
.button006 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button006 a:hover:after {
    border-color: #FFF;
}


.main_flex2{
  margin: 50px  auto 0px auto;
  display: flex;
/*    width: 60%;*/
  max-width: 600px;
}

.c_1{
  border-color: #AC6462 !important;
  color: #AC6462 !important;
}

.c_w{
  border-color: white !important;
  color: white !important;
}



.c_b{
  border-color: black !important;
  color: black !important;
}


.hibi_data{
  padding: 10px 0;
  font-size: 14pt;
}


.dentou_tx{
  color: white !important;
  width: 60%;
  max-width: 600px;
  text-align: left;
  margin: 80px auto 0px auto;
}

.m_c{
  margin: auto !important;
}




.single_date{
  padding: 10px 0 20px 0;
  font-size: 13pt;
  text-align: right;
}




.wp-block-image img{
  margin: 40px 0;
}

.wp-block-gallery img{
  margin: 0px;
}

.wp-block-gallery{
  margin-top: 20px;
}



.mb_100{
  margin-bottom: 100px;
}

.hibi_space{
  border-top: solid black 1px;
  margin: 50px 0px;
}





.wp-block-heading{
  margin-top: 50px;
/*  border-left: 10px solid;*/
  border-top:1px solid;
  border-bottom:1px solid;
  padding: 5px 0px 5px 15px;

}


.lh{
  line-height: 1.25;
}


.r_tx1{
  font-size: 15pt;
}


.report_about h3{
  margin-top: 30px;
}


.report_about h4{
  margin-top: 20px;
  font-size: 15pt;
  margin-bottom: -10px;
}

.cc{
      color: #5F8685;
      font-weight: bold;
}





.wp-block-media-text__media{
  align-self: normal !important;
  margin-top: 20px !important;
}

.w50{
  width: 50% !important;
}

footer{
  background: black;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  color: white;
}

footer p{
  font-size: 7pt;
  text-align: right;
    margin-left: 30px;
}

footer img{
  width: 150px;

}

.nihon{
  padding: 20px;
}


.grecaptcha-badge { visibility: hidden; }





.scroll-container {
      position: absolute;
      width: 100%;
      height: 300px; /* 高さはお好みで */
      overflow: hidden;
      white-space: nowrap;
      bottom: 20px;
    }

    .scroll-track {
      display: inline-block;
      animation: scroll 120s linear infinite;
    }

.scroll-track img {
  height: 300px;
  width: auto;
  object-fit: cover;
  vertical-align: top;
  margin:-10px;
}

    @keyframes scroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }







/* PC */
@media screen and (min-width:1300px) {
.pcnone{
  display: none;
}
}







/* smallPC */
@media only screen and (min-width:1080px) and (max-width:1300px) {

  .contentarea{
    width: 90%;
  }

  .spcnone{
    display: none;
  }

    .logoArea {
        text-align: left;
    }

        .herologo {
          max-width: 200px;
    }




}




/* tab */
@media only screen and (min-width:640px) and (max-width:1080px) {


    p,a{
  font-size: 15px;
  line-height: 1.45;

}

  .contentarea{
    width: 90%;
  }

  .tabnone{
    display: none;
  }

	.pc-nav{
    display: none;
  }

  .news {
    width: 80%;
}

.side_contentarea {
    width: 100%;
     text-align: center; 
    padding-top: 50px;
    padding: 50px 0px 0px 0px;
    height: 100vh;
}


.side_menu li a {
    font-size: 12pt;
    text-align: left;
}

.main_L {
    width: 15%;
    padding-left: 35px;
}

.main_R {
    width: 85%;
    text-align: left;
    padding-left: 50px;
}

.main_contentarea h1 {
    font-size: 15pt;
}

.main_contentarea h2 {
    font-size: 14pt;
}

.mt_100 {
  margin-top: 50px; 
}

.single_wrapper {
    padding: 15px;
}

.single_wrapper h3 {
    font-size: 13pt;
    padding: 10px 0px;
}


	.hibi_data {
    padding: 5px 0;
    font-size: 12pt;
}


.dentou_tx {
    width: 80%;
}

.main_flex2 {
    width: 80%;
}

.w50{
  width: 100% !important;
}





.bg-5-1{
  background-image: url(img/bg-5-1.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}

.bg-5-2{
  background-image: url(img/bg-5-2.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}

.bg-9{
  background-image: url(img/bg-9.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}

.bg-10{
  background-image: url(img/bg-10.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}


.bg-11{
  background-image: url(img/bg-11.jpg);
  background-position: center;
  background-size: cover;
background-blend-mode:lighten;
}


.aboutWrapper {
    display: block;
    width: 100%;
    margin: auto;
    padding: 5%;
}

.aboutL{
  width: 100%;
  margin-bottom: 30px;
}

.aboutR{
  width: 100%;
}

  .nihon_bg{
  background-position: -620px center, calc(100% - -620px) center;
}

/*.contentWrapper{
  display: block;
  gap: 20px;
}*/

.contentL{
width: 100%;
padding: 10px;
margin-top: 25px;
}

.contentR{
width: 100%;
padding: 10px;
margin-top: 25px;
}

.logoArea{
  text-align: left;
}

    .herologo {
        width: 27%;
        min-width: 200px;
    }


}






/* SP */
@media screen and (max-width:640px) {

.spnone{
  display: none!important;
}


.toph{
  background-color: white;
/*  background-color: rgba(0, 0, 0, 0.5); */
  position: fixed;
  width: 100%;
/*  height: 100px; */
  z-index: 500;
  transition: 0.2s;
}

.fs{
  font-size: 13pt;
  font-weight: 600;
  color: #797979;
  line-height: 20pt;
}

.headnav ul li{
   display: inline-block;
   text-align: center;
   margin-left: 5%;
   font-size: 15pt;
   line-height: 100px;
   font-weight: 600;
  
}

.headlogo{
  float: left;
  width: 35%;
}



.headlogo img{
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-duration: 0.3s;
}



.headlogo img:hover{
  opacity: 0.6;
}

.headnav{

  float: right;
  width: 65%;
  text-align: right;
}

.headnav a{
   color: white;
   transition: .2s all;
}

.headnav a:hover{
   opacity: 0.3;
}

.w50{
  width: 100% !important;
}



.contentWrapper{
  display: block;
  gap: 20px;
}

.nihon_bg {
padding: 5%;
}



.contentL{
width: 100%;
padding: 10px;
margin-top: 25px;
}

.contentR{
width: 100%;
padding: 10px;
margin-top: 25px;
}

.cast {
    padding: 10px;
    width: 50%;
}


.aboutWrapper {
    display: block;
    width: 100%;
    margin: auto;
    padding: 5%;
}

.aboutL{
  width: 100%;
  margin-bottom: 30px;
}

.aboutR{
  width: 100%;
}



.nihon_title{
  padding: 3%;
  margin-top: 50px;
}


  .nihon_bg{
  background-position: -760px center, calc(100% - -760px) center;
}


.logo_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.logoArea{
  text-align: center;
  padding: 10px 10%;
}



.section_title{
  font-size: 15pt;
  padding-bottom: 10px;
  letter-spacing: 0.25rem;
}



.ayadoTx{
  text-align: left;
}


/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-top: 20px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 4px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 0px;
  background: black;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

.nav-menu{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  background: rgba(255,255,255,0.95);
  height: 100vh;
  width: 100%;
  padding-top: 25px;
  text-align: center;
  opacity: 1;
}

.nav-menu ul li{
  padding-top: 40px;
}


.nav-menu:not(:target){
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.nav-menu:target{
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.menu-close{
  background: #797979;
  color: white;
  display: inline-block;
  padding:  10px 40px 10px 40px;

}
.menu-trigger{
  position: relative;
  z-index: 2;
}


.spl{
  width: 100%;
  position: relative;
}



.spr{
  position: absolute;
  top:3px;
  right:15px;
}

.spl img{
  padding-top: 20px;
  padding-bottom: 15px;
  width: 80px;
}

.spl h1{
  text-align: center;
}




  p,a{
  font-size: 14px;
  line-height: 1.45;

}




.main_wrapper{
  width: 100%;
  display: block;
}

.shizuka_L{
  width: 100%;
}


.shizuka_R{
  width: 100%;
}

.sp_mar{
  margin: 30px 0px;
}


.sp_date{
  padding: 0px 20px 50px 0px;
  width: 80%;
}

.machikado_wrap{
  display: block;
}

.machikado_date{
  width: 100%;
}
.machikado_date img{
  padding: 20px;
}


.machikado_tx{
  width: 100%;
  margin: 10px 0px;
}

.machikado_btn{
  width: 100%;
}

a.btn_03 {
  padding: 5% 0px;
  margin-top: 20px;
}


a.btn_06 {
  padding: 5% 0px;
  margin-top: 20px;
}





.myoukou_L{
  width: 100%;
}


.myoukou_R{
  width: 100%;
}

.myoukou_button{
  margin-top: 0;
}


.myoukou_L .sp_date{
  width: 100%;
  padding: 20px 20px
}



.myoukou_top h2{
  font-size: 3rem;
}











  .spnone{
    display: none;
  }

  .sponly{
    display: block;
  }

  .contentarea{
    width: 90%;
  }

.news{
  width: 90%;
  padding: 20px;
  display: block;
}

.herologo{
  width: 70%;
}

.logo_wrapper {
    height: 100%;
}
.news_wrapper {
    height: 40%;
}


.news_inner_R {
    width: 100%;
}
	

  .news_inner_L {
    width: 100%;
    margin-bottom: 10px;
}

.topcap{
  margin-top: 10px;
    position: static;
}

.topcap p{
  text-align: center;
  padding-right: 10px;
  font-size: 12pt;

}

.maincontent {
    width: 100%;
}

.main_flex {
    display: block;
}



.main_contentarea {
    width: 90%;
      padding: 50px 0px;
}





.main_contentarea h1 {
    text-align: start;
    border-top: 5px solid #5F8685;
    padding-top: 20px;
    font-size: 15pt;
    color: #5F8685;
    margin:0px auto 20px auto!important;

}

.main_L{
  width: 100%;
  padding: 0px;
}

.main_R{
  width: 100%;
  padding: 0px;
}

.mt_100 {
  margin-top: 0px; 
}

.main_contentarea h2 {
    font-size: 15pt;
/*    color: #5F8685;*/
    margin-bottom: 10px;
}


.single_wrapper {
    width: 100%;
    padding: 30px;

}


.single_wrapper h3 {
    font-size: 14pt;
    padding: 10px 0px;
}

.main_contentarea h2 {
    font-size: 14pt;
    margin-top: 10px;
}

.hibi_data {
    padding: 5px 0;
    font-size: 12pt;
}


.dentou_tx {
    width: 100%;
}

.main_flex2{
  width: 100%;
}

.wp-block-heading{
  margin-top: 30px !important;
}

.wp-block-media-text__content{
  padding: 0 !important;
}


.bg-5-1{
  background-image: url(img/bg-5-1.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}

.bg-5-2{
  background-image: url(img/bg-5-2.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}

.bg-9{
  background-image: url(img/bg-9.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}

.bg-10{
  background-image: url(img/bg-10.jpg);
  background-position: center;
  background-size: cover;
  background-color:rgba(255,255,255,0.4);
background-blend-mode:lighten;
}


.bg-11{
  background-image: url(img/bg-11.jpg);
  background-position: center;
  background-size: cover;
background-blend-mode:lighten;
}





/*.side_contentarea {
    width: 100%;
     text-align: left; 
    padding-top: 50px;
    padding: 50px 10px 0px 10px;
    height: 100vh;
}


.side_menu li a {
    font-size: 12pt;
    text-align: left;
}
*/


 }
