@charset "UTF-8";
@media screen and (max-width: 680px) {
  /* 全体のくくり */
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  #wrapper {
    overflow: hidden;
  }
  /*-----------------------------------------

  		アコーディオンメニュー

  ------------------------------------------*/
  .header {
    width: 100%;
    z-index: 3;
  }
  .header h1 {
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 20px 40px 20px 0px;
    color: #fff;
  }
  .header .header__heading {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
    overflow: hidden;
    padding: 16px 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav-content {
    position: absolute;
    width: 100%;
    top: -735px;
    z-index: 9;
    -webkit-transition: 1.5s top;
    transition: 1.5s top;
    overflow: scroll;
    padding-bottom: 60px;
  }
  .nav-content .sp_nav_main li a {
    background-color: #16a04c;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 12px 0px;
    font-weight: bold;
    font-size: 14px;
  }
  .nav-content ul li {
    font-size: 22px;
    font-size: 2.2rem;
    font-size: 15px;
    text-align: center;
  }
  .nav-content ul li a {
    text-align: center;
    display: block;
    padding: 10px 0px;
    color: #fff;
  }
  .is-open .nav-content {
    top: 60px;
    background-color: #fff;
  }
  .is-open .nav-content .sp_nav_main li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .is-open .nav-content .sp_nav_main li:nth-child(odd) {
    border-right: solid 1px #fff;
  }
  .is-open .nav-content .sp_nav_main li:last-child {
    width: 100%;
    border-right: none;
  }
  .is-open .nav-content .two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .is-open .nav-content .two-column li {
    width: 50%;
  }
  .is-open .nav-content .nav-sub li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: solid 1px #000;
  }
  .is-open .nav-content .nav-sub li:nth-child(odd) {
    border-right: solid 1px #000;
  }
  .is-open .nav-content .nav-sub li:last-child {
    width: 100%;
    border-right: none;
  }
  #js-cover {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 1;
  }
  .menu-button {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 14px;
    top: 15px;
  }
  .menu-button i {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #333;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
  }
  .menu-button i:before, .menu-button i:after {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #333;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s !important;
    transition: all 0.3s !important;
  }
  .menu-button i:before {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  .menu-button i:after {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .is-open .menu-button i {
    background: #fff;
  }
  .is-open .menu-button i:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  .is-open .menu-button i:before {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
  .content {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .content p {
    color: #fff;
    position: relative;
    bottom: -80px;
    text-align: center;
  }
  #js-accordion {
    overflow: hidden;
  }
  #js-accordion h1 {
    padding: 0;
  }
  #js-accordion .hp-title {
    margin: 0;
    float: none;
  }
  #js-accordion .hp-title img {
    height: 35px;
    width: auto;
  }
  .nav-content ul {
    background-color: #fff;
  }
  .nav-content ul li a {
    font-size: 14px;
    color: #333;
  }
  #js-accordion .contact-link a {
    padding: 20px 5px 20px 45px;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    /* 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 */
  }
  .contact-link a:before {
    position: absolute;
    top: 13px;
    left: 25%;
    content: "\f0e0";
    color: #fff;
    font-size: 25px;
    font-family: fontAwesome;
  }
  #js-accordion .contact-link-line a {
    padding: 20px 5px 20px 45px;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    background: #06c755;
  }
  .sp-tel {
    text-align: center;
    padding-bottom: 0px;
  }
  .sp-tel p {
    font-size: 18px;
    display: inline-block;
    color: #3aa667;
  }
  #js-accordion .sp-tel a {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    padding: 0;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    color: #3aa667;
  }
  .sp-tel span {
    font-size: 13px;
    display: block;
  }
  /*-----------------------------------------




  			トップページ



  ------------------------------------------*/
  .Reservation_bunner {
    margin: 8px auto 8px;
  }
  .metaslider {
    margin-top: 60px;
  }
  .home #container-bg {
    margin: 0;
  }
  #container-bg {
    overflow: hidden;
    margin-top: 60px;
  }
  #news {
    margin: 20px auto;
  }
  #news .article,
  #news h3,
  #news ul,
  #news .back-number {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
  .post-section .new::before {
    top: 0px;
    left: 0px;
  }
  .post-section .new p {
    left: 6px;
    top: 10px;
  }
  #news ul li {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #news h3 {
    text-align: center;
  }
  .back-number {
    margin-top: 30px;
  }
  #top-movie h2,
  #news h3,
  #top-event h2,
  #top-how-to h2,
  #search-container h2 {
    font-size: 34px;
  }
  #top-event h2 span,
  #top-how-to h2 span {
    font-size: 14px;
  }
  #search-container h2 span {
    font-size: 14px;
  }
  #search-container p {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
  }
  #top-event {
    margin: 0px auto;
  }
  #top-event > ul {
    text-align: center;
    margin-bottom: 20px;
  }
  #top-event > ul .post-section .thumbnail {
    height: unset !important;
  }
  #top-how-to-bg {
    background-size: cover;
    padding: 20px 0;
    overflow: hidden;
  }
  #top-how-to ul {
    display: block;
    text-align: center;
    margin: 0;
  }
  #top-how-to ul li {
    margin-bottom: 20px;
  }
  #top-how-to ul li img {
    margin: 0 auto;
  }
  #top-how-to-bg .Room-Light {
    right: 5px;
    top: -80px;
  }
  #top-how-to-bg .tool {
    left: 5px;
    top: 5px;
    width: 55px;
  }
  #top-how-to ul li h3 {
    font-size: 16px;
  }
  .home #home-planning {
    width: 100%;
  }
  #home-planning ul li {
    text-align: center;
  }
  #home-construction,
  .home-planning {
    width: 100%;
    padding: 20px 0;
  }
  #container .post-section .planning-title h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }
  .planning-title span h5 span {
    font-size: 35px;
  }
  .back-number a {
    font-size: 15px;
    padding: 10px 40px 8px;
  }
  #search-inner .toggle-button {
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .Panorama-sp {
    text-align: center;
  }
  .Panorama-sp img {
    width: 80%;
  }
  .Panorama-sp a {
    display: block;
    padding: 10px;
    width: 70%;
    background-color: #333333;
    color: #fff;
    margin: 5px auto;
    border-radius: 10px;
  }
  .case-title span {
    font-size: 25px;
  }
  #search-box {
    display: block;
  }
  .sort-box ul {
    text-align: center;
  }
  .toggle-area {
    width: 96%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .radio-box {
    width: 96%;
    margin: 0 auto 15px;
    padding: 0px 0 10px;
  }
  .radio-box > div {
    width: 96%;
    margin: 0 auto;
    padding: 5px 4px;
    text-align: left;
  }
  .radio-title {
    margin: 5px 0 15px;
  }
  .radio-box label {
    display: inline-block;
    margin: 4px;
    padding: 5px 10px;
  }
  /* iOSでのデフォルトスタイルをリセット */
  input[type=submit], input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
  }
  input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
    display: none;
  }
  input[type=submit]::focus, input[type=button]::focus {
    outline-offset: -2px;
  }
  #search-inner > div .Submit-Button {
    margin: 10px auto 20px;
  }
  #search-inner > div .Submit-Button input {
    font-size: 15px;
  }
  #satonoie-top {
    display: block;
  }
  #satonoie-top .left {
    padding: 0;
    display: none;
  }
  #satonoie-top .left img {
    display: block;
  }
  #satonoie-top .right {
    padding: 30px 0;
  }
  #satonoie-top .right h2 {
    position: relative;
    z-index: 1;
  }
  #satonoie-top .right h2 img {
    width: 200px;
  }
  #satonoie-top > div {
    display: block;
    width: 100%;
  }
  #top-banner {
    width: 100%;
  }
  .event-album-a {
    width: 35%;
  }
  #kidz-space p {
    font-size: 15px;
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }
  #kidz-space p br {
    display: none;
  }
  .Play {
    margin-top: -20px;
  }
  .moon-star {
    top: 0;
    right: 10px;
    width: 100px;
  }
  #top-movie .movie-list {
    overflow: scroll;
  }
  #top-movie .movie-list li {
    margin: 0 8px;
  }
  /*-----------------------------------------

  		全てのページ共通

  ------------------------------------------*/
  #page-container {
    width: 94%;
    margin: 0 auto;
  }
  #page-title {
    margin-bottom: 32px;
    padding: 20px 0;
  }
  #page-title h2 {
    font-size: 30px;
  }
  #page-title h2 span {
    font-size: 14px;
  }
  #page-title h2::before {
    bottom: -55px;
  }
  .breadcrumbs {
    display: none;
  }
  /*-----------------------------------------

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

  ------------------------------------------*/
  .create-top1 img,
  .create-top2 img {
    display: block;
  }
  .create-top1 > div,
  .create-top2 > div {
    width: 100%;
    position: static;
    left: auto;
    top: auto;
    right: 0;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .kodawari {
    width: 100%;
  }
  .create-top1 > div h3,
  .create-top2 > div h3 {
    font-size: 22px;
  }
  .create-top1 > div p,
  .create-top2 > div p {
    font-size: 14px;
  }
  .kodawari h3 {
    font-size: 22px;
  }
  .kodawari ul li .k-number {
    width: 70px;
    height: 70px;
  }
  .kodawari ul li .k-number p {
    font-size: 14px;
  }
  .kodawari ul li h4 {
    padding: 35px 0 35px 90px;
    font-size: 18px;
  }
  /*-----------------------------------------

  		構造と性能

  ------------------------------------------*/
  #Performance-top {
    padding: 20px 0;
  }
  #Performance-top h3 {
    font-size: 25px;
  }
  #Performance-top h3 span {
    font-size: 14px;
  }
  .Performance-list > ul > li > div {
    display: block;
    width: 100%;
  }
  .Performance-list > ul > li > .left h4 {
    font-size: 25px;
  }
  .Performance-list > ul > li > .left h4 span {
    font-size: 60px;
  }
  .Performance-list > ul > li > .left p {
    font-size: 25px;
  }
  .Performance-list > ul > li > .right img {
    display: block;
    margin: 20px auto;
  }
  /*-----------------------------------------

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

  ------------------------------------------*/
  .Schedule-top1 > div {
    top: 0;
    bottom: 0;
    left: 0;
    width: 90%;
    margin: auto;
    position: static;
    padding: 15px;
  }
  .Schedule-top1 > div h3 {
    font-size: 23px;
  }
  .Schedule-list h3 {
    font-size: 30px;
  }
  .Schedule-list ul li > h4 {
    font-size: 22px;
  }
  .Schedule-list ul li > h4 span {
    font-size: 35px;
  }
  .Schedule-list ul li > div div {
    display: block;
  }
  .Schedule-list ul li .left img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .Schedule-list ul li > div .right {
    margin: 20px 0 0 0;
    padding: 0;
  }
  .Schedule-list ul li > div .right h4 {
    font-size: 19px;
  }
  .Schedule-list ul li > div .right p {
    font-size: 14px;
  }
  /*-----------------------------------------

  		里の家のご案内

  ------------------------------------------*/
  .page-template-page-satonoie #page-container {
    width: 100%;
  }
  #satonoie-title h2 img {
    width: 180px;
  }
  #satonoie-contant ul {
    display: block;
  }
  #satonoie-contant ul li {
    display: block;
    width: 100%;
    padding: 40px 0;
  }
  #satonoie-contant ul li .wood {
    margin: 0 auto 20px;
  }
  #satonoie-contant ul li .leaf-1,
  #satonoie-contant ul li .leaf-2 {
    display: none;
  }
  #sato-form-box > p {
    font-size: 18px;
  }
  #sato-form-box > h3 {
    font-size: 20px;
  }
  .Another-world p {
    font-size: 20px;
  }
  #container #sato-form {
    width: 94%;
    margin: 0 auto;
  }
  #form-box table th,
  #form-box table td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #container #sato-form {
    padding: 0 10px;
  }
  #form-box table th {
    padding: 10px;
    font-size: 14px;
    display: block;
  }
  #form-box table td {
    padding: 10px;
    font-size: 14px;
    display: block;
  }
  #form-box table td input,
  #form-box table td textarea {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  input[type=text], input[type=email] {
    width: 90%;
  }
  #form-box table th span {
    display: block;
  }
  .mwform-checkbox-field {
    width: 50%;
  }
  .page-template-page-satonoie .tel-box {
    padding: 30px 0;
    display: block;
  }
  #satonoie-map iframe {
    height: 250px;
  }
  /*-----------------------------------------

  		会社案内

  ------------------------------------------*/
  .about-us {
    width: 90%;
    margin: 0 auto;
  }
  #company-top h3 {
    font-size: 25px;
  }
  .about-us > div h4,
  .about-us > div h5 {
    font-size: 20px;
  }
  .about-us > div ul {
    width: 100%;
  }
  .about-us > div table {
    width: 100%;
  }
  .about-us > div table th {
    font-size: 15px;
  }
  .about-us > div table td {
    width: 14px;
  }
  /*-----------------------------------------

  		お問い合わせ・資料請求

  ------------------------------------------*/
  #contact-form {
    padding: 10px;
  }
  .contact-desc li {
    width: 100%;
  }
  .contact-desc li img {
    display: block;
    margin: 10px auto;
    display: block;
  }
  .contact-desc li > div {
    display: block;
  }
  .contact-desc li span,
  .contact-desc li a {
    font-size: 35px;
  }
  .contact-desc li h3 {
    margin-bottom: 5px;
  }
  contact-desc li p {
    font-size: 14px;
  }
  #form-box table th,
  #form-box table td {
    display: block;
    width: 100%;
  }
  #form-box table th {
    border: none;
    padding-bottom: 0;
  }
  #form-box table td textarea {
    width: 100%;
  }
  /*-----------------------------------------




  			ニュース



  ------------------------------------------*/
  #news-post {
    padding: 10px;
  }
  .content-text .Re-form-inner table th,
  .content-text .Re-form-inner table td {
    display: block;
    width: 100%;
    padding: 16px 0px;
  }
  .content-text .Re-form-inner table th {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .content-text .Re-form-inner table td select {
    margin-top: 12px;
  }
  .content-text .Re-form-inner table textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /*-----------------------------------------




  		見学会・イベント情報



  ------------------------------------------*/
  #cat-Choice {
    padding: 20px 0;
  }
  #cat-Choice span {
    font-size: 16px;
  }
  #cat-Choice ul {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #cat-Choice ul a {
    padding: 10px 20px;
  }
  .event-box ul {
    text-align: center;
  }
  .post-type-archive-events #cat-Choice > ul > li {
    display: inline-block;
  }
  .post-type-archive-events #cat-Choice ul li a {
    float: none;
    border-radius: 10px;
  }
  /*-----------------------------------------




  			企画住宅一覧



  ------------------------------------------*/
  #cat-Choice ul {
    display: block;
  }
  .post-type-archive-planning #cat-Choice ul li {
    margin: 5px;
  }
  #cat-Choice ul a {
    width: auto;
    margin: 5px;
  }
  /*---- 個別記事 ----*/
  .planning-title span {
    font-size: 18px;
  }
  .madori ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .madori ul li {
    display: block;
  }
  .madori ul li img {
    width: 100%;
  }
  .point-spec {
    display: block;
  }
  .point-spec > div {
    display: block;
    width: 100%;
  }
  #Monthly-loan {
    display: block;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #Monthly-loan > div {
    display: block;
    width: 100%;
  }
  #Monthly-loan .left h3 {
    font-size: 22px;
  }
  #Monthly-loan .left h3 span {
    font-size: 65px;
  }
  #Monthly-loan .right {
    margin-top: 15px;
  }
  /*-----------------------------------------




  			企画住宅一覧



  ------------------------------------------*/
  /*------ 個別 ------*/
  .case-title {
    display: block;
  }
  .case-title span {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .case-title h2 {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
  }
  .Sales-staff {
    display: block;
  }
  .Sales-staff > div {
    display: block;
    width: 100%;
  }
  .Sales-staff .left {
    width: 100%;
  }
  /*-----------------------------------------




  			施工事例一覧



  ------------------------------------------*/
  #zenkei iframe {
    height: 450px;
    width: 600px;
    max-width: 100%;
    margin: 0 auro;
  }
  /*-----------------------------------------




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



  ------------------------------------------*/
  #e-album-top h2 img,
  #e-album-top p {
    width: 90%;
    margin: 0 auto 15px;
  }
  .album-box > img {
    width: 150px;
  }
  .album-box ul {
    width: 100%;
  }
  .album-box ul li {
    margin: 10px 2% 30px;
    width: 46%;
  }
  .album-box ul li a {
    height: auto;
  }
  .album-box ul li span {
    font-size: 18px;
  }
  .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;
    height: auto;
  }
  .album-box ul li:hover > a .size-trimming2 {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .album-box h2 {
    font-size: 25px;
  }
  #album-single-title h2 {
    font-size: 20px;
  }
  /*-------------------------------------------------


  			お客様の声　アーカイブ


  -------------------------------------------------*/
  .interview-archive-top > div {
    width: 100%;
  }
  .interview-archive-top > div .left,
  .interview-archive-top > div .right {
    float: none;
  }
  .interview-archive-top img {
    margin: 0 auto;
  }
  .interview-archive-top > div .left img {
    margin: 40px auto 10px;
  }
  .interview-archive-top > div .left span {
    font-size: 18px;
  }
  .interview-section a > div {
    display: block;
  }
  #interview-area {
    width: 90%;
    margin: 0 auto;
  }
  .interview-section a {
    height: auto;
    display: block;
  }
  .p-big,
  .p-midle {
    width: 100%;
    padding: 0;
  }
  .p-big span img,
  .interview-section {
    height: auto;
  }
  .p-big span img {
    min-height: auto;
    position: static;
    display: block;
  }
  .p-midle span img,
  .p-mini span img {
    position: static;
    display: block;
  }
  .p-big span {
    height: auto;
  }
  .interview-section .p-midle {
    display: none;
  }
  .interview-archive-title {
    padding: 15px 20px 10px;
  }
  .interview-archive-title p {
    font-size: 15px;
  }
  .interview-archive-title h3 {
    font-size: 18px;
  }
  #VOICE-top {
    width: 100%;
  }
  .interview-il {
    display: none;
  }
  #VOICE-top h2 {
    font-size: 34px;
  }
  /*-------------------------------------------------


  			お客様の声　個別


  -------------------------------------------------*/
  .interview-sigle-title h2 {
    font-size: 22px;
  }
  .interview-sigle-title span {
    font-size: 16px;
  }
  .clip-box-a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .clip-box-a p {
    font-size: 15px;
  }
  .interview-text {
    width: 95%;
    margin: 0 auto;
  }
  #interview-single strong {
    font-size: 16px;
  }
  #interview-single .com {
    font-size: 14px;
  }
  /*-----------------------------------------

  		フッター　footer

  ------------------------------------------*/
  .float-side-right {
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: unset;
            transform: unset;
  }
  .float-side-right .float-nav-list {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    width: 100%;
  }
  .float-side-right .float-nav-list li {
    width: 50%;
    margin-bottom: 0;
  }
  .float-side-right .float-nav-list li br {
    display: none;
  }
  .float-side-right .float-nav-list li a {
    padding: 6px 8px 6px;
    margin: unset;
  }
  .float-side-right .pagetop {
    position: absolute;
    bottom: 120%;
    -webkit-transform: none;
            transform: none;
    right: 20px;
  }
  .tochibnr {
    margin-top: 8px;
  }
  .link-banner {
    margin-top: 16px;
  }
  #footer-bg {
    padding: 20px 20px 10px;
    padding-bottom: 200px;
  }
  .f-menu {
    width: 100%;
    float: none;
  }
  .f-menu:first-child {
    margin: 0;
  }
  #f-Aboutus ul {
    text-align: center;
    display: block;
  }
  #f-Aboutus ul li {
    display: block;
    margin: 30px 0;
  }
  #f-Aboutus ul .contact-link a {
    display: none;
  }
  .sitemap-nav {
    width: 100%;
    text-align: center;
  }
  .sitemap-nav ul {
    float: none;
    display: block;
    overflow: hidden;
  }
  .copyrights {
    float: none;
    display: block;
    overflow: hidden;
  }
  .sitemap-nav ul li {
    float: none;
  }
  .zeh50 {
    text-align: center;
  }
  .zeh50 img {
    margin: 0;
  }
  /*-------------------------------------------------


  			完成見学会・来店予約


  -------------------------------------------------*/
  .page-template-page-reservation #page-container {
    width: 100%;
  }
  #reservation-top {
    margin: 32px auto;
  }
  .Re_merit {
    padding: 0 0px;
  }
  .Re_merit h3 {
    width: 80%;
    margin: 0 auto 24px;
  }
  .Re_merit ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Re_merit ul li {
    width: 49%;
  }
  .Scheduled {
    margin: 32px auto;
  }
  .my-flipster .flipster__container li > div {
    max-width: 80vw;
    border: solid 2px #191f2d;
  }
  .flipster__container li img {
    width: 100%;
    height: 50vw;
  }
  .flipster__container li span {
    font-size: 13px;
    top: -20px;
  }
  .Re-form_box {
    width: 98%;
    border-radius: 16px;
    border: solid #191f2d 3px;
  }
  .Baloo img {
    height: 30px;
    width: auto;
  }
  .Re_tel a {
    font-size: 32px;
  }
  .Re_tel a .fas {
    font-size: 20px;
    left: -25px;
  }
  .Re-form table th,
  .Re-form table td {
    display: block;
    width: 100%;
    padding: 16px 0px;
  }
  .Re-form table th {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .Re-form table td select {
    margin-top: 12px;
  }
  .Re-form table textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .Re-form table .catalog-checkbox-td .mwform-checkbox-field {
    width: 46%;
  }
  /*-----------------------------------------




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



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

    ブログ

  ----------------------------------------*/
  .blog-main {
    float: none;
    margin-bottom: 64px;
  }
  .blog-main .blog-group article {
    width: 100%;
  }
  #blog-side {
    float: none;
    width: 100%;
    padding: 0 16px;
  }
  .blag-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4px;
  }
  #greeting-container {
    padding: 20px 0;
    overflow: hidden;
    width: 100%;
  }
  #greeting-container .greeting-content {
    width: 80%;
    margin: 30px auto 0;
  }
}/*# sourceMappingURL=smart.css.map */