@charset "utf-8";

/*==Noto Sans JP==*/

/*Regular*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*Midium*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*Bold*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*Black*/
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*==Outfit==*/

/*Regular*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/*Midium*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*************************************************/

/*　メインカラーを置換してください      */
/*　color:#FF9900;　  */

/*************************************************/
/* =========================================================
	 reset
========================================================= */
html,
body,
div,
span,
applet,
object,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article.btn-Area {
  text-align: right;
  width: 96%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
  font-family: "ヒラギノ角ゴ Pro W3";
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  vertical-align: middle;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
  clear: both;
}
.clear {
  clear: both !important;
}
.float_l {
  float: left !important;
}
.float_r {
  float: right !important;
}
.text_l {
  text-align: left !important;
}
.text_r {
  text-align: right !important;
}
.text_c {
  text-align: center !important;
}

.smart_off {
  display: none !important;
}
/* =========================================================
	 Body
========================================================= */
html,
body {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  font-size: 6.25%;
  -webkit-text-size-adjust: 100%;
}
html {
  overflow-y: scroll;
  font-size: 6.25%;
}
body {
  position: relative;
  width: 100%;
  color: #000;
  font-size: 14rem;
  /* 14px */
  background: #fff;
  font-weight: normal;
  line-height: 18px;
  margin: 0;
  padding: 0;
  font-family:
    "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック",
    "MS PGothic", sans-serif;
  list-style: none;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #222222;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
p {
  color: #222222;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  clear: both;
}
article {
  position: relative;
}
section {
  margin: 0;
}
.li_refine_tl p {
  color: #fff;
}
.head_title {
  color: #000;
  padding: 5px 5%;
  line-height: 1;
}

.fonticon-color {
  color: #000;
}

.fonticon-color_inner i {
  color: #000;
}

.back-color {
  background: #000;
}

.boder-color {
  border-color: #000;
}

.boder_top-color {
  border-top-color: #000;
}

.boder_left-color {
  border-left-color: #000;
}

.headder_boder-color {
  border-top-color: #000;
}

.shadow-color {
  box-shadow: #a66400 0px 2px 0px 0px;
  -webkit-box-shadow: #a66400 0px 2px 0px 0px;
  -moz-box-shadow: #a66400 0px 2px 0px 0px;
}

/*sub color*/
/*
.sub_color {
	background: #401000 !important;
}

.sub-border_color {
	border-color: #401000;
}

.sub-border-top_color {
	border-top-color: #401000;
}

.sub-border-bottom_color {
	border-bottom-color: #401000;
}

.tabList li.active {
	background: #401000;
}

.favorite-01 {
	color: #FFBF00;
}

.favorite-02 {
	color: #000;
}

.favorite-03 {
	color: #663300;
}

.favorite-04 {
	color: #000;
}

.favorite-05 {
	color: #D93600;
}

.favorite-06 {
	color: #684E02;
}

.favorite-07 {
	color: #465614;
}

.slide_list a i,
.slide_list a i {
	color: #000;
}


/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* H1 */
.rhs_title_h1 {
  width: 96%;
  margin: 15px auto 15px auto;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 4vw;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #ddd;
  background: none !important;
  color: #000 !important;
  text-overflow: clip;
  white-space: normal;
  overflow: initial;
}

.rhs_title_h1:after {
  position: absolute;
  content: " ";
  border-bottom: solid 2px #042455;
  bottom: -2px;
  width: 15%;
  display: block;
  left: 0px;
}

h1 {
  color: #aaa;
  padding: 5px 5%;
  line-height: 1;
  font-size: 9px;
}

/* H2 */
.rhs_title_h2 {
  width: 96%;
  margin: 15px auto 15px auto;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 4vw;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #ddd;
  background: #fff;
  color: #000;
  text-overflow: clip !important;
  white-space: normal !important;
  overflow: initial;
}

.rhs_title_h2:after {
  position: absolute;
  content: " ";
  border-bottom: solid 2px #042455;
  bottom: -2px;
  width: 15%;
  display: block;
  left: 0px;
}

/* H3 */
.rhs_title_h3 {
  width: 96%;
  margin: 15px auto 15px auto;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 3.5vw;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-bottom: 2px solid #ddd;
}

.rhs_title_h3:after {
  position: absolute;
  content: " ";
  border-bottom: solid 2px #042455;
  bottom: -2px;
  width: 12%;
  display: block;
  left: 0px;
}

/* ----------------------------------------
　学区検索　表示・非表示
---------------------------------------- */
/*
.gakku_comment , .srch_school , .s-school , .sho_school , .sho_school_text , .list_map_school , .sho_catalog_school, .sho_school_ruiji{
	display:none;
}
*/

/* ----------------------------------------
　スポット情報　表示・非表示（物件詳細・マンションカタログ）
---------------------------------------- */
/*
.catalog_spot_wrap, .shosai_spot_wrap{
	display:none;
}
*/

/* ----------------------------------------
　来店予約システム
---------------------------------------- */

/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */

.on_raiten {
  display: none !important;
}

/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/

/* ----------------------------------------
フッター固定
---------------------------------------- */
footer {
  width: 100%;
  margin-bottom: 60px;
  padding: 80px 0 0 0;
}
.fixfoot {
  width: 100%;
  position: fixed;
  bottom: -1px;
  height: 60px;
  background-color: #ffffff;
  z-index: 100;
  margin: 0px;
  padding: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.fixfoot ul {
  width: 100%;
  margin: 0px;
  height: 100%;
  padding: 0px;
  list-style: none;
  display: flex;
}

.fixfoot ul li {
  text-align: center;
  vertical-align: middle;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border-right: 1px solid #ddd;
  flex: 1;
  display: block;
}

.fixfoot ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 12px 0px 0px 0px;
  margin: 0px;
  color: #000;
}

.fixfoot ul li a img {
  width: 70%;
  max-height: 65px;
}

.fixfoot ul li i {
  width: 100%;
  height: 13px;
  display: block;
  text-align: center;
  font-size: 17px;
  color: #000;
  padding-bottom: 10px;
}

.fixfoot ul li span {
  font-size: 12px;
}

.dra_tl p {
  background: #326598;
  color: #fff;
}
.fixfoot,
.fas {
  font-size: 20px;
}

/* ----------------------------------------
フッター会員メニュー
---------------------------------------- */
.f_mem_menu {
  background-color: #f5f5f5;
  width: 90%;
  margin: 10px auto 10px auto;
  padding: 0px 0px 15px 0px;
  border-radius: 5px;
  overflow: hidden;
}
.f_mem_menu h2 {
  background-color: #000;
  margin: 0 0 10px 0;
  padding: 5px 0;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.f_mem_menu h3 {
  width: 90%;
  margin: 0px auto 10px auto;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-align: center;
}
.f_mem_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 90%;
  list-style: none;
  margin: 0px auto;
  padding: 0px;
}
.f_mem_menu ul li {
  width: calc((100% - 4px) / 2);
  margin: 0px;
  padding: 0px;
}
.f_mem_menu ul li a {
  display: flex;
  align-items: center;
  padding: 6px 4px 6px 4px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: clamp(11px, 3vw, 13px);
  line-height: 20px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.f_mem_menu ul li a:hover {
  background: #000;
  color: #fff;
}
.f_mem_menu ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  font-size: clamp(12px, 3.2vw, 14px);
  margin: 0 5px 0 0;
}
.f_mem_menu ul li a i.fa-calendar-check {
  font-size: clamp(13px, 3.5vw, 15px);
}
.f_mem_menu ul li a i.fa-arrow-right-from-bracket {
  font-size: clamp(11px, 3vw, 13px);
}
.f_mem_menu ul li a:after {
  content: "";
  width: 4px;
  height: 4px;
  box-sizing: border-box;
  margin: auto;
  border: 4px solid transparent;
  border-left: 4px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  transition: all 0.3s;
}

/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
  width: 90%;
  margin: 0 auto;
}

