@charset "UTF-8";
/*変数設定用*/
/*fontfamily-style
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@media screen and (max-width: 900px) {
  .vpc900 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 901px) {
  .vsp900 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vpc767 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 768px) {
  .vsp767 {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .vpc480 {
    display: none !important;
  }
}
@media not screen, screen and (min-width: 481px) {
  .vsp480 {
    display: none !important;
  }
}
html {
  height: 100%;
  /*&#wp-no {
  	margin-top: 0 !important;
  }*/
}
@media screen and (max-width: 767px) {
  html.active {
    overflow: hidden;
  }
}

body {
  /*min-height: 100%;
  display: grid;
   grid-template-rows: 1fr auto;*/
}
body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover p:hover {
  opacity: 0.7;
}
a:hover img:hover {
  opacity: 0.7;
}
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.fw700 {
  font-weight: 700;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #000;
  z-index: 1000;
}
.modaal-noscroll header {
  z-index: 0;
}
header .header-m-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto;
  padding: 27px 0;
}
@media screen and (max-width: 767px) {
  header .header-m-inner {
    max-width: 100%;
    padding: 12px 20px 8px;
  }
}
header .header-m-inner h1 {
  width: 145px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .header-m-inner h1 {
    width: 111px;
  }
}
header .header-m-inner > ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  header .header-m-inner > ul {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner > ul > li {
    width: 100%;
    border-bottom: 1px solid #aaa;
  }
}
header .header-m-inner > ul > li:not(:first-of-type, :last-of-type) {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  header .header-m-inner > ul > li:not(:first-of-type, :last-of-type) {
    padding: 0;
  }
}
header .header-m-inner > ul > li:first-of-type {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  header .header-m-inner > ul > li:first-of-type {
    padding-right: 0;
  }
}
header .header-m-inner > ul > li:last-of-type {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  header .header-m-inner > ul > li:last-of-type {
    padding-left: 0;
  }
}
header .header-m-inner > ul > li#menu-item {
  position: relative;
}
header .header-m-inner > ul > li#menu-item > a span {
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header-m-inner > ul > li#menu-item > a span:before {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 8px;
    height: 8px;
    content: "";
    border-top: 2px solid #1A1311;
    border-right: 2px solid #1A1311;
    transform: translate(-50%, -50%) rotate(130deg);
  }
}
header .header-m-inner > ul > li#menu-faq img {
  width: 35px;
}
header .header-m-inner > ul > li#menu-pickup img {
  width: 66px;
  vertical-align: middle;
}
header .header-m-inner > ul > li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #1A1311;
}
@media screen and (max-width: 767px) {
  header .header-m-inner > ul > li > a {
    display: block;
    padding: 25px 0 30px 30px;
  }
}
header .header-m-inner .sp-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu {
    display: block;
    width: 28px;
    height: 55px;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu .menu-btn {
    position: relative;
    display: block;
    width: 28px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu .menu-btn .line {
    position: absolute;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #1A1311;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu .menu-btn .line1 {
    top: 17px;
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu .menu-btn .line2 {
    top: 27px;
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu .menu-btn .line3 {
    bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu.is-open .line {
    top: 25px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu.is-open .line1 {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu.is-open .line2 {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  header .header-m-inner .sp-menu.is-open .line3 {
    display: none;
  }
}
header #category-list {
  display: none;
  position: absolute;
  top: 121px;
  left: 0;
  width: 100%;
  padding: 30px 0 10px;
  background: #fff;
  z-index: 1000;
  /*&.nav-open {
    display: block;
  }*/
}
@media screen and (max-width: 767px) {
  header #category-list {
    top: 155px;
    padding: 5%;
  }
}
header #category-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 67.5%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header #category-list ul {
    width: 100%;
  }
}
header #category-list ul li {
  width: 20.5%;
  margin-bottom: 30px;
  border-bottom: 0.5px solid #000;
}
@media screen and (max-width: 767px) {
  header #category-list ul li {
    width: 100%;
    margin-bottom: 5%;
  }
}
header #category-list ul li a {
  display: flex;
  justify-content: flex-end;
  color: #1A1311;
  position: relative;
  padding-bottom: 7px;
}
header #category-list ul li a:before {
  position: absolute;
  bottom: 3px;
  left: 0;
  content: "";
}
header #category-list ul li a span {
  font-size: 1.6rem;
  font-weight: 400;
}
header #category-list ul li#category-sofa a:before {
  width: 51px;
  height: 30px;
  background: url(../img/common/header_icon_sofa.png) no-repeat left center;
  background-size: contain;
}
header #category-list ul li#category-bed a:before {
  width: 47px;
  height: 19px;
  background: url(../img/common/header_icon_bed.png) no-repeat left center;
  background-size: contain;
}
header #category-list ul li#category-chair a:before {
  width: 24px;
  height: 37px;
  background: url(../img/common/header_icon_chair.png) no-repeat left center;
  background-size: contain;
}
header #category-list ul li#category-dining a:before {
  width: 48px;
  height: 22px;
  background: url(../img/common/header_icon_dining.png) no-repeat left center;
  background-size: contain;
}
header #category-list ul li#category-closet a:before {
  width: 36px;
  height: 31px;
  background: url(../img/common/header_icon_closet.png) no-repeat left center;
  background-size: contain;
}
header #category-list ul li#category-deskchair a:before {
  width: 41px;
  height: 31px;
  background: url(../img/common/header_icon_desk_chair.png) no-repeat left center;
  background-size: contain;
}
header #category-list ul li#category-rug a:before {
  width: 39px;
  height: 36px;
  background: url(../img/common/header_icon_rug.png) no-repeat left center;
  background-size: contain;
}
header #category-list ul li#category-lighting a:before {
  width: 30px;
  height: 31px;
  background: url(../img/common/header_icon_lighting.png) no-repeat left center;
  background-size: contain;
}
.wrap-box {
  position: relative;
  width: 100%;
  padding-top: 121px;
  color: #1A1311;
}
@media screen and (max-width: 767px) {
  .wrap-box {
    padding-top: 76px;
  }
}

