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



/* SmartPhone用設定
------------------------------------------------------------------- */
@media screen and (min-width: 320px) and (max-width: 767px) {


footer {
  padding: 0px 0 0;
  background-position: center -350px;
}
#header_area {
  background-image: url(../../common/images/bg_woody.jpg);
  height: 190px;
}
.logo_head {
  position: absolute;
  width: auto;
  height: 100px;
  text-align: center;
  top:58px;
  left: 10px;
  z-index: 20;
}
.logo_head img {
  width: auto;
  height: 100%;
}
.header_box {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
}
.header_box nav {
  width: 820px;
}
.visual {
  position: absolute;
  top:0px;
  width: 100%;
  height: 190px;
  z-index: 15;
  background-repeat: no-repeat;
  background-image: url(../images/main.jpg);
  background-position: center;
  background-size: cover;
}


#contents_ttl {
  padding: 10px 10px;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -webkit-flex-pack:center;
  -moz-flex-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
}

#contents_ttl .txt_box {
  padding: 0 0 0 10px;
}
#contents_ttl .txt_box h1 {
  font-size: 182%;
  font-family: "hannari";
  line-height: 1.1em;
  padding: 0 0 8px;
}
#contents_ttl .txt_box p {
  font-size: 100%;
  line-height: 1.6em;
  color: #b28247;
  font-weight: 600;
}


