/* CSS Document */
@charset "utf-8";

html{
	overflow: auto;
}

body{
	width: 100%;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	position: relative;
	font-family: "Noto Sans JP", "Hiragino Sans W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	color: #4A2708;
	text-align: left;
	overflow: hidden;
	word-break: break-all;
	letter-spacing: 0.1em;
}

a{color: #4A2708; text-decoration: none;}
a:hover,a:active{text-decoration: underline;}

img,
svg{
	max-width: 100%;
	height: auto;
	width /***/: auto;
	border: none;
	vertical-align: bottom;
}

.clearfix{zoom: 1; overflow: hidden;}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

iframe{max-width: 100%; border: 0;}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

strong,
h2,
h3,
h4,
h5,
h6{
	font-weight: 700;
}

.serif{
	font-family: 'Noto Serif JP', serif;
}


/* form */

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
textarea,
select,
button{
	-webkit-appearance: none;
}
input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
textarea,
select{
	width: 100%;
	background: #FFF;
	border: none;
	border-radius: 0;
	outline: none;
	color: #000;
}
input[type="radio"],
input[type="checkbox"],
label,
button{
	cursor: pointer;
}
label a{
	color: #0075a9;
	text-decoration: underline;
}


@media screen and (max-width:912px){
	body{-webkit-text-size-adjust: 100%; font-size: 4vw;}

	.pc{display: none !important;}

	input[type="text"],
	input[type="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 3vw;
		font-size: 16px;
	}
	input[type="radio"],
	input[type="checkbox"],
	label{
		font-size: 16px;
	}
	label input[type="radio"],
	label input[type="checkbox"]{
		margin-right: 3vw;
	}
	textarea{
		min-height: 150px;
	}
	select + textarea,
	.label_in + textarea{
		margin-top: 4vw;
		min-height: 150px;
	}
}

@media screen and (min-width:913px){
	body{min-width: 1000px;}
	.sp{display: none !important;}

	.over,
	.hover{transition: all 0.2s ease-in 0s;}
	.over:hover{filter: brightness(120%);}
	.hover:hover{opacity: 0.6;}

	input[type="text"],
	input[type="date"],
	input[type="tel"],
	input[type="email"],
	textarea,
	select{
		padding: 20px 25px;
		font-size: 15px;
	}
	input[type="radio"],
	input[type="checkbox"],
	label{
		font-size: 15px;
	}
	label input[type="radio"],
	label input[type="checkbox"]{
		margin-right: 10px;
	}
	label a:hover{
		text-decoration: none;
	}
	textarea{
		min-height: 235px;
	}
	select + textarea,
	.label_in + textarea{
		margin-top: 10px;
		min-height: 235px;
	}
}
