@charset "utf-8";

/* pattern common
================================================== */
/* wrap */
#tmp_main2{
    background-color: #261d20;
    background-image: url(/shared/templates/miryoku_seafood_free/images/main/main_back_01.png);
    background-repeat: repeat-y;
    background-position: right -300px top 0;
    color: #ffffff;
}
/* title */
.seafood_ttl{
    margin-bottom: 40px;
    padding: 5px 0 6px 49px;
    background-color: transparent;
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/pattern_ttl_circle.png), -webkit-gradient(linear, left top, right top, color-stop(50%, #dd2c28), color-stop(50%, #ce6877));
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/pattern_ttl_circle.png), -moz-linear-gradient(left, #dd2c28 50%, #ce6877 50%);
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/pattern_ttl_circle.png), -o-linear-gradient(left, #dd2c28 50%, #ce6877 50%);
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/pattern_ttl_circle.png), linear-gradient(90deg, #dd2c28 50%, #ce6877 50%);
    background-repeat: no-repeat;
    background-position: 0 14px, left bottom;
    background-size: auto, 100% 1px;
    font-weight: normal;
    font-size: 188.89%;
    line-height: 1.7;
    color: inherit;
    letter-spacing: 1.1px;
}
.seafood_subttl{
    margin-bottom: 19px;
    padding: 4px 0 4px 24px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bf2222), to(#8f1a1a));
    background-image: -moz-linear-gradient(bottom, #bf2222, #8f1a1a);
    background-image: -o-linear-gradient(bottom, #bf2222, #8f1a1a);
    background-image: linear-gradient(0deg, #bf2222, #8f1a1a);
    background-repeat: no-repeat;
    background-position: 0 6px;
    background-size: 4px calc(100% - 17px);
    font-weight: normal;
    font-size: 133.33%;
    line-height: 1.6;
    color: inherit;
}
/* carousel */
.seafood_carousel{
    display: flex;
    flex-direction: column-reverse;
}
.seafood_carousel .slide_item a{
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
.seafood_carousel .slide_item a:focus-visible:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 2px;
    pointer-events: none;
    z-index: 1;
}
.seafood_carousel .slide_item a:focus-visible{
    outline: none;
}
.seafood_carousel .slide_item img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.seafood_carousel .slide_title{
    padding: 4px 0 4px 22px;
    background: transparent url(/shared/templates/miryoku_seafood_free/images/icon/arrow_link_rgt.png) no-repeat 0 12px;
    font-size: 88.9%;
    font-weight: normal;
    color: #ffffff;
    line-height: 1.8;
}
.seafood_carousel .splide__controls{
	display: flex;
    justify-content: center;
    align-items: center;
}
.seafood_carousel .splide__toggle{
    position: relative;
	display: inline-block;
    padding: 5px 0 2px 18px;
	min-width: 67px;
    text-decoration: none;
    font-size: 77.8%;
    line-height: 1.3;
    color: #222222;
    font-weight: 500;
    letter-spacing: 0.05em;
    z-index: 2;
    margin-right: 10px;
}
.seafood_carousel .splide__toggle:before,
.seafood_carousel .splide__toggle.is-active:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	background-color: #991b1b;
	width: 4px;
	height: 12px;
	color: #ffffff;
    z-index: -1;
}
.seafood_carousel .splide__toggle.is-active:after {
	left: 6px;
}
.seafood_carousel .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #991b1b;
	background-color: transparent;
}
.seafood_carousel .splide__toggle + .splide__progress{
    margin-left: 12px;
    margin-right: 0;
}
.seafood_carousel .splide__progress {
    display: flex;
	align-items: flex-end;
    margin: 0 18px 0 12px;
}
.seafood_carousel .splide__progress p {
    color: #ffffff;
	line-height: 1;
}
.seafood_carousel .progress_current {
	font-size: 133.3%;
}
.seafood_carousel .progress_total {
	position: relative;
    padding-left: 20px;
}
.seafood_carousel .progress_total:before {
	content: '';
	position: absolute;
	left: 10px;
    top: 0;
	background-color: #ffffff;
	width: 1px;
	height: 84%;
	color: #222222;
	transform: rotate(25deg);
}
.seafood_carousel .splide__arrow{
    position: static;
	background-color: #991b1b;
    background-position: center center;
    background-repeat: no-repeat;
	width: 44px;
	height: 44px;
    border: 2px solid #991b1b;
    border-radius: 50%;
	color: inherit;
	line-height: 1;
	text-indent: 100%;
    overflow: hidden;
    appearance: none;
    white-space: nowrap;
	opacity: 1;
    transform: none;
    transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out;
}
.seafood_carousel .splide__arrow--prev{
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_prev.png);
    background-position: calc(50% - 2px) calc(50% + 1px);
}
.seafood_carousel .splide__arrow--next{
	background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_next.png);
    background-position: calc(50% + 1px) calc(50% + 1px);
}

