@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: 'A1 Mincho', 'Noto Serif JP', serif;
  /*font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-size: 16px;
  line-height: 1.666;
  letter-spacing: 0.075em;
  color: #070303;
}



/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top: 32px;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
} 

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}



a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{
  
}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{
  
}
.tbl td{
  
}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none !important;
  }
  .sp:not(.pc){
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none !important;
  }
  .sp:not(.tb){
    display: none !important;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none !important;
  }
  .tb:not(.sp){
    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: 1140px;*/
  width: 1026px;
  max-width: 100%;
  /*padding: 0 10px;*/ 
  padding: 0 40px; 
  margin: 0 auto;
}
.container_inner{
  width: calc(100% - 70px);
}
.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/ 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


@media (min-width:768px){
  
  .container_inner{
    width: calc(100% - 120px);
    padding: 0 10px; 
  }
  
}

@media (min-width:1024px){
  
  
}

@media (min-width:1200px){
  
  .container_inner{
    width: calc(100% - 185px);
  }

}

/*
.pg_header{
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
}
*/
/* 共通の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{
  
}*/


/* ******************************
 *　ヘッダー
 * *******************************/
header{
  padding-top: 25px;
  margin-bottom: 75px;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  
}
header .hdr1 .hdr_logo{
  width: 220px;
  line-height: 1;
}
header .hdr1 .hdr_contact{
}
header.home{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}


