/*
Theme Name: SKhome
Author: 作成者名
Author URI: 作成者のURL（あれば）
Description: このテーマについての説明文
Version: バージョンを記入（1.0とか）
License: GNU General Public License v2 or later
License URI: 
*/
html{
  width: 100vw;
  overflow-x: hidden;
}
html,footer,main{
  background-color: #fff;
}
body{
  font-family: optima;
}
main, footer{
  z-index: 99;
  position: relative;
}
p{
  line-height: 1.8em;
}
h2{
  padding-top: 2.4em;
  margin-bottom: 0.3em;
  font-size: 30px;
}
h4{
  margin-top: 0;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 2.2em;
}
.orange{
  color: #EB6C44;
}
.bgc-orange{
  background-color: #EB6C44;
}
.cream{
  color: #f0ece4;
}
.bgc-cream{
  background-color: #f0ece4;
}
.bgc-fff{
  background-color: #fff !important; 
}
.bgc-d8d{
  background-color: #D8D5CE; 
}
.bgc-f0e{
  background-color: #f0ece4;
}


.header{
  line-height: 2.2em;
  background-color: #f0f0f0;
}
.logo_header,.logo_footer{
  height: 70%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.button-orange{
  width: max-content;
  padding: 0 1.5em;
  background-color: #EB6C44;
  border-radius: 3em;
  line-height: 2.6em;
  text-align: center;
  color: #fff;
}
.button-orange:hover{
  background-color: #f0ece4;
  color: #4e4e4e;
}
.button-detail{
  width: max-content;
  padding: 0 2em;
  background-color: #f0ece4;
  border-radius: 3em;
  line-height: 2.6em;
  text-align: center;
  color: #EB6C44;
}
.button-detail:hover{
  background-color: #D8D5CE;
  color: #EB6C44;
}

.button-online{
  width: max-content;
  padding: 0 2em;
  background-color: #f0ece4;
  border-radius: 1em;
  line-height: 3em;
  text-align: center;
  color: #4e4e4e;
}
.button-online:hover{
  background-color: #D8D5CE;
}
#about-container-house li{
  list-style: none;
}
.button-online img,
#about-container-house li img{
  height: 1.1em;
  margin-bottom: -0.2em;
  margin-right: 0.6em;
}
.triangle1{
  width: 0;
  height: 0;
  border-left: 0.7em solid #EB6C44;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  display: inline-block;
  margin-bottom: -0.2em;
  margin-left: 0.4em;
}
.button-submit{
  width: max-content;
  padding: 0 2em;
  background-color: #D8D5CE;
  border-radius: 3em;
  line-height: 2.6em;
  text-align: center;
  color: #EB6C44;
  margin: auto;
  display: block;
}
header li ,footer li{
  margin-right: 1em;
}
.section_img-top1{
  height: 810px;
  background-image: url(img/skhomecontainer-top1.jpg);
  background-size: cover;
}
.section_img-aboutus{
  height: 694px;
  background-image: url(img/aboutus.jpg);
  background-size: cover;
}

#about_container_pic{
  display: flex;
  height: 31vw;
  overflow: hidden;
}

#section_img-buttons{
  background-image: url(img/buttons.jpg);
  background-size: cover;
  background-position:50% 50%;
  height: 360px;
}

#section_img-buttons .circle{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background-color: #f0ece4;
  margin: 3vw;
}
#section_img-buttons .circle:hover{
  background-color: #D8D5CE;
}
#section_img-buttons .circle:hover span{
  color: #EB6C44 !important;
}

.img-top-position{
  object-fit: cover;
  width: 100%;
}
.page-top-img{
  background-color: #fff;
}



#contact-form{
  width: 55%;
  margin: auto;
}
input[type="text"] ,input[type="email"] ,input[type="tel"] , textarea{ 
  width: 100%;
  font-size: 20px;
  padding: 0.5em 1em;
  box-sizing: border-box;
  margin-top: 0.3em;
}
#contact-form p{
  margin-bottom: 2em;
}

