@charset "utf-8";
/*
	* 基本スタイルシート
	* CMSのパーツ、テンプレートのスタイル
	* ver1
	* Copyright (C) ●●など
	* 更新履歴
		└ 
*/
/* *{
	border: solid 1px #ccc;
} */

/* ////////////////////////////////////////////////////////////////////////////////////////////////////
	CMSスタイル設定
//////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > フロントページ
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ======================================================================
	フロントページ共通
====================================================================== */

/* 見出し */
.section-ttl{
	position: relative;
    font-size: var(--fontSize40);
    font-weight: bold;
    text-align: center;
    margin: 0 0 2rem;
    padding: 0 0 36px;
    font-family: "Noto Serif JP", serif;
}

.section-ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    display: block;
    width: 43px;
    height: 25px;
    background: url(../img/icon-kanna2.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}


/* ボタン */
.btn1 a {
    display: block;
    width: 34rem;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 1.25rem 0px;
    margin: 0px auto;
    background: var(--mainColor);
    /* border-radius: 10px; */
    max-width: 100%;
    text-decoration: none;
    font-family: 'Noto Serif JP';
    font-size: var(--fontSize20);
	    box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
}
.btn1 a:hover{
	opacity: .8;
	transition: .8s;
}

section + section{
	margin-top: 7rem;
}
.bg-white{
	background-color: #fff;
}
/* .frontpage-main{
	margin-top: 80px;
} */


/* フェード */
/* アニメーション開始前の状態 */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  /* アニメーションの速度と滑らかさを定義 */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* スクロールして表示された後の状態 */
.visible {
  opacity: 1;
  transform: translateY(0);
}



@media screen and (max-width:992px){
	section + section {
    margin-top: 3rem;
}
.section-ttl{
	font-size: var(--fontSize26);
}
/* .frontpage-main {
    margin-top: 50px;
} */


}


/* ======================================================================
	メインビジュアル
====================================================================== */
.bl_mv{
	margin-bottom: 10rem;
	/* height: calc(100vh - 80px); */
	height: 100vh;
	position: relative;
}

.bl_mv img{
	/* height: calc(100vh - 80px); */
	height: 100vh;
	width: 100%;
}

.mv-copy{
    position: absolute;
    font-size: 3.25rem;
    bottom: 290px;
    right: 160px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    text-shadow: 3px 0px 16px rgb(0 0 0 / 60%);
	height: fit-content;
}

/* アニメーションのキーフレームを定義 */
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(24px); /* 下から浮き上がる動きを適用 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mv-copy p {
  opacity: 0;
  /* アニメーションの継続時間と速度を調整 */
  animation: fadeUp 2s cubic-bezier(.3, 0, .2, 1) forwards;
}

.mv-copy p:nth-child(1) {
  /* 最初のpは早めに表示 */
  animation-delay: 0.5s;
}

.mv-copy p:nth-child(2) {
  /* 2番目のpはゆっくりと表示（遅延時間を長くする） */
  animation-delay: 1.5s;
}

.mv-copy p:nth-child(3) {
  /* 3番目のpはさらにゆっくりと表示（遅延時間をより長くする） */
  animation-delay: 2.5s;
}

/* その他のスタイル */
.mv-copy {
  position: absolute;
  font-size: 3.25rem;
  bottom: 290px;
  right: 160px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-shadow: 3px 0px 16px rgb(0 0 0 / 60%);
  height: fit-content;
}

.mv-copy p {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  animation: fadeUp 2.5s cubic-bezier(.3,0,.2,1) forwards;
}

.mv-copy p:nth-child(1){
  animation-delay: 0.5s;
}
.mv-copy p:nth-child(2){
  animation-delay: 1.0s;
}
.mv-copy p:nth-child(3){
  animation-delay: 1.5s;
}



.mv-copy .name{
	text-align: end;
	font-size: 1.5rem;
	margin-top: 1rem;
}

@media screen and (max-width:992px){
.mv-copy {
font-size: 2.5rem;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 2rem;
}
}
@media screen and (max-width:768px){
	.mv-copy {
font-size: 1.5rem;
}
.mv-copy .name {
    font-size: 1rem;
}
	.bl_mv {
    margin-bottom: 3rem;
    height: 50vh;
    height: auto;
    width: 100%;
    /* aspect-ratio: 16 / 9; */
}
.slick-initialized .slick-slide{
	height: 50vh;
    width: 100%;
    /* aspect-ratio: 16 / 9; */
}
.bl_mv img {
    height: 50vh;
    width: 100%;
    /* aspect-ratio: 16 / 9; */
}
}
@media screen and (max-width:576px){
		.mv-copy {
font-size: 1.25rem;
}
.mv-copy .name {
    font-size: 1rem;
}
    .mv-copy {
        right: 1rem;
    }

	.mv-copy {
          top: 0;
        bottom: -10px;
        right: 7px;
    }
}


