@charset "UTF-8";
/* Scss Document */
#modal_search-area .modal_box-header,
._btn_color-primary,
.selection_box,
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus,
.wf_drawer_menu_content,
.wf_drawer_menu {
  background-color: #ff7a00;
  background-image: linear-gradient(315deg, #ff9200 0%, #ff7a00 100%);
  background-size: cover;
}

:root {
  --lg--color--niigatadaigaku: #30a8e2;
  --lg--color--kaishi-pu-1: #019AA0;
  --lg--color--kaishi-pu-2: #C7E9E1;
}

/* ================================
   #設定：ガター
================================ */
body,
html {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 62.5%;
}

body {
  color: #141414;
  font-family: "roboto", "Helvetica Neue", Arial, Meiryo, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1pc;
  font-size: 1.4rem;
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  body {
    padding-top: 148px;
  }
}

body.page-template-page-map {
  height: 100%;
  overflow: hidden;
}

.scroll_falg {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 125vh;
  left: 0;
  bottom: 0;
  z-index: -1000;
}

.font_eng {
  font-family: "Oswald", "roboto", "Helvetica Neue", Arial, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
}

*,
:after,
:before {
  box-sizing: inherit;
  position: relative;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}
a:hover {
  outline-width: 0;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
i {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

h1,
h2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  h1,
  h2 {
    font-size: 1.8rem;
  }
}

h3,
h4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  h3,
  h4 {
    font-size: 1.8rem;
  }
}

h5,
h6 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  h5,
  h6 {
    font-size: 1.6rem;
  }
}

p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

ul,
ol,
dl {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  ul,
  ol,
  dl {
    font-size: 1.4rem;
  }
}

.sp_indent {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .pc_hidden {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .sp_hidden {
    display: none !important;
  }
}
/* ================================
   #設定：フォームリセットCSS
================================ */
fieldset {
  border: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  font-family: "roboto", "Helvetica Neue", Arial, Meiryo, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", sans-serif;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ================================================================
   #マージン&パディング
================================================================ */
.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mb-32px {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  ._gutter_fix {
    border-radius: 0 !important;
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* ================================================================
   #画像
================================================================ */
picture,
img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ================================================================
   #ヘッダー
================================================================ */
/* Scss Document */
/* ================================================================
   #ドロワーメニュー
================================================================ */
.cnt_nam {
  background-color: #ff7a00;
  border-radius: 12px 12px 12px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  height: 20px;
  min-width: 20px;
  position: absolute;
  transform: translate(4px, -30%);
  z-index: 5;
}

.js_is-fix {
  height: 100% !important;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .js_is-fix {
    height: auto;
    overflow: auto;
  }
}

.wf_drawer_menu {
  cursor: pointer;
  width: 56px;
  height: 56px;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  z-index: 2000;
}
@media screen and (min-width: 768px) {
  .wf_drawer_menu {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .wf_drawer_menu {
    display: none;
  }
}

.wf_drawer_menu_icon {
  height: 16px;
  width: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform ease-out 0.16s;
  transition-delay: 0.16s;
}
.wf_drawer_menu_icon ._menu_icon_line {
  background-color: #fff;
  border-radius: 2px;
  display: block;
  height: 2px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform ease-out 0.16s;
}
.wf_drawer_menu_icon ._menu_icon_line:nth-child(1) {
  transform: translateY(-8px);
}
.wf_drawer_menu_icon ._menu_icon_line:nth-child(3) {
  transform: translateY(8px);
}

.wf_drawer_menu_content {
  display: none;
  margin: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 64px 15px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .wf_drawer_menu_content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 30%;
    padding: 124px 32px;
  }
}
@media screen and (min-width: 1280px) {
  .wf_drawer_menu_content {
    background-color: transparent;
    background-image: none;
    display: block;
    position: static;
    padding: 0;
    margin-top: 12px;
  }
}

.__js_drawer_active .wf_drawer_menu_icon {
  transform: rotate(135deg);
}
.__js_drawer_active .wf_drawer_menu_icon ._menu_icon_line:nth-child(1) {
  transform: translateY(0);
}
.__js_drawer_active .wf_drawer_menu_icon ._menu_icon_line:nth-child(2) {
  transform: rotate(90deg);
}
.__js_drawer_active .wf_drawer_menu_icon ._menu_icon_line:nth-child(3) {
  transform: translateY(0);
}
.__js_drawer_active .wf_drawer_menu_content {
  display: block;
  -webkit-animation-name: anime_drawer_open;
  animation-name: anime_drawer_open;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 10;
}

@-webkit-keyframes anime_drawer_open {
  0% {
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anime_drawer_open {
  0% {
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.sp_history_btn,
.sp_favorite_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 72px;
  padding-top: 8px;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.sp_history_btn ._btn_name,
.sp_favorite_btn ._btn_name {
  display: block;
  width: 150%;
  font-size: 1rem;
  text-align: center;
  transform: scale(0.8);
}
.sp_history_btn .cnt_nam,
.sp_favorite_btn .cnt_nam {
  transform: none;
  top: 4px;
  right: 4px;
  transform: none;
}
.sp_history_btn [class^="icon-"],
.sp_history_btn [class*=" icon-"],
.sp_favorite_btn [class^="icon-"],
.sp_favorite_btn [class*=" icon-"] {
  transform: scale(0.75);
}
@media screen and (min-width: 768px) {
  .sp_history_btn,
  .sp_favorite_btn {
    height: 80px;
    width: 96px;
  }
  .sp_history_btn ._btn_name,
  .sp_favorite_btn ._btn_name {
    transform: none;
  }
  .sp_history_btn .cnt_nam,
  .sp_favorite_btn .cnt_nam {
    top: 8px;
    right: 8px;
    transform: none;
  }
  .sp_history_btn [class^="icon-"],
  .sp_history_btn [class*=" icon-"],
  .sp_favorite_btn [class^="icon-"],
  .sp_favorite_btn [class*=" icon-"] {
    transform: none;
  }
}
@media screen and (min-width: 1280px) {
  .sp_history_btn,
  .sp_favorite_btn {
    display: none;
  }
}

.sp_history_btn {
  right: 64px;
}
@media screen and (min-width: 768px) {
  .sp_history_btn {
    right: 80px;
  }
}

.sp_favorite_btn {
  right: 128px;
}
@media screen and (min-width: 768px) {
  .sp_favorite_btn {
    right: 176px;
  }
}

/* ================================================================
   #学生サイト：ヘッダー
================================================================ */
.nav_bnr_area {
  margin-bottom: 32px;
}
.nav_bnr_area a {
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.nav_bnr_area p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .nav_bnr_area {
    display: none;
  }
}

#nav_search .search_type-box-wrap {
  background-color: #fee8be;
  border-radius: 12px;
}
#nav_search .search_type-box + .wf_btn-wrap {
  background-color: #fee8be;
}
@media screen and (min-width: 768px) {
  #nav_search {
    display: none;
  }
}

/* ================================================================
   #学生サイト：ヘッダー：ひとり暮らし応援サイト
================================================================ */
#niigatadaigaku .sp_history_btn,
#niigatadaigaku .sp_favorite_btn,
#nafu .sp_history_btn,
#nafu .sp_favorite_btn,
#nsgcollegeleague .sp_history_btn,
#nsgcollegeleague .sp_favorite_btn,
#nuhw .sp_history_btn,
#nuhw .sp_favorite_btn,
#kaishi-pu .sp_history_btn,
#kaishi-pu .sp_favorite_btn {
  display: none;
}
#niigatadaigaku .header_logo,
#nafu .header_logo,
#nsgcollegeleague .header_logo,
#nuhw .header_logo {
  display: block;
}
#niigatadaigaku .header_logo img,
#nafu .header_logo img,
#nsgcollegeleague .header_logo img,
#nuhw .header_logo img {
  height: 22px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #niigatadaigaku .header_logo img,
  #nafu .header_logo img,
  #nsgcollegeleague .header_logo img,
  #nuhw .header_logo img {
    height: 44px;
  }
}

/* ================================================================
   #学生サイト：キービジュアル
================================================================ */
#school_billboard {
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

body#niigatadaigaku #school_billboard {
  background-color: var(--lg--color--niigatadaigaku);
}

body#kaishi-pu #school_billboard {
  background-color: var(--lg--color--kaishi-pu-1);
}

/* ================================================================
   #アニメーション：フェードイン
================================================================ */
.fade_in {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 64px, 0);
  opacity: 0;
}
.fade_in.__js_scroll_active {
  -webkit-animation-name: anime_fadeIn;
  animation-name: anime_fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media print {
  .fade_in {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes anime_fadeIn {
  0% {
    transform: translate3d(0, 64px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes anime_fadeIn {
  0% {
    transform: translate3d(0, 64px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
/* ================================================================
   #ヘッダー
================================================================ */
body.page-template-page-map .theme_header {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px;
}

.theme_header {
  background-color: #fff;
  display: flex;
  height: 56px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: box-shadow ease 0.3s, transform ease 0.3s,
    background-color ease 0.3s;
  z-index: 2000;
}
.theme_header .wf_container {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .theme_header {
    height: 80px;
    position: fixed;
  }
}
@media screen and (min-width: 1280px) {
  .theme_header {
    height: 148px;
  }
  .theme_header .wf_container {
    display: block;
  }
  .theme_header.__js_scroll_active {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 6px;
    transform: translateY(-80px);
  }
}
@media print {
  .theme_header {
    position: absolute;
  }
  .theme_header.__js_scroll_active {
    box-shadow: none;
    transform: none;
  }
}

.header_discription {
  display: none;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  padding: 12px 0 8px;
}
@media screen and (min-width: 1280px) {
  .header_discription {
    display: flex;
    align-items: center;
    height: 32px;
  }
}

@media screen and (min-width: 1280px) {
  .header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
  }
}

.header_logo {
  display: block;
}
.header_logo img {
  height: 26px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .header_logo img {
    height: 44px;
  }
}

.header_articles_cnt {
  display: none;
  margin: auto 16px auto auto;
}
.header_articles_cnt span {
  color: #e6002d;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 0.25em;
}
@media screen and (min-width: 1280px) {
  .header_articles_cnt {
    display: block;
  }
}

._preparation {
  pointer-events: none;
  opacity: 0.25;
}

/* ================================================================
   #物件番号検索
================================================================ */
.header_search_box {
  display: none;
}
.header_search_box .search_box {
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.header_search_box .search_box:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0 2px 2px;
}
.header_search_box input[type="text"],
.header_search_box input[type="submit"],
.header_search_box input[type="button"],
.header_search_box button {
  background-color: #f2f5f7;
}
.header_search_box input[type="text"] {
  background-color: #f2f5f7;
  height: 44px;
  width: calc(100% - 50px);
  padding: 0 15px;
  margin-right: -6px;
}
.header_search_box input[type="text"]::-moz-placeholder {
  color: rgb(205, 216, 224);
}
.header_search_box input[type="text"]::placeholder {
  color: rgb(205, 216, 224);
}
.header_search_box input[type="submit"],
.header_search_box input[type="button"],
.header_search_box button {
  border-radius: 6px;
  color: #141414;
  width: 56px;
}
.header_search_box input[type="submit"] .icon_box [class^="icon-"],
.header_search_box input[type="submit"] .icon_box [class*=" icon-"],
.header_search_box input[type="button"] .icon_box [class^="icon-"],
.header_search_box input[type="button"] .icon_box [class*=" icon-"],
.header_search_box button .icon_box [class^="icon-"],
.header_search_box button .icon_box [class*=" icon-"] {
  transform: scale(0.75);
}
.header_search_box input[type="submit"]:hover,
.header_search_box input[type="button"]:hover,
.header_search_box button:hover {
  background-color: #ff7a00;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .header_search_box {
    display: block;
    flex-basis: 30%;
    max-width: 30%;
  }
}

/* ================================================================
   #エステートリンクボタン
================================================================ */
.header_estate {
  display: none;
  position: absolute;
  top: -33px;
  right: 0;
}
@media screen and (min-width: 1280px) {
  .header_estate {
    display: inline-block;
  }
}

.header_estate a {
  background-color: #fff;
  border: rgb(205, 216, 224) solid 1px;
  border-radius: 0 0 6px 6px;
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  height: 40px;
  padding: 0 24px;
}
.header_estate a:hover {
  background-color: #ff7a00;
  border-color: #ff7a00;
  color: #fff;
}


/* ================================================================
   #グローバルナビゲーション
================================================================ */
.theme_nav .wf_list {
  flex-direction: column;
  margin: 0;
}
.theme_nav .nav_item {
  flex-basis: 100%;
  max-width: 100%;
}

.theme_nav .nav_item + .nav_item {
  border-top: rgba(255, 255, 255, 0.25) solid 1px;
}
.theme_nav .nav_item-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  height: 64px;
  flex-basis: 100%;
  max-width: 100%;
}
.theme_nav .nav_item-icon {
  margin-right: 12px;
  margin-left: 8px;
}
.theme_nav .nav_item-name .cnt_nam {
  background-color: #fff;
  color: #ff7a00;
  display: none;
}
.theme_nav .icon_arrow {
  color: #fff;
  height: 24px;
  width: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
}
.theme_nav #theme_nav-req .wf_btn {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  padding: 0;
}
.theme_nav .header_sub_menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 48px;
}
.theme_nav .header_sub_menu::before {
  content: "";
  border-top: #fff solid 2px;
  height: 0;
  width: 100%;
  margin: auto;
  position: absolute;
  top: -16px;
  left: 0;
}
.theme_nav .header_sub_menu li {
  flex-basis: 50%;
  max-width: 50%;
}
.theme_nav .header_sub_menu li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  height: 36px;
}
@media screen and (min-width: 1280px) {
  .theme_nav .wf_list {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .theme_nav .nav_item {
    flex-basis: calc((100% - 440px) / 4);
    max-width: calc((100% - 440px) / 4);
  }
  .theme_nav .nav_item + .nav_item {
    border-top: none;
  }
  .theme_nav .nav_item + .nav_item .nav_item-link::before {
    /*content: "";
    background-color: $color_gray_1;
    border-radius: 1px;
    width: 2px;
    margin: auto;
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 0;
    transform: rotate(16deg);*/
  }
  .theme_nav .nav_item.__w140 {
    flex-basis: 140px;
    max-width: 140px;
  }
  .theme_nav .nav_item.__w180 {
    flex-basis: 180px;
    max-width: 180px;
  }
  .theme_nav .nav_item-link {
    color: #141414;
    font-size: 1.4rem;
    justify-content: center;
    height: 48px;
    padding: 0;
  }
  .theme_nav .nav_item-link:hover {
    color: #ff7a00;
  }
  .theme_nav .nav_item-icon {
    display: none;
  }
  .theme_nav .nav_item-name {
    display: flex;
    align-items: center;
  }
  .theme_nav .nav_item-name .cnt_nam {
    background-color: #ff7a00;
    color: #fff;
    display: flex;
    position: relative;
  }
  .theme_nav .icon_arrow {
    display: none;
  }
  .theme_nav #theme_nav-fav,
  .theme_nav #theme_nav-history {
    max-width: 140px;
  }
  .theme_nav #theme_nav-fav .nav_item-icon,
  .theme_nav #theme_nav-history .nav_item-icon {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .theme_nav #theme_nav-fav .nav_item-icon svg,
  .theme_nav #theme_nav-history .nav_item-icon svg {
    height: 20px;
    width: 20px;
  }
  .theme_nav #theme_nav-req {
    border-radius: 4px;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 160px;
    /* flex-basis: 15%;
    max-width: 15%;*/
  }
  .theme_nav #theme_nav-req ._btn_color-primary {
    background-color: #ff7a00;
    /*background-image: $gradient_2;*/
    border-radius: 0;
    justify-content: center;
    color: #fff;
    height: 48px;
  }
  .theme_nav #theme_nav-req ._btn_color-primary::before {
    display: none;
  }
  .theme_nav #theme_nav-req ._btn_color-primary:hover {
    background-color: #ff7a00;
  }
  .theme_nav .header_sub_menu {
    display: none;
  }
}

.child_nav {
  background-color: #ff7a00;
  display: none;
  list-style: none;
  padding: 8px 0;
}
.child_nav .page_item a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  min-height: 48px;
  padding: 8px 44px 8px 68px;
}
.child_nav .page_item a::before {
  content: "";
  border-top: rgba(255, 255, 255, 0.5) solid 2px;
  height: 0;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44px;
  margin: auto;
}
.child_nav .page_item a::after {
  content: "";
  border-top: rgba(255, 255, 255, 0.5) solid 2px;
  border-left: rgba(255, 255, 255, 0.5) solid 2px;
  height: 0.5em;
  width: 0.5em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  transform: rotate(135deg);
}
.child_nav .page_item a:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.child_nav.__js_is_open {
  display: block;
}
@media screen and (min-width: 1024px) {
  .child_nav {
    border-radius: 4px;
    display: none;
    width: 175%;
    padding: 24px 0;
  }
  .child_nav .page_item a {
    min-height: 56px;
    padding: 8px 48px 8px 40px;
  }
  .child_nav .page_item a::before {
    left: 16px;
  }
  .child_nav.__js_is_open {
    display: none;
  }
}

.theme_nav .child-swt {
  height: 64px;
  width: 48px;
  right: 0;
  bottom: auto;
}
.theme_nav .child-swt::before {
  content: "";
  border-left: rgba(255, 255, 255, 0.4) solid 1px;
  height: 32px;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.theme_nav .child-swt svg {
  margin: auto 8px auto auto;
  transform: rotate(90deg);
}
.theme_nav .child-swt.__js_is_open svg {
  margin: auto 8px auto auto;
  transform: rotate(-90deg);
}

.__has-child-item .nav_item-link {
  max-width: calc(100% - 64px);
}
@media screen and (min-width: 1024px) {
  .__has-child-item .nav_item-link {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .__has-child-item:hover .nav_item-link {
    color: #ff7a00;
  }
  .__has-child-item:hover > .child_nav {
    display: block;
    -webkit-animation-name: anime_dpdw;
    animation-name: anime_dpdw;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .__has-child-item:hover > .child_nav::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 20;
  }
}

@-webkit-keyframes anime_dpdw {
  0% {
    transform: translate3d(0, -5%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: none;
  }
}

@keyframes anime_dpdw {
  0% {
    transform: translate3d(0, -5%, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: none;
  }
}
/* ================================================================
   #トップ：ファーストビュー
================================================================ */
.content_order {
  display: flex;
  flex-direction: column;
}
.content_order #home_billboard {
  order: 1;
}
.content_order #search_info_box {
  order: 2;
}
.content_order .bnr_area {
  order: 3;
}
.content_order #kantan_search {
  background-color: #f2f5f7;
  padding: 32px 0;
  order: 4;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .content_order #home_billboard {
    order: 1;
  }
  .content_order #search_info_box {
    display: none;
    order: 4;
  }
  .content_order .bnr_area {
    order: 3;
  }
  .content_order #kantan_search {
    background-color: transparent;
    display: flex;
    align-items: center;
    width: 100%;
    height: 440px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    order: 2;
  }
}

/* ================================================================
   #トップ：キービジュアル
================================================================ */
#home_billboard {
  background-color: #ef7a00;
  height: auto;
  display: flex;
  align-items: center;
}
#home_billboard > .wf_container {
  height: inherit;
  padding-left: 0;
  padding-right: 0;
}
#home_billboard figure {
  height: inherit;
  width: 100%;
}
#home_billboard figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  #home_billboard {
    height: 440px;
  }
  #home_billboard > .wf_container {
    display: flex;
    justify-content: flex-end;
    padding-left: 8px;
    padding-right: 8px;
  }
  #home_billboard figure {
    height: 440px;
    width: auto;
  }
  #home_billboard figure img {
    height: inherit;
    width: auto;
    position: static;
  }
}

/* ================================================================
   #トップ：検索ページ導線
================================================================ */
#search_info_box {
  margin-top: 16px;
  margin-bottom: 16px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #search_info_box {
    margin-bottom: 16px;
    max-width: 60%;
  }
}

