@charset "utf-8";

html, body, div, iframe, h1, h2, h3, h4, h5, h6, p, a, img, dl, dt, dd, ol, ul, li, strong, sub, sup, i, small, address, time, fieldset, form, label, legend, hr, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, nav, section, article, aside, figure, figcaption, canvas, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    text-decoration: none;
}
form {
    display: block;
    margin-top: 0em;
    unicode-bidi: isolate;
}	  
section {
    display: block;
    unicode-bidi: isolate;
}	  
*, *::before, *::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
} 
html {
  font-size: 16px;
}

body {
	    margin: 0;
      padding: 0;
      font-family: sans-serif;
      background: #fff;
	font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  color: #333;

}
	  @media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0px;
    }

    img {
      width: 100%;
      height: auto;
      display: block;
      margin-bottom: 0px;
    }

    /* セクションクラスごとの区切り（任意で装飾も追加可） */
    .fv {}
    .dentou {
		margin-top: 30px;
		 }
    .sekou {}
    .modan {}
    .hikari {}
    .macaron {}
    .oki {}
   /* imgごとの区切り */
	  .mb-50{
		  margin-bottom: 50px;
	  }
	  
	  
	   /* お問い合わせ */
	  
	  .contact-form-wrapper {
  max-width: 1200px;
  margin: 0 auto;
font-family: "Noto Serif JP", serif;
 background-color: rgb(243, 238, 214);
  padding: 30px;
  border: 1px solid #fff;
       
}
 .contact-form-wrapper .wrapper-top{
	 
	  max-width: 900px;
	   margin: 0 auto;
	  }
	  .contact-form-wrapper .wrapper-bottom{
	  border-radius: 20px;
	  max-width: 900px;
		  background: #fff;
font-size: 22px;
	  } 
	  
.form-title {
    max-width: 400px;
    margin: 0 auto 10px auto;
  text-align: center;

}

.form-note {
    font-size: 21px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}
@media (max-width: 700px) {
.form-note {

	font-size: 18px; 
  
    }
	
		 .contact-form-wrapper .wrapper-top{
	
	font-size: 18px; 
	}
}




textarea {
  min-height: 100px;
}


	  .policy-wrapper {
  margin-top: 30px;
}


	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  /*form*/
.p-form_form{
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    margin-top: 20px;
}

@media (min-width: 700px) {
    .p-form_form{
        border-radius: 30px;
        padding: 30px;
    }
}

.p-form_inner_title{
    /* display: flex; */
    /* margin-bottom: 15px; */
    display: block;

}

@media (min-width: 700px) {
    .p-form_inner_title{
        margin-top: 10px;
    
    }
}


.p-form_inner_title p{
    font-size: 18px;
	font-weight: bold;
    display: inline-block;
}

@media (min-width: 700px) {
    .p-form_inner_title p{
        font-size: 25px;
    }
}

.p-form_inner_title p.p-req{
    font-size: 12px;
    background-color: #b6001f;
    color: #fff;
    padding: 2px;
}

.p-form_inner_content p{
    font-size: 16px;
}
@media (min-width: 700px) {
    .p-form_inner_content p{
        font-size: 20px;
    }
}

.p-form_inner_content{
 margin-bottom: 7px;
}

.p-form_inner_content_select{
    display: flex;
}


.p-form_inner_content_select p{
    width: 20%;
}
@media (min-width: 700px) {
    .p-form_inner_content_select p{
        width: 20%;
    }
}

select{
    -webkit-appearance: none;
    appearance: none;
}

.p-form_inner_content_select > div{
    width: 80%;
}
.p-form_inner_content_select select{
    height: 42px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #3d3d3d;
    padding-left: 5px;
}
@media (min-width: 700px) {
    .p-form_inner_content_select > select{
        height: 50px;
    }
    
}
.p-form_inner_content_select.address select{
    height: 42px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    margin-top: 8px;
}

.p-form_select_wrap{
    margin-top: 10px;
}

.p-form_select_arrow{
    position: relative;
}

.p-form_select_arrow::after {
    pointer-events: none; /*遏｢蜊ｰ驛ｨ蛻�ｒ繧ｯ繝ｪ繝�け繧貞庄閭ｽ縺ｫ縺吶ｋ*/
    position: absolute;
    color: #3d2f29;
    top: 50%;
    right:  10px;
    transform: translateY(-50%); /*笆ｼ繧剃ｸ翫↓遘ｻ蜍�*/
    content: "笆ｼ";
    font-size: 10px;
}

input{
    height: 55px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 5px 10px;
}

@media (min-width: 700px) {
    input{
        margin-top: 12px;
        margin-bottom: 14px;
    }
    input::placeholder{
        font-size: 16px;
    }
    
}
textarea{
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    padding: 10px 5px;
    margin-top: 8px;
    margin-bottom: 10px;
}

input[type="checkbox"] {
    width: 16px; /* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ縺ｮ蟷� */
    height: 16px; /* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ縺ｮ鬮倥＆ */
}


.p-privacy_box{
    padding: 10px;
    width: 100%;
    border: 1px solid #000;
    height: 120px;
    overflow: scroll;
}

