@charset "utf-8";

/*************************************************/

/*　メインカラーを置換してください      */
/*　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: #333;
  font-family:
    "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14rem;
  /* 14px */
  background: #fff;
}

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;
}

/*main color #194582*/
h1 {
  color: #194582;
  padding: 3px 2% !important;
}

.head_title {
  color: #194582;
  padding: 3px 2% !important;
}

.fonticon-color {
  color: #194582;
}

.fonticon-color_inner i {
  color: #194582;
}

.back-color {
  background: #194582;
}

.boder-color {
  border-color: #194582;
}

.boder_top-color {
  border-top-color: #194582;
}

.boder_left-color {
  border-left-color: #194582;
}

.headder_boder-color {
  border-top-color: #194582;
}

.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: #194582;
}

.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: #194582;
}

/* ----------------------------------------
全体のタイトルスタイル統一
---------------------------------------- */
/* 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: #333 !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;
}

/* 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;
}
*/

/* ----------------------------------------
　来店予約システム
---------------------------------------- */

/* ----------------------------------------
　利用する場合はこちらを読み込む
---------------------------------------- */

.on_raiten {
  display: none !important;
}

/* ----------------------------------------
　利用しない場合はこちらを読み込む
---------------------------------------- */
/*
.off_raiten{
	display:none !important;
}
*/

/* ----------------------------------------
フッター固定
---------------------------------------- */
footer {
  width: 100%;
  margin: 10% 0 0 0;
  padding-bottom: 60px;
}

.fixfoot {
  width: 100%;
  position: fixed;
  bottom: -1px;
  height: 60px;
  z-index: 999;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border-top: 1px solid #194582;
}

.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 #194582;
  flex: 1;
  display: block;
}

.fixfoot ul li:last-child {
  border-right: none;
}

.fixfoot ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  color: #041c38;
  font-weight: bold;
}

.fixfoot ul li a img {
  width: 70%;
  max-height: 65px;
}

.fixfoot ul li i {
  width: 100%;
  height: 17px;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
  color: #e8d676;
}

.dra_tl p {
  background: #326598;
  color: #fff;
}

/* ----------------------------------------
フッター会員メニュー
---------------------------------------- */
.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: #194582;
  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: #194582;
  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 #194582;
  border-radius: 3px;
  font-size: clamp(11px, 3vw, 13px);
  line-height: 20px;
  color: #194582;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.f_mem_menu ul li a:hover {
  background: #194582;
  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 #194582;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  transition: all 0.3s;
}

.f_link_flex li {
  width: 32%;
  display: inline-block;
}

.f_link_flex_hf li {
  width: 49%;
  display: inline-block;
}

/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.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;
  margin-bottom: 40px;
}

.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
---------------------------------------- */
.top_off {
  display: block !important;
}

.top_on {
  display: none !important;
}

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% !important;
  max-height: 42px !important;
}

/*ナビメニューのスタイルを指定*/
.header_Toggle {
  display: block;
  position: fixed;
  right: 12px;
  top: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 1001;
  background: #194582;
  text-align: center;
  border-radius: 33px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #fff;
}

.header_Toggle span {
  position: absolute;
  width: 16px;
  border-bottom: solid 2px #fff;
  -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: 13px;
}

.header_Toggle span:nth-child(2) {
  top: 19px;
}

.header_Toggle span:nth-child(3) {
  top: 25px;
}

