@charset "UTF-8";
#main_v .total_num {
	display: none;
}
#main_v {
	background: url(../img/top/main.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0;
}
#main_v .lastsearch_condition {
	background: #FFF;
	border: solid 1px rgba(45,59,66,0.6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	overflow: hidden;
	margin: 0 0 20px;
	padding: 10px 20px;
	position: relative;
}
#main_v .lastsearch_condition h2 {
	margin: 0 20px 0 0;
}
#main_v .lastsearch_condition h2::before {
	content: "";
	width: 23px;
	height: 26px;
	background: url(../img/top/ico_ls.gif) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#main_v .key {
	font-size: 16px;
	display: inline-block;
}
#main_v .follow {
	font-size: 12px;
	display: inline-block;
}
.search_wrap {
	background:rgba(19, 19, 19, 0.2);
	padding: 18px;
	backdrop-filter: blur(5px);
	border-radius: 13px;
}

.tab_navi {
    display: flex;
    justify-content: space-between;
    align-items: stretch; 
    margin-bottom: 0;
}


.tab_navi li.area,
.tab_navi li.map {
    width: 24%;
    color: #FFF;
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 0;
}

.tab_navi li.area {
    background: #152945; 
}

.tab_navi li.map {
    background: #e2a433; 
}

.tab_navi li.area span::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../img/top/ico_map.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}
.tab_navi li.map a {
  color: #fff;
  text-decoration: none;
}

.tab_navi li.map a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 35px;
    background: url(../img/top/ico_pin.svg) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.tab_navi li.keyword {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    gap: 8px;               
    padding: 0 0 10px 0;
}

.search_form_row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search_form_row > span[class^="icon_"] {
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 170px; 
}

.icon_word::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/top/ico_word.svg) no-repeat center center;
    background-size: contain;
    margin-right: 6px;
}

.icon_post::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    background: url(../img/top/ico_post.svg) no-repeat center center;
    background-size: contain;
    margin-right: 6px;
}

.input_wrap {
    display: flex;
    align-items: center;
    width: calc(100% - 185px); 
}

