@charset 'utf-8';

body {
background: #fff;
font-family: 'メイリオ', sans-serif;
-webkit-touch-callout: default;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}

/*修正*/

.keyBlock03{
display:none;
}

.promoBlock .starArea a:hover{
opacity: 0.8;
text-decoration: none;
}

.access strong {
    font-weight: bold;
  }

#sightseeing .access{
  font-size: 12px;
    text-align: left;
    display: block;
    padding: 8px 0;
    color: #666;
    margin-bottom: 12px;
    line-height: 1.4;
    margin-left: 12px;
    margin-right: 12px;
  border-top: 1px solid #918c8a;

}




.pink{color:#d70051;}
.wrapper {
color: #444;
}
.wrapper a {
color: #444;
}
ul {
list-style: none;
padding: 0;
}
h1{margin: 0;}

@media screen and (min-width: 481px) {
.spOnlu{display:none;}
}

@media screen and (min-width: 481px) {
.seeHotels{
    width: 100%;
}
}


@media screen and (max-width: 768px) {
.pcOnlu{display:block;}
}

.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0;
}
.row.no-gutter {
margin-left: 0;
margin-right: 0;
}
header .icon {
display: inline-block;
text-align: left;
text-indent: -9999px;
overflow: hidden;
}
*:first-child + html body header .icon {
display: inline;
zoom: 1;
}
header .icon-arw {
width: 12px;
height: 18px;
margin-top: -9px;
background: url(../images/symbol_arw_right.png) 0 0 no-repeat;
}
header .icon-arw-small {
width: 7px;
height: 10px;
margin-top: -5px;
background: url(../images/symbol_arw_right_small2.png) 0 0 nno-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-small {
width: 10px;
height: 15px;
margin-top: -8px;
background: url(../images/symbol_arw_right_small.png) 0 0 no-repeat;
}
}
header .icon-arw-down {
width: 10px;
height: 6px;
margin-top: -3px;
background: url(../images/symbol_arw_down.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-down {
width: 17px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_symbol_arw_down.png) 0 0 no-repeat;
}
}
header .icon-arw-up {
width: 10px;
height: 6px;
margin-top: -3px;
background: url(../images/symbol_arw_up.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-arw-up {
width: 17px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_symbol_arw_up.png) 0 0 no-repeat;
}
}
header .icon-box {
width: 21px;
height: 17px;
margin-top: -9px;
background: url(../images/symbol_box.png) 0 0 no-repeat;
}
header .icon-outer-small {
width: 10px;
height: 8px;
margin-top: -4px;
background: url(../images/icon_outer_small.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-outer-small {
width: 13px;
height: 11px;
margin-top: -6px;
background: url(../images/sm_icon_outer_small.png) 0 0 no-repeat;
}
}
header .icon-outer-mid {
width: 16px;
height: 13px;
margin-top: -7px;
background: url(../images/icon_outer_mid.png) 0 0 no-repeat;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
header .icon-outer-mid {
width: 21px;
height: 17px;
margin-top: -9px;
background: url(../images/sm_icon_outer_mid.png) 0 0 no-repeat;
}
}


/*=========================================

COMMON

=========================================*/


.caption{font-size:12px;vertical-align: top;}

.tLeft{text-align:left;}
.tCenter{text-align:center;}
.tRight{text-align:right;}

@media screen and (max-width: 768px) {

.caption{font-size:10px;}

}


/*=========================================

HEADER

=========================================*/


.header__langList {
position: relative;
height: 20px;
}

@media screen and (min-width: 481px) {
.header__langList {
height: 22px;
}
}
@media screen and (min-width: 769px) {
.header__langList {
height: 17px;
}
}
.langList {
position: absolute;
right: 0;
top: 0;
z-index: 2;
width: 80px;
min-height: 22px;
overflow: hidden;
font-size: 11px;
margin-left: auto;
background: #1db3cb;
color: #fff;
-webkit-border-radius: 0 0 2px 2px;
-moz-border-radius: 0 0 2px 2px;
border-radius: 0 0 2px 2px;
-webkit-transition: opacity height 0.1s linear;
-moz-transition: opacity height 0.1s linear;
transition: opacity height 0.1s linear;
cursor: pointer;
}
.langList:hover {
filter: alpha(opacity=80);
opacity: 0.8;
}
.langList.is-open:hover {
opacity: 1;
filter: none;
}
.langList ul {
margin: 0;
}
.langList li {
line-height: 2;
display: none;
height: 22px;
text-align: center;
-webkit-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
}
.langList li:hover {
background: #38cbe3;
}
.langList li a {
display: block;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
}
.langList li.is-current {
display: block;
}
.langList .iconContainer {
position: absolute;
right: 10px;
top: 11px;
z-index: 0;
}
.langList .iconContainer .icon {
vertical-align: top;
}
.langList li {
text-indent: -12px;
}
@media screen and (min-width: 481px) {
.langList {
width: 159px;
min-height: 35px;
font-size: 20px;
}
.langList .iconContainer {
right: 15px;
top: 18px;
}
.langList li {
height: 35px;
text-indent: -15px;
}
}
@media screen and (min-width: 769px) {
.langList {
width: 150px;
min-height: 29px;
font-size: 14px;
}
.langList .iconContainer {
right: 16px;
top: 14px;
}
.langList li {
height: 29px;
text-indent: -16px;
}
}
.titleLogo {
position: relative;
height: 40px;
}
.titleLogo:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: bottom;
}
.titleLogo img {
min-width: 120px;
max-width: 100%;
height: auto;
vertical-align: bottom;
margin-left: -10px;
}
@media screen and (min-width: 481px) {
.titleLogo {
height: 56px;
}
.titleLogo img {
margin-left: 0;
}
}
.header__nav {
height: 40px;
margin-right: -10px;
}
@media screen and (min-width: 481px) {
.header__nav {
height: 56px;
}
}
.header__nav ul {
/*clear float by parent div tag*/
zoom: 100%;
display: block;
position: relative;
height: 100%;
font-size: 0;
text-align: right;
}
.header__nav ul:after {
content: " ";
clear: both;
height: 0;
display: block;
visibility: hidden;
}
.header__nav ul:before {
content: "";
display: inline-block;
width: 0;
height: 100%;
vertical-align: bottom;
}
.header__nav li {
position: relative;
padding-left: 1px;
display: inline-block;
vertical-align: bottom;
width: 50%;
padding: 0;
line-height: 1.1;
font-size: 12px;
font-weight: bold;
text-align: center;
white-space: nowrap;
}
*:first-child + html body .header__nav li {
display: inline;
zoom: 1;
}
.header__nav li [class*='icon-'] {
margin-left: 2px;
}
@media screen and (min-width: 481px) {
.header__nav li [class*='icon-'] {
margin-left: 4px;
}
}
.header__nav li span {
display: inline-block;
text-align: left;
}
.header__nav li br {
line-height: 2px;
}
@media screen and (min-width: 481px) {
.header__nav li {
text-align: center;
}

.header__nav li.nav__long_1 {
width: 60%;
}
.header__nav li.nav__long_2 {
width: 40%;
}
}
@media screen and (min-width: 481px) and (max-width: 700px) {
.header__nav li {
font-size: 15px;
}
}
@media screen and (min-width: 701px) and (max-width: 768px) {
.header__nav li {
font-size: 20px;
}
}
@media screen and (min-width: 769px) {
.header__nav li {
font-size: 14px;
}
}
@media screen and (min-width: 769px) {
.header__nav li {
width: 14.68189233%;
}
.header__nav li.nav__long_1 {
width: 28.54812398%;
}
.header__nav li.nav__long_2 {
width: 19.57585644%;
}
}
.header__nav li a {
position: relative;
display: block;
}
.header__nav li a:hover {
text-decoration: none;
}
.header__nav li a:after {
content: "";
display: block;
background: #444;
margin-top: 3px;
margin-right: 1px;
height: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
transition: background 0.2s linear;
}
@media screen and (min-width: 481px) {
.header__nav li a:after {
margin-top: 4px;
}
}
@media screen and (min-width: 769px) {
.header__nav li a:after {
margin-top: 6px;
}
}
.header__nav li a:hover:after {
background: #1db3cb;
}


