@charset "UTF-8";
/* CSS Document */
	

@media screen and (max-width:1000px){
  #wraper{
    width: calc(100vw - calc(100vw - 100%));
    overflow-x:hidden;
  }    
  
.menuSp{
    display: block;
  }
  
  .menuPc{
    display: none;
  }
  
  .mainHead .w1200 {
    height: 75px;
  }
  
  .logo{
    position: relative;
    z-index: 99990;
  }
  
  .mainHead {
    height: 75px;
    position: fixed;
    background: #ffffff;
    z-index: 999;
  }
  
  body{
    padding-top: 75px;
  }
  
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		width: 40px;
    height: 40px;
		cursor: pointer;
		z-index:99999;
    background-size: cover;
    right: 5%;
    top: 15px;
	}
	
	.navFixed {
		display: block;
	}
    
	#nav-toggle div {
		position: relative;
    width: 40px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 80%;
		background: #000000;
		left: 10%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 10px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 22px;
	}
    
	#nav-toggle span:nth-child(3) {
		top: 34px;
	}
    
  .nav-in {
      padding: 0px;
  }
	   
  #global-nav {
    position: absolute;
    background:#ffffff;
    width: 100%;
    height: 100vh;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    right: -100%;
    top:0;
    z-index: 9999;
		box-sizing: border-box;
  }

  #nav-toggle {
      display: block;
  }
    
  .open #nav-toggle span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
    
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
    
    .open #nav-toggle span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
  
  .navWrap{
    position: relative;
    height: 100%;
    width: 100%;
  }
  
  .menuBox {
    display: block;
    padding-top: 90px;
    width: 90%;
    margin: auto;
  }

  .menuBox li:not(.contactBtn) a{
    display: block;
    margin-left: 0;
  }
  
  .menuBox li:not(.contactBtn){
    padding: 20px 0;
  }
  
  .sp_insta{
  display: block;
}
  
  .menuBox li.sp_insta a:after{
    content:none;
  }  
  
    
}

/* SP Menu */
@media screen and (max-width:800px){  
  .pc{
    display: none !important;
  }
  
  .sp{
    display: block !important;
  }
  
.swiper-wrapper {
    /*min-height: 680px;*/
    max-height: inherit;
    height: calc(33vh);
}
  
.swiper-pagination {
    position: absolute !important;
    left: 0 !important;
    right: inherit !important;
    width: 100% !important;
    bottom: 0 !important;
}
  
.sec {
    padding-top: 30px;
}
  
.secTitle01 span {
    line-height: 1em;
}
  
.sec01Dl {
    display: block;
  padding:15px 0;
}
  
.sec01Dl dt,
.sec01Dl dd{
    width: 100%;
    padding:0;
}
  
  .sec01Dl dd{
    padding: 0;
    padding-right: 30px;
  }
  
  .topsecThumbCont {
    display: block;
    align-items: center;
    margin-bottom: 60px;
}
  
  .topsecThumbCont_cont01 {
    width: 100%;
}  
  
  .topsecThumbCont_cont02 {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
  
.topsec04List li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
}
  
.topsec04List li:nth-child(4n + 4) {
    margin-right: 0;
}
  
.topsec04List li:nth-child(even) {
    margin-right: 0;
}
  
.topsec05DlWrap {
    display: block;
} 
  
.topsec05DlWrap dl {
    width: 100%;
}
  
.topsec05Text {
    margin-top: 15px;
}
  
  .topsec06Box{
    display: block;
  }  
  
.topsec06Box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
  
.topsec06Box .box:first-child {
    border-right: none;
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: 20px;
  padding-bottom: 20px;
}  
  
.topsec07table th {
  width:100px;
  font-size: 12px;
  }
  
.topsec07table td {
    width: calc(100% - 100px);
    padding: 13px 0;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px dashed #6F6F6F;
}
  
.tableUl {
    font-size: 12px;
} 
  .topsec07table{
    width: 100%;
    display: block;
  }
  
  .topsec07table tr{
    width: 100%;
    display: flex;
  }  

  .topsec07table td,
  .topsec07table th{
    display: block;
  }
  
  .topsec07table .tableBlock,
  .topsec07table .tableBlock th,
  .topsec07table .tableBlock td{
    display: block;
    width: 100%;
  }
  
  
  .tableFlex .box{
    width: calc((100% - 100px) / 2);
  }
  
  .tableFlex .box_col2{
     width: calc(100% - 100px);
  }
  
  .tableFlex .box.pt01{
    width: 100px;
  }
  
.tableText {
    padding-left: 100px;
}  
  
.tableUl.ft16 {
    font-size: 12px;
}
  
  .topsec05DlWrap .pt01 {
    font-size: 12px;
}
  
  .topsec05DlWrap .pt01 span{
    font-size: 16px;
}
  
  .topsec04List *{
    font-size: 14px;
  } 
  
  .fltBtn{
    display: none;
  } 
  
.mainFooter .foot01 {
    display: block;
}  

  .foot01_a{
    text-align: center;
    margin-bottom: 20px;
  } 
  
.foot01_b_box .nav01 {
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    justify-content: flex-end;
}  
  
.foot01_b_box .nav01 li {
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
}
  
.foot01_b_btn {
    width: 250px;
  margin: auto;
}
  
.foot01_b {
    display: block;
}
  
.foot01_b_box .nav02 li {
    margin: 0 10px;
}
  
.foot01_b_box .nav02 {
    justify-content: center;
  margin-bottom: 40px;
}
  
  .copyWrap{
    text-align: center;
  }  
  
.titleBack {
  /*background-image: url("../images/other/otherSp.png");*/
background-image: url("https://bliss-villa-goshiki.com/wp-content/themes/fukutomi/images/mainImage04.png");
  height: 260px;
} 
  
.imgList li:nth-child(odd) {
    margin-right:0;
}
  
.imgList li{
    width: 100%;
  margin-bottom: 20px;
} 
  
  .imgList .text02{
    margin-bottom: 20px;
  }  
  
.otherTitleWrap {
    padding-top: 30px;
}
  

  
  .companyTable tr{
    width: 100%;
    display: block;
  }
  
  .companyTable th{
    width: 100%;
    display: block;
    height:auto;
    vertical-align: middle;
    font-size:14px;
    border-bottom:none;
    font-weight: normal;
    text-align: left;
    padding-top: 10px;
  }
  
  .companyTable td{
    width: 100%;
    display: block;
    height:auto;
    vertical-align: middle;
    font-size:14px;
    border-bottom:1px solid #000000;
    padding-bottom: 10px;
  }  

}
