/*  アレンジ　*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html, body {
background-color:#000000;
background-image:url(../img/top_base.gif); /* black out */
color:#333333
}

/* top_jumbotron
-------------------------------------------------- */
.jumbotron p {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 200;
}

.jumbotron h2 {font-size:1.8rem; letter-spacing:0.02em}
.jt_04 {background:url(../img/resort_image.jpg) no-repeat center center; background-size:cover; height:100% !important}

/* base
-------------------------------------------------- */
.bg_topmenu  {background-color:rgba(255,255,255,0.7); box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.2) ;}

/* link-box 
-------------------------------------------------- */
.link_box_top {
min-height:74px;
position: relative;
padding: 3%;
border-top: 1px dotted #000000;
}
.link_box_top a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent: -999px;
}
.link_box_top a:hover {
background-color: #C60D13;
filter: alpha(opacity=10);
-moz-opacity: 0.1;
opacity: 0.1;
}
