@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
    /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
}

.ship_notification {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 90%;
    font-weight: 1000;

}

.ship_ptext {
    text-align: center;
    color: #fff;
    font-size: clamp(20px, 2vw, 40px);
    text-shadow: 2px 2px 1px rgb(0 0 0/ .5);
    letter-spacing: .1rem !important;
}
.shipgo_table td{
	width: 50%;
}
.ship_notification table {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;

}
.ship_notification table tr:nth-of-type(2n+1) {
    background-color: transparent;
}

.ship_notification th,
.ship_notification td {
    border: none !important;
    padding: 8px;
    background-color: rgba(200, 200, 200, .5);
}

.ship_notification tr:first-child {
    border-top: 2px solid none;
}

.ship_notification tr:last-child {
    border-bottom: 2px solid none;
}

.close_shop ,.close_shop02{
    display: none;
}

/* トップページスクロールテキスト */
.scroll_indicator {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.scroll_text {
    writing-mode: vertical-rl;
    /* 縦書きの指定 */
    text-align: center;
    font-size: 16px;
    font-weight: 1000;
    letter-spacing: 5px;
    color: #fff;
    /* 好みで色を変更 */
}

.scroll_line {
    width: 2px;
    height: 30px;
    background-color: #fff;
    /* 好みで色を変更 */
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    animation: scrollLineMove 1.5s infinite ease-in-out;
}

.scroll_line::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #fff;
}

/* アニメーションの定義 */
@keyframes scrollLineMove {
    0% {
        transform: translateY(0);
        /* 初期位置 */
    }

    100% {
        transform: translateY(20px);
        /* 下まで動く */
    }
}

/*カバー用css*/
.cover-parallax {
    background-attachment: fixed;
    background-position: -50% 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: auto;
}

/*h2*/
.h2_text {
    background-color: rgba(255, 255, 255, 0) !important;
    margin-bottom: .5rem !important;
    font-size: clamp(1.5rem, 2vw, 1.8rem) !important;
    padding: 0 !important;
    position: relative;
}

.h2_text::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #000;
    bottom: -3px;
    width: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.h2_text_white {
    background-color: rgba(255, 255, 255, 0) !important;
    margin-bottom: .5rem !important;
    font-size: clamp(1.5rem, 2vw, 1.8rem) !important;
    padding: 0 !important;
    position: relative;
}

.h2_text_white::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #fff;
    bottom: -3px;
    width: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.massage-box {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

/*マージン消去*/
.margin-topdel {
    margin-top: 0 !important;
}

.margin-bottomdel {
    margin-bottom: 0 !important;
}

/*ボタンプリセット*/
.btn_02 a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 230px;
    margin: 0 auto;
    padding: 0.5rem 2.0rem;
    font-weight: bold;
    border: 0.5px solid #c42318;
    background: #c42318;
    color: #fff;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 400;
}

.btn_02 a:hover {
    color: #c42318;
    background: #fff;
    font-weight: 600;
}

.h3_mod {
    padding: 0 0 0 1rem !important;
    border: none !important;
    margin-bottom: 0 !important;
}

.guidetext_mod {
    margin-bottom: 0 !important;
}

.guide_h3 {
    border-left: 5px solid #0F0F0F !important;
}

.guide_h3_other {
    margin-top: 1rem !important;
    border-left: 5px solid #0F0F0F !important;
}

.guide_list_sub {
    font-size: 14px;
    font-weight: 700;
    list-style: none;
}

.guide_list_sub_red {
    font-size: 14px;
    color: red;
    font-weight: 700;
    list-style: none;
}

/*カバー用css*/
.cover-parallax {
    background-attachment: fixed;
    background-position: -50% 0;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: auto;
}

.video-container {
    margin: 0 auto !important;
    text-align: center;
}

.ship_h3_mod {
    padding: 0 0 0 1rem !important;
    border: none !important;
    margin-bottom: .5rem !important;
    border-left: 5px solid #0F0F0F !important;
}

.ship_h3_mod02 {
    padding: 0 0 0 1rem !important;
    border: none !important;
    margin-top: 4rem;
    margin-bottom: .5rem !important;
    border-left: 5px solid #0F0F0F !important;
}

.custom-table th,
.custom-table td {
    padding: 8px 12px;
    vertical-align: top;
}

/* 1列目と2列目の幅を設定 */
.custom-table th:first-child,
.custom-table td:first-child {
    width: 30%;
}

.custom-table th:last-child,
.custom-table td:last-child {
    width: 70%;
}

/* 下線のみ表示 */
.custom-table tr {
    border-bottom: 1px solid #ddd;
    /* 行の下線 */
}

/* テーブルの外枠線を消す */
.custom-table,
.custom-table th,
.custom-table td {
    border: none;
}

.contents-box01 {
    max-width: 1200px !important;
    width: 100%;
    border: solid 1px #fff;
    padding: 1.5rem 0;
    margin: 0 auto;
}

.logo-header {
    text-align: left;
}

.logo-header::before {
    content: "釣りの聖地愛南町での素敵な釣りライフをご提供します";
    display: block;
    font-size: 14px;
    /* サイズを調整してください */
    color: #262626;
    /* 色を調整してください */
    margin-top: 5px;
    /* ロゴヘッダーとの間隔を調整してください */
    padding-left: 15px;
}