/*=========================================

CONTENTS

=========================================*/


/*SP_select*/
@media screen and (max-width: 768px) {
#plans .room ul {
    width: 100%;
}
}


.promoArea{
text-align:left;
margin-top:20px;
margin-bottom:20px;

}
.keyVisual{width:1200px;margin:0 auto 10px auto;}
.keyVisual img{vertical-align: bottom;}
.keyBlock01{
float:left;
width: 764px;
margin-right:2px;

}

.keyBlock02{
float:left;
width: 434px;

}
.keyImg01,.keyImg02,.keyImg03{
position: relative;

}
.keyImg02{
margin-bottom:2px;

}
.keyVisual .caption{
position: absolute;
left:5px;
top:5px;
font-size: 16px;
color: #FFF;
text-shadow: 0 -1px 1px #333, -1px 0 1px #333, 1px 0 1px #333;

}
.promoBlock{
width:960px;
text-align:left;
margin:40px auto 0 auto

}
.promoBlock h2{
font-size:28px;
margin-bottom:20px;
padding:0 10px 0 10px;
line-height: 1.4;
border-left:3px solid #1d879d;
font-weight:bold;
width:700px;
float:left;

}
.promoBlock .starArea{
width:200px;
float:right;

}
.promoBlock .starArea .ttl{
display:block;
margin-top:8px;
margin-bottom:8px;
font-size:12px;

}
.promoBlock .starArea .number{
font-size:30px;
margin-right:5px;
font-weight:bold;

}
.promoBlock h2 span{
display:block;
font-size:14px;
font-weight:normal;

}

