@charset "Shift_JIS";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px;}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; line-height:1.3em;}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; line-height:1.3em;}
.t22b { font-size: 22px; line-height:1.3em;}

ul{list-style:none;}

main img {
    width: 100%;
    height: auto;
}

/*ガシェット色調整*/
.search_kaigaiBar .serchBox.kaigaiS > ul li {background: #99cceb;}
.search_kaigaiBar .serchBox.kaigaiS > ul li.select {background: #42b0f5;}
.search_kaigaiBar .serchBox.kaigaiS > ul {border-bottom: 2px solid #42b0f5;}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.spnone{display:none;}
	
main,
#dirPathBlock,
#anchorLinkBlock {width: 100%;}

#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
}
#dirPathBlock p {width: max-content;}
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
}
#dirPathBlock p,
#anchorLinkBlock a {font-size: 10px;}	
	
h1{
	text-align: center;
    padding: 10px 0;
    font-size: 22px;
    color: #333;
}
main img {
	width: 100%;
	height:auto;
}

.inner{
    margin: 0 10px 40px;
}

#explain{
	padding:10px;
	font-size: 14px;
}	

#Wrap h2{
	text-align: center;
    padding: 10px 0;
    font-size: 22px;
    color: #333;
}

#Wrap h2 span{
	font-size: 16px;
}	
	
p.point{
    text-align: center;
    font-size: 15px;
    padding-bottom: 15px;
}	
	
