@charset "UTF-8";
/*
 *  EASYS-BLOG テンプレート「files_pc」CSS
 *
 */

/*-----------------------------------------------------------------------------*/
/* restyle
/*-----------------------------------------------------------------------------*/

body{
  background: none repeat scroll 0 0 #ffffff;
  font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
html,
body{
  height: 100%;
}
/* 20250402追記 コメントアウト
*{
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
      -ms-box-sizing: inherit;
       -o-box-sizing: inherit;
          box-sizing: inherit;
}
*/

/* 20250402追加 */
*,
::before,
::after{
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

a,
a:active,
a:hover,
a:link,
a:visited{
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/* destyle.min.cssの *, ::before, ::after のborder-width:0 で消えたボーダーを追加 */
input[type="submit"]{
  border-width: 1px;
}
/* 20250402追加 おわり */

img{
  vertical-align: middle;
}

#wrapper{
  height: auto !important;
  height: 100%;
  min-height: 100%;
}
/*テンプレートカラー：#DFD2C3*/

/*-----------------------------------------------------------------------------*/
/* restyle wrapper
/*-----------------------------------------------------------------------------*/
#wrapper{
  background: none repeat scroll 0 0 #eddfbe;
  box-shadow: 0 0 15px #efe8e1;
  margin: 0 auto;
  padding: 0 10px;
  width: 960px;
}

/*-----------------------------------------------------------------------------*/
/* restyle branding_box
/*-----------------------------------------------------------------------------*/
#branding_box{
  background-color: #ffffff;
  height: 100px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
  width: auto;
}
#branding_box a{
  color: #efe8e1;
  font-size: 40px;
  font-weight: bold;
  line-height: 100px;
  text-decoration: none;
}
#branding_box a:hover{
  text-decoration: underline;
}
#site-description{
  clear: inherit;
  float: inherit;
  font-style: normal;
  margin: 0;
  padding: 0;
  width: auto;
}

/*-----------------------------------------------------------------------------*/
/* restyle main_teaser
/*-----------------------------------------------------------------------------*/
#main_teaser{
  background-color: #ffffff;
  display: block;
  height: 180px;
  margin: 0 auto 10px;
  padding: 0;
  text-align: center;
}
#main_teaser{
  color: #efe8e1;
  font-size: 40px;
  font-weight: bold;
  line-height: 180px;
}
#main_teaser.page_404 img{
  vertical-align: middle;
}

/*-----------------------------------------------------------------------------*/
/* restyle footer
/*-----------------------------------------------------------------------------*/
#footer_block{
  background-color: #ffffff;
  clear: both;
  height: 100px;
  margin: 0 0 10px;
  padding: 0;
  text-align: center;
}
#footer_block{
  color: #efe8e1;
  font-size: 40px;
  font-weight: bold;
  line-height: 100px;
}

address#copyright{
  background-color: #ffffff;
  font-size: 11px;
  font-style: normal;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/*-----------------------------------------------------------------------------*/
/* restyle content area
/*-----------------------------------------------------------------------------*/
#outer_block{
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}
#main{
  background: none repeat scroll 0 0 #eddfbe;
  background-color: #ffffff;
  padding: 0;
}
#main .widget-area ul ul{
  line-height: 30px;
  margin: 0;
  padding: 0;
}
#main .widget-area ul ul li{
  -moz-border-bottom-colors: none;
  border-color: -moz-use-text-color -moz-use-text-color #efe8e1;
  border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  border-style: none none dotted;
  -moz-border-top-colors: none;
  border-width: medium medium 1px;
}
#main .widget-area ul ul li a{
  display: block;
}
#container{
  background: none repeat scroll 0 0 #ffffff;
  margin: 0;
  padding: 10px 10px 0;
}

#content{
  margin: 0;
  padding: 0;
}
#content .entry-title{
  background: none repeat scroll 0 0 #eddfbe;

/* font-familiy 追加 */
  font-family: "mplus", sans-serif;
  font-size: 18px;
  line-height: 35px;
  margin: 0 0 5px;
  min-height: 35px;
  padding-inline: 10px;
}

/*-----------------------------------------------------------------------------*/
/* restyle widget area
/*-----------------------------------------------------------------------------*/
#primary{
  background: none repeat scroll 0 0 #ffffff;
}
#main .widget-area ul{
  margin: 0;
  padding: 10px;
}

.widget-area ul ul{
  list-style: none outside none;
  margin-left: 1.3em;
}

.widget-title{
  background: none repeat scroll 0 0 #eddfbe;

/* font-familiy 追加 */
  font-family: "mplus", sans-serif;
  font-size: 14px;
  line-height: 35px;
  margin: 0 0 5px;
  text-align: center;
}
.widget-title2 a{
  background: none repeat scroll 0 0 #eddfbe;
  display: block;

/* font-familiy 追加 */
  font-family: "mplus", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 0 5px;
  text-align: center;
}