.input_wrap input[type="text"] {
    flex-grow: 1;
    height: 30px;
    border: none;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.input_wrap .p-global-search__search-btn {
    background: #d96323;
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 70px !important;
    height: 30px;
    font-weight: bold;
    font-size: 15px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.near_search input[type="text"] {
    width: 35%; /* 少しだけ幅を小さくしておく */
    flex-grow: 1; /* 余ったスペースがあれば伸びる */
}

.near_search .txt {
    color: #FFF;
    font-weight: bold;
    margin: 0 10px;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0; /* 画面が狭くなってもこの文字は潰さない */
}

.near_search .select_wrap {
    position: relative;
    flex-grow: 1; /* 余ったスペースを全力で埋める魔法 */
}

.near_search select {
    width: 100%;
    height: 32px;
    border: none;
    border-radius: 4px;
    padding: 0 30px 0 10px; 
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    box-sizing: border-box;
    cursor: pointer;
}

.near_search .select_wrap::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
}
.search_area {
	border-top:5px solid #102645;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.search_area h2 {
	font-size: 24px;
	margin: 0 0 15px;
}
.search_area h2 span {
	font-size: 18px;
}
.area_search {
	width: 55%;
	background:rgba(255,255,255,1);
	box-sizing: border-box;
	padding: 15px 30px 20px;
	position: relative;
}
/* .area_search .jp_map {
	height: 550px;
	background: url(../img/jp_map.svg) no-repeat center center;
	background-size: cover;
	position: relative;
} */
.area_search .jp_map {
    background: url(../img/jp_map.svg) no-repeat center center;
    background-size: 90% auto; 
    position: relative;
    height: auto; 
	max-height: 600px;
    aspect-ratio: 590 / 650;
}
.area_search .jp_map h3 {
	font-size: 36px;
	font-weight: bold;
	border-bottom: solid 4px;
	position: absolute;
	bottom: 10px;
	left: 0;
}
.area_search .jp_map.tohoku {
	height: 550px;
	background: url(../img/map_tohoku.svg) no-repeat center center;
	position: relative;
}
.area_search .jp_map.kanto {
	height: 550px;
	background: url(../img/map_kanto.svg) no-repeat center center;
	position: relative;
}
.area_search .jp_map.hokuriku {
	height: 550px;
	background: url(../img/map_hokuriku.svg) no-repeat center center;
	position: relative;
}
.area_search .jp_map.chubu {
	height: 550px;
	background: url(../img/map_chubu.svg) no-repeat center center;
	position: relative;
}
.area_search .jp_map.kinki {
	height: 550px;
	background: url(../img/map_kinki.svg) no-repeat center center;
	position: relative;
}
.area_search .jp_map.sikoku {
	height: 550px;
	background: url(../img/map_sikoku.svg) no-repeat center center;
	position: relative;
}
.area_search .jp_map.chugoku {
	height: 550px;
	background: url(../img/map_chugoku.svg) no-repeat center center;
	position: relative;
}
.area_search .jp_map.kyusyu {
	height: 550px;
	background: url(../img/map_kyusyu.svg) no-repeat center center;
	position: relative;
}

.area_search .jp_map.tohoku h3 { border-bottom-color: #f29600; }
.area_search .jp_map.kanto h3 { border-bottom-color: #ffda00; }
.area_search .jp_map.hokuriku h3 { border-bottom-color: #8dc33e; }
.area_search .jp_map.chubu h3 { border-bottom-color: #c0e459; }
.area_search .jp_map.kinki h3 { border-bottom-color: #00a63c; }
.area_search .jp_map.chugoku h3 { border-bottom-color: #00b4ed; }
.area_search .jp_map.sikoku h3 { border-bottom-color: #b26ec5; }
.area_search .jp_map.kyusyu h3 { border-bottom-color: #5b86c5; }
.area_search .jp_map .pref_btn {
	font-size: 22px;
	width: 151px;
	height: 47px;
	border: solid 2px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background:rgba(255,255,255,0.7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: absolute;
}
.area_search .jp_map .pref_btn::after {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
}
.return_btn {
	color: #333;
	width: 160px;
	height: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: solid 1px #CCC;
	text-decoration: none;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.return_btn span::before {
	content: "\f0e2";
	font-family: FontAwesome;
	display: inline-block;
	margin: 0 5px 0 0;
}
/* 東北地方 */
.area_search .jp_map.tohoku .tohoku_btn {
  color: #f29600;
  border-color: #f29600;
}
.area_search .jp_map.tohoku .aomori {
	top: 65px;
	right: 45px;
}
.area_search .jp_map.tohoku .iwate {
	top: 225px;
	right: 85px;
}
.area_search .jp_map.tohoku .akita {
	top: 172px;
	right: 253px;
}
.area_search .jp_map.tohoku .miyagi {
	bottom: 172px;
	right: 154px;
}
.area_search .jp_map.tohoku .fukusima {
	bottom: 203px;
	left: 105px;
}
.area_search .jp_map.tohoku .yamagata {
	bottom: 65px;
	right: 220px;
}
/* 関東地方 */
.area_search .jp_map.kanto .kanto_btn {
  color: #ffda00;
  border-color: #ffda00;
}
.area_search .jp_map.kanto .tokyo {
	bottom: 180px;
	left: 155px;
}
.area_search .jp_map.kanto .kanagawa {
	bottom: 115px;
	left: 95px;
}
.area_search .jp_map.kanto .saitama {
	bottom: 251px;
	left: 142px;
}
.area_search .jp_map.kanto .gunma {
	top: 150px;
	left: 65px;
}
.area_search .jp_map.kanto .chiba {
	bottom: 128px;
	right: 60px;
}
.area_search .jp_map.kanto .ibaragi {
	top: 203px;
	right: 60px;
}
.area_search .jp_map.kanto .tochigi {
	top: 110px;
	right: 145px;
}
/* 北陸・甲信越地方 */
.area_search .jp_map.hokuriku .hokuriku_btn {
  color: #8dc33e;
  border-color: #8dc33e;
}
.area_search .jp_map.hokuriku .yamanasi {
	bottom: 105px;
	right: 75px;
}
.area_search .jp_map.hokuriku .nagano {
	bottom: 200px;
	right: 100px;
}
.area_search .jp_map.hokuriku .nigata {
	top: 158px;
	right: 100px;
}
.area_search .jp_map.hokuriku .toyama {
	top: 225px;
	left: 240px;
}
.area_search .jp_map.hokuriku .isikawa {
	top: 280px;
	left: 90px;
}
.area_search .jp_map.hokuriku .fukui {
	bottom: 110px;
	left: 60px;
}
/* 中部地方 */
.area_search .jp_map.chubu .chubu_btn {
  color: #c0e459;
  border-color: #c0e459;
}
.area_search .jp_map.chubu .aichi {
	bottom: 230px;
	left: 135px;
}
.area_search .jp_map.chubu .sizuoka {
	bottom: 254px;
	right: 90px;
}
.area_search .jp_map.chubu .gifu {
	top: 112px;
	left: 112px;
}
.area_search .jp_map.chubu .mie {
	bottom: 116px;
	left: 77px;
}


/* 近畿地方 */
.area_search .jp_map.kinki .kinki_btn {
  color: #00a63c;
  border-color: #00a63c;
}
.area_search .jp_map.kinki .osaka {
	bottom: 223px;
	left: 151px;
}
.area_search .jp_map.kinki .hyogo {
	bottom: 310px;
	left: 75px;
}
.area_search .jp_map.kinki .kyoto {
	bottom: 345px;
	right: 176px;
}
.area_search .jp_map.kinki .shiga {
	bottom: 264px;
	right: 76px;
}
.area_search .jp_map.kinki .nara {
	bottom: 186px;
	right: 110px;
}
.area_search .jp_map.kinki .wakayama {
	bottom: 110px;
	left: 140px;
}
/* 四国地方 */
.area_search .jp_map.sikoku .sikoku_btn {
  color: #b26ec5;
  border-color: #b26ec5;
}
.area_search .jp_map.sikoku .kagawa {
	top: 70px;
	right: 80px;
}
.area_search .jp_map.sikoku .ehime {
	top: 204px;
	left: 80px;
}
.area_search .jp_map.sikoku .tokusima {
	top: 185px;
	right: 58px;
}
.area_search .jp_map.sikoku .kochi {
	bottom: 205px;
	right: 196px;
}
/* 中国地方 */
.area_search .jp_map.chugoku .chugoku_btn {
  color: #00b4ed;
  border-color: #00b4ed;
}
.area_search .jp_map.chugoku .okayama {
	bottom: 242px;
	right: 40px;
}
.area_search .jp_map.chugoku .hirosima {
	bottom: 190px;
	left: 216px;
}
.area_search .jp_map.chugoku .simane {
	top: 180px;
	left: 110px;
}
.area_search .jp_map.chugoku .tottri {
	top: 82px;
	right: 60px;
}
.area_search .jp_map.chugoku .yamaguchi {
	bottom: 126px;
	left: 27px;
}
/* 九州・沖縄地方 */
.area_search .jp_map.kyusyu .kyusyu_btn {
  color: #5b86c5;
  border-color: #5b86c5;
}
.area_search .jp_map.kyusyu .fukuoka {
	top: 10px;
	right: 95px;
}
.area_search .jp_map.kyusyu .oita {
	top: 84px;
	right: 14px;
}
.area_search .jp_map.kyusyu .saga {
	top: 84px;
	left: 225px;
}
.area_search .jp_map.kyusyu .nagasaki {
	top: 156px;
	left: 225px;
}
.area_search .jp_map.kyusyu .kumamoto {
	top: 223px;
	right: 160px;
}
.area_search .jp_map.kyusyu .oita {
	top: 120px;
	right: 25px;
}
.area_search .jp_map.kyusyu .miyazaki {
	bottom: 220px;
	right: 0;
}
.area_search .jp_map.kyusyu .kagosima {
	bottom: 166px;
	right: 172px;
}
.area_search .jp_map.kyusyu .okinawa {
	bottom: 180px;
	left: 95px;
}

/* .area_search .jp_map {
	height: 485px;
	background: url(../img/jp_map.svg) no-repeat center center;
	position: relative;
} */
.area_btn {
    font-weight: bold;
    border: solid 2px;
    background: #FFF; 
    text-decoration: none;
    position: absolute;
    z-index: 2;
    width: 100px;
    height: 35px;
    padding: 0; 
    display: flex;
    justify-content: center; /* 左右の中央 */
    align-items: center;     /* 上下の中央 */
    text-align: center;
    font-size: 15px;   /* 少しだけ文字を小さくしておく */
    line-height: 1.1;  /* 万が一2行になった時にはみ出さないように行間を詰める */
}

/* 矢印の共通設定 */
.area_btn::before,
.area_btn::after {
    content: "";
    position: absolute;
}

/* --- 北海道（右向き矢印） --- */
.area_btn.hokaido {
    color: #484848; border-color: #e7380d;
    top: 30px; right: 170px; /* ★位置は後で微調整してください */
}
.area_btn.hokaido::after {
    top: 50%; transform: translateY(-50%); right: -12px;
    border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 12px solid #e7380d;
}

/* --- 東北（左向き矢印） --- */
.area_btn.tohoku {
    color: #484848; border-color: #f29600;
    top: 210px; right: 10px;
}
.area_btn.tohoku::before {
    top: 50%; transform: translateY(-50%); left: -12px;
    border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 12px solid #f29600;
}

/* --- 関東（左向き矢印） --- */
.area_btn.kanto {
    color: #484848; border-color: #ffda00;
    top: 320px; right: 60px;
}
.area_btn.kanto::before {
    top: 50%; transform: translateY(-50%); left: -12px;
    border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 12px solid #ffda00;
}

/* --- 中部（上向き矢印） --- */
.area_btn.chubu {
    color: #484848; border-color: #c0e459;
    top: 440px; right: 220px;
}
.area_btn.chubu::before {
    top: -12px; left: 50%; transform: translateX(-50%);
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 12px solid #c0e459;
}

/* --- 北陸・信越（下向き矢印） --- */
.area_btn.hokuriku {
    color: #484848; border-color: #8dc33e;
    top: 230px; right: 220px;
}
.area_btn.hokuriku::after {
    bottom: -12px; left: 50%; transform: translateX(-50%);
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 12px solid #8dc33e;
}

/* --- 近畿（下向き矢印） --- */
.area_btn.kinki {
    color: #484848; border-color: #00a63c;
    top: 270px; left: 160px;
}
.area_btn.kinki::after {
    bottom: -12px; left: 60%; transform: translateX(-50%);
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 12px solid #00a63c;
}

/* --- 中国（下向き矢印） --- */
.area_btn.chugoku {
    color: #484848; border-color: #00b4ed;
    top: 310px; left: 60px;
}
.area_btn.chugoku::after {
    bottom: -12px; left: 70%; transform: translateX(-50%);
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 12px solid #00b4ed;
}

/* --- 四国（上向き矢印） --- */
.area_btn.shikoku {
    color: #484848; border-color: #b26ec5;
    top: 470px; left: 150px;
}
.area_btn.shikoku::before {
    top: -12px; left: 50%; transform: translateX(-50%);
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 12px solid #b26ec5;
}

/* --- 九州・沖縄（左と上向き矢印） --- */
.area_btn.kyusyu {
    color: #484848; border-color: #5b86c5;
    top: 510px; left: 100px;
}
.area_btn.kyusyu::before {
    top: 50%; transform: translateY(-50%); left: -12px;
    border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 12px solid #5b86c5;
}
.area_btn.kyusyu::after {
    top: -12px; left: 15px; 
    border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 12px solid #5b86c5;
}

.area_search h2::before {
	content: "";
	width: 30px;
	height: 30px;
	background: url(../img/top/ico_area.svg) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.pref_search .heading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.pref_search h2::before {
	content: "";
	width: 39px;
	height: 33px;
	background: url(../img/top/ico_pref.svg) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.area_search .touroku {
    background: #FFF;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 20px;
    width: 280px;
    position: absolute;
    z-index: 2;
}

.area_search .touroku .row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.area_search .touroku .ttl {
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.area_search .touroku .kensu {
    color: #efa721;
    font-size: 31px;
    font-weight: bold;
}

.area_search .touroku .kensu span {
    color: #333;
    font-size: 16px;
    margin-left: 5px;
}

.area_search .touroku .date {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin: 10px 0;
}

.area_search .touroku .service_btn {
    display: block;
    text-align: center;
    color: #efa721;
    border: solid 2px #efa721;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    transition: ease 0.2s;
}

.area_search .touroku .service_btn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.area_search .touroku .service_btn:hover {
    background: #efa721;
    color: #FFF;
}
.pref_search {
    width: 45%;
    color: #FFF;
    background: #102645;
    box-sizing: border-box;
    padding: 30px 20px;
    position: relative;
    overflow: hidden; 
}

.pref_search input[type="checkbox"] {
    accent-color: #e05f09; /* デザインに合わせたオレンジ色 */
    cursor: pointer;
}

/* ▼ ビルのシルエット背景（疑似要素） ▼ */
.pref_search::after {
    content: "";
    width: 100%;
    height: 35%; 
    background: url(../img/top/pref_search_bg.svg) no-repeat center bottom;
    background-size: contain; 
    display: block;
    position: absolute;
    bottom: 0; 
    left: 0;
    z-index: 0; 
}
.pref_search .pref_heading,
.pref_search dl {
    position: relative;
    z-index: 1;
}

.pref_search dt {
	width: 15%;

	float: left;
	margin: 0 0 20px;
}
.pref_search dd {
	border-left: dotted 1px #FFF;
	margin: 0 0 20px 17%;
	padding: 0 0 0 30px;
}
.pref_search li {
	width: 20%;
	display: inline-block;
	margin: 0 0 5px;
}
.pref_search .pref_heading {
    display: block;
    margin-bottom: 25px; 
}
.pref_search .pref_heading h2 {
    margin-bottom: 10px; 
}

.pref_search .pref_heading .note {
    font-size: 14px;     
    background: none;     
    width: 100%;          
    padding: 0;           
    line-height: 1.5;     
    color: #fff;        
}
.pref_search .btnArea {
    position: relative;
    z-index: 2; /* 背景のビル画像より上に表示させる */
    margin-top: 30px;
    padding-bottom: 10px; /* 下部に少し余白を持たせる */
}

.pref_search .btnArea .submit {
    text-align: center;
}

.pref_search .btnArea .submit button {
    color: #FFF;
    font-size: 18px;
    font-weight: bold; /* 少し太字にして目立たせる */
    width: 100%;       /* 基本は100%幅で可変に */
    max-width: 310px;  /* ただしPCでは最大310pxまでに制限 */
    height: 50px;
    background: #e05f09; /* ★ショップオフのオレンジ色に変更！ */
    border: none;
    border-radius: 6px;  /* 角を少し丸くする */
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* 少し影をつけてボタンっぽく */
    transition: 0.2s ease;
}

.pref_search .btnArea .submit button:hover {
    background: #d96323; /* ホバーで少し色を変える */
    transform: translateY(2px); /* 押したような動き */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
	.search_sp {
		display: none;
	}



.recommend_slider .slick-slide {
  margin: 0 5px;
}
.recommend_slider .slide {
  background: #fff;
}
.recommend_slider .slide a {
  display: block;
  color: #333;
  text-decoration: none;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
.recommend_slider .slide a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.recommend_slider .slide img {
  width: 100%;
  height: auto;
}
.recommend_slider .slide .w_img {
  position: relative;
}
.recommend_slider .slide .label {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background: #efa721;
  color: #fff;
  text-align: center;
  font-size: 10px;
  width: 78px;
  padding: 3px;
}
.recommend_slider .slide .label.orange {
  background: #e05f09;
}
.recommend_slider .slide .img {
  line-height: 1;
}
.recommend_slider .slide .w_text {
  padding: 12px 15px 15px;
  -moz-box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.3);
}
.recommend_slider .slide .price {
  color: #f37e00;
}
.recommend_slider .slide .price span {
  font-size: 16px;
}
.recommend_slider .slide .address {
  background: url(../img/top/ic01.png) no-repeat 2px 0;
  padding-left: 20px;
  line-height: 1.2;
  margin: 5px 0;
}
.recommend_slider .slide .breadth {
  background: url(../img/top/ic02.png) no-repeat center left;
  padding-left: 20px;
  line-height: 1.2;
}

.slick-prev, .slick-next {
  width: 14px;
  height: 50px;
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  content: none;
}

.slick-prev {
  background: url(../img/prev.png) no-repeat;
}
.slick-prev:hover, .slick-prev:focus {
  background: url(../img/prev.png) no-repeat;
}

.slick-next {
  background: url(../img/next.png) no-repeat;
}
.slick-next:hover, .slick-next:focus {
  background: url(../img/next.png) no-repeat;
}

/* ===================================================
   新規追加：バナーエリア（マップの下）
=================================================== */
#top_banners {
    background: #102645;
    padding: 70px 0; /* 余白はお好みで調整してください */
}

#top_banners ul {
    display: flex;
    justify-content: space-between;
}

#top_banners li {
    width: 48.5%; /* 2枚のバナーの間に少しだけ隙間をあける */
}

#top_banners img {
    width: 100%;
    height: auto;
    transition: opacity 0.2s ease;
}

#top_banners a:hover img {
    opacity: 0.8; /* マウスオーバーで少し透けるように */
}


/* ===================================================
   改修：NEWSエリア
=================================================== */
#top #section01 {
    padding: 50px 0;
}

#top #section01 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center; /* 縦の真ん中で揃える */
}

/* 左側の「NEWS」テキスト */
#top #section01 h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 24px;
    width: 100px; /* 幅を固定 */
    float: none;  /* 古い設定を解除 */
    margin: 0;
}

/* 中央の記事リストのまとまり */
#top #section01 .news_list {
    flex-grow: 1; /* 残りのスペースを全力で埋める */
    border-left: solid 2px #333; /* 左側の縦線 */
    padding: 0 40px;
    margin: 0 30px;
}

/* 記事1行ずつの設定 */
#top #section01 .news_list p {
    position: static; /* 古い設定を解除 */
    margin: 0;
    padding: 12px 0;
    border: none;
}

/* 最初と最後の記事の余白と線を綺麗にする */
#top #section01 .news_list p:first-child { padding-top: 0; }
#top #section01 .news_list p:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

#top #section01 .news_list p time {
    color: #999999;
    margin-right: 20px;
    display: inline-block;
    width: 100px;
}

#top #section01 .news_list p a {
    color: #333;
    text-decoration: none;
}

#top #section01 .news_list p a:hover {
    text-decoration: underline;
}

/* 右側のボタン */
#top #section01 .btn01 {
    position: static; /* 古い絶対配置を解除 */
    flex-shrink: 0;   /* 画面が狭くなってもボタンは縮めない */
    margin: 0;
}
#top #section02 {
  padding: 40px 0;
  background: #f5f5f5;
}
#top #section03 {
  padding: 100px 0;
  background: url(../img/top/bg01.jpg) no-repeat center/cover;
}
#top #section03 .header {
  position: relative;
  margin-bottom: 45px;
}
#top #section03 .header .w_btn {
  position: absolute;
  top: 10px;
  right: 0;
}
#top #section03 .header .w_btn a {
  margin-left: 10px;
}
#top #section03 .w_box {
  display: -webkit-flex;
  display: flex;
  gap: 30px;
}
#top #section03 .w_box .box {
  flex: 1;
  min-width: 0;
  max-width: 380px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
}
#top #section03 .w_box .box ul {
  flex: 1;
  padding: 0 10px;
}
#top #section03 .w_box .box h3 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 2px #efa721;
  padding: 15px 15px 15px 15px;
}
#top #section03 .w_box .box h3:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 25px;
  background: #efa721;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
