@charset "UTF-8";



body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	margin-top: 0px;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	background: white;
	font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

img {

	image-rendering: -webkit-optimize-contrast;

}





li {
	list-style-type: none;

}

input {
	height: 50px;
	height: 48px;

}

select {
	height: 50px;
	background-image: url(../images/cursor.gif);
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: right 10px center;
	background-color: white;

}


.search-area input[type="text"],
.search-area select,
.search-area input[type="text"]:focus,
.search-area select:focus {
	padding: 5px 5px 3px;

	border: 3px solid #340806;


	border-radius: 3px;
	margin: 0 25px 1.5vh;
	width: 50vw;
	max-width: 250px;

	font-family: inherit;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
	vertical-align: middle;
	line-height: 1.3rem;
}





.search-result {
	margin-top: 20px;
}

.hit-num__text span {
	font-weight: bold;
}

#search-result__list {
	margin-top: 15px;
}

#search-result__list span {
	display: inline-block;
	margin-right: 15px;
	padding: 5px;
	background: #F2F2F2;
}


.target-area .hidden {
	display: none
}

.target-area span {
	display: none;
	font-size: 0px;
}

.target-area {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);

}



.target-area img {
	width: 33vw;
	max-width: 275px;
	margin: 0;
	padding: 0;
	cursor: pointer;

}




hr {
	width: 95vw;
	max-width: 810px;

}


a,
button,
input[type="button"],
a:hover,
input[type="button"]:hover {
	text-decoration: none;
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;


}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background: #efefef;
	border-left: solid 0px #ececec;
}

::-webkit-scrollbar-thumb {
	background: #340806;
	border-radius: 10px;
	box-shadow: inset 0 0 0 0px #fff;
}




h1,
h2,
h3 {
	border: 0px;
	margin: 0px;
}

font {
	max-height: 999999px;
}

p {
	color: #340806;
	font-size: 1.2rem;
	line-height: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
}

span {
	display: inline-block;
}

.pbig {
	font-weight: 700;
	font-size: 2.4rem;
	margin: 0;
	padding: 1vh 0;
	line-height: 4.2rem;
	text-align: center
}

.sankaku {
	width: 5vw;
	max-width: 35px;
	margin: 2vh 0;

}


.balloon-line,
.balloon-line0,
.balloon-linemail {
	position: relative;
	width: 70vw;
	max-width: 470px;
	margin: 8vh auto 40px;
	padding: 2vh 0;
	background: #fff;
	border: 7px solid #340806;
	text-align: center;
	border-radius: 15px;

}

.balloon-line0 {
	width: 95vw;
	max-width: 800px;
	padding: 0;
	margin: 2vh auto 40px;
}

.balloon-linemail {
	width: 50vw;
	max-width: 320px;
	padding: 0;
	margin: 2vh auto 40px;
	border-radius: 10px;
}

.balloon-line0 p {
	text-align: left;
	font-size: 2rem;
	display: inline-block;
	line-height: 3.5rem;

}

.balloon-line::before,
.balloon-line::after {
	/* 三角 */
	content: '';
	border-right: 26px solid transparent;
	border-left: 26px solid transparent;
	border-top: 40px solid #340806;
	position: absolute;
	left: 50%;
	margin-left: -30px;

}

.balloon-line::before {
	border-top-color: #340806;
	bottom: -40px;

}

.balloon-line::after {
	border-top-color: #fff;
	bottom: -27px;
}



.footer {
	background-color: #BC3330;
	margin-bottom: 0px;
	padding-bottom: 100px;

}

.footer p {

	color: white;

}

.textgray {
	color: white;
	opacity: 0.6;
	text-decoration: none;
}



/*=== フォーム========================= */

label,
input,
select,
textarea {
	color: #340806;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;

	font-family: inherit;


	font-size: 1.2rem;

	font-weight: 500;
	letter-spacing: 0.05rem;
	text-decoration: none;


}




::-webkit-input-placeholder {
	color: #340806;
}




table.formTablemail {
	border: solid 0px #340806;
	margin: 0;
	padding: 0;
	max-width: 700px;
	border-spacing: 0px;
	margin: 2vmin 0;
	font-family: inherit;
	color: #340806;
}

table.formTablemail tr {
	margin: 0;

}

table.formTablemail td {
	margin: 0;

}


.formTablemail label {

	margin: 10px 0px;


	font-size: 1.1rem;

	letter-spacing: 0.1vmin;
	line-height: 2.2;

	background-color: #FFFFFF;

}



.formTablemail input[type="text"],
.formTablemail input[type="text"]:focus {
	font-family: inherit;
	float: left;
	height: 44px;
	width: 85vw;
	max-width: 400px;
	border: solid 3px #340806;
	margin: 0px 0px;
	border-radius: 3px;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.1vh;
	line-height: 1.8;
	background-color: #FFFFFF;
	padding: 0px 10px;
}



