@charset "UTF-8";
/*
Theme Name: 岡谷中部建設
Theme URI: https://www.okaya-tyuubu.co.jp
Author: Industry Network
Author URI: http://www.industry.co.jp/
Template: devdmbootstrap4
Description: A no frills theme for Developers using Twitter Bootstrap 4.
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Text Domain: devdmbootstrap4
GitHub Theme URI: https://github.com/dannymachal/devdmbootstrap4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

The default Bootstrap 4 CSS and JS files are enqueued inside the functions.php file with the handles devdmbootstrap4-css and devdmbootstrap4-js
*/

html {
  font-size: 62.5%;
}

body {
  font-family: arial, helvetica, 'heisei-kaku-gothic-std', 'HiraKakuProN-W3', 'Hiragino Kaku Gothic ProN',
    'ヒラギノ角ゴProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴPro W3', Meiryo, メイリオ, sans-serif;
  font-size: 1.4rem;
  color: #333333;
}
@media (max-width: 767px) {
  .form-control {
    font-size: 16px !important;
  }
}
img {
  /* width: auto; */
  height: auto;
}

a[href='#'] {
  text-decoration: none;
  cursor: default;
}

.iframe-content {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dmbs-main ul {
  margin-bottom: 40px;
}
.dmbs-main ul li {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .dmbs-main ul {
    font-size: 1.6rem;
  }
  .dmbs-main ul li {
    margin-bottom: 15px;
  }
}
.dmbs-main p {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .dmbs-main p {
    font-size: 1.6rem;
  }
}

.dmbs-main h2:not([class*='title']) {
}

.dmbs-main h2:not([class*='title']) {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin: 40px 0;
  font-size: 2rem;
  border-bottom: none !important;
}
.dmbs-main h2:not([class*='title'])::before {
  content: '';
  display: block;
  border-bottom: solid 1px #000;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 30%;
}

@media (min-width: 768px) {
  .dmbs-main h2:not([class*='title']) {
    font-size: 3rem;
    margin: 80px 0;
  }
  .dmbs-main h2:not([class*='title'])::before {
    width: 20%;
    left: 40%;
  }
}

.dmbs-main h3:not([class*='title']) {
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 2rem;
}

@media (min-width: 992px) {
  .dmbs-main h3:not([class*='title']) {
    font-size: 2.5rem;
    margin: 50px 0 20px 0;
  }
}

.dmbs-main h4 {
  font-weight: bold;
  font-size: 2rem;
  margin: 2rem 0;
  padding-left: 10px;
  border-left: solid 5px #000;
}

.dmbs-post-featured-image {
  margin-bottom: 30px;
}
.dmbs-post-featured-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* * {
    outline: solid 1px #f00;
} */

.palt {
  font-feature-settings: 'palt';
}

.fz-20 {
  font-size: 2rem !important;
}
.fz-30 {
  font-size: 3rem !important;
}
.fz-40 {
  font-size: 4rem !important;
}
.fz-50 {
  font-size: 5rem !important;
}
.fz-100 {
  font-size: 10rem !important;
}
.fz-150 {
  font-size: 15rem !important;
}
@media (min-width: 768px) {
  .fz-md-20 {
    font-size: 2rem !important;
  }
  .fz-md-30 {
    font-size: 3rem !important;
  }
  .fz-md-40 {
    font-size: 4rem !important;
  }
  .fz-md-50 {
    font-size: 5rem !important;
  }
  .fz-md-100 {
    font-size: 10rem !important;
  }
  .fz-md-150 {
    font-size: 15rem !important;
  }
}

.mb-6 {
  margin-bottom: 4rem;
}

.dmbs-main .tel {
  display: flex;
  font-size: 4rem;
  margin-bottom: 30px;
  line-height: 1;
  justify-content: center;
  align-items: center;
  /* font-style: italic; */
}
.dmbs-main .tel i {
  font-size: 3rem;
  margin-right: 5px;
}
@media (768px) {
  .dmbs-main .tel {
    font-size: 5rem;
  }
  .dmbs-main .tel i {
    font-size: 3.5rem;
  }
}

.favorite {
  font-size: 1rem;
  padding-top: 2px;
  margin-right: 5px;
  text-align: center;
}
.favorite:hover {
  text-decoration: none;
}
.favorite i {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .favorite {
    margin-right: 15px;
  }
}

.js-addFavorite {
  color: #ccc;
}
.js-removeFavorite,
.js-deleteFavorite {
  color: #f772ba;
}
.js-countFavorite {
  position: relative;
  display: block;
}
.js-countFavorite i {
  /*     position: absolute;
    left: 50%;
    top: 0; */
  color: #f772ba;
  font-size: 2.4rem;
}
.js-countFavorite .num {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .js-countFavorite .num {
    top: 2px;
  }
}
.dmbs-content-wrapper {
  margin-top: 0;
}

.letter-spacing-1rem {
  letter-spacing: 1rem;
}
.letter-spacing-2rem {
  letter-spacing: 2rem;
}
.slick-arrow {
  z-index: 1000;
  top: calc(50% - 23px);
}
.slick-arrow::before {
  color: #333;
}
.slick-prev {
  left: 10px;
}
.slick-next {
  right: 10px;
}
.slick-track {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-arrow::before {
    font-size: 30px;
  }
  .slick-prev {
    left: -15px;
  }
  .slick-next {
    right: -15px;
  }
}
@media (min-width: 992px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .slick-arrow::before {
    font-size: 40px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}

.listSlick .slick-dots {
  bottom: -20px;
  margin-bottom: 0;
}

.fa-facebook {
  color: #3479ea;
}
.fa-line {
  color: #53b535;
}
.fa-youtube {
  color: #eb3223;
}

.dmbs-footer-nav-container {
  margin-top: 0;
  background-color: #333333;
}

#footerLogo {
  padding: 40px 0 30px 0;
  position: relative;
}
#footerLogo .copy {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  font-feature-settings: 'palt';
}