#wp-calendar tbody td{
  background: none repeat scroll 0 0 #f7f3f0;
}
#wp-calendar tbody td#today{
  background: none repeat scroll 0 0 #eddfbe;
}
#wp-calendar caption,
#wp-calendar thead th,
#wp-calendar tbody td,
#wp-calendar tfoot #next,
#wp-calendar tfoot #prev{
  padding: 5px 0;
}

/*-----------------------------------------------------------------------------*/
/* restyle wptouch(モバイルテーマにスイッチ)
/*-----------------------------------------------------------------------------*/
.wptouch-desktop-switch{
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  font-size: 30px !important;
  line-height: 2;
}

/*-----------------------------------------------------------------------------*/
/* select template type css
/*-----------------------------------------------------------------------------*/
/* global width
/*--------------------------------------------*/
#main.global{
  width: 960px;
}
#container.global{
  float: left;
  width: 710px;
}
#side_navi.global{
  display: block;
  float: right;
}

/* left width
/*--------------------------------------------*/
#main.left{
  clear: inherit;
  float: right;
  margin: 0;
  width: 730px;
}
#container.left{
  float: left;
  width: 480px;
}
#side_navi.left{
  display: block;
  float: right;
}
#custom_menu.left{
  background-color: #ffffff;
  display: block;
  float: left;
  width: 220px;
}
#custom_menu.left .side_area p{
  color: #efe8e1;
  font-size: 16px;
  font-weight: bold;
  line-height: 5;
  text-align: center;
}

#main.left #sub_teaser{
  background-color: #ffffff;
  color: #efe8e1;
  font-size: 30px;
  font-weight: bold;
  line-height: 100px;
  margin: 0 0 10px;
  text-align: center;
}

/* right width
/*--------------------------------------------*/
#main.right{
  clear: inherit;
  float: left;
  margin: 0;
  width: 730px;
}
#container.right{
  float: right;
  width: 480px;
}
#side_navi.right{
  display: block;
  float: left;
}
#custom_menu.right{
  background-color: #ffffff;
  display: block;
  float: right;
  width: 220px;
}
#custom_menu.right .side_area p{
  color: #efe8e1;
  font-size: 16px;
  font-weight: bold;
  line-height: 5;
  text-align: center;
}

#main.right #sub_teaser{
  background-color: #ffffff;
  color: #efe8e1;
  font-size: 30px;
  font-weight: bold;
  line-height: 100px;
  margin: 0 0 10px;
  text-align: center;
}

/* Left Bottom width
/*--------------------------------------------*/
#main.l_bottom{
  clear: inherit;
  float: right;
  margin: 0;
  width: 730px;
}
#container.l_bottom{
  float: left;
  margin-bottom: 10px;
  width: 480px;
}
#side_navi.l_bottom{
  display: block;
  float: right;
  margin-bottom: 10px;
}
#custom_menu.l_bottom{
  background-color: #ffffff;
  display: block;
  float: left;
  width: 220px;
}
#custom_menu.l_bottom .side_area p{
  color: #efe8e1;
  font-size: 16px;
  font-weight: bold;
  line-height: 5;
  text-align: center;
}

#main.l_bottom #sub_teaser{
  background-color: #ffffff;
  color: #efe8e1;
  font-size: 30px;
  font-weight: bold;
  line-height: 100px;
  margin: 0 0 10px;
  text-align: center;
}

/* Right Bottom width
/*--------------------------------------------*/
#main.r_bottom{
  clear: inherit;
  float: left;
  margin: 0;
  width: 730px;
}
#container.r_bottom{
  float: right;
  margin-bottom: 10px;
  width: 480px;
}
#side_navi.r_bottom{
  display: block;
  float: left;
  margin-bottom: 10px;
}
#custom_menu.r_bottom{
  background-color: #ffffff;
  display: block;
  float: right;
  width: 220px;
}
#custom_menu.r_bottom .side_area p{
  color: #efe8e1;
  font-size: 16px;
  font-weight: bold;
  line-height: 5;
  text-align: center;
}

#main.r_bottom #sub_teaser{
  background-color: #ffffff;
  color: #efe8e1;
  font-size: 30px;
  font-weight: bold;
  line-height: 100px;
  margin: 0 0 10px;
  text-align: center;
}


/* 以下追記
/*--------------------------------------------*/
/* Webフォント */
@font-face{
  font-display: swap;
  font-family: "mplus";
  font-weight: 400;
  src: url("font/mplus/mplus-Regular.woff") format("woff");
}
@font-face{
  font-display: swap;
  font-family: "mplus";
  font-weight: bold;
  src: url("font/mplus/mplus-Bold.woff") format("woff");
}

