@charset "UTF-8";
/* Scss Document */
.wf_drawer_menu, .wf_drawer_menu_content, .selection_box, ._btn_color-primary {
  background-color: #FF7A00;
  background-image: linear-gradient(315deg, #FF9200 0%, #FF7A00 100%);
  background-size: cover; }

/* ================================
   #設定：ガター
================================ */
body, html {
  font-family: serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 62.5%;
  height: -webkit-fill-available; }

body {
  color: #141414;
  font-family: "roboto", "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1pc;
  font-size: 1.4rem;
  min-height: 100vh;
  min-height: -webkit-fill-available; }

.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, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #141414;
  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 */
/* ================================================================
   #ドロワーメニュー
================================================================ */
.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 .16s;
  transition-delay: .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 .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: 55%;
      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; } }

.__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;
  animation-name: anime_drawer_open;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: both;
  z-index: 2; }

@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: calc(56px + 72px); }
  @media screen and (min-width: 768px) {
    .sp_favorite_btn {
      right: calc(80px + 96px); } }

/* ================================================================
   #アニメーション：フェードイン
================================================================ */
.fade_in {
  backface-visibility: hidden;
  transform: translate3d(0, 64px, 0);
  opacity: 0; }
  .fade_in.__js_scroll_active {
    animation-name: anime_fadeIn;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: both; }
  @media print {
    .fade_in {
      opacity: 1;
      transform: none; } }

@keyframes anime_fadeIn {
  0% {
    transform: translate3d(0, 64px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
/* ================================================================
   #ヘッダー
================================================================ */
.theme_header {
  background-color: #FFF;
  display: flex;
  height: 56px;
  width: 100%;
  transition: box-shadow ease .3s, transform ease .3s, background-color ease .3s;
  z-index: 2000; }
  .theme_header .wf_container {
    display: flex;
    align-items: center; }
  @media screen and (min-width: 768px) {
    .theme_header {
      height: 96px; } }
  @media screen and (min-width: 1280px) {
    .theme_header {
      height: 96px; }
      .theme_header .wf_container {
        display: block; }
      .theme_header.__js_scroll_active {
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(64px);
        box-shadow: rgba(0, 0, 0, 0.2) 0 -2px 6px;
        transform: translateY(-96px); } }

.header_discription {
  display: none;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  padding: 10px 0; }
  @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: 48px; } }

.header_logo {
  display: block; }
  .header_logo img {
    height: 28px;
    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 .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"]::placeholder {
      color: #cdd8e0; }
  .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: #cdd8e0 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: 72px;
  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; }
.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; }
  .theme_nav .nav_item {
    flex-basis: calc(50% / 4);
    max-width: calc(50% / 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-link {
    color: #141414;
    font-size: 1.6rem;
    justify-content: flex-start;
    height: 80px;
    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; }
  .theme_nav .icon_arrow {
    display: none; }
  .theme_nav #theme_nav-fav, .theme_nav #theme_nav-history {
    flex-basis: 15%;
    max-width: 15%; }
    .theme_nav #theme_nav-fav .nav_item-icon, .theme_nav #theme_nav-history .nav_item-icon {
      display: block;
      margin-right: 6px;
      margin-left: 0; }
  .theme_nav #theme_nav-req {
    display: flex;
    align-items: center;
    flex-basis: 20%;
    max-width: 20%;
    padding-left: 16px; }
    .theme_nav #theme_nav-req ._btn_color-primary {
      background-color: #FF7A00;
      background-image: linear-gradient(315deg, #FF9200 0%, #FF7A00 100%);
      background-size: cover;
      box-shadow: #ff7a00 0px 4px 8px -4px;
      border-radius: 4px;
      justify-content: center;
      color: #FFF;
      height: 64px; }
      .theme_nav #theme_nav-req ._btn_color-primary::before {
        display: none; }
      .theme_nav #theme_nav-req ._btn_color-primary:hover {
        background-image: linear-gradient(315deg, #FF7A00 0%, red 100%); }
  .theme_nav .header_sub_menu {
    display: 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; }
  @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: 50vw;
  display: flex;
  align-items: center; }
  #home_billboard > .wf_container {
    height: inherit; }
  #home_billboard figure {
    height: inherit;
    width: 100%; }
    #home_billboard figure img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
  @media screen and (min-width: 1024px) {
    #home_billboard {
      height: 440px; }
      #home_billboard > .wf_container {
        display: flex;
        justify-content: flex-end; }
      #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 {
    display: flex;
    list-style: none; }
  .breadcrumb-list li {
    padding-right: 2.4em; }
    .breadcrumb-list li::before {
      content: "";
      border-top: #141414 solid 2px;
      border-left: #141414 solid 2px;
      height: .6em;
      width: .6em;
      margin: auto;
      position: absolute;
      top: 0;
      right: 1em;
      bottom: 0;
      transform: rotate(135deg); }
    .breadcrumb-list li: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 {
      padding-left: 0; }
      .breadcrumb-list li: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 {
  backface-visibility: hidden;
  display: block;
  border-radius: 6px;
  overflow: hidden; }
  .bnr_hover:hover,
  .bnr_no_link:hover {
    animation-name: anime_hover;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-fill-mode: both; }