#footerLogo .box {
  text-align: center;
}
#footerLogo .box .logo {
  width: 120px;
  margin-bottom: 20px;
}
#footerLogo .box .text {
  font-size: 2.6rem;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-feature-settings: 'palt';
}
#footerLogo .box .logo-image {
  max-width: 300px;
  margin-bottom: 20px;
  height: auto;
}

#footerLogo .box .address {
  font-size: 1.8rem;
  margin-bottom: 50px;
}
#footerLogo .box .text2 {
  font-size: 2rem;
  font-weight: bold;
}
#footerLogo .box .tel {
  font-size: 3.6rem;
}
#footerLogo .list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  font-size: 4rem;
}
#footerLogo .list li {
  padding: 0 15px;
}

#footerLogo .link {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 1;
  /* border: solid 1px #ffffff; */
  border-radius: 25px;
  position: fixed;
  right: 20px;
  bottom: 70px;
  font-size: 5rem;
  color: #333333;
  background-color: #ffffff;
  z-index: 110;
}
#footerLogo .link.fixed {
}

@media (min-width: 768px) {
  #footerLogo {
    padding: 60px 0 40px 0;
  }
  #footerLogo .box .logo {
    margin-bottom: 20px;
  }

  #footerLogo .list {
    font-size: 5rem;
  }
  #footerLogo .link {
    right: 50px;
    bottom: 50px;
  }
}
@media (min-width: 992px) {
  #footerLogo {
    padding: 80px 0 60px 0;
  }
  #footerLogo .copy {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  #footerLogo .box .logo {
    /* margin-right: 20px; */
  }
  #footerLogo .box .text {
    font-size: 3rem;
  }
  #footerLogo .list {
    margin-top: 40px;
    font-size: 6rem;
  }
}

#copyright {
  background-color: #333333;
  color: #ffffff;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

#mobileSearchBtn {
  padding: 5px 10px;
  position: fixed;
  z-index: 110;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #ddd;
}
#mobileSearchBtn button {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  #mobileSearchBtn {
    display: none;
  }
}

#searchBox .modal-dialog {
  margin: 0;
  height: 100%;
  width: 100%;
}
#searchBox .modal-content {
  margin: 0;
  height: 100%;
  width: 100%;
}
#searchBox .modal-body {
  overflow-y: scroll;
}
#searchBox .modal-footer {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
}
#searchBox .modal-footer button {
  flex-grow: 2;
  font-size: 1.6rem;
}

/* navbar
==================================================================================================== */

.navbar-a {
  /* flex-direction: column; */
  /* padding-right: 50px; */
}
.navbar-a a {
  color: inherit;
}
.navbar-a .navbar-nav {
  padding-top: 20px;
}
.navbar-a .navbar-toggler {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0.75rem;
  font-size: 2.5rem;
  border: solid 1px #ccc;
}

.navbar-a .navbar-brand {
  font-feature-settings: 'palt';
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.navbar-a .navbar-brand .icon {
  width: 30px;
  margin-right: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
}

.navbar-a .text1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 auto 10px auto;
  /* margin-left: auto; */
  font-size: 2.2rem;
  line-height: 1;
}

.navbar-a .text1 i {
  font-size: 2rem;
  /* margin-right: 5px; */
}
.navbar-a .text1 .bnr {
  padding-right: 10px;
}
.navbar-a .text1 .bnr img {
  width: 150px;
}
.navbar-a .text2 {
  display: none;
}
.navbar-a .navbar-brand .logo-image {
  width: 200px;
}

