@charset "UTF-8";

:root {
  --main-color: #2b6796;
  --sub-color: #7A551A;
  --margin-for-device-side: -20px
}

@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 50vw);
    --margin-for-device-side: calc(562px - 50vw);
  }
}
/*
@media (min-width:1536px){
  :root {
    --margin-for-device-side: calc(668px - 50vw);
  }
}
@media (min-width:1720px){
  :root {
    --margin-for-device-side: calc(760px - 50vw);
  }
}
*/
/* 基本フォント: ゴシック */
body{
  font-family: "Zen Old Mincho",'Noto Sans JP', "メイリオ", Meiryo, Osaka, san-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #fff;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width:768px) {
  body{
    font-size: 16px;
  }
}


/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  padding-bottom: 150px;
}

@media (max-width:767px){
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.gothic{
  font-family: "Zen Kaku Gothic New", 'Noto Sans JP', "メイリオ",  sans-serif;
}
.mincho{
  font-family: "Zen Old Mincho", 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  letter-spacing: 0.075em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  color: var(--sub-color);
  text-decoration: none;
  /*opacity: 0.7;*/
  /*color: inherit;*/
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.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;
  z-index: 1;
  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);
}

/* 動画埋め込みのレスポンシブ対応 */
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%;
}

.gjs-dashed .responsive_video:before{
  display: none;
}
.gjs-dashed .responsive_video [data-gjs-type="video"]:before{
  content: "";
  display: block;
  padding-top:56.25%;
  pointer-events: none;
}


/* 指定デバイスのみで表示する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;
}


/*******************************
*　
********************************/