#form-detail{
  height: 15em !important;
}
iframe{
  width: 100%;
  height: 400px;
}
.solid-orange{
  border: 1px solid #EB6C44;
  padding: 2em;
  margin: 3em;
}
.flows{
  width: 100%;
  padding: 0 2em;
  background-color: #f0ece4;
  border-radius: 3em;
  line-height: 2.6em;
  color: #EB6C44;
  box-sizing: border-box;
}
.flows_text{
  padding: 1em 2em 1em 2em;
}
.img-flame,.img-flames{
  height: 265px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
header .img-flame,
header .img-flames{
  height: 330px !important;
  position: fixed;
}
.img-content{
  width: 100%;
  position: absolute;
  object-fit: cover;
  top: -27%;
}
header .img-content{
  top: 0%;
}

#page-front-text1{
  position: absolute;
  top: 17%;
  left: 11%;
}
.about_us{
  line-height: 2.6em;
  font-size: 18px;
}
.icons{
  width: 26%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_img-buttons .position1,
#section_img-buttons .position2{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #4e4e4e;
  width: max-content;
}
#section_img-buttons .position1{
  top: 54%;
}
#section_img-buttons .position2{
  top: 70%;
}
.sp{
  display: none;
}

.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: rgb(78, 78, 78);
    width: 45%;
  }
#burger{
  top: 50%;
  right: 0%;
  position: absolute;
  transform: translate(-50%, -50%);
  display: none;
}
.burger-span.sp.bgc{
  background-color: #fff !important;
} 
nav:hover .burger-span.sp.bgc{
  background-color: rgb(78, 78, 78) !important;
} 

.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%;
}

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

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

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



.animetion img{
  position: absolute;
  top: 0;
  opacity: 0;
  animation: change-img-anim 24s infinite;
}
#front-img1 img:nth-of-type(1) {
  animation-delay: 0s;
}
#front-img1 img:nth-of-type(2) {
  animation-delay: 8s;
}
#front-img1 img:nth-of-type(3) {
  animation-delay: 16s;
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  10%{ opacity: 1;}
  33%{ opacity: 1;}
  43%{ opacity: 0;}
  90%{ opacity: 0;}
  100%{ opacity: 0;}
  0%{transform:scale(1)}
  100%{ transform:scale(1.1)}
}

#front-img1{
  height: 55vw;;
}
@media screen and (min-width: 1080px){

}

#page-plan-archive .flex-d-column p:nth-of-type(1),
#page-example-archive .flex-d-column p:nth-of-type(1){
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#page-plan-archive .flex-d-column p:nth-of-type(2),
#page-example-archive .flex-d-column p:nth-of-type(2){
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.thumbnail-plans{
  object-fit: cover;
  height: 16vw;
}






#span-tra{
 display: none; 
}
.reflect-y {
  transform: scaleY(-1);
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

@media screen and (min-width: 800px){
  #nav-example:hover ol{
    display: block;
  }
}
@media screen and (max-width: 800px){
  #span-tra{
    display: inline-block; 
   }
  #span-tra:hover{
    color: #EB6C44;
    cursor: pointer;
   }
  .sp-hide{
    display: none !important;
  }
    #nav-example-hide.sp{
      display: block;
    background-color: #f0ece4;
    position: relative;
    width: 100vw;
  }
  .page-top-img{
    padding-top: 55px;
  }
  .responsive_about .wd50{
    width: 100%;
  }
  .responsive_about .wd70{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2em;
  }
  .responsive_about .border-box{
    text-align: center;
  }
  #front-img1{
    height: 170vw;
  }
  #front-img p{
    text-align: left;
  }

  #burger{
    display: grid;
  }
  .hidden{
    display: none !important;
  }
  .show{
    display: initial !important;
  }
  .sp{
    display: initial;
  }
  .pc{
    display: none;
  }
  main{
    overflow-x: hidden;
  }
  header .height330{
    height: 33vw;
  }
  nav .list_style-none{
    flex-direction: column;
    z-index: 9;
    position: relative;
    padding: 0;
    text-align: center;
  }
  header li, footer li {
    margin-left: unset;
    line-height: 4em;
  }
  
  nav{
    flex-direction: column;
  }
  .nav-li{
    color: #4e4e4e !important;
  }
  nav .wd12{
    width: 100%;
    height: 56px;
  }
  nav .wd70{
    width: 100%;
  }
  .logo_header{
    height: 70%;
    top: 60%;
    left: 18%;
    position: absolute;
    transform: translate(-50%, -50%);
}
  header .logo_footer{
    height: 65%;
    top: 55%;
    left: 18%;
    position: absolute;
    transform: translate(-50%, -50%);
}
#drop{
  margin: auto;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  padding: 0.3em 0.5em !important;
}
#contact-form .pd50{
  padding: 6vw;
}

  h4{
    font-weight: lighter;
  }
  footer{
    margin-top: 0 !important;
  }
  #front-img1 img{
    height: 170vw;
  }
  #front-img2 img{
    height: 150vw;
  }
  #front-img1 h1{
    font-size: 12vw !important;
  }
  #front-img1 p{
    font-size: 4.8vw !important;
  }
  #front-img1 span{
    font-size: 3.8vw !important;
  }
  #page-front-text1 {
    top: 19%;
    left: 11%;
}

  #front-img2 .centering{
    width: 90% !important;
  }
  #front-img2 .about_us{
    font-size: 2.6vw;
    line-height: 3.5em;
  }

  #front-aboutcontainer p,
  #about-aboutcontainer p{
    line-height: 2em;
    width: 88vw;
  }
  #about_container_pic {
    display: initial; 
    height: initial;
    overflow: initial;
}
  #about_container_pic img{
    bottom: 0;
  }
  #about_container_pic div.wd50{
    margin-top: -2vw;
    width: 100%;
    height: 50vw;
    overflow-x: hidden;
  }
  #section_img-buttons {
    height: 150vw;
}
  #section_img-buttons .wd50{
    width: 100%;
}
  #section_img-buttons .circle {
  width: 22vw;
  height: 22vw;
}
#section_img-buttons .flex-between {
  justify-content: space-around;
  flex-direction: column;
}
#section_img-buttons .position1, #section_img-buttons .position2 {
  font-size: 4vw !important;
}
#section_img-buttons .wd50 {
  width: initial !important
}
#section_img-buttons .circle {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  background-color: #f0ece4;
  margin: 3vw;
}