.btn-link {
  text-align: center;
}
.btn-link a {
  display: block;
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding: 10px;
  background: #fff;
  border: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  .btn-link a {
    width: 80%;
  }
}
.btn-link a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 10px;
  content: "";
  background: url(../img/common/btn_arrow.png) no-repeat right center;
  background-size: contain;
  transform: translateY(-50%);
}
.btn-link a img {
  width: 51px;
}
.page-link {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .page-link {
    flex-wrap: wrap;
  }
}
.page-link li {
  width: 45%;
  text-align: center;
  border: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  .page-link li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-link li:first-of-type {
    margin-bottom: 10px;
  }
}
.page-link li a {
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  color: #1A1311;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .page-link li a {
    font-size: 1.6rem;
  }
}
.page-link li a span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-link li a span {
    display: block;
  }
}
.page-link li a span:after {
  position: absolute;
  top: 50%;
  right: -33px;
  width: 10px;
  height: 12px;
  content: "";
  background: url(../img/common/btn_arrow_under.png) no-repeat right center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-link li a span:after {
    right: 10px;
  }
}

.totop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .totop {
    width: 40px;
    height: 40px;
  }
}
.totop a {
  display: block;
  position: relative;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background: #1A1311;
}
.totop a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
footer {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 64px 0 52px;
  background: #1A1311;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 7% 0 10%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    max-width: 100%;
  }
}
footer .footer-inner .footer-logo {
  max-width: 156px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo {
    max-width: 40%;
    margin-bottom: 7%;
  }
}
footer .footer-inner dl {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  padding-bottom: 35px;
  border-bottom: 1px solid #919191;
}
@media screen and (max-width: 767px) {
  footer .footer-inner dl {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 7%;
    padding: 0 5% 5%;
  }
}
footer .footer-inner dl dt {
  font-size: 2rem;
  font-weight: 900;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner dl dt {
    font-size: 1.6rem;
  }
}
footer .footer-inner dl dd {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .footer-inner dl dd {
    font-size: 1.3rem;
  }
}
footer .footer-inner .footer-caution {
  width: fit-content;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-caution {
    padding: 0 5%;
  }
}
footer .footer-inner .footer-caution p {
  font-size: 1.3rem;
  font-weight: 500;
  text-indent: -1em;
  margin-bottom: 25px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-caution p {
    text-indent: 0;
    padding-left: 0;
  }
}
footer .footer-inner .footer-policy-copyright {
  border-top: 1px solid #919191;
  padding-top: 35px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-policy-copyright {
    padding: 25px 5% 0;
  }
}
footer .footer-inner .footer-policy-copyright ul {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-policy-copyright ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
footer .footer-inner .footer-policy-copyright ul li {
  padding: 2px 20px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-policy-copyright ul li {
    width: 100%;
    padding: 0;
  }
}
footer .footer-inner .footer-policy-copyright ul li:not(:last-of-type) {
  border-right: 1px solid #919191;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-policy-copyright ul li:not(:last-of-type) {
    margin-bottom: 10px;
    border-right: none;
  }
}
footer .footer-inner .footer-policy-copyright ul li a {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
}
footer .footer-inner .footer-policy-copyright p {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-policy-copyright p {
    text-align: left;
  }
}