/* 下層ヘッダー */
.pg_header{
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
.pg_header .inner{
  display: flex;
}
.pg_header .kv{
  width: calc(100% - 95px);
  position: relative;
}
.pg_header .kv .img{
  width: calc(100% + 10px);
  height: 400px;
  position: relative;
  left: -10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pg_header .title{
  display: flex;
  
  width: 95px;
  margin-left: auto;
}
.pg_header .title .tt1{
  margin-left: auto;
}

/* 下層ヘッダー(KVなし) */
.pg_header2{
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.pg_header2 .tt1{
  margin-left: auto;
}
.pg_header2 .inner{
  display: flex;
}

/* メニューボタン */
.hdr_nav_btn{
  width: 50px;
  height: 12px;
  cursor: pointer;
  position: relative;
}
.hdr_nav_btn span{
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  /*transition: all 0.2s;*/
}
.hdr_nav_btn span + span{
  margin-top: 8px;
}

body.home .hdr_nav_btn span{
  background: #FFF;
}

.hdr_nav_btn.on{
  height: 36px;
  z-index: 6;
}
.hdr_nav_btn.on span{
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
}
.hdr_nav_btn.on span + span{
  margin-top: 0;
}
.hdr_nav_btn.on span:first-child{
  transform: translate(-50%,-50%) rotate(45deg);
}
.hdr_nav_btn.on span:last-child{
  transform: translate(-50%,-50%) rotate(-45deg);
}




/* メインビジュアル */
.mv{
  position: relative;
  height: 447px;
  
  background: #CCC;
  background-image: url('/img/_mv_sp.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mv .mv_box{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -225px;
  filter: drop-shadow(0px 0px 2px #fff);
}
.mv .mv_box .txt1{
  font-size: 28px;
  letter-spacing: 0.3em;
  margin-right: 20px;
}
.mv .mv_box .txt2{
  font-size: 14px;
  letter-spacing: 0.15em;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}

.mv .mv_illust{
  position: absolute;
  bottom: -50px;
  left: 45%;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
 
  header .hdr1{
    position: relative;
  }
  
  header .hdr1 .hdr_logo{
    position: absolute;
    right: 34%;
  }
  .hdr_nav_btn{
    margin-left: auto;
  }
  
  .pg_header .kv .img{
    left: -40px;
  }
  .pg_header2 .tt1{
    margin-right: -20px;
  }
}
@media (min-width:768px){
  
  header{
    padding-top: 20px;
  }
  header .hdr1 .hdr_logo{
    width: 240px;
    margin-left: -50px;
  }
  
  /* 下層ヘッダー */
  .pg_header{
    margin-bottom: 150px;
  }
  .pg_header .inner{
  }
  .pg_header .title{
    width: 100px;
  }
  .pg_header .kv{
    width: calc(100% - 100px);
    position: relative;
  }
  .pg_header .kv .img{
    width: calc(100% + 100px);
    height: 400px;
    left: -100px;
  }
  
  
  .mv{
    background-image: url('/img/_mv.jpg');
    align-items: center;
  }
  .mv .mv_box{
    flex-direction: row-reverse;
    color: #FFF;
    margin-bottom: 0;
    filter: drop-shadow(0px 0px 2px #666);
  }
  .mv .mv_box .txt1{
    font-size: 30px;
    margin-left: 30px;
    margin-right: 0;
  }
  .mv .mv_box .txt2{
    
  }
}
@media (min-width:1024px){
  
  
  
  header .hdr1 .hdr_logo{
    width: 300px;
    margin-left: -50px;
  }
  
  .mv .mv_box .txt1{
    font-size: 30px;
    margin-left: 30px;
  }
  .mv .mv_box .txt2{
    
  }
  
}
@media (min-width:1200px){
  
  header{
    padding-top: 50px;
  }
  header .hdr1 .hdr_logo{
    width: auto;
    margin-left: -105px;
  }
  
  /* 下層ヘッダー */
  .pg_header{
    margin-bottom: 200px;
  }
  .pg_header .inner{
  }
  .pg_header .title{
    width: 115px;
  }
  .pg_header .kv{
    width: calc(100% - 115px);
    position: relative;
  }
  .pg_header .kv .img{
    width: calc(100% + 215px);
    height: 588px;
    left: -215px;
  }
  
  .mv{
    height: 750px;
  }
  .mv .mv_box .txt1{
    font-size: 38px;
    margin-left: 60px;
  }
  .mv .mv_box .txt2{
    
  }
  
}



/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  display: none;
  /*background: #EEE;*/
  /*padding: 0 5px;*/
  background: #000;
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 20px 15px;
}
.gnav.active{
  /*display: block;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gnav > ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 5px;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}

@media (min-width:768px){
  .gnav{
    left: 0;
    right: 0;
    padding: 50px 0;
  }
}


/* ******************************
 *　フッター
 * *******************************/

footer{
  /*margin-top: 115px;*/
  margin-top: 60px;
}

.ftr_reserve_btn{
  text-align: center;
}
.ftr_reserve_btn img{
  width: 100%;
}

.ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.ftr1 .box1{
  width: 100%;
}
.ftr1 .box2{
  width: 100%;
}

.ftr2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.ftr2 .box1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ftr2 .box2{
  width: 100%;
}

.ftr_links_wrap{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.ftr_links{
  
}
.ftr_links ul{
  
}
.ftr_links ul li{
  
}
.ftr_links ul li+li{
  margin-top: 8px;
}
.ftr_links ul li a{
  
}
.ftr_links ul li.sub a{
  display: flex;
  align-items: center;
}
.ftr_links ul li.sub a:before{
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  margin-right: 12px;
}

/* 住所,連絡先 */
.ftr_addr{
  
}
.ftr_tel{
  
}

/* SNSアイコン */
.ftr_icons{
  display: flex;
}
.ftr_icons li{
  
}
.ftr_icons li+li{
  margin-left: 20px;
}

/* コピーライト */
.ftr_copy{
  font-size: 14px;
  margin-top: 50px;
  padding-bottom: 5px;
  text-align: center;
  color: #76706E;
}
.ftr_copy .r2{
  display: inline-block;
  margin: 0 10px;
}

/*
footer .ftr_logo{
  margin-bottom: 45px;
}
footer .ftr_addr{
  line-height: 1.875;
}

footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{
  
  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

footer .ftr_links{
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
}
footer .ftr_links li{
  padding: 0 25px;
  line-height: 1.1;
}
footer .ftr_links li+li{
  border-left: 1px solid;
}

footer .copy{
  background: #FFF;
  color: #111;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 60px;
}
footer .copy a{
}
*/

/*
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  width: 100%;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  text-align: center;
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #4072b3;
  color: #FFF;
  text-decoration: none;
}
*/





@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .ftr2 .box1{
    display: none;
  }
  
  .ftr_links_wrap{
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
  }
  .ftr_links{
    margin-bottom: 20px;
  }
  .ftr_links ul li a{
    font-size: 16px;
  }
  .ftr_links ul li.sub a{
    font-size: 13px;
  }
  .ftr_links.sp_wide{
    width: 100%;
  }
  .ftr_links.sp_wide ul{
    display: flex;
    justify-content: space-between;
  }
  .ftr_links.sp_wide ul li+li{
    margin-top: 0;
  }
  
  .ftr_logo{
    text-align: center;
  }
  .ftr_logo img{
    width: 290px;
  }
  .ftr_addr{
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
  }
  .ftr_tel{
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
  }
  
  .ftr_icons{
    justify-content: center;
  }
  .ftr_icons li+li {
    margin-left: 45px;
  }
}
@media (min-width:768px){
  
  .ftr1{
    margin-top: 100px;
  }
  .ftr1 .box1{
    width: 200px;
  }
  .ftr1 .box2{
    width: calc(100% - 200px - 100px);
  }
  
  .ftr2{
    margin-top: 100px;
  }
  .ftr2 .box1{
    width: auto;
  }
  .ftr2 .box2{
    width: auto;
  }
  
  /* 住所,連絡先 */
  .ftr_addr{
    
  }
  .ftr_tel{
    margin-left: 30px;
  }

  .ftr_links_wrap{
    font-size: 13px;
  }
  
  /* SNSアイコン */
  .ftr_icons{
  }
  .ftr_icons li{

  }
  .ftr_icons li+li{
    margin-left: 40px;
  }

  /* コピーライト */
  .ftr_copy{
    margin-top: 50px;
    font-size: 14px;
  }
  .ftr_copy .r2{
    margin: 0 20px;
  }
  
}
@media (min-width:1024px){
  
  footer{
    margin-top: 150px;
  }
  
  .ftr1{
    margin-top: 170px;
  }
  .ftr1 .box1{
    width: 322px;
  }
  .ftr1 .box2{
    width: calc(100% - 322px - 200px);
  }
  
  .ftr2{
    margin-top: 130px;
  }
  .ftr2 .box1{
  }
  .ftr2 .box2{
  }
  
  .ftr_links_wrap{
    font-size: 14px;
  }
  .ftr_links ul li.sub a:before{
    width: 20px;
  }
  
  /* 住所,連絡先 */
  .ftr_addr{
    
  }
  .ftr_tel{
    margin-left: 60px;
  }

  /* SNSアイコン */
  .ftr_icons{
  }
  .ftr_icons li{

  }
  .ftr_icons li+li{
  }

  /* コピーライト */
  .ftr_copy{
  }
}
@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{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  
}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;
  
}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #c0c0c0;
  padding: 5px 10px;
  margin: 4px 4px;
  color: #1e1e1e;
  text-decoration: none;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #e5e5e5;
}
.pagination .page-numbers.next:after{
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
}
.pagination .page-numbers.prev:before{
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{
  
}
.search_list .item + .item{
  
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 30px;
}
.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: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  display: inline;
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .pagetop a img{
    width: 15px;
  }
}
@media (min-width:768px){
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  
}



/* **********************************
 *  メイン
 * ********************************* */
.main{
  
}
.main.no_kv{
  
}

body.home .main{
  padding-top: 0;
}


/* 詳しく見る サンプル */
.read_more{
  
}
.read_more.right{
  text-align: right;
}
.read_more a{
  
  display: inline-block;
  font-size: 17px;
  font-family: 'A1 Mincho', 'Noto Serif JP', serif;
  letter-spacing: 0.14em;
  padding: 2px 4px 0;
  margin-top: 67px;
  margin-left: 20px;
  border-top: 1px solid #000000;
  
/*  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: "\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%);
}*/

.read_more a:after{
  content: "";
  width: 38px;
  height: 5px;
  margin-left: 15px;
  background: url(/img/philosophy/arrow01.svg) no-repeat center / contain;
  display: inline-block;
  vertical-align: middle;
}




@media (min-width:768px){
  
  
}

@media (min-width:1024px){
  
  
}

@media (min-width:1200px){
  
}


/* **********************************
 *  Home
 * ********************************* */
.pg_home{
  padding-top: 300px;
}
.pg_home .section#sec1{
  
}
.pg_home .section#sec2{
  margin-top: 100px;
}
.pg_home .section#sec3{
  margin-top: 100px;
}
.pg_home .section#sec4{
  margin-top: 100px;
}

/* コンセプト */
.home_concept_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_concept_wrap .box1{
  display: flex;
  flex-wrap: wrap;
}
.home_concept_wrap .box2{
  
}
.home_concept_wrap .box1 .txt1{
  line-height: 2.2;
}
.home_concept_wrap .box1 .txt2{
  line-height: 1.8;
}

/* ポイント */
.home_point_wrap{
  display: flex;
  justify-content: center;
  position: relative;
}
.home_point_wrap.row1{
  justify-content: center;
}
.home_point_wrap.row2{
  justify-content: space-between;
}
.home_point_wrap .home_point_item{
  
}



.home_point_item{
  text-align: center;
  position: relative;
  z-index: 1;
}
.home_point_item .title{
  font-size: 10px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
}
.home_point_item .title .ja{
  display: block;
  font-size: 1.82em;
  /*font-family: 'Gothic Medium BBB', 'Noto Sans JP', sans-serif;*/
  line-height: 1.4;
}
.home_point_item .title .en{
  display: block;
  /*font-family: 'DM Sans', 'Noto Sans JP', sans-serif;*/
  margin-top: 1em;
}
.home_point_item .img{
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.home_point_item .img:before{
  content: "";
  background: rgba(92,92,92,0.26);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home_point_txt{
  font-size: 16px;
  line-height: 2.4375;
  margin: 70px 0;
}

.home_point_wrap + .read_more{
  margin-top: 40px;
}

/* 投稿レイアウト */
.home_posts_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_posts_wrap .box_left{
  width: 88px;
  position: relative;
}
.home_posts_wrap .box_right{
  width: calc(100% - 88px);
  position: relative;
}

/* お知らせ */
.home_news_items{
  display: flex;
  flex-wrap: wrap;
}
.home_news_items .item{
  width: 50%;
  
}
.home_news_items .item:nth-child(n+3){
  margin-top: 30px;
}
.home_news_items .item .inner{
  display: block;
  text-decoration: none;
}
.home_news_items .item .inner:hover{
  opacity: 0.8;
}
.home_news_items .item .img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('/img/noimage_sp@2x.png?2');
}
.home_news_items .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.home_news_items .item .date{
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 10px;
  color: #A8A8A8;
}
.home_news_items .item .title{
  font-size: 16px;
}
.home_news_items .item .category{
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin: 5px -3px 0;
}
.home_news_items .item .category span{
  font-size: 12px;
  border: 1px solid #AFB4B8;
  color: #AFB4B8;
  padding: 3px 4px 1px;
  margin: 0 3px;
}
.home_news_items .item .category span:hover{
  text-decoration: none;
}
.home_news_items + .read_more{
  margin-top: 60px;
}

/* 建築事例 */
.home_wokrs_items{
  margin: 0 -3px;
}
.home_wokrs_items .item{
  padding: 0 3px;
}
.home_wokrs_items .item .inner{
  display: block;
  
}
.home_wokrs_items .item .img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
}
.home_wokrs_items .item .img:before{
  content: "";
  display: block;
  padding-top: 136.53%;
}
.home_wokrs_items .item .meta{
  color: #A8A8A8;
}

/* 建築事例(ナビ) */
.home_wokrs_nav{
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

/* 建築事例(ナビ:カテゴリ) */
.home_wokrs_nav .category{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.home_wokrs_nav .category li{
  padding: 0 7px;
  margin: 5px 0;
}
.home_wokrs_nav .category li a{
  display: block;
  border: 1px solid #707070;
  padding: 2px 10px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}
.home_wokrs_nav .category li a:hover{
  background: #111;
  color: #FFF;
}

/* 建築事例(ナビ:矢印) */
.home_wokrs_nav{
  display: felx;
  justify-content: space-between;
}
.home_wokrs_nav .left,
.home_wokrs_nav .right{
  
}
.home_wokrs_nav .left{
  
}
.home_wokrs_nav .right{
  
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .home_concept_wrap .box1{
    width: 100%;
    justify-content: space-between;
    padding-right: 0;
    margin-bottom: 50px;
  }
  .home_concept_wrap .box1 .txt1{
    margin-top: 115px;
  }
  .home_concept_wrap .box1 .txt2{
    font-size: 24px;
    margin-top: 115px;
  }
  
/*  .home_concept_wrap .box1 .tt2{
    order: 1;
  }
  .home_concept_wrap .box1 .txt1{
    order: 2;
  }
  .home_concept_wrap .box1 .txt2{
    order: 3;
  }*/

  .home_concept_wrap .box1 .txt1,
  .home_concept_wrap .box1 .txt2{
    white-space: nowrap;
  }

  
  /* ポイント */
  .home_point_wrap.row1,
  .home_point_wrap.row2{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .home_point_item{
    width: 60%;
  }
  .home_point_item:nth-child(odd){
    margin-left: auto;
  }
  .home_point_item:nth-child(even){
    
  }
  .home_point_item + .home_point_item{
    margin-top: -25px;
  }
  
  .home_posts_wrap{
    margin-right: -40px;
  }
  
  .home_news_items + .read_more{
    padding-right: 40px;
  }
  .home_wokrs_nav + .read_more{
    padding-right: 40px;
  }
}
@media (min-width:768px){
  
  .pg_home{
    padding-top: 100px;
  }
  
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2{
    margin-top: 100px;
  }
  .pg_home .section#sec3{
    margin-top: 100px;
  }
  .pg_home .section#sec4{
    margin-top: 100px;
  }
  
  /* コンセプト */
  .home_concept_wrap .box1 .txt1{
    order: 2;
    font-size: 16px;
  }
  .home_concept_wrap .box1 .txt2{
    order: 1;
    font-size: 32px;
    margin-right: 10px;
  }
  
  .home_concept_wrap .tt2{
    margin-right: 1.5em;
  }
  
  /* ポイント */
  .home_point_wrap{
    margin-top: 100px;
  }
  .home_point_wrap.row1{
    justify-content: center;
    
  }
  .home_point_wrap.row2{
    justify-content: space-between;
    /*margin: 0 -20px;*/
  }
  .home_point_wrap.row2 .home_point_item{
    /*padding: 0 20px;*/
  }
  .home_point_wrap .home_point_item{
  }
  
  
  .home_point_wrap + .read_more{
    margin-top: 45px;
  }
  
  .home_point_item{
    width: 260px;
  }
  .home_point_item .title{
    font-size: 16px;
  }
  
  .home_point_txt{
    position: absolute;
    left: 0;
    font-size: 13px;
    line-height: 3.666;
    margin: 0;
  }
  
  /* 投稿レイアウト */
  .home_posts_wrap{
    flex-wrap: nowrap;
  }
  .home_posts_wrap .box_left{
    width: 162px;
  }
  .home_posts_wrap .box_right{
    width: calc(100% - 162px);
  }
  .home_posts_wrap .box_posts{
    /*width: calc(100% + 180px);*/
  }
  
  .home_posts_wrap.reverse .box_left{
    order: 2;
  }
  .home_posts_wrap.reverse .box_right{
    order: 1;
  }
  
  .home_posts_wrap.reverse .box_left{
    display: flex;
  }
  .home_posts_wrap.reverse .box_left .tt2{
    margin-left: auto;
  }
  
  
  
  /* お知らせ */
  .home_news_items{
  }
  .home_news_items .item{
    width: 50%;
  }
  .home_news_items .item:nth-child(n+3){
    margin-top: 50px;
  }
  .home_news_items .item .inner{
  }
  .home_news_items .item .img{
    background-image: url('/img/noimage@2x.png?2');
  }
  .home_news_items .item .img:before{
    padding-top: 49.31%;
  }
  .home_news_items .item .date{
    font-size: 14px;
    text-align: right;
  }
  .home_news_items .item .title{
    text-align: right;
  }
  .home_news_items .item .category{
    justify-content: flex-end;
  }
  .home_news_items .item .category span{
    font-size: 14px;
  }
  
  /* 建築事例 */
  .home_wokrs_items{
    margin: 0 -13px;
  }
  .home_wokrs_items .item{
    padding: 0 13px;
  }
  .home_wokrs_items .item .inner{
  }
  .home_wokrs_items .item .img{
  }
  .home_wokrs_items .item .img:before{
    padding-top: 100%;
  }
  
  /* 建築事例(ナビ) */
  .home_wokrs_nav{
    margin-top: 45px;
  }

  /* 建築事例(ナビ:カテゴリ) */
  .home_wokrs_nav .category{
    margin: 0 -7px;
  }
  .home_wokrs_nav .category li{
    padding: 0 7px;
  }
  .home_wokrs_nav .category li a{
    padding: 2px 10px;
    font-size: 14px;
  }
  
  /* 建築事例(ナビ:矢印) */
  .home_wokrs_nav{
    display: felx;
    justify-content: space-between;
  }
  .home_wokrs_nav .left,
  .home_wokrs_nav .right{
    
  }
  .home_wokrs_nav .left{
    
  }
  .home_wokrs_nav .right{
    margin-left: 40px;
  }
  
}
@media (min-width:1024px){
  
  .home_point_item{
    width: auto;
  }
  .home_point_txt{
    font-size: 15px;
  }
}
@media (min-width:1200px){
  
  .pg_home{
    padding-top: 185px;
  }
  
  .pg_home .section#sec1{

  }
  .pg_home .section#sec2{
    margin-top: 280px;
  }
  .pg_home .section#sec3{
    margin-top: 200px;
  }
  .pg_home .section#sec4{
    margin-top: 200px;
  }
  
  .home_posts_wrap .box_posts{
    width: calc(100% + 180px);
  }
  .home_posts_wrap.reverse .box_posts{
    position: relative;
    left: -180px;
  }
}


