@charset "utf-8";

/* ==============================================================
/*     Reset  
/* ============================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* ==============================================================
/*     BASE
/* ============================================================== */

body{
	background: #fff;
	color: #333;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1
}
h1{ font-size: 18px}
h2{ font-size: 16px}
h3{ font-size: 14px}
h4{ font-size: 16px}
h1,h2,h3,h4,h5,h6,strong{ font-weight:bold}

em{
	font-weight: bold;
    font-style: normal;
}
ol li{
	list-style: decimal outside;	
}
ul li{
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td{
	border:1px solid #ccc;
	padding:.5em;
}
p, li, th, td, dt, dd, address{
	font-size: 13px;
    line-height: 1.4;
}
input, select, button{
	vertical-align:middle;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.fSP, .fSPs, #menuBtn{
    display: none;
}

/* link
---------------------------------*/
img{
	vertical-align: bottom;
}

a{ /* \*/ overflow:hidden; /* */}
a, a:visited{
	color: #0093E3;
}
a:hover, a:active{
	color: #7FC9F0;
}

/* clearfix
---------------------------------*/
div:after, ul:after, .cf:after{
	content: "";
	display: block;
	clear: both;
}

/* ==============================================================
/*     HEADER
/* ============================================================== */
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 57px;
    background: #fff;
    box-shadow:0px 3px 3px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 3px 3px 0px rgba(0,0,0,0.1);
    z-index: 10;
}
.home header{
    top: -88px;
}

header .inner{
    position: relative;
    width: 1070px;
    padding: 15px;
}
header h1, header .logo{
    float: left;
}
.liMenu{
    float: right;
    margin-top: 5px;
}
.liMenu li{
    float: left;
    width: 26px;
    margin-left: 17px;
    text-indent: -9999px;
}

.liMenu li:nth-child(2){ width: 55px}
.liMenu li:nth-child(3){ width: 114px}
.liMenu li:nth-child(4){ width: 113px}
.liMenu li:nth-child(5){ width: 67px}
.liMenu li:nth-child(6){ width: 125px}
.liMenu li:nth-child(7){ width: 85px}
.liMenu li:nth-child(8){ width: 29px}
.liMenu li:nth-child(9){ width: 50px}

.liMenu li a{
    display: block;
    background: url(../img/bg_menu.png) no-repeat;
}
.liMenu li:nth-child(2) a{ background-position: -43px 0}
.liMenu li:nth-child(3) a{ background-position: -115px 0}
.liMenu li:nth-child(4) a{ background-position: -246px 0}
.liMenu li:nth-child(5) a{ background-position: -376px 0}
.liMenu li:nth-child(6) a{ background-position: -460px 0}
.liMenu li:nth-child(7) a{ background-position: -602px 0}
.liMenu li:nth-child(8) a{ background-position: -704px 0}
.liMenu li:nth-child(9) a{ background-position: -750px 0}

.liMenu li a:hover,
.liMenu.liMenu__local .active a{
    border-bottom: 2px solid #000;
}

/* LOCAL 
------------------------------------------------------------ */
.liMenu.liMenu__local li{ width: 133px}
.liMenu.liMenu__local li:nth-child(2){ width: 51px}
.liMenu.liMenu__local li:nth-child(3){ width: 110px}
.liMenu.liMenu__local li:nth-child(4){ width: 105px}
.liMenu.liMenu__local li:nth-child(5){ width: 121px}
.liMenu.liMenu__local li:nth-child(6){ width: 54px}
.liMenu.liMenu__local li:nth-child(7){ width: 46px}

.liMenu.liMenu__local li a{
    background-image: url(../img/bg_menu_local.png);
}
.liMenu.liMenu__local li:nth-child(2) a{ background-position: -165px}
.liMenu.liMenu__local li:nth-child(3) a{ background-position: -246px}
.liMenu.liMenu__local li:nth-child(4) a{ background-position: -385px}
.liMenu.liMenu__local li:nth-child(5) a{ background-position: -519px}
.liMenu.liMenu__local li:nth-child(6) a{ background-position: -664px}
.liMenu.liMenu__local li:nth-child(7) a{ background-position: -748px}


.btnContact{
    position: absolute;
    top: 57px;
    right: 15px;
}
.btnContact a, .btnContact a:visited{
    display: block;
    width: 118px;
    padding: 5px 0;
    background: #94c7ba;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.btnContact a:hover, .btnContact a:active{
    background-color: #594735;
}

/* ==============================================================
/*     CONTENTS
/* ============================================================== */

body, html, #main{
    height: 100%;
}
.inner{
	width: 1100px;
	margin: 0 auto
}

