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

/* Webフォント読込サンプル */

/*@font-face {
  font-family: "CooperBlack";
  src: url(css/fonts/CooperFiveOpti-Black.woff2) format("woff2"),
    url(css/fonts/CooperFiveOpti-Black.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}*/
@font-face {
  font-family: "CooperBlack";
  src: url(css/fonts/CooperRegularBlack.woff2) format("woff2"),
    url(css/fonts/CooperRegularBlack.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}


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

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

/* 基本フォント: 明朝 */
/**/
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_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}


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

/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}


.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: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.anchor{
  position: relative;
  top: -30px;
}
@media (min-width: 576px){
  .container {
    width: 540px;
  }
}
@media (min-width: 768px){
  .container {
    width: 720px;
  }
  .anchor{
    top: -100px;
  }
}

@media (min-width: 992px){
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px){
  .container {
    width: 1140px;
  }
  .container.full {
    width: 100%;
  }
}



.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: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* 共通の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{
  position: fixed;
  z-index: 5;
  width: 100%;
}
header .hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_logo h1 a{
  display: inline-block;
}
header .hdr1 .hdr_logo img{
  display: block;
}
header .hdr1 .hdr_menubtn{
}
header .hdr_menubtn .gnav_open{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 10px;
  width: 75px;
  height: 75px;
  font-family: Outfit;
  font-weight: 600;
  font-size: 10.72px;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  transition: all 0.2s;
}
header .hdr_menubtn .gnav_open:hover{
  color: #fff;
  background: #d8d2c8;
  text-decoration: none;
}


