@charset "UTF-8";
*{margin: 0;padding: 0;box-sizing: border-box}

.wrp{
	    width: 100%;
    max-width: 750px;
    margin:0 auto;
}
@media screen and (max-width: 769px) {
.wrp{
	    width: 100%;
}
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 21px;
    list-style: none;
    width: 90%;
    margin:0 auto;
}
.accordion-area h3{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 21px;
}
@media screen and (max-width: 769px) {
	.accordion-area,.accordion-area h3{
		font-size: 16px;
	}
}
.accordion-area li{
    margin: 10px 0;
	background-color: #fff
}

.accordion-area section {
  border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.title.close::before{
  transform: rotate(45deg);
}

.title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
  margin:0 3% 3% 3%;
    padding: 3%;
}

.qa-bg{
	background-image: url(../img/qa-bg.png);
	background-size: 100% 100%;
	padding-bottom: 7%;
}
.box p{text-align: justify}

/*==================================================
問い合わせフォーム
===================================*/
.kakunin{display: none}
.thanks{display: none}
#check .kakunin{display: block}
#check .con-t,#thanks .con-t{display: none}
#thanks .thanks{display: block}

#contact input[type=checkbox] {
     display: inline; 
	width: 30px;
    height: 30px;
}
.wpcf7-list-item-label{margin-left: 0.5em}

.contact-form-inner {
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;

}
.form-item:first-child {
    margin-top: 0;
}
.form-item {
    width: 70%;
    margin: 30px auto 0;
}
.form-item label{
    display: flex;
    font-size: 16px;
    color: #333333;
align-items: center
	
}
.form-item .wpcf7-submit,.wpcf7-previous{
    width: 100%;
    height: 50px;
    border: 1px solid #cccccc;
    margin-top: 10px;
}
.form-item input::placeholder,
.form-item textarea::placeholder {
    padding-left:15px;
}
.wpcf7-form-control-wrap{
	width: 100%
}
.form-item label{margin-bottom: 10px}
.form-flex {
    display: flex;
    flex-direction: column;
}
.form-flex input,.form-item span>input, .form-item select{
    height: 50px;
    border: 1px solid #cccccc;
	width: 100%;
	    padding: 0 1em;
}
.form-flex input.your-add-1 {
    width: 40%;
}
.form-flex input.your-add-1 {
    width: 100%;
}
.form-hissu {
    color: #ffffff;
    font-size: 13px;
    margin-left: 15px;
    padding: 3px 5px;
    background-color: red;
}
.form-free {
    color: #ffffff;
    font-size: 13px;
    margin-left: 15px;
    padding: 3px 5px;
    background-color: #8DC39F;
}
.form-item textarea{
    height: auto;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 1em;
}
.last-check {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.last-check > input {
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.last-check a {
    text-decoration: none;
}
.form-item.send-btn{
    max-width: 200px;
    margin: 40px auto 0;
}
.form-item.send-btn input,.wpcf7-previous{
    background-color: #8DC39F;
    color: #ffffff;
    border-radius: 0px;
    font-weight: 700;
    cursor: pointer;
}
.form-item.send-btn input:hover {
    background-color: #FFFFFF;
    color: #8DC39F;
    border: 1px solid #8DC39F;
    transition: all .3s;
}

.last-check>p{display: flex;}

.last-check .wpcf7-form-control-wrap{width: auto} 
#your-check{margin: 0 0 0 1em;}

#check .form-item label {
    margin-bottom: 10px;
    width: 100%;
    background-color: #CCB;
    padding: 2% 5%;
    justify-content: center;
}
#check .form-item{text-align: center}

.wpcf7-not-valid{
	    background-color: #ffd7d7;
}



@media screen and (max-width:768px) {
	.form-flex input,.form-item span>input, .form-item select{
			font-size: 18px;
	}
    .contact-form-inner {
        padding: 30px 15px;
        border: none;
    }
    .form-item {
        width: 95%;
        margin: 20px auto 0;
    }
    .form-item > input{
        height: 35px;
        margin-top: 5px;
			font-size: 18px;
    }
    .form-item textarea{
        margin-top: 5px;
						font-size: 18px;

    }
    .form-item input::placeholder {
        padding-left:5px;
    }
    .form-flex input {
        height: 35px;
        margin-top: 5px;
						font-size: 18px;

    }
    .form-flex input:first-child {
        width: 70%;
    }
    .form-hissu {
        margin-left: 5px;
    }
    .form-free {
        margin-left: 5px;
    }
    .last-check > input {
        margin: 0 5px 0 0;
    }
    .form-item.send-btn{
        width: 80%;
        margin: 30px auto 0;
    }
	#your-check{display: block}
} 



/*==================================================
フッターリンク
===================================*/
#page-top{display: none}
@media screen and (max-width: 769px) {

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	left: 2%;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
	width: 100%;
    display: flex;
}
#page-top a {
	width: 15%;
	margin-right: 5%;
filter: drop-shadow(2px 2px 2px #fff);
}
	
}
/*　上に上がる動き　*/

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

/*　下に下がる動き　*/

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




/*リンクを右下に固定*/
#overlay-button {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 9999;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
	height: 20px
}

/*　左の動き　*/

#overlay-button.LeftMove{
	animation: LeftAnime2 0.5s forwards;
}

@keyframes LeftAnime2{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime2 0.5s forwards;
}
@keyframes RightAnime2{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}


/*==================================================
フッターリンク
===================================*/
.logo{display: block;margin: 0 auto}
.law h1{font-size: 2vw;text-align: center;color: #908970}
.law table a{text-decoration: none;color: #000}
.law table{width: 90%;margin: 3% auto 6%;border-collapse: collapse;}
.law tr{height: 50px;}
.law th{width: 30%;background-color: #e7e5de;font-weight: 100;border: 1px solid #fff;}
.law td{padding: 1em;border: 1px solid #e7e5de;}















