@charset "UTF-8";

/*-------------
    共通部分
-------------*/

html{
    font-size: 62.5%;
}

body{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6rem;
    margin: 0;
    padding: 90px 0 0;
    line-height: 1.5;
    position: relative;
}

*,*::after,*::before{
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

a:hover{
    color: #09f;
    transition: .3s;
}

.main_contents {
    width: 1000px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
}

h2 {
    font-size: 3rem;
    padding: 50px 0;
    text-align: center;
    font-weight: bold;
    position: relative;
}

h2 img {
    vertical-align: middle;
    padding-right: 5px;
}

h2::after {
    bottom: 45px;
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #4259a3;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}

h3 {
    font-size: 2.5rem;
    padding: 30px 0 50px 0;
    text-align: center;
    font-weight: bold;
    position: relative;
}

h3::after {
    bottom: 45px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #4259a3;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}

h4 {
    font-size: 2.3rem;
    padding: 30px 0 50px 0;
    text-align: center;
    font-weight: bold;
    position: relative;
}

h4::after {
    bottom: 45px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #4259a3;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}



/*-------------
    nav
-------------*/
.nav {
    display: flex;
    padding: 20px 0;
    font-weight: bold;
}

.nav_logo {
    padding: 0 20px;
}

.nav_link {
    width: 70%;
    margin-left: auto;
}

.nav_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav_item {
    width: 14%;
    text-align: center;
}

#header{
    position: fixed;/*追従ナビのためpositionをfixedにする*/
    top:0;/*ポジション設定topを0*/
    height: 70px;/*headerの高さを指定*/
    width:100%;/*position:fixed;にしたため、横幅100%を設定*/
    z-index: 100;
    background-color: #fff;
  }

/*-------------
    mv
-------------*/

.mv_contents {
    margin-top: 70px;
}


/*-------------
    船について
-------------*/

#fune {
    line-height: 2rem;
}

.fune_item {
    position: relative;
}

.fune_right_text {
    width: 550px;
    height: 300px;
    background-color:rgba(212, 219, 255, 0.7);
    position: absolute;
    top : 160px;
    right: 20px;
    padding: 40px;
    padding-left: 100px;
}

.fune_right_fhot {
    position: relative;
    z-index: 10;
    text-align: right;
    padding: 155px 0 200px 0;
}

.fune_left_text {
    width: 550px;
    height: 345px;
    background-color:rgba(212, 219, 255, 0.7);
    position: absolute;
    bottom : 50px;
    left: 20px;
    padding: 40px;
    padding-right: 100px;
}

.fune_left_fhot {
    position: relative;
    z-index: 10;
}

.box {
    border: solid 1px #5976f8;
    margin: 50px 100px;
    padding: 0 0 30px 0;
}

.pdf_text {
    padding-left: 195px;
}

.pdf_icom {
    position: relative;
    top: -5px;
    left: -3px;
}

.link_icom {
    position: relative;
    top: -5px;
    left: 10px;
}

.pdf:hover .link_icom {
    transform: translateX(6px);
    transition: transform 0.4s 
}




/*-------------
    料金
-------------*/

.price_contents p {
    text-align: center;
}

.price_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    padding-top: 20px;
}

.price_box {
    width: 33%;
    margin-right: 5px;
    margin-bottom: 10px;
}

.price_box:nth-child(3) {
    margin-right: 0px;
}

.price_title {
    background-color: #5976f8;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 10px 0;
}

.price_yen {
    background-color: #c7d2ff;
    font-size: 3rem;
    font-weight: bold;
    line-height: 70px;
    padding: 10px 0;
}

.price_yen span {
    display: block;
    font-size: 1.5rem;
    line-height: 20px;
}

.price_text {
    background-color: #f0f0f0;
    padding: 10px 0;
}

.price_text_title {
    font-size: 1.7rem;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
}

.price_text_title::after {
    bottom: 8px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #4259a3;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}


/*-------------
    予約状況
-------------*/

.situation_item {
    text-align: center;
    margin-bottom: 50px;
}

/*-------------
    予約
-------------*/

.reserve_contents {
    width: 100%;
    padding-bottom: 50px;
    background-color: #c7d2ff;
    text-align: center;
    font-weight: bold;
}

.reserve_title {
    font-size: 2.3rem;
}

.reserve_phone {
    font-size: 5rem;
    font-weight: bolder;
}

.reserve_text {
    font-size: 2rem;
}

/*-------------
    釣果情報
-------------*/

.information_item {
    text-align: center;
    padding-bottom: 50px;
}

.information_item p {
    padding-bottom: 20px;
}

.information_item a:hover{
    opacity: 0.5;
    transition: .3s;
}

/*-------------
    アクセス
-------------*/

.access_contents {
    width: 100%;
    padding-bottom: 50px;
    background-color: #c7d2ff;
    text-align: center;
    font-weight: bold;
}

.access_item {
    padding-bottom: 20px;
}

.access_item_pc {
    padding-bottom: 20px;
}

.access_item_sp {
    display: none;
}



/*-------------
    季節の魚
-------------*/

.fish_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 50px;
}

.fish_item {
    text-align: center;
    width: 33%;
    margin-right: 5px;
    margin-bottom: 10px;
}

.fish_item:nth-child(3) {
    margin-right: 0px;
}

.fish_item:nth-child(6) {
    margin-right: 0px;
}


.fish_item:nth-child(9) {
    margin-right: 0px;
}


.fish_item:nth-child(12) {
    margin-right: 0px;
}


.fish_text {
    background-color: #f0f0f0;
    padding: 10px;
}

.sp-show {
    display: none;
}

/*-------------
    footer
-------------*/

.footer {
    background-color: #4259a3;
    text-align: center;
    color: #fff;
}

/*-------------
    footer
-------------*/

#page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
}
#page_top a {
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
}