/* heading
================================================== */
.seafood_heading{
    position: relative;
    padding: 36px 0 39px;
    background: #261d20 url(/shared/templates/miryoku_seafood_free/images/icon/heading_pattern_rp.png);
    background-repeat: repeat-x;
    background-position: left top;
}
.seafood_heading:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: 174px;
    top: 1px;
    background: transparent url(/shared/templates/miryoku_seafood_free/images/icon/heading_pattern_txt.png) no-repeat;
    background-size: auto 196px;
    width: 186px;
    max-width: calc(50% - 174px);
    height: 196px;
}
.seafood_heading .heading_ttl{
    position: relative;
    padding-bottom: 6px;
    background: transparent url(/shared/templates/miryoku_seafood_free/images/icon/heading_pattern_line.png) no-repeat center bottom;
    font-size: 200%;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
}
.seafood_heading .heading_ttl .txt_large{
    display: block;
    margin-top: 4px;
    font-size: 133.33%;
    letter-spacing: -0.02em;
}

/* mainvisual
================================================== */
.seafood_mainvisual{
    margin-bottom: 97px;
}
.seafood_mainvisual .splide{
    margin-bottom: 54px;
}
.seafood_mainvisual .splide__controls{
    position: absolute;
    right: calc((100% - 1200px) / 2);
    bottom: 20px;
    padding: 10px 20px 8px;
    background-color: #ffffff;
    z-index: 2;
}
.seafood_mainvisual .splide__progress p{
    color: #222222;
}
.seafood_mainvisual .progress_total:before{
    background-color: #222222;
    color: #ffffff;
}
.seafood_mainvisual .seafood_carousel .splide__arrow,
.seafood_mainvisual .seafood_carousel .splide__arrow:hover {
    border: none !important;
    background-color: #ffffff;
    border-radius: 0;
    width: 14px;
    height: 20px;
    background-position: center center;
    color: #222222;
    display: block;
    text-indent: -99999px;
}
.seafood_mainvisual .seafood_carousel .splide__arrow--prev,
.seafood_mainvisual .seafood_carousel .splide__arrow--prev:hover{
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_prev_hv.png);
}
.seafood_mainvisual .seafood_carousel .splide__arrow--next,
.seafood_mainvisual .seafood_carousel .splide__arrow--next:hover{
	background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_next_hv.png);
}
.seafood_mainvisual .mv_text{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1000px;
    position: relative;
    z-index: 1;
}
.seafood_mainvisual .mv_text > p{
    line-height: 1.8;
}

