  @charset "UTF-8";

  @font-face {
    font-family: 'MyFont1B';
    font-display: swap;
    src: url('../font/segui-b.ttf') format('truetype');
  }
  @font-face {
    font-family: 'MyFont1S';
    font-display: swap;
    src: url('../font/ZenMaruGo-R.ttf') format('truetype');
  }
  @font-face {
    font-family: 'MyFont-Black';
    font-display: swap;
    src: url('../font/NotoSansJP-Black.ttf') format('truetype');
  }

  /* スマホ優先CSS */
  html, html *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:MyFont1S,sans-serif;
    font-size: 20px;
    text-decoration: none;
  }
  body {background-color: #4bf;}
  ul{list-style: none;}
  a{
    text-decoration: none;
    color: #505050;
  }
  h2{
    font-size: 26px;
    text-align: center;
  }
  footer{
    width: 100%;
    text-align: center;
    display: block;
  }
  footer::before{
    content: "";
    display: table;
    clear: both;
  }
  footer::after{
    content: "";
    display: table;
    clear: both;
  }


  .backgroundkotei{
    background-color: #fff;
    max-width: 1024px;
    margin: 0 auto;
    padding:0 15px;
  }
  .maindiv{
    margin: 0;
    padding-top: 8px;
  }
  .innerleftmain{padding: 5px;}
  .innerrightmain{padding: 5px;}
  .linkstyle0 a{color:gray;}
  .logo{
    width:45%;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;

  }
  .hitokoto{margin: 10px;padding: 2px;}
  .insertimg  {
    margin:20px 0 3px;
    padding: 5px 0;
  }
  .ti1{
    background-color: #445dff;
    color: white;
    padding: 8px;
    text-align: center;
  }
  .ti2{
    background-color: white;
    text-align: center;
    border: solid 2px #445dff;
    margin-top: 2px;
    font-size: 90%;
  }
  .ti2 dl{
    margin-left: 10%;
    margin-right: 5%;
    text-align: left;
  }
  .ti2 dd{
    margin-left: 5%;
    font-size: 90%;
  }
  .ti3{
    text-align: center;
    border: solid 1px #afafaf;
    background-color: #baff44;
    padding: 8px;
  }
  .ti3-1{
    width: 100%;
    border: solid 1px #a9cf52;
    padding: 2px;
  }
  .ti3-2 img{
    height: 120px;
    padding: 12px 0;
  }
  .ti3-3{
    margin-bottom: 10px;
  }
  .ti3-conte{
    display: block;width: 100%;
  }
  .ti3-colum{
    display:block;
    width:100%;
    text-align: center;
    margin: 0 auto;
  }
  .ti4{
    text-align: justify;
    margin: 4px;padding: 4px;
    font-size: 90%;
  }

  .comment1{
    margin-left: 16px;
    background:linear-gradient(transparent 60%, yellow 70%);
  }
  .comment2{
    margin-left: 16px;
  }
  .MyFont1B{text-align: center;}
  .MyFont1B a{
    font-family: MyFont1B,sans-serif;
    font-size: 38px;
    color: red;
  }
  .line-banner{
    text-align: center;
    /* height: 60px; */
    margin: 10px 20%;
    padding: 10px 5px;
    background-color: #baff44;
  }
  .w100{width: 100%;}
  .alacen{text-align:center;}
  .alari{text-align: right;}
  .magiboto{  margin-bottom: 16px;}
  .magilef{ margin-left: 16px;}
  .spacer{margin: 8px;height: 1px;}
  .sns0{
    text-align: center;
  }
  .sns0 img{
    vertical-align: middle;
    width:calc(100% / 7);
    padding: 2px;
    filter: drop-shadow(0 2px 3px #888);
  }
  .sns0 img:active{
    animation-name: snsAnime;
    animation-fill-mode:forwards;
    animation-duration:0.5s;
  }
  .footer-sitemap-1{
    display: flex;
    max-width: 1024;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #333;
    padding: 20px 0;
  }
  .footer-sitemap-1  div{
    margin-left: auto;
    margin-right: auto;
    color: #eee;
    font-size: 85%;
  }
  .footer-sitemap-1  li{
    list-style: none;
    margin-bottom: 2px;
  }
  .footer-sitemap-1  li::before{
    content: "- ";
  }
  .footer-sitemap-1  a{
    text-decoration: none;
    color: #eee;
    font-size: 85%;
  }
  .popup{
    transition: all 300ms 0s ease-out;
  }
  .popup:hover{
    background-color: #ff7b0060;
    border-radius: 20px;
  }
  @keyframes snsAnime {
    0%{transform: rotate(0deg);}
    30%{transform: rotate(100deg);}
    75%{transform: rotate(300deg);}
    100%{transform: rotate(340deg);}
  }

  /* MenuBtnShowHide(); ここから */
  .menu-btn {
    position: fixed;
    top: 15px;
    right: 25px;
    z-index: 999;  /* .overlay が 99 */
    display: inline;
    font-size: 40px;
  }
  .menu-btn img{height: 36px; width:36px;}
  .overlay {
    position: fixed;
    top: 0;
    right: -20px;
    z-index: 99; /* .menu-btn が 999 */
    display: none;
    overflow: auto;
    width: 80%;
    height: 50%;
    background: #4bf; /*99abcd*/
  }
  .overlay *{
    margin: 5vw;
    color: black;
  }
  /* MenuBtnShowHide(); ここまで */

  /* LoadingGIF(); ここから */
  #loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #4bf;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    text-align: center;
    animation-name: fadeInAnime;
    animation-fill-mode:forwards;
    animation-duration:3.2s;
  }
  .spinner {
    width: 100%;
    height: 100%;
    margin: 100px auto;
  }
  .spinner img{
    width:22vw;
    animation-name: fadeInAnime;
    animation-fill-mode:forwards;
    animation-duration:3s;
  }

  @keyframes fadeInAnime {
    0%{
      background-color:#4bf;
      opacity: inherit;
    }
    70%{
      background-color:#4bf;
      opacity: inherit;
    }
    100%{
      background-color:transparent;
      opacity: 0;
    }
  }
  /* LoadingGIF(); ここまで */

  /* ScrollToTop(); ここから */
  #page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 10px;
    background: #4bf;
    opacity: 0.7;
    border-radius: 50%;
    }
  #page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
  }
  #page_top a::before{
    /* font-family: MyFont1B,sans-serif; */
    /* font-weight: 900; */
    content: '▲';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 10;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /* ScrollToTop(); ここまで */


  /* CSS（タブレット用） */
  @media screen and (min-width: 479px) {
    .maindiv{margin:8px 0 0;}
    .inner{text-align: center;}
    .inner ul li{
      display: inline-block;
      margin-left: 5px;margin-right: 5px;
    }
    .ti3-conte{
      display: flex;
    }
    .ti3-colum{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
  }

  /* CSS（PC用） */
  @media screen and (min-width: 769px) {
    html, html *{
      font-size: 18px;
    }
    h2{
      font-size: 30px;
      text-align: center;
    }
    .logoconte{
      display: flex;
      align-items: center;
    }
    .logo{
      display: block;
      width: 80px;
      margin-top: 0;
      margin-left: 5px;
    }
    .logo img{
      width: 100%;
      display: block;
      margin:0 0 10;
      padding-top: 8px;
    }
    .inner{text-align: center;}
    .inner ul li{
      display: inline-block;
      margin-left: 5px;
      margin-right: 10px;
    }
    .inner ul li a{font-size: 90%;}
    .inner ul li a:hover{
      background:linear-gradient(transparent 60%, yellow 70%);
    }
    .innerrightmain{
      background-color: #fff;
      width: 30%;
      height: 100%;
      margin: 0 auto;
      float: right;
      display: table;
    }
    .innerleftmain{
      background-color: #fff;
      width: 70%;height:100%;
      margin: 0;
      float: left;
      display: table;
    }
    .maindiv{
      background-color: #fff;
      max-width: 1024px;
      margin: 0;
    }
    .hitokoto{margin:8px auto;float: none;}
    .magiboto{  margin-bottom: 10px;}
    .ti2{    border: solid #afafaf 1px;  }
    .ti3-conte{
      display: flex;
    }
    .ti3-colum{
      margin-left: auto;
      margin-right: auto;
      text-align: center;
    }
  }





  /* .nav{width:100%;}
  .nav ul{text-align: right;}
  .nav ul li{display: inline-block;}
  .nav ul li a:hover{background:linear-gradient(transparent 60%, yellow 70%);} */


  /* 色設定 */
  .color-gray{color: gray;}
  .color-black{color: black;}
  .color-red{color:red;}
  .gra-yellow{background:linear-gradient(transparent 60%, yellow 70%);}
  .shadou{box-shadow: 0 0 2px;margin-bottom: 12px; }