/* 最初の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);
}

.other_links {
  margin: 20px 10%;
  width: 80%;
}

.other_links li a {
  font-size: 14px;
  font-weight: bold;
  display: block;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

.other_links li.other_li_site a {
  border-radius: 4em;
  color: #111;
  background-color: #e7e7dd;
  padding: 15px 10px;
}

.other_links li.other_li_site a i {
  margin-left: 14px;
}

.other_links li.other_li_inq {
  width: 49%;
  float: left;
}

.other_links li.other_li_inq a {
  color: #006dd9;
  border: 2px solid #006dd9;
  padding: 10px;
  background: #f0f8ff;
}

.other_links li.other_li_inq a i {
  margin-left: 4px;
}

.other_links li.other_li_reserve {
  width: 49%;
  float: right;
}

.other_links li.other_li_reserve a {
  color: #ff533a;
  border: 2px solid #ff533a;
  padding: 10px;
  background: #fde6e1;
}

.other_links li.other_li_reserve a i {
  margin-left: 4px;
}

.other_links li:not(:last-child) {
  margin-bottom: 15px;
}

nav.header_NavMenu {
  position: fixed;
  z-index: 1000;
  padding-top: 19px;
  top: 0px;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  width: 100%;
  height: 100%;
  transform: translateY(-103%);
  transition: all 0.5s 0s ease;
  overflow: scroll;
}

.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;
}

nav.header_NavMenu ul.menu_list li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  text-align: left;
  line-height: 41px;
  position: relative;
  padding: 0px 11% 0px 5%;
  box-sizing: content-box;
}

nav.header_NavMenu ul.menu_list li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  margin: 0;
  right: 12px;
  font-size: 13px !important;
}

nav.header_NavMenu .menu_list_title {
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  border-top: 1px solid #555;
}

nav.header_NavMenu .menu_list_title i {
  margin-right: 5px;
  margin-left: 10px;
}

.acd-check {
  display: none;
}

.acd-check_hamburger {
  display: none;
}

.acd-label {
  background: #326598;
  color: #fff;
  display: block;
  padding: 10px;
  position: relative;
  text-align: left;
  border: none;
  width: 100%;
  margin: 0px 0px 1px 0px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0px;
  float: none;
  box-sizing: border-box;
}

.acd-label:after {
  background: #00000026;
  box-sizing: border-box;
  content: "";
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 44px;
  width: 44px;
  padding: 0px;
  position: absolute;
  right: 0;
  top: 0px;
}

.acd-label::before {
  content: "";
  top: 11px;
  right: 14px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(135deg);
  position: absolute;
  z-index: 10;
  transition: 0.2s;
}

.acd-content {
  display: block;
}

.acd-check_hamburger:checked ~ .navmenu_wrap .header_NavMenu {
  transform: translateY(0%);
}

.acd-check:checked + .acd-label:before {
  transform: scale(-1, 1) rotate(315deg);
  top: 17px;
}

.acd-check:checked + .acd-label + .acd-content {
  opacity: 1;
  padding: 20px 10px 0px 10px;
  visibility: visible;
}

.acd-check:checked + .acd-label + .acd-content .menu_list_title {
  line-height: 18px;
  padding-bottom: 10px;
  font-size: 13px;
}

.acd-check:checked + .acd-label + .acd-content .menu_list_title i {
  display: inline-block;
}

.acd-check:checked + .acd-label + .acd-content ul.menu_list {
  margin: 0px auto 20px auto;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.acd-check:checked + .acd-label + .acd-content ul.menu_list li {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.acd-check:checked + .acd-label + .acd-content ul.menu_list li a {
  line-height: 20px;
  padding: 15px 16% 15px 6%;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.acd-content_sale {
  margin: 10px 0px 0px 0px;
}

.acd-content_sale ul {
  border-top: solid 1px #ccc;
}

.acd-content_sale ul li {
}

.acd-content_sale ul li a {
  display: block;
  text-align: left;
  padding: 12px 0px 12px 10px;
  border-bottom: solid 1px #ccc;
  position: relative;
  font-size: 16px;
  background-color: #f5f5f5;
}

.acd-content_sale ul li a::before {
  content: "";
  top: 20px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  z-index: 10;
  transition: 0.2s;
}

/* hamburger header_fix end
---------------------------------------- */

