/*
 Theme Name:   IE Base Frame
 Theme URI:    http://example.com
 Description:  Wordpress IE Base Frame
 Author:       Imagination Eye,inc.
 Author URI:   http://example.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ie-base-frame
*/

@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url("css/customer_support.css");

/* Debug */
/*
#wpadminbar {
    display: none;
}
*/

body {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif!important;
	line-height: 2rem;
}
body.preload .wow.fadeIn,body.preload .wow.fadeInUp,body.preload .wow.fadeInLeft,body.preload .wow.fadeInRight {
	opacity: 0 !important;
}

h3 {
    font-weight: 400!important;
}
h4 {
    font-weight: 400!important;
    margin-bottom: 1rem;
}
a { /* FireFox リンク選択時の線を非表示　*/
    overflow: hidden;
    outline: none;
}
.a_nodecoration a {
    color: #000!important;
    text-decoration: none!important;  
}

.link_nodecoration {
    color: #000!important;
    text-decoration: none!important;  
}

#rev_slider_4_1_forcefullwidth {
    overflow-x: hidden;
}

.mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.img-fluid {
    width: 100%;
}

.navbar {
    padding: 30px 10px!important;
    position: absolute!important;
}

.navbar-light .navbar-toggler {
	border-color: rgba(0,0,0,0)!important;
}

.siteFooter {
	color: #DBD6D2;
	background-color: #635951;
}
.siteFooter .footerMenu a {
	color: #DBD6D2;
}

.center {text-align:center;}
.right {text-align:right;}


.btn {
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.btn-black {
    color: #000;
    border: solid 1px #000;
    padding: 8px 50px;
    background-color: transparent;
    margin:  0 auto;
}
.btn-white {
    color: #fff;
    border: solid 1px #fff;
    padding: 8px 50px;
    background-color: transparent;
    margin:  0 auto;
}

.btn-black_full_width {
    color: #000;
    width: 100%;
    text-align: center;
    border: solid 1px #000;
    padding: 8px 0;
    background-color: transparent;
    margin: 0 auto;
  }

.check_heading {
    position:relative;
    padding:10px;
    padding-left:2em;
}
.check_heading::before {
    font-family:'FontAwesome';
    content:"\f0a4";
    font-size:1.9em;
    position:absolute;
    left:0;
    top:0;
    color: #FF9100;
}

.point {
    position: relative;
    padding: .75em .5em;
    border: 1px solid #7ED1E6;
}
.point:after{
    content: "POINT";
    position: absolute;
    top: -.6em;
    left: 10px;
    background: #fff;
    font-size: .75em;
    color: #7ED1E6;
    padding: 0 10px;
}

.container-fluid {
    line-height: 2.4;
}
.contents {
    padding: 80px 20px;
    line-height: 2.4;
}

.post_meta {
    color: #666;
    font-size: 0.7rem;
    line-height: 2;
    padding-bottom: 16px;
}

.small_text {
    font-size: 1rem;
    line-height: 1.8rem;;
}
.middle_text {
    font-size: 1.1rem;
    line-height: 2.8rem;
}
select {

    /* styling */
    color: #000;
    background-color: white;
    border: thin solid #ccc;
    border-radius: 1px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0 0 6px 6px!important;
  
    /* reset */
  
    margin: 0;      
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  
  
  /* arrows */
  
  select {
    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px),
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    
  }
  
  select:focus {
    background-image:
      linear-gradient(45deg, #0060df 50%, transparent 50%),
      linear-gradient(135deg, transparent 50%, #0060df 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 15px) 1em,
      calc(100% - 20px) 1em,
      calc(100% - 2.5em) 0.5em;
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;
    outline: 2px #0060df solid;
  }
  
  
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }


/* Header Slider */
.head_slider {
    overflow: hidden;
    margin-bottom: 2rem;
}

/* Modaal */
.inline {
    color: #000;
    text-decoration: none; 
    outline: none;
}
.inline:hover {
    color: #000;
}

/* breadcrumbs */
#breadcrumbs {
    font-size: 0.9rem;
    color: #666;
}
#breadcrumbs a {
    color: #666;
    text-decoration: none;    
}
#breadcrumbs a:hover {
    color: #666;
    text-decoration: underline;
}


/* Youtube */
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}

/* Sample Photo Grid */
.grid {
    margin-bottom: 30px;
}
.grid-item {
    width: calc(100% / 4 - 8px);
    padding: 4px;
}
.grid-item img {
    display: block;
    width: 100%
}


/* Head Design */

.steps {
    /* 連番カウンター名の定義 */
    counter-reset: step-counter;
    /* 縦棒との位置関係に必要 */
    position: relative;
    /* 縦棒と連番のためのスペースを左に確保 */
    padding-left: 2rem; /* 連番(1.5rem) + 余白 */
  }
