
@charset "utf-8";
/*==================================================
　5-2-8 3本線が横方向に回転して×に
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn8{
 
  background:none;
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 0px;
  position: fixed;
  top: 1.5%;
  right: 1.5%;
  z-index: 12000;
}

/*ボタン内側*/
.openbtn8 .openbtn-area{
    transition: all .6s;/*アニメーションの設定*/
  width:50px;
  height:50px;
}

.openbtn8 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #999999;
    width: 45%;
  }

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

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

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

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn8.active .openbtn-area{
  transform: rotate(360deg);
}

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

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

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


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


li{
    list-style-type:none;	
}

.slideshow{
    padding-left: 0px !important;
}

a{
  color: #333;
  text-decoration: none;
}

.lead{
  margin:20px 0 0 0;
}

.btn-block{
  width:200px;  
  padding: 30px;
}

/* メニュー終了 */

/* 矢印スタート */
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
    width: 95vw;
    margin-right: 5vw;
    text-align: center;
	position: absolute;
    bottom: 0vh;
	display: flex;
	height: 200px;/*画面いっぱいにする場合100vh*/
	margin: 2em auto;
	justify-content: center;
	align-items: center;
    z-index: 1200;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 50%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
	left: 51%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
	opacity: 0;
}
.cp_arrows .cp_arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
	        animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
	        animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	background: #333333;
}
.cp_arrows .cp_arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
	        transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
	        transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
	        transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
	        transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* 矢印終了🤪 */

#video-area{
    width: 100vw;
}

#video{
    width: 100vw !important;
    height: 100vw !important;
    top:55% !important;
}
.port{
    display: block;
}
.content_w{
    padding-top: 100vh;
    height: 150px;
    text-align: center;
    
}
.top_after{
    text-align: center;
    width: 100vw;
}
body{
    padding: 0px!important;
    margin: 0px!important;
background-color: white !important;
font-family: 'Cedarville Cursive', cursive;
font-family: 'Zen Maru Gothic', sans-serif;
}

/* トップ */

.topimg{
    width: 100vw;
    position: absolute;
    z-index: 995;

}
.timg{
    width: 100vw;
    
  /* filter: drop-shadow(1px 1px 10px #333333); */
}
.logoimg{
    position: fixed;
    width: 8vw;
    top: 1.5%;
    left: 1%;
   
    z-index: 999;
}


.flogow{
    width: 25%;
    margin-right: 3%;
float: left;
text-align: center;
border-right: 1px solid #fff9e4;

}
.flogo{
    display: inline-block;
    width: 30%;
    margin-top: 5%;
    margin-bottom: 5%;
    vertical-align:middle;

}
.footer{
   width: 100%;
 background-color: #1e464e;
 margin-bottom: 1%;
 overflow: hidden;
 padding-top: 2%;
 padding-bottom: 2%;
 position: relative;
 animation: Contentf2 3s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;

}
.ftext{

    width: 69%;
    float: right;
    color: #fff9e4;
}
.listitle{
    color: #fff9e4;
font-size: 1.5em;
font-weight: 600;
display: inline-block;
margin: 0px;
border-bottom: 1px solid #fff9e4;
margin-bottom: 0.5em;
}
.flist{
    display: inline-block;
    width:60%;
}
.list{
    margin: 0px;
    display: inline-block;
    margin-right: 10%;
    
    padding-top: 1%;
    padding-bottom: 1%;

}
.right_ficon{
    display: inline-block;
 width: 10%;   
 vertical-align: top;
 margin-bottom: 3%;
}
.fotter_under{
    display: block;
    
}
.frimg{
    padding-top: 10%;
    display: inline-block;
    width: 30%;
}
.fotter_text{
    position: absolute;
    bottom: 2%;
    right: 2%;
    color: #fff9e4;
    font-size: 0.7em;
}

.menu_im{
    width: 5%;
    margin-right: 10%;
    text-align: left;
}
.plan_task{
    cursor: pointer;
    width: 20%;
    margin-left: 1%;
    margin-right: 1%;
    font-weight: 600;
    background-color: white;
    border: 1px solid #444444;
margin-top: 5%;
    display:inline-block;
    padding: 1.5%;
    margin-bottom: 4%;
    color: #444444;

}

.plan_task:hover{
  color: white !important;
  background-color: #444444;  
}
.plan_task:hover .plana{
    color: white !important;
}

