@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:  'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.85;
  color: #181818;
  background: url(/img/body_bg.png?1);

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.home{
  background: url(/img/home_body_bg.png);
}

/* 基本フォント: 明朝 */
/**/
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;
}
.yuji{
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}



a{
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
a:hover{
  opacity: 0.7;
}

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:1200px){
  .md:not(.pc){
    display: none;
  }
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:1024px){
  .pc:not(.md){
    display: none;
  }
  .tb:not(.md){
    display: none;
  }
  .sp:not(.md){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .md:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .md:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}

.container{
  max-width: 1140px;
  padding: 0 15px;
  margin: 0 auto;
}
@media(min-width:768px){
  .container{
    max-width: 700px;
  }
}
@media(min-width:1024px){
  .container{
    max-width: 900px;
  }
}
@media(min-width:1200px){
  .container{
    max-width: 1140px;
  }
}

.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  margin-top: 30px;
  /*padding: 15px 0;*/
  /*background-color: #ccc;*/
  background-image: url(/img/hdr_img.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}

@media (max-width: 767px){
  .pg_header{
    background-size: auto 70px;
  }
}
@media (min-width: 768px){
  .pg_header{
    margin-top: 50px;
  }
  .pg_header .container{
    height: 228px;
    padding-top: 10px;
  }


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

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

}


/* 共通の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{
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(/img/home_body_bg.png);
  border-bottom: 1px solid #7c994d;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header .hdr_logo{
  line-height: 1;
}

@media (max-width: 767px){
  header .hdr1{
    padding: 10px 0;
    justify-content: center;
  }
  header .hdr_logo img{
    width: 160px;
  }
}
@media (min-width: 768px){
  body{
    padding-top: 81px;
  }
  header .hdr1{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
  }
  header .hdr_logo{
    margin-left: 30px;
  }
  header .hdr1 .hdr_contact {
    display: flex;
  }
  header .hdr1 .hdr_contact .link1{
    width: 100px;
    height: 80px;
    font-size: 12px;
    letter-spacing: 0.2em;
    font-weight: 600;
    background: url(/img/hdr_link1.png) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #fff;
  }
  header .hdr1 .hdr_contact .link1:before{
    content: "";
    width: 22px;
    height: 34px;
    margin-top: 2px;
    margin-bottom: 1px;
    background: url(/img/hdr_item.png?1) no-repeat center;
  }
  header .hdr1 .hdr_contact .link1:hover,
  header .hdr1 .hdr_contact .link2:hover{
    filter: brightness(1.1);
    opacity: 1;
  }
  header .hdr1 .hdr_contact .link2{
    width: 100px;
    height: 80px;
    font-size: 12px;
    font-weight: 600;
    background: url(/img/hdr_link2.png) no-repeat center / cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
  }
  header .hdr1 .hdr_contact .link2:before{
    font-size: 20px;
    margin-bottom: 3px;
    content: "\f0e0";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
  }

}
@media (min-width: 1024px){
  header .hdr1 .hdr_contact .link1,
  header .hdr1 .hdr_contact .link2{
    width: 100px;
  }
  header .logo img{
    width: 160px;
  }

}
@media (min-width: 1200px){
  header .hdr1 .hdr_contact .link1,
  header .hdr1 .hdr_contact .link2{
    width: 120px;
  }
  header .logo img{
    width: auto;
  }

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

}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
}

.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;
}

@media (max-width: 767px){

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

}
@media (min-width: 1024px){
  .gnav > ul{
    display: flex;
    align-items: center;
    text-align: center;
    /*font-size: 18px;*/
    transition: 0.2s;
  }
  .gnav > ul:hover > li{
    opacity: 0.5;
    transition: 0.2s;
  }
  .gnav > ul > li{
    font-size: 15px;
    padding: 0 16px;
    /*width: 100%;*/
    position: relative;
    line-height: 1;
  }
  .gnav > ul > li + li{
    border-left: 1px solid #7c994d;
  }
  /*.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{
    text-decoration: none;
    display: block;
    font-weight: 500;
    letter-spacing: 0.075em;
  }
  .gnav li a:hover{
    opacity: 1;
  }
  .gnav > ul:hover > li:hover{
    opacity: 1;
  }
}
@media (min-width: 1200px){
  .gnav > ul > li {
    font-size: 16px;
    padding: 0 18px;
  }

}
@media (min-width: 1500px){
  .gnav > ul > li {
    padding: 0 45px;
  }

}
@media (min-width: 1700px){
  .gnav > ul > li {
    padding: 0 53px;
  }

}




/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 80px;
  padding-bottom: 35px;
  background: url(/img/home/bg09.png);
}
.home footer{
  margin-top: 0;
}
footer .ftr1{
  padding-top: 60px;
  margin-bottom: 40px;
}

footer .copy{
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #fff;
}
footer .copy a{
  /*color: #111;*/
}


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

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
  display: flex;
}
.footer_fix ul li.btn1{
  width: 38%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 5px 5px;
  background: #7c7c7c;
  color: #FFF;
  text-decoration: none;
}
.footer_fix ul li a i{
  font-size: 22px;
  display: block;
  line-height: 1;
}
.footer_fix ul li.btn2 a{
  background: #757474;
}
.footer_fix ul li a i img{
  width: 18px;
}
.footer_fix ul li.btn1:first-child a{
  background: url(/img/hdr_link1.png) no-repeat center / cover;
  border-right: 1px solid #fff;
  color: #181818;
}
.footer_fix ul li.btn1:nth-child(2) a{
  background: url(/img/hdr_link2.png) no-repeat center / cover;
}