.fixed-bg{
    min-height: 90%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    margin-top: -60px;
} 
.fixed1{
  background-image: url(../img/bg_fixed1.png);
}
.fixed2{
  background-image: url(../img/bg_fixed2.jpg);
}
.fixed3{
  background-image: url(../img/bg_fixed3.jpg);
}
.fixed4{
  background-image: url(../img/bg_fixed4.jpg);
}
.fixed5{
  background-image: url(../img/bg_fixed5.jpg);
}
.fixed6{
  background-image: url(../img/bg_fixed6.jpg);
}
.fixed7{
  background-image: url(../img/bg_fixed7.jpg);
}
.fixed-bg img{ display: none}

.cont{
    position: relative;
    width: 100%;
    height: 669px;
    margin-top: -60px;
    padding-top: 195px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/bg_cont.png);
    z-index: 2;
}

.cont p, .cont-lst p{
    margin-bottom: 2.5em;
    font-size: 16px;
    line-height: 2.5;
    font-weight: bold;
}
.lBox{
    float: left;
    width: 550px;
}
.rBox{
    float: right;
    width: 520px;
}
.sup{
    vertical-align: super;
    font-size: 10px;
}


/* #CONT1
---------------------------------------------------------*/
.cont-fst{
    position: relative;
    background: url(../img/bg_cont_bottom.png) no-repeat 0 100%;
    z-index: 2;
    padding: 160px 0 125px;
    text-align: center;
    overflow:hidden;
}
#cont1 {
  padding-bottom: 80px;
}
@media screen and (max-width:640px){
  #cont1 {
    padding-bottom: 20px;
  }
}
#cont1 .inner{
    position: relative;
    z-index: 10
}
#cont1 .hdTxt{
    position: absolute;
    width: 98%;
    top: 20px;
    left: 0;
    padding: 0 1.5%;
    color: #888;
    font-size: 9px;
    text-align: left;
}
#cont1 .hdTxt span{
    display: block;
    position: relative;
    text-align: right;
}
#cont1 h3{
    margin: 70px 0 25px;
}
#cont1 #read{
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: bold;
}
#cont1 #read2 ul.news {
  width: fit-content;
  max-width: 600px;
  margin: 1em auto 0;
  font-weight: bold;
  text-align: left;
}
#cont1 #read2 ul.news li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#cont1 #read2 ul.news li ~ li {
  margin-top: 0.5em;
}
#cont1 #read2 ul.news li time {
  margin-right: 1em;
}
#cont1 #read2 ul.news li a {
  color: #94c7ba;
}
#cont1  div.background {
  margin-top: 40px;
  position: relative;
}
#cont1  div.background img {
  max-width: 100%;
}
#cloud1{ position:absolute; top:0; left: 400px; z-index:20; }
#cloud2{ position:absolute; top:35px; left: 505px; z-index:20; }
@media screen and (max-width:640px){
  #cloud2{ position:absolute; top:15px; left: 505px; z-index:20; }
}
#airship{ position:absolute; top:275px; right: -105px; z-index:4; }  
#airplane{ position:absolute; top:410px; left: -100px; z-index:5; }  


/* #CONT2
---------------------------------------------------------*/
#cont2 .lBox{
    width: 545px;
}
#cont2 .rBox{
    position: relative;
    width: 530px;
}
#cont2 .rBox li{
    position: absolute;
    top: 32px;
    left: 69px;
}
#cont2 .rBox li.nav2{ top: 177px}
#cont2 .rBox li.nav3{ top: 327px}
#cont2 .rBox li.nav4{ top: 32px; left: 354px}
#cont2 .rBox li.nav5{ top: 211px; left: 354px}
#cont2 .rBox li.nav6{ top: 377px; left: 354px}

/* #CONT5 #CONT6
---------------------------------------------------------*/
#cont5 .rBox, #cont6 .rBox{
    padding-top: 60px
}


/* #CONT7
---------------------------------------------------------*/
#cont7 .sTxt{
    font-size: 9px;
    line-height: 1.6;
}

/* #CONT8
---------------------------------------------------------*/
.cont-lst{
    position: relative;
    margin-top: -60px;
    padding-top: 170px;
    background: url(../img/bg_cont_top.png) no-repeat 0 0;
    z-index: 2;
}
#cont8 p{
    margin-bottom: 1em;
}
#cont8 .sTxt{
    font-size: 11px;
}
#cont8 #shibuyaCast{
    position: relative;
}
#cont8 #shibuyaCast a{
    display: block;
    position: absolute;
    top: 83px;
    left: 284px;
    border-bottom: 2px solid #94c7ba;
}