#top #section03 .w_box .box li {
  padding: 15px 0;
  border-bottom: dotted 1px #dddddd;
}
#top #section03 .w_box .box li:last-child {
  border-bottom: none;
}
#top #section03 .w_box .box li a {
  display: flex;
  color: #333;
  text-decoration: none;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  gap: 10px;
}
#top #section03 .w_box .box li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
#top #section03 .w_box .box .img {
  flex-shrink: 0;
  width: 80px;
}
#top #section03 .w_box .box .img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
}
#top #section03 .w_box .box .text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}
#top #section03 .w_box .box .text time {
  font-weight: bold;
  color: #999;
  font-size: 12px;
}
#top #section03 .w_box .box .text .ttl {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
#top #section03 .w_box .box .more {
  display: block;
  color: #333;
  text-decoration: none;
  text-align: center;
  background: #e9e9e9;
  border-top: solid 1px #ddd;
  font-weight: bold;
  padding: 8px;
  -moz-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
}
#top #section03 .w_box .box .more span {
  background: url(../img/arrow_gl.svg) no-repeat center right;
  padding-right: 10px;
  background-size: 6px;
  font-size: 12px;
}
#top #section03 .w_box .box .more:hover {
  background: #ccc;
}
#top #section04 {
  padding: 75px 0 100px;
}
#top #section04 ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#top #section04 li {
  background: url(../img/top/img01.jpg) no-repeat 20px 20px #2f3c44;
  color: #fff;
  padding: 20px 20px 20px 175px;
  width: 48.3%;
}