.promoBlock h2 span{
display:block;
font-size:14px;
font-weight:normal;
}



/*-------ここから-------*/

@media screen and (max-width: 768px) {

.promoArea{
width:100%;
margin-bottom:0px;
width:auto;

}
.promoBlock{
width:100%;
padding-top:10px;
padding-bottom:0px;
margin:20px auto 0 auto

}
.keyVisual{
width:100%;
margin:0 auto 0 auto;

}
.keyVisual img{width:100%;vertical-align: bottom;}
.keyBlock01{
width: 100%;
float:none;
overflow: hidden;

}
.keyBlock01{
float:none;

}
.keyBlock02{
float:none;
width:auto;

}
.keyImg01,.keyImg02,.keyImg03{
position: relative;

}
.keyImg02,.keyImg03{
margin-bottom:0px;
width:50%;
float:left;

}
.keyVisual .caption{
position: absolute;
right:5px;
bottom:5px;
font-size: 3.4vw;
color: #FFF;
text-shadow: 0 -1px 1px #333, -1px 0 1px #333, 1px 0 1px #333;

}
.promoBlock h2{
font-size:4vw;
margin-bottom:8px;
padding:0 10px 0 10px;
line-height: 1.4;
border-left:3px solid #1d879d;
font-weight:bold;
width:63%;
float:left;
margin-left:5px;

}
.promoArea p.lead{
font-size:3.4vw;
line-height:1.5;
margin-bottom:0px;
color: #1e8eb5;
margin-left:10px;
margin-right:10px;

}

.promoBlock .starArea{
width:35%;
float:right;

}
.promoBlock .starArea img{
width:12%;
margin-right:-2px;

}
.promoBlock .starArea .ttl{
display:block;
margin-top:8px;
margin-bottom:8px;
font-size:3vw;

}
.promoBlock .starArea .number{
font-size:4vw;
margin-right:2px;
font-weight:bold;

}
}
/*----------ここまで-----------*/


.mainContent {
margin:0 auto;
background-color:#f7f8f8;
padding-top:20px;

}

@media screen and (max-width: 768px) {

.mainContent {
width:auto;
padding-top:0px;

}
}

.mainContent a,
.mainContent a:hover,
.mainContent a:active,
.mainContent a:visited{
text-decoration:none;

}
.mainContent h3{
font-size:18px;
margin-bottom:20px;
padding:5px 10px 5px 10px;
line-height: 1.4;
border-left:3px solid #1d879d;
font-weight:bold;

}


@media screen and (max-width: 768px) {

.mainContent h3{
font-size: 3.75vw;
margin-bottom:20px;
padding:3px 5px;
line-height: 1.4;
border-left:3px solid #1d879d;
font-weight:bold;

}

}