/* intro
================================================== */
.seafood_intro{
    margin-bottom: 97px;
    position: relative;
}
.seafood_intro .container {
    position: relative;
}
.seafood_intro .container::before {
    content: '';
    position: absolute;
    top: -216px;
    right: -30px;
    transform: translateX(50%);
    width: 298px;
    height: 247px;
    background: url(/shared/templates/miryoku_seafood_free/images/main/main_back_02.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.seafood_intro .intro_img{
    margin-bottom: 34px;
}
.seafood_intro .intro_img img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.seafood_intro .intro_text{
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1000px;
    line-height: 1.8;
}

/* food
================================================== */
.seafood_food{
    margin-bottom: 120px;
}
.seafood_food .seafood_ttl{
    margin-bottom: 39px;
    padding-bottom: 8px;
}
.seafood_food .food_list{
    display: flex;
    flex-flow: row wrap;
    gap: 20px 1px;
}
.seafood_food .food_list .item{
    list-style: none;
    width: calc((100% - 2px) / 3);
    font-size: 88.9%;
    line-height: 1.5;
}
.seafood_food .food_list .item_inner{
    position: relative;
    background: #70571e url(/shared/templates/miryoku_seafood_free/images/icon/food_pattern_rgt.png) no-repeat right bottom;
    color: #ffffff;
    height: 100%;
}
.seafood_food .food_list .item_lbl{
    position: absolute;
    top: 0;
    left: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 12px 15px 11px;
    background-color: #8f1a1a;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#bf2222), to(#8f1a1a));
    background-image: -moz-linear-gradient(bottom, #bf2222 0%, #8f1a1a 100%);
    background-image: -o-linear-gradient(bottom, #bf2222 0%, #8f1a1a 100%);
    background-image: linear-gradient(0deg, #bf2222 0%, #8f1a1a 100%);
    background-repeat: no-repeat;
    min-height: 102px;
    max-height: 200px;
    max-width: calc(100% - 34px);
    overflow-y: auto;
    color: #ffffff;
    font-size: 150%;
    line-height: 1;
    writing-mode: vertical-lr;
    z-index: 2;
}
.seafood_food .food_list .item_img{
    position: relative;
}
.seafood_food .food_list .item:not(:nth-child(3n), :last-child) .item_img:after{
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #70571e;
}
.seafood_food .food_list img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.seafood_food .food_list .item_des{
    padding: 13px 31px 20px;
    line-height: 1.9;
}

/* order
================================================== */
.seafood_order{
    padding-bottom: 120px;
    position: relative;
}
.seafood_order .container {
    position: relative;
}
.seafood_order .container::before {
    content: '';
    position: absolute;
    bottom: -120px;
    left: 0;
    transform: translateX(-50%);
    width: 294px;
    height: 350px;
    background: url(/shared/templates/miryoku_seafood_free/images/main/main_back_03.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
}
.seafood_order .order_wrapper{
    position: relative;
    padding: 33px calc((58 / 1200) * 100%) 58px;
    background: transparent url(/shared/templates/miryoku_seafood_free/images/icon/order_pattern_rp.png) repeat;
    border: 2px solid #70571e;
    color: inherit;
    z-index: 1;
}
.seafood_order .order_wrapper:before,
.seafood_order .order_wrapper:after{
    content: '';
    position: absolute;
    pointer-events: none;
}
.seafood_order .order_wrapper:before{
    left: 4px;
    top: 4px;
    bottom: 4px;
    right: 4px;
    border: 1px solid #991b1b;
    z-index: 1;
}
.seafood_order .order_wrapper:after{
    top: -2px;
    left: 0;
    right: 0;
    background: transparent url(/shared/templates/miryoku_seafood_free/images/icon/order_ttl_circle.png) no-repeat center top;
    background-size: 462px auto;
    height: 206px;
    z-index: -1;
}
.seafood_order .order_title{
    margin-bottom: 42px;
    font-size: 188.89%;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}
.seafood_order .order_cnt{
    display: flex;
    flex-flow: row wrap;
    gap: 44px 20px;
}
.seafood_order .order_blog{
    width: calc(50% - 10px);
}
.seafood_order .order_blog .blog_box a{
    display: block;
    color: inherit;
}
.seafood_order .order_blog .blog_box a:focus-visible:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff;
    border-radius: 2px;
    pointer-events: none;
    z-index: 1;
}
.seafood_order .order_blog .blog_box img{
    transition: opacity 0.3s ease-in-out;
}
.seafood_order .order_blog .blog_box a:focus-visible{
    outline: none;
}
.seafood_order .order_blog img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
/* store */
#tmp_seafood_store{
    width: 100%;
}
#tmp_seafood_store .order_carousel{
    padding-right: 20px;
}
#tmp_seafood_store .item_list{
    display: flex;
    flex-flow: row wrap;
    gap: 0 20px;
}
#tmp_seafood_store .item_list .slide_item{
    width: calc(25% - 15px);
}
#tmp_seafood_store .splide__controls{
    margin-top: 18px;
    padding-left: 19px;
    padding-bottom: 10px;
}
#tmp_seafood_store .progress_current{
    min-width: 30px;
    text-align: right;
}
#tmp_seafood_store .progress_total{
    min-width: 44px;
}
/* travel */
#tmp_seafood_travel .seafood_subttl{
    margin-left: 3px;
}

