@charset "UTF-8";
@import url(reset.css);
@import url(smart.css) screen and (max-width: 640px);
/*--スマートフォン専用css--*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #ffffff;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}

.fas {
  font-family: fontAwesome;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.Preparation {
  text-align: center;
  margin: 200px 0;
}

video {
  width: 100%;
}

/* 全体のくくり */
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*-------------------------------------------------


			header


-------------------------------------------------*/
#header {
  max-width: 1080px;
  margin: 0 auto;
}

#header-top {
  overflow: hidden;
  padding: 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
}

.hp-title img {
  display: block;
}

.sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  height: 30px;
}

.sns-tel {
  float: right;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-tel > span {
  display: block;
  margin: 0px 8px 0 0;
  font-size: 14px;
}
.sns-tel ul {
  display: inline-block;
}
.sns-tel ul li {
  display: inline-block;
}
.sns-tel p {
  display: inline-block;
}
.sns-tel ul {
  margin-right: 15px;
}
.sns-tel ul li {
  margin: 3px 0 3px;
}

.sns-box {
  margin: 10px 15px 0 15px;
}
.sns-box li {
  margin: 0 6px;
}

.sns-tel ul li img {
  display: block;
}
.sns-tel p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #2d873d;
}
.sns-tel p a {
  font-size: 32px;
  font-weight: bold;
  color: #2d873d;
}

#pc-nav ul {
  display: table;
  width: 100%;
}
#pc-nav ul li {
  display: table-cell;
  font-size: 13px;
  text-align: center;
}
#pc-nav ul li a {
  display: block;
  padding: 10px 5px;
}
#pc-nav ul li a:hover {
  text-decoration: underline;
  color: #2d873d;
}
#pc-nav .contact-link a {
  padding: 15px 5px 15px 45px;
  position: relative;
  color: #fff;
  background-color: #2d873d;
}

.contact-link a:nth-of-type(1):before {
  position: absolute;
  top: 6px;
  left: 20px;
  content: "\f0e0";
  color: #fff;
  font-size: 25px;
  font-family: fontAwesome;
}
.contact-link a:nth-of-type(1) .far {
  color: #fff;
  margin-right: 8px;
  font-size: 25px;
}

.contact-link-line a:nth-of-type(1):before {
  position: absolute;
  top: 6px;
  left: 20px;
  content: "\f3c0";
  color: #fff;
  font-size: 30px;
  font-family: fontAwesome;
}

#pc-nav .contact-link a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.6;
}
#pc-nav ul li {
  position: relative;
}
#pc-nav ul li ul {
  display: none;
  position: absolute;
  background-color: #fff;
  padding-top: 10px;
  z-index: 9999999;
}
#pc-nav ul li ul li {
  display: block;
}

/*-------------------------------------------------


			トップページ


-------------------------------------------------*/
#wrapper .metaslider .flexslider {
  margin: 0;
}

.metaslider {
  max-width: 1080px;
  margin: 0 auto;
}

#news-bg {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 32px;
}

#news {
  margin: 30px auto;
  max-width: 1000px;
}
#news .article {
  display: table;
  width: 100%;
}
#news h3,
#news ul,
#news .back-number {
  display: table-cell;
  vertical-align: middle;
}
#news ul {
  width: 65%;
}
#news ul li {
  margin: 8px 8px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  max-width: 600px;
  border-bottom: 1px #2d873d dashed;
  padding-bottom: 6px;
}
#news ul li a {
  font-size: 14px;
}
#news ul li a span {
  display: block;
}
#news ul li a .date {
  color: #2d873d;
}
#news ul li a .news-title {
  font-weight: bold;
  font-size: 16px;
}
#news h3,
#news .back-number {
  text-align: center;
  width: 20%;
}
#news h3 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  color: #2d873d;
}
#news h3 span {
  display: block;
  font-size: 14px;
}
#news .back-number a {
  padding: 0;
  background-color: transparent;
  color: #555;
}

.back-number a:hover {
  background-color: #999;
}

.Reservation_bunner {
  display: block;
  margin: 8px auto 8px;
  text-align: center;
}
.Reservation_bunner img {
  margin: 0 auto;
}

.relaciones-link-mini {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 680px) {
  .relaciones-link-mini {
    max-width: 50%;
    right: 16px;
    bottom: 16px;
  }
}
.relaciones-link-mini .inner {
  position: relative;
}
.relaciones-link-mini .inner a img {
  -webkit-box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.2784313725);
          box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.2784313725);
}
.relaciones-link-mini .inner .close-button {
  position: absolute;
  top: -15px;
  right: -15px;
}
@media screen and (max-width: 680px) {
  .relaciones-link-mini .inner .close-button {
    width: 30px;
    height: 30px;
    top: -10px;
    right: -10px;
  }
}

/*------ 郡山営業所 ------*/
#new-koriyama {
  max-width: 1080px;
  position: relative;
  padding: 20px 0;
  margin: 20px auto;
  margin-bottom: 5rem;
  position: relative;
}
#new-koriyama h2 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #2d873d;
  text-align: center;
  margin-bottom: 32px;
  font-weight: bold;
}
#new-koriyama h2 span {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  display: block;
}
#new-koriyama .koriyama-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5rem;
}
#new-koriyama .koriyama-content .content-map {
  width: 50%;
  text-align: center;
}
#new-koriyama .koriyama-content .content-map img {
  width: 85%;
  border-radius: 20px;
  margin-bottom: 2rem;
}
#new-koriyama .koriyama-content .content-map .new {
  position: absolute;
  width: 150px;
  top: 4.5rem;
  left: 2rem;
}
#new-koriyama .koriyama-content .content-map .tel-fax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#new-koriyama .koriyama-content .content-map .tel-fax p a.btn--green {
  color: #fff;
  background-color: #094;
}
#new-koriyama .koriyama-content .content-map .tel-fax p a.btn--green:hover {
  color: #fff;
  background: #00a349;
}
#new-koriyama .koriyama-content .content-map .tel-fax p a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}
#new-koriyama .koriyama-content .content-map .tel-fax p a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}
#new-koriyama .koriyama-content .content-map .tel-fax p a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 0.3rem 3.5rem 0.3rem 3rem;
  border-radius: 100vh;
  font-family: "Oswald", sans-serif;
}
#new-koriyama .koriyama-content .content-map .tel-fax p a.btn-c i.fa {
  margin-right: 1rem;
}
#new-koriyama .koriyama-content .content-txt {
  position: relative;
  width: 50%;
}
#new-koriyama .koriyama-content .content-txt p:nth-of-type(1) {
  margin-bottom: 2rem;
}
#new-koriyama .koriyama-content .content-txt p:nth-of-type(2) {
  color: #2d873d;
  font-weight: bold;
  font-size: 24px;
}
#new-koriyama .koriyama-content .content-txt .koriyama-btn {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#new-koriyama .koriyama-content .content-txt .koriyama-btn p {
  white-space: nowrap;
  background-color: #222222;
  color: #fff;
  padding: 12px 60px 10px;
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
}
#new-koriyama .gmap p {
  text-align: center;
}
@media screen and (max-width: 680px) {
  #new-koriyama .koriyama-content {
    display: block;
    text-align: center;
  }
  #new-koriyama .koriyama-content .content-map {
    width: auto;
  }
  #new-koriyama .koriyama-content .content-map img {
    width: 95%;
  }
  #new-koriyama .koriyama-content .content-map .new {
    width: 111px;
    top: 5.8rem;
    left: 0.2rem;
  }
  #new-koriyama .koriyama-content .content-map .tel-fax p {
    margin-bottom: 2rem;
  }
  #new-koriyama .koriyama-content .content-map .tel-fax p a {
    color: #0000ff;
  }
  #new-koriyama .koriyama-content .content-txt {
    width: 95%;
    margin: 0 auto;
  }
  #new-koriyama .koriyama-content .content-txt p:nth-of-type(1) {
    font-size: 15px;
    text-align: left;
  }
  #new-koriyama .koriyama-content .content-txt p:nth-of-type(2) {
    text-align: center;
  }
  #new-koriyama .koriyama-content .content-txt .koriyama-btn {
    bottom: -100px;
  }
  #new-koriyama .koriyama-content .content-txt .koriyama-btn p {
    font-size: 15px;
    padding: 10px 40px 8px;
  }
}

/*------ Movie (YouTubeチャンネル) ------*/
#top-movie {
  position: relative;
  text-align: center;
  margin: 48px 0;
}
#top-movie p {
  color: #2d873d;
  font-weight: bold;
}
#top-movie .movie-left {
  position: absolute;
  top: 35px;
  left: 200px;
}
#top-movie .movie-right {
  position: absolute;
  top: 35px;
  right: 130px;
}
#top-movie h2 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #2d873d;
  text-align: center;
  margin-bottom: 32px;
}
#top-movie h2 span {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  display: block;
}
#top-movie .movie-frame {
  position: relative;
  max-width: 960px;
  margin: 16px auto 24px;
  border: solid 10px #2d873d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top-movie .movie-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top-movie .movie-frame::before {
  content: "";
  display: inline-block;
  padding-top: 55.25%;
}
#top-movie .movie-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-movie .movie-list .movie-frame {
  border: solid 6px #2d873d;
  min-width: 310px;
  margin: 0;
}

/*------ イベント (EVENT) ------*/
#top-event {
  position: relative;
  padding: 20px 0;
  max-width: 960px;
  margin: 20px auto;
}
#top-event .balloon {
  position: absolute;
  left: 40px;
}
#top-event .flag-left {
  position: absolute;
  top: 35px;
  left: 170px;
}
#top-event .flag-right {
  position: absolute;
  top: 35px;
  right: 170px;
}
#top-event h2 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #2d873d;
  text-align: center;
  margin-bottom: 32px;
}
#top-event h2 span {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  display: block;
}
#top-event .post-section .thumbnail {
  height: 225px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
#top-event .post-section .thumbnail img {
  height: auto;
}

#wrapper #top-event .event-cat,
.post-type-archive-events #wrapper .event-cat {
  position: absolute;
  display: block;
  background-color: #fff;
  padding: 4px 10px 2px;
  color: #333;
  right: 15px;
  bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 13px;
  border-radius: 15px;
}

#wrapper #top-event .post-section img,
.post-type-archive-events #wrapper .post-section img {
  border-radius: 10px;
  width: 300px;
}

.post-type-archive #wrapper .event-title span {
  color: #36995f;
  font-weight: bold;
  padding: 0;
  font-size: 12px;
  display: block;
}

#wrapper #top-event .post-section {
  overflow: hidden;
}
#wrapper #top-event .post-section img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-section {
  overflow: hidden;
}

#wrapper .post-section img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
#wrapper #construction-ul .post-section img:hover,
#wrapper #search-container .post-section img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.event-title {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event-title h3 {
  font-size: 14px;
  color: #333333;
}

#top-event .event-title .event-date {
  color: #36995f;
  font-weight: bold;
  padding: 0;
  font-size: 12px;
  display: block;
}

#wrapper .post-section .EVENT_icon span {
  position: absolute;
  z-index: 100;
  left: 14px;
  top: 13px;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  line-height: 120%;
  padding: 0;
  text-align: center;
}