.steps p {
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
}
  
  /* 縦棒 */
  .steps:before {
    content: "";
    /* 幅と色 */
    background-color: #aaa;
    width: 1px;
    /* 位置 */
    position: absolute;
    top: 0.7rem; /* 円のwidthの半分 */
    left: 0.7rem; /* 円のwidthの半分 */
    height: calc(100% - 0.7rem); /* 100% - top */
    /* 連番より後ろに表示するため */
    z-index: 0;
  }
  
  .steps > h2 {
    /* 連番カウンターを+1する */
    counter-increment: step-counter;
    /* 連番カウンターを垂直方向に中央揃えで表示する */
    display: flex;
    align-items: center;
  }
  
  /* ①②③など連番 */
  .steps > h2:before {
    /* 連番カウンターの値を表示する */
    content: counter(step-counter);
    /* フォントと色 */
    background: #336699;
    color: white;
    font-size: 0.8rem;
    font-weight: normal;
    /* 文字を中央に表示する */
    line-height: 1.5rem;
    text-align: center;
    /* 円で表示する */
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1.5rem;
    /* .stepsでmargin-left +2rem したぶん左に戻す */
    position: absolute;
    left: 0;
    /* 縦棒より手前に表示するため */
    z-index: 1;
  }

/* Navigation */

#g-nav {
    /*font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:0;
    right: -120%;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background:#fff;
    /*動き*/
    transition: all 0.6s;
    text-decoration: none!important;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}


/*ナビゲーション*/

/*リストのレイアウト設定*/
#g-nav a {
    color: #666;
    text-decoration: none;
}
#g-nav ul {
    padding-left: 1rem;
    padding-right: 1rem;
}
#g-nav li > ul > li:not(:last-child):after  {
    content: " / ";
}
#g-nav li {
    list-style: none;
    padding: 10px 0;
}
#g-nav li > ul > li {
    display: inline;
}
#g-nav li a {
  color: #333;
  text-decoration: none;
  padding-bottom: 4px;
  text-transform: uppercase;
}
#g-nav li a:hover {
    text-decoration: underline;
  }
#g-nav .logo {
    position: relative;
    width: 120px;
    padding: 25px;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 70px;
    height:70px;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


#g-nav .nav_contents {
    height: 100vh;
    display: flex;
    align-items: center;
}
#g-nav h4 {
    margin-bottom: 2px;
}

#g-nav h4 span {
    display: block;
    font-size: 0.8rem;
}
#g-nav .tel {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    line-height: 2rem;
    padding-top: 10px;
}
#g-nav .company_info {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.5rem;
}
#g-nav .navigation_img2 {
    background-image: url(../../../wp-content/uploads/2022/08/concept_image03.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#g-nav .nav_img {
    position: fixed;
    top: 0;
    background-image: url(../../../wp-content/uploads/2022/08/concept_image03.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 20%;
    height: 100vh;
}
#g-nav .sns_icons,#g-nav .tel {
    text-align: center;
}
/* Top Page */

#top h2 {
    font-family: 'PT Serif', serif;
    font-size: 24px;
    padding-top: 80px;
    padding-bottom: 30px;

}
#top h2 span {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif!important;
    font-size: 14px;
    display: block;
}

#top #about h2 {
    padding-top: 0;
    padding-left: 40px;
}

#top #about {
    background-color: #f7f7f5;
    position:relative;
    overflow:hidden;
}
#top .about_box {
    position: absolute;
    z-index: 1;
    top: 80px;
    color: #fff;
    width: 60%;
    background-image: url(../../../wp-content/themes/ie_base_frame/images/about_bg1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 80px;
    padding-bottom: 120px;
    line-height: 50px;
}

#top .about_box_image {
    position: absolute;
    z-index: 10;
    background-image: url(../../../wp-content/uploads/2022/07/top_image01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    top: 0;
    right: 0;
}
#top .about_text {
    width: 70%;
}
#top .about_text h3 {
    font-size: 40px;
    padding-bottom: 30px;
    letter-spacing: 0.8rem;
    color: #fff;
}

#concept {
    background-color: #fff;
    padding-bottom: 0;
}
#top #concept {
    background-color: #f7f7f5;
    padding-bottom: 60px;
}

#top #catch_s1,#top #catch_s2,#top #catch_s3 {
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
    height:0%;
}
#top .catch_s1 {
    animation:catch_s1 6s forwards;
}
@keyframes catch_s1 {
    from { height:0em; }
    33% { height: 8em; }
    to { height: 8em; }
}
#top .catch_s2 {
    animation:catch_s2 6s forwards;
}
@keyframes catch_s2 {
    0% { height:0em; }
    33% { height:0em; }
    66% { height:7em; }
    to { height:7em; }
}
#top .catch_s3 {
    animation:catch_s3 6s forwards;
}
@keyframes catch_s3 {
    0% { height:0em; }
    66% { height:0em; }
    to { height:6em; }
}