/* **********************************
 *  
 * ********************************* */
.pg_showhouse{
  
}
.pg_showhouse .section#sec1{
}
.pg_showhouse .section#sec2{
}
.pg_showhouse .section#sec3{
  margin-top: 280px;
}

/* 概要 */
.showhouse_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.showhouse_about_wrap .box1{
  width: 100%;
}
.showhouse_about_wrap .box2{
  width: 100%;
}
.showhouse_about_wrap .txt{
  font-size: 14px;
  line-height: 2.8;
}

/* 予約バナー */
.showhouse_reserve_btn{
  margin: 150px 0;
  text-align: center;
}

/* レイアウト */
.showhouse_layout{
  display: flex;
  justify-content: space-between;
  
}
.showhouse_layout .box_left{
  width: 135px;
}
.showhouse_layout .box_right{
  width: calc(100% - 135px);
}



/* 見どころ */
.showhouse_point_wrap{
  
}
.showhouse_point_wrap .row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.showhouse_point_wrap .row + .row{
  margin-top: 160px;
}
.showhouse_point_wrap .box1{
  width: 100%;
  text-align: center;
}
.showhouse_point_wrap .box2{
  width: 100%;
  margin-top: 55px;
}
.showhouse_point_wrap .img img{
  width: 100%;
}
.showhouse_point_wrap .title{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  font-size: 20px;
  letter-spacing: 0.2em;
  position: relative;
  
}
.showhouse_point_wrap .title span{
  font-size: 12px;
  -ms-writing-mode: initial;
  writing-mode: initial;
  position: absolute;
  top: 50%;
  left: 75%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #A8A8A8;
}
.showhouse_point_wrap .txt{
  line-height: 2.5;
}

