@charset 'utf-8';

body {
background: #fff;
font-family: 'メイリオ', sans-serif;
-webkit-touch-callout: default;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.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 (max-width: 480px) {
.pcOnlu{display:none;}
}
	
.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: 480px) {

.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

=========================================*/


.promoArea{
width: 100%;
text-align:left;
margin-top:20px;
margin-bottom:50px;

}
.keyVisual{width:1212px;margin:0 auto 45px auto;}
.keyVisual img{vertical-align: bottom;}
.keyBlock01{
float:left;
width: 583px;

}

.keyBlock02{
float:left;
width: 629px;

}
.keyImg01,.keyImg02,.keyImg03,.keyImg04{
position: relative;

}
.keyVisual .caption{
position: absolute;
right:5px;
bottom:5px;
font-size: 16px;
color: #FFF;
text-shadow: 0 -1px 1px #333, -1px 0 1px #333, 1px 0 1px #333; 
	
}
.promoBlock{
width:942px;
text-align:left;
color:#FFF;
margin:0 auto;

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.promoArea h2:not(:target) {
background-image :none;
color:#0079ac;
  }
}

.promoArea h2{
font-size:49px;
font-family:Arial Black, Helvetica, sans-serif;
color:#ff8e15;
font-weight:bold;
margin-bottom:25px;
line-height: 1.2;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-image : -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #98d0d3), color-stop(0.00, #0079ac));
background-image : -webkit-linear-gradient(#98d0d3, #0079ac);
background-image : linear-gradient(#98d0d3, #0079ac);

}




/* IE8 IE9 */
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#000000))";
zoom: 1;
background: linear-gradient(to bottom, #fff, #000);/* IE10+, W3C */

.promoArea h2 strong{
font-family:Arial Black, Helvetica, sans-serif;
display: block;
font-size:58px;
text-shadow:
2px 2px 0px #FFF,
-2px 2px 0px #FFF,
2px -2px 0px #FFF,
-2px -2px 0px #FFF;
	
}

.promoArea p.lead{
font-size:20px;
line-height:1.5;
margin-bottom:25px;
color: #1e8eb5;
font-family:Arial MT, Helvetica, sans-serif;
}

@media screen and (max-width: 480px) {

.promoArea{
height:auto;
margin-bottom:12px;

}
.promoBlock{
width:auto;
padding-top:10px;
padding-bottom:0px;

}
.keyVisual{width:auto;margin:0 auto 0 auto;}
.keyVisual img{width:100%;vertical-align: bottom;}
.keyBlock01{
float:left;
width: 50%;
overflow: hidden;
max-height: 250px;

}
.keyBlock01 img{
width:130%;

}

.keyBlock02{
float:left;
width: 50%;
max-height: 250px;
overflow: hidden;

}
.keyBlock02 img{
width:100%;

}
.keyImg03 img{
width:100%;

}
.keyImg04 img{
width:120%;

}
.keyImg01,.keyImg02,.keyImg03,.keyImg04{
position: relative;

}
.keyImg01{
height:90px;
	
}
.keyImg02{
height:58px;
	
}
.keyImg03{
height:110px;
	
}
.keyImg04{
height:38px;
	
}
.keyVisual .caption{
position: absolute;
right:5px;
bottom:5px;
font-size: 12px;
color: #FFF;
text-shadow: 0 -1px 1px #333, -1px 0 1px #333, 1px 0 1px #333; 
	
}
.promoArea h2{
font-size:26px;
color:#fbe920;
font-weight:bold;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;

}
.promoArea p.lead{
font-size:12px;
line-height:1.5;
margin-bottom:0px;
color: #1e8eb5;
font-family:Arial MT, Helvetica, sans-serif;
margin-left:10px;
margin-right:10px;

}
}


.mainContent {
margin:0 auto;
width:1059px;

}

@media screen and (max-width: 480px) {

.mainContent {
width:auto;

}
}

.mainContent a,
.mainContent a:hover,
.mainContent a:active,
.mainContent a:visited{
color:#a5aaf1;
text-decoration:none;

}
.mainContent h2{
background:url(../images/h2_bg_001.gif) 50% 100% no-repeat;
padding-bottom:17px;
margin-bottom:40px;

}
.mainContent h2 span{
background-color:#3386ca;
color:#FFF;
font-size:28px;
text-align:center;
padding-top:20px;
padding-bottom:20px;
display:block;

}
.mainContent h3{
color:#b49b21;
font-size:18px;
border-top:1px solid #b49b21;
border-bottom:1px solid #b49b21;
padding-bottom:15px;
margin-bottom:50px;
padding:28px 0px 22px 0;
text-align: center;
line-height: 1.4;

}
.mainContent h3 strong{
font-size:36px;
font-family: "Arial Black", Gadget, "sans-serif";
display: block;
margin-bottom: 10px;
font-weight:bold;

}

@media screen and (max-width: 480px) {

.mainContent h2{
background-size:20px;
padding-bottom:8px;
margin-bottom:15px;
font-size:16px;

}
.mainContent h2 span{
font-size:16px;
padding-top:15px;
padding-bottom:15px;
display:block;

}
.mainContent h3{
color:#b49b21;
font-size:14px;
border-top:1px solid #b49b21;
border-bottom:1px solid #b49b21;
padding-bottom:15px;
margin-bottom:20px;
padding:10px 0px 10px 0;
text-align: center;
line-height: 1.4;

}
.mainContent h3 strong{
font-size:20px;
font-family: "Arial", Gadget, "sans-serif";
display: block;
margin-bottom: 5px;
font-weight:bold;

}
}

.conArea01{
width:942px;
margin: 0 auto 60px;

}
.conArea01 ul li:last-child{
margin-bottom: 0;

}

@media screen and (max-width: 480px) {

.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:20px;

}

@media screen and (max-width: 480px) {

.itemList {
margin-bottom:0px;

}
}


/*=========================================

PAGE LINK

=========================================*/


.pageLinkArea01 li{
margin-left: 9px;
display: inline-block;

}
.pageLinkArea01 li:first-child{
margin-left: 0px;

}

.pageLinkArea01 li a{
text-align: center;
font-size: 18px;
color: #FFF;
background:#9ccce6 url(../images/arrow_img_001.png) 50% 90% no-repeat;
background-size:16px;
padding:0 23px;
height: 85px;
display:table-cell;
vertical-align: middle;

}
.ko .pageLinkArea01 li a{
padding:0 26px;

}
.cn .pageLinkArea01 li a,
.tw .pageLinkArea01 li a{
padding:0 17px;

}
.pageLinkArea01 li a:visited{
color: #FFF;

}
.pageLinkArea01 li a:hover{
color: #FFF;
opacity:0.7;
}
.pageLinkArea01 li:last-child{
margin-right:0;

}
.recommend h2, .recommend .itemList{
display:none;}


@media screen and (max-width: 480px) {


.pageLinkArea01 li{
display:block;
float:left;
width:49%;
padding: 0;
margin: 0;
margin-bottom: 5px;
margin-right: 1%;
background:#9ccce6 url(../images/arrow_img_001.png) 50% 85% no-repeat;
background-size:10px;
text-align:center;
height:60px;
	
}
.pageLinkArea01 li a{
font-size: 14px;
color: #FFF;
padding:0;
display:table;
padding-top:15px;
padding-bottom:5px;
background: none;
width: 100%;
text-align: center;
vertical-align: middle;

}
.cn .pageLinkArea01 li a,
.tw .pageLinkArea01 li a{
padding-top:15px;
padding-bottom:0px;

}
.ko .pageLinkArea01 li a{
padding-top:15px;
padding-bottom:0px;

}
}

#luxury_hotels .type1 li{
border:1px solid #b49b21;
margin-bottom: 40px;

}
#luxury_hotels .type1 li a{
background:#fffdd9 url(../images/arrow_img_002.png) no-repeat 98% 50%;
background-size: 14px;
padding:25px 50px 25px 25px;

}
#luxury_hotels .type1 li .img{
width:443px;
float:left;
margin-bottom:0px;

}
#luxury_hotels .type1 li .con{
width:380px;
float:right;
text-align:left;
display: block;

}
#luxury_hotels .type1 li .ttl{
text-align:left;
margin-bottom:10px;
margin-top:20px;
height: auto;
font-size: 24px;

}
#luxury_hotels .type1 li .area{
text-align:left;
margin-bottom:10px;
height: auto;
background-color: #a5aaf1;
color:#FFF;
font-size: 16px;
text-align: center;
display: inline-block;
padding: 5px 20px;

}