#concept h4 {
    font-size: 30px;
}
#concept h4 span {
    font-size: 20px;
}
#concept .row > * {
    padding-right: calc(var(--bs-gutter-x) * .0);
    padding-left: calc(var(--bs-gutter-x) * .0);
    margin-top: var(--bs-gutter-y);
}
#concept .concept_text {
    color: #fff;
    text-shadow: 1px 2px 3px #000;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.8));
    font-size: 16px;
    line-height: 1.8rem!important;
    padding: 20px;
}
#concept .concept_box {
    padding-top: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#concept .flow_frame {
    box-sizing: border-box;
    border: solid 5px #f6f6f6;
    padding: 10px;
    margin-bottom: 10px;
}

#top #about_r .catch {
    font-size: 40px;
    line-height: 1.5em;
    writing-mode: vertical-rl;
    vertical-align:bottom;
}
#top #about_r .desc {
    line-height: 2.5rem;
}

#top #information a {
    font-size: 0.9rem;
    color: #444;
}
#top #information hr {
    color: #777;
}
#top #information dl {
    padding: 20px 20px;
}

#top #modelhouse .desc_bg {
    background-color: #333;
}
#top #modelhouse h2{
    padding-left: 0!important;
}
#top #modelhouse .desc_container {
    color: #fff;
    padding: 24px 10px;
}
#top #modelhouse .desc {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding-bottom: 20px;
}
#top #modelhouse .mh_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.space {
    padding-bottom: 50px;
}

#top #contact {
    color: #fff;
    background-image: url(../../../wp-content/uploads/2022/07/top_image02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#top #contact .contact_box {
    padding-top :120px;
    padding-bottom: 120px;
}
#top #contact .contact_box a {
    color: #fff;
    text-decoration: none;
}
#top #contact h2 {
    font-size: 40px;
    padding-left: 0!important;
}



#top #staff {
    padding: 40px 0;
}
#top #staff h2 {
    font-size: 40px;
    padding-left: 0!important;
    padding-bottom: 40px;
}
#top #staff .desc {
    text-align: left;
    padding-bottom: 40px;
}

/* Header */

.header_logo_front_page {
	width: 350px;
}
.header_logo_contents_page {
	width: 200px;
}

/* Single Page */
.contents_head {
    font-size: 3rem;
    padding-top: 80px;
    padding-bottom: 10px;
    font-weight: 400;
}
.contents_head span {
    font-size: 1rem;
    display: block;
}
.contents_head_description {
    font-size: 1.2rem;
    padding-bottom: 20px;
}

/* Side Bar */
.sidebar h4 {
    padding-bottom: 15px;
}
.sidebar .sidebar_item {
    border-top: solid 1px #ccc;
    padding: 10px 5px;
    line-height: 1.5rem;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.sidebar .sidebar_item:hover {
    background-color: #fafafa;
}
.sidebar .sidebar_item_meta {
    color: #555;
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 1rem;
}

/* Event */
#event .event_cat {
    border: solid 1px #aaa;
    padding: 0 16px;
    margin-bottom: 0.8rem;
    display:inline-block;
}
#event .meta {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-top: 8px;
}
#event .title {
    line-height: 1.2rem;
    padding-bottom: 2rem;
}
#event .event_thumbnail {
    position: relative;
}
#event .event_finished {
    position: absolute;
    top: 0;
    left: 0;
}

/* FAQ */
.faq-title h4 {
    font-size: 16px !important;
}
.faq-content p {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

/* Staff */
#staff p {
    margin-bottom: 0;
}
#staff .comment,.staff_modal .comment {
    font-size: 1rem;
    line-height: 2;
}
#staff .position,.staff_modal .position {
    line-height: 1.2;
    margin-bottom: 10px;   
}
#staff .position_rect,.staff_modal .position_rect {
    font-size: 0.8rem;
    padding: 2px 10px;
    border: solid 1px #aaa;
}
#staff .name,.staff_modal .name {
    font-size: 1.2rem;
    line-height: 1;
}
#staff .name span,.staff_modal .name span {
    font-size: 0.8rem;
}
#staff .license,.staff_modal .license {
    font-size: 0.8rem;
    line-height: 1.5;
    padding-top: 4px;
}

#staff h4,.staff_modal h4 {
    font-size: 1rem;
    padding: 0.5rem 0;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
#staff h4:before,.staff_modal h4:before {
    font-family:'FontAwesome';
    color: #ccc;
    padding-right: 6px;
    content: "\f075";
}
#staff .hobby,.staff_modal .hobby {
    font-size: 1rem;
    line-height: 1.6;
}

/* Customer Support */

#customer_support .tel {
    font-family: 'Oswald',sans-serif;
    font-size: 2rem;
    line-height: 2rem;
    margin: 6px 0;
}

