@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video {
  position: relative;
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video,
.responsive_video iframe,
.responsive_video object,
.responsive_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}


.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 1140px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;

  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 10px 0;
  background: #e7dec4;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_contact{
}

.hdr_contact{
  
}
.hdr_contact a{
  text-decoration: none;
}
.hdr_contact a:hover{
  opacity: 0.9;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  header{
    display: flex;
    justify-content: space-between;
    overflow: auto;
    align-items: center;
  }
  .gnav ul{
    display: flex;
    flex-direction: column;
  }

}
@media (min-width:1024px){
  header{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    padding: 26px 0 0;
    width: 230px;
  }

}
@media (min-width:1200px){
  header{
    display: flex;
    flex-direction: column;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 26px 0 0;
    width: 320px;
  }

}
@media (min-width:1300px){
  header{
    width: 320px;
  }

}
@media (min-width: 768px) and (max-width:1023px){
  header{
    padding: 10px 0 0 10px;
  }
}
/*******************************
*　コンテナ幅調整
********************************/
body{

}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){


}
@media (min-width:1024px){
  body{
    padding-left: 230px;
  }

}
@media (min-width:1200px){
  body{
    padding-left: 320px;
  }

}
@media (min-width:1300px){
  body{
    padding-left: 320px;
  }

}
/*******************************
*　
********************************/



/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
/*.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: 18px;
}*/
.gnav > ul > li{
  /*  width: 100%;*/
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 5px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}
.hdr_menu_btn{
  display: none;
}


