@charset "utf-8"; /* common
============================ */

#nav2::before {
    display: block;
    height: 3rem;
    margin-top: -3rem;
    content: "";
}
#nav3::before {
    display: block;
    height: 5rem;
    margin-top: -5rem;
    content: "";
}
#nav4::before {
    display: block;
    height: 5rem;
    margin-top: -5rem;
    content: "";
}
#nav5::before {
    display: block;
    height: 2rem;
    margin-top: -2rem;
    content: "";
}
#nav6::before {
    display: block;
    height: 7rem;
    margin-top: -7rem;
    content: "";
}
#nav7::before {
    display: block;
    height: 18rem;
    margin-top: -18rem;
    content: "";
}
#form1::before {
    display: block;
    height: 3rem;
    margin-top: -3rem;
    content: "";
}
#form2::before {
    display: block;
    height: 3rem;
    margin-top: -3rem;
    content: "";
}
/* hamburger menu v0.1 */

#drawer_wrapper nav {
    position: fixed;

	  right: -30rem;
	width: 30rem;
	padding-top: 7.42rem;
	padding-bottom: 1.42rem;
    background:#000;
    font-size: 3em;
    box-sizing: border-box;
    z-index: 98;
	 opacity: 0.9;
}
#drawer_wrapper.mobile nav {
    position: fixed;
    top: 0rem;
	right: -50rem;
	width: 50rem;
	padding-top: 3.42rem;
	padding-bottom: 3.42rem;
    background:#000;
    font-size: 3em;
    box-sizing: border-box;
    z-index: 98;
	 opacity: 0.9;
}

#drawer_wrapper nav.menuitems ul li {
	font-family: "ゴシックMB101 B","Gothic MB101 Bold"!important;
    display:block;
	text-align:left;
	margin:auto;
    border-bottom: 2px solid #fff;
	line-height:5rem;

}
#drawer_wrapper.mobile nav.menuitems ul li {
	font-family: "ゴシックMB101 B","Gothic MB101 Bold"!important;
    display:block;
	text-align:left;
	margin:auto;
    border-bottom: 2px solid #fff;
	line-height:5rem;
	padding: 2rem 0 2rem 0;
}
#drawer_wrapper nav.menuitems ul li a {
    text-decoration: none;
    color: #fff;
    display:block;
}
#drawer_wrapper .menuitems ul{
	margin:2rem;
	padding:0;
	font-size:7em;
}
#drawer_wrapper.mobile .menuitems ul{
	margin:2rem;
	padding:0;
	font-size:12em;
}
#drawer_wrapper nav.menuitems ul li a:hover {
    background:#333;
}
#drawer_wrapper #hamburger_icon {
    position: fixed;
    top: 3rem;
    right: 9rem;
    z-index: 99;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
#drawer_wrapper.mobile  #hamburger_icon {
	    position: fixed;
	    top: 1rem;
	    right: 11rem;
    z-index: 99;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#drawer_wrapper #hamburger_icon span {
    position: absolute;
	width: 7.13rem;
	height: 7.13rem;
     -webkit-transition: all 400ms;
    transition: all 400ms
}


#drawer_wrapper #hamburger_icon span{
	background-size: 100% 100%;
	background-image: url(/wp-content/uploads/2024/07/74c327adea6eda3ea4318db3dd9759ce.png);
top: 2rem;
}
#drawer_wrapper.mobile #hamburger_icon span {
    position: absolute;
	width: 10.13rem;
	height: 10.13rem;
     -webkit-transition: all 400ms;
    transition: all 400ms
		top: 0rem;
}

#drawer_wrapper #hamburger_icon.open span {
	background-size: 100% 100%;
	background-image: url(/wp-content/uploads/2024/07/2e992b234ee49a2f7f3240612a355476.png);
	width: 7.13rem;
	height: 7.13rem;
    right: 2rem;