/* Footer */
#footer_contact {
    color: #fff;
    background-color: #161618;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#footer_contact .contact_box {
    padding-top :60px;
}
#footer_contact .contact_box a {
    color: #fff;
    text-decoration: none;
}
#footer_contact h2 {
    text-align: center;
    font-size: 40px;
    padding-left: 0!important;
    margin-bottom: 0!important;
}
#footer_contact h3 {
    text-align: center;
    font-size: 1.4rem;
    padding-left: 0!important;
    margin-bottom: 2rem!important;
}
#footer_contact .desc {
    text-align: center;
    color: #ccc;
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding-left: 0!important;
    margin-bottom: 20px!important;
}
#footer_contact .icon {
    font-size: 40px;
}
#footer_contact .tel {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    line-height: 2rem;
}
#footer {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 80px 10px;
    background-color: #333;
}
#footer .logo {
    width: 300px;
    padding-bottom: 20px;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
.sns {
    font-size: 18px;
    padding: 4px;
}

/* Splide */
#event .splide {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
}
.splide__caption_container {
    padding-bottom: 6px;
}
.splide_date {
    color: #555;
    font-size: 12px;
}
.splide_caption {
    margin-top: 6px;
    line-height: 1.5;
}
#blog .splide__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

#blog .blog_box {
    margin-bottom: 4rem;
}
#blog .blog_thumbnail {
    height: 300px;
}
#blog .blog_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#blog .meta {
    color: #666;
}
#blog .excerpt {
    line-height: 2;
}
#blog .read-more {
    color: #000;
}

/*
#feature .info_slider {
    width: 100%;
}
#feature .splide__arrow {
    background: none!important;
}
#feature .splide_text_container {
    height: 100px;
}
#feature .splide .splide_text {
    padding-top: 20px;
}
#feature .splide h3 {
    font-size: 22px;
}
*/

/* Workcase */

/*
#workcase .row > * {
    padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .2);
    margin-top: var(--bs-gutter-y);
}

#workcase .row > * {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
}

#workcase img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 35vw;
    transition:1s all;
}
*/

#workcase .workcase_head {
    margin-bottom: 10px;
}
#workcase .workcase_meta {
    margin-top: 6px;
    margin-bottom: 16px;
    line-height: 2;
}
#workcase .workcase_tag {
    color: #666;
    font-size: 0.7rem;
    line-height: 1.6;
    padding-top: 8px;
}

#workcase img:hover{
    transform:scale(1.04,1.04);
    transition:1s all;
}
#workcase .workcase_thumbnail {
    position: relative;
    overflow:hidden;
}
#workcase .workcase_title {
    position: relative;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 20px;
}

/*
#workcase .workcase_title {
    width: 350px;
    padding: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
}
*/
#wc_contents .workcase_title {
    margin-bottom: 10px;
}
#wc_contents .wc_image_beside {
    position:relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}
#wc_contents .wc_image_vertical {
    position:relative;
    display: inline-block;
    width: calc( 50% - 5px );
    padding-bottom: 10px;
}
#wc_contents .wc_image_vertical_margin {
    margin-right: 10px;
}
#wc_contents .workcase_image_caption {
    color: #fff;
    font-size: 1rem;
    position:absolute;
    bottom: 16px;
    left: 16px;
}
#wc_contents #architect {
    margin-top: 20px;
    margin-bottom: 80px;
}

#wc_contents .architect_body {
    height: 100%;
}
#wc_contents .architect_name {
    font-size: 1.6rem;
    line-height: 1.5;
}
#wc_contents .architect_name span {
    font-size: 1rem;
}
#wc_contents .architect_company {
    line-height: 1;
}

#other_workcase {
    background-color: #eee;
    padding: 30px;
}

#workcase_slider .splide_text_container {
    padding: 8px 16px;
    height: 70px;
}

/* ZEH */
#zeh table {
    width: 100%;
    border: solid 1px #aaa;
}
#zeh th {
    padding: 8px;
}
#zeh th,#zeh td {
    border: solid 1px #aaa;
    text-align: center;
}
#zeh .per {
    font-size: 1.6rem;
    padding: 8px;
}


/* Company */
#company .message {
    font-size: 1rem;
}

/* Contact */

#contact .tel {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem;
}

/* Expansion Animate.css */

@-webkit-keyframes fadeInDown2 {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20%, 0);
      transform: translate3d(0, -20%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes fadeInDown2 {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -20%, 0);
      transform: translate3d(0, -20%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  .fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2;
  }

  @keyframes fadeInUp2 {
    from {
      opacity: 0;
      transform: translate3d(0, 20%, 0);
    }
  
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp2 {
    animation-name: fadeInUp2;
  }

/* Contact Form7 */

.wpcf7 {
    width: 100%;
    margin: 2.5em 0 2.5em !important;
    padding: 20px;
    border: 1px solid #ddd;
    background: #fafafa;
    font-size: 14px;
}

.wpcf7 form {
    margin: 2.5em 1.5em 0;
}

.wpcf7 input, .wpcf7 textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ccc;
    line-height: 1.2;
}

.wpcf7 h1 {
    font-size: 1.8rem;
}

.wpcf7 table tbody,.wpcf7 table th,.wpcf7 table td {
    border-bottom: none!important;
}

.wpcf7 input.wpcf7-submit, .wpcf7 input.wpcf7-submit::before, .wpcf7 input.wpcf7-submit::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    -webkit-transition: all .3s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 225px;
    height: 48px;
    margin: 30px auto 0;
    border: none !important;
    outline: none;
    background-color: #333333;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s;
}
.wpcf7 textarea {
    width: 100%;
}


