@charset "utf-8";

/* CSS Document */
/*ALL
****************************************/
.container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.wrapper {
  margin: 0 auto;
}

.wrap{
  width: 98%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/*section {
  padding: 60px 0;
}*/

.PcOnly {
  display: block !important;
}

.SpOnly {
  display: none !important;
}

.flex {
  display: flex;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap li {
  display: inline-block;
}

.flex-wrap .span3 {
  width: 22.404255319148934%;
  margin: 0 auto;
}

.flex-wrap .span4 {
  width: 30.914893617021278%;
  margin: 0 auto;
}
.flex-wrap .span6 {
  width: 43.914893617021278%;
  margin: 0 auto;
}
.flex-wrap .span12 {
  width: 100%;
  margin: 0 auto;
}

.is-empty3:after {
  content: "";
  display: block;
  width: 29%;
  margin: 1.501%;
  height: 0;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 0 auto;
    padding: 0 2%;
  }
  .wrap{
    width:auto;
    margin: 0 auto;
    padding: 0 2%;
  }

  /*section {
    padding: 30px 0;
  }*/

  .PcOnly {
    display: none !important;
  }

  .SpOnly {
    display: block !important;
  }

  .flex-wrap .span3,
  .flex-wrap .span4,
  .flex-wrap .span6 {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 481px) {
  .container {
    max-width: 480px;
  }
}

/*font-size*/
.ttl {
  font-size: 1.6rem
}

.ttl1 {
  font-size: 1.8rem
}

.ttl2 {
  font-size: 2.0rem
}

.ttl3 {
  font-size: 2.2rem
}

.ttl4 {
  font-size: 2.4rem
}

@media screen and (max-width: 768px) {
  .ttl {
    font-size: 1.4rem
  }

  .ttl1 {
    font-size: 1.6rem
  }

  .ttl2 {
    font-size: 1.8rem
  }

  .ttl3 {
    font-size: 2.0rem
  }

  .ttl4 {
    font-size: 2.0rem
  }
}

.block-Title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.block-Title1 {
  text-align: center;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.block-Txt {
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .block-Title {
    font-size: 18px;
  }

  .block-Title1 {
    font-size: 18px;
  }

  .block-Txt {
    text-align: center;
    font-size: 14px;
  }
}

/*background*/
.bg{
  background: url(/wp-content/uploads/sites/1001/2023/04/bg-pattern0.jpg);
}

.bgwhite {
  background: #ffffff;
}

.bggrey {
  background: #eeeeee;
}

.bgocher {
  background: #b28224;
}

/*MENU
****************************************/
.Header-nav{
  background: #666;
}
.menu {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menu > li {
  width: 16.5%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}

.tenantHeader .menu > li {
  width: 20%;
}

.menu > li a {
  display: block;
  color: #fff;
}
.menu > li a:hover {
}

.menu > li a.nav-logo {

}
.menu > li a.nav-home{
  position: relative;
    top: -9px;
}
.menu > li a.nav-home::before {
  content:"";
  background: url(/wp-content/uploads/sites/1001/2023/04/home-icon.png) no-repeat;
  background-size: 20px;
  background-position: center;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
  top: 13px;
}
.menu > li a.nav-logo img{
  background: #fff;
  width: 130px;
  position: relative;
  top: 7px;
}

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

ul.menu__third-level {
  visibility: hidden;
  opacity: 0;
}

ul.menu__fourth-level {
  visibility: hidden;
  opacity: 0;
}

.menu > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu__second-level li {
  border-top: 1px solid #fff;
}

.menu__third-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a:hover {
  background: #111;
}

.menu__third-level li a:hover {
  background: #2a1f1f;
}

.menu__fourth-level li a:hover {
  background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: -3px;
}

/* floatクリア */
.menu:before,
.menu:after {
  content: " ";
  display: table;
}

.menu:after {
  clear: both;
}

.menu {
  *zoom: 1;
}
.menu > li.menu__single {
  position: relative;
  border-right: 1px solid #fff;
}
.menu > li.menu__single:nth-child(1){
  border-left: 1px solid #fff;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #666;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

li.menu__single:hover ul.menu__second-level {
  top: 50px;
  visibility: visible;
  opacity: 1;
}


/*BUTTON
****************************************/
.btn1 {
  font-size: 1.4rem;
  display: block;
  background: url("/wp-content/uploads/sites/1001/2023/04/bg_pattern7.png") no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  width: 450px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .btn1 {
    width: 90%;
    font-size: 1.2em;
  }
}

.cv-btn {
  background: #f98c44;
  width: 600px;
  margin: 50px auto;
  padding: 10px;
  border-radius: 20px;
  font-size: 3rem;
  display: block;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .1em;
  position: relative;
}

.cv-btn:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 130%;
  position: absolute;
  left: 140px;
  top: 2px;
}

.cv-btn span {
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .cv-btn {
    position: relative;
    max-width: 320px;
    font-size: 2rem;
    display: none;
  }

  .cv-btn span {
    font-size: 1.2rem;
  }

  .cv-btn:before {
    font-size: 130%;
    left: 58px;
    top: 5px;
  }
}

/*HEADER
****************************************/
#Header {
  background: #fff;
    position: relative;
    margin: 0 auto;
    top:0;
    left: 0;
    right: 0;
    box-shadow: 0px 2px 6px -5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 2px 6px -5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 6px -5px rgba(0,0,0,0.6);
    z-index: 999;
}

.Header_Inner {
  max-width: 1180px;
  margin: 0 auto;
  justify-content: space-between;
  height: 80px;
  position: relative;
  align-items: center;
}
.Header_Inner-Home{
  position: absolute;
  width: 58px;
  right: 152px;
  top: 53px;
  text-align: center;
  font-size: 13px;
  color: #000;
  display: none;
}
.Header_Inner-Home a{
  color: #000;
  padding-top: 50px;
    margin-top: -50px;
}
.Header_Inner-Home a:before{
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/home_pc.jpg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 32px;
    height: 40px;
    position: absolute;
    top: -34px;
    left: 0;
    right: 0;
    margin: auto;
}

.Header_Inner-Left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.Header_Inner-Logo {
  width: 220px;
}
.Header_Inner-Logo-bottom{
  text-align: center;
  margin-top: 6px;
}
.Header_Inner-Logo-bottom img{
  width: 120px;
}
@media screen and (max-width: 768px) {
  .Header_Inner-Logo-bottom img{
    width: 90px;
  }
}


.Header_Inner-Logo-Txt{
  font-size: 13px;
  margin-left: 15px;
}

.Header_Inner-Txt {}

.Header_Inner-Txt p {
  background: url(/wp-content/uploads/sites/1001/2023/04/bg_pattern9.png);
  padding: 10px;
  font-size: 1.4rem;
}

.Header_Inner-Txt p a {
  color: #fff;
  padding: 8px;
  border: 1px solid #000000;
}

.Header_Inner-Right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  top: 27px;
}

.Header_Inner-Icon {
  margin: auto 0px 6px auto;
}

.Header_Inner-Icon li {
  position: relative;
  margin-right: 14px;
  width: 20px
}

.Header_Inner-Icon li .open {
  display: none;
  position: absolute;
    top: 100%;
    right: 0;
    width: 360px;
    height: 300px;
    padding: 0 10px 15px;
    overflow-y: scroll;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px 0 0 10px;
}

.Header_Inner-Icon li .open article {
  display: flex;
  margin-bottom: 15px;
  padding: 10px;
}
.Header_Inner-Icon li .open article:nth-child(2n){
  background: #eee;
}
.Header_Inner-Icon li .open article figure {
  width: 50%;
  margin: 0;
}

.Header_Inner-Icon li .open article .txt_area {
  position: relative;
  width: 50%;
  padding-left: 10px;
}

.Header_Inner-Icon li .open article .txt_area span:before{
  content: none;
}

.Header_Inner-Icon li .open article .txt_area .delete {
  position: absolute;
  bottom: -3px;
  right: 0;
}

.Header_Inner-Icon li .open article .txt_area .delete a {
  display: block;
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background: orange;
  border-radius: 3px;
}


.Header_Inner-Icon li:nth-child(1) a:before{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/04/Instagram_icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 30px;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
}
.Header_Inner-Icon li:nth-child(2) a:before{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/04/tiktok-logo.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 30px;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
}
.Header_Inner-Icon li:nth-child(3) span:before{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/04/favorite-img1.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
}
.Header_Inner-Icon li:nth-child(4) span:before{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/04/history.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 30px;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
}
.Header_Inner-Icon li:nth-child(5) a:before{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/04/calendar.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 30px;
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: auto;
}
.Header_Inner-Icon li:nth-child(6){
  width: 121px;
}

.Header_Inner-Icon li:nth-child(6) a:before{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/04/line-btn-pc.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 121px;
  height: 25px;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0px 4px 0px #008000;
  transition: .3s;
  border-radius: 5px;
}
.Header_Inner-Icon li:nth-child(6) a:hover:before{
  top: -40px;
  box-shadow: 0px 0px 0px #008000;
}

.Header_Inner-Icon li:nth-child(3) .favorite-number {
  position: absolute;
  bottom: 4px;
  right: -12px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 1.6;
  width: 16px;
  color: #fff;
  background-color: #000;
}

.Header_Inner-Icon li:nth-child(3) .favorite-number:before{
  content: none;
}


.Header_Inner-Contact {
  width: 315px;
}

.Header_Inner-Contact .mail a {
  text-align: center;
  background: #f36f23;
  position: relative;
  color: #fff;
  display: block;
  margin: 0px 0 0 0;
  padding: 5px;
  font-size: 1.4rem;
}

.Header_Inner-Contact .mail a:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 176%;
  position: absolute;
  left: 38px;
  top: -4px;
}


.Header_Inner-Contact .tel {
  text-align: center;
}

.Header_Inner-Contact .tel a {
  font-size: 2rem;
  line-height: 1;
  margin: 8px auto auto auto;
  display: block;
  color: #f36f23;
  font-weight: bold;
  letter-spacing: .1em;
  position: relative;
}

.Header_Inner-Contact .tel a:before {
  content: "\f2a0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 129%;
  position: absolute;
  left: 60px;
  top: -3px;
}

.Header_Inner-Contact .tel a span {
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;
  letter-spacing: 0em;
}




@media screen and (max-width: 768px) {
  #HeaderSp{
    position: fixed;
    z-index: 20;
    background: #fff;
    top: 0;
    width: 100%;
    box-shadow: 0px 2px 6px -5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 2px 6px -5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 6px -5px rgba(0,0,0,0.6);
  }
  .HeaderSp_Inner {
    height: 60px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

  }

  .HeaderSp_Inner-Left {
    width: 140px;
    padding-left: 10px;
  }

  .HeaderSp_Inner-Logo {
    width: 100%;
  }

  .HeaderSp_Inner-Right {
    position: absolute;
    right: 50px;
    top: 18px;
  }
  .HeaderSp_Inner-Right li img{
    width: 25px;
    height: 25px;
    margin: 0 5px;
  }
  body.Search .HeaderSp_Inner-Right {
    right: 138px;
  }
  /* .HeaderSp_Inner-Right .airrsv a{
    display: inline-block;
    position: relative;
    top: 31px;
    right: -11px;
    font-size: 10px;
    width: 20px;
    margin-right: 23px;
  } */
  /* .HeaderSp_Inner-Right .airrsv a:before{
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/calendar.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
  } */

  .HeaderSp_Inner-Icon li{
    position: relative;
  }
  .HeaderSp_Inner-Icon li .open {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0 10px 15px;
    overflow-y: scroll;
    background: #fff;
    border: #999 solid 1px;
    visibility: hidden;
    z-index: 999999;
    transition: .3s ease-in-out;
  }

  .HeaderSp_Inner-Icon li.fav .favorite-number {
    position: absolute;
    bottom: 3px;
    right: 3px;
    width: 15px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 13px;
    color: #fff;
    background-color: #000;
  }

  .HeaderSp_Inner-Icon li.tgl_on .open {
    height: 79vh;
    padding-top: 32px;
    visibility: visible;
    overflow: scroll;
  }

  /* .HeaderSp_Inner-Icon li.tgl_on .is_open {
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 6px;
    padding: 5px 8px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    background: rgb(0, 153, 119);
    border-radius: 3px;
  } */

  .HeaderSp_Inner-Icon li.tgl_on .is_close {
    /*display: none;*/
  }

  .HeaderSp_Inner-Icon li .open article {
    display: flex;
    margin-bottom: 15px;
    padding: 10px;
  }

  .HeaderSp_Inner-Icon li .open article:nth-child(2n){
    background: #eee;
  }

  .HeaderSp_Inner-Icon li .open article figure {
    width: 50%;
    margin: 0;
  }

  .HeaderSp_Inner-Icon li .open article figure img{
    width: auto;
    height: auto;
  }


  .HeaderSp_Inner-Icon li .open article .txt_area {
    position: relative;
    width: 50%;
    padding-left: 10px;
  }

  .HeaderSp_Inner-Icon li .open article .txt_area .delete {
    position: absolute;
    bottom: -5px;
    right: 0;
  }

  .HeaderSp_Inner-Icon li .open article .txt_area .delete a {
    display: block;
    padding: 2px 5px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background: orange;
    border-radius: 3px;
  }



  .HeaderSp_Inner-Txt {
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px 0;
    font-size: 1.6rem;
    border-bottom: 1px solid;
    margin-bottom: 5px;
  }

  .HeaderSp_Inner-Txt a {
    color: #fff;
    display: block;
  }

  /* トグルボタン */
  #togglenav {
    display: none;
  }

  #togglenav:checked+.togglenav-btn:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00d";
    font-weight: 900;
    font-size: 2em;
  }

  #togglenav:checked~.togglenav-bg {
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .togglenav-btn {
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    color: #000;
    /* line-height: 50px; */
    text-align: center;
    -webkit-transition: background-color .6s, -webkit-transform .6s;
    transition: background-color .6s, transform .6s;
  }

  .togglenav-btn:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f0c9";
    font-weight: 900;
    font-size: 2em;
    background: #fff;
    padding: 5px;
  }

  /* トグルを押した際の背景 */
  .togglenav-bg {
    cursor: pointer;
    position: fixed;
    top: 0px;
    right: 0px;
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .6s;
  }

  /* ドロワーメニュー */
  .drawer {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background-color: white;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
  }

  .drawer .drawer-menu {
    padding: 0;
    list-style-type: none;
  }

  .drawer .drawer-menu .drawer-menu-item {
    font-size: 14px;
    width: 100%;
  }

  .drawer .drawer-menu .drawer-menu-item a {
    display: block;
    padding: .5em 2em;
    text-decoration: none;
    transition: background-color 0.4s;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    color: #333;
  }

  .drawer .drawer-menu .drawer-menu-item a:hover {
    background-color: #eee;
    color: #666;
  }

  .drawer .drawer-menu .drawer-menu-item a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-weight: 900;
    font-size: 1em;
    margin: 0 0.5em 0 0;
  }

  .drawer .drawer-menu .drawer-menu-item.first a:before {
    content: none;
  }

  #togglenav:checked~.drawer {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 481px) {
  .HeaderSp_Inner-Right {

  }
  .HeaderSp_Inner-Right li img {

  }
  body.Search .HeaderSp_Inner-Right {
    /* right: 39%; */
  }
  .HeaderSp_Inner-Icon li.tgl_on .open{
    height: 81vh;
  }


}

