@charset "utf-8";
/* CSS Document */

#cWrap {
	/*margin-top:134px;*/
	width:100%;
	/*background:url(/cmn/img/cwrap-bg.gif) left top repeat-x;*/
}

/**#contents*********************************************/
#contents {
	width:980px;
	margin:30px auto;
	padding:0;
	text-align:left;
	background:none;
}
.attention-box {
    clear: both;
    background: #fffbe2;
    padding: 15px 10px;
    margin-bottom: 20px;
}
.attention-box ul li{
    margin-bottom: 10px;
}

/**#sidebar*********************************************/
#sidebar {
	width:220px;
	float:right;
}

#reserveBnr {
	background:#FFF;
}
#reserveBnr li {
	margin-bottom:10px;
}

#reserveBnr li:last-child {
	margin-bottom:0;
}

#sideNavi {
	background:#FFF;
	padding-top:20px;
}

#sideNavi dt,
#sideNavi p {
	font-weight:bold;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	line-height:1.3;
	padding:1px 0 1px 0;
	font-size:110%;
}

#sideNavi dt a,
#sideNavi p a {
	display:block;
	padding:15px 10px 15px 26px;
	background:url(/cmn/img/arrow-o01.gif) 8px 17px no-repeat;
}

#sideNavi dt a:hover,
#sideNavi p a:hover {
	background:url(/cmn/img/arrow-o01.gif) 8px 17px no-repeat #f4f1ed;
	text-decoration:none;
}

#sideNavi dt span {
	display:block;
	padding:15px 10px 15px 5px;
	text-align:center;
}

#sideNavi dt span span {
	display:inline;
	padding:0;
	text-align:left;
}

#sideNavi dd ul li { 
	background:url(/cmn/img/border-bla01.gif) left bottom repeat-x;
	padding:1px 0 2px 0;
}

#sideNavi dd ul li a {
	display:block;
	padding:8px 10px 8px 26px;
	background:url(/cmn/img/arrow-o02.gif) 13px 13px no-repeat;
}

#sideNavi dd ul li a:hover {
	background:url(/cmn/img/arrow-o02.gif) 13px 13px no-repeat #f4f1ed;
	text-decoration:none;
}

#sideNavi dd ul li:last-child {
	background:none;
	border-bottom:1px solid #000;
}
/**clear設定************************/	
#contents {
	min-height: 1%;
	}
	
#contents:after
 {
	content: ".";
 	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
	}

/*\*/
* html #contents { 
	height: 1%;
	}

#contents { 
	display: block;
	}/**/



#contents {
	clear:both;
	width:980px;
	text-align:left;
	margin:0 auto 0 auto;
}

#topMain {
	width:730px;
	margin-top:20px;
	float:left;
}

#topSidebar {
	width:220px;
	margin-top:20px;
	float:right;
}


/**main********************************************************/
#mainImg {
	width:730px;
	height:252px;
    margin-bottom: 20px;
    background: url("/en/img/icon_loader.gif") no-repeat center;
}

/**topSidebar********************************************************/
#mapTop {
    width: 220px;
	min-height:252px;
	overflow:hidden;
	margin-bottom:20px;
}
#mapTop .routemap {
	position:relative;
    width: 220px;
}
#mapTop h2{
background: #076abb;
color: #fff;
font-weight: bold;
font-size: 13px;
padding: 5px 0;
text-align: center;
}
#mapTop ul > li > a{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: block;
}
#mapTop ul > li > a:hover{
    color: #edd346;
    text-decoration: none;
}
#mapTop ul > li > a span{
display: inline-block;
    line-height: 1;
    vertical-align: top;
}
#mapTop ul > li > a span:first-child {
    padding-right: 1px;
}
#mapTop ul > li > a span:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 4px 3px 0;
    border-color: transparent #96c5e2 transparent transparent;
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
}
#mapTop ul > li > a span:last-child {
    padding-left: 1px;
}
#mapTop ul > li > a span:last-child::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #96c5e2;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
}
#mapTop ul > li > a span > i {
    font-style: normal;
    font-size: 8px;
    margin-left: 4px;
    font-weight: 300;
}
/*en*/
body.en #mapTop ul {
	position:absolute;
	left:96px;
	top:163px;
}

body.en #mapTop ul li {
	line-height:0;
	margin-bottom:6px;
}