#about-container-size{
  flex-direction: column;
}
#about-container-size .wd50{
  width: 100%;
}
#about-container-size .wd80 {
  width: 88%;
}


#about-container-house p{
  width: 88vw;
}
#about-container-house .max-content{
  width: 88vw;
  font-size: 0.9em;
  padding: 0;
  margin-top:3em;
}
.img-content{
  top: 0;
  position: relative;
  object-fit: cover;
}
#img_private1{
  top:  -100%;
  width: 100%;
}
#img_private2{
  top:  -70%;
  width: 100%;
}
.img-flame.sp,
.img-flames.sp{
  height: 33vw;
  display: block;
  overflow: hidden;
}
.img-flame,.img-flames{
  height: 33vw;
}
#about-private,
#about-private2{
  height: initial;
  padding-bottom: 8vw;
}

#about-private .wd50,
#about-private2 .wd50{
  width: 100%;
}
#private-left{
  width: 100%;
  position: initial;
}
#private-left p{
  width: 88vw;
  margin: auto;
}
#private-left .mt150,
#private-right .mt150{
  width: 90%;
 margin-top: 10vw;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 5vw;
}
#about-container-house{
  padding-bottom: 10vw;
}
#about-bussines{
  height: auto;
}

#about-bussines .wd50{
  width: 100%;
}
#about-bussines .sp{
  float: left;
}
#about-bussines .sp img{
  width: 50%;
  position: initial;
  left: initial;
  top: initial;
}
#private-right{
  width: 100%;
  position: initial;
  background: rgba(255,255,255,0.65);
}

#private-right p{
  width: 88%;
  margin: auto;
}

  
/* page-price */
#page-price{
  font-size: 3vw;
}
#price-text{
  font-size: 3vw;
  line-height: 2em;
  width: 88vw;
  margin: auto;
}
#price-text p{
 text-align: initial;
}
#price-price,
#price-flow{
  font-size: 3vw;
}
#price-price .wd70{
  width: 92%;
}

#price-flow .wd70{
  width: 78%;
}
#price-price .solid-orange{
  font-size: 3vw;
}
/* page-company */
#company-text p{
  font-size: 3vw;
  width: 88%;
  margin: auto;
  line-height: 1.8em;
  text-align: initial;
}
#company-info .wd60{
  width: 90vw;
  font-size: 3vw;
}
/* page-contact */
#contact-form {
  width: 100%;
  margin: auto;
}
/* footer */
footer .flex-between,
footer .flex-center{
  flex-direction: column;
}
footer .wd12{
  width: 100%;
}
footer .wd70{
  width: 70%;
  text-align: center;
  margin: auto;
}
footer ul{
  padding: 0;
}
footer a{
  color: #f0f0f0;
}
#footer-nav{
  height: auto;
}
h2{
  padding-top: 1.5em;
}
#front-img h2{
  padding-top: 2.4em;
}
.p-rl200vw{
  padding-right:5vw ;
  padding-left: 5vw;
  margin-bottom: 10vw;
}
.solid-orange {
  margin: 3em 0;
}
.thumbnail-plans {
  height: 26vw;
}
.button-detail{
  margin-top: 0;
  margin-bottom: 0;
}
#front-aboutcontainer h2{
  padding-top: 1.5em;
}
.sp-pt0{
  padding-top: 0 !important;
}
}
.tittle-text{
  padding: 0 !important;
  width: 88%;
  margin: auto;
}
#about-container-house ul{
  padding: 0;
}


