@charset "shift_jis";
/* CSS Document */

/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */

body {
 color: #000000;
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 text-align: left;
 background-color: #fdfaf4;
 margin: 157px 0px 0px 0px;
 padding: 0;
 font-weight: 500;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;

}

.pan_wrap a {
 position: relative;
 text-decoration: underline;
 background: none;
}

.pan_wrap a:hover {
 background: none;
}

.pan_wrap div:after {
 border-style: inherit;
 width: 6px;
 height: 6px;
 border-top: 1px solid #aaa;
 border-right: 1px solid #aaa;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 right: 25px;
 top: 10px;
}

.ko_title {
 width: auto;
 z-index: 10;
 font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.shosai_h1_left {
 background: none;
 z-index: 10;
}

#main {
 overflow: hidden;
}

/* ----------------------------------------------------
共通
---------------------------------------------------- */
ul {
 padding: 0;
 margin: 0;
 text-decoration: none;
}

li {
 padding: 0;
 margin: 0;
 text-decoration: none;
 list-style: none;
}

a {
 padding: 0;
 margin: 0;
 text-decoration: none;
}

.container {
 padding: 30px;
 border-radius: 20px;
 background: #fff;
}

/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */

h1 {
 color: #333;
 font-size: 11px;
 text-align: left;
 width: 100%;
 line-height: 35px;
 padding-left: 50px;
 float: left;
 position: fixed;
 top: 0;
 z-index: 61;
 margin: 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-family: YuGothic, 'Yu Gothic', sans-serif;
 box-sizing: border-box;
}

.head_title {
 color: #333;
 font-size: 11px;
 text-align: left;
 width: 44%;
 line-height: 35px;
 padding-left: 50px;
 float: left;
 position: fixed;
 top: 0;
 z-index: 150;
 margin: 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 font-weight: bold;
}

.new_header {
 background-color: #042455;
 width: 100%;
 height: 35px;
 position: fixed;
 top: 0;
 z-index: 100;
}

.new_header_inner {
 min-width: 1000px;
}

.new_header_icon {
 float: left;
 margin: 8px 0 0 0;
}

.new_header_menu {
 float: right;
 margin-top: 6px;
}

.new_header_menu ul {
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.new_header_menu li {
 list-style-type: none;
 float: left;
 padding: 0;
 margin-right: 6px;
}

.new_h_reserv {
 background-color: #fff;
 border-radius: 3px;
}

.new_h_reserv a {
 color: #042455 !important;
 text-align: center;
}

.new_header_menu a {
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 display: block;
 padding: 3px 10px;
 height: 16px;
 line-height: 16px;
 font-size: 12px;
 letter-spacing: 1px;
}

.new_header_menu a img {
 float: left;
 margin: 0px 10px 0px 0px;
}

.new_header_icon:hover,
.new_header_menu li:hover {
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.7;
}

.new_header_menu li i {
 margin-right: 5px;
}

/*-------------------------------------------------------------------
学区表示非表示設定
学区非表示にする場合は下記cssのコメントアウトをはずしてください
-------------------------------------------------------------------*/
/*
.sho_school , .sho_school_text , .sesrch_school , .list_school_text{
    display: none;
}
*/

/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-/

*/
/* ----------------------------------------
　header 固定
---------------------------------------- */
.new_header {
 background-color: #042455;
 width: 100%;
 height: 35px;
 position: fixed;
 top: 0;
 z-index: 100;
}

.new_header_inner {
 width: 1200px;
 margin: 0 auto;
 overflow: auto;
}

.new_header_icon {
 float: left;
 margin: 8px 0 0 0;
}

.new_header_menu {
 float: right;
 margin-top: 6px;
}

.new_header_menu ul {
 margin: 0;
 padding: 0;
 overflow: hidden;
}

.new_header_menu li {
 width: 110px;
 list-style-type: none;
 background-color: #EEEEEE;
 float: left;
 padding: 0;
 margin-right: 6px;
 text-align: center;
}

.new_header_menu li:nth-child(5),
.new_header li:nth-child(6) {
 background-color: #D33F0E;
}

.new_header_menu li:nth-child(5) a,
.new_header li:nth-child(6) a {
 color: #ffffff;
}

.new_header_menu a {
 color: #303030;
 text-decoration: none;
 display: block;
 padding: 3px 10px;
 height: 16px;
 line-height: 16px;
 font-size: 12px;
 letter-spacing: 1px;
}

.new_header_menu a i {
 margin: 0 5px 0 0;
}

.new_header_menu a img {
 float: left;
}

#header_home {
 width: 40px !important;
 background: none !important;
}