/* #CONT9
---------------------------------------------------------*/
#cont9, #cont10{
    padding-top: 95px;
}
#cont9 h3, #cont9 p, #cont10 h3{
    margin-bottom: 10px;
    text-align: center;
}
#cont9 #map{
  margin-bottom: 30px;
  padding-bottom: 500px;
  position: relative;
}
@media screen and (max-width:640px){
  #cont9 #map{
    padding-bottom: 300px;
  }
}
#cont9 #map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#cont9 p a{
    font-size: 16px;
    font-weight: bold;
    color: #94c7ba;
}
#cont9 .btnLocation{
    margin-top: 40px;
}

/* #CONT10
---------------------------------------------------------*/
#cont10{
    position: relative;
    padding-bottom: 110px;
}
#cont10 .bdTop{
    padding: 50px 0;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
#cont10 h4 span{
    font-size: 12px;
}
#cont10 dl{
    margin-top: 10px;
    border-top: 1px solid #bebebe;
}
#cont10 dt{
    clear: both;
    float: left;
    width: 135px;
    padding: 8px 5px;
}
#cont10 dd{
    padding: 8px 5px 8px 145px;
    border-bottom: 1px solid #bebebe;
}
#cont10 dd.rTxt{
    text-align: right;
}
#cont10 dt, #cont10 dd, #cont10 p{
    font-size: 14px;
}
#cont10 p{
    margin-top: 18px;
    text-align: center;
}
#cont10 .cap{
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}
#cont10 .toTop{
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index:5;
    padding-bottom: 20px;
}


/* ==============================================================
/*     FOOTER
/* ============================================================== */
footer{
    text-align: center;
}
.footerTop{
    padding: 84px 0;
    background: #000;
}

.footerMid{
    padding: 37px 0 45px;
    background: #dedede;
}
.footerMid p{
    margin-top: 40px;
    color: #888;
    font-size: 16px;
}
.footerMid span{
    font-size: 15px;
}
.footerMid p img{
    display: inline-block;
    margin: 10px 0;
}
.footerBtm{
    padding: 10px 20px;
}
.footerBtm p{
    float: left;
    color: #555;
    font-size: 14px;
    text-align: left;
}
.footerBtm ul{
    float: right;
    color: #555;
    font-size: 14px;
    text-align: right;
}
.footerBtm ul li{
    display: inline-block;
    margin-left: 30px;
    font-size: 10px;
    color: #000;
}

/* ==============================================================
/*     ROOM PLANS
/* ============================================================== */
.plans .wrap{
    position: relative;
    width: 600px;
    margin: 0 auto;
    padding-top: 50px;
}
.plans h1{
    display: block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom: 5px solid #000;
}
.plans .close{
    position: absolute;
    top: 20px;
    right: 0;
}
.plans p{
    margin-bottom: 40px;
    font-size: 12px;
}
.plans .sTxt{ font-size: 10px}

.plans table{
    width: 100%;
    margin-bottom: 25px;
}
.plans table th, .plans table td{
    padding: 10px 20px;
    color: #fff;
    border-color: #000;
    text-align: center;
    vertical-align: middle;
}
.plans table th{
    background: #bebebe;
}
.plans table td{
    background: #777;
    word-break : break-all;
}

.plans .content{
    margin-bottom: 20px;
    padding: 50px 0 10px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}

.plans .ttlBox{
    position: relative;
}
.plans .ttlBox p{
    position: absolute;
    bottom: -40px;
    right: 3px;
}
.plans h3{
    margin: 15px 0;
}
.plans .tblType{
    margin-bottom: 15px;
}
.plans .tblType td{
    width: 25%;
    height: 120px;
    padding: 10px 0;
    border: 4px solid #fff;
    text-align: center;
    font-size: 16px;
    background: #000;
    line-height: 1.3;
    vertical-align: top;
}
.plans .tblType td div{
    position: relative;
    height: 100%;
}
.plans .tblType td.blank{
    background: #fff;
}
.plans .tblType .btn{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 5px;
    text-align: center;
}
.plans .tblType td .yeTxt{ color: #d8af68}
.lTxt{ text-align: left !important}
.cTxt{ text-align: center !important}
.mt70{ margin-top: 70px !important}
.fs14{
    font-size: 14px !important;
    color: #555;
}


/* ==============================================================
/*     LOCAL
/* ============================================================== */
.local{
    padding-top: 125px;
}
.local #cont10{
    margin-top: 40px;
    padding: 0;
}
.local #cont10 .bdTop{
    padding: 0 0 110px;
    border-bottom: none;
}
.local #cont10 p{
    line-height: 1.4;
    font-weight: normal;
}
.local h1{
    margin-bottom: 20px;
}
.local .mainImg{
    margin: 15px 0 50px
}
.local section p{
    font-size: 16px;
    font-weight: bold;
    line-height: 2.4;
}
.local .rBox{
    width: 550px;
}
.local .lBox p, .local .rBox p{
    margin-bottom: 35px;
}