top: 5rem;
    position: fixed;
    z-index: 1000;
}
#drawer_wrapper.mobile #hamburger_icon.open span {
	background-size: 100% 100%;
	background-image: url(/wp-content/uploads/2024/07/2e992b234ee49a2f7f3240612a355476.png);
	width: 10.13rem;
	height: 10.13rem;
    right: 0rem;
    top: 1rem;
    position: fixed;
    z-index: 1000;
}


#drawer_wrapper.mobile #hamburger_icon.open span {
	background-size: 100% 100%;
	background-image: url(/wp-content/uploads/2024/07/2e992b234ee49a2f7f3240612a355476.png);
	width: 10.13rem;
	height: 10.13rem;
	    right: 1rem;
    top: 1rem;
    position: fixed;
    z-index: 1000;
}


#drawer_wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}
#drawer_wrapper .contents section:nth-child(odd) p {
    left: 10%
}
#drawer_wrapper .contents section:nth-child(even) p {
    right: 10%
}
#drawer_background {
    z-index: 97;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    display: none;
}
.mtxt{
	text-align:center;
	margin-bottom:40px;
		margin-bottom:.4rem;
}



























































.c-wrap {
	background-color: #fff;
	position: relative;
	overflow:hidden;

}
.header-fix, .header-fix-sp {
    position: fixed;
    z-index: 9999;
    width: 100%;
    display: none; /* 最初は非表示 */
    opacity: 0; /* 初期状態は透明 */
    transition: opacity 0.5s ease-in-out; /* スムーズなトランジション */
}

.header-fix {
    top: 0; /* PC版は上に固定 */
}

.header-fix-sp {
    bottom: 0; /* スマホ版は下に固定 */
}

.header-fix.is-active, .header-fix-sp.is-active {
    display: block; /* バナーを表示 */
    opacity: 1; /* フェードイン効果 */
}