._info_box-inner {
  display: flex;
  justify-content: center;
  margin: -4px;
  z-index: 2;
}
._info_box-inner ._info_box-item {
  flex-basis: 33.3337%;
  max-width: 33.3337%;
  padding: 4px;
}
._info_box-inner ._info_box-link {
  background-color: #ff7a00;
  border-radius: 8px;
  display: block;
  padding-top: 100%;
}
._info_box-inner ._info_box-link span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
._info_box-inner ._info_box-link .icon_box {
  height: 32px;
  width: 32px;
  margin-bottom: 8px;
}
._info_box-inner ._info_box-link .icon_box [class^="icon-"],
._info_box-inner ._info_box-link .icon_box [class*=" icon-"] {
  height: inherit;
  width: inherit;
}
@media screen and (min-width: 768px) {
  ._info_box-inner ._info_box-link span {
    font-size: 1.6rem;
  }
  ._info_box-inner ._info_box-link .icon_box {
    height: 40px;
    width: 40px;
  }
}

/* ================================================================
   #パンくず
================================================================ */
.breadcrumb-list {
  background-color: #fff;
  border-top: #f2f5f7 solid 3px;
  padding: 8px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.breadcrumb-list::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.breadcrumb-list ol,
.breadcrumb-list .breadcrumbs {
  display: flex;
  list-style: none;
}
.breadcrumb-list li,
.breadcrumb-list > span {
  display: block;
  padding-right: 2.4em;
}
.breadcrumb-list li::before,
.breadcrumb-list > span::before {
  content: "";
  border-top: #141414 solid 2px;
  border-left: #141414 solid 2px;
  height: 0.6em;
  width: 0.6em;
  margin: auto;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  transform: rotate(135deg);
}
.breadcrumb-list li:first-child,
.breadcrumb-list > span:first-child {
  background-image: url("../imgs/theme/home.svg");
  background-size: 16px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 24px;
}
.breadcrumb-list li:last-child,
.breadcrumb-list > span:last-child {
  padding-left: 0;
}
.breadcrumb-list li:last-child::before,
.breadcrumb-list > span:last-child::before {
  display: none;
}
.breadcrumb-list span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 2;
  white-space: nowrap;
}
.breadcrumb-list a {
  display: block;
  color: #ff7a00;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .breadcrumb-list {
    padding: 15px;
  }
  .breadcrumb-list span {
    font-size: 1.2rem;
  }
}

