@charset "utf-8";
/* CSS Document */

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
input[type="button"], input[type="text"], input[type="submit"] {
  -webkit-appearance: none;
}
/* デバイス*/
.pc_none {
  display: none;
}
.sp_none {
  display: inline-block;
}
.pc_none480 {
  display: none;
}

@media screen and (min-width: 0px) and (max-width:768px) {
.pc_none {
  display: inline-block;
}
.sp_none {
  display: none;
}
}
.pc_none640 {
  display: none;
}
.sp_none640 {
  display: inline-block;
}

@media screen and (max-width:640px) {
.pc_none640 {
  display: inline-block;
}
.sp_none640 {
  display: none;
}
}

@media screen and (min-width: 0px) and (max-width:480px) {
.pc_none480 {
  display: inline-block;
}
.sp_none480 {
  display: none;
}
}
/*==========================================
トップエリア
===========================================*/
.top_bg_area {
  height: 445px;
  background: url(../img/showroom/matou/matou_img01.jpg) no-repeat top center, #0B0A0F;
}
.top_img_area {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  display: flex;
  height: 100%;
  flex-direction: row-reverse;
}
.top_img_area img {
  max-width: 380px;
  width: 100%;
  padding: 0 4%;
}
/*==========================================
トップナビゲーション
===========================================*/
.matou_menu {
  padding-top: 30px;
  margin-bottom: 80px;
}
.matou_menu_gnav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.matou_menu_li {
  margin: 0 2%;
  text-align: center;
  max-width: 190px;
  width: 100%;
  height: 100%;
}
.matou_menu_gnav a {
  display: inline-block;
  width: 100%;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 3px solid #eef0f2;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0 0% 4px;
}
.matou_menu_gnav a:hover {
  opacity: 0.5;
  border-bottom: 3px solid #9c948b;
}
.matou_menu_li.current a {
  border-bottom: 3px solid #c6bbaf;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width:480px) {
.matou_menu_gnav {
  display: block;
}
.matou_menu_li {
  margin: 0 auto 6px;
}
.matou_menu_gnav a {
  padding: 4px 0%;
  font-size: 14px;
}
}
/*==========================================
コンテンツ内
===========================================*/

.secound_area {
  margin-bottom: 80px;
}
.content_ttl_area {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 35px;
  text-align: center;
}
.content_ttl {
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.content_ttl_cap {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}
/*==========================================
content_inner_blc01
===========================================*/
.content_inner_blc01 {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.content_inner_blc01_img {
}
.content_inner_blc01_ttl {
  position: absolute;
  bottom: -15%;
  right: 2%;
}

@media screen and (max-width:1140px) {
.content_inner_blc01_ttl {
  width: 40vw;
}
}

@media screen and (max-width:767px) {
.content_inner_blc01_ttl {
  bottom: 0%;
}
}
/*==========================================
content_inner_blc02
===========================================*/
.content_inner_blc02_flex {
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto 60px;
  width: 100%;
}
.content_inner_blc02_txt_area {
  order: 3;
  flex-basis: 60%;
  margin-left: 5%;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 2.2;
}
.content_inner_blc02_txt {
  margin-bottom: 50px;
}
.content_inner_blc02_txt:last-child {
  margin-bottom: 0px;
}
.content_inner_blc02_img {
  order: 1;
  flex-basis: 35%;
}
.content_inner_blc02_txt02 {
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.2em;
  line-height: 2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.content_inner_blc02_txt03 {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 100px;
}

@media screen and (max-width:1140px) {
.content_inner_blc02_txt {
  padding-right: 4%;
}
.content_inner_blc02_txt02 {
  padding: 0 2%;
}
.content_inner_blc02_txt03 {
  padding: 0 2%;
}
}

@media screen and (max-width:767px) {
.content_inner_blc02_flex {
  display: block;
}
.content_inner_blc02_txt_area {
  margin: 0 0 40px 0;
}
.content_inner_blc02_txt {
  padding: 0 4%;
  margin-bottom: 1em;
}
.content_inner_blc02_img {
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
.content_inner_blc02_txt02 {
  font-size: 18px;
}
.content_inner_blc02_txt03 {
  font-size: 20px;
}
}
/*==========================================
content_inner_blc03 間取り
===========================================*/
.content_inner_blc03_flex {
  display: flex;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.content_inner_blc03_flex.flex_area01 {
  margin-bottom: 40px;
}
.content_inner_blc03_flex.flex_area02 {
  flex-direction: row-reverse;
}
.c_i_flex_blc {
  text-align: center;
  margin: 0 2%;
}
.c_i_flex_blc.blc_tp01 {
  flex-basis: 26%;
}
.c_i_flex_blc.blc_tp02 {
  flex-basis: 66%;
  text-align: right;
}
.content_inner_blc03_ttl {
  font-size: 36px;
  color: #505456;
  letter-spacing: 0.06em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  background: url(../img/showroom/matou/matou_img05.png) no-repeat bottom center;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 0 45% 6px 0;
  max-width: 230px;
  margin: 0 auto;
}
.flex_area02 .content_inner_blc03_ttl {
  background: url(../img/showroom/matou/matou_img04.png) no-repeat bottom center;
  -webkit-background-size: contain;
  background-size: contain;
  padding: 0 0 6px 45%;
}
.flex_area01 .c_i_flex_blc_img {
  max-width: 710px;
}
.flex_area02 .c_i_flex_blc_img {
  max-width: 670px;
  display: inline-block;
}

@media screen and (max-width:767px) {
.content_inner_blc03_flex {
  display: block;
}
.content_inner_blc03_ttl {
  padding: 0 18% 6px 0;
}
.flex_area02 .content_inner_blc03_ttl {
  padding: 0 0 6px 18%;
  max-width: 230px;
}
}
