@charset "utf-8";
/* CSS Document */

/*-----------------ページ固有css-----------------*/


/*背景画像の指定*/


.number { color:#5368c2; }/*上部ナンバー表示カラー*/

/*2ページ目から表示される左上タイトルのパス*/
#header { width:329px; height:51px; background:url(../images/head_tit.png) no-repeat; margin:0; padding:0; }

.ent p { text-indent:0; }

/* 地図のサイズ変更に必要な設定 */
.map img { width:100%; height:auto; }

/*タイトルの最大表示幅を変える*/
.desktop #tobira h2{ /*max-width:600px;*/ width:55%; max-width:650px; padding-top:0px;}

/* .desktop #ent01 h2{ padding: 40px 220px 0 20px;max-width: 1400px;} */

/*扉タイトル下のスペース*/
#tobira .inner { padding-bottom:20px;}

/*前後編のリンクボタン*/
#link_btn_to_1st,#link_btn_to_2nd { margin-left:15px; margin-top:10px; display:block; float:left; }
#link_btn_to_1st img,#link_btn_to_2nd img{ border:none; }


/*メインリード文位置調整*/
.desktop #mainread { /*margin-top:20px;*/ }

.desktop #mainread img { width:50%; max-width:650px; }

.desktop .place img { width:80%; max-width:165px; height:80%; max-height:38px; margin-top:0px; }

.desktop .map img { width:100%; height:auto; }


/*ipadのときの地図大きさ・地図位置を変更*/
@media only screen and ( orientation:landscape){
.tablet #tobira h2{ width:50%; padding-top:0px; }
.tablet #tobira { background-position:top center !important; }
.tablet .map { width:45%; height:auto; }
.tablet #mainread img { width:55%; }
.tablet .place img { width:80%; height:auto; }

}
@media only screen and ( orientation:portrait){
.tablet #tobira h2{ width:50%; padding-top:0px; }
.tablet #tobira { background-position:bottom center !important; }
.tablet .map { width:45%; height:auto; margin: 0; }
.tablet #mainread img { width:60%; }
.tablet .place img { width:60%; height:60%; margin:0; }

.tablet #link_btn_to_1st,#link_btn_to_2nd { margin-left:-70px; display:block; float:left; }

.tablet #portrait01 .bgimg { background-position:top left !important; }
.tablet #portrait02 .bgimg { background-position:top center !important; }
.tablet #portrait03 .bgimg { background-position:top left !important; }
.tablet #portrait04 .bgimg { background-position:top right!important; }
}

/* .tablet .place{float:none;display:block; } */