@media screen and (max-width: 376px) {

  .HeaderSp_Inner-Left {
    width: 125px;
  }
  .HeaderSp_Inner-Icon li.tgl_on .open{
    height: 82vh;
  }
  .HeaderSp_Inner-Right li img {
    margin: 0;
  }
  .HeaderSp_Inner-Icon li.fav .favorite-number {
    right: -2px;
  }
}
@media screen and (max-width: 321px) {
  .HeaderSp_Inner-Icon li.fav {
    margin: 0 4px;
  }
  .HeaderSp_Inner-Left {
    width: 100px;
  }
  .HeaderSp_Inner-Right {

  }
  body.Search .HeaderSp_Inner-Right {
    /* right: 42%; */
  }
  .HeaderSp_Inner-Icon li.tgl_on .open{
    height: 83vh;
  }
}


/*footer*/
.footer {}

.footer_sitemap {
  margin: 50px auto;
  display: none;
}

.footer_sitemap-List {}

.footer_sitemap-List li {
  width: 22%;
  text-align: center;
  margin: 30px auto;
}

.footer_sitemap-List a {
  display: block;
  width: 100%;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  padding: 25px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}

.footer_sitemap-List .item1 a:before {
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 200%;
  position: absolute;
  left: 10px;
  top: 12px;
}

