@charset "UTF-8";

/* #header{
    display: none;
} */

#Wrap {
    width: 100%;
    text-align: left;
    margin: 0px auto;
}
.wrapTop {
    width: 100%;
}
#Foot {
    width: 100%;
    clear: both;
}
#Contents {
    overflow: hidden;
    margin-top: 0 !important;
}

.path {
    margin: calc(45 * (100vw / 1125));
    padding: 0 !important;
    font-size: calc(25 * (100vw / 1125)) !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.path a {
    color: #000;
    text-decoration: none;
}

.OCEANS_lp{
    width: 100%;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.OCEANS_lp img{
    width: 100%;
}

.OCEANS_lp figure{
    width: calc(730 * (100vw / 750));
    margin: calc(80 * (100vw / 750)) auto 0;
}

.OCEANS_lp section{
    margin-top: calc(160 * (100vw / 1125));
    background-color: #eee;
}

.OCEANS_lp h2{
    padding-top: calc(120 * (100vw / 1125));
    font-size: calc(72 * (100vw / 1125));
    text-align: center;
    font-weight: 800;
    color: #000;
    line-height: 1;
    margin: 0;
}

.OCEANS_lp ul{
    width: calc(1000 * (100vw / 1125));
    margin: 0 auto;
    list-style: none;
    padding: calc(60 * (100vw / 1125)) 0 calc(100 * (100vw / 1125)); 
}

.OCEANS_lp li{
    width: 100%;
    padding-bottom: calc(30 * (100vw / 1125));
}

.search-box {
    position: fixed;
    bottom: 0;
    background: #fff;
    border: calc(2* (100vw / 750)) solid #000;
    padding: calc(40* (100vw / 750));
	width: calc(666* (100vw / 750));
}

.search-box p {
    font-size: calc(22* (100vw / 750));
    text-align: center;
    margin: 0 0 calc(20* (100vw / 750));
}

.search-box #hSearch {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.search-box #hSearch .box .text {
    background: #eee;
    border: navajowhite;
    width: 96%;
    height: calc(70* (100vw / 750));
    padding: 2%;
}

.search-box #hSearch .btnH img {
    width: calc(40* (100vw / 750));
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 5%;
}

.search-box .btn-close img {
    width: calc(30* (100vw / 750));
    top: calc(20* (100vw / 750));
    right: calc(20* (100vw / 750));
    position: absolute;
}