/* ----------------------------- 
  @変数 
-------------------------------  */
:root {
  --sc: #3d7bae;
  --mw:1100px;
}
.bg__ptn1{
  background-image: linear-gradient(22.5deg, rgba(67, 67, 67, 0.02) 0%, rgba(67, 67, 67, 0.02) 29%,rgba(47, 47, 47, 0.02) 29%, rgba(47, 47, 47, 0.02) 37%,rgba(23, 23, 23, 0.02) 37%, rgba(23, 23, 23, 0.02) 55%,rgba(182, 182, 182, 0.02) 55%, rgba(182, 182, 182, 0.02) 69%,rgba(27, 27, 27, 0.02) 69%, rgba(27, 27, 27, 0.02) 71%,rgba(250, 250, 250, 0.02) 71%, rgba(250, 250, 250, 0.02) 100%),linear-gradient(67.5deg, rgba(117, 117, 117, 0.02) 0%, rgba(117, 117, 117, 0.02) 14%,rgba(199, 199, 199, 0.02) 14%, rgba(199, 199, 199, 0.02) 40%,rgba(33, 33, 33, 0.02) 40%, rgba(33, 33, 33, 0.02) 48%,rgba(135, 135, 135, 0.02) 48%, rgba(135, 135, 135, 0.02) 60%,rgba(148, 148, 148, 0.02) 60%, rgba(148, 148, 148, 0.02) 95%,rgba(53, 53, 53, 0.02) 95%, rgba(53, 53, 53, 0.02) 100%),linear-gradient(135deg, rgba(190, 190, 190, 0.02) 0%, rgba(190, 190, 190, 0.02) 6%,rgba(251, 251, 251, 0.02) 6%, rgba(251, 251, 251, 0.02) 18%,rgba(2, 2, 2, 0.02) 18%, rgba(2, 2, 2, 0.02) 27%,rgba(253, 253, 253, 0.02) 27%, rgba(253, 253, 253, 0.02) 49%,rgba(128, 128, 128, 0.02) 49%, rgba(128, 128, 128, 0.02) 76%,rgba(150, 150, 150, 0.02) 76%, rgba(150, 150, 150, 0.02) 100%),linear-gradient(90deg, #ffffff,#ffffff);
}
.depNav__dep{background: #333;}

/* ----------------------------- 
  
-------------------------------  */
body{font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;}
.magWrap{padding:1rem 0;}
.block-type-01{padding-bottom:5rem;}
.areaWrap{padding: 1rem 0 5rem;}
.cmn-ttl{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 3rem 0;
  color:var(--sc);
}
.cmn-ttl > span:nth-of-type(1){
  /* border-bottom: 1px solid var(--sc); */
  color:#333;
}
.sbw__content[data-type=mddArea_world]::before{content: "\30A8\30EA\30A2";}
.sbw__content[data-type=sdate_world]::before{content: "\51FA\767A\65E5";}
.sbw__content[data-type=haku2_world]::before{content: "\671F\9593";}
.sbw__content[data-type=pax_world]::before{content: "\5229\7528\4EBA\6570\FF08\4E00\90E8\5C4B\3042\305F\308A\FF09";}
.sbw__content[data-type=carrier_world]::before{content: "\822A\7A7A\4F1A\793E";}
.sbw__content[data-type=pricefrom_world]::before{content: "\4E88\7B97\FF08\4E0B\9650\FF09";}
.sbw__content[data-type=priceto_world]::before{content: "\4E88\7B97\FF08\4E0A\9650\FF09";}


.cmn-ttl > span:nth-of-type(2){
  font-size: 80%;
  display:block;
}
.areaWrap__list li{
  width:calc(100% / 3 - 1rem);
}
.magWrap__list li{
  width:calc(100% / 5 - 1rem);  
}
.areaWrap__col2 .areaWrap__list,.magWrap__col2 .magWrap__list{width: calc(100% / 2 - 1rem);}
.areaWrap__col2 .areaWrap__list li,.magWrap__col2 .magWrap__list li {
  width: calc(100% / 2 - 1rem);
  height:300px;
  margin-bottom:1rem;
}
.areaWrap__list a{text-align: center;display: block;transition: all 0.3s 0s ease;}
.areaWrap__list a img{border-radius: 10px;}
.areaWrap__list a b{font-size:120%;display:block;margin-top:1rem;}

.magWrap__col2{margin-bottom:5rem;}
.magWrap__list a img {
    border-radius: 0;
    height: 160px;
    width: 100%;
    border: 1px solid #fff;
    box-shadow: 0px 1px 0px 0 #eee;
}
.magWrap__list a {
  position:relative;
  /* border: 2px solid #3d7bae; */
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px 1px #ccc;
  transition: all 0.3s 0s ease;
}
.magWrap__list .txt {
    font-size: .8rem;
    padding: 0 1rem 1rem;
    line-height: 1.8;
    color: #333;
}
.magWrap__list b {
  padding: 1rem 1rem 0.5rem 1rem;
  display: block;
}
.magWrap__list b::before {
  content: "●";
  color: #3d7bae;
  margin-right: 0.25rem;
}
.magWrap__list a:hover::before {
  transition: all 0.3s 0s ease;
  content: "記事を読む";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000073;
  padding: 8rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* ----------------------------- 
  @ お知らせ
-------------------------------  */

.newsWrap{overflow:hidden;padding-bottom:5rem;}
.newsWrap-li{
  background: #fff;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 1px 1px 6px #eee;
}
.newsWrap-li li{
  border-bottom: 1px dashed #ccc;
}
.newsWrap-li li:last-of-type{border-bottom:none;}
.newsWrap-li li a{padding:.5rem 0;}
.newsWrap-li li:last-of-type a{padding:.5rem 0 0;}
.newsWrap-li li a span{font-size:90%;}.newsWrap-li li div{width:100px;color:#666;}
.newsWrap-li .nw_cat{
  background: #3d7bae;
  color: #fff;
  padding: 0 0.5rem;
  border-radius: 4px;
  margin-left:1rem;
}
.nw_ttl{
  font-size:1rem;
  display:block;
  width: calc(100% - 210px);
}
.nw_rmBtn{
  float: right;
  font-size: 90%;
  margin: 0.5rem 0;
  font-weight: bold;
}

/* ----------------------------- 
  @ お知らせ
-------------------------------  */
.hmWrap{padding:2rem 0;}
.hmWrap-txt {
  text-align: center;
  margin-bottom: 2rem;
  font-size: .9rem;
  line-height: 1.8;
  color: #333;
}
.hmList{padding-bottom:5rem;}
.hmList--li {
  width: calc(100% / 3 - 6rem);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px 0px #e3e3e3;
  border-radius: 7px;
}
.hmList--li:nth-of-type(1) .hmList--bg{
  background: #f4c1e7;
  padding:3rem 2rem;
}
.hmList--li:nth-of-type(2) .hmList--bg{
  background: #ffc658;
  padding:3rem 2rem;
}
.hmList--li:nth-of-type(3) .hmList--bg{
  background: #99c8ff;
  padding:3rem 2rem;
}


.hmList--li:nth-of-type(2){margin:0 2rem;}
.hmList--li img{width:100px;margin: 0 auto;}
.hmList--li b{display:block;text-align:center;font-size: 140%;margin-bottom: 0.5rem;}
.hmList--li p {
  font-size: 90%;
  padding: 2rem;
  line-height: 1.8;
  color: #333;
}
.otherWrap {
    padding-bottom: 5rem;
}
.otherWrap__list li{
  border-radius: 10px;
  background:#fff;
  width:calc(100% / 3 - 1rem);
}
.oth__golf{
  border: 3px solid #97bf3b;
}
.oth__od {
  border: 3px solid #3bafbf;
}
.oth__1000{
  border: 3px solid #333;
}
.oth__golf b{
  color:#fff;
  display: block;
  text-align: center;
  padding: 10px;
  background: #97bf3b;
}
.oth__od b{
  display: block;
  text-align: center;
  padding: 10px;
  color:#fff;
  background: #3bafbf;
}
.oth__1000 b{
  display: block;
  text-align: center;
  padding: 10px;
  color:#fff;
  background: #333;
}
.oth__golf p,.oth__1000 p,.oth__od p{padding: 1rem;text-align: center;font-size: 1rem;font-weight: bold;}
.otherWrap__list img {
  margin: 1rem auto 0;
  width: 200px;
}
.supWrap{padding-bottom:5rem;}
.supList a {
  display: block;
  background: #3d7bae;
  color: #fff;
  font-weight: bold;
  padding: 1rem;
  width: calc(100% / 4 - 2rem);
  border-radius: 0.5rem;
  text-align: center;
  margin-bottom: 10px;
}

.voiceWrap{padding-bottom: 4rem;}
.voiceWrap ul {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  margin-top:2rem;
  display: flex;
}
.starBox,
.htlNameBox{
  font-size:14px;
}
.starBox span{
    color: #d69f21;
}
.voiceWrap li {
  background: #edf3fb;
  border: 1px solid #edf3fb;
  padding: 15px;
  margin-right: 15px;
  border-radius: 10px;
  box-sizing: border-box;
  width: 24%;
}
.voiceInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.voiceWrap .person{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.voiceWrap .area {
  color: #3a77c7;
  display: block;
}
.voiceWrap i{
  margin-right:1.5rem;
  font-size: 3rem;
  color: #3b77c8;
}
.voiceWrap .txt{
  height: calc(1rem * 8);
  font-size: .8rem;
  padding: 1rem 0;
  line-height: 1.8;
  color: #333;
}
.voiceWrap .over{
  position:relative;
}
.voiceWrap .over::after{
  content: "続きを読む";
  background: #b7c4d7d1;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0.5rem 0;
  border-radius: 0 0 0.5rem 0.5rem;
  text-shadow: 1px 1px 1px #fff;
  font-weight: bold;
}
.over .txt{overflow: hidden;}

.voiceAreaCheck input[type=radio] {
  display: none;
}
.voiceAreaCheck label {
  font-size: 1em;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 1em 1em 1em 3em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* background: #ffffff; */
}
.voiceAreaCheck label:before {
  box-sizing:content-box;
  position: absolute;
  top: 1em;
  left: 1em;
  width: 10px;
  height: 10px;
  content: '';
  border: 0.2em solid #cccccc;
  border-radius: 50%;
}
.voiceAreaCheck input:checked + label:before {
  border-color: #3a77c7;
  background: #3a77c7;
}
.voiceWrap ul::-webkit-scrollbar {
    width: 3px;
}
.voiceWrap ul::-webkit-scrollbar-thumb {
    background: #3183d0;
    border-radius: 3px;
}
.voiceWrap ul::-webkit-scrollbar-track {
    background: #eeeeee;
}

.searchWrap .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sw__dwBtn{
  width: 140px;
}
.sw__dwBtn li{
  background: #eee;
  text-align: center;
  padding: 3rem;
  cursor:pointer;
  border-bottom: 1px solid #c5c5c5;
}
.sw__dwBtn li#swb__golf,.sw__dwBtn li#swb__diving{
  padding: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw__dwBtn li > i{color:#eee;}
.sw__dwBtn li.sel{
  background: linear-gradient(to right, #418fcf, #27a0d4);
  color: #fff;
  font-weight: bold;
}
.sw__dwWrap{
  width:calc(100% - 160px);
}
.wld_ttl{
font-size: 220%;
    font-weight: bold;
    margin-top: -3rem;
    margin-bottom: 1rem;
    color: #fff;
    text-shadow: 1px 1px 5px #333;
}
.searchWrap .right {width: 30%;}
.searchWrap .left {width: 68%;}
#sw__dom .docoWrap,#sw__world .docoWrap{height: 450px;}
#sw__world,#sw__golf,#sw__diving{display:none;}
#sw__world .docoWrap {
    width: 574px;
/*     border: 3px solid #2996c8; */
    border-radius: 6px;
}
#sw__golf .docoWrap,#sw__diving .docoWrap {
    width: 574px;
    height: auto;
}
.sw__worldL{width:100%;}
#sw__world dl,#sw__golf dl,#sw__diving dl{
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  padding: 0 0.2rem 0.3rem;
  margin-bottom:10px;
  cursor:pointer;
}
#sw__world dt,#sw__golf dt,#sw__diving dt{
  position: absolute;
  color: #888;
  font-size: .8rem;
  left: 0.5rem;
  top: 0.5rem;
  cursor:pointer;
  pointer-events: none;
}
#sw__world .search_req dt::before {
    margin-left: -4px;
    margin-right: 4px;
    content: "\5FC5\9808";
    background: #f00;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    border-radius: 4px;
}
#sw__golf dd,#sw__diving dd{
  width: 100%;
  background-color: #FFF;
}
#sw__world select,#sw__world input,#sw__golf select,#sw__golf input,#sw__diving select,#sw__diving input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  outline: none;
  cursor:pointer;
  padding-top: 1.5rem;
  background-color: #FFF;
}
#sw__world .df dl,#sw__golf dl,#sw__diving dl{width:48%;  cursor:pointer;}
.sfos_btn{
  transition: all 0.5s ease;
  background: #2896c6 !important;
  border: none;
  width: 100% !important;
  color: #fff;
  padding: 15px 0;
  font-size: 120%;
  margin: 5px 0 0;
    cursor:pointer;
  border-radius: 4px;
}