/*メインビジュアル*/
.mv{
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv .mv_box{

}
.mv .mv_box .txt{
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.mv .mv_box .txt .title_en{
  font-family: "CooperBlack";
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.28125;
  color: #fff;
  -webkit-text-stroke: 2px #41210a;
}
.mv .mv_box .txt .title_ja{
  margin-top: 7px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  white-space: nowrap;
  text-shadow    :
    2px  2px 1px #fff,
    -2px  2px 1px #fff,
    2px -2px 1px #fff,
    -2px -2px 1px #fff,
    2px  0px 1px #fff,
    0px  2px 1px #fff,
    -2px  0px 1px #fff,
    0px -2px 1px #fff;
}
.mv .mv_box .img{
  position: relative;
  z-index: 0;
}
.mv .mv_box .img:before{
  content: "";
  background: #d8d2c8;
  border-radius: 50px;
  position: absolute;
  z-index: 0;
  top: 24.5%;
}
.mv .mv_box .img img{
  border-radius: 50px;
  position: relative;
  z-index: 0;
}


@media (max-width:767px){
  header{
    padding: 10px 15px 0;
  }
  header .hdr1 .hdr_logo{
    width: 100%;
  }
  header .hdr1 .hdr_menubtn{
    display: none;
  }


  /*メインビジュアル*/
  .mv{
    margin-top: 43px;
    margin-bottom: 73px;
    height: 435px;
  }
  .mv .mv_box{
    padding: 0 10px;
  }
  .mv .mv_box .img:before{
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
  .mv .mv_box .txt{
    /*top: 60px;*/
    top: 90px;
  }
  .mv .mv_box .txt .title_en{
    font-size: 22px;
  }
  .mv .mv_box .txt .title_ja{
    font-size: 16px;
    white-space: nowrap;
  }
  .mv .mv_box .img img{
    object-fit: cover;
    width: 500px;
    height: 50vh;
  }
}
@media (min-width:768px){
  header{
    padding: 10px;
  }

  
  /*メインビジュアル*/
  .mv{
    margin-top: 37px;
    margin-bottom: 100px;
    height: 370px;
  }
  .mv .mv_box{
    padding: 0 20px;
  }
  .mv .mv_box .txt{
    top: 55px;
  }
  .mv .mv_box .txt .title_en{
    font-size: 36px;
    white-space: nowrap;
  }
  .mv .mv_box .txt .title_ja{
    font-size: 18px;
  }
  .mv .mv_box .img:before{
    left: -20px;
    right: -20px;
    bottom: -20px;
  }

}
@media (min-width:1024px){
  header{
    padding: 20px 15px;
  }

  /*メインビジュアル*/
  .mv{
    margin-top: 45px;
    margin-bottom: 100px !important;
    height: 485px;
  }

  .pg_header{
    margin-top: 67px;
  }
}
@media (min-width:1200px){
  header{
    padding: 29px 28px 0 45px;
  }
  header .hdr1 .hdr_logo h1{
    width: 80%;
  }

  
  /*メインビジュアル*/
  .mv{
    margin-top: 50px;
    margin-bottom: 160px !important;
    height: 600px;
  }
  .mv .mv_box .txt{
    top: 61px;
  }
  .mv .mv_box .txt .title_en{
    font-size: 64px;
  }
  .mv .mv_box .txt .title_ja{
    font-size: 30px;
  }

}
@media (min-width:1920px){
  header .hdr1 .hdr_logo h1{
    width: 100%;
  }
  .mv{
    height: 855px;
  }
  .mv .mv_box .txt .title_en{
    -webkit-text-stroke: 3px #41210a;
  }
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  margin-top: 180px;
}

/*フッター1*/
footer .ftr1{
  padding: 20px 0;
  background: #d8d2c8;
}
footer .ftr1 .inner{
  padding: 35px 0px 27px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .ftr1 .info{
  text-align: center;
}
footer .ftr1 .info .title{
  margin-top: 35px;
  font-family: "CooperBlack";
  font-weight: 400;
  font-size: 36px;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #98b9c7;
  -webkit-text-stroke: 2px #fff;
}
footer .ftr1 .info .sub_title{
  margin-top: 10px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
}
footer .ftr1 .info .tel{
  margin-top: 16px;
  font-family: "CooperBlack";
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1;
}
footer .ftr1 .info .tel a:hover{
  color: #98b9c7;
  text-decoration: none;
}
footer .ftr1 .info .text{
  margin-top: 15px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.625;
}
footer .ftr1 .info .fbtn{
  margin-top: 30px;
}
footer .ftr1 .info .fbtn a{
  padding: 20px 0 21px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1;
  display: inline-block;
  background: #fff;
  border-radius: 28px;
}
footer .ftr1 .info .fbtn a:hover{
  color: #fff;
  background: #000;
  text-decoration: none;
}
footer .ftr1 .sns{
  text-align: center;
}
footer .ftr1 .sns .title{
  margin-top: 20px;
  font-family: "CooperBlack";
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #eed5e0;
  -webkit-text-stroke: 2px #fff;
}
footer .ftr1 .sns .icon_box{
  margin: 27px auto 0px;
  display: flex;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
footer .ftr1 .sns .icon_box .icon{
  width: 33.33%;
}

/*フッター2*/
footer .ftr2{
  text-align: center;
}
footer .ftr2 .ftr_logo{
  margin-top: 100px;
}
footer .ftr2 .btn{
  margin-top: 41px;
}
footer .ftr2 .ftr_addr1,
footer .ftr2 .ftr_addr2{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.875;
}
footer .ftr2 .ftr_addr2{
  margin-top: 23px;
  padding-top: 20px;
  display: inline-block;
  border-top: 1px solid #41210a;
}

/*フッターコピー*/
footer .copy{
  margin-top: 53px;
  padding: 8px 0 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  background: #d8d2c8;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #d8d2c8;
  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: #f1ede6;
  color: #000;
  text-decoration: none;
}
.footer_fix ul li a:hover{
  color: #fff;
  background: #000;
  text-decoration: none;
}


@media (max-width:767px){
  footer{
    margin-top: 100px;
  }

  /*フッター1*/
  footer .ftr1 .box{
    padding-bottom: 20px;
    width: 100%;
  }
  footer .ftr1 .sns .title{
    font-size: 50px;
  }
  footer .ftr1 .sns .icon_box{
    margin: 15px auto 0px;
  }
  footer .ftr1 .sns .icon_box .icon{
    padding: 0 15px;
  }
  footer .ftr1 .info .fbtn a{
    width: 300px;
  }

  /*フッター2*/
  footer .ftr2 .ftr_addr1{
    margin-top: 20px;
  }

  .footer_fix{
    display: block;
  }
}
@media (min-width:768px){
  footer{
    margin-top: 150px;
  }

  /*フッター1*/
  footer .ftr1 .box{
    padding-bottom: 20px;
    width: 32.34%;
    border-right: 1px solid #fff;
  }
  footer .ftr1 .box:nth-child(2){
    width: 35.31%
  }
  footer .ftr1 .box:last-child{
    border-right: none;
  }
  footer .ftr1 .sns .title{
    font-size: 45px;
  }
  footer .ftr1 .sns .icon_box .icon{
    padding: 0 15px;
  }
  footer .ftr1 .info .tel{
    font-size: 25px;
  }
  footer .ftr1 .info .fbtn a{
    width: 95%;
  }

  /*フッター2*/
  footer .ftr2 .ftr_addr1{
    margin-top: 51px;
  }
  footer .ftr2 .ftr_addr2{
    width: 410px;
  }


}
@media (min-width:1024px){
  footer{
    margin-top: 180px;
  }

  /*フッター1*/
  footer .ftr1 .info .tel{
    font-size: 35px;
  }

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

  /*フッター1*/
  footer .ftr1 .sns .title{
    font-size: 60px;
  }
  footer .ftr1 .sns .icon_box{
    width: 477px;
  }
  footer .ftr1 .sns .icon_box .icon{
    padding: 0;
  }
  footer .ftr1 .info .fbtn a{
    width: 373px;
  }

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

  /*フッター1*/
  footer .ftr1 .sns .title{
    font-size: 76px;
    -webkit-text-stroke: 3px #fff;
  }

}


/* 検索フォーム */
.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;
  background: #fff;
  border: 1px solid #98b9c7;
  padding: 5px 15.7px;
  margin: 4px 6px;
  font-weight: 600;
  font-size: 16px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #98b9c7;
}
.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;
}
.pg_sales .pagination .page-numbers{
  border: 1px solid #41210a;
}
.pg_sales .pagination .page-numbers.current, .pg_sales .pagination .page-numbers:hover{
  color: #fff;
  background: #41210a;
}

/* ページ送り(詳細) */
.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{
  display: flex;
  list-style: none;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  /*display: inline;*/
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 0px;
}
.breadcrumb li a{
  position: relative;
  padding-right: 0px;
}
.breadcrumb li a:hover{
  text-decoration: none;
  color: orange;
}
.breadcrumb li:after{
  content: "＞";
}
.breadcrumb li:last-child:after{
  display: none;
}
/*.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 (max-width:767px){
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
}
@media (min-width:768px){
  .pg_gallery .pagination{
    margin-top: 52px;
  }
  .pg_sales .pagination{
    margin-top: 71px;
  }

  .breadcrumb{
    margin-bottom: 60px;
  }

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

  .breadcrumb{
    margin-bottom: 80px;
  }
}
@media (min-width:1200px){
  .breadcrumb{
    margin-bottom: 62px;
  }
}


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

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

.tt2{
  text-align: center;
}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}
.com_title_en{
  font-family: "CooperBlack";
  font-weight: 400;
  /*letter-spacing: -3px;*/
  letter-spacing: 0;
  letter-spacing: 0em;
  line-height: 1.217;
  color: #fff;
  /*-webkit-text-stroke: medium #98b9c7;*/
  /*-webkit-text-stroke: 3px #98b9c7;*/
  -webkit-text-stroke: 3px #98b9c7;
}
.pg_home .com_title_en{
  letter-spacing: -0.0325em;
}
.com_title_ja{
  margin-top: -30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 4.75;
}

/*ボタン*/
.btn{

}
.btn a{
  padding: 35px 0;
  font-weight: 500;
  font-size: 16.02px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  color: #000;
  display: inline-block;
  height: 97px;
  position: relative;
  z-index: 1;
  transform: rotate(358deg);
  transition: all 0.2s;
}
.btn a:hover{
  color: #98b9c7;
  text-decoration: none;
}
.btn a:before{
  content: "";
  background: url(/img/btn.png) no-repeat center center / contain;
  width: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: rotate(182deg);
}
.btn a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.btn a:hover:after{
  color: #98b9c7;
}


/* 詳しく見る サンプル */
.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%);
}


