@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */

* {
  box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 1px;
  color: #616161;
}

.header__link-reform {
	color: #EDB35D;
}
@media (max-width: 740px) {
	.header__link-reform {
	  color: #fff;
	}
}

.extra-header__link-index {
	color: #512f27;
}

.reform-first {
  position: relative;
  height: 564px;
  background-image: url("../../img/reform/top.jpg");
  background-size: cover;
}
.reform-first__img {
  position: absolute;
  top: 200px;
  left: 600px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.reform-first__content {
  height: 564px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.reform-first__title {
  color: white;
  font-size: 37px;
  font-weight: bold;
  width: 100%;
}
.reform-first__text {
  margin: 10px 0 0 0;
  color: white;
  font-size: 15px;
  width: 100%;
  line-height: 1.5em;
}

.reform-overviews {
  margin:0;
  padding: 50px 2.5% 50px 2.5%;
}
.reform-overviews__title {
  width:auto;
  color: #EDB35D;
  text-align: left;
  font-size: 30px;
  font-weight: lighter;
  line-height:1.5em;
  letter-spacing: 10px;
  margin: 50px 0 30px 00px;
  position:relative;
  display:block;
}
.reform-overviews__title::after{
    content: "";
    width:100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    border-bottom: 1px solid #EDB35D;
}

.reform-overviews__two {
  margin: 10px 0 0px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom:1px dotted #ccc;
  padding-bottom:50px;}

  @media (max-width: 740px) {
.reform-overviews__title {
  text-align:center;
}
.reform-overviews__title::after{
    content: "";
    width:100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin:0 auto;
    border-bottom: 1px solid #EDB35D;
}
.reform-overviews__two {
  width:100%;
  padding:30px 0 0 0;

}
.reform-overviews__overview {
  width:100%;
}

.reform-overviews__images {
  display:none;
}
  }
.reform-overviews__two--reverse {
  margin: 10px 0 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom:1px dotted #ccc;
  padding-bottom:50px;
}
.reform-overviews__two--reverse .reform-overviews__image {
  order: 2;
}
.reform-overviews__image img {
  width:100%;
  padding:0;
}
.reform-overviews__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}
@media (max-width: 740px) {
.reform-overviews__info {
  margin:0 0 0 %;
}
}
.reform-overviews__number {
  color: #EDB35D;
  font-size: 50px;
  font-style: italic;
}
.reform-overviews__japanese {
  color: #EDB35D;
  font-weight: bold;
  margin: 0 0 0 10px;
}
.reform-overviews__writings, .reform-overviews__writings--space {
  width: 450px;
}
 .top-llust-pc {
  width:200px;
  margin:0 0 0 100px;
}
.reform-overviews__writings--space {
  margin: 0 100px 0 0;
}
@media (max-width: 740px) {
  .top-llust {
   width:200px;
   margin:0;
  }
  .reform-overviews__writings--space {
   margin:0;
  }
}
.reform-overviews__writings--space img.top-llust {
  width:200px;
}


.reform-overviews__headline {
  font-size: 25px;
  line-height: 1.5em;
}
.reform-overviews__text {
  font-size: 13px;
  line-height: 1.7em;
  letter-spacing:1px;
}
.reform-overviews__link {
  width: 334px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #616161;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
  font-weight: bold;
  margin: 50px 0 0 0;
  padding:0 0 0 50px;
}
.reform-overviews__link i {
  color: #ccc;
  margin-left:50px;
  vertical-align:middle;
}
@media (max-width: 740px) {
.reform-overviews__link i {
  margin-left:10px;
}
}
.reform-overviews__link:hover {
  background-color: #333333;
  color: white;
}

.reform-contact {
  background-color: #FFD4A0;
  padding: 50px 0 0 0;
}
.reform-contact__title {
  color: #EDB35D;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  position: relative;
  padding: 0 0 15px 0;
}
.reform-contact__title::after {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #616161;
}
.reform-contact__headline {
  color: #616161;
  text-align: center;
  margin: 30px 0 0 0;
  font-size: 24px;
}
@media (max-width: 740px) {
.reform-contact__headline {
  font-size:17px;
}
}
.reform-contact__paragraph {
  color: #616161;
  text-align: center;
}

.reform-showroom, .reform-showroom--contact {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0;
}
@media (max-width: 740px) {
  .reform-contact__paragraph {
    font-size:13px;
    line-height:1.7em;
    letter-spacing:1px;
  }
  .reform-overviews__writings--space {
    width:100%;
    margin: 0;
  }
  .reform-overviews__text {
    width:100%;
  }
  .reform-showroom, .reform-showroom--contact {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }
}

.reform-showroom--contact {
  padding: 0;
}
.reform-showroom__title {
  text-align: center;
  margin: 30px 0 10px 0;
  font-weight: bold;
  font-size: 18px;
}
.reform-showroom__text {
  line-height: 1.7em;
  margin: 30px 0;
  font-size:13px;
  letter-spacing:1px;
}
.reform-showroom__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 740px) {
.reform-showroom__images {
  width:100%;
}
}