.post-section .EVENT_icon::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffa726;
  z-index: 10;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.post-section .plans::before {
  background-color: #ee4056;
}
.post-section .End::before {
  background-color: #444;
}
.post-section .hold::before {
  background-color: #2d873d;
}
.post-section a {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.post-section a:hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

/*------ 2022.11 イベントの投稿一覧のデザイン調整 ------*/
#wrapper #top-event .post-section,
#wrapper .event-box .post-section {
  overflow: unset;
}
#wrapper #top-event .post-section .EVENT_icon::before,
#wrapper .event-box .post-section .EVENT_icon::before {
  top: -9px;
  left: -14px;
  width: 55px;
  height: 55px;
}
#wrapper #top-event .post-section .EVENT_icon span,
#wrapper .event-box .post-section .EVENT_icon span {
  left: -3px;
  top: 2px;
  font-size: 15px;
}
#wrapper #top-event .post-section a .thumbnail,
#wrapper .event-box .post-section a .thumbnail {
  overflow: unset;
}
#wrapper #top-event .post-section a .thumbnail span,
#wrapper .event-box .post-section a .thumbnail span {
  color: #fff;
  background-color: #000;
  font-size: 13px;
  border-radius: 0;
  padding: 2px 10px 2px;
  bottom: -32px;
  left: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: unset;
}
#wrapper #top-event .post-section a .event-title,
#wrapper .event-box .post-section a .event-title {
  margin-top: 30px;
}

/*------ HOW TO ------*/
#top-how-to-bg {
  padding: 50px 0;
  background-image: url("https://excelhome-y.com/wp-excel/images/how-to-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

#top-how-to {
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

/*--- イラスト ---*/
#top-how-to-bg .Room-Light {
  position: absolute;
  right: 260px;
  top: -50px;
}
#top-how-to-bg .tool {
  position: absolute;
  left: 290px;
  top: 20px;
}
#top-how-to-bg .h-t1 {
  position: absolute;
  left: 0px;
  top: 30px;
}
#top-how-to-bg .h-t2 {
  position: absolute;
  left: -30px;
  bottom: -30px;
}
#top-how-to-bg .h-t3 {
  position: absolute;
  right: 0px;
  bottom: -30px;
}

#top-how-to h2 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
#top-how-to h2 span {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  display: block;
  color: #fff;
}
#top-how-to ul {
  max-width: 1000px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#top-how-to ul li {
  text-align: center;
}
#top-how-to ul li img {
  width: 250px;
  height: auto;
  display: block;
}
#top-how-to ul li h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  color: #fff;
}
#top-how-to ul li a img:first-child:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#top-how-to ul li a:last-child {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  padding: 5px 25px;
  border: solid 2px #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
}
#top-how-to ul li a:hover {
  background-color: #fff;
  color: tan;
}

#tht-img1:hover + #tht-a1 {
  background-color: red;
}

.back-number {
  text-align: center;
}
.back-number a {
  background-color: #222222;
  color: #fff;
  padding: 12px 60px 10px;
  display: inline-block;
  font-size: 16px;
  border-radius: 30px;
  margin: 30px 0;
}

#home-construction-bg {
  background-color: #f8fff9;
}

#home-construction,
.home-planning {
  padding: 40px 0;
  position: relative;
  width: 960px;
  margin: 0 auto;
}

.works-1 {
  position: absolute;
  left: 190px;
}

.works-2 {
  position: absolute;
  right: 200px;
}

.p-h1 {
  position: absolute;
  left: 150px;
}

.p-h2 {
  position: absolute;
  right: 200px;
}

/*------ (お客様の声)インタビュー　TOP ------*/
#VOICE-top {
  padding: 60px 0;
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#VOICE-top h2 {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  color: #2d873d;
  text-align: center;
  margin-bottom: 30px;
}
#VOICE-top h2 span {
  display: block;
  font-size: 15px;
}

.interview-il {
  position: absolute;
  top: 10px;
  left: 150px;
}

/*------------ 企画住宅一覧/施工事例 -----------*/
.home #home-planning-bg {
  background-color: #faf8f5;
}
.home #home-planning {
  padding: 40px 0;
  width: 980px;
  margin: 0 auto;
  position: relative;
}

/*------------ 里の家　リンク -----------*/
#satonoie-top-bg {
  background-color: #faf7f1;
  position: relative;
}

#satonoie-top {
  display: table;
  max-width: 1200px;
  padding: 0px 0;
  width: 100%;
  margin: 0 auto;
}
#satonoie-top > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
#satonoie-top .left {
  padding: 20px 0;
}
#satonoie-top .right {
  padding: 20px;
  text-align: center;
}
#satonoie-top .right h2 img {
  position: relative;
}
#satonoie-top .right .leaf {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
#satonoie-top .right a {
  color: #fff;
  background-color: #78992e;
  border-radius: 35px;
  padding: 8px 24px 9px 32px;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  display: inline-block;
}
#satonoie-top .right a .fas {
  font-size: 20px;
  padding-left: 10px;
  color: #fff;
  margin-top: 0px;
  display: inline-block;
}
#satonoie-top .right a:hover {
  background-color: #597222;
}
#satonoie-top .right p {
  font-weight: bold;
  margin-top: 18px;
}

/*-------------------- キッズスペース -----------------*/
#kidz-space {
  background-color: #00aeeb;
  position: relative;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
#kidz-space::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-image: radial-gradient(#1ebaf1 32%, transparent 37%), radial-gradient(#1ebaf1 32%, transparent 37%);
  background-position: 0 0, 39px 39px;
  background-size: 78px 78px;
  margin: auto;
}
#kidz-space h3 {
  font-size: 33px;
  position: relative;
  margin: 20px 0 46px;
  font-weight: 800;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: "Mplus 1p";
}
#kidz-space h3::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 100px;
  bottom: -20px;
}

.yellow-top {
  display: block;
  position: relative;
}

#kidz-space p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  text-shadow: -1px 0px 7px #00aeeb;
}

.moon-star {
  position: absolute;
  display: block;
  z-index: 1;
}

.kidz-run {
  position: absolute;
  display: block;
  z-index: 1;
  left: 10px;
  bottom: 5%;
  max-width: 50%;
}

.moon-star {
  width: 140px;
  height: auto;
  width: 140px;
  height: auto;
  right: 10%;
  top: 20px;
  z-index: 0;
}

.Play {
  float: right;
  margin-top: -145px;
  position: relative;
}

/*------ お客様の声・イベントアルバム バナー ------*/
#top-banner {
  margin: 10px auto;
  text-align: center;
}
#top-banner li {
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
}
#top-banner li a {
  margin: auto;
  left: 0;
  right: 0;
}

.event-album-a {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 320px;
}

.event-album a:hover,
.event-album a img:hover {
  opacity: 1;
}
.event-album a:hover .event-album-a {
  opacity: 0.7;
}

.Interview-banner-big {
  background-color: #eeeeee;
}
.Interview-banner-big img {
  display: block;
  margin: 0 auto;
}

/*-------------------------------------------------


			トップページ以外共通


-------------------------------------------------*/
#page-title {
  padding: 30px 0;
  background-image: url("https://excelhome-y.com/wp-excel/images/page-title-bg.jpg");
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
}
#page-title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  color: #fff;
}
#page-title h2::before {
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 50px;
  bottom: -68px;
  background-color: #fff;
  position: relative;
}
#page-title h2 span {
  font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  color: #fff;
  letter-spacing: 2px;
}

/*-------------------------------------------------


		見学会・イベント情報 アーカイブ


-------------------------------------------------*/
#cat-Choice {
  background-color: #dcdcdc;
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
  margin: 40px auto;
}
#cat-Choice span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
}
#cat-Choice ul {
  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;
  max-width: 1000px;
  margin: 15px auto 0px;
}
#cat-Choice ul a {
  background-color: #009de3;
  color: #fff;
  display: block;
  padding: 18px 30px;
  width: 150px;
  font-weight: bold;
}
#cat-Choice ul a:hover {
  background-color: #fff;
  color: #009de3;
}
#cat-Choice ul .current-cat > a {
  background-color: #fff;
  color: #009de3;
}
#cat-Choice > ul ul {
  margin: 0;
}
#cat-Choice > ul > li {
  margin: 0 5px;
}
#cat-Choice > ul > li a {
  float: left;
}

.event-box {
  max-width: 960px;
  margin: 80px auto;
}

/*-------------------------------------------------


			ニュース　NEWS


-------------------------------------------------*/
/*--------- アーカイブ ---------*/
#news-post {
  max-width: 830px;
  margin: 50px auto;
}
#news-post .post-list {
  padding: 14px 0;
  border-top: 1px solid #f0f0f0;
}
#news-post .post-list:first-child {
  border: none;
}

.post-list .Date,
.post-list .page-title {
  display: inline-block;
}
.post-list .Date a:hover,
.post-list .page-title a:hover {
  color: #999;
}
.post-list .Date {
  padding-right: 40px;
}
.post-list .page-title {
  letter-spacing: 0.1em;
}

.pagenavi > div {
  margin: 0 20px;
}

/*--------- 個別の記事 ---------*/
#single-container #single-container .post-list .Date {
  display: block;
}
#single-container .post-list .page-title {
  display: block;
}
#single-container .post-list .Date {
  font-weight: bold;
  color: #939393;
  letter-spacing: 1px;
}
#single-container .post-list .page-title {
  clear: both;
  margin-bottom: 35px;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #ccc;
  color: #222;
  font-size: 18px;
  font-weight: bold;
}
#single-container .post-list .page-title a {
  font-weight: bold;
}

.single-post #wp_rp_first {
  display: none;
}

.pagenavi {
  text-align: center;
  clear: both;
}