.bnr_no_link:hover {
  pointer-events: none; }

@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; } }

/* 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: 48px;
      padding-bottom: 48px; } }

._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: .75em;
      width: .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: .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: .5em;
    text-align: center;
    /*text-transform: uppercase;*/
    margin: .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: .75em;
  padding: .25em 0 .25em .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;
  margin-top: 48px;
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .search_result_ttl {
      font-size: 2.4rem;
      margin-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: .5em 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 {
    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: .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: .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: #E6EBEF solid 1px;
  border-bottom: #E6EBEF 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: #E6EBEF;
    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: #E6EBEF 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: #E6EBEF 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: .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: #E6EBEF 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: .5em; }
.feature_item-wrap p {
  font-weight: 600;
  line-height: 1.6; }
.feature_item-wrap .icon_arrow {
  color: #cdd8e0;
  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: 16px; }
    .kodawari_tag ._tag_ttl .icon_box {
      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特集キャンペーン
================================================================ */
/* ================================================================
   #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; }
  .information_box .information_box-ttl {
    border-bottom: #F2F5F7 solid 3px;
    color: #FF7A00;
    padding: 0 24px 12px;
    margin: 0 -24px 16px; }

.visitor_item-wrap {
  list-style: none; }
  .visitor_item-wrap li + li {
    border-top: #E6EBEF 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: .5em; }
  .visitor_item-wrap p {
    line-height: 1.6; }

.news_item {
  padding-top: 16px;
  padding-bottom: 16px; }
  .news_item + .news_item {
    border-top: #E6EBEF solid 1px; }
  .news_item time {
    display: inline-block;
    color: #FF7A00;
    float: left;
    padding-right: 1em; }
  .news_item span {
    display: block;
    overflow: hidden; }

/* Scss Document */
.slider {
  display: flex;
  opacity: 0;
  transition: opacity ease .5s; }
  .slider.slick-initialized {
    display: block;
    opacity: 1; }

.grid_line::after {
  content: '';
  box-shadow: inset 0 0 0 1px rgba(207, 217, 224, 0.33);
  border-radius: inherit;
  display: block;
  height: inherit;
  width: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2; }

/* ================================================================
   #スマホ固定バー
================================================================ */
.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 .6s, opacity ease .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: #E6EBEF solid 1px;
    border-radius: 8px;
    padding: 24px 16px; }

/* ================================================================
   #ページャー
================================================================ */
.secListPager {
  margin: 16px auto 0;
  padding-bottom: 48px; }
  .secListPager .wf_list {
    justify-content: center; }
    .secListPager .wf_list li {
      padding: 2px; }
    .secListPager .wf_list a, .secListPager .wf_list span {
      background-color: #E6EBEF;
      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 {
      background-color: #FF7A00;
      color: #FFF; }
    .secListPager .wf_list .pager_prev_btn, .secListPager .wf_list .pager_next_btn {
      width: 80px; }
    .secListPager .wf_list .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: #cdd8e0 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: #E6EBEF !important;
      border-color: #E6EBEF !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: #cdd8e0 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: #cdd8e0;
    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: #E6EBEF;
  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: #cdd8e0 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: #cdd8e0 solid 1px;
      border-left: #cdd8e0 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: #E6EBEF 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 .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: #E6EBEF 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;
  backface-visibility: hidden; }
  .property_item::after {
    border-radius: 12px; }
  .property_item + .property_item {
    margin-top: 64px; }
  .property_item .property_item-header {
    border-radius: 12px 12px 0 0;
    border-bottom: #cdd8e0 solid 3px;
    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: 40px 24px 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; } }

._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 2px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.2rem;
    height: 36px;
    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.6rem;
      padding: 0 .25em; }
  @media screen and (min-width: 768px) {
    ._item-info .property_item-cnt span {
      font-size: 1.8rem; } }

.primary_item {
  border-bottom: #E6EBEF solid 2px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 10px; }
  @media screen and (min-width: 768px) {
    .primary_item {
      align-items: center;
      padding: 16px 24px; } }

.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; } }