/* アクセス */
.showhouse_access{
  
}
.showhouse_access iframe{
  width: 100%;
  height: 310px;
  border: 0;
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .showhouse_about_wrap .box1 .tt2{
    writing-mode: initial;
    margin-bottom: 50px;
  }
  
  .showhouse_point_wrap .row:nth-child(even) {
    /*margin-left: -135px;*/
    /*margin-right: 135px;*/
  }
  
  
  .showhouse_point_wrap .box2{
    margin-top: 20px;
  }
  .showhouse_point_wrap .title{
    writing-mode: initial;
    margin-bottom: 20px;
  }
  .showhouse_point_wrap .title span{
    position: static;
    transform: none;
    white-space: nowrap;
    padding-left: 1.5em;
    padding-top: 5px;
  }
  
  .showhouse_layout{
    display: block;
    /*flex-wrap: wrap;*/
    
  }
  .showhouse_layout .box_left{
    /*width: 100%;*/
    width: auto;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .showhouse_layout .box_right{
    width: 100%;
  }
  
  .showhouse_layout .box_left .tt2{
    margin: 0 auto;
  }
  
  .showhouse_layout.sp_wide{
    flex-wrap: wrap;
  }
  .showhouse_layout.sp_wide .box_left{
    
  }
  .showhouse_layout.sp_wide .box_right{
    width: 100%;
    margin-top: 55px;
  }
  
  
  .showhouse_point_wrap .txt{
    font-size: 14px;
  }
  
 
  
}
@media (min-width:768px){
  .pg_showhouse{

  }
  .pg_showhouse .section.sec1{
  }
  .pg_showhouse .section.sec2{
  }
  .pg_showhouse .section.sec3{
  }
  
  /* 概要 */
  .showhouse_about_wrap{
  }
  .showhouse_about_wrap .box1{
    width: 200px;
  }
  .showhouse_about_wrap .box2{
    width: calc(100% - 200px);
  }
  .showhouse_about_wrap .txt{
    font-size: 14px;
    line-height: 2.857;
  }
  
  /* レイアウト */
  .showhouse_layout{
    
  }
  .showhouse_layout .box_left{
    width: 200px;
  }
  .showhouse_layout .box_right{
    width: calc(100% - 200px);
  }
  
  /* 見どころ */
  .showhouse_point_wrap{
  }
  .showhouse_point_wrap .row + .row{
    margin-top: 200px;
  }
  .showhouse_point_wrap .box1{
    width: 300px;
    text-align: left;
  }
  .showhouse_point_wrap .box2{
    width: calc(100% - 300px - 30px);
    margin-top: 0;
  }
  .showhouse_point_wrap .title{
    font-size: 24px;
    margin-bottom: 55px;
  }
  .showhouse_point_wrap .title span{
    font-size: 14px;
    
  }
  .showhouse_point_wrap .txt{
    line-height: 3.571;
  }
  
  .showhouse_point_wrap .row:nth-child(odd) .box1{
    
  }
  .showhouse_point_wrap .row:nth-child(odd) .box2{
    
  }
  .showhouse_point_wrap .row:nth-child(even) .box1{
    order: 2;
  }
  .showhouse_point_wrap .row:nth-child(even) .box2{
    order: 1;
  }
  
  /* アクセス */
  .showhouse_access{

  }
  .showhouse_access iframe{
    height: 400px;
  }
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  /* 概要 */
  .showhouse_about_wrap{
  }
  .showhouse_about_wrap .box1{
    width: 355px;
  }
  .showhouse_about_wrap .box2{
    width: calc(100% - 355px);
  }
  .showhouse_about_wrap .txt{
  }
  
  /* レイアウト */
  .showhouse_layout{
    
  }
  .showhouse_layout .box_left{
    width: 156px;
  }
  .showhouse_layout .box_right{
    width: calc(100% - 156px);
  }
  
  /* 見どころ */
  .showhouse_point_wrap{
  }
  .showhouse_point_wrap .row + .row{
    margin-top: 385px;
  }
  .showhouse_point_wrap .box1{
    width: 430px;
  }
  .showhouse_point_wrap .box2{
    width: calc(100% - 430px - 70px);
  }
  .showhouse_point_wrap .title{
    margin-bottom: 70px;
  }
  .showhouse_point_wrap .txt{

  }
  
  /* アクセス */
  .showhouse_access{

  }
  .showhouse_access iframe{
    height: 622px;
  }
}



/* ******************************
 *　お知らせ詳細
 * *******************************/
.pg_news2{
  
}
.pg_news2 .section#sec1{
}
.pg_news2 .section#sec2{
}