.conArea01{
width:960px;
padding:0;
margin: 0 auto 20px;

}
.conArea01 ul li:last-child{
margin-bottom: 0;

}

@media screen and (max-width: 768px) {

.conArea01{
width:auto;
margin: 0 10px 15px 10px;

}
}

.search-area,
.search-theme,
.recommend {
margin: 0 auto 40px;

}
@media screen and (min-width: 481px) {

.search-area,
.search-theme,
.recommend {
margin: 0 auto 55px;
}
}

.itemList {
margin-top: 0;
margin-bottom:0px;

}

@media screen and (max-width: 768px) {

.itemList {
margin-bottom:0px;

}
}


/*=========================================

PAGE LINK

=========================================*/


.pageLinkArea01{
padding:5px 0;
background-color:#FFF;
margin:0 auto 17px auto;
width:960px;

}
.pageLinkArea01 li{
display: inline-block;
width:24%;
margin:0;

}
.pageLinkArea01 li:first-child{
margin-left: 0px;

}

.pageLinkArea01 li a{
text-align: center;
font-size: 16px;
color: #333;
display:block;
vertical-align: middle;
border-right:1px solid #e7e7e7;
padding:8px 0;

}
.pageLinkArea01 li a:visited{color: #333;}
.pageLinkArea01 li a:hover{opacity:0.7;}

.pageLinkArea01 li:last-child{margin-right:0;}
.pageLinkArea01 li:last-child a{border-right:none;}
.recommend h2, .recommend .itemList{display:none;}


@media screen and (max-width: 768px) {


.pageLinkArea01{
width: 100%;
margin-top:10px;

}
.pageLinkArea01 li{
display:table-cell;
vertical-align:middle;
margin:0;
width:auto;
width:25%;

}
.pageLinkArea01 li a{
font-size: 3vw;
padding:2vw;

}
}


/*=========================================

OVER VIEW

=========================================*/


#overview{
background-color:#FFF;
padding:30px 40px;
margin:0 auto 20px auto;
width:960px;

}
#overview .txt{
margin-bottom:20px;
line-height: 1.5;
}
.infomationBlock01{
width:175px;
float:left;
border-left:1px solid #c8c5c5;
padding-left:12px;
padding-right:12px;
min-height:240px;

}
.infomationBlock01 dl{
margin-bottom:8px;
font-size:12px;

}
.infomationBlock01 dt{
margin-bottom:7px;
color:#1d879d;
font-weight:bold;

}
.infomationBlock01 dd{
margin-bottom:10px;
line-height: 1.5;
}

.infomationBlock02{
width:175px;
float:left;
border-left:1px solid #c8c5c5;
padding-left:12px;
padding-right:12px;
min-height:240px;

}
.infomationBlock02 dl{
margin-bottom:10px;
font-size:12px;

}
.infomationBlock02 dt{
margin-bottom:10px;
color:#1d879d;
font-weight:bold;

}
.infomationBlock02 dd{
margin-bottom:10px;

}
.infomationBlock02 dd li{
margin-bottom:8px;

}
.infomationBlock03{
width:197px;
float:left;
border-left:1px solid #c8c5c5;
padding-left:12px;
padding-right:12px;
min-height:240px;

}
.infomationBlock03 dl{
margin-bottom:10px;
font-size:12px;

}
.infomationBlock03 dt{
margin-bottom:10px;
color:#1d879d;
font-weight:bold;

}
.infomationBlock03 dd{
margin-bottom:10px;
line-height: 1.5;
}
.infomationBlock03 dd li{
margin-bottom:8px;

}
.infomationBlock04{
width:175px;
float:left;
border-left:1px solid #c8c5c5;
padding-left:25px;
padding-right:12px;

}


