@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');


/* common
==========================================================*/

body { font-size: 15px; line-height: 2; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; font-weight: 500;
margin:0; padding: 0; letter-spacing:1px; color:#000; -webkit-text-size-adjust: 100%; }
@media screen and (max-width: 1100px) {
    body { font-size: 14px;}
}
@media screen and (max-width: 800px) {
    body { font-size: 13px; line-height: 1.8;}
}
@media screen and (max-width: 450px) {
    body { font-size: 12px;}
}

a { text-decoration: none; color: #000; outline: none; -webkit-transition: all .3s; transition: all .3s;}
a *,
a:after,
.trans03{-webkit-transition: all .3s; transition: all .3s; }
a:hover { text-decoration: none; -webkit-transition: all .3s; transition: all .3s;}
.hoverbig:hover { transform: scale(1.1);}
@media screen and (max-width: 800px){
    .hoverbig:hover { transform: scale(1);}
}
img { -ms-interpolation-mode: bicubic; max-width: 100%; height: auto; max-width: 100%; height: auto; vertical-align: bottom;}
:focus { outline: 0; }
* { box-sizing: border-box}

.tellink { pointer-events: none;}
@media screen and (max-width: 800px){
    .tellink { pointer-events: auto;}
}  
a.txtlink { text-decoration: underline}
a.txtlink:hover { text-decoration: none}

.flex { display: flex; flex-wrap: wrap; }
.flex-nowrap { display: flex; }
.flex-jcs {display: flex; justify-content: space-between; flex-wrap: wrap; }
.flex-jca { display: flex; justify-content: space-around; flex-wrap: wrap; }
.flex-center {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.flex-aic { display: flex; align-items: center; flex-wrap: wrap; }
.flex-jcc { display: flex; justify-content: center; flex-wrap: wrap; }
.flex-fdc { display: flex; flex-direction: column;}

.centerposi { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); /* Safari用 */ transform: translate(-50%, -50%); }
.centertate { position: absolute; top: 50%; -webkit-transform: translateY(-50%); /* Safari用 */ transform: translateY(-50%); } 
.centeryoko { position: absolute; left: 50%; -webkit-transform: translateX(-50%); /* Safari用 */ transform: translateX(-50%); } 

.inner{width: calc(100% - 80px); margin: 0 auto;}
.inner1320{max-width: 1320px; width: calc(100% - 80px); margin: 0 auto;}
.inner1200{max-width: 1100px; width: calc(100% - 80px); margin: 0 auto; justify-content: center;}
.inner1100{max-width: 1100px; width: calc(100% - 80px); margin: 0 auto;}
.inner1000{max-width: 1000px; width: calc(100% - 80px); margin: 0 auto;}
.inner800{max-width: 800px; width: calc(100% - 80px); margin: 0 auto;}
.inner550{max-width: 550px; width: calc(100% - 80px); margin: 0 auto;}
@media screen and (max-width: 800px){
    .inner,
    .inner1320,
    .inner1100,
    .inner1000,
    .inner800,
    .inner550{ width: calc(100% - 40px); }
}

.fs10{ font-size: calc(10em / 14);}
.fs12{ font-size: calc(12em / 14);}
.fs13{ font-size: calc(13em / 14);}
.fs14{ font-size: calc(14em / 14);}
.fs16{ font-size: calc(16em / 14);}
.fs17{ font-size: calc(17em / 14);}
.fs18{ font-size: calc(18em / 14);}
.fs20{ font-size: calc(20em / 14);}
.fs24{ font-size: calc(24em / 14);}
.fs25{ font-size: calc(25em / 14);}
.fs26{ font-size: calc(26em / 14);}
.fs30{ font-size: calc(30em / 14);}
.fs38{ font-size: calc(38em / 14);}
.fs60{ font-size: calc(60em / 14);}
.fs100{ font-size: calc(100em / 14);}

.roboto{ font-family: 'Roboto', sans-serif; font-weight: 700; }
.noto { font-family: 'Noto Sans JP', sans-serif; font-weight: 400; }
.wg500 { font-weight: 500;}
.wg600 { font-weight: 600;}

.fc-w,
.fc-w a { color: #fff; }
.fc-bl,
.fc-bl a { color: #47a2b1;}
.fc-r,
.fc-r a{ color: #f00; }

.bg-w{ background: #fff;}
.bg-bl{ background: #47a2b1;}
.bg-lb{ background: #e9f4f6;}
.bg-g { background: #f2f2f2; }

.border-w { border: 1px solid #fff;}
.border-bl { border: 1px solid #47a2b1;}
.bb-bl { border-bottom: 1px solid #47a2b1;}
.ls0 { letter-spacing: 0;}

#wrapper { overflow: hidden;}

.after,
.before{ position: relative;} 
.after:after,
.before:before { content: ""; position: absolute; }

.sp-show { display: none; }
.sp-hide { }
@media screen and (max-width: 800px){
    .sp-show { display: block;}
    .sp-hide { display: none; } 
    br.sp-br-none,
    .sp-br-none br { display: none;}
}  
@media screen and (max-width: 480px){
    .sp-hide-480 { display: none;} 
}  

/* header
==========================================================*/
header { width: calc(100% - 40px); height: 70px; top: 20px; left: 20px; box-shadow: 0 0 5px rgba(0,0,0,0.1); border-radius: 3px; position: fixed; z-index: 9; }
.headlogo{ width: 35px; left: 23px; top: calc(50% - 16px); position: absolute; }
#menu{ height: 100%;}
.headul.flex-jcc{ margin-left: -40px; height: 100%;}
.headul li{ margin-left: 40px; height: 100%; }
.headul li a{ height: 100%;}
.show-ind { display: none !important;}
.page-ind .show-ind { display: flex !important;}
.page-ind .hide-ind { display: none !important; }
.headcontact{ position: absolute; top: 0; right: 0; height: 100%;}
.headcontact a.flex-center{ width: 150px; height: 100%;}
.headcontact a.flex-center:nth-child(1){ background: #D1E8EB;}
.headcontact a.flex-center:last-child { border-radius: 0 3px 3px 0; }
.headcontact p{}
.navInner,
.show-1000{ display: none;} 


@media screen and (min-width: 1001px){
.menu__insubmenu{ position: relative; }
.menu__insubmenu .menu__second-level { position: absolute; top: 50px; left: -20px; -webkit-transition: all .2s ease; transition: all .2s ease; visibility: hidden; opacity: 0; background: #fff; width: 200px; }
.menu__insubmenu .menu__second-level li{margin: 0; background: #47a2b1; transition: all .4s;}
.menu__insubmenu .menu__second-level li a{ transition: all .4s; padding: 10px 0 10px 20px; width: 100%; display: block; color: #fff;}
.menu__insubmenu .menu__second-level li a:hover{ background: #86bcc6;}
.menu__insubmenu:hover .menu__second-level { top: 70px; visibility: visible; opacity: 1; }
}


@media screen and (max-width: 1400px){
    .headul.flex-jcc{ margin-left: 60px; justify-content: flex-start; }
    .headul li{ margin-left: 30px;}
}
@media screen and (max-width: 1140px){
    .headul li{ margin-left:19px;}
}
@media screen and (max-width: 1000px){
    .show-1000{ display: block; }
    header { width: calc(100% - 20px); height: 50px; top: 10px; left: 10px; }
    .headlogo{ width: 26px; left: 16px; top: calc(50% - 12px);}
    .headul.flex-jcc{ display: block; margin-left: 0; height: auto; text-align: center;}
    .headul li{ margin-bottom: 2px; margin-left: 0; height: auto; }
    .headul li a{ height: 50px; display: flex; justify-content: center; align-items: center; background: #fff;}
    .headinul { margin: 2px 0 -2px; display: flex; justify-content: space-between; flex-wrap: wrap; }
    .headinul li { width: calc(50% - 1px); }
    .headinul li a { background: rgba(255,255,255,0.6);}
    .headcontact{ right: 60px; height: 100%;}
    .headcontact a.flex-center{ padding: 0 10px; width: auto; background: none !important; border-radius: 0;}
    .headcontact p{ color: #000;}  
    .headlogoin { width: 70px; margin: 40px auto; }
    .headincontact {margin: 30px auto; padding: 0 10px; display: flex; justify-content: space-between;}
    .headincontact a { width: calc(50% - 2px); height: 50px; border-radius: 3px;}
    .headincontact a:nth-child(1) { background: #FFB90D; color: #000; }
    .headintxt { padding-bottom: 30px; }
    .headname { margin-bottom: 10px}
    .headcopy {}
    .headbnr-jeo { width: 200px; margin: 0 auto 30px;}
 
    #menu { width: 100%; height: 100%; right: 0; top: 0; display: none; position: fixed; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; z-index: 9901 !important; overflow: scroll !important; background: #e9f4f6; }
    .navInner { display: block; width: 50px; height: 50px; top: 10px; right: 10px; z-index: 9999; cursor: pointer; display: block; position: fixed;  border-radius: 0 3px 3px 0;}
    .menu-trigger { width: 100%; height: 100%; line-height: inherit; cursor: pointer; position: relative; display: inline-block; transition: all .3s;background: #47a2b1; }
    .menu-trigger.active { background: none;}
    .menu-trigger .menutxt { text-align: center; position: absolute; bottom: 3px; left: 0; width: 100%;}
    .menu-trigger.active .menutxt {color: #47a2b1; }
    .menu-trigger span { width: 30px; height: 1px; left: 10px; display: inline-block; transition: all .3s; position: absolute; background: #fff; }
    .menu-trigger.active span { background: #47a2b1;}
    .menu-trigger span:nth-of-type(1) { top: 12px; }
    .menu-trigger span:nth-of-type(2) { top: 19px; }
    .menu-trigger span:nth-of-type(3) { top: 26px; }
    .menu-trigger:not(.active):hover span:nth-of-type(1) { top: 13px; }
    .menu-trigger:not(.active):hover span:nth-of-type(3) { top: 25px; }
    .menu-trigger.active span {}
    .menu-trigger.active span:nth-of-type(1) { transform: translateY(7px) rotate(-45deg); }
    .menu-trigger.active span:nth-of-type(2) { display: none; }
    .menu-trigger.active span:nth-of-type(3) { transform: translateY(-7px) rotate(45deg); }
}

    
/* index
==========================================================*/

.indmain{ width: 100%; height: 100vh; background: url(../images/index/indmain.jpg) no-repeat center; background-size: cover;}
.indmainlogo{ max-width: 260px; width: 20%; }
.indnews{ padding: 100px 0;}
.indland { padding-bottom: 100px;}
.indmid { margin-bottom: 30px; line-height: 1.5;}
.indnews .indmid,
.indland .indmid{ margin-bottom: 60px;}
@media screen and (max-width: 800px){
    .indmainlogo{ min-width: 140px; width: 30%; }
    .indnews{ padding: 50px 0;}
    .indland { padding-bottom: 50px;}
    .indmid { margin-bottom: 20px;}
    .indnews .indmid,
    .indland .indmid{ margin-bottom: 30px;}
} 
@media screen and (max-width: 600px){
.indmain::before { position: absolute; width: 100%; height: calc(92vh - 65vw); content: ""; z-index: -1;
background: url(../images/index/indmain.jpg) no-repeat center top; background-size: cover; top:0; left: 0;}
.indmain{ width: 100%; height: 92vh; background: none;}
} 

.indinfo { padding-top: 80px;}
.indinfoul { margin-top: 40px; margin-left: -10px; margin-bottom: -10px;}
.indinfoul li { margin-left: 10px; margin-bottom: 10px; }
.indinfoul.flex li { width: calc(50% - 10px);}
.indinfoul li a { padding: 20px 20px 25px; height: 100%; display: block; position: relative;}
.indinfoul li a:after { width: 26px; height: 6px; top: 30px; right: 30px; content: ""; position: absolute; background: url(../images/common/yaji.svg) no-repeat center; background-size: cover; }
.indinfoul li a:hover:after { right: 20px; }
.indinfodate { margin-bottom: 5px;}
.indinfottl { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
@media screen and (max-width: 800px){
    .indinfo { padding-top: 40px;}
    .indinfoul { margin-top: 30px;}
    .indinfoul li { width: 100%; margin-bottom: 5px; }
    .indinfoul li a { padding: 15px 15px 20px;}
    .indinfoul li a:after { width: 26px; height: 6px; top: 20px; right: 20px; }
}

.indabout{ padding: 80px 0;}
.indaboutul{ margin-bottom: -20px;}
.indaboutul li{ width: calc(100% / 4 - 15px); margin-bottom: 20px; }
.indaboutul li a{ display: block; position: relative; }
.indaboutimg{ position: relative;}
.indaboutimg:after { opacity: 0; content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../images/index/aboutover.png) no-repeat center; background-size: cover; -webkit-transition: all .3s; transition: all .3s;}
.indaboutul li a:hover .indaboutimg:after { opacity: 1; }
.indaboutul li a .centerposi { height: calc(30em / 14 + 0.13em); width: 100%; overflow: hidden; }
.indaboutul li a .centerposi p { width: 100%; top 0; left: 0; line-height: 1; position: absolute; -webkit-transition: all .3s; transition: all .3s;}
.indaboutjp{top: 0;}
.indabouten{ top: 100%;}
.indaboutul li a:hover .indaboutjp{ top: -100%;}
.indaboutul li a:hover .indabouten { top: 0;}
.indbtnwrap{ margin-top: 40px; justify-content: flex-end;}
.indbtn{ width: 260px; height: 80px; position: relative;}
.indbtn:after { width: 40px; left: -20px; top: 50%; content: ""; height: 1px; background: #fff; position: absolute; }
.indbtn.border-bl:after { background: #47a2b1; }
.indbtn:hover:after { left: 0;}
a.border-w:hover { background: #fff; color: #47a2b1; }
a.border-bl:hover { background: #47a2b1; color: #fff; }
.indbtn p{}
@media screen and (max-width: 800px){
    .indabout{ padding: 40px 0;}
    .indaboutul { margin-bottom: -10px; }
    .indaboutul li{ width: calc(100% / 2 - 5px); margin-bottom: 10px;}
    .indbtnwrap{ margin-top: 20px;}
    .indbtn{ width: 200px; height: 60px;}
    .indbtn:after { width: 30px; left: -15px; }
}
  

.indlineup{ padding: 80px 0 100px; z-index: 2;}
.indlineul{ }
.indlineul li{ width: calc(100% / 2);}
.housing li a { display: block; position: relative; z-index: 2;}
.renovation li a { padding-bottom: 30px; display: block; position: relative; z-index: 2;}
.housing img{width: 80%;}
.housing li a:after { content: ""; width: 100%; height: 100%; position: absolute; background: url(../images/index/line-bg.png) no-repeat center;  background-size: auto 100%; top: 0; left: 0; opacity: 0; z-index: -1;}
.renovation li a:hover{opacity: .6;}
.indlineul li a:hover:after { opacity: 1;}
.indlineimg{}    
.indlinetxtwrap{}
.indlinetxtwrap .fs12{}
.indlinetxtwrap .fs20 span{ font-size: 0.8em;}
@media screen and (max-width: 800px){
    .indlineup{ padding: 40px 0;}
    .indlineul{ }
    .indlineul li{ width: calc(100% / 4);}
    .indlineul li a { padding-bottom: 20px;}
    .indlinetxtwrap { letter-spacing: 0;}
    .indlinetxtwrap .fs12{ font-size: 10px;}
    .indlinetxtwrap .fs20{ font-size: 16px;}
    .indlineup .indmid { margin-bottom: 0;}
    .indlineul { width: 100%; margin: 0 auto;}
    .indlineul li{  width: calc(100% / 2); }
    .housing img{width: 100%;}
}
.bello_p{line-height: 1.2; margin-top: 7px;}

.lineup{ display: flex;}
.housing{width: 50%; box-sizing: border-box; padding: 50px; }
.renovation{width: 50%;  padding: 50px;}
.housing{background: #fff;}
.housing ul{flex-wrap: wrap;}
.renovation{background: #e7f2f3;}
.renovation ul{flex-wrap: wrap; padding-top: 8.8%; }
.renovation li img{	height: 18vw; width: 90%; object-fit: cover;}

@media screen and (max-width: 800px){
    .housing,.renovation{width: 100%; padding: 50px 20px;}
    .bello_p{margin-top: 0;}
    .renovation li img{height: 30vw;}
    .lineup{display: block;}
}

.indarea { }
.indarea .centertate { left: 0;}
.indarea img { opacity: 0.8}

.indrecruit { }
.indrecruit-l { width: 50%; background: url(../images/index/recruit.jpg) no-repeat center; background-size: cover;}
.indrecruit-r { padding: 120px 20px; width: 50%; flex-direction: column;}
@media screen and (max-width: 1100px){
    .indrecruit-l { width: 55%;}
    .indrecruit-r { padding: 80px 20px; width: 45%;}
}
@media screen and (max-width: 800px){
    .indrecruit-l { width: 100%; height: 40vw; background: url(../images/index/recruit.jpg) no-repeat center 15%; background-size: cover;}
    .indrecruit-r { padding: 40px 0; width:100%; }
    .indrecruit-r .indbtnwrap { justify-content: center;}
}

/* footer
==========================================================*/

.commoncontact{ padding: 130px 0 150px; background: url(../images/common/contactbg.jpg) no-repeat center; background-size: cover; position: relative;}
.commoncontacttxt { margin-bottom: 50px;}
.commoncontactul{ line-height: 1; margin: 0;}
.commoncontactul li{ width: calc(50% - 10px); margin: 0;}
.commoncontactul li a{ width: 100%; height: 80px;}
.commoncontactul li a div {}
.commoncontactul li a div p:nth-child(1) { margin-bottom: 10px;}
.footapply { margin-top: 20px; height: 60px; background: #FFB90D; color: #000 !important; border-radius: 5px; }
.footlilne { margin-top: 20px; display: block; background: #00B300; border-radius: 5px; }
.footlilne img { height: 60px;}
.commoncontactopen { margin-top: 40px; margin-left: -20px;}
.commoncontactopen p { margin-left: 20px; }
.pagetop { width: 24px; bottom: 40px; left: calc(50% - 12px); position: absolute; display: block;}
@media screen and (max-width: 800px){
    .commoncontact{ padding: 60px 0 80px;}
    .commoncontacttxt { margin-bottom: 25px;}
    .commoncontactul li{ width: calc(50% - 4px);}
    .commoncontactul li a{ height: 60px;}
    .footapply { margin-top: 8px; height: 50px; }
    .footlilne { margin-top: 8px; }
    .footlilne img { height: 50px;}
    .commoncontactopen { margin-top: 30px;}
    .pagetop { bottom: 20px; }
}
@media screen and (max-width: 410px){
    .commoncontactopen { margin-top: 20px; display: block; text-align: center;}
}   
    
footer{}
.foot-l{ width: calc(300 / 1400 * 100%); }
.footlogo{}
.footlogo a { flex-direction: column;}
.footlogoimg{ width: 100px; margin-bottom: 20px;}
.footlogotxt{}
.foot-r{ padding: 80px 80px 30px; width: calc(1100 / 1400 * 100%); line-height: 1; position: relative;}
.foot-rul{ margin-left: -80px; margin-bottom: 60px;}
.foot-rul > li { margin-left: 80px;}
.foot-rulmid{ margin-bottom: 30px;}
.foot-rinulwrap .foot-rinul { margin-left: 40px;}
.foot-rinulwrap .foot-rinul:first-child { margin-left: 0}
.foot-rinul{ margin-bottom: -20px; font-weight: 300;}
.foot-rinul li{ margin-bottom: 20px;}
.foot-rinul.flex { width: 280px; margin-left: -40px; }
.foot-rinul.flex li { margin-left: 40px;}
.foot-rinul.flex li:nth-child(-n+4) { width: calc(5em + 4px); }
.foot-rinul.flex li:nth-child(1) { order: 1; }
.foot-rinul.flex li:nth-child(2) { order: 3; }
.foot-rinul.flex li:nth-child(3) { order: 5; }
.foot-rinul.flex li:nth-child(4) { order: 7; }
.foot-rinul.flex li:nth-child(5) { order: 2; }
.foot-rinul.flex li:nth-child(6) { order: 4; }
.foot-rinul.flex li:nth-child(7) { order: 6; }
.foot-rinul.flex li:nth-child(8) { order: 8; }
.foot-rinul li a{ display: inline-block; padding-left: 1em; position: relative;}
.foot-rinul li a:after { content: "-"; position: absolute; top: 0; left: 0; }
.footbnr-jeo { width: 200px;}
p.footcopy{ margin-top: 20px; font-weight: 400; }
.foot-service ul:first-of-type{padding-bottom: 40px;}
@media screen and (max-width: 1400px){
    .foot-l{ width: 220px; }
    .footlogoimg{ width: 80px;}
    .foot-r{ padding: 60px 40px 30px; width: calc(100% - 220px); display: block; }
    .foot-rul{ width:calc(100% + 60px); margin-left: -60px; margin-bottom: 20px; display: block; }
    .foot-rul > li { margin-bottom: 40px; margin-left: 60px; }
    .foot-rinulwrap {}
    .foot-rinul { width: 100% !important; margin-left: -20px; margin-bottom: 0; display: flex; flex-wrap: wrap;}
    .foot-rinul li { margin-left: 20px;}
    .foot-rinul.flex li:nth-child(-n+4) { width: auto; }
    .foot-rinul.flex li { order: 0 !important;}
    .foot-rulmid{ margin-bottom: 20px;}
    .footbnr-jeo { width: 160px; position: absolute; bottom: 80px; right: 40px;}
}    
@media screen and (max-width: 800px){
    .foot-l{ padding: 30px 0; width: 100%; }
    .footlogoimg{ width: 70px; margin-bottom: 15px;}
    .foot-r{ padding: 0 20px 20px; width: 100%; background: #e9f4f6; }
    p.footcopy{ margin: 0; text-align: center;}
}



/* about
==========================================================*/

.ttlwrap{ width: 100%; height: 530px; padding-top: 50px; background-size: cover !important;}
.page-about .ttlwrap { background: url(../images/about/aboutttlbg.jpg) no-repeat center;}
.page-recruit .ttlwrap { background:url(../images/recruit/recruitttlbg.jpg) no-repeat 70% top;}
/* .page-recruit .ttlwrap { background:url(../images/recruit/recruitttlbg_v2.jpg?) no-repeat center 40%;} 
@media screen and (max-width: 750px){
    .page-recruit .ttlwrap { background-position: center 0%;}
} */

.ttl{ line-height: 1;}
.ttlen { margin-bottom: 20px;}
.ttljp {}
@media screen and (max-width: 800px){
    .ttlwrap{ height: 265px; padding-top: 25px;}
    .ttlen { margin-bottom: 10px;}
} 
@media screen and (max-width: 450px){
    .ttlwrap{ height: 200px; padding-top: 50px; }
}  

.aboutsection{ padding: 100px 0 150px;}

.aboutsection .inner1100{}
.about-l{ width: 220px;}
.about-len {}
.about-ljp {}
.about-r{ width: 100%; max-width: 880px;}
.companydl { margin-bottom: -30px; width: 50%;}
.companydl dt {}
.companydl dd { margin-bottom: 30px;}
@media screen and (max-width: 1000px){
    .companydl { width: 100%;} 
}
@media screen and (max-width: 800px){
    .aboutsection{ padding: 50px 0 70px;}
    .about-l{ width: 100%; margin-bottom: 40px; }
    .about-r{ width: 100%;}
    .companydl { margin-bottom: 0;}
    .companydl dd { margin-bottom: 20px;}
}  

.historydl { margin-bottom: -30px;}
.historydl dt,
.historydl dd { padding-bottom: 30px;}
.historydl dt { width: 130px; padding-left: 20px; line-height: 1.5; position: relative;}
.historydl dt:after{ width: 1px; height: 100%; background: #000; position: absolute; content: ""; top: 0; left: 0;}
.historydl dt:first-child:after { height: calc(100% -  0.75em); top: 0.75em;}
.historydl dt:nth-last-child(2):after { height: 0.75em;}
.historydl dt:before{ width: 5px; height: 5px; left: -2.5px; top: 0.75em; border-radius: 50%; background: #000; position: absolute; content: "";}
.historydl dd  { width: calc(100% - 130px); }
@media screen and (max-width: 800px){
    .historydl { margin-bottom: -20px;}
    .historydl dt,
    .historydl dd { padding-bottom: 20px;}
    .historydl dt { width: 100px; padding-left: 10px;}
    .historydl dd  { width: calc(100% - 100px); }
}  
    
.about-r{}
.accessul {margin-bottom: -60px;}
.accessul li { width: calc(50% - 40px); margin-bottom: 60px;}
.accessmap{ height: 250px;margin-bottom: 20px;}
.accessmap iframe { width: 100%; height: 100%;}
p.accessmid{ margin-bottom: 5px;}
p.accesstxt{}
@media screen and (max-width: 1300px){
    .accessul li { width: calc(50% - 20px);}   
}
@media screen and (max-width: 800px){
    .accessul li { width: calc(50% - 10px);}
    .accessmap{ height: 200px; }
}
@media screen and (max-width: 550px){
    .accessul { margin-bottom: -40px;}
    .accessul li { width: 100%; margin-bottom: 40px;}  
}   

.groupul{ width: calc(50% - 40px);}
.groupul li{ padding: 30px 0; border-bottom: 1px solid #000; }
.groupul li:first-child { border-top: 1px solid #000; }
.groupdl{}
.groupdl dt{ margin-bottom: 5px;}
.groupdl dd{}
@media screen and (max-width: 1300px){
    .groupul{ width: calc(50% - 20px);} 
}
@media screen and (max-width: 800px){
    .groupul{ width: calc(50% - 10px);}
    .groupul li{ padding: 20px 0; }
} 
@media screen and (max-width: 550px){
    .groupul{ width: 100%;}
    .groupul li:first-child { border-top:none; }
    .groupul:first-child li:first-child { border-top: 1px solid #000; }
}

.aboutimg { margin-top: 60px;}
.abouttxt { margin-top: 30px;}
.handoverwrap { width: 100%; flex-direction: column; line-height: 1}
.handoverwrap > .flex { margin-bottom: 30px; align-items: baseline;}
.handoverico{ width: 85px; margin-right: 10px;}
.handoverwrap .fs100{}
.handoverwrap .fs38{}
.handoverwrap .fs25{}
@media screen and (max-width: 800px){
    .aboutimg { margin-top: 30px;}
    .abouttxt { margin-top: 15px;}
    .handoverwrap > .flex { margin-bottom: 15px;}
    .handoverico{ width: 50px; margin-right: 5px;}
    .handoverwrap .fs100{ font-size: 50px;}
    .handoverwrap .fs38{ font-size: 20px;}
    .handoverwrap .fs25{ font-size: 15px;}
}




/* lineup
==========================================================*/ 

.linewrap{ padding: 100px 0 150px;}
.linewrap h2{margin-bottom: 100px;}
.lineul{}
.lineul li{ padding-bottom: 60px; margin-bottom: 80px; border-bottom: 1px solid #000;}
.lineul li:last-child { margin-bottom: 0;}
.line-l{ width: calc(100% - 240px);}
.linesub{}
.linename{ margin-bottom: 20px;}
.linename span { font-size: 0.8em;}
.linetxt{ margin-bottom: 20px; text-align: justify;}
a.linelink{ text-decoration: underline; white-space: nowrap; }
a.linelink:hover { text-decoration: none;}
.line-r{ width: 180px; padding-right: 40px; }
@media screen and (max-width: 800px){
    .linewrap{ padding: 50px 0 75px;}
    .lineul li{ padding-bottom: 30px; margin-bottom: 40px; }
    .lineul li:last-child { margin-bottom: 0;}
    .line-l{ width: calc(100% - 120px);}
    .linename{ margin-bottom: 20px;}
    .linetxt{ margin-bottom: 20px;}
    .line-r{ width: 100px; padding-right: 0; }
    .linewrap h2{margin-bottom: 50px;}
}
@media screen and (max-width: 450px){
    .line-l{ width: calc(100% - 100px);}
    .line-r{ width: 80px; }
}




/* renovation
==========================================================*/  

.landlistaddwrap_rv{ margin: 10px 0; padding-left: 20px; background: url(../images/common/pin.png) no-repeat left top; background-size: 15px 22px;}
.landlistaddwrap_rv p{ line-height: 1.3; margin-bottom: 5px;}
.landlistaddwrap_rv p:last-child { margin-bottom: 0;}

.groupul_rv{ width: calc(50% - 40px);}
.groupul_rv li{ padding: 10px 0; border-bottom: 1px solid #000; }
.groupdl_rv dt{margin-top: 10px; margin-bottom: 3px;}
.groupdl_rv img{margin-bottom: 7px; margin-right: 5px;}

@media screen and (max-width: 1300px){
    .groupul_rv{ width: calc(50% - 20px);} 
}
@media screen and (max-width: 800px){
    .groupul_rv{ width: calc(50% - 10px);}
    .groupul_rv li{ padding: 20px 0; }
    .groupdl_rv img{margin-bottom: 5px; margin-right: 5px;}
} 
@media screen and (max-width: 550px){
    .groupul_rv{ width: 100%;}
    .groupul_rv:first-child{padding-top: 10px;}
    .groupul_rv li:first-child { border-top:none; }
    .groupdl_rv img{width: 20px; margin-bottom: 5px; margin-right: 5px;}
    .sp-hide{display: none;}
}
@media screen and (max-width: 800px){
    .renovationimg { margin-bottom: 15px; text-align: center;}
}

.link{color: #47a2b1;}
.link:hover{border-bottom: #47a2b1 1px solid;}

.landappwrap_rv{ margin:0; padding: 30px; }
@media screen and (max-width: 800px){
    .landappwrap_rv{ margin:0; padding: 20px; padding-left: 10px; }
}

.renovationbackbtn { margin: 100px auto 150px; width: 260px; }
.renovationbackbtn a { width: 100%; height: 80px; border: 1px solid #47a2b1; color: #47a2b1; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 800px){
    .renovationbackbtn { margin: 60px auto 70px; width: 200px; }
    .renovationbackbtn a { height: 50px; }
}


.works-d-frame { }
@media screen and (min-width: 801px){
    .MainPhoto{ margin-bottom: 30px; position: relative;}
    .MainPhoto:before { content:""; display: block; padding-top: calc(200 / 300 * 100%);}
    .MainPhoto div { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
    .MainPhoto div img { height: 100%; width: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
    .MainPhoto2{ margin-bottom: 30px; position: relative;}
    .MainPhoto2:before { content:""; display: block; padding-top: calc(200 / 300 * 100%);}
}    
.MainPhoto .slick-arrow{ width: 30px; height: 60px; top: 50%; position: absolute; }
.MainPhoto .slick-arrow:before { display: none;}
.MainPhoto .slick-next { right: -100px; background: url(/assets/images/land/next.png) no-repeat center #fff; background-size: cover;}
.MainPhoto .slick-prev{ left: -100px; background: url(/assets/images/land/prev.png) no-repeat center #fff; background-size: cover;}

.works-d-frame-r{ margin-left: -15px; margin-bottom: -15px; }
.works-d-frame-r2{ margin-left: -15px; margin-bottom: -15px; }
.w-d-box{ margin-bottom: 15px; width: calc(10% - 15px); margin-left: 15px; position: relative; overflow: hidden; float: left; }
.w-d-box:after { content: ""; display: block; padding-top: calc(80 / 130 * 100%); }
.w-d-box div { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden;  }
.w-d-box div img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); /* Safari用 */ transform: translate(-50%, -50%); }

.w-d-box2{ margin-bottom: 15px; width: calc(10% - 15px); margin-left: 15px; position: relative; overflow: hidden; float: left; }
.w-d-box2:after { content: ""; display: block; padding-top: calc(80 / 130 * 100%); }
.w-d-box2 div { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden;  }
.w-d-box2 div img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); /* Safari用 */ transform: translate(-50%, -50%); }

@media screen and (max-width: 1100px){
    .MainPhoto { padding: 0 40px;}
    .MainPhoto .slick-arrow{ width: 20px; height: 40px; }
    .MainPhoto .slick-next { right: -30px; }
    .MainPhoto .slick-prev{ left: -30px; }
    
}
@media screen and (max-width: 800px){
    .MainPhoto { padding: 0; width: calc(100% + 40px); margin-left: -20px;}
    .MainPhoto .slick-arrow{ width: 30px; height: 50px; top: 50%;background-size: calc(20px * 0.7) calc(40px * 0.7) !important;  }
    .MainPhoto .slick-next { right: 0; }
    .MainPhoto .slick-prev{ left: 0; z-index: 2; }
    .works-d-frame-r{ display: none }
    .works-d-frame-r2{ display: none }
    .landappwrap_rv{display: none;}
    .ren{margin-top: 20px;}
}


@media screen and (min-width: 801px){
    .MainPhoto2{ margin-bottom: 30px; position: relative;}
    .MainPhoto2:before { content:""; display: block; padding-top: calc(200 / 300 * 100%);}
    .MainPhoto2 div { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
    .MainPhoto2 div img { height: 100%; width: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
    .MainPhoto2{ margin-bottom: 30px; position: relative;}
    .MainPhoto2:before { content:""; display: block; padding-top: calc(200 / 300 * 100%);}
}    
.MainPhoto2 .slick-arrow{ width: 30px; height: 60px; top: 50%; position: absolute; }
.MainPhoto2 .slick-arrow:before { display: none;}
.MainPhoto2 .slick-next { right: -100px; background: url(/assets/images/land/next.png) no-repeat center #fff; background-size: cover;}
.MainPhoto2 .slick-prev{ left: -100px; background: url(/assets/images/land/prev.png) no-repeat center #fff; background-size: cover;}

.works-d-frame-r{ margin-left: -15px; margin-bottom: -15px; }
.works-d-frame-r2{ margin-left: -15px; margin-bottom: -15px; }
.w-d-box{ margin-bottom: 15px; width: calc(10% - 15px); margin-left: 15px; position: relative; overflow: hidden; float: left; }
.w-d-box:after { content: ""; display: block; padding-top: calc(80 / 130 * 100%); }
.w-d-box div { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden;  }
.w-d-box div img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); /* Safari用 */ transform: translate(-50%, -50%); }
.w-d-box2{ margin-bottom: 15px; width: calc(10% - 15px); margin-left: 15px; position: relative; overflow: hidden; float: left; }
.w-d-box2:after { content: ""; display: block; padding-top: calc(80 / 130 * 100%); }
.w-d-box2 div { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden;  }
.w-d-box2 div img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); /* Safari用 */ transform: translate(-50%, -50%); }

@media screen and (max-width: 1100px){
    .MainPhoto2 { padding: 0 40px;}
    .MainPhoto2 .slick-arrow{ width: 20px; height: 40px; }
    .MainPhoto2 .slick-next { right: -30px; }
    .MainPhoto2 .slick-prev{ left: -30px; }
    
}
@media screen and (max-width: 800px){
    .MainPhoto2 { padding: 0; width: calc(100% + 40px); margin-left: -20px;}
    .MainPhoto2 .slick-arrow{ width: 30px; height: 50px; top: 50%;background-size: calc(20px * 0.7) calc(40px * 0.7) !important;  }
    .MainPhoto2 .slick-next { right: 0; }
    .MainPhoto2 .slick-prev{ left: 0; z-index: 2; }
    .works-d-frame-r{ display: none }
    .works-d-frame-r2{ display: none }
    .landappwrap_rv{display: none;}
    .ren{margin-top: 20px;}
}

/* news
==========================================================*/  

.newslistul{ margin-left: -40px; margin-bottom: -100px; }
.newslistul li{ width: calc(100% / 4 - 40px); margin-left: 40px; margin-bottom: 100px;}
.newslist-now.event-before,
.newslist-now.event-after,
.newslist-before.event-now,
.newslist-before.event-after,
.newslist-after.event-now,
.newslist-after.event-before,
.zuiji{ display: none }
.newslist-zuiji { display: block;}
.newslistul li a{ display: block;}
.newslistcat { height: 40px; line-height: 40px; padding: 0 10px; margin-bottom: 15px; position: relative; }
.newslistcat:after { content: ""; position: absolute; right: -1px; bottom: -1px; width: 0;height: 0;border-style: solid;border-width: 0 0 40px 40px; border-color: transparent transparent #fff transparent;} 
.event-before .newslistcat { color: #47a2b1; border: 1px solid #47a2b1; border-right: none; }
.event-now .newslistcat { color: #fff; background: #47a2b1;}
.event-after .newslistcat { color: #aaa; border: 1px solid #bbb; border-right: none; }
.event-before .newslistcat:before { content: ""; width: 1px; height: 54px; top: -8px; right:19px; position: absolute; background: #47a2b1; transform: rotate(45deg); z-index: 2; }
.event-after .newslistcat:before { content: ""; width: 1px; height: 54px; top: -8px; right:19px; position: absolute; background: #bbb; transform: rotate(45deg); z-index: 2; }
.newslistsubwrap { margin-bottom: 15px; padding-bottom: 5px; display: flex; align-items: center;}
.newslistsubwrap.txc {}
.event-before .newslistsubwrap { border-bottom: 1px solid #7ebec8; color: #7ebec8;}
.event-now .newslistsubwrap { border-bottom: 1px solid #47a2b1; color: #47a2b1;}
.event-after .newslistsubwrap { border-bottom: 1px solid #bbb; color: #aaa;}
.newslistsub{letter-spacing: 0; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
@media screen and (min-width: 801px){
    .newslistimg { width: 100%; margin-bottom: 15px; position: relative;}
    .newslistimg:after { content:""; display: block; padding-top: 100%;}
    .newslistimg > div { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
    .newslistimg > div img { position: absolute; width: auto; height: auto; top: 50%; left: 50%; max-width: 100%; max-height: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
}   
.newslistclass { margin-bottom: 15px; border-bottom: 1px solid #47a2b1; }
.newslistttl{line-height: 1.5}
@media screen and (max-width: 800px){
    .newslistul{ margin-left: -30px; margin-bottom: -50px; }
    .newslistul li{ width: 100%; margin-left: 30px; margin-bottom: 50px;}
    .newslistimg { margin-bottom: 15px; text-align: center}
}
.landlistmid{}
.landlistaddwrap{ margin: 20px 0; padding-left: 20px; background: url(../images/common/pin.png) no-repeat left top; background-size: 15px 22px;}
.landlistaddwrap p{ line-height: 1.3; margin-bottom: 5px;}
.landlistaddwrap p:last-child { margin-bottom: 0;}
.landlistdlwrap{ margin-bottom: 20px; padding: 20px; }
.landlistdl{}
.landlistdl dt{ width: 6em; position: relative;}
.landlistdl dt:after { content: "："; position: absolute; top: 0; right: 0; }
.landlistdl dd{ width: calc(100% - 6em);}
.landlistapp{ height: 4.5em; overflow: hidden; position: relative; }
.landlistapp:after { content: "…"; position: absolute; bottom: 0; right: 0; background: #fff;}
.landlistapp table * { display: inline; }
.landlistapp table td { padding-right: 0.5em; }
.ttlwrap.nobg { height: 380px; background: linear-gradient(25deg, rgba(0, 0, 0, 0.4), rgba(71, 162, 177, 0.4));}
.ttlwrap.nobg.long { height: 530px; }
.ttlwrap.nobg.long .ttl { position: relative; top: -60px;}

.newspostwrap{ padding: 80px; position: relative; top: -160px; margin-bottom: -160px;  }
.newspostcat{ margin-bottom:30px; padding: 0 25px; height: 50px; line-height: 50px; border-radius: 25px; display: inline-block; }
.newspostdate { padding-bottom: 20px; }
.newspostttl { padding-bottom: 40px; margin-bottom: 40px; line-height: 1.5;}
.newsposttxt {}
.newsposttxt h3{ font-weight: bold; padding-left: 1em; position: relative;}
.newsposttxt h3:after { content: "-"; position: absolute; top: 0; left: 0;}
.newsposttxt > p { margin-bottom: 20px;}
.newspostbtn { margin-bottom: 20px; padding: 20px; border: 1px solid #47a2b1; color: #47a2b1; text-align: center; display: block; }
.newspostbtn02 { margin-bottom: 40px; padding: 25px; text-align: center; border: 1px solid #47a2b1; color: #47a2b1; flex-direction: column; display: flex; justify-content: center; align-items: center; line-height: 1;}
.newspostbtn02 > div { }
.newspostbtnen { margin-bottom: 10px; font-size: 1.6em;}
.newspostbtnjp { font-size: 0.8em;}
.newspostbtn:hover,
.newspostbtn02:hover{ background: #47a2b1; color: #fff;}
.newsbackbtn { margin: 60px auto 150px; width: 260px; }
.newsbackbtn a { width: 100%; height: 80px; border: 1px solid #47a2b1; color: #47a2b1; display: flex; justify-content: center; align-items: center; }
@media screen and (max-width: 600px){
    .newsposttxt iframe { width: calc(560px * 0.5); height: calc(310px * 0.5); }
}
@media screen and (max-width: 400px){
    .newsposttxt iframe { width: calc(560px * 0.4); height: calc(310px * 0.4); }
}

.newspostlrwrap { margin-top: 40px;}
.newspostlrwrap div { margin-bottom: 20px; width: calc(50% - 20px);}
.newspostlrwrap p { }
@media screen and (max-width: 1320px){
    .landlistdl{ display: block;}
    .landlistdl dt{ display: inline-block; width: auto; padding-right: 1em;}
    .landlistdl dd{ width: 100%; margin-bottom: 10px;}  
    .landlistdl dd:last-child { margin-bottom: 0;}
}   
@media screen and (max-width: 1100px){
    .newspostwrap{ padding: 40px; }
}
@media screen and (max-width: 800px){
    .ttlwrap.nobg { height: 230px; padding-top: 50px;}
    .ttlwrap.nobg.long{ height: 265px; padding-top: 25px;}
    .ttlwrap.nobg.long .ttl { top: -10px;}
    .newspostwrap{ padding: 20px;top: -40px; margin-bottom: -40px;  }
    .newspostcat{ font-size: 1em; margin-bottom:15px; padding: 0 15px; height: 30px; line-height: 30px; border-radius: 15px;  }
    .newspostttl { padding-bottom: 20px; margin-bottom: 20px;}
    .newsposttxt > p { margin-bottom: 15px;}
    .newspostlrwrap { margin-top: 20px;}
    .newspostlrwrap div { margin-bottom: 20px; width: calc(50% - 10px);}
    .newspostbtn02 { margin-bottom: 20px; padding: 20px; }
    .newsbackbtn { margin: 40px auto 70px; width: 200px; }
    .newsbackbtn a { height: 50px; }
}
@media screen and (max-width: 500px){
    .newspostlrwrap div { width: 100%;}  
}


/* staff
==========================================================*/  

.staffwrap{ }
.stafful {}
.stafful > li { padding: 80px 20px; width: 50%;}
.stafful > li > div { max-width: 450px; width: 100%; margin: 0 auto; }
.stafful li:nth-child(4n-3),
.stafful li:nth-child(4n){background: #fff; }
.stafful li:nth-child(4n-1),
.stafful li:nth-child(4n-2){background: #e9f4f6; }
.staffimg{ width: 180px; margin: 0 auto 20px; }
.staffnamewrap { padding-bottom: 30px; border-bottom: 1px solid #000;}
.staffname{ font-weight: 500;}
.staffposi{}
.stafflicensedl{ padding: 20px 0; border-bottom: 1px solid #000; }
.stafflicensedl dt{ width: 50px; position: relative;}
.stafflicensedl dt:after { content: "："; position: absolute; top: 0; right: 0;}
.stafflicensedl dd{ width: calc(100% - 50px);}
.staffdl { padding-top: 30px; margin-bottom: -20px; }
.staffdl dt{ margin-bottom: 5px; }
.staffdl dd { margin-bottom: 20px;}
@media screen and (max-width: 800px){
    .stafful > li { padding: 40px 20px;}
    .staffimg{ width: 110px; margin: 0 auto 10px; }
    .staffnamewrap { padding-bottom: 20px; }
    .stafflicensedl{ padding: 15px 0;}
    .stafflicensedl dt{ width: 40px;}
    .stafflicensedl dd{ width: 100%;}
    .stafflicensedl dd br { display: none}
    .staffdl { padding-top: 20px; margin-bottom: -15px; }
    .staffdl dd { margin-bottom: 15px;}
}
@media screen and (max-width: 500px){
    .stafful > li { width: 100%; background: #e9f4f6 !important; }
    .stafful li:nth-child(2n-1) {background: #fff !important;}
}




/* subdivision
==========================================================*/

.landwrap{ padding-top: 100px;}
.landwrap{} .inner800{}
.landttlwrap{ padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #000; }
.landttl { line-height: 1.5; margin-bottom: 10px;}
.landttlinner { right: 0; bottom: 10px;}
@media screen and (max-width: 600px){
    .landttl{padding-bottom: 10px;}
    .landttlinner{right: auto;}
}
.landcat {}
.landtopwrap { margin-bottom: 40px;}
.landtopwrap p {}
.landappwrap{ margin: 60px 0; padding: 30px; }
.landapptab{}
.landapptab td{ position: relative; padding-left: 1em; }
.landapptab td:after { content: "・"; position: absolute; left: 0; top: 0;}
.landmid { margin-bottom: 20px;}
.landdl { margin-bottom: 60px; border-top: 1px solid #000;}
.landdl dt,
.landdl dd { padding: 20px 15px; border-bottom: 1px solid #000;}
.landdl dt{ width: 180px; background: #f2f2f2; letter-spacing: 0; }
.landdl dd{ width: calc(100% - 180px);}
.landmapwrap{ }
.landmapwrap iframe{ width: 100%; height: 400px; }
@media screen and (max-width: 1100px){
    .landslide-arrow { width: 20px; height: 40px; top: calc(50% - 20px);}
    .landslide-prev {left: -40px;}
    .landslide-next { right: -40px;}
}
@media screen and (max-width: 800px){
    .landwrap{ padding-top: 50px;}
    .landttlwrap{ padding-bottom: 20px; margin-bottom: 20px;}
    .landtopwrap { margin-bottom: 20px;}
    .landappwrap{ margin: 30px 0; padding: 20px; padding-left: 10px; }
    .landmid { margin:30px 0 10px;}
    .landdl { margin-bottom: 30px; }
    .landdl dt,
    .landdl dd { width: 100%; padding: 10px;}
    .landdl dt{ border-bottom: none; }
    .landmapwrap iframe{height: 50vw; }
}


.works-d-frame { }
@media screen and (min-width: 801px){
    #MainPhoto{ margin-bottom: 30px; position: relative;}
    #MainPhoto:before { content:""; display: block; padding-top: calc(200 / 300 * 100%);}
    #MainPhoto div { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
    #MainPhoto div img { height: 100%; width: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
}    
#MainPhoto .slick-arrow{ width: 30px; height: 60px; top: 50%; position: absolute; }
#MainPhoto .slick-arrow:before { display: none;}
#MainPhoto .slick-next { right: -100px; background: url(/assets/images/land/next.png) no-repeat center #fff; background-size: cover;}
#MainPhoto .slick-prev{ left: -100px; background: url(/assets/images/land/prev.png) no-repeat center #fff; background-size: cover;}
.works-d-frame-r{ margin-left: -15px; margin-bottom: -15px; }
.works-d-frame-r2{ margin-left: -15px; margin-bottom: -15px; }
.w-d-box{ margin-bottom: 15px; width: calc(10% - 15px); margin-left: 15px; position: relative; overflow: hidden; float: left; }
.w-d-box:after { content: ""; display: block; padding-top: calc(80 / 130 * 100%); }
.w-d-box div { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden;  }
.w-d-box div img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); /* Safari用 */ transform: translate(-50%, -50%); }

.w-d-box2{ margin-bottom: 15px; width: calc(10% - 15px); margin-left: 15px; position: relative; overflow: hidden; float: left; }
.w-d-box2:after { content: ""; display: block; padding-top: calc(80 / 130 * 100%); }
.w-d-box2 div { position: absolute; display: block; top: 0; left: 0; bottom: 0; right: 0; overflow: hidden;  }
.w-d-box2 div img { display: block; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); /* Safari用 */ transform: translate(-50%, -50%); }

@media screen and (max-width: 1100px){
    #MainPhoto { padding: 0 40px;}
    #MainPhoto .slick-arrow{ width: 20px; height: 40px; }
    #MainPhoto .slick-next { right: -30px; }
    #MainPhoto .slick-prev{ left: -30px; }
}
@media screen and (max-width: 800px){
    #MainPhoto { padding: 0; width: calc(100% + 40px); margin-left: -20px;}
    #MainPhoto .slick-arrow{ width: 30px; height: 50px; top: 50%;background-size: calc(20px * 0.7) calc(40px * 0.7) !important;  }
    #MainPhoto .slick-next { right: 0; }
    #MainPhoto .slick-prev{ left: 0; z-index: 2; }
    .works-d-frame-r{ display: none }
    .works-d-frame-r2{ display: none }
}



.subdinqbtn{ padding-top: 60px;}
.subdinqbtn a {
  width: calc(50% - 5px);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  background: #47a2b1;
  color:#fff;
  border-radius: 3px;
  margin-inline: auto;
}

.subdinqbtn a:hover {
  background: #fff;
  color: inherit;
}

@media screen and (max-width: 800px){
    .subdinqbtn{ padding-top: 40px;}
    .subdinqbtn a {width: 100%;}
}

/* recruit
==========================================================*/  

.recruitwrap{ padding: 100px 0 150px;}
.kasoumidwrap { margin-bottom: 60px; line-height: 1;}
.kasoumidwrap .fs30{ margin-bottom: 15px;}
.kasoumidwrap h2{}

.recryitcatch { margin-bottom: 60px;}
.recryitcatch p { margin-bottom: 20px;}
.recryitcatch p:last-child { margin: 0;}
.recritnavwrap{margin-bottom: 80px;}
.recritnavul{ margin-left: -20px;}
.recritnavul li { width: 240px; height: 80px; margin-left: 20px; border: 1px solid #47A2B1; color: #47A2B1; cursor: pointer;}
.recritnavul li:hover { opacity: 0.6}
.recritnavul li.active { background: #47A2B1; color: #fff; position: relative;}
.recritnavul li.active:after { top: 100%; left:calc(50% - 5px); content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #47A2B1 transparent transparent transparent;}
.recritnavul li.active:hover { opacity: 1;}
.recruitarea { display: none;}
.recruitblock { margin-bottom: 60px; }
.recruitblockmid { margin-bottom: 20px; font-weight: bold; color: #47A2B1;}
.recruitdl { margin-bottom: 40px; border-top: 1px solid #ccc;}
.recruitdl dt,
.recruitdl dd { padding: 20px 0; border-bottom: 1px solid #ccc;}
.recruitdl dt { width: 150px;}
.recruitdl dd { width: calc(100% - 150px);}
.kasoubtn { width: 260px; height: 80px; margin: 0 auto; border: 1px solid #47A2B1;}
.kasoubtn:hover { color: #fff; background: #47A2B1;}

@media screen and (max-width: 800px){
    .recruitwrap{ padding: 50px 0 75px;}
    .kasoumidwrap { margin-bottom: 30px; }
    .recryitcatch { margin-bottom: 30px; }
    .recritnavwrap{margin-bottom: 40px;}
    .recruitdl { display: block;}
    .recruitdl dt { width: 100%; padding: 20px 0 0; margin-bottom: 5px; font-weight: bold; border: none;}
    .recruitdl dd { width: 100%; padding: 0 0 20px;}
    .kasoubtn { width: 260px; height: 80px; margin: 0 auto; border: 1px solid #47A2B1;}
    .kasoubtn:hover { color: #fff; background: #47A2B1;}
}
@media screen and (max-width: 550px){
.recritnavul{ margin-left: -10px;}
.recritnavul li { width: calc(50% - 30px); height: 60px; margin-left: 10px;}
}


/* reset */
input,button,select,textarea
{-webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; border: none; border-radius: 0; font: inherit; outline: none; }
textarea { resize: vertical; }
input[type='checkbox'], input[type='radio'] { display: none; }
input[type='submit'],input[type='button'],label,button,select { cursor: pointer; }
select::-ms-expand {display: none;}
::placeholder{ color:#AAECE5; opacity: 1; }

/* ラジオボタン03 */
input[type=radio] { display: none; }
.radio03 { box-sizing: border-box; cursor: pointer; display: inline-block; position: relative; width: auto; }
.radio03::before {width: 20px; height:20px; margin-top: -10px; left: 10px; background: #fff; border: 1px solid #666; border-radius: 50%;content: '';display: block; position: absolute;top: 50%; opacity: 0.5; }
.radio03::after { width: 12px; height: 12px; margin-top: -5px; left: 15px; background: #47a2b1; border-radius: 50%; content: ''; display: block; opacity: 0; position: absolute; top: 50%; transform: scale3d(.3,.3,1); transition: transform .2s ease-in-out, opacity .2s ease-in-out; }
input[type=radio]:checked + .radio03::before { opacity: 1;}
input[type=radio]:checked + .radio03::after { opacity: 0.8; transform: scale3d(1,1,1); }

/* チェックボックス03 */
.checkbox03 { box-sizing: border-box; cursor: pointer; display: inline-block; padding-left: 30px;  position: relative; width: auto; }
.checkbox03::before { background: #fff; content: ''; display: block; height: 20px; left: 0; position: absolute; top: calc(50% - 10px); width: 20px; }
.checkbox03::after { border-right: 3px solid #47a2b1; border-bottom: 3px solid #47a2b1; content: ''; display: block; height: 9px; left: 5px; margin-top: -7px; opacity: 0; position: absolute; top: 50%; transform: rotate(45deg); width: 5px; transition: transform .2s ease-in-out, opacity .2s ease-in-out; }
input[type=checkbox]:checked + .checkbox03::before { border-color: #47a2b1; }
input[type=checkbox]:checked + .checkbox03::after { opacity: 1; transform: rotate(45deg) scale3d(1,1,1); }

.entrywrap { padding-top: 100px;}
.contactformwrap { padding: 80px 0 150px;}
.formtxt { margin-bottom: 30px;}
.formtxt span { color: #f00; }
.contactul { display: flex; justify-content: space-between; flex-wrap: wrap; }
.contactul > li { margin-bottom: 40px; }
.contactul > li.w1 { width: 100%; }
.contactul > li.w2 { width: calc(50% - 5px); }
.contactmid { margin-bottom: 10px; padding-right: 1.5em; display: inline-block; position: relative;}
.contactmid.hissu:after { content: "※"; color: #f00; position: absolute; top: 0; right: 0; }
.contactbikou { color: #666; margin-top: 10px;}
.contactinputw2 > div { width:calc(50% - 5px);}
.contactul > li input[type="text"],
.contactul > li input[type="date"]{ height: 50px; padding: 0 10px; font-size: 0.8em; box-sizing: border-box; background: #fff; border: none; width: 100%; }
.contactul select{ width: 100px; height: 50px; padding: 0 10px; font-size: 0.8em; box-sizing: border-box; background: #fff; border: none; }
.contactform ::placeholder {color: #aaa; }
.radioul { margin-bottom: -10px; display: flex; justify-content: space-between; flex-wrap: wrap;  }
.radioul li { width: calc(50% - 5px); margin-bottom: 10px; background: #fff; position: relative; display: flex; align-items: center; }
.radioul02 { justify-content: flex-start; margin-left: -10px;}
.radioul02 li { background: none; width: auto !important; margin-left: 10px; }
.radioul02 .radio03::before { opacity: 1; }
.radioul li label { padding-left: 35px; width: 100%; height: 50px; line-height: 50px; box-sizing: border-box; display: block;}
.checkul { margin: 10px 0 0 -30px;}
.checkul li { margin-left: 30px; margin-bottom: 20px;}
.birthwrap { margin-left: -10px; margin-bottom: -10px; }
.birthwrap div { margin-left: 10px; margin-bottom: 10px; }
.contactform textarea { width: 100%; height: 400px; padding: 10px; line-height: 2; box-sizing: border-box; border: none; background: #fff; }
.error_box { padding: 30px; margin-bottom: 30px; line-height: 2; display: none; color: #f00; border: 1px solid #f00;}
.submitwrap { text-align: center;}
input[type="submit"] { -webkit-appearance: none; border-radius: 0; }
.submitbtn { width: 200px; height: 60px; line-height: 60px; cursor: pointer; display: inline-block font-weight: bold; border: none; text-align: center; background: #000; color: #fff; font-weight: bold;}
@media screen and (max-width: 800px){
    .entrywrap { padding-top: 50px;}
    .contactformwrap { padding: 40px 0 75px;}
    .formtxt { margin-bottom: 20px;}
    .contactul > li { margin-bottom: 20px; }
    .contactul > li.w2 { width: 100%;  }
    .radioul li { width: 100%; }
    .contactform textarea { height: 200px; }
}

.privacydl{}
.privacydl dt{ margin-bottom: 10px;}
.privacydl dd{ margin-bottom: 60px}
.privacydl dd:last-child { margin-bottom: 0 !important;}
.privacydl a { text-decoration: underline;}
@media screen and (max-width: 800px){
    .privacydl dd{ margin-bottom: 40px}
}




/* reservation
==========================================================*/

.reserve01wrap{}
@media screen and (max-width: 400px){
    .page-reserve .ttlwrap { padding-bottom: 210px; }
    .reserve01ulwrap { left: -22%; width: calc(100% / 0.7);}
    .reserve01ul.flex-jcc{ transform: scale(0.7);}
}
@media screen and (max-width: 340px){
    .reserve01ulwrap { left: -33.5%; width: calc(100% / 0.6);}
    .reserve01ul.flex-jcc{ transform: scale(0.6);}
}

.quomidwrap { margin-top: 80px; }
.reserve01telwrap{ margin: 80px auto;}
.reserve01telwrap > .fs16 { margin-bottom: 30px; }
.reserve01telbtnwrap { }
.reserve01telbtn{ width: calc(50% - 5px); border: 1px solid #47a2b1; }
.reserve01telbtn div:nth-child(1){ padding: 10px; }
.reserve01telbtn p span { font-size: 0.8em; }
.w400 { font-weight: 400;}
@media screen and (max-width: 800px){
    .quomidwrap { margin-top: 40px;}
    .reserve01telwrap{margin: 0 auto 40px; }
    .reserve01telbtn{ width: 100%; margin-bottom: 15px;}
    .reserve01telbtn div:nth-child(1){ padding: 5px; }
} 

.reservewrap textarea { height: 250px; }
.quowrap{}
.quowrap a.border-bl:hover { background: #fff; color: inherit; }
.quomid{ padding: 15px; margin-bottom: 20px; line-height: 1.6; background: #FFB90D; width: 100%; }
.quomid:after { top: 100%; left: calc(50% - 5px); width: 0; height: 0; border-style: solid;border-width: 5px 5px 0 5px;border-color: #FFB90D transparent transparent transparent;}
.quomid span { font-weight: 900; font-size: 1.5em; }
.radioquo{ width: calc(50% - 5px); padding: 20px; text-align: center; cursor: pointer; background: #fff; border-radius: 3px; }
.radioquo:hover { opacity: 0.6 }
input[type=checkbox]:checked + .radioquo { background: #47a2b1; color: #fff; }
input[type=checkbox]:checked + .radioquo:hover {opacity: 1 }
#contactdl02{ margin-top: 20px; width: 100%; display: none;}
#anke:checked ~ #contactdl02 {display: block;}
.quobikou { padding: 15px; margin-bottom: 20px;}
#contactdl02 dt{ font-size: 1.2em; margin-bottom: 15px;}
#contactdl02 > ul > li{ padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px dotted #000;}
#contactdl02 > ul > li > div { margin-bottom: 20px;}
#contactdl02 > ul > li > div:last-child { margin-bottom: 0;}
.inputmin { width: 100px !important;}
.checkboxwrap { margin: 40px 0; padding: 25px 10px; }
@media screen and (max-width: 800px){
    .reservewrap textarea { height:150px; }
    .quomid{ padding: 10px; }
    .checkboxwrap { margin: 20px 0; padding: 15px 10px; }
}

.thankswrap { text-align: center;}
.thanksmid { margin-bottom: 40px; line-height: 1.5}
.thankstxt { line-height: 2.4; margin-bottom: 20px;}
@media screen and (max-width: 800px){
    .thanksmid { margin-bottom: 30px;}
    .thankstxt { line-height: 2; margin-bottom: 20px;}
}


/* 20241201追加分 */
.newquoreserve .quowrap {
    margin-top: 20px;
}
.newquoreserve .quowebapply {
    margin-bottom: 10px;
}
.newquoreserve .radioul li {
width: 100%;
}
.newquoreserve .quonotion {
    padding: 13px 15px 13px 20px;
    letter-spacing: 0.02em;
    margin-top: 20px;
    line-height: 1.8em;
}
.newquoreserve .radioquo.bg-bl {
    background: #47a2b1;
    color: #fff;
}

/* 表示ボタン切り替え */
.newquoreserve .quowrap {
    display: none; 
}
.newquoreserve .quowrap.is-show{
    display: block; 
}
.newquoreserve .quobtnwrap {
    width: 100%;
    display: none;

} 
.newquoreserve .quobtnwrap.is-show {
   display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
 
}

.newquoreserve .quobtnwrap .radioquo{ width: 100%;}
.quolinklist {
    width: 100%;
}
@media screen and (max-width: 800px){
    .newquoreserve .quonotion{ padding: 8px 10px 8px 15px; }
}
@media screen and (max-width: 600px){
   
    .newquoreserve .quobtnwrap.is-show {
       grid-template-columns: 1fr;
    }
    .eventpost-bul:has(.newquoreserve) li {
        width: 100%;
    }
}
   
.newquoreserve .radioul li label {
    display: flex;
    align-items: center;
    height: unset;
    min-height: 50px;
    line-height: 1.5;
}




/* 20250711追加分 */
.indmain .inner1320 {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: calc(120 / 900 * 100vh);
    padding-bottom: calc(40/900 * 100vh);
    overflow: hidden;
}
.indmainlogo {
    text-align: center;
    height: 35%;
}
.indmainlogo img {
max-height: calc(325/900 * 100vh);
}
.indmainSlide .slick-slide img {
width: 100%;
}
.indmainSlide .slick-slide {
  height: 100%;
  margin: 0 calc(44/1400 *100vw);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #fff;
} 
.indmainSlide .slick-prev {
    left: 5px;
    z-index: 2;
}
.indmainSlide .slick-next {
    right: 0;
    z-index: 2;
}
.indmainSlide .slick-prev:before,.slick-next:before {
    content: "";
    display: block;
    width: 14px;
    height: 25px;
    background: url(../images/index/icon-arrow_prev.svg) no-repeat center; background-size: contain;

}
.indmainSlide .slick-next:before {
 background: url(../images/index/icon-arrow_next.svg) no-repeat center; background-size: contain;
}
.indmainSlide .slick-center {
  transform: scale(1.3);
  transition: transform 0.5s ease;
  overflow: visible;
}

.indmainSlide  {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.indmainSlide .slick-list {
  overflow: visible;

}
.indmainSlide .slick-track {
  display: flex;
  align-items: center;
}
.indmainSlide .slick-dots {
    bottom:-50px;
}
.indmainSlide .slick-dots li button:before {
    color: #fff;
    opacity: 1;
}
.indmainSlide .slick-dots li {
    margin: 0;

}
.indmainSlide .slick-dots li.slick-active button:before {
  color: #47a2b1; /* 赤く強調 */

}
@media screen and (max-width: 1280px){

    .indmainSlide .slick-center {
  transform: scale(1.2);
}   .indmainlogo img {
max-height: calc(270/900 * 100vh);
}
}

@media screen and (max-width: 600px){
.indmainlogo {
    /*height: 28%;*/
}
    .indmainSlide .slick-center {
  transform: scale(1.15);
}
.indmainSlide .slick-slide {
  height: 100%;
  margin: 0 25px;
}

    .indmainSlide .slick-prev:before,
    .indmainSlide .slick-next:before{ filter: invert(100%);}

    .indmainSlide .slick-dots li button:before {
        color: #ddd;
    }

}