.kv-slide {
  max-width: 100%;
  overflow: hidden;
  margin: 0 auto 95px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .kv-slide {
    margin-bottom: 15%;
  }
}
.kv-slide .kv-slide-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kv-slide .kv-slide-inner {
    max-width: 100%;
  }
}
.kv-slide .slick-list {
  overflow: visible;
}
.kv-slide .slick-slide {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .kv-slide .slick-slide {
    margin: 0;
  }
}
.kv-slide .slick-slide img {
  width: 100%;
}
.kv-slide .slick-prev:before, .kv-slide .slick-next:before {
  font-size: 30px;
  padding: 10px;
  background: #1A1311;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .kv-slide .slick-prev:before, .kv-slide .slick-next:before {
    font-size: 20px;
    padding: 5px;
  }
}
.kv-slide .slick-prev {
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv-slide .slick-prev {
    left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kv-slide .slick-next {
    right: 15px;
  }
}
.kv-slide .slick-dots {
  bottom: -40px;
}
.kv-slide .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #C3C3C3;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .kv-slide .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
.kv-slide .slick-dots li.slick-active button {
  background: #1A1311;
}

/*  */
#index main .copy-box {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #index main .copy-box {
    margin-bottom: 20%;
    padding: 0 5%;
  }
}
#index main .copy-box .copy-inner {
  max-width: 1040px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index main .copy-box .copy-inner {
    max-width: 100%;
  }
}
#index main .copy-box h2 {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #index main .copy-box h2 {
    font-size: 2.3rem;
  }
}
#index main .copy-box p {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #index main .copy-box p {
    font-size: 1.4rem;
    text-align: left;
  }
}
#index main .pickup-box {
  padding: 60px 0;
  background: #F0EEE6;
}
@media screen and (max-width: 767px) {
  #index main .pickup-box {
    padding: 12% 10%;
  }
}
#index main .pickup-box .pickup-inner {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index main .pickup-box .pickup-inner {
    max-width: 100%;
  }
}
#index main .pickup-box h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #index main .pickup-box h2 {
    margin-bottom: 10%;
  }
}
#index main .pickup-box h2 span {
  display: inline-block;
  width: 200px;
}
@media screen and (max-width: 767px) {
  #index main .pickup-box h2 span {
    width: 136px;
  }
}
#index main .pickup-box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #index main .pickup-box ul {
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
}
#index main .pickup-box ul li {
  width: 22%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #index main .pickup-box ul li {
    width: 47%;
    margin-bottom: 5%;
  }
}
#index main .item-box {
  padding: 100px 0 60px;
  background: url(../img/index/bg_item.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #index main .item-box {
    padding: 10% 5%;
    background: url(../img/index/bg_item.jpg) no-repeat center top;
    background-size: cover;
  }
}
#index main .item-box .item-inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index main .item-box .item-inner {
    max-width: 100%;
  }
}
#index main .item-box h2 {
  position: relative;
  margin: 0 0 70px -80px;
}
@media screen and (max-width: 767px) {
  #index main .item-box h2 {
    margin: 0 0 7%;
  }
}
#index main .item-box h2 span {
  display: inline-block;
  width: 184px;
}
@media screen and (max-width: 767px) {
  #index main .item-box h2 span {
    width: 110px;
  }
}
#index main .item-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index main .item-box ul li {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  #index main .item-box ul li {
    margin-bottom: 5%;
  }
}
#index main .item-box ul li:not(:nth-of-type(-n+2)) {
  width: 31%;
}
@media screen and (max-width: 767px) {
  #index main .item-box ul li:not(:nth-of-type(-n+2)) {
    width: 48%;
  }
}
#index main .item-box ul li:nth-of-type(-n+2) {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #index main .item-box ul li .ttls {
    height: 30px;
  }
}
#index main .item-box ul li .ttls img {
  width: auto;
  height: 18px;
}
@media screen and (max-width: 767px) {
  #index main .item-box ul li .ttls img {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #index main .item-box ul li .ttls.ttls7 img {
    height: 33px;
  }
}
#index main .item-box ul li .ttls.ttls8 img {
  height: 21px;
}
@media screen and (max-width: 767px) {
  #index main .item-box ul li .ttls.ttls8 img {
    height: 34px;
  }
}
#index main .brand-box {
  padding: 100px 0 115px;
  background: #F0EEE6;
}
@media screen and (max-width: 767px) {
  #index main .brand-box {
    padding: 10% 5%;
  }
}
#index main .brand-box .brand-inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index main .brand-box .brand-inner {
    max-width: 100%;
  }
}
#index main .brand-box h2 {
  position: relative;
  margin: 0 0 70px -80px;
}
@media screen and (max-width: 767px) {
  #index main .brand-box h2 {
    margin: 0 0 7%;
  }
}
#index main .brand-box h2 span {
  display: inline-block;
  width: 428px;
}
@media screen and (max-width: 767px) {
  #index main .brand-box h2 span {
    width: 70%;
  }
}
#index main .brand-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index main .brand-box ul li {
  width: 23%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #index main .brand-box ul li {
    width: 48%;
  }
}
#index main .brand-box ul li figure figcaption {
  font-size: 1.3rem;
  font-weight: 500;
  color: #1A1311;
}
#index main .floormap-box {
  padding: 100px 0 115px;
  background: url(../img/index/bg_floormap.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box {
    padding: 10% 5%;
    background: url(../img/index/bg_floormap_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#index main .floormap-box .floormap-inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box .floormap-inner {
    max-width: 100%;
  }
}
#index main .floormap-box h2 {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box h2 {
    margin-bottom: 5%;
  }
}
#index main .floormap-box h2 span {
  display: inline-block;
  width: 256px;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box h2 span {
    width: 60%;
  }
}
#index main .floormap-box .floormap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box .floormap {
    flex-wrap: wrap;
  }
}
#index main .floormap-box .floormap .floormap-l {
  position: relative;
  width: 57%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box .floormap .floormap-l {
    width: 100%;
    margin-bottom: 12%;
  }
}
#index main .floormap-box .floormap .floormap-l a {
  display: block;
  position: relative;
  padding: 26px 150px 14px 139px;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box .floormap .floormap-l a {
    padding: 7% 20% 5% 12%;
  }
}
#index main .floormap-box .floormap .floormap-l a .icon-plus {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box .floormap .floormap-l a .icon-plus {
    width: 40px;
  }
}
#index main .floormap-box .floormap .floormap-r {
  width: 34%;
}
@media screen and (max-width: 767px) {
  #index main .floormap-box .floormap .floormap-r {
    width: 100%;
  }
}
#index main .floormap-box .floormap .floormap-r ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
#index main .floormap-box .floormap .floormap-r ul li .vs {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-align: right;
  padding-right: 25px;
}
#index main .floormap-box .floormap .floormap-r ul li .vs:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../img/index/icon_arrow.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
#index main .other-box {
  padding: 80px 0 85px;
  background: #f8f8f8;
}
@media screen and (max-width: 767px) {
  #index main .other-box {
    padding: 10% 5%;
  }
}
#index main .other-box .other-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner {
    max-width: 100%;
  }
}
#index main .other-box .other-inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner ul {
    margin-bottom: 7%;
  }
}
#index main .other-box .other-inner ul li {
  width: 48%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner ul li {
    width: 100%;
    margin-bottom: 3%;
  }
}
#index main .other-box .other-inner ul li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 30px 0 25px;
  border: 1px solid #1A1311;
}
#index main .other-box .other-inner ul li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 20px;
  content: "";
  background: url(../img/common/btn_arrow_b.png) no-repeat right center;
  background-size: contain;
  transform: translateY(-50%);
}
#index main .other-box .other-inner ul li a figure figcaption {
  font-size: 1.7rem;
  font-weight: 500;
  color: #1A1311;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner ul li a figure figcaption {
    font-size: 1.3rem;
  }
}
#index main .other-box .other-inner ul li a img {
  width: auto;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner ul li a img {
    height: 17px;
  }
}
#index main .other-box .other-inner .service {
  margin-bottom: 117px;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner .service {
    margin-bottom: 10%;
  }
}
#index main .other-box .other-inner .service h2 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner .service h2 {
    margin-bottom: 5%;
  }
}
#index main .other-box .other-inner .service h2 span {
  display: inline-block;
  width: 206px;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner .service h2 span {
    width: 50%;
  }
}
#index main .other-box .other-inner .service h3 {
  margin-bottom: 15px;
}
#index main .other-box .other-inner .service h3 span {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner .service h3 span {
    font-size: 1.7rem;
  }
}
#index main .other-box .other-inner .service p {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner .service p {
    font-size: 1.2rem;
  }
}
#index main .other-box .other-inner .service p.caution {
  color: #EF0000;
}
#index main .other-box .other-inner .online {
  max-width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #index main .other-box .other-inner .online {
    max-width: 100%;
  }
}