.p-privacy_box p,.p-privacy_box h4,.p-privacy_box li{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.p-privacy_box h3{
    text-align: center;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
}
@media (min-width: 700px) {
    .p-privacy_box{
        height: 250px;
        padding: 30px;
    }
    
    .p-privacy_box h3{
        font-size: 24px;
        font-weight: 600;
    }
    
}
.p-privacy_box h4{
font-weight: 500;
margin-top: 10px;
}

.c-form__button{
    background-image: linear-gradient(180deg, #b6001f 70%, #93001c);
    display: block;
    width: 100%;
    height: 70px;
    color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
    transition: 0.4s;
}

.c-form__button:hover{
    opacity: 0.6;

}


/* confirm */
.p-confirm .p-confirm_tit{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.p-confirm_input p{
    width: 100%;
}


.p-confirm_select p{
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-weight: 400;
}

.p-confirm_input p{
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 400;
}


@media (min-width: 700px) {

    .p-confirm_select p{
        font-size: 20px;
    }
    .p-confirm_input p{
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    
    
    
}

.p-form_inner_content_select.--confirm{

}

.p-confirm .p-form_inner_title p{
    border-bottom: solid 1px #b6001f;
    display: block;
    padding-bottom: 5px;
}

.error{
    margin-bottom: 10px;
}


.c-form__button__back{
    background-image: none;
    background-color: #999;
    margin-top: 10px;
}


/* thanks */
.p-thanks .p-thanks_tit{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
	  
	  
	  
	  
	  
	  
	  
	   /* ボタン */
	  
	  .c-cta{
    background-image: url(../img/cta_bg.webp);
    padding: 20px 15px;
    background-size: cover;
}
.c-cta__btn{
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.c-cta p{
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 0.1em;
}
.c-cta.tel_only p{
    font-size: 21px;

    letter-spacing: 0em;
}

@media screen and (min-width: 700px) {
    .c-cta{
        background-image: url(../img/cta_bg.webp);
        padding: 40px 60px;
        background-size: cover;
    }
    .c-cta p{
        font-size: 35px;
        margin-bottom: 20px;
    }
    .c-cta.tel_only p{
        font-size: 30px;
    }
    
    
}


.c-cta a {
	display: block;
	position: relative;
	overflow: hidden;
    transition: 0.4s;
}

.c-cta a:hover {
    opacity: 0.7;
}

.c-cta a::before {
	position: absolute;
	content: '';
	display: inline-block;
	top: -180px;
	left: 0;
	width: 30px;
	height: 100%;
	background-color: #fff;
	transition: 1s;
	animation: shiny-btn1 3s ease-in-out infinite;
}
.u-fcolor--red{
    color: #b6001f;
    font-weight: 700;
}
.u-fcolor--blue{
    color: #005cc7;
    font-weight: 700;
}

/* 光のアニメーション */
@-webkit-keyframes shiny-btn1 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 1;
	}

	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
	  
/* フッター */
	  .l-footer{
    background-color: #3d2f29;
    padding: 10px 15px;
    padding-bottom: 0px;
    max-width: 1200px;
    margin: 0 auto;
}
.l-footer p{
    color: #fff;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 700px) {
    .l-footer{
        background-color: #3d2f29;
        padding: 20px 30px;
        padding-bottom:0px;
    }
    .l-footer p{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0px 0px;
        margin-bottom: 20px;
    }
}

.l-footer_company{
    font-size: 13px;
    margin-bottom: 30px;
    
}
.l-footer_copyright{
	  margin-top: 150px!important;
	   margin-bottom: 0px!important;
	padding-bottom: 20px!important;
	
    font-size: 11px;   
    text-align: center;
}
/* fixedBtn */

.l-fixedBtn{
    position: fixed;
    bottom: 0;
    /* left: 0; */
    width: 100%;
    z-index: 999;
    /* left: 0; */
    /* opacity: 0; */
	/* transform: translateY(150px); */
}


.p-fixedBtn{
    background-color: #fff;
    padding-bottom: 10px;
    box-shadow: 0px 1px 13px -3px #999;
    padding: 5px 5px 5px;
}


.p-fixedBtn p{
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.p-fixedBtn_btn{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 4px;

}
@media (min-width: 700px) {
    .p-fixedBtn{
    }

    .p-fixedBtn .l-container_small{
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    
    .p-fixedBtn p{
        font-size: 22px;
        box-shadow: 0px 0px 13px -3px #fff;
    }
    .p-fixedBtn_btn{
        max-width: 700px;
        /* margin: 0 auto; */
    }
}
@media (min-width: 1400px) {
    .p-fixedBtn{
        background-color: #ffffff;
        box-shadow: 0px 1px 13px -3px #999;
    }
    .p-fixedBtn p{
        font-size: 26px;
    }
    /* .p-fixedBtn_btn{
        max-width: 700px;
        margin: 0 auto;
    } */
}

.p-fixedBtn_btn a{
    transition: 0.4s;
}

.p-fixedBtn_btn a:hover{
    opacity: 0.7;
}
		
		html {
  scroll-behavior: smooth;
}