@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
*/

body {
    font-family: "ryo-gothic-plusn", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
}

.c-listMenu.c-listMenu li {
	display: inline-block;
	font-size: 14px;
}

.c-gnav .sub-menu a:before, .c-listMenu a:before {
	display: none;
}

.c-listMenu a {
	border-bottom: none;
}

.l-footer__foot {
	padding: 0.35em 0;
}

/* ホーム */
/* スライダー */
#pcp_wrapper-134 h2 {
	padding: 0 !important;
}

.swiper-wrapper .sp_pcp_cf_list div {
	margin-bottom: 10px !important;
}

/* アイコンのカラー */
.fa-subway:before,
.fa-map-marker:before {
	color: #005de8;
}

/* 都道府県のボタン */
.btn-pref .is-style-btn_line {
	display: inline-flex;
	gap: 10px;
	width: 19.7%;
	margin: 0 0 10px 0 !important;
	padding: 0 10px;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}

.btn-pref .is-style-btn_line a {
	width: 100%;
}


/* パンくずリストにタイトルを表示 */

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
display:block;
}

/* パンくずのホームアイコン・カテゴリのフォルダアイコン削除 */
.icon-home:before,
.c-categoryList:before {
	display: none;
}

/* アーカイブページ */
/* タイトル横「Category」の文字削除 */
.c-pageTitle__subTitle.u-fz-14 {
	display: none;
}

/* 投稿ページ用 */
/* コンテンツ内のスペースの調整 */
.l-mainContent__inner>.post_content {
	margin: 2em 0;
	padding: 0;
}

.basyo__list--box {
    /*
    display: flex を指定すると
    その要素のすぐ下（子要素）がすべて、水平＋上揃えで整列する
    */
    display: flex;

    /* align-items を変更して上下中央に */
    align-items: center;

    background-color: #fbfbfb;
    border: solid 1px #f2f2f2;
}

/* GoogleMap */
iframe {
	width: 100%;
	height: 250px;
	border: none;
}

/* タブ全体 */
.c-tabList {
  display: inline-flex;
  border-bottom: 2px solid #dcdcdc;
  margin-bottom: 20px;
}

/* 各タブボタンの基本スタイル */
.c-tabList__button {
  background: none;
  border: none;
  padding: 6.5px 11px;
  font-size: 16px;
  font-weight: bold;
  color: #005de8;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: color 0.3s, border-color 0.3s;
  position: relative;
  z-index: 1;
}

/* 非アクティブタブの hover：色を変えない */
.c-tabList__button[aria-selected="false"]:hover {
  color: #005de8 !important;
}

/* アクティブタブ */
.c-tabList__button[aria-selected="true"] {
  color: #000;
  font-weight: bold;
  border: 1px solid #9f9f9f;
  border-bottom-color: #fff !important; /* 下線だけ消す */
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  z-index: 2; /* 枠線より前面に出す */
}

/* SWELLなどの特殊スタイルを上書きする場合 */
.is-style-default > .c-tabList .c-tabList__button {
  opacity: 1;
}

.is-style-default > .c-tabList .c-tabList__button:hover,
.is-style-default > .c-tabList .c-tabList__button[aria-selected="true"] {
  color: #383838;
  background-color: #fff;
}

/* タブの中身 */
.c-tabPanel {
  border: 1px solid #ccc;
  border-top: none;
  padding: 20px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}



/* 投稿の2つ目、3つ目のスライダー用 */

.slider-for img,
.slider-for2 img {
	width: 798px !important;
	height: 100%;
	object-fit: contain !important;
}

.slider-nav img,
.slider-nav2 img{
	flex-grow: 0 !important; /* ギャラリーで使えるよう調整 */
	flex-shrink: 1 !important; /* ギャラリーで使えるよう調整 */
	flex-basis: auto !important; /* ギャラリーで使えるよう調整 */
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	cursor: pointer !important;
}

.slider-nav .wp-block-image.slick-slide,
.slider-nav2 .wp-block-image.slick-slide{
	width: 120px !important;
}

/* 投稿の2つ目のスライダーのサムネイルの透過 */

.slider-nav .slick-slide,
.slider-nav2 .slick-slide{
  opacity: 0.5; /* ← すべてのサムネイルを薄くする */
  transition: opacity 0.3s;
	border: 2px solid #fff;
}

.slider-nav .slick-current,
.slider-nav2 .slick-current {
  opacity: 1; /* ← 選ばれているサムネイルはくっきり表示！ */
	border: 2px solid #005de8;
}

/* サムネイルの左寄せ */
.slider-nav,
.slider-nav2{
  text-align: left;
}

.slider-nav .slick-track,
.slider-nav2 .slick-track{
	width: auto !important;
  margin-left: 0 !important;
}

/* 追加 */
.slider-for2 {
  min-height: 200px;
  display: block;
  opacity: 1;
  visibility: visible;
}

.slider-for2,
.slider-for2 .slick-slide,
.slider-for2 figure {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 100% !important;
}


/* boxの枠線 */
.is-style-default .c-tabBody {
	border: none;
} 

/* スマホ用CSS */
@media screen and (max-width: 782px) {
	/* ホーム */
	/* 都道府県のボタン */
	.btn-pref .is-style-btn_line {
		width: 48%;
		padding: 0 5px;
	}
	
	
	/* スライダー */
	
	/* タブ */
	.wp-block-column.is-vertically-aligned-center.mob {
		display: none;
	}
}