.navbar-a .navbar-brand small {
  display: block;
  text-align: center;
  font-size: 1rem;
}
.navbar-a .navbar-collapse {
  width: 100%;
}
.navbar-a .navbar-nav .nav-link {
  font-weight: bold;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-a .dropdown-menu {
  font-size: 1.4rem;
  top: 98%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .navbar-a {
    margin-bottom: 10px;
    flex-direction: row;
    align-items: flex-end;
  }
  .navbar-a .navbar-brand {
    margin: 0;
  }
  .navbar-a .text1 {
    margin-right: 40px;
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  .navbar-a .text1 .bnr {
  }
  .navbar-a .text1 .bnr img {
    width: 191px;
  }
}
@media (min-width: 992px) {
  .navbar-a {
    padding-right: 1rem;
  }
  .navbar-a .navbar-collapse {
    flex-wrap: wrap;
  }

  .navbar-a .text1 {
    display: none;
  }
  .navbar-a .text2 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0;
    text-align: right;
    font-size: 2.6rem;
  }
  .navbar-a .text2 .bnr {
    margin-right: 55px;
  }
  .navbar-a .text2 > i {
    font-size: 2rem;
    margin-right: 5px;
  }
  .navbar-a .navbar-brand {
    font-size: 3rem;
    /* padding-left: 50px; */
  }
  .navbar-a .navbar-brand .logo-image {
    width: 240px;
  }

  .navbar-a .navbar-brand .icon {
    width: 40px;
    margin-right: 1rem;
  }
  .navbar-a .navbar-brand small {
    font-size: 1.4rem;
  }
  .navbar-a .navbar-nav {
    padding-top: 0;
  }
  .navbar-a .navbar-nav .nav-item:not(:first-child) {
    margin-left: 20px;
  }
  .navbar-a .navbar-nav .nav-link {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-a .navbar-brand .logo-image {
    width: 320px;
  }
  .navbar-a .text2 {
    font-size: 3rem;
  }
  .navbar-a .text2 i {
    font-size: 2rem;
  }
  .navbar-a .text2 .bnr {
    margin-right: 70px;
  }
  .navbar-a .navbar-nav .nav-link {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
  .navbar-a .navbar-nav .nav-item:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .navbar-a .navbar-nav {
    padding-top: 0;
  }
  .navbar-a .dropdown-menu {
    display: block !important;
    border: none;
  }
  .navbar-a .nav-item {
  }
  .navbar-a .dropdown-toggle::after {
    display: none;
  }
  .navbar-a .navbar-nav .nav-link {
    font-weight: normal;
    border-top: solid 1px #efefef;
    padding: 0.7rem 1rem;
  }
  .navbar-a .nav-link[href='#'] {
    background-color: #efefef;
  }
  .navbar-a .dropdown-menu {
    padding: 0;
    margin-top: 0;
  }
  .navbar-a .dropdown-item {
    border-top: solid 1px #efefef;
    padding: 0.7rem 1rem;
  }
}

#menu-item-313 {
  padding-right: 24px;
}

.navbar-b {
  flex-flow: row nowrap;
  justify-content: flex-start;
  padding: 20px;
  font-size: 1.6rem;
}
.navbar-b .navbar-nav {
  width: 100%;
  flex-wrap: wrap;
}
.navbar-b .collapse:not(.show) {
  display: flex !important;
  /* justify-content: space-between; */
  /* flex-basis: auto; */
}
.navbar-b .menu-item {
  margin-bottom: 10px;
}
.navbar-b .sub-menu {
  margin-top: 10px;
  padding-left: 30px;
}
.navbar-b .sub-menu > li::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #fff;
}
#menu-item-157 .sub-menu > li::before,
#menu-item-61 .sub-menu > li::before {
  display: none;
}
#menu-item-157 .sub-menu,
#menu-item-61 .sub-menu {
  padding-left: 0;
}
#menu-item-61 .sub-menu,
#menu-item-61 .menu-item {
  padding-right: 0;
  padding-left: 0;
}
.navbar-b a {
  color: #fff;
}