#top #section04 li a {
	color: inherit;
	text-decoration: none;
}
#top #section04 li:last-child {
  background-image: url(../img/top/img02.jpg);
}
#top #section04 li h3 {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
}
#top #section04 li h3::before {
  position: absolute;
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  bottom: -7px;
  left: 0; 
}

#top #section04 li:first-child h3::before {
  background: #2d8dcb;
}

#top #section04 li:last-child h3::before {
  background: #efa721;
}
#top #section04 li h3 span {
  font-size: 30px;
}
#top #section04 li h3 .orange {
  color: #efa721;
}
#top #section04 li h3 .blue {
  color: #2d8dcb;
}
#top #section04 li p {
  margin-bottom: 25px;
}
#top #section04 li .more {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 4px;
  border-radius: 4px;
}


@media only screen and (max-width: 1200px) {
  .inner {
    padding: 0 3%;
  }

  .recommend_slider {
    padding: 0 20px;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .ttl01 {
    font-size: 24px;
  }

  #top #section03 .ttl01 {
    margin-bottom: 0;
  }
  #top #section03 .header .w_btn {
    position: relative;
  }
  #top #section03 .w_box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top #section03 .w_box .box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #top #section03 .w_box .box:last-child {
    margin-bottom: 0;
  }
  #top #section04 ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top #section04 li {
    width: 100%;
    margin-bottom: 20px;
  }
  #top #section04 li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 900px) {
  img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  #top #section01 .btn01 {
    right: 3%;
  }


  #w_footer_banner li {
    margin-left: 0;
    padding: 0 10px;
  }

  #footer_top p, #footer_top form {
    float: none;
  }
  #footer_top p {
    margin-bottom: 15px;
  }
  #footer_top input[type=email] {
    width: 100%;
  }
 /* ===================================================
   スマホ版：掲載件数（リスト形式・別ページ合わせ）
=================================================== */
#main_v {
    position: relative;
    z-index: 0;
    padding: 35px 0 10px;
}