.footer_sitemap-List .item2 a:before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 200%;
  position: absolute;
  left: 10px;
  top: 12px;
}

.footer_sitemap-List .item3 a:before {
  content: "\f1ad";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 200%;
  position: absolute;
  left: 10px;
  top: 12px;
}

.footer_sitemap-List .item4 a:before {
  content: "\f4ff";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 200%;
  position: absolute;
  left: 6px;
  top: 12px;
}


.footer_inner {
  padding: 30px 0;
  border-top: 3px solid #f2f2f2;
}


.footer_inner-List {
  margin: 30px auto;
}

.footer_inner-List li {
  margin: 0px auto;
}

.footer_inner-List .footer_inner-company{
  width: 40%;
}
.footer_inner-List .PcOnly{
  width: 60%;
}
.footer_inner-List .PcOnly li{
  width: 40%;
}
.footer_inner-List .PcOnly li a{
  display: block;
}
.footer_inner-List .footer_inner-company p{
  width: 100%;
}

.footer_inner-List .footer_inner-line a:nth-child(1){
  /* display: block;
  border-radius: 12px;
  position: relative;
  top: 0px;
  transition:.3s;*/
  margin-bottom: 25px;
}
.footer_inner-List .footer_inner-line a:nth-child(1):hover{
  /* border-radius: 12px; */
  /*box-shadow: 0px 0px 0px #008000;
  top: 3px;*/
}
/* .footer_inner-List .footer_inner-line a.instagram{
  display: block;
  border: 1px solid #666666;
  border-radius: 10px;
  text-align: center;
  padding: 0.6em 0 0.5em;
  margin-bottom: 0;
  font-size: 1.6rem;
  transition: .3s;
  position: relative;
  top: 0;
} */
/*.footer_inner-List .footer_inner-line a.instagram:hover{
  top: 3px;
  box-shadow: 0px 0px 0px #666;
}*/
/* .footer_inner-List .footer_inner-line a.instagram span{
  display: flex;
  justify-content: center;
}
.footer_inner-List .footer_inner-line a.instagram span img{
  width: 35px;
  margin-right: 10px;
  margin-top: -3px;
} */