.bg_video{
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.bg_video video{
  object-fit: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* レイアウト */
.layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  /*align-items: center;*/
  padding: 0 20px ;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.layout_l{
  
}
.layout_r{
  /*width: 51%;*/
  /*margin-top: 14.10vw;*/
  margin-top: -5vw;
  margin-left: auto;
}

/* 左側 */
.logo{
  width: 14.10vw;
  width: 18.10vw;
  margin-top: 14.10vw;
  margin-bottom: 7vw;;
}
.catchcopy{
  width: 42.56vw;
  width: 48.56vw;
  margin-bottom: 14.10vw;
}
.sns_links{
  display: flex;
}
.sns_links li{
  
}

.sns_links li+li{
  margin-left: 17.5px;
}
.sound{
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 135px;
}
.sound img{
  /*width: 12.30vw;*/
  width: 18vw;
}
/* MVテキスト */
.mv_txt{
  /*width: 100%;*/
  /*width: 33.333vw;*/
  /*width: 38vw;*/
  /*width: 35.5vw;*/
  width: 30vw;
  margin-left: auto;
}
.mv_txt img{
  
}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (min-width:390px){

  .layout_r{
    /*margin-top: 9vw;*/
    /*margin-top: 14vw;*/
    margin-top: 22vw;
  }
  
  /* MVテキスト */
  .mv_txt{
    width: 35.5vw;
  }
  
}
@media (max-width:767px){
  
  .layout_r{
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 90px;
  }
  
  
}
@media (min-width:768px){
    /* レイアウト */
  .layout{
    align-items: flex-start;
    align-content: flex-start;
    /*align-items: center;*/
    padding: 0 20px ;
  }
  .layout_l{

  }
  .layout_r{
    width: 100%;
    margin-top: 10vw;
  }

  /* 左側 */
  .logo{
    /*width: 10vw;*/
    margin-top: 10vw;
    margin-bottom: 7vw;;
  }
  .catchcopy{
    /*width: 30vw;*/
    margin-bottom: 10vw;
  }
  .sns_links{
  }
  .sns_links li+li{
    margin-left: 17.5px;
  }
  .sound{
    left: 20px;
    bottom: 135px;
  }
  .sound img{
    width: auto;
  }

  /* MVテキスト */
  .mv_txt{
    width: 20vw;
    width: 25vw;
  }

 
}
@media (min-width:1024px){

  
  /* レイアウト */
  .layout{
    align-items: center;
    align-content: center;
    padding: 0 55px 0 55px;
  }
  .layout_l{

  }
  .layout_r{
    width: auto;
    margin-top: 0;
    margin-top: 50px;
  }

  /* 左側 */
  .logo{
    width: auto;
    margin-top: 0;
    margin-bottom: 44px;
  }
  .catchcopy{
    margin-bottom: 73px;
  }
  .sns_links{
  }
  .sns_links li{

  }
  .sns_links li+li{
    margin-left: 30px;
  }
  .sound{
    width: auto;
    left: 55px;
    bottom: 132px;
  }

  /* MVテキスト */
  .mv_txt{

  }
}
@media (min-width:1200px){
  
  .mv_txt{
    width: auto;
  }
  
  
}


/*******************************
*　ヘッダー
********************************/
.header{
  position: fixed;
  z-index: 2;
  padding: 10px 10px;
  top: 0;
  left: 0;
  right: 0;
}

.gnav ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.gnav ul li{
  font-size: 11px;
  position: relative;
  z-index: 1;
}
.gnav ul li + li{
  margin-left: 20px;
}
.gnav ul li + li:before{
  content: "";
  width: 1px;
  height: 1em;
  background: #FFF;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.hdr1{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background: #FFF;
}

/* ロゴ */
.hdr_logo{
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hdr_logo img{
  width: 80px;
}

.hdr_catch{
  position: absolute;
  z-index: 1;
  /*top: 47%;*/
  bottom: 240px;
  right: 20px;
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
}
  
/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* TELボタン */
.hdr_tel{
  
}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.hdr_tel_link{
  
}
.hdr_tel_link p{
  
}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_contact a{
  background: var(--main-color);
  color: #FFF;
  width: 185px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  background: var(--sub-color);
  color: #FFF;
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{
  
}
.hdr_sns a + a{
  margin-left: 10px;
}


/* News */
.hdr_news{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FFF;
  color: #000;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 135px;
  padding: 13px 15px;
  width: 86%;
  font-size: 12px;
}
.hdr_news_box1{
  width: 100%;
  font-size: 14px;
}
.hdr_news_box2{
  width: 100%;
}


.gnav{
  position: relative;
  z-index: 1;
  padding-right: 40px;
}

/* メニューボタン */
.hdr_menubtn{
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 0;
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
}
.hdr_menubtn a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #181818;
}
.hdr_menubtn a > p{
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  
}
.btnHamburger {
  width: 16px;
  height: 11px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 1px;
  background: #FFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnHamburger .line_01 { top: 0px; }
.btnHamburger .line_02 { top: 5px; }
.btnHamburger .line_03 { top: 10px; }

.btnHamburger.is-active .line_01 {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnHamburger.is-active .line_02 {
  opacity: 0;
}

.btnHamburger.is-active .line_03 {
  top: 14px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width:375px){

}
@media (min-width:390px){
  .hdr_catch{
    /*top: 58%;*/
  }
}
@media (min-width:414px){
  .hdr_catch{
    /*top: 58%;*/
  }
}
@media (min-width:430px){
  .hdr_catch{
    /*top: 58%;*/
  }
}
@media (max-width:767px){

  .hdr1 {
    justify-content: center;
  }
  
  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }
  
}
@media (min-width:768px){
  
  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
  }
  .header{
    padding: 50px 50px 0 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
  }
  
  .hdr1{
    padding: 0 15px 0;
  }
  
  /* ロゴ */
  .hdr_logo{
    left: 45px;
  }
  .hdr_logo img{
    width: 115px;
  }
  
  .hdr_catch{
    /*top: 50%;*/
    right: 45px;
    bottom: 180px;
    /*-webkit-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
  }
  
  /* ヘッダースリム */
  .header.slim{
    
  }
  
  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }
  
  /* News */
  .hdr_news{
    bottom: 80px;
    padding: 13px 45px;
    width: 666px;
    font-size: 14px;
  }
  .hdr_news_box1{
    width: 100px;
    font-size: 16px;
  }
  .hdr_news_box2{
    width: calc(100% - 100px);
  }
  
  .gnav ul li{
    font-size: 14px;
  }
  
  /* メニューボタン */
  .hdr_menubtn{
    top: 6px;
  }
}
@media (min-width:1024px){
  
  /* ロゴ */
  .hdr_logo{
    top: 35%;
  }
  .hdr_logo img{
    /*width: 200px;*/
  }
  .hdr_catch{
    right: 45px;
    bottom: 130px;
  }
  
  /* ヘッダースリム */
  .header.slim{
    
  }
  
  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }
  
}
@media (min-width:1200px){

  /* ロゴ */
  .hdr_logo{
    top: 28.5%;
    -webkit-transform: none;
    transform: none;
  }
  .hdr_logo img{
    width: auto;
  }
  
  /* ヘッダースリム */
  .header.slim{
    
  }
  
  .hdr_catch{
    top: 28%;
    bottom: auto;
  }
  
}


.header{
  z-index: 11;
}


.gnav_popup{
  display: none;
  background: #444444;
  color: #FFF;
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 120px 35px;
}
.gnav_popup.active{
  display: block;
}
.gnav_popup_inner{
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.gnav_popup_inner .row{
  padding: 0 40px 30px;
}
.gnav_popup_inner .row + .row{
  border-left: 1px solid #FFF;
}
.gnav_popup_inner .row1{
  width: 30%;
}
.gnav_popup_inner .row2{
  width: 49%;
}
.gnav_popup_inner .row3{
  width: 21%;
}

.gnav_popup_inner .row .title{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

/**/

.gnav_popup_exp{
  
}
.gnav_popup_exp .img{
  margin-bottom: 10px;
}
.gnav_popup_exp .txt{
  font-size: 13px;
}
.gnav_popup_exp .txt a{
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.gnav_popup_exp .txt a:after{
  content: ">";
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.2s;
}
.gnav_popup_exp .txt a:hover:after{
  margin-right: -5px;
}
.gnav_popup_exp .link{
  font-size: 13px;
  margin-top: 15px;
  text-align: right;
}

.gnav_popup_exp .link a{
  display: inline-block;
  padding-bottom: 8px;
  padding-right: 20px;
  border-bottom: 1px solid #FFF;
  
  position: relative;
  z-index: 1;
}
.gnav_popup_exp .link a:after{
  content: ">";
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.2s;
}
.gnav_popup_exp .link a:hover:after{
  margin-right: -5px;
}

/**/
.gnav_popup_pages{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.gnav_popup_pages .item{
  width: 50%;
  padding: 0 20px;
}
.gnav_popup_pages .item:nth-child(n+3){
  margin-top: 20px;
}
.gnav_popup_pages .item .img {
  
}
.gnav_popup_pages .item .txt {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}

/* リンク */
.gnav_popup_links{
  display: flex;
  margin: 20px -20px 0;
}
.gnav_popup_links li{
  display: flex;
  padding: 0 20px;
  font-size: 14px;
}
.gnav_popup_links li a{
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
}


.gnav_popup_logo{
  
  text-align: left;
}
.gnav_popup_addr{
  font-size: 12px;
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #FFF;
}
.gnav_popup_icons{
  margin-top: 20px;
}
.gnav_popup_btns{
  margin-top: 20px;
}
.gnav_popup_btns .item{
  
}
.gnav_popup_btns .item + .item{
  margin-top: 10px;
}
.gnav_popup_btns .item a{
  display: block;
  font-size: 14px;
  text-align: center;
  background: #FFF;
  color: #181818;
  padding: 4px 10px;
}

.gnav_popup_close{
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}

@media (max-width:1023px){
  
  .gnav_popup{
    padding: 25px 25px;
    overflow: auto;
  }
  .gnav_popup_inner{
    
  }
  .gnav_popup_inner .row{
    width: 100%;
    padding: 0;
    padding-bottom: 35px;
  }
  .gnav_popup_inner .row + .row{
    border: 0;
    padding-top: 35px;
  }
  .gnav_popup_inner .row.row0{
    order: 1;
    padding-bottom: 0;
  }
  .gnav_popup_inner .row.row1{
    order: 4;
  }
  .gnav_popup_inner .row.row2{
    order: 2;
    border-bottom: 1px solid #FFF;
  }
  .gnav_popup_inner .row.row3{
    order: 3;
    border-bottom: 1px solid #FFF;
  }
  .gnav_popup_logo{
    text-align: center;
    margin-bottom: 20px;
  }
  .gnav_popup_logo img{
    width: 80px;
  }
  .gnav_popup_inner .row .title{
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .gnav_popup_pages{
    margin-left: -10px;
    margin-right: -10px;
  }
  .gnav_popup_pages .item{
    width: 33.333%;
    padding: 0 10px;
  }
  .gnav_popup_pages .item:nth-child(n+3){
    margin-top: 0;
  }
  .gnav_popup_pages .item .txt{
    font-size: 12px;
  }
  
  .gnav_popup_links{
    justify-content: center;
  }
  .gnav_popup_links li{
    font-size: 12px;
  }
  
  .gnav_popup_addr{
    margin-top: 0;
    border: 0;
  }
  .gnav_popup_btns{
    display: flex;
    justify-content: space-between;
  }
  .gnav_popup_btns .item{
    width: 48%;
  }
  .gnav_popup_btns .item + .item{
    margin-top: 0;
  }
  
  .gnav_popup_exp .item{
    display: flex;
    justify-content: space-between;
  }
  .gnav_popup_exp .item .img{
    width: 40%;
  }
  .gnav_popup_exp .item .txt{
    width: 56%;
  }
  
  .gnav_popup_exp .link{
    text-align: center;
  }
}
@media (max-width:767px){
  
  .gnav_popup{
    padding: 25px 25px;
    overflow: auto;
  }
  .gnav_popup_inner{
    
  }
  .gnav_popup_inner .row{
    width: 100%;
    padding: 0;
    padding-bottom: 35px;
  }
  .gnav_popup_inner .row + .row{
    border: 0;
    padding-top: 35px;
  }
  .gnav_popup_inner .row.row0{
    order: 1;
    padding-bottom: 0;
  }
  .gnav_popup_inner .row.row1{
    order: 4;
  }
  .gnav_popup_inner .row.row2{
    order: 2;
    border-bottom: 1px solid #FFF;
  }
  .gnav_popup_inner .row.row3{
    order: 3;
    border-bottom: 1px solid #FFF;
  }
  .gnav_popup_logo{
    text-align: center;
  }
  .gnav_popup_logo img{
    width: 80px;
  }
  .gnav_popup_inner .row .title{
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .gnav_popup_pages{
    margin-left: -10px;
    margin-right: -10px;
  }
  .gnav_popup_pages .item{
    width: 50%;
    padding: 0 10px;
  }
  .gnav_popup_pages .item:nth-child(n+3){
    margin-top: 15px;
  }
  .gnav_popup_pages .item .txt{
    font-size: 12px;
  }
  
  .gnav_popup_links{
    justify-content: center;
  }
  .gnav_popup_links li{
    font-size: 12px;
  }
  
  .gnav_popup_addr{
    margin-top: 0;
    border: 0;
  }
  .gnav_popup_btns{
    display: flex;
    justify-content: space-between;
  }
  .gnav_popup_btns .item{
    width: 48%;
  }
  .gnav_popup_btns .item + .item{
    margin-top: 0;
  }
  
  .gnav_popup_exp .item{
    display: flex;
    justify-content: space-between;
  }
  .gnav_popup_exp .item .img{
    width: 40%;
  }
  .gnav_popup_exp .item .txt{
    width: 56%;
  }
  
  .gnav_popup_exp .link{
    text-align: center;
  }
  
}


/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  position: relative;
  z-index: 1;
  /*padding-bottom: 11px;*/
}

.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}

/* MVテキスト */
.mv_txt{
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
}
.mv_txt_p1{
  
}
.mv_txt_p2{
  
}

/* スライダーの場合 */
.mv_slider{
  
}
.mv_slider_item{
  position: relative;
  z-index: 1;
}

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}
@media (min-width:768px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 400px;
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  
}
@media (min-width:1024px){
  

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  
}
@media (min-width:1200px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 820px;
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }
  
}


/*******************************
*　サイドバー
********************************/

/* サイドバー */
.sidebar{
  position: fixed;
  z-index: 2;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* バナー */
.sidebar_bn{
  display: block;
}
.sidebar_bn img{
  width: 40px;
  transition: 0.2s all;
}
.sidebar_bn:hover{
  
}
.sidebar_bn:hover img{
  transform: scale(1.05);
  filter: brightness(1.05);
}


.reserve_btn{
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 0;
}
.reserve_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 52px;
  font-size: 14px;
  background: #7A5519;
}
.reserve_btn a:hover{
  color: #FFF;
  background: #89601d;
}

.reserve_btn a.wh{
  background: #FFF;
  color: #7A5519;
}
.reserve_btn a.wh:hover{
  background: #ebebeb;
  color: #89601d;
}

/**/
.reserve_btn a.new{
  background: none;
  color: #FFF;
  background: #000;
  border: 1px solid #FFF;
  text-align: center;
  font-size: 14px;
  margin: 0 7.5px 15px;
}
.reserve_btn a.new + .new{
}
.reserve_btn a.new:hover{
  background: #7A5519;
  color: #FFF;
}

.lity-content .reserve_btns{
  display: flex;
  justify-content: center;
}
.reserve_btns .item{
  width: 160px;
  margin: 5px 5px;
}
.reserve_btns .item a{
  display: block;
  padding: 15px 15px;
  background: #7A5519;
  text-align: center;
}
.reserve_btns .item a:hover{
  background: #FFF;
  color: #7A5519;
}

@media (min-width:768px){
  
  /* サイドバー */
  .sidebar{
    top: 50%;
  }

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: 60px;
  }
  
  .reserve_btn{
    flex-direction: row;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){

  /* バナー */
  .sidebar_bn{
  }
  .sidebar_bn img{
    width: auto;
  }
  
  .reserve_btn{
  }
  .reserve_btn a{
    width: 130px;
    height: 130px;
    height: 66px;
    font-size: 20px;
  }
  .reserve_btn a.new{
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
  
  
}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-top: 85px;
  padding-bottom: 0px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  
}
.pg_header.has_mv{
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.pg_header.has_mv .cmn_pg_title{
  display: flex;
  align-items: center;
  width: auto;
  top: 50%;
  bottom: auto;
  left: 50%;
  right:auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 1;
}
.pg_header.has_mv .cmn_pg_title .en{
  
}
.pg_header.has_mv .cmn_pg_title .ja{
  margin-top: 20px;
}

.pg_header .tt1{
  width: 100%;
  font-size:25px;
  text-align: center;
}

.hdr_logo2{
  position: relative;
  z-index: 2;
}

@media (max-width:767px){
  .hdr_logo2{
    text-align: center;
    margin-bottom: 30px;
  }
  .hdr_logo2 img{
    width: 65px;
  }
  
  .pg_header.has_mv{
    height: 100vh;
  }
}
@media (min-width:768px){
  .pg_header{
    padding-bottom: 60px;
    margin-bottom: 30px;
  }
  .pg_header.has_mv{
    height: 500px;
  }
  .pg_header .tt1,
  .pg_header .cmn_pg_title{
    font-size: 36px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  
  .pg_header.has_mv .cmn_pg_title{
    display: flex;
    align-items: center;

    width: auto;
    top: 50%;
    bottom: auto;
    left: auto;
    right:50px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .pg_header.has_mv .cmn_pg_title .ja{
    margin-top: 10px;
  }

}
@media (min-width:1024px){
  .pg_header{
  }
  .pg_header_mv{
    /*height: 550px;*/
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

}
@media (min-width:1200px){

  .pg_header{
    height: 360px;
  }
  .pg_header.has_mv{
    height: 762px;
  }
  .pg_header .tt1{
    font-size: 53px;
  }
  
  
}




/*******************************
*　フッター
********************************/

.footer{
  margin-top: 100px;
  padding-bottom: 15px;
}

.ftr1{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0;
  margin-bottom: 25px;
  font-size: 14px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 370px;
}
.ftr1_box1_l{
  width: 122px;
}
.ftr1_box1_r{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 190px;
}
.ftr1_box2{

}

.ftr_logo{
}
.ftr_addr{
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.785;
}
.ftr_sns{
  width: 100%;
}

.sns_links{
  
}
.sns_links li img{
  height: 14px;
}

.ftr_links{
  
}
.ftr_links li{
  
}
.ftr_links li + li{
  margin-top: 15px;
}

.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 13px;
  text-align: center;
  padding-right: 20px;
  color: #999999;
  margin-top: 50px;
}


.ftr2{
  border-bottom: 1px solid;
  padding-bottom: 30px;
}
.ftr3{
  margin-top: 30px;
}

.ftr_groups{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.ftr_groups_row{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 10px;
}
.ftr_groups_row:nth-child(n+2){
  margin-top: 20px;
}
.ftr_groups_title{
  width: 100%;
  font-size: 16px;
  margin-bottom: 5px;
}
.ftr_groups_links{
  width: 100%;
}
.ftr_groups_links_item{
  display: block;
}
.ftr_groups_links_item + .ftr_groups_links_item{
  margin-top: 15px;
}
.ftr_groups_links_item .txt1{
  font-size: 10px;
}
.ftr_groups_links_item .txt2{
  font-size: 12px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #7ecef4;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #cab386;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #ef7f1a;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #cab386;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #4682b4;
}
.pagetop a i{
  font-size: 40px;
}

.ftr_groups_row_inner{
display: flex;
    flex-wrap: wrap;
}

@media (min-width:375px){

}
@media (max-width:767px){
  
  body{
    padding-bottom: 40px;
  }
  
  .ftr1_box1{
    width: 100%;
    text-align: center;
  }
  .ftr1_box1_l{
    width: 100%;
  }
  .ftr1_box1_r{
    width: 100%;
    margin-top: 25px;
  }
  .ftr1_box1_r .read_more.left{
    width: 100%;
    justify-content: center;
  }
  .ftr1_box2{
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .ftr_sns{
    margin-top: 30px;
  }
  .sns_links{
    justify-content: center;
  }
  .sns_links li + li{
    margin-left: 30px;
  }
  
  .ftr2{
    text-align: center;
  }
  .ftr_copy{
    margin-top: 30px;
    text-align: center;
  }
  
  .footer_fix{
    display: flex;
  }

  .ftr_groups_title + .ftr_groups_title{
   margin-top: 20px;;
  }
  
  .ftr_groups_row_inner:nth-child(n+2){
    margin-top: 20px;;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
  }
  
  .ftr1_box1{
    width: 370px;
  }
  .ftr1_box1_l{
    width: 122px;
  }
  .ftr1_box1_r{
    width: 210px;
  }
  
  .ftr_copy{
    padding-right: 150px;
  }
  
  .ftr_links{
    width: 420px;
    display: flex;
    flex-wrap: wrap;
  }
  .ftr_links li{
    width: 50%;
  }
  .ftr_links li:nth-child(n+2){
    margin-top: 0;
  }
  .ftr_links li:nth-child(n+3){
    margin-top: 10px;
  }
  
  .ftr2{
    text-align: center;
    
  }
  

  .ftr_groups{
    margin: 0 -10px;
  }
  .ftr_groups_row{
    width: 33.333%;
    padding: 0 10px;
  }
  .ftr_groups_row:nth-child(n+2){
    margin-top: 0;
  }
  .ftr_groups_row:nth-child(n+4){
    margin-top: 30px;
  }
  .ftr_groups_title{
    width: 120px;
    font-size: 22px;
  }
  .ftr_groups_title p:nth-child(n+2){
   margin-top: 30px;;
  }
  .ftr_groups_links{
    width: calc(100% - 120px);
  }
  .ftr_groups_links_item{

  }
  .ftr_groups_links_item + .ftr_groups_links_item{
    margin-top: 15px;
  }
  .ftr_groups_links_item .txt1{
    font-size: 10px;
  }
  .ftr_groups_links_item .txt2{
    font-size: 12px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
  }

  .ftr_groups_title p:nth-child(n+2){
   margin-top: 13px;;
  }
}
@media (min-width:1200px){

  .footer{
    margin-top: 350px;
  }
  
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container{
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; 
}
.container.sm{
  
}
.anchor{
  position: relative;
  top: -30px;
}
@media (min-width: 576px){
  .container {
    /*width: 540px;*/
    width: 550px;
  }
}
@media (min-width: 768px){
  .container {
    /*width: 720px;*/
    width: 730px;
  }
  .container.sm{
    width: 720px;
  }
  .anchor{
    top: -100px;
  }
}

@media (min-width: 992px){
  .container {
    /*width: 960px;*/
    width: 970px;
  }
}
@media (min-width: 1200px){
  .container {
    /*width: 1140px;*/
    width: 1150px;
  }
}


/*******************************
*　共通パーツ
********************************/


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  padding: 10px 15px;
  letter-spacing: 0.075em;
}
.table_rows_th{
  background-color: #eeeeee;
  vertical-align: top;
  border-right: 0;
}
.table_rows_td{
  background-color: #eeeeee;
  vertical-align: top;
  border-left: 0;
}
.table_rows_td_pad0{
  padding: 0 !important;
}

/* テーブル入れ子 */
.table_rows .table_rows{

}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #e5e5e5;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/* アンカー */
.anchor{
  position: relative;
  top: -30px;
}

/* ボタン */
.read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.read_more a{
  width: 86px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 0;
  /*border: 1px solid currentColor;*/
  /*border-radius: 27px;*/
  color: #FFF;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  
  
}
.read_more a:after{
  content: "";
  display: block;
  height: 9px;
  margin-top: -3px;
  background-image: url('/img/read_more_arrow.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transition: 0.2s all;
}

.read_more a:hover{
  /*color: #FFF;*/
  color: var(--sub-color);;
  /*background: var(--sub-color);*/
}
.read_more a:hover:after{
  margin-right: -5px;
}

.read_more.center{
  justify-content: center;
}
.read_more.left{
  justify-content: flex-start;
}
.read_more.right{
  justify-content: flex-end;
}


/* 見出し */
.tt2{
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.tt2_en,
.tt2_ja{
  font-size: 25px;
  font-weight: 700;
}
.tt2_en{
}
.tt2_en em{
  font-size: 12px;
  font-style: normal;
  margin-left: 10px;
}
.tt2_ja{
  
}

.tt2_en.tate{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-right: auto;
}

/* セクション */
.section{
  padding-top: 50px;
  padding-bottom: 50px;
}
.section.sec1{
  padding-top: 0;
}
.section:last-child{
  padding-bottom: 0;
}

.section.beige{
  background-color: #c3b9a9;
}

/* コンテナ */
.container.wide{

}


.blurInAnime{
  filter: blur(20px);
  transition: 1s all;
  animation-delay: 1.0s;
}
.blurInAnime.on{
  filter: blur(0);
}
  
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* スマホ用テーブル */
  .table_rows.resp{
    
  }
  .table_rows.resp,
  .table_rows.resp .table_rows_tr,
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    display: block;
    width: 100%;
    border: 0;
  }
  
  .table_rows.resp{
    border: 1px solid #dcdcdc;
    border-top: 0;
  }
  .table_rows.resp .table_rows_th,
  .table_rows.resp .table_rows_td{
    border-top: 1px solid #dcdcdc;
  }
  
}
@media (min-width:768px){
  
  .anchor{
    top: -100px;
  }
  
  /* ページネーション */
  .webgene-pagination {
    margin-top: 50px;
  }

  /* ボタン */
  .read_more{
    margin-top: 35px;
    margin-top: 10px;
  }
  .read_more.center{
    justify-content: center;
  }
  .read_more.left{
    justify-content: flex-start;
  }
  .read_more.right{
    justify-content: flex-end;
  }
  .read_more a{
    width: 104px;
    font-size: 14px;
  }
  .read_more a.large{
  }
  .read_more a:after{
    height: 11px;
  }
  .read_more a:hover:after{
    margin-right: -5px;
  }
  
  /* 見出し */
  .tt2{
    margin-bottom: 30px;
  }
  .tt2_en,
  .tt2_ja{
    font-size: 32px;
  }
  .tt2_en{
  }
  .tt2_en em{
    font-size: 16px;
    margin-left: 10px;
  }
  


}
@media (min-width:1024px){

  /* ページネーション */
  .webgene-pagination{
    margin-top: 120px;
  }
  .posts_list .webgene-pagination{
    margin-top: 80px;
  }
  
  /* 見出し */
  /*.tt2{
    margin-bottom: 50px;
  }
  .tt2_en{
    font-size: 46px;
  }
  .tt2_ja{
    font-size: 16px;
    margin-top: 15px;
  }*/

}
@media (min-width:1200px){

  /* 見出し */
  .tt2{
    margin-bottom: 30px;
  }
  .tt2_en,
  .tt2_ja{
    font-size: 40px;
  }
  .tt2_en{
  }
  .tt2_en em{
    font-size: 16px;
    margin-left: 10px;
  }
  

}



/*******************************
*　HOME
********************************/
.pg_home{

}
.pg_home .section.sec1{
  padding-top: 50px;
}
.pg_home .section.sec2{
  padding-top: 0;
}
.pg_home .section.sec3{
}
.pg_home .section.sec4{
}
.pg_home .section.sec5{
}
.pg_home .section.sec6{
}
.pg_home .section.sec7{
  
}
.pg_home .section.sec8{
  
}


/* ABOUT */
.home_about{
  
}
.home_about .catch{
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}
.home_about .txt{
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
  
}

/* ギャラリー */
.home_gallery_slider{
  
}
.home_gallery_slider_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
.home_gallery_slider_item .box1{
  width: calc(100% - 40px);
}
.home_gallery_slider_item .box2{
  width: 40px;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 15px;
}
.home_gallery_slider_item .title1{
  font-size: 26px;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home_gallery_slider_item .title2{
  font-size: 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.home_gallery_slider_item .txt{
  font-size: 13px;
  margin-top: 10px;
  padding-left: 20px;
}

.home_gallery_slider .swiper-wrapper{
  /*transition-timing-function: linear !important;*/
}


/* NEWS */
.home_news_slider{
  
}
.home_news_slider .swiper-slide{
  /*max-width: 730px;*/
  /*width: 250px;*/
}
.home_news_slider_item{
  /*max-width: 730px;*/
  /*margin: 0 auto;*/
  /*padding-left: 5px;*/
  /*padding-right: 5px;*/
}
.home_news_slider_item .img{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home_news_slider_item .img.img_fit:before{
  padding-top: 64.88%;
}
.home_news_slider_item .title{
  margin-top: 20px;
}
.home_news_slider_item .link{
  margin-top: 20px;
  text-align: right;
}
.swiper-pagination{
  position: static;
  margin-top: 20px;
}
.swiper-pagination-bullet{
  background: #FFF;
  width: 5px;
  height: 5px;
  position: relative;
  z-index: 1;
  top: -1px;
}
.swiper-pagination-bullet-active{
  background: #FFF;
  width: 7px;
  height: 7px;
  top: 0;
}


.swiper-pagination-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.swiper-pagination-wrap .swiper-pagination{
  width: auto;
  margin-top: -7px;
  margin-left: 45px;
  margin-right: 45px;
}
.swiper-pagination-wrap .slide_prev,
.swiper-pagination-wrap .slide_next{
  aspect-ratio: 18 / 22;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.swiper-pagination-wrap .slide_prev{
  background-image: url('/img/slide_prev.svg');
}
.swiper-pagination-wrap .slide_next{
  background-image: url('/img/slide_next.svg');
}

.sp-button{
  width: 8px;
  height: 8px;
  border-color: #FFF; 
  background: #FFF;
  opacity: 0.5;
}
.sp-selected-button{
  opacity: 1;
}

/* Insta */
.home_insta_imgs{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_insta_imgs .item{
  width: 50%;
  padding: 0 5px;
}
.home_insta_imgs .item:nth-child(n+3){
  margin-top: 10px;
}
.home_insta_imgs .item .img.img_fit:before{
  padding-top: 100%;
}


/* Access */
.home_access{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_access .box1{
  width: 100%;
}
.home_access .box2{
  width: 100%;
  margin-top: 20px;
}
.home_access .map1{
  
}
.home_access .map1 iframe{
  width: 100%;
  height: 222px;
  border: 0;
}
.home_access .map2{
  text-align: center;
}
.home_access .addr{
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}


/* 館内情報 */
.home_facility{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_facility .item{
  width: 50%;
  padding: 0 5px;
}
.home_facility .item:nth-child(n+3){
  margin-top: 10px;
}
.home_facility .item a{
  display: block;
}
.home_facility .item .title{
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  margin-top: 5px;
}
.home_facility .item .img{
  overflow: hidden;
}
.home_facility .item .img.img_fit:before{
  padding-top: 59.64%;
  padding-top: 100%;
}

.home_facility + .read_more{
  margin-top: 30px;
}

/* サービス */
.home_service{
  
}
.tt2 + .home_service{
  margin-top: 35px;
}
.home_service .row{
  display: flex;
  flex-wrap: wrap;
}
.home_service .row .box1{
  order: 2;
  width: 100%;
  margin-top: 30px;
}
.home_service .row .box2{
  order: 1;
  width: 100%;
}
.home_service .title1{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.home_service .title1 .ja{
  font-size: 25px;
  font-weight: 700;
}
.home_service .title1 .en{
  font-size: 12px;
  font-weight: 700;
  margin-top: 2px;
  margin-left: 15px;
}
.home_service .title2{
  font-size: 18px;
  font-weight: 700;
  line-height: 1.777;
  margin-bottom: 15px;
}
.home_service .txt{
  font-size: 14px;
  font-weight: 700;
  line-height: 1.785;
}
.home_service .imgs{
  display: flex;
  margin: 0 -5px;
}
.home_service .imgs .img_box1,
.home_service .imgs .img_box2{
  padding: 0 5px;
}
.home_service .imgs .img_box1{
  width: 48.611%;
  width: 48%;
}
.home_service .imgs .img_box2{
  width: 50.231%;
  width: 52%;
  
}
.home_service .imgs .img_desc{
  display: none;
  margin-top: 5px;
  text-align: center;
}

.home_service .row .box1 .read_more{
  margin-top: 30px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  /* NEWS */
  .home_news_slider{
    /*margin-left: 35px;*/
    /*margin-right: 35px;*/
  }
  
  .home_access .box1{
    order: 2;
    margin-top: 20px;
  }
  .home_access .box2{
    display: contents;
  }
  .home_access .addr{
    width: 100%;
    order: 1;
  }
  .home_access .map2{
    width: 100%;
    order: 3;
    margin-top: 30px;
    padding: 0 20px;
  }
  
  
  /* サービス */
  .home_service .row .box2{
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
  
  .home_service .imgs .img_box1{
    width: 100%;
    padding: 0;
  }
  .home_service .imgs .img_box2{
    width: 100%;
    padding: 0;
  }
  
  .home_service .imgs .img_box1 .img_fit:before,
  .home_service .imgs .img_box2 .img_fit:before{
    padding-top: 114%;
  }
  .home_service .row + .row{
    margin-top: 100px;
  }
  
  .home_facility .item .title{
    display: none;
  }
}
@media (min-width:768px){

  .pg_home .section.sec1{
    padding-top: 150px;
  }
  .pg_home .section.sec2{
    padding-top: 150px;
  }
  .pg_home .section.sec3{
  }
  .pg_home .section.sec4{
    padding-top: 115px;
  }
  .pg_home .section.sec5{
    padding-top: 95px;
  }
  .pg_home .section.sec6{
  }
  .pg_home .section.sec7{
    padding-top: 100px;
  }
  .pg_home .section.sec8{
    padding-top: 100px;
  }


  /* ABOUT */
  .home_about{
    padding-top: 15px;
  }
  .home_about .catch{
  }
  .home_about .txt{
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    margin-top: 50px;

  }
  
  /* Experience */
  .home_news_slider .swiper-slide{
    /*width: 500px;*/
  }
  .home_news_slider_item{
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
  }
  
  /* ギャラリー */
  .home_gallery_slider{
    
  }
  .home_gallery_slider_item{
    width: 450px;
    padding-left: 20px;
  }
  .home_gallery_slider_item .box1{
    width: calc(100% - 40px);
  }
  .home_gallery_slider_item .box2{
    width: 40px;
    padding-right: 0;
  }
  .home_gallery_slider_item .title1{
    font-size: 50px;
  }
  .home_gallery_slider_item .title2{
    font-size: 16px;
  }
  .home_gallery_slider_item .txt{
    margin-top: 10px;
    padding-left: 0;
    font-size: 14px;
  }
  
  .home_gallery_slider .even{
    padding-top: 120px;
  }
  .home_gallery_slider .swiper-slide.even{
    padding-top: 120px;
  }

  /* Insta */
  .home_insta_imgs{
    margin: 0 -5px;
  }
  .home_insta_imgs .item{
    width: 33.333%;
    padding: 0 5px;
  }
  .home_insta_imgs .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_insta_imgs .item:nth-child(n+4){
    margin-top: 10px;
  }
  

  /* Access */
  .home_access{
  }
  .home_access .box1{
    width: 62.87%;
  }
  .home_access .box2{
    width: 30.49%;
    margin-top: 0;
  }
  .home_access .map1{

  }
  .home_access .map1 iframe{
    height: 250px;
  }
  .home_access .map2{
    margin-top: 20px;
  }
  .home_access .addr{
    font-size: 14px;
    text-align: left;
  }
  
  
  /* お知らせ */
  .home_news_list{
    width: 585px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 館内情報 */
  .home_facility{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .home_facility .item{
    width: 50%;
    padding: 0 15px;
  }
  .home_facility .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_facility .item:nth-child(n+3){
    margin-top: 30px;
  }
  .home_facility .item a{
  }
  .home_facility .item .title{
    font-size: 14px;
    margin-top: 5px;
  }
  
  
  /* サービス */
  .home_service{

  }
  .tt2 + .home_service{
    margin-top: 100px;
  }
  
}
@media (min-width:1024px){

  /* Experience */
  .home_news_slider .swiper-slide{
    /*width: 600px;*/
  }
  .home_news_slider_item{
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
  }
  
  /* 館内情報 */
  .home_facility{
    margin: 0 -22.5px;
  }
  .home_facility .item{
    width: 25%;
    padding: 0 22.5px;
  }
  .home_facility .item:nth-child(n+3){
    margin-top: 0;
  }
  .home_facility .item:nth-child(n+5){
    margin-top: 30px;
  }
  /* サービス */
  .home_service{

  }
  .tt2 + .home_service{
    margin-top: 160px;
  }
  .home_service .row{
    justify-content: space-between;
  }
  .home_service .row + .row{
    margin-top: 320px;
  }
  .home_service .row .box1{
    order: 1;
    /*width: 240px;*/
    width: 305px;
    margin-top: 0;
  }
  .home_service .row .box2{
    order: 2;
    /*width: calc(100% - 240px - 120px);*/
    width: calc(100% - 305px - 55px);
  }
  .home_service .title1{
    margin-bottom: 15px;
  }
  .home_service .title1 .ja{
    font-size: 35px;
  }
  .home_service .title1 .en{
    font-size: 12px;
    margin-top: 4px;
    margin-left: 15px;
  }
  .home_service .title2{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .home_service .txt{
    font-size: 14px;
    margin-right: -5px;
  }
  .home_service .imgs{
    display: flex;
    margin: 0 -5px;
    
  }
  .home_service .imgs .img_box1,
  .home_service .imgs .img_box2{
    padding: 0 5px;
  }
  .home_service .imgs .img_box1{
    width: 48.611%;
    width: 48%;
  }
  .home_service .imgs .img_box2{
    width: 50.231%;
    width: 52%;
    /*margin-top: 75px;*/
  }
  .home_service .imgs .img_box1 .img.img_fit:before{
    padding-top: 119.52%;
  }
  .home_service .imgs .img_box2 .img.img_fit:before{
    padding-top: 120.64%;
  }
  
  .home_service .imgs .img_desc{
    text-align: center;
  }
  
  .home_service .row:nth-child(odd) .box1{
    order: 1;
  }
  .home_service .row:nth-child(odd) .box2{
    order: 2;
  }
  .home_service .row:nth-child(even) .box1{
    order: 2;
  }
  .home_service .row:nth-child(even) .box2{
    order: 1;
  }
  
  .home_service .row:nth-child(odd) .imgs{
    margin-right: var(--margin-for-device-side);
  }
  .home_service .row:nth-child(even) .imgs{
    margin-left: var(--margin-for-device-side);
  }
  
  .home_service .row:nth-child(odd) .imgs .img_box2{
    margin-top: 75px;
  }
  .home_service .row:nth-child(even) .imgs .img_box1{
    margin-top: -75px;
  }
  .home_service .row:nth-child(3n) .imgs .img_box2{
    margin-top: -75px;
  }

}
@media (min-width:1200px){

  .pg_home .section.sec1{
    padding-top: 240px;
  }
  .pg_home .section.sec2{
    padding-top: 200px;
  }
  .pg_home .section.sec3{
  }
  .pg_home .section.sec4{
    padding-top: 240px;
  }
  .pg_home .section.sec5{
    padding-top: 240px;
  }
  .pg_home .section.sec6{
  }
  .pg_home .section.sec7{
    padding-top: 200px;
  }
  .pg_home .section.sec8{
    padding-top: 400px;
  }
  
  .home_news_slider .swiper-slide{
    width: 730px;
  }
  .home_news_slider_item{
    padding: 0;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
  }
  
  /* ギャラリー */
  .home_gallery_slider{
    
  }
  .home_gallery_slider_item{
    width: 700px;
    padding-left: 20px;
  }
  .home_gallery_slider_item .box1{
    width: calc(100% - 40px);
  }
  .home_gallery_slider_item .box2{
    width: 40px;
  }
  
  /* Access */
  .home_access{
    padding-left: 50px;
    padding-right: 100px;
  }
  .home_access .map1 iframe{
    height: 400px;
  }
  .home_access .addr{
    font-size: 16px;
  }
  .home_access .map2 {
      margin-top: 40px;
  }
}





/*******************************
*　
********************************/
.pg_news{

}
.pg_news .section.sec1{
  
}

/* 一覧 */
.news_list{
  
}
.news_list .item{
  border-bottom: 1px solid ;
  padding-bottom: 30px;
}
.news_list .item + .item{
  margin-top: 30px;
}
.news_list .item .meta{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.news_list .item .meta .title_box{
  display: flex;
  order: 2;
  margin-bottom: 10px;
}
.news_list .item .meta .title_box .date{
  width: 100px;
  font-size: 14px;
}
.news_list .item .meta .title_box .title{
  width: calc(100% - 100px);
  font-size: 12px;
}

.news_list .item .meta .category{
  display: flex;
  
  align-items: center;
  width: 100%;
  order: 1;
}
.news_list .item .meta .category:before{
  content: "";
  width: 15px;
  height: 1px;
  background: #FFF;
  margin-top: 3px;
  margin-right: 10px;
}
.news_list .item .meta .category span{
  margin-right: 5px;
}

.news_list .item .post_content{
  
}
.news_list .item .content_about{
  font-size: 16px;
  line-height: 1.458;
  padding-right: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.news_list .item .content_about:hover{
  opacity: 0.9;
}
.news_list .item .content_about:after{
  display: none;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('/img/toggle_btn1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  /*top: 50%;*/
  top: 5px;
  right: 0;
  /*-webkit-transform: translate(0, -50%);*/
  /*transform: translate(0, -50%);*/
  transition: 0.2s all;
}
.news_list .item .content_about.open:after{
  /*background-image: url('/img/toggle_btn2.svg');*/
  -webkit-transform: rotate(45deg);
  transform:  rotate(45deg);
}

.news_list .item .content_txt{
  display: none;
  font-size: 14px;
  line-height: 1.785;
  text-align: justify;
  margin-top: 20px;
}
.news_list .item .content_txt p + p{
  margin-top: 10px;
}


.news_list .item.slim{
  padding-bottom: 20px;
}
.news_list .item.slim + .item.slim{
  margin-top: 20px;
}
.news_list .item.slim:last-child{
  border-bottom: 0;
}
.news_list .item.slim .meta .title_box{
  width: 100%;
  margin-bottom: 0;
}

.post_content img{
  height: auto;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .news_list .item .meta .category{
    margin-bottom: 5px;
  }
  
  .news_list .item .meta .title_box{
    width: 100%;
  }
  .news_list .item .title{
    width: calc(100% - 100px);
    padding-right: 30px;
    position: relative;
    z-index: 1;
  }
  .news_list .item .title:after{
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('/img/toggle_btn1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 1;
    /*top: 50%;*/
    top: 2px;
    right: 0;
    /*-webkit-transform: translate(0, -50%);*/
    /*transform: translate(0, -50%);*/
    transition: 0.2s all;
  }
  .news_list .item .title.open:after{
    -webkit-transform: rotate(45deg);
    transform:  rotate(45deg);
  }
  .news_list .item.slim .title:after{
    display: none;
  }
  
  .news_list .item .post_content{
    display: none;
  }
  .news_list .item .content_about,
  .news_list .item .content_txt{
    display: block;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }

  /* 一覧 */
  .news_list{

  }
  .news_list .item{
    padding-bottom: 70px;
  }
  .news_list .item + .item{
    margin-top: 50px;
  }
  .news_list .item .meta{
  }

  .news_list .item .meta .title_box{
    display: flex;
    width: calc(100% - 120px);
    margin-bottom: 20px;
  }
  .news_list .item .meta .title_box .date{
    width: 120px;
    font-size: 16px;
  }
  .news_list .item .meta .title_box .title{
    width: calc(100% - 120px);
    font-size: 16px;
  }
  .news_list .item .meta .category{
    width: 120px;
    font-size: 16px;
    position: absolute;
    z-index: 1;
    right: 0;
    text-align: right;
    justify-content: flex-end;
  }
  .news_list .item .post_content{

  }
  .news_list .item .content_about{
    font-size: 20px;
    padding-right: 60px;
  }
  .news_list .item .content_about:after{
    display: block;
    width: 21px;
    height: 21px;
    top: 10px;
  }
  .news_list .item .content_txt{
    font-size: 14px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .news_list .item .content_about{
    font-size: 24px;
    padding-right: 60px;
  }

}


/*******************************
*　
********************************/

.search-panel-frame{
  background: #FFF;
}

.directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"]{
  min-width: 290px !important;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){

  .directin-sp-form .directin-sp-form-date-input-group .directin-sp-form-date-input input[type="text"]{
    min-width: 330px !important;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/*******************************
*　
********************************/

.gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.gallery_item{
  width: 100%;
  padding: 0 5px;
}
.gallery_item:nth-child(n+2){
  margin-top: 10px;
}
.gallery_item_img{
  
}
.gallery_item_txt{
  
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }
  
  .gallery{
    margin: 0 -5px;
  }
  .gallery_item{
    width: 33.333%;
    padding: 0 5px;
  }
  .gallery_item:nth-child(n+2){
    margin-top: 0;
  }
  .gallery_item:nth-child(n+4){
    margin-top: 10px;
  }
  .gallery_item_img{

  }
  .gallery_item_txt{

  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}

/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}

.contents_about{
  margin-bottom: 150px;
}
.contents_about_title{
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 15px;
}
.contents_about_txt{
  font-size: 12px;
  font-weight: 400;
  line-height: 2.142;
  
}

.contents_wrap{
  
}
.contents_wrap + .contents_wrap{
  margin-top: 100px;
}
.contents_cat_group{
}
.contents_cat_group + .contents_cat_group{
  margin-top: 100px;
}
.contents_cat_title{
  text-align: center;
  margin-bottom: 20px;
}
.contents_cat_title_ja{
  font-size: 25px;
  font-weight: 700;
}
.contents_cat_title_en{
  font-size: 12px;
  font-weight: 700;
}
.contents_cat_title_en:first-letter{
  text-transform: uppercase;
}
.contents_cat_desc{
  text-align: center;
  margin-bottom: 60px;
}

.contents_row{
  
}
.contents_row + .contents_row{
  margin-top: 150px;
}

.contents_gallery{
  
}
.contents_gallery_img{
  
}
.contents_gallery_img.img_fit:before{
  padding-top: 124.87%;
}
.contents_gallery_txt{
  margin-top: 10px;
}
.contents_gallery .swiper-slide .txt{
  
}


.contents_info{
  
}
.contents_info_box1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  max-width: 100%;
  margin-top: 30px;
}
.contents_info_box2{
  margin-top: 25px;
}
.contents_info_head{
  width: 200px;
}
.contents_info_desc{
  width: calc(100% - 200px);
}


.contents_info_detail{
  
}
.contents_info_detail_title{
  font-size: 16px;
  margin-bottom: 30px;
}
.contents_info_detail_title_sub{
 font-size: 14px;
  margin-bottom: 30px;
}
.contents_info_detail_title + .contents_info_detail_title_sub{
  margin-top: -20px;
}

.contents_info_detail_open{
  
}
.contents_info_detail_open a{
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 28px;
}
.contents_info_detail_open a:after{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(/img/toggle_btn1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  /* top: 50%; */
  top: 5px;
  right: 0;
  /* -webkit-transform: translate(0, -50%); */
  /* transform: translate(0, -50%); */
  transition: 0.2s all;
}
.contents_info_detail_open.on a:after{
  -webkit-transform: rotate(45deg);
  transform:  rotate(45deg);
}
.contents_info_detail_txt{
  display: none;
  margin-top: 20px;
}
.contents_info_detail_txt2{
  font-size: 12px;
  margin-top: 0;
}
* + .contents_info_detail_txt2{
  margin-top: 30px;
}
.contents_info_reserve{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.contents_info_reserve a{
  font-size: 13px;
  font-weight: 700;
  border-bottom: 1px solid;
  padding-bottom: 8px;
  min-width: 213px;
  position: relative;
  z-index: 1;
}
.contents_info_reserve a:after{
  content: ">";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.contents_info2_box1{
  margin-bottom: 20px;
}
.contents_info2_head{
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 10px;
}
.contents_info2_head.center{
  justify-content: center;
  text-align: center;
}
.contents_info2_head_ja{
  font-size: 20px;
}
.contents_info2_head_ja span{
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.contents_info2_head_en{
  font-size: 14px;
  margin-top: 3px;
  margin-left: 10px;
}
.contents_info2_desc{
  font-size: 12px;
}
.contents_info2_desc + .contents_info2_desc{
  margin-top: 30px;
}

/*.contents_row:nth-child(odd) .contents_gallery{
  margin-right: var(--margin-for-device-side);
}
.contents_row:nth-child(even) .contents_gallery{
  margin-left: var(--margin-for-device-side);
}
.contents_row:nth-child(odd) .contents_info_box1{
  margin-right: auto;
}
.contents_row:nth-child(even) .contents_info_box1{
  margin-left: auto;
}
.contents_row:nth-child(even) .contents_gallery .contents_info_box2{
  padding-left: 55px;
}*/

/* サブコンテンツ */
.sub_contents{
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.sub_contents_item{
  width: 100%;
  padding: 0 10px;
}
.sub_contents_item:nth-child(n+2){
  margin-top: 50px;
}
.sub_contents_item_img{
  margin-bottom: 20px;
}
.sub_contents_item_img.img_fit:before{
  padding-top: 69.14%;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  
  .swiper-has-pb{
    padding-bottom: 30px;
  }
  .contents_gallery + .contents_info .contents_info_box2{
    margin-top: -10px;
  }
  .contents_info_box2{
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
  }
  
  .contents_gallery{
    margin-left: -20px;
    margin-right: -20px;
    
  }
  .contents_info{
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  
  .contents_gallery .swiper-pagination{
    position: absolute;
    z-index: 2;
    width: auto;
    top: 120vw;
    bottom: auto;
    left: auto;
    right: 10px;
  }
  .contents_gallery_txt{
    padding: 0 15px;
    margin-top: 20px;
  }
  
  .contents_info2_head{
    flex-wrap: wrap;
  }
  .contents_info2_head_ja{
    width: 100%;
  }
  .contents_info2_head_en{
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }

  .contents_about{
    margin-bottom: 230px;
  }
  .contents_about_title{
    font-size: 25px;
    line-height: 2;
    margin-bottom: 15px;
  }
  .contents_about_txt{
    font-size: 14px;
    font-weight: 400;
    line-height: 2.142;
  }
  
  
  .contents_wrap{

  }
  .contents_wrap + .contents_wrap{
    margin-top: 230px;
  }
  .contents_cat_group{
  }
  .contents_cat_group + .contents_cat_group{
    margin-top: 230px;
  }
  .contents_cat_title{
    text-align: center;
    margin-bottom: 30px;
  }
  .contents_cat_title_ja{
    font-size: 30px;
  }
  .contents_cat_title_en{
    font-size: 14px;
  }
  .contents_cat_desc{
    margin-bottom: 120px;
  }
  .contents_row{

  }
  .contents_row + .contents_row{
    margin-top: 250px;
  }

  .contents_gallery{

  }
  .contents_gallery_img{

  }
  .contents_gallery_img.img_fit:before{
    padding-top: 48.82%;
  }

  .contents_gallery .swiper-pagination{
    position: absolute;
    z-index: 0;
    width: auto;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    padding-top: 47.5%;
  }
  .contents_row:nth-child(odd) .contents_gallery .swiper-pagination{
    right: 40px;
  }
  
  .contents_gallery + .contents_info{
    display: flex;
    flex-wrap: wrap;
  }
  .contents_row:nth-child(even) .contents_gallery + .contents_info{
    justify-content: flex-end;
  }
  .contents_row:nth-child(even) .contents_gallery + .contents_info .contents_info_reserve{
    justify-content: flex-end;
  }
  .contents_row:nth-child(even) .swiper-has-pb .swiper-pagination{
    left: 40px;
    right: auto;
  }
  
  .contents_gallery + .contents_info{
    
  }
  
  .swiper-has-pb{
    padding-bottom: 30px;
  }
  
  .contents_info{

  }
  .contents_info_box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 700px;
    max-width: 100%;
    margin-top: 30px;
  }
  .contents_info_box2{
    margin-top: 20px;
  }
  .contents_gallery + .contents_info .contents_info_box2{
    /*margin-top: -20px;*/
  }
  .contents_info_head{
    width: 200px;
  }
  .contents_info_desc{
    width: calc(100% - 200px);
  }

  .contents_info_detail{

  }
  .contents_info_detail_open{

  }
  .contents_info_detail_open a{
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-right: 28px;
  }
  .contents_info_detail_open a:after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(/img/toggle_btn1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 1;
    /* top: 50%; */
    top: 5px;
    right: 0;
    /* -webkit-transform: translate(0, -50%); */
    /* transform: translate(0, -50%); */
    transition: 0.2s all;
  }
  .contents_info_detail_open.on a:after{
    -webkit-transform: rotate(45deg);
    transform:  rotate(45deg);
  }
  .contents_info_detail_txt{
    display: none;
    margin-top: 20px;
  }
  .contents_info_detail_txt2{
    font-size: 14px;
  }
  .contents_info_reserve{
    justify-content: flex-start;
    margin-top: 70px;
  }
  .contents_info_reserve a{
    font-size: 13px;
    padding-bottom: 8px;
    min-width: 213px;
  }
  
  .contents_info2_box1{
    margin-bottom: 20px;
  }
  .contents_info2_head{
    text-align: left;
    margin-bottom: 10px;
  }
  .contents_info2_head_ja{
    font-size: 22px;
  }
  .contents_info2_head_ja span{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .contents_info2_desc{
    font-size: 14px;
  }

  .contents_row:nth-child(odd) .contents_gallery{
    margin-right: var(--margin-for-device-side);
  }
  .contents_row:nth-child(even) .contents_gallery{
    margin-left: var(--margin-for-device-side);
  }
  .contents_row:nth-child(even) .contents_info2{
    margin-left: var(--margin-for-device-side);
    padding-left: 55px;
  }
  .contents_row:nth-child(odd) .contents_info_box1{
    margin-right: auto;
  }
  .contents_row:nth-child(even) .contents_info_box1{
    margin-left: auto;
  }

  .contents_row:nth-child(even) .contents_gallery .contents_info_box2{
    padding-left: 55px;
  }
  
  .contents_row:nth-child(even) .contents_gallery + .contents_info{
    margin-left: var(--margin-for-device-side);
    padding-left: 55px;
    
  }
  .contents_row:nth-child(even) .contents_gallery + .contents_info .contents_info_box2{
    /*width: 615px;*/
    width: 100%;
  }
  
  

  /* サブコンテンツ */
  .sub_contents{
    margin-left: -25px;
    margin-right: -25px;
  }
  .sub_contents_item{
    width: 50%;
    padding: 0 25px;
  }
  .sub_contents_item:nth-child(n+2){
    margin-top: 70px;
  }
  .sub_contents_item_img{
    margin-bottom: 20px;
  }
  .sub_contents_item_img.img_fit:before{
    padding-top: 69.14%;
  }
  
  .sub_contents_item.wide{
    width: 836px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    
  }
  
}
@media (min-width:1024px){


}
@media (min-width:1200px){


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.posts_layout_box1{
  width: 100%;
  order: 2;
}
.posts_layout_box2{
  width: 100%;
  order: 1;
  margin-top: 0;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  margin-bottom: 10px;
}

.posts_cat_item{
  padding-left: 8px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

.posts_side_links{
  
}
.posts_side_links li{
  display: flex;
  align-items: center;
}
.posts_side_links li:before{
  content: "";
  width: 10px;
  height: 1px;
  background: #FFF;
  margin-right: 10px;
}
.posts_side_links li + li{
  
}
.posts_side_links li a{
  
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .page-numbers{
  margin: 0 5px;
}
.pagination .page-numbers.current{
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }
  
  .posts_side_links{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .posts_side_links li + li{
    margin-left: 20px;
  }
  
  .posts_layout_box2{
    margin-bottom: 30px;
  }
  
}
@media (min-width:768px){

  .pg_news{
    /*padding-top: 50px;*/
  }
  .posts_layout_box1{
    width: 74.32%;
    width: calc(100% - 200px);
    order: 2;
  }
  .posts_layout_box2{
    width: 22.97%;
    width: 200px;
    margin-top: 0;
    order: 1;
  }
  
  .posts_category_sp{
    display: none;
  }
  
  .posts_side_links li:before{
    width: 15px
  }
  .posts_side_links li + li{
    margin-top: 5px;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 55px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }


}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

}
@media (min-width:1200px){

  .pg_news{
    /*padding-top: 100px;*/
  }
  
  .posts_layout{
    
  }
  .posts_layout_box1{
    width: 610px;
    margin: 0 auto;
  }
  .posts_layout_box2{
    width: 150px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }

}



/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  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;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{
  
}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.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){
  .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;
  }
  
  /* 詳細 */
  .gallery_wrap{
  }
  .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_xxx{

}
.pg_xxx .section.sec1{
  
}
.pg_xxx .section.sec2{
  
}
.pg_xxx .section.sec3{
  
}
.pg_xxx .section.sec4{
  
}
.pg_xxx .section.sec5{
  
}


/* カテゴリ */
.faq_category{
  display: flex;
  flex-wrap: wrap;
/*  justify-content: center;*/
}
.faq_category .item{
  font-size: 12px;
  padding: 2px 5px;
  position: relative;
  z-index: 1;
}


/* 内容 */
.faq_contents{
  
}
* + .faq_contents{
  margin-top: 60px;
}
.faq_contents_row{
  
}
.faq_contents_row + .faq_contents_row{
  margin-top: 75px;
}
.faq_contents_category{
  font-size: 14px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.faq_contents_list{
  
}
.faq_contents_list_item{
  font-size: 12px;
}
.faq_contents_list_item + .faq_contents_list_item{
  margin-top: 25px;
}
.faq_contents_list_item dt,
.faq_contents_list_item dd{
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.faq_contents_list_item dt:before,
.faq_contents_list_item dd:before{
  position: absolute;
  z-index: 1;
  left: 0;
}
.faq_contents_list_item dt{
  padding-right: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}
.faq_contents_list_item dt:after{
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/img/toggle_btn1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  /* top: 50%; */
  top: 5px;
  right: 0;
  /* -webkit-transform: translate(0, -50%); */
  /* transform: translate(0, -50%); */
  transition: 0.2s all;
}
.faq_contents_list_item dt.open:after{
  -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}
.faq_contents_list_item dt:before{
  content: "Q.";
}
.faq_contents_list_item dd{
  display: none;
}
.faq_contents_list_item dt.open+dd{
  /*display: block;*/
}
.faq_contents_list_item dd:before{
  content: "A.";
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .faq_category .item{
    width: 50%;
    padding: 3px 2px;
    text-align: center;
  }
  .faq_category .item:nth-child(n+3){
    margin-top: 10px;
  }
  .faq_category .item:nth-child(even):before{
    content: "";
    width: 1px;
    height: 100%;
    background: #FFF;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    
  }
  .pg_xxx .section.sec2{
    
  }
  .pg_xxx .section.sec3{
    
  }
  .pg_xxx .section.sec4{
    
  }
  .pg_xxx .section.sec5{
    
  }

  
  /* カテゴリ */
  .faq_category{
     justify-content: center;
  }
  .faq_category .item{
    font-size: 16px;
    padding: 7px 16px;
  }
  .faq_category .item + .item:before{
    content: "";
    width: 1px;
    height: 100%;
    background: #FFF;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
  }
  .faq_category .item + .item:before{
  }

  /* 内容 */
  .faq_contents{

  }
  * + .faq_contents{
    margin-top: 100px;
  }
  .faq_contents_row{

  }
  .faq_contents_row + .faq_contents_row{
    margin-top: 100px;
  }
  .faq_contents_category{
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .faq_contents_list{

  }
  .faq_contents_list_item{
    font-size: 16px;
  }
  .faq_contents_list_item + .faq_contents_list_item{
    margin-top: 50px;
  }
  .faq_contents_list_item dt,
  .faq_contents_list_item dd{
    position: relative;
    z-index: 1;
    padding-left: 25px;
  }
  .faq_contents_list_item dt:before,
  .faq_contents_list_item dd:before{
    left: 0;
  }
  .faq_contents_list_item dt{
    margin-bottom: 5px;
  }
  .faq_contents_list_item dt:after{
    width: 21px;
    height: 21px;
  }
  .faq_contents_list_item dt:before{
  }
  .faq_contents_list_item dd{

  }
  .faq_contents_list_item dd:before{
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){


}



/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 12px 15px 16px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 0 12px;
  margin-top: 3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.18em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 314px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  background: #b80000;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
  cursor: pointer;
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}


.mw_wp_form .error{
  /*background: pink;*/
  
  font-size: 12px;
  color: #ffc107;
  padding: 2px 5px 3px;
  margin-top: 5px;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #c3d194;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{    
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}


@media only screen and (max-width: 1023px){ 
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){  
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  } 
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){   
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
  }
}


/*******************************
*　
********************************/


/* お問い合わせ */
.contact_form{
}
.contact_form input,
.contact_form textarea,
.contact_form select{
  
  max-width: 100%;
  background: none;
  border: 1px solid #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 7px 10px 8px;
}
.contact_form input:-webkit-autofill,
.contact_form textarea:-webkit-autofill,
.contact_form select:-webkit-autofill{
  background: none !important;
  color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-text-fill-color: #fff !important;
}

.contact_form select option{
  background: #FFF;
  color: #181818;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="number"],
.contact_form input[type="date"],
.contact_form input[type="password"],
.contact_form textarea{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact_form select{
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 6px;
  padding-bottom: 8px;
}

.contact_form input[type="raido"],
.contact_form input[type="checkbox"]{
  border: 0;
}
.contact_form .require{
  display: inline-block;
  font-size: 12px;
  margin-left: 12px;
}

.contact_form tr{
  
}
.contact_form th,
.contact_form td{
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact_form th{
  
}
.contact_form td{
  
}

.contact_form_acceptance{
  text-align: center;
  margin-top: 30px;
}
.contact_form_btns{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.contact_form_btns button{
  border: 0;
  background: none;
  color: #FFF;
  margin: 5px 5px;
  padding: 10px 10px;
  border-bottom: 1px solid #FFF;
  width: 200px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  text-align: left;
}
.contact_form_btns button:hover{
  color: #7A5519;
}
.contact_form_btns [name="submitBack"]{
  
}
.contact_form_btns [name="submitConfirm"]{
  
}
.contact_form_btns [name="submitConfirm"]:hover{
  
}
.contact_form_btns [name="submitConfirm"]:after,
.contact_form_btns [name="send"]:after{
  content: ">";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.contact_form_btns [name="submitConfirm"]:hover:after{
  margin-right: -5px;
}

.flex_field{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.flex_field_item{
  padding: 0 5px;
}
.flex_field.col2 .flex_field_item{
  width: 50%;
}
.flex_field.col3 .flex_field_item{
  width: 33.333%;
}

.mw_wp_form_confirm .contact_form_acceptance{
  display: none;
}
.mw_wp_form_confirm .contact_form {
  margin: 0 auto;
  width: 100%;
}
.mw_wp_form_confirm .contact_form tr{
  /*background: #333;*/
  /*padding-left: 10px;*/
  /*padding-right: 10px;*/
  border-bottom: 1px solid #333;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .contact_form,
  .contact_form tbody,
  .contact_form tr,
  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    border: 0;
  }
  
  .mw_wp_form_confirm .contact_form th{
    padding-bottom: 5px;
  }
  .mw_wp_form_confirm .contact_form td{
    padding-top: 0;
  }
  
}
@media (min-width:768px){
  
  /* お問い合わせ */
  .contact_form{

  }
  .contact_form tr{

  }
  .contact_form th,
  .contact_form td{

  }
  .contact_form th{
    width: 330px;
  }
  .contact_form td{

  }
  .contact_form .require{
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
  .contact_form input,
  .contact_form textarea,
  .contact_form select{
    font-size: 18px;
  }
  
  
  .contact_form_acceptance{
    margin-top: 50px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .contact_form_acceptance{
    margin-top: 70px;
  }

}

/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@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){


}


/* ページタイトル */
.cmn_pg_title{
  width: 100%;
  text-align: center;
  /*margin-bottom: 50px;*/
}
.cmn_pg_title .en{
  font-size: 35px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}
.cmn_pg_title .ja{
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.cmn_pg_title * + .ja{
  margin-top: 5px;
}


.company_tbl table{
  width: 100%;
}
.company_tbl tr{
  border-bottom: 1px solid #FFF;
}
.company_tbl th,
.company_tbl td{
  padding: 10px 0;
  line-height: 2.1875;
  vertical-align: top;
}
.company_tbl td:nth-child(1){
  font-weight: 700;
}
.company_tbl td:nth-child(2){
  font-weight: 500;
}
@media (max-width:767px){
  
  .company_tbl table,
  .company_tbl tbody,
  .company_tbl tr,
  .company_tbl th,
  .company_tbl td{
    display: block;
    width: 100%;
  }
  .company_tbl tr{
    /*border-bottom: 1px solid #FFF;*/
  }
  .company_tbl th{
    padding: 10px 0;
  }
  .company_tbl td{
    font-size: 12px;
    padding: 20px 0;
  }
  .company_tbl td:nth-child(1){
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .company_tbl td:nth-child(2){
    padding-top: 0;
    
  }
}
@media (min-width:768px){

  /* ページタイトル */
  .cmn_pg_title{
    text-align: center;
    /*margin-bottom: 50px;*/
  }
  .cmn_pg_title .en{
    font-size: 35px;
  }
  .cmn_pg_title .ja{
    font-size: 16px;
  }
  .cmn_pg_title * + .ja{
    margin-top: 5px;
  }
  
  .company_tbl th,
  .company_tbl td{
    padding: 50px 0;
  }
  .company_tbl td:nth-child(1){
    
  }
  .company_tbl td:nth-child(2){
    width: 400px;
  }

}
@media (min-width:1024px){


}
@media (min-width:1200px){

  .company_tbl th,
  .company_tbl td{
    padding: 50px 0;
  }
  .company_tbl td:nth-child(1){
    
  }
  .company_tbl td:nth-child(2){
    width: 380px;
  }

}