@media screen and (max-width: 768px) {

#overview{
background-color:#FFF;
padding:10px;
margin:0 auto 20px auto;
width:auto;

}
#overview .txt{
margin-bottom:15px;
font-size:3.4vw;

}
.infomationBlock01{
width:auto;
float:none;
border-left:none;
padding:0;
min-height:initial;

}
.infomationBlock01 dl{
margin-bottom:12px;
font-size:3.4vw;

}
.infomationBlock01 dt{
margin-bottom:10px;
color:#1d879d;
font-weight:bold;
display:block;
width:30%;
float:left;

}
.infomationBlock01 dd{
display:block;
width:60%;
float:left;

}
.infomationBlock02{
width:auto;
float:none;
border-left:none;
padding:0;
min-height:initial;

}
.infomationBlock02 dl{
margin-bottom:10px;
font-size:3.4vw;

}
.infomationBlock02 dt{
margin-bottom:10px;
color:#1d879d;
font-weight:bold;

}
.infomationBlock02 dd{
margin-bottom:20px;

}
.infomationBlock03{
width:auto;
float:none;
border-left:none;
padding:0;
min-height:initial;

}
.infomationBlock03 dl{
margin-bottom:10px;
font-size:3.4vw;

}
.infomationBlock03 dt{
margin-bottom:10px;
color:#1d879d;
font-weight:bold;

}
.infomationBlock03 dd{
margin-bottom:10px;




}
.infomationBlock04{
width:auto;
float:none;
border-left:none;
padding:0;

}
.infomationBlock04 iframe{
width:100%;

}
}


/*=========================================

PLANS

=========================================*/


#plans{
width:960px;
margin-bottom:40px;

}
.plansArea{
border-left:2px solid #23417f;
border-right:2px solid #23417f;
border-bottom:2px solid #23417f;
padding:30px;
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;
background-color:#FFF;

}
.plansArea .link01{
margin-top:5px;
text-align:right;

}
.plansArea .link01 a{
margin-top:5px;
color:#23417f;
text-decoration:underline;

}
.plansArea .link01 a:hover{
text-decoration:none;

}
#plans h3{
background-color:#23417f;
padding:10px;
color:#FFF;
border-left:none;
margin-bottom:0px;
border-top-left-radius:6px;
border-top-right-radius:6px;
font-weight:normal;

}
#plans .ttl li{
font-size:14px;
padding:15px 0;
font-weight:bold;
text-align:center;
float:left;
height:48px;

}
#plans .ttl .rate{
background-color:#cad1e0;
width:268px;
border:2px solid #23417f;

}
#plans .ttl .mails{
background-color:#efefef;
width:156px;
border:2px solid #bcb9b9;
border-left:none;

}
#plans .ttl .price{
background-color:#fbe1dd;
width:177px;
border:2px solid #bcb9b9;
border-left:none;

}
#plans .ttl .plan{
background-color:#efefef;
width:157px;
border:2px solid #bcb9b9;
border-left:none;

}
#plans .ttl .select{
background-color:#efefef;
width:135px;
border:2px solid #bcb9b9;
border-left:none;

}

#plans .room ul{
height:80px;
display:table;

}
#plans .room li{
font-size:14px;
font-weight:bold;
text-align:center;
line-height:1.2;
display:table-cell;
vertical-align:middle;
height:80px;

}
#plans .room .rate{
background-color:#f4f3f9;
width:268px;
border:2px solid #23417f;
border-top:none;
font-weight:normal;

}
#plans .room .rate strong{
font-size:14px;
font-weight:bold;
display:block;
margin:5px;

}
#plans .room .mails{
background-color:#efefef;
width:156px;
border:2px solid #bcb9b9;
border-left:none;
border-top:none;
font-weight:normal;

}
#plans .room .price{
background-color:#fbe1dd;
width:177px;
border:2px solid #bcb9b9;
border-left:none;
border-top:none;
color:#d70051;

}
#plans .room .price strong{
font-size:20px;

}
#plans .room .plan{
background-color:#efefef;
width:157px;
border:2px solid #bcb9b9;
border-left:none;
border-top:none;
font-weight:normal;

}
#plans .room .select{
background-color:#efefef;
width:135px;
border:2px solid #bcb9b9;
border-left:none;
border-top:none;

}
#plans .room .select a{
width:90%;
padding-top:10px;
padding-bottom:10px;
color:#FFF;
display:block;
margin:0 auto;
border-radius:6px;
background:#23417f url(../images/arrow_icon_001.png) 90% 50% no-repeat;

}
#plans .room .select a:hover{
opacity:0.8;

}


