@charset "UTF-8";


.contact-main {
    margin: 8rem 0 0;
}

.contact-main h1{
	width: 90%;
	text-align: center;
    display: block;
    margin: 0 auto 6rem;
	font-size: 1.6rem;
	line-height: 3.2rem;
}


/*------　お問い合わせテキスト　------*/

.contact-text{
	width: 90%;
	max-width: 956px;
	margin: 0 auto 6rem;
}

.contact-text p{
	line-height: 1.6rem;	
}
/*------　お問い合わせ　------*/


section#contact {
	margin-bottom: 16rem;
}

.form__wrap{
	width: 90%;
	max-width: 956px;
    margin: 0 auto;
}

.contact form{
    margin: 0 auto;
    padding: 0 16px;
}

.contact__input{
    padding: 0.5rem 1rem;
    background: #fff;
	border: 1px solid #ccc;
}


.contact__container{
	display: flex;
	flex-wrap: wrap;
    align-items: flex-start;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	background-color: #f0f0f0;
}

.form__conf .contact__container{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.contact__container01{
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
}

.form__conf .contact__container01{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.contact__container02{
	
}

.contact__container03{
	border-bottom: 1px solid #222;
}

.form__conf .contact__container03{
	border-bottom: 1px solid #fff;
}

.contact__item{
    color: #000;
	box-sizing: border-box;
    padding: 1rem;
    line-height: 1.6rem;
}

.contact__item01{
	width: 30%;
    font-weight: bold;
}

.contact__item01 span{
	color: #ff0000;
}

.contact__item02{
	width: 70%;
    min-height: 4rem;
	background-color: #fff;
}

.contact__item02 p{
	font-weight: normal;
	margin: 0 0 0.5rem;
}

.contact__item02.contact__item02last{
    min-height: 6rem;
    display: flex;
	flex-wrap: wrap;
}

#form__wrap{
	margin-top: -5rem;
	padding-top: 5rem;
}

.contact__textarea{
    padding: 16px;
    border-style: none;
    width: 100%;
    background: #fff;
}

.form__noinput{
    color: #ff0000;
    margin-top: 16px;
}

.form__conf .form__noinput{
	display: none;
}

.form__conf .contact__input {
    font-size: 1.2rem;
    border: none;
    pointer-events: none;
	
	display: none;
}

.contact__tel{
	max-width: 6rem;
}

textarea{
	width: 100%;
}

.form__conf textarea{
	display: none;
}

.form__oninput{
	display: none;
}

.form__conf div.form__oninput{
	display: block;
    min-height: 4rem;
}

.form__conf span.form__oninput{
	display: inline;
    min-height: 4rem;
}

.contact__select{
	padding: 0.5rem 1rem;
    appearance: auto;
}

input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


.form__conf .contact__select {
    pointer-events: none;
    appearance: none;
    border: none;
	font-size: 1.2rem;
	
	display: none;
}


input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #000;
  content: '';
}

.form__conf .contact__chance{
    pointer-events: none;
}

.form__conf input[type="radio"] + label{
	font-size: 1rem;
}

.form__conf input[type="radio"],.form__conf input[type="radio"]:not(:checked),.form__conf input[type="radio"]:not(:checked) + label  {
	display: none;
}

.contact__submit{
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 3rem auto 0 0;
    cursor: pointer;
    background-color: #bbb;
    color: #fff;
    border: 1px solid #ccc;
}

.contact__submit:hover{
    background: #333;
}

.submit-send{
    display: none;    
}

.form__conf .submit-send{
    display: inline-block;;
}


.submit-return {
	display: none;    
}

.form__conf .submit-return{
	display: inline-block;
	margin-left: 10rem;
}

.form__conf .submit-conf{
    display: none;
}

.contact-send{
    width: 90%;
    max-width: 956px;
    margin: 0 auto;
}

.contact__complete{
    width: fit-content;
    margin: 10rem auto; 
    line-height: 2em;
    position: relative;
}

.contact__back a {
    width: fit-content;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 1rem 1rem;
    border-radius: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 3rem auto 0 0;
    cursor: pointer;
    background-color: #bbb;
    color: #fff;
    border: 1px solid #ccc;
}

.contact__back a:hover {
    background: #333;	
}

/*------ お問い合わせページフッター設定 ------*/

.footer-item01{
	opacity: 0;
}

#js-pagetop{
	opacity: 0;
}

/*------ ポット ------*/

.nationality__input{
	display: none;
}


/*769px 以上-----------------------------------------------------------------------------*/
@media (min-width: 769px) {

}	

/*768px 以下-----------------------------------------------------------------------------*/
@media(max-width:768px){

    /*------　お問い合わせ　------*/
	section#contact {
		margin-bottom: 8rem;
	}
	
    .contact__complete a:after {
        top: 0;
        left: 0;
    }
	
	.contact__item01 {
		width: 100%;
	}
	
	.contact__item02 {
		width: 100%;
	}

	.contact__tel {
    	max-width: 5rem;
	}
	
	.contact__item02.contact__item02last div{
		width: 100%;
	}
	
	.contact__submit {
		margin: 3rem auto 0;
	}
	
	.form__conf .submit-return{
		display: block;
		margin-left: 0;
	}
	.submit-container{
		display: flex;
	}

}

/*602px 以上-----------------------------------------------------------------------------*/
@media (min-width: 602px) {

}

/*601px 以下-----------------------------------------------------------------------------*/
@media (max-width: 601px) {
	
}