@media (max-width:767px){
  .com_title_en{
    font-size: 28px;
    -webkit-text-stroke: 1.5px #98b9c7;
  }
  .com_title_ja{
    font-size: 18px;
  }

  /*ボタン*/
  .btn a{
    max-width: 100%;
    width: 300px;
  }
  .btn a:after{
    right: 25px;
  }
  .btn a:hover:after{
    right: 20px;
  }

}
@media (min-width:768px){
  .com_title_en{
    font-size: 60px;
    -webkit-text-stroke: 1.5px #98b9c7;
  }
  .com_title_ja{
    font-size: 20px;
  }

  /*ボタン*/
  .btn a{
    width: 362px;
  }
  .btn a:after{
    right: 40px;
  }
  .btn a:hover:after{
    right: 30px;
  }

}
@media (min-width:1024px){
  .com_title_en{
    font-size: 55px;
  }

}
@media (min-width:1200px){
  .com_title_en{
    font-size: 70px;
    font-size: 78px;
    font-size: 82px;
    -webkit-text-stroke: 2px #98b9c7;
  }

}
@media (min-width:1920px){
  .com_title_en{
    -webkit-text-stroke: 3px #98b9c7;
  }

}





/* **********************************
 *  Home
 * ********************************* */
.pg_home{

}