.rental_inq a {
  box-sizing: border-box;
  border: 3px solid #ff7f00;
  background: #ff7f00;
  color: #fff;
  position: relative;
  display: block;
  font-size: 5.5vw;
  line-height: 5vh;
  padding: 5% 0;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.rental_inq a:after {
  position: absolute;
  bottom: -5px;
  content: "";
  vertical-align: middle;
  right: -5px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  transform: rotate(45deg);
}

/* hamburger header_fix
---------------------------------------- */

header .logo {
  overflow: hidden;
  max-width: 70%;
  max-height: 52px;
  box-sizing: border-box;
  padding: 5px;
  white-space: nowrap;
  text-align: left;
}
header .logo a {
  display: inline-block;
}
header .logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 42px;
}

.h_sns {
  display: flex;
  position: absolute;
  right: 50px;
  top: 4px;
}

.h_sns li:first-child {
  margin-right: 10px;
}

.h_sns li a img {
  width: 24px;
}

/*ナビメニューのスタイルを指定*/
.header_Toggle {
  display: block;
  position: fixed;
  right: 5%;
  top: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1001;
  text-align: center;
  border-radius: 33px;
  padding: 0px;
  margin: 0px;
  border: none;
}
.header_Toggle span {
  position: absolute;
  width: 26px;
  border-bottom: solid 2px #000;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  left: 0px;
  right: 0px;
  margin: auto;
}