/**********
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 #194582;
  border-radius: 3px;
  box-shadow: 0px 1px 0px 0px #194582;
  font-weight: bold;
  text-decoration: none;
}

.main_mypage_menu ul li a {
  color: #194582;
}

.main_mypage_menu ul li p,
.main_mypage_menu ul li a.mypage_menu_ac {
  background: #194582;
  color: #fff;
}

.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: #194582;
}

/* ----------------------------------------
footer
---------------------------------------- */

footer {
  position: relative;
}

footer::before {
  content: "";
  display: block;
  background: url(../img/common/footer_bg_w.png);
  background-size: cover;
  background-position: top;
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.f_inner {
  padding: 100px 5% 15px;
  background: #194582;
  box-sizing: border-box;
  color: #fff;
}

.f_txt ul {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.f_txt ul li {
  width: 49%;
  margin-right: 2%;
}

.f_txt ul li:nth-child(2n) {
  margin-right: 0;
}

.f_txt ul li a {
  display: block;
  box-sizing: border-box;
  background: #194582;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 55px;
  position: relative;
}

.f_txt ul li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 7%;
  top: 20px;
  transition: 0.3s;
}

.f_txt ul li a::after {
  content: "";
  width: 3px;
  height: 3px;
  border-top: 1px solid #194582;
  border-right: 1px solid #194582;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 10.5%;
  top: 26px;
}

.f_b_txt p {
  font-size: 11px;
  line-height: 1.5;
  margin: 40px 0;
}

/*-------accordion----------*/
.accordionlist {
  margin: 40px auto 0px;
  border-bottom: 1px solid #fff;
}

.accordionlist .title_wrap {
  display: block;
  overflow: hidden;
}

.accordionlist .title_wrap:first-child,
.accordionlist .title_wrap:nth-child(2) {
  border-top: none !important;
}

.accordionlist .title_wrap .title {
  font-weight: bold;
  padding: 15px 5%;
  display: block;
  font-size: 14px;
  border-top: 1px solid #fff;
}

.accordionlist ul {
  display: none;
  padding: 0 4% 15px;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}

.accordionlist ul li a {
  display: block;
  background: #fff;
  padding: 10px 5%;
  margin-bottom: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  color: #194582;
  line-height: 1.6;
}

.accordionlist ul li a::before {
  content: "-";
  color: #194582;
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px !important;
  float: right;
  margin-right: 10px !important;
  margin-top: -32px !important;
}

.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.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);
}

.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.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);
}

.clearfix.active {
  background-color: #e6d9ba;
}

.accordionlist .title.active {
}

/*-----------------*/

.f_bt_wrap {
  margin: 30px auto;
  text-align: center;
}

.f_bt_wrap ul {
  display: flex;
  justify-content: center;
}

.f_bt_wrap ul li a {
  font-size: 10px;
  font-weight: bold;
  color: #194582;
  margin: 0 5px;
}

.f_logo {
  margin: 30px auto;
  width: 240px;
}

.f_logo img {
  width: 100%;
}

.f_copy {
  font-size: 10px;
  color: #aaa;
  line-height: 1;
  letter-spacing: 0.05em;
}

.f_copy a {
  color: #aaa;
  text-decoration: underline;
}

/* ----------------------------------------
header
---------------------------------------- */
header .accordionlist {
  width: 90%;
}

header .accordionlist .title_wrap .title {
  text-align: left;
  border-top: 1px solid #194582;
  color: #194582;
}

header .accordionlist ul li a {
  background: #194582;
  color: #fff;
  text-align: left;
}

header .accordionlist ul li a::before {
  color: #fff;
}

header .accordion_icon span {
  background: #d9b101;
}

header .button02 {
  z-index: 100;
}

header .button02 p {
  border: none;
}

header .button02 p span {
  width: 50%;
  padding: 0;
}

header .f_txt ul {
  width: 90%;
  margin: 40px auto;
}

/*--------------shosai------------------*/

.libox_photo img {
  max-height: 140px;
}

/*-----------list shosai------------*/
.libox_photo span,
.de_h2 span,
.room_comment_rec {
  background: #194582 !important;
}

