@charset "utf-8";





/*------------------------------------------------------------

style.css共通 / 賃貸共通

------------------------------------------------------------*/

/* ページタイトル
------------------------------------------------------------*/
.ttlPage{
	background-image:url(../images/mainvisual_bg.jpg);
	}



/*------------------------------------------------------------

トップページ

------------------------------------------------------------*/

/* メインイメージ
------------------------------------------------------------*/
.bunjou-mainvisualWrap {
	width: 100%;
	position: relative;
}

.bunjou-mainvisual {
	position: relative;
	width: 100%;
	height: calc(60vh - 60px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.bunjou-mainvisual_ttl {
	position: absolute;
	top: 35px;
	left: 0;
	background-color: rgba(155, 150, 132, 0.8);
	color: #fff;
	padding: 0.5em 1.25em;
	font-family: var(--bs-font-serif), Georgia, serif;
	font-size: 5.46vw;
	line-height: 1;
	border-radius: 0 10px 10px 0;
}

.bunjou-mainvisual_catch {
	width: 100%;
	text-align: center;
	padding: 5%;
	position: static;
}

.bunjou-mainvisual_catch img {
	display: inline-block;
}

/* PC */
@media (min-width: 1025px) {
	.bunjou-mainvisual {
		height: calc(100vh - 100px);
	}

	.bunjou-mainvisual_ttl {
		top: 70px;
		font-size: 2.92vw;
	}

	.bunjou-mainvisual_catch {
		position: absolute;
		right: 120px;
		bottom: 120px;
		width: auto;
		text-align: right;
		padding: 0;
	}
}


/* ナビゲーション
------------------------------------------------------------*/
.bunjou-navWrap {
	background-color: #9b9684;
	padding-block: 10px;
}

.bunjou-nav {
	max-width: 1200px;
	width: 100%;
	margin-inline: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.bunjou-nav li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.bunjou-nav li a {
	display: block;
	text-align: center;
	color: #fff;
	font-family: var(--bs-font-serif), Georgia, serif;
	font-size: 1.125em;
	line-height: 1.2;
	padding: 0.5em;
	background-color: transparent;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bunjou-nav li a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.bunjou-nav li a span {
	display: block;
	font-size: 0.8333em;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

/* === スマホ（〜599px）2列 × 3行 === */
@media (max-width: 599px) {
	.bunjou-nav li {
		width: 50%;
	}

	.bunjou-nav li:nth-child(2n) {
		border-right: none;
	}

	.bunjou-nav li:nth-child(5),
	.bunjou-nav li:nth-child(6) {
		border-bottom: none;
	}
}

/* === タブレット（600〜1024px）3列 + 2列構成 === */
@media (min-width: 600px) and (max-width: 1024px) {
	.bunjou-nav li {
		width: 33.3333%;
	}

	.bunjou-nav li:nth-child(n+4) {
		/*width: 50%;*/
	}

	.bunjou-nav li:nth-child(3),
	.bunjou-nav li:nth-child(6) {
		border-right: none;
	}

	.bunjou-nav li:nth-child(4),
	.bunjou-nav li:nth-child(5),
	.bunjou-nav li:nth-child(6) {
		border-bottom: none;
	}
}

/* === PC（1025px〜）横1列（5つ） === */
@media (min-width: 1025px) {
	.bunjou-nav {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		padding-block: 20px;
	}

	.bunjou-nav li {
		width: 16.66666666666667%;
		border-bottom: none;
	}

	.bunjou-nav li:first-child {
		border-left: 1px solid #fff;
	}
}


/* 物件情報

.js-swiperBunjouTop {
	margin-inline: 2%;
}

.js-swiperBunjouTop .swiper-slide{
	display:block;
	}
	
.js-swiperBunjouTop .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1em;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: left;
	font-family: var(--bs-font-serif), Georgia, serif;
	font-size: 1.125em;
	line-height: 1;
}

.js-swiperBunjouTop .swiper-pagination {
	display: none;
}

.js-swiperBunjouTop .swiper-button-next,
.js-swiperBunjouTop .swiper-button-prev {
	color: #fff;
}

------------------------------------------------------------*/

/* 物件情報
------------------------------------------------------------*/
.top-bukkenBtn {
	width: 100%;
	max-width: 1000px;
	margin-inline: auto;
}
.top-bukkenBtn li a {
	display: block;
	font-family: var(--bs-font-serif), Georgia, serif;
	color: #a19d8c;
	border: 1px solid #a19d8c;
	background-color: #fff;
	padding: 0.75em;
	text-align: center;
	font-size: 1.286em;
	font-weight: 700;
	line-height: 1;
	-webkit-transition: background-color 0.3s, color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s;
	transition: background-color 0.3s, color 0.3s;
}
.top-bukkenBtn li a:hover {
	background-color: #a19d8c;
	color: #fff;
}
/* TABLET */
@media (min-width: 600px) {
	.top-bukkenBtn li a {
		width: 100%;
		max-width: 300px;
		padding: 1em;
		font-size: 1.375em;
	}
}


/* 新着情報
------------------------------------------------------------*/
.top-news {
	background-color: #7d796a;
	background-image: url(../images/news_txt.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left -100px;
}

/* PC */
@media (min-width: 1025px) {
	.top-news {
		background-position: left -40px;
		background-size: auto;
	}
}


/* lumixia説明
------------------------------------------------------------*/
.top-lumixia {
	text-align: center;
	position:relative;
}

/*.top-lumixia::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 470px;
  background-image: url(../images/lumixia_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}*/

.top-lumixiaLogo {
	text-align: center;
	margin-bottom: 50px;
}

.top-lumixiaLogo img {
	display: inline-block;
	max-height: 130px;
	width: auto;
	height: auto;
}

.top-lumixiaCatch {
	font-family: var(--bs-font-serif), Georgia, serif;
	font-size: 2.143em;
	font-weight: 400;
	line-height: 1.2;
	color: #836e35;
	margin-bottom: 30px;
}

.top-lumixiaCatch span{
	display:none;
	}
	
.top-lumixiaCatch br{
	display:block;
	}
		
.top-lumixiaTxt {
	/*font-size:1.4286em;*/
	text-align:center;
	line-height: 1.8em;
}
	
@media only screen and (min-width: 600px) {
	}
/*PC*/
@media only screen and (min-width: 1025px) {
	.top-lumixia .inner{
		}
	
	.top-lumixiaLogo {
		margin-bottom: 100px;
	}
	
	.top-lumixiaLogo img {
		max-height: none;
	}

	.top-lumixiaCatch {
		margin-bottom: 60px;
		font-size: 2.5em;
	}
	
	.top-lumixiaCatch span{
		display:inline-block;
	}
	
	.top-lumixiaCatch br{
		display:none;
		}

	.top-lumixiaTxt {
		font-size:1.125em;
	}
	
}


/* 紹介文
------------------------------------------------------------*/
.top-about{
	background-image: url(../images/bukken_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
	
.top-aboutBox {
	margin-inline: auto;
	padding-inline: 4%;
}

.top-aboutBoxTmb {
	position: relative;
	width: 100%;
	padding-right: 10%;
	margin-bottom: 50px;
}

.top-aboutBoxTmbMain {
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.top-aboutBoxTmbSub {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: -10%;
	width: 40%;
	-webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.top-aboutBoxCont {
	margin-inline: auto;
}

.top-aboutBoxCont h2 {
	font-family: var(--bs-font-serif), Georgia, serif;
	font-size: 2.125em;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 30px;
}

.top-aboutBoxCont h2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 0.529em;
	color: #9b9684;
}

.top-aboutBoxCont p {
	font-weight: 500;
	line-height: 1.8;
	margin-bottom: 10px;
}

.top-aboutBox-cmt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 50px;
}

.top-aboutBoxTmb-cmt,
.top-aboutBoxCont-cmt {
	width: 100%;
}

.top-aboutBoxTmb-cmt {
	margin-bottom: 20px;
}

.top-aboutBoxCont-cmt p {
	margin-bottom: 10px;
	line-height: 1.8em;
}

/* TABLET */
@media (min-width: 600px) {
	.top-aboutBox {
		max-width: 1440px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}

	.top-aboutBoxTmb {
		width: 42.5%;
		padding-right: 0;
	}

	.top-aboutBoxTmbMain {
		padding-right: 0;
	}

	.top-aboutBoxTmbSub {
		bottom: -50%;
		right: -14%;
		width: 70%;
	}

	.top-aboutBoxCont {
		width: 42.5%;
		margin: 0;
	}

	.top-aboutBox-cmt {
		margin-top: 100px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}

	.top-aboutBoxTmb-cmt {
		width: 45.83%;
	}

	.top-aboutBoxCont-cmt {
		width: 50.17%;
	}

}

/* PC */
@media (min-width: 1025px) {
	.top-aboutBox {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.top-aboutBoxTmb {
		width: 50%;
		margin-bottom: 0;
	}

	.top-aboutBoxCont {
		width: 35%;
	}

	.top-aboutBoxCont p {
		font-size:1.125em;
	}

	.top-aboutBox-cmt {
		margin-top: 300px;
	}

	.top-aboutBoxCont-cmt p {
		font-size:1.125em;
	}
}

/* Wide Screen */
@media (min-width: 1440px) {
	.top-aboutBox {
		padding-inline: 0;
	}
}


/*------------------------------------------------------------

物件一覧/詳細

------------------------------------------------------------*/

/* 物件一覧
------------------------------------------------------------*/
.bukkenItem {
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #666; /* 背景色 */
	margin-bottom:20px;
	overflow: hidden;
	min-height: 200px;
}

.bukkenItemBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-filter: grayscale(100%) brightness(1.1) hue-rotate(45deg);
          filter: grayscale(100%) brightness(1.1) hue-rotate(45deg);
  mix-blend-mode: multiply;
  opacity: 1;
}

.bukkenItemTmb,
.bukkenItemCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	font-family: var(--bs-font-serif), Georgia, serif;
	font-weight: 700;
	color: #FFF;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bukkenItemTmb {
	width: 40%;
}

.bukkenItemTmb.aspectFit {
	background-color:transparent;
}

.bukkenItemTmb.aspectFit > img,
.bukkenItemTmb.aspectFit > video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	}


.bukkenItemCont {
  width: 60%;
	padding:1em;
	/*padding:30px 20px;*/
}

.bukkenItemContInner {
  width: 100%;
  margin-left: auto;
}

.bukkenItemContLogo{
	margin-bottom: 10px;
	}
	
.bukkenItemContLogo img{
	display:inline-block;
	max-height:30px;
	}
	
.bukkenItemContTtl {
	margin-bottom: 10px;
	color:#fff;
	font-size: 1.1429em;
	line-height:1.2em;
}

.bukkenItemContTxt {
	color:#fff;
	font-size: 0.875em;
  line-height: 1.4em;
}

.bukkenItemContTxt br{
	display:none;
	}

/* 左サムネイル */
.bukkenItem-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bukkenItem-left .bukkenItemTmb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-shadow: 15px 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 15px 0 20px 0 rgba(0, 0, 0, 0.3); /* 右側に影 */
}

.bukkenItem-left .bukkenItemCont {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}

.bukkenItem-left .bukkenItemContInner {
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}

/* 右サムネイル */
.bukkenItem-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bukkenItem-right .bukkenItemTmb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-shadow: -15px 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: -15px 0 20px 0 rgba(0, 0, 0, 0.3); /* 左側に影 */
}

.bukkenItem-right .bukkenItemCont {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: left;
}

.bukkenItem-right .bukkenItemContInner {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

@media (min-width: 400px) {
.js-swiperBunjouTop .bukkenItemTmb {
	width: 50%;
}
.js-swiperBunjouTop .bukkenItemCont {
  width: 50%;
}
}


@media (min-width: 600px) {
.bukkenItem {
	min-height: 300px;
}

.bukkenItemTmb {
  width: 35%;
}

.bukkenItemCont{
	width: 65%;
	}

.bukkenItemContLogo{
	margin-bottom: 15px;
	}
	
.bukkenItemContLogo img{
	max-height:50px;
	}
	
.bukkenItemContTtl {
	margin-bottom: 15px;
  font-size: 1.875em;
}

.bukkenItemContTxt {
  font-size: 1.125em;
}

.bukkenItemContTxt br{
	display:block;
	}

.bukkenItemCont {
	padding:1em 2em 1em 2em;
}

/* トップページスライド */
.js-swiperBunjouTop .bukkenItemContLogo img{
	max-height:30px;
	}
.js-swiperBunjouTop .bukkenItemContTtl {
  font-size: 1.25em;
}
.js-swiperBunjouTop .bukkenItemContTxt {
  font-size: 0.875em;
}

}

@media all and (-ms-high-contrast:none){
}


/* 物件詳細
------------------------------------------------------------*/

/* ヘッダー */
.bukkenHeader {
	border-top: 3px solid #c8a063;
	background-color: #f5f3ee;
	padding:10px 60px 10px 2%;
}

.bukkenHeader_info_lumixialogo_mark{
	margin-bottom:10px;
	}
	.bukkenHeader_info_lumixialogo_mark img {
		max-height: 60px;
		}
		.bukkenHeader_info_lumixialogo_name {
			display: inline-block;
			text-align:left;
			font-family: var(--bs-font-serif);
			font-size: 1em;
			font-weight: 400;
			color: #333;
			}
			.bukkenHeader_info_lumixialogo_name span{
				font-size:0.625em;
				display:block;
				}

.bukkenHeader_info_cplogo{
	display:none;
	}
	.bukkenHeader_info_cplogo a {
		display: inline-block;
		}
		.bukkenHeader_info_cplogo a img {
			max-height: 40px;
			}

/* PC（1025px以上） */
@media only screen and (min-width: 1025px) {
	.bukkenHeader {
		padding:0;
	}
	.bukkenHeader_info {
		padding:0 2%;
		height: 120px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.bukkenHeader_info_lumixialogo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		}
		.bukkenHeader_info_lumixialogo_mark{
			margin-right:20px;
			}
		.bukkenHeader_info_lumixialogo_mark img {
			max-height: 80px;
			}
		.bukkenHeader_info_lumixialogo_name {
			display: inline-block;
			font-size: 1.25em;
			}
			.bukkenHeader_info_lumixialogo_name span{
				font-size:0.75em;
				}
	.bukkenHeader_info_cplogo{
		display:block;
	}
}

/* IE対応（必要であれば） */
@media all and (-ms-high-contrast: none) {
	.bukkenHeader_info {
		display: -ms-flexbox;
	}
}

/* ナビゲーション */
/* ナビゲーション - 共通スタイル */
.bukkenHeader_wrapper {
    /*
		margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    高さを設定すると良い場合がある (例: min-height: 60px;) */
}

.bukkenHeader_nav_wrapper { /* ナビゲーションリストのラッパー */
    width: 100%; /* デフォルトの幅 */
}

.bukkenHeader_nav {
    display: flex; /* デスクトップではflexを維持 */
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.bukkenHeader_nav li {
    width: 25%;
    font-family: var(--bs-font-serif);
    border-right: 1px solid #aaaaaa;
}

/*.bukkenHeader_nav li:nth-child(1) {
    border-left: 1px solid #aaaaaa;
}*/

.bukkenHeader_nav li a {
    display: block;
    text-align: center;
    line-height: 1.2em;
    font-weight: 700;
    padding: 1em 0.5em;
    color: inherit;
    text-decoration: none;
		letter-spacing:normal;
}

.bukkenHeader_nav li a span {
    position: relative;
    transition: color 0.3s ease;
}

/* 下線アニメーション */
.bukkenHeader_nav li a span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

/* ホバーで下線が伸びる */
.bukkenHeader_nav li a:hover span::after {
    transform: scaleX(1);
}

.bukkenHeader_nav li a:hover {
    color: #333;
}

/* ハンバーガーメニューアイコンのスタイル */
.hamburger_menu_toggle {
    display: none; /* デフォルトでは非表示 */
    flex-direction: column;
    justify-content: center; /* 縦方向中央揃え */
    align-items: center; /* 横方向中央揃え */
    width: 60px; /* アイコンとテキストを含む幅 */
    height: 60px; /* アイコンとテキストを含む高さ */
    background: #fff;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
    position: fixed; /* 画面右上に固定 */
    top: 3px; /* 上からの距離 */
    right: 0px; /* 右からの距離 */
    /* 背景色を追加する場合: background-color: #f0f0f0; */
    /* ボーダーを追加する場合: border: 1px solid #ccc; */
}

.hamburger_menu_toggle span:not(.menu_text) { /* メニューテキスト以外のspan */
    display: block;
    width: 30px; /* アイコンの線の幅 */
    height: 1px;
    background-color: #333;
    transition: all 0.3s ease-in-out;
    margin-bottom: 6px; /* 線と線の間のスペース */
}

/* 最後の線はmargin-bottom不要 */
.hamburger_menu_toggle span:not(.menu_text):last-of-type {
    margin-bottom: 0;
}

/* MENUテキストのスタイル */
.hamburger_menu_toggle .menu_text {
    display: block;
    font-size: 10px; /* テキストのフォントサイズ */
    color: #333;
		line-height:1;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:700;
    margin-top: 2px; /* アイコンとテキストの間のスペース */
    transition: opacity 0.3s ease; /* アニメーションのためのトランジション */
}


/* ハンバーガーメニューのアクティブ状態（アイコンのアニメーション） */
.hamburger_menu_toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg); /* Y軸の移動量を調整 */
}

.hamburger_menu_toggle.active span:nth-child(2) {
    opacity: 0;
}

.hamburger_menu_toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg); /* Y軸の移動量を調整 */
}

.hamburger_menu_toggle.active .menu_text {
    opacity: 0; /* メニューが開いた時にテキストを非表示にする */
}


/* SP・タブレット（1024px以下：ハンバーガーメニュー） */
@media only screen and (max-width: 1024px) {
    .bukkenHeader_nav_wrapper {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: 90;
        padding-top: 60px; /* ヘッダー/アイコンのためのスペース */
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .bukkenHeader_nav_wrapper.active {
        display: flex;
    }

    .bukkenHeader_nav {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .bukkenHeader_nav li {
        width: 100%;
        border-right: none;
        border-left: none;
        border-bottom: 1px solid #eeeeee;
    }

    .bukkenHeader_nav li:last-child {
        border-bottom: none;
    }

    .bukkenHeader_nav li a {
        padding: 1.5em 1em;
    }

    .hamburger_menu_toggle {
        display: flex; /* 小さい画面でハンバーガーアイコンを表示 */
        /* position: fixed; の設定がここで適用される */
        /* topとrightの値を調整して、他の要素と重ならないように */
    }
}

/* PC（1025px以上：4カラム） */
@media only screen and (min-width: 1025px) {
	

		/* ナビゲーション固定用のスタイル */
		.bukkenHeader_wrapper.fixed-nav-bunjou {
			position: fixed !important;
			top: 0;
			left: 0;
			right: 0;
			z-index: 1000; /* 他の要素より手前に表示 */
			background-color: rgba(245, 243, 238, 0.5);
			box-shadow: 0 1px 5px rgba(0,0,0,0.1);
		}
		.bukkenHeader_wrapper.fixed-nav-bunjou .bukkenHeader_nav_wrapper{
			padding: 0;
			}
		
    .bukkenHeader_nav_wrapper {
				margin: 0 auto;
				max-width: 1200px;
        display: flex;
        padding: 30px 0;
        position: static;
        height: auto;
        background-color: transparent;
        z-index: auto;
        overflow-y: visible;
        flex-direction: row;
    }

    .bukkenHeader_nav {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .bukkenHeader_nav li {
        width: 25%;
        border-bottom: none;
        border-right: 1px solid #aaaaaa;
    }

    .bukkenHeader_nav li:nth-child(1) {
        border-left: 1px solid #aaaaaa;
    }

    .bukkenHeader_nav li:nth-child(2n) {
        border-right: 1px solid #aaaaaa;
    }
    .bukkenHeader_nav li:nth-child(odd) {
        border-right: 1px solid #aaaaaa;
    }

    .bukkenHeader_nav li a {
        padding: 1em 0.5em;
    }

    .hamburger_menu_toggle {
        display: none; /* デスクトップではハンバーガーを非表示 */
    }
}

/* Optional: メニュー開閉時のスクロール禁止用 */
body.no-scroll {
    overflow: hidden;
}
			
/* メインイメージ */
.bukkenMainvisual .swiper-slide.aspectFit > img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	}
.bukkenMainvisual_place {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 7.81vw;
	line-height: 1;
	color: rgba(255, 255, 255, 0.8); /* 透けた白文字 */
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	text-transform: uppercase;
	z-index: 9;
	font-family: "Red Hat Display", sans-serif;
	font-optical-sizing: auto;
  font-weight: 400;
	/* 下方向にフェードアウトさせるマスク */
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
	mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0,0,0,1)), to(rgba(0,0,0,0)));
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
}
.bukkenMainvisual_cmt{
	position: absolute;
	right:0;
	bottom:0;
	color:#fff;
	font-family: var(--bs-font-serif);
	font-weight:600;
	line-height:1;
	padding:1em 1em;
	z-index: 11;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.5),0px 0px 4px rgba(0,0,0,0.5),0px 0px 4px rgba(0,0,0,0.5);
	}