.reform-showroom__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}
.reform-showroom__infos {
  width: 560px;
}
.reform-showroom__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 1.5em;
}
.reform-showroom__info dt {
  font-size: 13px;
  font-weight: bold;
  width: 20%;
}
.reform-showroom__info dt::after {
  content: "\FF1A";
}
.reform-showroom__info dd {
  width: 80%;
  font-size: 13px;
}
.reform-showroom__upper {
  border-bottom: 1px dotted #616161;
}
.reform-showroom__name {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 740px) {
.reform-showroom__name {
  width:100%;
  text-align:center;
}
}
.reform-showroom__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 10px 0;
}
.reform-showroom__links i {
  margin: 0 10px 0 0;
}
.reform-showroom__tel {
  font-size: 22px;
  display:block;
}
.reform-showroom__tel-sp{
  display:none;
}
@media (max-width: 740px) {
.reform-showroom__tel {
  display:none;
}
.reform-showroom__tel-sp {
  width:100%;
  text-align:center;
  display:block;
  font-size:22px;
}
}
.reform-showroom__mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #616161;
  border-radius: 10px;
  width: 250px;
  height: 35px;
}
.reform-showroom__mail:hover{
  background-color: #333333;
color: white;
}
.reform-showroom__lists {
  margin: 30px 0;
}
.reform-showroom__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 50px 0 0 0;
}
.reform-showroom__explain {
  width: 560px;
}
.reform-showroom__paragraph {
  font-size: 13px;
  line-height: 1.5em;
}
.top-llust-sp {
  display:none;
}

@media (max-width: 740px) {
  .reform-showroom__infos {
    width: 100%;
  }
.reform-showroom__main {
  width:100%;
}
.reform-showroom__main img {
  width:100%;
}
.reform-showroom__image {
  width:100%;
}
.top-llust-pc {
  display:none;
}
.top-llust-sp {
  display:block;
  width:70%;
  margin:0 0 0 15%;
}
}
.reform-overviews__images-sp {
  display:none;
}
.jirei-sp {
  display:none;
}
@media (max-width: 740px) {
.jirei-sp {
  width:100%;
  display:block;
  float:left; clear:none;
  padding:0;
  align-items: flex-start;
}
}
.reform-overviews__image-pc {
  display:block;
}
@media (max-width: 740px) {
  .reform-overviews__image-pc {
    display:none;
  }

}
.lead_sp {display:none;}
    @media screen and (max-width: 768px) {
      .static-first__text {
        display:none;
      }
      .lead_sp {
    text-align: center;
    margin: 50px 2.5% 0 2.5%;
    font-weight: bold;
    line-height: 1.7em;
    white-space: pre-line;
    font-size: 14px;
    letter-spacing: 1px;
    text-align:center;
    display:block;
}
        .wrapper {
            width: auto;
        }

        .header__link-wrapper .header__link {
            margin: 0 25px 0 0;
        }

        .inner {
            width: auto;
        }

        .header__form .header__input {
            width: 200px;
        }

        .inner .favorite-list__buttons {
            display: flex;
        }

        .header__button i {
            margin-bottom: 10px;
        }

        .reform-showroom--contact {
            width:auto;
        }

        .reform-showroom__main {
            width: 100%;
        }

        .reform-showroom__main > img {
            width: 100%;
        }
		.reform-overviews__writings {
			width: 100%;
		}
        .reform-overviews__writings--space {
            margin: 0;
			width: 100%;
        }
		.reform-overviews__upper {
				width: 100%;
		}

		.reform-overviews__upper > img{
				width: 100%;
		}

		.reform-overviews__lower {
				width: 100%;
		}

		.reform-overviews__lower > img{
				width: 100%;
		}

		.reform-overviews__two--reverse  {
			width: 100%;
		}
		.reform-overviews__image {
			order: inherit;
			width: 100%;
		}

		.reform-overviews__link {
			margin: 50px 10px 10px 10px;
		}
		.reform-showroom--contact {
			width: 100%;
		}

		.reform-showroom__images {
			width: 100%;
		}
		.reform-overviews__images {
			width: 100%;
		}

		.reform-overviews__writings--space {
			width: 100%
		}

		.reform-overviews__writings--space img.top-llust {
			width: 100%;
		}
    br.pc  {
      display:block;
    }
    @media (max-width: 740px) {
      .reform-overviews__writings--space img.top-llust {
  			width: 50%;
        margin:0 25% 0 25%;
  		}
      br.pc  {
        display:none;
      }
      .top-llust {
        width:50%;
        margin:0 0 0 25%;
      }
    }
		.reform-overviews__text {
			width: 100%;
		}

		.reform-showroom__text {
			margin: 30px 10px;
		}
		.reform-overviews__headline {
			width: 100%;
		}

		.reform-overviews__link {
			width: 98%;
			margin: 10px;
		}

		.reform-overviews__two--reverse {
			width : 100%;
		}

		img {
			width: 100%;
			padding: 10px;
		}

		.reform-showroom__mail {
			text-align: center;
			margin: 10px 10px;
			width: 100%;
		}

		.reform-showroom__shop {
			width: 100%;
		}
		.reform-showroom__shop img {
			width: 100%;
		}

		.reform-overviews__two {
				width: 100%;
		}

		.reform-overviews__title {
			width: 100%;
		}
		.top-llust {
			width: 100%;
			margin: 10px;
		}


		.reform-showroom__infos {
			width: 100%;
		}
		.reform-showroom__upper {
			width: 100%;
		}
		.reform-showroom__links {
			width: 100%;
		}

		.reform-showroom__lists {
			margin: 30px 10px;
		}
    }
    .br_sp {
      display:none;
    }
    @media (max-width: 740px) {
    .jirei-sp {
      width: inherit;
          max-width: 100%;
          height: auto;
    }
    .reform-overviews__two {
    width: 100%;
    background:#fff;
    padding:30px 2.5%;
}
    .reform-overviews__link {
      margin:0;
      padding:0;
      margin:0 0 30px 0;
    }
    .br_sp {
      display:block;
    }
    .reform-showroom__text {
      width:90%;
    margin: 0px 5% 0 5%;
}
.reform-showroom__upper {
    width: 90%;
    margin:0 0 0 5%;
}
.reform-showroom__shop  {
  width: 70% !important;
  margin:0 auto;
}
    }


    @media screen and (max-width: 480px){

    }