@media screen and (max-width:1000px) {
    /*　画面サイズが1000pxからはここを読み込む　*/
 
    /*-------------
        季節の魚
    -------------*/

    body{
        font-size: 1.4rem;
    }

    .main_contents {
        width: 100%;
        padding: 10px;
    }

    h2 {
        padding: 25px 0;
        font-size: 2.5rem;
    }

    h2::after {
        bottom: 21px;
    }

    h3 {
        padding: 15px 0;
        font-size: 2rem;
    }

    h3::after {
        bottom: 15px;
    }

    h4 {
        padding: 15px 0;
        font-size: 1.7rem;
    }

    h4::after {
        bottom: 15px;
    }

    /*-------------
        nav
    -------------*/

    .nav {
        display: block;
        padding: 10px 0;
    }

    .nav_logo {
        padding: 0 5px;
    }

    .nav_logo img {
        width: 50px;
    }

    .nav_link {
        width:100% ;
        padding: 0 5px;
    }

    .nav_icon img{
        width: 10px;
        vertical-align: middle;
    }

    .nav_item {
        width: auto;
    }

    .nav_text {
        font-size: 1rem;
    }

    #header {
        height: 60px;
    }

    /*-------------
    mv
    -------------*/

    .mv_contents {
        margin-top: 60px;
    }

    /*-------------
        船について
    -------------*/

    .fune_left_fhot,
    .fune_right_fhot {
        text-align: center;
    }

    .fune_right_fhot {
        padding: 29px 0px 0px 0px;
    }

    .fune_right_text {
        position: relative;
        width: 100%;
        height: auto;
        top: 0px;
        right:0px;
        padding: 10px 0 10px 10px;
    }

    .fune_left_text {
        position: relative;
        width: 100%;
        height: auto;
        bottom: 0px;
        left: 0px;
        padding: 10px 0 10px 10px;
    }

    .box {
        margin: 10px;
        padding: 10px 10px 25px 10px;
    }

    .pdf_text {
        padding-left: 10px;
    }

     /*-------------
        料金
    -------------*/

    .price_item {
        justify-content: space-between;
    }

    .price_box {
        width: 49%;
        margin-right: 0px;
    }

    .price_title {
        font-size: 2rem;
        padding: 5px 0;
    }

    .price_yen {
        font-size: 2.2rem;
        line-height: normal;
    }

    .price_yen span {
        font-size: 1rem;
        line-height: normal;
    }
  

    .price_text_title {
        font-size: 1.5rem;
        padding: 5px 0;
    }

    .price_text_title::after {
        bottom: 5px;
    }

    /*-------------
        予約状況
    -------------*/

    .situation_item {
        margin-bottom: 25px;
    }

     /*-------------
        予約
    -------------*/

    .reserve_title {
        font-size: 2rem;
    }

    .reserve_phone {
        font-size: 3rem;
    }

    .reserve_text {
        font-size: 1.5rem;
    }

     /*-------------
        アクセス
    -------------*/

    .access_item_pc {
        display: none;
    }

    .access_item_sp {
        display: block;
        padding-bottom: 10px;
    }

     /*-------------
        季節の魚
    -------------*/

    .fish_box {
        justify-content: space-between;
    }

    .fish_item {
        width: 49%;
        margin-right: 0px;
    }

    .sp-show {
        display: block;
    }

    .pc-show {
        display: none;
    }

}