main .contents-box {
  padding: 100px 0;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  main .contents-box {
    padding: 43px 0 50px;
  }
}
main .contents-box .contents-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main .contents-box .contents-inner {
    padding: 0 3.85%;
  }
}
main .contents-box .contents-inner h2 {
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  main .contents-box .contents-inner h2 {
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
}
main .contents-box .contents-inner h2 span:first-of-type {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  main .contents-box .contents-inner h2 span:first-of-type {
    margin-right: 0px;
    margin-bottom: 13px;
  }
}
main .contents-box .contents-inner h2 span:first-of-type img {
  height: 50px;
}
@media screen and (max-width: 767px) {
  main .contents-box .contents-inner h2 span:first-of-type img {
    height: 30px;
  }
}
main .contents-box .contents-inner h2 span:last-of-type {
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main .contents-box .contents-inner h2 span:last-of-type {
    display: block;
    width: 100%;
    font-size: 1.5rem;
  }
}
main .contents-box .contents-inner h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  main .contents-box .contents-inner h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 6px;
  }
}
#item main .contents-box {
  background: #EFEEE6;
}
#item main h2 {
  display: block;
  font-size: 5.3rem;
}
@media screen and (max-width: 767px) {
  #item main h2 {
    font-size: 3.3rem;
  }
}
#item main .brand-box {
  padding: 60px 80px;
  background: #fff;
  border-top: 6px solid #1A1311;
  border-bottom: 6px solid #1A1311;
}
@media screen and (max-width: 767px) {
  #item main .brand-box {
    padding: 5% 3.85%;
  }
}
#item main .brand-box:not(:last-of-type) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #item main .brand-box:not(:last-of-type) {
    margin-bottom: 7%;
  }
}
#item main .brand-box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  #item main .brand-box h3 {
    font-size: 1.9rem;
  }
}
#item main .brand-box .brand-logo {
  text-align: center;
}
#item main .brand-box .brand-logo img {
  height: 120px;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .brand-logo img {
    height: 100px;
  }
}
#item main .brand-box .item-box figure {
  margin-bottom: 30px;
  padding: 0 128px;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box figure {
    margin-bottom: 5%;
    padding: 0;
  }
}
#item main .brand-box .item-box figure figcaption {
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box figure figcaption {
    font-size: 1.8rem;
    margin-top: 3%;
  }
}
#item main .brand-box .item-box .description {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box .description {
    font-size: 1.3rem;
  }
}
#item main .brand-box .item-box .description + .description {
  margin-top: 15px;
}
#item main .brand-box .item-box dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box dl {
    flex-wrap: wrap;
  }
}
#item main .brand-box .item-box dl dt {
  order: 1;
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box dl dt {
    width: 100%;
  }
}
#item main .brand-box .item-box dl dd {
  order: 0;
  width: 59.5%;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box dl dd {
    width: 100%;
    margin-bottom: 5%;
  }
}
#item main .brand-box .item-box .maruni-box {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box .maruni-box {
    margin-top: 12%;
  }
}
#item main .brand-box .item-box .maruni-box .ttls {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  padding: 5px 0;
  border-top: 1px solid #1A1311;
  border-bottom: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box .maruni-box .ttls {
    font-size: 1.7rem;
  }
}
#item main .brand-box .item-box .maruni-box .ttls-sub {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box .maruni-box .ttls-sub {
    font-size: 1.6rem;
  }
}
#item main .brand-box .item-box .maruni-box .maruni-item-box {
  margin-top: 30px;
}
#item main .brand-box .item-box .maruni-box .maruni-item-box figure figcaption {
  margin-top: 10px;
}
#item main .brand-box .item-box .maruni-box .maruni-item-box figure figcaption p {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #item main .brand-box .item-box .maruni-box .maruni-item-box figure figcaption p {
    font-size: 1.3rem;
  }
}
.item-category-box main .contents-box {
  background: #CBCBCB !important;
}
.item-category-box main .contents-box h2 {
  display: flex !important;
}
.item-category-box main .contents-box h2 span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  #access main .contents-box {
    padding-bottom: 50px;
  }
}
#access main .map-box {
  max-width: 1040px;
  margin: 0 auto 50px;
}
#access main .map-box > figure {
  margin-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #access main .map-box > figure {
    margin-bottom: 27px;
  }
}
#access main .map-box .description {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#access main .map-box .route-box {
  margin-bottom: 35px;
  padding-right: 240px;
}
@media screen and (max-width: 767px) {
  #access main .map-box .route-box {
    margin-bottom: 30px;
    padding-right: 0;
  }
}
#access main .map-box .route-box h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #access main .map-box .route-box h4 {
    font-size: 1.5rem;
    margin-bottom: 6px;
  }
}
#care main .contents-box {
  padding-bottom: 78px;
}
@media screen and (max-width: 767px) {
  #care main .contents-box {
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  #care main .contents-box h2 span:first-of-type img {
    height: 70px;
  }
}
#care main .care-box {
  max-width: 1200px;
  margin: 0 auto;
}
#care main .care-box-detail:not(:last-of-type) {
  margin-bottom: 81px;
  padding-bottom: 68px;
  border-bottom: solid 2px #000;
}
@media screen and (max-width: 767px) {
  #care main .care-box-detail:not(:last-of-type) {
    margin-bottom: 90px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
#care main .care-box-detail dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#care main .care-box-detail dl dt {
  width: 175px;
  height: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #care main .care-box-detail dl dt {
    margin-bottom: 25px;
    padding: 20px 0;
    width: 100%;
    height: auto;
  }
}
#care main .care-box-detail dl dt span {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #care main .care-box-detail dl dt span {
    font-size: 2.5rem;
  }
}
#care main .care-box-detail dl dd {
  width: 986px;
}
#care main .care-box-detail dl dd .txtbox h4 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #care main .care-box-detail dl dd .txtbox h4 {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
}
#care main .care-box-detail dl dd .txtbox p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #care main .care-box-detail dl dd .txtbox p {
    font-size: 1.3rem;
  }
}
#care main .care-box-detail dl dd .txtbox + .txtbox {
  margin-top: 30px;
}
#faq main h4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #faq main h4 {
    font-size: 1.8rem;
  }
}
#faq main section {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  #faq main section {
    margin-bottom: 7%;
  }
}
#faq main article {
  margin-bottom: 10px;
  padding: 20px 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #faq main article {
    padding: 10px 15px;
  }
}
#faq main article h5 {
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s;
  /*&:before, &:after {
    position: absolute;
    content: '';
    background: #1A1311;
    @include sp {
    }
  }
  &:before {
    top: 50%;
    right: 0;
    width: 25px;
    height: 3px;
    transform: translateY(-50%);
    @include sp {
      top: 16px;
      width: 20px;
      transform: translateY(0);
    }
  }
  &:after {
    top: 5px;
    right: 10px;
    width: 3px;
    height: 25px;
    @include sp {
      right: 8px;
      height: 20px;
    }
  }*/
}
#faq main article h5:after {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 25px;
  height: 25px;
  background: url(../img/contact/faq/icon_plus.png) no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 767px) {
  #faq main article h5:after {
    right: 0;
    width: 20px;
    height: 20px;
  }
}
#faq main article h5.active {
  margin-bottom: 15px;
}
#faq main article h5.active:after {
  background: url(../img/contact/faq/icon_minus.png) no-repeat;
  background-size: contain;
}
#faq main article h5 a {
  display: block;
  position: relative;
  font-size: 2.3rem;
  font-weight: 700;
  color: #1A1311;
  line-height: 1.4;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  #faq main article h5 a {
    font-size: 1.8rem;
    padding: 0 30px 0 35px;
  }
}
#faq main article h5 a:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url(../img/contact/faq/icon_q.png) no-repeat left center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #faq main article h5 a:before {
    top: 5px;
    width: 26px;
    height: 26px;
    transform: translateY(0);
  }
}
#faq main article .answer {
  display: none;
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  #faq main article .answer {
    padding-right: 30px;
  }
}
#faq main article .answer p {
  position: relative;
  font-size: 1.5rem;
  padding-left: 45px;
}
#faq main article .answer p:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: url(../img/contact/faq/icon_a.png) no-repeat left center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #faq main article .answer p:before {
    width: 26px;
    height: 26px;
  }
}
#contact main {
  /**電話リンクスマホのみ**/
}
@media screen and (min-width: 768px) {
  #contact main a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
#contact main a {
  color: #000;
  text-decoration: none;
}
#contact main .contact-intro {
  margin-bottom: 27px;
}
#contact main .contact-intro p {
  font-size: 1.7rem;
}
#contact main .txtbox {
  font-size: 1.5rem;
  margin-bottom: 85px;
}
#contact main .txtbox.indent {
  text-indent: -1em;
  padding-left: 1em;
}
#contact main .btn-contact-box {
  margin-bottom: 37px;
}
#contact main .btn-contact {
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding: 23px 0;
  width: 350px;
  border: solid 1px #000;
}
@media screen and (max-width: 767px) {
  #contact main .btn-contact {
    width: 100%;
  }
}
#contact main .btn-contact:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 25px;
  height: 20px;
  content: "";
  background: url(../img/common/btn_arrow_b.png) no-repeat right center;
  background-size: contain;
  transform: translateY(-50%);
}
#contact main .contact-detail-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact main .contact-detail-box li {
  width: 47.5%;
  min-height: 230px;
  background-color: #fff;
  padding: 35px 60px;
}
@media screen and (max-width: 767px) {
  #contact main .contact-detail-box li {
    width: 100%;
    min-height: auto;
    padding: 7% 5%;
  }
}
#contact main .contact-detail-box li:last-of-type .contact_lead {
  margin-bottom: 40px;
}
#contact main .contact-detail-box .contact_lead {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 17px;
}
#contact main .contact-detail-box .tel_txt span {
  display: block;
  text-align: center;
}
#contact main .contact-detail-box .tel_txt span.tel_number {
  font-size: 3rem;
  font-weight: 500;
  color: #000;
}
#contact main .contact-detail-box .tel_txt span.tel_caution {
  font-size: 1.5rem;
}
#contact main .contact-detail-box a.btn-contact {
  margin: 0 auto;
}
#operation main h2 {
  display: block;
  font-size: 5.3rem;
}
@media screen and (max-width: 767px) {
  #operation main h2 {
    font-size: 3.3rem;
  }
}
#operation main .description {
  font-size: 1.7rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #operation main .description {
    font-size: 1.4rem;
    margin-bottom: 45px;
  }
}
#operation main .operation-box {
  margin-bottom: 80px;
  padding: 40px 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box {
    margin-bottom: 15%;
    padding: 10% 5%;
  }
}
#operation main .operation-box h3 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box h3 {
    font-size: 1.9rem;
  }
}
#operation main .operation-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#operation main .operation-box ul li {
  width: 47%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li {
    width: 100%;
    margin-bottom: 10%;
  }
}
#operation main .operation-box ul li#operation1 dl dd img {
  width: 45px;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li#operation1 dl dd img {
    width: 35px;
  }
}
#operation main .operation-box ul li#operation2 dl dd img {
  width: 37px;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li#operation2 dl dd img {
    width: 32px;
  }
}
#operation main .operation-box ul li#operation3 dl dt {
  padding: 0;
}
#operation main .operation-box ul li#operation3 dl dd {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li#operation3 dl dd {
    padding-left: 5%;
  }
}
#operation main .operation-box ul li#operation5 dl dt {
  padding: 0 25px 0 55px;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li#operation5 dl dt {
    padding: 0 5% 0 7%;
  }
}
#operation main .operation-box ul li#operation6 dl dd img {
  width: 22px;
  padding-left: 5px;
}
#operation main .operation-box ul li dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li dl {
    align-items: flex-start;
  }
}
#operation main .operation-box ul li dl dt {
  width: 30%;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li dl dt {
    padding: 0 5% 0 0;
  }
}
#operation main .operation-box ul li dl dd {
  width: 70%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li dl dd {
    font-size: 1.3rem;
  }
}
#operation main .operation-box ul li dl dd img {
  vertical-align: middle;
  margin-right: 5px;
}
#operation main .operation-box ul li dl dd p {
  font-size: 1.3rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #operation main .operation-box ul li dl dd p {
    font-size: 1.2rem;
  }
}
#operation main .details-box {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #operation main .details-box {
    width: 100%;
  }
}
#operation main .details-box a {
  display: block;
  margin-bottom: 60px;
  padding: 35px 10px;
  color: #1A1311;
  text-align: center;
  background: #fff;
  border: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  #operation main .details-box a {
    margin-bottom: 15%;
    padding: 35px 0;
  }
}
#operation main .details-box a span {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #operation main .details-box a span {
    font-size: 1.8rem;
  }
}
#operation main .details-box a span:after {
  position: absolute;
  top: 50%;
  right: -50px;
  width: 25px;
  height: 20px;
  content: "";
  background: url(../img/common/btn_arrow_b.png) no-repeat right center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #operation main .details-box a span:after {
    right: -35px;
  }
}
#operation main .details-box p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #operation main .details-box p {
    font-size: 1.3rem;
  }
}
#operation main .details-box p:first-of-type {
  margin-bottom: 20px;
  padding: 0 20px 40px;
  border-bottom: 1px solid #1A1311;
}
@media screen and (max-width: 767px) {
  #operation main .details-box p:first-of-type {
    padding: 0 0 5%;
  }
}
#operation main .details-box p:last-of-type {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  #operation main .details-box p:last-of-type {
    padding: 0;
  }
}