.footer_inner-List .footer_inner-contact a:nth-child(1){
  display: block;
  margin-bottom: 25px;
}
/*
.footer_inner-List .footer_inner-contact a:nth-child(1){
    display: block;
    border: 2px solid #009977;
    color: #009977;
    border-radius: 10px;
    text-align: center;
    padding: 2em 1em 0em;
    margin-bottom: 22px;
    font-size: 1.4rem;
    position: relative;
    transition:.3s;
}
.footer_inner-List .footer_inner-contact a:nth-child(1):before{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/04/mail-icon.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 30px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    margin: auto;
} */
.footer_inner-List .footer_inner-contact a:nth-child(1):hover{
  /*top: 3px;
  box-shadow: 0px 0px 0px #666;*/
}
.footer_inner-List .footer_inner-contact a span{
  font-size: 2.2rem;
  font-weight: bold;
  padding-left: 20px;
}

.footer_inner-List li .footer-logo {
  width: 240px;
  margin-bottom: 20px;
}

.footer_inner-List p {

}

.footer_inner-List p span {
  font-size: 2rem;
  display: inline-block;
  margin: auto auto 4px auto;
}

.footer_inner-contact a:nth-child(1){
  /* display: block;
  border: 1px solid #666666;
  border-radius: 6px;
  text-align: center;
  padding: 1em;
  margin-bottom: 25px; */
}
.footer_inner-contact a:nth-child(2){
  display: block;
  text-align: center;
  position: relative;
}
.footer_inner-contact a:nth-child(2) span:before{
  content: "";
  background: url(/wp-content/uploads/sites/1001/2023/04/contact-btn1.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 18px;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 10px;
}

.footer_inner-sitemap{
  padding: 40px 0;
  background: dimgrey;
}

.footer_inner-sitemap-List{

}
.footer_inner-sitemap-List li{
  width: 25%;
}
@media screen and (max-width: 768px) {
  .footer_inner-sitemap-List li{
    width: 50%;
    margin-bottom: 20px;
  }
}


.footer_inner-sitemap-List li h3{
  font-size: 14px;
    position: relative;
    margin: 11px auto -1px auto;
}
.footer_inner-sitemap-List li h3 a{
  color: #fff;
  border-bottom: 1px solid;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_inner-sitemap-List li h3 a{
    font-weight: normal;
  }
}
.footer_inner-sitemap-List li p{
  padding: 5px 0 5px 3%;
  border-left: 1px solid #fff;
}
.footer_inner-sitemap-List li p a{
  color: #fff;
  position: relative;
  font-size: 14px;
}
.footer_inner-sitemap-List li p label{
  color: #fff;
}





.footer_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 2px 6px -5px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px -1px 2px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 2px 6px -5px rgba(0,0,0,0.6);
  background: #f2f2f2;
}

/*.footer_fixed.TOP{
  position: fixed;
  bottom: 0;
  top: unset;
}*/

.footer_fixed-List {
  align-items: center;
  padding: 7px 0 20px;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 480px;
  margin: 0 auto;
  display: none;
}

.footer_fixed-List li {
  width: 10.5%;
  margin: 0.5% auto;
}

.footer_fixed-List li:nth-child(1) {
  width: 7.5%;
  display: none;
}

.footer_fixed-List li:nth-child(1) a {

}

.footer_fixed-List li:nth-child(2) {
  width: 8.5%;
}

.footer_fixed-List li:nth-child(2) a {

}

.footer_fixed-List li:nth-child(3) {
  width: 8.5%;
}

.footer_fixed-List li .open {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 10px 15px;
  overflow-y: scroll;
  background: #fff;
  border: #999 solid 1px;
  visibility: hidden;
  z-index: 10000;
  transition: .3s ease-in-out;
}

.footer_fixed-List li .is_open {
  display: none;
}

.footer_fixed-List li.tgl_on .open {
  height: 400px;
  padding-top: 32px;
  visibility: visible;
  overflow: scroll;
}

.footer_fixed-List li.tgl_on .is_open {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 5px 8px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: rgb(0, 153, 119);
  border-radius: 3px;
}

.footer_fixed-List li.tgl_on .is_close {
  display: none;
}

.footer_fixed-List li .open article {
  display: flex;
  margin-bottom: 15px;
  padding: 10px;
}

.footer_fixed-List li .open article:nth-child(2n){
  background: #eee;
}

.footer_fixed-List li .open article figure {
  width: 50%;
  margin: 0;
}

.footer_fixed-List li .open article .txt_area {
  position: relative;
  width: 50%;
  padding-left: 10px;
}

.footer_fixed-List li .open article .txt_area .delete {
  position: absolute;
  bottom: -5px;
  right: 0;
}

.footer_fixed-List li .open article .txt_area .delete a {
  display: block;
  padding: 2px 5px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  background: orange;
  border-radius: 3px;
}