/* ================================================================
   #下層ページ：バナーエリア
================================================================ */
.slider_wrap._gutter_fix {
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .slider_wrap._gutter_fix {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media screen and (min-width: 1280px) {
  .slider_wrap._gutter_fix {
    margin-right: 0;
    margin-left: 0;
  }
}

.bnr_area {
  background-color: #febc41;
  background-image: linear-gradient(315deg, #febc41 -100%, #ffea73 100%);
  overflow: hidden;
}
.bnr_slider {
  display: flex;
  margin: 0 -4px;
}
.bnr_slider .slide_item {
  padding: 16px 4px;
}
.bnr_slider .slick-prev,
.bnr_slider .slick-next {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.bnr_slider .slick-prev {
  left: 8px;
}
.bnr_slider .slick-next {
  right: 8px;
}
@media screen and (min-width: 1280px) {
  .bnr_slider .slick-prev {
    left: -24px;
  }
  .bnr_slider .slick-next {
    right: -24px;
  }
}

.bnr_hover,
.bnr_no_link {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
.bnr_hover:hover,
.bnr_no_link:hover {
  -webkit-animation-name: anime_hover;
  animation-name: anime_hover;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bnr_no_link:hover {
  pointer-events: none;
}

@-webkit-keyframes anime_hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes anime_hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
  }
}
/* ================================================================
   #下層ページレイアウト
================================================================ */
.layout_wrapper {
  background-color: #fcfcfc;
}
.layout_wrapper #layout_aside {
  background-color: #f2f5f7;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 1024px) {
  .layout_wrapper #layout_main {
    padding-right: 32px;
  }
  .layout_wrapper #layout_aside {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.page-template-page-shindai_home .layout_wrapper {
  background-color: transparent;
}

/* Scss Document */
/* ================================================================
   #コンテナー
================================================================ */
.wf_container {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .wf_container {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .wf_container {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }
  .wf_container._container-lage {
    max-width: calc(1440px + 12px * 2);
  }
}
@media screen and (min-width: 1280px) {
  .wf_container {
    padding-left: 12px;
    padding-right: 12px;
    max-width: calc(1080px + 12px * 2);
  }
}

.op_no-gap {
  padding-left: 0;
  padding-right: 0;
}

.op_no-gutter {
  padding-left: 0;
  padding-right: 0;
}

/* ================================================================
   #カラムラッパー
================================================================ */
.wf_row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .wf_row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media screen and (min-width: 1024px) {
  .wf_row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
@media screen and (min-width: 1280px) {
  .wf_row {
    margin-right: -12px;
    margin-left: -12px;
  }
}

@media screen and (min-width: 1280px) {
  .__container_gutter_lage .wf_row {
    margin-right: calc(-12px * 1.5);
    margin-left: calc(-12px * 1.5);
  }
}

.op_no-gutter > .wf_row {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .container_box._gutter_fix {
    border-radius: 24px;
  }
}

/* ================================
   #カラム設定：並び順
================================ */
.op_row-reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .op_row-reverse-sm {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .op_row-reverse-md {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .op_row-reverse-lg {
    flex-direction: row-reverse;
  }
} /* ================================================================
   #カラム設定
================================================================ */
[class*="wf_col-"] {
  flex-grow: 1;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  [class*="wf_col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1024px) {
  [class*="wf_col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  [class*="wf_col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (min-width: 1280px) {
  .__container_gutter_lage [class*="wf_col-"] {
    padding-left: calc(12px * 1.5);
    padding-right: calc(12px * 1.5);
  }
}

.op_no-gutter > .wf_row > [class*="wf_col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 1280px) {
  .wf_layout_main [class*="wf_col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wf_col-100 {
  flex-basis: 100%;
  max-width: 100%;
}

.wf_col-90 {
  flex-basis: 90%;
  max-width: 90%;
}

.wf_col-85 {
  flex-basis: 85%;
  max-width: 85%;
}

.wf_col-83 {
  flex-basis: 83.33337%;
  max-width: 83.33337%;
}

.wf_col-80 {
  flex-basis: 80%;
  max-width: 80%;
}

.wf_col-75 {
  flex-basis: 75%;
  max-width: 75%;
}

.wf_col-70 {
  flex-basis: 70%;
  max-width: 70%;
}

.wf_col-66 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.wf_col-60 {
  flex-basis: 60%;
  max-width: 60%;
}

.wf_col-55 {
  flex-basis: 55%;
  max-width: 55%;
}

.wf_col-50 {
  flex-basis: 50%;
  max-width: 50%;
}

.wf_col-45 {
  flex-basis: 45%;
  max-width: 45%;
}

.wf_col-40 {
  flex-basis: 40%;
  max-width: 40%;
}

.wf_col-33 {
  flex-basis: 33.33337%;
  max-width: 33.33337%;
}

.wf_col-30 {
  flex-basis: 30%;
  max-width: 30%;
}

.wf_col-25 {
  flex-basis: 25%;
  max-width: 25%;
}

.wf_col-20 {
  flex-basis: 20%;
  max-width: 20%;
}

.wf_col-16 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.wf_col-15 {
  flex-basis: 15%;
  max-width: 15%;
}

.wf_col-14 {
  flex-basis: 14.2857%;
  max-width: 14.2857%;
}

.wf_col-10 {
  flex-basis: 10%;
  max-width: 10%;
}

.wf_col-hidden {
  display: none;
  visibility: hidden;
}

.wf_first {
  order: -1;
}

.wf_last {
  order: 1;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	タブレット（横768px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 768px) {
  .wf_col-100-sm {
    flex-basis: 100%;
    max-width: 100%;
  }
  .wf_col-90-sm {
    flex-basis: 90%;
    max-width: 90%;
  }
  .wf_col-83-sm {
    flex-basis: 83.33337%;
    max-width: 83.33337%;
  }
  .wf_col-85-sm {
    flex-basis: 85%;
    max-width: 85%;
  }
  .wf_col-80-sm {
    flex-basis: 80%;
    max-width: 80%;
  }
  .wf_col-75-sm {
    flex-basis: 75%;
    max-width: 75%;
  }
  .wf_col-70-sm {
    flex-basis: 70%;
    max-width: 70%;
  }
  .wf_col-66-sm {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .wf_col-60-sm {
    flex-basis: 60%;
    max-width: 60%;
  }
  .wf_col-55-sm {
    flex-basis: 55%;
    max-width: 55%;
  }
  .wf_col-50-sm {
    flex-basis: 50%;
    max-width: 50%;
  }
  .wf_col-45-sm {
    flex-basis: 45%;
    max-width: 45%;
  }
  .wf_col-40-sm {
    flex-basis: 40%;
    max-width: 40%;
  }
  .wf_col-33-sm {
    flex-basis: 33.33337%;
    max-width: 33.33337%;
  }
  .wf_col-30-sm {
    flex-basis: 30%;
    max-width: 30%;
  }
  .wf_col-25-sm {
    flex-basis: 25%;
    max-width: 25%;
  }
  .wf_col-20-sm {
    flex-basis: 20%;
    max-width: 20%;
  }
  .wf_col-16-sm {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .wf_col-15-sm {
    flex-basis: 15%;
    max-width: 15%;
  }
  .wf_col-10-sm {
    flex-basis: 10%;
    max-width: 10%;
  }
  .wf_col-hidden-sm {
    display: none;
    visibility: hidden;
  }
  .wf_first-sm {
    order: -1;
  }
  .wf_last-sm {
    order: 1;
  }
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	デスクトップ（横1200px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1024px) {
  .wf_col-100-md {
    flex-basis: 100%;
    max-width: 100%;
  }
  .wf_col-90-md {
    flex-basis: 90%;
    max-width: 90%;
  }
  .wf_col-85-md {
    flex-basis: 85%;
    max-width: 85%;
  }
  .wf_col-83-md {
    flex-basis: 83.33337%;
    max-width: 83.33337%;
  }
  .wf_col-80-md {
    flex-basis: 80%;
    max-width: 80%;
  }
  .wf_col-75-md {
    flex-basis: 75%;
    max-width: 75%;
  }
  .wf_col-70-md {
    flex-basis: 70%;
    max-width: 70%;
  }
  .wf_col-66-md {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .wf_col-60-md {
    flex-basis: 60%;
    max-width: 60%;
  }
  .wf_col-55-md {
    flex-basis: 55%;
    max-width: 55%;
  }
  .wf_col-50-md {
    flex-basis: 50%;
    max-width: 50%;
  }
  .wf_col-45-md {
    flex-basis: 45%;
    max-width: 45%;
  }
  .wf_col-40-md {
    flex-basis: 40%;
    max-width: 40%;
  }
  .wf_col-33-md {
    flex-basis: 33.33337%;
    max-width: 33.33337%;
  }
  .wf_col-30-md {
    flex-basis: 30%;
    max-width: 30%;
  }
  .wf_col-25-md {
    flex-basis: 25%;
    max-width: 25%;
  }
  .wf_col-20-md {
    flex-basis: 20%;
    max-width: 20%;
  }
  .wf_col-16-md {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .wf_col-15-md {
    flex-basis: 15%;
    max-width: 15%;
  }
  .wf_col-10-md {
    flex-basis: 10%;
    max-width: 10%;
  }
  .wf_col-hidden-md {
    display: none;
    visibility: hidden;
  }
  .wf_first-md {
    order: -1;
  }
  .wf_last-md {
    order: 1;
  }
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	デスクトップ（横1200px以上）
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (min-width: 1280px) {
  .wf_col-100-lg {
    flex-basis: 100%;
    max-width: 100%;
  }
  .wf_col-90-lg {
    flex-basis: 90%;
    max-width: 90%;
  }
  .wf_col-85-lg {
    flex-basis: 85%;
    max-width: 85%;
  }
  .wf_col-83-lg {
    flex-basis: 83.33337%;
    max-width: 83.33337%;
  }
  .wf_col-80-lg {
    flex-basis: 80%;
    max-width: 80%;
  }
  .wf_col-75-lg {
    flex-basis: 75%;
    max-width: 75%;
  }
  .wf_col-70-lg {
    flex-basis: 70%;
    max-width: 70%;
  }
  .wf_col-66-lg {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .wf_col-60-lg {
    flex-basis: 60%;
    max-width: 60%;
  }
  .wf_col-55-lg {
    flex-basis: 55%;
    max-width: 55%;
  }
  .wf_col-50-lg {
    flex-basis: 50%;
    max-width: 50%;
  }
  .wf_col-45-lg {
    flex-basis: 45%;
    max-width: 45%;
  }
  .wf_col-40-lg {
    flex-basis: 40%;
    max-width: 40%;
  }
  .wf_col-33-lg {
    flex-basis: 33.33337%;
    max-width: 33.33337%;
  }
  .wf_col-30-lg {
    flex-basis: 30%;
    max-width: 30%;
  }
  .wf_col-25-lg {
    flex-basis: 25%;
    max-width: 25%;
  }
  .wf_col-20-lg {
    flex-basis: 20%;
    max-width: 20%;
  }
  .wf_col-16-lg {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .wf_col-15-lg {
    flex-basis: 15%;
    max-width: 15%;
  }
  .wf_col-10-lg {
    flex-basis: 10%;
    max-width: 10%;
  }
  .wf_col-hidden-lg {
    display: none;
    visibility: hidden;
  }
  .wf_first-lg {
    order: -1;
  }
  .wf_last-lg {
    order: 1;
  }
}
/* ================================
   #カラム設定：左揃え
================================ */
.__op-left {
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .__op-left-sm {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .__op-left-md {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .__op-left-lg {
    justify-content: flex-start;
  }
}
/* ================================
   #カラム設定：中央寄せ
================================ */
.__op-center {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .__op-center-sm {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .__op-center-md {
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .__op-center-lg {
    justify-content: center;
  }
}
/* ================================
   #カラム設定：右揃え
================================ */
.__op-right {
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .__op-right-sm {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .__op-right-md {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .__op-right-lg {
    justify-content: flex-end;
  }
}
/* ================================
   #カラム設定：均等配置
================================ */
.__op-around {
  justify-content: space-around;
}

@media screen and (min-width: 768px) {
  .__op-around-sm {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1024px) {
  .__op-around-md {
    justify-content: space-around;
  }
}
@media screen and (min-width: 1280px) {
  .__op-around-lg {
    justify-content: space-around;
  }
}
/* ================================
   #カラム設定：両端揃え
================================ */
.__op-between {
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .__op-between-sm {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .__op-between-md {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .__op-between-lg {
    justify-content: space-between;
  }
}
/* ================================
   #カラム設定：上揃え
================================ */
.__op-top {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .__op-top-sm {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .__op-top-md {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .__op-top-lg {
    align-items: flex-start;
  }
}
/* ================================
   #カラム設定：天地中央揃え
================================ */
.__op-middle {
  align-items: center;
}

@media screen and (min-width: 768px) {
  .__op-middle-sm {
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .__op-middle-md {
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .__op-middle-lg {
    align-items: center;
  }
}
/* ================================
   #カラム設定：下揃え
================================ */
.__op-bottom {
  align-items: flex-end;
}

@media screen and (min-width: 768px) {
  .__op-bottom-sm {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1024px) {
  .__op-bottom-md {
    align-items: flex-end;
  }
}
@media screen and (min-width: 1280px) {
  .__op-bottom-lg {
    align-items: flex-end;
  }
}
.__op-row-reverse {
  flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
  .__op-row-reverse-sm {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .__op-row-reverse-md {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1280px) {
  .__op-row-reverse-lg {
    flex-direction: row-reverse;
  }
}
/* ================================================================
   #ガター設定：カラム間の間隔無し
================================================================ */
.op_gutter_none {
  padding-left: 0;
  padding-right: 0;
}
.op_gutter_none > .wf_row {
  margin-left: 0;
  margin-right: 0;
}
.op_gutter_none > .wf_row > [class*="wf_col-"] {
  padding-left: 0;
  padding-right: 0;
}

.wf_section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .wf_section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
._slider_section {
  overflow: hidden;
}

.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #f2f5f7;
}

/* Scss Document */
/* ================================================================
   #見出し：セクションタイトル
================================================================ */
.section_ttl {
  display: flex;
  justify-content: center;
  color: #ff7a00;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 32px;
}
.section_ttl .deco-1,
.section_ttl .deco-2 {
  display: inline-block;
  margin: auto;
}
.section_ttl .deco-1::before,
.section_ttl .deco-1::after,
.section_ttl .deco-2::before,
.section_ttl .deco-2::after {
  content: "";
  border-color: #ff7a00;
  border-width: 2px;
  height: 0.75em;
  width: 0.75em;
  position: absolute;
}
.section_ttl .deco-1::before {
  border-top: solid;
  border-left: solid;
  top: 0;
  left: 0;
}
.section_ttl .deco-1::after {
  border-bottom: solid;
  border-left: solid;
  bottom: 0;
  left: 0;
}
.section_ttl .deco-2 {
  padding: 0.5em 2em;
}
.section_ttl .deco-2::before {
  border-top: solid;
  border-right: solid;
  top: 0;
  right: 0;
}
.section_ttl .deco-2::after {
  border-bottom: solid;
  border-right: solid;
  bottom: 0;
  right: 0;
}
.section_ttl .text_eng {
  display: block;
  color: #ff7a00;
  font-size: 0.5em;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: 0.5em auto auto;
}
@media screen and (min-width: 768px) {
  .section_ttl {
    font-size: 2.4rem;
  }
  .section_ttl .deco-2 {
    padding: 0.5em 4em;
  }
}

.section_ttl-min {
  border-left: #ff7a00 solid 4px;
  color: #ff7a00;
  font-size: 1.8rem;
  margin-bottom: 0.75em;
  padding: 0.25em 0 0.25em 0.5em;
}
@media screen and (min-width: 768px) {
  .section_ttl-min {
    border-left: #ff7a00 solid 5px;
    font-size: 2.1rem;
  }
}

/* ================================================================
   #見出し：ページタイトル
================================================================ */
.page_ttl {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .page_ttl {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}

.search_result_ttl {
  font-size: 2rem;
  line-height: 1.2;
  padding-top: 48px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .search_result_ttl {
    font-size: 2.4rem;
    padding-top: 56px;
    margin-bottom: 32px;
  }
}

._with_icon_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
._with_icon_ttl .icon_box {
  margin-right: 6px;
}

/* ================================================================
   #見出し：サイドバータイトル
================================================================ */
.side_ttl {
  margin-bottom: 16px;
  padding: 0.5em 0 0.5em 16px;
}
.side_ttl::before {
  content: "";
  background-color: #ff7a00;
  border-radius: 1px;
  width: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.slider_ttl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  margin-bottom: 24px;
}
.slider_ttl a {
  box-shadow: none;
  display: flex;
  align-items: center;
  border-radius: 2em;
  font-size: 1.2rem;
  height: 40px;
  padding: 0 16px;
}
.slider_ttl .icon_box {
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .slider_ttl {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .slider_ttl a {
    font-size: 1.4rem;
    height: 48px;
    padding: 0 24px;
  }
}

/* Scss Document */
/* ================================================================
   #かんたん検索
================================================================ */
.kantan_search_box {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 0;
}
.kantan_search_box h3 {
  display: flex;
  align-items: center;
  color: #ff7a00;
  padding: 0 16px;
  margin-bottom: 16px;
}
.kantan_search_box .icon_box {
  margin-right: 8px;
}
.kantan_search_box .wf_btn-wrap {
  justify-content: space-between;
  padding: 16px 16px 0;
}
.kantan_search_box .wf_btn {
  flex-basis: 100%;
  max-width: 100%;
  /* flex-basis: calc(50% - 2px);
   max-width: calc(50% - 2px);*/
}
@media screen and (min-width: 1024px) {
  .kantan_search_box {
    flex-basis: 400px;
    max-width: 400px;
  }
}

.kantan_search_item {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px;
}
.kantan_search_item ._search_item-name {
  display: flex;
  align-items: center;
  color: #ff7a00;
  font-weight: 600;
  flex-basis: 25%;
  max-width: 25%;
}
.kantan_search_item ._search_item-form {
  flex-basis: 75%;
  max-width: 75%;
}
.kantan_search_item ._search_item-form ._parts-select {
  width: 100%;
}
.kantan_search_item .up_to_down ._parts-select {
  flex-basis: calc(50% - 1em);
  max-width: calc(50% - 1em);
}
.kantan_search_item .up_to_down ._parts-select select {
  min-width: inherit;
}
@media screen and (min-width: 1024px) {
  .kantan_search_item ._search_item-name {
    flex-basis: 22.5%;
    max-width: 22.5%;
  }
  .kantan_search_item ._search_item-form {
    flex-basis: 77.5%;
    max-width: 77.5%;
  }
}

/* ================================================================
   #ライフスタイルから探す
================================================================ */
.life_style_box + .life_style_box {
  margin-top: 16px;
}
.life_style_box a {
  display: block;
  margin-right: -10px;
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .life_style_box + .life_style_box {
    margin-top: 0;
  }
  .life_style_box a {
    margin: 0;
  }
}

._style_box-img {
  width: 100%;
  padding-top: 56.25%;
}
._style_box-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  ._style_box-img {
    padding-top: 100%;
  }
}
@media screen and (min-width: 1024px) {
  ._style_box-img {
    padding-top: 125%;
  }
}

._style_box-content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50%;
  text-align: center;
  padding: 0;
  width: 100%;
  max-width: calc(100% - 48px);
  margin: -16px auto;
  padding: 16px;
}
._style_box-content span {
  background: linear-gradient(transparent 60%, #ff6 60%);
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.5em;
}
._style_box-content h3 {
  padding-bottom: 12px;
}
._style_box-content h3::before {
  content: "";
  border-bottom: #141414 solid 2px;
  width: 50%;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
._style_box-content small {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.5em;
}
._style_box-content .icon_arrow {
  background-color: #fff;
  border-radius: 100%;
  height: 36px;
  width: 36px;
  margin: auto;
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
}
._style_box-content::before,
._style_box-content::after {
  display: none;
  content: "";
  border-top: #141414 solid 2px;
  width: 40%;
  margin: auto;
  position: absolute;
  top: 0;
}
._style_box-content::before {
  left: -16px;
  transform: rotate(-12deg);
}
._style_box-content::after {
  right: -16px;
  transform: rotate(12deg);
}
@media screen and (min-width: 768px) {
  ._style_box-content {
    height: auto;
    width: 100%;
    max-width: 100%;
    padding: 24px 0 0;
    position: relative;
    margin: auto;
  }
  ._style_box-content span {
    font-size: 1rem;
  }
  ._style_box-content .icon_arrow {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  ._style_box-content {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
  }
  ._style_box-content span {
    font-size: 1.2rem;
  }
  ._style_box-content .icon_arrow {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  ._style_box-content {
    width: calc(100% - 48px);
    padding: 32px 16px 0;
  }
  ._style_box-content span {
    font-size: 1.4rem;
  }
  ._style_box-content::before,
  ._style_box-content::after {
    display: block;
  }
}

/* ================================================================
   #暮らしたい地域から探す
================================================================ */
#sec_area {
  border-top: #dae1e7 solid 1px;
  border-bottom: #dae1e7 solid 1px;
  overflow: hidden;
}

.area_select-nav {
  background-color: #ffea73;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 16px;
  padding: 10px 10px 0;
  z-index: 2;
}
.area_select-nav button {
  background-color: #fff;
  border: #ffea73 3px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: calc(40% - 4px);
  max-width: calc(40% - 4px);
  font-weight: 600;
  color: #dae1e7;
  height: 48px;
  margin: 0 2px;
}
.area_select-nav button.__js_is-active {
  background-color: #ff7a00;
  border-color: #ff7a00;
  border-radius: 6px 6px 0 0;
  color: #fff;
}
.area_select-nav button.__js_is-active::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ff7a00 transparent transparent transparent;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .area_select-nav {
    margin: 0 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .area_select-nav {
    background-color: transparent;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 16px 16px;
  }
  .area_select-nav button {
    border: #dae1e7 solid 2px;
    border-radius: 4px;
    font-size: 1.6rem;
    height: 56px;
    flex-basis: calc(30% - 4px);
    max-width: calc(30% - 4px);
  }
  .area_select-nav button.__js_is-active {
    border-color: #ff7a00;
  }
  .area_select-nav button.__js_is-active::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #ff7a00 transparent transparent transparent;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
  }
}

.area_select-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .area_select-box {
    background-color: #6495ed;
    border-radius: 16px;
    overflow: hidden;
  }
  .area_select-box::after {
    content: "";
    border: #dae1e7 solid 4px;
    border-radius: inherit;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    display: none;
  }
}

.area_select-list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  max-width: 100%;
  list-style: none;
  margin: -2px;
}
.area_select-list li {
  flex-basis: 50%;
  max-width: 50%;
  padding: 2px;
}
.area_select-list li:first-child {
  flex-basis: 100%;
  max-width: 100%;
}
.area_select-list h4 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  color: #ff7a00;
  margin-bottom: 12px;
}
.area_select-list h4 .icon_box {
  margin-right: 8px;
}
.area_select-list h4 small {
  display: none;
}
@media screen and (min-width: 768px) {
  .area_select-list li {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .area_select-list {
    flex-basis: calc(100% - 720px);
    max-width: calc(100% - 720px);
    padding: 32px 0 0 24px;
    margin: 0;
  }
  .area_select-list li {
    flex-basis: 50%;
    max-width: 50%;
  }
  .area_select-list h4 {
    border: #fff solid 3px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 2.1rem;
    padding: 0.5em 12px;
  }
  .area_select-list h4 .icon_box {
    margin-right: 8px;
  }
  .area_select-list h4 small {
    display: inline-block;
    font-size: 1.1rem;
    padding-left: 1em;
  }
}

._select-list-name {
  background-color: #f2f5f7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 40px;
}
._select-list-name:hover {
  background-color: #ff7a00;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  ._select-list-name {
    background-color: #fff;
    height: 56px;
  }
}

#area_02 .area_select-list li:first-child {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  #area_02 .area_select-list li {
    flex-basis: 33.3337%;
    max-width: 33.3337%;
  }
  #area_02 ._select-list-name {
    height: 44px;
  }
}

.area_select-map {
  display: none;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .area_select-map {
    display: block;
    height: 480px;
    flex-basis: 720px;
    max-width: 720px;
  }
}

#city_map_01 .st1:hover {
  fill: #fc4d50;
  cursor: pointer;
}
#city_map_01 .st1,
#city_map_01 .st2,
#city_map_01 .st3 {
  stroke: #fff;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#city_map_01 .st1 {
  fill: #febc41;
  stroke-width: 4;
  stroke-linecap: round;
}
#city_map_01 .st2,
#city_map_01 .st3 {
  fill: none;
}
#city_map_01 .st2 {
  stroke-width: 6;
  stroke-dasharray: 12, 12;
}
#city_map_01 .st3 {
  stroke-width: 2.8103;
  stroke-linecap: round;
}
#city_map_01 .st4 {
  fill: #fff;
}
#city_map_01 .st5 {
  enable-background: new;
}
#city_map_01 .st6 {
  fill: #ff7a00;
}
#city_map_01 [id*="info_"],
#city_map_01 #railway {
  pointer-events: none;
}

#map_niigata .st1,
#map_niigata .st2 {
  fill: #febc41;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#map_niigata .st2 {
  fill: none;
  stroke: #f48d38;
  stroke-width: 4;
  stroke-miterlimit: 10;
}
#map_niigata .st3 {
  fill: #fff;
}
#map_niigata .st4 {
  fill: #ff7a00;
}
#map_niigata .st5 {
  enable-background: new;
}
#map_niigata .st6 {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
#map_niigata a:hover .st3 {
  fill: #fc4d50;
}
#map_niigata a:hover .st4 {
  fill: #fff;
}

/* ================================================================
   #おすすめのこだわり賃貸
================================================================ */
.feature_item-wrap {
  margin-top: -16px;
  margin-bottom: -16px;
}
.feature_item-wrap [class*="wf_col-"] + [class*="wf_col-"] .feature_item {
  border-top: #dae1e7 solid 1px;
}
@media screen and (min-width: 1280px) {
  .feature_item-wrap [class*="wf_col-"] + [class*="wf_col-"] .feature_item {
    border-top: none;
  }
}

.feature_item-wrap .feature_item {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 32px;
}
.feature_item-wrap figure {
  border-radius: 4px;
  float: left;
  width: 25%;
  margin-right: 1em;
  overflow: hidden;
}
.feature_item-wrap h3,
.feature_item-wrap p {
  overflow: hidden;
}
.feature_item-wrap h3 {
  color: #ff7a00;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.feature_item-wrap p {
  font-weight: 600;
  line-height: 1.6;
}
.feature_item-wrap .icon_arrow {
  color: rgb(205, 216, 224);
  margin: auto;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
}
@media screen and (min-width: 1280px) {
  .feature_item-wrap .feature_item {
    padding-right: 0;
  }
  .feature_item-wrap .icon_arrow {
    display: none;
  }
  .feature_item-wrap figure {
    float: none;
    width: inherit;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.kodawari_tag {
  margin-top: 32px;
}
.kodawari_tag ._tag_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.kodawari_tag ._tag_ttl .icon_box {
  color: #ff7a00;
  margin-right: 8px;
}
.kodawari_tag ._tag_list li {
  padding: 2px;
}
.kodawari_tag ._tag_list a {
  background-color: #ffea73;
  border-radius: 4px;
  display: block;
  font-weight: 600;
  padding: 8px 16px;
}
.kodawari_tag ._tag_list a:hover {
  background-color: #ff7a00;
  color: #fff;
}

/* ================================================================
   #LIVING GALLERYのサービス・お得な情報
================================================================ */
.service_item-wrap {
  margin-top: -8px;
  margin-bottom: -8px;
}
@media screen and (min-width: 768px) {
  .service_item-wrap {
    margin-top: -16px;
    margin-bottom: -16px;
  }
}

.service_item {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.service_item figure {
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}
.service_item h3 {
  color: #ff7a00;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.service_item p {
  line-height: 1.6;
}
.service_item:hover h3 {
  color: #fc4d50;
}
@media screen and (min-width: 768px) {
  .service_item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

/* ================================================================
   #LIVING GALLERY特集キャンペーン
================================================================ */
.blog-post_item a {
  display: flex;
  align-items: center;
  padding: 1em 0;
  border-bottom: #dae1e7 solid 1px;
}
.blog-post_item a:hover {
  color: #ff7a00;
}
.blog-post_item:first-of-type a {
  padding-top: 0;
}
.blog-post_item:last-of-type a {
  padding-bottom: 0;
  border-bottom: none;
}
.blog-post_item .lg-post-item--thumb {
  aspect-ratio: 1/1;
  width: 25%;
}
.blog-post_item .lg-post-item--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
  padding: 0 0 0 12px;
}
.blog-post_item .lg-post-item--content time {
  display: inline-block;
  color: #ff7a00;
  font-size: 1.2rem;
  width: 6em;
  margin-bottom: 0.5em;
}
.blog-post_item .lg-post-item--content h3 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .blog-post_item .lg-post-item--thumb {
    aspect-ratio: 16/10;
  }
  .blog-post_item .lg-post-item--content {
    padding: 0 0 0 24px;
  }
  .blog-post_item .lg-post-item--content time {
    font-size: 1.4rem;
  }
  .blog-post_item .lg-post-item--content h3 {
    font-size: 1.4rem;
  }
}

.blog-post_item + .wf-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.blog-post_item + .wf-btn-wrap .wf_btn {
  border-radius: 100px;
  font-size: 1.2rem;
  max-width: 50%;
}
@media screen and (min-width: 768px) {
  .blog-post_item + .wf-btn-wrap .wf_btn {
    font-size: 1.4rem;
    max-width: 50%;
  }
}

#introduction_post {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  #introduction_post {
    margin-top: 0;
  }
}

/* ================================================================
   #LIVING GALLERY特集物件紹介
================================================================ */
/* ================================================================
   #ご入居中の皆様へ、不動産会社の皆様へ
================================================================ */
.information_box-wrap {
  margin-top: -8px;
  margin-bottom: -8px;
}
.information_box-wrap [class*="wf_col-"] {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
}

.information_box {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 24px 16px;
}
.information_box .information_box-ttl {
  border-bottom: #f2f5f7 solid 3px;
  color: #ff7a00;
  padding: 0 16px 12px;
  margin: 0 -16px 16px;
}
.visitor_item-wrap {
  list-style: none;
}
.visitor_item-wrap li + li {
  border-top: #dae1e7 solid 1px;
}
.visitor_item-wrap .visitor_item {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
}
.visitor_item-wrap figure {
  border-radius: 4px;
  float: left;
  width: 25%;
  margin-right: 1em;
  overflow: hidden;
}
.visitor_item-wrap h4,
.visitor_item-wrap p {
  overflow: hidden;
}
.visitor_item-wrap h4 {
  color: #ff7a00;
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
.visitor_item-wrap p {
  line-height: 1.6;
}
.news_item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.news_item + .news_item {
  border-top: #dae1e7 solid 1px;
}
.news_item time {
  display: inline-block;
  color: #ff7a00;
  float: left;
  padding-right: 1em;
}
.news_item span {
  display: block;
  overflow: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: flex;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.wf_slider {
  display: flex;
  opacity: 0;
  transition: opacity ease 1s;
}

.slick-initialized {
  opacity: 1;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
.slide_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 10px;
}

/* Arrows */
.slick-prev,
.slick-next {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 25px -6px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -6px;
  display: block;
  color: #141414;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  height: 48px;
  width: 48px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 4;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
}
.slick-prev .icon_box,
.slick-next .icon_box {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.slick-prev {
  order: 1;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-next {
  order: 3;
}
[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  order: 2;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  margin: 0;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.slick-dots li button {
  background: #999;
  border-radius: 100%;
  border: 0;
  display: block;
  height: 6px;
  width: 6px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #febc41;
}
@media screen and (min-width: 768px) {
  .slick-dots li {
    height: 32px;
    width: 32px;
  }
}

/* Scss Document */
.slider {
  display: flex;
  opacity: 0;
  transition: opacity ease 0.5s;
}
.slider.slick-initialized {
  display: block;
  opacity: 1;
}

.grid_line::after {
  content: "";
  box-shadow: inset 0 0 0 1px rgba(207, 217, 224, 0.4);
  border-radius: inherit;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.page-id-399 .bnr_area:first-of-type {
  display: none;
}

/* ================================================================
   #スマホ固定バー
================================================================ */
.fixed_bar {
  transform: none;
  opacity: 1;
  transition: none;
}
@media screen and (max-width: 1023px) {
  .fixed_bar {
    background-color: rgba(82, 104, 125, 0.8);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    width: 100%;
    margin-bottom: 0;
    padding: 0 calc(3.125vw - 4px);
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translateY(120px);
    opacity: 0;
    transition: transform ease 0.6s, opacity ease 0.3s;
    z-index: 1000;
  }
  .fixed_bar.__js_scroll_active {
    transform: none;
    opacity: 1;
  }
  .fixed_bar ._bar_pop {
    background-color: #fff;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 6px 15px;
    position: absolute;
    top: -28px;
    left: 0;
  }
  .fixed_bar .wf_btn {
    border-radius: 2px;
    width: 100%;
    min-height: 56px;
    padding: 0 12px;
    margin: 0 4px;
  }
  .fixed_bar .wf_btn ._btn_txt {
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .fixed_bar .wf_btn .icon_box {
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .fixed_bar {
    padding: 0 9px;
  }
  .fixed_bar .wf_btn {
    min-height: 48px;
    margin: 0 2px;
  }
  .fixed_bar .wf_btn [class^="icon-"],
  .fixed_bar .wf_btn [class*=" icon-"] {
    transform: scale(0.75);
  }
  .fixed_bar .wf_btn ._btn_txt {
    font-size: 1.2rem;
  }
  .fixed_bar .wf_btn .icon_box {
    margin-right: 4px;
  }
}

#footer_contact_bar {
  display: none;
}
@media screen and (max-width: 1023px) {
  #footer_contact_bar {
    display: flex;
  }
}

/* ================================================================
   #メッセージボックス
================================================================ */
.mess_box {
  padding-bottom: 48px;
}
.mess_box p {
  background-color: #fff;
  border: #dae1e7 solid 1px;
  border-radius: 8px;
  padding: 24px 16px;
}

/* ================================================================
   #ページャー
================================================================ */
.secListPager {
  margin: 16px auto 0;
  padding-bottom: 48px;
}
.secListPager .wf_list,
.secListPager .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.secListPager .wf_list li,
.secListPager .wp-pagenavi li {
  padding: 2px;
}
.secListPager .wf_list a,
.secListPager .wf_list span,
.secListPager .wp-pagenavi a,
.secListPager .wp-pagenavi span {
  background-color: #dae1e7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  height: 36px;
  width: 36px;
}
.secListPager .wf_list a:hover,
.secListPager .wp-pagenavi a:hover {
  background-color: #ff7a00;
  color: #fff;
}
.secListPager .wf_list .pager_prev_btn,
.secListPager .wf_list .pager_next_btn,
.secListPager .wp-pagenavi .pager_prev_btn,
.secListPager .wp-pagenavi .pager_next_btn {
  width: 80px;
}
.secListPager .wf_list .pager_current,
.secListPager .wp-pagenavi .pager_current {
  background-color: #febc41;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .secListPager .wf_list a,
  .secListPager .wf_list span {
    height: 44px;
    width: 44px;
  }
}

/* ================================================================
   #セレクト・オプション
================================================================ */
.form_parts ._parts-select {
  display: inline-block;
}
.form_parts ._parts-select select {
  background-color: #fff;
  border: rgb(205, 216, 224) solid 2px;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 600;
  height: 48px;
  width: 100%;
  min-width: 10em;
  padding: 0 32px 0 12px;
  z-index: 2;
}
.form_parts ._parts-select select:disabled {
  pointer-events: none;
  color: #dae1e7 !important;
  border-color: #dae1e7 !important;
}
.form_parts ._parts-select::before,
.form_parts ._parts-select::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.form_parts ._parts-select::after {
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: rgb(205, 216, 224) transparent transparent transparent;
  height: 0;
  width: 0;
  right: 12px;
  z-index: 2;
}
.form_parts ._parts-select:hover select {
  border-color: #febc41;
  color: #ff7a00;
}
@media screen and (min-width: 768px) {
  .form_parts ._parts-select select {
    min-width: 12em;
  }
}

.up_to_down {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.up_to_down ._parts-select {
  flex-basis: calc(50% - 1em);
  max-width: calc(50% - 1em);
}
.up_to_down span {
  display: block;
  color: rgb(205, 216, 224);
  font-weight: 600;
  text-align: center;
  width: 2em;
  padding: 0.25em;
}
@media screen and (min-width: 768px) {
  .up_to_down ._parts-select {
    flex-basis: auto;
    max-width: inherit;
  }
}

/* ================================================================
   #チェックボックス・ラジオボタン
================================================================ */
.form_parts input[type="checkbox"] + label,
.form_parts input[type="radio"] + label {
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  min-height: 36px;
  width: 100%;
  padding: 8px 5px 8px 35px;
}
.form_parts input[type="checkbox"] + label::before,
.form_parts input[type="radio"] + label::before {
  content: "";
  background-image: url(../imgs/theme/check-square.svg);
  background-size: 24px 96px;
  background-position: center 72px;
  height: 24px;
  width: 24px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
}
.form_parts input[type="checkbox"] + label:hover,
.form_parts input[type="radio"] + label:hover {
  background-color: #f2f5f7;
  color: #ff7a00;
}
.form_parts input[type="checkbox"] + label:hover::before,
.form_parts input[type="radio"] + label:hover::before {
  background-position: center 48px;
}
.form_parts input[type="checkbox"]:checked + label,
.form_parts input[type="radio"]:checked + label {
  color: #ff7a00;
}
.form_parts input[type="checkbox"]:checked + label::before,
.form_parts input[type="radio"]:checked + label::before {
  background-position: center 24px;
}
.form_parts input[type="checkbox"]:disabled + label,
.form_parts input[type="radio"]:disabled + label {
  color: #dae1e7;
  pointer-events: none;
}
.form_parts input[type="checkbox"]:disabled + label::before,
.form_parts input[type="radio"]:disabled + label::before {
  background-position: center 0px;
}
@media screen and (min-width: 768px) {
  .form_parts input[type="checkbox"] + label,
  .form_parts input[type="radio"] + label {
    padding: 3px 10px 3px 40px;
  }
  .form_parts input[type="checkbox"] + label::before,
  .form_parts input[type="radio"] + label::before {
    left: 10px;
  }
}

.check_list li {
  display: flex;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (min-width: 1024px) {
  .check_list li {
    flex-basis: 33.3337%;
    max-width: 33.3337%;
  }
}
@media screen and (min-width: 1280px) {
  .check_list li {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.room_num {
  opacity: 0.4;
}

/* ================================================================
   #地域から探す、沿線から探す
================================================================ */
.search_section {
  border-radius: 12px;
}
@media screen and (min-width: 768px) {
  .search_section {
    border-radius: 16px;
  }
}

#another_search_condition {
  margin-top: 32px;
}
#another_search_condition .search_section + .search_section {
  margin-top: 32px;
}

._section-header,
._section-content,
._section-footer {
  padding: 24px 3.125vw;
}
@media screen and (min-width: 1280px) {
  ._section-header,
  ._section-content,
  ._section-footer {
    padding: 24px 32px;
  }
}

._section-header {
  background-color: #ff7a00;
  background-image: linear-gradient(315deg, #ff9200 0%, #ff7a00 100%);
  background-size: cover;
  border-bottom: rgb(205, 216, 224) solid 4px;
  border-radius: 12px 12px 0 0;
  padding: 24px 3.125vw 12px;
  margin-bottom: -1px;
}
._section-header h2 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
}
._section-header h2 .icon_box {
  height: 32px;
  width: 32px;
}
._section-header h2 span {
  display: block;
  flex-basis: calc(100% - 40px);
  max-width: calc(100% - 40px);
}
._section-header h2 small {
  display: block;
  font-size: 1.2rem;
}
._section-header .total_room {
  color: #fc4d50;
}
@media screen and (min-width: 768px) {
  ._section-header {
    border-radius: 16px 16px 0 0;
    padding: 24px 32px 12px;
  }
  ._section-header h2 {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
  }
  ._section-header h2 .icon_box {
    height: 36px;
    width: 36px;
  }
  ._section-header h2 small {
    display: inline;
    font-size: 1.4rem;
  }
}

._section-content {
  background-color: #fff;
  padding: 0;
}
._section-content .check_list + .check_list {
  padding-left: 32px;
  margin-top: 8px;
}
._section-content .check_list + .check_list li:first-of-type::before {
  content: "";
  border-bottom: rgb(205, 216, 224) solid 1px;
  border-left: rgb(205, 216, 224) solid 1px;
  width: 12px;
  margin: auto;
  position: absolute;
  top: -4px;
  bottom: 50%;
  left: -16px;
}
@media screen and (min-width: 768px) {
  ._section-content .check_list + .check_list li:first-of-type::before {
    left: -12px;
  }
}

._section-footer {
  background-color: #f2f5f7;
  border-top: #dae1e7 solid 1px;
  border-radius: 0 0 12px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._section-footer .room_cnt_box {
  display: none;
  align-items: baseline;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
}
._section-footer .room_cnt_box .total_room {
  color: #fc4d50;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0.25em;
}
._section-footer .room_cnt_box .total_room .total_room {
  font-size: 1.4rem;
}
._section-footer .wf_btn {
  height: 64px;
  max-width: 300px;
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  ._section-footer {
    border-radius: 0 0 16px 16px;
  }
  ._section-footer .room_cnt_box {
    display: flex;
    font-size: 1.4rem;
    margin-right: 16px;
  }
  ._section-footer .room_cnt_box .total_room {
    font-size: 2.4rem;
  }
}

#search_btn_bar {
  position: relative;
  height: auto;
  z-index: inherit;
}
@media screen and (max-width: 1023px) {
  #search_btn_bar {
    background-color: rgba(0, 0, 0, 0.5);
    border-top: none;
    border-radius: 0;
    height: 64px;
    padding: 0 5px;
    position: fixed;
    z-index: 1500;
  }
  #search_btn_bar .room_cnt_box {
    display: block;
    background-color: #fff;
    border-radius: 100px;
    font-size: 1.1rem;
    padding: 4px 8px;
    position: absolute;
    top: -24px;
    left: 5px;
  }
  #search_btn_bar .room_cnt_box .total_room {
    font-size: 1.4rem;
  }
  #search_btn_bar .room_cnt_box br {
    display: none;
  }
  #search_btn_bar .wf_btn {
    height: 48px;
  }
}

.search_list_table ._list_table-left,
.search_list_table ._list_table-right {
  padding: 12px 3.125vw;
}
.search_list_table ._list_table-left {
  background-color: #febc41;
  display: flex;
  align-items: center;
  height: 56px;
}
.search_list_table ._list_table-left h3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
}
.search_list_table ._list_table-left h3 .icon_box {
  background-color: #fff;
  border-radius: 100%;
  color: #ff7a00;
  height: 32px;
  width: 32px;
  margin-right: 8px;
}
.search_list_table ._list_table-left h3 .icon_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #febc41 transparent transparent transparent;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -17px;
  left: 0;
  z-index: 2;
}
.search_list_table ._list_table-left h3 .icon_box [class^="icon-"],
.search_list_table ._list_table-left h3 .icon_box [class*=" icon-"] {
  transform: scale(0.75);
}
.search_list_table + .search_list_table {
  border-top: #dae1e7 solid 1px;
}
@media screen and (min-width: 768px) {
  .search_list_table {
    display: flex;
    flex-wrap: wrap;
  }
  .search_list_table ._list_table-left,
  .search_list_table ._list_table-right {
    padding: 16px;
  }
  .search_list_table ._list_table-left {
    background-color: #f2f5f7;
    display: block;
    height: auto;
    flex-basis: 20%;
    max-width: 20%;
  }
  .search_list_table ._list_table-left h3 {
    color: inherit;
  }
  .search_list_table ._list_table-left .icon_box {
    display: none;
  }
  .search_list_table ._list_table-right {
    flex-basis: 80%;
    max-width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .search_list_table ._list_table-left,
  .search_list_table ._list_table-right {
    padding: 16px 32px;
  }
}

/* ================================================================
   #物件一覧：並び替え
================================================================ */
.sort_nav {
  background-color: #f4f7f9;
  padding: 16px 10px;
  margin: 0 -10px 16px;
}
.sort_nav p {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 8px;
}
.sort_nav .sort_select_box {
  display: flex;
  align-items: center;
}
.sort_nav .sort_select_box ._parts-select {
  margin-left: 8px;
}
.sort_nav #allRoomCount,
.sort_nav #allRoomCount,
.sort_nav #dispCount {
  color: #ff7a00;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .sort_nav {
    border-radius: 8px;
    padding: 16px 24px;
    margin: 0 0 32px;
  }
  .sort_nav p {
    font-size: 1.6rem;
  }
  .sort_nav #allRoomCount,
  .sort_nav #allRoomCount,
  .sort_nav #dispCount {
    font-size: 1.8rem;
  }
}

/* ================================================================
   #物件一覧：一括登録
================================================================ */
.secListCheck {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.secListCheck .secListCheck_ttl {
  background-color: #ffea73;
  border-radius: 2em;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 16px;
  margin-right: 1em;
  position: absolute;
  top: -28px;
  right: -5px;
}
.secListCheck .secListCheck_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 4px;
}
.secListCheck .secListCheck_item:nth-of-type(1) {
  height: 40px;
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 0;
  padding-right: 4px;
}
.secListCheck label,
.secListCheck button,
.secListCheck a {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  font-size: 1.2rem;
  font-weight: 600;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .secListCheck {
    background-color: #ecfaf8;
    justify-content: flex-end;
    margin-bottom: 32px;
    padding: 16px 24px;
  }
  .secListCheck .secListCheck_ttl {
    background-color: #fff;
    font-size: 1.2rem;
    position: static;
  }
  .secListCheck .secListCheck_item {
    justify-content: flex-end;
    height: 48px;
    flex-basis: 22.5%;
    max-width: 22.5%;
  }
  .secListCheck .secListCheck_item:nth-of-type(1) {
    height: 48px;
    flex-basis: 22.5%;
    max-width: 22.5%;
    margin-right: auto;
    margin-left: 0;
  }
  .secListCheck label,
  .secListCheck button,
  .secListCheck a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1023px) {
  .page-template-page-favorite .secListCheck .secListCheck_item,
  .page-template-page-history .secListCheck .secListCheck_item {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

/* ================================================================
   #物件一覧
================================================================ */
.property_item {
  background-color: #fff;
  border-radius: 12px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.property_item::after {
  border-radius: 12px;
}
.property_item + .property_item {
  margin-top: 48px;
}
.property_item .property_item-header {
  background-color: #f4f7f9;
  border-radius: 12px 12px 0 0;
  border-bottom: rgb(205, 216, 224) solid 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 16px 12px;
}
@media screen and (min-width: 768px) {
  .property_item .property_item-header {
    padding: 36px 24px 8px;
  }
  .map-room-list .property_item .property_item-header {
    padding: 32px 16px 12px;
  }
}

.property_item-name {
  font-size: 1.8rem;
  margin: 0 auto 0 0;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .property_item-name {
    font-size: 2.2rem;
  }
  .map-room-list .property_item-name {
    font-size: 1.8rem;
  }
}

._item-info {
  display: flex;
  position: absolute;
  top: -16px;
  left: -5px;
  z-index: 4;
}
._item-info .property_item-catgory,
._item-info .property_item-cnt {
  border: #ff7a00 solid 1px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
  height: 32px;
  padding: 0 16px;
}
._item-info .property_item-catgory {
  background-color: #febc41;
  border-color: #febc41;
  color: #fff;
}
._item-info .property_item-cnt {
  background-color: #fff;
  color: #ff7a00;
  margin-left: 4px;
}
._item-info .property_item-cnt span {
  color: #fc4d50;
  font-size: 1.8rem;
  padding: 0 0.25em;
}

.primary_item {
  border-bottom: #dae1e7 solid 1px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px;
}
@media screen and (min-width: 768px) {
  .primary_item {
    align-items: center;
    padding: 12px 24px;
  }
  .map-room-list .primary_item {
    padding: 12px 10px;
  }
}

.property_item-point {
  font-size: 1.4rem;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .property_item-point {
    font-size: 1.8rem;
    padding-top: 8px;
  }
  .map-room-list .property_item-point {
    font-size: 1.4rem;
    padding-top: 0;
  }
}

.primary_item-thumb {
  flex-basis: calc(15% + 48px);
  max-width: calc(15% + 48px);
}

.parent-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex-basis: calc(85% - 48px);
  max-width: calc(85% - 48px);
  margin: -3px 0 0;
  padding-left: 8px;
}
.parent-detail dt,
.parent-detail dd {
  margin-top: 3px;
}
.parent-detail dt {
  background-color: #ffea73;
  flex-basis: 5em;
  max-width: 5em;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 6px;
}
.parent-detail dd {
  flex-basis: calc(100% - 5em);
  max-width: calc(100% - 5em);
  padding-left: 8px;
}
@media screen and (min-width: 768px) {
  .parent-detail {
    padding-left: 24px;
  }
  .map-room-list .parent-detail {
    padding-left: 8px;
  }
  .parent-detail dt {
    font-size: 1.2rem;
    flex-basis: 6em;
    max-width: 6em;
  }
  .map-room-list .parent-detail dt {
    font-size: 1rem;
    flex-basis: 5em;
    max-width: 5em;
  }
  .parent-detail dd {
    flex-basis: calc(100% - 6em);
    max-width: calc(100% - 6em);
    padding-left: 1em;
  }
  .map-room-list .parent-detail dd {
    font-size: 1.2rem;
    flex-basis: calc(100% - 5em);
    max-width: calc(100% - 5em);
    padding-left: 8px;
  }
}

.primary_item-thumb figure {
  background-color: #dae1e7;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}
.primary_item-thumb figure::after {
  content: "";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.primary_item-thumb figure img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  margin: auto;
}

/* ================================================================
   #物件一覧：部屋
================================================================ */
.secondary_item-list {
  list-style: none;
}

.secondary_item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
}
.secondary_item ._room-link {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc(100% - 40px);
  max-width: calc(100% - 40px);
  padding: 12px 8px;
}
.secondary_item + .secondary_item {
  border-top: #dae1e7 solid 1px;
}
.secondary_item:nth-of-type(even) {
  background-color: #f4f7f9;
}
.secondary_item:nth-of-type(n + 5),
.secondary_item.__js_is_omission {
  display: none;
}
.secondary_item:last-of-type {
  border-radius: 0 0 12px 12px;
}
.secondary_item:hover {
  background-color: #fef8d6;
}
@media screen and (min-width: 768px) {
  .secondary_item ._room-link {
    flex-basis: calc(100% - 56px);
    max-width: calc(100% - 56px);
    padding: 12px 16px;
  }
  .map-room-list .secondary_item ._room-link {
    flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 12px 8px;
  }
}

.content_list .secondary_item ._room-link {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

.secondary_item-list.more_open .secondary_item:nth-of-type(n + 5),
.secondary_item-list.more_open .secondary_item.__js_is_omission {
  display: flex;
}

._room-check {
  background-color: #f4f7f9;
  border-right: #dae1e7 solid 1px;
  width: 40px;
  z-index: 2;
}
._room-check input[type="checkbox"] + label,
._room-check input[type="radio"] + label {
  height: 100%;
  padding: 0;
}
._room-check input[type="checkbox"] + label::before,
._room-check input[type="radio"] + label::before {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0 !important;
}
._room-check input[type="checkbox"] + label:hover,
._room-check input[type="radio"] + label:hover {
  background-color: transparent;
}
._room-check:hover {
  background-color: #d9f5f2;
}
@media screen and (min-width: 768px) {
  ._room-check {
    width: 56px;
  }
  .map-room-list ._room-check {
    width: 40px;
  }
}

.secondary_item-thumb {
  border-top: #fff solid 1px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 22%;
  max-width: 22%;
  padding-right: 6px;
}
.secondary_item-thumb figure {
  background-color: #fff;
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
}
.secondary_item-thumb figure::after {
  content: "";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.secondary_item-thumb figure img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .secondary_item-thumb {
    flex-direction: row;
    justify-content: space-between;
    flex-basis: 20%;
    max-width: 20%;
    padding-right: 0;
  }
  .secondary_item-thumb figure {
    width: 80px;
  }
  .map-room-list .secondary_item-thumb {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 22%;
    max-width: 22%;
    padding-right: 6px;
  }
  .map-room-list .secondary_item-thumb figure {
    width: 100%;
  }
}

.content_list .secondary_item-thumb {
  /*border-right: $color_gray_2 solid 1px;*/
  justify-content: flex-start;
  padding: 8px;
}
.content_list .secondary_item-content {
  padding: 8px 8px 8px 0;
}
.content_list ._detail-floor {
  padding: 4px 0;
}
@media screen and (min-width: 768px) {
  .content_list .secondary_item-thumb {
    justify-content: center;
    padding: 8px 12px 9px;
  }
  .content_list .secondary_item-content {
    padding: 8px 24px 9px 12px;
  }
  .content_list ._detail-floor {
    padding: 0;
  }
}

.map-room-list .content_list .secondary_item-thumb {
  justify-content: flex-start;
  padding: 8px;
}
.map-room-list .content_list .secondary_item-content {
  padding: 8px 8px 8px 0;
}
.map-room-list .content_list ._detail-floor {
  padding: 4px 0;
}

._detail-floor {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  ._detail-floor {
    font-size: 1.6rem;
    flex-basis: calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
  .map-room-list ._detail-floor {
    font-size: 1.4rem;
    flex-basis: initial;
    max-width: initial;
  }
}

.secondary_item-content {
  border-top: #fff solid 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 78%;
  max-width: 78%;
}
@media screen and (min-width: 768px) {
  .secondary_item-content {
    flex-basis: 80%;
    max-width: 80%;
    padding-left: 16px;
  }
  .map-room-list .secondary_item-content {
    flex-basis: 78%;
    max-width: 78%;
    padding-left: 0;
  }
}

.secondary_item-content .room-plice {
  display: flex;
  align-items: baseline;
  list-style: none;
  margin-bottom: 6px;
}
.secondary_item-content .room-plice li {
  font-size: 1.2rem;
  font-weight: 600;
  padding-right: 4px;
}
.secondary_item-content .room-plice li + li {
  font-size: 1.2rem;
  padding-right: 0;
}
.secondary_item-content .room-plice li + li::before {
  content: "/";
  font-weight: 400;
  padding-right: 0.5em;
}
.secondary_item-content .room-plice .font_eng {
  color: #ff7a00;
  font-size: 1.8rem;
  padding-right: 0.25em;
}
@media screen and (min-width: 768px) {
  .secondary_item-content .room-plice li {
    font-size: 1.6rem;
  }
  .secondary_item-content .room-plice li + li {
    font-size: 1.4rem;
  }
  .secondary_item-content .room-plice .font_eng {
    font-size: 2.4rem;
  }
  .map-room-list .secondary_item-content .room-plice li {
    font-size: 1.2rem;
  }
  .map-room-list .secondary_item-content .room-plice li + li {
    font-size: 1.2rem;
  }
  .map-room-list .secondary_item-content .room-plice .font_eng {
    font-size: 1.8rem;
  }
}

.secondary_item-info {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.secondary_item-info li {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-basis: 33.3337%;
  max-width: 33.3337%;
  text-align: center;
  padding: 0 0.5em;
}
.secondary_item-info li > span {
  display: block;
  padding: 8px 0 4px;
  overflow: hidden;
}
.secondary_item-info li > span + span {
  border-top: #dae1e7 solid 1px;
  font-weight: 600;
  padding: 12px 0 12px;
  overflow: hidden;
}
.secondary_item-info li > span + span ._narrow_txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.secondary_item-info li ._narrow_txt {
  display: block;
  width: 150%;
  transform: scaleX(0.75) translateX(-22.5%);
}
.secondary_item-info li:before {
  content: "";
  border: #dae1e7 solid 2px;
  border-radius: inherit;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.secondary_item-info li:nth-of-type(1) {
  border-radius: 6px 0 0 6px;
}
.secondary_item-info li:nth-of-type(1):before {
  right: -1px;
  left: 0;
}
.secondary_item-info li:nth-of-type(2):before {
  right: -1px;
  left: -1px;
}
.secondary_item-info li:nth-of-type(3) {
  border-radius: 0 6px 6px 0;
}
.secondary_item-info li:nth-of-type(3):before {
  right: 0;
  left: -1px;
}
.secondary_item-info .info_view_btn {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .secondary_item-info li {
    padding: 0 1em;
  }
  .map-room-list .secondary_item-info li {
    font-size: 1.2rem;
    padding: 0 0.5em;
  }
  .secondary_item-info li ._narrow_txt {
    display: block;
    width: inherit;
    transform: none;
  }
  .map-room-list .secondary_item-info li ._narrow_txt {
    display: block;
    width: 150%;
    transform: scaleX(0.75) translateX(-22.5%);
  }
}

.content_list .secondary_item-info li {
  justify-content: space-between;
  flex-basis: 25%;
  max-width: 25%;
}
.content_list .secondary_item-info li > span {
  border-bottom: #dae1e7 solid 1px;
  margin: 0;
}
.content_list .secondary_item-info li > span + span {
  border: none;
  margin: auto;
  width: 100%;
  padding: 6px 0 8px;
}
.content_list .secondary_item-info li:before {
  border: #dae1e7 solid 1px;
}
.content_list .secondary_item-info li:nth-of-type(3) {
  border-radius: 0;
}
.content_list .secondary_item-info li:nth-of-type(3):before {
  right: -1px;
  left: -1px;
}
.content_list .secondary_item-info li:last-of-type {
  border-radius: 0 6px 6px 0;
}
.content_list .secondary_item-info li:last-of-type:before {
  right: 0;
  left: -1px;
}
.content_list .secondary_item-info .favorite_check {
  background-color: #fff;
  border: #dae1e7 solid 2px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  width: 100%;
  padding: 6px 0;
}
.content_list .secondary_item-info .favorite_check .icon_box {
  color: #febc41;
  height: 16px;
  width: 16px;
}
.content_list .secondary_item-info .favorite_check .icon_box svg {
  height: inherit;
  width: inherit;
}
.content_list .secondary_item-info .favorite_check:hover .icon_box {
  color: #febc41;
}
.content_list .secondary_item-info .favorite_check::after {
  content: "登録";
  transform: scaleX(0.75);
  opacity: 0.25;
}
.content_list .secondary_item-info .favorite_check.js_is_checked {
  background-color: #ffea73;
  border-color: #ffea73;
}
.content_list .secondary_item-info .favorite_check.js_is_checked .icon_box {
  color: #fff;
}
.content_list .secondary_item-info .favorite_check.js_is_checked::after {
  content: "削除";
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .content_list .secondary_item-info .favorite_check .icon_box {
    height: 20px;
    width: 20px;
    margin-right: 4px;
  }
  .content_list .secondary_item-info .favorite_check::after {
    transform: none;
  }
  .map-room-list .content_list .secondary_item-info .favorite_check .icon_box {
    height: 16px;
    width: 16px;
    margin-right: 0;
  }
  .map-room-list .content_list .secondary_item-info .favorite_check::after {
    transform: scaleX(0.75);
  }
}

.info_view_btn {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-width: 120px;
  margin: 8px 0 0 auto;
}
.info_view_btn ._btn_txt {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
}
.info_view_btn .icon_box {
  margin: auto;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
}
.info_view_btn:hover {
  background-color: #fc4d50 !important;
  background-image: none;
}
@media screen and (min-width: 768px) {
  .info_view_btn {
    min-width: 140px;
  }
  .map-room-list .info_view_btn {
    min-width: 120px;
  }
}

.property_room_more_btn {
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  display: none;
  justify-content: center;
  padding: 16px;
}
.property_room_more_btn .wf_btn {
  background-color: #ffea73;
  background-image: none;
  border-radius: 100px;
  color: inherit;
  max-width: 240px;
  top: -24px;
  z-index: 4;
}

.secondary_item-list.more + .property_room_more_btn {
  display: flex;
}
.secondary_item-list.more + .property_room_more_btn::before {
  content: "";
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    #fff 75%
  );
  height: 144px;
  margin: auto;
  position: absolute;
  top: -144px;
  right: 1px;
  left: 1px;
  z-index: 4;
}

.panorama_icon {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #ff7a00;
  font-size: 1rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  margin-bottom: auto;
}
.panorama_icon img {
  max-width: 48px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .panorama_icon img {
    max-width: 56px;
  }
  .map-room-list .panorama_icon img {
    max-width: 48px;
  }
}

.content_list .panorama_icon {
  margin-top: 0;
}
.content_list .panorama_icon_wrap {
  width: 100%;
  max-width: 80px;
  margin: 8px auto auto auto;
}
@media screen and (min-width: 768px) {
  .content_list .panorama_icon_wrap {
    margin: 0 0 auto auto;
  }
  .map-room-list .content_list .panorama_icon_wrap {
    margin: 8px auto auto auto;
  }
}

.item_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 0 0;
}
.item_btn_wrap ._room-check {
  background-color: transparent;
  border-right: none;
  position: relative;
  width: 50%;
  max-width: 160px;
  margin: 0 4px 0 auto;
}
.item_btn_wrap ._room-check input[type="checkbox"] + label,
.item_btn_wrap ._room-check input[type="radio"] + label {
  font-size: 1rem;
  padding: 0;
}
.item_btn_wrap ._room-check input[type="checkbox"] + label::before,
.item_btn_wrap ._room-check input[type="radio"] + label::before {
  margin-right: 2px;
  margin-left: 0;
  position: relative;
}
.item_btn_wrap .info_view_btn {
  width: calc(50% - 4px);
  max-width: 160px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .item_btn_wrap ._room-check input[type="checkbox"] + label,
  .item_btn_wrap ._room-check input[type="radio"] + label {
    font-size: 1.2rem;
  }
  .item_btn_wrap ._room-check input[type="checkbox"] + label::before,
  .item_btn_wrap ._room-check input[type="radio"] + label::before {
    margin-right: 4px;
  }
  .map-room-list .item_btn_wrap ._room-check input[type="checkbox"] + label,
  .map-room-list .item_btn_wrap ._room-check input[type="radio"] + label {
    font-size: 1rem;
  }
  .map-room-list
    .item_btn_wrap
    ._room-check
    input[type="checkbox"]
    + label
    input[type="checkbox"]
    + label::before,
  .map-room-list
    .item_btn_wrap
    ._room-check
    input[type="checkbox"]
    + label
    input[type="radio"]
    + label::before,
  .map-room-list
    .item_btn_wrap
    ._room-check
    input[type="radio"]
    + label
    input[type="checkbox"]
    + label::before,
  .map-room-list
    .item_btn_wrap
    ._room-check
    input[type="radio"]
    + label
    input[type="radio"]
    + label::before {
    margin-right: 0;
  }
}

/* ================================================================
   #物件詳細ページ：物件写真
================================================================ */
.js_photo_slider-container {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .js_photo_slider-container {
    background-color: transparent;
    margin: 0;
  }
}

.js_photo_slider {
  height: 66.6667vw;
  overflow: hidden;
}
.js_photo_slider .slick-track {
  display: block;
}
.js_photo_slider ._photo_slider-item {
  height: 66.6667vw;
  cursor: -webkit-grab;
  cursor: grab;
}
.js_photo_slider ._photo_slider-item ._item-img {
  background-color: #dae1e7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.js_photo_slider ._photo_slider-item ._item-img img {
  height: 100%;
  width: auto;
  margin: auto;
}
.js_photo_slider ._photo_slider-item ._item-caption {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100%;
  padding: 1em 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.js_photo_slider .slick-arrow {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.js_photo_slider .slick-prev {
  left: 4px;
}
.js_photo_slider .slick-next {
  right: 4px;
}
@media screen and (min-width: 768px) {
  .js_photo_slider {
    height: 41.65vw;
  }
  .js_photo_slider ._photo_slider-item {
    height: 41.65vw;
  }
  .js_photo_slider ._photo_slider-item ._item-caption {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .js_photo_slider {
    height: 480px;
  }
  .js_photo_slider ._photo_slider-item {
    height: 480px;
  }
}

.js_photo_slider-thumb {
  border-bottom: #dae1e7 solid 1px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 15px 10px;
}
.js_photo_slider-thumb .slick-dots {
  justify-content: flex-start;
  flex-wrap: wrap;
  /*width: 200%;*/
  padding: 0;
  margin: -4px;
}
@media screen and (min-width: 768px) {
  .js_photo_slider-thumb {
    padding: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .js_photo_slider-thumb .slick-dots {
    width: inherit;
    margin: -4px;
  }
}

.js_photo_slider-thumb .slick-dots li {
  display: block;
  height: auto;
  width: 16.6666666667%;
  padding: 4px;
}
.js_photo_slider-thumb .slick-dots li.slick-active ._item-img::after,
.js_photo_slider-thumb .slick-dots li:hover ._item-img::after {
  background-color: rgba(0, 0, 0, 0);
  /*box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.4);*/
}
.js_photo_slider-thumb .slick-dots ._item-img {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.js_photo_slider-thumb .slick-dots ._item-img::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(207, 217, 224, 0.25);
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}
.js_photo_slider-thumb .slick-dots ._item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.js_photo_slider-thumb .slick-dots ._item-caption {
  display: none;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .js_photo_slider-thumb .slick-dots li {
    width: 12.5%;
    padding: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .js_photo_slider-thumb .slick-dots li {
    width: 10%;
    padding: 4px;
  }
  .js_photo_slider-thumb .slick-dots ._item-caption {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .js_photo_slider-thumb .slick-dots li {
    width: 10%;
    padding: 4px;
  }
  .js_photo_slider-thumb .slick-dots ._item-caption {
    font-size: 1.2rem;
  }
}

#around_photo .js_photo_slider-thumb {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  #around_photo {
    display: flex;
    justify-content: space-between;
  }
  #around_photo ._slider-container_left {
    flex-basis: 48vw;
    max-width: 48vw;
    width: 100%;
  }
  #around_photo ._slider-container_right {
    flex-basis: calc(100% - 48vw);
    max-width: calc(100% - 48vw);
    width: 100%;
  }
  #around_photo .js_photo_slider {
    height: 32vw;
    width: 48vw;
  }
  #around_photo .js_photo_slider ._photo_slider-item {
    height: 32vw;
  }
  #around_photo .js_photo_slider-thumb {
    padding: 0 0 0 24px;
    overflow: hidden;
  }
  #around_photo .js_photo_slider-thumb .slick-dots li {
    width: 25%;
  }
}
@media screen and (min-width: 1280px) {
  #around_photo ._slider-container_left {
    flex-basis: 560px;
    max-width: 560px;
    width: 100%;
  }
  #around_photo ._slider-container_right {
    flex-basis: calc(100% - 560px);
    max-width: calc(100% - 560px);
    width: 100%;
  }
  #around_photo .js_photo_slider {
    height: 373px;
    width: 560px;
  }
  #around_photo .js_photo_slider ._photo_slider-item {
    height: 373px;
  }
  #around_photo .js_photo_slider-thumb {
    padding: 0 0 0 24px;
  }
  #around_photo .js_photo_slider-thumb .slick-dots li {
    width: 16.6666666667%;
  }
}

/* ================================================================
   #物件詳細ページ
================================================================ */
._content-top {
  border-bottom: #dae1e7 solid 3px;
  width: 100%;
  padding: 48px 10px 16px;
}
._content-top ._outline_lead {
  color: #ff7a00;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
._content-top ._outline_txt {
  font-size: 1.2rem;
  font-weight: 600;
}
._content-top .osusume_pop {
  background-color: #ffea73;
  border-radius: 100px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 6px 16px;
  margin-bottom: 12px;
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 5;
}
._content-top .osusume_pop::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ffea73 transparent transparent transparent;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  ._content-top {
    padding: 48px 24px 32px;
  }
  ._content-top ._outline_lead {
    color: #ff7a00;
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  ._content-top ._outline_txt {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.6;
  }
  ._content-top .osusume_pop {
    left: -5px;
  }
}
@media screen and (min-width: 1280px) {
  ._content-top ._outline_lead {
    font-size: 2.4rem;
  }
  ._content-top ._outline_txt {
    max-width: 75%;
  }
}

.property_point_tag {
  margin: 14px -2px -2px;
}
.property_point_tag li {
  padding: 2px;
}
.property_point_tag span {
  background-color: #ffea73;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 6px 12px;
}
@media screen and (min-width: 768px) {
  .property_point_tag span {
    font-size: 1.4rem;
    padding: 8px 16px;
  }
}

.property_content_ttl {
  font-size: 2.4rem;
  margin-bottom: 24px;
  margin-top: 64px;
}

.property_content {
  background-color: #fff;
  border-radius: 12px;
  padding: 24px 10px;
}
.property_content._content_rows {
  padding: 0;
}
.property_content ._content-left {
  z-index: 3;
}
.property_content ._content-right {
  padding: 10px;
}
.property_content ._content-bottom {
  border-top: #dae1e7 solid 1px;
  width: 100%;
  padding: 24px 20px 32px;
}
@media screen and (min-width: 768px) {
  .property_content {
    padding: 24px;
  }
  .property_content ._content-right {
    padding: 10px 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .property_content {
    z-index: 1;
  }
  .property_content._content_rows {
    display: flex;
    flex-wrap: wrap;
  }
  .property_content ._content-left {
    flex-basis: 62.5vw;
    max-width: 62.5vw;
    padding: 48px 0;
  }
  .property_content ._content-right {
    border-left: #dae1e7 solid 1px;
    flex-basis: calc(100% - 62.5vw);
    max-width: calc(100% - 62.5vw);
    padding: 48px 24px;
  }
  .property_content ._content-bottom {
    padding: 24px 24px 32px;
  }
}
@media screen and (min-width: 1280px) {
  .property_content ._content-left {
    flex-basis: 700px;
    max-width: 700px;
  }
  .property_content ._content-right {
    flex-basis: calc(100% - 700px);
    max-width: calc(100% - 700px);
  }
}

._content-right .contact_box {
  justify-content: flex-start;
  border-bottom: #dae1e7 solid 1px;
  padding-bottom: 16px;
}
._content-right .contact_box .contact_btn {
  min-height: 80px;
}
._content-right .contact_box .btn_name {
  border: none;
  color: #141414;
  padding: 0;
}
._content-right .contact_box .btn_name::before {
  display: none;
}
._content-right .contact_box .favorite_btn {
  margin: 8px auto auto;
}
._content-right dl {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
}
._content-right dl + dl {
  border-top: #dae1e7 solid 1px;
}
._content-right dt {
  flex-basis: 33.3337%;
  max-width: 33.3337%;
  color: #ff7a00;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 16px;
  margin-bottom: 0.5em;
}
._content-right dd {
  flex-basis: 66.6667%;
  max-width: 66.6667%;
  line-height: 1.6;
}
._content-right dd ._price_txt {
  color: #ff7a00;
  font-size: 2.4rem;
}
._content-right .wf_btn {
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  ._content-right dd ._price_txt {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  ._content-right dt,
  ._content-right dd {
    flex-basis: 100%;
    max-width: inherit;
  }
  ._content-right dt {
    font-size: 1.6rem;
    padding-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sticky_phot_box {
    position: -webkit-sticky;
    position: sticky;
    top: 112px;
    left: 0;
  }
}
/* ================================================================
   #物件詳細ページ：周辺マップ
================================================================ */
#around_maps {
  padding-top: 100vw;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  #around_maps {
    padding-top: 45%;
  }
}

/* ================================================================
   #物件詳細ページ：お問い合わせエリア
================================================================ */
.contact_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_box ._box_inner {
  flex-basis: 100%;
  max-width: 100%;
}
.contact_box ._box_inner + ._box_inner {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .contact_box ._box_inner {
    flex-basis: calc(50% - 4px);
    max-width: calc(50% - 4px);
  }
  .contact_box ._box_inner + ._box_inner {
    margin-top: 0;
  }
}

.contact_box .btn_name {
  font-weight: 600;
  margin-bottom: 8px;
}
.contact_box .contact_btn,
.contact_box .tel_btn {
  min-height: 80px;
}
.contact_box .contact_btn ._btn_txt {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .contact_box {
    display: flex;
  }
  .contact_box .btn_name {
    background-color: #fff;
    border: #ff7a00 solid 2px;
    border-radius: 100px;
    display: inline-block;
    color: #ff7a00;
    padding: 6px 18px;
  }
  .contact_box .btn_name::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #ff7a00 transparent transparent transparent;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
  }
  .contact_box .contact_btn,
  .contact_box .tel_btn {
    min-height: 96px;
  }
}

/* ================================================================
   #物件詳細ページ：お問い合わせエリア：電話でお問い合わせ
================================================================ */
.tel_btn {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ff7a00;
  padding: 0 16px;
}
.tel_btn .tel_btn-txt {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
}
.tel_btn ._btn_name {
  font-size: 1.2rem;
  padding-right: 1em;
}
.tel_btn ._btn_namber {
  display: inline-flex;
  align-items: center;
}
.tel_btn ._btn_namber .icon_box {
  margin-right: 8px;
}
.tel_btn .font_eng {
  font-size: 2rem;
}
.tel_btn small {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .tel_btn .font_eng {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .tel_btn ._btn_name {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1280px) {
  .tel_btn ._btn_name {
    font-size: 1.6rem;
  }
  .tel_btn .font_eng {
    font-size: 2.8rem;
  }
}

/* ================================================================
   #物件詳細ページ：お問い合わせエリア：お気に入り登録
================================================================ */
.contact_box .favorite_btn {
  background-color: rgb(205, 216, 224);
  border-radius: 100px;
  max-width: 75%;
}
.contact_box .favorite_btn ._btn_txt {
  font-size: 1.4rem;
}
.contact_box .favorite_btn ._btn_txt::before {
  content: "お気に入り登録";
}
.contact_box .favorite_btn.__js_is_cheked {
  background-color: #ffea73;
  color: #ff7a00;
}
.contact_box .favorite_btn.__js_is_cheked .icon_box {
  color: inherit;
}
.contact_box .favorite_btn.__js_is_cheked ._btn_txt {
  color: inherit;
}
.contact_box .favorite_btn.__js_is_cheked ._btn_txt::before {
  content: "登録済み";
}
.contact_box .favorite_btn.__js_is_cheked:hover {
  color: #fff;
}

.shop_infor_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border-top: #dae1e7 solid 1px;
  padding-top: 16px;
  margin-top: 16px;
}
.shop_infor_box table {
  flex-basis: 100%;
  max-width: 100%;
}
.shop_infor_box table th,
.shop_infor_box table td {
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.5em;
}
.shop_infor_box table th {
  background-color: transparent;
  color: #ff7a00;
  text-align: left;
}
.shop_infor_box .wf_btn-wrap {
  margin: 24px auto 0;
}
.shop_infor_box .wf_btn-wrap .wf_btn {
  font-size: 1.4rem;
}
.shop_infor_box .wf_btn-wrap .wf_btn .icon_box {
  margin-left: 8px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .shop_infor_box table {
    flex-basis: 60%;
    max-width: 60%;
  }
  .shop_infor_box table th,
  .shop_infor_box table td {
    font-size: 1.4rem;
  }
  .shop_infor_box .wf_btn-wrap {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .shop_infor_box table {
    flex-basis: 45%;
    max-width: 45%;
  }
}
@media screen and (min-width: 1280px) {
  .shop_infor_box table {
    flex-basis: 40%;
    max-width: 40%;
  }
}

/* ================================================================


   #地図から検索


================================================================ */
#map-area {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* ================================================================
   #地図から検索：ナビゲーション
================================================================ */
.map-menu-bar {
  background-color: #ff7a00;
  height: 56px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
@media screen and (min-width: 1024px) {
  .map-menu-bar {
    height: inherit;
    width: 96px;
    bottom: 0;
  }
}

#map-menu {
  background-color: #ff7a00;
  display: flex;
  height: 56px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
}
#map-menu .map-menu-btn {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
#map-menu .map-menu-btn:first-of-type {
  border-left: none;
}
#map-menu .map-menu-btn .icon_box {
  height: 24px;
  width: 24px;
}
#map-menu .map-menu-btn .icon_box svg {
  height: inherit;
  width: inherit;
}
#map-menu .map-menu-btn span {
  font-size: 1.2rem;
  padding: 0 6px;
}
#map-menu .map-menu-btn.no-active {
  pointer-events: none;
  opacity: 0.5;
}
#map-menu .map-menu-btn.js-is-active {
  background-color: #fff;
  color: #ff7a00;
}
@media screen and (min-width: 1024px) {
  #map-menu {
    flex-direction: column;
    height: inherit;
    width: 96px;
  }
  #map-menu .map-menu-btn {
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
    flex-direction: column;
    width: 100%;
    aspect-ratio: 1/1.25;
  }
  #map-menu .map-menu-btn .icon_box {
    height: 24px;
    width: 24px;
    margin-bottom: 6px;
  }
  #map-menu .map-menu-btn .icon_box svg {
    height: 20px;
    width: 20px;
  }
  #map-menu .map-menu-btn span {
    padding: 0 16px;
  }
}

