@charset "UTF-8";
ul {
	list-style: none;
}

.vivid {
  background-color: #2589d0;
  border: 1px solid #2589d0;
  color: #fff;
  font-weight: 700;
}

.vivid:hover {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #484848;
  text-decoration: none;
}
/* 12.0 Images
================================================== */
img {
  height: auto;
  max-width: 100%;
}

.entry-header {
  padding-bottom: 10px;
  position: relative;
}

/* ----- Entry Titles ----- */
.entry-title {
  margin-bottom: 15px;
}

.entry-title,
.entry-title a {
  color: #333;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
  color: #517380;
}

h1.entry-title {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 1px;
}

/* Map Box
================================================== */
#top-map {
    float: left;
    width: 100%;
}

.cont-map {
    float: left;
    width: 100%;
    max-height: 500px;
}
.map-left {
    float: left;
    font-family: 'Noto Sans JP',"Raleway", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    width: 40%;
}
.home .wp-block-cover-image.alignfull {
    min-height: 500px;
}
.map-right {
    width: 60%;
    float: left;
}
.map-right iframe {
    height: 500px;
    margin: 0;
    width: 100%;
}

.new_mark {
  background-color: rgba(197, 8, 15, 0.85) !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  height: 40px;
  left: -35px;
  padding: 8px 0 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 8px;
  transform: rotate(-45deg);
  width: 128px;
  z-index: 2;
}

.dpoint4 {
  font-weight: 600;
  color: #c30b12;
}

th {
  font-weight: 600;
  width: 25%;
}

/* Single Fudo */
.main_picsam {
    margin: 1em auto;
    max-width: 1035px;
    padding-right: 8px;
    text-align: center;
    width: 100%;
}

.main_picsam :first-child img {
  border: 1px solid #d1d1d1;
  font-family: 'object-fit: contain;';
  object-fit: contain;
}

.main_picsam img {
  font-family: 'object-fit: cover;';
  margin-right: 1%;
/* height: 320px; */
  object-fit: cover;
  transform: scale(1);
  transition: all 500ms ease-out;
  width: 48%;
}

.swiper-slide-next, .swiper-slide-prev {
  display: inline-block;
  /* opacity: 0.6; */
}

.swiper-container.slider1 .swiper-slide-next,
.swiper-container.slider1 .swiper-slide-prev{
  opacity: unset;
}
.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.73) !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.87);
  border-radius: 50% !important;
  height: 12px !important;
  opacity: 1 !important;
  width: 12px !important;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.87)  !important;
  transform: scale(1.4) !important;
}

.swiper-button-next {
  background-image: url(assets/images/next.svg) !important;
  background-size: 100% 60% !important;
  padding: 10px 20px;
  right: 2px !important;
}

.swiper-button-prev {
  background-image: url(assets/images/prev.svg) !important;
  background-size: 100% 60% !important;
  padding: 10px 20px;
  left: 0 !important;
}

.swiper-button-next, .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.53);
}
.swiper-button-next,.swiper-button-prev  {
  margin-right: 1%;
  margin-left: 1%;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    margin-right: 0;
    margin-left: 0;
    transition: all 500ms ease-out;
}
.list_picsam img.box3image {
  font-family: 'object-fit: cover;';
  margin-right: 1%;
  height: 280px;
  object-fit: cover;
  transform: scale(1);
  transition: all 500ms ease-out;
  width: 99%;
}

header.entry-header span.bu-cat {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 1%;
  pointer-events: none;
}

/* table border */
table {
 	border-collapse: collapse;
			
}

tr {
	border: solid 1.2px rgb(200, 200, 200);
}
/* table border END */

/* 物件詳細ページ */
.custom-pre {
    /* 自動改行を有効にする */
    white-space: pre-wrap;
    word-wrap: break-word;

    /* preタグ特有の背景や余白をリセット */
    background: none;
    padding: 0;
    margin: 0;

    /* フォントをサイト全体に合わせる（preはデフォルトで等幅フォントになるため） */
    font-family: inherit; 
    font-size: inherit;
    color: inherit;
	overflow: unset;
}

.main_bukken {
	margin-top: 20px;
}