.c-img {
	width: 100%;
	max-width: 1190px;
	margin: auto;
}
.m-img {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.p-img {
	width: 90%;
	margin: auto;
}


.c-inner {
	max-width: 1190px;
	width: 100%;
	margin: auto;
}
.c-bg__white {
	background-color: white;
}
.c-bg__yellow {
	background-color:#FFF000;
}
.white{
	background-color:#fff;
}

.img100 {
	width: 100%;
	margin: 0 auto;
}
.img95 {
	width: 95%;
	margin: 0 auto;
}
.img90 {
	width: 90%;
	margin: 0 auto;
}
.img85 {
	width: 85%;
	margin: 0 auto;
}
.img80 {
	width: 80%;
	margin: 0 auto;
}
.img75 {
	width: 75%;
	margin: 0 auto;
}
.img70 {
	width: 70%;
	margin: 0 auto;
}
.img65 {
	width: 65%;
	margin: 0 auto;
}
.img60 {
	width: 60%;
	margin: 0 auto;
}
.img55 {
	width: 55%;
	margin: 0 auto;
}
.img50 {
	width: 50%;
	margin: 0 auto;
}
.img45 {
	width: 45%;
	margin: 0 auto;
}
.img40 {
	width: 40%;
	margin: 0 auto;
}
.img35 {
	width: 35%;
	margin: 0 auto;
}
.img30 {
	width: 30%;
	margin: 0 auto;
}
.img25 {
	width: 25%;
	margin: 0 auto;
}
.img20 {
	width: 20%;
	margin: 0 auto;
}
.img15 {
	width: 15%;
	margin: 0 auto;
}
.img10 {
	width: 10%;
	margin: 0 auto;
}
.img5 {
	width: 5%;
	margin: 0 auto;
}
.c-inner {
	max-width: 1190px;
	width: 100%;
	margin: auto;
	position:relative;
}


.mb1{
	margin-bottom:1%;
}
.mb2{
	margin-bottom:2%;
}
.mb3{
	margin-bottom:3%;
}
.mb4{
	margin-bottom:4%;
}
.mb5{
	margin-bottom:5%;
}
.mb10{
	margin-bottom:10%;
}
.mt1{
	margin-top:1%;
}
.mt2{
	margin-top:2%;
}
.mt3{
	margin-top:3%;
}
.mt4{
	margin-top:4%;
}
.mt4r{
	margin-top:4rem;
}
.mt5{
	margin-top:5%;
}
.mt8{
	margin-top:8%;
}

.pb1{
	padding-bottom:1%;
}
.pb2{
	padding-bottom:2%;
}
.pb3{
	padding-bottom:3%;
}
.pb4{
	padding-bottom:4%;
}
.pb5{
	padding-bottom:5%;
}
.pb10{
	padding-bottom:10%;
}
.pt1{
	padding-top:1%;
}
.pt2{
	padding-top:2%;
}
.pt3{
	padding-top:3%;
}
.pt4{
	padding-top:4%;
}
.pt5{
	padding-top:5%;
}
/* s01
============================ */
section.s01 {

}
section.s01 .img40{
	width:40%;
	padding:3% 0 2% 4%;
	margin:0;
}
/* s02
============================ */
section.s02 {
		padding-top: 3rem;
	padding-bottom: 3rem;
}

/* s03
============================ */
section.s03 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.s03 .ttl_carlist{
	margin-bottom:-7rem;
}
.s03 .carlistbox img{
	margin: auto;
	margin-bottom:5%;
	width:85%;
}
.s03 .carlistbox{
	background-color:#FFF064;
	border-radius:10px;
	margin:auto;
	width:90%;
	padding: 9rem 0 1rem 0;
}
.s03 .ttlpos{
	margin-top:5rem;
}
/* s04
============================ */
section.s04 {
	padding-top: 6rem;
	padding-bottom: 3rem;
	background-color:#FFF000;
	    margin-top: 9rem;
}
.s04 .ttl{
    margin-top: -11rem;
    margin-bottom: 3rem;
}
.s04 img{

}

/* s05
============================ */
section.s05 {
	padding-top: 6rem;
	padding-bottom: 3rem;
}


.s06bg{
	width: 90%;
	margin: auto;
	background-color:#F18D00;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border: 1px solid #0E0006;
	overflow: hidden;
}
.s06bghead {

	margin: auto;


}
.s06bghead img{
	width: 50%;
	margin: auto;
	padding:4% 0 4% 0;
}



.qa_wrap {
    background-color: #fff;
    width: 100%;
    display: block;
    margin: 0 auto;
    border-top: 1px solid #0E0006;
    float: left;
}

.qa_wrap dt {
    width: 100%;
    font-weight: bold;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    color: #0E0006;
    font-size: 2.2rem;
    padding: 2%;
    float: left;
    transition: background-color 0.3s ease; /* クリック時の背景色のトランジション */
}

.qa_wrap dt img {
    width: 6rem;
    float: left;
    padding-top: 1.1%;
}

.qa_wrap dt .qatxt {
    width: 82%;
    display: inline-block;
    text-align: left;
    padding-top: 3.4%;
}

.qa_wrap dt span {
    font-weight: bold;
}

.toggle_btn {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
    transition: all 0.3s;
}

.toggle_btn:before, .toggle_btn:after {
    display: block;
    content: '';
    background-color: #0E0006;
    position: absolute;
    width: 30px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.toggle_btn:before {
    width: 3px;
    height: 30px;
}

.toggle_btn.open:before {
    display: none;
}

.qa_wrap dd {
    color: #0E0006;
    font-size: 2.2rem;
    font-weight: 700;
    display: none; /* 最初は非表示に */
    padding: 3% 1% 3% 5%;
    float: left;
    line-height: 4rem;
    overflow: hidden;
}

.qa_wrap dd img {
    width: 6rem;
    float: left;
}

.qa_wrap dd .qatxt {
    width: 50rem;
    display: inline-block;
    text-align: left;
padding: 2% 1% 0 4%;
}

/* dt要素がアクティブなときのスタイル */
.qa_wrap dt.active {
    background-color: #f3f3f3; /* クリック時の背景色の変更 */
}

@media screen and (max-width: 750px) {
    .qa_wrap dt span {
        display: block;
        padding-left: 23px;
        font-weight: bold;
    }
    .toggle_btn {
        right: 4%;
        width: 30px;
        height: 30px;
    }
    .toggle_btn:before, .toggle_btn:after {
        width: 10px;
        height: 2px;
    }
    .toggle_btn:before {
        width: 2px;
        height: 10px;
    }

}













/* s06
============================ */
section.s06 {
	padding-top: 6rem;
	padding-bottom: 5rem;
	background-color:#FFF000;
	    margin-top: 7rem;
	    margin-bottom: 3rem;

}

.s06 .ttl{
    margin-top: -11rem;
    margin-bottom: 3rem;
}
.s06 .gmap{    
	width: 90%;
    margin: 5% auto 3% auto;}
.s06 .gmap iframe{
	width:100%;
	    height: 32rem;
}



/* s12
============================ */

.s12 {

	padding-bottom: 8rem;

}
.s12 .ttl {
margin:2% auto;

}
.s12 .form{
	color:#000;
	font-weight:bold;
	font-size: 20px;
	font-size: 1.25rem;
	font-size: max(1.25rem,11px);
    width: 100%;
padding: 2rem 0 2rem 0;
}
.s12 form {
    width: 80%;
    margin: auto;
}

/* form
============================ */
.form .form_stxt{
    font-size: 80%;
    display: block;
    text-align: right;
    width: 100%;
    padding-top: 2%;
}
.form__item {
	display: flex;
	padding: 20px 0;
	padding: 1.25rem 0;
	border-top: 1px solid #000;
}

.form__item-label {
	width: 35%;
padding-right: 5%;
}
.form__item-label2 {
	width: 35%;

}


.form__item-label-required {
	background-color: #f10000;
	color: white;
	font-size: 15px;
	font-size: 0.9375rem;
	font-size: max(0.9375rem,9px);
	padding: 2px 9px;
	padding: 0.125rem 0.5625rem;
	border-radius: 6px;
	border-radius: 0.375rem;
	margin-left: 10px;
	margin-left: 0.625rem;
	margin-top: 2px;
	margin-top: 0.125rem;
}

.form__item-input {
	flex: 1;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap; 

}

.form__item-input input[type="text"],
.form__item-input input[type="email"],
.form__item-input textarea {
	width: 100%;
	padding: px;
	padding: 0.625rem;
	border: 1px solid #aaa;
}
.form__item-input .halff,#halff,#halfff{
	width: 30%;
	padding: px;
	padding: 0.625rem;
	border: 1px solid #aaa;
	margin-bottom: 1rem;
}

.form__item-input input {
}

.form__item-input textarea {
}

.form__item p {
}

.form__item-acceptance {

	text-align: center;
	border-top: 1px solid #000;
	padding: 20px 0;
	padding: 1.25rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form__item-acceptance .mwform-checkbox-field {
	font-size: 2rem;
	margin-right: 0;
	margin-bottom: 0;
}

.form__item-acceptance label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.mwform-checkbox-field {
	margin-right: 20px;
	margin-right: 1.25rem;
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	display: block;
}
.mwform-checkbox-field label{
	display: inline-flex;
	align-items: center;
}
.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0 !important;
}


.form__item-acceptance .wpcf7-list-item-label {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	margin-left: 0.625rem;
}

.form__item-label-required {
}

.form__item-acceptance-txt{
	margin:auto;
	width: 80%;
	color:#000;
	border: 1px solid #555;
	background-color: white;
	padding: 1rem;
	height: 10rem;
	overflow-x: scroll;
	font-size: 1.2rem;
}

.form__submit {
	text-align: center;
	margin: 40px 0;
	margin: 2.5rem 0;
}

.form__submit input {
	padding: 15px 90px;
	padding: 0.9375rem 5.625rem;
	letter-spacing: 0.2em;
	cursor: pointer;
	color:#FF5A00;
	background-color:#fff;
	border:none;
	overflow:hidden;
}
.mw_wp_form_input .btn input{
	background:url(/wp-content/uploads/2024/07/749febec4b9c80acd7024a5e43f0babe.png) no-repeat; 
	width:414px;
	width:27rem;
	height: 4rem;
	text-indent:-9999px;
	background-size:28rem auto;
}
.mw_wp_form_input .btn2 input{
	background:url(/wp-content/uploads/2021/11/11114Asset-2.png) no-repeat; 
	width:591px;
	width:38rem;
	height: 4rem;
	text-indent:-9999px;
	background-size:38rem auto;
}

.mw_wp_form_confirm .btn input{
	background:url(/wp-content/uploads/2024/07/3644e0eca4d7ca3dc7e3ed85ef513660.png) no-repeat; 
	width:414px;
	width:27rem;
	height: 4rem;
	text-indent:-9999px;
	background-size:28rem auto;
}

.form__submit input:hover{
	opacity:0.9;
}
.s13 .form .error{
	color:#F10000;
}
/* sfooter
============================ */
.footer {
	background-color: white;
	color: #FF5A00;
	padding-top:1rem;
	padding-bottom:1rem;
}



.thanks {position: relative;}

.thanks__inner {

	width: 90%;
	background-color:#F39800;
}

.thanks__title {
	font-size: 40px;
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	letter-spacing: 0.1em;
	color:#000;
}

.thanks__01 {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}
.thanks__01_img1{
	width: 100%;
	max-width: 1190px;
	padding-top:3rem;
	padding-bottom:3rem;
}
.thanks__01_img2{
	width: 100%;
	max-width: 1190px;
	padding-bottom:1rem;
}
.thanks__txt {
	font-size: 1.5rem;
	width: 80%;
	color:#fff;
	margin: 0 auto 30px;
	margin: 0 auto 1.875rem;
}

.thanks__back {
	text-align: center;
	margin-bottom: 50px;
	margin-bottom: 3.125rem;
}
.thanks__back a {
	color: #FFFF28;
	font-size: 40px;
	font-size: 2.5rem;
	text-decoration: none;
	border-bottom: 3px solid #0254ad;
	border-bottom: 0.1875rem solid #FFFF28;
	padding-bottom: 5px;
	padding-bottom: 0.3125rem;
}
.fixpos{

}
#yoyaku{
	padding-bottom:3rem
}
.kakunin{
	padding-bottom:8rem
}
.s12bg{
	width: 90%;
	margin: auto;
	background-color:#FCD68D;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.whb{
    background-color: #fff;
    height: 3rem;
    width: 100%;
    border: 1px solid #aaa;
    line-height: 3rem;
    padding-left: 1rem;
	
}
.tmm {
    display: block;
    font-size: 1.2rem;
}

.halfft{
	font-size:2rem;
    padding: .3rem;
}
.s13  {
    font-size: 1.2rem;
    font-weight: bold;
}
.s13 .halfft {
display:none;

}
.sh {
    padding-top: 8rem;
    font-weight: bold;
    font-size: 1rem;
	    padding-bottom: 8rem;
}
.sh .ttl{ 
width: 79%;
	margin: 0rem auto;}
.sh .box{
	    width: 80%;
    margin: 2rem auto;
    background-color: #fff;
    padding: 6rem 3rem;
}
.txt1 {
    font-size: 4rem;
    text-align: center;
}
.txt2 {
    text-align: center;
    font-size: 2rem;
}
.txt3 {
    padding: 2rem 0;
    font-size: 1.7rem;
}
.txt4 {
    text-align: center;
    font-size: 2rem;
}