/*----------- 記事内のcss ---------*/
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.content-text {
  /*-------------------------------------------------

  フォームのスタイル適用

   -------------------------------------------------*/
}
.content-text img {
  max-width: 100%;
  margin-bottom: 15px;
  height: auto;
}
.content-text strong {
  font-weight: bold;
}
.content-text strong span {
  font-weight: bold;
}
.content-text p {
  padding: 0 15px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-all;
  letter-spacing: 0.1px;
  margin-bottom: 20px;
  color: rgb(100, 100, 100);
}
.content-text .Re-form-inner {
  border: solid 3px #000;
  border-radius: 16px;
  padding: 16px;
}
.content-text .Re-form-inner .Re-form_box {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 32px;
  border: solid #191f2d 3px;
  padding: 24px 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 64px auto;
  -webkit-box-shadow: 3px 3px 0px 3px #fed220;
          box-shadow: 3px 3px 0px 3px #fed220;
}
.content-text .Re-form-inner .Re_tel {
  margin: 40px auto;
  text-align: center;
  color: #191f2d;
  display: none;
}
.content-text .Re-form-inner .Re_tel h5 {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #191f2d;
}
.content-text .Re-form-inner .Re_tel a {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  line-height: 100%;
  color: #191f2d;
}
.content-text .Re-form-inner .Re_tel a .fas {
  font-size: 28px;
  left: -35px;
  top: 10px;
  position: absolute;
  color: #191f2d;
}
.content-text .Re-form-inner .Re_tel span {
  display: block;
  color: #191f2d;
}
.content-text .Re-form-inner .Re_mail_text {
  text-align: center;
}
.content-text .Re-form-inner .Re_mail_text p {
  max-width: 650px;
  font-weight: bold;
  margin: 0 auto;
  font-size: 14px;
  color: #191f2d;
  text-align: left;
}
.content-text .Re-form-inner .Re_mail_text span {
  color: #ff0000;
}
.content-text .Re-form-inner h5 {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
  color: #191f2d;
}
.content-text .Re-form-inner .Confirmation_text {
  font-weight: bold;
  text-align: center;
  display: none;
  margin: 40px 0;
  padding: 16px 0;
  background-color: #191f2d;
}
.content-text .Re-form-inner .Confirmation_text p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.content-text .Re-form-inner .Confirmation_text span {
  font-size: 16px;
  color: #fff;
}
.content-text .Re-form-inner table {
  margin: 32px auto;
}
.content-text .Re-form-inner table th,
.content-text .Re-form-inner table td {
  padding: 16px;
  border-bottom: dashed 1.5px #191f2d;
  color: #191f2d;
}
.content-text .Re-form-inner table th {
  font-weight: bold;
  font-size: 14px;
  width: 33%;
  vertical-align: middle;
  font-weight: bold;
}
.content-text .Re-form-inner table th span {
  background-color: #5ed4ca;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 4px;
  display: inline-block;
  margin-left: 16px;
}
.content-text .Re-form-inner table td input {
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #999;
}
.content-text .Re-form-inner .Postal:first-child {
  margin-left: 8px;
}
.content-text .Re-form-inner table td input.long,
.content-text .Re-form-inner table td textarea.long {
  width: 96%;
}
.content-text .Re-form-inner table td .mwform-radio-field {
  display: block;
  width: auto;
  margin: 8px auto !important;
}
.content-text .Re-form-inner table td .mwform-radio-field .checked {
  background-color: unset;
}
.content-text .Re-form-inner table td .mwform-checkbox-field .checked {
  background-color: unset;
}
.content-text .Re-form-inner .mwform-radio-field-text {
  font-weight: bold;
}
.content-text .Re-form-inner table td select {
  padding: 8px 6px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 4px;
}
.content-text .Re-form-inner .Note {
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #060202;
  -webkit-box-shadow: 3px 3px 0px 3px #fed220;
          box-shadow: 3px 3px 0px 3px #fed220;
}
.content-text .Re-form-inner .Note strong {
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 18px;
  color: #191f2d;
}
.content-text .Re-form-inner .Note p {
  font-size: 14px;
}
.content-text .Re-form-inner .form-submit input {
  display: block;
  background-color: #fff;
  color: #060202;
  border: none;
  padding: 15px 80px 12px;
  font-size: 15px;
  margin: 30px auto;
  border-radius: 35px;
  position: relative;
  border: solid 2px #060202;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 0px 3px #fed220;
          box-shadow: 3px 3px 0px 3px #fed220;
}
.content-text .Re-form-inner .form-submit input:focus {
  background-color: #ffe000;
}

/*-------------------------------------------------


			施工事例・企画住宅


-------------------------------------------------*/
/*--------- アーカイブ ---------*/
#search-container {
  margin: 0px auto;
}
#search-container h2 {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  color: #2d873d;
  text-align: center;
  margin-bottom: 30px;
}
#search-container h2 span {
  display: block;
  font-size: 15px;
}
#search-container > div > p {
  font-size: 18px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#search-container p {
  text-align: center;
  line-height: 180%;
}

#Panorama360 {
  margin-top: 10px;
  text-align: center;
}
#Panorama360 img {
  margin: 0 auto;
}

.post-type-archive-planning #cat-Choice {
  background-color: #eeeddf;
}
.post-type-archive-planning #cat-Choice ul li {
  margin: 0 5px;
}
.post-type-archive-planning #cat-Choice ul a {
  background-color: transparent;
  border-radius: 8px;
  padding: 15px 10px;
  border: solid 3px #2d873d;
  color: #2d873d;
}
.post-type-archive-planning #cat-Choice ul a:hover {
  background-color: #2d873d;
  color: #fff;
}
.post-type-archive-planning #cat-Choice ul .current-cat a {
  background-color: #2d873d;
  color: #fff;
}

#search-inner {
  margin: 25px auto;
  max-width: 960px;
}
#search-inner .toggle-button {
  text-align: center;
  display: block;
  padding: 10px;
  color: #fff;
  background-color: #2d873d;
}

.toggle-area {
  display: none;
}

#search-inner > div {
  border-left: dashed 2px #2d873d;
  border-bottom: dashed 2px #2d873d;
  border-right: dashed 2px #2d873d;
  overflow: hidden;
  text-align: center;
}
#search-inner .toggle-button .fas {
  color: #fff;
  margin-right: 10px;
}
#search-inner p {
  text-align: left;
  margin: 15px 0 15px 25px;
  font-size: 14px;
}

#search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.radio-box {
  text-align: center;
  width: 23%;
  background-color: #2d873d;
  margin: 5px;
  border-radius: 12px;
}

#feas-result-0 {
  text-align: center;
  margin: 0px auto;
  font-size: 20px;
  font-family: "Mplus 1p";
}

.sort-result,
.sort-number {
  font-size: 25px;
  font-weight: bold;
  color: #2d873d;
}

.sort-box h3 {
  text-align: center;
}

/*----- 不要な選択肢を削除 -----*/
.radio-title {
  display: block;
  display: inline-block;
  padding: 5px;
  border-bottom: yellow solid 4px;
  margin: 15px;
  color: #fff;
  font-weight: bold;
}

.radio-box > div {
  width: 92%;
  border-radius: 9px;
  margin: 0 auto 10px;
  background-color: #fff;
  padding: 1px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.radio-box label {
  display: block;
  display: block;
  border: solid 2px #2d873d;
  margin: 7px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  border-radius: 7px;
  padding: 5px 0;
  font-weight: bold;
}
.radio-box label:hover {
  background-color: #2d873d;
  color: #fff;
}
.radio-box label input {
  display: none;
}

.checked {
  background-color: #2d873d;
  color: #fff;
}

#search-inner > div .submit-button {
  position: relative;
}
#search-inner > div .Submit-Button {
  margin: 30px auto;
  display: inline-block;
  position: relative;
}
#search-inner > div .Submit-Button input {
  display: block;
  border: navajowhite;
  background-color: #2d873d;
  color: #fff;
  padding: 18px 60px 15px 80px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 30px;
}
#search-inner > div .Submit-Button:before {
  position: absolute;
  top: 6px;
  left: 25px;
  content: "\f002";
  color: #fff;
  font-size: 30px;
  font-family: fontAwesome;
}
#search-inner > div .Submit-Button input:focus {
  background-color: #2d8050;
}

.sort-box {
  max-width: 960px;
  margin: 20px auto;
}

.post-section {
  width: 280px;
  display: inline-block;
  position: relative;
  margin: 0 18px 20px;
}
.post-section .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#search-container .post-section h3 {
  font-size: 13px;
  color: #fff;
  vertical-align: middle;
  display: table-cell;
  text-align: left;
  line-height: 130%;
}

.post-section .case-title,
.post-section .planning-title {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 96%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0%;
}

#wrapper .post-section h2,
#wrapper .post-section span {
  border: none;
}
#wrapper .post-section h2 {
  text-align: left;
}
#wrapper .post-section span {
  color: #fff;
  padding: 0px 12px 0 5px;
}
#wrapper .post-section img {
  display: block;
  margin: 0 auto;
}

/*------ 企画住宅のみ -----*/
.post-section .planning-title {
  padding: 10px;
  height: auto;
}

#container .post-section .planning-title h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper .planning-title > span {
  padding: 0 0 0px;
  margin: 5px 0 0;
}

.planning-title > span h4 {
  text-align: center;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  padding: 4px 0 0;
  font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 20px;
}
.planning-title span h5 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.planning-title span h5 span {
  display: inline-block;
  font-size: 45px;
  padding: 0;
  font-weight: bold;
  margin: 0;
}

.plan-excerpt {
  border-top: solid 1px #fff;
  text-align: left;
  margin: 7px 0 0;
  padding: 5px;
  display: none;
}
.plan-excerpt > div {
  text-align: left;
  margin: 6px 0;
  font-size: 14px;
}

#search-container .plan-excerpt > div p {
  text-align: left;
}

.plan-excerpt p,
.plan-excerpt h5 {
  color: #fff;
  font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.plan-excerpt a {
  color: #fff;
  text-align: center;
  font-size: 15px;
  display: block;
  font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border: solid 1px #fff;
  border-radius: 15px;
  padding: 3px 0;
}
.plan-excerpt a:hover {
  color: #333;
  background-color: #fff;
}

/*--- 無限スクロールトリガー ---*/
#Infinite-trigger {
  text-align: center;
  display: none;
}
#Infinite-trigger a {
  background-color: #333333;
  color: #fff;
  padding: 9px 35px 7px;
  display: inline-block;
  font-size: 14px;
  border-radius: 20px;
}
#Infinite-trigger a:hover {
  background-color: #777;
}

#infscr-loading {
  margin: 20px auto;
  text-align: center;
}

#wp_pagenavi {
  text-align: center;
}
#wp_pagenavi span:first-child {
  display: none;
}

.wp-pagenavi {
  padding: 10px 0;
}
.wp-pagenavi span.current {
  background-color: #2d873d;
  color: #fff;
  padding: 15px;
  border: none;
}

#wp_pagenavi .wp-pagenavi a {
  padding: 13px;
  display: inline-block;
  border: none;
}
#wp_pagenavi .wp-pagenavi a:hover {
  background-color: #44be77;
  color: #fff;
}

/*--------- 施工事例個別ページ ---------*/
#case-container {
  margin: 0 auto;
}

.breadcrumbs {
  font-size: 14px;
  margin: 10px 0;
  margin: 20px 0 30px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  max-width: 600px;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #666;
}

#case-container #case-box .case-inner {
  max-width: 1000px;
  margin: 50px auto 20px;
}
#case-container #case-box .case-inner > img {
  height: auto;
}

.case-title {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.case-title h2 {
  display: table-cell;
  border-bottom: solid 1px #dfdfdf;
  vertical-align: middle;
  padding: 10px;
}
.case-title span {
  display: table-cell;
  border-bottom: solid 1px #dfdfdf;
  vertical-align: middle;
  padding: 10px;
  font-family: "Oswald", sans-serif;
  padding: 0px 15px;
  font-size: 30px;
  width: 10%;
}
.case-title h2 {
  width: 90%;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
}

#case-container #case-box h3,
#case-container #case-box .case-description {
  padding: 0 15px;
}
#case-container #case-box h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
#case-container #case-box ul {
  padding-left: 18px;
  margin: 10px 0;
}
#case-container #case-box ul li {
  list-style-type: disc;
}
#case-container #case-box p {
  font-size: 15px;
  line-height: 180%;
}

#zenkei {
  margin: 20px auto;
}
#zenkei iframe {
  width: 100%;
  height: 630px;
}

.case-Details {
  margin-top: 20px;
}
.case-Details h4 {
  font-size: 22px;
  font-weight: bold;
  border-bottom: solid 1px #dfdfdf;
  padding: 0 0 10px 15px;
}
.case-Details h4 span {
  font-size: 15px;
  font-weight: bold;
  margin-left: 15px;
}
.case-Details table {
  width: 100%;
}
.case-Details table th,
.case-Details table td {
  border-bottom: solid 1px #dfdfdf;
  padding: 10px 0 10px 15px;
  color: #666666;
  font-size: 14px;
}
.case-Details table th {
  width: 15%;
}