#contents_area {
  background-color: #ededed;
  padding: 10px 0 10px;
}
.icon_list {
  padding: 10px 0;
  background: rgba(237,237,237,0.9);
  width: 100%;
}
.fixed {
  position:relative;
  top: 0px;
}
.icon_list ul {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -webkit-flex-pack:center;
  -moz-flex-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.icon_list ul li {
  text-align: center;
  position: relative;
  width: 96px;
}
.icon_list ul li .img_box {
  width: 44px;
  height: 44px;
  margin: 0 26px;
}
.icon_list ul li p {
  line-height: 1.3em;
  padding: 5px 0 0;
}


.hotel_list {
  width: auto;
  max-width: 1020px;
  height: auto;
  margin: 0 auto;
}
.hotel_list ul {
  padding: 0 10px;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -moz-box-pack:justify;
  -webkit-flex-pack:justify;
  -moz-flex-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  justify-content:space-between;
}
.hotel_list ul li {
  margin: 5px 0;
  padding: 0px;
  background-color: #FFF;
  width: 49%;
}
.hotel_box {
  padding: 5px;
  width: auto;
}
.hotel_box .img_box {
  line-height: 0em;
}
.hotel_box .img_box img {
  width: 100%;
  height: auto;
}
.hotel_box .icon_box {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex; 
  -webkit-box-pack:end;
  -moz-box-pack:end;
  -webkit-flex-pack:end;
  -moz-flex-pack:end;
  -ms-flex-pack:end;
  -webkit-justify-content:flex-end;
  -moz-justify-content:flex-end;
  justify-content:flex-end;
}
.hotel_box .icon_box p {
  width: 24px;
  height: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 3px;
}
.hotel_box .icon_box p img {
  width: 100%;
  height: auto;
}
.hotel_box h2 {
  font-size: 108%;
  line-height: 1.3em;
  letter-spacing: -0.05em;
  padding: 5px 0 3px;
}

li.icon01:hover > .img_box,
li.icon02:hover > .img_box,
li.icon03:hover > .img_box,
li.icon04:hover > .img_box,
li.icon05:hover > .img_box,
li.icon06:hover > .img_box,
li.icon07:hover > .img_box,
li.icon08:hover > .img_box {
  background-color: rgba(255,191,192,1.00);
}
.bg_hover .hotel_box {
  background-color: rgba(255,191,192,1.00);
}
.bg_hover a {
  color: #000;
}



.hotel_detail {
  width: auto;
  max-width: 1000px;
  height: auto;
  margin: 10px 10px 0;
  display:block;
}
.hotel_nav {
  width: auto;
  background-color:#FFF; 
  margin: 10px 0 0;
}
.hotel_nav ul {
  padding: 10px 16px 16px 16px;
}
.hotel_nav ul li {
  line-height: 1.4em;
  padding: 6px 0 0;
  font-size: 93%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.hotel_nav ul li a {
  color: #000;
}
.hotel_nav ul li a:hover {
  text-decoration: underline;
}

.detail_block {
  width: 100%;
  height: auto;
  background-color: #FFF;
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image: url(../images/bg_hotel_spec.png)
}
.ryokan_label {
  display: none;
}
.detail_ttl {
  display:block;
  padding: 10px 10px 0px;
}
.ttl_txt {
  width: 100%;
  height: auto;
}
.en_ttl {
  text-align: center;
  font-family: Arial;
	color: #ee8198;
	font-size: 100%;;
	font-weight: 400;
  line-height: 1.3em;
  border-bottom:#ee8198 solid 2px;
  padding: 0 0 2px;
}
.ttl_txt h2 {
  font-size: 167%;
  text-align: center;
  line-height: 1.1em;
  border-bottom:#ee8198 solid 2px;
  padding: 10px 0 8px;
}
.detail_address {
  border-bottom:#ee8198 solid 2px;
  display:block;
  padding: 10px 0 5px;
}
.address_local p {
  font-size: 123%;
  line-height: 1.4em;
  text-align: center;
}
.address_local p.detail_tel {
  color: #ee8198;
  font-size: 139%;
}
.url_box {
}
.url_box a {
  display: block;
  width: 258px;
  height: 50px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-image: url(../images/bg_link.png);
  text-indent: -9999px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.url_box a:hover {
  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;
}
.ttl_side {
  width: 100%;
  height: auto;
  position: relative;
}
.ttl_icon {
  padding: 10px 0 0 10px;
}
.ttl_icon ul {
  width: 100%;
  height: auto;
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex; 
    -webkit-box-align:end;
    -moz-box-align:end;
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    -moz-align-items:flex-end;
    align-items:flex-end;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
    -webkit-box-pack:start;
    -moz-box-pack:start;
    -webkit-flex-pack:start;
    -moz-flex-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start;
}
.ttl_icon ul li .img_box img {
  width: 100%;
  height: auto;
}
.ttl_icon ul li {
  width: auto;
  text-align: center;
}
.ttl_icon ul li .img_box {
  width: 35px;
  height: 35px;
  margin: 0 auto;
}
.ttl_icon ul li p {
  font-size: 85%;
  letter-spacing: -0.05em;
  line-height: 1.3em;
  padding: 3px 5px 0;
}
.price_box {
  background-repeat: no-repeat;
  background-image: url(../images/bg_price.png);
  background-position: 0 -10px;
  width: 100%;
  height: 55px;
  position:relative;
  right: auto;
  top:auto;
}
.price_box p {
  text-align: center;
  padding: 26px 0 0;
  font-size: 100%;
  line-height: 1.3em;
}

.catch_copy {
  padding: 10px 10px;
}
.catch_copy p {
	color: #d23f28;
	font-size: 123%;
  line-height: 1.3em;
}

.column01 {
  padding: 0 10px;
  display:block;
}

.column01 .img_box {
  width: 100%;
  line-height: 0em;
}
.column01 .img_box img {
  width: 100%;
  height: auto;
}
.body_copy {
  width: 100%;
  height: auto;
  padding: 10px 0 0;
}
.body_copy p {
  line-height: 1.4em;
  font-size: 100%;
  text-align: justify;
  text-justify: distribute;
}

.column02 {
  padding: 10px 10px 10px 10px;
  display:block;
}
.column02 p {
  line-height: 1.4em;
  padding: 4px 0 0;
}
.room_box {
  width: 100%;
  height: auto;
}
.ichioshi_box {
  width: 100%;
  height: auto;
}
.ichioshi {
  display:-webkit-box;
  display:-moz-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  background-color: #f4dbbe;
}
.ttl_ichioshi {
  display: none;
}
.ttl_ichioshi h3 {
  margin: -25px 0 0;
}
.ttl_ichioshi p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #d23f28;
  font-weight: 600;
}

.ichioshi .img_box {
  line-height: 0em;
  width: 100%;
}
.ichioshi .img_box img {
  width: 100%;
  height: auto;
}
.room_box{
  padding: 10px 0 0;
}
.room_box .img_box {
  line-height: 0em;
  width: 100%;
}
.room_box .img_box img {
  width: 100%;
  height: auto;
}


.hotel_data {
  color: #000;
  padding: 0 0 90px;
}
.hotel_data h3 {
  position:relative;
  bottom:auto;
  right: auto;
  padding: 5px 10px;
}
.hotel_data ul {
  position:relative;
  bottom:auto;
  right: auto;
  height: auto;
  padding: 0 10px;
}
.hotel_data ul li {
  line-height: 1.3em;
  padding: 2px 0 0;
}




/* Do not delete this Closing parenthesis
------------------------------------------------------------------- */
}