.world_map {
  display:none;
  position: relative;
  background-image: url(/upload/tenant_1/bg_world_map_top.png);
  background-repeat: no-repeat;
  background-position: top 0px center;
  height: 310px;
  background-size: contain;
  width: 48%;
}
.world_map li {
  position: absolute;
}
.wm_cls{
  color:#fff;
  float: right;
  margin-top: -24px;
  margin-right: -24px;
}
.mfpInner li{position:inherit;}
.world_map .america {
  top: 83px;
  left: 55px;
}
.world_map .europe {
  top: 84px;
  left: 38%;
}
.world_map .middleEast {
  top: 114px;
  left: 56%;
}
.world_map .asia {
  top: 90px;
  left: 70%;
}
.world_map .russia {
  top: 65px;
  left: 75%;
}
.world_map .hawaii {
  top: 159px;
  left: 65%;
}
.world_map .oceania {
  top: 200px;
  left: 75%;
}
.world_map .other {
  top: 230px;
  left: 5%;
}
.world_map .shanghaiDisney {
  top: 263px;
  left: 5%;
}

.world_map .popup-modal {
  background-color: #2896c7;
  padding: 1px 16px 1px 8px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  border-radius: 3px;
}
.mfpInner {
    position: relative;
    margin: 10px auto;
    width: 460px;
    height: 380px;
    background-color: rgba(0,0,0,0.7);
  padding: 50px;
}
.mfpInner .areaName {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #999;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    text-align: center;
}
.mfp-hide {
    display: none;
}
.mfpInner ul {
    float: left;
    width: 33.333%;
}
.mfpInner .areaList li {
  font-size: 14px;
  font-weight: normal;
  margin-bottom:5px;
  color:#fff;
}
.mfpInner .areaList li span {
    color: #000;
    font-weight: bold;
    background: rgb(180, 180, 180);
    font-size: 12px;
    padding: 0 3px;
    margin-bottom: 2px;
    display: inline-block;
}