#Sales-staff-bg {
  padding: 15px 10px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40bcad+0,009de3+100 */
  background: #40bcad;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#40bcad), to(#009de3));
  background: linear-gradient(to right, #40bcad 0%, #009de3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40bcad", endColorstr="#009de3", GradientType=1);
  /* IE6-9 */
}

.Sales-staff {
  max-width: 1000px;
  margin: 0 auto;
  display: table;
}
.Sales-staff > div {
  display: table-cell;
  vertical-align: middle;
}
.Sales-staff .left {
  text-align: center;
  width: 20%;
}
.Sales-staff .left p,
.Sales-staff .left span {
  color: #fff;
}
.Sales-staff .left img {
  display: block;
  margin: 0 auto;
}
.Sales-staff .right {
  padding-left: 20px;
  display: none;
}
.Sales-staff .right p {
  color: #fff;
}

/*-------------------------------------------------


			企画住宅 個別


-------------------------------------------------*/
.planning-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.planning-inner .size-full {
  width: 850px;
  margin: 20px auto;
  display: block;
  height: auto;
}

.planning-title {
  text-align: center;
  padding: 30px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 10px;
}
.planning-title span {
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.planning-title h2 {
  font-size: 36px;
}

.slick-list {
  overflow: unset !important;
}
.slick-list li {
  margin: 0px 10px;
}

#wrapper .slick-dots li.slick-active button::before,
#wrapper .slick-dots li button::before {
  font-size: 28px;
}

#Monthly-loan {
  display: table;
  margin: 40px auto 40px;
  max-width: 700px;
  width: 100%;
  background-color: #ecf0f1;
  padding: 20px;
}
#Monthly-loan > div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#Monthly-loan .left {
  text-align: center;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#Monthly-loan .left h3 {
  font-size: 28px;
}
#Monthly-loan .left h3 span {
  font-size: 75px;
  line-height: 90%;
}
#Monthly-loan .left > div {
  padding: 10px 0;
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
  width: 60%;
  margin: 20px auto 5px;
}
#Monthly-loan .left > div p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 160%;
}
#Monthly-loan .left > div p span {
  font-size: 20px;
  margin: 0 5px;
  font-size: 30px;
}
#Monthly-loan .right {
  text-align: center;
  text-align: left;
}
#Monthly-loan .right span {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.madori {
  margin-top: 30px;
}
.madori ul {
  display: table;
  width: 90%;
  margin: 60px auto 40px;
}
.madori ul li {
  display: table-cell;
  position: relative;
}
.madori ul li span {
  position: absolute;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #000;
  color: #fff;
  display: block;
  width: 50px;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  border-radius: 50%;
}
.madori img {
  max-width: 450px;
  height: auto;
}

.point-spec,
.space {
  margin-top: 30px;
}

.madori h4,
.point-spec h4,
.space h4 {
  font-size: 19px;
  font-weight: bold;
  padding: 0 0 5px 15px;
  border-bottom: solid 1px #000;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

.point-spec {
  display: table;
  width: 100%;
}
.point-spec > div {
  display: table-cell;
  width: 50%;
}
.point-spec > div p {
  margin: 10px;
  font-size: 14px;
  line-height: 180%;
}

.space table {
  margin: 10px;
}
.space table th,
.space table td {
  font-size: 14px;
  padding: 5px;
}
.space table th {
  width: 20%;
}
.space table td {
  width: 80%;
}

#Related-post {
  text-align: center;
  background-color: #fbfbfb;
  padding: 35px 0;
}
#Related-post .related_post_title {
  display: none;
}
#Related-post h3 {
  font-size: 20px;
  letter-spacing: 5px;
  display: inline-block;
  border-bottom: solid 3px #555;
  margin-bottom: 20px;
}

#wrapper [data-post-type=empty] {
  display: none !important;
}

/*-------------------------------------------------


		個別ページ共通


-------------------------------------------------*/
#page-container {
  margin: 0 auto;
}

#wrapper .related_post_title {
  font-size: 20px;
  font-weight: bold;
}

/*-------------------------------------------------


		エクセルホームの家づくり


-------------------------------------------------*/
#kodawari-top {
  max-width: 1200px;
  margin: 0 auto;
}

.create-top1 {
  position: relative;
  margin-bottom: 40px;
}

.create-top2 {
  position: relative;
  margin-bottom: 40px;
  text-align: right;
}

.create-top1 > div,
.create-top2 > div {
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40bcad+0,009de3+100 */
  background: #40bcad;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#40bcad), to(#009de3));
  background: linear-gradient(to right, #40bcad 0%, #009de3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40bcad", endColorstr="#009de3", GradientType=1);
  /* IE6-9 */
  color: #fff;
  padding: 30px 40px;
  z-index: 1;
  top: 25%;
  margin: auto;
}

.create-top1 > div {
  width: 45%;
  left: 45%;
}

.create-top2 > div {
  right: 60%;
}

.create-top1 > div h3,
.create-top2 > div h3 {
  font-size: 28px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #fff;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}

.create-top1 h3::before,
.create-top2 h3::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 100px;
  bottom: -20px;
}

.create-top1 > div p,
.create-top2 > div p {
  color: #fff;
}

.kodawari {
  width: 900px;
  margin: 0 auto;
}
.kodawari h3 {
  font-size: 35px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #40bcad;
  text-align: center;
  margin-bottom: 40px;
}
.kodawari h3 span {
  display: block;
  font-size: 15px;
}
.kodawari ul li {
  margin-bottom: 25px;
}
.kodawari ul li h4 {
  font-size: 25px;
  font-weight: 800;
  color: #40bcad;
  padding: 35px 0 35px 120px;
  border-bottom: solid 1px #b9b9b9;
  margin-bottom: 15px;
  position: relative;
}
.kodawari ul li .k-number {
  position: absolute;
  background-color: #40bcad;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.kodawari ul li .k-number p {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0;
  text-align: center;
  font-family: "Mplus 1p";
  font-weight: 800;
  color: #fff;
  position: relative;
  padding: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.kodawari ul li .k-number span {
  display: block;
  color: #fff;
  font-family: "Mplus 1p";
  font-weight: 800;
  font-size: 24px;
}
.kodawari ul li p {
  padding: 0 15px;
}

/*-------------------------------------------------


		家づくり鉄板スケジュール


-------------------------------------------------*/
#Schedule-top {
  max-width: 1200px;
  margin: 0 auto;
}

.Schedule-top1 {
  position: relative;
  margin-bottom: 40px;
  text-align: right;
}
.Schedule-top1 > div {
  position: absolute;
  color: #009de3;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 40px;
  z-index: 1;
  top: 25%;
  margin: auto;
  width: 45%;
  left: 5%;
  text-align: left;
}
.Schedule-top1 > div h3 {
  font-size: 28px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #009de3;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}
.Schedule-top1 h3::before {
  background-color: #009de3;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 100px;
  bottom: -20px;
}
.Schedule-top1 > div p {
  color: #000;
}

.Schedule-list {
  max-width: 1000px;
  margin: 30px auto;
}
.Schedule-list h3 {
  font-size: 35px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #009de3;
  text-align: center;
  margin-bottom: 40px;
}
.Schedule-list h3 span {
  display: block;
  font-size: 15px;
}
.Schedule-list ul li {
  margin-bottom: 25px;
}
.Schedule-list ul li > h4 {
  font-size: 26px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #009de3;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #b9b9b9;
}
.Schedule-list ul li > h4 span {
  margin-right: 20px;
  font-size: 40px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  color: #009de3;
  vertical-align: -10%;
}
.Schedule-list ul li > div {
  display: table;
}
.Schedule-list ul li > div div {
  display: table-cell;
  vertical-align: top;
}
.Schedule-list ul li > div .right {
  padding-left: 20px;
}
.Schedule-list ul li > div .right a {
  display: inline-block;
  margin: 15px 0;
  background-color: #2d873d;
  color: #fff;
  font-weight: bold;
  padding: 6px 15px;
  border-radius: 6px;
  font-size: 14px;
}
.Schedule-list ul li > div .right a:hover {
  background-color: #2d8050;
}
.Schedule-list ul li > div .right a .fas {
  font-size: 20px;
  color: #fff;
  padding-left: 10px;
}
.Schedule-list ul li > div .right h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.Schedule-list ul li .left img {
  width: 270px;
  min-width: 270px;
}

/*-------------------------------------------------


		構造と性能


-------------------------------------------------*/
#Performance-top {
  max-width: 1000px;
  margin: 30px auto 60px;
  padding: 40px 0;
  border-top: solid 1px #30b899;
  border-bottom: solid 1px #30b899;
}
#Performance-top h3 {
  font-size: 35px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #30b899;
  text-align: center;
  margin-bottom: 10px;
}
#Performance-top h3 span {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}

.Performance-list {
  max-width: 1000px;
  margin: 0 auto;
}
.Performance-list > ul > li {
  display: table;
  width: 100%;
  margin-bottom: 80px;
}
.Performance-list > ul > li > div {
  display: table-cell;
  width: 50%;
}
.Performance-list > ul > li > .left {
  vertical-align: top;
}
.Performance-list > ul > li > .right {
  vertical-align: middle;
}
.Performance-list > ul > li > .left h4 {
  font-size: 30px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #30b899;
  margin-bottom: 30px;
  letter-spacing: 5px;
}
.Performance-list > ul > li > .left h4 span {
  margin-right: 50px;
  font-size: 80px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  color: #30b899;
  vertical-align: -20%;
}
.Performance-list > ul > li > .left p {
  font-size: 32px;
  margin-bottom: 15px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 150%;
}
.Performance-list > ul > li > .left ul {
  margin-top: 40px;
}
.Performance-list > ul > li > .left ul li {
  font-size: 14px;
  margin-bottom: 7px;
}

/*--- HOW TO 各ページのリンク ---*/
.how-to-link {
  text-align: center;
  padding: 20px 0;
  background-image: url("https://excelhome-y.com/wp-excel/images/how-to-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.how-to-link h2 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.how-to-link h2 span {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  display: block;
  color: #fff;
}
.how-to-link li {
  text-align: center;
  display: inline-block;
}
.how-to-link li a {
  display: inline-block;
  margin: 15px 0;
  border: solid 2px #fff;
  color: #fff;
  font-weight: bold;
  padding: 8px 20px 9px 30px;
  border-radius: 6px;
  margin: 20px 20px;
  font-size: 20px;
}
.how-to-link li a:hover {
  background-color: #fff;
  color: tan;
}
.how-to-link li a:hover .fas {
  color: tan;
}
.how-to-link li a .fas {
  font-size: 27px;
  color: #fff;
  padding-left: 10px;
}

/*-------------------------------------------------


		会社案内　エクセルホームについて


-------------------------------------------------*/
#company-top {
  text-align: center;
  margin: 60px auto;
}
#company-top h3 {
  font-size: 35px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #40bcad;
  text-align: center;
  margin-bottom: 40px;
}
#company-top span {
  display: block;
  font-size: 15px;
}

