@charset "UTF-8";
/*
Theme Name: MY-THEME
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('//fonts.googleapis.com/css?family=Montserrat:400,700');
body{
  font-family:  'Noto Sans Japanese', '游ゴシック体','Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

.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 img:hover{
  opacity: 0.8;
}

img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

.imgfix{
  position: relative;
  display: block;
  overflow: hidden;
}
.imgfix:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.imgfix.img2x1:before{
  padding-top: 50%;
}
.imgfix.img1x2:before{
  padding-top: 200%;
}
.imgfix.img2x3:before{
  padding-top: 150%;
}
.imgfix.img3x2:before{
  padding-top: 66.666666%;
}
.imgfix.img3x4:before{
  padding-top: 133.333333%;
}
.imgfix.img4x3:before{
  padding-top: 75%;
}
.imgfix.img16x9:before{
  padding-top: 56.25%;
}
.imgfix img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/* 動画埋め込みのレスポンシブ対応 */
.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%;
}



/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
}
.container{
  width: 1200px;
  max-width: 100%;
  padding: 0 10px; 
  margin: 0 auto;
}




/* 共通の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%;
}
*/






/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
}
header .hdr1{
  background: #142a62;
  color: #FFF;
  padding: 10px 0;
}
header .hdr1 .container{
  display: flex;
  justify-content: space-between;
  
}
header .hdr1 .h1{
  font-size: 14px;
  font-weight: normal;
}
header .hdr1 .sns{
  display: flex;
  font-size: 16px;
}
header .hdr1 .sns li{
  padding: 0 5px;
}
header .hdr2{
  padding-top: 15px;
  border-bottom: 2px solid #142a62;
}
header .hdr2 .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hdr2 .logo{
  width: 200px;
}
header .hdr2 .gnav1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 210px);
}
header .hdr2 .gnav1 .txt{
  font-size: 15px;
}
header .hdr2 .gnav1 .txt a{
  color: #3659f2;
}
header .hdr2 .gnav1 .menu1{
  display: flex;
  font-size: 15px;
}
header .hdr2 .gnav1 .menu1 li{
  padding: 0 5px;
}
header .hdr2 .gnav1 .menu2{
  display: flex;
  width: 100%;
  margin-top: 15px;
}
header .hdr2 .gnav1 .menu2 li{
  width: 200px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
header .hdr2 .gnav1 .menu2 li a{
  display: block;
  padding: 10px 0;
  background: #e8e8e8;
  border:1px solid #bebebe;
  text-decoration: none;
}
header .hdr2 .gnav1 .menu2 li a:hover{
  opacity: 0.9;
}
header .hdr2 .gnav1 .menu2 li.on{
  
}
header .hdr2 .gnav1 .menu2 li.on a{
  background: #142a62;
  border-color: #142a62;
  color: #FFF;
}
header .hdr3{
  padding: 12px 0;
  background: #f4f4f4;
}
header .hdr3 .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .hdr3 .menu3{
  display: flex;
  font-size: 15px;
}
header .hdr3 .menu3 li{
  padding: 0 5px;
}

.gnav_sp{
  transform: translateX(100%);
}
.gnav_sp{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e4e1e3;
  transition: all 0.2s;
  overflow-y: auto;
}
.gnav_sp.active{
  transform: translateX(0);
}
.gnav_sp ul{
  padding: 15px;
}
.gnav_sp ul li{
  font-size: 16px;
  margin: 5px 0;
}
.gnav_sp ul li a{
  display: block;
  background: #142960;
  color: #FFFFFF;
  padding: 10px 10px;
}
.gnav_sp ul li a:after{
  content: "\f138";
  font-family: "FontAwesome";
  float: right;
}

.gnav_sp .logo{
  padding: 0 50px;
  margin-top: 15px;
}
.gnav_sp h5{
  text-align: center;
}
.gnav_sp .lang{
  /*display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;*/
}
.gnav_sp .lang li{
  /*width: 50%;
  padding: 0 5px;*/
}
.gnav_sp .lang li a{
  background: #167ac6;
}
.gnav_sp .lang li a:after{
  /*content: "\f1ab";*/
  content: "\f0ac";
}

.gnav_sp .sns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.gnav_sp .sns li{
  padding: 2px;
}
.gnav_sp .sns li a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #142961;
  color: #FFF;
}
.gnav_sp .sns li a:after{
  content: "";
  display: none;
}

