 @charset "UTF-8";

 :root{
  --page-color: #edf5e0fb;
  --sel-color: #167f92;
  --ul_color:#f5489e;
  --bg-white: #fff;
  --bc-green: #10b981;
  --sp-color: #ff0000;
  --bg-cherry-blossom: #f774eaed;
  --border-color: #ec1409;
  --bg-btn: #ee1111;
  --span3-color:#ff00ff;
 }
 /*---- index html-css ---------------*/
 body {
   font-family: "メイリオ", "Meiryo", "Avenir", "Helvetica Neue", "Helvetica",
     "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "YuGothic", "Yu Gothic",
     "MS PGothic", "sans-serif";
   width: 100%;
   font-size: 16px;
   line-height: 1.5;
   background-color: var(--page-color);
 }
  container {
   display: flex;
   width: 100%;
   height: 100%;
   margin: 0 auto;
   display: grid;
   grid-template:
     " ...... ...... " 26px
     " header header " 4vh
     " ...... ...... "
     " left   center " 1fr
     " ...... ...... "
     " footer footer "
     " ...... ...... " 16px
     / 30% 70%;
 }
  a.disabled {
   pointer-events: none;
 }
 /*   -----------   header   ----------   */
 header {
   grid-area: header;
   display: flex;
   top: 0px;
   left: 0px;
   width: 100%;
   background: var(--bc-green);
   border-radius: 6px;
   box-shadow: 1px 1px 20px #666;
   z-index: 1;
 }
 #navArea {
  display: flex;
  width: 100%;
  margin: 0 auto;
  align-items: center;
 }
 /*-- logo に画像を使用する場合、下の二つを設定する。------*/
 .logo {
   display: flex;
   align-items: center;
   z-index: 1;
 }
 .logo img {
   width: 120%;
   height: 130%;
   padding-top: 10px;
   margin-left: -20px;
   border-radius: 6px;
 }
 /*logoを文字にする場合、下の二つを設定する。------*/
 /* .logo h4{
 /* display: flex;
   width: 400px;
   font-size: 1rem;
   color: var(--sp-color);
  }
  .logo span{
   display: flex;
   font-size: 0.7em;
   align-self: flex-end;
  }*/
  nav {
   display: flex;
   width: 80%;
   margin: 0 auto;
   justify-content: center;
   flex-direction: row;
   white-space: nowrap;
 }
 .inner {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: flex-end;
 }
 .inner li {
   display: flex;
   width: 100%;
   display: inline;
   margin-left: 60px;
 }
 .inner li a {
   font-size: 0.9rem;
  display: inline-block;
   color: var(--bg-white);
   text-decoration: none;
 }
 nav .inner ul li a:hover {
   font-weight: bold;
   border-bottom: 2px solid var(--border-color);
 }
 /*---------------- left area ------------------*/
 left-nav {
   grid-area: left;
   height: 100%;
   margin: 30px 0 0 10px;
 }
 .left-nav-logo {
   display: none;
 }
 .cal {
   width: 95%;
   margin: 0 auto;
 }
 .cal {
   background-color: var(--bg-white);
 }
 .sns-pr {
   width: 90%;
   margin: 0 auto;
   text-align: center;
 }
 .face-ins {
  width: 90%;
   display: flex;
   justify-content: center;
   /* column-gap: 20%; */
   padding-left: 70px;
   gap: 30px;
 }
 .face-ins img {
   width: 25px;
   height: 30px;
 }
 .nav-item-1 {
   width: 100%;
   padding-top: 15px;
   border-radius: 10px;
 }
 aside-nav {
   display: block;
   margin: 0 auto;
   width: 95%;
   margin-bottom: 10px;
 }
 aside-nav p {
   font-size: 0.8em;
   line-height: 1.8em;
 }
 aside-nav ul {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 aside-nav li {
   font-size: 0.8em;
   border: #999 solid 1px;
   border-radius: 5px;
   line-height: 2;
   padding: 5px;
 }
 aside-nav li a {
   color: #000;
   width: 100%;
   margin-left: 8px;
   text-decoration: none;
   display: inline-block;
 }
 aside-nav a:hover {
  font-weight: 800;
  color: var(--border-color);
 }
 aside-nav img {
   width: 24px;
   height: 24px;
   float: right;
   padding-top: 3px;
 }
 .color0 {
   background-color: var(--bg-cherry-blossom);
   color: #110f0f;
   text-align: right;
 }
 .color1 {
   background-color: #fdff00;
   color: #110f0f;
   text-align: right;
 }
 .color2 {
   background-color: lightgreen;
   text-align: right;
 }
 .color3 {
   background-color: #fdff00;
   text-align: right;
 }
 .gray {
   background-color: #f5f5f5;
 }
 .gray2 {
   text-align: right;
   background-color: #f5f5f5;
 }
 .color4 {
   background-color: #57d7ebcf;
   color: #110f0f;
   text-align: right;
 }
 /*---- main ----*/
 main {
   grid-area: center;
   display: flex;
   width: 100%;
   line-height: 2;
   font-size: 0.8em;
   margin: 0 10px 0 0;
   /*padding: 2%;*/
   flex-direction: column;
   gap: 10px;
 }
 .m-logo {
  display: none;
}
 .news {
 width: 95%;
 margin: 0 auto;
 }
 h1 {
  font-size: 1em;
  font-weight: 600;
   text-align: center;
   margin-top: 20px;
   color: #333;
 }
 h2 {
   font-size: 0.9rem;
   margin-top:20px ;
   padding: -5px;
   color: #ff1493;
 }
 h3 {
  font-size: 1.1em;
  font-weight: 550;
 }
 h5 {
  font-size: 0.7em;
  font-weight: 600;
  color: #555;
 }
 .officerms {
  width: 80%;
  text-align: right;
 }
 main p span2 {
 color: var(--span3-color);
 font-size: 1.2em;
 }
 main p span3 {
  color: var(--span3-color);
 }
 main p span4 {
  font-size: 0.6em;
 }
 aside-nav ul li a span4 {
  font-size: 0.6em;
 }
 .panel-body-2 p span {
   background: linear-gradient(transparent 25%, var(--bg-cherry-blossom) 90% );
 }
 .standout {
   color: var(--border-color);
 }
 .color2-1 {
   background-color: lightgreen;
   border: 1px solid var(--bc-green);
   border-radius: 5px;
   font-size: 1.2em;
  }
 .box-item-1 {
   display: flex;
   flex-direction: row;
   width: 100%;
   gap: 10px;
 }
 .panel-body-1 {
   width: 50%;
   padding: 1.5%;
   border: 1px solid var(--bc-green);
   border-radius: 5px;
 }
 .panel-body-2 {
   width: 50%;
   padding: 1.5%;
   border: 1px solid var(--bc-green);
   border-radius: 5px;
 }
 .box-item-2 {
   display: flex;
   flex-direction: row;
   width: 100%;
   gap: 10px;
 }
 .panel-body-3 {
   width: 50%;
   padding: 1.5%;
   border: 1px solid var(--bc-green);
   border-radius: 5px;
 }
 .panel-body-4 {
   width: 50%;
   padding: 1.5%;
   border: 1px solid var(--bc-green);
   border-radius: 5px;
 }
 .panel-body-4 h3 {
   color: rgb(217, 0, 255);
 }
 .panel-body-4 a {
   color: var(--nav_uline);
 }
 .textcolor {
  font-size: 1.1rem;
 color: var(--border-color);
 }
 .show {
  color: var(--sp-color);
 }
 /* -----------↓ goto top ↓ ---------------*/
 #page_top {
   width: 50px;
   height: 50px;
   position: fixed;
   right: 0;
   bottom: 0;
   background:  var(--border-color);
   opacity: 0.6;
   border-radius: 50%;
 }
 #page_top a {
   position: relative;
   display: block;
   width: 50px;
   height: 50px;
   text-decoration: none;
 }
 #page_top a::before {
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   content: "Top";
   font-size: 16px;
   color: var(--bg-white);
   position: absolute;
   width: 25px;
   height: 25px;
   top: -5px;
   bottom: 0;
   right: 0;
   left: 0;
   margin: auto;
   text-align: center;
 }
 /* -----------↑ goto top ↑ ---------------*/

 /*--------- footer ---------- */
 footer {
   grid-area: footer;
   width: 100%;
   height: auto;
   margin-top: 10px;
   text-align: center;
   border-radius: 6px;
   border: 1px solid blue;
 }
 .footer-nav {
   display: inline-flex;
   width: 100%;
   margin: 0 auto;
   line-height: 2.5;
   padding-top: 12px;
 }
  footer li {
   list-style: none;
 }
 .first-nav {
  width:50%;
  margin: 0 auto;
  padding-left: 0;
 }
 .first-nav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }
 .second-nav{
  width:50%;
  margin: 0 auto;
  padding-left: 0;
 }
 .first {
   color: #333;
 }
 .footer-nav ul li a {
  text-decoration: none;
  display: inline-block;
   font-size: 0.8em;
   color: #666;
   /* gap: 25px; */
 }
 footer p {
   font-size: 0.6em;
   padding: 18px;
   text-align: left;
 }
 small-color {
   color: var(--sp-color);
 }
 .footer-nav li a:hover {
  font-weight: 800;
  color: var(--sp-color);
  border-bottom: 2px solid var(--sp-color);
 }
 .second-nav li.first:hover {
   border: none;
 }
 /*↓ダブレット設定↓*/
 @media screen and (max-width: 1023px) {
   container {
     display: flex;
     width: 95%;
     margin: 0 auto;
     min-height: 100vh;
     display: grid;
     grid-template:
       " ...... " 6px
       " header " 4vh
       " ...... "
       " center " 1fr
       " ...... "
       " left   "
       " ...... "
       " footer "
       " ...... " 16px;
   }
   .logo img {
    /* width: 550px;
    height: 120px; */
    width: 120%;
    height: 130%;
    padding-top: 10px;
    margin-left: -20px;
    border-radius: 6px;
  }
   .left-nav-logo {
     display: none;
   }
   .left-nav-logo img {
    width: 300px;
    margin: 0 auto;
    border-radius: 6px;
    padding-bottom: 20px;
   }
   .m-logo {
     display: block;
     width: 60%;
     margin: 20px auto;
   }
   /* ---------- *ヘッダーnav 横スライド *ハンバーガーメニュー 1024px
   （スマホ・タブレット） 以下に設定 ------ */
   nav {
    display: block;
    position: fixed;
    background-color: var(--bg-white);
    width: 220px;
    top: 0;
    left: -300px;
    bottom: 0;
    transition: all 0.5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
    margin-right: 300px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-right: 0px;
  }
  nav .inner ul li a {
   display: block;
   margin: 0;
   margin-right: 80px;
   color: #333;
   font-size: 0.8em;
   padding: 1rem;
   text-decoration: none;
   transition-duration: 0.3s;
   border-bottom: 1px solid #333;
  }
  .toggle-btn {
    display: block;
    position: fixed;
    width: 50%;
    height: 50%;
    right: 46px;
    width: 30px;
    height: 30px;
    z-index: 3;
    cursor: pointer;
  }
  .toggle-btn span {
    position: absolute;
    display: block;
    left: 10px;
    width: 30px;
    height: 2px;
    background: var(--bg-btn);
    transition: all 0.4s;
    border-radius: 4px;
  }
  .toggle-btn span:nth-child(1) {
    top: 4px;
  }
  .toggle-btn span:nth-child(2) {
    top: 14px;
  }
  .toggle-btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle-btn span {
    background-color: var(--bg-white);
  }
  .open .toggle-btn span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle-btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle-btn span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
  }
  .logo {
   display: none;
 }
  #mask {
    display: none;
    transition: all 0.5s;
  }
  .open #mask {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 2;
    cursor: pointer;
  }
   /*----------- ハンバーガーメニュー終わり ------------- */
   main {
     width: 95%;
     margin: 0 auto;
   }
   #page_top {
     width: 50px;
     height: 50px;
     position: fixed;
     right: 0;
     bottom: 0;
     background: var(--sp-color);
     opacity: 0.6;
     border-radius: 50%;
   }
   #page_top a {
     position: relative;
     display: block;
     width: 50px;
     height: 50px;
     text-decoration: none;
   }
   #page_top a::before {
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "Top";
     font-size: 16px;
     color: var(--bg-white);
     position: absolute;
     width: 25px;
     height: 25px;
     top: -5px;
     bottom: 0;
     right: 0;
     left: 0;
     margin: auto;
     text-align: center;
   }
   h1 {
     font-size: 1em;
   }
   .box-item-1 {
     display: flex;
     flex-direction: column;
     width: 100%;
     margin: 0 auto;
   }
   .panel-body-1 {
     width: 98%;
     margin: 10px auto;
   }
   .panel-body-2 {
     width: 98%;
     margin: 0 auto;
   }
   .box-item-2 {
     display: flex;
     flex-direction: column;
     width: 100%;
     margin: 0 auto;
   }
   .panel-body-3 {
     width: 98%;
     margin: 10px auto;
   }
   .panel-body-4 {
     width: 98%;
     margin: 0 auto;
   }
   /*---------------------  tooter  --------------------*/
   footer {
    display: flex;
    width: 98%;
    margin: 0 auto;
    flex-direction: column;
    border: none;
  }
 
   /*グリッドレイアウトを使用*/
   /*.footer-nav {
   display: grid;
   grid-template-columns: repeat(2, 1fr); /* 2つの列を均等に配置*/
   /*grid-gap: 10px; /* リストの間にギャップを追加*/ /*
 }*/
   /*フレックスボックスを使用*/
   .footer-nav {
     display: flex;
     display: inline-flex;
     width: 100%;
     line-height: 3;
     flex-wrap: wrap;
     justify-content: space-between;
   }
   .footer-nav ul {
    width: 100%;
    margin: 0 auto;
    flex-basis: calc(50% - 8px); /* 各リストを横幅の50%に設定*/
     padding-bottom: 30px;
   }
    .footer-nav ul li a {
    font-size: 0.8em;
   }
   footer li {
     width: 100%;
     margin: 0 auto;
   }
   footer p {
     text-align: center;
     font-size: 0.7em;
   }
   .first {
     font-size: 0.8em;
     color: #333;
     text-align: center;
   }
   .l-nav li:hover {
     border-bottom: 2px solid var(--sp-color);
   }
   .third-nav li.first:hover {
     border: none;
   }
 }
 @media screen and (min-width: 1024px) and (max-width: 1920px) {
 container {
   display: flex;
   width: 80%;
   margin: 0 auto;
   min-height: 100vh;
   display: grid;
   grid-template:
     " ...... ...... " 26px
     " header header " 4vh
     " ...... ...... "
     " left   center " 1fr
     " ...... ...... "
     " footer footer "
     " ...... ...... " 16px
     / 30% 70%;
   }
   .logo img {
    width: 150%;
    height: 130%;
    padding-top: 10px;
    margin-left: -20px;
    border-radius: 6px;
  }
 }
 @media screen and (min-width: 1921px) and (max-width: 2560px) {
   container {
     display: flex;
     width: 70%;
     margin: 0 auto;
     min-height: 100vh;
     display: grid;
     grid-template:
       " ...... ...... " 26px
       " header header " 4vh
       " ...... ...... "
       " left   center " 1fr
       " ...... ...... "
       " footer footer "
       " ...... ...... " 16px
       / 30% 70%;
   }
 }
 /* 現状最大モニター　3840pxまで */
 /*@media screen and (min-width: 2561px) and (max-width: 3840px) {*/
 @media screen and (min-width: 2561px) {
  container {
     display: flex;
     width: 50%;
     margin: 0 auto;
     min-height: 100vh;
     display: grid;
     grid-template:
       " ...... ...... " 26px
       " header header " 4vh
       " ...... ...... "
       " left   center " 1fr
       " ...... ...... "
       " footer footer "
       " ...... ...... " 16px
       / 30% 70%;
   }
 }
 