.footer_inner-List .footer_inner-company p.footer_inner-sns{
  width: 35px;
  margin: 15px 0 0px 0;
  display: none !important;
}


.footer_fixed{
  bottom: unset;
  top: 60px;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.footer_fixed .footer_fixed-Box{
  padding: 11px 10% 11px;
}





#copy{
  text-align: center;
    padding: 30px 0;
    background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .footer_inner {
    padding: 50px 0 0 0;
    border-top: 1px solid #f2f2f2;
  }
  .footer_sitemap-List {
    margin: 20px auto;
  }

  .footer_sitemap-List li {
    width: 48%;
    text-align: center;
    margin: 10px auto;
  }

  .footer_sitemap-List a {
    padding: 10px;
    font-size: 1.1rem;
  }

  .footer_sitemap-List .item1 a:before {
    font-size: 150%;
    top: 4px;
  }

  .footer_sitemap-List .item2 a:before {
    font-size: 150%;
    top: 4px;
  }

  .footer_sitemap-List .item3 a:before {
    font-size: 150%;
    top: 6px;
  }

  .footer_sitemap-List .item4 a:before {
    font-size: 150%;
    top: 4px;
  }

  .footer_inner-List li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .footer_inner-List li img {
    width: 200px;
  }

  .footer_inner-List p {
    line-height: 2.5;
    text-align: center;
    margin: 10px auto 25px;
  }
  .footer_inner-List .footer_inner-company {
    width: 50%;
  }
  .footer_inner-List  p.footer_inner-sns{
    margin: 15px auto 0px auto !important;
  }
  .footer_inner-List  p.footer_inner-sns a{
    display: block;
    border: 1px solid #666666;
    border-radius: 6px;
    text-align: center;
    padding: .6em 0em;
    margin-bottom: 30px;
    font-size: 1.2rem;
    box-shadow: 0px 4px 0px #666;
    position: relative;
    top: 0;
    transition: .3s;
    width: 46%;
    margin: 0 auto;
  }
  .footer_inner-List  p.footer_inner-sns a:hover{
    top:4px;
    box-shadow: none;
  }
  .footer_inner-List  p.footer_inner-sns span{
    margin: 0 auto;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_inner-List  p.footer_inner-sns span img{
    width: 25px;
    margin-right: 10px;
  }
  .footer_fixed-Box{
    align-items: center;
    padding: 7px 5% 20px;
    max-width: 480px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
    justify-content: center;
  }
  .footer_fixed-Box a{
    display: block;
  }
  .footer_fixed-Box li:nth-child(3){
    width: 40%;
    transition: .3s;
    background: url(/wp-content/uploads/sites/1001/2023/05/contact_line1.svg) no-repeat;
    background-size: 100% 100%;
    max-width: 130px;
  }
  .footer_fixed-Box li:nth-child(3) a{
    font-size: 10px;
    color: #fff;
    line-height: 5;
    padding-left: 42px;
    font-weight: bold;
  }


  .footer_fixed-Box li:nth-child(3):hover{
    position: relative;
    top: 5px;
  }
  .footer_fixed-Box li:nth-child(4){
    width: 6%;
    padding-left: 2%;
    margin: auto 0;
  }
  .footer_fixed-Box li:nth-child(1),
  .footer_fixed-Box li:nth-child(2){
    width: 25%;
  }
  .footer_fixed-Box li:nth-child(1) a,
  .footer_fixed-Box li:nth-child(2) a{
    text-align: center;
  }
  .footer_fixed-Box li:nth-child(1) img,
  .footer_fixed-Box li:nth-child(2) img{
    max-height: 50px;
  }
}
@media screen and (max-width: 480px) {
  .footer_fixed-Box{
    justify-content: space-around;
  }
}
@media screen and (max-width: 421px) {
  .footer_fixed-Box li:nth-child(3) a{
    transform: scale(0.8);
    line-height: 2;
    padding: 12% 0 10% 30%;
  }
}
@media screen and (max-width: 371px) {
  .footer_fixed-Box li:nth-child(3) a{
    transform: scale(0.6);
    padding: 10% 0px 9% 25%;
    margin-right: -20px;
  }
}

/*popup*/

.myModal3{
  cursor: pointer;
  position: relative;
  z-index: 1;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .myModal3{
    display: block;
    position: relative;
  }
}

.myModal3_popUp,
input[name="myModal2_switch"],
#myModal3_open + label ~ label
 {
  display: none;
}
.myModal3 input{
  display: none;
}
#myModal3_open + label,
#myModal3_close-button + label {
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 0px 0px 0px 3%;
}
#myModal3_open + label:before{

}
.myModal3 .gallery-img{
  width: 48px;
}
#myModal3_open + label span{
  display: block;
  color: #fff;
}


.myModal3_popUp {
  animation: fadeIn1 1s ease 0s 1 normal;
  -webkit-animation: fadeIn1 1s ease 0s 1 normal;
}
#myModal3_open:checked ~ #myModal3_close-button + label{
  animation: fadeIn1 2s ease 0s 1 normal;
  -webkit-animation: fadeIn1 2s ease 0s 1 normal;
}
@keyframes fadeIn1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadeIn1 {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#myModal3_open:checked + label ~ .myModal3_popUp {
  background: #fff;
  display: block;
  width: 50%;
  height: auto;
  padding: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 998;
}

#myModal3_open:checked + label ~ .myModal3_popUp > .myModal3_popUp-content  {
  width: calc(100%);
  height: 100%;
  padding: 10px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#myModal3_open:checked + label ~ .myModal3_popUp > .myModal3_popUp-content img{
  margin-bottom: 10px;
}

#myModal3_open:checked + label + #myModal3_close-overlay + label {
  background: rgba(0, 0, 0, 0.70);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 997;
}