.privacy-policy {
    height: 300px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.privacy-policy h4 {
    font-size: 1.2rem;
}


/* 土地情報 */

#land .land_price {
    display: inline-block;
    font-size: 2rem;
    line-height: 2rem;
}
#land .land_price span {
    font-size: 1.2rem;
}
#land .schools {
    font-size: 1.2rem;
    line-height: 2rem;
}
#land .facilities {
    display: inline-block;
    line-height: 2rem;
}
#land table {
    margin-bottom: 0;
}
#land th {
    width: 200px;
}
#land th,td {
    padding-top: 4px;
    padding-bottom: 4px;
}
#land #land_seminar li {
    line-height: 3rem;
}
#land #land_seminar li {
    font-size: 1.6rem;
}
#land #land_seminar .frame {
    border: 1px solid #ccc;
    padding: 16px 32px;
}
#land .wpcf7-list-item {
    font-size: 1rem;
    display: block;
}
#land .wpcf7-submit {
    font-size: 1.6rem;
    width: 300px;
    height: 50px;
}

/* Responsice */
@media screen and (max-width: 992px) {

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999; 
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #g-nav .nav_contents {
        height :auto;
        display: block;
        align-items: baseline;
        margin: 0
        20px 100px 20px;
    }
    #g-nav .logo {
        position: fixed;
    }
    #g-nav .menu_ {
        margin-top: 4rem;
    }
    #g-nav .menu_ a {
        display: block;
        text-decoration: none!important; 
    }
    #g-nav h4 {
        font-size: 1.2rem;
        padding: 10px 0 10px 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
        cursor: pointer;
    }
    #g-nav .menu_ > li:first-child {
        border-top: 1px solid #ccc;
    }

    #g-nav li {
        position: relative;
        padding: 0;
    }
    #g-nav .menu2_ li {
        padding-top: 0;
        padding-bottom: 8px;
    }
    #g-nav li > ul {
        border-bottom: 1px solid #ccc;
        padding-right: 0;
    }
    #g-nav li > ul > li {
        display: block;
        background-color: #fafafa;
        padding: 10px 10px
    }
    #g-nav li > ul > li:not(:last-child) {
        border-bottom: 1px solid #ccc;        
    }
    #g-nav li > ul > li:not(:last-child):after  {
        content: none;
    }
    #g-nav h4:after {
        position:absolute;
        right:10px;
        font-family: FontAwesome;
        font-size: 0.8rem;
        content: "\f105";
    }

    #g-nav h4.close::before{
        transform: rotate(270deg);
    }
    
    #g-nav h4.close::after{
        transform: rotate(-270deg);
    }


    #g-nav .sub_menu {
        display: none;
    }
    #top #about_r .catch {
        font-size: 30px;
      }

    #top #information dl {
        padding: 10px 20px;
    }
    #wc_contents .architect_comments {
        line-height: 1.6;
    }
    #footer_contact .btn-white {
        width: 100%;
        padding: 8px 20px;
      }
    #footer_contact .contents {
        padding: 20px 20px;
    }
    #footer_contact .container {
        max-width: none;
    }
    #footer_contact .tel {
        font-size: 2rem;;
    }
    #footer_contact h3 {
        font-size: 1.2rem;
        margin-bottom: 1rem!important;
    }
    body.preload .wow.fadeIn,body.preload .wow.fadeInUp,body.preload .wow.fadeInLeft,body.preload .wow.fadeInRight {
        opacity: 100 !important;
    }
}
@media screen and (max-width: 768px) {
	.header_logo_fron_page{
		width: 250px;
	}
	.navbar {
		padding-top: 10px!important;
		padding-bottom: 0!important;
        padding-left: 0!important;
	}

    .contents {
        padding: 0px 0;
    }
    .container-fluid {
        line-height: 1.8;
        font-size:0.9rem;
    }

    .openbtn1 {
        top: 0;
        right: 0;
    }

    #g-nav .menu_ {
        margin-top: 4rem;
    }
    #top #about {
        position: static;
        overflow: hidden;
    }
    #top .about_box {
        position: static;
        width: 100%;
        padding: 40px 20px;
        padding-bottom: 40px;
        margin-top: 0;
        line-height: 30px;
    }
    #top .about_text {
        width: 100%;
        line-height: 20px;
    }
    #top .about_box_image {
        position: static;
        background-image: none;
        height: auto;
        width: 100%;
        top: 0;
        right: 0;
    }

    #top #about h3 {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 20px;
        letter-spacing: normal;
    }
    #top #modelhouse .mh_image {
        height: 250px;
    }
    #top #modelhouse h2 {
        padding-top: 0;
    }
    #wc_contents .wc_image_beside  {
        padding-bottom: 2px;
    }
    #wc_contents .wc_image_vertical  {
        width: calc( 50% - 1px );
        padding-bottom: 2px;
    }
    #wc_contents .wc_image_vertical_margin  {
        margin-right: 2px;
    }
    #wc_contents .workcase_image_caption {
        font-size: 0.7rem;
        bottom: 4px;
        left: 4px;
    }
    #top #information dl {
        padding: 0;
    }
    #top #staff {
        padding: 10px 0;
    }
    #top #staff h2 {
        font-size: 25px;
        padding-left: 0!important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #top #staff .desc {
        font-size: 0.8rem;
        text-align: left;
        padding-bottom: 20px;
    }
    #footer_contact {
        font-size: 0.8rem;
    }
    #footer_contact h2 {
        font-size: 30px;
    }
    #footer_contact .contact_box {
    padding-top: 30px;
    }
    body.preload .wow.fadeIn,body.preload .wow.fadeInUp,body.preload .wow.fadeInLeft,body.preload .wow.fadeInRight {
        opacity: 100 !important;
    }

    /*
    #feature .splide {
        padding: 0 0;
    }
    */
}

