@charset "UTF-8";

/*======================
初期設定
========================*/
html {
    font-weight: normal;
	font-size: 62.5%;
    height: 100%;
}

body {
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #212121;
    font-size: 1.4rem;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
	color: #00bcd4;
}


/* フォント-------------*/

/* レイアウト -------------*/
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
	max-width: 1024px;
	margin: 0 auto;
    text-align: center;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}


/*======================
ヘッダー
========================*/
header{
    font-family: "Yu Mincho", "游明朝", "MS Mincho", "ＭＳ 明朝";
}
h1{
    font-size: 5rem; 
    margin-top: 50px;
}
h2{
    background-color: #d86671;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    padding: 8px 0;
    width: 50%;
}
header h1+p{
    font-size: 1.4rem;
    margin: 10px 0;
}
header h2+p{
    font-size: 1.2rem;
    margin: 10px 0 40px;
}

/*======================
フッター / アドレス
========================*/
footer{
    font-size: 1.2rem;
    padding: 0 0 50px;
    text-align: center;
}
address{
    border-top: 2px dashed #777;
    padding: 50px 0;
}
address ul{
    margin: 50px auto 0;
    line-height: 30px;
    text-align: left;
    width: 50%;
}
address li{
    overflow: auto;
}
address ul li:nth-child(4){
    margin-bottom: 30px;
}


/*======================
言語選択ページ
========================*/
#entrance section{
    letter-spacing: -0.4em;
    margin-bottom: 200px;
}
#entrance section a{
    color: #666;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: normal;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 33%;
}
#entrance section a img{
    display: block;
    height: auto;
    margin: 0 auto 20px;
    width: 70%;
}
.airbnb{
    height: auto;
    width: 40%;
}

/*======================
共通設定
========================*/
section h3, address h3{
    font-size: 2.8rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#lock section, #routeguide section, #areamap section, #route section, #mypage section{
    padding: 30px 0;
}


/*======================
トップページ メニュー
========================*/
#top section ul, #enter section ul{
    letter-spacing: -0.4em;
}
#top section ul li, #enter section li{
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 50px;
    vertical-align: top;
    width: 50%;
}
#top section ul img, #enter section ul img{
    display: block;
    height: auto;
    margin: 0 auto 20px;
    width: 70%;
}
#top section ul a, #enter section ul a{
    color: #666;
    font-size: 2.6rem;
    text-transform: uppercase;
}
#top section ul span{
    display: block;
    font-size: 2rem;
    margin-top: 5px;
}

/*======================
オートロック / キーダイアル / 各ルートページ
========================*/
#lock h3+p, #route h3+p{
    font-size: 1.4rem;
    margin-bottom: 50px;
}
#lock section ul li, #route section ul li{
    margin-bottom: 50px;
}
#lock ul img, #route ul img{
    height: auto;
    max-width: 720px;
    width: 100%;
}

#lock section ul p, #route section ul p{
    box-sizing: border-box;
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 0 auto 10px;
    max-width: 720px;
    padding: 0 2%;
    text-align: left;
}

/*=================================
ルートガイド / エリアマップ メニュー
=================================*/
#routeguide section li, #areamap section li, #mypage section li{
    margin: 15px 0;
}
#routeguide section ul a, #areamap section ul a, #mypage ul a{
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 1.3rem;
    padding: 12px 0;
    width: 60%;
}

#route h3~p{
    margin-bottom: 10px;
}


/* iPhone 6/7/8 Plus */
@media (max-width: 415px){
    address ul{
        width: 70%;
    }
    #top section ul a, #enter section ul a{
        font-size: 2rem;
    }
    #top section ul span{
        font-size: 1.4rem;
    }
    #lock section ul p, #route section ul p{
        font-size: 1.8rem;
    }
}
}
/* iPhone 5x/SE */
@media (max-width: 321px){
    address ul{
        width: 80%;
    }
}