.site-logo-image {
    width: 70% !important;
}

@media (width > 1000px) {
    #header-container {
        height: 100px;
    }

    .logo-header img {
        width: 250px !important;
    }

    #navi {
        margin-bottom: -40px;
    }
}

.appeal {
    background-position: center;
    background-size: cover;
}

.appeal-content {
    background-color: transparent;
}

.appeal-title {
    font-size: clamp(26px, 3vw, 32px);
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

#header-container a::after {
    font-weight: 1000;
    position: absolute;
    left: 0;
    content: '';
    width: 90%;
    height: 1px;
    background: #262626;
    bottom: 20px;
    /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
    opacity: 0.5;
    visibility: hidden;
    transition: 0.5s;
}

#header-container a:hover::after {
    visibility: visible;
    bottom: 12px;
    /*アニメーションが止まる位置*/
    opacity: .5;
}

.fishlove {
    opacity: 0;
    transition: opacity 5s ease;
    width: 100%;
    max-width: 900px;
}

.fishlove.show {
    opacity: 1;
}

/*フッター設定*/
.contact_footer{
	text-align: center;
}
.custom-footer-content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.custom-footer-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom-footer-content ul li {
    margin: 10px;
    text-align: center;

}

@media (max-width: 768px) {
    .custom-footer-content ul li {
        flex-basis: calc(50% - 20px) !important;
        /* 横幅が狭くなったら2列表示 */
    }
}

.custom-footer-content a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.custom-footer-content a:hover {
    color: #fff;
    text-shadow: #fff 1px 0 10px;
    font-weight: bold;
    background: none;
    transition: all .3s ease;
}

#footer {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.sitelogo_w{
	max-width: 250px;
	margin: 0 auto;
}
.footer_tel{
	font-size: 46px;
	font-weight: 1000;
}
.footer-in {
    width: 100% !important;
}

.footer-bottom {
    position: static !important;
    text-align: center;
    margin-top: 0;
    padding-bottom: 0;
}

.footer-bottom-logo,
.footer-bottom-content {
    color: #fff;
    position: static;
    float: none !important;
    margin: 0 auto;
    text-align: center;
}

.footer-bottom-logo {
    margin-bottom: 4rem;
}

.logo-footer a span {
    font-size: clamp(1.5rem, 2vw, 1.8rem) !important;
}

.footer-bottom-content {
    font-size: 12px;
}

.contact_footer {
    width: 100%;
    color: #FEFEFE;
}

.contact_footer_wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 0;
}


@media (max-width: 768px) {
    mobile-header-menu-buttons li {
        flex-basis: auto;
    }
}

/*パンくず後のマージン*/
#breadcrumb {
    margin-top: 0.5rem;
    margin-bottom: 3rem;
}
@media (max-width: 512px) {
    #breadcrumb {
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}

/*サイトマップリスト下線とマージン*/
.user_sitmaplist li:first-child {
  border-top: 1px solid rgb(135 135 135 /.5); /* 最初のliだけ上部に線を引く */
  border-bottom: 1px solid rgb(135 135 135 /.5); /* 最初のliにも下部に線 */
  padding: 0 0; /* 上下の余白を調整 */
  width: 100%;
  box-sizing: border-box;
}
.user_sitmaplist li a,
.user_sitmaplist li ul li a{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.user_sitmaplist li {
  border-bottom: 1px solid rgb(135 135 135 /.5); /* 2番目以降のliは下部の線のみ */
  padding: 0 0;
  width: 100%;
  box-sizing: border-box;
}
.user_sitmaplist li ul{
  border-top: 1px solid rgb(135 135 135 /.5); /* 2番目以降のliは下部の線のみ */
  width: 100%;
  box-sizing: border-box;
}
.list_nonebar_top{
	border-top: none !important;
}
.list_nonebar_bottom{
	border-bottom: none !important;
}
/*サイトマップマーカー*/
.user_sitmaplist {
  list-style-type: none; /* デフォルトのリストマーカーを無効化 */
  padding-left: 0; /* 左の余白をなくす */
}
.user_sitmaplist li ul{
  list-style-type: none; /* デフォルトのリストマーカーを無効化 */
}

.user_sitmaplist li a {
  position: relative;
  padding-left: 20px; /* 三角形とリンクテキストが重ならないようにスペースを確保 */
  display: flex;
  align-items: center; /* 三角形とテキストを縦中央に揃える */
  text-decoration: none; /* リンクの下線を無効化 */
  color: inherit; /* テキスト色を親要素に合わせる */
}

.user_sitmaplist li a::before {
  content: ''; /* テキストとしてではなく形状として描画 */
  position: absolute;
  left: 0; /* aタグの左側に配置 */
  top: 50%; /* 縦の中央に配置 */
  transform: translateY(-50%); /* 正確に中央に揃える */
  border-top: 4px solid transparent; /* 上側の透明な三角形の一辺 */
  border-bottom: 4px solid transparent; /* 下側の透明な三角形の一辺 */
  border-left: 6px solid #c92a40; /* 左側の赤い三角形の一辺 */
}