.primary_item-thumb {
  flex-basis: calc(17.5% + 48px);
  max-width: calc(17.5% + 48px); }

.parent-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex-basis: calc(82.5% - 48px);
  max-width: calc(82.5% - 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-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; }
      .parent-detail dt {
        flex-basis: 6em;
        max-width: 6em; }
      .parent-detail dd {
        flex-basis: calc(100% - 6em);
        max-width: calc(100% - 6em);
        padding-left: 1em; } }

.primary_item-thumb figure {
  background-color: #E6EBEF;
  width: 100%;
  padding-top: 100%; }
  .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 {
    object-fit: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

/* ================================================================
   #物件一覧：部屋
================================================================ */
.secondary_item-list {
  list-style: none; }

.secondary_item {
  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: #E6EBEF solid 1px; }
  .secondary_item:nth-of-type(odd) {
    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; } }

.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: #E6EBEF 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 .to_check_tip {
    background-color: #68D6CB;
    border-radius: 100px;
    display: block;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    width: 200%;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translate(-25%, calc(25% - 8px));
    z-index: 10; }
    ._room-check .to_check_tip::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 6px 0 6px;
      border-color: #68D6CB transparent transparent transparent;
      margin: auto;
      position: absolute;
      right: 0;
      bottom: -4px;
      left: 0;
      z-index: 2; }
  ._room-check:hover {
    background-color: #D9F5F2; }
  @media screen and (min-width: 768px) {
    ._room-check {
      width: 56px; }
      ._room-check:hover .to_check_tip {
        opacity: 1;
        transform: translate(-25%, calc(-25% - 8px));
        transition: opacity ease .2s, transform ease .3s; } }

.content_list ._room-check .to_check_tip {
  width: 125%; }
@media screen and (min-width: 768px) {
  .content_list ._room-check:hover .to_check_tip {
    transform: translate(-25%, calc(-50% - 8px)); } }

.secondary_item-thumb {
  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;
    width: 100%;
    padding-top: 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 {
      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 {
        height: 80px;
        width: 80px;
        padding-top: 0; } }

.content_list .secondary_item-thumb {
  border-right: #E6EBEF solid 1px;
  justify-content: flex-start;
  padding: 12px 8px; }
.content_list .secondary_item-content {
  padding: 12px 8px; }
.content_list ._detail-floor {
  padding: 4px 0; }
@media screen and (min-width: 768px) {
  .content_list .secondary_item-thumb {
    justify-content: center;
    padding: 12px; }
  .content_list .secondary_item-content {
    padding: 12px 24px 12px 12px; }
  .content_list ._detail-floor {
    padding: 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); } }

.secondary_item-content {
  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; } }

.secondary_item-content .room-plice {
  display: flex;
  align-items: baseline;
  list-style: none;
  margin-bottom: 8px; }
  .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: .5em; }
  .secondary_item-content .room-plice .font_eng {
    color: #FF7A00;
    font-size: 1.8rem;
    padding-right: .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; } }