.bukkenMainvisual .swiper-button-next,.swiper-button-prev { color:#fff; }
.bukkenMainvisual .swiper-pagination-bullet { background: var(--swiper-pagination-bullet-inactive-color, #fff); }
.bukkenMainvisual .swiper-pagination-bullet-active { background: #fff; }
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
.bukkenMainvisual_place{
	top:80px;
	right:50px;
	}
.bukkenMainvisual_cmt{
	}
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

/* キャッチコピー/リード文 */
.bukkenConcept{
	text-align:center;
	font-family: var(--bs-font-serif);
	}
.bukkenConcept_slogan{
	/*font-size:1.5625em;
	line-height:1.2em;
*/	font-weight:700;
	margin-bottom:20px;
	}
.bukkenConcept_txt{
	line-height:1.5em;
	font-weight:400;
	color:#333;
	}
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
.bukkenConcept_slogan{
	/*font-size:2.188em;*/
	}
.bukkenConcept_txt{
	/*font-size:1.25em;*/
	}
}
/*IE*/
@media all and (-ms-high-contrast:none){
}
/* 沿線情報 */
.bukkenStation{
	font-family: var(--bs-font-serif);
	}
.bukkenStation_list{
	/*font-size:1.25em;
	line-height:1.5em;*/
	font-weight:400;
	color:#666;
	text-align:center;
	}
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
/*.bukkenStation_list{
	font-size:1.563em;
	}*/
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

/* お問い合わせ */
.bukkenContact{
	background-image:url(../images/search/bukkendetail_bg.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	}
.bukkenContact_ttl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.875em;
	font-family: var(--bs-font-serif);
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
	text-align:center;
	color: #fff;
}
.bukkenContact_ttl br{
	display:block;
	}
.bukkenContact_ttl::before,
.bukkenContact_ttl::after {
	content: "";
	background-color: #fff;
	height: 1px;
	width: 40px;
}
.bukkenContact_ttl::before {
	margin-right: 5px;
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.bukkenContact_ttl::after {
	margin-left: 5px;
	-webkit-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.bukkenContact_txt {
	color:#fff;
	text-align:center;
	margin-bottom: 15px;
}
/*TABLET*/
@media only screen and (min-width : 600px){
}
/*PC*/
@media only screen and (min-width : 1025px){
}
/*IE*/
@media all and (-ms-high-contrast:none){
}

/* CMS内容 */
.bukkenDetail{
	overflow:hidden;
	font-family: var(--bs-font-serif);
	}
	.bukkenDetail img{
		display:inline-block;
		}
	.bukkenDetail table{
		table-layout:auto;
		border-collapse: collapse;
		border-color:#ddd;
		}

/* 画像サイズ固定 */
.image-table {
	}
	.image-table td {
		}
	.image-table img {
		width: 100%;
		aspect-ratio: 4 / 3;
		-o-object-fit: cover;
		   object-fit: cover; /* 比率を保ったまま、要素を完全に覆うように調整 */
		display: block; /* 画像の下にできる余分な隙間を防ぐ */
		margin: 0 auto; /* 中央揃えを確実にする */
		}
