@charset "UTF-8";
#page-showroom {
  padding-top: 90px;
}

#page-showroom .l-header {
  background: #ffffff;
}

#page-showroom .l-main {
  min-width: 1246px;
}

@media screen and (max-width: 768px) {
  #page-showroom .l-main {
    min-width: auto;
  }
}

#page-showroom .l-footer {
  min-width: 1246px;
}

@media screen and (max-width: 768px) {
  #page-showroom .l-footer {
    min-width: auto;
  }
}

.page-under .content-header {
  background: #ffffff;
  padding-top: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .page-under .content-header {
    padding-bottom: 15px;
  }
}

.page-under .content-header .content-header-inner {
  width: 1246px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 185px;
}

@media screen and (max-width: 768px) {
  .page-under .content-header .content-header-inner {
    width: 100%;
    padding-top: 10px;
  }
}

.page-under .content-title {
  text-align: center;
  background: none;
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .page-under .content-title {
    padding-left: 0;
    margin-left: 0;
  }
}

.page-under .content-title::before {
  display: none;
}

.page-under .content-title .title-en {
  font-size: 10rem;
  line-height: 1.2;
  text-shadow: 30px 20px 0 #f8eaf5;
}

@media screen and (max-width: 768px) {
  .page-under .content-title .title-en {
    font-size: 5.6rem;
    line-height: 1.1964;
    margin-bottom: 20px;
    text-shadow: 17px 11px 0 #f8eaf5;
  }
}

@media (max-width: 413px) {
  .page-under .content-title .title-en {
    font-size: 5rem;
  }
}

.page-under .content-title .title-jp {
  font-size: 2.3rem;
}

@media screen and (max-width: 768px) {
  .page-under .content-title .title-jp {
    font-size: 1.5rem;
  }
}

.guide-anchor-wrapper {
  position: relative;
  margin-bottom: 38px;
}