.header_Toggle span:nth-child(1) {
  top: 11px;
}
.header_Toggle span:nth-child(2) {
  top: 19px;
}
.header_Toggle span:nth-child(3) {
  top: 27px;
}
/* 最初のspanをマイナス45度に */
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(1) {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(2),
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(3) {
  top: 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.header_NavMenu {
  position: fixed;
  padding: 80px 5%;
  box-sizing: border-box;
  top: 0px;
  right: -100px;
  background: #fff;
  color: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s 0s ease;
  overflow: scroll;
  opacity: 0;
  z-index: -1;
}
.header_NavMenu_box {
  background: none !important;
}
nav.header_NavMenu ul.menu_list {
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 3px;
}
nav.header_NavMenu ul.menu_list li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 50%;
  box-sizing: border-box;
}

.acd-check {
  display: none;
}
.acd-check_hamburger {
  display: none;
}

.acd-content {
  display: block;
}
.acd-check_hamburger:checked ~ .navmenu_wrap .header_NavMenu {
  right: 0;
  opacity: 1;
  z-index: 1000;
}

/*-----------nav-------------*/
.nav_menu_wrap {
  width: 100%;
}

.nav_menu_flex {
}

.nav_menu_con {
}

.nav_menu_con .nav_menu_main a,
.nav_menu_con .h_title {
  display: block;
  padding: 15px 0 15px 25px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  position: relative;
  border-bottom: 1px solid #eee;
  transition: 0.3s all;
  text-align: left;
}

.nav_menu_con .nav_menu_main a::before,
.nav_menu_con .h_title::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 19px;
  transition: 0.3s all;
}

.nav_menu_con .nav_menu_main a::after,
.nav_menu_con .h_title::after {
  content: "";
  width: 3px;
  height: 3px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 5px;
  transition: 0.3s all;
}

.nav_menu_con ul {
  display: none;
  margin: 15px;
}
.nav_menu_con ul li a {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 13px;
  font-weight: 500;
  padding: 5px;
  margin-bottom: 5px;
  transition: 0.3s all;
}

.nav_menu_con ul li a::before {
  content: "";
  width: 7px;
  height: 1px;
  display: block;
  background: #aaa;
  margin-right: 7px;
  transition: 0.3s all;
}

.nav_menu_con ul li a:hover {
  color: #000;
}

.nav_menu_con ul li a:hover::before {
  background: #000;
}

.nav_menu_bt {
  padding: 50px 0 30px;
}

.nav_menu_bt ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.nav_menu_bt ul li {
  margin-right: 15px;
}

.nav_menu_bt ul li a {
  color: #666;
  font-size: 11px;
  transition: 0.3s all;
}

.nav_menu_bt ul:last-child a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
}

.nav_menu_bt ul:last-child a i {
  color: #666;
  font-size: 16px;
  transition: 0.3s all;
}