.map-menu-content {
  display: none;
}
.map-menu-content.js-is-show {
  display: block;
  -webkit-animation-name: anime_left;
  animation-name: anime_left;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.map-menu-content {
  display: none;
  background-color: #fff;
  height: calc(100% - 56px);
  width: 100%;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 50;
}
.map-menu-content.js-is-show {
  display: block;
}
.map-menu-content--inner {
  height: 100%;
  width: 100%;
  padding: 24px 10px 80px;
  overflow-y: auto;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .map-menu-content {
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 4px;
    height: 100%;
    width: 360px;
    top: 0;
    left: 96px;
    bottom: 0;
  }
  .map-menu-content--inner {
    padding: 48px 16px 144px;
    overflow-y: auto;
  }
}

#mapdiv-sub,
#mapdiv-sub2 {
  background-color: #fcfcfc;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 4px;
  width: 100%;
  position: absolute;
  top: 56px;
  bottom: 0;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  #mapdiv-sub,
  #mapdiv-sub2 {
    width: 360px;
    top: 0;
    left: 96px;
  }
}

#mapdiv-sub,
#mapdiv-sub2 {
  display: none !important;
  top: 40vh;
}
#mapdiv-sub.js-is-active,
#mapdiv-sub2.js-is-active {
  display: block !important;
}
@media screen and (min-width: 1024px) {
  #mapdiv-sub,
  #mapdiv-sub2 {
    width: 420px;
    top: 0;
    left: auto;
    right: 0;
  }
}

