.contents{
	max-width:900px;
}

.contents img{
	width:100%;
	display:block;
	margin-bottom:5em;
}

.contents p{
	
}

.contact_text{
	margin-bottom:5em;
}

.line{
	color:#007704;
	text-decoration:underline;
}



#contactForm{
	margin-top:5em;
}

.form_contents{
	margin-bottom:3em;
}

.form_contents.name{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.form_contents div{
	width:48%;
}

.form_contents h3{
	margin-bottom:1em;
}

.form_contents h3 span{
	color:red;
}

.form_input{
	width:100%;
    border: 2px solid #E8E8E8;
	padding:0 1rem;
}

textarea.form_input{
	padding:1em;
}


.confirm{
	margin:1em 0 0;
}

.btn{
	display: block;
    border: none;
    margin: 0 auto;
    color: #fff;
    background: none;
    text-align: center;
	line-height:1;
	width:200px;
	cursor:pointer;
	border:solid #fff 1px;
}

input,
select,
textarea {
    background-color: #FFFCF8;
	font-size:1rem;
}

textarea{
	height:250px;
}

input,
select {
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
}

select {
    appearance: none; /* Chrome, Safari, Edge */
    -webkit-appearance: none; /* iOS Safari */
    -moz-appearance: none; /* Firefox */
    background-image: url('https://yuri-camp.com/wp-content/themes/original/library/images/sankaku.svg');
    background-repeat: no-repeat;
    background-position: right 1em center;
    background-size: 16px 16px;
    padding-right: 2.5em; /* アイコンとかぶらないように */
}


#contents1 a{
	display:block;
	width:300px;
	margin:0 auto;
}
#contents1 a img{
	width:100%;
}

@media only screen and (max-width: 767px) {
	#contents1 a{
		width:70vw;
	}
}