.nav_menu_bt ul:last-child a:hover {
  border: 1px solid #000;
}
.nav_menu_bt ul:last-child a:hover i {
  color: #000;
}
.nav_copy {
  color: #ccc;
  font-size: 11px;
}
.h_title_wrap {
  position: relative;
}
.h_accordion_icon,
.h_accordion_icon span {
  display: inline-block;
  transition: 0.4s;
  box-sizing: border-box;
}
.h_accordion_icon span {
  background: #000;
}
.h_accordion_icon {
  width: 30px;
  height: 30px !important;
  position: absolute;
  right: 0;
  top: 20px;
  border: none !important;
}
.h_accordion_icon span {
  position: absolute;
  left: 6px;
  width: 16px !important;
  height: 1px !important;
  background-color: #000;
  padding: 0 !important;
}
.h_accordion_icon span:first-of-type {
  top: 5px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.h_accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.h_accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* hamburger header_fix end
---------------------------------------- */

.gallery {
  width: 100%;
  max-width: 620px;
  margin: 10px auto;
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: auto;
  height: auto;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  height: 50px;
  padding: 8px 0 0 0 !important;
  overflow: hidden;
  border-top: 2px solid #555;
}
.gallery-thumbs .swiper-slide {
  width: 90px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  opacity: 0.3;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}
.gallery-thumbs i {
  font-size: 20px;
  display: block;
  margin-bottom: 3px;
  line-height: 22px;
}
.swiper-button-next,
.swiper-button-prev {
  display: none;
}
.swiper-container-autoheight .swiper-wrapper {
  min-height: calc(100vh - 140px);
}
/**********
2023.03 マイページ改修
******************************/
/* main_mypage_menu */
.main_mypage_menu {
  margin: 0 0 10% 0;
}
.main_mypage_menu.main_mypage_menu_wide {
  width: 96%;
  margin: 0 auto 5% auto;
}
.main_mypage_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 2%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main_mypage_menu ul li {
  width: 49%;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 12px;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0px #000;
  font-weight: bold;
  text-decoration: none;
}
.main_mypage_menu ul li a {
  color: #000;
}
.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
  background: #000;
  color: #fff;
}
.main_mypage_menu ul li p i {
  color: #fff !important;
}
.main_mypage_menu ul li p i.mypage_menu_icon,
.main_mypage_menu ul li a i.mypage_menu_icon {
  font-size: clamp(12px, 4vw, 16px);
}
.main_mypage_menu ul li p span,
.main_mypage_menu ul li a span {
  padding: 0 5px 0 0;
  font-size: clamp(11px, 3.2vw, 15px);
  line-height: clamp(14px, 5vh, 22px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.main_mypage_menu ul li p i.fa-angle-right,
.main_mypage_menu ul li a i.fa-angle-right {
  font-size: clamp(11px, 3.5vw, 15px);
  color: #000;
}
input.member_add_btn {
  background-color: #000;
}
h2.mp_title {
  background: #000;
}
#mp_bukken
  .mp_oshirase2
  ul.mp_oshirase2_inner
  .osusume_list
  .shosai_link_box
  .shosai_link_tl:after {
  background: #000;
}
#mp_bukken .osusume_more a {
  border: 1px solid #000;
  box-shadow: 0px 2px 0px 0px #000;
  color: #000;
}

/* ----------------------------------------
10/30 新規トップ構築 ヘッダー
---------------------------------------- */

.h_wrap {
  width: 90%;
  margin: 15px auto 5px;
}
.h_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.h_logo {
  width: 46%;
}
.h_nav_icon_menu {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fa-solid {
  color: #666666;
  font-size: 20px;
}
.fa-regular {
  color: #666666;
  font-size: 23px;
}

/* ----------------------------------------
フッター
---------------------------------------- */
.f_wrap {
  width: 100%;
  background-color: #000000;
  margin-top: 60px;
}
.f_inner {
  width: 90%;
  margin: 0 auto;
}

.f_accordion_icon span {
  background-color: #ffffff;
}
.f_accordionlist .f_title_wrap .f_title {
  color: #ffffff;
  border-top: 1px solid #dddddd;
  background-color: #000000;
  padding: 20px 15px;
}
.f_link:last-child {
  border-bottom: 1px solid #dddddd;
}
.f_accordionlist ul li a {
  color: #ffffff;
  background: none;
  padding: 5px;
}
.f_accordionlist ul li a::before {
  background: #ffffff;
}

.f_bottom {
  padding: 60px 0;
}
.f_sns {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.f_sns li:first-child {
  margin-right: 15px;
}
.f_sns li img {
  width: 30px;
}
.f_bottom i {
  font-size: 25px;
  color: #ffffff;
}
.f_logo {
  margin: 30px 0;
  text-align: center;
  & img {
    width: 70%;
  }
}

.f_tel {
  margin-bottom: 60px;
  & a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 500;
    font-family:
      "Century Gothic",
      CenturyGothic,
      Noto Sans JP,
      AppleGothic,
      sans-serif;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    .fa-solid {
      color: #ffffff;
      margin-right: 6px;
      font-size: 18px;
    }
  }
  & p {
    font-size: 10px;
    color: #ffffff;
    line-height: 1;
    margin-top: 5px;
    text-align: center;
  }
}

.f_btn a {
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 16px 5%;
  border: 1px solid #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  width: 50%;
  margin: 20px auto 35px;
  &::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
  }
}

.f_site_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 30px;
  & li {
    &:not(:last-child) {
      position: relative;
      &::before {
        content: "";
        width: 1px;
        height: 11px;
        background: #ffffff;
        position: absolute;
        top: 2px;
        bottom: 0;
        margin: auto;
        right: 0px;
      }
    }
    & a {
      color: #ffffff;
      font-size: 10px;
      display: block;
      padding: 0 10px;
      line-height: 1;
    }
  }
}
.f_copyright {
  color: #ffffff;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
}
.f_shop {
  margin-bottom: 30px;
}
.f_shop b {
  display: block;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
.f_shop b span {
  font-weight: 500;
  font-family: "Arial", sans-serif;
}
.f_shop p,
.f_shop a {
  font-size: 11px;
  line-height: 20px;
  color: #fff;
}
/* ----------------------------------------
list
---------------------------------------- */
.libox {
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 #999;
  padding: 0;
  background: #fff;
}

.libox a h2,
.libox a > p {
  background: none;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  color: #000;
}
.libox_wrap .libox a {
  display: block;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  height: auto;
}
.libox a h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: inherit;
  white-space: inherit;
  position: relative;
  padding: 0;
  line-height: 1.4;
}
.libox_detail {
  padding: 10px 0 0;
}
.span.bukken_icon_new {
  margin-right: 5px;
}
.libox a h2 span {
  padding: 1px 3px;
}
.libox a p,
.glist_soldout_tl {
  position: relative;
  background: none;
  line-height: 1;
  font-size: 13px;
}

