@charset "UTF-8";

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

html {
  font-size: 62.5%;
}

body {
 width: 100%;
 margin: 0 0 1em;
 padding: 0;
 color:#222;
 font-family: sans-serif;
}
a {
 text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0 0 0.5em;
 line-height: 1.1;
 font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
 letter-spacing:-1px;
 
}
p {
 margin: 0 0 1em;
 color: #444;
 font-family: 'Asap', sans-serif;
 font-size: 22px;
 font-size: 2.2rem;
 line-height: 1.3;
 text-align: left;
}
.s{
 font-size:14px;
}
ul {
 margin: 0 0 2em;
 padding: 0;
 list-style-position: inside;
}
/*広告非表示*/
ul.tdftad	{
display:none;
}

/* ベースレイアウト */

#wrapper {
 width: 100%;
}
header {
 padding: 1% 6%;
 background-color: #111;
 color: #fff;
 overflow: hidden;
}
#common-header h1 a{
	color: #fff;
}
#common-nav {
 background-color: #111;
}
#common-contents {
 width: 88%;
 margin: 4em auto 2em;
}
article.main {
 width: 100%;
}
section {
 margin: 0 0 3em;
}
aside.side {
 width: 100%;
}
footer {
 width: 100%;
 text-align: center;
}
.b-chargectrl{
	font-size:15px;
	
}
.type03{
	list-style-type:none;
}
figcaption{
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
}
/* 画像のスタイル指定 */
 
 #common-banner {
  margin: 0 0 2em;
 }
 img {
  max-width:100%; /* ブラウザからはみ出さずにぴったりになるように */
  height: auto;
  border: 1px solid #f0f0f0;
}

/* 各要素のデザイン、レイアウト */

header h1 {
 font-family: 'Lora', serif;
 font-weight: 400;
 font-style: italic;
 font-size: 40px;
 font-size: 4.0rem;
 text-align: center;
 margin: 0.5em 0 0.2em 0%;
}
p.tagline {
 font-size: 1.4rem;
 text-align: center;
 text-transform: uppercase;
 color:#c90;
}
#common-nav .cf{
 list-style: none;

 margin: 0;
 padding: 0;
 background-color: #111;
}
#common-nav .cf li {
 display: block;
 width: 100%;
 text-align: center;
 font-size: 20px;
 font-size: 2.0rem;
 line-height: 2.5em;
 color:#f0f0f0;
 border-top: 1px solid #222;
 border-bottom: 1px solid #000;
}
#common-nav .cf li a{
	display: block;
	color:#fff;
}
#common-nav .cf li a:hover{
  background-color: #666;
}
article {
 margin: 0 0 2em;
 border-bottom: 1px solid #f0f0f0;
}
article.main h1 {
 font-size: 30px;
 font-size: 3.0rem;
}
article.main h2 {
 font-size: 28px;
 font-size: 2.8rem;
 margin-top: 1.5em;
}
aside.side h1 {
 margin-bottom: 0.5em;
 font-size: 24px;
 font-size: 2.4rem;
 color: #333;
 border-bottom: 1px dotted #c0c0c0;
}
aside.side ul {
 margin: 0 0 2.5em;
}
aside.side ul li {
 font-size: 20px;
 font-size: 2.0rem;
 line-height: 1.5;
 color: #555;
}
aside.side ul li ul {
 margin: 0 0 0.3em 1.0em;
}
aside.side ul li ul li {
 color: #666;
}
small {
 font-size: 12px;
 font-size: 1.2rem;
 text-transform: uppercase;
}
.s_room{
	margin-left:10px;
	margin-bottom:5px;
}
#b-roomtypedata-inside{
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	line-height:2;

	border : 0px dotted #ff0000;
	font-size:15px;
}
#b-roomtypedata-under{
	margin-left : auto;
	margin-right : auto;
	text-align : center;
}
table.roomlist{
	margin-left : auto;
	margin-right : auto;

	border-collapse : collapse;
	
}
table.roomlist tr{

	text-align:center;
}
table.roomlist td{
	text-align:center;
	border-style : dashed;
	border-color : #8d8d8d;
	border-width : 0px 0px 1px 0px;
}
table.roomlist .udrnone{
	text-align:center;
	border-style : dashed;
	border-color : #8d8d8d;

}
.b-r-type{
	text-align : left;

	padding-left : 30px;
	float:left;
}
.b-r-area{
	text-align : right;

	margin-left : 20px;

}
.b-r-roominfo{
	text-align : left;

	line-height: 180%;
}

/* Media Queries による切り替え */

@media only screen and (min-width: 481px) {

 header h1, p.tagline {
 text-align: left;
 }
 p {
  font-size: 20px;
  font-size: 2.0rem;
 }
#common-nav{
  padding: 0 0 0 6%;
  border-bottom: 1px solid #f0f0f0;
 }
#common-nav .cf ul {
   width: 408px;
   padding: 1px 0;
   background-color: #000;

 }
#common-nav .cf li {
   float:left;
   width: 100px;
   margin: 0;
   text-align: center;
   font-size: 14px;
   font-size: 1.4rem;
   line-height: 2.5em;
   border-left: 1px solid #333;
   border-right: 1px solid #222;
   border-bottom: none;
 }
#common-nav .cf li a{
	display: block;

}
#common-nav .cf li a:hover{
	display: block;
   padding: 0px 0;
   background-color:#666;
}
 article.main blockquote p {
   margin: 0;
   font-size: 0.9em;
 }
 article {
  margin: 0 0 2em;
  border-bottom: none;
}
 #sidebar1 {
   width: 47%;
   padding-right: 3%;
   float: left;
 }
 #sidebar2 {
   width: 47%;
   padding-left: 3%;
   float: right;
 }
.b-chargectrl{
	font-size:15px;
	
}
#b-cntnt-bgunder{
	margin-top:-4.9px;
}
.type03{
	list-style-type:none;
}
}

@media only screen and (min-width: 961px) {

 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
 }
 #wrapper {
  width: 958px;
  margin: 0 auto;
  padding: 0 0 20px 0;
  border: 1px solid #f0f0f0;
  border-top: none;
 }
 header {
  padding: 10px 30px;
 }
#common-nav{
  padding: 0 30px;
 }

 #common-contents {
  width: auto;
  margin: 2em 0 1em;
  padding: 0 30px;
 }
 article {
  border-bottom: none;
 }
 article.main {
  float: left;
  width: 600px;
  padding: 0 30px 0 0;
  margin-right: 29px;
  border-right: 1px solid #f0f0f0;
 }
 aside.side {
  float: left;
  width: 238px;
  margin: 0;
  padding: 0.5em 0 0 0;
 }
 #sidebar1, #sidebar2 {
  width: 100%;
  padding:0;
  float: none;
 }
 aside.side ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
 }
section#map h3 {
margin-bottom: 10px;
font-size: 15px;
}

section#map p {
font-size: 13px;
}
section#map iframe {
width: 100%;
height: 400px;
margin-bottom: 10px;
}

.b-chargectrl{
	font-size:15px;
	
}
#b-cntnt-bgunder{
	margin-top:-5px;
}
.type03{
	list-style-type:none;
}

}