.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 .5em; }
    .secondary_item-info li > span {
      display: block;
      padding: 8px 0 4px;
      overflow: hidden; }
      .secondary_item-info li > span + span {
        border-top: #E6EBEF 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: #E6EBEF 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; }
      .secondary_item-info li ._narrow_txt {
        display: block;
        width: inherit;
        transform: none; } }

.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: #E6EBEF 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: #E6EBEF 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: #E6EBEF 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; } }

.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;
      margin: 8px 0 0 auto; } }

.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 {
      font-size: 1rem; }
      .panorama_icon img {
        max-width: 56px; } }

.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; } }

.item_btn_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding: 10px 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; } }

/* ================================================================
   #物件詳細ページ：物件写真
================================================================ */
.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: grab; }
    .js_photo_slider ._photo_slider-item ._item-img {
      background-color: #E6EBEF;
      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: #E6EBEF 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: calc(100% / 6);
  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 {
    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: calc(100% / 8);
    padding: 4px; } }
@media screen and (min-width: 1024px) {
  .js_photo_slider-thumb .slick-dots li {
    width: calc(100% / 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: calc(100% / 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: calc(100% / 4); } }
@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: calc(100% / 6); } }

/* ================================================================
   #物件詳細ページ
================================================================ */
._content-top {
  border-bottom: #E6EBEF 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: #E6EBEF 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: #E6EBEF 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: #E6EBEF 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: #E6EBEF 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: .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: 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: #cdd8e0;
  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: #E6EBEF 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: .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%; } }

/* ================================================================
   #サイドバー：選択中の条件
================================================================ */
.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: sticky;
    bottom: 0;
    left: 0;
    z-index: 100; }
    .sticky_btn-wrap::before {
      content: "";
      background-image: linear-gradient(0deg, white 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 + .wf_btn-wrap {
  background-color: #F4F7F9;
  padding: 16px; }
  .search_type-box + .wf_btn-wrap .checkClear {
    background-color: #FFF;
    border: #cdd8e0 solid 2px;
    border-radius: 100px;
    color: #cdd8e0;
    font-size: 1.4rem;
    max-width: 80%;
    margin: 12px auto auto;
    padding: 8px; }
    .search_type-box + .wf_btn-wrap .checkClear:hover {
      background-color: #cdd8e0;
      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 {
      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: 2.4rem;
    top: -2px;
    padding-right: .25em; }

._card-detail-address {
  border-top: #E6EBEF 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: .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_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: #E6EBEF;
    border-radius: 2px;
    display: block;
    text-align: center;
    padding: 4px; }
  .shop_access_info + .shop_access_info {
    border-top: #E6EBEF 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; }

/* ================================================================
   #アイコン
================================================================ */
.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_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: #E6EBEF;
  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: #E6EBEF 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: #cdd8e0 !important;
    background-image: linear-gradient(315deg, #cdd8e0 0%, #cdd8e0 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 .3s; }

._hover_shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px -2px; }

/* ================================================================
   #フォーム
================================================================ */
.layout_wrapper {
  padding: 32px 0; }
  @media screen and (min-width: 768px) {
    .layout_wrapper {
      padding: 64px 0; } }

#secContact01 {
  background-color: #F2F5F7;
  border: #cdd8e0 solid 2px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
  z-index: 1000; }
  #secContact01 .js_acc_switch {
    background-color: #F2F5F7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    height: 64px; }
    #secContact01 .js_acc_switch i {
      background-color: #FFF;
      border: #E6EBEF solid 1px;
      border-radius: 100px;
      height: 32px;
      width: 32px;
      margin-left: 12px; }
      #secContact01 .js_acc_switch i::before, #secContact01 .js_acc_switch i::after {
        content: "";
        border-top: #141414 solid 2px;
        height: 0;
        width: 14px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
      #secContact01 .js_acc_switch i::after {
        transform: rotate(90deg); }
    #secContact01 .js_acc_switch.__js_is_open i::after {
      display: none; }
    #secContact01 .js_acc_switch:hover {
      color: #FF7A00; }
  #secContact01 .js_acc_content {
    display: none;
    padding: 12px 8px; }
    #secContact01 .js_acc_content.__js_is_open {
      display: block; }
  #secContact01 .js_acc_close {
    background-color: #FFF;
    border: #E6EBEF solid 1px;
    border-radius: 100px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    font-weight: 600;
    height: 32px;
    width: 120px;
    margin: 12px auto; }
    #secContact01 .js_acc_close.__js_is_open {
      display: flex; }
    @media screen and (min-width: 1024px) {
      #secContact01 .js_acc_close {
        display: none !important; } }
  @media screen and (min-width: 1024px) {
    #secContact01 {
      border-radius: 8px;
      padding: 0; } }

