/* CSS top */
/********************************************************************************
	個別対応
********************************************************************************/
/*20240925東京メディア電話故障対応*/
/*#tokyo_media .sb-address::after{
    content: "現在国内旅行受付の電話が不通となっています。";
    display: inline-block;
    color: #CC0000;
}

/********************************************************************************
	officeMap
********************************************************************************/

#officeMap{
/*	min-height: 78vh;*/
	background-repeat: no-repeat, no-repeat;
	background-position: 10vw top, right bottom;
	position: relative;overflow: visible;
	background-color: rgba(255,255,255,0.8);
	margin-left: -2%;
	padding-left: 2%;
	padding-bottom: 10%;
	padding-top: 3em;

	
}
#officeMap:before{
	content: "";
	display: block;
	position:absolute;
	width: 50%;
	height: 50%;
	top: 0;
	right: 50vw;
	background: url("../img/bg01.png") no-repeat left top;
	background-size: 100% auto;
	z-index: -1;
}
/*
#officeMap:after{
	content: "";
	display: block;
	position:absolute;
	width: 50%;
	height: 50%;
	bottom: 0;
	left: 50vw;
	background: url("../img/bg02.png") no-repeat left bottom;
	background-size: 100% auto;
	z-index: -1;
}
*/
#officeMap:after{
	content: "";
	display: block;
	clear: both;
}

/*---------------------------------kokunai*/
#officeMap .mapbox_kokunai{
	float: left;
	width: 54%;
}
#officeMap .mapbox_kokunai .map{
	width: 100%;
	padding-top: 73%;
	background:url("../img/map_kokunai.png") no-repeat center top;
	background-size: 87% auto;
	position: relative;
}
#officeMap .mapbox_kokunai .map li{
	position: absolute;
}
#officeMap .mapbox_kokunai .map li a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0063cf;
	color: #FFF;
	border-radius: 5px;
	padding: 0.3em 1em;
	font-size: 1.1em;
}
#officeMap .mapbox_kokunai .map li a:hover{
	background-color: #268af7;
	transform: scale(1.2,1.2)
}
.map li.hokkaido{top: 12%; right: 48%;}
.map li.tohoku{top: 35%; left: 67%;}
.map li.kanto{top: 56%; left: 67%;}
.map li.chubu{top: 76%; left: 59%;}
.map li.kansai{top: 90%; left: 35%;}
.map li.chushikoku{top: 50%; right: 57%;}
.map li.kyushu{top: 85%; left: 0%;}

/*---------------------------------kaigai*/
#officeMap .mapbox_kaigai{
	float: left;
	width: 40%;
	margin-left: 6%;
}
#officeMap .mapbox_kaigai .map{
    background-image:url("../img/map_kaigai_point.png"),url("../img/map_kaigai.png");
    background-repeat: no-repeat;
    background-position: center top;
	background-size: 95% auto;
	padding-top: 60%;
	line-height: 1.2;
}
#officeMap .mapbox_kaigai .map li{
	display: inline-block;
	margin-right: 2em;
	font-size: 1em;
}
#officeMap .mapbox_kaigai .map li:before{
	content: "▲";
	transform: rotate(90deg);
	font-size: 0.5em;
	display: inline-block;
	line-height: 1;
	margin-right: 0.5em;
}

.sp_map_select{
	display: none;
}

#officeMap h2{
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 500;
	display: inline-block;
	border-bottom: 2px solid #0066cc;
	padding:0 0.5em;
	margin-bottom: 0.5em;
}
#officeMap .cargo{
	background-color: #EFEFEF;
	padding: 0.5% 1% 1%;
	float: left;
	width: 40%;
	margin-left: 4%;
	margin-top: 1em;
}
#officeMap .cargo h2{
	flex-basis: 100%;
	font-size: 1em;
	border-bottom: 0;
	padding: 0;
	font-weight: bold;
	margin: 0;
}
#officeMap .cargo img{
	width: 100%;
}
#officeMap .kokunai .map{
	
	
}

/*1000px以下対応--------------------------------*/
@media only screen and (max-width: 1000px) {
#officeMap{
	background-color: transparent;
	margin-left:0;
	padding-left: 0;
}
#officeMap:before,#officeMap:after{
	opacity: 0.2;
}
}
/*768px以下対応--------------------------------*/
@media only screen and (max-width: 768px) {
.container{
	font-size: 13px;
}
.sp_map_select{
	display: flex;
	justify-content: space-around;
	flex-basis: 100%;
	border-bottom: 2px solid #0066cc;
}
.sp_map_select li{
	flex-basis: 45%;
	max-width: 45%;
	text-align: center;
	border: 2px solid #0066cc;
	border-bottom: 0;
	padding: 0.3em 0;
	font-size: 1.2em;
	cursor: pointer;
}
.sp_map_select li.active{
	background-color: #0066cc;
	color: #FFF;
}
#officeMap .mapbox_kokunai{
	float: none;
	width: 100%;
	margin: 0 0 3em;
}
#officeMap .mapbox_kaigai{
	float: none;
	width: 100%;
	margin: 0 0 2em;
}
#officeMap .mapbox_kokunai h2,
#officeMap .mapbox_kaigai h2{display: none;}