#header_home a {
 padding: 0px !important;
 height: 22px !important;
 width: 100% !important;
}

#header_home a img {
 margin: 0px auto;
 float: none;
}

.new_header_icon:hover,
.new_header_menu li:hover {
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.7;
}

.new_header_home {
 width: 75px !important;
}

.new_header_home a {
 padding: 3px 5px;
}

/* ----------------------------------------
header
---------------------------------------- */

header {
 position: fixed;
 top: 0;
 left: 0;
 z-index: 60;
 width: 100%;
 padding-top: 35px;
 backdrop-filter: blur(10px);
 -webkit-backdrop-filter: blur(10px);

}

a {
 color: #333;
 text-decoration: none;
}

.h_wrap {
 font-family: YuGothic, 'Yu Gothic', sans-serif;
}

.h_inner {
 padding: 0 50px 0;
 min-width: 1025px;
}

.h_box {
 display: flex;
 justify-content: space-between;
}

.h_inner_l {
 position: relative;
 height: 107px;
 margin-bottom: -60px;
 display: flex;
 align-items: center;
 z-index: 10;
}

.h_inner_l::after {
 background: url(../img/common/h_c21.webp) no-repeat;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 width: 91px;
 height: 90px;
 display: block;
 content: "";
 position: absolute;
 bottom: 10px;
 right: -105px;
 z-index: 10;
}

.h_inner_l::before {
 background: url(../img/common/h_c21_tenpo.webp) no-repeat;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 width: 91px;
 height: 90px;
 display: block;
 content: "";
 position: absolute;
 bottom: 10px;
 right: -200px;
 z-index: 10;
}

.h_inner_l img {
 width: 100%;
 height: 47px;
 object-fit: contain;
}

.h_inner_l ul {
 display: flex;
 margin-left: 15px;
}

.h_inner_l ul li img {
 width: 110px;
 height: 90px;
 object-fit: contain;
 margin-right: 10px;
}

.h_inner_r {
 display: flex;
 gap: 20px;
 align-items: center;
}

.h_inner_r li {
 width: 150px;
 border-radius: 3px;
 text-align: center;
}

.h_inner_r li:nth-child(2) {
 border: 1px solid #383635;
 background-color: #fff;
}

.h_inner_r li:nth-child(3) {
 border: 1px solid #9ac299;
 background-color: #9ac299;
}

.h_inner_r li:nth-child(3) a {
 color: #fff;
}

.h_inner_r li a {
 line-height: 2;
 display: block;
 font-size: 15px;
 font-weight: bold;
 width: 100%;
 position: relative;
 transition-duration: .5s;
}

.h_inner_r li:nth-child(2) a:hover {
 background-color: #383635;
 color: #fff;
 transition-duration: .3s;
}

.h_inner_r li:nth-child(3) a:hover {
 background-color: #fff;
 color: #9ac299;
 transition-duration: .3s;
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
 content: "\f073";
 left: 10px;
 top: 7px;
 position: absolute;
}

.menu_w_001 {
 position: relative;
}

.global_menu_list > li:first-child {}

.menu {
 box-sizing: border-box;
 box-sizing: border-box;
 height: 60px;
 margin-left: 35px;
}

@media (min-width: 1399px) {
 .menu {
  margin-left: 40px;
 }

 .global_menu_list span {
  font-size: 15px;
 }
}

