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

/* ----- HTML再定義 ------------------------------------ */
.clearfix:after, .clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}
* {
	z-index:0;
	margin: 0;
	padding: 0;

	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}

body {
width:100%;
margin:0 auto;
border:0;
	z-index:0;
}

#plan-link {
	position: fixed;
	bottom:50px
	z-index: 20;
	right: 50px;
	}

#s_plan-link {
	position: fixed;
	bottom:100px
	z-index: 20;
	right: 50px;
	z-index: 9999;
	}

/* ----- 文字装飾 ------------------------------------ */

.osusume-title a:link { color:#F93; text-decoration:none; }
.osusume-title a:visited { color: #F93; text-decoration:none;  }
.osusume-title a:hover { color: #F93; text-decoration:none;  }
.osusume-title a:active { color: #F93; text-decoration:none;  }

.index-content-cnt-button a:link { color:#333; text-decoration:none; }
.index-content-cnt-button a:visited { color: #333; text-decoration:none;  }
.index-content-cnt-button a:hover { color: #333; text-decoration:none;  }
.index-content-cnt-button a:active { color: #333; text-decoration:none;  }

.index-room-sub a:link { color:#333; text-decoration:none; }
.index-room-sub a:visited { color: #333; text-decoration:none;  }
.index-room-sub a:hover { color: #333; text-decoration:none;  }
.index-room-sub a:active { color: #333; text-decoration:none;  }
.index-room-title a:link { color:#333; text-decoration:none; }
.index-room-title a:visited { color: #333; text-decoration:none;  }
.index-room-title a:hover { color: #333; text-decoration:none;  }
.index-room-title a:active { color: #333; text-decoration:none;  }
.index-room-text a:link { color:#333; text-decoration:none; }
.index-room-text a:visited { color: #333; text-decoration:none;  }
.index-room-text a:hover { color: #333; text-decoration:none;  }
.index-room-text a:active { color: #333; text-decoration:none;  }

.index-room-sub_2 a:link { color:#333; text-decoration:none; }
.index-room-sub_2 a:visited { color: #333; text-decoration:none;  }
.index-room-sub_2 a:hover { color: #333; text-decoration:none;  }
.index-room-sub_2 a:active { color: #333; text-decoration:none;  }
.index-room-title_2 a:link { color:#333; text-decoration:none; }
.index-room-title_2 a:visited { color: #333; text-decoration:none;  }
.index-room-title_2 a:hover { color: #333; text-decoration:none;  }
.index-room-title_2 a:active { color: #333; text-decoration:none;  }
.index-room-text_2 a:link { color:#333; text-decoration:none; }
.index-room-text_2 a:visited { color: #333; text-decoration:none;  }
.index-room-text_2 a:hover { color: #333; text-decoration:none;  }
.index-room-text_2 a:active { color: #333; text-decoration:none;  }

.index-room-sub_3 a:link { color:#333; text-decoration:none; }
.index-room-sub_3 a:visited { color: #333; text-decoration:none;  }
.index-room-sub_3 a:hover { color: #333; text-decoration:none;  }
.index-room-sub_3 a:active { color: #333; text-decoration:none;  }
.index-room-title_3 a:link { color:#333; text-decoration:none; }
.index-room-title_3 a:visited { color: #333; text-decoration:none;  }
.index-room-title_3 a:hover { color: #333; text-decoration:none;  }
.index-room-title_3 a:active { color: #333; text-decoration:none;  }
.index-room-text_3 a:link { color:#333; text-decoration:none; }
.index-room-text_3 a:visited { color: #333; text-decoration:none;  }
.index-room-text_3 a:hover { color: #333; text-decoration:none;  }
.index-room-text_3 a:active { color: #333; text-decoration:none;  }

.roominfo-sub a:link { color:#333; text-decoration:none; }
.roominfo-sub a:visited { color: #333; text-decoration:none;  }
.roominfo-sub a:hover { color: #333; text-decoration:none;  }
.roominfo-sub a:active { color: #333; text-decoration:none;  }

.roominfo-title a:link { color:#333; text-decoration:none; }
.roominfo-title a:visited { color: #333; text-decoration:none;  }
.roominfo-title a:hover { color: #333; text-decoration:none;  }
.roominfo-title a:active { color: #333; text-decoration:none;  }

.footer_f02 a:link { color:#333; text-decoration:none; }
.footer_f02 a:visited { color: #333; text-decoration:none;  }
.footer_f02 a:hover { color: #333; text-decoration:none;  }
.footer_f02 a:active { color: #333; text-decoration:none;  }


/* ----- ヘッダー ----- */
#header {
height:150px;
background:#000;
}
.header_flame {
	width:1260px;
	margin:0 auto;
	border:0;
}
.header_logo {
	width:280px;
	height:150px;
	float:left;
}

.header_langlage {
	width:980px;
	text-align:right;
	float:left;
	height:30px;
	color:#CCC;
}

.head_tel {
	width:980px;
	text-align:right;
	float:left;
	height:70px;
}

.head_navi {
	width:980px;
	float:left;
	height:50px;
}

nav {
	text-align:center;
	height:50px;
	background:#000000;
}
nav ul {
	width:980px;
	margin: 0 auto;
}
nav ul li{
	float: left;
	width: 140px;
	box-sizing: border-box;
	text-indent:-9999px;
}
nav ul li:last-child {
	border-right: none;
}
nav ul li a{
	display: block;
	width: 100%;
	height:50px;
}

.nv1 a{background: url(../images/navi_hospitality.gif);}
.nv2 a{background: url(../images/navi_dish.gif);}
.nv3 a{background: url(../images/navi_room.gif);}
.nv4 a{background: url(../images/navi_hotspring.gif);}
.nv5 a{background: url(../images/navi_facility.gif);}
.nv6 a{background: url(../images/navi_access.gif);}
.nv7 a{background: url(../images/navi_faq.gif);}

.nv1 a:hover{background-position: 0 -50px;}
.nv2 a:hover{background-position: 0 -50px;}
.nv3 a:hover{background-position: 0 -50px;}
.nv4 a:hover{background-position: 0 -50px;}
.nv5 a:hover{background-position: 0 -50px;}
.nv6 a:hover{background-position: 0 -50px;}
.nv7 a:hover{background-position: 0 -50px;}



/* ----- メイン画像 ----- */
#main_scroll { 
	width:	100%;
	height:	650px;
}
#main_scroll img {
    max-width: 100%;
    height: auto;
}

/* ----- メイン画像（各ページ） ----- */
#s_main_scroll { 
	width:	100%;
}
#s_main_scroll img {
    max-width: 100%;
    height: auto;
}

#s_concept-flame {
	width:100%;
	margin-top:50px;
}

/* ----- おすすめプラン ----- */

#osusume {
	width:1260px;
	margin:100px auto;
	border:0;
}

.osusume-l {
	width:600px;
	padding:0 60px 50px 0;
	float:left;
}
.osusume-r {
	width:600px;
	padding:0 0 50px 0;
	float:left;
}
.osusume-photo {
	width:200px;
	padding-right:20px;
	float:left;
}
.osusume-photo img {
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.osusume-title {
	width:380px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	float:left; 
}
.osusume-text {
	width:380px;
	float:left; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#666;
	line-height:1.5;
	margin-top:6px;
}
.osusume-link {
	widows:380px;
	float:left;
	margin-top:15px;
}
.osusume-button {
	display: inline-block;
	font-size:12px;
	width: 150px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	margin-left:230px;
	border:#666 1px solid;
	color: #666;
}
.osusume-button:before,
.osusume-button:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.osusume-button,
.osusume-button:before,
.osusume-button:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.osusume-button:hover {
	background-color: #EEC111;
}

/* ----- コンセプト ----- */

#concept-flame {
	width:100%;
	background:#FC0;
	margin-top:50px;
}

.concept_f {
	width:1260px;
	margin:0 auto;
	padding:50px 0;
	background:#FC0;
}

#shaff-flame {
	width:100%;
	background:#cbd9c3;
	margin-top:50px;
}

.shaff_f {
	width:1260px;
	margin:0 auto;
	padding:50px 0;
	background:#cbd9c3;
}

.concept-midashi {
	text-align:center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing: 10px;
	padding-bottom:50px;
}

.concept-01 {
	width:380px;
	float:left;
	padding-right:60px;
}
.concept-02 {
	width:380px;
	float:left;
}
.dish-01 {
	width:820px;
	float:left;
	padding-right:60px;
}

.concept-pic {
	width:380px;
	padding-bottom:20px;
	float:left;
}

.concept-S_midashi {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 1px;
	padding-bottom:20px;
	float:left;
	width:380px;
}

.concept-s_text {
	float:left; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7;
	width:380px;
}

.dish-S_midashi {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 1px;
	padding-bottom:20px;
	float:left;
	width:820px;
}

.dish-s_text {
	float:left; 
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7;
	width:820px;
}

/* ----- index_コンテンツ ----- */

#index-content {
	width:1260px;
	margin:100px auto 200px auto;
}

#roomindex-content {
	width:1260px;
	margin:100px auto 0 auto;
}

.index-content-logo {
	width:1260px;
	text-align:center;
	line-height:2.0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	font-size:14px;
}
.index-content-title {
	width:1260px;
	text-align:center;
	line-height:2.0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#333;
	font-size:24px;
	font-weight:bold;
	padding-top:20px;
}
.index-content-text {
	width:1260px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.7;
	padding-top:20px;
}

.s_content-text {
	width:1260px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.7;
	padding-top:20px;
	padding-bottom:80px;
}

.index-content-cnt {
	width:1260px;
	padding:50px 0;
}
.index-content-more {
	width:1260px;
	text-align:center;
	padding:0 auto 50px;
}
.index-content-cnt-button {
	display: inline-block;
	font-size:18px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration:none;
	width: 300px;
	height: 35px;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	margin:0 auto;
	border:#666 1px solid;
	color: #666;
}
.index-content-cnt-button:before,
.index-content-cnt-button:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.index-content-cnt-button,
.index-content-cnt-button:before,
.index-content-cnt-button:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.index-content-cnt-button:hover {
	background-color: #EEC111;
}
.hosoku{
	text-align: center;
	color: red;
	font-size: .9em;
	padding-top: 7px;
}

/**hot spring addition**/
#index-content.adjustment{
	margin-bottom: 0px;
}
#daiyokuzyo{
	margin: 50px 0;
}
#daiyokuzyo .left{
	width: 615px;
	float: left;
}
#daiyokuzyo .left img{
	width: 615px;
}
#daiyokuzyo .right{
	width: 615px;
	margin-left: 20px;
	float: left;
}
#daiyokuzyo .right img{
	float:left;
	display: block;
	width:302.5px;
}
.right img.margin-right{
	margin-right: 10px;
}
.right img.margin-bottom{
	margin-bottom: 8px;
}

/*room addition*/
.lb-caption h2{
	font-size: 36px;
	margin: .5em 0 .3em;
	letter-spacing: 3px;
}

#rooms-left{
	width: 360px;
	margin-right: 60px;
	float: left;
}
#rooms-left ul li{
	list-style: none;
	margin-bottom: 15px;
}
#rooms-left ul li a{
	text-decoration: none;
	font-size: 18px;
	color: rgb(51, 51, 51);
}
#rooms-left ul li a span{
	font-size: 12px;
	display: block;
}

#rooms-right{
	width: 840px;
	float: right;
	position: relative;
}
#sec1, #sec2, #sec3, #sec4, #sec5,
 #sec6, #sec7, #sec8, #sec9{
 	margin-bottom: 50px;
}
.the-l{
	float: left;
	width: 500px;
}
.the-l img{
	width: 100%;
	height: auto;
}
.the-r{
	float: right;
	width: 320px;
}
#rooms-right div a{
	text-decoration: none;
	color: rgb(51, 51, 51);
	display: block;
}
.the-r a:nth-of-type(1){
	margin-top: 15px;
	font-size: 12px;
}
.the-r a:nth-of-type(2){
	font-size: 24px;
	margin-bottom: 12px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.the-r a:nth-of-type(3){
	font-size: 12px;
}


/*facility addition*/
#facility-left{
	width: 360px;
	margin-right: 60px;
	float: left;
}
#facility-left ul li{
	list-style: none;
	margin-bottom: 15px;
}
#facility-left ul li a{
	text-decoration: none;
	font-size: 18px;
	color: rgb(51, 51, 51);
}

#facility-right{
	width:840px;
	float:right;
	margin-bottom: 50px;
}
#facility-right h3{
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#facility-right p{
	font-size: 12px;
	margin-bottom: 12px;
}
#facility-right div img{
	display: block;
	width: 100%;
	height: auto;
}
#facility-right div:first-of-type{
	width: 500px;
	float: left;
}
#facility-right div:nth-of-type(2){
	width:330px;
	float: right;
}
#facility-right div:nth-of-type(2) img{
	float: left;
	width: 157px;
	margin-bottom: 10px;
}
#facility-right div:nth-of-type(2) img.margin-right{
	margin-right:10px;
}


.index-room-flame {
	width:270px;
}

.index-room-flame_2l {
	width:600px;
	padding:0 60px 100px 0;
	float:left;
}

.index-room-flame_2r {
	width:600px;
	padding:0 0 100px 0;
	float:left;
}

.index-room-flame_3l {
	width:380px;
	padding:0 60px 100px 0;
	float:left;
}

.index-room-flame_3r {
	width:380px;
	padding:0 0 100px 0;
	float:left;
}


.index-room-photo {
	width:270px;
	padding-bottom:10px;
}

.index-room-photo_2 {
	width:600px;
	padding-bottom:10px;
}

.index-room-photo_3 {
	width:380px;
	padding-bottom:10px;
}
.index-room-sub {
	width:270px;
	padding:5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
}

.index-room-sub_2 {
	width:600px;
	padding:5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
}

.index-room-sub_3 {
	width:380px;
	padding:5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
}


.index-room-title {
	width:270px;
	padding:5px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	color:#333;
	line-height:1.7;
	border-bottom:1px #666 solid;
}

.index-room-title_2 {
	width:600px;
	padding:5px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	color:#333;
	line-height:1.7;
	border-bottom:1px #666 solid;
}

.index-room-title_3 {
	width:380px;
	padding:5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color:#333;
	line-height:1.7;
	border-bottom:1px #666 solid;
}
.index-room-text {
	width:270px;
	padding:5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7;
}

.index-room-text_2 {
	width:600px;
	padding:5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7;
}

.index-room-text_3 {
	width:380px;
	padding:5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7;
}

.index-spa-l {
	width:600px;
	margin-right:60px;
	float:left;
	margin-bottom:50px;
}
.index-spa-r {
	width:600px;
	float:left;
	margin-bottom:50px;
}

.index-spa-photo {
	width:600px;
}
.index-spa-title {
	width:600px;
	padding:25px 0 5px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	color:#333;
	line-height:1.7;
	font-weight:bold;
}
.index-spa-text {
	width:600px;
	padding:5px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7;
}


/* ----- メイン ----- */
#content { 
min-height:450px;
height:auto; 
background-color:#009b9f;
margin-top:10px;
}

/*Topへ戻る*/
.top{
	display:block;
	width: 1260px;
	margin: 0 auto 20px;
	text-align:right;
}
.top a{
    display: inline-block;
    text-decoration: none;
    color: black;
}


/* ----- フッダー ----- */
#footer {
height:600px;
background:#E0E0E0;
}

.footer_flame {
	width:1260px;
	margin:0 auto;
	border:0;
}

.footer_f01 {
	width:700px;
	float:left;
	margin:50px 0 20px 0;
}
.footer_f02 {
	width:500px;
	float:left;
	margin:50px 0 20px 60px;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:2;
}
.footer_f01-01 {
	width:280px;
	float:left;
}
.footer_f01-02 {
	width:400px;
	float:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.5;
	margin-bottom:20px;
}

.footer_f01-03 {
	width:680px;
	float:left;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.facility-content {
	width:1260px;
	margin:100px auto 200px auto;
}

.dish-content {
	width:1260px;
	margin:100px auto 200px auto;
}

.three_f {
	width:1260px;
	margin:0 auto;
	padding:50px 0;
}

.four_f {
	width:1260px;
	margin:0 auto;
	padding:50px 0;
}

.four_f_s01 {
	width:270px;
	padding-right:60px;
	float:left;
}

.four_f_s02 {
	width:270px;
	padding:0;
	float:left;
}

.gallery_01 {
	width:240px;
	padding:0 15px 15px 0;
	float:left;
}

.gallery_02 {
	width:240px;
	padding:0 0 15px 0;
	float:left;
}

.roominfo_f {
	width:1260px;
	padding-top:100px;
	padding-bottom:100px;
}

.roominfo_l {
	width:320px;
	padding-left:40px;
	padding-right:60px;
	float:left;
}

.roominfo_r {
	width:840px;
	float:left;
}

.roominfo-sub {
	width:360px;
	padding:5px 0 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
}

.roominfo-title {
	width:360px;
	padding:0 0 15px 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	color:#333;
	line-height:1.7;
}

.inforoom-title {
	width:840px;
	text-align:center;
	line-height:2.0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#333;
	font-size:24px;
	font-weight:bold;
}
.inforoom-sub{
	text-align: center;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 1.1em;	
	color: #333;
}
.inforoom-text {
	width:840px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	color:#333;
	line-height:1.7;
	padding-top:20px;
	padding-bottom:80px;
}
.inforoom-text p{
	text-align: center;
}
.insti-text {
	width:1260px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.7;
	padding-top:20px;
	margin:20px auto 0 auto;
}

.insti-photo-b {
	width:750px;
	height:510px;
	margin:0 15px 15px 0;
	float:left;
}

.insti-photo-sl {
	width:240px;
	margin:0 15px 15px 0;
	float:left;
}

.insti-photo-sr {
	width:240px;
	margin:0 0 15px 0;
	float:left;
}

.clear { clear:both; }  
.clear hr { display:none; }  

.acc_content-text {
	width:800px;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.7;
	padding-top:20px;
	padding-bottom:80px;
}

.acc_content-text {
	width:800px;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.7;
	padding-top:20px;
	padding-bottom:80px;
}

.acc_text {
	width:800px;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.7;
}
		
.faq_title {
	width:800px;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.7;
	border-bottom:#000 1px solid;
	font-weight:bold;
}

.faq_textq {
	width:800px;
	margin:0 auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.7;
	margin-bottom:30xp;
	padding-bottom:70px;
	padding-top:10px;
}

/* ----- 画像拡大ツール ----- */

.overImg{position: relative;}
.overImg a .small{width: 240px;}
.overImg a .big{display: none;}
.overImg a:hover .big{
	display: block;
	position: absolute;
	top: 100px;
	z-index:999;
}
#shoki{
	position: absolute;
	top: 100px;
}


/* ----- 20161212-----*/
a.lang{
	color: #777;
	text-decoration: none;
}
a.lang:hover{
	color: white;
}
.concept_f{
	position: relative;
}

#osusume{
	position: relative;
}

#main_image_caption{
	position: absolute;
	top:-580px;
	left: -7px;
	width: 280px;
}
#main_image_caption.ja{
	top: -330px;
}

#main_image_caption img{
	width: 100%;
	height: auto;
}



.slick img{
	width: 100%;
	height: auto;
}

#plan-link{
	z-index: 9999;
}
/*english page addition*/
.en-section{
	background: #eee;
	padding:100px 0;
	margin-bottom: -50px;
}
.en-section p{
	width: 960px;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.5em;
	text-align: center;
}

p.english-addition{
	font-size: 12px;
	text-align: center;
	color: grey;
	margin-top: -7px;
}
.roominfo_l.english-addition .roominfo-sub{
	font-size: 10px;
}

/*english pages unique css added on 12/22 Dec*/

.index-content-logo{
	font-size: 1.2em;
}


.dish-content.en {
	margin-bottom: 70px;
}
#panel-a, #panel-b{
	width: 1260px;
	margin: 0 auto 50px;
	position: relative;
}
#panel-a .text, #panel-b .text{
	width: 570px;
}


#panel-a .text h2, #panel-a .text p{
	text-align: right;
}
#panel-a .text h2, #panel-b .text h2{
	margin: 40px 0 20px;
	font-size: 2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#panel-a .text{
	float: right;
}
#panel-a img.big{
	display: block;
	float: left;
	width: 670px;
}

#panel-a .small img{
	width: 280px;
	position: absolute;
	bottom:0px;
	right:0px;
}

#panel-a .small a:first-of-type img{
	right:295px;
}

#panel-b .text{
	float: left;
}
#panel-b img.big{
	display: block;
	float: right;
	width: 670px;
}

#panel-b .small img{
	width: 280px;
	position: absolute;
	bottom:0px;
	left:0px;
}

#panel-b .small a:first-of-type img{
	left:295px;
}