.about-us {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.about-us > div {
  margin-bottom: 70px;
}
.about-us > div h4 {
  font-size: 26px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #40bcad;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  letter-spacing: 5px;
}
.about-us > div h4::before {
  background-color: #d3d3d3;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 70px;
  bottom: -15px;
}
.about-us > div h5 {
  font-size: 25px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.about-us > div ul {
  text-align: left;
  font-size: 14px;
  width: 600px;
  margin: 0 auto;
}
.about-us > div ul li {
  margin-bottom: 10px;
}
.about-us > div ul li ul {
  margin: 10px 0 10px 15px;
}
.about-us > div table {
  width: 600px;
  margin: 0 auto;
}
.about-us > div table th {
  color: #40bcad;
  padding: 10px 0;
  font-weight: bold;
  width: 30%;
}
.about-us > div table td {
  text-align: left;
  width: 70%;
  font-size: 14px;
}

#g-map {
  text-align: center;
}
#g-map iframe {
  width: 100%;
}
#g-map > a {
  display: inline-block;
  margin: 20px auto;
  border: solid 1px #666;
  padding: 5px 20px;
  border-radius: 20px;
  color: #666;
}
#g-map > a:hover {
  background-color: #666;
  color: #fff;
}

/*-------------------------------------------------


			里の家のご案内


-------------------------------------------------*/
#satonoie-title {
  position: relative;
}
#satonoie-title img {
  display: block;
}
#satonoie-title h2 img {
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

#satonoie-contant {
  margin: 0 auto;
  background-color: #faf7f1;
}
#satonoie-contant ul {
  overflow: hidden;
  display: table;
  width: 100%;
  margin: 0 auto;
}
#satonoie-contant ul li {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
#satonoie-contant ul li p {
  font-size: 20px;
  color: #586931;
  line-height: 180%;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#satonoie-contant ul li p span {
  display: block;
}
#satonoie-contant ul li .sato-img {
  width: 100%;
}
#satonoie-contant ul li img {
  display: block;
}
#satonoie-contant ul li .wood {
  width: 340px;
  display: block;
  margin: 20px auto;
}
#satonoie-contant ul li .three-zero {
  margin: 0 auto;
  width: 320px;
}
#satonoie-contant ul li .leaf-1 {
  position: absolute;
  left: 0;
  top: 0;
}
#satonoie-contant ul li .leaf-2 {
  position: absolute;
  right: 0;
  top: 0;
}

.Another-world {
  text-align: center;
  padding: 30px 0;
}
.Another-world p {
  font-size: 24px;
  color: #586931;
  line-height: 200%;
  margin: 30px auto;
  letter-spacing: 4px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.Another-world p span {
  display: block;
}
.Another-world p img {
  display: block;
  margin: 20px auto;
}

.gallery {
  margin: 25px auto;
}

.zeh-gallery {
  position: relative;
  background-image: url("https://excelhome-y.com/wp-excel/images/satonoie/gallery-bg.JPG");
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 18px;
  padding: 100px 0;
  background-size: cover;
  background-position: center;
  line-height: 180%;
  letter-spacing: 3px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.zeh-gallery::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
}
.zeh-gallery > div {
  position: relative;
  z-index: 1;
}
.zeh-gallery p {
  color: #fff;
}
.zeh-gallery a {
  color: #fff;
  display: inline-block;
  margin-top: 35px;
  border: solid 1px #fff;
  font-size: 14px;
  padding: 0px 13px;
  border-radius: 20px;
}
.zeh-gallery a:hover {
  background-color: #fff;
  color: #333;
}

#sato-form-box {
  text-align: center;
  overflow: hidden;
}
#sato-form-box > p {
  font-size: 24px;
  margin: 40px 0;
  color: #586931;
  letter-spacing: 3px;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#sato-form-box > h3 {
  font-size: 24px;
  color: #586931;
  margin: 50px 0 50px;
  position: relative;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#sato-form-box > h3::before {
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 60px;
  bottom: -20px;
  background-color: #848484;
}
#sato-form-box > span {
  font-size: 13px;
  color: #555;
}

#container #sato-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  text-align: left;
}

.page-template-page-satonoie .form-submit input {
  background-color: #586931;
}
.page-template-page-satonoie #form-box {
  margin-bottom: 50px;
}
.page-template-page-satonoie .tel-box {
  background-color: #fff;
  padding: 30px 100px;
  display: inline-block;
}
.page-template-page-satonoie .tel-box a {
  font-size: 40px;
  color: #586931;
}
.page-template-page-satonoie .tel-box span {
  display: block;
}

#satonoie-map {
  border-top: solid 10px #586931;
  border-bottom: solid 10px #586931;
}
#satonoie-map iframe {
  width: 100%;
  height: 450px;
}

/*-------------------------------------------------


			お問い合わせ・資料請求


-------------------------------------------------*/
#contact-form {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px;
  background-color: #f3f8fa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact-desc li {
  display: table;
  margin-bottom: 40px;
}
.contact-desc li img {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  height: auto;
  margin: 10px 20px;
}
.contact-desc li > div {
  display: table-cell;
  vertical-align: middle;
}
.contact-desc li h3 {
  font-weight: bold;
  font-size: 18px;
}
.contact-desc li span,
.contact-desc li a {
  font-weight: bold;
  color: #009ee7;
  font-size: 40px;
}
.contact-desc li h3,
.contact-desc li span,
.contact-desc li p {
  line-height: 130%;
}

#form-box h4 {
  color: #009ee7;
  font-size: 17px;
}
#form-box table {
  margin: 30px 0;
}
#form-box table th,
#form-box table td {
  font-size: 15px;
  padding: 25px 0 15px 5px;
  border-bottom: solid 1px #d3d3d3;
  vertical-align: middle;
}

#form-box table th {
  width: 25%;
}
#form-box table th span {
  color: red;
}
#form-box table td {
  width: 75%;
}
#form-box table td p {
  font-size: 13px;
  color: #999;
}
#form-box table td input,
#form-box table td textarea {
  padding: 5px;
  border: none;
  border: solid 1px #d3d3d3;
}

.mwform-checkbox-field {
  width: 30%;
  display: inline-block;
  margin: 10px 0;
  margin-left: 0 !important;
}

.mwform-radio-field {
  width: 30%;
  display: inline-block;
  margin: 5px 0 !important;
}

.privacy-policy {
  overflow: auto;
  height: 194px;
  margin: 0 -18px 30px;
  padding: 30px 42px;
  background: #f4f4ef;
  max-width: 800px;
  margin: 0 auto;
  border: solid 2px #999;
}
.privacy-policy h2 {
  margin: 0 0 16px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin-top: 20px;
}
.privacy-policy p {
  margin-bottom: 24px;
}
.privacy-policy > dl dt {
  font-weight: bold;
  margin-bottom: 6px;
}
.privacy-policy li {
  margin-bottom: 4px;
}
.privacy-policy dl {
  margin-bottom: 24px;
}
.privacy-policy p,
.privacy-policy dt,
.privacy-policy dd,
.privacy-policy li {
  font-size: 14px;
}

.Confirmation {
  text-align: center;
  display: block;
}

.form-submit input {
  display: block;
  background-color: #555;
  color: #fff;
  border: none;
  padding: 18px 70px 15px;
  font-size: 15px;
  margin: 30px auto;
  border-radius: 35px;
  position: relative;
}
.form-submit input:focus {
  background-color: #6e6e6e;
}

.form-submit input::before {
  position: absolute;
  top: 8px;
  right: 20px;
  content: "\f105";
  color: #fff;
  font-size: 34px;
  font-family: fontAwesome;
}

#thanks-box {
  text-align: center;
  padding: 30px;
  background-color: #fff;
}
#thanks-box h3 {
  font-size: 18px;
  font-weight: bold;
}
#thanks-box h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0;
}
#thanks-box p {
  font-size: 14px;
}

/*-------------------------------------------------


			無料個別相談会


-------------------------------------------------*/
#soudan-top {
  text-align: center;
  margin-bottom: 30px;
}
#soudan-top h2 {
  font-size: 30px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #009ce5;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
#soudan-top h3 {
  font-size: 22px;
  font-weight: 800;
}
#soudan-top p {
  font-size: 24px;
  font-weight: 800;
  font-family: "Mplus 1p";
  margin: 20px 0;
}
#soudan-top span {
  font-size: 14px;
}

/*-------------------------------------------------


			footer


-------------------------------------------------*/
.float-side-right {
  position: fixed;
  right: 0;
  z-index: 3;
  bottom: 4vh;
}
.float-side-right .float-nav-list {
  width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.float-side-right .float-nav-list li {
  margin-bottom: 20px;
  width: 100%;
}
.float-side-right .float-nav-list li:nth-child(1) a {
  background-color: #a6638c;
}
.float-side-right .float-nav-list li:nth-child(2) a {
  background-color: #5d8aa6;
}
.float-side-right .float-nav-list li:nth-child(3) a {
  background-color: #eaca5d;
}
.float-side-right .float-nav-list li:nth-child(4) a {
  background-color: #bf7e45;
}
.float-side-right .float-nav-list li:nth-child(5) a {
  background-color: #a6411c;
}
.float-side-right .float-nav-list li:nth-child(6) a {
  background-color: #c6cf6c;
}
.float-side-right .float-nav-list li a {
  font-size: 12px;
  letter-spacing: 0.075em;
  color: #fff;
  margin-top: -1.2em;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 8px;
}
.float-side-right .float-nav-list li a:hover {
  opacity: 0.8;
}
.float-side-right .float-nav-list li a span {
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.3;
  text-align: center;
  display: block;
}
.float-side-right .pagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
.float-side-right .pagetop i {
  color: #494949;
  font-size: 200%;
}
.float-side-right .pagetop:hover {
  background-color: #494949;
}
.float-side-right .pagetop:hover i {
  color: #ffffff;
}

.tochibnr {
  margin-top: 60px;
}

.link-banner {
  max-width: 960px;
  margin: 24px auto 50px;
  overflow: hidden;
}

#footer-bg {
  background-color: #f2f2f2;
  padding-top: 30px;
  margin-top: 40px;
}

#footer {
  margin: 0 auto;
}

#footer-top {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}

.f-menu {
  overflow: hidden;
  width: 360px;
  float: left;
}
.f-menu:first-child {
  margin-right: 50px;
}

.gaibu {
  width: 300px;
  margin-right: 30px;
}

.zeh50 {
  width: 220px;
}

.f-menu > p {
  font-size: 14px;
}
.f-menu > div > ul {
  overflow: hidden;
  padding: 10px;
  border-top: solid 1px #b9b9b9;
}
.f-menu div > ul > li {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.f-menu div > ul > li a {
  font-size: 12px;
}

#footer .contact-link a {
  position: relative;
}

.f-menu ul li {
  font-size: 13px;
}
.f-menu ul li a {
  font-size: 13px;
}
.f-menu ul li a:hover {
  text-decoration: underline;
}
.f-menu ul li ul {
  margin-left: 15px;
  padding: 5px;
}
.f-menu ul li ul li {
  width: 100%;
  list-style-type: disc;
}

#footer-bottom {
  max-width: 1000px;
  margin: 0 auto;
}