/* map
================================================== */
.seafood_map{
    padding: 120px 10px;
    background: transparent url(/shared/templates/miryoku_seafood_free/images/icon/map_bgr.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
}
#tmp_seafood_map .seafood_effect{
    overflow: visible;
}
.seafood_map .map_wrapper{
    position: relative;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    max-width: 800px;
    color: #ffffff;
    text-align: center;
}
.seafood_map .map_wrapper:before{
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 6px;
    right: 6px;
    border: 1px solid #991b1b;
    z-index: 1;
    pointer-events: none;
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/map_blank_link_icon_pc.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 36px auto;
}
.seafood_map .map_inner{
    position: relative;
}
.seafood_map .map_inner:before,
.seafood_map .map_inner:after{
    content: '';
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: inherit;
    z-index: 1;
    pointer-events: none;
}
.seafood_map .map_inner:before{
    left: -69px;
    bottom: -69px;
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/map_pattern_lft.png);
    width: 264px;
    height: 260px;
}
.seafood_map .map_inner:after{
    right: -64px;
    top: -54px;
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/map_pattern_rgt.png);
    width: 194px;
    height: 182px;
}
.seafood_map .map_inner > a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent url(/shared/templates/miryoku_seafood_free/images/main/map_img_pc.png) no-repeat center center;
    width: 800px;
    max-width: 100%;
    height: 180px;
    background-size: 100% auto;
    box-shadow: 3.536px 3.536px 19px 1px rgba(23, 7, 4, 0.3);
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    color: inherit;
    text-indent: -9999px;
    text-decoration: none;
}
.seafood_map .map_subttl,
.seafood_map .map_ttl{
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    z-index: -1;
}
.seafood_map .map_subttl{
    margin-bottom: 19px;
    font-size: 133.33%;
    font-weight: 500;
    line-height: 1.6;
}
.seafood_map .map_ttl{
    font-size: 188.89%;
    font-weight: bold;
    line-height: 1.2;
}
.seafood_map .map_inner img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/* setting font family
================================================== */
.seafood_ttl,
.seafood_heading .heading_ttl,
.seafood_order .order_title{
    font-family: '游明朝', Yu Mincho, 'メイリオ', Meiryo, serif;
}
.seafood_subttl,
.seafood_carousel .splide__progress > p,
.seafood_mainvisual .mv_text > p,
.seafood_intro .intro_text,
.seafood_food .food_list .item_lbl,
.seafood_food .food_list .item_des,
.seafood_carousel .slide_title{
    font-family: "OT-UDShinGoPr6N-Regular", 'メイリオ', Meiryo, sans-serif;
}
.seafood_carousel .splide__toggle{
	font-family: "OT-UDShinGoPr6N-Medium", 'メイリオ', Meiryo, sans-serif;
}

/* setting hover
================================================== */
.seafood_carousel .slide_img{
    position: relative;
}
.seafood_carousel .slide_img:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 2px solid #991b1b;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.seafood_carousel .slide_item a:hover .slide_title,
.seafood_carousel .splide__toggle:hover{
    text-decoration: underline;
}
.seafood_carousel .slide_item a:hover .slide_img:before{
    opacity: 1;
}
.seafood_carousel .splide__arrow:hover{
    background-color: #ffffff;
}
.seafood_carousel .splide__arrow--prev:hover{
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_prev_hv.png);
}
.seafood_carousel .splide__arrow--next:hover{
	background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_next_hv.png);
}
.seafood_map .map_inner > a:hover,
.seafood_order .order_blog .blog_box a:hover img{
    opacity: 0.7;
}