/* ======================================================================
	intro
====================================================================== */
.bl_inro{
	margin-bottom: 10rem;
}

/* ======================================================================
	宮大工手塚のこだわり
====================================================================== */
.bl_kodawari{
	margin-bottom: 10rem;
}

.kodawari-item{
	display: flex;
	gap: 3rem;
	/* margin-bottom: 5rem; */
}
.kodawari-item.item-reverse {
	flex-direction: row-reverse;
}



.kodawari-item + .kodawari-item{
	margin-top: 3rem;
}

.img-box{
	display: flex;
	gap:4rem;
}

.bl_kodawari h3{
	font-family: "Noto Serif JP", serif;
	font-size: var(--fontSize30);
	color: #51291e;
	font-weight: bold;
	margin-bottom: 1.5rem;
}
.kodawari-img{
	width: 40%;
}

.kodawari-img img + img{
	margin-top: 1rem;
}

.bl_kodawari-txt{
	width: 60%;
	line-height: 1.8;
}
.selif{
	font-family: "Noto Serif JP", serif;
}
.bl_kodawari-txt > p{
	line-height: 2.5;
	margin-bottom: 2rem;
	font-weight: 500;
	font-size: var(--fontSize18);
}

.mb50{
margin-bottom: 4rem;;
}

.kodawari-item-img{
	display: flex;
	/* gap: 1rem; */
	margin-bottom: 5rem;
}

@media screen and (max-width:992px){
	.bl_kodawari{
	margin-bottom: 5rem;
}
	.kodawari-item {
    display: flex;
    gap: 3rem;
    /* margin-bottom: 5rem; */
	flex-direction: column-reverse;
}
.kodawari-img,.bl_kodawari-txt {
    width: 100%;
}
.kodawari-item.item-reverse {
    flex-direction: column-reverse;
}
.bl_kodawari h3{
font-size: var(--fontSize20);
}
}

/* 
.kodawari-top {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.kodawari-top1{ grid-area: 1 / 1 / 3 / 2; }
.kodawari-top2{ grid-area: 1 / 2 / 2 / 3; }
.kodawari-top3{ grid-area: 2 / 2 / 3 / 3; } */

@media screen and (max-width:576px){
	.bl_kodawari-txt > p{
		line-height: 2;
	}
}

/* ======================================================================
  施工事例
====================================================================== */
.bl_exhibition-hall .selif{
	text-align: center;
    margin-bottom: 3rem;
    font-size: var(--fontSize18);
    font-weight: 500;
}

/* ======================================================================
  バーチャル展示場
====================================================================== */

.bl_exhibition-hall .showroom-list{
	margin-bottom: 3rem;
}

.showroom-list{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	row-gap: 4em;
}




.bl_exhibition-hall .ly_inner{
	width: calc(100% - 6rem);
	max-width: 1600px;
	margin: 0 auto;
}

.bl_exhibition-hall .ly_inner{
	padding: 7rem 0;
}

.showroom-list-item{
	width:calc((100% - 2rem) / 3);
	box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
}
.showroom-list-item a{
	text-decoration: none;
}

.showroom-list-image{
	aspect-ratio: 3 / 2;
	width: 100%;
}

.showroom-list-image img{
	aspect-ratio: 3 / 2;
	width: 100%;
}
.showroom-list-title {
    /* background-color: var(--mainColor);
    color: #fff; */
    /* text-align: center; */
    padding: 20px 10px;
	font-family: "Noto Serif JP", serif ;
	font-weight: 500;
}
span.showroom-cat {
    background-color: #f1edec;
    text-align: center;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    margin-right: .5rem;
}

/* 親要素に対してoverflow: hiddenを設定し、拡大時に画像がはみ出さないようにする */
.showroom-list-image {
    overflow: hidden; /* これが重要 */
    position: relative; /* 必要に応じて */
}

.showroom-list-image img {
    display: block; /* img要素の下にできる余白をなくす */
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out; /* ホバー時のアニメーションを設定 */
    transform-origin: center center; /* 拡大の原点を中央に設定 */
}

