@charset "utf-8";

/* ===============================================
# header
=============================================== */
.header_local{
  position: relative;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0,0,0,.15);
}
.header_local .inner{
  position: relative;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  width: 1300px;
  padding: 0 0 12px;
}
@media screen and (max-width : 767px){
  .header_local .inner{
    display: block;
    width: 100%;
    padding: 0;
  }
}
/* ナビ上段 */
.header_local .subnavi_local{
  position: absolute;
  right: 0;
  top:14px;
}
.header_local .subnavi_local li{
  float: left;
}
.header_local .subnavi_local li a{
  display: block;
}
.header_local .subnavi_local a span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* 法人会員 */
.header_local .subnavi_local .item01 a{
  background: url(/common/img_location/btn_subnavi01.png) no-repeat center center;
  background-size: contain;

}
.header_local .subnavi_local .item01 span{
  width: 150px;
  height: 33px;
}
/* 店舗へのアクセス */
.header_local .subnavi_local .item02 a{
  background: url(/common/img_location/btn_subnavi02.png) no-repeat center center;
  background-size: contain;
  border-left: solid 1px #d2d2d2;
}
.header_local .subnavi_local .item02 span{
  width: 155px;
  height: 33px;
}
/* お電話 */
.header_local .subnavi_local .item03 a{
  background: url(/common/img_location/btn_subnavi03.png) no-repeat center center;
  background-size: contain;
  border-left: solid 1px #d2d2d2;
}
.header_local .subnavi_local .item03 span{
  width: 144px;
  height: 33px;
}
/* お問い合わせ */
.header_local .subnavi_local .item06{
  margin-right: 15px;
}
.header_local .subnavi_local .item06 a{
  background: url(/common/img_location/btn_subnavi06.png) no-repeat center center;
  background-size: contain;
  border-left: solid 1px #d2d2d2;
}
.header_local .subnavi_local .item06 span{
  width: 133px;
  height: 33px;
}
/* ネット入会 */
.header_local .subnavi_local .item04 a{
  background: url(/common/img/btn_hd_reserve.png) no-repeat center center;
  background-size: contain;
  box-shadow: 0 0 5px rgba(0,0,0,.22);
}
.header_local .subnavi_local .item04 span{
  width: 206px;
  height: 47px;
}
/* 体験会 */
.header_local .subnavi_local .item05 a{
  background: url(/common/img/btn_hd_experience.png) no-repeat center center;
  background-size: contain;
  box-shadow: 0 0 5px rgba(0,0,0,.22);
}
.header_local .subnavi_local .item05 a span{
  width: 149px;
  height: 47px;
}

@media all and (min-width : 768px){
  .header_local .subnavi_local .sub01{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width : 767px){
  /* ナビ上段 */
  .header_local .subnavi_local{
    position: relative;
    top:auto;
  }
  .header_local .subnavi_local .sub01 li{
    width: calc(100% / 3);
  }
  .header_local .subnavi_local .sub01 li a{
    padding-top: 20%;
  }
  /* 店舗へのアクセス */
  .header_local .subnavi_local .item02 a{
    background-image: url(../img_location_sp/btn_subnavi02.png);
    background-size: 100% auto;
    border-left:none;
  }
  .header_local .subnavi_local .item02 span{
    width: 100%;
    height: auto;
  }
  /* ネット入会 */
  .header_local .subnavi_local .item04 a{
    background: url(/common/img_location_sp/btn_hd_reserve.png) no-repeat center center;
    background-size: 100% auto;
    box-shadow: none;
    background-color: #e50112;
    border-right: solid 1.5px #fff;
  }
  .header_local .subnavi_local .item04 span{
    width: 100%;
    height: auto;
  }
  /* 体験会 */
  .header_local .subnavi_local .item05 a{
    background: url(/common/img_location_sp/btn_hd_experience.png) no-repeat center center;
    background-size: 100% auto;
    box-shadow: none;
    background-color: #034099;
  }
  .header_local .subnavi_local .item05 a span{
    width: 100%;
    height: auto;
  }
}

/*ナビ下段----------------------------------*/
.header_local .nameboard{
  flex: 1;
  padding-top: 28px;
  color: #034099;
}
.header_local .nameboard_upper h2{
  float: left;
  line-height:1;
  font-size:179%;
}
.header_local .nameboard_upper h2 a{
  color: #034099;
}
.header_local .nameboard_upper h2 img{
  margin-right: 10px;
}
.header_local .nameboard_lower{
  margin-top: 13px;
}
.header_local .nameboard_lower dl,
.header_local .nameboard_lower dt,
.header_local .nameboard_lower dd{
  position: relative;
  float: left;
}
.header_local .nameboard_lower .tel_freedial{
  font-size: 129%;
  line-height:1;
}
.header_local .nameboard_lower .tel_freedial a{
  color: #034099;
}
.header_local .nameboard_lower .tel_freedial img{
  vertical-align:middle;
}
.header_local .nameboard_lower .tel_freedial dd{
  padding: 2px 0 0 2px;
}
/*.header_local .nameboard_lower .tel_freedial dd:after{
  content: "／";
  display: inline;
  position: absolute;
  right: 0.5em;
}*/
.header_local .nameboard_lower .tel_cap dt{
  padding:0 2em 0 0;
}
.header_local .nameboard_lower .tel_cap dt:after{
  content: "：";
  display: inline;
  position: absolute;
  right: 0.5em;
}
@media screen and (min-width : 768px){
  .header_local .nameboard_lower .tel_freedial a{
    pointer-events: none;
  }
}
@media screen and (max-width : 767px){
  .header_local .nameboard{
    width: 96%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header_local .nameboard_in{
    width: 85%;
    padding-right: 2%;
    border-right: solid 1px #044099;
  }
  .header_local .nameboard_upper{
    border-bottom: solid 1px #b3b3b3;
    padding-bottom: 16px;
  }
  .header_local .nameboard_upper h2{
    font-size:145%;
    float: none;
  }
  .header_local .nameboard_upper h2 a{
  }
  .header_local .nameboard_upper h2 img{
    width: 40%;
    max-width: 110px;
    margin-right:5px;
  }
  .header_local .nameboard_lower{
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
  }
  .header_local .nameboard_lower dl{
    float: none;
  }
  .header_local .nameboard_lower .tel_freedial{
    font-size: 116%;
    padding: 5px 0;
    /*border-right: solid 1px #044099;*/
  }
  .header_local .nameboard_lower .tel_freedial img{
    width: 23px;
  }
  .header_local .nameboard_lower .tel_freedial dd{
    padding: 2px 1em 0 2px;
  }
  .header_local .nameboard_lower .tel_freedial dd:after{
    display: none;
  }
  .header_local .nameboard_lower .tel_cap{
    padding: 5px 0 5px 1em;
  }
  .header_local .nameboard #menu_local{
    flex: 1;
    text-align: center;
  }
  .header_local .nameboard #menu_local img{
    max-width: 60px;
  }
}