#main_v .inner {
    position: relative;
    z-index: 2;
}

/* 背景を暗くして文字を読みやすくするオーバーレイ */
#main_v::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#main_v .total_num {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    display: block;
    margin-bottom: 35px;
}

#main_v .total_num ul {
    line-height: 1.2;
    margin: 20px auto 10px;
    width: 80%;
    max-width: 400px;
}

#main_v .total_num ul li {
    display: flex;
    justify-content: space-between;
    align-items: baseline; /* 文字の底辺で揃える */
    margin-bottom: 10px;
}

/* 「公開物件」などの見出し */
#main_v .total_num ul li span.midasi {
    text-align: right;
    width: 40%;
    font-size: 16px;
}

/* 数字部分 */
#main_v .total_num span.kensu {
    color: #ff872c;
    font-size: 42px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    width: 55%;
}

/* 数字の横の「件」 */
#main_v .total_num span.kensu span {
    font-size: 20px;
    color: #fff;
    margin-left: 5px;
    font-weight: normal;
}

#main_v .total_num .date {
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0.8;
}

/* ボタン（btn01 whiteを適用） */
#main_v .total_num .btn01 {
    font-size: 14px !important;
    padding: 8px 30px;
}
	
	.search_sp {
		width: 98%;
		background:rgba(19, 19, 19, 0.2);
		display: block;
		margin: 50px auto 0;
		padding: 10px;
		backdrop-filter: blur(5px);
		border-radius: 6px;
	}
	.search_sp .in {
		background: #FFF;
	}
	.search_sp ul {
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		padding: 0 10px;
	}
	.search_sp ul li {
		width: 48%;
	}
	.search_sp h2 {
		color: #FFF;
		background: url(../img/top/pref_search_bg.svg) no-repeat right center;
		background-size: 50%;
		background-color: #102645;
		padding: 10px;
	}
	.search_sp h2::before {
		content: "";
		width: 18px;
		height: 18px;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}
	
	.search_wrap {
		display: none;
	}
	.pref_search_sp {
		border-bottom: solid 1px #CCC;
		padding: 15px 0;
	}
	.mapsearch {
		border-bottom: solid 1px #CCC;
		padding: 15px 10px;
	}
	.mapsearch a {
		color: #333;
		text-decoration: none;
	}
	.mapsearch a::before {
		content: "";
		width: 18px;
		height: 18px;
		background: url(../img/top/ico_pin.svg) no-repeat;
		background-size: contain;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}
	.txtsearch {
		background: #f5f5f5;
		padding: 10px;
	}
	.txtsearch input[type="text"] {
    width: 100%;
    min-height: 44px;
    outline: none;
    border-radius: 6px;
    border: solid 1px #CCC;;
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 1;
    color: #595959;
    padding: 0 20px;
}
.txtsearch .xy-textSearchBtn {
	color: #FFF;
	width: 100%;
	text-align: center;
	background: #e05f09;
	border: none;
	margin: 10px 0 0;
	padding: 10px 0;
}
.pref_search_sp select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: solid 1px #CCC;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.pref_search_sp select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.pref_search_sp select {
	padding: 8px;
	color: #666666;
}	



}
@media only screen and (max-width: 600px) {

	#main_v {
		position: relative;
	}
	#main_v .inner {
		position: relative;
		z-index: 2;
	}
	#main_v::after {
		content: "";
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,0.6);
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	
	
	
	
	
	
	
	.ttl01 {
    font-size: 20px;
  }
  .ttl01 span {
    display: block;
    font-size: 12px;
    margin: 5px 0 0 0;
  }

  #top #section01 h2 {
    float: none;
  }
  #top #section01 p {
    padding-right: 0;
    margin-left: 0;
  }
  #top #section01 .btn01 {
    position: static;
    width: 50%;
    display: block;
    margin: 20px auto 0;
  }
  #top #section03 .w_btn {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #top #section03 .btn01 {
    width: 48%;
    padding: 5px 30px;
    margin: 0 !important;
    display: block;
  }
  #top #section04 li {
    padding: 170px 20px 20px;
    background-position: center 20px;
  }

}


