@charset "UTF-8";
/*
    Template: saikoutei
    Theme Name: SAIKOUTEI CHILD
    Theme URI: https://saikoutei.com/
    Description: SAIKOUTEIの子テーマ
    Version: 1.0.0
    Author: BPLUST
    Author URI: https://bplust.jp/

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

/*
body[data-category] time.c-postTitle__date.u-thin,
body[data-category] time.c-postTimes__posted.icon-posted {
    display: none;
}
*/

/* SWELL投稿リストをPCで4列に強制 */

.p-postList.-type-card.-pc-col3.-sp-col1 li{
  width: 24% !important;
  box-sizing: border-box;
  margin-right: 1%;
}
.p-postList.-type-card.-pc-col3.-sp-col1 li:nth-child(4n) {
  margin-right: 0 !important;
}

/* タブレット：2列 */

@media (max-width: 1024px) {
  .p-postList.-type-card.-pc-col3.-sp-col1 li {
    width: 49% !important;
    margin-right: 2%;
  }
  .p-postList.-type-card.-pc-col3.-sp-col1 li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

/* スマホ：1列 */
/*
@media (max-width: 600px) {
  .p-postList.-type-card.-pc-col3.-sp-col1 li {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

.p-postSlider__title {
	margin-bottom:40px !important;
}
*/

/* ------------------------------
   全体設定
------------------------------ */

* {
/*
	font-family: "Shippori Mincho", serif;
*/
	font-family:"A1 Mincho", "A-OTF A1明朝 Std", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	font-weight: 400 !important;
	font-style: normal;
}
img,
div.swell-block-bannerLink,
div.wp-block-group,
.is-style-clmn-shadow > .swell-block-columns__inner > .swell-block-column,
.c-filterLayer.-texture-dot{
	border-radius: 10px !important;
}

/* ------------------------------
   見出し・テキスト調整
------------------------------ */
.catch {
  font-size: 2.5em !important;
  padding-top: 300px;
}
h2 {
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
/*  transform: scaleX(0.9);*/
}
h2.p-postList__title {
  font-size: 1em !important;
  margin-bottom: 20px !important;
  transform: none;
}
h3 {
  font-size: 1.8em !important;
  margin-bottom: 20px !important;
  transform: none;
}
p,
li{
	font-size: 1.1em;
}
p.lead {
	font-size: 1.8em !important;
}
p.copyright {
  font-size: 0.7em !importan42
}

.p-mainVisual__scrollLabel {
	display: none;
}
.l-content {
	margin-bottom: 0 !important;
}
.w-beforeFooter {
	margin-top: 0 !important;
}

span.zei {
	font-size: 0.7em !important;
}
/* ------------------------------
   下層ページタイトル背景
------------------------------ */
.l-topTitleArea {
	width: calc(100% - 40px) !important;
}
@media (min-width: 600px) {
  .l-topTitleArea {
	  min-height: 420px;
	  margin: 20px;
	  width:100%;
	}
}
@media (max-width: 600px) {
  .l-topTitleArea {
	  min-height: 360px;
	  width:100% !important;
	  border-radius: 0 !important;
	}
	.l-topTitleArea img,
	 .c-filterLayer.-texture-dot{
		border-radius: 0 !important;
	}
}
/* ------------------------------
   2カラムパタンカスタマイズ
------------------------------ */
@media (max-width:800px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns:100%!important
  }
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column:1;
    grid-row:1
  }
  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column:1;
    grid-row:2
  }
	h3 {
		text-align: center !important;
	}
}

/* ------------------------------
   ボタンカスタマイズ
------------------------------ */
.swell-block-button.is-style-btn_line {
  max-width: 480px !important;
}
.btn_wh {
  background: #fff !important;
}

/* ------------------------------
   スマホメニュー内容
------------------------------ */
.c-widget__title.-spmenu {
	background: #fff !important;
	transform: scaleX(0.9) !important;
	color: #000;
	padding: 20px 0 !important;
	font-size: 1.4em !important;
	text-align: center !important;
}
.c-listMenu a {
	text-align: center !important;
}
.c-spnav a {
	border-bottom: none !important;
}
.c-gnav .sub-menu a::before, .c-listMenu a::before {
	content: "";
}

/* ------------------------------
   スマホヘッダーメニュー
------------------------------ */
@media screen and (max-width: 1024px) {
	.l-header {
		padding:5px 0;
	}
}
.icon-menu-thin::before {
  font-size: 1.5em;
	color: #000;
}
.icon-close-thin::before {
	  font-size: 1.5em;
}

/* ファーストビューだけ白に */
body.show-white-menu .icon-menu-thin::before {
  color: #fff !important;
}

/* ------------------------------
   お問い合わせフォーム
------------------------------ */

.smf-action .smf-button-control__control {
  background-color: #fff !important;
  background-image: none !important;
  border-radius: 0px !important;
  color: #333;
	font-weight: 600 !important;
letter-spacing: 2px;
	padding:10px 40px !important;
	border: 2px solid #333 !important;
}
/* ------------------------------
   テーブルデザイン
------------------------------ */
.post_content table {
  max-width:900px;
	margin: 0 auto;
}

.wp-block-table td, .wp-block-table th {
	padding:20px 10px !important;
	background: none;
	border:none !important;
}

.wp-block-table th {
	border-bottom: 1px solid #333 !important;
}

.wp-block-table td {
	border-bottom: 1px solid #e8e8e8 !important;
}

/* ------------------------------
   ブロックエディタ画像バナータイトル
------------------------------ */
.c-bannerLink {
  position: relative;
}
.c-bannerLink__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px;
  color: #fff;
  z-index: 2;
}

/* ------------------------------
   インスタ埋め込み
------------------------------ */
.d-inst {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
}
.d-inst-in {
    flex: 1 0 calc(25% - 3.75px); /* gapの影響を引く */
    aspect-ratio: 1;
    overflow: hidden;
	border: 1px solid #efefef;
	border-radius: 10px !important;
}
@media (max-width: 768px) {
	.d-inst-in {
		flex: 1 0 calc(33.333% - 3.33px); /* gapの影響を少し引く */
	}
}
.d-inst-in img{
    object-fit: cover;
    height: 100%;
	width:100%;
}
/* ------------------------------
   お問い合わせフォーム
------------------------------ */
.wd_360 {
	max-width:360px;
	margin:0 auto;
}

/* ------------------------------
   YouTube埋め込み
------------------------------ */
.main-visual-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	overflow: hidden;
}
.main-visual-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-visual-video iframe {
	pointer-events: none;
}
#yt-round {
  border-radius: 20px; /* お好みの値に変更 */
  overflow: hidden;
  display: inline-block; /* 不要なら削除OK */
}

#yt-round video {
  display: block;   /* video の余白を消す */
  width: 100%;      /* figure の幅いっぱいに */
  height: auto;
  border-radius: inherit; /* figure の角丸を継承させたい場合 */
}