.guide-anchor {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.guide-anchor-item {
  position: absolute;
  display: block;
  width: 188px;
  height: 88px;
}

.guide-anchor-item.guide-anchor-item-curtain {
  top: 204px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .guide-anchor-item.guide-anchor-item-curtain {
    top: 12%;
    left: auto;
    right: 4.5%;
  }
}

.guide-anchor-item.guide-anchor-item-blind {
  top: 73px;
  left: 197px;
}

@media screen and (max-width: 768px) {
  .guide-anchor-item.guide-anchor-item-blind {
    top: 58%;
    left: auto;
    right: 4.5%;
  }
  .guide-anchor-item.guide-anchor-item-blind a {
    padding-top: 43px;
    background: url(../img/showroom-floormap-btn-purple-reversed.png) no-repeat top center/cover;
  }
}

.guide-anchor-item.guide-anchor-item-floor {
  top: -32px;
  left: 120px;
}

@media screen and (max-width: 768px) {
  .guide-anchor-item.guide-anchor-item-floor {
    top: 42%;
    left: 4.5%;
    right: auto;
  }
}

.guide-anchor-item.guide-anchor-item-cloth {
  top: 94px;
  right: 270px;
}

@media screen and (max-width: 768px) {
  .guide-anchor-item.guide-anchor-item-cloth {
    top: 83.5%;
    left: auto;
    right: 4.5%;
  }
  .guide-anchor-item.guide-anchor-item-cloth a {
    padding-top: 43px;
    background: url(../img/showroom-floormap-btn-purple-reversed.png) no-repeat top center/cover;
  }
}

.guide-anchor-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 22px;
  color: #ffffff;
  font-family: 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  background: url(../img/showroom-floormap-btn-purple.png) no-repeat top center/cover;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .guide-anchor-item a {
    font-size: 1.4rem;
    padding-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .guide-anchor-item a:hover {
    color: #b12c8d;
    background: url(../img/showroom-floormap-btn-white.png) no-repeat top center/cover;
  }
}

.guide-description {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.6875;
}

@media screen and (max-width: 768px) {
  .guide-description {
    font-size: 1.4rem;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .guide-description + .btn-group .btn-primary {
    line-height: 1.7142;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    min-width: 264px;
  }
}

@media screen and (max-width: 768px) {
  .page-under .content-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-brand {
  padding-top: 90px;
  padding-bottom: 60px;
  background: url(../img/showroom-top-bg.svg) repeat-x top center;
}

@media screen and (max-width: 768px) {
  .sec-brand {
    padding-top: 100px;
    padding-bottom: 35px;
  }
}

.sec-brand .sec-inner {
  width: 884px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-brand .sec-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec-brand .sec-title {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-brand .sec-title .title-en {
    margin-bottom: 10px;
  }
}

.sec-brand .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-brand .brand-item {
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .sec-brand .brand-item a {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .sec-brand .brand-item a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .sec-brand .brand-item {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.sec-brand .brand-item-sangetsu {
  width: 297px;
}

@media screen and (max-width: 768px) {
  .sec-brand .brand-item-sangetsu {
    width: 148.5px;
    height: 40px;
  }
}

.sec-brand .brand-item-lilycolor {
  width: 238px;
}

@media screen and (max-width: 768px) {
  .sec-brand .brand-item-lilycolor {
    width: 119px;
    height: 40px;
    margin-right: 0;
  }
}

.sec-brand .brand-item-tokiwa {
  width: 211px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .sec-brand .brand-item-tokiwa {
    width: 105.5px;
    height: 40px;
    margin-right: 10px;
  }
}

.sec-brand .brand-item-tachikawa {
  width: 413px;
}

@media screen and (max-width: 768px) {
  .sec-brand .brand-item-tachikawa {
    width: 206.5px;
    height: 40px;
    margin-right: 0;
  }
}

.sec-brand .brand-item-toso {
  width: 196px;
}

@media screen and (max-width: 768px) {
  .sec-brand .brand-item-toso {
    width: 98px;
    height: 40px;
  }
}

.sec-brand .brand-item-nichibei {
  width: 235px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .sec-brand .brand-item-nichibei {
    width: 117.5px;
    height: 40px;
  }
}

.sec-zone {
  padding-top: 90px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-zone {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 60px;
  }
}

.sec-zone .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-zone .sec-inner {
    width: 100%;
  }
}

.sec-zone .sec-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-zone .sec-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.sec-zone .sec-header .sec-title {
  width: 440px;
}

@media screen and (max-width: 768px) {
  .sec-zone .sec-header .sec-title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec-zone .sec-header .sec-title .title-en {
  padding-top: 0;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sec-zone .sec-header .sec-title .title-en {
    margin-bottom: 15px;
  }
}

.sec-zone .sec-header .sec-intro {
  padding-top: 5px;
  width: 600px;
}

@media screen and (max-width: 768px) {
  .sec-zone .sec-header .sec-intro {
    width: 100%;
  }
}

.sec-zone.opt-reversed .sec-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .sec-zone.opt-reversed .sec-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sec-zone.opt-reversed .sec-header .sec-title {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .sec-zone.opt-reversed .sec-header .sec-title {
    text-align: left;
  }
}

.sec-zone .zone-detail .zone-img-lg {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-zone .zone-detail .zone-img-lg {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.sec-zone .zone-detail h3 {
  padding-left: 31px;
  border-left: solid 6px #b12c8d;
  min-height: 72px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec-zone .zone-detail h3 {
    min-height: 55px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
}

.sec-zone .zone-detail h3 .title-en {
  display: block;
  font-size: 3.4rem;
  line-height: 1.2058;
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-zone .zone-detail h3 .title-en {
    font-size: 2.6rem;
  }
}

.sec-zone .zone-detail h3 .title-jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6875;
}

@media screen and (max-width: 768px) {
  .sec-zone .zone-detail h3 .title-jp {
    font-size: 1.4rem;
  }
}

.sec-zone .zone-detail .zone-description {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .sec-zone .zone-detail .zone-description {
    margin-bottom: 35px;
  }
}

.sec-zone .zone-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-zone .zone-img-item {
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .sec-zone .zone-img-item {
    width: 100%;
    max-width: 320px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.sec-zone .zone-img-item:nth-child(3n) {
  margin-right: 0;
}

.sec-zone .zone-img-item img {
  margin-bottom: 15px;
}

.sec-zone .zone-img-item figcaption {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .sec-zone .zone-img-item figcaption {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sec-zone-curtain {
  color: #ffffff;
  background: #524a53;
}

.sec-zone-curtain .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-zone-curtain .sec-inner {
    width: 100%;
  }
}

.sec-zone-blind .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-zone-blind .sec-inner {
    width: 100%;
  }
}

.sec-zone-floor {
  color: #ffffff;
  background: #524a53;
}

.sec-zone-floor .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-zone-floor .sec-inner {
    width: 100%;
  }
}

.sec-zone-cloth .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-zone-cloth .sec-inner {
    width: 100%;
  }
}

.sec-information {
  background: #ffffff;
  padding-bottom: 100px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .sec-information {
    padding-top: 60px;
  }
}

.sec-information .sec-inner {
  width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.sec-information .sec-title {
  text-align: center;
  margin-bottom: 60px;
}

.sec-information .sec-title .title-en {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-title .title-en {
    margin-bottom: 10px;
  }
}

.sec-information h3 {
  padding-left: 31px;
  border-left: solid 6px #b12c8d;
  min-height: 72px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec-information h3 {
    min-height: 55px;
    padding-left: 20px;
  }
}

.sec-information h3 .title-en {
  display: block;
  font-size: 3.4rem;
  line-height: 1.2058;
  font-family: 'Karla', sans-serif;
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sec-information h3 .title-en {
    font-size: 2.6rem;
  }
}

.sec-information h3 .title-jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1.6875;
}

@media screen and (max-width: 768px) {
  .sec-information h3 .title-jp {
    font-size: 1.4rem;
  }
}

.sec-information .sec-about {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-about h3 {
    margin-bottom: 15px;
  }
}

.sec-information .sec-about .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-about .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec-information .sec-about .content-wrapper .content-text {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-about .content-wrapper .content-text {
    width: 100%;
  }
}

.sec-information .sec-about .content-wrapper .content-text .item-address {
  margin-bottom: 15px;
}

.sec-information .sec-about .content-wrapper .content-text .label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-information .sec-about .content-wrapper .content-text .label-wrapper.tel-label-wrapper {
  margin-bottom: 15px;
}

.sec-information .sec-about .content-wrapper .content-text .label-wrapper.fax-label-wrapper {
  margin-bottom: 15px;
}

.sec-information .sec-about .content-wrapper .content-text .label-wrapper .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 20px;
  background: #524a53;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  margin-right: 10px;
}

.sec-information .sec-about .content-wrapper .content-text .label-wrapper a,
.sec-information .sec-about .content-wrapper .content-text .label-wrapper span {
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}

.sec-information .sec-about .content-wrapper .content-text .item-close {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-about .content-wrapper .content-text .item-close {
    margin-bottom: 8px;
  }
}

.sec-information .sec-about .content-wrapper .content-text .attention-list {
  margin-bottom: 23px;
  margin-left: 3px;
}

.sec-information .sec-about .content-wrapper .content-text .attention-list li {
  position: relative;
  padding-left: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-about .content-wrapper .content-text .attention-list li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sec-information .sec-about .content-wrapper .content-text .attention-list li::before {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  content: '※';
  top: 0;
  left: 0;
}

.sec-information .sec-about .content-wrapper .content-text .item-instagram {
  width: 300px;
}

@media screen and (min-width: 769px) {
  .sec-information .sec-about .content-wrapper .content-text .item-instagram a {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .sec-information .sec-about .content-wrapper .content-text .item-instagram a:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  .sec-information .sec-about .content-wrapper .content-text .item-instagram {
    width: 100%;
    max-width: 300px;
  }
}

.sec-information .sec-about .content-wrapper .content-figure {
  width: 600px;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-about .content-wrapper .content-figure {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.sec-information .sec-access {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access h3 {
    margin-bottom: 15px;
  }
}

.sec-information .sec-access .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec-information .sec-access .content-wrapper .content-text {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper .content-text {
    width: 100%;
  }
}

.sec-information .sec-access .content-wrapper .content-figure {
  width: 600px;
  margin-right: 40px;
}

.sec-information .sec-access .content-wrapper.content-howto {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-howto .content-figure {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .sec-information .sec-access .content-wrapper.content-howto .content-figure iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}

.sec-information .sec-access .content-wrapper.content-howto .access-by {
  margin-bottom: 20px;
}

.sec-information .sec-access .content-wrapper.content-howto .access-by h4 {
  color: #b12c8d;
  font-size: 2.3rem;
  line-height: 1.739;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-howto .access-by h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.sec-information .sec-access .content-wrapper.content-howto .access-by p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-howto .access-by p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-parking {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sec-information .sec-access .content-wrapper.content-parking .content-text {
  margin-bottom: 20px;
}

.sec-information .sec-access .content-wrapper.content-parking .content-text h4 {
  color: #b12c8d;
  font-size: 2.3rem;
  line-height: 1.739;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-parking .content-text h4 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.sec-information .sec-access .content-wrapper.content-parking .content-text p {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-parking .content-text p {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-parking .content-text .attention-list {
    line-height: 1.3;
  }
}

.sec-information .sec-access .content-wrapper.content-parking .content-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-parking .content-figure {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-information .sec-access .content-wrapper.content-parking .content-figure .parking-map {
  width: 204px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-parking .content-figure .parking-map {
    width: 100%;
    max-width: 204px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.sec-information .sec-access .content-wrapper.content-parking .content-figure .parking-pic {
  width: 381px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-access .content-wrapper.content-parking .content-figure .parking-pic {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .sec-information .sec-reservation h3 {
    margin-bottom: 15px;
  }
}

.sec-information .sec-reservation .reservation-table {
  width: 100%;
}

.sec-information .sec-reservation .reservation-table tr {
  border-bottom: solid 1px #b5b5b5;
}

.sec-information .sec-reservation .reservation-table th {
  width: 178px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-reservation .reservation-table th {
    width: 32%;
    padding-right: 5px;
  }
}

.sec-information .sec-reservation .reservation-table th,
.sec-information .sec-reservation .reservation-table td {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 22px 0;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-reservation .reservation-table th,
  .sec-information .sec-reservation .reservation-table td {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px) {
  .sec-information .sec-reservation .reservation-table tr:first-child th,
  .sec-information .sec-reservation .reservation-table tr:first-child td {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .sec-information .sec-reservation .reservation-table td {
    width: 68%;
  }
}

.sec-information .sec-reservation .reservation-table td .attention-list li {
  position: relative;
  padding-left: 16px;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-reservation .reservation-table td .attention-list li {
    line-height: 1.5;
  }
}

.sec-information .sec-reservation .reservation-table td .attention-list li::before {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 1.6rem;
  content: '※';
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .sec-information .sec-reservation .reservation-table td .attention-list li::before {
    font-size: 1.4rem;
  }
}

.sec-information .sec-reservation .reservation-table td .attention-list.opt-mini li {
  font-size: 1.2rem;
}

.sec-information .sec-reservation .reservation-table td .attention-list.opt-mini li::before {
  font-size: 1.2rem;
}

.sec-information .sec-reservation .reservation-table .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0;
}

.sec-information .sec-reservation .reservation-table .tel .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 20px;
  background: #524a53;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
  margin-right: 10px;
}

.sec-information .sec-reservation .reservation-table .tel .label a {
  font-size: 1.4rem;
  line-height: 1;
  font-family: 'Lato', sans-serif;
}
/*# sourceMappingURL=showroom.css.map */