.secContact_list {
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .secContact_list dl {
    background-color: #FFF;
    display: flex;
    font-size: 1.2rem;
    width: 100%; }
    .secContact_list dl dt, .secContact_list dl dd {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px; }
    .secContact_list dl dt {
      background-color: #FEBC41;
      color: #FFF;
      font-weight: 600;
      width: 30%; }
    .secContact_list dl dd {
      justify-content: flex-start;
      margin: auto;
      width: 70%; }
    .secContact_list dl + dl {
      border-top: #E6EBEF solid 1px; }
    .secContact_list dl.number {
      background-color: transparent;
      height: 32px; }
      .secContact_list dl.number dt, .secContact_list dl.number dd {
        background-color: transparent;
        justify-content: flex-start;
        font-size: 1.4rem;
        font-weight: 600;
        width: auto;
        padding: 0;
        margin: 0; }
      .secContact_list dl.number dt {
        color: #141414; }
      .secContact_list dl.number dd {
        padding-left: 1em; }
    .secContact_list dl.photo {
      border-radius: 4px 0 0 0;
      overflow: hidden; }
      .secContact_list dl.photo img {
        height: auto;
        width: 100%;
        max-width: 72px; }
    .secContact_list dl.reikin {
      border-radius: 0 4px 0 0;
      overflow: hidden; }
    .secContact_list dl.photo, .secContact_list dl.price, .secContact_list dl.shikikin, .secContact_list dl.reikin {
      flex-direction: column;
      width: 25%; }
      .secContact_list dl.photo dt, .secContact_list dl.photo dd, .secContact_list dl.price dt, .secContact_list dl.price dd, .secContact_list dl.shikikin dt, .secContact_list dl.shikikin dd, .secContact_list dl.reikin dt, .secContact_list dl.reikin dd {
        justify-content: center;
        width: 100%; }
    .secContact_list dl.price, .secContact_list dl.shikikin, .secContact_list dl.reikin {
      border-left: #E6EBEF solid 1px; }
    .secContact_list dl.arrange {
      border-top: #E6EBEF solid 3px; }
    .secContact_list dl.shop dd {
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: flex-start; }
      .secContact_list dl.shop dd span {
        display: block; }
  .secContact_list + .secContact_list {
    margin-top: 24px; }
  @media screen and (min-width: 1024px) {
    .secContact_list {
      justify-content: space-between; }
      .secContact_list dl {
        flex-direction: column;
        width: auto; }
        .secContact_list dl dt {
          font-size: 1.4rem;
          width: auto;
          padding: 12px 0 8px; }
        .secContact_list dl dd {
          width: auto;
          padding: 12px 0; }
        .secContact_list dl + dl {
          border-top: none;
          border-left: #E6EBEF solid 1px; }
        .secContact_list dl.number {
          background-color: #FFF;
          height: auto;
          width: 8%; }
          .secContact_list dl.number dt, .secContact_list dl.number dd {
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 400; }
          .secContact_list dl.number dt {
            background-color: #FEBC41;
            padding: 12px 0 8px;
            color: #FFF;
            font-weight: 600; }
          .secContact_list dl.number dd {
            font-size: 1.2rem;
            padding-left: 0;
            margin: auto; }
        .secContact_list dl.photo {
          border-radius: 0;
          width: 10%; }
        .secContact_list dl.price {
          font-size: 1.4rem;
          font-weight: 600; }
        .secContact_list dl.reikin {
          border-radius: 0; }
        .secContact_list dl.price, .secContact_list dl.shikikin, .secContact_list dl.reikin {
          border-left: #E6EBEF solid 1px; }
        .secContact_list dl.price, .secContact_list dl.shikikin, .secContact_list dl.reikin, .secContact_list dl.year {
          width: 8%; }
        .secContact_list dl.arrange {
          border-top: none;
          width: 10%; }
        .secContact_list dl.address {
          width: 25%; }
        .secContact_list dl.shop {
          width: 15%; }
      .secContact_list + .secContact_list {
        border-top: #E6EBEF solid 1px;
        margin-top: 0; }
        .secContact_list + .secContact_list dt {
          display: none !important; }
      .secContact_list:nth-child(even) dl {
        background-color: #F2F5F7; } }

/* ================================================================
   #フォーム
================================================================ */
label {
  display: flex;
  align-items: center; }

.wf_form input[type='checkbox'], .wf_form input[type='radio'] {
  padding: 0; }

.form_error {
  display: flex;
  align-items: center;
  color: #DD0033;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 8px; }
  .form_error::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #DD0033 transparent;
    margin-right: .25em; }
  @media screen and (min-width: 768px) {
    .form_error {
      font-size: 1.4rem; } }

.form_note {
  margin-top: 8px; }
  .form_note > span {
    display: block;
    color: #cdd8e0;
    font-size: 1.2rem;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em; }
    .form_note > span + span {
      margin-top: .5em; }
  @media screen and (min-width: 768px) {
    .form_note > span {
      font-size: 1.4rem; } }

.mt_20 {
  margin-top: 20px; }

.mb_20 {
  margin-bottom: 20px; }

/* ================================================================
   #フォーム：テキスト
================================================================ */
.wf_form input, .wf_form textarea {
  background-color: #FFF;
  border: #cdd8e0 solid 2px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  height: 40px;
  width: 100%;
  max-width: 480px;
  padding: 0 1em; }
  .wf_form input:placeholder, .wf_form textarea:placeholder {
    color: #E6EBEF; }
  .wf_form input.__half_size, .wf_form textarea.__half_size {
    max-width: 12em; }
  .wf_form input.__min_size, .wf_form textarea.__min_size {
    max-width: 4em; }
  .wf_form input.__security_code, .wf_form textarea.__security_code {
    max-width: 6em; }
.wf_form input:focus, .wf_form input:hover {
  border-color: #FF7A00; }
.wf_form textarea {
  height: auto;
  padding: 1em; }

/* ================================================================
   #フォーム：チェックボックス
================================================================ */
.wf_form ._form_checkbox, .wf_form ._form_radio {
  list-style: none;
  margin: 0 -6px; }
  .wf_form ._form_checkbox label, .wf_form ._form_radio label {
    display: flex;
    align-items: center;
    min-height: 24px;
    padding: 6px 6px 6px calc(24px + 12px);
    word-break: break-all; }
    .wf_form ._form_checkbox label:hover, .wf_form ._form_radio label:hover {
      color: #FF7A00; }
      .wf_form ._form_checkbox label:hover input[type='checkbox'], .wf_form ._form_checkbox label:hover input[type='radio'], .wf_form ._form_radio label:hover input[type='checkbox'], .wf_form ._form_radio label:hover input[type='radio'] {
        border: #FF7A00 solid 2px; }
  .wf_form ._form_checkbox input[type='checkbox'], .wf_form ._form_checkbox input[type='radio'], .wf_form ._form_radio input[type='checkbox'], .wf_form ._form_radio input[type='radio'] {
    background-image: url("../images/common/img_form_check.svg");
    background-size: 24px auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    border: #cdd8e0 solid 2px;
    border-radius: 2px;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto; }
    .wf_form ._form_checkbox input[type='checkbox']:checked, .wf_form ._form_checkbox input[type='radio']:checked, .wf_form ._form_radio input[type='checkbox']:checked, .wf_form ._form_radio input[type='radio']:checked {
      background-color: #FF7A00;
      border-color: #FF7A00; }
  .wf_form ._form_checkbox input[type='radio'], .wf_form ._form_radio input[type='radio'] {
    background-image: none;
    border-radius: 100%; }
    .wf_form ._form_checkbox input[type='radio']:checked, .wf_form ._form_radio input[type='radio']:checked {
      background-color: #FF7A00;
      box-shadow: inset 0px 0px 0px 4px #FFF; }
  .wf_form ._form_checkbox.__inline_checkbox, .wf_form ._form_checkbox.__inline_radio, .wf_form ._form_radio.__inline_checkbox, .wf_form ._form_radio.__inline_radio {
    display: flex;
    flex-wrap: wrap; }
    .wf_form ._form_checkbox.__inline_checkbox label, .wf_form ._form_checkbox.__inline_radio label, .wf_form ._form_radio.__inline_checkbox label, .wf_form ._form_radio.__inline_radio label {
      display: inline-flex; }

/* ================================================================
   #フォーム：セレクト
================================================================ */
.wf_form ._form_select {
  border: #cdd8e0 solid 2px;
  border-radius: 4px;
  display: inline-flex; }
  .wf_form ._form_select::after {
    content: "";
    background-color: #cdd8e0;
    background-image: url("../images/common/img_form_select.svg");
    background-size: 24px auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    width: 32px;
    position: absolute;
    top: -2px;
    bottom: -2px;
    right: -2px; }
  .wf_form ._form_select select {
    height: 38px;
    width: 100%;
    padding: 0.5em calc(32px + 1em) 0.5em 1em;
    z-index: 2; }
  .wf_form ._form_select:hover {
    border-color: #FF7A00; }
    .wf_form ._form_select:hover::after {
      background-color: #FF7A00; }
@media screen and (min-width: 768px) {
  .wf_form ._form_select::after {
    width: auto;
    aspect-ratio: 1 /1; }
  .wf_form ._form_select select {
    height: 38px;
    padding: 0.5em calc(40px + 1em) 0.5em 1em; } }

/* ================================================================
   #会員登録
================================================================ */
.form_section {
  background-color: #FFF;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 32px; }

.form_item {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem; }
  .form_item dt, .form_item dd {
    padding: 12px 16px; }
  .form_item dt {
    display: flex;
    align-items: baseline;
    font-size: 1.4rem;
    font-weight: 700;
    width: 100%;
    padding: 16px 16px 0; }
  .form_item dd {
    width: 100%;
    padding: 12px 16px 16px; }
  .form_item .required {
    background-color: #FC4D50;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
    min-height: 24px;
    margin-left: 16px;
    padding: 0 .75em; }
  .form_item + .form_item {
    border-top: #E6EBEF solid 1px; }
  .form_item .name_box, .form_item .tel_box {
    display: flex;
    align-items: center;
    max-width: 480px; }
    .form_item .name_box input, .form_item .tel_box input {
      width: calc(50% - 2em); }
      .form_item .name_box input + span, .form_item .tel_box input + span {
        padding-left: 1em; }
    .form_item .name_box span, .form_item .tel_box span {
      display: inline-block;
      padding-right: .5em; }
  .form_item .tel_box input {
    width: calc(33.3337% - 1em); }
    .form_item .tel_box input + span {
      text-align: center;
      width: 2em;
      padding-left: .5em; }
  .form_item .postal_box {
    display: flex;
    align-items: center; }
    .form_item .postal_box input {
      width: calc(12em - 1.5em); }
    .form_item .postal_box span {
      display: inline-block;
      padding-right: .5em; }
  .form_item .birthday_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .form_item .birthday_box span {
      display: inline-block;
      padding-left: .5em; }
      .form_item .birthday_box span:last-of-type {
        padding-right: 0 !important; }
    .form_item .birthday_box ._form_select + span {
      padding-right: 1em; }
  .form_item + .border_ttl {
    margin-top: 48px; }
  @media screen and (min-width: 1024px) {
    .form_item {
      font-size: 1.6rem; }
      .form_item dt, .form_item dd {
        padding: 24px; }
      .form_item dt {
        background-color: #F2F5F7;
        justify-content: flex-end;
        font-size: 1.4rem;
        text-align: right;
        max-width: 320px;
        padding-right: 32px; }
      .form_item dd {
        margin-top: auto;
        width: calc(100% - 320px); } }

.confirmatio_mess {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .confirmatio_mess {
      font-size: 1.6rem; } }

.confirmation_box {
  background-color: #FAFAFA;
  padding: 24px 48px;
  margin: 0 -10px; }
  @media screen and (min-width: 768px) {
    .confirmation_box {
      margin: 0; } }

#secConsent {
  padding: 24px 16px; }
  @media screen and (min-width: 768px) {
    #secConsent {
      padding: 32px; } }

.privacy_textarea {
  background-color: #FFF;
  height: 200px;
  overflow-y: scroll;
  border: #E6EBEF 1px solid;
  text-align: left;
  padding: 24px 16px;
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .privacy_textarea {
      padding: 32px 48px; } }

#secConsent .wf_form {
  display: flex;
  justify-content: center; }

.submit_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .submit_box .wf_btn {
    min-height: 72px;
    max-width: 400px; }
  .submit_box ._btn_modify {
    background-color: #FEBC41;
    min-height: 48px;
    max-width: 240px;
    margin-top: 12px; }

#secPrivacy {
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 16px;
  margin-top: 64px; }
  #secPrivacy .title {
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin-bottom: 16px; }
  #secPrivacy #inner01, #secPrivacy #inner02 {
    background-color: #F2F5F7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px; }
    #secPrivacy #inner01 .mark, #secPrivacy #inner02 .mark {
      width: 20%; }
    #secPrivacy #inner01 .text, #secPrivacy #inner02 .text {
      font-size: 1.2rem;
      line-height: 1.6;
      width: 80%;
      padding-left: 16px; }
  #secPrivacy #inner02 {
    margin-top: 4px; }
  @media screen and (min-width: 768px) {
    #secPrivacy {
      padding: 32px; }
      #secPrivacy #inner01, #secPrivacy #inner02 {
        width: calc(50% - 8px); }
        #secPrivacy #inner01 .text, #secPrivacy #inner02 .text {
          font-size: 1.4rem; }
      #secPrivacy #inner02 {
        margin-top: 0; } }

.message_box {
  background-color: #FFF;
  border-radius: 8px;
  padding: 24px 16px;
  margin-bottom: 48px; }
  .message_box p {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 2; }
  @media screen and (min-width: 768px) {
    .message_box {
      padding: 48px 32px; }
      .message_box p {
        font-size: 1.8rem; } }

.intoro_text {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px; }
  @media screen and (min-width: 768px) {
    .intoro_text {
      font-size: 1.6rem; } }

.text-error {
  background-color: snow;
  border: pink solid 4px;
  padding: 16px 12px; }
  .text-error::after {
    display: none; }
  .text-error p {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #FC4D50;
    line-height: 1.6rem; }
    .text-error p::before {
      content: "";
      border-top: #FC4D50 solid 2px;
      height: 0;
      width: 12px;
      margin-right: 8px; }
    .text-error p + p {
      margin-top: .5em; }
  @media screen and (min-width: 768px) {
    .text-error {
      padding: 16px 24px; }
      .text-error p {
        font-size: 1.4rem; } }

.p-title {
  font-weight: bold;
  margin-bottom: 5px; }

.privacy_textarea ul {
  list-style-type: none; }

.privacy_textarea ul li {
  margin: 6px 0; }

/* ================================================================
   #フォーム：ここまで
================================================================ */
/* 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: .2em;
    text-align: center;
    margin-bottom: 32px;
    padding-left: .2em; }
  @media screen and (min-width: 768px) {
    #footer_contact h3 {
      font-size: 2.4rem; } }

/* ================================================================
   #フッター
================================================================ */
.theme_footer {
  padding: 32px 0 32px; }

.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 ._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 .3s, bottom ease .9s;
  transition-delay: .3s;
  z-index: 100; }
  #return_top::after {
    content: "";
    border-top: #FFF solid 2px;
    border-left: #FFF solid 2px;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    top: 2px; }
  #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; } }