/* setting effect
================================================== */
.seafood_effect{
    overflow: hidden;
}
.effect_fadeup {
	opacity: 0;
	transform: translateY(100%);
	transition-duration: 50ms;
}
.fade_completed .effect_fadeup {
    opacity: 1;
	transform: translateY(0);
    transition-duration: 0ms;
}
.effect_fadein {
	opacity: 0;
	transition-duration: 50ms;
}

/* ==================================================
/* linkicon_start
================================================== */
/* system */
#tmp_seafood_store_effect .icon_blank,
#tmp_seafood_store_effect .icon_ext,
#tmp_contents .icon_blank,
#tmp_contents .icon_ext {
display:inline-block;
vertical-align:middle;
width:20px;height:20px;
margin-left: 14px;
background-repeat: no-repeat;
-webkit-background-size: 100% auto;
-moz-background-size: 100% auto;
background-size: 100% auto;
background-position: left top;border: 0!important;
clip: rect(0,0,0,0)!important;
overflow: hidden!important;
text-indent: 100%!important;
white-space: nowrap!important;
}
#tmp_seafood_store_effect .icon_blank,
#tmp_contents .icon_blank {
background-image: url(/shared/templates/miryoku_seafood_free/images/icon/icon_link_wht.png);
}
#tmp_seafood_store_effect .icon_ext,
#tmp_contents .icon_ext {
background-image: url(/shared/templates/miryoku_seafood_free/images/icon/icon_external_wht.png);
}
#tmp_seafood_store_effect .slide_item .icon_target_flg_self {
    display: none;
}
/* ==================================================
/* linkicon_end
================================================== */