@media (max-width: 768px) {
    .contents {
        padding: 30px 0;
        line-height: 1.8;
    }
    .contents_head {
        font-size: 2rem;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .contents_head_description {
        font-size: 1rem;
        padding-bottom: 20px;
    }
    .steps h2 {
        font-size: 1.2rem;
    }
    .steps p {
        padding-left: 0;
        padding-bottom: 1rem;
    }
    .wpcf7 {
        width: 100%;
        margin: 2.5em 0 2.5em !important;
        padding: 0;
    }
    .wpcf7 h1 {
        font-size: 1.2rem;
    }
    .wpcf7 h4 {
        font-size: 1rem;
    }
    /* Sample Photo Grid */
    .grid-item {
        width: calc(50% - 12px);
        padding: 2px;
    }

    /* Header */

    .navbar .container {
        padding-left : 0;
    }
    .header_logo_front_page {
        width: 250px;
        margin-left: 16px;
    }
    .header_logo_contents_page {
        width: 200px;
        margin-left: 16px;
    }
      
    #top #about {
        position: static;
        overflow: hidden;
    }
    #top .about_box {
        position: static;
        width: 100%;
        padding: 40px 20px;
        padding-bottom: 40px;
        margin-top: 0;
        line-height: 30px;
    }
    #top .about_text {
        width: 100%;
        line-height: 20px;
    }
    #top .about_box_image {
        position: static;
        background-image: none;
        height: auto;
        width: 100%;
        top: 0;
        right: 0;
    }

    #top #about h3 {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 20px;
        letter-spacing: normal;
    }
    
    #top h2 {
        font-size: 20px;
        text-align: left;
        padding-left: 10px!important;
        padding-top: 40px;
        padding-bottom: 10px;
        letter-spacing: 2px;
    }
    #top #contact .contact_box {
        padding-top :20px;
        padding-bottom: 20px;
    }
    #top .space {
        padding-bottom: 20px;
    }
    #event .splide {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #top #modelhouse h2 {
        padding-top: 0;
    }
    #top #modelhouse .mh_image {
        height: 250px;
    }
    #top #about_r .catch {
        font-size: 26px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1rem;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }
    #top #about_r .desc {
        line-height: 1.6rem;
    }
    /*
    #feature .splide__slide {
        width: 100%;
    }
    #feature .splide__track {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }

    #feature .splide_text {
        padding-top: 10px;
    }
    #feature .splide h3 {
        font-size: 16px;
    }
    */
    #wc_contents #architect .architect_photo {
        padding-right: 0;
      }
    #wc_contents .architect_name {
        font-size: 1.2rem;
    }
    #wc_contents .architect_name span {
        font-size: 0.8rem;
    }
    #wc_contents .architect_comments {
        font-size: 0.8rem;
    }
    #other_workcase {
        background-color: #eee;
        padding: 30px 0;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        overflow-x: hidden;
    }
    #other_workcase h4 {
        margin-left: 20px;
    }
    #blog .blog_thumbnail {
        height: 200px;
    }
    #event .col-6:nth-child(odd) {
        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    #event .col-6:nth-child(even) {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .2);
    }
    #staff .name span {
        margin-top: 2px;
        display: block;
    }
    .inline .row > * {
        padding-right: 0;
    }

    #footer {
        padding: 30px 10px;
    }
    #footer .logo {
        width: 250px;
    }

    #land h4 {
        font-size: 1rem;
    }
    #land th {
        width: 150px;
    }
    #land #land_seminar .frame {
        padding: 16px 12px;
    }
    #land #land_seminar li {
        line-height: 2rem;
        font-size: 1.2rem;
    }
    #land .wpcf7-list-item {
        display: inline;
    }
}