.map-info-layer {
  background-color: #ff7a00;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 16px -8px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 240px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 200;
}
.map-info-layer p {
  color: #fff;
  font-weight: 600;
  line-height: 1.6;
}
.map-info-layer.js-is-active {
  display: flex;
}

/* ================================================================
   #地図から検索：メニュー
================================================================ */
.map-menu-content .search_list_table ._list_table-left,
.map-menu-content .search_list_table ._list_table-right {
  padding: 12px 3.125vw;
}
.map-menu-content .search_list_table ._list_table-left {
  background-color: #febc41;
  display: flex;
  align-items: center;
  height: 56px;
}
.map-menu-content .search_list_table ._list_table-left h3 {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
}
.map-menu-content .search_list_table + .search_list_table {
  border-top: #dae1e7 solid 1px;
}
@media screen and (min-width: 768px) {
  .map-menu-content .search_list_table {
    display: flex;
    flex-wrap: wrap;
  }
  .map-menu-content .search_list_table ._list_table-left,
  .map-menu-content .search_list_table ._list_table-right {
    padding: 16px;
  }
  .map-menu-content .search_list_table ._list_table-left {
    flex-basis: 100%;
    max-width: 100%;
  }
  .map-menu-content .search_list_table ._list_table-left h3 {
    color: #fff;
  }
  .map-menu-content .search_list_table ._list_table-left .icon_box {
    display: flex;
  }
  .map-menu-content .search_list_table ._list_table-right {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .map-menu-content .search_list_table ._list_table-left,
  .map-menu-content .search_list_table ._list_table-right {
    padding: 16px 12px;
  }
}

.map-menu-content .check_list li {
  flex-basis: 100%;
  max-width: 100%;
}

#mapdiv {
  position: absolute;
  top: 56px;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  #mapdiv {
    top: 0;
    left: 96px;
  }
}

