@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');

body{
    font-family: 'Noto Sans 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;
}

/* 20250630追加 */
.img_cap.img_cap_green{
  color: #64747d;
}

/* ===============================
            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; }
}
/* footer {
    background: #fff;
    position: relative
  }
  
  footer .series-wrap {
    max-width: 660px;
    width: 92%;
    margin: 0 auto
  }
  
  footer .series-wrap .ttl-box p {
    font-size: 1.3rem;
    letter-spacing: 0.3em;
    text-align: center
  }
  
  footer .series-wrap .series-box {
    margin: 3rem 0 0;
    position: relative
  }
  
  footer .series-wrap .series-box .swiper {
    overflow: hidden
  }
  
  footer .series-wrap .series-box .swiper-button-next, footer .series-wrap .series-box .swiper-button-prev {
    display: block;
    width: 2.0rem;
    height: auto
  }
  
  footer .series-wrap .series-box .swiper-button-next {
    right: -3rem
  }
  
  footer .series-wrap .series-box .swiper-button-prev {
    left: -3rem
  }
  
  footer .series-wrap .series-box .swiper-button-next:after, footer .series-wrap .series-box .swiper-button-prev:after {
    display: none
  }
  
  footer .footer {
    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;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    width: 96%;
    padding: 60px 0 15px;
    margin: 0 auto
  }
  .contact-box{
    margin-bottom: 40px;
  }
  
  footer .footer .contact-box .ttl {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  
  footer .footer .contact-box .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
  }
  
  footer .footer .contact-box .tel i {
    width: 58px;
    margin: 0 5px 0 0
  }
  
  footer .footer .contact-box .tel span {
    font-size: 44px;
    letter-spacing: 0.05em;
    color: #34373a;
  }
  
  footer .footer .contact-box .date {
    font-size: 10px;
    line-height: 1.9;
    text-align: center;
  }
  
  footer .footer .keikyu-box {
    text-align: right;
    padding: 0 20px;
  }
  
  footer .footer .keikyu-box .owner {
    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: center;
  }
  
  footer .footer .keikyu-box .owner a {
    margin: 10px 0 10px 25px;
  }
  
  footer .footer .keikyu-box .owner a:nth-of-type(1) {
    width: 122px;
    margin: 10px 0;
  }
  
  footer .footer .keikyu-box .owner a:nth-of-type(2) {
    width: 152px;
  }
  
  footer .footer .keikyu-box .owner a:nth-of-type(3){
    width: 170px;
  }
  footer .footer .keikyu-box .owner a:nth-of-type(4){
    width: 145px;
  }
  footer .footer .keikyu-box .owner a:nth-of-type(5){
    width: 190px;
  }
  
  footer .footer .keikyu-box .privacy {
    margin: 20px 0 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  
  footer .footer .keikyu-box .privacy a {
    display: inline-block;
    font-size: 10px;
    line-height: 1.8;
    margin-left: 10px;
    white-space: nowrap;
    font-family: 'Noto Serif JP', serif;
  }
  
  footer .footer .keikyu-box .copyright {
    margin: 19px 0 0;
  }
  
  footer .footer .keikyu-box .copyright small {
    font-size: 10px;
    line-height: 1.4;
    font-family: 'Noto Serif JP', serif;
  }

  .suumo_bnr{
    margin: 40px auto 0;
  }
  
  @media screen and (max-width: 750px) {
    footer .series-wrap {
      width: 58rem
    }
    footer .series-wrap .ttl-box p {
      font-size: 2.2rem
    }
    footer .series-wrap .series-box .swiper-button-next, footer .series-wrap .series-box .swiper-button-prev {
      width: 2.0rem;
      margin: -2rem 0 0
    }
    footer .series-wrap .series-box .swiper-button-next {
      right: -5rem
    }
    footer .series-wrap .series-box .swiper-button-prev {
      left: -5rem
    }
    footer .footer {
      display: block;
      width: 100%;
      padding: 60px 0 75px
    }
    footer .footer .contact-box .ttl {
      font-size: 12px;
      text-align: center
    }
    footer .footer .contact-box .tel {
      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: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center
    }
    footer .footer .contact-box .date {
      text-align: center
    }
    footer .footer .keikyu-box {
      text-align: center;
      margin: 40px 0 0
    }
    footer .footer .keikyu-box .owner {
      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: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto;
    }
    footer .footer .keikyu-box .owner a {
      margin: 10px 0px 10px 20px;
    }
    footer .footer .keikyu-box .owner a:nth-of-type(1) {
      width: 121px;
    }
    footer .footer .keikyu-box .owner a:nth-of-type(2) {
      width: 151px;
    }
    footer .footer .keikyu-box .owner a:nth-of-type(3) {
      width: 166px;
    }
    footer .footer .keikyu-box .privacy {
      margin: 20px 0 0
    }
    footer .footer .keikyu-box .copyright {
      margin: 20px 0 0
    }
    footer .footer .keikyu-box .copyright small {
      letter-spacing: 0.03em
    }
  }


@media screen and (max-width: 500px) {
  footer .footer .keikyu-box .privacy{
    justify-content: flex-start;
    display: block;
    text-align: left;
    max-width: 260px;
    margin: 20px auto;
  }
  footer .footer .keikyu-box .privacy a{
    margin: 0;
  }
}
footer .series-wrap .series-box .series_list {
	display: flex;
	justify-content: center;
}
footer .series-wrap .series-box .series_item {
	max-width: 210px;
	width: 32%;
	margin: 0 5px;
} */