.list_row_num span {
  margin: 0;
  padding: 0;
  background: none !important;
  line-height: 1;
}

/*-----------/list shosai------------*/

/*-----------shosai------------*/

.sho_pdf {
  width: 90%;
  text-align: center;
  margin: 0 auto;
}

.sho_pdf img {
  margin: 20px 0;
}

.shosai_map_wrap {
  width: 96%;
  margin: 30px auto;
}

.sho_cp_bnr {
  width: 96%;
  margin: 20px auto;
}

.sho_cp_bnr img {
  width: 100%;
}

/*-----------del_list------------*/
.li_conditions_del {
  border: none;
}

.li_conditions_del .rhs_title_h2 {
  box-sizing: border-box;
  padding: 0 0 10px 0 !important;
}

.li_conditions_del .libox_del a h2 {
  font-weight: bold;
  color: #0066d2;
}

.li_conditions_del .libox_del {
  background: none;
}

.li_conditions_del .li_pager_sum {
  font-size: 16px;
}

.li_conditions_del .li_pager_sum span {
  font-size: 22px;
}

.li_conditions_del .libox_del_item p {
  border-bottom: 1px solid #d7cec7;
}

.li_conditions_del .libox_del_item p:last-child {
  border-bottom: none;
}

.li_conditions_del .libox_del_item p span {
  background-color: #f7f6f3;
  color: #111;
  padding: 5px;
  margin-right: 5px;
  width: 49px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
}

.s-del-caution_txt {
  background: #fef5f8;
  font-size: 14px;
  line-height: 22px;
  color: #ff2524;
  font-weight: bold;
  margin: 30px auto;
}

.de_del_h2 {
  box-sizing: border-box;
  padding: 0 0 10px 0 !important;
}

/*-----------/del_list------------*/

/* 複数棟表示 */
#slideshow2 {
  width: 96%;
  margin: 0 auto 5% auto;
}
#slideshow2 .img2_box {
  overflow: scroll;
}
.img2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.img2 li {
  width: 49%;
  margin-bottom: 2%;
  font-size: 13px;
  position: relative;
  font-family:
    "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "Arial", sans-serif;
  letter-spacing: 0.7px;
  font-weight: 500;
}
.img2 li:last-child,
.img2 li:nth-last-child(2) {
  margin-bottom: 0;
}
#slideshow2 .img2_title:not(:empty) {
  box-sizing: border-box;
  margin: 30px auto 15px;
  padding: 10px;
  background: #e8e8e8;
  border: 1px solid #b5b5b5;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#slideshow2 .img2 .baguetteBox {
  display: block;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
#slideshow2 .img2 img {
  display: block;
  width: 140px;
  height: 120px !important;
  object-fit: contain;
  margin: 0 auto;
}
.img2_comment .img2_comment1:not(:empty) {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}

.img2_comment .img2_comment2:not(:empty) {
  font-size: 13px;
  line-height: 16px;
  color: #313131;
}

.selltop_fixfoot {
  background-color: rgba(102, 102, 102, 0.8);
  border-top: none;
  padding: 5% 0;
  height: auto !important;
  box-sizing: border-box;
  z-index: 99;
}

.selltop_fixfoot ul {
  justify-content: space-between;
  align-items: center;
}

.selltop_fixfoot ul li {
  border: none;
}

.selltop_fixfoot .selltop_satei_forms_btn {
  background-color: #ebb71a;
  color: #ffffff;
  &::after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 3px;
    bottom: 0px;
    margin: auto;
    transition: 0.3s;
  }
}

.selltop_fixfoot_tel {
  color: #0f3972 !important;
  background-color: #ffffff !important;
}

.selltop_fixfoot ul li a {
  box-sizing: border-box;
  padding: 0 !important;
  width: 96%;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50px;
  border: none;
  box-sizing: border-box;
  text-align: center;
  margin: 0px auto;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
}

.selltop_fixfoot ul li i {
  color: #0f3972;
  width: fit-content !important;
  padding-right: 7px;
}