.lang_select_sp{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
}
.lang_select_sp.active{
  display: block;
}
.lang_select_sp ul{
  
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  padding: 20px;
}
.lang_select_sp ul li{
  
}
.lang_select_sp ul li a{
  display: block;
  padding: 10px;
  font-size: 18px;
}

.search_form{
  
}
.search_form_grp{
  display: flex;
}

.search_form_grp > *{
  border:0;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  border-left: 1px solid #969696;
  width: 250px;
  padding: 6px;
}
.search_form_grp > *:first-child{
  border-radius: 4px 0 0 4px;
}
.search_form_grp > *:last-child{
  
}

.search_form_grp input{
  
}
.search_form_grp select{
  
}

.search_form_grp button{
  border: 1px solid #002664;
  border-radius: 0 4px 4px 0;
  width: 40px;
  background: #002664;
  color: #FFF;
}

.search_form_details{
  background: #FFFFFF;
  
}
.search_form_details .container{
  display: flex;
  flex-wrap: wrap;
}
.search_form_details .search_row{
  width: 100%;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.search_form_details .search_row:not(:last-child){
  border-bottom: 1px dotted #c0c0c0;
}

.search_form_details .search_row dt{
  width: 110px;
  color: #142a62;
  font-weight: 500;
}
.search_form_details .search_row dd{
}
.search_form_details .search_row ul{
  display: flex;
}
.search_form_details .search_row ul li{
  margin-right: 10px;
}
.search_form_details .search_row ul li a{
  padding: 5px 10px;
  border-radius: 5px;
  background: #ededed;
  display: block;
}


.blc_side_search_bar{
  display: none;
  padding: 5px 10px ;
  background: #eeece4;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  font-weight: bold;
  position: relative;
}
.blc_side_search_bar:after{
  content: "\f0c9";
  font-family: "FontAwesome";
  float: right;
}
.blc_side_search_bar.active:after{
  content: "\f00d";
}

.blc_side_search{
  background: #eeece4;
  padding: 10px;
  border-radius: 4px;
}
.blc_side_search>.item{
  background: #fcfcfc;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blc_side_search>.item+.item{
  margin-top: 10px;
}
.blc_side_search>.item .tt3{
  border-left:0;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  padding-left: 10px;
}


.search_box{
}
.search_box>.label{
  display: block;
  position: relative;
  background: #e1e6f2;
  padding: 10px 10px;
  margin: 0 5px;
  font-weight: 500;
  cursor: pointer;
}
.search_box>.label>label{
  position: relative;
  display: block;
}
.search_box>.label>label:after{
  content: "\f138";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
}

.search_box>.label .sub-menu{
  display: none;
  width: 600px;
  padding: 0 10px;
  position: absolute;
  left: 100%;
  top: 0;
}
/*.search_box>.label:hover .sub-menu,*/
.search_box>.label .sub-menu.active{
  display: block;
}

@media (min-width:768px){
  .search_box>.label:hover .sub-menu{
    display: block;
  }
}

.search_box>.label .sub-menu .sub-menu-in{
  background: #ffffff;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 1px 0px #666;
  position: relative;
}
.search_box>.label .sub-menu .sub-menu-in:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 20%;
  /*-webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
  right: 100%;
  filter: drop-shadow(0px 0px 0 #666);
}
.search_box>.label .sub-menu .sub-menu-tt{
  border-top: 1px solid #d7eafb;
  border-bottom: 1px solid #d7eafb;
  background: #f0f8ff;
  padding: 5px 5px;
  margin-bottom: 10px;
}
.search_box>.label .sub-menu ul{
  
}
.search_box>.label .sub-menu .breadcrumb{
  display: flex;
  border-bottom: 1px solid #d7eafb;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 13px;
}
.search_box>.label .sub-menu .breadcrumb li{
  margin-right: 5px;
}
.search_box>.label .sub-menu .breadcrumb li:first-child:before{
  content: "\f041";
  font-family: "FontAwesome";
  margin-right: 10px;
}
.search_box>.label .sub-menu .breadcrumb li:not(:last-child):after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
}
.search_box>.label .sub-menu .breadcrumb li a{
  color:#2399da;
}

.search_box>.label .sub-menu .breadcrumb2{
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.search_box>.label .sub-menu .breadcrumb2 li{
  margin-right: 5px;
  margin-bottom: 5px;
}
.search_box>.label .sub-menu .breadcrumb2 li a{
  display: block;
  background: #f0f8ff;
  color: #2399da;
  border-radius: 5px;
  padding: 3px 5px;
}

.search_box>.label .sub-menu .breadcrumb2 li.first{
  padding: 3px 5px;
}
.search_box>.label .sub-menu .breadcrumb2 li.first:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 5px;
}

.search_box input[type="text"],
.search_box input[type="submit"]{
  width: 100%;
  border-radius: 4px;
  border: 1px solid #969696;
  padding: 6px;
}
.search_box input[type="submit"]{
  margin-top: 5px;
  background: #002664;
  color: #FFFFFF;
  border: 0;
}
.search_box .checkbox{
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: normal;
}
.search_box .checkbox label{
  width: 49%;
  margin: 0 0.5% 1%;
}
.search_box .range {
  display: flex;
  justify-content: space-between;
}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  background: #EEE;
  padding: 0 5px;
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  font-size: 18px;
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}
.gnav li a{
  color: #333;
  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;
}

.gnav1 li{
  position: relative;
}
.gnav1 .children{
  display: none;
  background: #1e85be;
  position: absolute;
  top: 100%;
  /*left: 0;*/
  right: 0;
  z-index: 1;
  width: 120px;
}
.gnav1 li:hover > .children{
  display: block;
}
.gnav1 .children a{
  display: block;
  font-size: 14px;
  color: #FFF;
  padding: 2px 2px;
}