.menu-close-btn {
  background-color: #ff7a00;
  border-radius: 4px 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -40px;
}
.menu-close-btn::before,
.menu-close-btn::after {
  content: "";
  background-color: #fff;
  border-radius: 2px;
  height: 2px;
  width: 20px;
  position: absolute;
}
.menu-close-btn::before {
  transform: rotate(45deg);
}
.menu-close-btn::after {
  transform: rotate(-45deg);
}
.menu-close-btn.__left-btn {
  border-radius: 4px 0 0 4px;
  width: 40px;
  top: auto;
  right: 0;
  bottom: 80px;
  margin: auto;
  z-index: 2;
}
.menu-close-btn.__right-btn {
  left: 10px;
}
@media screen and (min-width: 1024px) {
  .menu-close-btn {
    top: 24px;
  }
  .menu-close-btn.__left-btn {
    border-radius: 0 4px 4px 0;
    width: 40px;
    top: 24px;
    right: -40px;
    left: auto;
    bottom: auto;
  }
  .menu-close-btn.__right-btn {
    border-radius: 4px 0 0 4px;
    left: -40px;
  }
}

.map-menu-content #search_btn_bar {
  width: 100%;
  transform: none;
  z-index: 100;
  display: flex;
  position: fixed;
  bottom: 0;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .map-menu-content #search_btn_bar {
    background-color: #fff;
    border: none;
    flex-direction: column;
    padding: 0 16px 32px;
    gap: 4px;
    overflow-y: scroll;
  }
  .map-menu-content #search_btn_bar .wf_btn {
    font-size: 1.4rem;
    height: 48px;
    width: 100%;
    max-width: 100%;
    margin: auto;
  }
}

#mapdiv-sub2 .secondary_item-content .room-plice {
  border-bottom: rgb(205, 216, 224) solid 1px;
  padding-bottom: 12px;
}

#mapdiv-sub2 .secondary_item-content .room-plice + div {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
#mapdiv-sub2 .secondary_item-content .room-plice + div p {
  display: flex;
  font-size: 1.2rem;
}
#mapdiv-sub2 .secondary_item-content .room-plice + div p:first-of-type {
  order: 3;
  width: 100%;
}
#mapdiv-sub2 .secondary_item-content .room-plice + div p:nth-of-type(2) {
  font-weight: 600;
  order: 1;
  margin-right: 1em;
}
#mapdiv-sub2 .secondary_item-content .room-plice + div p:last-of-type {
  font-weight: 600;
  order: 2;
}

/* ================================================================
   #地図から検索：フェードイン
================================================================ */
@-webkit-keyframes anime_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anime_left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 1024px) {
  @-webkit-keyframes anime_left {
    0% {
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes anime_left {
    0% {
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
}
/* ================================================================


   #学校サイト：新潟大学：トップページ


================================================================ */
.location-map {
  margin: 0 -10px;
}
@media screen and (min-width: 768px) {
  .location-map {
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
  }
}

.top_search_area_2022 {
  display: none;
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top_search_area_2022 {
    display: block;
  }
}

.top_search_area_2022 li {
  position: absolute;
  /*background: #333 url("../imgs/shared/icon_search.png") no-repeat left 15px center;
  background-size: 16px;*/
  border: 3px solid #fff;
  border-radius: 32px;
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.2);
  transition: 0.1s linear;
}

.top_search_area_2022 li a,
.top_search_area_2022 li a:link,
.top_search_area_2022 li a:hover,
.top_search_area_2022 li a:visited {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .top_search_area_2022 li a,
  .top_search_area_2022 li a:link,
  .top_search_area_2022 li a:hover,
  .top_search_area_2022 li a:visited {
    font-size: 1.4rem;
    padding: 6px 14px;
  }
}
@media screen and (min-width: 1024px) {
  .top_search_area_2022 li a,
  .top_search_area_2022 li a:link,
  .top_search_area_2022 li a:hover,
  .top_search_area_2022 li a:visited {
    font-size: 1.6rem;
    padding: 8px 20px;
  }
}

/* 01：五十嵐1の町 水色 */
.top_search_area_2022 li:nth-child(1) {
  background-color: #3994d0;
  top: 45%;
  left: 68%;
}

.top_search_area_2022 li:nth-child(1):hover {
  background-color: #1a68b5;
}

/* 02：五十嵐2の町 紫（青寄り）  */
.top_search_area_2022 li:nth-child(2) {
  background-color: #5848a0;
  top: 30%;
  left: 7%;
}

.top_search_area_2022 li:nth-child(2):hover {
  background-color: #2f2376;
}

/* 03：内野山手 緑 */
.top_search_area_2022 li:nth-child(3) {
  background-color: #00a73c;
  top: 65%;
  left: 15%;
}

.top_search_area_2022 li:nth-child(3):hover {
  background-color: #007e1c;
}

/* 04：大学南1丁目 ピンク */
.top_search_area_2022 li:nth-child(4) {
  background-color: #e85298;
  top: 65%;
  left: 30%;
}

.top_search_area_2022 li:nth-child(4):hover {
  background-color: #d92b6d;
}

/* 05：大学南2丁目 オレンジ */
.top_search_area_2022 li:nth-child(5) {
  background-color: #f39700;
  top: 72%;
  left: 50%;
}

.top_search_area_2022 li:nth-child(5):hover {
  background-color: #eb6b00;
}

/* 06：坂井砂山 茶色 */
.top_search_area_2022 li:nth-child(6) {
  background-color: #b17033;
  top: 75%;
  left: 75%;
}

.top_search_area_2022 li:nth-child(6):hover {
  background-color: #8b4416;
}

#niigatadaigaku .kodawari_tag ._tag_list a {
  background-color: #95d1ee;
  display: flex;
  align-items: center;
  padding: 12px 16px;
}
#niigatadaigaku .kodawari_tag ._tag_list a .icon_box {
  color: #fff;
  height: 20px;
  width: 20px;
  margin-right: 4px;
}
#niigatadaigaku .kodawari_tag ._tag_list a .icon_box svg {
  height: inherit;
  width: inherit;
}
#niigatadaigaku .kodawari_tag ._tag_list a:hover {
  background-color: #30a8e2;
  color: #fff;
}

.kensaku-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.kensaku-list li {
  display: flex;
  width: 100%;
}
.kensaku-list li a {
  background-color: #dcf1f8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  width: 100%;
  padding: 12px;
}
.kensaku-list li a span {
  display: block;
  max-width: calc(100% - 40px);
  padding-right: 16px;
}
.kensaku-list li a:hover {
  background-color: #30a8e2;
  color: #fff;
}
.kensaku-list li .icon_box {
  background-color: #fff;
  border-radius: 100%;
  color: #ff7a00;
  height: 32px;
  width: 32px;
  margin-right: 8px;
}
.kensaku-list li .icon_box svg {
  height: 16px;
  width: 16px;
}
.kensaku-list li .icon_arrow {
  background-color: transparent;
  color: inherit;
  height: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
}
.kensaku-list li .icon_arrow svg {
  height: inherit;
  width: inherit;
}
@media screen and (min-width: 768px) {
  .kensaku-list {
    gap: 8px;
  }
  .kensaku-list li {
    width: calc(33.3337% - 6px);
  }
  .kensaku-list li a {
    padding: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .kensaku-list li a {
    font-size: 1.6rem;
  }
}

.card-yoko {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.card-yoko--item {
  background-color: #fff;
  border-bottom: #dae1e7 solid 1px;
  display: flex;
  overflow: hidden;
  width: 100%;
}
.card-yoko--item > a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 0;
}
.card-yoko--item.grid_line::after {
  display: none;
}
.card-yoko---img {
  background-color: #dae1e7;
  border-radius: 4px;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 80px;
  overflow: hidden;
}
.card-yoko---img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card-yoko---content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 80px);
  padding-left: 16px;
}
.card-yoko---content h3 {
  font-size: 1.4rem;
  color: #ff7a00;
}
.card-yoko---content p {
  line-height: 1.6;
  font-weight: 600;
  margin-top: 8px;
}
.card-yoko .icon_arrow {
  background-color: #f2f5f7;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  display: none;
}
@media screen and (min-width: 768px) {
  .card-yoko {
    gap: 12px;
  }
  .card-yoko--item {
    border-bottom: none;
    border-radius: 4px;
    width: calc(50% - 6px);
  }
  .card-yoko--item > a {
    padding: 0 16px 0 0;
  }
  .card-yoko--item.grid_line::after {
    display: block;
  }
  .card-yoko---img {
    border-radius: 4px 0 0 4px;
    max-width: 120px;
  }
  .card-yoko---content {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 1024px) {
  .card-yoko---content {
    width: calc(100% - 120px - 32px);
  }
  .card-yoko---content h3 {
    font-size: 1.6rem;
  }
  .card-yoko .icon_arrow {
    display: inline-block;
    height: 32px;
    width: 32px;
  }
}
.card-yoko--item:hover p {
  color: #ff7a00;
}
.card-yoko--item:hover .icon_arrow {
  background-color: #ff7a00;
  color: #fff;
}

.card-tate {
  gap: 16px 0;
}
.card-tate--item {
  display: flex;
}
.card-tate--item > a {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 8px;
  overflow: hidden;
}
.card-tate--item > a p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.2rem;
  text-align: right;
  margin: auto 0 0;
  padding-right: 8px;
  width: 100%;
}
.card-tate--item > a p .icon_arrow {
  background-color: #f2f5f7;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  margin-left: 8px;
}
.card-tate---img {
  background-color: #dae1e7;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.card-tate---img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card-tate---content {
  width: 100%;
  padding: 24px;
}
.card-tate---content h3 {
  font-size: 1.6rem;
  line-height: 1.6;
}
.card-tate--item:hover > a p {
  color: #ff7a00;
}
.card-tate--item:hover > a p .icon_arrow {
  background-color: #ff7a00;
  color: #fff;
}
.card-tate--item:hover .card-tate---content h3 {
  color: #ff7a00;
}

/* ================================================================


   #学校サイト：NSGカレッジリーグ：トップページ


================================================================ */
#nsgcollegeleague #school_billboard {
  background-color: #1261a0;
}
#nsgcollegeleague .kodawari_tag ._tag_list a {
  background-color: #f7f2a2;
  display: flex;
  align-items: center;
  padding: 12px 16px;
}
#nsgcollegeleague .kodawari_tag ._tag_list a .icon_box {
  color: #fff;
  height: 20px;
  width: 20px;
  margin-right: 4px;
}
#nsgcollegeleague .kodawari_tag ._tag_list a .icon_box svg {
  height: inherit;
  width: inherit;
}
#nsgcollegeleague .kodawari_tag ._tag_list a:hover {
  background-color: #1261a0;
  color: #fff;
}
#nsgcollegeleague .kensaku-list li a {
  background-color: #f7f2a2;
}
#nsgcollegeleague .kensaku-list li a:hover {
  background-color: #1261a0;
  color: #fff;
}
#nsgcollegeleague .kensaku-list li .icon_box {
  color: #ff7a00;
}


/* ================================================================


   #学校サイト：開志専門職大学生向け：トップページ


================================================================ */

body#kaishi-pu .kodawari_tag ._tag_list a {
  background-color: var(--lg--color--kaishi-pu-2);
  display: flex;
  align-items: center;
  padding: 12px 16px;
}
body#kaishi-pu .kodawari_tag ._tag_list a .icon_box {
  color: #fff;
  height: 20px;
  width: 20px;
  margin-right: 4px;
}
body#kaishi-pu .kodawari_tag ._tag_list a .icon_box svg {
  height: inherit;
  width: inherit;
}
body#kaishi-pu .kodawari_tag ._tag_list a:hover {
  background-color: var(--lg--color--kaishi-pu-1);
  color: #fff;
}
body#kaishi-pu .kensaku-list li a {
  background-color: var(--lg--color--kaishi-pu-2);
}
body#kaishi-pu .kensaku-list li a:hover {
  background-color: var(--lg--color--kaishi-pu-1);
  color: #fff;
}



/* ================================================================
   #学生サイト：トップ：店舗紹介
================================================================ */
.gakusei-shop-information {
  background-color: #fff;
  border: #dae1e7 solid 2px;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}
.gakusei-shop-information a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.gakusei-shop-information--img {
  width: 100%;
}
.gakusei-shop-information--img figure {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.gakusei-shop-information--img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.gakusei-shop-information--content {
  width: 100%;
  padding: 24px 16px;
}
.gakusei-shop-information h3 {
  color: #ff7a00;
  display: flex;
  align-items: center;
}
.gakusei-shop-information h3 .icon_box {
  color: #ff7a00;
  margin-right: 6px;
}
.gakusei-shop-information .shop_info_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.gakusei-shop-information .phone_nam .font_eng {
  font-size: 2.4rem;
}
.gakusei-shop-information .shop_detail {
  margin-bottom: 0;
}
.gakusei-shop-information .shop_detail th,
.gakusei-shop-information .shop_detail td {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.25em 0;
}
.gakusei-shop-information .shop_detail th a,
.gakusei-shop-information .shop_detail td a {
  padding: 0;
}
.gakusei-shop-information .shop_detail th span {
  background-color: transparent;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .gakusei-shop-information a {
    flex-direction: row;
    align-items: center;
    padding: 32px 16px;
  }
  [class*="wf_col-"] .gakusei-shop-information a {
    flex-direction: column;
    gap: 16px;
  }
  .gakusei-shop-information--img {
    width: 40%;
  }
  [class*="wf_col-"] .gakusei-shop-information--img {
    width: 100%;
  }
  [class*="wf_col-"] .gakusei-shop-information--img figure {
    aspect-ratio: 16 / 9;
  }
  .gakusei-shop-information--content {
    width: 60%;
    padding: 0 24px 0 0;
  }
  [class*="wf_col-"] .gakusei-shop-information--content {
    width: 100%;
  }  
}
@media screen and (min-width: 1024px) {
  .gakusei-shop-information a {
    padding: 32px;
  }
}
.gakusei-shop-information h3 {
  font-size: 2rem;
}
.gakusei-shop-information .shop_detail th,
.gakusei-shop-information .shop_detail td {
  font-size: 1.4rem;
}

.gakusei-shop-information {
  background-color: #fff;
  border: #dae1e7 solid 2px;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.gakusei-shop-information a {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}

.gakusei-shop-information--img {
  width: 100%;
}

.gakusei-shop-information--img figure {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.gakusei-shop-information--img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.gakusei-shop-information--content {
  width: 100%;
  padding: 24px 16px;
}

.gakusei-shop-information h3 {
  color: #ff7a00;
  display: flex;
  align-items: center;
}

.gakusei-shop-information h3 .icon_box {
  color: #ff7a00;
  margin-right: 6px;
}

.gakusei-shop-information .shop_info_txt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 16px;
}

.gakusei-shop-information .phone_nam .font_eng {
  font-size: 2.4rem;
}

.gakusei-shop-information .shop_detail {
  margin-bottom: 0;
}

.gakusei-shop-information .shop_detail th,
.gakusei-shop-information .shop_detail td {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 0.5em 0;
}

.gakusei-shop-information .shop_detail th a,
.gakusei-shop-information .shop_detail td a {
  padding: 0;
}

.gakusei-shop-information .shop_detail th span {
  background-color: transparent;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .gakusei-shop-information a {
    flex-direction: row;
    align-items: center;
    padding: 32px 16px;
  }
  .gakusei-shop-information--img {
    width: 40%;
  }
  .gakusei-shop-information--content {
    width: 60%;
    padding: 0 24px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .gakusei-shop-information a {
    padding: 32px;
  }
}
.gakusei-shop-information h3 {
  font-size: 2rem;
}

.gakusei-shop-information .shop_detail th,
.gakusei-shop-information .shop_detail td {
  font-size: 1.4rem;
}

.gakusei-shop-row {
  row-gap: 32px;
}

.gakusei-shop-row [class*="wf_col-"] {
  display: flex;
}

.gakusei-shop-row .gakusei-shop-information {
  border-width: 1px;
  width: 100%;
}

.gakusei-shop-row .gakusei-shop-information a {
  flex-direction: column;
  width: 100%;
}

.gakusei-shop-row .gakusei-shop-information h3,
.gakusei-shop-row .gakusei-shop-information .gakusei-shop-information--img,
.gakusei-shop-row .gakusei-shop-information .gakusei-shop-information--content {
  width: 100%;
}

.gakusei-shop-row .gakusei-shop-information h3 {
  justify-content: center;
  margin-bottom: 16px;
}

.gakusei-shop-row .gakusei-shop-information .gakusei-shop-information--content {
  padding: 16px;
}

@media screen and (min-width: 1024px) {
  .gakusei-shop-row
    .gakusei-shop-information
    .gakusei-shop-information--content {
    padding: 0;
  }
}
.gakusei-shop-row
  .gakusei-shop-information
  .gakusei-shop-information--content
  .tantou {
  border-top: #dae1e7 solid 1px;
  color: #ff7a00;
  font-weight: 600;
  padding-top: 8px;
  margin-top: 8px;
}

.gakusei-shop-row
  .gakusei-shop-information
  .gakusei-shop-information--content
  ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin: 8px 0 0;
}

.gakusei-shop-row
  .gakusei-shop-information
  .gakusei-shop-information--content
  ul
  li {
  list-style: none;
  font-size: 1.1rem;
}

.gakusei-shop-row
  .gakusei-shop-information
  .gakusei-shop-information--img
  figure {
  aspect-ratio: 16/9;
  margin-bottom: 16px;
}

.mymap-item {
  aspect-ratio: 1/1.25;
  border-radius: 0;
  margin: 0 -10px;
  overflow: hidden;
}

.mymap-item iframe {
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .mymap-item {
    aspect-ratio: 16/10;
    border-radius: 8px;
    margin: 0;
  }
}
.area_select_btn_row {
  border: #dae1e7 solid 1px;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  flex-wrap: wrap;
  max-width: 100%;
  margin: auto auto 16px;
}

.area_select_btn_row::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -10px;
  right: -10px;
  margin: auto;
}

.area_select_btn_row::after {
  content: "";
  border-top: #dae1e7 solid 1px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: -10px;
  right: -10px;
}

@media screen and (min-width: 1280px) {
  .area_select_btn_row {
    max-width: calc(100% - 160px);
  }
 
  .area_select_btn_row::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -80px;
    right: -80px;
    margin: auto;
  }
  .area_select_btn_row::after {
    content: "";
    border-top: #dae1e7 solid 1px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: -80px;
    right: -80px;
  }
}
.area_select_btn_row + .js_panel-group .js_panel {
  opacity: 0;
}

.area_select_btn_row + .js_panel-group .js_panel.__js_is-active {
  opacity: 1;
  -webkit-animation-name: panel_fadeIn;
  animation-name: panel_fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes panel_fadeIn {
  0% {
    transform: translate3d(0, 24px, 0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes panel_fadeIn {
  0% {
    transform: translate3d(0, 24px, 0);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.area_select_btn {
  background-color: #fcfcfc;
  border-bottom: none;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  width: 33.33337%;
  padding: 12px 8px 12px;
  z-index: 2;
}
 body#kaishi-pu  .area_select_btn {
  width: 50%;
   min-height: 56px;
    }

.area_select_btn:first-child {
  border-radius: 8px 0 0 0;
}

.area_select_btn:nth-of-type(3) {
  border-radius: 0 8px 0 0;
}

.area_select_btn + .area_select_btn::before {
  content: "";
  border-left: #dae1e7 solid 1px;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.area_select_btn:nth-of-type(4)::before {
  left: -1px;
}

@media screen and (min-width: 768px) {
  .area_select_btn {
    font-size: 1.4rem;
    width: 16.66667%;
    padding: 20px 8px 12px;
  }
 body#kaishi-pu  .area_select_btn {
  width: 50%;
   min-height: 64px;
    }

  .area_select_btn:nth-of-type(3) {
    border-radius: 0 0 0 0;
  }
  .area_select_btn:last-child {
    border-radius: 0 8px 0 0;
  }
  .area_select_btn:nth-of-type(4)::before {
    left: 0px;
  }
}
.area_select_btn:hover {
  color: #ff7a00;
}

.area_select_btn.__js_is-active {
  background-color: #ff7a00;
  color: #fff;
}

.area_select_btn.__js_is-active::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #ff7a00 transparent transparent transparent;
  margin: auto;
  position: absolute;
  top: initial;
  right: 0;
  bottom: -6px;
  left: 0;
}

.area_select_btn.__js_is-active:hover {
  color: #fff;
}

#nsgcollegeleague #area_1-1 .kensaku-list li a span::before,
#nsgcollegeleague #area_01 .kensaku-list li a span::before,
#nsgcollegeleague #area_1-2 .kensaku-list li a span::before,
#nsgcollegeleague #area_02 .kensaku-list li a span::before,
#nsgcollegeleague #area_1-3 .kensaku-list li a span::before,
#nsgcollegeleague #area_03 .kensaku-list li a span::before,
#nsgcollegeleague #area_1-4 .kensaku-list li a span::before,
#nsgcollegeleague #area_04 .kensaku-list li a span::before,
#nsgcollegeleague #area_1-5 .kensaku-list li a span::before,
#nsgcollegeleague #area_05 .kensaku-list li a span::before,
#nsgcollegeleague #area_1-6 .kensaku-list li a span::before,
#nsgcollegeleague #area_06 .kensaku-list li a span::before {
  display: block;
  font-size: 1.2rem;
  opacity: 0.6;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #nsgcollegeleague #area_1-1 .kensaku-list li a span::before,
  #nsgcollegeleague #area_01 .kensaku-list li a span::before,
  #nsgcollegeleague #area_1-2 .kensaku-list li a span::before,
  #nsgcollegeleague #area_02 .kensaku-list li a span::before,
  #nsgcollegeleague #area_1-3 .kensaku-list li a span::before,
  #nsgcollegeleague #area_03 .kensaku-list li a span::before,
  #nsgcollegeleague #area_1-4 .kensaku-list li a span::before,
  #nsgcollegeleague #area_04 .kensaku-list li a span::before,
  #nsgcollegeleague #area_1-5 .kensaku-list li a span::before,
  #nsgcollegeleague #area_05 .kensaku-list li a span::before,
  #nsgcollegeleague #area_1-6 .kensaku-list li a span::before,
  #nsgcollegeleague #area_06 .kensaku-list li a span::before {
    font-size: 1.4rem;
  }
}
#nsgcollegeleague #area_1-1 .kensaku-list li a span::before,
#nsgcollegeleague #area_01 .kensaku-list li a span::before {
  content: "新潟駅周辺エリアの";
}

#nsgcollegeleague #area_1-2 .kensaku-list li a span::before,
#nsgcollegeleague #area_02 .kensaku-list li a span::before {
  content: "古町エリアの";
}