#f-Aboutus ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
#f-Aboutus ul li {
  text-align: center;
  width: 100%;
}
#f-Aboutus ul li img {
  display: block;
  margin: 0 auto;
}
#f-Aboutus ul li p {
  font-size: 24px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 25px;
}
#f-Aboutus ul li p a {
  font-size: 38px;
  font-weight: bold;
}
#f-Aboutus ul li span {
  font-size: 12px;
}
#f-Aboutus ul .flex-ul {
  display: block;
}
#f-Aboutus ul .flex-ul .contact-line a {
  padding: 17px 11px 17px 65px;
  position: relative;
  color: #fff;
  background-color: #06c755;
}
#f-Aboutus ul .flex-ul .contact-line a:before {
  position: absolute;
  top: 3px;
  left: 19px;
  content: "\f3c0";
  color: #fff;
  font-size: 34px;
  font-family: fontAwesome;
}
#f-Aboutus ul .flex-ul .contact-line a:hover {
  opacity: 0.6;
}
#f-Aboutus ul .contact-link a {
  padding: 17px 15px 17px 65px;
  position: relative;
  color: #fff;
  bottom: 3rem;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#40bcad+0,009de3+100 */
  background: #40bcad;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#40bcad), to(#009de3));
  background: linear-gradient(to right, #40bcad 0%, #009de3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#40bcad", endColorstr="#009de3", GradientType=1);
  /* IE6-9 */
}
#f-Aboutus ul .contact-link a:before {
  position: absolute;
  top: 5px;
  left: 20px;
  content: "\f0e0";
  color: #fff;
  font-size: 30px;
  font-family: fontAwesome;
}
#f-Aboutus ul .contact-link a:hover {
  opacity: 0.6;
}

.sitemap-nav {
  margin: 20px auto 0;
  width: 1000px;
  padding: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: solid 1px #b9b9b9;
}
.sitemap-nav ul {
  float: left;
  overflow: hiddehn;
}
.sitemap-nav ul li {
  float: left;
}
.sitemap-nav ul li a {
  font-size: 14px;
  margin-right: 15px;
}

.copyrights {
  float: right;
  font-size: 13px;
}

/*-------------------------------------------------


		お客様との絆　イベントアルバム


-------------------------------------------------*/
#e-album-top {
  text-align: center;
}
#e-album-top img {
  display: block;
}
#e-album-top h1 img {
  margin: 0 auto 35px;
}
#e-album-top h2 img {
  margin: 0 auto 25px;
}
#e-album-top p {
  font-size: 15px;
}

.album-box {
  margin-top: 50px;
}
.album-box > img {
  display: block;
  height: auto;
  margin: 0 auto 10px;
  width: 200px;
}
.album-box h2 {
  text-align: center;
  color: #3d3a39;
  font-size: 30px;
}
.album-box ul {
  overflow: hidden;
  width: 1000px;
  margin: 20px auto;
}
.album-box ul li {
  width: 300px;
  float: left;
  margin: 10px 15px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.album-box ul li .flame {
  position: absolute;
  width: 300px;
  top: 0;
  left: 0;
  z-index: 1;
}
.album-box ul li a {
  display: block;
  overflow: hidden;
  height: 300px;
}
.album-box ul li span {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 3px;
  line-height: 150%;
  font-size: 26px;
  color: #595656;
  margin-top: 8px;
  display: block;
}
.album-box ul li a:hover {
  opacity: 1;
}
.album-box ul li a:hover > img {
  opacity: 1;
}
.album-box ul li a .size-trimming2 {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.album-box ul li:hover > a .size-trimming2 {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.other-event img {
  width: 300px;
  height: auto;
  display: block;
  margin: 50px auto 0;
}

/*----- イベントアルバム　個別ページ ----*/
.single-albums .gallery {
  background-image: none;
  padding: 0;
}
.single-albums .gallery::before {
  background-color: transparent;
}
.single-albums .gallery img {
  height: auto;
}
.single-albums #gallery-1 img {
  border: none;
  border-radius: 10px;
}

#album-single-title {
  margin-top: 80px;
  text-align: center;
}
#album-single-title img {
  width: 200px;
  display: block;
  margin: 0 auto 20px;
}
#album-single-title h2 {
  text-align: center;
  color: #3d3a39;
  font-size: 30px;
  font-family: Meiryo, "メイリオ", Hiragino Kaku Gothic ProN, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#album-single-title span {
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 3px;
  line-height: 150%;
  font-size: 26px;
  color: #595656;
  margin-top: 8px;
  display: block;
}

.single-albums .back-album {
  text-align: center;
  margin: 50px 0;
}
.single-albums .back-album a:hover {
  text-decoration: underline;
}
.single-albums .gallery a {
  z-index: 1;
  position: relative;
  padding: 0px 5px;
}
.single-albums .gallery a img {
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}
.single-albums .gallery a img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*-------------------------------------------------


			お客様の声　アーカイブ


-------------------------------------------------*/
.post-type-archive-interview .post-section {
  width: 100%;
}

.interview-archive-top {
  background-color: #eeeeee;
}
.interview-archive-top > div {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.interview-archive-top img {
  display: block;
}
.interview-archive-top > div .left {
  float: left;
  text-align: center;
}
.interview-archive-top > div .left img {
  width: 210px;
  height: auto;
  margin: 40px 0 10px 35px;
}
.interview-archive-top > div .left h2 {
  font-family: "Mplus 1p";
  color: #00b441;
  font-weight: 900;
  font-size: 38px;
  margin-bottom: 10px;
}
.interview-archive-top > div .left span {
  font-family: "Mplus 1p";
  color: #00b441;
  font-weight: 600;
  font-size: 22px;
}
.interview-archive-top > div .right {
  float: right;
}

#interview-area {
  max-width: 960px;
  margin: 0 auto;
}

.interview-subtitle {
  text-align: center;
  margin: 60px auto 40px;
}
.interview-subtitle h2 {
  font-family: "Oswald", sans-serif;
  font-size: 38px;
  color: #00b441;
}
.interview-subtitle span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  color: #00b441;
  font-weight: 600;
}

/*--- インタビュー　リスト ---*/
.interview-section {
  margin-bottom: 40px;
  height: 400px;
  overflow: hidden;
}
.interview-section a {
  display: table;
  overflow: hidden;
  height: 400px;
}
.interview-section img {
  height: auto;
}
.interview-section a > div {
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.p-big {
  width: 65%;
  position: relative;
  padding: 0 2px;
}

.p-midle {
  width: 35%;
  padding: 0 2px;
}
.p-midle > div {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 4px auto 0;
}

.p-mini {
  display: table-cell;
}
.p-mini:first-child {
  padding-right: 2px;
}
.p-mini:last-child {
  padding-left: 2px;
}

/*--- それぞれのサイズ --*/
.p-big span,
.p-midle span,
.p-mini span {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 auto;
}

.p-big span img,
.p-midle span img,
.p-mini span img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.p-big span {
  width: 100%;
  height: 400px;
}
.p-big span img {
  width: 100%;
  min-height: 400px;
}

.p-midle span {
  height: 250px;
}
.p-midle span img {
  min-height: 250px;
}

.p-mini span {
  height: 145px;
  margin: 0 auto;
}
.p-mini span img {
  min-width: 150px;
  min-height: 145px;
}

.interview-archive-title {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 25px 20px 20px;
  color: #fff;
  text-align: left;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 99%;
  margin: auto;
  right: 0;
  left: 0;
}
.interview-archive-title p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.interview-archive-title h3 {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  font-family: "Mplus 1p";
}

/*-------------------------------------------------


			お客様の声　個別


--------------------------------------------------*/
.interview-sigle-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 20px 0;
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.interview-sigle-title h2 {
  padding: 0 0 10px;
  margin: 5px 0 0;
  font-size: 32px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: 3px;
}
.interview-sigle-title span {
  font-size: 20px;
  display: block;
  margin-top: 15px;
}

#interview-single {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.interview-single-contant {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.interview-single-contant img {
  height: auto;
  width: 100%;
}

.clip-box-a {
  position: relative;
  margin: 2em auto;
  padding: 1.5em 2em;
  width: 90%;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #acacac;
          box-shadow: 1px 1px 1px #acacac;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.clip-box-a::before {
  position: absolute;
  content: "";
  top: -15px;
  right: 10px;
  height: 55px;
  width: 15px;
  border: 3px solid #555555;
  background: none;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  z-index: 1;
}
.clip-box-a span {
  font-weight: bold;
}
.clip-box-a p {
  margin-top: 10px;
  color: #666;
}

#interview-single strong {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}

.com {
  font-size: 110%;
  margin-bottom: 35px;
  padding-left: 80px;
}

hr.style18 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
  margin-top: 30px;
}
hr.style18::before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

/*-----------------------------------


			完成情報見学会


------------------------------------*/
#SWELL-INFO {
  margin: 30px auto 60px;
}
#SWELL-INFO img {
  display: block;
  margin: 0 auto;
}

/*-----------------------------------


			固定ページ
		テンプレート　bade


------------------------------------*/
#page {
  max-width: 1000px;
  margin: 30px auto 60px;
  padding: 0 20px;
}

/*-------------------------------------------------


			完成見学会・来店予約


-------------------------------------------------*/
.page-template-page-request-catalog #page-container,
.page-template-page-reservation #page-container,
.page-template-page-thankyou #page-container {
  background-color: #ffe000;
  overflow: hidden;
}

#reservation-top {
  text-align: center;
  margin: 64px auto;
  padding: 0 16px;
  position: relative;
  max-width: 1280px;
}
#reservation-top h3 {
  position: relative;
  z-index: 1;
}
#reservation-top .cloud {
  position: absolute;
}
#reservation-top .cloud_1 {
  left: 10%;
  top: -2%;
}
#reservation-top .cloud_2 {
  left: 5%;
  top: 50%;
}
#reservation-top .cloud_3 {
  right: 10%;
  top: 2%;
}
#reservation-top .cloud_4 {
  right: 3%;
  top: 55%;
}

.Re_merit {
  text-align: center;
  padding: 0 24px;
}
.Re_merit h3 {
  margin-bottom: 42px;
}
.Re_merit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
.Re_merit ul li {
  width: 32%;
}

.Scheduled {
  margin: 64px auto;
}
.Scheduled .no-post {
  max-width: 58vw;
  border: solid 2px #191f2d;
  border-radius: 14px;
  background-color: #fff;
  padding: 48px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 48px auto;
}
.Scheduled .no-post span {
  color: #191f2d;
  font-size: 24px;
  font-weight: bold;
}

.Baloo {
  margin: 32px auto;
  text-align: center;
  position: relative;
}
.Baloo::before {
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80px;
  bottom: 47px;
  background-color: #191f2d;
}
.Baloo span {
  font-size: 1.4rem;
  display: block;
  color: #191f2d;
  font-style: italic;
  font-weight: bold;
  margin-top: 24px;
}

.my-flipster .flipster__container li {
  max-width: 580px;
  margin: 0 auto;
}
.my-flipster .flipster__container li > div {
  max-width: 58vw;
  border: solid 3px #191f2d;
  border-radius: 14px;
  background-color: #fff;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 3px 3px 0px 3px #fed220;
          box-shadow: 3px 3px 0px 3px #fed220;
  margin: 0 auto;
}

.flipster__container li img {
  border-radius: 10px;
  display: block;
  width: 56vw;
  height: 28vw;
  -o-object-fit: cover;
     object-fit: cover;
  /* この一行を追加するだけ！ */
}
.flipster__container li span {
  display: inline-block;
  border: solid 2px #191f2d;
  border-radius: 20px;
  background-color: #ffe000;
  padding: 5px 16px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  top: -24px;
}
.flipster__container li h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #191f2d;
  margin-bottom: 16px;
}
.flipster__container li p {
  font-size: 14px;
  text-align: left;
  white-space: normal;
  max-width: 94%;
  margin: 0 auto 16px;
}