@media (min-width: 768px) {
  .navbar-b {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-b .navbar-nav {
    justify-content: space-between;
  }
  .navbar-b .menu-item {
    /*         padding-right: 15px;
        padding-left: 7px; */
  }
  .navbar-b .menu-item:last-child {
    margin-right: auto;
  }
  .navbar-b .sub-menu {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-b .menu-item:last-child {
    margin-right: 0;
  }
}
/* 

.navbar-b .navbar-nav .dropdown-menu {
    display: block!important;
    position: static!important;
} */

.nav-pills-buy .nav-link {
  background-color: #e0e0e0;
}
.nav-pills-buy .nav-link.active {
  background-color: #ffa2a2;
}
.nav-pills-rent .nav-link {
  background-color: #e0e0e0;
}
.nav-pills-rent .nav-link.active {
  background-color: #a2cdff;
}
.nav-a .nav-item {
  margin-right: 8px;
  width: auto;
  font-size: 12px;
}
.nav-a .nav-item:last-child {
  margin-right: 0;
}
.nav-a .nav-link {
  color: inherit;
}
.nav-a .nav-link:hover:not(.active),
.nav-a .nav-link:focus:not(.active) {
  background-color: #efefef;
}
@media (min-width: 992px) {
  .nav-a .nav-item {
    /* margin-right: 10px; */
    font-size: inherit;
  }
}

/* font size
==================================================================================================== */

.fz-30 {
  font-size: 3rem;
}

/* btn
==================================================================================================== */

.btn-a {
  padding: 20px 10px;
  background-color: #fff;
  color: #666;
  border: none;
  /*     font-weight: bold;
    text-shadow: -1px -1px 0 rgba(0,0,0,.16); */
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  line-height: 1;
  border-radius: 1rem;
}
.btn-a::first-letter {
  /* font-size: 3rem; */
}

.btn-a .icon {
  /* mix-blend-mode: color-dodge; */
  display: block;
  margin: 0 auto 10px auto;
  height: 40px;
}
.btn-a .text1 {
  display: block;
  margin-bottom: 10px;
  font-size: 2rem;
}
.btn-a .text2 {
  display: block;
  font-feature-settings: 'palt';
}
@media (min-width: 768px) {
  .btn-a {
    min-width: 220px;
  }
  .btn-a::first-letter {
    /* font-size: 4rem; */
  }
  .btn-a .icon {
    height: 50px;
  }
  .btn-a .text1 {
    font-size: 2.5rem;
  }
  .btn-a .text2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .btn-a {
    font-size: 5rem;
  }
  .btn-a::first-letter {
    /* font-size: 7rem; */
  }
}

/* .btn-b {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 10px;
    border: none;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: -1px -1px 0 rgba(0,0,0,.16);
    box-shadow: 1px 1px 0 rgba(0,0,0,.3);
    border-radius: 1rem;
}

.btn-b .icon {
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
}
.btn-b .icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: color-dodge;
}
.btn-b .text {
    text-align: center;
    flex-grow: 2;
    line-height: 1.2;
}
@media(min-width: 768px) {
    .btn-b {
    }
    .btn-b .icon {
    }
    .btn-b .text {
    }
}
@media(min-width: 992px) {
    .btn-b {
        font-size: 3rem;
        padding: 20px 0 20px 20px;
    }
    .btn-b .icon {
        height: 82px;
        width: 82px;
    }
    .btn-b .text {
    }

} */

.btn-b {
  display: block;
  padding: 10px 0;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  font-feature-settings: 'palt';
}

.btn-b .icon {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto 10px auto;
  position: relative;
}
.btn-b .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: color-dodge;
}
.btn-b .text {
  text-align: center;
  flex-grow: 2;
  line-height: 1.2;
}
.btn-b .text2 {
  text-align: center;
  flex-grow: 2;
  line-height: 1.2;
  letter-spacing: 0;
  font-feature-settings: 'palt';
}
@media (min-width: 768px) {
  .btn-b {
  }
  .btn-b .icon {
  }
  .btn-b .text {
  }
}
@media (min-width: 992px) {
  .btn-b {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .btn-b .icon {
    height: 60px;
    width: 60px;
  }
  .btn-b .text {
  }
}

.btn-c {
  padding: 20px;
  display: block;
  color: #fff;
  border: none;
  /*     font-weight: bold;
    text-shadow: -1px -1px 0 rgba(0,0,0,.16); */
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 1rem;
}
.btn-c::first-letter {
  /* font-size: 3rem; */
}

@media (min-width: 768px) {
  .btn-c {
    font-size: 2rem;
  }
  .btn-c::first-letter {
    /* font-size: 4rem; */
  }
}
@media (min-width: 992px) {
  .btn-c {
    font-size: 3rem;
  }
  .btn-c::first-letter {
    /* font-size: 7rem; */
  }
}

.box-d {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .box-d {
    display: flex;
  }
  /*     .box-d {
        width: 24%;
    } */
}

.btn-buy {
  background-color: #ffa2a2;
  color: #fff;
}
.btn-buy:hover {
  color: #fff;
  background-color: #f57b7b;
}
.btn-rent {
  background-color: #a2cdff;
  color: #fff;
}
.btn-rent:hover {
  color: #fff;
  background-color: #6fb0fb;
}

/* list
==================================================================================================== */

.list-a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list-a li {
  margin-bottom: 10px;
  width: 32%;
}
@media (min-width: 768px) {
  .list-a {
  }
  .list-a li {
    width: 16.2%;
  }
}
@media (min-width: 768px) {
  .list-a li {
    width: 16%;
  }
}
.list-b {
  border-top: solid 1px #333333;
}
.list-b li {
  min-height: 70px;
  padding: 10px 0 0 70px;
  position: relative;
  border-bottom: solid 1px #333333;
}
.list-b li .time {
  display: block;
}
.list-b li .thumb {
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 3rem;
  background-color: #efefef;
}
.list-b li .thumb a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #ffffff;
}
.list-b li .thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.list-b li .title {
  display: block;
}
@media (min-width: 768px) {
  .list-b li .thumb {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
  .list-b {
  }
  .list-b li {
    min-height: 105px;
    padding: 20px 0 0 85px;
  }
  .list-b li .thumb {
    width: 65px;
    height: 65px;
    font-size: 4rem;
    line-height: 65px;
    top: 20px;
  }
}

.list-c {
  display: flex;
  justify-content: space-between;
}
.list-c li {
  width: 32%;
}

/* list-group
==================================================================================================== */

.list-group-a {
  font-size: 1.8rem;
}
.list-group-a .list-group-item {
}
.list-group-a .icon {
  width: 32px;
  margin-right: 20px;
  mix-blend-mode: color-dodge;
}

/* define
==================================================================================================== */

.define-a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 0;
}
.define-a dt,
.define-a dd {
  line-height: 1;
  /*     border-top: solid 1px #333333; */
  font-size: 1.6rem;
}
.define-a dt {
  width: 40%;
  padding: 20px 0 20px 20px;
}
.define-a dd {
  width: 60%;
  padding: 20px 0 20px 20px;
  margin: 0;
}

.define-a dt.line1:first-child,
.define-a dt.line1:first-child + dd.line1 {
  border-top: none;
}

.define-a dt.line2 {
  width: 30%;
  padding: 20px 0 20px 20px;
}
.define-a dd.line2 {
  width: 70%;
  padding: 20px 0 20px 20px;
  margin: 0;
}

.define-a .price {
  font-size: 3rem;
  color: #ff0000;
}

@media (min-width: 992px) {
  .define-a dt {
    width: 40%;
  }
  .define-a dd {
    width: 60%;
  }

  /*     .define-a dt.line1 {
        width: 15%;
        padding: 20px;
        border-top: none;
    }
    .define-a dd.line1 {
        width: 35%;
        padding: 20px;
        border-top: none;
    }
    .define-a dt.line2 {
        width: 10%;
        padding: 20px;

    }
    .define-a dd.line2 {
        width: 23.3%;
        padding: 20px;
    } */
}

.define-b {
}

/* text
==================================================================================================== */

.text-buy {
  color: #ffa2a2;
}
.text-rent {
  color: #a2cdff;
}

.text-a {
  color: #acde14;
}
.text-b {
  color: #63c389;
}

/* bg
==================================================================================================== */
.bg-a {
  background-color: #faffeb;
}
.bg-b {
  background-color: #ebfff3;
}
.bg-c {
  background-color: #acde14;
}

/* title
==================================================================================================== */

.title-a {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 15px 0;
  padding: 10px 20px;
  align-items: baseline;
  font-weight: bold;
  letter-spacing: 1px;
  border-left: 10px solid #ddd;
}
.title-a .text::first-letter {
  /* font-size: 3rem; */
}

.title-a .text {
  font-size: 1.8rem;
}
.title-a small {
  margin-left: auto;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .title-a {
    letter-spacing: 2px;
  }
  .title-a .text {
    font-size: 2rem;
  }
  .title-a .text::first-letter {
    /* font-size: 3.5rem; */
  }
  .title-a small {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .title-a {
    margin: 20px 0;
    letter-spacing: 3px;
  }
  .title-a .text {
    font-size: 3rem;
  }
  .title-a .text::first-letter {
    /* font-size: 5rem; */
  }
  .title-a small {
    font-size: 3rem;
  }
}

.title-b {
  /*     display: flex;
    justify-content: space-between; */
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 2px;

  font-weight: bold;
  font-size: 2rem;
}
.title-b .btn {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .title-b {
    font-size: 3rem;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.title-c {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin: 40px 0;
  font-size: 2rem;
}
.title-c::before {
  content: '';
  display: block;
  border-bottom: solid 1px #000;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 30%;
}

@media (min-width: 768px) {
  .title-c {
    font-size: 3rem;
  }
  .title-c::before {
    width: 20%;
    left: 40%;
  }
}

.title-d {
  position: relative;
  color: #51300c;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 25px;
}
.title-d .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .title-d {
    font-size: 3rem;
    margin-bottom: 50px;
    padding-top: 4px;
    padding-left: 50px;
  }
  .title-d .icon {
    width: 40px;
    height: 40px;
  }
}

.title-e {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin: 40px 0 80px 0;
  font-size: 2rem;
}
.title-e::before {
  content: '';
  display: block;
  border-bottom: solid 1px #000;
  width: 40%;
  position: absolute;
  bottom: 0;
  left: 30%;
}
.title-e small {
  width: 40%;
  position: absolute;
  bottom: -50px;
  left: 30%;
}

@media (min-width: 768px) {
  .title-e {
    font-size: 3rem;
  }
  .title-e::before {
    width: 20%;
    left: 40%;
  }
}

.title-f {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 15px 0;
  padding: 10px 15px;
  align-items: baseline;
  font-weight: bold;
  letter-spacing: 1px;
  border-left: 10px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #faffeb;
}
.title-f .text::first-letter {
  /* font-size: 3rem; */
}

.title-f .text {
  font-size: 1.8rem;
}
.title-f small {
  margin-left: 1rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .title-f {
    letter-spacing: 2px;
    padding: 20px 30px;
  }
  .title-f .text {
    font-size: 2rem;
  }
  .title-f .text::first-letter {
    /* font-size: 3.5rem; */
  }
  .title-f small {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .title-f {
    margin: 30px 0 40px 0;
    padding: 30px 40px;
    letter-spacing: 3px;
  }
  .title-f .text {
    font-size: 3rem;
  }
  .title-f .text::first-letter {
    /* font-size: 5rem; */
  }
  .title-f small {
    font-size: 3rem;
  }
}

.title-g {
}

/* box
==================================================================================================== */

.box-a {
}
.box-a .box {
  padding: 0 15px;
  align-self: stretch;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .box-a {
    display: flex;
    flex-wrap: wrap;
  }
  .box-a .box {
    width: 33.3%;
  }
}
.box-b {
}
.box-b .box {
  padding: 0 15px;
  height: auto;
}
.box-b .slick-dots {
  margin-bottom: 0;
  /* bottom: 50px; */
}
@media (min-width: 768px) {
  .box-b {
    /*         display: flex;
        justify-content: center;
        flex-wrap: wrap; */
  }
  .box-b .box {
    /* width: 20%; */
  }
  .box-b .slick-dots {
    /* bottom: 70px; */
  }
}
.box-c {
  position: relative;
}
.box-c img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #efefef;
}
.box-c::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.box-c .box {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 20px;
  z-index: 2;
}
.box-c figcaption {
  margin-top: 30px;
  text-align: center;
}

.box-d {
}
.box-d .box {
  padding: 0 15px;
  height: auto;
}
@media (min-width: 768px) {
  .box-d {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-d .box {
    width: 50%;
    margin-bottom: 30px;
  }
}

.box-e {
  -webkit-perspective: 1000;
}

.box-e.flip .front {
  z-index: 1;
  transform: rotateY(180deg);
}
.box-e.flip .back {
  z-index: 2;
  transform: rotateY(0);
}
.box-e .box {
  padding-bottom: 50px;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

.box-e .front {
  position: relative;
  z-index: 2;
  backface-visibility: hidden;
}
.box-e .back {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
  transform: rotateY(-180deg);
}
.box-e .front .list {
  display: flex;
  margin-left: 22px;
  color: #572e00;
}
.box-e .front .list li {
  padding: 4px 10px;
  margin-right: 10px;
  background-color: #ffbc77;
  border-radius: 0 0 3px 3px;
  font-weight: bold;
}
.box-e .front .title {
  color: #572e00;
  padding: 0 22px;
  font-weight: bold;
  line-height: 1.7;
}
.box-e .front .text {
  line-height: 2;
  color: #572e00;
}
.box-e .front .box1 img {
  display: block;

  margin: 0 auto;
  padding: 0 22px;
}
.box-e .front .box2 {
  padding: 0 22px;
}
.box-e .btn {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  display: block;
  color: #ffffff;
  background-color: #f18000;
  font-size: 1.6rem;
}

.box-e .back .title {
  color: #572e00;
  font-weight: bold;
  line-height: 1.7;
  padding: 20px 22px 0;
}

.box-e .back .list {
  padding: 0 22px;
}

.box-e .back .list img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.box-e .back .list .text1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 100%;
  font-weight: bold;
  color: #572e00;
  font-feature-settings: 'palt';
}
.box-e .back .list .text1 small {
  display: block;
  font-size: 100%;
  color: #f18000;
}
.box-e .back .list .text2 {
  font-size: 1.6rem;
  margin-bottom: 0;
  color: #572e00;
}
.box-e .back .slick-dots {
  left: 0;
}
.box-e .back .slick-prev {
  left: 25px;
}
.box-e .back .slick-next {
  right: 25px;
}
@media (min-width: 768px) {
  .box-e .box .box1 {
    padding-left: 22px;
  }
  .box-e .front .box1 img {
    width: 227px;
  }
  .box-e .front .list {
    font-size: 1.2rem;
  }
  .box-e .front .list li {
    padding: 5px 18px;
  }
  .box-e .front .title {
    margin: 15px 0;
    padding: 0 22px;
    font-size: 1.9rem;
  }
  .box-e .front .text {
    font-size: 1.6rem;
  }
  .box-e .back .list img {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .box-e .front .title {
    padding: 0;
    margin-left: 58px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 3rem;
  }
  .box-e .front .list {
    margin-left: 58px;
    font-size: 1.8rem;
  }

  .box-e .front .box1 {
    padding: 0;
    width: 50%;
    float: left;
  }
  .box-e .front .box1 img {
    width: 100%;
  }
  .box-e .front .box2 {
    padding: 0 50px 0 0;
    width: 50%;
    float: right;
  }
  .box-e .front .text {
    font-size: 1.8rem;
    margin-left: 20px;
  }
  .box-e .btn {
    width: 260px;
    height: auto;
    padding: 20px 40px;
    font-weight: 700;
    font-size: 2.4rem;
    border-radius: 40px 0 20px 0;
    right: 0;
  }

  .box-e .back {
    padding: 20px 58px 110px;
  }
  .box-e .back .title {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
  .box-e .back .list {
    display: flex;
    justify-content: space-between;
  }
  .box-e .back .list li {
    width: 27%;
    position: relative;
  }
  .box-e .back .list li:not(:first-child)::after {
    content: '';
    position: absolute;
    top: 160px;
    left: -48px;
    display: block;
    width: 0;
    height: 0;
    border-width: 14px 0 14px 14px;
    border-style: solid;
    border-color: transparent transparent transparent #ffbc77;
  }
  .box-e .back .list .text1 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 1.9rem;
  }
  .box-e .back .list .text1 small {
    font-size: 2rem;
  }
  .box-e .back .list .text2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .box-e {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.box-f {
}
.box-f .box {
  margin-bottom: 100px;
  position: relative;
}
.box-f .box:not(:last-child)::after {
  content: '\f04b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #acde14;
  position: absolute;
  top: calc(100% + 30px);
  left: calc(50% - 15px);
  font-size: 40px;
  transform: rotate(90deg);
}
.box-f figure {
  display: block;
  position: relative;
  background-color: #efefef;
}
.box-f figure::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.box-f figure img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.box-f figure figcaption {
  display: block;
  width: 100%;
  position: absolute;
  top: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .box-f {
    display: flex;
    justify-content: space-between;
  }
  .box-f .box {
    width: 25%;
    margin-bottom: 50px;
  }
  .box-f .box:not(:last-child)::after {
    font-size: 40px;
    right: -60px;
    top: calc(50% - 40px);
    left: auto;
    transform: rotate(0);
  }
}

@media (min-width: 992px) {
  .box-f .box:not(:last-child)::after {
    font-size: 50px;
    right: -90px;
  }
}

.box-g {
  border: solid 1px #c00;
}
.box-g a {
  color: inherit;
}
.box-g .title {
  padding: 10px;
  margin: 0;
  line-height: 1.8;
  background-color: #c00;
  color: #fff;
  position: relative;
  text-align: center;
}
.box-g .title::before {
  content: '';
  display: block;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
}
.box-g .box {
  padding: 20px;
}

.box-g .text {
  margin-bottom: 10px;
  line-height: 1.8;
}
.box-g .text:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .box-g {
    display: flex;
  }
  .box-g .title {
    padding: 20px;
    width: 25%;
  }
}

.box-h {
  margin-bottom: 50px;
}
.box-h .box {
  padding: 0 15px;
  align-self: stretch;
}
/* 
@media(min-width: 768px) {
    .box-h .box {
        width: 32%;
    }
}
@media(min-width: 992px) {
    .box-h .box {
        width: 24%;
    }
}
 */

/*  .box-i {
    height: 100%;
    padding: 20px;
    background-color: #fffcd8;
    box-shadow: 1px 1px 3px #000;
    border-radius: 4px;
    transform: rotate(-1deg);
 }
 @media(min-width: 768px) {

     .box-i figure {
        display: flex;
        align-items: center;
     }
     .box-i figure img {
        width: 120px;
     }
     .box-i figure figcaption {
        font-size: 1.4rem;
        text-align: center;
        flex-grow: 2;
     }
 } */
.box-i {
  height: 100%;
  min-height: 300px;
  padding: 40px 40px 20px 30px;
  margin-right: -20px;
  background-image: url(img/pin.png);
  background-size: contain;
  background-repeat: no-repeat;

  transform: rotate(-1deg);
}

.box-i figure {
  display: flex;
  align-items: center;
}
.box-i figure img {
  width: 80px;
}
.box-i figure figcaption {
  text-align: center;
  flex-grow: 2;
}
@media (min-width: 768px) {
  .box-i {
  }
  .box-i figure figcaption {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .box-i {
    padding: 80px 120px 100px 60px;
    min-height: 500px;
  }
  .box-i figure img {
    width: 120px;
  }
  .box-i figure figcaption {
    font-size: 1.8rem;
  }
  .box-i p {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
.box-j {
  padding: 40px 20px 20px 20px;
  border-image: url(img/cork_bg_01.jpg);
  border-image-slice: 80 60 fill;
  border-image-width: 30px 30px;
}
@media (min-width: 768px) {
  .box-j {
    padding-top: 120px;
    padding-bottom: 100px;
    border-image-width: 80px 60px;
  }
}

/* card
==================================================================================================== */

.card-a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.card-a .card-box {
  position: relative;
  height: 253px;
}

.card-a .card-box img,
.card-a .card-image {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
  transition: 0.7s;
}
/* .card-a .card-box {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
} */
.card-a .card-box .first:hover {
  opacity: 0;
}
.card-a .card-box .label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.card-a .card-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  font-size: 3rem;
  color: #ccc;
}
.card-a .card-box .btn:hover,
.card-a .card-box .btn.active {
  color: #f772ba;
}
.card-a .card-title {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.card-a .card-define {
  padding-left: 70px;
  font-size: 1.6rem;
}
.card-a .card-define dt {
  width: 70px;
  margin-left: -70px;
  margin-bottom: 10px;
  float: left;
  clear: left;
  font-weight: normal;
  line-height: 1;
}
.card-a .card-define dd {
  margin-bottom: 10px;
  line-height: 1;
}
.card-a a {
  color: inherit;
  text-decoration: underline;
  display: block;
  width: 100%;
  height: 100%;
}

.card-b {
  border: none;
}
.card-b .card-box {
  position: relative;
}
.card-b .card-box::before {
  content: '';
  display: block;
  padding-top: 60%;
}
.card-b .card-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .card-b .card-box::before {
    padding-top: 75%;
  }
}

.card-c {
  margin-bottom: 20px;
  display: block;
}
.card-c .card-box {
  position: relative;
}
.card-c .card-box .thumb {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 49.5%;
}
.card-c .card-box .thumb::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.card-c .card-box .label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.card-c .card-box .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  font-size: 3rem;
  color: #ccc;
}
.card-c .card-box .btn:hover {
  color: #f772ba;
}

.card-c .card-title {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.card-c .card-define {
  padding-left: 70px;
  font-size: 1.6rem;
}
.card-c .card-define dt {
  width: 70px;
  margin-left: -70px;
  margin-bottom: 10px;
  float: left;
  clear: left;
  font-weight: normal;
}
.card-c .card-define dd {
  margin-bottom: 10px;
}
.card-c a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .card-c .card-box {
    /* display: flex; */
  }
  .card-c .card-box .thumb {
  }
}

.card-d {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.card-d .card-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #efefef;
}
.card-d .card-image::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.card-d .card-image i {
  display: block;
  margin: auto;
  width: 90px;
  height: 80px;
  font-size: 80px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ccc;
}
.card-d .title {
  display: block;
}
.card-d .title a {
  color: inherit;
}
.card-d .time {
  display: block;
  text-align: right;
}

/* table
==================================================================================================== */

.table-lg th,
.table-lg td {
  padding: 2rem;
}

.table-a {
  border-bottom: 1px solid #dee2e6;
  table-layout: fixed;
}
.table-a th {
  background-color: #efefef;
  border-left: 1px solid #dee2e6;
}
.table-a td {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
}
@media (min-width: 768px) {
  .table-a th {
    width: 222px;
  }
  .table-a td {
    /* width: 333px; */
  }
}
@media (max-width: 767px) {
  .table-a {
  }
  .table-a tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table-a th {
    width: 40%;
    border-bottom: none;
  }
  .table-a td {
    width: 60%;
    border-bottom: none;
  }
}

/* list
==================================================================================================== */

.list-a {
  display: flex;
}

.list-a a {
  height: 100%;
}

/* list-group-item
==================================================================================================== */

.list-group-item-buy {
  background-color: #ffa2a2;
  color: #fff;
  border: none;
}
.list-group-item-buy:hover {
  background-color: #f57b7b;
  color: #fff;
}
.list-group-item-buy.active {
  background-color: #ff7979;
  border-color: #ff7979;
}
.list-group-item-rent {
  background-color: #a2cdff;
  color: #fff;
  border: none;
}
.list-group-item-rent:hover {
  background-color: #6fb0fb;
  color: #fff;
}
.list-group-item-rent.active {
  background-color: #82bbff;
  border-color: #ff7979;
}

/* home
==================================================================================================== */

#keyvisual {
  padding-top: 32px;
  height: 250px;
  position: relative;
}
#keyvisual .copy {
  margin-top: 5px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  font-feature-settings: 'palt';
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0px 0px 20px #555;
}

#keyvisual .box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
#keyvisual .box .logo {
  width: 30px;
  margin-right: 10px;
}
#keyvisual .box .logo-image {
  max-width: 100%;
  height: auto;
}
#keyvisual .box .text {
  font-size: 2.6rem;
  margin: 0;
  font-weight: bold;
  font-feature-settings: 'palt';
}
#keyvisual .box .text small {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
#keyvisual .list {
  width: 320px;
  display: flex;
  margin: 30px auto 0 auto;
  justify-content: space-around;
  position: relative;
  z-index: 2;
}

#keyvisual .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#keyvisual .slider .slider-box {
  height: 250px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  #keyvisual {
    height: 304px;
  }
  #keyvisual .copy {
    margin-top: 10px;
    font-size: 3rem;
    letter-spacing: 5px;
  }
  #keyvisual .box {
    width: 310px;
    margin: 0 auto;
  }

  #keyvisual .box .logo {
  }
  #keyvisual .box .text {
  }
  #keyvisual .list {
    width: 500px;
    margin-top: 30px;
    justify-content: space-between;
  }
  #keyvisual .slider .slider-box {
    height: 304px;
  }
}
@media (min-width: 992px) {
  #keyvisual {
    /* padding-top: 80px; */
    height: 570px;
  }
  #keyvisual .copy {
    margin-top: 100px;
    font-size: 4.5rem;
    letter-spacing: 10px;
  }
  #keyvisual .box .logo {
    width: 40px;
  }
  #keyvisual .box .text {
    font-size: 3.2rem;
  }
  #keyvisual .box .text small {
    font-size: 1.4rem;
  }
  #keyvisual .list {
    width: 650px;
    margin-top: 80px;
  }
  #keyvisual .slider .slider-box {
    height: 570px;
  }
}

