@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&display=swap');

body{
  font-family: "Noto Serif JP", serif;
  color: #231815;
  line-height: 1.2;
}

#wrap{
  overflow: hidden;
}
img{
  width: 100%;
  height: auto;
}
main{
  display: block;
}
.pos_re{
position: relative;
}

.img_cap{
position: absolute;
color: #fff;
font-size: 10px;
right: 0.5em;
bottom: 0.5em;
}
.img_cap.img_cap_blk{
color: #000;
}
.img_cap.img_cap_gray{
color: #888888;
}
.img_cap.img_cap_l{
left: 0.5em;
right: unset;
}
.img_cap.img_cap_out{
bottom: -1.5em;
}
.casbee{
max-width: 360px;
margin: 0 auto 50px;
width: 50%;
min-width: 300px;
}

.bottom_cap_area{
  /* max-width: 1140px; */
  padding: 0 20px;
  margin: 0 auto;
}


.bottom_cap{
font-size: 10px;
line-height: 1.5;
color: #000;
}
.bottom_cap_txt{
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}


.mb100{
  margin-bottom: 100px !important;
}
.mb60{
  margin-bottom: 60px !important;
}
.mt100{
  margin-top: 100px !important;
}
.pt40{
  padding-top: 40px;
}

.db1200{
  display: none;
}
.db1000{
  display: none;
}
.db650{
  display: none;
}

.txt_cl_green01{
  color: #64747d;
}