.bukken_card_wrap_border {
	width: fit-content;
	border: solid 1px #cccccc;
	margin: auto;
}

.bukken_card_wrap_border .entry-header {
	margin-top: 20px;
	border-bottom: none;
}

#entry-title-child {
	margin: 10px 0 10px 30px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.bukken_card_wrap {
	max-width: 1250px;
	display: flex;
	flex-wrap: wrap;
	align-items: top;
	justify-content: space-around;
	margin: auto;
	padding: 5px 30px 30px 30px;
}

.bukken_coard_top_area_wrap {
	max-width: 1250px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 30px;
}

.bukken_card_coment-top-l {
	display: block;
	flex-shrink: 0;
	width: 640px;
	padding-left: 30px;
	font-weight: bold;
	line-height: 1.6;
}

.bukken_card_coment-top-r {
	width: 95%;
	margin: 0 auto;
	font-weight: bold;
}

.main_picsam_wrap {
	width: 640px;
	margin: 0 10px;
}

.main_picsam-child {
	width: 100% !important;
	max-height: 426.5px !important;
	margin: auto;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main_picsam-child-txt {
	background-color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 1000;
	padding: 0 5px;
}

.main_picsam img:hover {
	cursor: pointer;
	filter: brightness(90%);
	transition: all 0.35s ease-in-out; 
}

.main_picsam-child img {
	max-width: 100%;
	height: auto !important;
	object-fit: cover !important;
	border: none !important;
	margin: 0 !important;
}

.portrait-container img {
	width: auto !important;
	max-height: 426.5px !important;
}

.landscape-container img {
	width: 100% !important;
	height: auto !important;
}

.list_picsam-child {
	max-width: 640px;
	margin: 0 !important;
}

.bukken_sw img {
	display: block;
	width: 100%;
	height: 100px !important;
	margin: 0 auto!important;
}

.bukken_card_right_wrap {
	width: 380px;
	max-width: 90%;
	margin: 0 auto;
}

.bukken_card_rigth_table_wrap table {
	max-width: 400px;
	margin-top: 2em;
}

.bukken_card_rigth_table_wrap table th {
	width: 35%;
	padding: 0.8em;
	text-align: center;
	background-color: #f7f7f7;
}

.bukken_card_rigth_table_wrap table dd,
.bukken_card_rigth_table_wrap table dt
{
	margin: 0;
}

.bukken_card_rigth_table_wrap table td
{
	padding: 0.8em;
	text-align: center;
	background-color: #ffffff;
}

.page_link {
	color: inherit;
	text-decoration: none;
}

.bukken_card_right_address_wrap,
.bukken_cord_right_koutuu_wrap {
	width: 80%;
	margin: 20px auto;
}

.bukken_card_right_address_wrap dt,
.bukken_cord_right_koutuu_wrap dt {
	width: fit-content;
	border: solid 1px #cccccc;
	border-radius: 3px;
	padding: 0 5px;
}

.bukken_card_right_address_wrap dd,
.bukken_cord_right_koutuu_wrap dd {
	margin-left: 0.5em;
}

.forme-to-link {
	width: fit-content;
	color: #fff;
	background-color: #1850A1;
	margin: 30px auto 10px auto;
	padding: 1em;
	text-align: center;
	font-weight: 700;
}

.keyword-ul-wrap {
	max-width: 510px;
	margin: 10px;
}

.keyword-ul-wrap ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
	padding-left: 50px;
}

.keyword-ul-wrap li {
	font-size: 14px;
	margin: 0.5em;
	padding: 0.3em 0.8em;
	border: solid 1px #cccccc;
	border-radius: 20px;
}
/* 物件詳細ページ END*/

/* main-img arrow */
.button-disabled {
    opacity: .35;
    pointer-events: none; /* クリックを物理的に効かなくする */
    cursor: default;
}
/* main-img arrow END*/

.map-label {
    font-size: 0.9em;
    color: #0066cc;
    margin-left: 5px;
}

.map-label:after {
	content: "\f14d";
 	font-family: "FontAwesome";
}

.feature-item i {
    color: rgba(255, 170, 59, 1.00);
    margin-right: 4px;
}

