<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*==========================================
 トップ共通
===========================================*/
/*=== セクション見出し ===*/
.sec_ttl {
  margin: 100px auto 40px;
}
@media screen and (max-width: 480px) {
  .sec_ttl {
    margin: 80px auto 40px;
  }
}

/*=== スライダー ===*/
.slick-prev,
.slick-next {
  width: 21px;
  height: auto;
}
.slick-prev:before,
.slick-next:before {
  transition: 0.2s ease-in-out;
  width: 21px;
  opacity: 1;
}
.slick-prev:before {
  content: url(../../img/common/arw_block_l.svg);
}
.slick-next:before {
  content: url(../../img/common/arw_block_r.svg);
}
@media screen and (min-width: 768px) {
  .slick-prev:hover:before,
  .slick-next:hover:before {
    opacity: 0.5;
  }
}
/*==========================================
 スライダー
===========================================*/
.slider_block {
  opacity: 0;
}
.slider_block .slider_post a {
  display: block;
}
.slider_block .slider_post img {
  width: 100%;
  border: none;
  outline: none;
  transition: all 0.3s;
}
.main_slider .slick-dots {
  bottom: 10px;
  padding: 0 20%;
  text-align: left;
}
.main_slider.top_main_slider .slick-dots {
  bottom: 30px;
}
.slick-dots li,
.slick-dots li button,
.main_slider .slick-dots li button:before {
  width: 17px;
  height: 10px;
}
.main_slider .slick-dots li button:before {
  content: "";
  background: #fff;
  opacity: 1;
  color: transparent;
}
.main_slider .slick-dots li.slick-active button:before {
  background: #000;
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
  overflow: hidden;
  height: 0;
  padding-bottom: 40%;
}

@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    height: auto;
    padding-bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .main_slider .slick-dots {
    padding: 0 2%;
  }
  .main_slider.top_main_slider .slick-dots {
    text-align: center;
    bottom: 10px;
  }
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