.mv{
  position: relative;
  height: 800px;
  margin-bottom: 50px;
  /*background: #CCC;*/
  /*background-image: url('/img/mv.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.mv .mv_box{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv .mv_box .txt{
  font-size: 32px;
}
.mv .mv_box .img{
  
}
.mv .mv_box .img img{
  
}


/* **********************************
 *  フッター
 * ********************************* */
footer{
  border-top: 2px solid #e7e7e7;
  padding-top: 30px;
}
footer .logo{
  text-align: center;
}
footer .sns{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
footer .sns li{
  padding: 2px;
}
footer .sns a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #142961;
  color: #FFF;
}
footer .ftr_links{
}
footer .ftr_links li{
}
footer .ftr_links li:first-child{
  /*border-left: 1px solid #c9c9c9;*/
}
footer .ftr_links li a{
  
}
footer .ftr_links li a:before{
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 5px;
}



footer .copy{
  text-align: center;
  font-size: 12px;
  padding: 10px 0;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;
  
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #142961;
  color: #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_list{
  padding: 0 0;
}
.post_list .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
}
.post_list .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_list .item .img{
  
}
.post_list .item .date{
  width: 100px;
}
.post_list .item .category{
  width: 150px;
  padding: 0 10px;
}
.post_list .item .category span{
  display: block;
  background: #CCC;
  text-align: center;
  padding: 3px;
}
.post_list .item .title{
  font-weight: normal;
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_list .item .title a{
  display: block;
}

.post_list .item .excerpt{
  
}
.post_list .item .more{
  
}


/* ページ送り */
.pagination{
  text-align: center;
}
.pagination .page-numbers{
  display: inline-block;
  font-size: 18px;
  border: 1px solid #CCC;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #1e1e1e;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
  background: #EEE;
}

/* ページ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;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
}
.contact_form tr{
  border-bottom: 1px dashed #999;
}
.contact_form th,
.contact_form td{
  padding: 15px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  font-weight: 500;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 5px;
  color: #FFF;
  background: #eb6100;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.contact_form dl dt,
.contact_form dl dd{
  
}
.contact_form dl dt{
  width: 90px;
}
.contact_form dl dd{
  width: calc(100% - 90px);
}
.contact_form td .wpcf7-form-control-wrap{
  display: block;
}
.contact_form td .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
.contact_form td .wpcf7-form-control ,
.contact_form td .wpcf7c-conf-hidden {
  padding: 10px;
  max-width: 100%;
  border: 1px solid #CCC;
  border-radius: 0;
}
.contact_form td .wpcf7-checkbox,
.contact_form td .wpcf7-radio{
  border: 0;
}
.contact_form td .wpcf7-text {
  width: 100%;
}
.contact_form td .wpcf7-textarea {
  width: 100%;
}
.contact_form td .wpcf7-file {
  width: 100%;
  border: 0;
}
.contact_form td .wpcf7-file + .wpcf7c-conf{
  width: 100%;
  border: 1px solid #398f14;
}
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 150px;
}
.contact_form td [name="addr1"]{
  width: 180px;
}
.contact_form td [name="addr2"]{
}
.contact_form td .wpcf7-form-control-wrap.zipcode{
  display: flex;
  align-items: stretch;
}
.contact_form td .wpcf7-form-control-wrap.zipcode:before{
  vertical-align: top;
  content: "〒";
  background: #CCC;
  width: 30px;
  padding: 0;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 確認画面用 */
.wpcf7c-conf:not([type="radio"]):not([type="checkbox"]){
  background: #eeffe4;
  -webkit-box-shadow: 0 0 0px 1000px #eeffe4 inset;
  border: 1px solid #398f14;
  opacity: 0.9;
}
.wpcf7c-conf:checked + .wpcf7c-conf-hidden + .wpcf7-list-item-label{
  color: #398f14;
}
/*input:-webkit-autofill,
textarea:-webkit-autofill, 
select:-webkit-autofill {
  background-color: #eeffe4 !important;
  background-image: none !important;
  color: #666 !important;
}*/ 

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  text-align: center;
  padding: 30px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"]{
  background: #13b5b1;
  color: #FFF;
  border: 0;
  padding: 10px;
  width: 300px;
  margin: 0 10px;
}
.contact_form_btns input.wpcf7-confirm{
  
}
.contact_form_btns input.wpcf7-back{
  background: #CCC;
}
.contact_form_btns input.wpcf7-submit{
  background: #398f14;
}