@font-face{
  font-display: swap;
  font-family: "kiwimaru";
  font-weight: 400;
  src: url("font/Kiwi_Maru/KiwiMaru-Regular.woff") format("woff");
}
@font-face{
  font-display: swap;
  font-family: "kiwimaru";
  font-weight: bold;
  src: url("font/Kiwi_Maru/KiwiMaru-Medium.woff") format("woff");
}

.mplus{
  font-family: "mplus",sans-serif;
  font-weight: bold;
}

.mplus-r{
  font-family: "mplus",sans-serif;
  font-weight: 400;
}


/* ヘッダー
/*--------------------------------------------*/
#header{
  height: 70px;
  padding: 0;

/*fixedで上部固定*/
  position: fixed;

/* transition: opacity 1s, transform 1s; */
  width: 100%;
  z-index: 999;/*最前面へ*/
}

#area-2{
  padding-top: 20%;
}

.home-wrapper#area-2{
  padding-top: 0;
}

.home-top{
  height: 80vh;
  position: relative;
  width: 100%;
}

.top-text{
  font-family: "kiwimaru";
  font-size: 1.5em;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 40%;
  z-index: 2;
}

.top-text h2{
  color: #5f5f5f;
  display: inline-block;
  letter-spacing: 1em;
  line-height: 2em;
  position: relative;
  transform: translateX(-50%);
  -webkit-writing-mode: vertical-rl;
     -moz-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.home-wrapper{
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

.home-menu-wrapper{
  margin: 1% 10%;
}

.menu-flex{
  align-items: flex-end;
  background-color: white;
  border-radius: 23px;
  display: flex;
  justify-content: space-around;
  padding: 1em 10%;
  width: 100%;
}

.mplus{
  font-family: "mplus",sans-serif;
  font-weight: bold;
}

.mplus-r{
  font-family: "mplus",sans-serif;
  font-weight: 400;
}

.menu-box{
  text-align: center;
}

.menu-box a{
  color: inherit;
  line-height: 1.15;
  text-decoration: none;
}

.menu-box h2{
  color: #5f5f5f;
  font-size: 1.1vw;
  font-weight: bold;
  padding-top: 5px;
}

.menu-box p{
  color: #ddbf78;
  font-size: 1vw;
}

.menu-box img{
  max-width: 50%;
  width: 10vw;
}

/* フェードアップ */
.fadeUpTrigger{
  opacity: 0;
}

.fadeUp{
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}
@keyframes fadeUpAnime{
  from{
    opacity: 0;
    transform: translateY(50px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

#header.UpMove{
  animation: UpAnime .5s forwards;
}

@keyframes UpAnime{
  from{
    opacity: 1;
    transform: translateY(0);
  }
  to{
    opacity: 0;
    transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/
#header.DownMove{
  animation: DownAnime .5s forwards;
}
@keyframes DownAnime{
  from{
    opacity: 0;
    transform: translateY(-100px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

.page-menu-wrapper{
  background-color: #a6bcb6 ;
  height: 200px;
  position: relative;
  width: 100%;
}

.header-menu-flex{
  align-items: flex-end;
  background-color: white;
  border-radius: 100% 100% 0 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  padding: 1em 10%;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.y-color{
  color: #dc9b00;
}

/* SP */
.sp-header{
  display: none;
}

@media(max-width: 768px){
  .pc{
    display: none;
  }

  .sp-header{
    align-items: center;
    background-color: rgba(245, 245, 245 ,.9);
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    width: 100%;
    z-index: 998;
  }

  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn{
    background: #a6bcb6;
    border-radius: 5px;
    cursor: pointer;
    height: 50px;

/*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    width: 50px;
    z-index: 999;
  }

  /*ボタン内側*/
  .openbtn span{
    background: #ffffff;
    border-radius: 2px;
    display: inline-block;
    height: 3px;
    left: 14px;
    position: absolute;
    transition: all .4s;/*アニメーションの設定*/
    width: 45%;
  }


  .openbtn span:nth-of-type(1){
    top: 15px;
  }

  .openbtn span:nth-of-type(2){
    top: 23px;
  }

  .openbtn span:nth-of-type(3){
    top: 31px;
  }

  /*activeクラスが付与されると1・3番目の要素が2番目の要素と同じ位置になり一本線に*/

  .openbtn.active span:nth-of-type(1),
  .openbtn.active span:nth-of-type(3){
    top: 23px;
  }

  #g-nav{
    background: #ffffff;
    height: 100vh;/*ナビの高さ*/
    left: -120%;

/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;

/*ナビのスタート位置と形状*/
    top: 0;

/*動き*/
    transition: all .6s;
    width: 100%;
    z-index: 998;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive{
    left: 0;
  }


  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list{
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;

/*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  /*ナビゲーション*/
  #g-nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    left: 50%;

/*ナビゲーション天地中央揃え*/
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 999;
  }

  /*リストのレイアウト設定*/

  #g-nav li{
    list-style: none;
    text-align: center;
    width: calc(100% / 3);
  }

  #g-nav li a{
    color: #333333;
    display: block;
    font-weight: bold;
    letter-spacing: .1em;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
  }

  #g-nav li a img{
    height: 70px;
    padding-bottom: 5px;
  }
  #g-nav li a h2{
    font-size: 13px;
    line-height: 1.15;
  }
  #g-nav li a p{
    color: #dc9b00;
    font-size: 10px;
    line-height: 1.15;
  }

  .contact{
    text-align: center;
  }
  .contact p{
    color: #dc9b00;
    font-family: "mplus", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.15;
  }
}

/* フッター
/*--------------------------------------------*/
footer{
  bottom: 0;

/* emの基準値 */
  font-size: 16px;
  position: relative;
  width: 100%;
  z-index: 5;
}

.foot-bg{
  background-image: url(img/footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 510px;
  justify-content: end;
  min-height: 100%;
  padding-bottom: 2%;
  position: absolute;
  width: 100%;
  z-index: 3;
}

footer img{
  display: block;
  margin: 2em auto;
  text-align: center;
  width: 20%;
}

.footer-contact{
  background-color: white;
  border: #305708 solid;
  border-radius: 30px;
  color: #305708;
  font-family: "mplus";
  font-size: 1.3em;
  font-weight: bold;
  margin: 1em auto;

/* padding: .6em 1em; */
  /* padding 微調整 */
  padding: .75em 1em;
  text-align: center;
  width: 20%;
}

.footer-tell-wrapper{
  align-items: center;
  color: white;
  display: flex;
  font-size: 1.5em;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.footer-tell-wrapper p{
  font-family: "mplus";
  font-size: 1.3em;
  font-weight: bold;
  margin-left: .2em;
}

.footer-tell{
  background-color: white;
  border-radius: 50%;
  color: #305708;
  font-size: .8em;
  padding: .4em;
}
.foot-adress{
  color: white;
  padding: 1em;
  text-align: center;
}

.info-archive-link{
  background-color: #a6bcb6;
  border-radius: 5px;
  color: white;
  display: block;
  padding: .3em 1em;
  text-align: center;
  width: 100%;
}

.footer-cw{
  bottom: 1%;
  color: white;
  display: block;
  font-family: "mplus";
  font-weight: 400;
  position: absolute;
  text-align: center;
  width: 100%;
}

@media(max-width: 768px){
  .foot-bg{
    background-image: url(img/footer.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 480px;
    justify-content: end;
    min-height: 100%;
    padding-bottom: 3%;
    position: relative;
    width: 100%;
    z-index: 3;
  }

  footer img{
    display: block;
    margin: 2em auto;
    text-align: center;
    width: 70%;
  }

  .footer-contact{
    background-color: white;
    border: #305708 solid;
    border-radius: 30px;
    color: #305708;
    font-family: "mplus";
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em auto;

/* padding: .6em 1em; */
    padding-block: .7em;
    text-align: center;
    width: 70%;
  }

  .footer-cw{
    bottom: 1%;
    color: white;
    display: block;
    font-family: "mplus";
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    text-align: center;
    width: 100%;
  }
  .foot-adress{
    color: white;
    font-size: 11px;
    padding: 1em;
    text-align: center;
  }
}


/* ブログ部分 */
/* 固定ヘッダーナビメニュー用のpadding追加 */
.blog_contents{
  padding-block: 20% 7.5%;
}

.blog_contents_title{
  font-family: "mplus", sans-serif;
  font-size: 28px;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
}

.blog_contents_title a:hover{
  text-decoration: underline;
}

#main.global{
  padding-top: 100px;
}

/* 「検索」ボタン */
#searchsubmit{
  background-color: #eeeeee;
  border: 1px solid #333333;
  border-radius: none;
}

/* レスポンシブ対応 */
@media(max-width: 980px){
  /* コンテナ */
  #main.global{
    padding-top: 50px;
    width: 100%;
  }

  /*メイン部分*/
  #content{
    float: none;
    width: 100%;
  }

  /* 投稿部分 */
  #container.global{
    float: none;
    width: 100%;
  }

  /* サイドバー */
  #side_navi.global{
    float: none;
  }

  #primary,
  #secondary{
    float: none;
    width: 100%;
  }

  /* ページ上部のタイトル部分 */
  .blog_contents_title{
    font-size: 24px;
    font-weight: bold;
    padding-top: 10%;
    text-align: center;
  }
}