.main_bg{
  background-image: linear-gradient(90deg, #e9e6e5, #fff 20%, #fff 80%, #e9e6e5);
}

.page_heading01{
  margin: 60px auto;
}

.bg_white{
  background: #fff;
}

.mark_toho,.mark_jite {
  display: inline-block;
  position: relative;
  /* top: -0.2em; */
}

.mark_toho img,.mark_jite img{
  height: 0.8em;
  display: block;
  margin: 0 0.2em 0 0;
}

@media screen and (max-width: 1500px) {

  }
  @media screen and (max-width: 1200px) {

      .db1200{
        display: block;
      }

  }
  @media screen and (max-width: 1000px) {
    .db1000{
      display: block;
    }

    .mb100{
      margin-bottom: 80px !important;
    }
    .mt100{
      margin-top: 80px !important;
    }
    }
@media screen and (max-width: 750px) {

}
@media screen and (max-width: 650px) {
  .db650 {
      display: block;
  }

  .mb100{
    margin-bottom: 60px !important;
  }
  .mb60{
    margin-bottom: 40px !important;
  }
  .mt100{
    margin-top: 60px !important;
  }

  .page_heading01{
    margin: 40px auto;
    font-size: 22px;
  }
}


/* subhead */
.subhead{
  height: 720px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.subhead_ttl_en{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.subhead_ttl_en img{
  height: 36px;
  width: auto;
  filter: drop-shadow(0px 0px 9px rgba(0,0,0,0.7));
}
.subhead::before{
  content: "";
  width: 34px;
  height: 720px;
  position: absolute;
  left: 0;
  top: 0;
}
.subhead::after{
  content: "";
  width: 34px;
  height: 720px;
  position: absolute;
  right: 0;
  top: 0;
}
.subhead .img_cap{
  z-index: 1;
  right: 40px;
}

@media screen and (max-width: 650px) {
  .subhead {
      height: calc(100svh - 112px);
  }

  .subhead::before{
      width: 24px;
      height: calc(100svh - 112px);
  }
  .subhead::after{
      width: 24px;
      height: calc(100svh - 112px);
  }
  .subhead .img_cap{
    right: 30px;
  }
}

@media screen and (max-width: 550px) {
  .subhead_ttl_en img {
      height: 24px;
  }
}



/* sub_ttl */
.page_sub_ttl_en{
text-align: center;
}
.page_sub_ttl_en.tal{
text-align: left;
}
.page_sub_ttl_en.tar{
text-align: right;
}

.page_sub_ttl_en img {
  height: 30px;
  width: auto;
}

.page_heading01{
  font-size: 34px;
  text-align: center;
  color: #294763;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.page_lead01{
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1000px) {
  .page_lead01{
    font-size: 14px;
  }

  .page_heading01{
    font-size: 28px;
  }
}

@media screen and (max-width: 750px) {
  .page_lead01{
    font-size: 12px;
  }

  .page_heading01{
    font-size: 24px;
  }

  .page_sub_ttl_en img{
    height: 25px;
    width: auto;
    }
}

@media screen and (max-width: 650px) {
  .page_sub_ttl_en img{
    height: 24px;
  }


}

/* innner */
.pd01{
  padding-top: 80px;
  padding-bottom: 100px;
}

.pd02{
  padding-top: 100px;
}

.pd03{
  padding: 100px 0;
}

.com_inner{
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .pd01{
    padding-top: 60px;
    padding-bottom: 80px;
  }
  
  .pd02{
    padding-top: 80px;
  }
  
  .pd03{
    padding: 80px 0;
  }
}

@media screen and (max-width: 650px) {
  .pd01{
    padding-bottom: 60px;
  }
  
  .pd02{
    padding-top: 60px;
  }
  
  .pd03{
    padding: 60px 0;
  }
}




/* ===============================
          header
=================================*/
.new_mark{
position: absolute;
top: -14px;
left: 50%;
transform: translateX(-50%);
color: #fff;
/* background: #b40105; */
background: #e2d83e;
font-size: 12px;
padding: 2px 10px;
}
header.on {
  top: 0;
}
header {
  width: 100%;
  background: #fff;
  border-bottom: solid 1px rgba(115,115,128,0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 120px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.header_h{
  content: "";
  height: 120px;
  display: block;
}
header .header {
  max-width: 1100px;
  width: 96%;
  /* padding: 15px 0; */
  /* margin: 0 auto; */
}
header .header .top-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* align-items: center; */
}
header .header .top-box .logo {
  width: 100%;
  max-width: 400px;
}
header .header .top-box .link-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /* margin: 10px 0 0; */
  padding: 8px 0;
  align-items: center;
}
header .header .top-box .link-box a {
  /* padding: 5px; */
  text-align: center;
  margin: 0 0 0 20px;
}
header .header .top-box .link-box a span {
  font-size: 13px;
}
header .header .top-box .link-box a.entry {
  width: 140px;
  padding: 0;
  position: relative;
  /* background: #9292a5;
  background: -webkit-linear-gradient(45deg, #223c6b 0%, #04104b 100%);
  background: linear-gradient(45deg, #223c6b 0%, #04104b 100%); */
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header .top-box .link-box a.btn_req {
margin: 0 0 0 20px;
}
header .header .top-box .link-box a.entry:before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  z-index:-1;
  left:0;
  top: 0;
  transition:0.5s;
  background: #91bdb2;
}
header .header .top-box .link-box a.entry::after{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  z-index:-2;
  left:0;
  top: 0;
  transition:0.5s;
  /* background: #91a4af; */
  background: #a7d8cc;
}
header .header .top-box .link-box a.entry.reserve:before{
content:"";
width:100%;
height:100%;
position:absolute;
z-index:-1;
left:0;
top: 0;
transition:0.5s;
background: #16737f;
}
header .header .top-box .link-box a.entry.reserve::after{
content:"";
width:100%;
height:100%;
position:absolute;
z-index:-2;
left:0;
top: 0;
transition:0.5s;
background: #24acbd;
}
header .header .top-box .link-box a.entry.btn_req:before{
background: -webkit-linear-gradient(45deg, #6b2222 0%, #4b0404 100%);
background: linear-gradient(45deg, #6b2222 0%, #4b0404 100%);
}
header .header .top-box .link-box a.entry.btn_req::after{
background: -webkit-linear-gradient(45deg, #cf3c3c 0%, #642525 100%);
background: linear-gradient(45deg, #cf3c3c 0%, #642525 100%);
}
header .header .top-box .link-box a.entry:hover::before{
  opacity: 0;

}
header .header .top-box .link-box a.entry span {
  font-size: 16px;
  font-weight: 500;
  color: #3e3a39;
}
header .header .top-box .link-box a.entry.reserve span{
color: #fff;
}
header .header .nav-box {
  margin: 20px 0 0;
}
nav.header-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-between;
}
nav.header-nav ul li {
  position: relative;
  width: auto;
  text-align: center;
  max-width: unset;
}
nav.header-nav ul li::before {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  content: "";
  width: 0%;
  height: 2px;
  background: #83949e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
nav.header-nav ul li:last-child::before{
content: none;
}
nav.header-nav ul li:hover::before{
  width: 140%;
}

nav.header-nav ul a {
  display: block;
  padding: 5px 3px;
}

nav.header-nav ul span {
  font-size: 14px;
  color: #1a1a1a;
  white-space: nowrap;
}
.com-nav-btn {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.com-nav-btn.on {
  opacity: 1;
}
.outline:hover, .map:hover{
  opacity: 0.6;
  transition: 0.5s;
}
.outline, .map{
  transition: 0.5s;
}

nav.header-nav ul li.soon a {
pointer-events: none;
}
nav.header-nav ul li.soon a span{
color: rgb(175 175 175) !important;
}
nav.header-nav ul li.soon::before{
display:none;
}

.link-box_txt{
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
width: 170px;
margin-left: auto;
}

.link-box_txt a:last-of-type {
margin: 0 !important;
}

nav.header-nav ul li.nav_sp {
display: none;
}

.ent{
background: #91bdb2;
margin-top: 20px;
}
.ent a {
text-align: center;
color: #3e3a39!important;
}
.finfo{
width: 30%;
}
.finfo p{
text-align: right;
  padding-top: 10px;
  font-size: 23px;
}
.finfo p span{
font-size: 18px;
  
}
.finfo2{
width: 75%;
font-size: 18px;
display: flex;
padding: 0px 0px; 
}

.bd_one{
width: 1px;
height: 60px;
background: #17737f;
margin: 0 auto;
}

.bg_pd01{
/* padding: 120px 0 100px; */
padding: 60px 0;
}

@media screen and (max-width: 1500px){
header .header .top-box .link-box a.entry span {
font-size: 14px;
}
.new_mark {
top: -8px;
font-size: 10px;
padding: 2px 8px;
}
header {
  height: 100px;
}
header .header .top-box .logo {
  /* max-width: 350px; */
}
header .header .top-box .link-box a.entry {
  padding: 0;
  width: 95px;
  height: 40px;
}
header .header .nav-box {
  margin: 10px 0 0;
}
nav.header-nav ul span {
  font-size: 12px;
}
header .header .top-box .link-box a {
  margin: 0 0 0 15px;
}
.header_h {
  content: "";
  height: 100px;
  display: block;
}

}
@media screen and (max-width: 1000px){
.bg_pd01{
  /* padding: 70px 0 60px; */
}
}

@media screen and (max-width: 900px){
header .header .top-box .logo {
  max-width: 330px;
}
.link-box_txt{
  width: 150px;
}  
.link-box_txt a:first-of-type{
  margin: 0 !important;
}
header .header .top-box .link-box a span {
  font-size: 11px;
}
}
@media screen and (max-width: 750px){
nav.header-nav ul li.nav_sp {
display: block;
}
.new_mark {
top: 50%;
padding: 2px 8px;
transform: translate(0, -50%);
left: inherit;
right: 10px;
}
nav.header-nav {
  width: 222px;
  height: 100vh;
  background: #fff;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
}
nav.header-nav ul span {
  font-size: 14px;
}
nav.header-nav ul li {
  max-width: inherit;
  text-align: inherit;
}
nav.header-nav.act {
  right: 0;
}
header .header {
  width: 90%;
  /* padding: 8px 0 15px; */
}
header .header .top-box .logo {
  width: 300px;
}
header .header .top-box .link-box {
  display: none;
}
header .header .nav-box {
  margin: 0;
}
nav.header-nav {
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  right: -222px;
}
nav.header-nav ul {
  display: block;
  height: calc(100% - 60px);
  padding: 40px 26px 0;
overflow: auto;
}


html.is-fixed,html.is-flixed body{
  height: 100%;
  overflow: hidden;
}
nav.header-nav ul li::before{
  width: 10px!important;
  background: #1a1a1a;
  height: 1px;
  left: 0;
  top: 50%;
  /* transform: translateY(-50%); */
}
header {
  height: 52px;
}
.header_h {
  height: 52px;
}
#pageTop nav.header-nav ul li::before{
  width: 10px;
  background: #1a1a1a;
}
nav.header-nav ul a {
  padding: 10px 20px;
}
.com-nav-btn, .com-nav-btn span {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.com-nav-btn {
  width: 28px;
  height: 11px;
  position: fixed;
  top: 19px;
  right: 5%;
  z-index: 9999;
}
.com-nav-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #9191a4;
}
.com-nav-btn, .com-nav-btn span {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.com-nav-btn span:nth-of-type(1) {
  top: 0;
}
.com-nav-btn span:nth-of-type(1) {
  -webkit-animation: btn07-bar01 .75s forwards;
  animation: btn07-bar01 .75s forwards;
}
.com-nav-btn.act span:nth-of-type(1) {
  -webkit-animation: active-btn07-bar01 .75s forwards;
  animation: active-btn07-bar01 .75s forwards;
}
.com-nav-btn span:nth-of-type(2) {
  bottom: 0;
}
.com-nav-btn span:nth-of-type(2) {
  -webkit-animation: btn07-bar03 .75s forwards;
  animation: btn07-bar03 .75s forwards;
}
.com-nav-btn.act span:nth-of-type(2) {
  -webkit-animation: active-btn07-bar03 .75s forwards;
  animation: active-btn07-bar03 .75s forwards;
}
.com-nav-btn span:nth-of-type(3) {
  bottom: 50%;
}
.com-nav-btn span:nth-of-type(3) {
  -webkit-animation: btn07-bar04 .75s forwards;
  animation: btn07-bar03 .75s forwards;
}
.com-nav-btn.act span:nth-of-type(3) {
  -webkit-animation: active-btn07-bar04 .75s forwards;
  animation: active-btn07-bar04 .75s forwards;
}
}

@keyframes btn07-bar01 {
  0% {transform: translateY(8px) rotate(45deg);}
  50% {transform: translateY(8px) rotate(0);}
  100% {transform: translateY(0) rotate(0);}
}
@keyframes btn07-bar03 {
  0% {transform: translateY(-5px) rotate(-45deg);}
  50% {transform: translateY(-5px) rotate(0);}
  100% {transform: translateY(0) rotate(0);}
}
@keyframes btn07-bar04 {
  0% {opacity: 0;}
  50% {opacity: 0.5}
  100% {opacity: 1;}
}
@keyframes active-btn07-bar01 {
  0% {transform: translateY(0) rotate(0);}
  50% {transform: translateY(5px) rotate(0);}
  100% {transform: translateY(5px) rotate(45deg);}
}
@keyframes active-btn07-bar03 {
  0% {transform: translateY(0) rotate(0);}
  50% {transform: translateY(-5px) rotate(0);}
  100% {transform: translateY(-5px) rotate(-45deg);}
}
@keyframes active-btn07-bar04 {
  0% {opacity: 1;}
  50% {opacity: 0.5}
  100% {opacity: 0;}
}

/* ===============================
          footer
=================================*/
footer{
margin-top:60px;
padding-bottom: 20px;
line-height: 1.6;
}
footer .Area{
width:92%;
max-width:1000px;
margin:auto;
position:relative;
justify-content:space-between;
}
footer .Area a.tel{
width:460px;
display:block;
margin:0 auto;
cursor:default;
}
footer .Area a.tel img{
display:block;
width:100%;
}

footer .Area .Flogo{

}
footer .Area .Flogo ul{
max-width: 850px;
margin: 0 auto;
width:100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-top:50px;
}

footer .Area .Flogo ul li{
/*width:18%;*/
width: 21%;
}
footer .Area .Flogo ul li:nth-child(3) a img { margin-top:-5px; }
footer .Area .Flogo ul li sup {display:block;font-size:11px;color:#3E3A39;margin-bottom:15px;top: unset;line-height: 1.6;}
footer .Area .Flogo ul li a{
display:block;
transition:all 0.5s;
  text-decoration:none;
}
footer .Area .Flogo ul li a:hover{
opacity:0.7;
}
footer .Area .Flogo ul li a img{
width:100%;
display:block;
}
footer .Area .Flogo ul li:nth-child(1) a img { max-width:150px; }
footer .Area .Flogo ul li:nth-child(4) a img { max-width:150px; }
footer .Area .Flogo div{
margin-top:10px;
margin-bottom:6px;
text-align:right;
line-height:105%;
}
footer .Area .Flogo a.s{
display:inline-block;
font-size:12px;
padding-left:20px;
color:#3A749F;
text-decoration:none;
letter-spacing:1px;
position:relative;
transition:all 0.5s;
line-height: 1.6;
}
footer .Area .Flogo a.s:hover{
opacity:0.7;
}
footer .Area .Flogo a.s::before,
footer .Area .Flogo a.s::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
footer .Area .Flogo a.s::after{
left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #3A749F;
  border-right: 1px solid #3A749F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

footer address{
color:#333333;
letter-spacing:1px;
text-align:right;
display:block;
font-style:normal;
font-size:10px;
}
footer div.Fb{
background-color:#00447C;
background:-webkit-linear-gradient(left,#00447C,#afd4f2);
background:linear-gradient(left,#00447C,#afd4f2);
height:14px;
margin-top:20px;
}

footer .keikyu-fudousan{
  max-width: 140px;
}

@media screen and (max-width: 640px) {
footer{
  margin-top:40px;
    margin-bottom:60px;
}
footer .Area a.tel{
  width:84%;
  margin:auto;
  margin-bottom:20px;
}
footer .Area .Flogo{
  width:84%;
  margin:auto;
  position:static;
}
footer .Area .Flogo ul li{
  width:42%;
  margin:auto;
}
footer .Area .Flogo ul li:nth-child(1){
  width:53%;
}
footer .Area .Flogo ul li:nth-child(3) a img { margin-top:0px; }
footer .Area .Flogo div{
  margin-top:11px;
  margin-bottom:12px;
  text-align: center;
  line-height:125%;
}
footer address{
  text-align:center;
}
footer div.Fb{
  margin-top:25px;
  padding-bottom:40px;
}
footer .Area .Flogo { width:90%; }
footer .Area .Flogo ul li { width:100%!important; }
footer .Area .Flogo ul li:nth-of-type(n+2) { margin-top:20px; }
footer .Area .Flogo ul li a { display:flex; align-items:center; }
footer .Area .Flogo ul li sup { width:50%; }
footer .Area .Flogo ul li a img { width:45%; }
footer .Area .Flogo ul li:nth-child(1) a img { max-width:100%; }
footer .Area .Flogo ul li:nth-child(4) a img { max-width:100%; }

footer .keikyu-fudousan{
    max-width: none;
}
}
footer .Area .Flogo a.s { color:#333; }


.bnr-area { max-width:1040px; padding:50px 20px; margin:0 auto; box-sizing:border-box; background:#fff; text-align:center; position:relative; z-index:600; }
.bnr-area li { max-width:756px; margin:0 auto;  }
.bnr-area li:nth-of-type(n+2) { margin-top:50px; }
.bnr-area li a { display:block; transition:all ease-out .6s; box-shadow:0 2px 8px rgb(0 0 0 / 15%);}
.bnr-area li a:hover { opacity:.6; }
.bnr-area p { text-align: center;font-size:14px;margin-bottom:10px; }



.pc { display:block; }
.sp { display:none; }

.pc_im { display:block !important; }
.sp_im { display:none !important; }


@media screen and (max-width:600px){
.pc { display:none; }
.sp { display:block; }

.pc_im { display:none !important; }
.sp_im { display:block !important; }
}


/* ===============================
          sp
=================================*/

@media screen and (max-width: 750px) {
.concept_area{
  background-image: url(../img/top/concept_bg_sp.jpg);
}
  .com-float-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    z-index: 99998;
    justify-content: space-between;
  }
  .com-float-nav a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% / 4 - 1px);
    height: 60px;
    background: #84959e;
  }
  .com-float-nav a i {
    height: 34px;
    position: relative
  }
  .com-float-nav a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto
  }
  .com-float-nav a span {
    font-size: 10px;
    color: #eeeae0;
    letter-spacing: 0.1em;
    text-align: center;
    height: 1.5em;
    display: flex;
  }
  .com-float-nav a.reserve {
    background: #16737f;
}
  .com-float-nav a.reserve img {
    width: 21px;
  }
  .com-float-nav a.request span{
    color: #fff;
  }
  .com-float-nav a.request {
    background: #a49c8d;
  }
  /* .com-float-nav a.reserve {
    background: #928977;
  } */
  .com-float-nav a.request img {
    width: 21px
  }
  .com-float-nav a.tel img {
    width: 14px
  }
  .com-float-nav a.outline img {
    width: 16px
  }
  .com-float-nav a.map img {
    width: 14px
  }
  .com-float-nav .top-btn {
    display: block;
    width: 45px;
    height: auto;
    position: absolute;
    right: 10px;
    top: -35px;
  }
  .com-float-nav a.app {
      background: #4379a5;
  }
  .com-float-nav a.app img {
      width: 24px;
  }
  .com-float-nav {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    bottom: -90px
  }
  .com-float-nav.on {
    bottom: 0px;
    padding-bottom: env(safe-area-inset-bottom);
    background: rgb(242 242 242 / 70%);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }
}

@media screen and (min-width: 751px){
  .com-float-nav {
  display: none;
}
}



/* slick */
footer .slider_wrap{
background: #231815;
padding: 60px 0 80px;
}
footer .slider-2 li{
position: relative;
}
.slider-2 .slick-slide {
width: 600px;
height: 400px;
margin: 0 40px;
position: relative;
overflow: hidden;
}
.slider-2 .slick-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
footer .slider-2 li .text_box{
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
color: #fff;
width: 100%;
padding: 0;
pointer-events: none;
}
footer .slider-2 li .text_box p{
text-align: center;
}
footer .slider-2 li .text_box p.ttl{
margin-bottom: 10px;
font-size: 20px;
text-align: center;
}
footer .slider-2 li .text_box p.subttl{
font-size: 20px;
text-align: center;
margin-bottom: 0;
line-height: 1.2;
letter-spacing: 0;
}

footer .slick-prev:before,
footer .slick-next:before{
  font-family: 'unset';
  font-size: 50px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .slick-prev, body .slick-next{
width:50px;
height: 50px;
}
footer .slick-dots li button:before{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'â€¢';
  text-align: center;
  opacity: 1;
  color: #9e9e9f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer .slick-dots li.slick-active button:before{
  opacity: 1;
  color: #fff;
}
footer .slick-dotted.slick-slider{
margin-bottom:40px;
}
footer .slick-dots{
bottom: -10px;
transform: translateY(0%);
}
footer .slick-prev:before,
footer .slick-next:before {
color: #fff !important;
top:50%;
}

footer .slider p {
font-size: 2rem;
font-weight: bold;
line-height: 100px;
color: #666;
margin: 10px;
text-align: center;
background-color: #e0e0e0;
}

footer .arrows {
position: relative;
text-align: center;
margin: 0px auto 0px;
width: 100%;
max-width: 300px;
}

@media screen and (max-width: 650px) {
.slider-2 .slick-slide {
width: 90vw;
height: 50vw;
}
}


/* フッタースライダー読み込みcer */
.keikyu_wrap .b{
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #333333;
}
.keikyu_wrap{
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	overflow: hidden;
}
.keikyu_wrap .item-text h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	/* margin-bottom: 12px; */
}
.keikyu_wrap .item-text h4.new:after {
	content: "NEW!";
	display: inline-block;
	color: #004b90;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 11px;
	font-weight: bold;
	margin-left: 10px;
}
.keikyu_wrap .item-text p {
	font-size: 14px;
	letter-spacing: 0em;
	display: none;
}
.keikyu_wrap .item-img {
	overflow: hidden;
	margin-bottom: 20px;
}
.keikyu_wrap .item-img img {
	width: 100%;
	height: auto;
}
.keikyu_wrap .keikyu_slide li .item-text {
	margin-bottom: 15px;
	-ms-flex: 1 0 auto;
	flex-grow: 1;
}
.keikyu_wrap .btn {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	outline: none;
	max-width: 100%;
	height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	background: #ff0000;
	border: none;
	text-decoration: none;
	color: #004b90;
	border-radius: 0;
	font-size: 14px;
	font-size: 1rem;
	letter-spacing: 0.1em;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	-moz-transition: background 0.3s ease, color 0.3s ease;
	-ms-transition: background 0.3s ease, color 0.3s ease;
	-o-transition: background 0.3s ease, color 0.3s ease;
	transition: background 0.3s ease, color 0.3s ease;
	position: relative;
	appearance: none;
	top: 0;
	line-height: 1.2;
	z-index: 2;
}
.keikyu_wrap .btn:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #004b90;
	z-index: -2;
}
.keikyu_wrap .btn:after {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 1px * 2);
	height: calc(100% - 1px * 2);
	border-radius: 8px;
	background: #FFF;
	z-index: -1;
	transition: all 0.3s ease;
}
.keikyu_wrap .item-li {
	/* margin-bottom: 50px; */
	display: flex!important;
	-webkit-box-orient: vertical;
	flex-direction: column;
}
.keikyu_wrap .item-btn {
	margin-top: auto;
}


/* slide */
.keikyu_wrap .slick-track{
	display: flex;
}
.keikyu_wrap .slick-slide{
	height: auto;
}
.keikyu_slide li{
	margin: 0 10px;
}
.keikyu_slide{
	margin: 0 auto;
}
.keikyu_wrap .slick-prev {
	width: 20px !important;
	height: 25px !important;
	background: url(https://www.prime-keikyu.jp/yokohamatomioka/css/fonts/allow_l.png) no-repeat left top !important;
	background-size: 20px !important;
	left: -20px !important;
	z-index: 2;
}
.keikyu_wrap .slick-next {
	width: 20px !important;
	height: 25px !important;
	background: url(https://www.prime-keikyu.jp/yokohamatomioka/css/fonts/allow_r.png) no-repeat left top !important;
	background-size: 20px !important;
	right: -20px !important;
	z-index: 2;
}
.keikyu_wrap .slick-prev:before{
	content: "";
}
.keikyu_wrap .slick-next:before{
	content: "";
}



@media screen and (max-width: 900px) {
.keikyu_wrap .item-text h4 {
	font-size: 14px;
}
.keikyu_wrap .btn{
	font-size: 12px;
}
.keikyu_wrap .keikyu_slide li .item-text {
	margin-bottom: 10px;
}
.keikyu_wrap .item-img {
    margin-bottom: 10px;
}
}


/* recommend */
.regulation{
  position: absolute;
  background: #f00;
  display: block;
  content: "";
  left: 22px;
  bottom: -10px;
  height: 10px;
  width: 10px;
}
.bg_navy{
  background: #34373a;
}
.bg_beige{
  background: #d2c7ad;
}
.bg_beige02{
  background: #928977;
}
.bg_beige03{
  background: #c7ba9a;
}
.bg_green01{
  background: #99c1b5;
}
.bg_green02{
  background: #10737f;
}
.bg_green03{
  background: #91bdb2;
}
.bg_green04{
  background: #64747d;
}
.bg_green05 {
  background: #e1ebd6;
}
.bg_green06 {
  background: #17737f;
}
.bg_green07 {
  background: #90bcb1;
}
.bg_green08 {
  background: #16737f;
}

.bg_green_zeh {
  background: #dbdcd4;
}
.bg_black{
  background: #393530;
}

.bg_move01{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.z1{
  position: relative;
  z-index: 1;
}
#recommend_area .bg_navy{
  padding: 30px 0;
}
#recommend_area .bg_beige02{
  padding: 15px 0;
}
.recommend_ttl{
  text-align: center;
  margin-bottom: 20px;
}
.recommend_ttl img{
  height: 20px;
  width: auto;
}
.rec_slide_item{
  margin: 0 10px;
}
.rec_slide_item{
  opacity: 1!important;
}

@media screen and (min-width: 550px) {
  .recommend_ttl img {
    height: 25px;
    width: auto;
  }
}
@media screen and (min-width: 751px) {
  #recommend_area .bg_navy {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1000px) {
  #recommend_area .bg_navy {
    padding: 70px 0;
  }
  .recommend_ttl {
      margin-bottom: 40px;
  }
  .recommend_ttl img {
      height: 35px;
      width: auto;
  }
}