@media(max-width:767px){
  body{
    padding-bottom: 60px;
  }
  .ftr1 .container{
    text-align: center;
  }
  .ftr_logo img{
    width: 55px;
  }
  .ftr_links {
    margin-top: 30px;
    padding: 30px 30px 0;
    color: #fff;
    letter-spacing: 0.2em;
    border-top: 1px solid #7c994d;
    display: inline-block;
  }
  .footer_fix{
    display: flex;
  }
  .ftr_links{
    display: none;
  }
}
@media(min-width:768px){
  footer{
    margin-top: 150px;
  }
  footer .ftr1{
    padding-top: 100px;
    margin-bottom: 60px;
  }
  .ftr1 .container{
    display: flex;
    justify-content: space-between;
  }

  footer .ftr_right{
    width: calc(100% - 125px);
    padding-top: 28px;
    margin-top: 15px;
    border-top: 1px solid #7c994d;
  }
  footer .ftr_links{
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    margin-left: auto;
  }
  footer .ftr_links li{
    text-align: left;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 400;
    transition: 0.2s;
  }
  footer .ftr_links li + li{
    margin-left: 48px;
  }
  footer .ftr_links li a{
    opacity: 1;
  }
  footer .ftr_links:hover li{
    opacity: 0.5;
  }
  footer .ftr_links:hover li:hover{
    opacity: 1;
  }
  footer .copy{
    font-size: 14px;
  }
}
@media(min-width:1023px){
  footer{
    margin-top: 195px;
  }
  footer .ftr1{
    padding-top: 150px;
    margin-bottom: 95px;
  }
  footer .ftr_right{
    width: calc(100% - 255px);
  }

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

}


/* 検索フォーム */
.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 .item{
}
.post_items .item a{
  /*background: #f0f0f0;*/
  padding: 15px 5px;
  border-bottom: 1px dotted;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item .img{

}
.post_items .item .date{
  width: auto;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
}
.post_items .item .date:after{
  content: "";
  width: 100px;
  height: 1px;
  margin: 0 20px;
  background: #7c994d;
  display: block;
}
.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{
  width: 100%;
  font-size: 16px;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.pg_newsdeatail .post_items .item .title{
text-overflow: clip;
  overflow: visible;
  white-space: normal;
}
.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: 3px 14px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
  background: #fff;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  border-color: #181818;
  background: #181818;
  color: #fff;
}
.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;
}

@media (max-width:767px){
  .post_items .item a{
    flex-wrap: wrap;
  }
  .post_items .item .title {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (min-width:768px){
  .post_items .item a{
    padding: 23px 5px;
  }
  .post_items .item .title {
    width: calc(100% - 134px - 100px - 40px);
  }
}
@media (min-width:1024px){
  .post_items .item .date:after{
    width: 150px;
    margin: 0 30px;
  }
  .post_items .item .title {
    width: calc(100% - 134px - 150px - 60px);
  }
}
@media (min-width:1200px){

}

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

}
.search_list .item + .item{

}

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

/* コンタクトフォーム */
.contact_info{
  background: #f0f0f0;
  text-align: center;
  padding: 20px;
  margin-bottom: 100px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 20px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #8c8c8c;
  color: #FFFFFF;
  padding: 5px 15px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.contact_info .box2 .tel a{
  display: block;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}

.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 300px;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);
}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.addr dd{

}


.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 500px;
  max-width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 0 5px;
}