.Re_point {
  max-width: 980px;
  margin: 0 auto;
}
.Re_point img {
  margin: 0 auto;
  width: 96%;
}

.flipster__container li a {
  border: solid 2px #191f2d;
  color: #191f2d;
  font-weight: bold;
  padding: 8px;
  display: block;
  border-radius: 8px;
}
.flipster__container li a:hover {
  background-color: #191f2d;
  color: #fff;
}

/*-----------------

	フォームcss

-------------------*/
.Re-form_box {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 32px;
  border: solid #191f2d 3px;
  padding: 24px 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 64px auto;
  -webkit-box-shadow: 3px 3px 0px 3px #fed220;
          box-shadow: 3px 3px 0px 3px #fed220;
}
.Re-form_box .Re_tel {
  margin: 40px auto;
  text-align: center;
  color: #191f2d;
}

.Re_tel h5 {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #191f2d;
}
.Re_tel a {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  line-height: 100%;
  color: #191f2d;
}
.Re_tel a .fas {
  font-size: 28px;
  left: -35px;
  top: 10px;
  position: absolute;
  color: #191f2d;
}
.Re_tel span {
  display: block;
  color: #191f2d;
}

.Re_mail_text {
  text-align: center;
}
.Re_mail_text p {
  max-width: 650px;
  font-weight: bold;
  margin: 0 auto;
  font-size: 14px;
  color: #191f2d;
  text-align: left;
}
.Re_mail_text span {
  color: #ff0000;
}

.Re-form h5 {
  display: block;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  text-align: center;
  color: #191f2d;
}

.Confirmation_text {
  font-weight: bold;
  text-align: center;
  display: none;
  margin: 40px 0;
  padding: 16px 0;
  background-color: #191f2d;
}
.Confirmation_text p {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.Confirmation_text span {
  font-size: 16px;
  color: #fff;
}

.Re-form table {
  margin: 32px auto;
}
.Re-form table th,
.Re-form table td {
  border-bottom: dashed 1.5px #191f2d;
  color: #191f2d;
}
.Re-form table th {
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  width: 30%;
  vertical-align: middle;
  font-weight: bold;
}
.Re-form table th span {
  background-color: #5ed4ca;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 4px;
  display: inline-block;
  margin-left: 16px;
}
.Re-form table td {
  padding: 16px 8px 16px 16px;
}
.Re-form table td.zip input {
  max-width: 200px;
}
.Re-form table td input {
  padding: 10px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #999;
}

.Postal:first-child {
  margin-left: 8px;
}

.Re-form table td input.long,
.Re-form table td textarea.long {
  width: 96%;
}
.Re-form table td .mwform-radio-field {
  display: block;
  width: auto;
  margin: 8px auto !important;
}
.Re-form table td .mwform-radio-field .checked {
  background-color: unset;
}
.Re-form table td .mwform-checkbox-field .checked {
  background-color: unset;
}

.mwform-radio-field-text {
  font-weight: bold;
}

.Re-form table td select {
  padding: 8px 6px 9px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #999;
  border-radius: 4px;
}

.Note {
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #060202;
  -webkit-box-shadow: 3px 3px 0px 3px #fed220;
          box-shadow: 3px 3px 0px 3px #fed220;
}
.Note strong {
  font-weight: bold;
  margin-bottom: 16px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 18px;
  color: #191f2d;
}
.Note p {
  font-size: 14px;
}

.Re-form .form-submit input {
  display: block;
  background-color: #fff;
  color: #060202;
  border: none;
  padding: 15px 80px 12px;
  font-size: 15px;
  margin: 30px auto;
  border-radius: 35px;
  position: relative;
  border: solid 2px #060202;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 0px 3px #fed220;
          box-shadow: 3px 3px 0px 3px #fed220;
}
.Re-form .form-submit input:focus {
  background-color: #ffe000;
}

/*-- ご希望のカタログ　チェックボタンへの画像追加---*/
.Re-form .catalog-checkbox-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field {
  display: inline-block;
  width: 180px;
  position: relative;
  background-size: contain;
  background-position: 0 32px;
  background-repeat: no-repeat;
  margin: 6px !important;
  overflow: hidden;
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field label::after {
  font-size: 13px;
  line-height: 1.6em;
  display: block;
  margin-top: 4px;
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field .mwform-checkbox-field-text {
  font-weight: bold;
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field .mwform-checkbox-field-text::after {
  display: block;
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(1) .mwform-checkbox-field-text::after {
  content: url("img/catalog/catalog-img-1.jpg");
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(1) label::after {
  content: "カリフォルニアスタイルの家";
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(2) .mwform-checkbox-field-text::after {
  content: url("img/catalog/catalog-img-2.jpg");
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(2) label::after {
  content: "太陽の恵みの家";
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(3) .mwform-checkbox-field-text::after {
  content: url("img/catalog/catalog-img-3.jpg");
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(3) label::after {
  content: "家族が常に身近にいる家";
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(4) .mwform-checkbox-field-text::after {
  content: url("img/catalog/catalog-img-4.jpg");
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(4) label::after {
  content: "あれも、これも全部欲しい！女性の願いを叶えちゃうお家";
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(5) .mwform-checkbox-field-text::after {
  content: url("img/catalog/catalog-img-5.jpg");
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(5) label::after {
  content: "手の届く贅沢木ならではの素材感";
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(6) .mwform-checkbox-field-text::after {
  content: url("img/catalog/catalog-img-6.jpg");
}
.Re-form .catalog-checkbox-td .mwform-checkbox-field:nth-child(6) label::after {
  content: "手の届く贅沢木ならではの素材感";
}

/*---- 入力内容の確認 ----*/
.mw_wp_form_confirm h5,
.mw_wp_form_confirm .Re_mail_text,
.mw_wp_form_confirm table th span,
.mw_wp_form_confirm .Re_tel {
  display: none !important;
}
.mw_wp_form_confirm .Confirmation_text {
  display: block;
}

.mw_wp_form_complete {
  padding: 80px 0;
}

.Re-form_box #thanks-box {
  padding: 72px 16px;
  border-radius: 16px;
}

/*---------------------------------------------


				ブログ一覧


----------------------------------------------*/
.blog-group {
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-group article {
  width: 33.3333%;
  margin-bottom: 32px;
}
.blog-group article a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.blog-group article .post_meta {
  padding: 20px 14px;
}
.blog-group article .post_meta .Date {
  display: block;
  color: #2d873d;
}
.blog-group article .post_meta span {
  font-weight: 600;
  font-size: 13px;
}

.works-group {
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.works-group article {
  width: 33.3333%;
  margin-bottom: 32px;
}
.works-group article a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.works-group article .Owner-name {
  padding: 20px 14px;
}
.works-group article .Owner-name span {
  font-weight: 600;
  font-size: 13px;
}

.ViewMore {
  text-align: center;
}
.ViewMore a {
  display: inline-block;
  padding: 8px 48px;
  background-color: #363636;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.3rem;
  font-size: 13px;
}
.ViewMore a:hover {
  background-color: #242424;
}

#news-post {
  padding: 0 16px;
}

.news-list {
  text-align: center;
  margin: 40px auto;
}
.news-list .Date {
  display: inline-block;
  margin-right: 24px;
  font-weight: 600;
  font-size: 13px;
}
.news-list .news-title {
  font-size: 16px;
}

#blog-container {
  max-width: 1040px;
  overflow: hidden;
  margin: 48px auto;
}
#blog-container > h1 {
  margin: 64px auto 80px;
}

.blog-main .blog-group {
  padding: 0;
}
.blog-main .blog-group article {
  width: 49%;
}

.blog-group article .blog-thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
}

/*-- メインコンテンツ --*/
.blog-main {
  max-width: 720px;
  width: 100%;
  float: left;
  padding: 0 16px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 56px;
}

#blog-container .prev a .fa,
#blog-container .next a .fa {
  margin: 0 16px;
}

/*-- ブログ個別 --*/
#blog-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#blog-meta .date {
  margin-right: 16px;
}
#blog-meta .post-categories a {
  background-color: #2d873d;
  color: #fff;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: bold;
}

.post-thumbnail img {
  display: block;
  margin-bottom: 32px;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 5px 10px !important;
}

#gallery-3 img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gallery-icon {
  padding: 4px;
}

/*-- サイドバー --*/
#blog-side {
  float: right;
  width: 260px;
}

.blag-title {
  margin-bottom: 32px;
  position: relative;
  margin-top: 8px;
  text-align: left;
  font-size: 24px;
  border-bottom: solid 2px #2d873d;
  padding-bottom: 8px;
}

#blog-side .widgettitle {
  margin-bottom: 45px;
  position: relative;
  margin-top: 8px;
  text-align: left;
  font-size: 20px;
  letter-spacing: 4px;
}

.widgettitle::before {
  bottom: 0;
  content: "";
  display: block;
  background-color: #2d873d;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 80px;
  bottom: -20px;
}

#blog-side > li {
  margin-bottom: 64px;
  list-style-type: none;
}

#searchform {
  position: relative;
  border-bottom: dotted 1px #808080;
}

#blog-side > li ul li {
  margin-bottom: 8px;
}
#blog-side > li ul li a {
  font-weight: 600;
  font-size: 13px;
}

.searchfield {
  font-size: 14px;
  width: 90%;
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
  background-color: #efefef;
}

#searchsubmit {
  background-image: url("https://excelhome-y.com/wp-excel/images/search_icon.svg");
  position: absolute;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  width: 10%;
  height: 100%;
}

#searchform #s {
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: navajowhite;
  padding: 10px;
  font-size: 1.6rem;
}

#searchsubmit:hover {
  opacity: 0.6;
}

.screen-reader-text {
  display: none;
}

.widget_categories li {
  margin-bottom: 16px;
}
.widget_categories li a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 16px;
  background-image: url("img/arrow.svg");
  border: none;
  background-position: center left;
  background-repeat: no-repeat;
}

.new-entry-item {
  overflow: hidden;
  margin-bottom: 24px;
}

.new-entry-thumbnail {
  display: inline-block;
  float: left;
  margin-right: 16px;
}
.new-entry-thumbnail img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-entry-body {
  float: left;
  text-align: left;
  width: 204px;
}
.new-entry-body .day {
  font-size: 13px;
  margin-bottom: 0;
  color: #4d4d4d;
}

.new-entry-title {
  font-size: 16px;
  color: #4d4d4d;
}

.new-entry-body a {
  text-decoration: none;
  color: #4d4d4d;
}

.no-thumbnail .new-entry-body {
  width: 100%;
}

.np-post {
  text-align: center;
  margin: 64px 0;
}

