@charset "utf-8";
/* CSS Document */
.sumahonomi{
  display: none;
}
#ttlArea {
  width:100%;
  height:460px;
  background-repeat:no-repeat;
  background-image:url(../images/main.jpg);
  background-size:cover;
  background-position:center top;
  top:0px;
  left:0px;
  z-index:10;
}
.ttlBlock {
  width:1000px;
  height:460px;
  margin:0 auto;
  position:relative;
}
.ttlBox {
  position:absolute;
  top:185px;
  width:200px;
  height:200px;
  display:block;
  background-image:url(../../common/images/bg_murasaki.jpg);
  opacity:0.8;
}
.ttlBlock h1 {
  position:absolute;
  top:245px;
  width:200px;
  height:auto;
  text-align:center;
}

#kodawarisArea {
  background-image:url(../../common/images/bg_kodawari.jpg);
  padding:40px 0 60px;
}
.kodawariBlock {
  width:1016px;
  height:auto;
  margin:0 auto;
}
.tokan {
  font-family: "hannari";
	color: #a1914c;
	font-size: 139%;
	font-weight: 400;
	line-height: 1.4em;
  letter-spacing:0.5em;
}
.kodawariBlock h2 {
  font-family: "hannari";
	font-size: 231%;
  height:30px;
  padding:9px 0 8px;
}
.kodawariBlock ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
}
.kodawariBlock li {
  margin:8px;
  background-color: #CCC;
  width:322px;
}
.kodawariBlock li dl {
  padding:20px;
}
.kodawariBlock li dd {
  padding:8px 0 0;
}
.kodawariBlock li dd h3 {
  background-color: #9b505e;
  height: 20px;
  width: 56px;
  border-radius:10px;
  text-align:center;
  display:table-cell;
  vertical-align:middle;
}
.kodawariBlock li dd p {
  color:#000;
  line-height:1.4em;
  padding:8px 0 0;
}
.chiisame {
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  padding: 15px 0 0;
  margin-bottom: -20px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

#roomList {
}
.roomListBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
}
.roomListBlock h3 {
  text-align:center;
  font-size:116%;
  padding:24px 0;
}
.roomListBlock ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  padding:0 0 40px
}
.roomListBlock li {
  background-color:#333;
  margin:0 15px;
  width:470px;
}
.roomListBlock li dl {
  padding:20px;
}
.roomListBlock li dd {
  text-align:center;
}
.roomListBlock li dd h4 {
  font-size:139%;
  line-height:1.3em;
  padding:10px 0 0;
}
.roomListBlock li dd p {
  line-height:1.4em;
  padding:5px 0 15px;
}
.detailBtn {
  width: 208px;
	height: 26px;
  margin:0 auto;
}
.detailBtn a {
  width: 208px;
	height: 26px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
	border-radius: 4px;
	background-color: #9c7883;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.detailBtn a:hover {
  text-decoration:none;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nashi {
  margin-top:30px;
}



.contentsContact {
  background-repeat:no-repeat;
  background-image:url(../../common/images/waku_contact.png);
  background-size:100% 100%;
  width:679px;
  height:auto;
  margin:40px auto 80px;
  padding-bottom:50px;
}
.contentsContact h2 {
  text-align:center;
  padding:30px 0 0;
}
.contentsContact p {
  text-align:center;
  padding:20px 0 0;
}
.contentsContact ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  
}
.contentsContact li {
  width: 208px;
	height: 32px;
  margin: 24px 5px 0;
}
.contentsContact li a {
  width: 208px;
	height: 32px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
	border-radius: 4px;
	background-color: #9c7883;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contentsContact li a:hover {
  text-decoration:none;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contentsContact h3 {
  width:auto;
  height:auto;
  color:#000;
  font-size:174%;
  text-align:center;
  padding:30px 0 0;
}
.contentsContact h3 a {
  padding:5px 15px;
	border-radius: 4px;
	background-color: #9c7883;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.contentsContact h3 a:hover {
  text-decoration:none;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.roomDetailBlock {
  width:1000px;
  height:auto;
  margin:0 auto;
}
.roomDetailBlock h3 {
  text-align:center;
  font-size:116%;
  padding:24px 0;
}

.roomDetailBox {
  background-color:#CCC;
  color:#000;
}
.flexsliderFrame {
  padding:20px 20px 15px;
}
.specBlock {
  padding:0 20px 20px;
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.specTxt {
  width:780px;
}
.specTxt p {
  line-height:1.4em;
}
.specBox {
  background-color:#eaeaea;
  width: 160px;
}
.specBox h4 {
  padding:10px 10px 2px 2px;
  line-height:1.4em;
}
.specBox p {
  padding:0px 10px 10px 10px;
  line-height:1.4em;
}

.specBox_w {
  background-color:#eaeaea;
  width: 350px;
}
.specBox_w h4 {
  padding:10px 10px 2px 2px;
  line-height:1.4em;
}
.specBox_w p {
  padding:0px 10px 10px 10px;
  line-height:1.4em;
}


.imglist {
  padding:20px 0 0;
}
.imglist ul {
  display: flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.imglist li {
  width: 332px;
  height:auto;
  margin:0 1px 0 0;
}
.imglist li a {
  width: 332px;
  height:168px;
  margin:0 1px 1px 0;
  line-height:0em;
  overflow:hidden;
  display: block;
}
.imglist li a.vertical {
  width: 332px;
  height:338px;
  margin:0 1px 1px 0;
  line-height:0em;
  overflow:hidden;
}
.imglist li a.horizontal {
  width: 332px;
  height:168px;
  margin:0 1px 1px 0;
  line-height:0em;
  overflow:hidden;
}
.imglist li a.chukurai {
  width: 332px;
  height:253px;
  margin:0 1px 1px 0;
  line-height:0em;
  overflow:hidden;
}
.imglist li a img.chu {
  width:auto;
  height:254px;
}
.imglist li img {
  width:100%;
  height:auto;
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.b-free-t {
  width:660px;
}
.b-free-b {
  width:290px;
}

/*----------------------------------------------------------
  禁煙マーク
----------------------------------------------------------*/
/* 客室トップ */
h4 img.smoking-mark {
  height: 22px;
  padding-left: 10px;
  vertical-align: sub;
}

/* 客室仕様 */
.smoking {
  background: url(../images/smoking.png) no-repeat;
  background-size: 16px;
  padding: 0 0 5px 25px !important;
  margin-left: 10px;
}
.nosmoking {
  background: url(../images/nosmoking.png) no-repeat;
  background-size: 16px;
  padding: 0 0 5px 25px !important;
  margin-left: 10px;
}
.smoking-b-free2 {
  background: url(../images/smoking.png) no-repeat;
  background-size: 16px;
  padding-left: 25px;
  margin-top: 10px;
}

/* 予約リンク */
.smoking-mark-plan {
  width: 28px;
  padding-right: 10px;
  vertical-align: sub;
}
/*----------------------------------------------------------
  禁煙マーク ここまで
----------------------------------------------------------*/


/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {

  #ttlArea {
    height:200px;
  }
  .ttlBlock {
    width:100%;
    height:200px;
    margin:0 auto;
    position:relative;
  }
  
  .ttlBox {
    display:none;
  }
  .ttlBlock h1 {
    top:85px;
    width:100%;
  }
  
  
  #kodawarisArea {
    padding:10px 10px 20px;
  }
  .kodawariBlock {
    width:100%;
  }
  .tokan {
    font-size: 124%;
  }
  .kodawariBlock h2 {
    font-size: 159%;
    height:20px;
  }
  .kodawariBlock ul {
    display: block;
  }
  .kodawariBlock li {
    margin:0 0px 10px;
    background-color: #CCC;
    width:100%;
  }
  .kodawariBlock li dl {
    padding:20px;
  }
  .kodawariBlock li dt img {
    width:100%;
    height:auto;
  
  }
  .kodawariBlock li dd {
    padding:8px 0 0;
  }
  .kodawariBlock li dd h3 {
    background-color: #9b505e;
    height: 20px;
    width: 56px;
    border-radius:10px;
    text-align:center;
    display:table-cell;
    vertical-align:middle;
  }
  
  
  .roomListBlock {
    width:auto;
    padding:0 10px;
  }
  .roomListBlock h3 {
    text-align:left;
    font-size:116%;
    padding:24px 0px;
    line-height:1.3em;
  }
  .roomListBlock ul {
    display: block;
    padding:0 0 40px
  }
  .roomListBlock li {
    margin:0 0px 10px;
    width:100%;
  }
  .roomListBlock li dt img {
    width:100%;
    height:auto;
  }
  
  
  .contentsContact {
    background-repeat:no-repeat;
    background-image:url(../../common/images/waku_contact.png);
    background-size:100% 100%;
    width:auto;
    height:auto;
    margin:0px 10px 50px;
    padding-bottom:30px;
  }
  .contentsContact h2 {
    text-align:center;
    padding:20px 0 0;
  }
  .contentsContact p img {
    width:80%;
    height:auto;  
  }
  .contentsContact p {
    text-align:center;
    padding:10px 0 0;
  }
  .contentsContact ul {
    display: block;
    padding: 8px 20px 0px;
  }
  .contentsContact li {
    width: auto;
    height: auto;
    margin: 5px 5px 0;
  }
  .contentsContact li a {
    width: 100%;
    height: auto;
    display:block;
    text-align:center;
    padding:8px 0;
  
  }

  .contentsContact h3 {
    font-size:116%;
  }
  
  
  .roomDetailBlock {
    width:auto;
    height:auto;
    padding:0 10px
  }
  .roomDetailBlock h3 {
    text-align:left;
    font-size:100%;
    padding:10px 0 5px;
    line-height:1.3
  }
  
  .roomDetailBox {
    background-color:#CCC;
    color:#000;
  }
  .flexsliderFrame {
    padding:10px 10px 5px;
  }
  .flexsliderFrame img {
    width:100%;
    height:auto;
  }
  .specBlock {
    padding:0 10px 10px;
    display: block;
  }
  .specTxt {
    width:auto;
  }
  .specBox {
    width: auto;
    margin-top:10px;
  }
  .specBox h4 {
    padding:10px 10px 2px 2px;
    line-height:1.4em;
  }
  .specBox p {
    padding:0px 10px 10px 10px;
    line-height:1.4em;
  }
  .specBox_w {
    width: auto;
    margin-top:10px;
  }
  .imglist {
    padding:10px 0px;
  }
  .imglist ul {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display: -webkit-flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .imglist li {
    width: 33.33%;
    height:auto;
    margin:0 0px 0px 0;
    line-height:0em;
    overflow: hidden;
  }
.imglist li a.vertical {
  width: 240px;
  height:220px;
  margin:0 1px 1px 0;
  line-height:0em;
  overflow:hidden;
}
.imglist li a.horizontal {
  width: 240px;
  height:130px;
  margin:0 1px 1px 0;
  line-height:0em;
  overflow:hidden;
}
.imglist li a.chukurai {
  width: 240px;
  height:175px;
  margin:0 1px 1px 0;
  line-height:0em;
  overflow:hidden;
}
.imglist li a img.chu {
  width:auto;
  height:254px;
}
  .b-free-t {
    width:auto;
  }
  .b-free-b {
    width:auto;
  }
  .sumahonomi {
    display: block;
    padding: 0 0 3px;
  }

}