#mailmaga {
  display: flex;
  align-items: center; /* ★追加：縦の中央で揃える */
  justify-content: space-between;
  padding: 15px 20px;
  border: 1px solid #fff; /* 線を少し細く上品に */
  border-radius: 6px;
  margin-top: 30px; /* 上の箱との隙間を確保 */
  background-color: rgba(255, 255, 255, 0.1); /* うっすら白を敷いて枠内を強調 */
}

#mailmaga p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0;
}

/* メールアイコンを疑似要素で追加（SVG画像に変更） */
#mailmaga p::before {
  content: ""; 
  display: inline-block;
  width: 24px;  /* ★アイコンの横幅（大きければ減らしてください） */
  height: 18px; /* ★アイコンの縦幅（大きければ減らしてください） */
  background: url(../img/ico_mail.svg) no-repeat center center;
  background-size: contain;
  margin-right: 12px;
}

/* フォーム全体を横並びの箱にする */
#mailmaga form {
  display: flex;
  width: 45%;
  gap: 10px; /* 入力欄とボタンの間の隙間 */
  margin: 0;
}

/* ★入力欄（input）に正しいスタイルを当て直す */
#mailmaga input[type="email"] {
  flex-grow: 1; /* 残りの幅を全部使う */
  height: 32px; /* 高さを揃える */
  border: none;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
}