#myModal3_open:checked ~ #myModal3_close-button + label {
  display: none;
  background: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  width: 90%;
  height: 44px;
  position: fixed;
  bottom: 10%;
  left: 5%;
  z-index: 999;

}
#myModal3_open:checked ~ #myModal3_close-button + label::before {
  content: '×';
}
#myModal3_open:checked ~ #myModal3_close-button + label::after {
  content: 'CLOSE';
  margin-left: 5px;
  font-size: 80%;
}
#myModal3_open:checked + label ~ .myModal3_popUp > .myModal3_popUp-content ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}
#myModal3_open:checked + label ~ .myModal3_popUp > .myModal3_popUp-content ul li{
    width: 46%;
    margin: 0 auto;
}
#myModal3_open:checked + label ~ .myModal3_popUp > .myModal3_popUp-content ul li a{
  padding: 0;
  text-align: center;
  padding: .5em;
  border-radius: 6px;
  display: block;
  background: white;
  color: #009977;
  cursor: pointer;
  position: relative;
  margin: 10px;
  border: 2px solid;
}
#myModal3_open:checked + label ~ .myModal3_popUp > .myModal3_popUp-content ul li a:before{
    content: none;
}
#myModal3_open:checked + label ~ .myModal3_popUp > .myModal3_popUp-content ul li a:after{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 7px;
}

@media (max-width: 768px) {
  .myModal3{
  }
  #myModal3_open + label, #myModal3_close-button + label{
    /*padding: 57px 0px 12px 0;
    font-size: 1.0rem;*/
  }
  #myModal3_open + label:before{
      left: 0;
      top: 7px;
      right: 0;
      margin: auto;
      width: 45px;
      height: 45px;
  }
  #myModal3_open:checked + label ~ .myModal3_popUp{
      width: 96%;
  }
}
@media (max-width: 481px) {
  #myModal3_open:checked + label ~ .myModal3_popUp{
      height: auto;
  }
}



/*copy*/
.copy {
}

/*その他
---------------------------------------------------------------------------*/
.u-mb-20 {
  margin: 0 0 20px 0;
}


/*breadcrumb
---------------------------------------------------------------------------*/
.es-header-breadcrumb {
  margin-left: 0;
  padding: 30px 10px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 10;
  border-top: 4px solid #f2f2f2;
  border-bottom: 4px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  .es-header-breadcrumb{
    display: none;
  }
}

.es-header-breadcrumb li {
  display: inline;
  list-style: none;
  color: #000;
  font-weight: bold;
  /*太字*/
}

  /* >を表示*/
/* .es-header-breadcrumb li + li:before {
  content: '>';
  padding: 0 3px;
  color: #000000;
} */

.es-header-breadcrumb li a {
  text-decoration: none;
  color: #000000;
}

.es-header-breadcrumb li:first-child a:before {
  /*家アイコンに*/
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f015';
  font-size: 1.1em;
  color: #000000;
}

.es-header-breadcrumb li a:hover {
  text-decoration: underline;
}

/* 追記 2020/1/15 */
.es-header-breadcrumb .es-container {
  max-width: 1000px;
  margin: 0 auto;
}
.skip-link.screen-reader-text {
  display: none;
}

/*accordion
---------------------------------------------------------------------------*/
.accbox {
  margin: 2em 0;
  padding: 0;
  max-width: 100%;
}

.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 13px 25px 13px 12px;
  color: #000;
  font-weight: bold;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s;
  border-top: 1px solid #ddd;
  position: relative;
  font-size: 1.6rem;
}

.accbox label:last-child {
  border-bottom: 1px solid #ddd;
}

.accbox label:before {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  padding-right: 8px;
  position: absolute;
  right: 0;
}

/* input[type="checkbox"]:checked + label::before{
  background: transparent !important;
} */

.cssacc:checked+label:before {
  content: '\f077';
}

.accbox label:hover {
  background: #ddd;
}

.accbox input {
  display: none;
}

.accbox .bor {
  border-bottom: 1px solid #ddd;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.accbox .accshow .q {
  color: blue;
  font-size: 2.0rem;
  padding-right: 5px;
}

.accbox .accshow .a {
  color: red;
  font-size: 2.0rem;
  padding-right: 5px;
}
.accbox .accshow a{
  color: #f49795;
  border-bottom: 1px solid;
  font-weight: bold;
}

.cssacc:checked+label+.accshow {
  height: auto;
  padding: 5px;
  background: #fff;
  opacity: 1;
  margin: 0 auto 30px auto;
  font-size: 1.4rem;
}

.accbox .accshow p {
  margin: 15px 10px
}