/* setting style accessbility
================================================== */
/* color */
.color_black #tmp_wrapper .seafood_map .map_inner:before,
.color_black #tmp_wrapper .seafood_map .map_inner:after,
.color_black #tmp_wrapper .seafood_heading:before,
.color_black #tmp_wrapper .seafood_food .food_list .item:not(:nth-child(3n), :last-child) .item_img:after,
.color_black #tmp_wrapper .seafood_order .order_wrapper:after,
.color_blue #tmp_wrapper .seafood_map .map_inner:before,
.color_blue #tmp_wrapper .seafood_map .map_inner:after,
.color_blue #tmp_wrapper .seafood_heading:before,
.color_blue #tmp_wrapper .seafood_food .food_list .item:not(:nth-child(3n), :last-child) .item_img:after,
.color_blue #tmp_wrapper .seafood_order .order_wrapper:after,
.color_yellow #tmp_wrapper .seafood_map .map_inner:before,
.color_yellow #tmp_wrapper .seafood_map .map_inner:after,
.color_yellow #tmp_wrapper .seafood_heading:before,
.color_yellow #tmp_wrapper .seafood_food .food_list .item:not(:nth-child(3n), :last-child) .item_img:after,
.color_yellow #tmp_wrapper .seafood_order .order_wrapper:after{
    content: none;
}
.color_black #tmp_wrapper .seafood_mainvisual .splide__controls,
.color_black #tmp_wrapper .seafood_map .map_inner > a,
.color_black #tmp_wrapper .seafood_carousel .splide__arrow,
.color_black #tmp_wrapper .seafood_food .food_list .item_inner,
.color_black #tmp_wrapper .seafood_food .food_list .item_lbl,
.color_blue #tmp_wrapper .seafood_mainvisual .splide__controls,
.color_blue #tmp_wrapper .seafood_map .map_inner > a,
.color_blue #tmp_wrapper .seafood_carousel .splide__arrow,
.color_blue #tmp_wrapper .seafood_food .food_list .item_inner,
.color_blue #tmp_wrapper .seafood_food .food_list .item_lbl,
.color_yellow #tmp_wrapper .seafood_mainvisual .splide__controls,
.color_yellow #tmp_wrapper .seafood_map .map_inner > a,
.color_yellow #tmp_wrapper .seafood_carousel .splide__arrow,
.color_yellow #tmp_wrapper .seafood_food .food_list .item_inner,
.color_yellow #tmp_wrapper .seafood_food .food_list .item_lbl{
    border: 1px solid;
}
.color_black #tmp_wrapper .seafood_heading,
.color_blue #tmp_wrapper .seafood_heading,
.color_yellow #tmp_wrapper .seafood_heading,
.color_black #tmp_wrapper .seafood_map,
.color_blue #tmp_wrapper .seafood_map,
.color_yellow #tmp_wrapper .seafood_map{
    border-top: 1px solid;
}
.color_black #tmp_wrapper .seafood_food .food_list .item_lbl,
.color_blue #tmp_wrapper .seafood_food .food_list .item_lbl,
.color_yellow #tmp_wrapper .seafood_food .food_list .item_lbl{
    border-top: none;
}
.color_black #tmp_wrapper .seafood_map .map_wrapper:before,
.color_blue #tmp_wrapper .seafood_map .map_wrapper:before,
.color_black #tmp_wrapper .seafood_order .order_wrapper:before,
.color_blue #tmp_wrapper .seafood_order .order_wrapper:before{
    border-color: #ffff00;
}
.color_yellow #tmp_wrapper .seafood_map .map_wrapper:before,
.color_yellow #tmp_wrapper .seafood_order .order_wrapper:before{
    border-color: #000000;
}
.color_black #tmp_wrapper .seafood_carousel .splide__toggle:not(.is-active):before,
.color_blue #tmp_wrapper .seafood_carousel .splide__toggle:not(.is-active):before{
    border-left-color: #ffffff;
}
.color_yellow #tmp_wrapper .seafood_carousel .splide__toggle:not(.is-active):before{
    border-left-color: #0000FF;
}
.color_black #tmp_wrapper .seafood_carousel .splide__toggle:before,
.color_black #tmp_wrapper .seafood_carousel .splide__toggle.is-active:after,
.color_blue #tmp_wrapper .seafood_carousel .splide__toggle:before,
.color_blue #tmp_wrapper .seafood_carousel .splide__toggle.is-active:after{
    background-color: #ffffff !important;
}
.color_yellow #tmp_wrapper .seafood_carousel .splide__toggle:before,
.color_yellow #tmp_wrapper .seafood_carousel .splide__toggle.is-active:after{
    background-color: #0000FF !important;
}
.color_black #tmp_wrapper .seafood_carousel .progress_total:before,
.color_blue #tmp_wrapper .seafood_carousel .progress_total:before{
    background-color: #ffff00;
}
.color_yellow #tmp_wrapper .seafood_carousel .progress_total:before{
    background-color: #000000;
}
.color_black #tmp_wrapper .seafood_carousel .splide__toggle:not(.is-active):before,
.color_blue #tmp_wrapper .seafood_carousel .splide__toggle:not(.is-active):before,
.color_yellow #tmp_wrapper .seafood_carousel .splide__toggle:not(.is-active):before{
    background-color: transparent !important;
}
.color_black #tmp_wrapper .seafood_carousel .splide__arrow--prev,
.color_blue #tmp_wrapper .seafood_carousel .splide__arrow--prev{
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_prev.png) !important;
}
.color_black #tmp_wrapper .seafood_carousel .splide__arrow--next,
.color_blue #tmp_wrapper .seafood_carousel .splide__arrow--next{
	background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_next.png) !important;
}
.color_yellow #tmp_wrapper .seafood_carousel .splide__arrow--prev{
    background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .seafood_carousel .splide__arrow--next{
	background-image: url(/shared/templates/miryoku_seafood_free/images/icon/slide_arrow_next_bl.png) !important;
}
.color_black #tmp_wrapper .seafood_map .map_inner > a,
.color_blue #tmp_wrapper .seafood_map .map_inner > a,
.color_yellow #tmp_wrapper .seafood_map .map_inner > a{
    padding: 30px;
    min-height: 180px;
    height: auto;
    text-indent: inherit;
}
.color_black #tmp_wrapper .seafood_map .map_subttl,
.color_black #tmp_wrapper .seafood_map .map_ttl,
.color_blue #tmp_wrapper .seafood_map .map_subttl,
.color_blue #tmp_wrapper .seafood_map .map_ttl,
.color_yellow #tmp_wrapper .seafood_map .map_subttl,
.color_yellow #tmp_wrapper .seafood_map .map_ttl{
    text-indent: inherit;
    z-index: inherit;
}
.color_black #tmp_wrapper .seafood_map .map_inner > a:hover,
.color_blue #tmp_wrapper .seafood_map .map_inner > a:hover,
.color_yellow #tmp_wrapper .seafood_map .map_inner > a:hover{
    text-decoration: underline;
}
.color_black .seafood_intro .container::before,
.color_blue .seafood_intro .container::before,
.color_yellow .seafood_intro .container::before {
    content: none;
}
.color_black .seafood_order .container::before,
.color_blue .seafood_order .container::before,
.color_yellow .seafood_order .container::before {
    content: none;
}