@media screen and (max-width: 768px) {

#plans{
width:100%;
margin-bottom:20px;

}
.plansArea{
border:none;
padding:0px;
border-bottom-left-radius:6px;
border-bottom-right-radius:6px;

}
.plansArea .link01{
margin-top:0px;
width:auto;

}
.plansArea .link01 a{
margin-top:10px;
color:#FFF;
text-decoration:none;
padding:12px;
text-align:center;
display:block;
background-color:#23417f;

}
.plansArea .link01 a:hover{
text-decoration:none;

}
#plans h3{
background-color:#23417f;
padding:5px;
color:#FFF;
border-left:none;
margin-bottom:0px;
border-top-left-radius:6px;
border-top-right-radius:6px;
margin-bottom:5px;

}
#plans .ttl{
display:none;

}
#plans .ttl li{
font-size:3.4vw;
padding:15px 0;
font-weight:bold;
text-align:center;
float:left;
height:48px;

}
#plans .room{
display:table;
border:2px solid #23417f;
padding:10px;
border-radius:6px;
margin-bottom:10px;
width:100%;

}
#plans .room li{
font-size:3.4vw;
padding:0;
margin-bottom:5px;
font-weight:bold;
text-align:left;
float:left;
height:auto;
line-height:1.2;
position:relative;

}
#plans .room .rate{
background:none;
width:auto;
border:none;
width:70%;
border-top:none;
font-weight:bold;
font-size:3.4vw;
display:table-cell;
vertical-align:middle;

}
#plans .room .rate strong{
font-size:4vw;
display:block;
margin-bottom:5px;
font-weight:bold;

}
#plans .room .mails{
background:none;
width:100%;
border:none;
border-left:none;
border-top:none;
font-weight:normal;
display:none;

}
#plans .room .price{
background:none;
width:100%;
border:none;
border-left:none;
border-top:none;
color:#d70051;
font-size:3.4vw;
position:absolute;
text-align:right;
right:25px;
margin-top:20px;

}
#plans .room .price strong{
font-size:4.5vw;

}
#plans .room .plan{
background:none;
width:100%;
border:none;
border-left:none;
border-top:none;
font-weight:normal;
font-size:12px;

}
#plans .room .select{
background:none;
border:none;
border-left:none;
border-top:none;
display:block;
width:100%;

}
#plans .room .select a{
width:100%;
padding-top:10px;
padding-bottom:10px;
color:#FFF;
display:block;
margin:0 auto;
border-radius:6px;
background:#23417f url(../images/arrow_icon_001.png) 90% 50% no-repeat;
text-align:center;

}
#plans .room .select a:hover{
opacity:0.8;

}
}


/*=========================================

SHIGHTSEEING

=========================================*/


#sightseeing{
width:960px;
margin:0 auto;
margin-bottom:50px;
background-color:#FFF;
padding:20px 0;

}
#sightseeing h3{
margin-left:40px;

}
#sightseeing .search-area{
margin-bottom:0;

}
#sightseeing .container-fluid{
width:880px;
margin:0 auto 0 40px;

}

@media screen and (max-width: 768px) {


#sightseeing{
width:auto;
margin:0 auto 0 auto;
padding:5px;

}
#sightseeing h3{
margin-left:0;

}
#sightseeing li{
width:100%;

}
#sightseeing li .ttl{
font-size:4vw;

}
#sightseeing li .txt{
font-size:3.4vw;

}

#sightseeing .container-fluid{
width:auto;
margin:0 auto 0 auto;

}

}


/*=========================================

HOTELS

=========================================*/


#hotels{
width:960px;
margin:0 auto;
margin-bottom:50px;
background-color:#FFF;
padding:20px 0;

}
#hotels h3{
margin-left:40px;

}
#hotels .search-area{
margin-bottom:0;

}
#hotels .container-fluid{
width:880px;
margin:0 auto 0 40px;

}
#hotels .details{
background:#d70051 url(../images/arrow_icon_001.png) 95% 50% no-repeat;
padding:10px;
color:#FFF;
width:100%;
margin-top:10px;
display:block;

}


