/* CSS for PC @date     2018 @author   sarahchan */
/* ------------------------------------------

------------------------------------------ */
.pc { display: none !important; }

img { max-width: 100%; }

#keyVisual { margin-bottom: 0; }

#navi { width: 100%;}

#navi ul { margin: 0 auto; overflow: hidden; }

#navi ul li { background: #162856;   float: left; font-size: 88%; width: 50%; display: table; }


#navi ul li:first-child { width: 100%; background: #a20000; font-weight: bold; font-size: 14px;}

#navi ul li:first-child a { border-bottom: 1px solid yellow;}

#navi ul li:last-child { width: 100%; }

#navi ul li:nth-child(2) > a, #navi ul li:nth-child(4) > a { border-right: 1px solid #fff;}

#navi ul li a {display: table-cell; border-bottom: 1px solid #fff; color: #fff; text-align: center; padding: 5px; vertical-align: middle; }

#navi ul li a span { display: block; font-size: 68%; }

.wrap { padding: 5% 2%; }

.basicinfo { background: url(../images/basicinfoBG.jpg) no-repeat; background-size: cover; }

p.logo { text-align: center; padding: 20px 0;  }

h2.ttl span { width: 100%; background: url(../images/leftBG.jpg) no-repeat left top, url(../images/rightBG.jpg) no-repeat right top #fff; margin: 0 auto; display: block; text-align: center; background-size: contain; }

h2.ttl span img { width: 85%; }

.planbox { padding: 2%; }

.planbox li { width: 100%; margin-bottom: 10px; font-size: 13px; line-height: 150%; }

.planbox li img { width: 100%; }

.planbox li a { display: block; color: #000; }

.planbox li a:hover { text-decoration: none; }

.planbox li span { display: block; font-weight: bold; font-size: 15px; padding: 10px 0; }

.planbox li:nth-child(3n) { margin-right: 0; }

.planbox.hotelbox li a span { text-align: center; }

.btn { padding-bottom: 30px; }

.btn a { display: table; background: #fff; border: 1px solid #9bb91b; border-radius: 5px; width: 93%; margin: 20px auto; color: #9bb91b; font-weight: bold; font-size: 88%; padding: 20px 3%; position: relative; text-align: center; }

.btn a:after { display: block; content: ""; position: absolute; right: 2%; top: 40%; width: 10px; height: 10px; border-right: 1px solid #9bb91b; border-bottom: 1px solid #9bb91b; transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.btn a:hover { text-decoration: none; background: #f8ffda !important; }

.btn a.withlogo { display: table; background: #fff; border: 1px solid #9bb91b; border-radius: 5px; width: 93%; margin: 20px auto; color: #9bb91b; font-weight: bold; font-size: 88%; padding: 10px 3%; }

.btn a.withlogo span { display: table-cell; vertical-align: middle; text-align: right; width: 55%; }

.btn a.withlogo span:last-child { text-align: left; padding-left: 5px; width: 40%; }

ul.bnrbox { width: 100%; margin: 5% auto; text-align: center; }

ul.bnrbox li { margin-bottom: 10px; }

ul.bnrbox li a { display: block; }

.jdsShowFix1 { position: fixed; bottom: 3px; right: 3px; }

.jdsShowFix1 a { display: block; background: #162856; color: #fff; border-radius: 50px; font-size: 58%; text-align: center; width: 58px; padding: 14px 0; opacity: 0.8; }

.jdsShowFix1 a:hover { text-decoration: none; }


.cul_pr { color: #a20000; line-height: 1.4; font-size: 13px; text-align: center; margin: auto auto 15px auto; width: 92%;}




.summary {
    margin: 10px auto;
}

.summary h3 {
    background: #162856;
    color: #fff;
    padding: 10px 20px;
    margin: 0 0 10px;
    font-size: 24px;
    text-align: center;
}

.summary table {
    background: #fff;
    width: 100%;
    border: 1px solid #7d7d7d;
    margin: 0 0 40px;
    font-size: 13px;
}

.summary table th {
    color: #fff;
    background: #a20000;
    width: 30%;
    text-align: center;
    border: 1px solid #7d7d7d;
    vertical-align: middle;
    padding: 10px 0;
}

.summary table {
    font-size: 14px;
}

.summary table td {
    padding: 10px;
    border: 1px solid #7d7d7d;
    vertical-align: middle;
    line-height: 1.4;
}


.imglink { padding-top: 20px;  text-align: center;}

.imglink span { display: block; text-align: right;  }

#widewrapper .imglink span a { color: #000; font-size: 13px; text-decoration: underline; font-weight: bold;  }