/*カラーコンセプトについて*/
.home_about{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about .box1 .text{
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.111;
  text-align: justify;
}
.home_about .box2{
  position: relative;
  z-index: 0
}
.home_about .box2 .img_fit:before{
  padding-top: 74.69%;
}

/*サービス内容*/
.home_service{

}
.home_service .service_box1{
  margin-top: 20px;
  position: relative;
  z-index: 0;
}
.home_service .service_box1:after{
  content: "";
  background: url(/img/top/service_txt.png)no-repeat center center/contain;
  position: absolute;
  z-index: 0;
}
.home_service .service_box1 .box1_inner,
.home_service .service_box2 .box a{
  background: #fff;
  border: 5px solid #eed5e0;
  border-radius: 20px;
}
.home_service .service_box1 .title{
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.583;
  text-align: center;
}
.home_service .service_box1 .title span{
  display: block;
}
.home_service .service_box1 .box1_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_service .service_box1 .text{
  padding-left: 5.5%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2.375;
}
.home_service .service_box1 .img{
  position: relative;
  z-index: 1;
}
.home_service .service_box2{
  margin: 27px -15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home_service .service_box2 .box a{
  padding: 35px 20px 11px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  display: block;
}
.home_service .service_box2 .box a p{
  margin-top: 25px;
  height: 40px;
  vertical-align: middle;
}
.home_service .service_box2 .box span{
  display: block;
  font-size: 11px;
  line-height: 1.428;
}
.home_service .service_box3 .img1{
  text-align: center;
}
.home_service .service_box3 .img2{
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

/*販売ページ*/
.home_sales{
  text-align: center;
}
.home_sales .img_fit:before{
  padding-top: 108.57%;
}
.home_sales .img_fit img{
  border: 3px solid #41210a;
  border-radius: 20px;
}
.home_sales .title{
  margin-top: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}
.home_sales .text{
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.888;
}
.home_sales .btn,
.home_gallery .btn{
  display: inline-block;
  text-align: center;
}

/*ギャラリー*/
.home_gallery .text{
  margin-top: 5px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
.home_gallery .post_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.home_gallery .post_items .item{
  padding: 0 5px;
  border: none;
}
.home_gallery .post_items .item .img_fit{
  border: 3px solid #98b9c7;
  border-radius: 20px;
  width: 100%;
}
.home_gallery .post_items .item .img_fit:before{
  padding-top: 81.42%;
}
.home_gallery .post_items .item img{
  border-radius: 16.7px;
}
.home_gallery .post_items .item:after{
  display: none;
}
.home_gallery .btn{
  margin-top: 70px;
}


@media (max-width:767px){
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2,
  .pg_home .section#sec3,
  .pg_home .section#sec4{
    margin-top: 70px;
  }

  /*カラーコンセプトについて*/
  .home_about .box1,
  .home_about .box2{
    width: 100%;
  }
  .home_about .box1{
    margin-top: 30px;
    order: 2;
  }
  .home_about .box2{
    order: 1;
  }
  .home_about .box1 .text{
    margin-top: 5px;
    font-size: 16px;
  }
  .home_about .box1 .btn{
    margin-top: 12px;
  }

  /*サービス内容*/
  .home_service .service_box1:after{
    width: 300px;
    height: 90px;
    top: -25px;
    left: -10px;
  }
  .home_service .service_box1 .box1_inner{
    padding: 55.5px 10px 25px;
  }
  .home_service .service_box1 .title{
    font-size: 18px;
  }
  .home_service .service_box1 .text,
  .home_service .service_box1 .img{
    width: 100%;
  }
  .home_service .service_box1 .text{
    margin-top: 10px;
  }
  .home_service .service_box2 .box{
    padding: 0 15px;
    width: 100%;
  }
  .home_service .service_box2 .box:nth-child(n+2){
    margin-top: 25px;
  }
  .home_service .service_box3{
    margin-top: 40px;
  }

  /*販売ページ*/
  .home_sales .img_box{
    margin: 15px 0px 0;
  }
  .home_sales .title{
    margin-top: 20px;
    font-size: 18px;
  }
  .home_sales .text{
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
  }
  .img_box {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .home_sales .btn{
    margin-top: 20px;
  }

  /*ギャラリー*/
  .home_gallery{
    text-align: justify;
  }
  .home_gallery .text{
    font-size: 16px;
    /*padding: 0 15px;*/
  }
  .home_gallery .post_items{
    margin-top: 10px;
  }
  .home_gallery .post_items .item{
    width: 50%;
  }
  .home_gallery .post_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  .home_gallery .post_items .item:nth-child(n+7){
    display: none;
  }
  .home_gallery .btn{
    padding: 0 15px;
  }

}
/* スマホ以外では非表示 */
@media screen and (min-width: 769px) {
  .swiper {
    display: none;
  }
}
@media (min-width:768px){
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2,
  .pg_home .section#sec3,
  .pg_home .section#sec4{
    margin-top: 100px;
  }

  /*カラーコンセプトについて*/
  .home_about .box1{
    width: 57.78%;
  }
  .home_about .box2{
    width: calc(100% - 60.78%);
  }
  .home_about .box1 .text{
    margin-top: 10px;
    font-size: 16px;
  }
  .home_about .box1 .btn{
    margin-top: 42px;
  }

  /*サービス内容*/
  .home_service .service_box1:after{
    width: 442px;
    height: 125px;
    top: -16%;
    left: -3%;
  }
  .home_service .service_box1 .box1_inner{
    padding: 40.5px 20px 25px;
  }
  .home_service .service_box1 .title{
    font-size: 20px;
  }
  .home_service .service_box1 .text{
    width: 67.46%;
  }
  .home_service .service_box1 .img{
    width: 31.53%;
  }
  .home_service .service_box1 .text{
    margin-top: 30px;
  }
  .home_service .service_box2 .box{
    padding: 0 15px;
    width: 33.33%;
  }
  .home_service .service_box2 .box:nth-child(n+4){
    margin-top: 25px;
  }
  .home_service .service_box3{
    margin-top: 84px;
  }

  /*販売ページ*/
  .home_sales .img_box{
    margin: 15px -15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home_sales .img_box .box{
    width: 33.33%;
    padding: 0 15px;
  }
  .home_sales .title{
    font-size: 24px;
  }
  .home_sales .text{
    margin-top: 20px;
    font-size: 16px;
  }
  .home_sales .btn{
    margin-top: 47px;
  }

  /*ギャラリー*/
  .home_gallery{
    text-align: center;
  }
  .home_gallery .text{
    font-size: 16px;
  }
  .home_gallery .post_items{
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .home_gallery .post_items .item{
    width: 20%;
    padding: 0 15px;
  }
  .home_gallery .post_items .item:nth-child(n+6){
    margin-top: 30px;
  }

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

  /*サービス内容*/
  .home_service .service_box1 .title{
    font-size: 24px;
  }
  .home_service .service_box2 .box a{
    font-size: 20px;
  }
  .home_service .service_box2 .box a:hover{
    color: #98b9c7;
    text-decoration: none;
  }
  .home_service .service_box2 .box a:hover img{
    transform: scale(1.05)
  }
  .home_service .service_box2 .box span{
    margin-top: 3px;
    font-size: 14px;
  }
  .home_sales .text{
    margin-top: 32px;
    font-size: 18px;
  }

  /*ギャラリー*/
  .home_gallery .text{
    font-size: 20px;
  }
  .home_gallery .post_items{
    margin-top: 50px;
    padding: 0 10px;
  }

}
@media (min-width:1200px){
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2{
    margin-top: 103px;

  }
  .pg_home .section#sec3{
    margin-top: 97px;
  }
  .pg_home .section#sec4{
    margin-top: 87px;
  }

  /*カラーコンセプトについて*/
  .home_about .box1{
    width: 60.78%;
  }
  .home_about .box1 .text{
    margin-top: 24px;
    font-size: 18px;
  }
  .home_about .box2 .img{
    position: absolute;
    z-index: 0;
    top: 29%;
    left: -9px;
    bottom: 0;
    width: 135.21%;
  }

  /*サービス内容*/
  .home_service .service_box1 .box1_inner{
    padding: 29.5px 0 30px;
  }
  .home_service .service_box1 .img .inner{
    position: absolute;
    z-index: 0;
    top: -53%;
    right: 5%;
  }
  .home_service .service_box1:after{
    left: -6%;
  }

  /*ギャラリー*/
  .home_gallery .post_items .item .img_fit{
    border: 5px solid #98b9c7;
    border-radius: 22px;
  }


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

  /*カラーコンセプトについて*/
  .home_about .box2 .img{
    width: 152.21% !important;
  }

}


/* **********************************
 * ギャラリー  
 * ********************************* */
.pg_gallery{

}
.pg_gallery .section#sec1{

}
.pg_gallery .post_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -5px;
  margin-right: -5px;
}
.pg_gallery .post_items .item{
  display: block;
  border: none;
  padding: 0 5px;
}
.pg_gallery .post_items .item:after{
  display: none;
}
.pg_gallery .post_items .img_fit{

}
.pg_gallery .post_items .img_fit:before{
  padding-top: 81.42%;
}
.pg_gallery .post_items .img_fit img{
  border: 3px solid #98b9c7;
  border-radius: 20px;
}
.pg_gallery .post_items .title{
  margin-top: 10px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
}
.pg_gallery{

}

@media (max-width:767px){
  .pg_gallery .post_items .item{
    width: 50%;
    /*padding: 0 5px;*/
  }
  .pg_gallery .post_items .item:nth-child(n+3){
    margin-top: 30px;
  }

}
@media (min-width:768px){
  .pg_gallery .post_items{
    margin: 0 -15px;
  }
  .pg_gallery .post_items .item{
    width: 33.33%;
    padding: 0 15px;
  }
  .pg_gallery .post_items .item:nth-child(n+4){
    margin-top: 30px;
  }
   
  .pg_gallery .post_items .title{
    font-size: 20px;
  }

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

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

}


/* **********************************
 *  商品販売
 * ********************************* */
.pg_sales{

}
.pg_sales .section#sec1{

}