/* ===============================
            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;
}
}




/* general */
.com_inner{
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.com_inner02{
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

/* MV~帯部分 */
.top_img{
  width: 100%;
}
.ttl_area {
  background: linear-gradient(45deg, #1a396b 0%, #000028 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 280px;
  position: relative;
  z-index: 1;
}
.ttl_area h2{
  height: 70px;
  margin: 0 auto 38px;
  text-align: center;
}
.ttl_area h2 img{
  height: 100%;
  width: auto;
}
.ttl_area p {
  text-align: center;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.ttl_area p span{
  display: inline-block;
}

.ttl_box{
  text-align: center;
}
.ttl_rel{
  position: relative;
 height: 100%;
 display: inline-block;
}
.ttl_ab{
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width:1000px){
  .ttl_area {
    height: 200px;
  }
  .ttl_area h2 {
    height: 60px;
    margin: 0 auto 30px;
}
.ttl_area p {
  font-size: 24px;
}
}
@media screen and (max-width:650px){
.ttl_area h2 {
  height: 50px;
  margin: 0 auto 20px;
}
.ttl_area p {
  font-size: 18px;
}
.madori_ttl {
    height: 40px;
}
}






/* 共通デザイン コンテンツflex */
.com_con_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.com_con_text{
  width: 46%;
}
.com_con_img{
  width: 49%;
  max-width: 580px;
}
.com_con_ttl{
  position: relative;
  display: inline-block;
  height: 30px;
  margin-bottom: 100px;
}
.com_con_ttl img{
  height: 100%;
  width: auto;
}
.com_con_ttl::after{
  content: "";
  width: 60px;
  height: 1px;
  background: #231815;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
  position: absolute;
}
.com_con_subttl{
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.com_con_subttl2{
   font-size: 22px;
   line-height: 1;
   letter-spacing: 0.1em;
   margin-bottom: 15px;
   margin-top: 40px;
  position:
   relative;
   display: flex;
   justify-content: space-between;
   white-space: nowrap;
}
.com_con_subttl2:after{
  /* position:absolute; */
  content:
  "";
  right:0;
  bottom:50%;
  display: block;
  width: 100%;
  margin-left: 20px;
  transform:
  translateY(-50%);
  border-bottom: 2px dotted #000;
}

.com_con_lead{
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: justify;
}
.com_con_cap{
  font-size: 12px;
  margin-top: 5px;
}
.com_con_dtl small{
  font-size: 10px;
}
.com_con_img_dtl {
  margin-bottom: 20px;
}
.com_inner .cap{
  padding-bottom:0;
  background:transparent;
  margin-top:10px;
}
.com_inner .cap p{
  max-width:none;
  padding:0;
}
.com_inner .cap.mb{
  margin:40px auto 80px;

}
.cap{
  background-color: #fff;
  padding-bottom: 80px;
}
.cap p{
  font-size: 10px;
  line-height: 1.4;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;

}
@media screen and (max-width:1300px){
.com_con_ttl {
  position: relative;
  display: inline-block;
  height: 30px;
  margin-bottom: 80px;
}
}

@media screen and (max-width:1100px){
.com_con_ttl {
  margin-bottom: 60px;
}
.com_con_subttl {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.com_con_subttl2{
    font-size: 20px;
    /* text-align: center; */
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 30px;
}
.com_con_lead {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
.com_con_img_dtl {
  font-size: 14px;
}
}
@media screen and (max-width:1000px){
.com_con_ttl{
  height: 25px;
}
}
@media screen and (max-width:800px){
.com_con_flex{
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto;
  justify-content: center;
}
.com_con_text{
  width: 100%;
}
.com_con_img{
  width: 100%;
}
.com_con_subttl {
  text-align: center;
  font-size: 20px;
}
.com_con_subttl2 {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
  justify-content: center;
}


  
.com_con_ttl::after{
  content: "";
  width: 50px;
  height: 1px;
  background: #231815;
  top: 50%;
  transform: translateY(-50%);
  right: inherit;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  top: inherit;
}
.com_con_ttl{
  transform: translateX(-50%);
  left: 50%;
  margin-bottom: 40px;
}
.com_con_lead {
  font-size: 14px;
  line-height: 1.8;
}
.com_con_dtl{
  margin-bottom: 20px;
}
  .com_con_subttl2:after{
    content:none;
  }
}
@media screen and (max-width:650px){
.com_con_subttl {
  font-size: 16px;
}
.com_con_cap {
  font-size: 10px;
}
.com_con_ttl {
  height: 22px;
}
.com_con_img_dtl {
  font-size: 12px;
}
}

  /* slick */
.slick-prev::before {
    content: "\2190";
}
.slick-next::before {
    content: "\2192";
}

/* banner */
.banner{
  width: 88%;
  max-width: 798px;
  margin: 0px auto 0;
  padding-top: 60px;
}
.suumo_bnr{
  max-width: 756px;
  margin: 0px auto 0;
}
.banner_text{
  text-align: left;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 3px;
}
.banner_sp{
  display: none;
}
@media screen and (max-width: 599px){
  .banner_pc{
      display: none;
  }
  .banner_sp{
      display: block;
  }
  .suumo_bnr{
    max-width: 210px;
  }
}
@media screen and (max-width: 500px){
  footer .footer .contact-box .tel span {
    font-size: 30px;
}
footer .footer .keikyu-box .owner {
  max-width: 370px;
  width: 90%;
  justify-content: space-between;
}
footer .footer .keikyu-box .owner a{
  width: 48%!important;
  margin: 0 0 20px;
  text-align: left;
}
footer .footer .keikyu-box .owner a:nth-of-type(1){
  margin: 0 0 20px;
}
footer .footer .keikyu-box .owner a:nth-of-type(1) img{
  width: 70%;
}
footer .footer .keikyu-box .owner a:nth-of-type(2) img{
  width: 89%;
}
footer .footer .keikyu-box .owner a:nth-of-type(4) img{
  width: 85%;
}
footer .footer .contact-box .tel i {
  width: 48px;
}
}
@media screen and (max-width: 450px){
  .banner_text{
      font-size: 14px;
  }
  
}








.slide .item{
	position: relative;
}
.slide .item .cap{
	position: absolute;
    right: 5px;
    bottom: 5px;
    color: #fff;
    text-shadow: 0px -1px 5px rgba(0,0,0,90%);
	font-size: 15px;
}

.slide-navigation .item{
	position: relative;
}
.slide-navigation .item .cap{
	position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    text-shadow: 0px -1px 5px rgba(0,0,0,90%);
	font-size: 10px;
}
.slide-navigation .item .cap2{
	position: absolute;
	transform:translateX(-100%);
    left: calc(50% + -1%);
    bottom: 0px;
    color: #fff;
    text-shadow: 0px -1px 5px rgba(0,0,0,90%);
	font-size: 10px;
}

.slick-initialized .slick-slide{
	opacity: 0;
	transition-duration: 0.6s;
}

.slick-initialized .slick-slide.slick-current{
	opacity: 1;
}
.ft_slides.slick-initialized .slick-slide,.keikyu_slide.slick-initialized .slick-slide {
    opacity: initial;
    transition-duration: initial;
}

.slide-navigation{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	flex-wrap: wrap;
}
.slide-navigation li{
	width: 19%;
	background: #000;
	cursor: pointer;
	margin-bottom: 3%;
}

.slide-navigation li img{
	opacity: 0.4;
	transition-duration: 0.6s;
}
.slide-navigation li img:hover{
	opacity: 1;
}
.slide-navigation li.thumbnail-current img{
	opacity: 1;
}
.slide-up{
	opacity: 0;
	transform: translate(0%,-50%);
	transition-duration: 0.4s;
}
.slide-up.is-show{
	opacity: 1;
	transform: translate(0%,0%);
}
.slide-up-in{
	transform: translate(0%,-10%);
	transition-duration: 0.8s;
	opacity: 0;
}
.slide-up-in.is-show{
	transform: translate(0%,0%);
	opacity: 1;
}
.cap.textright {
    text-align: right;
}

@media (max-width: 767px){
  .slide-navigation{
  flex-wrap: wrap;
  margin-top: 15px;
}
.slide-navigation::after{
  width: 49.5%;
  content: "";
}
.slide-navigation li{
  width: 24%;
  margin-bottom: 5px;
}
.slide .item .cap{
  font-size: 13px;
}
}
@media(max-width:600px){
  .slide-navigation li{
      width: 49%;
  }
  .slide .item .cap{
      font-size: 10px;
  }
}




/* Prime Series */
.PrimeSeries{
	width:92%;
	max-width:1000px;
	margin:60px auto 0 auto;
}
.PrimeSeries p.n{
	text-align:center;
	margin-bottom:10px;
	font-size:15px;
	letter-spacing:3px;
	color:#333333;
}
.PrimeSeries p.n span{
	background:#FFFFFF;
	position:relative;
}
.PrimeSeries p.n span::before{
	content:"";
	display:block;
	width:30px;
	height:1px;
	background:#333333;
	position:absolute;
	top:50%;
	left:-50px;
	transform:translateY(-50%);
}
.PrimeSeries p.n span::after{
	content:"";
	display:block;
	width:30px;
	height:1px;
	background:#333333;
	position:absolute;
	top:50%;
	right:-50px;
	transform:translateY(-50%);
}
.PrimeSeries p.b{
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
	letter-spacing:2px;
	color:#333333;
}
.PrimeSeries div.Mb{
	margin-bottom:35px;
}


.PrimeSeries ul li a{
	display:block;
	transition:all 0.5s;
}
.PrimeSeries ul li a:hover{
	opacity:0.7;
}
.PrimeSeries ul li a img{
	display:block;
	width:100%;
}
/*
.PrimeSeries .slides .slick-prev,.PrimeSeries .slides .slick-next{
	display:none;
}
*/
.PrimeSeries .slides {
	margin: 0 auto;
}
.PrimeSeries .slides li{
	margin: 5px !important;
	overflow:hidden;
	width:190px !important;
}

.PrimeSeries .slick-prev{
	width:20px !important;
	height:25px !important;
	background:url(../css/fonts/allow_l.png) no-repeat left top !important;
	background-size:20px !important;
	left:-20px !important;
	z-index:2;
}
.PrimeSeries .slick-next{
	width:20px !important;
	height:25px !important;
	background:url(../css/fonts/allow_r.png) no-repeat left top !important;
	background-size:20px !important;
	right:-20px !important;
	z-index:2;
}
.PrimeSeries .Vslides .slick-prev{
	left:-30px !important;
}
.PrimeSeries .Vslides .slick-next{
	right:-30px !important;
}
.PrimeSeries .slick-prev::before, .slick-next::before {
	display:none;
}
.PrimeSeries .lazy-item .slick-next,
.PrimeSeries .thumb-item-nav .slick-next,
.PrimeSeries .multiple-item .slick-next,
.PrimeSeries .center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.PrimeSeries .lazy-item .slick-prev,
.PrimeSeries .thumb-item-nav .slick-prev,
.PrimeSeries .multiple-item .slick-prev,
.PrimeSeries .center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.PrimeSeries .single-item .slick-prev::before,
.PrimeSeries .single-item .slick-next::before {
	color: #666;
}
.slick-initialized .slick-slide{
  /* opacity: 1!important; */
}

@media screen and (max-width: 640px) {
	.PrimeSeries{
		width:318px;
		max-width: none;
		margin:60px auto 0 auto;
	}
	.PrimeSeries .slides li{
		margin: 3px !important;
		overflow:hidden;
		width:100px !important;
	}
	.PrimeSeries .slick-prev{
		width:14px !important;
		height:18px !important;
		background:url(fonts/allow_l.png) no-repeat left top !important;
		background-size:14px !important;
		left:-18px !important;
		z-index:2;
	}
	.PrimeSeries .slick-next{
		width:14px !important;
		height:18px !important;
		background:url(fonts/allow_r.png) no-repeat left top !important;
		background-size:14px !important;
		right:-18px !important;
		z-index:2;
	}
	.PrimeSeries .Vslides .slick-prev{
		left:-20px !important;
	}
	.PrimeSeries .Vslides .slick-next{
		right:-20px !important;
	}
}
/* // */






.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;
}


.bottom_cap{
  font-size: 10px;
  line-height: 1.5;
  color: #fff;
}
.bottom_cap_area .bg_beige02{
  padding: 80px 0 40px;
}
#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;
}

.subhead{
  height: calc(100svh - 102px);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
.subhead_ttl_en{
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-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_ttl_ja{
  white-space: nowrap;
  writing-mode: vertical-rl;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  filter: drop-shadow(0px 0px 9px rgba(0,0,0,0.7));
  text-shadow: 2px 2px 11px black;
}

/* map outline */
.subhead02{
  height: 90px;
  background: #95a8b2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.subhead02_ja{
  font-size: 10px;
  margin-bottom:0px;
  color: #fff;
}
.subhead02_en{
  font-size: 28px;
  letter-spacing: 0.15em;
  color: #fff;
  text-indent: 0.15em;
}
/*  */

.page_ttl_en{
  margin-bottom: 20px;
  text-align: center;
}
.page_ttl_en img{
  height: 18px;
  width: auto;
}
.page_ttl_ja{
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.page_ttl_area .bg_beige02{
  padding: 60px 0;
}
.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: 25px;
  width: auto;
}
.page_heading01{
  text-align: center;
  color: #fff;
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.page_heading02{
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}
.page_heading02.tal{
  text-align: left;
}
.page_heading03{
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.8;
}
.page_heading03.tal{
  text-align: left;
}
.page_lead02{
  font-size: 12px;
  line-height: 2;
  color: #fff;
  text-align: justify;
}

/* 削除予定
.bg_navy .page_heading02, .bg_navy .page_heading03, .bg_navy .page_lead02{
  color: #eeeae0;
}
.bg_beige .page_heading02, .bg_beige .page_heading03, .bg_beige .page_lead02{
  color: #5d4d41;
} */

/* 20250630追加 */
/* .bg_navy .page_lead02.txt_cl_green01{
  color: #64747d;
}
.bg_navy .page_lead02.txt_cl_green02{
  color: #91bdb2;
}
.bg_navy .page_heading02.txt_cl_green01{
  color :#64747d;
} */
.txt_cl_green01{
  color :#64747d;
}
.txt_cl_green02{
  color :#91bdb2;
}
.txt_cl_green03{
  color :#e1ebd6;
}
.txt_cl_dgray{
  color :#575757;
}
.txt_cl_white{
  color :#ffffff;
}
.txt_cl_sumi {
  color :#3e3a39;
}

/* 20250701追加 */
.bg_white {
  background: #fff;
}
.bg_brown {
  /* background: rgba(35, 24, 21, 0.9); */
  background: #373535;
}



.tone_pd01 {
  padding: 60px 0;
}
.tone_pd02{
  padding: 30px 0 0;
}
.tone_pd03{
  padding: 60px 0 120px;
}
.tone_pd04{
  padding: 60px 0;
}


.tone_pt01 {
  padding-top: 60px;
}
.tone_pt02 {
  padding-top: 40px;
}
.tone_pt03 {
  padding-top: 60px;
}

.tone_pb01 {
  padding-bottom: 60px;
}


.page_sub_ttl_en.tal01 {
  text-align: left;
  margin: 0 0 20px;
}







.cap_img_walk{
  display: inline-block;
  height: 16px;
  width: auto;
  padding: 0 0.2em;
}
.cap_img_bicycle{
  display: inline-block;
  height: 13px;
  width: auto;
  padding: 0 0.2em;
}
.cap_img_walk img, .cap_img_bicycle img{
  height: 100%;
  width: auto;
}

.db550{
  display: none;
}
.db650,.slick-slide img.db650{
  display: none;
}
.db751{
  display: none;
}
.db800{
  display: none;
}
.db1000{
  display: none;
}
.db1500{
  display: none;
}

@media screen and (min-width: 400px) {
  .dn400{
      display: none;
  }
}

@media screen and (min-width: 500px) {
  .dn500{
      display: none;
  }
  
}
@media screen and (min-width: 550px) {
  .dn550{
    display: none;
  }
  .db550{
    display: block;
  }
  .recommend_ttl img {
    height: 25px;
    width: auto;
  }
  .subhead_ttl_ja {
    font-size: 18px;
  }
  .page_ttl_en img {
      height: 24px;
  }
  .page_ttl_ja {
      font-size: 20px;
  }
  .subhead_ttl_en img {
      height: 40px;
  }
  .page_sub_ttl_en img {
    height: 28px;
  }
  .subhead_ttl_ja {
    font-size: 16px;
  }
  .subhead_ttl_en {
    /* top: 55%; */
}
}
@media screen and (min-width: 650px) {
  .dn650,.slick-slide img.dn650{
    display: none;
  }
  .db650,.slick-slide img.db650{
    display: block;
  }
  .page_sub_ttl_en img {
    height: 30px;
}
}
@media screen and (min-width: 751px) {
  .dn751{
    display: none;
  }
  .db751{
    display: block;
  }
  .subhead {
      height: calc(100svh - 100px);
  }
  #recommend_area .bg_navy {
    padding: 60px 0;
  }
  .subhead_ttl_ja {
    font-size: 22px;
  }
  .page_heading03 {
    font-size: 16px;
  }
  .page_lead02{
    font-size: 14px;
  }
  .page_heading02 {
    font-size: 18px;
  }
  .page_ttl_ja {
    font-size: 22px;
  }
  .subhead02 {
    height: 180px;
  }
  .subhead02_en {
    font-size: 32px;
  }
  .subhead02_ja {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .tone_pd01 {
    padding: 80px 0;
  }
  .tone_pb80 {
    padding-bottom: 80px;
  }
  .tone_pb02 {
    padding-bottom: 20px;
  }
  .tone_pt02 {
    padding-top: 60px;
  }
  .tone_pd03{
    padding: 80px 0 160px;
  }
  .tone_pd04{
    padding: 80px 0;
  }
  .tone_pt03 {
    padding-top: 80px;
  }
}


@media screen and (min-width: 800px) {
  .dn800{
    display: none;
  }
  .db800{
    display: block;
  }
  .page_sub_ttl_en img {
    height: 50px;
  }
  .tone_pd02{
    padding: 30px 0 40px;
  }

}
@media screen and (min-width: 1000px) {
  .db1000{
    display: block;
  }
  .dn1000{
    display: none;
  }
  #recommend_area .bg_navy {
    padding: 70px 0;
  }
  .recommend_ttl {
      margin-bottom: 40px;
  }
  .recommend_ttl img {
      height: 35px;
      width: auto;
  }
  .subhead_ttl_ja {
    font-size: 24px;
  }
  .subhead_ttl_en img {
    height: 45px;
  }
  .page_ttl_en img {
    height: 34px;
  }
  .page_ttl_ja {
    font-size: 26px;
  }
  .page_heading01 {
    font-size: 20px;
  }
  .page_heading02 {
    font-size: 20px;
  }
  .page_lead02 {
    font-size: 16px;
  }
  .page_heading03 {
    font-size: 18px;
  }
  .page_ttl_area .bg_beige02 {
    padding: 80px 0;
  }
  .tone_pd02{
    padding: 40px 0 60px;
  }
  .tone_pd04{
    padding: 80px 0 140px;
  }
}

@media screen and (min-width: 1500px) {
  .db1500{
    display: block;
  }
  .dn1500{
    display: none;
  }

  .subhead {
    height: calc(100svh - 120px);
}
}







/* フッタースライダー読み込み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;
}
}