/* 送信ボタン */
#mailmaga button {
  color: #FFF;
  background-color: #d96323; /* デザイン通りのオレンジ */
  border: none;
  border-radius: 4px;
  padding: 0 30px;
  height: 32px; /* 高さを入力欄と揃える */
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  white-space: nowrap; /* 文字が折り返さないようにする */
  box-sizing: border-box;
}

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

    /* --- マップ下の2枚バナー --- */
    #top_banners {
        padding: 40px 0;
    }
    #top_banners ul {
        flex-direction: column; /* 縦並びに */
        gap: 15px;
    }
    #top_banners li {
        width: 100%; /* 横幅いっぱい */
    }

    /* --- NEWSエリア --- */
    #top #section01 .inner {
        flex-direction: column; /* 縦に積む */
        align-items: flex-start;
    }
    #top #section01 .news_list {
        width: 100%;
        margin: 20px 0;
        padding: 0 0 0 15px; /* 縦線からの余白を少し詰める */
    }

    /* --- お役立ち読みもの（3つの箱） --- */
    .inner_blur {
        padding: 30px 15px; /* 左右の余白をスマホ用に */
    }
    #top #section03 .header {
        margin-bottom: 25px;
    }
    #top #section03 .header .w_btn {
        position: static; /* 絶対配置を解除して下に回す */
        margin-top: 15px;
    }
    #top #section03 .header .w_btn a {
        margin-left: 0;
    }

    /* --- ★重要：メルマガフォームの崩れ修正 --- */
    #mailmaga {
        flex-direction: column; /* 縦に並べる */
        gap: 20px;
        text-align: center;
    }
    #mailmaga p {
        justify-content: center;
        font-size: 14px;
    }

	#mailmaga p::before {
		width: 40px;
		height: 30px;
		font-size: 20px;
		background-size: 25px;
	}
    #mailmaga form {
        width: 100%; /* フォームを横幅いっぱいに */
        flex-direction: column; /* 入力欄とボタンを縦に */
        gap: 10px;
    }
    #mailmaga input[type="email"],
    #mailmaga button {
        width: 100%;
        height: 44px; /* 指で押しやすい高さに（44pxは黄金比！） */
    }

    /* --- オススメサービス（青とオレンジの箱） --- */
    #top #section04 li {
        padding: 140px 15px 25px; /* 画像の場所を確保しつつ内側の余白調整 */
        background-position: center 20px; /* 画像を中央上部に */
        background-size: 120px auto; /* 画像を少し小さく */
    }
    #top #section04 li h3 {
        font-size: 16px;
    }
    #top #section04 li h3 span {
        font-size: 24px;
    }

    /* --- フッター周り --- */
    #footer_bottom ul {
        flex-wrap: wrap; /* リンクが多い場合に折り返す */
        gap: 10px;
    }
    #footer_bottom li::after {
        display: none; /* 縦棒（|）を消して見やすく */
    }
    #footer_bottom li {
        width: 45%; /* 2列並びにする */
        justify-content: center;
    }
}