ul.topBnr{
    margin-bottom:10px;
}
ul.topBnr li a{
    display: flex;
    align-items:flex-start;
    flex-basis: 100%!important;
    margin-bottom: 8px;
    padding: 5px;
    border: 1px solid #97d1f2;
    background: #f9f9f9;
}
ul.topBnr li a:hover{
    border: 1px solid #076bbb;
    text-decoration: none;
    background: #fff;
}
ul.topBnr li a:hover .topBnr-txt span{
    text-decoration: underline;
}
ul.topBnr li .topBnr-img{
    width: 65px;
    margin-right: 10px;
}
ul.topBnr li .topBnr-img > img{
    width: 65px;
}
ul.topBnr li .topBnr-txt{
    font-size: 0.8em;
    color: #444;
    width: 130px;
}
ul.topBnr li .topBnr-txt span{
    display: block;
    color: #076bbb;
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 5px;
}
ul.topBnr li#reserve a{
    margin-bottom: 10px;
    border: none;
    background: #ea5514 url(/cmn/img/btn-bg-r.gif) repeat;
    height: 60px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 2px;
    display: flex;
    justify-content: center;
  align-items: center;
}
ul.topBnr li#reserve a:hover{
    border: none;
    text-decoration: none;
    background: #ffaf04;
}
ul.topBnr li#sakurasan {
    margin-bottom: 8px;
}
ul.topBnr li#sakurasan a{
    border: none;
    padding: 0;
    margin: 0;
    width: 220px;
    height: 60px;
}
ul.topBnr li#sakurasan a:hover{
    border: none;
}
/*en・cn・ko*/
#pickupBnrs{
    margin-bottom: 20px;
}
#pickupBnrs ul{
    display: flex;
    justify-content: space-between;
}
#pickupBnrs ul li{
    width: 235px;
}

/**clear設定************************/
#contents:after{
	content: ".";
 	display: block;
 	height: 0;
 	clear: both;
 	visibility: hidden;
	}

/*\*/
* html #contents{
	height: 1%;
	}

#contents{
	display: block;
	}
/*************************************/
@media only screen and (max-width: 750px) {
    #contents{
        width: 100%;
    }
    #mainImg{
        margin: -20px -10px 10px -10px;
        min-height: 110px;
        width: auto;
        height: auto;
    }
    #mainImg img{
        max-width: 100%!important;
        height: auto;
    }
    #topWrap {
        width: calc(100% - 20px)!important;
        padding: 0 10px;
        min-height: 1%;
    }
    #topMain{
        margin-top: 0;
        /*text-align: center;*/
        width: 100%;
    }
.attention-box {
    background: #fffbe2;
    padding: 10px 8px;
    margin-bottom: 20px;
    letter-spacing: normal;
}
.attention-box .txt-red02{
    font-size: 13px;
}
    #pickupBnrs{
        margin-top: 0;
        margin-bottom: 0;
    }
#pickupBnrs ul{
    display: flex;
flex-direction: column;
margin-bottom: 10px;
border-top: 1px #ccc dotted;
}
#pickupBnrs ul li{
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px #ccc dotted;
    padding: 5px 0;
    background: #fff;
}
#pickupBnrs ul li a{
    display: flex;
}
#pickupBnrs ul li:hover{
    background: #f9f9f9;
}
#pickupBnrs ul li a:hover{
    text-decoration: none;
}
#pickupBnrs ul li a .ttl{
font-size: 14px;
margin-top: 4px;
margin-bottom: 6px;
color: #076bbb;
font-weight: bold;
    display: block;
    }
#pickupBnrs ul li a:hover span{
    text-decoration: none;
}
#pickupBnrs ul li a:hover span.ttl{
color: #076bbb;
text-decoration: underline;
}
#pickupBnrs ul li img{
    max-width: 120px;
    height: 75px;
    margin-right: 15px;
}
    #topSidebar{
        float: none;
        width: auto;
    }
ul.topBnr li a{
    width: auto;
    margin: 0 auto 10px auto;
}
ul.topBnr li .topBnr-txt{
    font-size: 13px;
    width: 70%;
}
ul.topBnr li .topBnr-txt span{
    font-size: 14px;
    margin-bottom: 5px;
}
ul.topBnr li#reserve a{
    margin: 0 auto 30px auto;
    font-size: 1.1rem;
}
    #mapTop h2{
background: #076abb;
color: #fff;
font-weight: bold;
font-size: 15px;
padding: 5px;
text-align: center;
    }
#mapTop{
width: 100%;
background: #9dc8ea;
margin:15px auto 15px auto;
text-align: center;
height: auto;
  }
#mapTop img{
    padding:10px 0; 
 }
    #mapTop .routemap{
        margin: 0 auto;
        text-align: left;
    }
body.en #mapTop ul {
    position: absolute;
    left: 96px;
    top: 174px;
 }
ul.topBnr li#sakurasan {
    display: none;
}
/*************************/
}