/* 基本情報 */
.news_detail_wrap{
  
}
.news_detail_wrap .head{
  margin-bottom: 45px;
}
.news_detail_wrap .head .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
}
.news_detail_wrap .head .meta{
  margin-top: 20px;
}
.news_detail_wrap .head .meta .date{
  font-size: 14px;
}
.news_detail_wrap .head .meta .category{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.news_detail_wrap .head .meta .category span{
  background: #000;
  color: #FFF;
  margin: 3px;
  padding: 3px 5px 3px;
  font-size: 12px;
}

.news_detail_wrap .post_content{
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin-top: 50px;
}

/* イベント用 */
.news_event_detail{
  
}
.news_event_detail dl{
  display: flex;
  font-size: 14px;
}
.news_event_detail dl+dl{
  margin-top: 20px;
}
.news_event_detail dl dt{
  width: 60px;
}
.news_event_detail dl dd{
  width: calc(100% - 60px);
}
.news_event_detail dl dd p{
  
}

/* 家づくりレポート用 */
.news_report_detail{
  margin-top: 40px;
}
.news_report_detail .row{
  
}
.news_report_detail .row + .row{
  margin-top: 30px;
}
.news_report_detail .row .img{
  margin-bottom: 10px;
}
.news_report_detail .row .txt{
  font-size: 14px;
}

/* イベント予約 */
.event_reserve_btn{
  margin-top: 50px;
  text-align: center;
}
.event_reserve_btn .txt{
  font-size: 16px;
  margin-bottom: 10px;
  text-align: left;
}
.event_reserve_btn img{
  width: 100%;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
 
  .news_detail_wrap{
    
  }
  .news_detail_wrap .head{
    min-height: 130px;
  }
  
  .news_detail_body{
    margin-right: -70px;
  }
  
}
@media (min-width:768px){
  
  .pg_news2{

  }
  .pg_news2 .section#sec1{
  }
  .pg_news2 .section#sec2{
  }
  
  /* 基本情報 */
  .news_detail_wrap{
    
  }
  .news_detail_wrap .head{
    margin-bottom: 90px;
  }
  .news_detail_wrap .head .title{
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.15em;
  }
  .news_detail_wrap .head .meta{
    margin-top: 20px;
  }
  .news_detail_wrap .head .meta .date{
    font-size: 24px;
  }
  .news_detail_wrap .head .meta .category{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
  }
  .news_detail_wrap .head .meta .category span{
    background: #000;
    color: #FFF;
    margin: 3px;
    padding: 2px 10px 4px;
    font-size: 15px;
  }

  .news_detail_wrap .post_content{
    font-size: 16px;
    /*line-height: 2.5;*/
    /*letter-spacing: 0.1em;*/
  }

  /* イベント用 */
  .news_event_detail{

  }
  .news_event_detail dl{
    font-size: 16px;
  }
  .news_event_detail dl+dl{
    margin-top: 30px;
  }
  .news_event_detail dl dt{
    width: 80px;
  }
  .news_event_detail dl dd{
    width: calc(100% - 80px);
  }
  .news_event_detail dl dd p{
    
  }
  
  /* 家づくりレポート用 */
  .news_report_detail{
    margin-top: 60px;
  }
  .news_report_detail .row{
    
  }
  .news_report_detail .row + .row{
    margin-top: 50px;
  }
  .news_report_detail .row .img{
    margin-bottom: 10px;
  }
  .news_report_detail .row .txt{
    font-size: 16px;
  }
  
  /* イベント予約 */
  .event_reserve_btn{
    margin-top: 50px;
  }
  .event_reserve_btn .txt{
    font-size: 18px;
    margin-bottom: 10px;
  }

}
@media (min-width:1024px){
  
  /*.event_reserve_btn{
    max-width: 876px;
    margin-left: auto;
    margin-right: auto;
  }*/
  
}
@media (min-width:1200px){
  
  /* イベント予約 */
  .event_reserve_btn{
    margin-top: 100px;
  }
  .event_reserve_btn .txt{
    font-size: 25px;
    margin-bottom: 10px;
  }
  
}