@media screen and (max-width: 768px) {
  .accbox label {
    font-size: 1.4rem;
  }

  .global-nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 40px;
    background-color: #fff;
    transition: all .6s;
    z-index: 99999;
    overflow-y: scroll;
  }

  .global-nav .menu_logo {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 120px;
  }

  .hamburger {
    position: fixed;
    right: 15px;
    top: 21px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 99999;
    background: #fff;
  }
  .wrapper .hamburger{
    line-height: 2;
  }


  .hamburger:after{
    content: "";
    width: 100%;
    font-size: 10px;
    text-align: center;
    position: absolute;
    bottom: -4px;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item {
    text-align: left;
    width: 100%;
    position: relative;
  }

  .global-nav__list .global-nav__item.nav_area:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/topsearch-img1.png) no-repeat, #009977;
    background-size: 20px, contain;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_station:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/topsearch-img2.png) no-repeat, #009977;
    background-size: 20px, contain;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_map:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/04/topsearch-img3.png) no-repeat, #009977;
    background-size: 20px, contain;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_check:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/08/building_search.png) no-repeat, #009977;
    background-size: 20px, contain;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_renova:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/kodawari-img1.png) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_design:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/kodawari-img2.png) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_pet:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/kodawari-img3.png) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_deposit:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/kodawari-img4.png) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_5year:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/kodawari-img5.png) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_ekicika:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/kodawari-img6.png) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_faq:before {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 38px;
    height: 31px;
    color: #bbb;
    font-size: 20px;
  }
  .global-nav__list .global-nav__item.nav_flow:before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 11px;
    width: 34px;
    height: 30px;
    color: #bbb;
    font-size: 20px;
  }
  .global-nav__list .global-nav__item.nav_company:before {
    content: "\f1ad";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 11px;
    width: 34px;
    height: 30px;
    color: #bbb;
    font-size: 20px;
  }
  .global-nav__list .global-nav__item.nav_privacy:before {
    content: "\f4ff";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 11px;
    width: 34px;
    height: 30px;
    color: #bbb;
    font-size: 18px;
  }
  .global-nav__list .global-nav__item.nav_contact:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/menu-contact.png) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }
  .global-nav__list .global-nav__item.nav_store:before {
    content: "\f54e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 34px;
    height: 30px;
    color: #bbb;
    font-size: 18px;
  }
  .global-nav__list .global-nav__item.nav_order:before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 34px;
    height: 30px;
    color: #bbb;
    font-size: 20px;
  }
  .global-nav__list .global-nav__item.nav_recruit:before {
    content: "";
    background: url(/wp-content/uploads/sites/1001/2023/05/nav_recruit.png) no-repeat;
    background-size: 20px;
    background-position: center;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 34px;
    height: 30px;
  }

  .global-nav__item a {
    display: block;
    padding: 8px 14px 8px 45px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #666;
    position: relative;
    font-size: 14px;
    font-weight: bold;
  }

  .global-nav__item .menu__item__link:after {
    content: '\f067';
    display: block;
    font-family: "Font Awesome 5 Free";
    line-height: 41px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    font-weight: 900;
  }

  .global-nav__item a:hover {
    background-color: #eee;
  }

  .hamburger__line {
    position: absolute;
    right: 0;
    width: 24px;
    height: 2px;
    background-color: #000;
    transition: all .6s;
    border-radius: 6px;
  }

  .hamburger__line--1 {
    top: 1px;
  }

  .hamburger__line--2 {
    top: 8px;
  }

  .hamburger__line--3 {
    top: 15px;
  }


  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .global-nav {
    right: 0;
  }

  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 12px;
  }

  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }

  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 12px;
  }

  .global-nav__item .submenu {
    display: none;
  }

  .global-nav__item .submenu li {
    width: 100%;
  }

  .global-nav__item .submenu li a {
    font-size: 1.4rem;
    position: relative;
  }

  .global-nav__item .submenu li a:before {
    content: none;
  }

  .global-nav__item .submenu li a:after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 1em;
    margin: 0 0.5em 0 0;
    position: absolute;
    right: 1%;
  }

  .global-nav__item .submenu li.kodawari {
    background: #000;
    color: #fff;
    padding: 5px 0 5px 15px;
    font-weight: bold;
  }
}
/*　2023/04追記　*/
.Header_Inner-Logo a h1 img {
	width: 100%;
}
.Header_Inner-Logo a h1{
	margin-top: 8px;
}
li.menu__single ul.menu__second-level {
	margin: 0;
}
.footer_inner-sitemap-List2 h3 a:hover, .footer_inner-sitemap-List3 h3 a:hover{
	opacity: unset;
}
#myModal3_open + label:before {
	display: none;
}
#myModal3_open + label, #myModal3_close-button + label {
	line-height: 2.514;
	transition: .3s;
}
#myModal3_open + label:hover, #myModal3_close-button + label:hover {
	opacity: .5;
}