.plan_task:hover .menu_im{
    filter: invert(100%);
}
.under_new{
    position: absolute;
    bottom: 3%;
    left:2%;
    /* vertical-align: top; */
}
.under_icon{
    vertical-align: bottom;
    width: 5%;
    border-radius: 50%;
    display: inline-block;
}
.icon_right{
   position: relative;
   padding: 0%;
   text-align: left;
    width:75%;
    margin-left: 1%;
    display: inline-block;
    vertical-align:top;
    padding-top: 0.5%;
}
.days{
    display: block;
    font-size:0.7;
    color: #666666;
}
.aboutw{
    display: inline-block;
    width: 60%;
    background-color: white;
    padding: 3%;
    padding-bottom: 4%;
    margin-bottom: 5%;
    text-align: center;
   
    
}
.aboutt{
    font-size:1.1em;
    margin-top: 0%;
   line-height:3em;
    width: 90%;
    display: inline-block;
    padding: 0px;
    
}
.small_t{
    font-size:0.7em;
    display: block;
    color: #666666;
}
.aboutw h2{
   
    padding-bottom: 2%;
    margin-bottom: 0%;
    /* font-family: 'Zen Kurenaido', sans-serif !important; */
    display: inline-block;
}
.aboutimg{
    display: inline-block;
    width:20%;
    
}
.about_title{font-size:2em;
background-color: #444444;
color: white;
margin-top: 7%;
padding:2%;
margin-bottom:7%;

}

.boxes-wrapper{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 300px;
 }
 .box{
    width: 30px;
    height: 30px;
    background-color: #333;
 }
 .box-02{
    margin-top: 100px;
 }
 .displayed{
    animation: fadeUp 1s forwards;
 }

 @keyframes fadeUp{
     0%{opacity:0; transform: translateY(0);}
   100%{opacity:1; transform: translateY(-100px);}
 }


.contents_w{
    width: 100vw;
    height: 100vh;
    background-color: white;
    position: fixed;
    top: 0px;
}
 /*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }

  .tegaki{
    font-family: 'Zen Kurenaido', sans-serif !important;
font-weight: 600;
  }

.con_w{
width: 60%;
background-color: white;
padding-top: 3%;
padding-bottom:4%;
padding-right:20%;
padding-left: 20%;

}
.gray_t{
    color: #999999;
    font-size: 0.8em;
}
.black_c{
    color: white;
    background-color: #444444;
}
.task_title{
    font-size:1.5em;
    line-height: 1.8em;
    margin-bottom: 1%;
    text-align: center;
}
.tegaki_logo{
    width: 80%;
    padding-top: 0%;
}


/* スライドCSS */

.slideshow {
    display: flex;
  }

  .content {
    position: relative;
    width: 220px;
    height: 200px;
    margin-right: 2%;
  }
  .content:nth-child(1) {
    /* background-color: tomato; */
  }
  .content:nth-child(2) {
    /* background-color: orange; */
  }
  .content:nth-child(3) {
    /* background-color: blue; */
  }
  .content:nth-child(4) {
    /* background-color: green; */
  }

  .sswrap {
    display: flex;
    align-items: center;
  height: 280px;
  overflow: hidden;
  }

  .slideshow {
    display: flex;
    animation: loop-slide 35s infinite linear 1s both;
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .content-hover {
    transition: all 0.2s;
  }
  .content-hover:hover {
    transform: translateY(-20px);
    border-radius: 5%;
    box-shadow: 0 3px 10px 0 #333;
    opacity: 0.8;
    cursor: pointer;
  }
  .bottom_con{
    background-color: white;
    padding-bottom: 2%;
    text-align: center;
  }
  /* .slide-paused:hover .slideshow {
    animation-play-state: paused;
  } */


  .form_wrap{
width: 100%;
height: 800px;

  }

.m7w29c{
    border: 0px solid black !important;
    display: none Im !important;
  }

/* お問合せ */
.c-form {

	max-width: 600px;
	margin: 0 auto;
}
.c-form__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 20px;
}
.c-form__label,
.c-form__input {
	padding: 10px;
}
.c-form__label {
	width: 90%;
    margin-bottom: 1.5%;
}
.c-form__input {
	width: 90%;
	font-size: 16px;
	border: solid 1px #333;
	border-radius: 4px;
}
.c-form__input:focus-visible {
	outline: #444444 auto 1px;
}
.c-form__required {
	color: #fff;
	background-color: red;
	border-radius: 4px;
	padding: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
    
    
	margin: 0 0 0 18px;
}
textarea.c-form__input {
	height: 160px;
}
.c-form__submit {
	text-align: center;
}
.c-form__submit button {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #444444;
	border: solid 1px #444444;
	border-radius: 4px;
	padding: 2px 32px;
	transition: 0.4s;
    padding-bottom: 5px;
	cursor: pointer;
    margin-top: 4%;
}
.c-form__submit button:hover {
	color:#444444;
	background-color: transparent;
}

.oto_title{
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 2%;
    margin-top: 3%;
}
	
.footerw{
    margin-top: 5%;
    border-top: 1px solid #444444;
    width: 90%;
    margin-left: 5%;
    text-align: center;
}
.is-hidden {
    visibility: hidden;
    opacity: 0;
  }
