﻿@charset "utf-8";

/*-------------------------*/
/*  base
/*-------------------------*/
.pc {
    display: none;
}

.sp {
    display: block;
}

.center {
    text-align: center;
}

body {
    font-family: "M PLUS 1p", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    color: #404039;
}

/*  ancher  */
a {
    color: #0090d3;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease;
}

a:hover {
    opacity: 0.5;
}

nav a:hover {
    text-decoration: underline;
    opacity: 1;
}

a:visit,
a:hover,
a:link {
    color: #0090d3;
}

/*-------------------------*/
/*  header
/*-------------------------*/
header {
    height: 110vh;
    background: url("../images/mainvisual.jpg") no-repeat top center;
    background-size: cover;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}

header .header-logoblock {
    width: 400px;
    height: 400px;
    position: relative;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    z-index: 999;
    overflow: hidden;
}

header .header-logoblock h1 {
    width: 400px;
    height: 400px;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

header .header-logoblock h1 img {
    position: relative;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

/*-------------------------*/
/*  section
/*-------------------------*/
section {
    background: #fff;
}

section .inner {
    position: relative;
    padding-top: 150px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 111;
}

section h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 3.5em;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
}

section p {
    position: relative;
}

/*-------------------------*/
/*  nav
/*-------------------------*/
nav {
    margin: 0 auto;
    position: relative;
    z-index: 111;
}

nav .inner {
    background: #fff;
    width: 1200px;
    margin: -10vh auto 0;
}

nav .inner ul {
    display: flex;
}

nav .inner ul li {
    width: 33%;
    font-weight: bold;
    padding: 40px 0;
    font-size: 20px;
    letter-spacing: 2px;
}

/*-------------------------*/
/*  Block
/*-------------------------*/

#main h2 {
    margin-bottom: 30px;
}

#main p {
    margin-bottom: 20px;
}

#main .text {
    font-weight: bold;
    color: #0090d3;
    font-size: 20px;
}

#main .inner {
    padding-top: 80px;
}

#news .inner ul {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

#news .inner ul li {
    padding-left: 110px;
    margin-bottom: 15px;
}

#news .inner ul span {
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 25px;
}

#past {
    text-align: center;
}

#past {
    margin-top: 150px;
    padding-top: 50px;
}
#past,
#block-sns {
    background: #eee;
}
#past .inner,
#block-sns .inner {
    padding-top: 20px;
}
#map {

}

ul.flex-3 {
    display: flex;
    flex-wrap: wrap;
}

ul.flex-3 li {
    width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}

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

ul.flex-3 li img {
    width: 100%;
}

h3 {
    font-size: 37px;
    font-weight: bold;
    margin-top: 10px;
}

section .text {
    font-size: 24px;
}

.fnt-b {
    font-weight: bold;
    color: #0090d3;
}

.btn {
    margin-top: 20px;
}

.btn a {
    color: #fff;
    text-decoration: none;
    background: #e76d44;
    padding: 10px 30px 10px 80px;
    position: relative;
}

.btn a:before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
}

/*-------------------------*/
/*  #block-12
/*-------------------------*/
#content h3 {
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}

#content .flex-3 li {
    margin-bottom: 50px;
}

#content .flex-3 p {
    margin-top: 20px;
    text-align: center;
}
 a {
    cursor: pointer;
}
/*-------------------------*/
/*  layerbox
                    <li class="animater">
                        <p class="img"><img src="images/top_seabass.png" alt="" /></p>
                        <h3>SEA BASS</h3>
                        <p class="link">Coming Soon</p>
                    </li>
/*-------------------------*/
.layerbox {
    position: relative;
    height: 640px;

}

.layerbox-text {
    width: 500px;
    padding: 50px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
    z-index: 1111;
}

.layerbox-images {
    width: 800px;
    height: 640px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

/*-------------------------*/
/*  footer
/*-------------------------*/
footer {
    text-align: center;
}

footer div {
    width: 1200px;
    margin: 0 auto;
}

footer .inner {
    padding: 80px 10px;
}

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

.sns li {
    width: 40px;
    height: 40px;
    margin: 40px 10px 0;
    display: inline-block;
}

.sns li a {
    width: 40px;
    height: 40px;
    display: block;
}

.sns li a img {
    width: 40px;
    height: 40px;
}

footer>div:last-child {
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
    background: #000;
    color: #fff;
}


header:before {
    content: "";
    width: 0;
    display: block;
    height: 110vh;
    background: #0090d3;
    position: absolute;
    z-index: 1;
}

/*-------------------------/*-------------------------*/
/*  keyframes
/*-------------------------/*-------------------------*/

header:before {
    animation: rotation 2s ease 0s 1 alternate none running;
}

header .header-logoblock {
    animation: rotation2 2s ease 0s 1 alternate none running;
}

@keyframes rotation {
    0% {
        width: 0vw;
    }

    30% {
        width: 100vw;
        left: 0vw;
    }

    60% {
        left: 100vw;
    }

    100% {
        left: 100vw;
    }
}

@keyframes rotation2 {
    0% {
        width: 0vw;
    }

    30% {
        width: 0vw;
    }

    65% {
        width: 400px;
    }

    100% {
        width: 400px;
    }
}

/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 765px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    section h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 2em;
        text-align: center;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 20px;
    }
    section .inner {
        width: 100%;
        min-width: 100%;
        position: relative;
        padding-top: 60px;
    }
    nav .inner  {
        width: 100%;
        min-width: 100%;
        position: relative;
    }

    #block-01 .inner ul {
        width: 95%;
        margin: 0 auto;
        position: relative;
    }

    header,
    footer,
    section {
        width: 100%;
        min-width: 100%;
    }

#about .center {
    padding: 0 20px;
    text-align: left;
}

ul.flex-3 li {
    margin: 0 auto 20px;
    width: calc(100% - 40px);
}

ul.flex-3 li:nth-child(3n) {
    margin: 0 auto 20px;
}

    #block-03 img {
        width: 95%;
    }

    .layerbox-images img,
    .layerbox-images {
        width: 100%;
    }

    .layerbox-text {
        width: 95%;
        padding: 30px 0px;

        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.9);
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1111;
    }

    .layerbox-logo {
        text-align: center;
    }

    .layerbox-logo img {
        width: 150px;
    }

    h3 {
        font-size: 25px;
    }

    section .text {
        font-size: 18px;
    }

    h3,
    .text,
    .btn {
        text-align: center;
    }

    header .header-logoblock h1 {
        width: 200px;
        height: 200px;
        position: relative;
        background: rgba(255, 255, 255, 0.9);
    }

    header .header-logoblock h1 img {
        width: 130px;
        height: auto;
    }

    header .header-logoblock {
        width: 200px;
        height: 200px;
        position: relative;
        top: 40%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 999;
        overflow: hidden;
    }

    .layerbox {
        position: relative;
        height: 400px;
    }
nav .inner ul li {
    width: 33%;
    font-weight: bold;
    padding: 40px 0;
    font-size: 14px;
    letter-spacing: 2px;
}
#news .inner ul {
    width: 80%;
    margin: 0 auto;
    position: relative;
}
#news .inner ul li {
    padding-left: 0px;
    margin-bottom: 15px;
}
#news .inner ul span {
    position: relative;
    left: 0;
    display: block;
    margin-right: 25px;
}
    @keyframes rotation2 {
        0% {
            width: 0vw;
        }

        30% {
            width: 0vw;
        }

        65% {
            width: 200px;
        }

        100% {
            width: 200px;
        }
    }
}