@media (max-width: 576px) {
    #g-nav .menu_ {
        margin-top: 0;
    }
    #g-nav .logo {
        position: static;
    }
    #wc_contents .workcase_title {
        font-size: 1.4rem;
    }
}


@media (min-width: 768px) {
    .container-fluid {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }

    /* Sample Photo Grid */
    .grid-item {
        width: calc(100% / 3 - 10px);
        padding: 2px;
    }

    #top h2 {
        font-size: 20px;
        padding-top: 0;
        padding-left: 30px;
        padding-bottom: 20px;
        letter-spacing: 3px;
    }
    #top .about_box {
        top: 60px;
        padding: 50px 30px;
    }
    #top .about_text {
        width: 85%;
        font-size: 14px;
        line-height: 25px;
    }
    #top #about h3 {
        font-size: 25px;
        padding-top: 0;
        padding-bottom: 20px;
        letter-spacing: normal;
    }

    #top #concept .concept_box {
        padding-top: 150px;
    }
    #top #concept h4 {
        font-size: 20px;
    }
    #top #concept h4 span {
        font-size: 16px;
    }
    #top #concept .concept_text {
        font-size: 14px;
        line-height: 18px;
    }
    #top #about_r .desc {
        line-height: 2rem;
    }
    /*
    #workcase .workcase_title {
        position: relative;
        width: 100%;
        padding: 10px 4px;
    }
    */
    #top #modelhouse .desc_container {
        padding: 24px 6px;
    }
    #top #modelhouse .desc {
        font-size: 0.7rem;
        line-height: 1.2rem;
    }
    #top #staff h2 {
        font-size: 30px;
    }
    #top .space {
        padding-bottom: 60px;
    }
  


    /*
    #feature .splide__slide {
        width: 500px;
    }
    #feature .splide__track {
        padding-left: calc((100% - 500px)/2)!important;
        padding-right: calc((100% - 500px)/2)!important;
    }
    #feature .splide h3 {
        font-size: 14px;
    }
    */
    #footer {
        padding: 40px;
    }
    #footer_contact .container-fluid {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #top #contact .contact_box {
        font-size: 14px;
        padding-top :80px;
        padding-bottom: 80px;
    }

}


@media (min-width: 992px) {
    .container-fluid {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    #g-nav .menu_ {
        margin-top: 0;
    }
    /* Sample Photo Grid */
    .grid-item {
        width: calc(100% / 4 - 8px);
        padding: 4px;
    }
    #top h2 {
        font-size: 24px;
        padding-left: 30px;
    }

    #top .about_box {
        top: 80px;
        padding: 50px 30px;
    }
    #top .about_text {
        width: 80%;
        line-height: 30px;
    }
    #top .about_text h3 {
        font-size: 30px!important;
        letter-spacing: normal;
        line-height: 40px;
    }

    #workcase .row > * {
        padding-right: calc(var(--bs-gutter-x) * 1.1);
        padding-left: calc(var(--bs-gutter-x) * 1.1);
    }
    /*
    #workcase .workcase_title {
        width: 320px;
        padding: 15px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-color: #fff;
        position: absolute;
        bottom: 0px;
    }
    */
    #top #concept h4 {
        font-size: 30px;
    }
    #top #concept h4 span {
        font-size: 20px;
    }
    #top #concept .concept_box {
        padding-top: 350px;
    }
    #top #about_r .desc {
        line-height: 2.5rem;
    }
    #top #modelhouse .desc_container {
        padding: 24px 10px;
    }
    #top #modelhouse .desc {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
    #top #staff h2 {
        font-size: 40px;
    }
    #top #contact .contact_box {
        padding-top :120px;
        padding-bottom: 120px;
    }



    /*
    #feature .splide__slide {
        width: 600px;
    }
    #feature .splide__track {
        padding-left: calc((100% - 600px)/2)!important;
        padding-right: calc((100% - 600px)/2)!important;
    }
    #footer {
        padding: 80px;
    }
    */
}


@media (min-width: 1200px) {
    .container-fluid {
        padding-left: 50px!important;
        padding-right: 50px!important;
    }
    #top h2 {
        font-size: 24px;
        padding-left: 50px!important;
    }
    #top .about_text h3 {
        font-size: 30px!important;
        line-height: 50px;
    }
    #top .about_box {
        padding: 60px 50px;
    }
    #top .about_text {
        width: 85%;
        line-height: 35px;
    }
    #top #modelhouse .desc_container {
        padding: 32px 20px;
    }


    

    /*
    #feature .splide__slide {
        width: 600px;
    }
    #feature .splide__track {
        padding-left: calc((100% - 650px)/2)!important;
        padding-right: calc((100% - 650px)/2)!important;
    }
    */
}