/* ==============================================================
/*     COMMON
/* ============================================================== */
.liMainImg li{
    margin: 15px 0 50px
}
.liMainImg li:last-child{
    margin-bottom: 190px;
}

/* ==============================================================
/*     COLLECTIVE HOUSE
/* ============================================================== */
.collective .lBox{
    width: 500px;
    padding-left: 50px;
}

/* ==============================================================
/*     RESIDENCE FLOOR
/* ============================================================== */
.residence .lBox{
    padding-top: 50px;
}
.facilitiesBox h4{
    float: left;
    margin-left: 10px;
    width: 240px;
}
.facilitiesBox ul{
    float: left;
    width: 405px;
    margin: 50px 0 100px;
    border-top: 1px solid #ccc;
}
.facilitiesBox ul:last-child{
    width: 395px;
    margin: 50px 10px 100px 30px;
    padding-left: 10px;
}
.facilitiesBox ul li{
    padding: 10px 0 15px;
    border-bottom: 1px solid #ccc;
}

.facilitiesBox__1 .lList li:nth-child(3){ padding-bottom: 58px}
.facilitiesBox__1 .lList li:nth-child(4){ padding-bottom: 39px}
.facilitiesBox__1 .rList li:nth-child(2){ padding-bottom: 36px}
.facilitiesBox__1 .rList li:nth-child(3){ padding-bottom: 36px}

.facilitiesBox__2 .rList li:nth-child(2){ padding-bottom: 29px}
.facilitiesBox__2 .rList li:nth-child(4){ padding-bottom: 33px}

.facilitiesBox__3 .lList li:nth-child(1),
.facilitiesBox__3 .lList li:nth-child(2),
.facilitiesBox__3 .lList li:nth-child(3){ padding-bottom: 26px}


/* ==============================================================
/*     LOCATION
/* ============================================================== */
.locationBox .lBox{
    padding-top: 140px;
}
.local .caption{
    margin: 15px 0;
    font-size: 13px;
    text-align: center;
}
.routemapBox h3, .airportbusBox h3{
    margin: 100px 0 45px;
    text-align: center;
}
.routemapBox .lBox{
    width: 275px;
    margin-right: 25px;
}
.routemapBox .lBox li, .airportbusBox .rBox li{
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: bold;
}
.routemapBox .lBox p, .sCaption{
    line-height: 1.4 !important;
    font-size: 9px !important;
}
.routemapBox .rBox{
    width: 800px;
}

.airportbusBox{
    padding-bottom: 85px;
}
.airportbusBox .lBox{
    width: 680px;
    margin: 0 70px 40px 0;
}
.airportbusBox .rBox li:first-child{
    margin-bottom: 30px;
    font-size: 20px;
}
.airportbusBox .rBox{
    width: 350px;
}

@media screen and (min-width:1023px) and (max-width:1025px){
.inner{
	width: 100%;
}
header .inner{
	width: 97%;
    padding: 15px 1.5%;
}
.liMenu li{
    margin-left: 10px;
}

.fixed-bg{
    background-attachment: scroll;
}
.cont .inner, .cont-lst .inner{
   padding: 0 40px;
   box-sizing: border-box;
}
.lBox{
    width: 46% !important;
}
.rBox{
    width: 51% !important;
}
.lBox img, .rBox img{
    width:100%;
    max-width: 100%;
    height: auto;
}
.more, .more2{
    width: 50%;
    height: auto;
}
.more2{
    width:30%;
}
.cont p, .cont-lst p{
    font-size: 14px;
}
#cont10 dl{
    margin: 0 20px
}

.local h1{
    margin: 0 10px;
}
.leadTxt{
    padding: 0 10px;
}
.local .lBox{
    width: 47% !important;
    padding-left: 2%;
}
.local .rBox{
    width: 47% !important;
    padding-right: 2%;
}
.facilitiesBox ul{
    width: 360px;
    margin: 50px 20px 80px 0;
}
.facilitiesBox ul:last-child{
    width: 360px;
    margin: 50px 0 80px;
    padding-left: 0;
}
.facilitiesBox ul li img{
    width: 100%;
    height: auto;
}

.collective .lBox{
    padding-left: 2% !important;
}
.routemapBox .lBox,
.airportbusBox .lBox {
    margin-right: 0 !important;
}
}
@media screen and (min-width: 1365px) and (max-width: 1367px){
.fixed-bg{
    background-attachment: scroll;
} 
}
@media screen and (min-width:1600px){
.cont-fst, .cont-lst{
    background-size: 100% auto;
}
.cont{
   height: 800px;
}
}