.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  display: block;
}
.contact_form span.wpcf7-list-item{
  margin: 0 1em 0 0;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/


.contact_form_acceptance{
  text-align: center;
  margin-top: 20px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance span.wpcf7-list-item{
  margin: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns input.wpcf7-confirm{

}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* サイトマップ */
.sitemap_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sitemap_items .item{
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.sitemap_items .item h4{
  border: 1px solid #d3d3d3;
  border-bottom: 5px solid #d3d3d3;
}
.sitemap_items .item h4 a{
  display: block;
  padding: 20px 15px;
}
.sitemap_items .item ul{
}
.sitemap_items .item ul li{
  border-bottom: 1px dashed #d3d3d3;
  position: relative;
}
.sitemap_items .item ul li:before{
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sitemap_items .item ul li a{
  display: block;
  padding: 5px 10px 5px 20px;
}


/* プライバシーポリシー */
.privacy_tt{
  text-align: center;
  margin-bottom: 30px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;

  border-left: 6px solid #bbbbbb;
  padding-left: 15px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{

}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
  margin-bottom: 5px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
}
.breadcrumb li{
  display: inline;
  white-space: normal;
}
.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%);
}

/* **********************************
 *  メイン
 * ********************************* */
.main{
}

.tt1{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.075em;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  font-size: 24px;
  font-family: 'Yuji Syuku', serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 auto 30px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

/* 詳しく見る*/
.read_more{
  max-width: 255px;
  margin: 50px auto 0;
  padding: 5px;
  border: 1px solid #7c994d;
}
.read_more a{
  font-size: 14px;
  padding: 6px 0;
  border: 1px solid #7c994d;
  display: block;
  max-width: 100%;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  position: relative;
  z-index: 0;
}
.read_more a:hover{
  color: #fff;
  background: #7c994d;
  opacity: 1;
}
.read_more a:after{
  content: "";
  border-style: solid;
  border-color: transparent transparent #7c994d transparent;
  border-width: 0px 0px 10px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.read_more a:hover:after{
  border-color: transparent transparent #fff transparent;
}



/* **********************************
 *  Home
 * ********************************* */
.mv{
  width: 100%;
  position: relative;
  z-index: 0;
}
.mv_slider.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slider_meta{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 7px;
  z-index: 5;
  color: #fff;
}
.slider_meta .slick-dots{
  bottom: 10px;
  position: inherit;
}
.slider_meta .slick-dots li{
  margin: 0;
}
.slider_meta .slick-dots li button{
  padding: 0;
}
.slider_meta .slick-dots li button:before{
  font-size: 12px;
  content: "●";
  color: #fff;
  opacity: 1;
  position: inherit;
}
.slider_meta .slick-prev,
.slider_meta .slick-prev:before,
.slider_meta .slick-next,
.slider_meta .slick-next:before{
  position: inherit;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  transform: none;
}
.slider_meta .slick-arrow {
  font-size: 12px;
  cursor: pointer;
}
.slider_arrow_prev{
  margin-right: 10px;
}
.slider_arrow_next{
  margin-left: 10px;
}
.mv_slider:before{
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/home/mv_cover.png?2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.mv_slider:after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(/img/home/mv_acce1.png) no-repeat left top / 50% auto,
    url(/img/home/mv_acce2.png) no-repeat right bottom / 50% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.mv_slider .img_fit:before{
  padding-top: 45vh;
}
.mv .slider_txt{
  min-height: 50px;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 400;
  text-align: center;
  width: 100%;
  z-index: 10;
}
/*.mv .slider_txt .name{
  font-size: 5vh;
  margin: 0 auto 12px;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.mv .slider_txt .desc{
  font-size: 3vh;
  letter-spacing: 0.075em;
  line-height: 1.166;
}*/
.mv .slider_txt img{
  max-width: 289px;
  width: 17vh;
}

.pg_home .section.sec1{
  padding-top: 70px;
  padding-bottom: 70px;
  background: url(/img/home/bg01.png) no-repeat right -4px top -40px,
    url(/img/home/bg07.png) no-repeat left bottom -10px,
    linear-gradient(to bottom, #edf4ea 0%,transparent 60%);
}
.home_message{
  font-size: 24px;
  margin: 0 auto;
  padding-right: 8px;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.08;
}
.home_message .name{
  margin-top: 50px;
  margin-right: 15px;
  letter-spacing: 0.38em;
}
.home_text1 {
  font-size: 17px;
  margin: 50px -8px 0;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-align: center;
}
.home_text1 p + p{
  margin-top: 25px;
}
.home_box1{
  margin-top: 30px;
}
.home_box1 .item a{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.home_box1 .item a:before{
  content: "";
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  pointer-events: none;
}
.home_box1 .item a:hover{
  opacity: 1;
}
.home_box1 .item .ttl{
  width: 100%;
  font-size: 20px;
  padding: 6.5px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  position: relative;
  z-index: 1;
  position: absolute;
  letter-spacing: 0.075em;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_box1 .item .ttl:before,
.home_box1 .item .ttl:after{
  content: "";
  width: 20px;
  height: 2px;
  margin: 0 10px;
  background: #7c994d;
}
.img_fit{
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}
.img_fit:before{
  content: "";
  padding-top: 100%;
  display: block;
}
.img_fit img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.home_box1 .item .img_fit:before{
  padding-top: 50%;
}
.home_box1 .item .img_fit img{
  transition: 0.2s;
}
.home_box1 .item a:hover .img_fit img{
  scale: 1.1;
  opacity: 1;
}

.pg_home .section.sec2{
  padding: 60px 0;
  background: #fff;
}
.home_ttl1 {
  font-size: 19px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.home_ttl1:after{
  content: "";
  width: 60px;
  height: 2px;
  background: #7c994d;
  display: block;
  margin: 21px auto 0;
}

.pg_home .section.sec3{
  padding: 60px 0;
}
.home_box2{
  background: url(/img/home/bg08.png);
  color: #fff;
  position: relative;
  z-index: 0;
}
.home_box2 + .home_box2{
  margin-top: 50px;
}
.home_box2:before{
  content: "";
  width: 1000%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background: url(/img/home/bg08.png);
}
.home_box2:nth-child(even):before{
  right: inherit;
  left: 0;
  background: url(/img/home/bg09.png);
}
.home_box2:after{
  content: "";
  width: 1300px;
  height: calc(100% - 10px);
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: url(/img/home/home_box2_border1.png) no-repeat right bottom;
  z-index: 2;
  pointer-events: none;
}
.home_box2:nth-child(even):after{
  right: inherit;
  left: 10px;
  background: url(/img/home/home_box2_border2.png) no-repeat left bottom;
}
.home_box2 .img_fit:before{
  padding-top: 80%;
}
.home_box2 .txt{
  padding: 43px 0 30px;
}
.home_box2 .ttl{
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 0.075em;
  font-weight: 400;
}
.home_box2 .ttl:after{
  content: "";
  width: 95px;
  height: 2px;
  margin-left: 28px;
  margin-top: -7px;
  background: #7c994d;
  display: inline-block;
  vertical-align: middle;
}
.home_box2 .text{
  font-size: 17px;
  text-align: justify;
  /*letter-spacing: 0.05em;*/
  line-height: 1.66;
}
.read_more.no2,
.read_more.no2 a{
  border-color: #fff;
}
.read_more.no2 a:after{
  border-color: transparent transparent #fff transparent;
}
.read_more.no2 a:hover:after{
  border-color: transparent transparent #fff transparent;
}

.pg_home .section.sec4{
  padding-bottom: 80px;
  background: url(/img/home/bg05.png) no-repeat right top,
    url(/img/home/bg06.png) no-repeat left bottom -22px;
}
.home_ttl2{
  font-size: 24px;
  margin: 0 auto 30px;
  letter-spacing: 0.075em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'Yuji Syuku', serif;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.home_ttl2:before{
  content: "";
  width: 40px;
  height: 42px;
  margin: 0 auto 10px;
  background: url(/img/home/ttl1.png) no-repeat center / contain;
  display: block;
}
.home_ttl2:after{
  width: 60px;
  height: 2px;
  background: #7c994d;
  margin: 25px auto 0;
  content: "";
  display: block;
}
/*左右スクロール*/
.simply-scroll-container {
  position: relative;
}
.simply-scroll-clip {
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.simply-scroll-list .item {
  float: left; /* Horizontal scroll only */
  /*padding: 0;
  margin: 0;
  width: 2000px;
  height: auto;*/
}
.simply-scroll-list .item img {
  display: block;
  width: 100%;
}
.home_gallery .item{
  width: 150px;
  margin: 0 8px;
}
.home_gallery .img_fit:before{
  padding-top: 72%;
}
.home_gallery_no2{
  margin-top: 10px;
}

@media (max-width: 767px){
  .pg_home .section.sec1{
    background-size: 50% auto, 50% auto, auto;
  }
  .home_box1 .item + .item{
    margin-top: 15px;
  }
  .home_message{
    font-size: 20px;
  }

  .home_box2 .txt {
    padding: 10px 35px 40px 0;
  }
  .read_more.no2{
    margin-top: 20px;
  }
  .home_box2:nth-child(even) .txt {
    padding: 10px 0 40px 35px;
  }

  .pg_home .section.sec4{
    background-size: 50% auto, 50% auto;
    background-position: right 20%, left bottom;
  }
 
}
@media (min-width: 768px){
  .mv_slider:after{
    background-size: 50% auto, 50% auto;
  }
  .mv_slider .img_fit:before{
    /*padding-top: 60vh;*/
    padding-top: 42.8%;
  }
  /*.mv .slider_txt .name{
    font-size: 7vh;
  }
  .mv .slider_txt .desc{
    font-size: 3vh;
  }*/
  .mv .slider_txt img{
    max-width: 289px;
    width: 15.1vw;
  }

  .pg_home .section.sec1{
    padding-top: 118px;
    padding-bottom: 120px;
  }
  .home_text1 {
    font-size: 19px;
    margin-top: 105px;
    padding-left: 8px;
  }
  .home_text1 p + p{
    margin-top: 35px;
  }

  .home_box1 {
    margin: 55px -15px 0;
    display: flex;
  }
  .home_box1 .item{
    width: 50%;
    padding: 0 15px;
  }
  .home_box1 .item .img_fit:before{
    padding-top: 250px;
  }
  .home_box1 .item .ttl:before,
  .home_box1 .item .ttl:after{
    margin: 0 16px;
  }

  .home_ttl1 {
    font-size: 21px;
  }
  .pg_home .section.sec2{
    padding: 110px 0 120px;
  }
  .read_more{
    margin-top: 58px;
  }
  .home_box2 {
    width: 80%;
    margin: 0 auto;
  }
  .home_box2 .txt {
    padding: 43px 0 50px;
    padding-right: 50px;
  }
  .home_box2 .img_fit{
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .home_box2:nth-child(even) .txt{
    padding-left: 50px;
    padding-right: 0;
  }

  .pg_home .section.sec3{
    padding: 120px 0;
  }
  .home_box2 .text{
    font-size: 18px;
  }

  .pg_home .section.sec4{
    padding-bottom: 120px;
  }
  .home_gallery .item{
    width: 250px;
    margin: 0 15px;
  }
  .pg_home .section.sec4 .read_more{
    margin-top: 75px;
  }
  .home_gallery_no2{
    margin-top: 20px;
  }
  .home_ttl2 {
    font-size: 30px;
    margin-bottom: 60px;
  }
  .home_ttl2:before {
    width: 49px;
    height: 51px;
    margin: 0 auto 25px;
  }
}
@media (min-width: 1024px){
  .mv_slider:after{
    background-size: auto, auto;
  }
  /*.mv .slider_txt .name{
    font-size: 8vh;
  }
  .mv .slider_txt .desc{
    font-size: 4vh;
  }*/
  .mv_slider .img_fit:before{
    /*padding-top: 70vh;*/
  }

  .home_text1 {
    font-size: 20px;
  }

  .home_box2{
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
  }
  .home_box2 + .home_box2{
    margin-top: 100px;
  }
  .home_box2 .txt{
    width: 45%;
    padding-right: 15px;
    z-index: 2;
    position: relative;
  }
  .home_box2 .img{
    width: 58%;
    margin-right: -3%;
    display: flex;
  }
  .home_box2 .img_fit{
    width: 100%;
    margin: 0;
  }
  .home_box2 .img_fit img{
    object-position: left top;
  }
  .home_box2 .img_fit:before{
    padding-top: 476px;
  }
  .home_box2 .read_more{
    margin-top: 25px;
    margin-left: 0;
  }
  .home_box2:nth-child(odd) .img{
    margin-left: -3%;
    margin-right: 0;
    order: 2;
  }
  .home_box2:nth-child(odd) .txt{
    order: 1;
  }
  .home_box2:nth-child(even){
    padding-left: 0;
  }
  .home_box2:nth-child(even) .txt{
    padding-left: 25px;
    padding-right: 0;
  }
  .home_box2:nth-child(even) .img_fit img{
    object-position: right top;
  }

  .home_gallery .item{
    width: 350px;
    margin: 0 15px;
  }
  .pg_home .section.sec4{
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px){
  /*.mv .slider_txt .name{
    font-size: 90px;
  }
  .mv .slider_txt .desc{
    font-size: 30px;
  }*/
  .mv_slider .img_fit{
    max-height: 820px;
  }
  .mv_slider .img_fit:before{
    /*padding-top: 80vh;*/
  }

  .pg_home .section.sec4{
    padding-bottom: 200px;
  }

}


/* **********************************
 *  御髪神社とは
 * ********************************* */
.about_catch1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-family: 'Yuji Syuku', serif;
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.about_box1 {
  width: calc(100% + 2vw);
  height: 38vw;
  background: url(/img/home/home_box2_border2.png) no-repeat left 10px bottom 10px,
    url(/img/about/img01.png?1) no-repeat left top / auto 100%,
    url(/img/about/about_box1_i1.png) no-repeat right top -5% / 40% auto,
    url(/img/about/about_box1_bg2.png),
    url(/img/about/about_box1_bg1.png);
}
.about_text1 {
  padding: 30px 15px 0;
  font-size: 17px;
  letter-spacing: 0.075em;
  text-align: justify;
}
.about_text1 p + p{
  margin-top: 26px;
}
.about_box2 {
  width: calc(100% + 2vw);
  height: 38vw;
  background: url(/img/home/home_box2_border1.png) no-repeat right 10px bottom 10px,
    url(/img/about/img02.png?1) no-repeat right top / auto 100%,
    url(/img/about/about_box1_i2.png) no-repeat left top -5% / 40% auto,
    url(/img/about/about_box1_bg2.png),
    url(/img/about/about_box1_bg1.png);
  float: right;
}
.clear:after{
  content: "";
  display: block;
  clear: both;
}
.pg_about .section.sec2{
  padding-top: 60px;
}

@media (max-width: 767px){
  .pagetop{
    bottom: 130px;
  }
   .about_box1{
    background: url(/img/home/home_box2_border2.png) no-repeat left 10px bottom 10px, url(/img/about/img01.png?1) no-repeat left top / auto 150%, url(/img/about/about_box1_i1.png) no-repeat right top -5% / 40% auto, url(/img/about/about_box1_bg2.png), url(/img/about/about_box1_bg1.png);
  }
  .about_box2{
    background: url(/img/home/home_box2_border1.png) no-repeat right 10px bottom 10px, url(/img/about/img02.png?1) no-repeat right top / auto 150%, url(/img/about/about_box1_i2.png) no-repeat left top -5% / 40% auto, url(/img/about/about_box1_bg2.png), url(/img/about/about_box1_bg1.png);
  }
}
@media (min-width: 768px){
  .tt1 {
    font-size: 24px;
  }
  .tt2{
    font-size: 26px;
    margin-bottom: 46px;
  }
  .about_catch1 {
    font-size: 22px;
    margin-bottom: 76px;
    padding-left: 18px;
  }

  .about_box1{
    width: calc(100% + 14vw);
    height: 255px;
    background-size: auto, 70% auto, 40% auto, auto, auto;
    background-position: left 10px bottom 15px, left top -30px, right top -50px;
  }
  .about_text1 {
    font-size: 18px;
    padding: 70px 40px 0 43px;
  }
  .about_text1 p + p{
    margin-top: 36px;
  }
  .about_box2{
    width: calc(100% + 14vw);
    height: 255px;
    background-size: auto, 70% auto, 40% auto, auto, auto;
    background-position: right 10px bottom 15px, right top -30px, left top -50px;
  }
  .pg_about .section.sec2{
    padding-top: 105px;
  }
}
@media (min-width: 1024px){
  .tt2{
    font-size: 28px;
  }

  .about_box1{
    height: 315px;
    background-size: auto, 70% auto, 40% auto, auto, auto;
    background-position: left 10px bottom 15px, left top -30px, right top -50px;
  }
  .about_box2{
    height: 315px;
    background-size: auto, 70% auto, 40% auto, auto, auto;
    background-position: right 18px bottom 15px, right top -8px, left top -50px;
  }
}
@media (min-width: 1200px){
  .about_box1{
    height: 351px;
    width: 1515px;
    background-position: left 10px bottom 15px, left top -80px, right top -130px;
    background-size: auto;
  }
  .about_box2{
    height: 351px;
    width: 1515px;
    background-position: right 18px bottom 15px, right top -138px, left top -130px;
    background-size: auto;
  }

}

/* **********************************
 *  御髪のお話
 * ********************************* */
.story_box1 .ttl{
  font-size: 20px;
  margin-bottom: 25px;
  letter-spacing: 0.075em;
  text-align: center;
}
.story_box1 .text,
.story_box2 .text{
  font-size: 17px;
  letter-spacing: 0.075em;
  text-align: justify;
  line-height: 1.88;
}
.story_box1 .text p + p,
.story_box2 .text p + p{
  margin-top: 25px;
}
.story_box1 + .story_box1{
  margin-top: 50px;
}
.story_text1{
  font-size: 17px;
  margin-top: 50px;
  letter-spacing: 0.075em;
  text-align: center;
}
.story_text1 p + p{
  margin-top: 25px;
}
.story_box1 .img{
  text-align: center;
}

.pg_story .section.sec2{
  padding-top: 60px;
}
.story_box2 + .story_box2{
  margin-top: 50px;
}
.story_box2 .caption{
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
  letter-spacing: 0.2em;
}
.story_box2 .deshi{
  width: 100%;
  margin-top: 50px;
  padding-bottom: 35px;
}
.story_box2 .deshi .ttl{
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.075em;
}
.story_box2 .deshi .list{
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid;
}
.story_box2 .deshi dl{
  font-size: 17px;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0.075em;
}
.story_box2 .deshi dt{
  width: 275px;
}
.story_box2 .deshi dt:after{
  content: "―";
}
.story_box2 .deshi dt span{
  width: 3.2em;
  text-align-last: justify;
  display: inline-block;
}
.story_box2 .deshi dd{
  width: 100%;
}
.story_box2 .txt > .ttl{
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.story_box2 .deshi.meal{
  padding-bottom: 0;
}

@media (max-width: 767px){
  .story_box1 .txt,
  .story_box2 .txt{
    margin-top: 20px;
  }

  .story_box2 .deshi dl + dl{
    margin-top: 15px;
  }
  .story_box2 .deshi dt:after{
  }
  .story_box2 .deshi.meal dl{
    display: block;
  }
  .story_box2 .deshi.meal dd span{
    width: fit-content;
    display: block;
    border-right: 2px solid;
    line-height: 1.1;
  }
}
@media (min-width: 768px){
  .pg_story .tt2{
    margin-bottom: 38px;
  }
  .pg_story .about_catch1 {
    margin-bottom: 96px;
  }
  .story_box1 {
    display: flex;
    align-items: center;
  }
  .story_box1 + .story_box1{
    margin-top: 80px;
  }
  .story_box1 .img{
    width: 41%;
  }
  .story_box1 .txt{
    width: 59%;
    padding-left: 50px;
  }
  .story_box1 .ttl{
    font-size: 22px;
    margin-bottom: 35px;
    text-align: left;
  }
  .story_box1 .text,
  .story_box2 .text{
    font-size: 18px;
  }
  .story_box1 .text p + p,
  .story_box2 .text p + p{
    margin-top: 35px;
  }
  .story_box1:nth-child(even) .img{
    order: 2;
  }
  .story_box1:nth-child(even) .txt{
    order: 1;
    padding-left: 0;
    padding-right: 50px;
  }
  .story_text1{
    font-size: 18px;
    margin-top: 100px;
  }
  .story_text1 p + p{
    margin-top: 35px;
  }

  .pg_story .section.sec2 .tt2{
    margin-bottom: 34px;
  }
  .pg_story .section.sec2 .about_catch1 {
    margin-bottom: 78px;
  }
  .story_box2 {
    display: flex;
    flex-wrap: wrap;
  }
  .story_box2 + .story_box2{
    margin-top: 120px;
  }
  .story_box2 .img{
    width: 40%;
  }
  .story_box2 .txt{
    width: 60%;
    padding-left: 50px;
  }
  .story_box2 .text{
    margin-top: -10px;
  }
  .story_box2 .deshi{
    margin-top: 120px;
    padding-bottom: 55px;
    order: 3;
  }
  .story_box2 .deshi .ttl{
    font-size: 28px;
  }
  .story_box2 .deshi .list{
    padding-top: 40px;
    margin-top: 20px;
  }
  .story_box2 .deshi dl{
    font-size: 18px;
    line-height: 1.1;
  }
  .story_box2 .deshi dl + dl{
    margin-top: 14.5px;
  }
  .story_box2 .deshi dt:after{
    float: right;
    margin-right: 20px;
  }
  .story_box2 .deshi dd {
    width: calc(100% - 275px);
  }
  .story_box2:nth-child(even) .img{
    order: 2;
  }
  .story_box2:nth-child(even) .txt{
    order: 1;
    padding-left: 0;
    padding-right: 50px;
  }
  .story_box2 .txt > .ttl{
    font-size: 26px;
    margin-top: -12px;
  }
  .story_box2 .deshi.meal dt {
    width: 96px;
  }
  .story_box2 .deshi.meal dd{
    width: calc(100% - 96px);
  }
  .story_box2 .deshi.meal dd span{
    width: 262px;
    margin-right: 9px;
    display: inline-block;
    border-right: 2px solid;
  }
  .story_box2 .deshi.meal dl + dl {
    margin-top: 14px;
  }
}
@media (min-width: 1024px){
  .story_box1 + .story_box1{
    margin-top: 150px;
  }
  .story_box1 .txt{
    padding-left: 113px;
  }
  .story_box1:nth-child(even) .txt{
    padding-left: 0;
    padding-right: 113px;
  }
  .story_text1 {
    margin-top: 144px;
    padding-left: 8px;
  }

  .story_box2 + .story_box2{
    margin-top: 94px;
  }
  .story_box2 .txt{
    padding-left: 100px;
  }
  .story_box2 .deshi{
    margin-top: 120px;
    padding-bottom: 85px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .story_box2 .deshi .ttl{
    width: 202px;
    font-size: 26px;
  }
  .story_box2 .deshi .list{
    width: calc(100% - 202px);
    padding-top: 0;
    padding-left: 40px;
    border-left: 1px solid;
    border-top: 0;
  }
  .story_box2 .deshi dt {
    width: 265px;
  }
  .story_box2:nth-child(even) .txt{
    padding-left: 0;
    padding-right: 100px;
  }
  .story_box2 .txt > .ttl{
    font-size: 28px;
  }
  .story_box2 .deshi.meal {
    margin-top: 160px;
  }
  .pg_story .section.sec2 .about_catch1 {
    margin-bottom: 118px;
  }
}
@media (min-width: 1200px){
  .story_box2 .deshi .ttl{
    width: 272px;
    font-size: 28px;
    padding-left: 25px;
    padding-top: 15px;
  }
  .story_box2 .deshi .list{
    width: calc(100% - 272px);
    padding-left: 80px;
  }
  .story_box2 .deshi dt {
    width: 270px;
  }
  .story_box2 .deshi.meal .ttl {
    width: 385px;
    padding-left: 0;
  }
  .story_box2 .deshi.meal .list{
    width: calc(100% - 385px);
    padding-left: 64px;
  }
  .story_box2 .text{
    letter-spacing: 0.045em;
  }
}

/* **********************************
 *  参拝
 * ********************************* */
.pg_worship {
  padding-top: 2px;
}
.worship_box1 {
  text-align: center;
}
.worship_box1 .ttl{
  max-width: 495px;
  width: 100%;
  font-size: 18px;
  margin: 0 auto 25px;
  padding: 20px 0;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.5;
  background: url(/img/worship/ttl01.png) no-repeat center / contain;
}
.worship_box1 .ttl .red{
  color: #d10000;
  margin-left: 10px;
}
.worship_box1 .text{
  font-size: 17px;
  margin-top: 25px;
  letter-spacing: 0.075em;
  text-align: justify;
  display: inline-block;
  line-height: 1.88;
}
.worship_box1 + .worship_box1{
  margin-top: 50px;
}

.pg_worship .section.sec2 {
  padding-top: 70px;
}
.worship_box2 {
  min-height: 147px;
  padding: 30px;
  background: url(/img/worship/bg01_l_1.png) no-repeat left 5px top 5px,
    url(/img/worship/bg01_l_2.png) no-repeat left 5px bottom 5px,
    url(/img/worship/bg01_r_1.png) no-repeat right 5px top 5px,
    url(/img/worship/bg01_r_2.png) no-repeat right 5px bottom 5px #fff;
  position: relative;
  z-index: 0;
}
.worship_box2:before{
  content: "";
  width: calc(100% - 38px);
  height: calc(100% - 12px);
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
  position: absolute;
  left: 19px;
  top: 5px;
  pointer-events: none;
}
.worship_box2:after{
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 38px);
  border-left: 1px solid #181818;
  border-right: 1px solid #181818;
  position: absolute;
  left: 5px;
  top: 20px;
  pointer-events: none;
}
.worship_box2 .ttl{
  font-size: 18px;
  padding-bottom: 13px;
  padding-left: 1.5em;
  letter-spacing: 0.075em;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px dotted;
}
.worship_box2 .ttl:before{
  content: "問.";
  position: absolute;
  left: 0;
  top: 0;
}
.worship_box2 .text{
  font-size: 16px;
  padding-top: 10px;
  padding-left: 1.5em;
  line-height: 1.88;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 0;
}
.worship_box2 .text:before{
  content: "答.";
  position: absolute;
  left: 0;
  top: 10px;
}
.worship_box2 + .worship_box2{
  margin-top: 29px;
}
.worship_box1_list {
  margin-top: 62px;
}

@media (max-width: 767px){

}
@media (min-width: 768px){
  .worship_box1 .ttl{
    font-size: 20px;
    margin-bottom: 35px;
  }
  .worship_box1 .ttl .red{
    margin-left: 1em;
  }
  .worship_box1 .text{
    font-size: 18px;
    padding-left: 12px;
  }
  .worship_box1 + .worship_box1{
    margin-top: 92px;
  }
  .worship_box2 .ttl{
    font-size: 20px;
  }
  .worship_box2 .text{
    font-size: 18px;
  }
  .worship_box1_list {
    margin-top: 110px;
  }
  .pg_worship .section.sec2 {
    padding-top: 110px;
  }
  .pg_worship .section.sec2 .tt2{
    margin-bottom: 43px;
  }
}
@media (min-width: 1024px){

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

}

/* **********************************
 *  授与品
 * ********************************* */
.pg_items .about_text1{
  padding-top: 0;
}
.items_cat {
  margin-top: 50px;
  padding-top: 30px;
}
.items_cat li a,
.items_banner .link{
  max-width: 410px;
  font-size: 15px;
  padding: 10px 8px;
  padding-left: 12px;
  display: block;
  border: 1px solid #000000;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.items_cat li a:before,
.items_banner .link:before{
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid #000000;
  position: absolute;
  left: 5px;
  top: 5px;
  pointer-events: none;
}
.items_cat li a:after,
.items_banner .link:after{
  content: "";
  border-style: solid;
  border-color: transparent transparent #000000 transparent;
  border-width: 0px 0px 10px 10px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.items_cat li a:hover,
.items_cat li.on a,
.items_banner .link:hover,
.pg_newsdeatail .pagination .nav-posts .page-archive:hover,
.juyo_btn:hover{
  color: #fff;
  background: #000;
  opacity: 1;
}
.items_cat li a:hover:before,
.items_cat li.on a:before,
.items_banner .link:hover:before,
.pg_newsdeatail .pagination .nav-posts .page-archive a:hover,
.juyo_btn:hover a{
  border-color: #fff;
  color: #fff;
  opacity: 1;
}
.items_cat li a:hover:after,
.items_cat li.on a:after,
.items_banner .link:hover:after,
.pg_newsdeatail .pagination .nav-posts .page-archive a:hover:after,
.juyo_btn:hover a:after{
  border-color: transparent transparent #fff transparent;
}

.items_list .category{
  padding: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
  background: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 0;
}
.items_list .category:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #898989;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.items_list .img_fit:before{
  padding-top: 72%;
}
.items_list .sub{
  margin: 10px -3px 0;
}
.items_list .sub .img_fit{
  margin: 0 4px;
  cursor: pointer;
}
.items_list .sub .img_fit.slick-current{
  border: 1px solid #898989;
}
.items_list .title {
  margin-top: 12px;
  font-size: 20px;
  padding-bottom: 10px;
  padding-left: 2px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border-bottom: 1px solid;
}
.items_list .price {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.items_list .text,
.items_list .color{
  margin-top: 12px;
  line-height: 2.125;
  letter-spacing: 0.075em;
  text-align: justify;
}
.items_list .color{
  margin-top: 8px;
  margin-left: -10px;
}
.items_list .color + .color{
  margin-top: 0;
}
.items_banner {
  margin-top: 60px;
  padding: 35px 20px;
  background: #fff;
  text-align: center;
  position: relative;
}
.items_banner:before{
  content: "";
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px solid #181818;
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
}
.items_banner .text{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.88;
}
.items_banner .text:after{
  content: "";
  width: 220px;
  height: 1px;
  margin: 22px auto 30px;
  background: #181818;
  display: block;
}
.items_banner .link{
  padding: 11px 8px;
  margin: 0 auto;
  font-size: 14px;
}
.pagination .nav-posts .page-next a:hover,
.pagination .nav-posts .page-prev a:hover{
  background: #7c994d;
  opacity: 1;
  color: #fff;
}


@media (max-width: 767px){
  .items_list .item:nth-child(n+2){
    margin-top: 50px;
  }
  #head{
    margin-top: 30px;
    padding-top: 30px;
  }
  .sp.cat{
    margin-bottom: 30px;
  }
  select[name="s_cat"]{
    width: 100%;
    padding: 8px;
    height: 50px;
    border: 1px solid #181818;
    background: #fff;
    border-radius: 0;
    color: #181818;
  }
  .items_banner .text{
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 768px){
  .items_cat {
    margin: 92px -15px 70px;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
  }
  .items_cat li{
    width: 33.33%;
    padding: 0 15px;
  }
  .items_list{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
  .items_list .item{
    width: 33.33%;
    padding: 0 15px;
  }
  .items_list .item:nth-child(n+4){
    margin-top: 50px;
  }
  .pg_items .about_catch1{
    margin-bottom: 68px;
  }
  .pg_items .pagination{
    margin-top: 65px;
  }
  .items_banner {
    margin-top: 120px;
    padding: 35px 35px 48px;
  }
  .items_banner .text{
    font-size: 18px;
    padding-left: 12px;
  }
}
@media (min-width: 1024px){
  .items_banner {
    margin-top: 146px;
  }

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

}

/* **********************************
 *  
 * ********************************* */
@media (max-width: 767px){

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

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

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

}