@media (min-width: 1400px) {
    .container-fluid {
        padding-left: 40px!important;
        padding-right: 40px!important;
    }
    #top h2 {
        font-size: 24px;
        padding-left: 40px!important;
    }
    #top .about_text h3 {
        font-size: 35px!important;
        line-height: 60px;
    }
    #top .about_box {
        padding: 20px 40px;
    }
    #top .about_text {
        padding-top: 30px;
        padding-bottom: 50px;
        font-size: 18px;
        line-height: 45px;
    }
    #workcase {
        padding-left: 80px;
        padding-right: 80px;
    }
    #top #modelhouse {
        padding-left: calc((100% - 1400px)/2);
        padding-right: calc((100% - 1400px)/2);
    }
    #top #modelhouse h2{
        font-size: 2rem;
    }
    #top #modelhouse .desc_container {
        padding: 32px 20px;
    }
    #top #modelhouse .desc {
        line-height: 2.2rem;
    }
    /*
    #feature .splide__slide {
        width: 800px;
    }
    #feature .splide__track {
        padding-left: calc((100% - 800px)/2)!important;
        padding-right: calc((100% - 800px)/2)!important;
    }
    */
}


@media (min-width: 1920px) {
    .container-fluid {
        padding-left: 80px!important;
        padding-right: 80px!important;
    }
    #top h2 {
        font-size: 45px;
        padding-left: 80px!important;
    }
    #top .space {
        padding-bottom: 120px;
    }

    #top .about_text h3 {
        font-size: 45px!important;
        line-height: 60px;
    }
    #top .about_box {
        padding: 20px 80px;
    }
    #top .about_text {
        padding-top: 80px;
        padding-bottom: 80px!important;
        font-size: 25px;
        line-height: 60px;
    }

    #top #concept .concept_text {
        width: 400px;
        padding-top: 50px;
        font-size: 16px;
        line-height: 40px;
    }
    #top #modelhouse {
        padding-left: calc((100% - 1920px)/2);
        padding-right: calc((100% - 1920px)/2);
    }
    #top #modelhouse h2{
        font-size: 2.4rem;
    }
    #top #modelhouse .desc_container {
        padding: 36px 20px;
    }
    #top #modelhouse .desc {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
    
    /*
    #feature .splide__slide {
        width: 1200px;
    }
    #feature .splide__track {
        padding-left: calc((100% - 1200px)/2)!important;
        padding-right: calc((100% - 1200px)/2)!important;
    }
    */
}




.shop_name {
	color: #5F4747;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em!important;
}
.locations {
	color: #5F4747;
    font-size: 1.4em;
    font-weight: bold;
}
.contact_txt_tel {
	color: #5F4747;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em!important;
}





/*　ContactForm7のテーブル化レスポンシブ調整　*/
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
tbody, td, tfoot, th, thead {
    border-bottom: solid 1px #ccc!important;
}
.table-responsive {
    width: 100%;
	line-height: 1.5rem;
}
.table-responsive p {
    margin-bottom: 0;
}
.table-responsive th,.table-responsive td{
	background:none;
	padding: 0.5rem;
}
/*一番上の行だけボーダーなし*/
.table-responsive tr{
    border: none;
}


/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-responsive th {
    width: 20%;
	text-align: right;
	vertical-align:top;
}
/*「必須」部分のスタイリング*/
.table-responsive .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0 0.5em;
    background: red;
    border-radius: 2px;
}
 
/*ここから768px以下の指定*/
 
@media only screen and (max-width: 768px) {
    .table-responsive td,.table-res-form td {
        width: 100%!important;
        display: block!important;
    }
	.table-responsive th,.table-res-form th {
        width: 100%!important;
        display: block!important;
	    padding-bottom: 0;
        text-align: left!important;
    }
    /*th（項目名）欄の不要な余白削除・テキスト左寄せ*/
    .table-responsive th {
        border: none!important;
        padding-bottom: 0!important;
    }
    .table-responsive td {
        padding-bottom: 0;
        text-align: left!important;
    }
    /*不要な最終行の左のthを非表示にする*/
    .table-responsive .empty {
        display: none;
    }

}
 
/*ここまで768px以下の指定---終わり*/


/* Page-top button */
#page-top a {
	display: flex;
	justify-content:center;
	align-items:center;
	background:#000;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 20px;
	bottom: 0px;
	z-index: 100;
	opacity: 0;
	transform: translateY(100px);
    margin-bottom: 0;    
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 0.6;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0.6;
	transform: translateY(0);
  }
  to {
  	opacity: 0.6;
	transform: translateY(100px);
  }
}

#customer_form th,#customer_form td {
    text-align: left;
    padding: 20px 20px;
}

#customer_form input {
    padding: 10px 10px;
}

#customer_form .customer-submit
{
  -webkit-transition: all .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  border: none !important;
  outline: none;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}
#customer_form .datepicker {
    width: 200px;
}