/*--アコーディオンメニュー--*/
.accordion {
  position: relative;
}
.accordion_toggle {
  display: none;
}
.accordion_label, .accordion_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.7s;
}
.accordion_label {
  padding: 16px 14px 15px 45px !important;
  display: block !important;
  line-height: 130% !important;
  letter-spacing: .15em;
  cursor: pointer !important;
  background: #fff;
  border-bottom: 2px solid #e2e2e2;
  font-size: 15px;
  color: #3a393f;
  position: relative !important;
  font-weight: 500;
}
.global-nav__list-accordion > .global-nav__item:nth-last-of-type(1) .accordion_label {
  border-bottom: none;
}
.global-nav__list-accordion .nav_store a {
  background: #fff;
  font-weight: 500;
  padding: 16px 14px 15px 45px;
  font-size: 15px;
  color: #3a393f;
  border: none;
}
.accordion_label::before, .accordion_label::after {
  content: "" !important;
  width: 1px !important;
  height: 10px !important;
  position: absolute !important;
  background: #444349 !important;
  top: 21px !important;
  margin: auto !important;
  right: 30px;
  left: unset !important;
  transition: all 0.7s;
  border: none !important;
  display: block !important;
}
.accordion_label::after{
  transform: rotate(90deg);
}
.accordion_content {
  height: 0;
  padding: 0 10px;
  overflow: hidden;
  opacity: 0;
}
.accordion_content-txt .global-nav__item a{
  border-bottom: none;
  padding: 8px 14px 8px 35px;
}
.accordion_toggle:checked + .accordion_label {
  box-shadow: 0 0 transparent;
}
.accordion_toggle:checked + .accordion_label + .accordion_content {
  height: auto;
  padding: 10px;
  transition: all .7s;
  opacity: 1;
}
.accordion_toggle:checked + .accordion_label::before {
  transform: rotate(90deg) !important;
}
.accordion_toggle:checked + .accordion_label::after {
  transform: rotate(270deg) !important;
}
@media screen and (min-width: 768px) {
  .accordion_label {
    padding: 20px 3em 15px 1.5em;
  }
  .accordion_content {
    padding: 0 20px;
  }
  .accordion_toggle:checked + .accordion_label + .accordion_content {
    padding: 25px 20px;
  }
}
/*--/アコーディオンメニュー--*/
.rentalHeader .global-nav__list-green {
  width: 90%;
  margin: auto;
  justify-content: space-between;
  row-gap: 10px;
}
.global-nav__list-green .global-nav__item {
  width: calc(50% - 5px);
}
.global-nav__list-green .global-nav__item a {
  background: #009977;
  color: #fff;
  padding: 25% 5% 5%;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}.global-nav__list-green .global-nav__item a::before {
  content: "";
  display: block;
  width: 10%;
  height: 30%;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
}
.global-nav__list-green .global-nav__item.nav_area a::before {
  background: url(/app/uploads/sites/1001/2023/10/header-sp_area.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.global-nav__list-green .global-nav__item.nav_station a::before {
  background: url(/app/uploads/sites/1001/2023/10/header-sp_train.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.global-nav__list-green .global-nav__item.nav_map a::before {
  background: url(/app/uploads/sites/1001/2023/10/header-sp_map.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.global-nav__list-green .global-nav__item.nav_check a::before {
  background: url(/app/uploads/sites/1001/2023/10/header-sp_jouken.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.accordion_content .global-nav__item::before {
  display: none;
}
.global-nav__list-accordion .global-nav__item {
  display: block;
  position: relative;
}
.global-nav__list-accordion .global-nav__item::before {
  content: "";
  width: 20px;
  height: 25px;
  position: absolute;
  top: 13px;
  left: 15px;
  margin: auto;
  z-index: 2;
}
.global-nav__list-accordion .global-nav__item.nav_topic::before {
  background: url(/app/uploads/sites/1001/2023/10/header-sp_home.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.global-nav__list-accordion .global-nav__item.nav_service::before {
  background: url(/app/uploads/sites/1001/2023/10/header-sp_heart.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.global-nav__list-accordion .global-nav__item.nav_store::before {
  background: url(/app/uploads/sites/1001/2023/10/header-sp_shop.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.rentalHeader .global-nav .menu_logo {
  top: 25px;
  left: 20px;
}
.rentalHeader .global-nav {
  background: #f6f6f6;
  right: -100vw;
  width: 100vw;
  padding-top: 70px;
}
.rentalHeader .hamburger {
  background: none;
}
.nav-open .rentalHeader .global-nav {
  right: 0;
}


/* 物件名検索ボタン */
.es-building-name-search {
  width: 90%;
  margin: 20px auto;
  padding: 0 !important;
}
.es-building-search__form {
  position: relative;
}
.es-building-name-search .es-building-search-parts__button {
  background: none;
}
.es-building-search-parts__keyword[type=text] {
  border-radius: 18px;
  line-height: 38px;
  min-height: 40px;
  width: 100%;
  color: #666;
  padding: 0 12px;
  height: auto;
  border: 2px solid #d6d6d6;
  margin: auto !important;
  background: #fff;
}
.es-building-search-parts__keyword[type=text]::placeholder {
  font-size: 12px;
  vertical-align: middle;
}
.es-building-search-parts__button {
  border: none;
  padding: 0;
  white-space: nowrap;
  width: 20px;
  height: 40px;
  transition: all .2s;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
}
.es-building-search-parts__button:hover {
  opacity: .8;
}
.es-building-search-parts__icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
}
.es-building-search-parts__icon::before {
  content: "";
  background: url(/app/uploads/sites/1001/2023/10/search-icon_green.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* /物件名検索ボタン */

.global-nav__list-sns {
  width: 40%;
  margin: 30px auto;
  gap: 20px;
  flex-wrap: nowrap !important;
}
.global-nav__list-sns .global-nav__item a {
  padding: 0;
  border: none;
}
.global-nav__list-pages01 .global-nav__item a {
  padding: 12px 25px;
  border: none;
}
.global-nav__list-pages01 {
  margin-bottom: 40px;
}
.global-nav__list-pages01 li {
  border-bottom: 2px solid #e2e2e2;
}
.global-nav__list-pages01 li:first-child {
  border-top: 2px solid #e2e2e2;
}
.global-nav__list-pages02 {
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  padding-bottom: 40px;
}
.global-nav__list-pages02 .global-nav__item:nth-of-type(-n+3) {
  width: 50%;
}
.global-nav__list-pages02 .global-nav__item:nth-of-type(n+3) {
  width: fit-content;
}
.global-nav__list-pages02 .global-nav__item a {
  border: none;
}
.global-nav__list-pages02 .global-nav__item:nth-of-type(odd) a {
  text-align: right;
  border-right: 1px solid #444349;
  padding: 0 20px 0 0;
}
.global-nav__list-pages02 .global-nav__item:nth-of-type(even) a {
  padding: 0 0 0 20px;
}

/* クッキーの注意書き */
.cookie-banner {
  background-color: rgba(0,0,0,.78);
  bottom: 0;
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.cookie-banner .cookie-banner-container {
  align-items: center;
  display: flex;
  max-width: 1180px;
  min-height: 100px;
  z-index: inherit;
}
.cookie-banner .cookie-banner-container .cookie-valid-message-box {
  flex: 1;
}
.cookie-banner .cookie-banner-container .cookie-consent-button-box {
  display: flex;
  justify-content: center;
  width: 100px;
}
.cookie-banner .cookie-banner-container .cookie-valid-message-box .cookie-valid-message {
  color: #f4f5f7;
  margin: 10px;
}
.cookie-banner .cookie-banner-container .cookie-valid-message-box .cookie-valid-message a {
  color: #f4f5f7;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-container .cookie-consent-button-box .cookie-consent-button {
  background-color: #f4f5f7;
  border-color: #f4f5f7;
  border-radius: 10px;
  color: #000;
  height: 40px;
  padding: 1px 6px;
  width: 80px;
}
.cookie-banner .cookie-banner-container .cookie-invalid-message-box {
  align-items: center;
  display: flex;
  flex: 1;
}
.cookie-banner .cookie-banner-container .cookie-invalid-message-box .cookie-invalid-message {
  color: #f4f5f7;
  margin: 10px;
}
@media (max-width: 480px) {
  .cookie-banner {
    padding-bottom: calc(env(safe-area-inset-bottom) + 8px);
  }
  .cookie-banner .cookie-banner-container {
    flex-direction: column;
    margin: 10px;
    width: calc(100% - 20px);
  }
  .cookie-banner .cookie-banner-container .cookie-consent-button-box {
    width: 100%;
  }
  .cookie-banner .cookie-banner-container .cookie-consent-button-box .cookie-consent-button {
    line-height: 0;
    width: 100%;
  }
}