@media (max-width: 1280px) {
 .h_inner_l {
  width: 170px;
 }

 .menu {
  margin-left: 20px;
 }
}

@media (max-width: 1200px) {
 .h_inner_l::after {
  width: 90px;
  right: -100px;
 }
}

.global_menu {
 /* メニュー全体のスタイル */
 color: #333;
 text-align: center;
 margin: 0px auto;
}

.global_menu_list {
 display: flex;
 justify-content: right;
}

.child_menu_span {
 position: relative;
 height: 100%;
}

.global_menu_list li .menu_link {
 display: block;
 padding: 20px 25px;
 font-size: 14px;
 line-height: 20px;
 color: #333;
 text-decoration: none;
 position: relative;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
 border: 1px solid #cfcfcf;
 font-weight: bold;
}

.global_menu_list li .menu_link:hover {
 background: #fff;
}

.global_menu_list span {
 display: flex;
 font-size: 14px;
 line-height: 20px;
 position: relative;
 cursor: pointer;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
 color: #333;
 align-items: center;
 height: 100%;
 font-weight: bold;
 justify-content: center;
 font-weight: bold;
}

.mozi_size {
 font-size: 12px;
 letter-spacing: 0.5px;
}

.global_menu_list span:last-child {}

.global_menu_list span::before {
 position: absolute;
 content: '';
 bottom: 0;
 left: 50%;
 transform: translateX(-50%);
 width: 0;
 height: 5px;
 background: #333;
 transition: all .3s ease 0s;
}



.global_menu_list span:after {
 content: "";
 vertical-align: middle;
 width: 4px;
 height: 4px;
 border-top: 1px solid #333;
 border-right: 1px solid #333;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 position: absolute;
 bottom: 10px;
 left: 0;
 right: 0;
 margin: auto;
 display: none;
}

.child_menu_link {
 text-decoration: none;
 display: block;
 height: 100%;
}

.fa-chevron-down:before {
 padding-left: 10px;
 color: #4b844a;
}

.fa-bullseye:before {
 opacity: 0;
 transition: .7s;
}

.child_menu a {
 text-decoration: none;
 color: #333;
}

.menu:hover span {
 color: #4b844a;
}

.child_menu > li > span {
 /* 子項目のスタイル */
 font-size: 0.8em;
}

.child_menu {
 width: 740px;
 box-sizing: border-box;
 position: absolute;
 top: calc(100%);
 right: 0;
 color: #333;
 background: #FFF;
 border-radius: 20px;
 visibility: hidden;
 z-index: 100;
 box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
 transition: .3s;
 opacity: 0;
}

@media (min-width: 1399px) {
 .child_menu {
  width: 760px;
  right: 0;
 }
}

.menu:hover .child_menu {
 visibility: visible;
 transition: .3s;
 opacity: 1;
}

.child_menu_inner {
 margin: 0 auto;
 background-color: #fff;
 border-radius: 20px;
}

.child_menu_inner ul {
 padding: 30px;
 position: relative;
}