/*一覧*/
.pg_sales .post_items{
  margin: 31px 0px 0;
  display: flex;
  flex-wrap: wrap;
}
.pg_sales .post_items .item{
  padding: 0 15px;
  display: block;
  border: none;
}
.pg_sales .post_items .item a:hover{
  text-decoration: none;
}
.pg_sales .post_items .item:after{
  display: none;
}
.pg_sales .post_items .item .img_fit{
  margin-bottom: 13px;
  overflow: hidden;
  transition: all 0.2s;
  border: 2px solid #41210a;
  border-radius: 20px;
}
.pg_sales .post_items .item .img_fit:before{
  padding-top: 108.57%;
}
.pg_sales .post_items .item .img_fit img{
  transition: all 0.2s;
}
.pg_sales .post_items .item a:hover .img_fit img{
  transform: scale(1.05);
}
.pg_sales .post_items .item .title,
.pg_sales .post_items .price,
.post_items .item .car{
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
}
.post_items .item .car{
  letter-spacing: 0.075em;
}
.pg_sales .post_items .item .title{

}
.pg_sales .post_items .price{

}
.post_items .item .car{

}

/*詳細*/
.pg_sales .post_box_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_sales .post_items .single_item{
  display: block;
  padding: 0;
}
.pg_sales .post_items .single_item .img_box{
  display: flex;
  justify-content: space-between;
}
.pg_sales .post_items .single_item .tp_box{
  display: flex;
  justify-content: space-between;
}
.pg_sales .post_items .single_item .tp_box .title{
  border-bottom: none;
}
.pg_sales .post_items .single_item .tp_box .price{
  text-align: right;
}
.pg_sales .post_items .single_item .car{
  margin-top: -4px;
  padding: 18px 0;
  border-top: 1px solid #41210a;
  border-bottom: 1px solid #41210a;
}
.pg_sales .post_items .single_item .post_content{
  margin-top: 18px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
}
.pg_sales .post_items .single_item .btn{
  margin-top: 50px;
  text-align: center;
  color: #000;
}
.pg_sales .post_btn{
  padding-top: 45px;
  border-top: 1px solid #d8d2c8;
  text-align: center;
}




