﻿/*
font-family: "Noto Sans JP", sans-serif;
font-family: "Dynalight", cursive;
*/
/*******************************************************************************
title
********************************************************************************/
#title{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    z-index: 0;
    background-color: #f5f8fd;
}
.title_bg{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    width: 100%;
    overflow: hidden;
}
.title_bg img{
    width: 100%;
}
.titleLeft{
    flex-basis: 50%;
    max-width: 50%;
    padding: 3%;
    text-align: center;
}
.titleLeft #title_sub{
    display: inline-block;
    background-color: #DA232E;
    color: #FFF;
    padding: 0.2em 2em;
    border-radius: 2em;
    font-size: 1.2em;
}
.titleLeft h1{
    font-size: 2.8em;
    line-height: 1.2;
    font-weight: 900;
    color: #FFF;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    margin: 0.4em 0;
}
.titleLeft h1 a,
.titleLeft h1 a:hover{
    color: #FFF;
}
.titleLeft h1 strong{
    position: relative;
    display: inline-block;
    font-size: 2.9em;
    font-weight: 900;
}
.titleLeft h1 strong::before{
    content: "Okinawa";
    display: inline-block;
    color: #FFFF00;
    font-weight: normal;
    font-family: "Dynalight", serif ;
    font-size: 0.4em;
    position: absolute;
    left: -0.6em;
    top: -0.3em;
    transform: rotate(-15deg);
}
.titleRight{
    flex-basis: 50%;
    max-width: 50%;
    padding: 3% 0 3%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.titleRight h2{
    position: relative;
    color: #FFF;
    font-size: 3em;
    line-height: 1.4;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    z-index: 0;
    padding: 0 0.2em;
}
.titleRight h2::before{
    margin-bottom: -0.2em;
    content: "";
    display: block;
    width: 100%;
    height: 1.3em;
    background: url("../img/title_sub_icon.png") no-repeat center top;
    background-size: contain;
    text-align: center;
}
.titleRight h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2em;
  width: 100%;
  height: 15px;
  background: -webkit-repeating-linear-gradient(-45deg, #FFFF00, #FFFF00 4px, rgba(255,255,255,0.5) 4px, rgba(255,255,255,0.5) 8px);
  background: repeating-linear-gradient(-45deg, #FFFF00, #FFFF00 4px, rgba(255,255,255,0.5) 4px,rgba(255,255,255,0.5) 8px);
  transform: rotate(-1.5deg);
  z-index: -1;
}





/*--1200px以下------------------------------------*/
@media only screen and (max-width: 1200px) {
.titleLeft #title_sub{
    font-size: 1.4vw;}
.titleLeft h1{
    font-size: 3.4vw;
}
.titleRight h2{
    font-size: 4.4vw;
}
.title_bg img{
    width: 120%;
}


}
/*--840px以下 検索ガジェット調整------------------------------------*/
@media only screen and (max-width: 840px) {
.titleLeft{
    flex-basis: 110%;
    max-width: 110%;
    margin: 0 -5%;
    padding-bottom: 0;
}
.titleLeft #title_sub{
    font-size: 3vw;}
.titleLeft h1{
    font-size: 6.7vw;
    margin-bottom: 0;
}
.titleRight{
    flex-basis: 110%;
    max-width: 110%;
    margin: 0 -5%;
    padding:0;
    position: relative;
    text-align: center;
}
.titleRight h2{
    text-align: center;
    margin: 0 auto;
    font-size: 7vw;
}
.titleRight h2::before{
    display: none;
}
.title_bg{
    top: 0;
    transform: translateX(-50%);
}
.title_bg img {
    width: 140%;
}
}
/*--460px以下------------------------------------*/
@media screen and (max-width: 460px)  {
.titleLeft {
    padding: 10vw 3% 0;
}
.titleLeft h1 + p{
    display: none;
}
}