/* ===================================================
   追加修正分（このままCSSの最後に追加してください！）
=================================================== */
/* ③GoogleMapのアイコンに色をつける */
.mapsearch a.icon_map_color::before { width: 18px; height: 18px; }

/* ⑤スマホ版件数のインデントとフォント調整 */
#main_v .total_num ul li span.midasi { text-align: left; width: 40%; font-size: 16px; font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif; }
#main_v .total_num span.kensu { color: #ff872c; font-size: 42px; font-weight: bold; font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif; text-align: right; width: 60%; }
#main_v .total_num span.kensu span { font-size: 20px; color: #fff; margin-left: 5px; font-weight: normal; font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif; }
#main_v .total_num .date { font-size: 16px; font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;}

/* ④スマホ版検索ボックス（Yahoo不動産風） */
.search_sp { width: 98%; display: block; margin: 50px auto 0; padding: 0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.search_sp .in { background: #f5f5f5; padding: 15px; }
.search_sp h2 { color: #FFF; background: #102645; padding: 15px; font-size: 16px; font-weight: bold; text-align: center; }
.search_sp h2::before { content: "\f002"; font-family: FontAwesome; margin-right: 8px; padding-bottom: 5px;}
.pref_search_sp, .mapsearch, .zipsearch_sp, .txtsearch { background: #FFF; border: 1px solid #ddd; border-radius: 6px; padding: 12px; margin-bottom: 10px; }
.pref_search_sp ul { display: flex; justify-content: space-between; padding: 0; margin: 0; }
.pref_search_sp ul li { width: 48%; }
.select_wrap_sp { position: relative; border: 1px solid #ccc; border-radius: 4px; background: #fff; }
.select_wrap_sp select { width: 100%; padding: 10px; font-size: 13px; color: #333; appearance: none; -webkit-appearance: none; border: none; background: transparent; outline: none; }
.select_wrap_sp::after { content: "▼"; font-size: 10px; color: #999; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.mapsearch { text-align: center; background-color: #e2a433;}
.mapsearch a { display: block; color: #fff; font-weight: bold; font-size: 14px; text-decoration: none; padding: 5px 0; }
.zipsearch_sp .near_search { display: flex; align-items: center; justify-content: space-between; }
.zipsearch_sp input[type="text"] { width: 45%; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 13px; outline: none; }
.zipsearch_sp .txt { font-size: 12px; font-weight: bold; color: #333; margin: 0 5px; }
.zipsearch_sp .select_wrap { width: 35%; position: relative; border: 1px solid #ccc; border-radius: 4px; background: #fff; }
.zipsearch_sp select { width: 100%; padding: 10px; font-size: 13px; appearance: none; border: none; background: transparent; outline: none; }
.zipsearch_sp .select_wrap::after { content: "▼"; font-size: 10px; color: #999; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.txtsearch { padding: 0; border: none; background: transparent; margin-bottom: 0; }
.txtsearch input[type="text"] { width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 6px; font-size: 14px; box-sizing: border-box; background: #fff; outline: none; }
.btnArea_sp { text-align: center; margin-top: 15px; }
.xy-textSearchBtn { color: #FFF; background: #e05f09; border: none; padding: 12px 0; font-size: 16px; font-weight: bold; border-radius: 6px; width: 70%; cursor: pointer; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }

/* PC版ではスマホ用の検索ボックスを隠す！ */
.search_sp { display: none; }

/* ⑤スマホ版ボタン幅コンパクト化 */
@media only screen and (max-width: 900px) {
    /* --- スマホ版では検索ボックスを表示する --- */
    .search_sp { display: block; }
    
    #mailmaga { flex-direction: column; gap: 15px; text-align: center; padding: 20px; }
    #mailmaga form { width: 100%; flex-direction: column; gap: 10px; align-items: center; }
    #mailmaga input[type="email"] { width: 100%; height: 44px; }
    #mailmaga button { width: 60%; height: 44px; }

    .icon_map_color::before {
    content: ""; display: inline-block; width: 25px; height: 35px;
    background: url(../img/top/ico_pin.svg) no-repeat center center;
    background-size: contain; vertical-align: middle; margin-right: 10px;
    }

    /* ===================================================
       スマホ版：郵便番号検索の潰れ防止
    =================================================== */
    .zipsearch_sp .near_search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .zipsearch_sp .near_search input[type="text"] {
        width: 45% !important;
        flex: 0 0 45% !important; 
        height: 44px !important; 
        padding: 10px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .zipsearch_sp .near_search .txt {
        white-space: nowrap;
        margin: 0 5px;
        font-size: 12px;
        color: #333;
    }

    .zipsearch_sp .near_search .select_wrap {
        width: 35% !important;
        flex: 0 0 35% !important;
        height: 44px !important; 
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 4px;
        background: #fff;
        position: relative;
    }

    .zipsearch_sp .near_search select {
        width: 100%;
        height: 100%;
        padding: 0 25px 0 10px;
        box-sizing: border-box;
        font-size: 14px;
        appearance: none;
        -webkit-appearance: none;
        border: none;
        background: transparent;
        outline: none;
    }
}