/*******************************************************************************
  deptselect-yado
********************************************************************************/
[class^="deptselect"]::before {
    content: "\76EE\7684\5730\9078\629E";
}
.destname{
    display: inline-block;
}

/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
[class^="deptselect"] li{
    flex-basis: calc(100% / 6);
    max-width:  calc(100% / 6);
}
[class^="deptselect"] li:nth-child(-n+4){
    border-bottom: 1px solid #CCC;
    flex-basis: auto;
    max-width:none;
    flex-grow: 1;
    min-width: calc(100% / 5);
}

}
/*******************************************************************************
  reco_tour
********************************************************************************/
#reco_tour{
    background: url("../img/bg_paper01.jpg") repeat;
    margin-top: 2em;
    position: relative;
    z-index: 0;
}
.reco_box{
    background-color: #FFF;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.reco_box dt{
    position: relative;
}
.reco_box dt img{
    border-radius: 5px 5px 0 0 / 5px 5px 0 0 ;    
}
/*.reco_box dt::before{
    content: "";
    display: block;
    width: 4em;
    height: 4em;
    background: url("../img/img_corner.png") no-repeat right top;
    background-size: contain;
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
}
.reco_box dt::after{
    content: "";
    display: block;
    width: 4em;
    height: 4em;
    background: url("../img/img_corner.png") no-repeat right top;
    background-size: contain;
    position: absolute;
    left: -5px;
    bottom: -5px;
    transform: rotate(180deg);
    z-index: 1;
}*/
.reco_box dd{
    padding: .5em 1em 1em;
}
.reco_box h4{
    font-size: 1.3em;
	
}
.plan_area{
    position: static;
    left: auto;
    top: auto;
    color: #9B7300;
    display: block;
    width: auto;
    height: auto;
    background-color: transparent;
}
.plan_text{
    margin-top: 1em;
    color: #666;
    line-height: 1.6;
}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
#page-yado .reco_box dt{
    flex-basis: 48%;
    max-width:  48%;
}
#page-yado .reco_box dt img{
    width: 100%;
    height: auto;
}
#page-yado .reco_box dd{
    flex-basis: 48%;
    max-width:  48%;
    
}
#page-yado .reco_box dt{
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1.2em;
    padding-top: 67%;
    
}
#page-yado .reco_box dd{
    flex-basis: 100%;
    max-width: 100%;
}


}
/*******************************************************************************
  hotelList
********************************************************************************/
#hotelList{
    background: url("../img/bg_paper04.jpg");
}
.tab-content h2,.tab-content h3{
    display: none;
}

.pickup-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 3em;
}
.pickup-item{
    flex-basis: calc(100% / 3 - 2%);
    max-width:  calc(100% / 3 - 2%);
    margin-bottom: 1em;
    position: relative;
}
.pickup-item .photo{
    display: block;
    padding-top: 64%;
    position: relative;
    overflow: hidden;
}
.pickup-item .photo img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.pickup-item h4{
    font-size: 1.3em;
    line-height: 1.2;
    margin: 0.5em 0 0.3em;
}
.pickup-item .area{
    color: #9B7300;
    margin-bottom: 0.5em;
}
.pickup-item .detail{
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph; 
}

.pickup-item .btn{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.pickup-item .btn a{
    display: block;
    width: 100%;
    height: 100%;
    white-space:nowrap;
    text-indent: 100%;
    overflow: hidden;
}

/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
.pickup-item{
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #CCC;
}
.pickup-item .photo{
    float: left;
    width: 32%;
    margin-right: 3%;
    padding-top: 25.5vw;
}
.pickup-item li:nth-of-type(2),
.pickup-item li:nth-of-type(3){
    float: right;
    width: 65%;
}
.pickup-item li:nth-of-type(4){
    line-height: 1.4;
}
.pickup-item h4{
    margin-top: 0;
}
}

/*******************************************************************************
  hotelCalendar
********************************************************************************/
#hotelCalendar{
    background: url("../img/bg_paper01.jpg");
    padding-top: 3%;
    padding-bottom: 10%;
}
.forciaCalendarGadget{
    margin:0 0 2em;
    width: 100%;
}
.forciaCalendarGadget table.forciaCalendarGadgetTable{
    font-size: 1.1em;

}
.forciaCalendarGadget table.forciaCalendarGadgetTable th.days{
    width: 3.9em; /*gw以外*/
/*	width: 5em;/*gw*/
}
.forciaCalendarGadget table.forciaCalendarGadgetTable tr td.title a{
    color: #000;
}
.forciaCalendarGadget table.forciaCalendarGadgetTable th.title{
    border-left: 5px solid #ee7d7b;
    font-family: 'Noto Sans JP','メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック',sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}
.forciaCalendarGadget_dataversion::before{
	content: "※宿泊可能な施設数を表示しています。";
	margin-right: .5em;			
}
.forciaCalendarGadget_dataversion{color: #000; text-align: right;}
.forciaCalendarGadget table.forciaCalendarGadgetTable th.days {
    width: 3.5em !important;
}
/*******************************************************************************
  searchGadget
********************************************************************************/
.searchGadget_select.yado{
/*    display: none;*/
}
.Gadget_wrap{
/*    border-top: 7px solid #CF0000;*/
}
.f-search-panel.is-myado{
    background-color: transparent;
}
.f-search-panel.is-myado .f-search-btn{
    background-color: #CF0000;
    
}



.map_bg_hover img {display: none;}
/*調整*/
img {
	width: auto;
}
/*******************************************************************************
  theme
********************************************************************************/
#theme img{width: 100%;}
#theme ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#theme ul li{
	width: calc( 100% / 4 - .5em);
	margin-bottom: .7em;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
#theme ul li img {
	height: auto;
	transition: transform .6s ease;
}
#theme ul li:hover img {
	transform: scale(1.1);
}
#theme ul li span {
 	align-items: center;
	color: #252526;
	font-weight: 900;
	font-size:min(1.7vw,1.3em);
	display: flex;
	justify-content: center;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
	background: rgba(255,255,255,0.30);
/*	background:linear-gradient(-28deg, rgba(0,28,247,0.30) 50%, rgba(0,28,247,0) 50%);*/
}
#theme ul li span:hover {
	background: none;
}
/*--737px以下------------------------------------*/
@media screen and (max-width: 737px)  {
#theme ul li{	width: calc( 100% / 2 - .5em);}
#theme ul li span{	font-size: 3.5vw;}
}