/* 動画・バナーエリア */
.movie_bnr_area {
  padding: 30px 2%;
  display: flex;
}
/* .movie_bnr_area .MovieArea{
  flex-basis:52%;
  margin-right:2%;
} */
.movie_bnr_area .MovieArea {
  flex-basis: 52%;
  margin-right: 2%;
}
.Movie {
  position: relative;
  padding-bottom: 71%;
  height: 0;
  overflow: hidden;
}
.movie_bnr_area .Movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_bnr_area .BnrArea {
  flex-basis: 46%;
}
.movie_bnr_area .bnr_link_area:first-child {
  margin-bottom: 25px;
}
.bnr_a:hover {
  opacity: 0.5;
}
.bnr_a .bnr_post_img {
  transition: 0.5s;
}
.bnr_a .bnr_post_img:hover {
  opacity: 0.5;
}
.trim_h,
.trim_w {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.trim_h img,
.trim_w img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.trim_h img {
  /*縦*/
  height: 100%;
  max-width: inherit;
}
.trim_w img {
  /*横*/
  height: auto;
  width: 100%;
}
.bnr_post_img.trim_w {
  padding-top: 37.6%;
}
@media screen and (max-width: 767px) {
  .movie_bnr_area {
    display: block;
    padding: 0 2%;
    margin: 0 auto 30px;
  }
  .movie_bnr_area .MovieArea {
    margin-right: 0;
    margin: 25px 0;
  }
}

.movie-popup a {
  position: relative;
  display: block;
  width: 100%;
}
.movie-popup a img {
  width: 100%;
}
.movie-popup a::before {
  background: url(../../img/common/icon-youtube.svg) center center / 64px 44px
    no-repeat;
  content: "";
  display: block;
  width: 64px;
  height: 44px;
  margin: -22px auto 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.6;
}
.movie-popup a:hover::before {
  opacity: 1;
}
/*==========================================
 注目コンテンツ
===========================================*/
/*.pickup_contents {
 max-width: 300px;
 width: 100%;
 margin: 0 0 0 auto;
 min-height: 50px;
}
.pickup_block{
 max-width: 300px;
}
.btn_pickup{
 min-height: 50px;
 line-height: 46px;
 padding: 0 0 0 55px;
}
.btn_pickup p {
 font-size: 16px;
}
.pickup_item_inner {
    max-width: 240px;
}*/
/*==========================================
 リフォームメニュー
===========================================*/
.reform_menu_list {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.reform_menu_list li {
  text-align: center;
  /*width: 15.1%;*/
  flex-basis: 29%;
  margin: 0 0 55px;
}
.reform_menu_list li a {
  display: block;
  max-width: 165px;
  margin: 0 auto;
}
.reform_menu_list .menu_ttl {
  margin: 15px auto 0;
}
/*@media screen and (min-width: 768px){
.reform_menu_list li:not(:nth-child(5n)){
 margin: 0 5% 0 0;
}
.reform_menu_list li:nth-of-type(-n+5){
 margin-bottom: 55px;
}
}*/
@media screen and (max-width: 767px) {
  .reform_menu_list .menu_ttl {
    margin: 5px auto 0;
  }
  /*.reform_menu_list li:last-child{
 margin: 0;
}*/
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .reform_menu_list li {
    /*width: 20%;
 margin: 0 0 20px 0;*/
    flex-basis: 29%;
    margin: 0 1% 20px;
  }
  /*.reform_menu_list li:not(:nth-child(4n)){
 margin: 0 2% 0 0;
}*/
  .reform_menu_list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .reform_menu_list::after {
    content: "";
    display: block;
    width: 23%;
  }
}
@media screen and (max-width: 480px) {
  .reform_menu_list li {
    flex-basis: 48%;
    margin: 0 1% 20px;
  }
}

/*==========================================
 リフォームメニュー【20200915】
===========================================*/
.sec-reformmenu.reformmenu_showroom .sec_ttl {
  margin: 100px auto 40px;
}
.reformmenu-ttl {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 25px;
}
.reformmenu-ttl span {
  font-size: 2.4rem;
}
.reformmenu-ttl.house {
  color: #f93;
}
.reformmenu-ttl.point {
  color: #005c3f;
}
.reformmenu-house {
  margin-bottom: 60px;
}
.reformmenu-house-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reformmenu-house-list li {
  width: calc(94% * 1 / 3);
}
.reformmenu-house-list li a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 120px 10px 15px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(72, 39, 0, 0.8);
  position: relative;
}
.reformmenu-house-list li a.used {
  background-image: url("../../img/index/bnr-used.jpg");
}
.reformmenu-house-list li a.reform {
  background-image: url("../../img/index/bnr-reform.jpg");
}
.reformmenu-house-list li a.twofamily {
  background-image: url("../../img/index/bnr-twofamily.jpg");
}
.reformmenu-house-list li a.roof-wall {
  background-image: url("../../img/index/bnr-roof-wall.jpg");
}
.reformmenu-house-list li a span {
  position: relative;
  z-index: 1;
}
.reformmenu-house-list li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.reformmenu-house-list li a:hover::before {
  background: rgba(255, 153, 51, 0.6);
}
.reformmenu-point-list {
  display: flex;
  justify-content: space-between;
}
.reformmenu-point-list li {
  width: calc(94% * 1 / 5);
  text-align: center;
}
.reformmenu-point-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #005c3f;
  padding: 15px 10px;
  color: #005c3f;
  line-height: 1.4;
  font-size: 1.8rem;
}
.reformmenu-point-list li a:hover {
  background: #e2efeb;
}
@media screen and (max-width: 960px) {
  .reformmenu-house-list li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .reformmenu-house-list li:nth-child(n + 4) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reformmenu-house-list {
    display: block;
  }
  .reformmenu-house-list li {
    width: 100%;
  }
  .reformmenu-house-list li:not(:last-child) {
    margin-bottom: 25px;
  }
  .reformmenu-house-list li a {
    font-size: 1.8rem;
    padding: 40% 10px 3%;
  }
  .reformmenu-point-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reformmenu-point-list li {
    width: calc(94% * 1 / 3);
  }
  .reformmenu-point-list li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .reformmenu-point-list li:nth-child(n + 4) {
    margin-top: 25px;
  }
  .reformmenu-point-list li a {
    min-height: 107px;
  }
}
@media screen and (max-width: 480px) {
  .reformmenu-ttl {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .reformmenu-ttl span {
    font-size: 2rem;
  }
  .reformmenu-point-list li {
    width: calc(94% * 1 / 2);
  }
  .reformmenu-point-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .reformmenu-point-list li:nth-child(2n) {
    margin-left: 4%;
  }
  .reformmenu-point-list li:nth-child(n + 3) {
    margin-top: 15px;
  }
  .reformmenu-point-list li a {
    padding: 7px 10px;
    min-height: 82px;
    font-size: 1.6rem;
  }
}

/*==========================================
 リフォームメニュー（コラム）20190618改修
===========================================*/
.cst01 {
}
.cst01 .reform_menu_list {
  max-width: 1140px;
}
.cst01 .reform_menu_list li {
  width: auto;
  flex-basis: calc(84% * 1 / 4);
  margin: 0 2% 55px;
}
.cst01 .reform_menu_list li a {
  max-width: inherit;
}
.cst01 .reform_menu_list .menu_ttl {
  margin: 6px auto 0;
  line-height: 1.6;
  text-align: left;
}
.cst01 .reform_menu_list li a .menu_img {
  height: 0;
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.cst01 .reform_menu_list li a .menu_img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  max-height: 100%;
  height: 100%;
}
.cst01 .reform_menu_list li a .menu_p {
  text-align: left;
  font-size: 14px;
}
.cst01 .btn_ow {
  line-height: 1.4;
  padding: 10px 0;
}
.cst01 .btn_ow .btn_ow_span {
  display: inline-block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .cst01 .reform_menu_list li {
    flex-basis: calc(92% * 1 / 2);
    margin: 0 2% 55px;
  }
}
/*==========================================
 イベント情報
===========================================*/
.event_block {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto 30px;
}
.event_item {
  max-width: 335px;
  width: 100%;
  /*margin: 0 15px;*/
  margin: 0 1%;
  border: 1px solid #eee;
  padding-bottom: 8px;
}

.slick-list .event_item {
  margin: 0 15px;
}

.event_item a {
  display: block;
}
.event_item .event_img {
  margin: 0 auto 10px;
  position: relative;
}
.event_img_inner {
  /*background: #e0e0e0;*/
  /* padding-bottom: 100%;*/
  padding-bottom: 75%;
}
.new {
  position: absolute;
  top: -8px;
  right: 0;
  width: 59px;
  height: auto;
}

.event_data {
  padding: 0 8px;
}
.event_data_cat {
  min-height: 55px;
  padding-top: 4px;
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  .event_data_cat {
    min-height: 85px;
  }
}
.event_data .event_day {
  line-height: 1;
  padding-top: 4px;
  height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event_data .event_day .far {
  width: 1em;
  text-align: center;
  margin-right: 1rem;
}
.event_data .event_add {
  line-height: 1;
  padding-top: 4px;
  height: 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.event_data .event_add .fas {
  width: 1em;
  text-align: center;
  margin-right: 1rem;
}
.event_data .event_ttl {
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6",
    "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin: 12px auto 0;
  line-height: 1.5;
  height: 3em;
}
.eventcolor {
  width: auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 3px 4%;
  line-height: 1;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #005c3f;
  display: inline-block;
  margin-bottom: 8px;
}
.event_block .slick-prev,
.event_block .slick-next {
  top: 40%;
}
@media screen and (max-width: 1169px) {
  .event_block {
    padding: 0 25px;
  }
  .event_block .slick-prev {
    left: 0;
  }
  .event_block .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .slick-list .event_item {
    margin: 0 2px;
  }

  .event_item a {
  }
  .event_item .event_img {
  }
}
/*==========================================
 施工事例
===========================================*/
.works_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works_item {
  max-width: 330px;
  width: 31%;
  margin-bottom: 25px;
}
.works_item a {
  display: block;
}

.works_item .works_ttl {
  font-size: 1.8rem;
  overflow: hidden;
  position: relative;
  height: 1.5em;
  line-height: 1.5;
  background-color: #fff;
  padding-right: 0.6em;
  margin: 0 auto 10px;
}
.works_item .works_ttl::before {
  content: "..";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0.6em;
}
.works_item .works_ttl::after {
  content: "";
  position: relative;
  right: -1em;
  float: right;
  width: 1em;
  height: 100%;
  background-color: inherit;
}
.works_img {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.works_img_inner {
  padding-bottom: 67.39%;
  transition: 0.2s ease-in-out;
}
.works_img_inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}
.works_item .works_category {
  margin: 10px auto 0;
  flex-wrap: wrap;
}
.works_item .works_category li {
  background: #fff;
  color: #ff9933;
  display: inline-block;
  padding: 3px 10px;
  font-size: 1.4rem;
  border-radius: 10px;
  margin: 0 5px 10px 0;
  border: 1px solid #ff9933;
}
.works_tag_box {
  display: flex;
  width: 100%;
}
.works_tag {
  /*  position: absolute; */
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(227, 156, 19, 0.5);
  padding: 5px 12px;
  color: #fff;
  font-size: 12px;
  margin-top: 4px;
  margin-right: 2%;
  display: inline-block;
}
@media all and (-ms-high-contrast: none) {
  .works_tag {
    padding: 8px 4% 5px;
  }
}
.sl_mansion {
  background: rgba(243, 72, 20, 0.5);
}
.sl_house {
  background: rgba(0, 121, 183, 0.5);
}
@media all and (-ms-high-contrast: none) {
  .works_item .works_category li {
    padding: 7px 15px 2px;
  }
}
.works_block {
  max-width: 1000px;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1129px) {
  .works_block .slick-prev {
    left: -10%;
  }
  .works_block .slick-next {
    right: -10%;
  }
}
@media screen and (min-width: 768px) {
  .works_block::after {
    content: "";
    display: block;
    width: 31%;
  }
}
@media screen and (max-width: 1039px) {
  .works_block {
    padding: 0 25px;
  }
  .works_block .slick-prev {
    left: 0;
  }
  .works_block .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .works_block {
    padding: 0 2.5%;
  }
  .works_item {
    max-width: 330px;
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .works_block {
    padding: 0 4%;
  }
  .works_item .works_ttl {
    font-size: 1.4rem;
    margin: 0 auto 5px;
  }
  .works_item .works_category li {
    padding: 2px 10px;
    margin: 0 5px 5px 0;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 480px) and (-ms-high-contrast: none) {
  .works_item .works_category li {
    padding: 5px 10px 1px;
  }
}

/*===================================
 施工事例favorit_btn1112
====================================*/
.favorite_btn_area {
  position: relative;
  z-index: 0;
}
.favorite_btn {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 12px;
  appearance: none;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  bottom: 10px;
  right: 2%;
  z-index: 2;
}
.favorite_btn .fav_icon {
  display: block;
  font-size: 20px;
}
.addfavorite {
  z-index: 10;
  color: #bbbbbb;
}
.removefavorite {
  color: #f7757c;
}
.fav_txt {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .favorite_btn {
    position: absolute;
    width: 44px;
    height: 44px;
    padding: 4px;
    bottom: 8px;
    right: 2%;
  }
  .favorite_btn .fav_icon {
    display: block;
    font-size: 18px;
  }
  .fav_txt {
    font-size: 10px;
  }
}

/*==========================================
 お知らせ　※実話から生まれたとのflex含む
===========================================*/
.top_flex_box {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
}
.top_flex_box .ttl_en {
  font-size: 3.4rem;
}
.news {
  flex-basis: 48%;
  margin: 0 1%;
}
.grand-m {
  flex-basis: 48%;
  margin: 0 1%;
}
.news_block .news_post a {
  flex-wrap: wrap;
}
.news_block .news_post .nesw_txt {
  width: 100%;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .top_flex_box {
    display: block;
  }
}

/*==========================================
 おばあちゃんとクレヨン
===========================================*/
/*.grand-m{
 margin: 100px auto 0;
}*/
.grand-m .grand-m_ttl {
  font-family: "Hannari";
  font-size: 2.5rem;
  color: #005c3f;
}
.grand-m .lead_txt {
  max-width: 645px;
  width: 100%;
  margin: 0 0 50px auto;
}
.grand-m .lead_txt .txt_ja {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
  text-align: right;
  border-bottom: 1px solid #808080;
  line-height: 1.5;
}
.grand-m .lead_txt .txt_en {
  font-size: 1.8rem;
  margin: 5px auto 0;
}
.grand-m_block {
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grand-m .txt_block {
  margin: 20px auto 40px;
  height: 4.6em;
}
.grand-m .txt_block p {
  line-height: 2;
  font-size: 1.8rem;
}
.grand-m .txt_block p:not(:last-child) {
  margin: 0 auto 35px;
}
.grand-m_block .item_img .item_img_inner {
  padding-top: 68.94%;
  /* padding-top: 50.94%;*/
}
/*=== ボタン ===*/
.btn_gm {
  margin: 0 auto 0;
  max-width: 180px;
}

@media screen and (min-width: 768px) {
  .grand-m_block .item_body {
    width: 100%;
  }
  .grand-m_block .item_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto 8px;
    padding: 0 5%;
  }
  /*.grand-m_block .item_img img{
 position: absolute;
 top: 0;
 right: 0;
 width: auto;
 height: 100%;
 max-width: initial;
}*/
}
@media screen and (min-width: 1060px) {
  .grand-m_block .item_body {
    width: 100%;
    margin: 0 2% 0 0;
  }
}
@media screen and (max-width: 767px) {
  .grand-m .lead_txt .txt_ja {
    font-size: 2.3rem;
    letter-spacing: normal;
  }
  .grand-m_block {
    display: block;
  }
  .grand-m_block .item_img {
    margin: 0 auto 20px;
    max-width: 570px;
  }
  .grand-m .txt_block p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .grand-m {
    margin: 80px auto 0;
  }
  .grand-m .lead_txt {
    margin: 0 0 25px auto;
  }
  .grand-m .txt_block p br {
    display: none;
  }
}

/*==========================================
 ショールーム
===========================================*/
.showroom_list {
  flex-wrap: wrap;
  justify-content: space-between;
}
.showroom_list_li a {
  display: block;
  line-height: 1.5;
}
.showroom_list .showroom_ttl {
  text-align: center;
}
.showroom_list .showroom_ttl span {
  display: inline-block;
}

/* .showroom_list li.tokyo {
  width: 41.5%;
  margin: 0 0 45px 0;
  text-align: center;
  white-space: nowrap;
} */
.showroom_list li.tokyo .irodori_txt {
  padding: 10px;
}

.showroom .list_box_irodori {
  display: flex;
  flex-wrap: wrap;
}

.showroom .list_box_irodori li {
  flex-basis: 40%;
  /* margin: 40px 0; */
}

.list_box_irodori .irodori_container {
  position: relative;
  display: inline-block;
  text-align: center;
}

.showroom .irodori_txt {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "ＭＳ ゴシック", sans-serif;
  margin-bottom: 10px;
  font-size: clamp(14px, 1.6vw, 16px);
  padding: 10px;
  line-height: 1.2;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.showroom .list_box_irodori li img {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
}

@media screen and (min-width: 481px) {
  .showroom_list_li {
    width: 23.5%;
    margin: 0 0 45px 0;
  }

  .showroom_list_li.irodori {
    width: 40%;
  }

  /* .showroom_list_li:not(:nth-child(4n)) {
    margin: 0 2% 0 0;
  } */
  .showroom_list::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .showroom_list::after {
    content: "";
    display: block;
    width: 23%;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .showroom_list .showroom_ttl {
    font-size: 1.4rem;
    text-align: left;
  }
  .showroom_list .showroom_ttl span {
    display: inline;
  }
  .showroom_list li.tokyo {
    width: 45%;
  }
  .showroom_list li.tokyo .irodori_txt {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .showroom_list_li {
    width: 49%;
    margin: 0 0 25px 0;
  }
  .showroom_list_li:not(:nth-child(even)) {
    margin: 0 2% 0 0;
  }
  .showroom_list_li:last-child {
    margin-bottom: 0;
  }
  .showroom_list li.tokyo {
    width: 100%;
    margin: 10px 0 45px 0;
  }
  .showroom .list_box_irodori li {
    flex-basis: 100%;
    margin: 20px 0;
  }
}

/*==========================================
 service_area
===========================================*/
.service_area {
}
.service_area_area {
}
.s_a_ttl {
  font-size: 20px;
  padding: 5px 20px;
  margin: 0 auto 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-left: solid 5px #ffa347;
  border-bottom: 1px solid #ccc;
}
.s_a_txt {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 0 2.3%;
}
.s_a_txt a {
  font-weight: 500;
  border: 1px solid #ccc;
  padding: 3px 15px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
.s_a_txt a:hover {
  background: #fff5dd;
  color: #f93;
  font-weight: bold;
}
.s_a_txt .s_a_txt_span {
  display: inline-block;
  font-weight: 500;
  border: 1px solid #fff;
  padding: 3px 5px;
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .s_a_txt a {
    padding: 2px 10px;
    margin: 0 6px 6px 0;
  }
  .s_a_txt .sp-border {
    display: block;
    border-top: 1px dotted #ddd;
    padding: 10px 0 0 0;
    margin-top: 4px;
  }
  .s_a_ttl {
    font-size: 18px;
  }
  .s_a_txt {
    font-size: 16px;
  }
}

/*==========================================
 バナー
===========================================*/
.lineup {
  margin-top: 100px;
}
.lineup-list {
  display: flex;
  /*justify-content: space-between;*/
  max-width: 1000px;
  justify-content: center;
}
.lineup-list li {
  width: 32%;
  border: 1px solid #ccc;
  font-size: 0;
  margin: 0 1%;
}
.lineup-list li a {
  display: block;
}
@media screen and (min-width: 768px) {
  .lineup-list li a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .lineup-list {
    display: block;
  }
  .lineup-list li {
    width: 100%;
    text-align: center;
    border: none;
    margin: 0 1% 20px;
  }
  .lineup-list li a {
    display: inline-block;
    border: 1px solid #ccc;
  }
}

/* ====================================
 20230425
====================================== */
.index-kuchikomi {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  margin-top: 80px;
}
.index-kuchikomi .footer_item_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 2%;
}
.index-kuchikomi .item_fb_inner {
  overflow: auto;
  text-align: center;
  width: 100%;
  max-height: 450px;
  border: 1px solid #bfbbbb;
  padding: 5% 2% 0;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo,
    "ＭＳ ゴシック", sans-serif;
}
.index-kuchikomi .main_star {
  color: #f5a708;
  font-size: 1.4em;
}
.index-kuchikomi .main_score {
  color: #363a44;
  font-weight: bold;
  font-size: 28px;
  margin: 0 10px;
}
.index-kuchikomi .main_count {
  color: #86888d;
  font-size: 13px;
  margin-bottom: 3px;
}
.index-kuchikomi .widget_ul {
  /*padding: 16px;*/
}
.index-kuchikomi .widget_li {
  border: 1px solid #e9e9eb;
  border-radius: 4px;
  background: #fff;
  margin-top: 16px;
  padding: 24px;
  text-align: left;
}
.index-kuchikomi .widget_li_name {
  font-size: 16px;
  color: #363a44;
  font-weight: bold;
  margin-bottom: 6px;
}
.index-kuchikomi .widget_li_star {
  color: #f5a708;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 12px;
}
.index-kuchikomi .widget_li_date {
  display: inline-block;
  color: #86888d;
  font-size: 13px;
  margin-left: 4px;
}
.index-kuchikomi .widget_li_shopName {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.index-kuchikomi .widget_li_comment {
  font-size: 15px;
  color: #363a44;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 500;
}
.index-kuchikomi .platformName_img {
  display: inline-block;
  max-width: 20px;
  vertical-align: text-top;
  margin-right: 10px;
}
.index-kuchikomi .widget_li_platform {
  text-align: right;
  color: #86888d;
  font-size: 13px;
}
.index-kuchikomi .widget_li_platform a {
  display: inline-block;
  border-bottom: 1px dashed #fff;
  padding-bottom: 2px;
}
.index-kuchikomi .widget_li_platform a:hover {
  opacity: 0.7;
  border-bottom: 1px dashed #363a44;
}
.index-kuchikomi .more_page {
  margin: 10px 0;
  text-align: center;
}
.index-kuchikomi .more_page a {
  border: 1px solid #e9e9eb;
  padding: 12px 16px;
  width: 240px;
  border-radius: 100px;
  color: #0086d6;
  background: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}
.index-kuchikomi .more_page a:hover {
  background: #f8f8fa;
}
</pre></body></html>