.formTablemail select {

	float: left;
	height: 50px;
	width: 95vw;
	max-width: 424px;
	border: solid 3px #340806;
	margin: 0px 0px;
	border-radius: 3px;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.1vh;
	line-height: 1.8;
	background-color: #FFFFFF;
	padding: 0 20px 0 10px;
}





select::-ms-expand,
input[type="number"]::-ms-expand {
	display: none;

}

::placeholder,
.select0 {
	color: #808081;
	text-align: left;

}



textarea,
textarea:focus {


	padding: 5px 10px;
	display: inline-block;
	resize: none;

	width: 85vw;
	max-width: 400px;
	height: 150px;
	border: solid 3px #340806;
	border-radius: 3px;
	font-size: 1.1rem;
	margin: 0px;
	font-weight: 500;
	letter-spacing: 0.1vh;
	line-height: 1.8;
	background-color: #FFFFFF;
	float: left;
	overflow: auto;

}






input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
input[type="number"]:focus {



	box-shadow: 0px 0px 0px #340806;
	border: 3px solid #340806;
	outline: none;
	border-radius: 3px;



	font-weight: 500;
	font-size: 1.1rem;
	background-color: #FFFFFF;

}



input:-webkit-autofill {
	-webkit-text-fill-color: #340806 !important;
	-webkit-transition: background-color 9999s;
	transition: background-color 9999s;

}



.btn0 {
	font-family: myfont;
	display: inline-block;

	line-height: 65px;

	color: white;
	border-radius: 5px;
	-webkit-border-radius:
		5px;
	-moz-border-radius: 5px;
	background: #340806;
	padding: 0 30px 0 30px;

	font-size: 1.6rem;
	letter-spacing: 0.4vmin;
	font-weight: 800;

	vertical-align: middle;
	text-decoration: none;
	border: 0px solid #340806;
}


.btn1 {
	font-family: myfont;
	display: inline-block;



	color: white;
	border-radius: 5px;
	-webkit-border-radius:
		5px;
	-moz-border-radius: 5px;
	background: #340806;
	padding: 0 30px 0 30px;

	font-size: 1.6rem;
	height: 65px;
	letter-spacing: 0.4vmin;
	font-weight: 800;

	vertical-align: middle;
	text-decoration: none;
	border: 0px solid #340806;
}



/*=== PHPフォーム========================= */

table.formTable {
	width: 95vw;
	max-width: 700px;
	border-spacing: 0;
	margin-left: 0px;
	color: #340806;
	display: inline-block;
}

table.formTable th {
	text-align: left;
	border-bottom: solid 3px #340806;
	border-radius: 3px;
	padding: 20px 0 15px 5px;
	width: 35vw;
	max-width: 300px;

}

table.formTable td {
	text-align: left;
	border-bottom: solid 3px #340806;
	border-radius: 3px;
	padding: 0px 5px;
	width: 45vw;
	max-width: 400px;
}





button {
	padding: 0;
	border: none;
	background: transparent;
}

button img {
	display: block;
}



button:hover,
.btn1:hover {
	cursor: pointer;
}

.error_messe {
	color: #340806;
	width: 95vw;
	max-width: 500px;
	font-size: 0.85rem;
	text-align: left;
	margin: 0
}


.brmo {
	display: none
}


/*=== メディア========================= */
@media screen and (min-width: 701px) {
	.brph {
		display: none
	}
}


@media screen and (max-width: 700px) {

	html {
		font-size: 80%;


	}




	.brpc {
		display: none
	}

	.pbig {
		font-size: 6vmin;
		line-height: 8vmin;
	}

	.balloon-line0 p {
		font-size: 4.3vmin;



	}

	.formTable {
		width: 95vw;
		margin: 0;
		text-align: center;

	}

	table.formTable th {
		display: flex;
		border: none;
		width: 95vw;
		max-width: 700px;
		margin: 0;
		font-weight: 600;

		text-align: center;
		padding: 2vh 0 0;
		font-size: 1em;
		line-height: 1.8;

		letter-spacing: 0.1vmin;
	}

	table.formTable td {
		display: flex;
		width: 95vw;
		max-width: 700px;
		font-size: 1em;
		line-height: 1.8;
		font-weight: 500;
		letter-spacing: 0.1vmin;

		padding: 0 0 10px;
		text-align: center;

		border-bottom: solid 2px #340806;
	}







	table.formTablemail {

		max-width: 100vw;

	}

	input[type="text"],
	input[type="email"],

	select,
	input[type="number"] {

		width: 99vw;
		max-width: 600px;
		margin: 0 0 25px;
		line-height: 1rem;
		padding: 0 0 0 3vw;

	}



	input[type="text"]:focus,
	input[type="email"]:focus,

	select:focus,
	input[type="number"]:focus {

		width: 99vw;
		max-width: 600px;
		margin: 0 0 25px;
		line-height: 1rem;
		padding: 0 0 0 3vw;

	}



	textarea,
	textarea:focus {
		padding: 2vw 2vw 0 3vw;
	}




}
