@charset "utf-8";
/*
Theme Name: 2024TEG_Theme
Author: Kosuge
Description: 2024TEG_Theme Original Theme
Version： 3.0.0
*/



.contact{
	max-width:480px;
	background:#fff;
	border-left: 1px solid #2D4B70;
    border-right: 1px solid #2D4B70;
    margin-inline: auto;
	position:relative;
    margin-bottom: -4rem;
}

.thanks{
	height: 120vh!important;
}



.contact .top{
	width:100%;
	height:100px;
	 	background: linear-gradient(135deg, 
    rgba(228, 63, 59, 0.2) 0%,   
    rgba(251, 175, 113, 0.2) 15%, 
    rgba(255, 203, 91, 0.2) 30%,  
    rgba(171, 211, 216, 0.2) 50%,  
    rgba(191, 105, 244, 0.2) 70%,  
    rgba(172, 167, 187, 0.2) 85%,  
    rgba(165, 144, 174, 0.2) 100% 
); 
}



.contact .form_box{
	margin:0 auto;

	text-align:left;
}

.contact label{
	font-family: YakuHanJP, "Noto Sans JP", serif;
}

.contact .contact-form{
	width:100%;
	margin:0 auto;
}
@media(max-width : 599px) {
.contact .contact-form{
	margin:0 auto!important;
	padding:0!important;
	}}


.contact .confirmation-wrap{
	display:flex;
	width:100%;
}

.contact .title{
	    line-height: 1.1;
    font-size: 3rem;	
	font-family: 'Roboto', 'Noto Sans JP', 'M PLUS 1', sans-serif;
	margin:0 auto;
	font-weight:700;
    padding-top: 3rem;
       padding-bottom: 2.5rem;
	text-align:center;
	 display:block;
	
 	    background: linear-gradient(90deg, 
        #E43F3B 0%,   
        #FF7F50 16%,  
        #FFCB5B 32%,  
        #ABD3D8 48%,  
        #69C0FF 64%,  
        #A590AE 80%,  
        #BF69F4 100%  
    );   
   
	
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
       width: 240px;
} 


.contact .title p{
	    font-size: 0.9rem;
    display: block;
    padding-top: 4px;
	text-align:center;
}
.contact .title p:before,
.contact .title p:after{
    content: "ー ";
}


.contact .contact-form{
	width:100%;
	margin:0 auto;
	background:#f5f5f5;
    background: #fff;
    border-radius: 10px;

}




.contact #namae,
.contact #namae-kana,
.contact #email,
.contact #phone,
.contact #order-id,
.contact #venue,
.contact #message{

	
}

.contact .name-container{
	display:flex;
    justify-content:left;
    gap: 10px;
}

.contact .contact-form label {
    font-weight: 400;
    color: #2D4B70;
    text-align: right;
    display: inline-block;
	padding-top:0.5rem;
}


.contact .inp-area{
	margin-top:10px;
}

.contact .form-label-en {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
	text-align:left;
	padding-left:5px;
}

.contact .caution{
	font-size:14px;
	line-height:1.6;
	    font-weight: 400;
	color:#2D4B70;
	margin-bottom:4rem;
}
@media(max-width : 599px) {
	.contact .caution{
		margin:0 auto;
	}}


.checkbox{
	margin-right:10px;
}

.check-box-wrap{
	display:flex;
	align-items:center;
	color:#333;
	font-weight:500;
	    margin: 1.2rem auto 2.5rem;
}


.check-box-wrap .wpcf7-list-item{
	margin:0;
}


.check-box-wrap label{
    padding-top: 0rem!important;
}

.contact .contact-form .form-group {

    gap: 20px;
    margin-bottom: 15px;
}


.contact .name-container input {
    padding: 10px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.contact .name-container input:focus {
    border-color: #007bff;
    background: #fff;
    outline: none;
}

/* .contact-form input, */
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 3px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
box-sizing:border-box;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #007bff;
    background: #fff;
    outline: none;
}

.contact-form textarea {
    height: 120px;
	margin-bottom:0;
/*     resize: vertical; */
}

.contact .submit-button {
    text-align: center;
    margin-top: 20px;
}
.contact .submit-button input {
    background: white;
    color: #2D4B70;
    font-weight: bold;
    width: 200px;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
    position: relative;
    border: solid 2px transparent;  /* 初期ボーダー */
    background-image: linear-gradient(white, white),
                     linear-gradient(135deg,
                        #E43F3B 0%,   
                        #FF7F50 16%,  
                        #FFCB5B 32%,  
                        #ABD3D8 48%,  
                        #69C0FF 64%,  
                        #A590AE 80%,  
                        #BF69F4 100%
                     );
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-size: 200% 200%;
    transition: all 0.4s ease-in-out;
    box-sizing: border-box;
}

.contact .submit-button input:hover {
    border-width: 4px;  /* ホバー時のボーダー幅 */
    background-position: 100% 100%;  /* グラデーション回転 */
    padding: 10px 18px;  /* パディングを調整してボタンサイズを維持 */
}




span.wpcf7-spinner {
  display: none;
}



.contact .required {
    color: red;
    font-size: 14px;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
.contact .contact-form {
        padding: 2rem;
    }

.contact .contact-form .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

.contact .contact-form label {
        text-align: left;
        min-width: 100%;
	font-size:0.9rem;
    }

.contact .name-container {
        flex-direction: column;
        gap: 10px;
    }

.contact .name-container div {
        width: 100%;
    }
}

.center-text {
    display: flex;
    justify-content: center;  
    align-items: center;               
    font-size: 2rem;          
    font-weight: bold;        
}

.thanks-text{
	font-family: "Noto Sans JP", serif;
	font-size:14px;
	line-height:1.6;
	font-weight:400;
}

.thanks-text-first{
	padding-top:0.5rem;
	font-size:1.1rem;
	font-weight:500;
	padding-bottom:0.5rem;
		text-align:center;
	color:#2D4B70;
}
@media screen and (max-width: 768px) {
.thanks-text-first{

	
	}}

.border-anime {
	background-image: linear-gradient(120deg, #E43F3B 0%,   
                        #FF7F50 16%,  
                        #FFCB5B 32%,  
                        #ABD3D8 48%,  
                        #69C0FF 64%,  
                        #A590AE 80%,  
                        #BF69F4 100%);
	background-size: 200%;
	animation: border-gradient 15s infinite;
	width: 150px;
	height: 2px;
	margin: 0 auto;
	margin-top:1rem;
	margin-bottom:2rem;
}

@keyframes border-gradient {
  0% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
  100% {
    background-position: 0% 40%;
  }
}

.thanks a{
	text-decoration:none;
}

.back-top-button {
    appearance: none;
    background-color: #fff;
    color: #2D4B70;
    cursor: pointer;
    border: solid 1px #2D4B70;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
    padding: 1rem;
		margin-top:3rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
}


/* ============================== */
/* 邪魔すんで〜〜葛岡 */
/* ============================== */

.cf7title{
	margin:2rem auto 1rem;
	color:#2D4B70;
}
@media(max-width : 599px){
	.cf7title{
		font-size:0.9rem;
	}
}

.c7Title2{
	margin:0;
}

.nameArea input{
	box-sizing: border-box;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1rem;
}

.wpcf7-select{
	width:100%;
	padding:0.5rem 1rem;
	font-size:1rem;
	box-sizing:border-box;
}

.wpcf7-textarea{
	width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    font-size: 1rem;
    height: 160px;
}

.contactTitle{
	font-size:1.1rem;
	margin-bottom:1rem;
	color:#2D4B70;
}

.ip-att-txt-item{
	color:#2D4B70;
}