/**
 * Swiper 4.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 11, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/* --- (中略：各グラデーションやボタン設定も同様に整形) --- */

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

/* Font Awesomeを適用する */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-family: "Font Awesome 6 Free"; /* バージョンに合わせて変更してください */
  font-weight: 900; /* Solidアイコンを使用する場合に必要 */
  font-size: 24px;  /* サイズ調整 */
  color: #fff;   /* 矢印の色 */
}

/* 左矢印のアイコン設定 */
.swiper-button-prev::after {
  content: "\f053"; /* fa-chevron-left のユニコード */
}

/* 右矢印のアイコン設定 */
.swiper-button-next::after {
  content: "\f054"; /* fa-chevron-right のユニコード */
}

/* 共通設定 */
.swiper-button-prev,
.swiper-button-next {
  /* 縦方向のセンター配置 */
  top: 50% !important;
  transform: translateY(-50%);
  
  /* デフォルトのスタイルをリセット */
  margin-top: 0 !important; 
  height: 44px; /* アイコンの大きさに合わせて調整 */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 左矢印の位置 */
.swiper-button-prev {
  left: 10px;  /* 左端からの距離 */
  right: auto;
}

/* 右矢印の位置 */
.swiper-button-next {
  right: 10px; /* 右端からの距離 */
  left: auto;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
/* swiper END */

/* single-bkken */
.bukken_gaiyou_wrap{
	width: 1200px;
	max-width: 90%;
	margin: 100px auto 0px;
}

.bukken_gaiyou_title{
	display: block;
	width: 100%;
	margin: 0 auto 0.8em;
	text-align: center;
}

.bukken_gaiyou_wrap table tr:nth-child(even){
background-color: #f5f5f5;	
}

.bukken_card_rigth_table_wrap table tr,
.bukken_gaiyou_wrap table tr{
	border: 1px solid rgba(0, 0, 0, .1);
}

.bukken_card_rigth_table_wrap table th,
.bukken_card_rigth_table_wrap table td,
.bukken_gaiyou_wrap table th,
.bukken_gaiyou_wrap table td{
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.bukken_card_rigth_table_wrap table tr:last-child th,
.bukken_card_rigth_table_wrap table tr:last-child td,
.bukken_gaiyou_wrap table tr:last-child th,
.bukken_gaiyou_wrap table tr:last-child td{
	border-bottom: none;
}

.page_link_map_wrap{
	width: 1200px;
    max-width: 90%;
    margin: 100px auto;
}

.bukken-map-wrapper{
	 margin: 25px 0;
}

.map-title{
	font-size: 1.1rem;
	margin-bottom: 15px;
	font-weight: bold;
	border-left: 4px solid #333;
	padding-left: 10px;
}

.iframe-container{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.map-link-wrap{
	margin-top: 10px;
	text-align: right;
}

.map-link-wrap a{
	font-size: 0.9rem;
	color: #0066cc;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.map-link-wrap a span{
	text-decoration: underline;
}

.map-placeholder{
	background: #f0f0f0;
	padding: 40px;
	text-align: center;
	border: 1px dashed #ccc;
	margin-bottom: 70px;
}

.map-placeholder p{
	margin-bottom: 0;
}

/* single-bkken END */

/* 追加メディクリ */
@media (max-width: 767px) {	
	
.bukken_card_wrap_border {
	width: 90%;
}
	
.bukken_card_wrap {
	padding: 5px;
}
	
#entry-title-child {
		flex-wrap: wrap;
	}
	
.main_picsam_wrap {
	width: 100%;
	margin: 0 auto;
}
	
.main_picsam-child {
	height: auto;
}

.keyword-ul-wrap ul {
	justify-content: center;
	padding-left: 0;
}
	
.bukken_card_coment-top-l {
	width: 100%;
	padding-left: 20px;
	padding-right: 10px;
}
.bukken_sw {
	margin-bottom: 2em;
	}
.bukken_card_coment-top-r br {
	display: none;
	}
.bukken_coard_top_area_wrap {
	flex-wrap: wrap;
	padding: 0 5px;
}	
}
/* 追加メディクリEND */