.post-content h2 {
  font-size: 20px;
  font-weight: bold;
  background: #eef1f2;
  border-radius: 20px;
  position: relative;
  padding: 20px 30px 20px 40px;
  margin: 1.2em 6px 1em;
}
.post-content h2::before {
  position: absolute;
  top: 25%;
  left: 20px;
  width: 6px;
  height: 50%;
  content: "";
  opacity: 0.2;
  -ms-filter: "alpha(opacity=20)";
  border-radius: 3px;
  background: #5f7276;
}
.post-content h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 3px dotted #000;
  margin: 1.2em 6px 1em;
  padding: 6px;
}
.post-content p {
  margin-bottom: 1.6rem;
  line-height: 2.4rem;
  text-align: justify;
  font-size: 14px;
  margin-bottom: 1.6rem;
}
.post-content p strong {
  font-weight: bold;
}
.post-content blockquote {
  color: #666;
  line-height: 100%;
  position: relative;
  width: 80%;
  margin: 10% auto;
  text-align: center;
}
.post-content blockquote::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 0;
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
}
.post-content blockquote::after {
  content: "”";
  position: absolute;
  bottom: -60px;
  right: 0;
  font-family: Arial, sans-serif;
  font-size: 64px;
  font-style: normal;
}
.post-content blockquote p {
  margin-bottom: 3.2rem;
  line-height: 200%;
}

.button {
  background-color: #fff;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 35px 8px;
  text-decoration: none;
  border: solid #4d4d4d 3px;
  letter-spacing: 0.05em;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}
.button:hover {
  background-color: #4d4d4d;
  color: #fff;
}

#blog-container .wp-pagenavi a,
#blog-container .wp-pagenavi span {
  border: none;
}

.ndiv1 {
  width: 90%;
  margin: 0px auto;
}

.ndiv2 {
  color: #2d873d;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .ndiv1 {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 3%;
  }
  .ndiv2 {
    margin-bottom: 30px;
  }
}
/* add css 20230516 */
#areapage-container h2 {
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  color: #2d873d;
  text-align: center;
  margin-bottom: 30px;
}
#areapage-container h2 span {
  display: block;
  font-size: 15px;
}

#area-top {
  max-width: 1200px;
  margin: 0 auto;
}

.area-top1 {
  position: relative;
  margin-bottom: 40px;
  text-align: right;
}

.area-top1 > div {
  position: absolute;
  color: #2d873d;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 40px;
  z-index: 1;
  top: 25%;
  margin: auto;
  width: 45%;
  left: 5%;
  text-align: left;
}
.area-top1 > div h3 {
  font-size: 28px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #2d873d;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}
.area-top1 > div h3::before {
  background-color: #2d873d;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  width: 100px;
  bottom: -20px;
}

@media screen and (max-width: 680px) {
  #areapage-container h2 {
    font-size: 34px;
  }
  #areapage-container h2 span {
    display: block;
    font-size: 15px;
  }
  #area-top {
    width: 94%;
    margin: 0 auto;
  }
  .area-top1 > div {
    width: 95%;
    margin: auto;
    position: static;
    padding: 15px 5px;
  }
  .area-top1 > div h3 {
    font-size: 23px;
  }
}
#areaworks-container {
  background-color: #f8fff9;
  padding: 40px 0;
}
#areaworks-container .areaworks-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#areaworks-container .areaworks-inner .areaworks-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#areaworks-container .areaworks-inner .areaworks-box .areaworks-content {
  width: 30%;
  text-align: center;
}
#areaworks-container .areaworks-inner .areaworks-box .areaworks-content img {
  max-height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
#areaworks-container .areaworks-inner .areaworks-box .areaworks-content p.point-hl {
  color: #2d873d;
  font-weight: bold;
  margin: 5px auto;
}
#areaworks-container .areaworks-inner .areaworks-box .areaworks-content p.point-desc {
  line-height: 22px;
}

@media screen and (max-width: 680px) {
  #areaworks-container .areaworks-inner .areaworks-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #areaworks-container .areaworks-inner .areaworks-box .areaworks-content {
    width: 100%;
  }
  #areaworks-container .areaworks-inner .areaworks-box .areaworks-content img {
    width: 90%;
  }
  #areaworks-container .areaworks-inner .areaworks-box .areaworks-content p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
#areavoice-container {
  padding: 40px 0;
}
#areavoice-container .areavoice-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#areavoice-container .areavoice-inner .areavoice-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#areavoice-container .areavoice-inner .areavoice-box .areavoice-content {
  width: 30%;
  text-align: center;
}
#areavoice-container .areavoice-inner .areavoice-box .areavoice-content p.customer-info {
  color: #2d873d;
  font-weight: bold;
  margin: 5px auto;
}

@media screen and (max-width: 680px) {
  #areavoice-container .areavoice-inner .areavoice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #areavoice-container .areavoice-inner .areavoice-box .areavoice-content {
    width: 100%;
    text-align: center;
  }
  #areavoice-container .areavoice-inner .areavoice-box .areavoice-content img {
    width: 90%;
  }
  #areavoice-container .areavoice-inner .areavoice-box .areavoice-content p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
#areaschedule-container {
  padding: 60px 0;
  width: 980px;
  max-width: 94%;
  margin: 0 auto;
  position: relative;
}
#areaschedule-container .Schedule-list ul li > h4 {
  font-size: 26px;
  font-weight: 800;
  font-family: "Mplus 1p";
  color: #2d873d;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #b9b9b9;
}
#areaschedule-container .Schedule-list ul li > h4 span {
  margin-right: 20px;
  font-size: 40px;
  font-weight: 800;
  font-family: "Oswald", sans-serif;
  color: #2d873d;
  vertical-align: -10%;
}

#areaabout-container {
  padding: 40px 0;
}
#areaabout-container .areaabout-img {
  text-align: center;
}
#areaabout-container .areaabout-img img {
  width: 768px;
  height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
}
#areaabout-container .areaabout-detail {
  position: relative;
  max-width: 960px;
  margin: 20px auto;
  padding: 30px;
  border: 1px solid #b8b8b8;
}

@media screen and (max-width: 680px) {
  #areaabout-container .areaabout-img img {
    height: 156px;
  }
  #areaabout-container .areaabout-detail {
    margin: 10px;
  }
}
#greeting-container {
  padding: 60px 0;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

#greeting-container h2 {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  color: #2d873d;
  text-align: center;
  margin-bottom: 12px;
}

#greeting-container h2 span {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 15px;
  display: block;
}

#greeting-container .greeting-content {
  padding: 20px;
  border: 1px solid #333;
  margin-top: 30px;
}

.slider-content {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.slider-content .slider {
  height: auto;
  margin-inline: auto;
  max-width: 100%;
}
.slider-content .slider .slick-list {
  overflow: hidden !important;
}
.slider-content .slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
.slider-content .slider .slick-arrow.prev-arrow {
  left: -35px;
  width: 30px;
}
.slider-content .slider .slick-arrow.next-arrow {
  right: -35px;
  width: 30px;
}
.slider-content .slick-img img {
  width: 1080px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    /* 拡大率 */
  }
}
.slider-content .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
.slider-content .performance {
  opacity: 0;
  -webkit-transition: opacity 3.5s;
  transition: opacity 3.5s;
}
.slider-content .performance .keyword {
  position: absolute;
  bottom: 11rem;
  text-align: center;
  font-size: 12px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 2.3;
  text-shadow: 3px 1px 5px rgb(0, 0, 0);
}
.slider-content .performance p {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  font-size: 11px;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 2.3;
  text-shadow: 3px 1px 5px rgb(0, 0, 0);
}
.slider-content .performance .slider__textbox {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
.slider-content .performance .slider__textbox div {
  background-color: #000;
  border: solid 1px #fff;
  width: 19%;
  opacity: 0.7;
  border-radius: 7px;
}
.slider-content .performance .slider__textbox div h2:nth-of-type(1) {
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #fff;
  height: 1.4rem;
  margin-bottom: 10px;
  font-size: 12px;
}
.slider-content .performance .slider__textbox div h2:nth-of-type(2) {
  color: #fff;
  text-align: center;
  height: auto;
  font-size: 12px;
}

@media screen and (max-width: 680px) {
  .slider-content {
    width: 100%;
    margin-top: 95px;
  }
  .slider-content .slider {
    width: 100%;
  }
  .slider-content .slider .slick-arrow.prev-arrow {
    left: 0px;
  }
  .slider-content .slider .slick-arrow.next-arrow {
    right: 0px;
  }
  .slider-content .slick-img img {
    width: 100%;
    height: 55vh;
  }
  .slider-content .performance p {
    font-size: 8px;
    width: 100%;
    bottom: 0;
    font-weight: bold;
  }
  .slider-content .performance .keyword {
    font-size: 8px;
    width: 100%;
    font-weight: bold;
    bottom: 13rem;
  }
  .slider-content .performance .slider__textbox {
    bottom: 8%;
    height: 35%;
    gap: 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .slider-content .performance .slider__textbox div {
    width: 31%;
  }
  .slider-content .performance .slider__textbox div h2:nth-of-type(1) {
    font-size: 8px;
    height: 1rem;
    margin-bottom: 9px;
    font-weight: bold;
    margin-top: 0.1rem;
  }
  .slider-content .performance .slider__textbox div h2:nth-of-type(2) {
    font-size: 8px;
    font-weight: bold;
  }
}
.line {
  width: 90%;
  max-width: 850px;
  margin: 0 auto 3%;
  margin-top: 3rem;
}
.line-btn img {
  width: 15%;
  border-radius: 10px;
  margin-bottom: 2rem;
}

.line-contact img {
  width: 200px;
  padding-top: 2rem;
}

.ndiv1 div {
  width: 50%;
}

@media screen and (max-width: 680px) {
  .ndiv1 div {
    width: 100%;
  }
}
.line-btn {
  text-align: center;
  margin-top: 3rem;
}
.line-btn .btn--orange {
  color: #fff;
  background-color: #06c755;
}
.line-btn .btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.line-btn .btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 1rem 12rem 1rem 12rem;
  border-radius: 100vh;
}
.line-btn .btn-c .fa-line {
  margin-right: 1rem;
  font-size: 2.5rem;
  position: relative;
  top: 4px;
}
.line-btn .btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2rem;
  margin: 0;
  padding: 0;
  content: "\f054";
  font-weight: bold;
}

.line-btn-footer {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.line-btn-footer .btn--orange {
  color: #fff;
  background-color: #06c755;
}
.line-btn-footer .btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.line-btn-footer .btn-c {
  font-size: 1.5rem;
  position: relative;
  padding: 1rem 12rem 1rem 12rem;
  border-radius: 100vh;
}
.line-btn-footer .btn-c .fa-line {
  margin-right: 1rem;
  font-size: 2.5rem;
  position: relative;
  top: 4px;
}
.line-btn-footer .btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 2rem;
  margin: 0;
  padding: 0;
  content: "\f054";
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  .line-btn {
    text-align: center;
    margin-top: 2rem;
  }
  .line-btn .btn-c {
    font-size: 1rem;
    position: relative;
    padding: 1rem 5rem 1rem 3rem;
    border-radius: 100vh;
  }
  .line-btn .btn-c .fa-line {
    margin-right: 0.5rem;
    font-size: 2.5rem;
    position: relative;
    top: 8px;
  }
  .line-btn-footer {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .line-btn-footer .btn-c {
    font-size: 1rem;
    position: relative;
    padding: 1rem 5rem 1rem 3rem;
    border-radius: 100vh;
  }
  .line-btn-footer .btn-c .fa-line {
    margin-right: 0.5rem;
    font-size: 2.5rem;
    position: relative;
    top: 8px;
  }
}/*# sourceMappingURL=style.css.map */