/* **********************************
 *  オンライン予約
 * ********************************* */

.pg_reserve{
  
}

.pg_reserve .contact_cat_warp{
  margin-bottom: 50px;
}

.reserve_msg{
  text-align: center;
  margin-bottom: 50px;
}


/* === 予約フォーム：STEP2 === */

/* 選択した日付 */
#booking-package_schedulePage #topPanel{
  padding-bottom: 15px;
}
/* サイドバーの日付変更ブロック：非表示 */
#booking-package_schedulePage .daysListPanel{
  display: none;
}

/* 時間選択 */
#booking-package_schedulePage .courseListPanel{
  width: 100% !important;
  position: static !important;
  left: 0 !important;
}
#booking-package_schedulePage #scheduleMainPanel{
  display: flex !important;
  justify-content: center;
  width: 100%  !important;
  margin: 0 0  !important;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: none !important;
}
#booking-package_schedulePage #blockPanel{
  display: none;
}
#booking-package_schedulePage .selectPanelError{
  display: none !important;
}
#booking-package_schedulePage .selectPanel, 
#booking-package_servicePage .selectPanel{
  width: 25% !important;
  padding: 25px 10px !important;
  margin: 0 2% !important;
  border: 1px solid #CCC !important;
  text-align: center;
}

#booking-package_calendarPage .calendarPanel{
  grid-template-columns: 0.5fr 1fr 0.5fr !important;
  -ms-grid-columns: 0.5fr 1fr 0.5fr !important;
}
#booking-package_schedulePage .selectedDate{
  font-weight: 400 !important;
}
#booking-package_calendarPage .calendarData{
  font-size: 1.2em;
}