@media (max-width:767px){
  /*一覧*/
  .pg_sales .post_items{
    margin: 25px -15px 0px !important;
  }
  .pg_sales .post_items .item{
    width: 50%;
  }
  .pg_sales .post_items .item:nth-child(n+3){
    margin-top: 30px;
  }

  /*詳細*/
  .pg_sales .post_box_item .box1,
  .pg_sales .post_box_item .box2{
    width: 100%;
    padding: 0 15px;
  }
  .pg_sales .post_items .single_item{
    width: 100%;
  }
  .pg_sales .post_btn{
    margin-top: 50px;
  }

}
@media (min-width:768px){
  /*一覧*/
  .pg_sales .post_items{
    margin: 31px -15px 0;
  }
  .pg_sales .post_items .item{
    width: 33.33%;
  }
  .pg_sales .post_items .item:nth-child(n+4){
    margin-top: 30px;
  }

  /*詳細*/
  .pg_sales .post_box_item .box1{
    width: 65.9%;
  }
  .pg_sales .post_box_item .box2{
    width: 32.43%;
  }
  .pg_sales .post_items .single_item{
    width: 100%;
  }
  .pg_sales .post_btn{
    margin-top: 100px;
  }
  .pg_sales .post_items .item .title,
  .pg_sales .post_items .price,
  .post_items .item .car{
    font-size: 18px;
  }

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

}
@media (min-width:1200px){
  .pg_sales .post_items .single_item .tp_box .price{
    margin-right: -10px;
  }

  /*詳細*/
  .pg_sales .post_btn{
    margin-top: 150px;
  }
  .pg_sales .post_items .item .title,
  .pg_sales .post_items .price,
  .post_items .item .car{
    font-size: 20px;
  }

}