.child_menu_inner ul::after {
 content: "";
 display: block;
 width: 50%;
 height: calc(100% - 60px);
 background: url(/img/common/rent_img.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
 border-radius: 10px;
 position: absolute;
 right: 30px;
 top: 30px;
 pointer-events: none;
}

.global_menu_list li:nth-child(2) .child_menu_inner ul::after {
 background: url(/img/common/owner_img.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 0 25%;
}

.global_menu_list li:nth-child(4) .child_menu_inner ul::after {
 background: url(/img/common/sale_img.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}

.global_menu_list li:nth-child(5) .child_menu_inner ul::after {
 background: url(/img/common/company_img.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}

.global_menu_list li:nth-child(6) .child_menu_inner ul::after {
 background: url(/img/common/customer_img.webp);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: 0 25%;
}

.global_menu_list li:nth-child(6) .child_menu_inner ul li:first-child a {
 width: auto;
}

.global_menu_list li:nth-child(6) .child_menu_inner ul li:first-child a img {
 width: 259px;
}

.global_menu_list li:nth-child(6) .child_menu_inner ul li:first-child a:hover {
 background: none;
 color: #333;
}

.child_menu_inner ul li {
 width: 230px;
}

.child_menu_inner ul li a {
 font-size: 15px;
 font-weight: bold;
 line-height: 14px;
 display: flex;
 align-items: center;
 gap: 10px;
 padding: 15px;
 border-radius: 5px;
 transition: .3s;
}

.child_menu_inner ul li a:hover {
 color: #4b844a;
 transition: .3s;
}

.child_menu_inner ul li a i {
 transition: .3s;
}

.child_menu_inner ul li a:hover .fa-bullseye:before {
 color: #4b844a;
 opacity: 1;
 transition: .3s;
}

#new_header .h_tel div p {
 padding: 0 0 0 30px;
 font-family: 'Manrope', sans-serif;
}

#new_header .h_tel div p:before {
 content: '';
 /*何も入れない*/
 display: inline-block;
 /*忘れずに！*/
 width: 21px;
 /*画像の幅*/
 height: 20px;
 /*画像の高さ*/
 background-image: url(/img/new_top/h_tel_icon.png);
 background-size: contain;
 vertical-align: middle;
 position: absolute;
 left: 0;
 top: 0;
 bottom: 0;
 margin: auto;
}

#new_header .h_tel div span {
 color: #a6937c;
}

.h_tel img {
 width: 249px;
}


/* ----------------------------------------
sidebar
---------------------------------------- */

.side_ren_wrap {
 width: 200px;
 box-sizing: border-box;
 background: #eef8f9;
 border: 1px solid #00b8bf;
 border-radius: 5px;
 position: relative;
 padding: 15px 10px;
 margin: 35px 0 30px;
 font-family: YuGothic, 'Yu Gothic', sans-serif;
}

.side_ren_wrap::before {
 content: "";
 display: block;
 background: url(../img/side/sc_top_b.png);
 width: 88px;
 height: 35px;
 position: absolute;
 left: 56px;
 top: -34px;
 z-index: 1;
}

.side_ren_wrap h2 {
 font-size: 15px;
 font-weight: bold;
 line-height: 24px;
 letter-spacing: 0.05em;
 color: #4d545c;
 text-align: center;
}

.side_ren_wrap h2 span {
 color: #00b8bf;
 font-weight: bold;
}

.side_ren_wrap ul {
 margin-top: 10px;
}

.side_ren_wrap ul li a {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 align-items: center;
 width: 180px;
 height: 40px;
 text-align: left;
 background: #fff;
 border-radius: 3px;
 font-size: 13px;
 font-weight: 500;
 line-height: 16px;
 box-sizing: border-box;
 border: 1px solid #fff;
 color: #4d545c;
 margin-bottom: 5px;
 letter-spacing: 0.05em;
 transition: .3s;
}

.side_ren_wrap ul li a:hover {
 transition: .3s;
 border: 1px solid #00b8bf;

}

.side_ren_wrap_r ul li a:hover {
 transition: .3s;
 border: 1px solid #f66574;
}

.side_ren_wrap ul li:nth-child(2) a {
 font-size: 12px;
}

.side_ren_wrap ul li a::before {
 content: "";
 display: block;
 background: url(../img/side/sc_btn_icon.png);
 width: 15px;
 height: 15px;
 margin: 0 8px;
}

.side_ren_wrap_r {
 background: #ffe7e1;
 border: 1px solid #f66574;
 margin-top: 65px;
}

.side_ren_wrap_r::before {
 background: url(../img/side/sc_top_r.png);

}

.side_ren_wrap_r h2 span {
 color: #f66574;
}

.side_ren_wrap_r ul li a::before {
 background: url(../img/side/sc_btn_icon_p.png);

}

.side_sale {
 background: url(../img/side/side_sale_bg.png);
 background-repeat: no-repeat;
 width: 200px;
 height: 291px;
 position: relative;
 margin-bottom: 30px;
 box-sizing: border-box;
}

.side_sale ul {
 width: 180px;
 position: absolute;
 left: 10px;
 top: 180px;
}

.side_sale ul li a {
 display: block;
 width: 180px;
 height: 40px;
 line-height: 40px;
 background: #ff6473;
 border: 1px solid #ff6473;
 box-sizing: border-box;
 text-align: center;
 color: #fff;
 border-radius: 5px;
 position: relative;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 0.05em;
 margin-bottom: 10px;
 transition: .3;
}

.side_sale ul li a::before {
 content: "";
 display: block;
 background: url(../img/btn_arrow.png);
 width: 15px;
 height: 16px;
 position: absolute;
 right: 15px;
 top: 13px;
 transition: .3s;
}

.side_sale ul li:last-child a {
 background: #fff;
 color: #ff6473;
}

.side_sale ul li:last-child a::before {
 background: url(../img/side/btn_arrow_p.png);
 height: 15px;
}

.side_sale ul li a:hover {
 transition: .3s;
 background: #fff;
 color: #ff6473;
}

.side_sale ul li a:hover::before {
 background: url(../img/side/btn_arrow_p.png);
 height: 15px;
 transition: .3s;
}

.side_sale ul li:last-child a:hover {
 transition: .3s;
 background: #ff6473;
 color: #fff;
}

.side_sale ul li:last-child a:hover::before {
 background: url(../img/btn_arrow.png);
 height: 16px;
 transition: .3s;
}

.side_bnr {
 margin-bottom: 30px;
}

.side_search_wrap {
 width: 200px;
 border: 1px solid #e1e5e6;
 border-radius: 5px;
 box-sizing: border-box;
 padding: 0 10px 20px;
 margin-bottom: 30px;
}

.side_icon_t {
 margin: 20px auto 10px;
 display: block;
}


.side_search_wrap h2 {
 text-align: center;
 color: #383635;
 line-height: 40px;
 border-bottom: 1px solid #d6e3e5;
 position: relative;
 font-size: 18px;
 font-weight: bold;
}

.side_search_wrap h3 {
 margin: 0 0 15px;
 border-left: 3px solid #beaf87;
 padding-left: 10px;
 line-height: 25px;
 font-size: 15px;
 color: #111;
 font-weight: bold;
 letter-spacing: 0.05em;
}

.side_s_btn {
 margin: 20px 0 30px;
}

.side_s_btn ul li a {
 display: block;
 background: #fff;
 line-height: 40px;
 border: 1px solid #beaf87;
 color: #beaf87;
 font-size: 14px;
 font-weight: bold;
 letter-spacing: 0.05em;
 margin-bottom: 10px;
 text-align: center;
 border-radius: 5px;
 transition: .3s;
}

.side_s_btn ul:nth-child(1) li a {
 border: 1px solid #383635;
 color: #383635;
}

.side_s_btn ul li a i {
 margin-right: 20px;
}

.side_s_btn ul li:nth-child(1) a i {
 margin-right: 10px;
}

.side_s_btn ul:nth-child(1) li a:hover {
 background: #383635;
}

.side_s_btn ul li a:hover {
 background: #beaf87;
 color: #fff;
 transition: .3s;
}

.side_s_list ul {
 margin-bottom: 30px;
}

.side_s_list ul li a {
 display: block;
 line-height: 40px;
 padding-left: 10px;
 border-bottom: 1px solid #d6e3e5;
 color: #111;
 font-size: 14px;
 font-weight: 500;
 letter-spacing: 0.05em;
 position: relative;
 transition: .3s;
}

.side_s_list ul li a:hover {
 transition: .3s;
 background: rgb(56 54 53 / 30%);
 color: #fff;

}

.side_s_list ul li a::before {
 content: "";
 display: block;
 background: url(../img/side/btn_arrow_p.png);
 width: 15px;
 height: 15px;
 position: absolute;
 right: 10px;
 top: 10px;
}

.side_search_window {
 width: 180px;
 height: 35px;
 padding-left: 10px;
 box-sizing: border-box;
 border: 1px solid #ccc;
 font-size: 14px;
 color: #ccc;
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
 background-image: none !important;
}

.side_free_btn {
 display: block;
 width: 90px;
 height: 30px;
 background: #383635;
 color: #fff;
 border-radius: 3px;
 font-size: 14px;
 font-weight: bold;
 border: none;
 cursor: pointer;
 margin: 10px auto 0;
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.side_content_list {
 width: 200px;
 border: 1px solid #e1e5e6;
 border-radius: 5px;
 box-sizing: border-box;
 padding: 20px 10px 0;
 margin-bottom: 30px;
}

.side_content_list h3 {
 margin: 0 0 15px;
 border-left: 3px solid #beaf87;
 padding-left: 5px;
 line-height: 14px;
 font-size: 14px;
 color: #4d545c;
 font-weight: bold;
 letter-spacing: 0.05em;
}

.side_contact ul {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 margin-bottom: 80px;
}

.side_contact ul li {
 width: 95px;
 margin-bottom: 10px;
}

.side_contact ul li:last-child {
 width: 200px;
}

.side_webp {
 width: 200px;
}

.side_webp img {
 width: 100%;
}

.side_webp:hover img {
 width: 100%;
}


/*-------footer----------*/

.footer_wrap {
 font-family: YuGothic, 'Yu Gothic', sans-serif;
 margin-top: 160px;
}

.f_box {
 display: flex;
}

.f_left {
 position: relative;
 flex: 0 0 440px;
 padding: 100px 50px 30px;
 background-color: #beaf87;
 color: #fff;
}

.f_left::before {
 position: absolute;
 top: -50px;
 left: 0;
 width: 100%;
 height: 50px;
 border-radius: 0 50px 0 0;
 background-color: #beaf87;
 content: "";
 z-index: 5;
}

.f_img {
 margin-bottom: 150px;
}

.f_img02 a {
 background-color: #fff;
 color: #beaf87;
 width: 75px;
 text-align: center;
 display: block;
 line-height: 1.5;
 border-radius: 10px;
}


.f_items {
 display: flex;
 gap: 10px;
 align-items: flex-end;
 margin-bottom: 25px;
}

.f_items02 {
 font-size: 12px;
}

.f_items03 {
 font-size: 12px;
 margin-bottom: 25px;
}

.f_copyright {
 font-size: 10px;
}

.f_right {
 position: relative;
 flex-grow: 1;
 width: 100%;
 padding: 100px 80px 90px;
 background-color: #414042;
}

.f_right::before {
 position: absolute;
 content: "";
 width: 930px;
 height: 136px;
 background: url(../img/common/pakira.webp)no-repeat;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 right: 0;
 top: -135px;
}

.f_r_box {
 display: flex;
 flex-wrap: wrap;
 margin-bottom: 75px;
 min-width: 660px;
}

.f_cate {
 flex: 0 0 20%;
 max-width: 20%;
}

.f_title {
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 margin-bottom: 25px;
}

.f_title a {
 color: #fff;
}

.f_title_sub {
 font-size: 15px;
 font-weight: bold;
 color: #beaf87;
 margin: 20px 0 5px;
}

.f_cate li a {
 color: #fff;
 font-size: 14px;
 line-height: 2;
}

.f_cate li a:hover {
 color: #beaf87;
}

.f_r_box02 {
 display: flex;
 justify-content: space-between;
}

.f_r_items {
 display: flex;
 gap: 15px;
}

.f_r_items li a {
 font-size: 13px;
 color: #fff;
}

.f_r_items li:nth-child(2) a {
 border-left: 1px solid #fff;
 padding-left: 10px;
}

.f_r_items02 {
 font-size: 12px;
 color: #fff;
}

.f_img img {
 height: 55px;
}

@media screen and (min-width:1170px) and (max-width:1310px) {
 .f_left {
  flex: 0 0 330px;
  padding: 100px 20px 30px;
 }

 .f_img {
  width: 85%;
 }

 .f_img img {
  width: 90%;
 }

 .f_cate li a {
  font-size: 12px;
 }
}

@media screen and (min-width:768px) and (max-width:1170px) {
 .f_left {
  flex: 0 0 330px;
  padding: 100px 20px 30px;
 }

 .f_right {
  padding: 100px 50px 30px;
 }

 .f_img {
  width: 85%;
 }

 .f_img img {
  width: 90%;
 }

 .f_cate li a {
  font-size: 12px;
 }
}

/* ----------------------------------------------------
 nav_menu
 ---------------------------------------------------- */
.all_fixed_nav {
 background: #fff;
 width: 380px;
 position: fixed;
 overflow: hidden;
 right: 60px;
 bottom: 0;
 border-radius: 20px 20px 0px 0px;
 -webkit-box-shadow: 0px 0px 16px rgba(173, 173, 173, 0.22);
 box-shadow: 0px 0px 16px rgba(173, 173, 173, 0.22);
 z-index: 55;
 -webkit-transform: translateY(calc(100% - 60px));
 transform: translateY(calc(100% - 60px));
 -webkit-transition: 0.4s ease;
 transition: 0.4s ease;
}

.all_fixed_nav.on {
 -webkit-transform: none;
 transform: none;
 z-index: 100;
}


@media screen and (max-width: 600px) {
 .all_fixed_nav {
  max-width: 350px;
  width: 93.3333333333%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(calc(100% - 60px));
  transform: translateX(-50%) translateY(calc(100% - 60px));
  right: auto;
 }

 .all_fixed_nav.on {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
 }
}

.all_fixed_nav ._top_tab {
 background: #fff;
 width: 100%;
 padding: 22px 28px 18px;
 position: relative;
 z-index: 2;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 cursor: pointer;
 border: none;
}

.top .all_fixed_nav.top_scroll.top_scroll ._top_tab::after {
 opacity: 0;
}

.all_fixed_nav.on ._top_tab::after {
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 -webkit-transition: 0.4s ease;
 transition: 0.4s ease;
 top: 26px;
}


.all_fixed_nav ._top_tab::after {
 content: "";
 width: 8px;
 height: 8px;
 border-top: 2px solid #ccc;
 border-right: 2px solid #ccc;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 position: absolute;
 right: 30px;
 top: 32px;
 opacity: 1;
}


.all_fixed_nav ._top_tab > * {
 pointer-events: none;
}

.all_fixed_nav_bg {
 background: rgba(0, 0, 0, 0.3);
 width: 100%;
 height: 100%;
 cursor: pointer;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 99;
 pointer-events: none;
 opacity: 0;
 -webkit-transition: 0.4s 0.4s ease;
 transition: 0.4s 0.4s ease;
}

.all_fixed_nav.on + .all_fixed_nav_bg {
 opacity: 1;
 pointer-events: auto;
}

@media (min-width: 1025px) {
 .top .all_fixed_nav.top_scroll.top_scroll {
  height: calc(100vh - 157px);
  -webkit-transform: none;
  transform: none;
 }

 .top .all_fixed_nav.top_scroll.top_scroll ._top_tab {
  pointer-events: none;
 }

 .top .all_fixed_nav.top_scroll.top_scroll ._top_tab ._arrow img {
  display: none;
 }
}

@media screen and (max-width: 768px) {
 .top .all_fixed_nav.top_scroll.top_scroll {
  height: auto;
 }
}

.on_footer {
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
}

/* ----------------------------------------------------
nav_menu 中身
---------------------------------------------------- */
._top_tab img {
 width: 196px;
}

.top_nav_sub_menu {
 padding: 30px 20px;
 border-top: 3px solid #ededed;
}

.top_nav_sub_menu ul {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 justify-content: center;
}

.top_nav_sub_menu ul li {
 width: 25%;
 text-align: center;
}

.top_nav_sub_menu ul li i {
 width: 50px;
 height: 50px;
 background: #f7f4ed;
 border-radius: 50%;
 color: #beaf87;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 auto 5px;
 font-size: 16px;
 transition: .3s;
}

.top_nav_sub_menu ul li a {
 font-size: 12px;
 color: #383635;
 line-height: 1;
 font-weight: 500;
}

.top_nav_sub_menu ul li a:hover i {
 transition: .3s;
 background: #beaf87;
 color: #fff;
}

.top_nav_main_menu {
 padding: 0 20px 15px;
}

.top_nav_main_menu ul {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}

.top_nav_main_menu ul li {
 width: 160px;
 margin-bottom: 15px;
}

.top_nav_main_menu ul li a {
 position: relative;
}

.top_nav_main_menu ul li a img {
 width: 100%;
}



/* ----------------------------------------------------
nav_menu 動き
---------------------------------------------------- */
.main_wrap .on .all_fixed_nav_bg {
 opacity: 1;
 pointer-events: auto;
}

/* ----------------------------------------------------
privacy 修正
---------------------------------------------------- */

.privacy > .conts {
 float: unset !important;
 margin: 10px auto 0;
}

/* ----------------------------------------------------
管理物件ギャラリー 修正
---------------------------------------------------- */

.shosai_h2 {
 display: block !important;
}

/* ----------------------------------------------------
レンタルコンテンツ 修正
---------------------------------------------------- */

.flow_add div {
 margin-right: 0px !important;
}

.flow_add div:after {
 display: none !important;
}

/* ----------------------------------------
レンタルコンテンツのお問合せボタン
---------------------------------------- */
.rental_inq {
 width: 720px;
 margin: 0 auto;
}

.rental_inq a {
 box-sizing: border-box;
 border: 3px solid #ff7f00;
 background: #ff7f00;
 color: #fff;
 position: relative;
 display: block;
 font-size: 20px;
 line-height: 18px;
 padding: 30px 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);
}

.rental_inq a:hover {
 background: #fff;
 color: #ff7f00;
}

.rental_inq a:hover:after {
 border-left: 10px solid #ff7f00;
}

/* ----------------------------------------------------
ipad
---------------------------------------------------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 .h_box {
  width: 1200px;
 }

 .h_inner_l {
  width: 220px;
 }

 .child_menu {
  width: 800px;
 }

 .child_menu_inner ul li a {
  font-size: 14px;
 }
}

/* ----------------------------------------------------
coming_soon
---------------------------------------------------- */
.coming_soon {
 text-align: center;
}

/* ----------------------------------------------------
リストカスタマイズ
---------------------------------------------------- */

.l_c_main {
 padding: 30px 30px;
 margin: 10px auto 30px;
 border-top: 1px solid #383635;
 border-bottom: 1px solid #383635;
 width: 960px;
 box-sizing: border-box;
}

.l_c_main_inner {}

.l_c_main h2 {
 font-size: 24px;
 font-weight: bold;
 margin: 0 0 15px;
 color: #383635;
 text-align: left;
}

.l_c_main_inner > div {
 display: flex;
 justify-content: space-between;
 align-items: flex-end;
}

.l_c_main_link {}

.l_c_main_link p {
 font-size: 15px;
 margin: 10px 0;
 font-weight: bold;
 color: #383635;
 text-align: left;
 border-left: 3px solid #383635;
 padding-left: 10px;
 line-height: 1.5;
}

.l_c_main_link ul {
 display: flex;
 gap: 10px;
 margin: 0;
 padding: 0;
}

.tubo:first-child {
 margin-bottom: 20px;
}

.l_c_main_link ul li {
 list-style-type: none;
}

.l_c_main_link ul li a {
 display: block;
 font-size: 15px;
 font-weight: bold;
 padding: 10px 0;
 width: 200px;
 box-sizing: border-box;
 border-radius: 5px;
 color: #383635;
 text-decoration: none;
 text-align: center;
 border: 1px solid #383635;
 background-color: #fff;
}

.l_c_main_link ul li a:hover {
 background-color: #383635;
 color: #fff;
}