/*480px以下*/
@media screen and (max-width: 940px){
  #page-example-archive{
    width: 650px;
  }
}
@media screen and (max-width: 680px){
  #page-example-archive{
    width: 430px;
  }
}
@media screen and (max-width: 450px){
  #page-example-archive{
    width: 90%;
  }
  #page-example-archive .wid206{
    width: 48%;
  }

}




/* swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper swiper */


.swiper-slide-active{
  width: 90%;
}
.swiper-slide-active img{
  height: 15vw;
  width: 90%;
}
.swiper-slide img,
.swiper-slide-thumb-active img{
  height: 10vw !important;
  width: 100%;
  object-fit: cover;
}
.swiper-slide{
  width: 20%;
}


/* 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 調整 */


.tittle-text{
  text-align: center;
  padding: 0vw 20vw 3vw 20vw; 
}

#policy_items div{
  background-color: #f0ece4;
  padding-left: 1em;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  width: 285px;
  font-size: 0.9em;
}
#policy_items p{
  font-size: 0.8em;
  margin-bottom: 2em;
}

.wsp-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wsp-container h2{
  width: 45%;
  padding-top: 0em;
  margin: 0;
  font-size: 26px;
  text-align: left !important;
}
.wsp-container ul{
  width: 45%;
  list-style: none;
  text-align: left !important;
  padding: 0;
  margin: 0;
}
.wsp-container ul li:last-child{
  margin-bottom: 2em;
}



/* nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav nav */
header nav{
  background-color: rgb(255, 255, 255);;
  border-bottom: #a6a6a6;
}
.nav-li:hover,
#footer-nav li:hover{
  color:  #EB6C44;
}
.current{
  border-bottom: solid 1px #EB6C44;
}
a{
  text-decoration: none;
  color: unset;
}
#nav-plan{
  z-index: 1000;
  position: relative;
}

#nav-example{
  position: relative;
}
#nav-example ol{
  width: 100%;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: #fff;
  width: max-content;
  padding: 0.5em 1em;
    display: none;
}
#nav-example ol li{
  margin: 0;
   
}


nav{
  position: fixed;
  z-index: 999;
  width: 100%;
  height: max-content;
  /* top: 0; */
}

.overflow-x-scroll::-webkit-scrollbar{
  display: none;
}

footer h2 {
  padding-top: 0;
}
nav li:hover a{
  color:  #EB6C44;
}
nav ol li{
  color:  initial;
}
nav ol li:hover{
  color:  #EB6C44;
}

.home .clear{
  background-color: transparent;
  color: #fff;
}
.home .clear .logo_footer{
  display: none;
}

.home nav:hover{
  background-color: #fff;
  color: #4e4e4e;
}
.home nav:hover .logo_footer{
  display: initial;
}




.scrolldown4{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
bottom:1%;
right:7%;
  /*矢印の動き1秒かけて永遠にループ*/
animation: arrowmove 2.5s ease-in-out infinite;
}
@media screen and (max-width: 800px){
  .scrolldown4{
    right: 50%;
  }
  

}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:5%;}
    50%{bottom:7%;}
   100%{bottom:5%;}
}

/*Scrollテキストの描写*/
.scrolldown4 span{
  /*描画位置*/
position: absolute;
left:-20px;
bottom:10px;
  /*テキストの形状*/
color: #eee;
font-size: 0.7em;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg);
}

.scrolldown4:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
right:0;
  /*矢印の形状*/
width:1px;
height: 50px;
background:#eee;
}

/*========= レイアウトのためのCSS ===============*/

.arrow-posi{
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.btnarrow4{
  /*矢印と下線の基点とするためrelativeを指定*/
position: relative;
  /*形状*/
  display: inline-block;
padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before{
  content: '';
  /*絶対配置で下線の位置を決める*/
position: absolute;
  bottom:-3px;
  left:15%;
  /*下線の形状*/    
  width:96%;
  height: 1px;
background:#333;

}

.btnarrow4::after{
  content: '';
  /*絶対配置で矢印の位置を決める*/
position: absolute;
bottom: 8px;
right: -12px;
width: 37px;
  height:1px;
background:#333;
  transform: rotate(35deg);
}

.sb_instagram_header {
    display:none;
}
#sbi_load{
    display:none; !important
}