/*******************************************************************************
map
********************************************************************************/
#hotl-map{
    position: relative;
    z-index: 0;
    max-width: 1104px;
    margin: 0 auto;
    padding: 5px;
    background-color: rgba(255,255,255,0.4);
    border: 1px solid #FFF;
}
#hotl-map::after{
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 100vw;
    height: 50%;
    background: #F5F8FD;
    background: linear-gradient(0deg, rgba(245, 248, 253, 1) 20%, rgba(245, 248, 253, 0) 100%);
    z-index: -1;
}
#hotl-map .mapButton{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#hotl-map .mapBg{
    background-color: rgba(255,255,255,0.4);
    border: 1px solid #FFF;
}
#hotl-map .mapBg img{
    width: 100%;
}
#hotl-map h3{
    position: absolute;
    left: -6px;
    top: 1em;
    background-color: #DA232E;
    padding: 1em 0.5em 1em 1em;
    color: #FFF;
}
#hotl-map h3 strong{
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #FFF;
    font-size: 1.4em;
    padding:0 0.5em 0 0;
}
#hotl-map h3 span{
    display: block;
    font-weight: 400;
    font-size: 0.8em;
}
#hotl-map h3::after {
    content: "";
    width: 1em;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: linear-gradient(to bottom left, transparent 50%,#DA232E 51%) no-repeat top left/100% 50%, linear-gradient(to top left, transparent 50%, #DA232E 51%) no-repeat bottom left/100% 50%;
}
#hotl-map h3::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: linear-gradient(to top right, transparent 50%, #ac1b24 50%) no-repeat bottom left/100% 100%;
}
.mapButton li{
    display: inline-block;
    position: absolute;
    transition: 0.2s;
}
.mapButton li:hover{
    transform: scale(1.2);
    transform-origin: center;
}

.mapButton li a{
    display: inline-block;
    padding: 0.3em 0.5em 0.3em 1em;
    background: #DDDCDB;
    background: linear-gradient(0deg, rgba(221, 220, 219, 1) 0%, rgba(255, 255, 255, 1) 50%);
    border: 1px solid #da232e;
    border-radius: 5px;
    outline-offset: 0px;
    outline: 2px solid rgba(210,35,46,0.2);

}
.mapButton li a::after{
    content: "＞";
    display: inline-block;
    margin-left: 0.5em;
    transform: rotate(90deg) scale(0.5,1);
}
.mapButton li a:hover{
    color: #FFF;
    background: #99020c;
    background: linear-gradient(0deg, rgba(153, 2, 12, 1) 0%, rgba(218, 35, 46, 1) 50%);
}
.mapButton li a:hover::after{
    color: #FFF;
}

.mapButton .btn-area01{ left: 51%; top: 75%;}
.mapButton .btn-area02{ left: 71%; top: 79%;}
.mapButton .btn-area03{ left: 51%; top: 55%;}
.mapButton .btn-area04{ left: 59%; top: 34%;}
.mapButton .btn-area05{ left: 80%; top: 48%;}
.mapButton .btn-area06{ right: 5%; top: 22%;}
.mapButton .btn-area07{ left:  7%; top: 44%;}
.mapButton .btn-area08{ left: 34%; top: 39%;}



/*--840px以下 検索ガジェット調整------------------------------------*/
@media only screen and (max-width: 840px) {
#hotl-map{
    margin-top: 15%;
}
#hotl-map h3{
    font-size: 2.8vw;
    z-index: 1;
}
#hotl-map .mapBg img{
    width: 200%;
    margin-left: -97%;
    margin-bottom: 3em;
}
#hotl-map .mapButton{

}
#hotl-map .hoteMaplWrap{
    position: relative;
    overflow: hidden;
    padding-bottom: 1px;
    z-index: 0;
}

.title_bg::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    width: 100vw;
    height: 50%;
    background: #F5F8FD;
    background: linear-gradient(0deg, rgba(245, 248, 253, 1) 20%, rgba(245, 248, 253, 0) 100%);
}
#hotl-map .mapButton::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 4em;
    border-bottom: 1px dashed #DDD;
}
#hotl-map::after{
    display: none;
}
.mapButton .btn-area01{ left: 2%; top: 61%;}
.mapButton .btn-area02{ left: 45%; top: 64%;}
.mapButton .btn-area03{ left:  2%; top: 44%}
.mapButton .btn-area04{ left: 15%; top: 28%;}
.mapButton .btn-area05{ left: 59%; top: 41%;}
.mapButton .btn-area06{ right: 5%; top: 22%;}
.mapButton .btn-area07{ left:  7%; bottom: 1em; top: auto;}
.mapButton .btn-area08{ left: 58%; bottom: 1em; top: auto;}



}