/* お問い合わせ 打ち消し */
#inquiry main {
  min-width: auto;
}
#inquiry main #contact .step-item.is-complete {
  color: #CA6784;
}
#inquiry main #contact .step-item.is-complete:before {
  background: #CA6784 !important;
}
#inquiry main #contact form .is-required:after {
  background: #CA6784;
}
#inquiry main #contact form input[type=text], #inquiry main #contact form input[type=tel], #inquiry main #contact form input[type=email], #inquiry main #contact form textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #d0d0d0;
}
#inquiry main #contact .caution {
  font-size: 1.2rem;
  color: #5e5e5e;
}
#inquiry main #contact .privacy-check label {
  color: #CA6784;
}
#inquiry main #contact .btn {
  cursor: pointer;
  background: #CA6784;
  border: 1px solid #CA6784;
}
#inquiry main #contact .btn:hover {
  color: #CA6784;
  background: #fff;
}
#inquiry main #contact .btn:hover:after {
  border-top: 1px solid #CA6784;
  border-right: 1px solid #CA6784;
}
#inquiry main #contact .btn-line {
  color: #fff;
}
#inquiry main #contact .btn-line:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#inquiry main #contact .checkbox label:after {
  background: #CA6784;
}
#inquiry main #contact .privacy {
  background: #e8e8e8;
}

/* 404 */
#notfound h2 span {
  display: block;
}
#notfound .link-back {
  display: block;
  font-size: 1.6rem;
  color: #000;
  text-align: center;
  margin-top: 50px;
}

input[type=date]::-webkit-date-and-time-value {
  padding: 10px;
  text-align: left !important;
  border-radius: 3px;
}/*# sourceMappingURL=style.css.map */