@media screen and (max-width : 320px){
  .header_local .nameboard_lower .tel_freedial,
  .header_local .nameboard_lower .tel_cap{
    font-size: 90%;
  }
  .header_local .nameboard_lower .tel_cap dt{
    padding-right: 1em;
  }
  .header_local .nameboard_lower .tel_cap dt::after{
    right: 0;
  }
}

/* ローカルナビ */
.header_local .lnavi{
  width: 836px;
  border-right: 1px solid #9bb2de;
}
.header_local .lnavi ul{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.header_local .lnavi li{
  flex: 1;
  border-left: 1px solid #9bb2de;
}
.header_local .lnavi li a{
  position: relative;
  width: 100%;
  height: 40px;
  color: #034099;
  font-size: 14px;
  line-height: 1.143;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.header_local .lnavi li.on .arrow{
  opacity: 1;
  background-color: #034099;
}
.header_local .lnavi li .arrow{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: -12px;
  background: url(../img/ico_gnav_act_arrow.png) center bottom no-repeat;
  opacity: 0;
}
.header_local .lnavi li a.popup_trig{
  cursor: pointer;
}
.header_local .lnavi li a.popup_trig span{
  display: inline-block;
  padding-right: 26px;
  background: url(/common/img/ico_down.png) no-repeat right center;
  background-size: 15px auto;
  font-size: 89%;
  color: #000;
}
.header_local .lnavi li a span {
  font-size: 85.7%;
}
@media screen and (min-width : 768px){
  .header_local .lnavi li a:hover{
    opacity: 1;
  }
  .header_local .lnavi li a:hover .arrow{
    opacity: 1;
    background-color: #034099;
  }
}



/* 店舗用新レイアウト2024/11/19 */
@media screen and (min-width : 768px){
  .header_local.new_style .inner {
    display: block;
  }
  .header_local.new_style .nameboard_upper h2 a{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header_local.new_style .subnavi_local {
    z-index: 1;
    top: 40px;
  }
  /* 総合TOP */
  .header_local .subnavi_local .item_top a{
    background: url(/common/img_location/btn_subnavi_top.png) no-repeat center center;
    background-size: contain;
    border-left: solid 1px #d2d2d2;
  }
  .header_local .subnavi_local .item_top span{
    width: 137px;
    height: 33px;
  }
  .header_local.new_style .nameboard_in {
    position: relative;
  }
  .header_local.new_style .nameboard_lower {
    margin-top: 0;
    position: absolute;
    left: 205px;
    bottom: 0;
  }
  .header_local.new_style .lnavi {
    margin-top: 25px;
  }
  .header_local .subnavi_local .sub01 .item04 {
    position: absolute;
    bottom: -90px;
    right: 149px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .22);
  }
  .header_local .subnavi_local .sub01 .item05 {
    position: absolute;
    bottom: -90px;
    right: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .22);
  }
}
@media screen and (max-width : 767px){
}


/*スマホメニュー開いた時*/
@media screen and (max-width : 767px){
  header .gnavi_sp .gn_logo_local{
    float: left;
    padding: 7.4% 0 2.6% 4.6%;
  }
  header .gnavi_sp .gn_logo_local a{
    display: inline-block;
    color: #034099;
    font-weight: bold;
    font-size: 12px;
  }
  header .gnavi_sp .gn_logo_local img{
    width: 90px;
    margin-right: 8px;
    vertical-align: baseline;
  }
  header .gnavi_sp .gn_close{
    margin-top: 7.4%;
  }
  header .gnavi_sp .gn_member {
    margin: 9% 1% 0 0;
  }
  header .gnavi_sp .gn_member .txt {
    padding: 5px 9px 5px 16px;
  }
  /*ローカルメニュー----------------------------*/
  header .gnavi_sp .gnavi_sp_inner.local{
    background-color: #f6f6f6;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  }
  header .gnavi_sp .local_menu{
    border-top: solid 1px #034099;
    border-bottom: solid 4px #e8e8e8;
  }
  header .gnavi_sp .local_menu li{
    border-bottom: solid 1px #034099;
  }
  header .gnavi_sp .local_menu a{
    color: #034099;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 4%;
    background: url(../img_sp/ico_navi_arrow.png) right 10px center no-repeat;
    background-size: 15px auto;
  }
  header .gnavi_sp .local_menu a .small {
    font-size: 13px;
    display: inline;
  }
  /*ローカルメニューインフォ*/
  header .gnavi_sp .local_menu_info{
    margin-top: 7px;
    border-top: solid 4px #e8e8e8;
    border-bottom: solid 4px #e8e8e8;
  }
  header .gnavi_sp .local_menu_info ul{
    border-top: solid 1px #034099;
  }
  header .gnavi_sp .local_menu_info ul li{
    width: 50%;
    float: left;
  }
  header .gnavi_sp .local_menu_info ul li:nth-child(even){
    border-left: solid 1px #034099;
  }
  header .gnavi_sp .local_menu_info ul li a{
    font-size: 14px;
    font-weight: bold;
    color: #034099;
    padding: 17px 4%;
    text-align: center;
  }
  header .gnavi_sp .local_menu_info ul li a span{
    padding: 5px 0;
  }
  header .gnavi_sp .local_menu_info ul li.access a span{
    display: inline-block;
    padding-left: 35px;
    background: url(/common/img_location/ico_access.png) no-repeat left center;
    background-size: 23px auto;
  }
  header .gnavi_sp .local_menu_info ul li.tel a span{
    display: inline-block;
    padding-left: 35px;
    background: url(/common/img_location/ico_tel_b.png) no-repeat left center;
    background-size: 23px auto;
  }
  header .gnavi_sp .local_menu_info ul li.reserve a{
    background: #e50112;
    font-size: 15px;
    color: #fff;
  }
  header .gnavi_sp .local_menu_info ul li.experience a{
    background: #034099;
    font-size: 15px;
    color: #fff;
  }
  /*ローカルメニューお知らせ系*/
  header .gnavi_sp .local_menu_news{
    margin-top: 7px;
    border-top: solid 4px #e8e8e8;
    border-bottom: solid 4px #e8e8e8;
  }
  header .gnavi_sp .local_menu_news ul{
    border-top: solid 1px #034099;
    border-bottom: solid 1px #034099;
    background: #e1e9f4;
  }
  header .gnavi_sp .local_menu_news ul li:nth-child(n+2){
    border-top: solid 1px #034099;
  }
  header .gnavi_sp .local_menu_news ul a{
    color: #034099;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 4%;
    background: url(../img_sp/ico_navi_arrow.png) right 10px center no-repeat;
    background-size: 15px auto;
  }
  /*ローカルメニュー その他*/
  header .gnavi_sp .local_menu_other{
    margin-top: 7px;
    border-top: solid 4px #e8e8e8;
    border-bottom: solid 4px #e8e8e8;
  }
  /*ローカルメニュー 採用*/
  header .gnavi_sp .local_menu_recruit{
    margin-top: 7px;
    border-top: solid 4px #e8e8e8;
    padding-bottom: 50px;
    background: #fff;
  }
  header .gnavi_sp .local_menu_recruit ul{
    border-top: solid 1px #034099;
    border-bottom: solid 1px #034099;
  }
  header .gnavi_sp .local_menu_recruit ul a{
    color: #034099;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 4%;
    background: url(../img_sp/ico_navi_arrow.png) right 10px center no-repeat;
    background-size: 15px auto;
  }
}

@media screen and (max-width : 340px){
  header .gnavi_sp .gn_logo_local img {
    display: block;
  }
}
/* ===============================================
# main
=============================================== */
main.index{
  display: block;
  position: relative;
  padding-top: 494px;
  background-color:#f6f6f6;
}

main.index .anchor{
  position: absolute;
  top: 0;
}
main.index.store{
  padding-top: 0;
}
@media screen and (max-width : 767px){
  main.index{
    padding-top: 90%;
    background-color: #fff;
  }
  main.index.store{
    padding-top: 0;
  }
  main.index  .anchor{
    margin-top: -12.8%;
    padding-top: 12.8%;
  }
}


/* promo
----------------------------------------------- */
.page_index .promo{
  position: absolute;
  z-index:0;
  top: 0;
  width: 100%;
  height: 829px;
  overflow: hidden;
}
.page_index .promo .inner{
  position: relative;
  z-index: 100;
}
.page_index .promo .caption{
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  margin-top: 200px;
  color: #fff;
  font-style: italic;
  line-height: 1.15;
  text-shadow: 0 0 30px rgba(0,0,0,.36);
}
.page_index .promo .caption .text01{
  font-size: 63px;
  font-size: 3.93rem;
}
.page_index .promo .caption .text02{
  font-size: 90px;
  font-size: 5.62rem;
  text-indent: .3em;
}
.promo .attach_btn{
  position: absolute;
  top: 0;
  right: 0;
  margin: 100px 50px 0 0;
}
.promo .attach_btn a img{
  width: 174px;
}
.promo .attach_btn a:nth-child(2){
  margin-top: 15px;
}
.page_index .promo .promo_slider{
  position: absolute;
  top: 0;
  left: 50%;
  width: 1900px;
  transform: translateX(-50%);
}

@media screen and (max-width : 767px){
  .page_index .promo{
    height: auto;
    padding-top: 140%;
  }
  .page_index .promo .inner{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page_index .promo .caption{
    margin: 60% 0 0 10%;
    text-shadow: 0 0 15px rgba(0,0,0,.36);
  }
  .page_index .promo .caption .text01{
    font-size: 36px;
    font-size: 2.25rem;
  }
  .page_index .promo .caption .text02{
    font-size: 40px;
    font-size: 2.5rem;
  }
  .promo .attach_btn{
    width: 33%;
    margin: 4% 4% 0 0;
  }
  .promo .attach_btn a img{
    width: 100%;
  }
  .page_index .promo .promo_slider{
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
  }
}
/* slider */
.page_index .promo .bnr_slider{
  position: relative;
  z-index: 1;
  width: 1200px;
  height: auto;
  margin: 0 auto 45px;
  background-color: #fff;
}
.page_index .promo .bnr_slider img{
  width: 100%;
  height: auto;
}
.page_index .promo .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page_index .promo .slick-dots li{
  margin: 0;
}
.page_index .promo .slick-dots li button::before{
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.page_index .promo .slick-dots li.slick-active button::before{
  color: #0c48b9;
}

@media screen and (max-width : 767px){

  .page_index .promo .bnr_slider{
    width: 100%;
    margin: 0 0 7.73%;
    background-color: transparent;
  }

}
/* 店舗用新レイアウト2024/11/19 */
.page_index main.index {
  z-index: 1;
}
.page_index main.index::before {
  content: "";
  display: block;
  width: 100%;
  height: 703px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #034099;
  z-index: -2;
}
.page_index main.index::after {
  content: "";
  display: block;
  width: 39%;
  height: 703px;
  position: absolute;
  top: 0;
  right: 61%;
  clip-path: polygon(0 0, 55% 0, 100% 100%, 0% 100%);
  z-index: -1;
  background-image: -moz-linear-gradient( 131deg, rgb(16,97,174) 0%, rgb(20,71,136) 51%, rgb(23,44,97) 100%);
  background-image: -webkit-linear-gradient( 131deg, rgb(16,97,174) 0%, rgb(20,71,136) 51%, rgb(23,44,97) 100%);
  background-image: -ms-linear-gradient( 131deg, rgb(16,97,174) 0%, rgb(20,71,136) 51%, rgb(23,44,97) 100%);
}
.page_index .area_promo {
  padding-top: 40px;
  padding-bottom: 8px;
  position: relative;
  z-index: 1;
}
.page_index .area_promo .inner {
  position: relative;
}
.page_index .area_promo .ttl_promo {
  background: url(/common/img_location/ico_fitta_title.png) no-repeat center left;
  background-size: 20px;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 25px;
  font-size: 1.5625rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 19px;
}

.page_index .area_promo .ttl_promo span {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
.page_index .area_promo .wrap_slider {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.page_index .area_promo .wrap_slider .bnr_slider {
  width: 1022px;
  background-color: #fff;
  padding: 5px;
  position: relative;
}
.page_index .area_promo .wrap_slider .thumb_slider {
  background-color: #fff;
  padding: 5px;
  margin-right: 15px;
  width: 263px;
}
.page_index .area_promo .wrap_slider .thumb_slider button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.page_index .area_promo .wrap_slider .thumb_slider img {
  max-width: 100%;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-vertical .slick-slide {
  border: none;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-slide {
  position: relative;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-slide.slick-current::before {
  opacity: 0;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev, 
.page_index .area_promo .wrap_slider .thumb_slider .slick-next {
  position: absolute;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
  transition: all ease 0.5s;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev {
  top: 0;
  bottom: auto;
  -webkit-transform: translate(-50%, -5px);
  transform: translate(-50%, -5px);
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-next {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 5px);
  transform: translate(-50%, 5px);
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev:before, 
.page_index .area_promo .wrap_slider .thumb_slider .slick-next:before {
  content: '';
  display: block;
  background-color: #153873;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev:before {
  background: url(/common/img_location/ico_slider_up.svg) no-repeat center center, #153873;
  background-size: 17px;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-next:before {
  background: url(/common/img_location/ico_slider_down.svg) no-repeat center center, #153873;
  background-size: 17px;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev.slick-disabled:before{
  opacity: 0;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-next.slick-end:before {
  opacity: 0;
}
.page_index .area_promo .wrap_slider .slick-dots {
  bottom: -31px;
}
.page_index .area_promo .wrap_slider .slick-dots li {
  padding: 0 6px;
  width: auto;
  height: auto;
}
.page_index .area_promo .wrap_slider .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #adb0b6;
  opacity: 1;
  border-radius: 50%;
  padding: 0;
}
.page_index .area_promo .wrap_slider .slick-dots li button::before {
  content: none;
}
.page_index .area_promo .wrap_slider .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.page_index .area_promo .wrap_slider .box_btn {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
.page_index .area_promo .wrap_slider .box_btn .btn {
  display: block;
  width: 19px;
  height: 19px;
  border: none;
  border-radius: 50%;
  background: url(/common/img_location/ico_stop.svg) no-repeat center center,#fff;
  background-size: 7px;
  cursor: pointer;
  text-indent: 100em;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
}
.page_index .area_promo .wrap_slider .box_btn .btn.is_stop {
  background: url(/common/img_location/ico_start.svg) no-repeat center left 6px,#fff;
  background-size: 6px;
}
.page_index .area_promo .wrap_links {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position: absolute;
  top: 0;
  right: 0;
}
.page_index .area_promo .wrap_links .link{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  background-color: #fff;
  background: url(/common/img_location/ico_arrow_wbtn.svg) no-repeat center right 21px, #fff;
  background-size: 9px;
  border-radius: 50px;
  width: 250px;
  text-align: center;
  padding: 12px 20px 11px;
}
.page_index .area_promo .wrap_links .link.member{
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.page_index .area_promo .wrap_links .link+.link{
  margin-left: 20px;
}
@media screen and (max-width : 767px){
.page_index main.index::before {
  content: none;
}
.page_index main.index::after {
  content: none;
}
.page_index .area_promo {
  position: relative;
  z-index: 1;
  padding-top: 23px;
  padding-bottom: 17px;
  background-color: #034099;
}
.page_index .area_promo::before {
  content: "";
  display: block;
  width: 82.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 17.5%;
  clip-path: polygon(0 0, 34% 0, 100% 100%, 0% 100%);
  z-index: -1;
  background-image: -moz-linear-gradient( 131deg, rgb(16,97,174) 0%, rgb(20,71,136) 51%, rgb(23,44,97) 100%);
  background-image: -webkit-linear-gradient( 131deg, rgb(16,97,174) 0%, rgb(20,71,136) 51%, rgb(23,44,97) 100%);
  background-image: -ms-linear-gradient( 131deg, rgb(16,97,174) 0%, rgb(20,71,136) 51%, rgb(23,44,97) 100%);

}
.page_index .area_promo .ttl_promo {
  background: url(/common/img_location/ico_fitta_title.png) no-repeat center left 15px;
  background-size: 32px;
  padding-left: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 17px;
  line-height: 1.282;
  margin-bottom: 11px;
}
.page_index .area_promo .ttl_promo span {
  font-size: 20px;
}
.page_index .area_promo .wrap_slider {
  display: block;
}
.page_index .area_promo .wrap_slider .bnr_slider {
  width: 100%;
  background-color: #fff;
  padding: 2px 0;
}
.page_index .area_promo .wrap_slider .thumb_slider {
  width: 100%;
  margin-right: 0;
  padding: 2px 0;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev, 
.page_index .area_promo .wrap_slider .thumb_slider .slick-next {
  width: 30px;
  height: 30px;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev {
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-next {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev:before, 
.page_index .area_promo .wrap_slider .thumb_slider .slick-next:before {
  content: '';
  display: block;
  background-color: #153873;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-prev:before {
  background: url(/common/img_location/ico_slider_prev.svg) no-repeat center center, #153873;
  background-size: 8px;
}
.page_index .area_promo .wrap_slider .thumb_slider .slick-next:before {
  background: url(/common/img_location/ico_slider_next.svg) no-repeat center center, #153873;
  background-size: 8px;
}
.page_index .area_promo .wrap_slider .slick-dots {
  bottom: -21px;
}
.page_index .area_promo .wrap_slider .slick-dots li {
  padding: 0 5px;
}
.page_index .area_promo .wrap_slider .slick-dots li button {
  width: 7px;
  height: 7px;
}
.page_index .area_promo .wrap_slider .box_btn {
  right: 8px;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.page_index .area_promo .wrap_slider .box_btn .btn {
  width: 16px;
  height: 16px;
  background: url(/common/img_location/ico_stop.svg) no-repeat center center,#fff;
  background-size: 6px;
}
.page_index .area_promo .wrap_slider .box_btn .btn.is_stop {
  background: url(/common/img_location/ico_start.svg) no-repeat center left 6px,#fff;
  background-size: 5px;
}
.page_index .area_promo .wrap_links {
  position: static;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 92%;
  margin: 22px auto 0;
}
.page_index .area_promo .wrap_links .link{
  background-color: #fff;
  background: url(/common/img_location/ico_arrow_wbtn.svg) no-repeat center right 15px, #fff;
  background-size: 6px;
  width: 50%;
  max-width: 334px;
  padding: 12px 15px 11px;
}

.page_index .area_promo .wrap_links .link img {
  width: 89px;
}
.page_index .area_promo .wrap_links .link.member img {
  width: 125px;
}
.page_index .area_promo .wrap_links .link+.link{
  margin-left: 11px;
}
}
/* slider
----------------------------------------------- */
.bnr_slider{
  position: relative;
  z-index: 1;
  width: 1200px;
  height: auto;
  margin: 0 auto 45px;
  background-color: #fff;
}
.bnr_slider img{
  width: 100%;
  height: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots li{
  margin: 0;
}
.slick-dots li button::before{
  font-size: 10px;
  color: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button::before{
  color: #0c48b9;
}

@media screen and (max-width : 767px){

  .bnr_slider{
    width: 100%;
    margin: 0 0 7.73%;
    background-color: transparent;
  }

}
/* section : Welcome to Fitta
----------------------------------------------- */
.section_first .inner{
  position: relative;
  width: 1300px;
  margin: 0 auto;
  padding: 35px 26px;
  background-color: #ffffff;
  border-left: 4px solid #172c61;
  border-right: 4px solid #172c61;
}
.section_first .box_emergency_news{
  padding: 0 25px;
}
.section_first .box_emergency_news dl{
  border: solid 2px #cc0001;
  background-color:#f7fafd;
  margin-bottom: 10px;
}
.section_first .box_emergency_news dl dt{
  background-color: #cc0001;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 125%;
  font-weight: bold;
}
.section_first .box_emergency_news dl dt p{
  margin-top: 10px;
}
.section_first .box_emergency_news dl dd{
  padding: 15px 20px 15px;
}
.section_first .box_emergency_news ul a{
  color: #fa0000;
  font-weight: bold;
}
.section_first .box_emergency_news ul li:nth-child(n+2){
  margin-top: 5px;
}
.section_first h3{
  text-align: center;
  color: #194683;
}
.section_first h3{
  text-align: center;
  color: #194683;
}
.section_first .box_emergency_news .box_btn{
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.section_first .box_emergency_news .box_btn p{
  width: 300px;
  margin: 0 15px;
}
.section_first .box_emergency_news .box_btn a img{
  width: 100%;
}
.section_first .cmn_area_newsimportant {
  margin-bottom: 20px;
}
.section_first .sect_header .sect_title{
  color: #034099;
  font-size: 43px;
  font-size: 2.68rem;
  font-style: italic;
}
.section_first .sect_header .sect_title span{
  color: #a7afbe;
}
.section_first .lead{
  margin-top: 8px;
  color: #083d7e;
}
.section_first .lead .red{
  color: #e60112;
}
.section_first .list_box{
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.section_first .box{
  display: -ms-flexbox;
  display: flex;
  width: 400px;
}
.section_first .list_box.col4 .box{
  width: 300px;
}
.section_first .box a{
  -ms-flex: 0 1 auto;
  position: relative;
  padding: 8px 8px 60px;
  background-color: #fff;
}
.section_first .box .figure_wrap{
  position: relative;
}
.section_first .box figure img{
  max-width: 100%;
}
.section_first .box .pop{
  position: absolute;
  width: 70px;
  left: 0;
  bottom: -10px;
}
.section_first .box .pop img{
  width: 70px;
  height: 81px;
}
.section_first .box_title{
  padding: 15px 0 12px;
  border-bottom: 3px solid #ededed;
  color: #194683;
  text-align: center;
  font-size: 122%;
  line-height: 1.18;
}
.section_first .box_text{
  margin-top: 8px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.section_first .box_button{
  /*margin-top: 20px;*/
  position: absolute;
  bottom: 8px;
  width: 390px;
}
.section_first .list_box.col4 .box_button{
  width: 284px;
}

@media screen and (min-width : 768px){

  .section_first .list_box .ov:hover{
    box-shadow: 0 0 24px rgba(0,0,0,.5);
  }

}

@media screen and (max-width : 767px){

  .section_first{
    padding: 0 2.13%;
    background-color: #053eac;
  }
  .section_first .inner{
    width: auto;
    margin: 0;
    padding: 5.73% 0 0;
    border-width: 0;
    background-color: #fff;
  }
  .section_first .box_emergency_news{
    padding: 0 3%;
  }
  .section_first .box_emergency_news dl dt,
  .section_first .box_emergency_news dl dd{
    padding-right: 4%;
    padding-left: 4%;
  }
  .section_first .box_emergency_news ul{
    padding: 15px 0 15px;
  }
  .section_first .box_emergency_news .box_btn{
    display: block;
    margin-top: 0;
  }
  .section_first .box_emergency_news .box_btn p{
    width: 100%;
    margin: 0 0 12px 0;
  }
  .section_first .cmn_area_newsimportant {
    padding: 0 3%;
  }
  .section_first .lead{
    margin-top: 4%;
    font-size: 12px;
  }
  .section_first .list_box{
    display: block;
    margin-top: 5.8%;
    border-top: 1px solid #e4e4e4;
  }
  .section_first .list_box .box{
    float: none;
    width: auto;
    margin: 0;
    padding: 1.4% 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .section_first .list_box.col4 .box{
    width: auto;
  }
  .section_first .box a{
    display: table;
    width: 100%;
    padding: 0;
  }
  .section_first .box .figure_wrap{
    display: table-cell;
    width: 59.8%;
    padding-right: 9%;
  }
  .section_first .box .figure_wrap .pop{
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
    width: 30%;
    margin-top: 5%;
  }
  .section_first .box .pop img{
    width: 100%;
    height: auto;
  }
  .section_first .box_content{
    display: table-cell;
    width: 40.2%;
    padding: 0 1% 0 3%;
    vertical-align: middle;
  }
  .section_first .box_title{
    padding: 0;
    border-width: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
  }

}


/* section : お知らせ・キャンペーン
----------------------------------------------- */
.section_news{
  padding: 60px 0 40px;
}
.section_news .box_event_list{
  padding-top: 20px;
}

@media screen and (max-width : 767px){

  .section_news{
    background-color: #f3f9ff;
  }
  .section_news .ttl_news{
    width: 91.2%;
    margin: 0 auto;
  }
  .section_news .box_event_list{
    padding-top: 3%;
  }
  .section_news .box_event_list ul li{
    margin-bottom: 0;
  }
  .section_news .box_button{
    width: 92%;
    margin-top: 3.6%;
  }

}


/* section : 会員の方へのお知らせ
----------------------------------------------- */
.section_member{
  padding: 40px 0 100px;
  background-color: #fff;
}
.section_member .sec_half{
  width: 605px;
}
.section_member .sec_left{
  float: left;
}
.section_member .box_button{
  margin-top: 25px;
}

.section_member .sec_right{
  float: right;
}

.section_member .news_container.info{
  margin-top: 50px;
}
.section_member .ttl_info{
 margin: 0;
}
/* facebook */
.facebook-wrapper {
  width: auto;
  max-width: 500px;
  margin: 0;
}
.facebook-wrapper> .fb-page {
  width: 100%;
}
.facebook-wrapper> .fb-page> span,
.facebook-wrapper iframe {
  width: 100% !important;
}

/*LINEボタン*/
.line-wrapper{
  padding-top: 20px;
}
.line-wrapper a{
  display: block;
  border-radius: 5px;
  background-color: rgb(0, 185, 0);
  box-shadow: 0px 3px 0px 0px rgba(213, 212, 212,1);
  width: 500px;
  text-align: center;
  padding: 2px 0;
}
.line-wrapper a img{
  width: 98px;
}
@media all and (min-width : 766px){
  .box_popupbtn{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
  }
  .pginfo_container{
    width: 296px;
    float: right;
    box-shadow: none;
    margin-top: 40px;
  }
  .pginfo_container .ttl_info{
    font-size: 129%;
    padding-left: 35px;
  }
  .pginfo_container .prg_inr{
    padding:  19px 17px;
  }

  .program_container{
    width: 296px;
    float: left;
    box-shadow: none;
    margin-top: 40px;
  }
  .program_container.web_reserve{
    margin-top: 20px;
  }
  .program_container .ttl_program{
    font-size: 129%;
  }
  .program_container .prg_inr{
     padding:  19px 17px;
  }
}
@media screen and (max-width : 767px){

  .section_member{
    padding: 0 4%;
    background-color: #f3f9ff;
  }
  .section_member .inner{
    padding: 2% 0 5.7%;
  }
  .section_member .sec_half{
    width: auto;
    float: none;
  }
  .section_member .box_button{
    margin-top: 5.7%;
  }
  .pginfo_container{
    margin-top: 5.8%;
  }
  .pginfo_container .prg_inr {
    padding: 6% 7% 5%;
  }
  .pginfo_container .prg_inr .ttl_info{
    padding-left: 35px;
  }
  .program_container{
    margin-top: 5.8%;
  }
  .section_member .sec_right{
    margin-top: 10%;
  }
  .section_member .sec_right .fb_iframe_widget{
    text-align:center;
  }
  /* facebook */
  .fb_iframe_widget{
    margin: 0 auto;

  }
  /*LINEボタン*/
  .line-wrapper{
    padding-top: 15px;
  }
  .line-wrapper a{
    width: 100%;
    padding: 2px 0;
  }
  .line-wrapper a img{
    width: 98px;
  }
}


/* section : WEBで見学
----------------------------------------------- */
.sec_360view{
  background-color: #fff;
  background-image: url(../img_location/bg_360view.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
}
.sec_360view .inner{
  height: 420px;
}
.sec_360view .ttl_square{
  width: 224px;
  height: 224px;
  margin: 0 auto;
  padding: 66px 0 0 33px;
  background-color: #172c61;
  background-image: url(../img_location/ico_360view.png);
  background-position: center 29px;
  background-repeat: no-repeat;
  background-size: 61px 25px;
  color: #fff;
}
.sec_360view .ttl_square h3{
  line-height: 1.15;
  font-size: 186%;
}
.sec_360view .ttl_square .lead{
  margin-top: 18px;
  line-height: 1.46;
  font-size: 93%;
}
.sec_360view .button_oval{
  margin: 70px auto 0;
  width: 334px;
}
.sec_360view .button_oval .btn{
  display: block;
  padding: 1px 0 0;
  border-radius: 24px;
  background-color: rgba(255,255,255,.97);
  color: #053eac;
  text-align: center;
  font-size: 93%;
  line-height:46px;
}
.sec_360view .button_oval .btn span{
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  padding-right: 2em;
}
.sec_360view .button_oval .btn span:after{
  content: "＞";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width : 768px){

  .sec_360view .button_oval .ov:hover{
    opacity: 1;
  }
  .sec_360view .button_oval .ov:hover span{
    opacity: .5;
  }

}

@media screen and (max-width : 767px){

  .sec_360view{
    background-image: url(../img_location_sp/bg_360view.jpg);
    background-position: center 34px;
    background-size: 100% auto;
    border-bottom-width: 0;
  }
  .sec_360view .inner{
    height: auto;
    padding-bottom: 11.6%
  }
  .sec_360view .ttl_square{
    width: 44.7%;
    height: auto;
    padding: 13.6% 0 5.3%;
    background-position: center 12.5%;
    background-size: 27.5% auto;
  }
  .sec_360view .ttl_square h3{
    display: table;
    margin: 0 auto;
    font-size: 20px;
  }
  .sec_360view .ttl_square .lead{
    display: table;
    margin: 7.5% auto 0;
    font-size: 10px;
  }
  .sec_360view .button_oval{
    margin: 11.3% auto 0;
    width: 67%;
  }
  .sec_360view .button_oval .btn{
    padding: 0;
    border-radius: 1.5em;
    font-size: 10px;
    line-height:3em;
  }
}


/* footer_local : 店舗のご案内
----------------------------------------------- */
.footer_local{
  position: relative;
  border-top: 2px solid #172c61;
  background-color: #fff;
}
.footer_local:before{
  content: "";
  display: block;
  position: absolute;
  width: 78px;
  height: 39px;
  /*  top: -11px;  */
  left: 50%;
  margin-left: -39px;
  background-image: url(../img_location/bg_foot_triangle.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer_local .inner{
  padding: 62px 0 90px;
}
.footer_local h3{
  display: table;
  margin: 0 auto;
  padding-left: 50px;
  background-image: url(../img_location/ico_guide.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  color: #083d7e;
  font-size: 235%;
  line-height: 28px;
}
.footer_local .lead{
  margin-top: 25px;
  line-height: 1.4;
}
.footer_local .info_container{
  margin-top: 25px;
}
.footer_local .loc_info{
  float: left;
  width: 361px;
  color: #172c61;
  line-height: 1;
}
.footer_local .loc_info .indent{
  padding-left: 4px;
}
.footer_local .loc_info_zip{
}
.footer_local .loc_info_addr{
  margin-top: 10px;
}
.footer_local .loc_info_tel{
  margin-top: 8px;
  padding: 2px 0 0 38px;
  background-image: url(../img_location/ico_freedial.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 31px 18px;
  font-size: 158%;
  line-height: 24px;
}
.footer_local .loc_info_fax{
  margin-top: 2px;
}
.footer_local .loc_info_time{
  margin-top: 12px;
}
.footer_local .loc_info_time .time_caption{
  padding-left: 30px;
  background-image: url(../img_location/ico_time.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  font-size: 108%;
  line-height: 22px;
}
.footer_local .loc_info_time .time_caption .note{
  margin-left: 1em;
  font-size: 80%;
}
.footer_local .loc_info_time .top_info_time{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 20px;
  margin-bottom: 12px;
}
.footer_local .loc_info_time .top_info_time .time_caption {
  margin-right: 20px;
}
.footer_local .loc_info_time .top_info_time .time_hour {
  font-size: 158%;
  font-weight: bold;
  padding-bottom: 2px;
}
.footer_local .loc_info_time .time_table{
  display: table;
  width: 100%;
  margin-top: 7px;
  padding: 5px 0;
  border-top: 1px solid #172c61;
  border-bottom: 1px solid #172c61;
  line-height: 22px;
}
.footer_local .loc_info_time .time_table dt{
  position: relative;
  float: left;
  clear: left;
  width: 4em;
}
.footer_local .loc_info_time .time_table dt:after{
  content: "：";
  display: inline;
  position: absolute;
  right: 0;
}
.footer_local .loc_info_time .time_table dd{
  margin-left: 4em;
  font-size: 108%;
}
.footer_local .loc_info_time .time_table time{
  font-size: 146%;
  font-weight: bold;
}
.footer_local .loc_info_time .time_table .staf_hour {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer_local .loc_info_time .time_table .staf_hour .ttl_staf_hour {
  border-right: 1px solid #034099;
  padding: 10px 10px 10px 0;
  margin-right: 10px;
  line-height: 1.2;
}
.footer_local .loc_info_time .time_table .staf_hour .list_staf_hour {
  font-size: 16px;
  font-size: 114%;
}
.footer_local .loc_info_time .kome_time_table {
  margin-top: 13px;
}
.footer_local .loc_info_time .kome_time_table>li {
  position: relative;
  padding-left: 1em;
  font-size: 93%;
  line-height: 1.1;
}
.footer_local .loc_info_time .kome_time_table>li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.footer_local .loc_info_time .kome_time_table>li+li {
  margin-top: 5px;
}
.footer_local .loc_info_parking {
  font-size: 108%;
  margin-top: 15px;
}
.footer_local .loc_info .loc_banner{
  padding-top: 3px;
}
.footer_local .loc_info .loc_banner li{
  margin-top: 12px;
}
.footer_local .loc_imap{
  float: left;
  margin-left: 18px;
}
.footer_local .loc_gmap{
  float: left;
  padding-top: 10px;
  margin-left: 18px;
  width: 100%;
  max-width: 820px;
  height: 365px;
}
.footer_local .loc_gmap iframe{
  width: 100%;
  height: 100%;
}
@media screen and (max-width : 767px){
  .footer_local{
    border-top-width: 6px;
  }
  .footer_local:before{
    width: 55px;
    height: 28px;
    top: -6px;
    margin-left: -28px;
  }
  .footer_local .inner{
    padding: 9.6% 4% 17%;
  }

  .footer_local h3{
    min-height: 21px;
    padding-left: 26px;
    background-size: 21px 21px;
    font-size: 23px;
    line-height: 1;
  }
  .footer_local .lead{
    margin-top: 4%;
    font-size: 14px;
  }
  .footer_local .info_container{
    margin-top: 5%;
  }
  .footer_local .loc_info{
    float: none;
    width: auto;
    padding-left: 0;
    font-size: 14px;
  }
  .footer_local .loc_info_zip{
  }
  .footer_local .loc_info_addr{
    margin-top: 1.6%;
  }
  .footer_local .loc_info_tel{
    min-height:20px;
    margin-top: 1.5%;
    padding: 1px 0 0 35px;
    background-size: 31px 18px;
    font-size: 16px;
    line-height: 20px;
  }
  .footer_local .loc_info_tel a,
  .footer_local .loc_info_tel a:visited{
    color: #0c3f9c;
  }
  .footer_local .loc_info_fax{
    margin-top: 1.5%;
  }
  .footer_local .loc_info_time{
    margin-top: 1.6%;
  }
  .footer_local .loc_info_time .time_caption{
    padding-left: 23px;
    background-image: url(../img_location/ico_time.png);
    background-position: 2px center;
    background-size: 16px 16px;
    font-size: 14px;
    line-height: 16px;
  }
  .footer_local .loc_info_time .time_caption .note{
    margin-left: 1em;
    font-size: 11px;
  }
  .footer_local .loc_info_time .top_info_time{
    margin-bottom: 10px;
  }
  .footer_local .loc_info_time .top_info_time .time_hour {
    font-size: 20px;
  }
  .footer_local .loc_info_time .time_table{
    display: block;
    margin-top: 1%;
    padding: 2% 0;
    line-height: 16px;
  }
  .footer_local .loc_info_time .time_table dd{
    font-size: 12px;
  }
  .footer_local .loc_info_time .time_table time{
    font-size: 16px;
    font-weight: bold;
  }
  .footer_local .loc_info_time .time_table .staf_hour .list_staf_hour li + li {
    margin-top: 4px;
  }
  .footer_local .loc_info_parking {
    font-size: 100%;
  }
  .footer_local .loc_info .loc_banner{
    margin-top: 5.8%;
    padding-top: 0;
  }
  .footer_local .loc_info .loc_banner li{
    margin: 0;
    width: 48%;
    float: left;
  }
  .footer_local .loc_info .loc_banner li:nth-child(even){
    float: right;
  }
  .footer_local .loc_imap{
    float: none;
    margin: 8.7% 0 0;
  }
  .footer_local .loc_gmap{
    float: none;
    margin: 8.7% 0 0;
    height: 332px;
  }
  .footer_local .btn_gmap{
    margin-top: 10px;
    padding: 0.7% 0 1.4%;
    border: 1px solid #1662d3;
    box-shadow:0 2px 0 #9cbff5;
    color: #1662d3;
    text-align: center;
    font-size: 12px;
  }
  .footer_local .btn_gmap span{
    display: inline-block;
    padding: 0 38px;
    background-image: url(../img_location_sp/ico_gmap.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    line-height: 30px;
  }

}
/* ===============================================
# 利用状況ポップアップ
=============================================== */
@media screen and (max-width : 767px){
  .modal_status_contents .graph dl{
    width: 50%;
  }
  .modal_status_contents .graph dl:nth-child(3){
    border-left: none;
  }
}