#shopslider .slick-dots {
  margin-bottom: 0;
  bottom: inherit;
}
#shopslider .slick-dots li {
  margin: 0;
}
#shopslider .slider-box {
  display: block;
  width: 100%;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #efefef;
}
#shopslider .slider-box::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
@media (min-width: 992px) {
  #shopslider .slick-prev {
    left: 10px;
  }
  #shopslider .slick-next {
    right: 10px;
  }
}

#mainImage {
  margin: 0 1.5rem 2rem 1.5rem;
  position: relative;
  background-color: #efefef;
}
#caption {
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  #caption {
    display: block;
  }
}

#map_canvas {
  width: 100%;
  height: 400px;
  background-color: #efefef;
}
#map_canvas .card-a .card-body {
}
@media (min-width: 768px) {
  #map_canvas {
    height: 700px;
  }
}
@media (max-width: 991px) {
  #map_canvas .card-a .card-box {
    height: 112px;
  }
  #map_canvas .card-a .card-title {
    font-size: 1.6rem;
  }
  #map_canvas .card-a .card-define {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  #map_canvas .card-a .card-define dt {
    margin-bottom: 0;
    line-height: 1;
  }
  #map_canvas .card-a .card-define dd {
    margin-bottom: 5px;
    line-height: 1;
  }
}

#map_detail {
  width: 100%;
  height: 400px;
  background-color: #efefef;
  margin-bottom: 60px;
}

.infoWindow .card {
  min-width: 270px;
}

#photoGallery {
  display: none;
}

#photoGallery.slick-initialized {
  display: block;
}

a.broken_link {
  text-decoration: underline !important;
}

.reform-comment {
  text-align: center;
  padding: 5px;
  margin-top: 30px;
}

.blink {
  background-color: #c00;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 24px;
  padding: 2px 4px;
}