/* ボタン郡 */
#booking-package_schedulePage .bottomPanelNoAnimation{
  padding: 30px 0 !important;
}

/* === 予約フォーム：STEP3 === */
#booking-package_schedulePage .bottomPanelNoAnimation{
  text-align: center;
}
#booking-package_schedulePage button{
  width: 300px;
  max-width: 100%;
  padding: 10px;
  font-size: 18px;
  background: #a92216;
  color: #FFF;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#booking-package_inputFormPanel{
  display: flex;
  flex-wrap: wrap;
}
#booking-package_inputFormPanel .selectedDate, 
#booking-package_myBookingDetails .selectedDate{
  width: 100%;
}
#booking-package_inputFormPanel .row{
  width: 100%;
}
#booking-package_inputFormPanel .name{
  font-weight: 500 !important;
}
#booking-package_inputFormPanel textarea{
  height: 250px;
}

#booking-package_inputFormPanel #paymentPanel,
#booking-package_inputFormPanel #nextAndReturnPanel{
  width: 50%;
  padding: 0 15px;
  margin-top: 20px;
}
#booking-package_inputFormPanel #paymentPanel{
  text-align: right;
}
#booking-package_inputFormPanel #nextAndReturnPanel{
  text-align: left;
}

#booking-package_inputFormPanel #paymentPanel button,
#booking-package_inputFormPanel #nextAndReturnPanel button{
  width: 50%;
  max-width: 100%;
  padding: 10px;
  font-size: 18px;
  background: #a92216;
  color: #FFF;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#booking-package_inputFormPanel .bottomBarPanel{
  padding: 0 !important;
}