#nsgcollegeleague #area_1-3 .kensaku-list li a span::before,
#nsgcollegeleague #area_03 .kensaku-list li a span::before {
  content: "新発田・聖籠エリアの";
}

#nsgcollegeleague #area_1-4 .kensaku-list li a span::before,
#nsgcollegeleague #area_04 .kensaku-list li a span::before {
  content: "三条・燕エリアの";
}

#nsgcollegeleague #area_1-5 .kensaku-list li a span::before,
#nsgcollegeleague #area_05 .kensaku-list li a span::before {
  content: "長岡エリアの";
}

#nsgcollegeleague #area_1-6 .kensaku-list li a span::before,
#nsgcollegeleague #area_06 .kensaku-list li a span::before {
  content: "上越・妙高エリアの";
}

.sec_border {
  border: none;
  border-top: #dae1e7 solid 1px;
  height: 0;
  margin: 24px 0;
}

.sp-indent {
  display: inline-block;
}

/* ================================================================
   #学生サイト：下層ページ
================================================================ */
.page_content {
  background-color: #fff;
  border-radius: 12px;
  padding: 0 16px 32px;
  overflow: hidden;
}
.page_content h2 {
  background-color: #ff7a00;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  padding: 16px;
  margin: 32px 0 16px;
}
.page_content .page_img {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0 -24px 32px;
}
.page_content .page_img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page_content .border_title {
  border-bottom: #dae1e7 solid 2px;
  padding-bottom: 12px;
  margin: 32px 0 16px;
}
.page_content .border_title span {
  border-left: #ff7a00 solid 4px;
  display: block;
  padding: 0.25em 0 0.25em 0.75em;
}
.page_content p {
  margin-top: 16px;
}
.page_content hr {
  border: none;
  border-top: #dae1e7 solid 1px;
  height: 0;
  margin: 32px 0;
}
@media screen and (min-width: 768px) {
  .page_content {
    padding: 0 24px 32px;
  }
}

/* ================================================================
   #学生サイト：下層ページ：スタッフがオススメする、アパートの選び方
================================================================ */
.page_content .txt_staff,
.page_content .txt_stud {
  display: block;
  width: 5em;
  float: left;
  text-align: right;
}
.page_content .txt_staff {
  font-weight: 600;
  color: #ff7a00;
}
.page_content .txt_stud {
  font-weight: 600;
  color: #4169e1;
}
.page_content .txt_comm {
  display: block;
  overflow: hidden;
  padding-left: 1em;
}
.page_content .staff_point {
  border: #dae1e7 solid 3px;
  border-radius: 6px;
  padding: 24px 16px;
  margin: 32px 0;
}
.page_content .staff_point h4 {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.page_content .staff_point h4 span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.page_content .staff_point p {
  line-height: 1.6;
  margin-top: 0;
}

/* ================================================================
   #サイドバー：選択中の条件
================================================================ */
.search_type-box-wrap {
  background-color: #fff;
  margin-bottom: 32px;
  overflow: hidden;
}
.search_type-box-wrap:nth-last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .search_type-box-wrap {
    overflow: visible;
  }
}

.selection_box {
  border-radius: 8px;
  padding: 32px 16px;
  margin-bottom: 32px;
}

.selection_box-ttl {
  border-bottom: #fff solid 2px;
  display: flex;
  align-items: center;
  color: #fff;
  padding-bottom: 8px;
  margin-bottom: 16px;
}
.selection_box-ttl .icon_box {
  margin-right: 6px;
}

.selection_box-list li {
  padding: 2px;
  overflow: hidden;
}
.selection_box-list span {
  background-color: #fff;
  border-radius: 4px;
  color: #ff7a00;
  font-weight: 600;
  display: block;
  padding: 8px 12px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.selection_box .wf_btn-wrap {
  justify-content: space-between;
  margin-top: 24px;
}
.selection_box .wf_btn-wrap ._btn_color-wihte:nth-of-type(1),
.selection_box .wf_btn-wrap ._btn_color-wihte:nth-of-type(2) {
  flex-basis: calc(50% - 2px);
  max-width: calc(50% - 2px);
  margin-top: 8px;
  padding: 16px 0;
}
.selection_box .wf_btn-wrap ._btn_color-wihte:nth-of-type(1) ._btn_txt,
.selection_box .wf_btn-wrap ._btn_color-wihte:nth-of-type(2) ._btn_txt {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .sticky_btn-wrap {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .sticky_btn-wrap::before {
    content: "";
    background-image: linear-gradient(
      0deg,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 0;
  }
}
/* ================================================================
   #サイドバー：検索条件
================================================================ */
.search_type-ttl {
  background-color: #febc41;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 8px 24px 8px 16px;
}
.search_type-ttl .icon_box {
  background-color: #fff;
  border-radius: 100%;
  color: #ff7a00;
  height: 32px;
  width: 32px;
  margin-right: 8px;
}
.search_type-ttl .icon_box [class^="icon-"],
.search_type-ttl .icon_box [class*=" icon-"] {
  transform: scale(0.75);
}
.search_type-ttl .icon_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #febc41 transparent transparent transparent;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  z-index: 2;
}
.search_type-ttl .acc_icon {
  background-color: transparent;
  border: #fff solid 1px;
  border-radius: 2px;
  color: #fff;
  height: 20px;
  width: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
}
.search_type-ttl .acc_icon::before,
.search_type-ttl .acc_icon::after {
  content: "";
  border-top: #fff solid 2px;
  height: 0;
  width: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search_type-ttl .acc_icon::after {
  display: none;
}
.search_type-ttl.__js_is_open .acc_icon::after {
  display: block;
  transform: rotate(90deg);
}

.search_type-content {
  padding: 20px 16px;
}

/* ================================================================
   #サイドバー：検索条件：セレクトボックス
================================================================ */
.search_type-box .up_to_down ._parts-select {
  flex-basis: calc(50% - 1em);
  max-width: calc(50% - 1em);
}
.search_type-box .up_to_down ._parts-select select {
  min-width: inherit;
}
.search_type-box ._parts-select._full {
  flex-basis: 100%;
  width: 100%;
}

.search_type-box + .wf_btn-wrap {
  background-color: #f4f7f9;
  padding: 16px;
}
.search_type-box + .wf_btn-wrap .checkClear {
  background-color: #fff;
  border: rgb(205, 216, 224) solid 2px;
  border-radius: 100px;
  color: rgb(205, 216, 224);
  font-size: 1.4rem;
  max-width: 80%;
  margin: 12px auto auto;
  padding: 8px;
}
.search_type-box + .wf_btn-wrap .checkClear:hover {
  background-color: rgb(205, 216, 224);
  color: #fff;
}

/* ================================================================
   #サイドバー：検索条件：チェックボックス
================================================================ */
.search_type-box .check_list li {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .search_type-box .check_list li {
    flex-basis: 33.3337%;
    max-width: 33.3337%;
  }
}
@media screen and (min-width: 1024px) {
  .search_type-box .check_list li {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.up_to_down + .check_list {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  #room_layout_type li {
    flex-basis: 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1024px) {
  #room_layout_type li {
    flex-basis: 50%;
    max-width: 50%;
  }
}
#another_search_condition #room_layout_type li {
  flex-basis: 33.3337%;
  max-width: 33.3337%;
}
@media screen and (min-width: 768px) {
  #another_search_condition #room_layout_type li {
    flex-basis: 25%;
    max-width: 25%;
  }
}

/* ================================================================
   #スライダー：スライダー物件表示
================================================================ */
#history_slider,
#Pickup_job_slider {
  margin: 0 -8px;
}
@media screen and (min-width: 768px) {
  #history_slider,
  #Pickup_job_slider {
    margin: 0 -12px;
  }
}

.property_card a {
  display: block;
  padding: 0 8px;
}
@media screen and (min-width: 768px) {
  .property_card a {
    padding: 0 12px;
  }
}

.property_card-thumb {
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
}
.property_card-thumb::after {
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(31, 42, 50, 0.4) 0%,
    rgba(31, 42, 50, 0) 100%
  );
  height: 50%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.property_card-thumb figure {
  width: 100%;
  padding-top: 72.5%;
  overflow: hidden;
}
.property_card-thumb figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.property_card-name {
  background-image: linear-gradient(
    0deg,
    rgba(31, 42, 50, 0.5) 0%,
    rgba(31, 42, 50, 0) 100%
  );
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  width: 100%;
  padding: 16px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.property_card-name span {
  background-color: #ff7a00;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 6px 12px;
  margin-bottom: 8px;
}

.property_card-ttl {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .property_card-ttl {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
}

.property_card-detail {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

._card-detail-plice,
._card-detail-room {
  display: flex;
  align-items: baseline;
  color: #ff7a00;
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 8px;
}
._card-detail-plice .icon_box,
._card-detail-room .icon_box {
  background-color: #ffea73;
  border-radius: 2px;
  color: #141414;
  margin-right: 4px;
}
._card-detail-plice .icon_box [class^="icon-"],
._card-detail-plice .icon_box [class*=" icon-"],
._card-detail-room .icon_box [class^="icon-"],
._card-detail-room .icon_box [class*=" icon-"] {
  transform: scale(0.5);
}
._card-detail-plice .font_eng,
._card-detail-room .font_eng {
  font-size: 2rem;
  top: -2px;
  padding-right: 0.25em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

._card-detail-address {
  border-top: #dae1e7 solid 1px;
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 8px;
}

._card-detail-access {
  flex-basis: 100%;
  max-width: 100%;
}

/* ================================================================
   #店舗情報：一覧ページ
================================================================ */
.shop_item-wrap {
  margin-bottom: -32px;
}

.shop_item_card {
  display: block;
  margin-bottom: 32px;
}
.shop_item_card .wf_btn_wrap {
  text-align: center;
}
.shop_item_card .wf_btn {
  font-size: 1.4rem;
  max-width: 70%;
  margin: auto;
}

/* ================================================================
   #店舗情報：紹介ページ
================================================================ */
.shop_info_lead {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .shop_info_lead {
    font-size: 2.4rem;
  }
}

.shop_info_txt {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .shop_info_txt {
    font-size: 1.6rem;
  }
}

.shop_photo_slider {
  aspect-ratio: 16/9;
  overflow: hidden;
  height: auto;
}
.shop_photo_slider ._photo_slider-item {
  height: auto;
}
.shop_photo_slider ._photo_slider-item img {
  width: 100%;
  max-width: inherit;
}

.shop_contents_link {
  margin: 32px 0;
}
.shop_contents_link ._link_wrap {
  display: flex;
  margin: 0 -4px;
}
.shop_contents_link .wf_btn {
  max-width: calc(33.3337% - 8px);
  margin: 0 4px;
}
.shop_contents_link span {
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
}

.shop_facility_icon-box {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -2px -2px 16px;
}
.shop_facility_icon-box li {
  background-color: #eee;
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  margin: 2px;
}
.shop_facility_icon-box li span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  width: calc(100% - 24px);
  padding-left: 4px;
}
.shop_facility_icon-box li.item-icon-baby {
  background-color: #f7a1ba;
}
.shop_facility_icon-box li.item-icon-parking {
  background-color: #a1bef7;
}
.shop_facility_icon-box li.item-icon-parking-alt {
  background-color: #a1bef7;
}
.shop_detail {
  border: none;
  margin-bottom: 24px;
}
.shop_detail th,
.shop_detail td {
  border: none;
  border-top: #f2f5f7 solid 1px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
  padding: 0.5em 0;
}
.shop_detail th {
  background-color: transparent;
  font-size: 1.4rem;
  width: 6em;
}
.shop_detail th span {
  background-color: #e6ebef;
  border-radius: 2px;
  display: block;
  text-align: center;
  padding: 4px;
}
.shop_detail td {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .shop_detail th,
  .shop_detail td {
    font-size: 1.4rem;
  }
}

.shop_title_sub {
    display: block;
    font-size: 1.2rem;
    color: rgb(90, 90, 90);
    margin-top: 0.6rem;
}
.shop_attention{
    font-size: 1.2rem;
    margin-bottom: 2rem;
}
.shop_embed + .shop_embed {
  margin-top: 32px;
}

.shop_access_info-box {
  margin-bottom: 32px;
}

.shop_access_info {
  display: flex;
  margin-top: 16px;
}
.shop_access_info dt,
.shop_access_info dd {
  line-height: 1.6;
}
.shop_access_info dt {
  font-weight: 600;
  width: 8em;
}
.shop_access_info dd {
  width: calc(100% - 8em);
  padding-left: 16px;
}
.shop_access_info ._access_info-ttl span {
  background-color: #dae1e7;
  border-radius: 2px;
  display: block;
  text-align: center;
  padding: 4px;
}
.shop_access_info + .shop_access_info {
  border-top: #dae1e7 solid 1px;
  padding-top: 16px;
}

.shop_bnr_list .shop_bnr_item {
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .shop_bnr_list .shop_bnr_item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.shop_contact-box .contact_btn ._btn_txt {
  font-size: 1.6rem;
}
.shop_contact-box p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.shop_contact-box .tel_btn .tel_btn-txt {
  flex-direction: column;
}
.shop_contact-box .tel_btn ._btn_name {
  display: block;
  width: 100%;
  text-align: center;
  padding-right: 0;
  margin-bottom: 4px;
}
.shop_contact-box .tel_btn small {
  text-align: center;
  margin-top: 4px;
}

.area_photo_box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.area_photo_box article {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* ================================================================


   #ブログ


================================================================ */
.lg-post-item {
  display: block;
  margin-top: 24px;
}
.lg-post-item a {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}
.lg-post-item--thumb {
  background-color: #ccc;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
}
.lg-post-item--thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  margin: auto;
}
.lg-post-item--content {
  display: flex;
  align-items: center;
  padding: 20px;
}
.lg-post-item--content time {
  font-size: 1.2rem;
}
.lg-post-item---excerpt {
  line-height: 1.6;
  display: none;
  opacity: 0.5;
  margin-top: 0.5em;
}
.lg-post-item---meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.lg-post-item---meta time {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .lg-post-item {
    margin-top: 12px;
  }
  .lg-post-item a {
    flex-direction: row;
  }
  .lg-post-item a:hover h3 {
    color: #ff7a00;
  }
  .lg-post-item--thumb {
    width: 30%;
  }
  .lg-post-item--content {
    width: 70%;
    padding: 24px 32px;
  }
  .lg-post-item---excerpt {
    display: block;
  }
}

/* ================================================================
   #ブログ：カテゴリーせれ
================================================================ */
.cat-select {
  background-color: #f2f5f7;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  padding: 12px 10px;
  margin: 32px 0;
}
.cat-select span {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.4;
}
.cat-select span .wf-icon {
  height: 24px;
  width: 24px;
}
.cat-select span .wf-icon svg {
  height: inherit;
  width: inherit;
}
@media screen and (min-width: 768px) {
  .cat-select {
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 12px;
  }
  .cat-select ._parts-select select {
    min-width: 20em;
  }
}

.post-cat {
  display: inline-block;
  font-size: 1.2rem;
  background-color: #f2f5f7;
  border: #f2f5f7 solid 1px;
  border-radius: 4px;
  padding: 6px 12px;
  font-weight: 600;
}
.post-cat.__news {
  background-color: #fff;
  border-color: #dae1e7;
}
.post-cat.__niigatadaigaku {
  background-color: #95d1ee;
  border-color: #95d1ee;
  color: #fff;
}
.post-cat.__campaign {
  background-color: #fff;
  border-color: #dae1e7;
  color: #ff7a00;
}

/* ================================================================
   #ブログ：記事詳細
================================================================ */
.share-list {
  display: flex;
  list-style: none;
  margin: 32px 0 !important;
  border-bottom: rgb(205, 216, 224) solid 1px;
  gap: 4px;
  padding-bottom: 16px;
}
.share-list li + li {
  margin: 0 !important;
}
.share-list--item {
  min-width: 80px;
}
.share-list--item .sns__twitter,
.share-list--item .sns__facebook,
.share-list--item .sns__line {
  background-color: #ccc;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  color: #fff;
  gap: 6px;
}
.share-list--item .sns__twitter .wf-icon,
.share-list--item .sns__facebook .wf-icon,
.share-list--item .sns__line .wf-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
}
.share-list--item .sns__twitter .wf-icon svg,
.share-list--item .sns__facebook .wf-icon svg,
.share-list--item .sns__line .wf-icon svg {
  height: inherit;
  width: inherit;
}
.share-list--item .sns__twitter span,
.share-list--item .sns__facebook span,
.share-list--item .sns__line span {
  display: inline-block;
  font-size: 1rem;
}
.share-list--item .sns__twitter:hover,
.share-list--item .sns__facebook:hover,
.share-list--item .sns__line:hover {
  opacity: 0.5;
}
.share-list--item .sns__twitter {
  background-color: #1da1f2;
}
.share-list--item .sns__facebook {
  background-color: #3b5998;
}
.share-list--item .sns__line {
  background-color: #20d57a;
}
@media screen and (min-width: 768px) {
  .share-list--item .sns__twitter,
  .share-list--item .sns__facebook,
  .share-list--item .sns__line {
    padding: 8px 16px;
  }
  .share-list--item .sns__twitter span,
  .share-list--item .sns__facebook span,
  .share-list--item .sns__line span {
    font-size: 1.2rem;
  }
}

.post-content {
  padding: 64px 16px;
}
.post-content--inner {
  font-size: 1.4rem;
}
.post-content--inner .wp-block-gallery {
  margin: 1em 0;
}
.post-content--inner .wp-block-image {
  margin-top: 1em;
  margin-bottom: 1em;
}
.post-content--inner .wp-block-image figcaption {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.post-content--inner p {
  font-size: inherit;
  line-height: 2;
  margin-top: 1em;
  margin-bottom: 1em;
}
.post-content--inner ul,
.post-content--inner ol {
  font-size: inherit;
  line-height: 1.4;
  margin-left: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.post-content--inner ul li + li,
.post-content--inner ol li + li {
  margin-top: 0.5em;
}
.post-content---title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .post-content {
    padding: 64px 48px;
  }
  .post-content--inner p {
    font-size: 1.6rem;
  }
  .post-content---title {
    font-size: 2.8rem;
  }
}

#campaign-content {
  background-color: #f2f5f7;
  margin: 64px -16px 0;
  padding: 32px 0px;
}
@media screen and (min-width: 768px) {
  #campaign-content {
    margin: 64px -48px 0;
    padding: 32px 48px;
  }
}

.campaign_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0px;
}
@media screen and (min-width: 768px) {
  .campaign_banner {
    padding: 48px 0;
  }
}

.post_pagination {
  border-top: #f2f5f7 solid 2px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -24px -64px;
}
.post_pagination--item {
  border-bottom: #dae1e7 solid 1px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
}
.post_pagination--item:hover {
  color: #ff7a00;
}
.post_pagination--item:hover .wf-icon {
  background-color: #ff7a00;
  color: #fff;
}
.post_pagination--item .__inner {
  max-width: calc(100% - 40px);
}
.post_pagination--item .__inner span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  opacity: 0.4;
}
.post_pagination--item .__inner h4 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
}
.post_pagination--item.__prev {
  order: 1;
}
.post_pagination--item.__prev .__inner {
  padding-left: 16px;
}
.post_pagination--item.__next {
  order: 2;
  justify-content: flex-end;
}
.post_pagination--item.__next .__inner {
  text-align: right;
  padding-right: 16px;
}
.post_pagination--item.__index {
  border-bottom: none;
  font-size: 1.2rem;
  text-align: center;
  justify-content: center;
  order: 3;
  padding: 16px 0;
}
.post_pagination--item.__index span {
  background-color: #f2f5f7;
  border-radius: 100px;
  display: inline-block;
  font-weight: 600px;
  padding: 12px 16px;
  margin: auto;
}
.post_pagination--item.__index:hover span {
  background-color: #ff7a00;
  color: #fff;
}
.post_pagination--item .wf-icon {
  background-color: #f2f5f7;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .post_pagination {
    margin: 0 -48px -64px;
  }
  .post_pagination--item {
    border-bottom: none;
    padding: 48px;
    width: calc(50% - 64px);
  }
  .post_pagination--item .__inner h4 {
    font-size: 1.4rem;
  }
  .post_pagination--item.__index {
    order: 2;
    width: 128px;
    padding: 0;
  }
  .post_pagination--item.__next {
    order: 3;
  }
}