/*------------------------------
list item
------------------------------*/
#list table{
	width: 100%;
	border-left:1px solid #c3c3c3;
	border-top:1px solid #c3c3c3;
	font-size:1em;
	box-sizing: border-box;
}
#list table td{
	padding:5px;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	font-size:14px;
}
#list table .cell01{
	width:15px;
	text-align:center;
	background:#E6F0FF;
}
#list table .cell01 p.tate{
	display:block;
	margin:0 auto;
	padding:0;
	width:18px;
	overflow:hidden;
}
#list table #cell02{
	width:20%;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell03{
	width:62%;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell04{
	width:10%;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell05{
	width:50px;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell06{
	width:50px;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell07{
	width:10%;
	text-align:center;
	background:#E6F0FF;
}

td.midashi{
	background:url(../images/bn_title.gif) no-repeat;
	padding:12px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}	

#bnrbox{
	width: 96%;
    text-align: center;
    margin: 0 auto;
}
#bnrbox a img {
	clear: both;
    text-align: center;
    margin: 10px 0 0 0;
}
#bnrbox a img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}	

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 25px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
.scrollbox_wraper .scroll_left_btn {left: 0;}
.scrollbox_wraper .scroll_right_btn {right: 0;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_left_btn.non_scloll,
.scrollbox_wraper .scroll_right_btn.non_scloll {
	transition: 0.1s;
	display:none!important;
}
.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
	padding: 0 calc(calc(100% - calc(1040px / 4)) / 2);
}
.scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(1038px / 4) !important;
	margin: 0 5px !important;
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #c3c3c3;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
    display: grid;
    text-align: center;
    line-height: 1.2;
    padding: 10px 0;
    height: 38px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
	
#tripaBOX .scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
    line-height: 1.2;
    padding: 10px 0;
	height: 70px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
	text-align: left;
}	
.scrollbox_wraper .scrollbox > ul > li .txt {
	font-size: 14px;
    color: #333;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}

p.osusume_place{
	text-align: right;
    color: #333;
	padding: 5px 0;
}	
	
p.txt_rank{
	color: #333;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 102px;
	padding: 5px 0 10px;
    text-align: justify;
	line-height: 1.35;
    font-size: 14px;
}	
	
p.txt_price {
	text-align: center;
	padding-top: 10px;
}	
	
p.txt_price strong{
	text-align: center;
    color: #c22a39;
    font-size: 18px;
	font-weight: bold;
    padding: 5px 0 5px;	
}	
	
p.txt_price small{
	text-align: left;
    color: #333;
    font-size: 12px;
	font-weight: normal;	
    padding: 5px 0 5px;	
}	
	

/*@media print{
.printnone {display:none;}
}*/

/*.break { page-break-before: always; }*/
/*#bnr{
	text-align:center;
	margin:20px 0 0 0;
}
#Wrap{
	width: 100%;
}*/

.large-btn a{
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    background: #514640;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
}	

/*------------------------------
check
------------------------------*/
.checkfield{display: none;}
span.checkfield_text{
	padding-left: 39px;
	position: relative;
	font-size: 18px;
}
span.checkfield_text:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 20%;
	width: 24px;
	height: 24px;
	border: 1px solid #999;
	border-radius: 4px;
}
.checkfield:checked + span.checkfield_text:after{
	content: "";
    display: block;
    position: absolute;
    top: 11%;
    left: 40%;
    width: 5px;
    height: 12px;
    transform: rotate(40deg);
    border-bottom: 3px solid #222;
    border-right: 3px solid #222;
}

/*行きたい国から*/
main ul.area {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 4vw;
}
main ul.area li {width: calc(50% - 2vw);}
main ul.area a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
    padding-left: 1.5em;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
    border-radius: 6px;
    background-size: 102% auto !important;
    background-position: center center !important;
    font-size: 14px;
	box-sizing: border-box;
	font-weight: bold;
}
main ul.area a.k01 {background: url(../images/area_k01.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k02 {background: url(../images/area_k02.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k03 {background: url(../images/area_k03.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k04 {background: url(../images/area_k04.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k05 {background: url(../images/area_k05.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k06 {background: url(../images/area_k06.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k07 {background: url(../images/area_k07.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k08 {background: url(../images/area_k08.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k09 {background: url(../images/area_k09.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k10 {background: url(../images/area_k10.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k11 {background: url(../images/area_k11.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k12 {background: url(../images/area_k12.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k13 {background: url(../images/area_k13.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k14 {background: url(../images/area_k14.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k15 {background: url(../images/area_k15.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}

}

/*760px以上(PC)*/
@media screen and (min-width: 760px) {
.pcnone{display:none;}
	
main,
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	max-width:950px;
	min-width:760px;
	margin: auto;
	box-sizing: border-box;
}
h1{
	padding: 10px 0 20px;
    text-align: center;
    font-size: 25px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    color: #333;
}

.inner{
    margin-bottom: 60px;
}	

p.point{
	text-align: center;
    font-size: 15px;
    margin-bottom: 20px;	
}
	
#list table{
	border-left:1px solid #c3c3c3;
	border-top:1px solid #c3c3c3;
	font-size:1em;
}
#list table td{
	padding:5px;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	font-size:14px;
}
#list table .cell01{
	width:15px;
	text-align:center;
	background:#E6F0FF;
}
#list table .cell01 p.tate{
	display:block;
	margin:0 auto;
	padding:0;
	width:18px;
	overflow:hidden;
}
#list table #cell02{
	width: 20%;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell03{
	width:62%;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell04{
	width:10%;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell05{
	width:50px;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell06{
	width:50px;
	text-align:center;
	background:#E6F0FF;
}
#list table #cell07{
	width:8%;
	text-align:center;
	background:#E6F0FF;
}
	
td.midashi{
	background:url(../images/bn_title.gif) no-repeat;
	padding:12px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
}
	
#bnrbox {
    width: 60%;
    text-align: center;
    margin: 20px auto;
}
#bnrbox a img {
	clear:both;
	text-align:center;
	margin:20px 0 0 0;
}
#bnrbox a img:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}	
	
/*.kazu{width:100px;}*/
#Wrap h2{
	padding: 10px 0 20px;
    text-align: center;
    font-size: 25px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    color: #333;
}
	
#Wrap h2 span{
	font-size: 16px;
}	
	
.center{
	background:#E6F0FF;
	text-align:center;
}

a img:hover{opacity:0.8;}

#explain{
	text-align:center;
	padding:10px 0 10px 0;
}

@media print{
.printnone {display:none;}
}

.break { page-break-before: always; }
#bnr{
	text-align:center;
	margin:20px 0 0 0;
}
#Wrap{
	max-width: 950px;
	/*float:left;*/
	overflow:hidden;
}

.allLink li:hover,.allLink div:hover img{
	transition: 0.2s ;
	opacity: 0.7 ;
	cursor:pointer;
}
.allLink li:hover,.allLink div:hover dt{
	transition: 0.2s ;
	opacity: 0.7 ;
	cursor:pointer;
	text-decoration:underline;
}

.large-btn a{
    width: 620px;
    margin: 20px auto;
    padding: 20px;
    background: #514640;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
}	

/*------------------------------
scroll item
------------------------------*/
.scrollbox_wraper {
	margin-bottom: 15px;
	position: relative;
}
.scrollbox_wraper .scroll_left_btn,
.scrollbox_wraper .scroll_right_btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 32px);
    display: block;
    z-index: 1;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #888;
}
	
	
.scrollbox_wraper .scroll_left_btn {left: 10px;}
.scrollbox_wraper .scroll_right_btn {right: 10px;}
.scrollbox_wraper .scroll_left_btn:after,
.scrollbox_wraper .scroll_right_btn:after,
.scrollbox_wraper .scroll_left_btn:before,
.scrollbox_wraper .scroll_right_btn:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.scrollbox_wraper .scroll_left_btn:after {
	position: absolute;
	top: 16px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_right_btn:after {
	position: absolute;
	top: 16px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: top;
	transform-origin: top;
}
.scrollbox_wraper .scroll_left_btn:before {
	position: absolute;
	top: 7px;
	left: 11px;
    border-left: 2px solid;
    border-top: 10px solid;
	transform: rotate(45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}
.scrollbox_wraper .scroll_right_btn:before {
	position: absolute;
	top: 7px;
	right: 11px;
	border-left: 2px solid;
	border-top: 10px solid;
	transform: rotate(-45deg);
	-webkit-transform-origin-y: bottom;
	transform-origin: bottom;
}

.scrollbox_wraper .scrollbox {overflow-x: scroll!important;}
.scrollbox_wraper .scrollbox > ul {
    width: fit-content !important;
    display: flex !important;
    margin: 0 auto 15px !important;
}
.scrollbox_wraper .scrollbox > ul > li.sliderBox {
	width: calc(1170px / 4) !important;
    margin: 0 5px !important;
    padding: 15px;
    box-sizing: border-box;
	border: 1px solid #c3c3c3;
}
.scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;	
    text-align: center;
    line-height: 1.2;
    padding: 10px 0;
	height: 38px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
	
#tripaBOX .scrollbox_wraper .scrollbox > ul > li h3 {
	display: grid;
    text-align: center;
    line-height: 1.2;
    padding: 10px 0;
	height: 70px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}	
.scrollbox_wraper .scrollbox > ul > li img {
	width: 100%;
    height: auto;
}
.scrollbox_wraper .scrollbox > ul > li .txt {
	font-size: 14px;
	color: #555;
}	
.scrollbox_wraper .scrollbox::-webkit-scrollbar {height: 5px!important;}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-track {
	margin: 0 5px !important;
	background: #eee !important;
	border-radius: 5px !important;
}
.scrollbox_wraper .scrollbox::-webkit-scrollbar-thumb {
	border-radius: 5px !important;
	background: #999 !important;
}
	
p.osusume_place{
	text-align: right;
    color: #333;
	padding: 5px 0;
}	
	
p.txt_rank{
	color: #333;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    height: 102px;
	padding: 5px 0 10px;
    text-align: justify;
	line-height: 1.35;
    font-size: 14px;
}	
	
p.txt_price {
	text-align: center;
	padding-top: 10px;
}	
	
p.txt_price strong{
	text-align: center;
    color: #c22a39;
    font-size: 18px;
	font-weight: bold;
    padding: 5px 0 5px;	
}	
	
p.txt_price small{
	text-align: left;
    color: #333;
    font-size: 12px;
	font-weight: normal;	
    padding: 5px 0 5px;	
}	
	
/*check*/
.checkfield{display: none;}
span.checkfield_text{
	padding-left: 55px;
	position: relative;
	font-size: 18px;
}
span.checkfield_text:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 40%;
	width: 24px;
	height: 24px;
	border: 1px solid #999;
	border-radius: 4px;
}
.checkfield:checked + span.checkfield_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 15%;
    left: 58%;
    width: 5px;
    height: 11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #222;
    border-right: 3px solid #222;
}

/*行きたい国から*/
main ul.area {
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
main ul.area li {width: calc((100% - 30px) / 4);}
main ul.area a {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 1;
    padding-left: 1.5em;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
    border-radius: 6px;
    background-size: 102% auto !important;
    background-position: center center !important;
    font-size: 15px;
	box-sizing: border-box;
	font-weight: bold;
}
main ul.area a.k01 {background: url(../images/area_k01.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k02 {background: url(../images/area_k02.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k03 {background: url(../images/area_k03.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k04 {background: url(../images/area_k04.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k05 {background: url(../images/area_k05.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k06 {background: url(../images/area_k06.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k07 {background: url(../images/area_k07.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k08 {background: url(../images/area_k08.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k09 {background: url(../images/area_k09.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k10 {background: url(../images/area_k10.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k11 {background: url(../images/area_k11.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k12 {background: url(../images/area_k12.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k13 {background: url(../images/area_k13.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k14 {background: url(../images/area_k14.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}
main ul.area a.k15 {background: url(../images/area_k15.jpg);background-color: rgba(0, 0, 0, 0.1);background-blend-mode: color;}

}