@charset "utf-8";


h3{
    color: var(--black,#303030);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/*==========================================
about
==========================================*/

.about{
    padding: 50px 0 150px;
    background-image: url(../image/top_beach.png);
    background-size: cover;
}

.h2_white{
    color: var(--white,#FFFFFF);
}

.about p,.about span {
    color: var(--black,#303030);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: "Kiwi Maru";
    margin-top: 25px;
}

.abaut_toptitle_img{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.abaut_toptitle_img::after{
    content: url('../image/waveline_black.svg');
    display: block;
    width: 200px;
}

.abouttxt_main{
    padding: 50px var(--contentPadding);
    text-align: center;
}

.subtitle{
    font-size: 2.4rem;
}

.catchphrase{
    font-size: 3.6rem;
    display: block;
}

.subtitle_txt{
    font-size: 2rem;
}

.abouttxt_detail_img img{
    aspect-ratio: 2 / 1;
    width: 100%;
    object-fit: cover;
    object-position: 50% 60%;
    max-height: 400px;
}

.abouttxt_detail_caption{
    padding: 0 var(--contentPadding);
    margin: 50px 0;
    /* text-align: center; */
}

.abouttxt_detail_caption p{
    font-size: 1.3rem;
}

.anout_coral{
    display: none;
}

.about_fish{
    display: none;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .catchphrase{
        display: inline;
    }
    .catchphrase_box{
        margin-top: 20px;
    }
    .subtitle_txt{
        font-size: 2.4rem;
    }
    .catchphrase_margin{
        margin: 0 35px;
    }
    .subtitle_txt{
        margin-top: 20px;
    }
    .abouttxt_detail_img img{
        width: 200px;
        height: 250px;
        border-radius: 25px;
    }
    .abouttxt_detail{
        display: flex;
        justify-content: center;
        align-items: flex-end;
        margin-bottom: 100px;
    }
    .abouttxt_detail_caption {
        margin:0 0 0 30px;
    }
    .abouttxt_detail_caption p {
        font-size: 1.6rem;
    }
    .anout_coral{
        display: block;
    }
    .about_coralbox{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top_title_main {
        margin: 0 50px;
    }
    .fish_box{
        display: flex;
        justify-content: space-between;
        margin: 30px 20px 0;
    }

    .about_fish{
        display: block;
    }
}
    /*=======  PC 1200px  =======*/
    @media screen and (min-width: 1200px){
        .about{
            padding-top: 150px;
        }
        .about_coralbox{
            margin-top: 50px;
        }
        .abouttxt_detail{
            padding: 0 var(--contentPadding);
        }
    }
    /*=======  PC 1200px  =======*/
    @media screen and (min-width: 1920px){
        .abouttxt_detail_img img {
            width: 250px;
            height: 300px;
        }
}

/*==========================================
shop
==========================================*/

#shop{
    background-image: url(../image/backimg_rtblue.gif);
    background-size: cover;
    padding: 85px 0 100px;
    margin-top: -100px;
}

.toptitle_img{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.toptitle_img::after{
    content: url('../image/waveline_white.png');
    display: block;
    margin-top: -25px;
}

.shop_fish{
    display: flex;
}

.fish_PC{
    display: none;
}

.fish_SP{
    margin: 0 auto 30px;
}

h3{
    margin: 15px 0 40px;
    color: var(--white,#FFFFFF);
}

.shop_pic .slick-slide {
    padding: 0 15px; /* スライドの左右に15pxのパディングを追加 */
}

.shop_pic img{
    height: 300px;
    object-fit: cover;
    border-radius: 25px;
    display: block;
    margin: 0 auto;
}

    /*=======  PC 1200px  =======*/
    @media screen and (min-width: 1920px){
        h3{
            font-size: 3rem;
        }
        .hour_maintxt {
            font-size: 2.5rem;
        }
}

/* shop_hour */

.shop_hour{
    margin: 80px auto 0;
    padding: 50px 0;
    background-color: rgba(255, 255, 255, 0.50);
}

.hour_box{
    background-color: var(--white,#FFFFFF);
    border-radius: 25px;
    border: 3px solid #404B69;
    margin: 0 auto;
    width: 300px;

}

.hour_topbox{
    background-color: var(--fooderblue,#404B69);
    color: var(--white,#FFFFFF);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px 20px 0 0;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.hour_topbox p{
    margin: 0 20px;
}

.shop_hour p::before{
    margin-right: 5px;
}

.shop_hour p::after{
    margin-left: 5px;
}

.table_pc{
    display: none;
}

.table_sp{
    display: block;
    border-collapse: collapse;
    margin: 25px 13px 15px;
}

.table_sp th,td{
    vertical-align: middle;
}

.tbr_border_left{
    border-left: 2px solid #404B69;
    padding: 0 10px;
}

.tdr_01{
    height: 75px;
}

.tbr_title{
    color: var(--black,#303030);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tbr_subtitle{
    color: var(--black,#303030);
    text-align: center;
    font-family: Marmelad;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tbr_02{
    border-top: 2px solid #404B69;
    height: 40px;
}

.tbr_week{
    width: 50px;
    height: 50px;
    background: #D9D9D9;
}

.tbr_week_sun{
    background: #D9D9D9;
}

td{
    color: var(--black,#303030);
    text-align: center;
    font-family: "Kiwi Maru";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tbr_03{
    border-top: 2px solid #404B69;
    border-bottom: 2px solid #404B69;
    height: 75px;
}

.hour_detailtxt{
    color: var(--fooderblue,#404B69);
    font-family: "Kiwi Maru";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto 25px;
    width: 260px;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .fish_PC{
        display: block;
    }
    .shop_fish {
        justify-content: center;
        margin-bottom: 30px;
    }
    .fish_SP {
        margin: 0;
    }
    .table_sp{
        display: none;
    }
    .table_pc{
        display: block;
        margin: 20px 40px 10px;
    }
    .hour_box{
        width: 600px;
    }
    th{
        text-align: center;
        vertical-align: middle;
        color: var(--black,#303030);
        text-align: center;
        font-family: "Kiwi Maru";
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .tbr_week_wide,
    .tbr_week{
        border-left: 2px solid #404B69;
    }
    .tbr_border_right{
        border-right: 2px solid #404B69;
    }

    .tbr_week_wide{
        background: #D9D9D9;
    }
    .tbr_border_left{
        padding: 30px 7px;
        width: 50px;
    }
    .tbr_title{
        width: 100px;
    }
    .hour_detailtxt {
        width: 560px;
    }
    .hour_detailtxt p{
        margin-top: 10px;

    }
    .map{
        width: 600px;
    }
}


/* shop_map */

.shop_map{
    padding: 40px 0 100px;
}

.shop_map_maintxt{
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop_map_maintxt:before,
.shop_map_maintxt:after{
    content: "";
    height: 10px;
    width: 15px;
    border-top: 8px double var(--white, #FFFFFF);
    transform: translateY(2px);
}

.shop_map_maintxt:before{
    margin-right: 10px;
}

.shop_map_maintxt:after{
    margin-left: 10px;
}

.shop_map p,.shop_map span{
    color: var(--white,#FFFFFF);
    text-align: center;
    font-family: "Kiwi Maru";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}

.caption{
    font-size: 1.6rem;
}

#adress_map{
    height: 18px;
    width: 15px;
}

.shop_map_txt{
    margin: 0 auto;
    text-align: center;
}

.img_kurage{
    display: none;
}

.map{
    width: 100%;
    height: 300px;
    max-width: 500px;
    display: block;
    margin: 20px auto 0;
}

/*=======  PC 719px~1199px  =======*/
@media screen and (min-width: 720px){
    .shop_map_pc{
        display: flex;
        justify-content: center;
    }
    .shop_map_txt {
        margin: 0 15px 0 0;
    }
    .img_kurage{
        display: block;
    }
    .shop_map_topbox{
        display: flex;
        justify-content: center;
    }
    .shop_map_txt_box{
        margin: 0 40px;
    }
    .map{
        max-width: 600px;
        height: 350px;
    }
}
/*=======  PC 1200px  =======*/
@media screen and (min-width: 1920px){
    .shop_map_maintxt{
        font-size: 2.5rem;
    }
    .caption {
        font-size: 2rem;
    }
        
    .shop_map {
        padding: 40px 0 100px;
    }
    .map{
        max-width: 720px;
    }
    .hour_box {
        width: 720px;
    }
    table {
        margin: 0 auto;
    }
    .tbr_title {
        width: 150px;
    }
    .tbr_title {
        font-size: 2.5rem;
    }
    th {
        font-size: 2rem;
    }
    .hour_detailtxt {
        width: 650px;
    }
    .hour_detailtxt {
        font-size: 2rem;
    }
    .tbr_subtitle {
        font-size: 2rem;
    }
    td {
        font-size: 2rem;
    }
}
/*==========================================
news
==========================================*/

#news{
    background-image: url(../image/background_blue.gif);
    background-size: cover;
    padding: 100px 0 250px;
    margin-top: -100px;

    overflow: hidden;
    position: relative;
}

.bobble_img{
    position: absolute;
    bottom: 0;

    width: 20px;
    height: 20px;

    animation: rise 3s ease-in infinite;
}


@keyframes rise {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    70%{
        opacity: 1;
    }
    100%{
        transform: translateY(-300px);
        opacity: 0;
    }
}

.fish_img{
    width: 80px;
    object-fit: contain;

    margin-left: 15px;
    margin-bottom: 15px;
    height: 50px;

    position: absolute;
    
    bottom: 160px;
    right: -100px;
    animation: swim 5s linear infinite;
}

.fish_img_slow{
    width: 100px;
    object-fit: contain;

    margin-left: 15px;
    margin-bottom: 15px;
    height: 50px;

    position: absolute;
    bottom: 120px;
    right: -100px;
    animation: swim 7s linear infinite;
}

@keyframes swim {
    0% {
        right: -100px;
    }
    100%{
        right: 100%;
    }
}


/*==========================================
under_button
==========================================*/
#under_button{
    background-image: url(../image/background_dkblue.png);
    background-size: cover;
    margin-top: -120px;

    z-index: 15;
    position: relative;
    overflow: hidden;
    padding: 150px 4% 250px;
}

.underbutton_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.know_more{
    font-family: "Kiwi Maru";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    color: #FFF;
    text-align: center;
}

.underbutton_smallbox{
    position: relative;
    width: fit-content;
}

.underbutton_circle{
    position: absolute;
    bottom: 75px;
    left: 65px;

    display: flex;
    width: 55px;
    height: 55px;
    padding: 6px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 27.5px;
}

#underbuttoncircle_eat{
    background-color: #D58D8D;
}

#underbuttoncircle_learn{
    background-color: #97A6DD;
}

#underbuttoncircle_meat{
    background-color: #E3B59B;
}

.underbutton_circle img{
    height: 30px;
    width: 25px;
}

.underbutton_txt{
    height: 100px;
    width: 190px;
    padding: 15px 25px;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-color: #FFFFFF;
    border-radius: 100px;

    font-family: "Kiwi Maru";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.underbutton_EN{
    font-size: 1.6rem;
}

.underbutton_JP{
    font-size: 1.4rem;
}

#underbutton_eat{
    border: 3px solid #D58D8D;
    color: #D58D8D;
}

#underbutton_learn{
    border: 3px solid #97A6DD;
    color: #97A6DD;
}

#underbutton_meat{
    border: 3px solid #E3B59B;
    color: #E3B59B;
}


.scrolldown{
    margin: 20px auto 60px;
    height: 70px;
    width: 300px;
    position: relative;
}

/* 丸の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left: 146px;
    /*丸の形状*/
	width:10px;
	height:10px;
	border-radius: 50%;
	background:#eee;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:50%;
    /*線の形状*/
	width:2px;
	height: 50px;
	background:#eee;
}

.underbutton_smallbox a:hover{
    opacity: 0.8;
}

/*=======  PC 720px  =======*/
    @media screen and (min-width: 720px){
        .underbutton_box {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
    }
    
/*=======  PC 1200px  =======*/
@media screen and (min-width: 1200px){
    .underbutton_box {
        gap: 5px;
    }
}


/*=======  PC 1400px  =======*/
@media screen and (min-width: 1400px){
    .underbutton_box {
        gap: 15px;
    }
}