/* 国内TOP */
.otherArea{background:#fff;padding:3rem;margin:2rem 0;}
.otherArea .ttl{
  font-size: 1.4rem;
  margin-bottom:1rem;
  font-weight: bold;
  text-align: center;
}
.otherArea dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 10px;
    font-size: 90%;
    width: 100%;
}
.otherArea dt {
  background: #3a77c7;
  color: #fff;
  padding: 5px 10px;
  border-radius: 25px;
  width: 95px;
  text-align: center;
}
.otherArea dd {
  width: calc(100% - 95px - 2rem);
  margin: 0 auto;
  line-height: 2;
}
.otherArea dd a {
  color: #333;
  margin: 0 4px 0 0;
  text-decoration: underline;
}
.bnr_4 li{
  width:calc(100% / 2 - 1rem);
  margin-bottom:1rem;
}
.bnr_4 li img{width:100%;}

/* =======================================

	@ おすすめ・テーマ・目的から選ぶ

========================================== */

.osusumeTheme{width:1200px;margin:0 auto;padding:3rem 0;}
.osusumeTheme img{width:100%;height:100%;}

.bnrInr{
	margin:5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bnrInr2{
    margin:5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bnrInr a,.bnrInr2 a{
	overflow: hidden;
	position:relative;
	display:block;
	font-size:0;
}
.bnrInr a:hover,.bnrInr2 a:hover{opacity:1;}
.bnrInr a .on,.bnrInr2 a .on {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.76);
    transition-duration: 0.3s;
}
.bnrInr a:hover .on,.bnrInr2 a:hover .on {opacity:1;}
.bnrInr .txt,.bnrInr2 .txt {
	font-size:14px;
	color:#fff;
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 10px;
	width:90%;
	box-sizing: border-box;
}
.bnrInr .txt .ttl,.bnrInr2 .txt .ttl{
	display: block;
    font-weight: bold;
    font-size: 115%;
    padding-bottom:10px;
}
.bnrInr .txt .ttl2, .bnrInr2 .txt .ttl2 {
    padding: 10px 0 0;
    font-size: 90%;
    display: block;
    border-top: 1px solid #fff;
    line-height: 1.5;
}
.bnrInr img,.bnrInr2 img{transition-duration: 0.3s;}

.bnrInr a:hover img,.bnrInr2 a:hover img{
	transform: scale(1.2);
	transition-duration: 0.6s;
}

.bnrInr div.left{
    width: 410px;
    border-right: 4px solid #fff;
}
.bnrInr2 div.right{
    width: 410px;
}

.bnrInr div:nth-of-type(2),.bnrInr2 div.left{
	width:786px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bnrInr div:nth-of-type(2) a, .bnrInr2 div:nth-of-type(1) a {
    width: 192px;
    height: 203px;
}
.bnrInr div:nth-of-type(2) a:nth-of-type(1),.bnrInr div:nth-of-type(2) a:nth-of-type(2),.bnrInr div:nth-of-type(2) a:nth-of-type(3),.bnrInr div:nth-of-type(2) a:nth-of-type(4),.bnrInr2 div:nth-of-type(1) a:nth-of-type(1),.bnrInr2 div:nth-of-type(1) a:nth-of-type(2),.bnrInr2 div:nth-of-type(1) a:nth-of-type(3),.bnrInr2 div:nth-of-type(1) a:nth-of-type(4){
    border-bottom:4px solid #fff;
}
.bnrInr div:nth-of-type(2) a:nth-of-type(4),.bnrInr div:nth-of-type(2) a:nth-of-type(8){border-left:4px solid #fff;}
.bnrInr div:nth-of-type(2) a:nth-of-type(2),.bnrInr div:nth-of-type(2) a:nth-of-type(6),.bnrInr2 div:nth-of-type(1) a:nth-of-type(2),.bnrInr2 div:nth-of-type(1) a:nth-of-type(6),.bnrInr2 div:nth-of-type(1) a:nth-of-type(4),.bnrInr2 div:nth-of-type(1) a:nth-of-type(8){
    border-left:4px solid #fff;
    border-right:4px solid #fff;
}
#otMoreBtn{display:none;}

/* ======================================
  @ World
============================================= */

.world_ttl{text-align:center;padding: 2rem 0;}
.world_ttl span{display:block;}
.world_ttl span:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: bold;
}
.world_ttl span:nth-of-type(1)::before{content:"＼";margin-right:1rem;}
.world_ttl span:nth-of-type(1)::after{content:"／";margin-left:1rem;}
.world_ttl span:nth-of-type(2){
  font-size:.9rem;
}
.depWrap{margin-bottom:4rem;padding-top: 4rem;}
.depWrap ul{width:var(--mw);margin:0 auto;}
.depWrap li{width:calc(100% / 5 - 1rem);}
.depWrap li a {
    position:relative;
    display: block;
    text-align: center;
    background: linear-gradient(135deg, #88b5d3 55%,#2896c7 55%);
    color: #fff;
    text-shadow: 0px 0px 3px #876521;
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 4px;
}
.depWrap li a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left:1rem;
}
.kaigai-wrap .areaWrap__list{width:var(--mw);margin:0 auto;}
.kaigai-wrap .areaWrap__list li{
  width:calc(100% / 3 - 1rem);
}

.brandWrap{width:var(--mw);margin:0 auto;}
.brandWrap ul{justify-content:center;}
.brandWrap li{
  width:calc(100% / 4 - 1rem);
  text-align:center;
  padding: 1rem;
}
.brandWrap li:nth-of-type(2) {
  margin: 0 1rem;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.brandWrap li b{color: #2896c7;display:block;}
.brandWrap li span{font-size: .9rem;}

.kaigai-wrap .magWrap{padding:2rem 0 4rem;margin:3rem 0;}
.kaigai-wrap .magWrap img{height:140px;}
.kaigai-wrap .magWrap ul{width:var(--mw);margin:0 auto;}
.kaigai-wrap .magWrap li{
  width: 18%;
  margin: 0 5px;
}
.kaigai-wrap .magWrap li b{
  display: block;
  width: 6rem;
  background: #333;
  color: #fff;
  text-align: center;
  margin: 0.5rem 0;
}
.kaigai-wrap .magWrap li span{font-size:.9rem;}

.serviceWrap{padding-bottom:4rem;}
.serviceWrap ul{width:var(--mw);margin:0 auto;}
.serviceWrap li {
  margin-right: 1rem;
  width: calc(100% / 3 - 1rem);
  background: #eee;
  border-radius: 6px;
  text-align: center;
  padding: 1rem;
}
.serviceWrap li:nth-of-type(1),.serviceWrap li:nth-of-type(2){padding:3rem 1rem;}
.serviceWrap li:last-of-type{margin-right:0;}
.serviceWrap li i{font-size:2rem;margin-bottom:.5rem;}
.serviceWrap li b{display:block;margin-bottom:.5rem;}
.serviceWrap li span{font-size:.9rem;}

.travelWrap{
  width: var(--mw);
  margin: 0 auto;
  text-align: center;
}
.travelWrap .world_ttl{padding: 3rem 0 0;}
.travelWrap ul {
    justify-content: center;
    padding: 2rem 0 3rem;
}
.travelWrap li{
  width:calc(100% / 4 - 1rem);
  text-align:center;
  padding: 1rem;
}
.travelWrap li:nth-of-type(2) {
  margin: 0 1rem;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.travelWrap li i{font-size:2rem;}
.travelWrap li b{color: #333;display:block;}
.travelWrap li span{font-size: .9rem;}

.kaigai-wrap .voiceAreaCheck{
  flex-wrap:wrap;
}
.kaigai-wrap .supWrap{padding-top:1rem;padding: 1rem 0 4rem;}

.kaigai-wrap .sw__dwBtn{width: 200px;}
.kaigai-wrap .sw__dwBtn li{padding: 2rem 0;}
.kaigai-wrap .sw__dwWrap {
    width: calc(100% - 200px);
}
.kaigai-wrap .docoTtl{display:none;}

/* SearchBox */
.iLeft{padding-right:1rem;}
.iLeft li{list-style-type: none;}
.iLeft dt {
    margin-bottom: 5px;
}
.docoWrap .required {
    font-size: 11px;
    width: 34px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background-color: #ff4000;
    margin-left: 2px;
    display: inline-block;
}
.iLeft select,.iRight select {
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    appearance: button;
    width:100%;
    display:block;
    font-size: 12px;
    color: #333;
    padding: 10px;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-radius: 3px;
    background-image: url(/upload/tenant_1/select_mark001.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.iLeft input[type=text],.iRight input[type=text]{
    -moz-appearance: none;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    font-size: 12px;
    color: #333;
    padding: 10px;
    display:block;
    width:100%;
    border: 1px solid #bfbfbf;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    top: 1px;
}
.iLeft input.datepicker {
    background-image: url(/upload/tenant_1/calender001.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    top: 0;
}
.iLeft .wdp_date dl,.iLeft .wdp_air dl{width:calc(100% / 2 - .5rem);}
.iLeft .wdp_area li{width:calc(100% / 3 - .5rem);}

.wdp_pax dl,.wdp_room dl{
  width:calc(100% / 3 - .5rem);
}
.wdp_pax dt,.wdp_room dt{
  font-size: .8rem;
  color: #666;
}
.docoWrap.wdp{width:800px;}
.docoWrap.wair{width: 800px;}
.docoWrap .note{font-size:.8rem;}
.wair_departure{width:60%;}
.wair_area li{width:calc(100% / 3 - .5rem);}
.wair_pax dl{width:calc(100% / 3 - .5rem);}
.wair_pax dt{font-size:.8rem;}
.wair_air dl,.wair_date dl{width:calc(100% / 2 - .5rem);}

.kaigai-wrap .searchWrap .inner{justify-content:center;}
.campBnrArea.gtop {
  width: 1200px;
  margin: 3rem auto;

}
.campBnrArea.gtop:has(.swiper-slide){
    margin: 3rem auto;
}

.gtop_bnr{
  margin: -4rem auto 5rem;
  width: 850px;
  box-shadow: 0 0 0px 2px #fff;
}

.domTOP .areaWrap__list a p{
  font-size: 86%;
  margin: 10px 0;
}

@media (max-width: 599px){
  .cmn-ttl{font-size:1.3rem;}
  .areaWrap__list li, .magWrap__list li{width:100%;}
  .nw_date {color: #666;}.nw_ttl,.newsWrap-li li div{width:100%;}
  .newsWrap-li .nw_cat{font-size:80%;}
  .nw_rmBtn {margin: 0.5rem 0 3rem;}
  .magWrap__list .txt{display:none;}.magWrap__list a img{height:140px;}
  .hmList--li{width:90% !important;}.hmList--li:nth-of-type(2){margin:1rem 0;}
  .areaWrap__list, .magWrap__list {
      width: calc(100% / 2 - 0.5rem);
  }
  .voiceWrap li{width:60%;}
  .voiceAreaCheck{flex-wrap:wrap;margin-bottom:.5rem;}
  .voiceAreaCheck label{padding: 0.5em 0.5em 0.5em 3em;}
  .voiceAreaCheck label:before{top: 0.5em;}
  .voiceWrap .txt{font-size:.8rem;}
  .supList a {
      width: calc(100%/2 - 10px);
      margin: 0 0 10px;
  }
  .supList a:nth-of-type(2){margin:0 0 10px;}
  .otherWrap__list li {width: 90%;margin: 0 auto;}
  .otherWrap__list li:nth-of-type(2){margin:1rem auto;}
  .searchWrap .inner{width:95%;}
  .sw__dwBtn {
    width: 100%;
    margin-bottom:1rem;
    display: flex;
  }
  .sw__dwBtn li{
    width: 50%;
  }
  .sw__dwBtn li#swb__golf,.sw__dwBtn li#swb__diving{
    height: auto;
  }
  .searchWrap .left{width:100%;}
  .sw__dwWrap,.searchWrap .right{width:100%;}
  .sw__dwBtn li{width:100%;padding:1rem;}
  .searchWrap .sw__dwBtn li{
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 25%;
    border-bottom: none;
    border-right: solid 1px #c5c5c5;
  }
  .searchWrap .sw__dwBtn li:last-child{
    border-right:none;
  }
  .sw__dwBtn li#swb__dom, .sw__dwBtn li#swb__world,.sw__dwBtn li#swb__golf, .sw__dwBtn li#swb__diving{
    padding: 1rem 0 1rem 0 ;
  }
  .sw__worldL{
    width: 100%;
    padding: 1rem;
  }
  .world_map{display:none;width:95%;margin:0 auto;}
  .mfpInner {
    width: 95%;
    padding: 40px 20px;
  }
  .wm_cls{margin-right:0;}
  #sw__world .docoWrap.top {
    height: 459px;
  }
  .block-type-01 {padding-bottom: 2rem;}
  .areaWrap {padding: 1rem 0 2rem;}
  .newsWrap {padding-bottom: 1rem;}
  .magWrap__col2 {
    margin-bottom: 2rem;
  }  
  .depWrap {margin-bottom: 2rem;padding-top: 2rem;}
  .depWrap ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
  }  
  .depWrap li {
    width: calc(100% / 2 - 0.5rem);
    margin-bottom: 1rem;
  }  
  .world_ttl span:nth-of-type(1) {
      font-size: 1.2rem;
      font-weight: bold;
  }  
  .kaigai-wrap .areaWrap__list {
      width: 100%;
      padding: 0 1rem;
  }  
  .kaigai-wrap .areaWrap__list li {
      width: calc(100% / 2 - 0.5rem);
      margin-bottom: 0.5rem;
  }
  .kaigai-wrap .areaWrap__list a b{margin-top:.5rem;}
  .brandWrap {
      width: 100%;
      padding: 0 1rem;
  }
  .brandWrap li {
      width: 100%;
      text-align: left;
      padding: 0 0 1rem;
  }  
  .brandWrap li:nth-of-type(2) {
      margin: 0 0 1rem;
      padding: 1rem 0;
      border: none;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
  }
  .kaigai-wrap .magWrap ul {
      width: 100%;
      padding: 0 1rem;
  }  
  .kaigai-wrap .magWrap li {width: calc(100%/ 2 - 0.5rem); margin-bottom:1rem;}
  .kaigai-wrap .magWrap li b {
    width: 5rem;
    font-size: 0.8rem;
  }  
  .kaigai-wrap .magWrap li span {
      font-size: .8rem;
  }
  .serviceWrap ul {
    width: 100%;
    padding: 0 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .serviceWrap li{width: calc(100% / 2 - 0.5rem);padding: 1rem !important;margin-right:0;margin-bottom:1rem;}
  .serviceWrap li b{font-size:.9rem;}
  .serviceWrap li span {font-size: .8rem;}
  .travelWrap {
      width: 100%;
      padding: 0 1rem;
  }
  .travelWrap .txt{font-size:.9rem;}
  .travelWrap li {
      width: 100%;
      border-top: 1px solid #ccc;
      padding: 1rem;
  }
  .travelWrap li:nth-of-type(2) {
      margin: 0;
      border: none;
      border-top: 1px solid #ccc;
  }  
  #swb__world_dp,#swb__world_air{display:none;}
  .kaigai-wrap .sw__dwBtn {
      width: 100%;
  }
  .kaigai-wrap .sw__dwBtn li {padding: 1rem 0;} 
  .kaigai-wrap .sw__dwWrap {
      width: 100%;
  }  

  .areaWrap__col2 .areaWrap__list li, .magWrap__col2 .magWrap__list li {
      width: 100%;
      height: auto;
  }  
  .newsWrap-li li a span {font-size: 80%;}  
  .magWrap__col2 .magWrap__list {
      width: calc(100% / 2 - 0.5rem);
  }
  .magWrap__list b {
    padding: 0.5rem 1rem 0.5rem 1rem;
  }  
  .oth__od p {
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.8;
  }
  #sw__dom .docoWrap.top {height: 810px;} 
  #sw__golf .docoWrap, #sw__diving .docoWrap{
    width: 100%;
    height: auto;
  }
  #sw__world .docoWrap {width: 100%;}
  .gtop_bnr {
      margin: 0 auto 2rem;
      width: 90%;
  }
  .campBnrArea.gtop {
      width: auto;
      margin: 1rem 1rem 3rem;
  }
  .wld_ttl {
      font-size: 180%;
      margin-top: 0;
  }
  .domTOP .areaWrap__list{width:100%;}
  .domTOP .areaWrap__list li{
      width: calc(100% / 2 - 0.5rem);
  }  
  .otherArea dl{display:block;}
  .otherArea{padding:1rem;}
  .otherArea dt {
      border-radius: 0;
      width: 100%;
  }
  .otherArea dd {
      width: 100%;
      margin: 1rem auto;
  }
  .bnr_4 ul{display:block;}.bnr_4 li{width:100%;}
  .osusumeTheme{width:100%;padding: 0;}
  .osusumeTheme .left, .osusumeTheme .right {
      float: inherit;
  }
.bnrInr div.left, .bnrInr div.right {
    width: 100%;
    display: block;
    border-right:none;
}
.bnrInr a img, .bnrInr2 a img {
    width: 30%;
    height: 80px;
}
.bnrInr div:nth-of-type(2) a, .bnrInr2 div:nth-of-type(1) a {
    width: 100%;
    height: inherit;
}
.bnrInr, .bnrInr2 {
    padding: 0 1rem;
}
  .bnrInr a, .bnrInr2 a {
      overflow: hidden;
      position: relative;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 10px 0;
  } 
.bnrInr a div.on, .bnrInr2 a div.on {
    width: calc(100% - 35%);
    position: inherit;
    opacity: 1;
    top: inherit;
    left: inherit;
    background: transparent;
}
.bnrInr .txt, .bnrInr2 .txt{
position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: 100%;
    color: #333;
    padding:0;
}
.bnrInr .txt .ttl, .bnrInr2 .txt .ttl {
    font-weight: bold;
    display: block;
    font-size: 125%;
    color: #333;
}
.bnrInr .txt .ttl2, .bnrInr2 .txt .ttl2 {
    display: block;
    color: #555;
    margin: 0;
    border-top: none;
}
.bnrInr div:nth-of-type(2) a:nth-of-type(1), .bnrInr div:nth-of-type(2) a:nth-of-type(2), .bnrInr div:nth-of-type(2) a:nth-of-type(3), .bnrInr div:nth-of-type(2) a:nth-of-type(4), .bnrInr2 div:nth-of-type(1) a:nth-of-type(1), .bnrInr2 div:nth-of-type(1) a:nth-of-type(2), .bnrInr2 div:nth-of-type(1) a:nth-of-type(3), .bnrInr2 div:nth-of-type(1) a:nth-of-type(4){
  border:none;
}
.bnrInr div:nth-of-type(2) a:nth-of-type(2), .bnrInr div:nth-of-type(2) a:nth-of-type(6), .bnrInr2 div:nth-of-type(1) a:nth-of-type(2), .bnrInr2 div:nth-of-type(1) a:nth-of-type(6), .bnrInr2 div:nth-of-type(1) a:nth-of-type(4), .bnrInr2 div:nth-of-type(1) a:nth-of-type(8){
  border:none;
}
.bnrInr div.right a{display:none;}
.bnrInr div.left{display:none;}
.bnrInr div.right a:nth-of-type(1),.bnrInr div.right a:nth-of-type(2),.bnrInr div.right a:nth-of-type(3){display:flex;}
  
}
.docoBtnList li.season_cal input{font-size:14px;}

/* 検索窓の高さ揃える */
.sw__dom_inner,
.sw__dom_inner .pic,
#sw__dom .sw__dom_inner .docoWrap,
.sw__world_inner,
#sw__world .sw__world_inner .docoWrap,
.sw__golf_inner,
#sw__golf .docoWrap,
.sw__diving_inner,
#sw__diving .docoWrap,
.tourSearch{
  height: 100%;
}
#sw__dom .docoWrap {
    height: 570px;
}
@media (max-width: 599px){
  #sw__dom .sw__dom_inner .docoWrap{
    height: 810px;
  }
  #sw__dom .docoWrap.top.acd {
      height: 980px;
  }
  
}


/* Right */
.right .right__add--sp {
    width: 400px;
    margin-left: 80px;
    margin-top: -70px;
    padding-bottom: 120px;
}
.nenmatsu .right__add--sp{
    width: 450px;
    margin-left: 0;
}
.peach .right__add {
    width: 500px;
}
.peach .right__add img {
  margin-bottom: 30px;
}
.right .ra__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.right .ra__box a {
    background: url(/upload/tenant_1/hatsuyume2024_bg_medama.webp) no-repeat;
    width: calc(100% / 2 - 10px);
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 20px 15px;
    border-radius: 20px;
    display: block !important;
}
.right .ra__area {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #fff;
    background: #333;
    text-shadow: none;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 4px 0;
}
.right .ra__btn {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
    width: 100%;
    border-radius: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    box-shadow: 0px 0px 0px 2px #ffffff94;
    font-weight: bold;
}

.right .kaigaiSearch .box{
  margin-bottom: 300px;
}
.right .ra__price {
    display: flex;
    font-size: 25px;
    border-top: 1px solid #fff;
    padding-top: 0;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.rightWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rightWrap .wld_ttl{
  width: 100%;
}
#sw__world .rightWrap .docoWrap{
  width: 488px;
}

@media (max-width: 599px) {
  .rightWrap .wld_ttl{display: none;}
  .kaigaiAreaBox .areaBox__list {
    display: block;
  }
  .right .kaigaiSearch .box .tabBtn{order:2;}
  .right .kaigaiSearch .box .tabBody{order:3;}
  .right__add--sp {
      order: 1;
      width: 100%;
      /* margin: 0 0 40px 0; */
  }
  .right .kaigaiSearch .box {
      margin-bottom: 30px;
  }  
.right .ra__price {
    font-size: 18px;
}
 .right .right__add--sp{
   order:1;
 }
.right .right__add--sp {
    order: 1;
    width: 100%;
    margin: 0;
  padding-bottom: 0;
}
#sw__world .rightWrap .docoWrap {
    width: 100%;
    order: 3;
    margin-top:30px;
}

}
.right .ra__price::after {
    content: "\5186\301C";
}

/* 上部告知バナー */
.gtop_topBnr{
  background-color:#ffeb0a;
}
.gtop_topBnr .inner{
  max-width: 900px;
}
.pcOnry{
  display: block;
}
.spOnry{
  display: none;
}
@media (max-width: 768px) {
  .pcOnry{
    display: none;
  }
  .spOnry{
    display: block;
  }
}

/* h1タグSEO対策 */
@media (max-width: 768px){
  .mainImgBlock .at__inr{
    position: absolute;
    top: 0;
    z-index: 10;
    background: none;
    padding: 18px;
  }
  .mainImgBlock .at__inr h1{
    font-size: 18px;
    text-align: center;
  }
  .searchWrap .right__add--sp img{
    margin: 30px 0 0;
  }
}




.campBnrArea.gtop ul {
   /* width: var(--mw); */
    margin: 0 auto;
}

.campBnrArea.gtop ul li {
  width: calc(100% / 3 - 1rem);
    background: #eee;
    border-radius: 6px;
    text-align: center;
    margin: .5rem;
}

@media (max-width: 599px) {
    .campBnrArea.gtop ul {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .campBnrArea.gtop ul li {
        width: calc(100% / 2 - 0.5rem);
        margin-right: 0;
    }
}




/* 見積り */
.contactSct_txt {
      position: relative;
    z-index: 1;
    padding: 15px 5%;
    color: #fff;
    background: #3582c0;
}

.contactSct_ttl {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: .06em;
    font-weight: bold;
}

.contactSct_ttl span {
    position: relative;
    display: inline;
}

.contactSct_ttl span:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #ebf3f9;
}

.contactSct_copy {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 7px;
}

.contactSct_content {
    line-height: 1.8;
    margin-bottom: 32px;
}

.contactSct_telArea {
    overflow: hidden;
    margin-bottom: 20px;
}

.contactSct_telTtl {
    font-size: 14px;
    font-weight: bold;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    letter-spacing: .1em;
    border: 1px solid #fff;
    border-radius: 50%;
}

.contactSct_tel {
    padding: 5px 0 0 15px;
    width: calc(100% - 80px);
}

.contactSct_telNum {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

a[href^=tel] {
    text-decoration: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

.contactSct_telTime {
    font-size: 1.3rem;
    line-height: 1.5;
}

.btn-contact {
    width: 100%;
}

.btn-contact .btn_target {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    height: auto;
    padding: 22px 30px;
    text-align: left;
    color: #3581c0;
    border-color: #fff200;
    border-radius: 4px;
    background: #fff200;
    margin: 5px;
    display: block;
    text-decoration: none;
}

.btn-contact_note {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-top: 7px;
}

.btn-contact a:after {
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    height: 1em;
    margin: auto;
}


@media (max-width: 599px){
      .contactSct_ttl {
        font-size: 12px;
        margin-bottom: 32px;
    }
        .contactSct_copy {
        font-size: 20px;
    }
        .contactSct_content {
        margin-bottom: 24px;
    }
        .contactSct_telArea {
        margin-bottom: 18px;
    }
        .contactSct_telTtl {
        font-size: inherit;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
        .contactSct_tel {
        width: calc(100% - 60px);
    }
        .contactSct_telNum {
        font-size: 24px;
    }
        .contactSct_telNum .tel {
        display: block;
    }
        .contactSct_telTime {
        font-size: 10px;
    }
        .contactSct_btnArea {
        width: 100%;
    }
        .btn-contact {
        max-width: 100%;
    }
        .btn-contact .btn_target {
        font-size: 15px;
        padding: 16px 38px 16px 18px;
    }
        .btn-contact_note {
        font-size: 11px;
    }
}