@media (max-width:767px){
  #booking-package_inputFormPanel #paymentPanel ,
  #booking-package_inputFormPanel #nextAndReturnPanel {
    /*width: 100%;*/
    padding: 0 10px !important;
  }
  #booking-package_inputFormPanel #paymentPanel button,
  #booking-package_inputFormPanel #nextAndReturnPanel button{
    width: 100%;
  }
}

.booking_completed_panel #paymentPanel{
  display: none !important;
}
.booking_completed_panel #nextAndReturnPanel{
  margin: 30px auto;
  text-align: center!important;
}




/* 印刷用 */
@media only print{
  /*
    A4 847 * 595 px
    A3 1191 * 842 px
    B5 729 * 516 px
  */
  body{
    width: 1140px;
    overflow: hidden;
    /*zoom: 0.9;*/
  }
  .container{
    width: 100%;
  }
  .tb{
    display: none;
  }
  .sp{
    display: none;
  }
  
  /* 固定ヘッダーを使用している場合など */
  header .hdr1{
    position: static !important;
  }
  /* animate のフェードインを可視化 */
  [data-animate]{
    opacity:1 !important;
  }
}




/* ******************************
 *　対談
 * *******************************/
.dialogue_intro {
  text-align: center;
  margin-bottom: 30px;
}
.dialogue_text1 {
  line-height: 2;
}
.dialogue_ttl {
  width: 100%;
  font-size: 22px;
  margin: 80px 0 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
}
.dialogue_list .item {
  display: flex;
  flex-wrap: wrap;
}
.dialogue_list dl{
  position: relative;
}
.dialogue_list dl:before{
  content: "";
  width: 50px;
  height: 1px;
  background: #b3b3b3;
  position: absolute;
  left: -65px;
  top: 12px;
}
.dialogue_list dl + dl{
  margin-top: 30px;
}
.dialogue_list dt{
  padding-right: 15px;
  color: #b3b3b3;
  display: inline;
}
.dialogue_list dd{
  display: inline;
}

.pg_dialogue .section#sec2{
  padding-top: 100px;
}
.pg_dialogue .section#sec2 .container{
  display: flex;
}
.dialogue_profile .img{
  width: 80%;
}
.dialogue_profile .name {
  margin: 10px 0 20px;
}
.dialogue_profile .name .ttl1{
  color: #888;
  letter-spacing: 0.2em;
  font-size: 0.4rem;
}
.dialogue_profile .name .ttl2{
  letter-spacing: 0.2em;
}  
.dialogue_profile .name .ttl2 span{
  font-size: 0.4rem;
  display: block;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  .dialogue_text1.tate_r{
    writing-mode: inherit;
  }
  .dialogue_catch .img{
    margin-top: 30px;
  }
  .dialogue_list .img{
    margin-bottom: 30px;
  }
  .dialogue_profile{
    padding-left: 20px;
  }
  .dialogue_profile .item + .item{
    margin-top: 40px;
  }
  .pg_slug_dialogue .pg_header{
    margin-bottom: 30px;
  }
}
@media (min-width:768px){
  .dialogue_intro {
    margin-bottom: 50px;
  }
  .dialogue_text1 p + p{
    margin-right: 25px;
  }
  .pg_slug_dialogue .pg_header{
    margin-bottom: 50px;
  }
  
  .dialogue_list .img{
    width: 40%;
  }
  .dialogue_list .txt{
    width: 60%;
    font-size: 14px;
    padding-left: 100px;
  }
  .dialogue_ttl {
    font-size: 38px;
    margin: 150px 0 50px;
    text-align: right;
  }
  .dialogue_list .item:nth-child(even) .dialogue_ttl{
    text-align: left;
  }
  .dialogue_list .item:nth-child(even) .txt{
    order: 1;
    padding-left: 0;
    padding-right: 100px;
  }
  .dialogue_list .item:nth-child(even) .img{
    order: 2;
  }
  .dialogue_catch{
    display: flex;
    flex-wrap: wrap;
  }
  .dialogue_catch .dialogue_text1{
    width: 60%;
    font-size: 20px;
  }
  .dialogue_catch .img{
    width: 40%;
    position: relative;
  }
  .dialogue_catch .img img{
    position: absolute;
    right: -30%;
    top: 0;
  }
  
  .pg_dialogue .section#sec2{
    padding-top: 150px;
  }
  .pg_dialogue .tt2 .ja {
    font-size: 1.08em;
    margin-right: 0.3em;
    letter-spacing: 0.2em;
  }  
  .dialogue_profile {
    display: flex;
    flex-wrap: wrap;
  }
  .dialogue_profile .item{
    width: 50%;
    padding: 0 30px;
  }
  .dialogue_profile .name .ttl2{
    font-size: 20px;
  }
  .dialogue_profile .img{
    width: 60%;
  }
  .dialogue_profile .name {
    margin: 20px 0 30px;
  }
}
@media (min-width:1024px){  
  .dialogue_profile .name .ttl2 span{
    margin-left: 20px;
    display: inline;
  }
  
}
@media (min-width:1200px){
  
  
}


/* コピー用 */
@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  
  
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  
}