/* **********************************
 *  共通パーツ
 * ********************************* */
/* 見出し */
.tt1{
  color: #142a62;
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.tt1:after{
  content: "";
  display: block;
  width: 90px;
  height: 4px;
  background: #002664;
  margin: 10px auto 0;
  
}
.tt1 span{
  display: block;
  color: #000000;
  font-size: 17px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.tt2{
  width: 100%;
  background: #e1e6f2;
  color: #142a62;
  border-left: 6px solid #142a62;
  font-size: 16px;
  padding: 8px 10px;
  margin-bottom: 20px;
}
.tt3{
  /*background: #e1e6f2;*/
  color: #142a62;
  border-left: 6px solid #142a62;
  font-size: 14px;
  padding: 0 10px;
  
  margin-bottom: 10px;
  
  font-family: 'Montserrat', 'Noto Sans Japanese', sans-serif;
  text-transform: uppercase;
}
.tt3 span{
  display: block;
  font-size: 14px;
  
}

/* 概要欄  */
.txt_e{
  font-size: 10px;
}
.txt_e_1l,
.txt_e_2l,
.txt_e_3l{
  font-size: 1.4em;
  line-height: 1.6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 2;*/
  overflow: hidden;
  text-overflow: ellipsis; 
}
.txt_e_1l{
  max-height: 1.6em;
  -webkit-line-clamp: 1;
}
.txt_e_2l{
  max-height: 3.2em;
  -webkit-line-clamp: 2;
}
.txt_e_3l{
  max-height: 4.8em;
  -webkit-line-clamp: 3;
}



/* ボタン類 */
.btn_follow,
.btn_review,
.btn_favorite{
  color: #FFF;
  max-width: 100%;
  line-height: 1;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
}
.btn_follow:hover,
.btn_review:hover,
.btn_favorite:hover{
  opacity: 0.8;
  text-decoration: none;
}
.btn_follow{
  background: #142a62;
}
.btn_follow.del{
  background: #747f98;
  color: #142a62;
}
.btn_follow.mine{
  background: #ecbc71;
  color: #ffffff;
}
.btn_review{
  background: #142a62;
}
.btn_favorite{
  background: #ebb20a;
}
.btn_favorite.del{
  background: #f9e4a9;
  color: #ebb20a;
}

.btn_follow:after,
.btn_review:after,
.btn_favorite:after{
  font-family: "FontAwesome";
  margin-left: 5px;
}
.btn_follow:after{
  content: "\f055";
}
.btn_follow.del:after{
  content: "\f056";
}
.btn_follow.mine:after{
  content: "\f007";
}
.btn_review:after{
  content: "\f040";
}
.btn_favorite:after{
  content: "\f055";
}
.btn_favorite.del:after{
  content: "\f056";
}


.more{
  display: flex;
  justify-content: flex-end;
}
.more a{
  background: #142a62;
  color: #FFF;
  width: 250px;
  text-align: center;
  padding: 10px;
  position: relative;
  text-decoration: none;
  border-radius: 3px;
}
.more a:after{
  content: "\f138";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
}
.more a:hover{
  opacity: 0.9;
}

.link{
}
.link a{
  color: #142961;
  font-weight: bold;
  font-size: 14px;
}
.link a:after{
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 10px;
}


/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}

.pg_header{
  padding: 15px 0;
  
}
.pg_header .pg_header1{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CCC;
}
.pg_header .container{
  display: flex;
  justify-content: space-between;
}
.pg_header1 .box1{
  
}
.pg_header1 .box2{
  display: flex;
}
.pg_header .btn_review,
.pg_header .btn_favorite,
.pg_header .btn_follow{
  width: 220px;
  max-width: 100%;
  margin-left: 10px;
}


.pg_section{
  width: 100%;
  margin-bottom: 50px;
  padding: 40px 0; 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.top_search_box{
  
}
.top_search_box li{
  
}
.top_search_box li a{
  position: relative;
  display: block;
  
}
.top_search_box li a img{
  filter: brightness(45%);
}
.top_search_box li a:hover img{
  filter: brightness(100%);
}
.top_search_box li a > label{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 23px;
  font-style: normal;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.top_search_box li a > label span{
  
}
.top_search_box li a > label em{
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  margin-left: 15px;
}

.top_search_box.category li a > label{
  
}
.top_search_box.category li a > label em{
  width: 100%;
  margin-left: 0;
}

/* おすすめイベント */
.top_rec_event{
  
}


.event_items{
  
}
.event_items li{
  
}
.event_items li a{
  display: block;
}
.event_items li a span{
  display: block;
}



/* タブ */
.tab_nav{
  display: flex;
}
.tab_nav li{
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

.tab_nav li a{
  display: block;
  padding: 15px 0;
  background-color: #dfdfdf;
  position: relative;
  text-decoration: none;
}
.tab_nav li.on a{
  background-color: #f5f5f5;
}
.tab_nav_sub{
  padding-top: 15px;
  border-top: 5px solid #d0d0d0;
  
}
.tab_nav_sub li{
  font-size: 13px;
}
.tab_nav_sub li a{
  padding: 10px 0;
}

/* トピックス（コンテンツ） */
.tab_items{
  margin-bottom: 35px;
}
.tab_items > .item{
  display: none;
}
.tab_items > .item.on{
  display: block;
}

.tab_items > .item > ul{
  
}
.tab_items > .item > li{
  
}
.topics_items .item li .date,
.topics_items .item li .category,
.topics_items .item li .title{
  
}
.topics_items .item li .date{
  
}
.topics_items .item li .category{
  
}
.topics_items .item li .category i{
  
}
.topics_items .item li .title{
  
}


/**/
.event_items{
  
}
.event_items .item{
  
}
.event_items .item a{
  display: block;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
  background: #FFFFFF;
}
.event_items .item .title,
.event_items .item .desc{
  margin: 10px 0;
  padding: 0 10px;
}
.event_items .item .title{
  font-size: 16px;
  font-weight: bold;
  
}
.event_items .item .desc{
  font-size: 15px;
}

/*  */
.article_items{
  
}
.article_items .item{
  background: #f5f5f5;
}
.article_items .item:not(:last-child){
  margin-bottom: 15px;
}
.article_items .item .title,
.article_items .item .review,
.article_items .item .desc,
.article_items .item .meta{
  margin: 10px 0;
}

.article_items .item .meta{
}
.article_items .item .meta dl{
  display: table;
}
.article_items .item .meta dt,
.article_items .item .meta dd{
  display: table-cell;
  padding: 10px 10px;
}
.article_items .item .meta dt{
  background: #002664;
  color: #FFFFFF;
  text-align: center;
  width: 110px;
}
.article_items .item .meta dd{
  background: #FFFFFF;
}

.article_items .item .star img{
  height: 15px;
}

/* 施設紹介一覧 */
.place_contents{
  
}
.place_contents > .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.place_contents .place_content_l{
  width: 19%;
}
.place_contents .place_content_c{
  width: 55%;
}
.place_contents .place_content_r{
   width: 22%;
}

.place_contents .article_items .item .meta dt,
.place_contents .article_items .item .meta dd{
  padding: 5px;
  font-size: 12px;
}
.place_contents .article_items .item .meta dt{
  width: 60px;
}

/**/
.pg_header{
  
}
.pg_header .meta{
}
.pg_header .meta dl{
  display: table;
  /*margin-right: 10px;*/
  /*margin-bottom: 10px;*/
  font-size: 14px;
}
.pg_header .meta dt,
.pg_header .meta dd{
  display: table-cell;
  padding: 10px 10px;
}
.pg_header .meta dt{
  background: #002664;
  color: #FFFFFF;
  text-align: center;
  width: 110px;
}
.pg_header .meta dd{
  background: #FFFFFF;
  border: 1px solid #b0b0b0;
  border-left: 0;
  min-width: 140px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.pg_header .review{
  
}
.pg_header .review .star img{
  height: 20px;
}

.pg_single{
  margin-top: 50px;
  line-height: 1.8;
  letter-spacing: 2px;
}
.pg_single .tab_nav{
  margin-bottom: 20px;
  /*border: 1px solid #bebebe;*/
}
.pg_single .tab_nav li{
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
.pg_single .tab_nav li{
  border-left: 1px solid #bebebe;
}
.pg_single .tab_nav li:last-child{
  border-right: 1px solid #bebebe;
}

.pg_single .tab_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_single .tab_items .pg_content_wide{
  width: 100%;
}
.pg_single .tab_items .pg_content_main{
  width: 70%;
}
.pg_single .tab_items .pg_content_sub{
  width: 25%;
}
.pg_single .blc {
  margin-bottom: 50px;
}


.ranking_items{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin-left: -5px;
  margin-right: -5px;
}
.ranking_items .item{
  width: 20%;
  padding: 0 5px;
}
.ranking_items .item .rank{
  text-align: center;
}
.ranking_items .item .img{
  margin-top: 5px;
}
.ranking_items .item .meta{
  margin-top: 5px;
}
.ranking_items .item .review2{
  text-align: center;
}

.recommend_items{
  
}
.recommend_items .item{
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.recommend_items .item .img{
  width: 30%;
}
.recommend_items .item .meta{
  width: 68%;
}
.recommend_items .item h5>a{
  font-size: 12px;
}
.recommend_items .item .review1{
  margin-top: 5px;
}
.recommend_items .item .review2{
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.recommend_items .item .review2 .nums{
  
}
.recommend_items .item .review2 .btn{
  width: 70%;
}
.recommend_items .item .review2 .btn_favorite{
  padding: 6px 0;
  font-size: 13px;
}




.blc_pr{
  
}
.blc_pr .item{
  margin-bottom: 30px;
}

.blc_pr .desc{
  display: flex;
  justify-content: space-between;
  
}
.blc_pr .desc .txt{
  
}
.blc_pr .desc .img{
  max-width: 40%;
  margin-left: 10px;
}
.blc_pr .desc .img li{
  margin-bottom: 10px;
}


.blc_menu{
  
}
.blc_menu .item{
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dotted #CCC;
}
.blc_menu .item .img{
  width: 20%;
}
.blc_menu .item .desc{
  width: 75%;
}
.blc_menu .item h5{
  font-size: 16px;
  /*padding-bottom: 5px;*/
  margin-bottom: 5px;
  /*border-bottom: 1px solid #CCC;*/
}
.blc_menu .item h5 .price{
  float: right;
  font-size: 13px;
}
.blc_menu .item .price{
  /*font-size: 19px;*/
  text-align: right;
  color: red;
}
.blc_menu .item .txt .link{
  margin-top: 10px;
}

.blc_menu .detail{
  
}
.blc_menu .detail > h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
.blc_menu .detail .img {
  margin-bottom: 15px;
}
.blc_menu .detail .desc {
  margin-bottom: 15px;
}
.blc_menu .detail .tbl {
}



.blc_review{
  
}
.blc_review .item{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}

.blc_review .item .place_meta{
  margin-bottom: 0;
  /*border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px;*/
}
.blc_review .item .place_meta .place_title{
  font-size: 16px;
  margin-bottom: 0;
}
.blc_review .item .place_meta .place_title span{
  float: right;
  font-size: 13px;
  font-weight: normal;
}

.blc_review .item .meta{
  display: flex;
  justify-content: space-between;
}
.blc_review .item .meta .avater{
  width: 8%;
}
.blc_review .item .meta .avater img{
  height: auto;
}
.blc_review .item .meta .stats{
  width: 57%;
}
.blc_review .item .meta .stats .user,
.blc_review .item .meta .stats .eval{
  display: flex;
  align-content: center;
  align-items: center;
}
.blc_review .item .meta .stats span{
  padding: 3px 0;
  margin-right: 5px;
}

.blc_review .item .meta .btn{
  width: 28%;
}


.blc_review .item .title{
  font-weight: bold;
  margin-top: 10px;
}
.blc_review .item .comment{
  margin-top: 10px;
}
.blc_review .item .star img{
  height: 15px;
  display: block;
}



.blc_review .row .col-imgs{
  width: 20%;
}


.blc_imgs{
  
}
.blc_imgs .row{
  
}
.blc_imgs .row .col-imgs{
  width: 20%;
}

.blc_map{
  
}
.blc_map .map{
  margin-bottom: 15px;
}

.blc_map .related_cat_box{
  background: aliceblue;
  padding: 10px;
  margin-bottom: 15px;
}
.blc_map .related_cat{
  margin-bottom: 15px;
}
.blc_map .related_cat h5{
  font-size: 15px;
}
.blc_map .related_cat ul{
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}
.blc_map .related_cat ul li{
  margin-right: 10px;
}
.blc_map .related_cat ul li a{
}

.tbl{
  width: 100%;
}
.tbl th,
.tbl td{
  border: 1px solid #bebebe;
  padding: 10px 20px;
  text-align: left;
}
.tbl th{
  background: #f9f9f9;
  width: 240px;
}
.tbl td{
  
}
.tbl .more{
  margin-top: 10px;
}
.tbl iframe{
  max-width: 100%;
}



/* 動画TOP */
.top_video{
  
}
.top_video .col-video{
  width: 20%;
}
.top_video .col-video a{
  display: block;
}
.top_video .col-video{
  font-size: 10px;
}
.top_video .col-video .title{
  font-size: 1.4em;
  line-height: 1.6em;
  max-height: 3.2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; 
}



/* マイページ (メニュー) */
.woocommerce-MyAccount-navigation{
  
}
.woocommerce-MyAccount-navigation li{
  margin-bottom: 5px;
}
.woocommerce-MyAccount-navigation li a{
  display: block;
  padding: 10px 10px;
  background: aliceblue;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover{
  background: #00b9eb;
  color: #FFF;
}
.woocommerce-MyAccount-navigation li a:before{
  /*content: "\f054";*/
  content: "\f138";
  font-family: "FontAwesome";
  margin-right: 10px;
}

/* マイページ (コンテンツ) */
.woocommerce-MyAccount-content{
  
}

.woocommerce form .form-row label{
  background: #142961;
  color: #ffffff;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
  padding: 5px;
}

.woocommerce-EditAccountForm legend{
  padding: 10px 5px;
  background: beige;
  width: calc(100% - 6px);
  margin-left: 3px;
}



.blc_userlist{
  
}
.blc_userlist .item{
  display: flex;
  justify-content: space-between;
  background: #efefef;
  margin-bottom: 10px;
  padding: 5px;
}
.blc_userlist .item .avater{
  width: 8%;
}
.blc_userlist .item .stats{
  width: 57%;
}
.blc_userlist .item .btn{
  width: 28%;
  display: flex;
  align-items: center;
}
.blc_userlist .item .btn a{
  padding: 10px 0;
  width: 100%;
}

.woocommerce ul.products, 
.woocommerce-page ul.products{
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
  float: none;
  width: 20%;
  padding: 1%;
  margin: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
  font-size: 15px;
}


.user_details_wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.user_details_wrap .user_contens{
  width: 49%;
}
.user_details_wrap .user_contens.wide{
  width: 100%;
}

.user_favrite{
  
}
.user_favrite .item{
  display: flex;
  justify-content: space-between;
  
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.user_favrite .item .desc{
  width: 75%;
}
.user_favrite .item .img{
  width: 20%;
}