.sns_w{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 4%;
    padding-top: 2%;
    
    /* border-top: 1px solid #444444; */
}
.sns_logo{
    width: 5%;
    filter: invert(100%);
    margin-left: 1%;
    margin-right: 1%;
    opacity: 0.7;
    display: inline-block;
    border-radius: 6px;
}
.sns_logo2{
    width: 10%;
    
    margin-left: 1%;
    margin-right: 1%;
    opacity: 1;
    margin-top: 8%;
    margin-left: 5%;
    display: inline-block;
    border-radius: 6px;
}
.red_sns{
    vertical-align: top;
    padding: 0px;
    padding-top: 1%;
    padding-bottom: 1.2%;
    margin-top: 0%;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 6px;
    display: inline-block;
    background-color: red;
    color: white;
    width: 15%;
    text-align: center;
}

.red_sns2{
    vertical-align: top;
    padding: 0px;
    padding-top: 1.8%;
    padding-bottom: 2%;
    margin-top: 8%;
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 6px;
    display: inline-block;
    background-color: red;
    color: white;
    width: 30%;
    text-align: center;
}

.side_menu{
   
    width: 30%;
    margin-right: 1%;
    margin-top: 1vh;
    position: fixed;
    height: 86vh;
padding:3%;
    top: 0px;
    right: -100vw;
    background-color: #222222;
    color: white;
    z-index: 11000;
    transition-delay: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.menu_show{
   
    opacity: 0.95;
    right: 0vw;
    transition-delay: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.m_small{
    font-size: 0.7em;
    text-align: right;
}
.menu_l{
    width: 90%;
    border-bottom: 1px solid white;
    padding: 5%;
    font-size: 1.5em;
}
.timg_sp{
    display: none;
}
.sp_br{
display: none !important;
}
.conimg{
    display: block;
    width: 100%;
}
.spbtns{
    color: white !important;
}
.un_icon{
    width: 6%;
    margin-right: 1%;
    margin-left: 1%;
    display: inline-block;
    margin-bottom: 1%;
}
.icon_w{
    margin-top: 2%;
    width: 100%;
    display: block;
    text-align: center;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
   
display: block;
  height: 90% !important;

 
}
.modaal-content-container{
    
    height: 80vh;
    padding-top: 5% !important;
padding-bottom: 5% !important;
    overflow: scroll;
}
.modaal-inner-wrapper{
    padding-top: 7% !important;
}
.modaal-close{
    left:20px !important;
}
.poptext{
    margin-top: 0px;
    line-height: 2em !important;
    text-align: left;
    margin-bottom: 3%;
    width: 90%;
}
.kizi_img{
    width: 80%;
   
    display: block;
}
.kizi_t{
    display: inline-block;
    margin-bottom: 3%;
    padding-bottom: 1%;
    border-bottom: 1px solid #333333;
}
.kizim{
    display: inline-block;
    background-color: red;
    border: none;
    color: white;
    padding: 0.5%;
    padding-left: 2%;
    padding-right: 2%;
    border-radius: 5px;
    font-weight: 600;
    margin-left: 1%;
    margin-right: 1%;
}
.kizi_menu{
    width: 65vw;
    position: fixed;
    top: 4%;
    text-align: center;
    margin-top: 0px;
}
.midasi{
    display: block;
    background-color: #444444;
    color: white;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1%;
}
.modaal-wrapper{
    z-index: 20000 !important;
    position: relative;
}

.con_title{
    text-align: center !important;
}
.menu_wr{
    padding-left: 0px !important;
}
/* スマホデザイン */
@media screen and (max-width:600px){

    .modaal-container{
        max-width: 100vw !important;
    }
    .instw{
        width: 100%;
        margin:0px !important
    }
    .modaal-wrapper{
        width: 100vw !important;
        z-index: 20000 !important;
        position: relative;
    }
    .modaal-inner-wrapper{
        padding: 0px!important;
        padding-bottom: 0% !important;
    }
    .kizim{
        display: inline-block;
        background-color: red;
        border: none;
        color: white;
        padding: 0.5%;
        padding-left: 2%;
        padding-right: 2%;
        border-radius: 5px;
        font-weight: 600;
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 3%;
        font-size: 0.8em;
    }
    .midasi{
        display: block;
        background-color: #444444;
        color: white;
        text-align: center;
        font-weight: 600;
        margin-bottom: 3%;
    }
    .kizi_img{
        width: 100%;
       margin-bottom: 7%;
        display: block;
    }
    .poptext{
        margin-top: 0px;
        line-height: 2em !important;
        text-align: left;
        margin-bottom: 3%;
padding: 0px;
        width: 100%;
    }
    .kizi_menu{
        display: none;
        width: 100vw;
        position: fixed;
        top: 8.3vh !important;
        left: 0px;
        text-align: center;
        margin-top: 0px;
        z-index: 15000;
        overflow: visible !important;
        padding-bottom: 0px !important;
    }
    .modaal-close{
        left:5px !important;
        top: 10px !important;
    }
    .modaal-content-container{
    
        height: 80vh;
        padding-top: 10% !important;
    padding-bottom: 10% !important;
    padding-left: 4% !important;
    padding-right: 4% !important;
        overflow: scroll;
      
    }
    .kizi_t{
        display: inline-block;
        margin-bottom: 3%;
        margin-top: 10%;
        padding: 0px;
        padding-bottom: 2%;
        margin-bottom: 10%;
        border-bottom: 1px solid #333333;
    }
    .modaal-container{
        margin-top: 5% !important;
    }
    .un_icon{
        width: 12%;
        margin-right: 2%;
        margin-left: 2%;
        display: inline-block;
    }
    .icon_w{
        margin-top: 9%;
        width: 100%;
        display: block;
        text-align: center;
    }

    .bottom_con{
        padding-top: 15%;
    }

    .slideshow {
        display: flex;
        animation: loop-slide 50s infinite linear 1s both;
      }
    .footerw{
        margin-top: 15%;
        border-top: 1px solid #444444;
        width: 90%;
        margin-left: 5%;
        text-align: center;
    }
    .plan_task{
        cursor: pointer;
        width: 80%;
       
        font-weight: 600;
        background-color: white;
        border: 1px solid #444444;
    margin-top: 0%;
        display:inline-block;
        padding: 3%;
        margin-bottom: 8%;
        color: #444444;
       
    }

    .sp_br{
        display: block !important;
    }
    .sswrap{
        height: 190px;
    }
    .content{
        width: 180px;
        height: 160px;
    }
    .con_title{
        text-align:center!important;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .black_c{
        color: white !important;
        background-color: #444444 !important;
    }
    .con_w{
        width: 90%;
        background-color: white;
        padding-top: 10%;
        padding-bottom:15%;
        padding-right:5%;
        padding-left: 5%;
        
        }
    .sns_logo{
        width: 9%;
    }
    .red_sns{
        width: 33%;
        padding-bottom: 1.9%;
    }
    .under_icon{
        vertical-align: bottom;
        width: 12%;
        border-radius: 50%;
        display: inline-block;
    }
    .aboutt{
        font-size:0.8em;
        margin-top: 0%;
       line-height:3em;
        width: 100%;
        display: inline-block;
        padding: 0px;
        
    }
    .content_w{
        padding-top: 80vh;
        height: 235px;
        text-align: center;
       
    }
    .spbtns{
        color: white !important;
    }
    .aboutw{
        display: inline-block;
        width: 90%;
        background-color: white;
        padding: 3%;
        padding-bottom: 20%;
        padding-top: 15%;
        margin-top: -3%;
        margin-bottom: 20%;
        text-align: center;
       
        
    }
    #video-area{
        width: 300vw;
        top:-80px !important;
        left: -30vw !important;
    }
    .menu_show{
   
        opacity: 0.95;
        right: 0vw;
        transition-delay: 0.3s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }
    .side_menu{
   
        width: 88% !important;
        margin-right: 1%;
        margin-top: 1vh;
        margin-bottom: 1vh;
        position: fixed;
        height: 92vh;
    padding: 5%!important;;
        top: 0px;
        right: -150vw;
        background-color: #222222;
        color: white;
        z-index: 11000;
        transition-delay: 0.3s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }

    .menu_show{
   
        opacity: 0.95;
        right: 0vw;
        transition-delay: 0.3s;
        transition-property: all;
        transition-timing-function: ease-in-out;
    }
    .logoimg{
        position: fixed;
        width: 19vw;
        top: 1.5%;
        left: 3%;
       
        z-index: 999;
    }
.timg_sp{
    display: block;
    width: 100vw;
    height: 100vh;
}
.timg{
    display: none;
}
.c-form{
    width: 90% !important;
}
    /* .c-form__item {
		flex-wrap: nowrap;
	}
	.c-form__label {
		width: 40%;
	}
	.c-form__input {
		width: 55%;
	} */
.flogo{
   
    width: 60%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.list{
    font-size: 0.8em;
}
.flist{
    margin-bottom: 20%;
    width: 55%;
}
.fotter_text{
    right: 0px;
    width: 100%;
    text-align: center;
}

.frimg{
    width: 100%;
}

.boldt{
    font-weight: bold;
    display: inline-block;
    color: #1e464e;
    
   
}
.boldt::before{
    content: "「";
    color: #333333;

}
.boldt::after{
    content: "」";
    color: #333333;
}
}

@media screen and (max-width:350px){



    .shopimg{
        width: 100%;
        border-radius: 10px;
        padding-bottom: 4em;
    transform: 0.5s;
    }

}
