@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/* サブメニューの枠線と余白を整えて吹き出しベースを作る */
.c-gnav .sub-menu {
    overflow: visible !important; /* 矢印（疑似要素）をはみ出させて表示する設定 */
    border: 1px solid #ddd;       /* 吹き出しの枠線の色 */
    border-radius: 6px;           /* 吹き出しの角の丸み */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* 吹き出しに自然な影をつける */
    margin-top: 15px;             /* メニューと吹き出しの間の距離（お好みで調整） */
}

/* 吹き出しの上の矢印（内側の塗りつぶし） */
.c-gnav .sub-menu::before {
    content: "";
    position: absolute;
    top: -8px;                    /* 矢印を上に飛び出させる */
    left: 48%;                   /* 矢印の横位置（左端からの距離） */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 1;
	background:none;
}

/* 吹き出しの上の矢印（枠線部分） */
.c-gnav .sub-menu::after {
    content: "";
    position: absolute;
    top: -9px;                    /* 枠線用に1pxだけbeforeより上に配置 */
    left: 48%;                   /* beforeと同じ数値にする */
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff; /* .sub-menuのborderと同じ色にする */
    z-index: 2;
}


.c-pageTitle__subTitle {display: none !important;}

.w-beforeFooter {margin: 0em auto 3em !important;}
.l-content {margin: 0 auto 0em !important;}

#gt_float_wrapper{top:60px !important;}
@media screen and (max-width: 768px) {
#gt_float_wrapper{
	top:10px !important;
	right:0px !important;
	}
}
.gt_float_switcher {font-size: 14px !important;}

.c-postThumb__cat[data-cat-id="12"] {
  background-color: #f9be00;
}
.c-postThumb__cat[data-cat-id="13"] {
  background-color: #02693e;
}

/* --- 5つ目のタブを「赤」にする設定 --- */

/* 1. 選択中・ホバー時の「背景と文字」 */
.swell-block-tab .c-tabList__item:nth-child(4) .c-tabList__button:hover,
.swell-block-tab .c-tabList__item:nth-child(4) .c-tabList__button[aria-selected="true"] {
	background-color: #fff; /* 濃い赤背景 */
	color: #3e3e3e;            /* 白文字 */
}

/* 2. 吹き出しスタイルの「三角」の色（選択中 ＋ ホバー時も追加！） */
.swell-block-tab.is-style-balloon .c-tabList__item:nth-child(4) .c-tabList__button:hover::before,
.swell-block-tab.is-style-balloon .c-tabList__item:nth-child(4) .c-tabList__button[aria-selected="true"]::before {
	border-top-color: #fff;
}
/* ふきだしの矢印（三角形）の色設定 */
.is-style-balloon .c-tabList__button::before {
    border-top-color: #fff;
}


/* --- 4つ目のタブを「赤」にする設定 --- */

/* 1. 選択中・ホバー時の「背景と文字」 */
.swell-block-tab .c-tabList__item:nth-child(5) .c-tabList__button:hover,
.swell-block-tab .c-tabList__item:nth-child(5) .c-tabList__button[aria-selected="true"] {
	background-color: #02693e; /* 濃い赤背景 */
	color: #ffffff;            /* 白文字 */
}

/* 2. 吹き出しスタイルの「三角」の色（選択中 ＋ ホバー時も追加！） */
.swell-block-tab.is-style-balloon .c-tabList__item:nth-child(5) .c-tabList__button:hover::before,
.swell-block-tab.is-style-balloon .c-tabList__item:nth-child(5) .c-tabList__button[aria-selected="true"]::before {
	border-top-color: #02693e;
}

/* --- 5つ目のタブを「赤」にする設定 --- */

/* 1. 選択中・ホバー時の「背景と文字」 */
.swell-block-tab .c-tabList__item:nth-child(3) .c-tabList__button:hover,
.swell-block-tab .c-tabList__item:nth-child(3) .c-tabList__button[aria-selected="true"] {
	background-color: #f9be00; /* 濃い赤背景 */
	color: #ffffff;            /* 白文字 */
}

/* 2. 吹き出しスタイルの「三角」の色（選択中 ＋ ホバー時も追加！） */
.swell-block-tab.is-style-balloon .c-tabList__item:nth-child(3) .c-tabList__button:hover::before,
.swell-block-tab.is-style-balloon .c-tabList__item:nth-child(3) .c-tabList__button[aria-selected="true"]::before {
	border-top-color: #f9be00;
}
/* ふきだしの矢印（三角形）の色設定 */
.is-style-balloon .c-tabList__button::before {
    border-top-color: #f9be00;
}

.c-gnav>.menu-item>a .ttl {
font-weight:600;
}

.top #content {
padding-top:0!important;
}

.follow-banner {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: var(--color_main);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  transition: opacity 0.25s;
}

.follow-banner a:hover {
  opacity: 0.7;
}

.follow-banner .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .follow-banner {
    display: none;
  }
}

.follow-banner_left {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 20;
}

.follow-banner_left a {
  display: flex;
  align-items: center;
  gap: 0.5em;
  writing-mode: vertical-rl;
  color: #fff;
  background-color: #06C755;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1.5em 1em;
  border-radius:0 10px 10px 0;
  transition: opacity 0.25s;
}

.follow-banner_left a:hover {
  opacity: 0.7;
}

.follow-banner_left .swl-inline-icon::after {
  left: 50%;
  transform: translateX(-50%);
}

/* スマホでは非表示に */
@media screen and (max-width: 599px) {
  .follow-banner_left {
    display: none;
  }
}

#footer{
background-image:url(https://sync-w.com/www.a-misono.com/wp-content/uploads/514927.png);
background-color:rgba(255,255,255,0.8);
background-blend-mode:lighten
}