@media screen and (max-width: 768px) {

#hotels{
width:auto;
padding:5px;

}
#hotels h3{
margin-left:0px;

}
#hotels li{
width:100%;

}
#hotels li .ttl{
font-size:4vw;

}
#hotels li .txt{
font-size:3.4vw;

}
#hotels .container-fluid{
width:auto;
margin:0 auto 0 auto;

}
}

.type1 li{
margin-bottom:0;
padding-left:0;
margin-right:20px;
width:280px;
}
.type1 li:last-child{
margin-right:0px !important;

}

@media screen and (max-width: 768px) {

.type1 li {
width:auto;
margin:0;
padding:0;

}

}
.type1 li:last-child{
margin-right:0px;

}
.type1 li a {
display: block;
width: 100%;
overflow: hidden;
background: #fff;
-webkit-transition: opacity 0.1s linear;
-moz-transition: opacity 0.1s linear;
transition: opacity 0.1s linear;
text-align:center;
position:relative;
padding-bottom:10px;
}
.type1 li a:hover{
opacity:0.7;

}
.type1 .img{
margin-bottom:10px;
display:block;

}
.type1 .ttl{
line-height: 1.2;
font-size: 16px;
font-weight: bold;
display:block;
text-align:left;
margin-left:12px;
margin-right:12px;

}
.type1 .txt{
font-size: 12px;
font-weight: bold;
text-align: left;
display:block;
padding:8px 0;
color:#666;
font-weight:normal;
margin-bottom:12px;
padding:4px;
line-height:1.4;
margin-left:12px;
margin-right:12px;

}
.type1 .price{
display:block;
border-top:1px solid #918c8a;
padding-top:10px;
margin-bottom:20px;
margin-left:12px;
margin-right:12px;
font-weight:bold;

}
.type1 .price strong{
font-size: 24px;
font-family:Arial MT, Helvetica, sans-serif;
font-weight:bold;

}


@media screen and (max-width: 768px) {

.type1 li {
margin-bottom: 23px;
}
.type1 .ttl{
height:auto;
margin-bottom:10px;
min-height:auto;

}



}

*:first-child + html body .type1 .txt span {
display: inline;
zoom: 1;
}
.type1 .txt br {
height: 0;
line-height: 1px;
}
.type1 .img img {
width: 100%;
height: auto;
}
@media screen and (max-width: 769px) {
.type1 li a {
height: auto;
overflow: hidd
}
}
@media screen and (min-width: 769px) {
.type1 .img img {
width: 100%;
height: auto;
transition: transform .1s linear;
}
.type1 a:hover .img img {
transition: transform .2s linear;
transform: scale(1.03);
}
}

.search-area .container-fluid{
margin-left:0;
margin-right:0;
margin-bottom:60px;

}

@media screen and (max-width: 768px) {

.search-area .container-fluid{margin-bottom:30px;}

}


@media screen and (max-width: 768px) {

.container-fluid .moreBtn01{
width:auto;
font-size:16px;

}
.container-fluid .moreBtn01 a{
padding:15px;
background-size: 10px;

}

}


/*=========================================

PAGETOP

=========================================*/


.pageTop{position:fixed;bottom:40px;right:40px;}


@media screen and (max-width: 768px) {

.pageTop{position:fixed;bottom:5px;right:5px;text-align:right}
.pageTop img{width:50%;}

}


/*=========================================

FOOTER

=========================================*/


footer {
padding: 20px 100px 0 100px;
background-color:#FFF;
}
@media screen and (min-width: 481px) {
footer {
padding: 10px 0 100px;
}
}
@media screen and (min-width: 769px) {
footer {
padding: 20px 0 100px;
}
}
.footer__logo {
margin: 0 auto 10px;
text-align: center;
}
.footer__credit {
line-height: 2;
font-size: 9px;
text-align: center;
}
@media screen and (min-width: 481px) {
.footer__credit {
font-size: 16px;
}
}
@media screen and (min-width: 769px) {
.footer__credit {
font-size: 12px;
}
}
@media screen and (max-width: 320px) {
.wrapper__inner {
width: 320px;
margin: 0 auto;
}
}
@media screen and (min-width: 961px) {
.wrapper__inner {
width: 960px;
margin: 0 auto;

}
}