/*******************************
*　ギャラリー（サムネ横ver）
********************************/

/* スライド */
.gallery_wrap{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
  border: 3px solid #41210a;
  border-radius: 20px;
  overflow: hidden;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.35%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
  border: 3px solid #41210a;
  border-radius: 20px;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


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

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

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

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


  /* 詳細 */
  .gallery_wrap{
    margin-top: 20px;
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  background: #ff2700;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #ff2700;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.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 + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.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.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


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


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

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 43px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 12px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  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;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #f0f0f0;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

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

/*書き込み お問い合わせ*/
.pg_contact .contact_form{
  margin-top: 23px;
}
.pg_contact .contact_form tr{
  border: 1px solid #41210a;
}
.pg_contact .contact_form th,
.pg_contact .contact_form td{
  vertical-align: top;
}
.pg_contact .contact_form th{
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
  background: #d8d2c8;
}
.pg_contact .contact_form td{
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.8125;
  background: #fff;
}
.pg_contact .mw_wp_form .mwform-radio-field.horizontal-item{
  margin-right: 12px;
}
/*.pg_contact .contact_form td input[name="your_subject"]{
    margin-right: -2px;
}*/
.pg_contact .contact_form th .require{
  padding: 5px 10px;
}
.pg_contact .contact_form th .unrequire{
  color: #000;
  background: #fff;
  border: 1px solid #b80000;
}
.pg_contact .contact_form td input[name="your_name"],
.pg_contact .contact_form td input[name="your_kana"],
.pg_contact .contact_form td input[name="your_email"],
.pg_contact .contact_form td input[name="your_tel"],
.pg_contact .contact_form td input[name="your_car"],
.pg_contact .contact_form td input[name="your_sales"]{
  width: 462px;
  letter-spacing: 0.075em;
}
.pg_contact .contact_form td [name="addr2"]{
  width: 423px;
}
.pg_contact .mwform_check_box_wrap{
  padding: 0;
}
.pg_contact{

}
.pg_contact{

}
.pg_contact .contact_form_btns button{
  padding: 35px 0;
  font-weight: 500;
  font-size: 16.02px;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  display: inline-block;
  height: 97px;
  position: relative;
  z-index: 1;
  transform: rotate(358deg);
  transition: all 0.2s;
  background: none;
  color: #000;
  width: 361px;
}
.pg_contact .contact_form_btns button:hover{
  color: #98b9c7;
}
.pg_contact .contact_form_btns button:before{
  content: "";
  background: url(/img/btn.png) no-repeat center center / contain;
  width: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
  transform: rotate(182deg);
}
.pg_contact .contact_form_btns button:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.pg_contact .contact_form_btns button:hover:after{
  right: 35px;
}
.pg_contact .contact_form_btns button > *{
  position: relative;
}
.pg_contact .mwform-checkbox-field input{
  margin: 0 5px;
}

/*書き込み プライバシーポリシー*/
.pg_contact .privacy{
  margin-top: 25px;
}
.pg_contact .contact_tt.privacy{
  font-weight: 400;
  letter-spacing: 0.2em;
}
.pg_contact .privacy_item{
  margin-top: 14px;
}
.pg_contact .privacy_ttl{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 7px 15px;
  margin-bottom: 11px;
  border-left: 6px solid #41210a;
}
.pg_contact .privacy_txt{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.875;
  text-align: justify;
}
.pg_contact .privacy_txt.txt1{
  margin-bottom: 30px;
}
.pg_contact .privacy_txt p{
  letter-spacing: 0.04em;
}


@media only screen and (max-width:1023px){

  /* **********************************
   *  
   * ********************************* */


  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 90px;
  }
}

@media only screen and (max-width:767px){

  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }

  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }

  .contact_form dl.date dt.m,
  .contact_form dl.date dt.d{
    width: 90px;
  }
  .contact_form dl.date dt.m select,
  .contact_form dl.date dt.d select{
    width: calc(100% - 2em);
  }
  .contact_form dl.date dt.t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form dl.date dt.t select{
    width: calc(100% - 3.5em);
  }

  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{

  }
  .contact_form_btns button {
    width: 30%;
  }


  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }


  /* クッキー同意 */
  #cookie-notice{
    min-width: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
  }
  #cookie-notice:before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.9);
    z-index: -1;
  }
  #cn-close-notice{
    top: 5px;
    right: 5px;
    margin-top: 0;
  }
  #cn-notice-text{
    text-align: justify;
  }

  .cookie-notice-container{
    padding: 50px 20px 50px;
    background: rgba(50,50,58,1);
  }
  .cn-text-container{
    margin-bottom: 10px;
  }
  .cookie-notice-hidden{
    display: none;
  }

  /*書き込み お問い合わせ*/
  .pg_contact .contact_form th,
  .pg_contact .contact_form td{
    padding: 15px 10px 8.5px;
  }
  .pg_contact .contact_form td [name="zipcode"]{
    width: 150px;
  }
  .pg_contact .contact_form td .addr_auto{
    margin-top: 5px;
    margin-left: 0px;
  }

  /*書き込み プライバシーポリシー*/
  .pg_contact .contact_tt.privacy{
    font-size: 17px;
  }
}
@media (min-width:768px){

  /*書き込み お問い合わせ*/
  .pg_contact .contact_form th,
  .pg_contact .contact_form td{
    padding: 15px 10px 8.5px;
  }
  .pg_contact .contact_form th{
    width: 225px;
  }
  .pg_contact .contact_form td [name="zipcode"]{
    width: 125px;
  }
  .pg_contact .contact_form td .addr_auto{
    margin-top: 5px;
    margin-left: 0px;
  }
  .pg_contact .contact_form_btns button:after{
  }

  /*書き込み プライバシーポリシー*/
  .pg_contact .contact_tt.privacy{
    font-size: 19px;
  }

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

  /*書き込み お問い合わせ*/
  .pg_contact .contact_form th,
  .pg_contact .contact_form td{
    padding: 14px 11px 8.5px 25px;
  }
  .pg_contact .contact_form td [name="zipcode"]{
    width: 110px;
  }
  .pg_contact .contact_form td .addr_auto{
    margin-top: 0px;
    margin-left: 10px;
  }

  /*書き込み プライバシーポリシー*/
  .pg_contact .contact_tt.privacy{
    font-size: 21px;
    margin-top: 150px;
    margin-bottom: 45px;
  }

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

  /*書き込み お問い合わせ*/
  .pg_contact .contact_form th,
  .pg_contact .contact_form td{
    padding: 17.5px 11px 12px 25px;
  }
  .pg_contact .contact_form th{
    width: 313px;
  }
  .pg_contact .contact_form td{
    padding-left: 19px;
  }
  .pg_contact .mwform-radio-field input{
    margin-right: -2px;
  }
  .pg_contact .mwform_check_box_wrap{
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .pg_contact .contact_form td input[name="your_name"],
  .pg_contact .contact_form td input[name="your_kana"],
  .pg_contact .contact_form td input[name="your_email"],
  .pg_contact .contact_form td input[name="your_tel"],
  .pg_contact .contact_form td input[name="your_car"],
  .pg_contact .contact_form td input[name="your_sales"]{
    margin: -7px 0;
  }
  .pg_contact .contact_form td [name="zipcode"]{
    width: 160px;
  }
  .pg_contact .contact_form td .addr_auto{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .pg_contact .contact_form dl dt,.pg_contact .contact_form dl dd{
    margin-top: -11px;
  }
  .contact_form_addr + .contact_form_addr{
    margin-top: 18px;
  }
  .pg_contact .contact_form td textarea{
    margin: -5px 0 -7px;
    width: 98%;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.16em;
    line-height: 1;
  }

}


/* **********************************
 *  カラーコンセプトについて
 * ********************************* */


@media (max-width:767px){

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


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

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

}


/* **********************************
 *  店舗情報
 * ********************************* */
.info_staff_items .box2 .mess p{
  text-indent: -4rem;
  padding-left: 4rem;
  text-align: justify;
  letter-spacing: -0.07em;
}

@media (max-width:767px){

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


}
@media (min-width:1024px){
  .info_staff_items .box2 .name{
    margin-top: 13px;
  }
}
@media (min-width:1200px){

}


/* **********************************
 *  
 * ********************************* */


@media (max-width:767px){

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


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

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

}