/* fsize */
.fsize_small #tmp_wrapper .seafood_ttl{
    background-position: 0 6px, left bottom;
}
.fsize_small #tmp_wrapper .seafood_carousel .slide_title{
    padding-top: 8px;
    padding-bottom: 8px;
    background-position: 0 10px;
}
.fsize_small #tmp_wrapper .seafood_carousel .splide__toggle:before,
.fsize_small #tmp_wrapper .seafood_carousel .splide__toggle.is-active:after{
    top: 4px;
}

/* fri */
.translated-ltr #tmp_wrapper .seafood_food .food_list .item_lbl,
.furigana_on #tmp_wrapper .seafood_food .food_list .item_lbl{
    padding: 11px 15px;
    writing-mode: inherit;
    min-height: auto;
}
.furigana_on #tmp_wrapper .seafood_carousel .slide_title{
    padding-top: 12px;
    padding-bottom: 12px;
    background-position: 0 18px;
}

/* no splide & no js */
.no_javascript #tmp_wrapper .seafood_carousel{
    visibility: visible;
}
.no_javascript #tmp_wrapper .seafood_carousel .splide__track{
    overflow-y: auto;
}
.no_javascript #tmp_wrapper #tmp_seafood_mv_carousel{
    margin: 0 auto 54px;
    max-width: 1440px;
}
.no_javascript #tmp_wrapper #tmp_seafood_mv_carousel .splide__track{
    max-height: 810px;
}
.no_javascript #tmp_wrapper #tmp_seafood_mv_carousel .splide__list,
#tmp_seafood_mv_carousel.no-splide .splide__list{
    flex-direction: column;
    row-gap: 20px;
}
.no_javascript #tmp_wrapper #tmp_seafood_store_carousel .splide__track{
    max-height: 236px;
}
.no_javascript #tmp_wrapper #tmp_seafood_store_carousel .splide__list{
    flex-flow: row wrap;
    gap: 20px;
}
#tmp_seafood_store_carousel.no-splide .splide__list{
    flex-direction: column;
}
#tmp_seafood_store_carousel.no-splide .item_list{
    flex-flow: row wrap;
    gap: 20px;
}
.no_javascript #tmp_wrapper #tmp_seafood_store_carousel .slide_item,
#tmp_seafood_store_carousel.no-splide .slide_item{
    width: calc(25% - 15px);
}
.no_javascript #tmp_wrapper .effect_fadeup{
    transform: none;
}
.no_javascript #tmp_wrapper .effect_fadeup,
.no_javascript #tmp_wrapper .effect_fadein{
    opacity: 1;
}