/* ホバー時に画像を拡大 */
.showroom-list-item a:hover .showroom-list-image img {
    transform: scale(1.1); /* 1.1倍に拡大 */
}

/* ナイトモードなど、noscript内のimgにも対応する場合 */
.showroom-list-image noscript img {
    transition: transform 0.3s ease-in-out;
    transform-origin: center center;
}

.showroom-list-item a:hover .showroom-list-image noscript img {
    transform: scale(1.1);
}

.kodawari {
    margin-top: 3rem;
    padding: 3rem;
    line-height: 1.5;
    background-color: #efecec;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width:576px){

.showroom-list-title {
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

span.showroom-cat {
    width: fit-content;
}

.showroom-list-title {
        padding: 10px;
    }
}

/* ======================================================================
公式SNS
====================================================================== */

.sns_flex{
	display: flex;
	gap: 3rem;
}
section.bl_sns {
    margin-bottom: 7rem;
}


.movie-item{
	flex: 1;
}
.movie_wrap{
    display: flex;
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.fas_sns_icontopcolor{
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    gap: 2rem;
}
.fas_sns_icontopcolor li {
    list-style: none;
    /* width: calc(100% / 3); */
    text-align: center;
    /* background-color: #fff; */
    aspect-ratio: 1 / 1;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.fas_sns_icontopcolor li a{
text-decoration: none;
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.4;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 2rem;
    font-weight: bold;
	transition: .3s;
	height: 130px;
	width: 130px;
	align-items: center;
	font-family: "Noto Serif JP", serif;
}
.fas_sns_icontopcolor li a:hover{
	opacity: initial;
	opacity: initial;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}

.fas_sns_icontopcolor li a i{
	display: block;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 2px;
}
.fab{
	content: '';
    display: block;
	background-repeat: no-repeat;
	width: 35px;
    height: 35px;
    background-size: contain;
    margin: 0 auto;
}

.fab.instagram{
    background-image: url(../img/icon-insta.png);
}
.fab.youtube{
    background-image: url(../img/icon-youtube.png);
}
.fab.google{
    background-image: url(../img/icon-google.png);
}

.fas_sns_icontopcolor li:nth-child(1) a{ color: #e706d4; }
.fas_sns_icontopcolor li:nth-child(2) a{ color: #3366cc; }
.fas_sns_icontopcolor li:nth-child(3) a{ color: #ff0000; }
.fas_sns_icontopcolor li:nth-child(4) a{ color: #202020; }

.sns-box{
	margin-bottom: 3rem;
}

/* 動画埋め込み */
.movie-item iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.video-wrap video {
    width: 100%;
    height: auto;
    background-image: url(../img/mv01.png);
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 9;
}

.bl_sns .selif{
	text-align: center;
	margin-bottom: 1rem;
	font-size: var(--fontSize20);
	font-weight: 500;
}

@media screen and (max-width:992px){
.movie_wrap {
    flex-direction: column;
}
    .fas_sns_icontopcolor {
        flex-wrap: wrap;
        gap: 1rem;
    }

}
/* タブ */

.fix-menu .fab.fb{
	content: '';
    display: block;
    background-image: url(../img/white-fb.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    margin: 0 auto;
}

.fix-menu .fab.instagram{
	content: '';
    display: block;
    background-image: url(../img/white-instagram.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    margin: 0 auto;
}
.fix-menu .fab.youtube{
	content: '';
    display: block;
    background-image: url(../img/white-yotube.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    margin: 0 auto;
}
.fix-menu .fab.google{
	content: '';
    display: block;
    background-image: url(../img/white-google.png);
    width: 35px;
    height: 35px;
    background-size: contain;
    margin: 0 auto;
}
.fix-menu {
    position: fixed;
    right: 0;
    top: 50vh;
    z-index: 999;
}

.fix-menu ul{
	display: flex;
	flex-direction: column;
	gap:5px;
}

.fix-menu a:hover{
	opacity: .7;
	transition: .8s;
}
.fix-menu {
    position: fixed; /* 画面に固定する */
    bottom: 50vh; /* 下からの位置 */
    right: 0; /* 右からの位置 */
    z-index: 1000; /* 他の要素より手前に表示 */
}

.fix-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; /* アイコンを横並びにする場合 */
    gap: 15px; /* アイコン間のスペース */
		background-color:#805959;
    padding: 1rem .5rem;
	    border-radius: 3px 0 0 3px;
    box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
}

/* --- アニメーション関連 --- */

/* 初期状態: 透明で右にずらす */
.fix-menu {
    opacity: 0;
    transform: translateX(100%); /* 画面の右外に移動 */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* アニメーションの時間とイージング */
}

/* スクロールで表示された時の状態: 透明度を戻し、元の位置へ */
.fix-menu.is-visible {
    opacity: 1;
    transform: translateX(0); /* 元の位置に戻す */
}

@media screen and (max-width:768px){
	.fix-menu.is-visible{
		display: none;
	}
}

/* ======================================================================
	お問い合わせ
====================================================================== */

.bl_contact .ly_inner{
	padding: 7rem 0;
}

.bl_contact .intro{
	text-align: center;
	    margin-bottom: 3rem;
    font-size: var(--fontSize20);
    font-weight: 500;
}



.c-inner{
		width:60%;background:#fff;margin:0 auto;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
		-webkit-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
		-ms-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
		box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
	}
.c-inner h5{background:#48A636;color:#fff; padding:20px 0; font-size:24px;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
	

a.btn-c {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* letter-spacing: 0.1em; */
  color: #212529;
  border-radius: 0.5rem;
    font-size: 1.5rem;
  position: relative;
  padding: 0.25rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #805959;
  -webkit-box-shadow: 0 5px 0 #805959;
  box-shadow: 0 5px 0 #805959;
}



a.btn-c span {
  font-size: 1rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: #805959;
  border: 2px solid #805959;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #805959 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #805959;
  -webkit-box-shadow: 0 2px 0 #805959;
  box-shadow: 0 2px 0 #805959;
}
.c-tel{
	border-top:1px solid #ccc;
	padding:20px 0;
	margin:0 30px;
}
.c-tel p{
font-weight: 600;
color:var(--mainColor);
margin-bottom: .5rem;
}
.c-tel .num{
	font-size:2rem;
	font-weight: 900;
	color:var(--mainColor);
	margin-bottom: .5rem;
}

i.fas.fa-phone {
    padding: 6px 0px 2px 8px;
}
.fa-phone:before {
    content: "\f095";
    color: #af9d93;
}
.cta{
	text-align: center;
}
.btn-wrap {
  margin: 30px 0;
  text-align: center;
}



@media screen and (max-width:992px){
	.bl_contact .ly_inner {
    padding: 3rem 1rem;
}
}

@media screen and (max-width:768px){
	.c-inner{
		width: 100%;
	}
	a.btn-c {
		font-size: 1.25rem;
	}
}
@media screen and (max-width:576px){
	.tel {
    font-size: var(--fontSize18);
    font-weight: 500;
}
.cta{
	text-align: start;
}
a.btn-c {
    padding: 0.25rem 2rem 1.5rem 2rem;
}

}


/* ======================================================================
	事務所概要
====================================================================== */
.about{
	margin-bottom: 4rem;
}
.about-logo{
	/* width: fit-content;
	margin: 0 auto; */
	margin-bottom: 2rem;
}
.tbl1{
	border-bottom: 1px dotted #999999;
	width: 100%;
	margin-bottom: 3rem;
}
    .tbl1 th, .tbl1 td {
        border-bottom: 1px solid #ffffff6e;
        padding: 10px 15px;
    }

@media screen and (max-width:992px){
.tbl1 tr {
    display: flex;
    flex-direction: column;
}
}
/* ======================================================================
	ブログ
====================================================================== */
.bl_news-list{
	display: flex;
	flex-wrap: wrap;
	gap:2rem;
	row-gap: 2rem;
	margin-bottom: 3rem;
}

/* .bl_blog .ly_inner{
	width: calc(100% - 6rem);
	max-width: 1600px;
	margin: 0 auto;
} */

.blog-list{
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	row-gap: 4rem;
	margin-bottom: 3rem;
}
.blog-list li{
	list-style-type: none;
}

.bl_news-list-item{
	width: calc((100% - 4rem) / 3);
}

.news_title {
    text-decoration: none;
    letter-spacing: 1px;
}


.news-tamb{
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
}

.news-tamb img{
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
}

.post-date {
     color: #51291e;
    font-weight: bold;
    /* padding: 5px 0 0; */
    font-size: var(--fontSize12);
    margin-bottom: .25rem;
	letter-spacing: 1px;
}

/* 親要素に対してoverflow: hiddenを設定し、拡大時に画像がはみ出さないようにする */
.news-tamb {
    overflow: hidden; /* これが重要 */
    position: relative; /* 必要に応じて */
	margin-bottom: .5rem;
}


.news-tamb img {
    display: block; /* img要素の下にできる余白をなくす */
    transition: transform 0.3s ease-in-out; /* ホバー時のアニメーションを設定 */
    transform-origin: center center; /* 拡大の原点を中央に設定 */
}

/* ホバー時に画像を拡大 */
.news-tamb a:hover img {
    transform: scale(1.1); /* 1.1倍に拡大 */
}

/* ナイトモードなど、noscript内のimgにも対応する場合 */
.news-tamb noscript img {
    transition: transform 0.3s ease-in-out;
    transform-origin: center center;
}

.news-tamb a:hover noscript img {
    transform: scale(1.1);
}

@media screen and (max-width:992px){
.bl_news-list {
    flex-direction: column;
}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > バーチャル展示場
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ======================================================================
	showroom-single.php バーチャル展示場記事ページ
====================================================================== */
/* タイトル */
.showroom-ttl{
font-family: "Noto Serif JP", serif;
    margin: 0 0 20px;
    padding: 10px 20px;
    background: #3b1f18;
    font-size: var(--fontSize30);
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

span.showroomtax {
    font-size:var(--fontSize18)
}

.showroom-mv{
	margin-bottom: 3rem;
}

.showroom-mv > img{
	width: 100%;
}

.viewer{
	margin-bottom: 3rem;
}


.showroom-gallery img{
width: 100%;
aspect-ratio: 3 / 2;
object-fit: cover;
}

.gallery-item-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.gallery-item{
	width:calc((100% - 2rem) / 3);
}

.tax-ttl{
    margin-bottom: 2rem;
    font-size: var(--fontSize30);
    font-weight: 500;
  position: relative;
  padding-left: 45px;
}

.selif.tax-ttl::before{
  content: '';
  position: absolute;
  top: 50%;
  width: 30px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: var(--mainColor); /* 線の色 */
  transform: translateY(-50%);
}

.selif.tax-ttl::before {
  left: 0;
}


@media screen and (max-width:992px){
	.showroom-list {
row-gap: 2rem;
}
	.showroom-list-item {
 width: calc((100% - 1rem) / 2);
}
.showroom-list-image img {
    aspect-ratio: 2 / 1;
    width: 100%;
}
.showroom-list-image {
    aspect-ratio: 2 / 1;
    width: 100%;
}
.bl_exhibition-hall .ly_inner {
    width: calc(100% - 1rem);
	padding: 3rem 0;
}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > ブログ一覧（home.php）
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.bl_page-flex{
	display: flex;
	gap: 2rem;
}

.page-main{
width: calc(100% - 300px);
}
.sidebar{
	width: 300px;
}

.page-main .showroom-list .bl_news-list-item{
	width: calc((100% - 2rem) / 3);
	list-style-type: none;
}

.post-title h3 {
	margin-bottom: .5rem;
}

.post-title time{
	margin-bottom: .75rem;
    display: block;
    text-align: end;
}


@media screen and (max-width:992px){
.bl_news-list {
    flex-direction: column;
}
    .bl_news-list-item {
        width: 100%;
        display: flex;
        gap: .5rem;
    }
    
	.news-tamb {
    width: 150px;
    height: auto;
    /* aspect-ratio: 16 / 9; */
}

.news-list-txt {
    width: calc(100% - 150px);
}
.bl_page-flex {
    flex-direction: column;
}
.page-main{
	width: 100%;
}


}



/* ------------------------------------------------------------
	サイドバー
------------------------------------------------------------ */
.sidebar .bl_showroom-widget li,.wp-block-categories-list li,.wp-block-archives-list li
 {
    list-style-type: none;
    background-color: #f1edec;
    margin-bottom: .5rem;
    padding: .75rem;
    border-radius: 3px;
}

.sidebar{
	list-style-type: none;
}
/* サイドバーの見出し */
.sidebar h2,.el_showroom-widget-ttl{
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    margin: 0 0 10px;
    padding: 10px 20px;
    background: var(--mainColor);
    color: #fff;
	font-size: var(--fontSize20);
	border-radius: 3px;
}

/* 検索ボタン */
button.wp-block-search__button.wp-element-button {
    border: 1px solid #ccc;
    padding: .375em .625em;
	font-size: var(--fontSize14);
}

button.wp-block-search__button.wp-element-button {
    background-color: var(--mainColor);
    color: #fff;
}

.wp-block-search__inside-wrapper {
    padding: 0;
}

.sidebar-item,.bl_showroom-widget{
	margin-bottom: 2rem;
}

/* liタグを基準に設定 */
.bl_showroom-widget ul li {
  position: relative;
}

/* aタグのクリック範囲を広げる */
.bl_showroom-widget ul li a::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}

@media screen and (max-width:992px){
.sidebar{
	width: 100%;
}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > デフォルトテンプレート
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.ly_page-body {
    background-color: #fff;
    padding-top: 4rem;
    padding-bottom: 10rem;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > 子ページの目次を表示する
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.st_pageList li{
	border-bottom: 2px dotted #bebebe;
}
.st_pageList li > a{
	display: block;
	position: relative;
	margin: .5rem 0;
	padding: 1rem 2rem 1rem 0;
	border-radius: 5px;
	font-size: 1.125rem;
}
.st_pageList li > a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left: 8px solid var(--accentColor);
}
.st_pageList li > a:hover{
	opacity: 1;
	background-color: #e6f3f3;
	text-decoration: none;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	テンプレート > 子ページの目次を2カラム表示する
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.st_pageList.st_pageList__col2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.st_pageList.st_pageList__col2 li{
	width: calc(50% - 1rem);
}
@media screen and (max-width: 576px){
	.st_pageList.st_pageList__col2{
		display: block;
	}
	.st_pageList.st_pageList__col2 li{
		width: 100%;
	}
}
/* ******************************************************************************************
	パーツ > ページャー
****************************************************************************************** */
.bl_pager{
	display: flex;
	justify-content: space-between;
	margin-top: calc(1.5rem + 5rem);/* editor相殺分 + 余白 */
}
.bl_pager_prev, .bl_pager_next{
	width: calc(50% - 1rem);
}
.bl_pager_prev a, .bl_pager_next a{
	display: block;
	position: relative;
	margin: 0 auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-radius: 5px;
	color: var(--black);
	text-decoration: none;
	background-color: #f1edec;
}
.bl_pager_prev a:before, .bl_pager_next a:before{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	color: var(--black);
}
.bl_pager_prev a{
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 1.25rem;
	padding-left: 2.5rem;
}
.bl_pager_next a{
	padding-right: 2.5rem;
	padding-left: 1.25rem;
}
/*左向き, 右向きの矢印*/
.bl_pager_prev a, .bl_pager_next a{
	position: relative;
}
.bl_pager_prev a:before, .bl_pager_next a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	transition: .3s;
	width: 13px;
	height: 13px;
	margin: auto;
	border-top: 2px solid var(--black);
	border-right: 2px solid var(--black);
}
/*左向きの矢印*/
.bl_pager_prev a:before{
	right: auto;
	left: 1rem;
	transform: rotate(-135deg);
}
/*右向きの矢印*/
.bl_pager_next a:before{
	right: 1rem;
	left: auto;
	transform: rotate(45deg);
}

@media (max-width:768px){
	.bl_pager{
		display: block;
	}
	.bl_pager_prev, .bl_pager_next{
		width: 100%;
	}
	.bl_pager_prev + .bl_pager_next{
		margin-top: 1rem;
	}
}


/* ******************************************************************************************
	検索結果ページ
****************************************************************************************** */
.search-ttl{
    position: relative;
    padding: 12px 12px 12px 27px;
    background-color: #efeae9;
    font-weight: bold;
    font-size: clamp(1.111rem, calc(1.057rem + 0.259vw), 1.333rem);
	margin-bottom: 1rem;
}

.search-ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    left: .5rem;
    width: 5px;
    height: 30px;
    margin: auto;
    background-color: var(--mainColor);
}

/* ******************************************************************************************
	404ページ
****************************************************************************************** */
.st_editor .el_errorUrl{
	padding: 10px 0;
	border-bottom: 3px solid var(--mainColor);
	font-size: 1.1rem;
	letter-spacing: 2px;
}
.st_editor .el_errorUrl:before{
	content: "\f138";
	padding-right: 10px;
	color: var(--mainColor);
	font-weight: bold;
	font-size: 1rem;
	font-family: "Font Awesome 5 Free";
}
.st_editor .bl_errorList li::marker{
	color: var(--mainColor);
	font-size: 1.125rem;
}