/*******************************************************************************
hotelList
********************************************************************************/
#hotelList{
    padding-top: 5%;
    padding-bottom: 10%;
    background-color: #f5f8fd;
}
.hotelWrap{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5%;
    background-color: rgba(255,255,255,0.5);
}
.hotelWrap h3{
    position: relative;
    flex-basis: 100%;
    padding: 0.5em 1em;
    font-weight: 600;
    border: 1px solid #CCC;
    background: #DDDCDB;
    background: linear-gradient(0deg, rgba(220, 220, 220, 1) 0%, rgba(250, 250, 250, 1) 60%, rgba(255, 255, 255, 1) 100%);
    z-index: 0;
    border-bottom: 3px solid #da232e;
}
.hotelWrap h3::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(255, 255, 255, 0.6) 2px, rgba(255, 255, 255, 0.6) 4px );
    z-index: 0;
}
.hotelWrap h3 strong{
    position:relative;
    z-index: 1;
    font-weight: 600;
    margin-right: 1em;
    font-size: 1.2em;
}
.hotelWrap h3 span{
    position:relative;
    z-index: 1;
    font-weight: 400;
    color: #da232e;
}
.hotelWrap [id^="webconnect-tour-"]{
    flex-basis: calc(100%/ 4 + 1px);
    max-width:  calc(100%/ 4 + 1px);
    border: 1px solid #CCC;
    background-color: #FFF;
    margin: 0 -1px -1px 0;
    position: relative;
    padding: 1em;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search__item{
    padding-bottom: 3em;
}

.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-img{
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-img img.landscape{
    height: 100%;
    width: auto;
}

.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-info{
    display: flex;
    flex-wrap: wrap;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-name{
    order: 1;
    font-weight: 600;
    line-height: 1.4;
    padding: 0.5em 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 3.8em;
}

.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-price-box{
    order: 3;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-price-box .fw-static-api-search-price-range{
    color: #C00;
    font-weight: 600;

}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-price-box .fw-static-api-search-price-num{
    font-size: 1.1em;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-price-box .fw-static-api-search-price-sub{
    font-size: 0.8em;
    color: 666;
}

.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-col{
    order: 2;
    font-size: 0.9em;
    color: #333;
    padding-bottom: 0.5em;
    margin-bottom: 0.2em;
    border-bottom: 1px dashed #CCC;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-btn{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-btn button{
    position: relative;
    background-color: transparent;
    padding: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-btn button span{
    display: none;
}
.hotelLink{
    display: block;
    position: absolute;
    z-index: 1;
    left: 1em;
    bottom: 16px;
    font-size: 16px;
    width:calc(50% - 1em);
}
.hotelLink a{
    display: block;
    padding: 0.2em 0.5em;
    border: 1px solid #da232e;
    text-align: center;
    color: #da232e;

}
.hotelLink a:hover{
    text-decoration: none;
    color: #da232e;
    opacity: 1;
}
.hotelLink:empty::before{
    content: "ホテル詳細";
    display: block;
    color: #FFF;
    text-align: center;
    border: 1px solid #DDD;
    padding: 0.2em 0;
    background-color: #DDD;
}

.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-col::before{
    content: "ツアーを検索";
    display: block;
    position: absolute;
    font-size: 16px;
    right: 1em;
    bottom: 16px;
    background-color: #da232e;
    border: 1px solid #da232e;
    color: #FFF;
    padding: 0.2em 0.5em;
    text-align: center;
    width:calc(50% - 1em);
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-col .city{
    position: absolute;
    left: 1.1em;
    top: 1.1em;
    padding: 0 0.5em;
    background-color: #fde3e4;
    color: #da232e;
}

/*--1200px以下------------------------------------*/
@media only screen and (max-width: 1200px) {
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-col::before,
.hotelLink a{
    font-size: 1.4vw;

}
}

/*--1000px以下------------------------------------*/
@media only screen and (max-width: 1000px) {
.hotelWrap [id^="webconnect-tour-"] {
    flex-basis: calc(100% / 3 + 1px);
    max-width: calc(100% / 3 + 1px);
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-col::before,
.hotelLink a{
    font-size: 1.8vw;
}
}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
.hotelWrap [id^="webconnect-tour-"] {
    flex-basis: calc(100% /2 + 1px);
    max-width: calc(100% / 2 + 1px);
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-col::before,
.hotelLink a{
    font-size: 16px;
}
}
/*--580px以下------------------------------------*/
@media screen and (max-width: 580px)  {
.hotelWrap [id^="webconnect-tour-"]{
    flex-basis: 100%;
    max-width: 100%;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-img{
    width: 36%;
    padding-top: 28%;
    position: absolute;
    left: 1em;
    top: 1em;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-img img{
    width: 110%;
    max-width: 110%;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-name{
    margin-left: 43%;
    min-height: 3.8em;
    font-size: 1.1em;
}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-failed{
    margin-left: 43%;
    min-height: 3.8em;
    font-size: 0.8em;
}
.hotelWrap [id^="webconnect-tour-"] #config_title:empty,
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-name:empty{
    display: none;
}


.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-col{

}
.hotelWrap [id^="webconnect-tour-"] .fw-static-api-search-price-box{
    order: 2;
    margin-left: 43%;
    margin-bottom: 1em;
    
}




}