.libox_photo {
  float: inherit;
  width: 100%;
  margin: 0;
}
.libox_photo span {
  margin: 0;
  color: #fff;
  background: #000;
  border-radius: 3px 3px 0 0;
}
.libox_photo img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  border-radius: 5px;
}
.libox_txt {
  float: inherit;
  width: 100%;
  margin: 10px 0;
}
.libox_price {
  color: #e2584b;
  font-size: 22px;
  display: flex;
  align-items: center;
}
span.bukken_icon_down {
  font-size: 11px;
  font-weight: 800;
  padding: 3px;
  line-height: 1;
  margin-left: 10px;
  border-radius: 3px;
}
.libox_item p:first-child {
  font-weight: bold;
}

.libox_comment {
  width: 100%;
  background: #f5f5f7;
  border-radius: 3px;
  margin: 0;
}
.libox_item span {
  color: #666;
  font-weight: 500 !important;
  padding: 0 !important;
  font-size: 13px !important;
}

.li_sort_search a {
  border: 1px solid #000;
}
.li_sort_search a i {
  color: #000;
}
.li_sort_search span {
  font-weight: 500;
  color: #000;
}
.li_sort {
  background: #f5f5f7;
}
.list_mail {
  background: #f5f5f7;
  color: #000 !important;
  border: none;
  font-size: 12px;
}
.list_mail i {
  font-size: 14px;
  margin-right: 5px;
}
.li_con_txt {
  border: 1px solid #ccc;
  border-top: none;
}
.libox_wrap {
  width: 92%;
}
.stepBar .visited span {
  background: #000 !important;
}

.stepBar li span,
.stepBar li:after {
  background: #ccc !important;
}
.asse_form tr th {
  font-weight: bold;
}
/* ----------------------------------------
search
---------------------------------------- */

.search_submit2 a,
.search_submit2 input[type="submit"] {
  background: #0092d8;
  box-shadow: none;
}

.search_submit a,
.search_submit input[type="submit"] {
  background: #0092d8;
  box-shadow: none;
}
.town_school_btn_area input[type="button"] {
  border: 1px solid #000;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
  color: #000;
}

.search_form th {
  background: #f5f5f7;
}

.inq_login {
  margin: auto;
}

li.map-side-shurui {
  background: #000;
}

li.map-side-more {
  background: #000;
}
span.bukken_icon_only {
  padding: 1px 5px;
  line-height: 1;
  font-size: 12px;
}

/* =========================================================
footprint
========================================================= */

.libox_footprint {
  padding: 0;
}

.libox_footprint a p {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: inherit;
  white-space: inherit;
  position: relative;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}
.libox_footprint .libox_item p {
  font-size: 13px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