#officeMap .cargo{
	float: none;
	width: 96%;
	margin: 0 auto;
    padding: 0.5% 2% 2%;
}
#officeMap .mapbox_kokunai .map{
	padding-top: 74%;
	
}
}
/********************************************************************************
	storeList
********************************************************************************/
#storeList{
	padding-top: 0;
	margin-bottom: 7em;

}
#storeList.category{
    min-height: 80vh;
}

#storeList h3{
	background-color: #5f9fd9;
	color: #FFF;
	font-size: 1.2em;
	padding: 0.3em 14px 0.2em;
	font-weight: normal;
}
.storeBox_wrap{
    margin-bottom: 6em;
}
/*リストの例---------------------------*/
.storeBox.example{
	background-color: #EFEFEF;
	color: #777777;
	text-align: center;
    min-height: 1em;
    padding: 0;
}
.storeBox.example p{
	padding: 0.3em 0;
	border-right: 1px solid #FFF;
}
.storeBox.example p:last-child{border-right: 0;}

.storeBox.example p:nth-child(1){flex-basis: 16em; max-width: 16em;}
.storeBox.example p:nth-child(2){flex-basis: calc(100% -35em); max-width: calc(100% -35em); flex-grow: 1;}
.storeBox.example p:nth-child(3){flex-basis: 19em; max-width: 19em;}

/*リスト本体------------------------------*/
.storeBox{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #CCC;
	line-height: 1.4;
    min-height: 6em;
    padding: 1em 0;
}
.storeBox:last-of-type{
    margin-bottom: 3em;
}
.storeBox a{color: #333;}
.storeBox dt{
	flex-basis: 16em;
	max-width: 16em;
}
.storeBox dd:nth-of-type(1){
	flex-basis: calc(100% - 35em);
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}
.storeBox dd:nth-of-type(2){
	flex-basis: 19em;
}
.storeBox dd > div{padding:0 0.3em;}
.storeBox dt h4{
	padding:0.3em;
    font-size: 1.1em;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}
.storeBox dt h4 a{
    position: relative;
    z-index: 0;
    display: inline-block;
}
.storeBox dt h4 a::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    z-index: -1;
    background-color: rgba(117,210,255,0.6);
    position: absolute;
    left: 0;
    bottom: -2px;
    
}
.storeBox dt h4 a:hover{
    color: #0099ff;
}
.storeBox .sb-address{
	flex-basis: 100%;
	flex-grow: 1;
}
.storeBox .sb-address br{
    display: none;
}
.storeBox .sb-address br:nth-of-type(1){display: block;}

.storeBox .sb-tel{
	flex-basis: 50%;
}
.storeBox .sb-mail{
	flex-basis: 50%;
}
.storeBox {line-height: 1.6;}
.storeBox .sb-tel p:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f095";
	display: inline-block;
	font-size: 0.9em;
	color: #5f9fd9;
	margin-right: 0.3em;
}
.storeBox .sb-mail p:before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0e0";
	display: inline-block;
	font-size: 0.9em;
	color: #5f9fd9;
	margin-right: 0.3em;
}

/*--------------------------------------*/
.featuricons{
	margin: 3px 0 0 0;
	padding-left: 0.8em;
	flex-basis: 100%;
    border-left: 1px dashed #CCC;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.featuricons li{
	margin: 0 3px 3px 0;
	font-size: 0.9em;
}
/*--------------------------------------to-info icon*/
.to-info{
    display: inline-block;
    margin: 5px 0;
}
.to-info a{
    font-size: 0.85em;
    border-radius: 1em;
    margin-left: 0.4em;
/*    background-color: #f55674;
    color: #FFF;*/
    padding: 0.2em 1em;
    border: 1px solid #f55674;
    color: #f55674;
}
.to-info a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f2d2";
	display: inline-block;
	color: #f55674;
	margin-left: 3px;
    font-size: 0.9em;
    line-height: 1;
    margin-top: -1px;
}
/*--------------------------------------to-moving icon*/
.to-moving{
    display: inline-block;
    margin: 5px 0;
}
.to-moving a{
    font-size: 0.85em;
    border-radius: 1em;
    margin-left: 0.4em;
/*    background-color: #f55674;
    color: #FFF;*/
    padding: 0.2em 1em;
    border: 1px solid #f55674;
    color: #f55674;
}
.to-moving a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f3c5";
	display: inline-block;
	color: #f55674;
	margin-left: 3px;
    font-size: 0.9em;
    line-height: 1;
    margin-top: -1px;
}






/*900px以下対応--------------------------------*/
@media only screen and (max-width: 900px) {
.storeBox.example{display: none;}
.storeBox .sb-address{
	flex-basis: 100%;
	max-width: 100%;
}
.storeBox .sb-tel,
.storeBox .sb-mail{
	flex-basis: 100%;
    max-width: 100%;
}

}
/*768px以下対応--------------------------------*/
@media only screen and (max-width: 768px) {
.storeBox {
	font-size: 1.2em;
}
.storeBox dt,.storeBox dd{
	flex-basis: 100%;
	max-width: 100%;
}
.storeBox dt h4{
	font-size: 1.1em;
	background-color: aliceblue;
	padding: 0.5em 0.7em;
}
.storeBox dd:nth-of-type(1),
.storeBox dd:nth-of-type(2) {
    flex-basis: 100%;
    max-width: 100%;
	padding:0.1em 0.5em 0.5em;
}
.storeBox .sb-tel p:before,
.storeBox .sb-mail p:before{
	font-size: 0.8em;
}


.featuricons{
    padding-left: 0;
    border: 0;
}


}