.post_pagenation {
  padding: 0;
  margin: 32px 0 0;
}
.post_pagenation .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}
.post_pagenation .wp-pagenavi span,
.post_pagenation .wp-pagenavi a {
  background-color: #dae1e7;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  height: 36px;
  width: 36px;
}
.post_pagenation .wp-pagenavi span.nextpostslink,
.post_pagenation .wp-pagenavi span.previouspostslink,
.post_pagenation .wp-pagenavi a.nextpostslink,
.post_pagenation .wp-pagenavi a.previouspostslink {
  width: 64px;
}
.post_pagenation .wp-pagenavi span.extend,
.post_pagenation .wp-pagenavi a.extend {
  background-color: #dae1e7;
  color: inherit;
}
.post_pagenation .wp-pagenavi span {
  background-color: #febc41;
  color: #fff;
  pointer-events: none;
}
.post_pagenation .wp-pagenavi a:hover {
  background-color: #ff7a00;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .post_pagenation .wp-pagenavi span,
  .post_pagenation .wp-pagenavi a {
    height: 44px;
    width: 44px;
  }
}

.sitemap_list_row + .sitemap_list_row {
  margin-top: 24px;
  padding-top: 24px;
  border-top: #dae1e7 solid 1px;
}
.sitemap_list_row h4 {
  font-size: 1.6rem;
  margin-top: 24px;
  margin-bottom: 12px;
}
.sitemap_list_row h4 a {
  display: flex;
  align-items: center;
}
.sitemap_list_row h4 a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ff7a00;
  margin-right: 8px;
}
.sitemap_list_row a {
  color: #141414;
  display: block;
  text-decoration: underline;
}
.sitemap_list_row a:hover {
  color: #ff7a00;
}
.sitemap_list_row .wf_icon {
  display: inline-block;
  height: 12px;
  width: 12px;
  color: inherit;
  margin-left: 4px;
  top: -0.25em;
}
.sitemap_list_row .wf_icon svg {
  height: 12px;
  width: 12px;
}

.sitemap_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
}
.sitemap_list li {
  color: #ff7a00;
  font-size: 1.2rem;
  width: calc(50% - 1.5em);
  margin-left: 1.5em;
}
.sitemap_list li a {
  padding: 0.75em 0;
}
.sitemap_list.__size-lg li {
  width: calc(100% - 1.5em);
}
@media screen and (min-width: 768px) {
  .sitemap_list li {
    width: calc(25% - 1.5em);
  }
  .sitemap_list.__size-lg li {
    width: calc(50% - 1.5em);
  }
}

.snet-logo {
  max-width: 50%;
  margin: 0 auto 32px;
}

.snet-ttl {
  background-color: #ff7a00;
  border-radius: 4px;
  color: #fff;
  padding: 0.75em;
  margin-bottom: 16px;
}

.snet-content {
  max-width: 700px;
  margin: 0 auto 48px;
}
.snet-content + .snet-content {
  margin: 48px auto;
}
.snet-content h5 {
  color: #ff7a00;
  margin-top: 1em;
  margin-bottom: 1em;
}
.snet-content img,
.snet-content p {
  margin: 1em auto;
}
@media screen and (min-width: 768px) {
  .snet-content {
    margin: 0 auto 64px;
  }
  .snet-content + .snet-content {
    margin: 64px auto;
  }
}

.snet-border {
  border: #dae1e7 solid 3px;
  border-radius: 4px;
  font-weight: 600;
  padding: 1.5em 1em;
  margin-bottom: 1em;
}
.snet-border h4 {
  border-bottom: #dae1e7 solid 1px;
  font-size: 2rem;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.snet-border p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .snet-border h4 {
    font-size: 2.4rem;
  }
  .snet-border p {
    font-size: 1.6rem;
  }
}
.snet-border + .snet-border {
  margin-top: 24px;
}

.snet-content .notes_txt {
  font-weight: 400 !important;
  font-size: 1.2rem !important;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
}

/* ================================================================
   #アイコン
================================================================ */
.icon_box {
  display: inline-block;
  height: 24px;
  width: 24px;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ================================================================
   #アコーディオン
================================================================ */
.js_acc_switch {
  cursor: pointer;
}

.js_acc_item {
  display: none;
}

.__js_is_open + .js_acc_item {
  display: block;
}

.__js_is_open .icon-arrow_down-lg {
  transform: scale(-1);
}

/* ================================================================
   #タブ
================================================================ */
.js_tab-group {
  display: flex;
  list-style: none;
}

.js_panel {
  display: none;
}

.__js_is-active,
.__js_is-show {
  display: inherit;
}

/* ================================================================
   #クリアフィックス
================================================================ */
.cf {
  *zoom: 1;
}

.cf:after,
.cf:before {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* ================================================================
   #Youtubeレスポンシブ
================================================================ */
.wf_embed {
  background-color: #dae1e7;
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 75vw;
}
.wf_embed iframe,
.wf_embed > div {
  border: none !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto !important;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .wf_embed {
    padding-top: 56.25%;
  }
}

.wf_youtube {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 56.25%;
}
.wf_youtube iframe {
  border: none !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.wf_gmap {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 75vw;
}
.wf_gmap iframe {
  border: none !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .wf_gmap {
    padding-top: 50%;
  }
}

/* ================================================================
   #テーブル設定
================================================================ */
table {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  border: #dae1e7 solid 1px;
  padding: 12px;
}

th {
  background-color: #f2f5f7;
}

@media screen and (max-width: 767px) {
  .responsive_table {
    margin-left: -30px;
    margin-right: -30px;
    overflow: auto;
  }
  .responsive_table .__inner {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 250%;
  }
  .responsive_table .__inner.__wide {
    min-width: 300%;
  }
}
/* ================================================================
   #リスト
================================================================ */
.wf_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

/* ================================================================
   #ボタン
================================================================ */
.wf_btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wf_btn {
  background-color: #ff7a00;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  min-height: 48px;
  width: 100%;
  padding: 16px;
}
.wf_btn .icon_box {
  color: inherit;
  margin-right: 6px;
}
.wf_btn ._btn_txt {
  display: inline-flex;
  align-items: center;
  color: inherit;
}
.wf_btn.__btn_lg {
  height: 80px;
  max-width: 480px;
}
.wf_btn:hover {
  background-color: #fc4d50;
  background-image: linear-gradient(315deg, #fc4d50 0%, #fc4d50 100%);
  color: #fff !important;
}
.wf_btn:disabled {
  background-color: rgb(205, 216, 224) !important;
  background-image: linear-gradient(
    315deg,
    rgb(205, 216, 224) 0%,
    rgb(205, 216, 224) 100%
  ) !important;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .wf_btn {
    font-size: 1.6rem;
  }
}

/* ================================================================
   #ボタン：色設定
================================================================ */
._btn_color-primary {
  /*box-shadow: rgba(255,122,0,1) 0px 4px 8px -4px;*/
  color: #fff;
}

._btn_color-secondary {
  background-color: #febc41;
  background-image: linear-gradient(315deg, #febc41 0%, #febc41 100%);
}

._btn_color-submit {
  background-color: #00d0d4;
  background-image: linear-gradient(315deg, #2bd672 0%, #00d0d4 100%);
}

._btn_color-pink {
  background-color: #ff7fa1;
  /*box-shadow: $color_pink_1 0px 4px 8px -4px;*/
  color: #fff;
}
._btn_color-pink:hover {
  background-color: #ffbfd0;
}

._btn_color-green {
  background-color: #00d0d4;
  color: #fff;
}
._btn_color-green:hover {
  background-color: #49c5b6;
}

._btn_color-blue {
  background-color: #43bbe2;
  color: #fff;
}
._btn_color-blue:hover {
  background-color: #a1ddf0;
}

._btn_color-wihte {
  background-color: #fff;
  color: #ff7a00;
}
._btn_color-wihte:hover {
  background-color: #ffea73;
}

._btn_back {
  background-color: #fff;
  color: #ff7a00;
}

._hover_shadow {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 25px -6px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -6px;
  transition: box-shadow ease 0.3s;
}

._hover_shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px -2px;
}

/* Scss Document */
.__js_is_show,
.__js_is_change,
.__js_is_show,
.__js_is_change_hidden {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 24px 32px -8px,
    rgba(0, 0, 0, 0.02) 0px 6px 12px -4px;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

[data-modal-content] {
  background-color: #fff;
  display: none;
  max-width: 960px;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 4000;
}
[data-modal-content].__js_is_show {
  -webkit-animation-name: anime_modal_open;
  animation-name: anime_modal_open;
}
[data-modal-content].__js_is_change {
  -webkit-animation-name: anime_modal_change;
  animation-name: anime_modal_change;
}
@media screen and (min-width: 768px) {
  [data-modal-content] {
    border-radius: 24px;
    top: 5vh;
    bottom: auto;
  }
  [data-modal-content].__js_is_show,
  [data-modal-content].__js_is_change {
    display: table;
  }
}

.modal_box-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-bottom: #f2f5f7 solid 1px;
}

.modal_box-content {
  max-height: calc(100% - 56px - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal_box-content > div {
  padding: 32px 10px;
}
@media screen and (min-width: 768px) {
  .modal_box-content {
    max-height: calc(100vh - 56px - 80px - 20vh);
  }
  .modal_box-content > div {
    padding: 32px;
  }
}

.modal_box-footer {
  border-top: #f2f5f7 solid 1px;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 0 10px;
}
.modal_box-footer .wf_btn-wrap {
  width: 100%;
  margin-top: 0;
}
.modal_box-footer .wf_btn-wrap .wf_btn {
  margin: 0 auto;
}

.js_modal_wrap {
  background-color: rgba(32, 32, 47, 0.3);
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3500;
}
.js_modal_wrap.__js_is_show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.js_modal_overlay {
  background-color: rgba(32, 32, 47, 0.3);
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
}

.__js_modal_fixed {
  margin: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.__js_is_show {
  display: block;
}

.__js_is_hidden {
  -webkit-animation-name: anime_modal_hidden;
  animation-name: anime_modal_hidden;
  /*  display: none;*/
}

.__js_is_change_hidden {
  -webkit-animation-name: anime_modal_change_hidden;
  animation-name: anime_modal_change_hidden;
}

.modal_close_btn {
  background-color: #141414;
  border-radius: 100%;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.modal_close_btn::before,
.modal_close_btn::after {
  content: "";
  background-color: #fff;
  border-radius: 2px;
  height: 2px;
  width: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal_close_btn::before {
  transform: rotate(45deg);
}
.modal_close_btn::after {
  transform: rotate(-45deg);
}

/* ================================================================
   #モーダル：市区町村を変更する
================================================================ */
#modal_search-area .modal_box-header h4 {
  color: #fff;
}
#modal_search-area ._section-content {
  border-radius: 8px;
  overflow: hidden;
}
#modal_search-area .selection_box {
  background-color: #f2f5f7;
  border-radius: 8px;
  background-image: none;
  padding: 12px;
  margin-bottom: 24px;
}
#modal_search-area .selection_box h5 {
  display: flex;
  align-items: center;
  color: #ff7a00;
  margin-bottom: 8px;
}
#modal_search-area .selection_box h5 .icon_box {
  margin-right: 6px;
}
@media screen and (min-width: 768px) {
  #modal_search-area .selection_box {
    padding: 16px;
  }
}
#modal_search-area .selection_box-list span {
  border: #ff7a00 solid 2px;
}
#modal_search-area .alert_txt {
  margin-bottom: 12px;
}
#modal_search-area .wf_btn {
  max-width: 320px;
  margin: auto;
}

/* ================================================================
   #モーダル：アニメーション
================================================================ */
@-webkit-keyframes anime_modal_open {
  0% {
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anime_modal_open {
  0% {
    transform: translate3d(0, -10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anime_modal_hidden {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 10%, 0);
    opacity: 1;
  }
}
@keyframes anime_modal_hidden {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 10%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anime_modal_change {
  0% {
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anime_modal_change {
  0% {
    transform: translate3d(0, 10%, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes anime_modal_change_hidden {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(-10%, 0, 0);
    opacity: 1;
    display: none;
  }
}
@keyframes anime_modal_change_hidden {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(-10%, 0, 0);
    opacity: 1;
    display: none;
  }
}
/* Scss Document */
#footer_contact {
  background-color: #141414;
  background-image: url("../imgs/theme/bc_footer_contact.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
}
#footer_contact:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer_contact h3 {
  color: #fff;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 32px;
  padding-left: 0.2em;
}
@media screen and (min-width: 768px) {
  #footer_contact h3 {
    font-size: 2.4rem;
  }
}

/* ================================================================
   #フッター
================================================================ */
.theme_footer {
  padding: 32px 0 128px;
}
@media screen and (min-width: 1280px) {
  .theme_footer {
    padding: 0 0 64px;
  }
}

.footer_list {
  padding-top: 24px;
}
.footer_list h4 {
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.footer_list .wf_list {
  margin: -2px;
}
.footer_list .wf_list li {
  padding: 2px;
}
.footer_list .wf_list a {
  background-color: #f2f5f7;
  border-radius: 4px;
  display: block;
  font-size: 1rem;
  padding: 8px 12px;
}
.footer_list .wf_list a:hover {
  background-color: #ff7a00;
  background-image: linear-gradient(315deg, #febc41 0%, #ff7a00 100%);
  background-size: 400%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding-top: 32px;
  }
  .footer_list h4 {
    font-size: 1.4rem;
    flex-basis: 15%;
    max-width: 15%;
    margin-bottom: auto;
  }
  .footer_list .wf_list {
    flex-basis: 85%;
    max-width: 85%;
  }
  .footer_list .wf_list a {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer_list h4 {
    font-size: 1.6rem;
  }
}

.footer_discription {
  border-top: #dae1e7 solid 1px;
  padding-top: 24px;
  margin-top: 24px;
}
.footer_discription ._discription-logo img {
  height: 36px;
  width: auto;
  margin: auto auto 16px;
}
.footer_discription ._discription-lead {
  color: #ff7a00;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
.footer_discription ._discription-txt {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .footer_discription {
    display: flex;
  }
  .footer_discription ._discription-logo {
    flex-basis: 20%;
    max-width: 20%;
  }
  .footer_discription ._discription-logo img {
    height: 32px;
    width: auto;
    margin: 0;
  }
  .footer_discription ._discription-content {
    flex-basis: 80%;
    max-width: 80%;
  }
  .footer_discription ._discription-lead {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}

.footer_sub_menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 32px;
}
.footer_sub_menu li {
  padding: 0 12px;
}
.footer_sub_menu li a {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}
.footer_sub_menu li a:hover {
  color: #ff7a00;
  text-decoration: underline;
}
#copyright {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 32px;
}

/* ================================================================
   #ページの先頭に戻る
================================================================ */
#return_top {
  background-color: #ff7a00;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  transform: translateY(calc(100% + 16px));
  transition: transform ease 0.3s, bottom ease 0.9s;
  transition-delay: 0.3s;
  z-index: 100;
}
#return_top.__js_scroll_active {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  #return_top {
    height: 56px;
    width: 56px;
    right: 16px;
    bottom: 16px;
  }
  #return_top.__js_scroll_active {
    transform: translateY(0);
  }
}

.__js_scroll_active #return_top {
  bottom: 80px;
}
@media screen and (min-width: 768px) {
  .__js_scroll_active #return_top {
    bottom: 16px;
  }
}