.mv{
  position: relative;
  height: auto;

/*  background: #CCC;
  background-image: url('/img/mv.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/

/*  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;*/
}
.mv .mv_box{

}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .slider {
  width: 100%;
/*  height: 880px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;*/
}
.mv .mv_box .img img {
  width: 100%;
  object-fit: cover;
}
.mv .mv_box .img:before{
  padding-top: 52.5%;
}
.mv_activate {
  width: 100%;
  padding: 0 15px;
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mv .arrow-prev, .mv .arrow-next {
  padding: 0;
  background: inherit;
  cursor: pointer;
}
.mv .slide_dots li button, .mv .slide_dots li button:before {
  width: 5px;
  height: 5px;
  font-size: 0;
  border: 0;
  border-radius: 50%;
}
.mv .slide_dots li button:before {
  background: #e5e5e5;
  content: "";
  display: block;
}
.mv .slide_dots li.slick-active button:before {
  opacity: 1;
  background: #000000;
}
.mv .slide_dots {
  display: flex;
  align-items: center;
  order: 2;
}
.mv .slide_dots li {
  font-size: 0;
  margin: 0 13px;
}

.mv .txt{
  position:absolute;
  bottom: -7px;
  left: 84px;
  z-index: 1;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.3em;
  color: #8e4d36;

}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  header .hdr1 .hdr_logo{
    width: 200px;
    margin: 0 auto;
  }
  .mv {
    height: 35vh;
    min-height: 250px;
    margin-bottom: 70px;
    overflow: visible;
  }
  .mv .mv_box .img img {
    height: auto;

  }
  .mv .txt{
    /*bottom: 5px;*/
    bottom: -20px;
    left: 12px;
    font-size: 20px;
  }
  .gnav ul li a.space{
    padding-left: 1em;
  }
  .mv_activate{
    bottom: 40px;
  }
}
@media (min-width:768px){
  .gnav ul{
    padding: 30px 40px;
  }
  .gnav ul li:nth-child(n+2){
    margin-top: 10px;
  }
  .gnav ul li a.space{
    padding-left: 23px;
  }

  .hdr_contact{

  }
  .contact_btn{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 201px;
    background: #ff7300;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
    padding: 5px 0;
    border: 2px solid transparent;
  }
  .contact_btn:before{
    content: "";
    display: block;
    background-image: url(/img/home/envelope-solid_wh.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 22px;
    height: 20px;
    margin-right: 10px;
  }
  .hdr_phone_btn{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 201px;
    background: #ff7300;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
    padding: 5px 0;
    margin-top: 20px;
    border: 2px solid transparent;
  }
  .hdr_phone_btn:before{
    content: "";
    display: block;
    background-image: url(/img/home/phone-solid_wh.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 19px;
    height: 20px;
    margin-right: 10px;
  }
  .cutom_btn{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 201px;
    background: #fff;
    border: 2px solid #f4a55b;
    color: #f4a55b;
    text-align: center;
    border-radius: 15px;
    margin: 0 auto;
    padding: 5px 0;
  }
  .cutom_btn:before{
    content: "";
    display: block;
    background-image: url(/img/home/user-solid.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 25px;
    margin-right: 10px;
  }
  .hdr_txt{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin: 5px 0 7px;
  }
  .mv {
    height: auto;
    margin-bottom: 100px;
  }
  .mv .mv_box .img img {
    height: auto;
  }
  .mv_activate {
    padding: 0 50px;
    bottom: 20px;
  }
  .mv .txt{
    font-size: 28px;
    bottom: 5px;
    left: 40px;
  }
}
@media (min-width:1024px){
  header{
    padding: 16px 0 0;
  }
  .gnav ul{
    padding:0 10px 5px;
  }
  .gnav li a{
    font-size: 13px;
    padding: 0;
  }
      .gnav ul li:nth-child(n+2) {
        margin-top: 5px;
    }

  .hdr_menu_btn{
    display: none;
  }
.mv {
    height: auto;
  }
  .mv .mv_box .img img {
    height: auto;
  }
  .mv_activate {
    padding: 0 50px;
    bottom: -20px;
  }
  .mv .txt{
    font-size: 24px;
    bottom:-28px;
    left: 40px;
  }
  .contact_btn,
  .hdr_phone_btn{
      font-size: 14px;
      padding: 0;
    }
    .hdr_phone_btn{
     margin-top: 10px; 
    }
}
@media (min-width:1200px){
  
/*  .gnav li a{
    font-size: 16px;
  }*/
.mv {
    height: auto;
  }
  .mv .mv_box .img img {
    height: auto;
  }
  .mv_activate {
    padding: 0 68px;
  }
  .mv .txt{
    font-size: 28px;
    bottom:-30px;
    left: 40px;
  }

}
@media (min-width:1300px){
  .gnav ul{
    /*     padding: 30px 40px 20px;*/
  }

  .mv {
    height: auto;
  }
  .mv .mv_box .img img {
    height: auto;
  }
}
@media (min-width:1500px){
  header{
   padding: 26px 0 0;
  }
  .mv .mv_box .img img {
    height:auto;
  }
   .mv {
    height: auto;
  }
  .mv .txt{
    font-size: 32px;
    bottom: -30px;
    left: 40px;
  }
  
  .gnav ul{
    padding: 30px 40px 20px;
  }
  .gnav li a{
    font-size: 15px;
    padding: 5px;
  }
      .gnav ul li:nth-child(n+2) {
        margin-top: 10px;
    }
    .contact_btn,
    .hdr_phone_btn{
      font-size: 18px;
      padding: 5px 0;
    }
    .hdr_phone_btn{
     margin-top: 20px; 
    }
}
@media (min-width:1600px){
  .mv {
    height: auto;
  }
  .mv .mv_box .img img {
    height: auto;
  }
  .mv .txt{
    font-size: 32px;
    bottom: 2px;
    left: 40px;
  }
}
@media (min-width: 768px) and (max-width:1023px){
  .gnav{
    width: calc(100% - 60px);
    position: fixed;
    left: 100%;
    z-index: 1000000000;
    height: 0;
    /* background: #47a3cd; */
    /* padding: 20px 15px; */
    font-size: 16px;
    overflow: hidden;
    border-radius: 15px;
    transition: all 1.8s;
    opacity: 0;
    background: #f6f6f6;
    box-shadow: 0 0 4px 0px #666;
    display: flex;
  }
  .gnav_tb{
    display: none;
  }
  .gnav ul{
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% - 65px);
    padding:0;
    order: 1;
  }
  .gnav.active{
    max-width: 900px;
    top: 50%;
    left: 51.8%;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, -50%);
    align-items: flex-start;
    left: 50%;
    right: inherit;
    top: 50%;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .gnav.active:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #9f9f9f;
    position: absolute;
    top: 0;
    right: 80px;
  }
  .gnav li {
    width: 50%;
    padding:50px 10px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: center;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border-right: 1px solid #9f9f9f;
  }
  .gnav ul li:nth-child(n+2){
    margin-top: 0;
  }
  .gnav li:nth-child(n+3){
    border-top: 1px solid #9f9f9f;
  }
  .gnav ul li a.space{
    padding-left: 0;
  }
  .gnav_box2{
    width: auto;
    padding: 30px 0;
    order: 3;
  }
  .hdr_menu_btn button,
  .gnav_box2 button{
    border: none;
    border: 0;
    font-size: 18px;
    text-align: center;
    background: transparent;
    line-height: 1;
    width: 80px;
    height: 50px;
  }
  .hdr_menu_btn button span,
  .gnav_box2 button span{
    display: block;
  }
  .hdr_contact{
    width: 340px;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .hdr_contact.pc{
    display: none;
  }
  header .hdr1 .hdr_logo{
    width: 250px;
  }
  .hdr_menu_btn{
    display: block;
  }



}
/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: #84ccad;
  color: #FFF;
  /*padding: 60px 0 10px;*/
  padding: 0;
  margin-top: 50px;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
}

footer .ftr_logo{
  margin-bottom: 45px;
}
footer .ftr_addr{
  line-height: 1.875;
}

footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{

  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

footer .ftr_links{
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
footer .ftr_links li{
  padding: 0 25px;
  line-height: 1.1;
}
footer .ftr_links li+li{
  border-left: 1px solid;
}
footer .copy{
  background: #FFF;
  color: #111;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  /*margin-top: 60px;*/
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #4072b3;
  color: #FFF;
  text-decoration: none;
}

@media (min-width:768px){
  
  footer{
    margin-top: 100px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  footer{
    margin-top: 200px;
  }

}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{

}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
}
.pagetop a i{
  font-size: 40px;
}


.breadcrumb_wrap{
  margin-bottom: 30px;
}
.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  /*display: inline;*/
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

@media (min-width:768px){
  
}
@media (min-width:1024px){
  .breadcrumb_wrap{
    margin-bottom: 45px;
  }
}
@media (min-width:1200px){
  .breadcrumb_wrap{
    margin-bottom: 75px;
  }
}

/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 ;
}
body.home .main{
  padding-top: 0;
}

.pg_header{
  /*padding-left: 15px;*/
  /*padding-right: 15px;*/
  margin-left: 15px;
  /*margin-left: 15px;*/
}

@media (max-width:767px){
  .pg_header{
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width:768px){
  
}
@media (min-width:1024px){
  .pg_header{
    margin-left: 15px;
  }
  .main{
    /*padding-left: 20px;*/
  }
  
}
@media (min-width:1200px){
  .pg_header{
    /*padding-left: 65px;*/
    margin-left: 65px;
  }
  .main{
    padding-left: 50px;
  }
  
}
.mv .img_fit{
  position: relative;
}
.img_fit:before {
  content: "";
  display: block;
  padding-top: 0%;
}
.mv .img_fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}


.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る サンプル */
.read_more{

}
.read_more a{
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 10px;
  background: #00a7c6;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  /*content: "\f054";*/
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .common_title .title_text{
    font-size: 16px;
    text-align: justify;
  }

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

