@charset "utf-8";
/*============================================
titleArea
=============================================*/
.titleArea {
  width: 100%;
  padding: 42px 0;
  text-align: center;
  background: #f4eaec;
}
.titleArea .title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-family: Brandon_bld;
  font-size: 30rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1;
}
.titleArea .title:before, .titleArea .title:after {
  position: absolute;
  bottom: 50%;
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  background: #111;
}
.titleArea .title:before {
  left: -78px;
}
.titleArea .title:after {
  right: -78px;
}
.titleArea .lead {
  width: 100%;
  max-width: 780px;
  margin: 26px auto 0;
  color: #555;
  font-size: 13rem;
  line-height: 2;
  text-align: center;
}
.titleArea .lead a {
  margin: 0 3px;
  font-size: inherit;
  text-decoration: underline;
}
.titleArea .img {
  margin-top: 16px;
}
.titleArea .img img:first-child {
  margin-right: 10px;
}
.titleArea .menuList {
  width: 600px;
  margin: 26px auto 0;
  text-align: center;
}
.titleArea .menu {
  display: inline-block;
  width: 32%;
  padding: 16px 16px 16px 42px;
  border-bottom: 1px dotted #aaa;
  text-align: left;
}
.titleArea .menu:nth-child(3n-1) {
  margin: 0 2%;
}
/*============================================
contentArea
=============================================*/
.contentArea {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.contact {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 50px auto;
  text-align: center;
}
.contact-tel {
  display: block;
  font-size: 20rem;
  line-height: 1.3;
  font-weight: bold;
  background-color: #F5EAEC;
  padding: 10px 0;
  margin: 0 0 20px 0;
}
.contact-box {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.contact-box__tel {
  font-size: 26rem;
  margin: 0 0 20px 0;
}
.contact-box__time {
  font-size: 16rem;
  line-height: 1.6;
}
.para {
  width: 100%;
  margin-top: 68px;
  text-align: left;
}
.sectTitle {
  font-size: 26rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 20px;
}
.sectContent {
  margin-top: 26px;
}
.toGoogleMap {
  margin-top: 10px;
  text-align: left;
}
.mapGoogle {
  width: 100%;
  padding: 0 20px;
}
.para a {
  margin: 0 3px;
  font-size: inherit;
  text-decoration: underline;
}
.para .text {
  margin: 26px 16px 0;
  font-size: 13rem;
  line-height: 2;
}
.para .subTitle {
  margin-bottom: 6px;
  font-size: 16rem;
  color: #555;
  font-weight: bold;
}
.para .subText {
  padding: 0 26px;
  font-size: 13rem;
  line-height: 2;
}
.para .subTitle .num {
  display: inline-block;
  width: 26px;
  padding: 5px 0;
  margin-right: 5px;
  line-height: 1;
  border: 2px solid #aaa;
  background: #444;
  color: #aaa;
  text-align: center;
  vertical-align: baseline;
  font-family: Brandon_bld;
}
.para .table {
  margin: 26px 16px 0;
}
.para .table .data {
  width: 100%;
  font-size: 13rem;
  border-top: 1px solid #aaa;
}
.para .table .category {
  padding: 10px;
  border-bottom: 1px solid #aaa;
  white-space: nowrap;
  vertical-align: top;
}
.para .table .item {
  width: 15%;
  padding: 10px;
  color: #999;
  font-size: 13rem;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #ccc;
  white-space: nowrap;
  vertical-align: top;
}
.para .table .content {
  padding: 10px;
  line-height: 1.5;
  font-size: 13rem;
  border-bottom: 1px solid #aaa;
}
.para .table a {
  font-size: inherit;
  text-decoration: underline;
}
.products .name {
  display: inline-block;
  padding-right: 26px;
  text-align: center;
  font-family: Brandon_bld;
  font-size: 18rem;
  font-weight: bold;
}
.products .lead {
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
  color: #555;
  font-size: 12rem;
  line-height: 1.5;
}
.products .lead:before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 68px;
  top: 0;
  left: 50%;
  margin-left: -34px;
  background: #111;
}
.products:hover .photo, .products:hover .name, .products:hover .lead:before {
  opacity: .7;
}
.media {
  padding: 16px;
  border-bottom: 1px solid #ddd;
}
.media .md_floatL {
  width: 50%;
  padding-right: 16px;
  text-align: left;
}
.media .mediaName {
  margin-top: 16px;
  font-weight: bold;
  font-size: 16rem;
  line-height: 1.5;
}
.media .publish {
  margin-top: 10px;
  font-size: 12rem;
}
.media .company {
  font-size: inherit;
}
.media .company:before {
  content: "（";
}
.media .company:after {
  content: "）";
}
.media .text {
  margin-top: 16px;
  line-height: 1.5;
}
.toPageLink {
  margin-top: 42px;
  text-align: center;
}
.toPageLink .link {
  display: inline-block;
  padding: 10px 10px 10px 31px;
  margin-left: 10px;
  font-size: 12rem;
}
.toPageLink .link:first-child {
  margin: 0;
}
.tel {
  text-align: center;
}
.tel .sectTitle {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  text-align: center;
  font-weight: bold;
  background-color: #F4EAEC;
  font-size: 20rem;
  padding: 10px;
}
.tel .sectContent {
  width: 100%;
  max-width: 600px;
  margin: 26px auto 0;
  border-bottom: solid 1px #aaa;
  padding-bottom: 10px;
  line-height: 1.5;
}
.tel .tel_number {
  font-size: 25rem;
}
/*ショールームカレンダー*/
.calender {
  width: 100%;
  margin: 30px 16px 0;
}
.calender p {
  width: 100%;
  font-size: 16rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.map {
  display: flex;
}
.mapGoogle {
  width: 100%;
}
.mapGoogle img {
  width: 100%;
}
.mapGoogle iframe {
  width: 100%;
  aspect-ratio: 6/4;
}
@media screen and (max-width: 800px) {
  .titleArea {
    padding: 90px 0 0 0;
  }
  .titleArea .lead {
    width: 100%;
    padding: 0 20px 30px;
  }
  .calender, .mapGoogle {
    width: 95%;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .map {
    display: block;
  }
}