.type1 li {
margin-bottom: 11px;
}


.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;
color: #a5aaf1;

}
.type1 li a:hover{
opacity:0.7;

}
.type1 .img{
margin-bottom:10px;
display:block;

}
.type1 .ttl{
line-height: 1.2;
font-size: 20px;
font-weight: bold;
text-align: center;
display:block;
min-height:55px;

}
.cn .type1 .ttl,
.tw .type1 .ttl,
.ko .type1 .ttl{
min-height:30px;
margin-bottom: 10px;

}
.type1 .area{
font-size: 14px;
font-weight: bold;
text-align: center;
display:block;
padding:8px 0;
color:#a5aaf1;
font-weight:normal;
margin-bottom:12px;
padding:4px;
line-height:1.4;
border:1px solid #a5aaf1;

}
.type1 .txt{
font-size: 18px;
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;

}

@media screen and (max-width: 480px) {
	
.type1 li {
margin-bottom: 23px;
}
.type1 .ttl{
height:auto;
margin-bottom:10px;
min-height:auto;	

}
.cn .type1 .ttl,
.tw .type1 .ttl,
.ko .type1 .ttl{
min-height:auto;

}
.type1 .txt{
font-size:16px;
	
}
#luxury_hotels .type1 li{
border:1px solid #b49b21;
margin-bottom: 23px;

}
#luxury_hotels .type1 li a{
background-image: none;
padding:12px;

}
#luxury_hotels .type1 li .img{
width:auto;
float:none;
margin-bottom:0px;

}
#luxury_hotels .type1 li .con{
width:auto;
float:none;
text-align:left;
display: block;

}
#luxury_hotels .type1 li .ttl{
text-align:center;
margin-bottom:10px;
margin-top:20px;
height: auto;
font-size: 18px;

}
#luxury_hotels .type1 li .area{
text-align:center;
margin-bottom:10px;
height: auto;
background-color: #a5aaf1;
color:#FFF;
font-size: 14px;
width:100%;
width:none;
text-align: center;

}
	
}

*: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-bottom:60px;}

@media screen and (max-width: 480px) {
	
.search-area .container-fluid{margin-bottom:30px;}

}

.container-fluid .moreBtn01{
width:550px;
margin:0 auto;
font-size:28px;
text-align:center;
	
}
.container-fluid .moreBtn01 a{
display:block;
padding:15px;
color:#FFF;
background:#9ccce6 url(../images/arrow_img_003.png) 93% 50% no-repeat;
	
}
.container-fluid .moreBtn01 a:hover{
opacity:0.7;
	
}
@media screen and (max-width: 480px) {

.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: 480px) {

.pageTop{position:fixed;bottom:5px;right:5px;text-align:right}
.pageTop img{width:50%;}

}


/*=========================================

FOOTER

=========================================*/


footer {
padding: 0 0 100px;
}
@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: 940px;
margin: 0 auto;
}
}
