@charset "utf-8";

@font-face {
	font-family: sata;
	src: url("../やさしさゴシック手書き.otf")
}



a {
	color: #000000;
	display: initial;
	text-decoration: none
}

span {
	display: inline-block;
}

h1 {
	font-family: "sata" !important;
}

#container {
	min-height: 450px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

p {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


body {
	background-color: #FBFBFB;
	margin: 0;
	font-family: Verdana, Geneva, "sans-serif";
}

header {
	top: 0;
	width: 100%;
	background: #000;
	left: 0;
	position: fixed;
	z-index: 10000;
}


.headA {
	display: inline-block;
	line-height: 60px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: var;
	color: #000;
	font-family: sata;
	font-size: 40px;
	text-decoration: none;
	z-index: 9999;
}

.headA img {
	margin-top: 7px;
}

.headB ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: sata;
}

.headB a {
	display: block;
	padding: 8px;
	color: #000;
	font-size: 15px;
	text-decoration: none;
	border-bottom: 3px solid none;
}

.headB a:hover {
	margin-top: -3px;
	border-bottom: 3px solid #000;
}

.conA p {
	font-family: Verdana, Geneva, "sans-serif";
}

@media(min-width: 1024px) {
	header .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-left: auto;
		margin-right: auto;
	}

	.headB ul {
		display: flex
	}
}

.SNS {
	display: flex;

}

.SNS a {
	margin-right: 10px;
}

.conA {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 90vh;
	min-height: 450px;
	background-position: center;
	background-size: cover;
	text-align: center;
	z-index: 100;
}

.conA h1 {
	position: relative;
	margin-top: 30vh;
	margin-bottom: 0px;
	font-family: sata;
	font-size: 18vw;
	letter-spacing: 0.04em;
	margin-left: 0.1em;
	color: aliceblue;
	z-index: 200;
}

.conA p {
	position: relative;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	color: aliceblue;
	z-index: 200;
}

@media (min-width:768px) {
	.conA h1 {
		font-size: 210px;
	}

	.conA p {
		font-size: 33px;
	}

	.conA {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		min-height: 450px;
		background-position: center;
		background-size: cover;
		text-align: center;
		z-index: 100;
	}
}

@media(max-width:1920px) {
	#background_video2 {
		display: none;
	}
}

@media(min-width:1921px) {
	#background_video {
		display: none;
	}
}

.hhh {
	width: 100%;
}

@media(max-width:1024px) {
	header .container-small {
		display: flex;
		align-items: center;
		justify-content: space-between;

	}

	.mainVisual {
		display: none;
	}

	.conA h1 {
		margin-top: 40vh;
	}

	.headC {
		margin-right: 10px;
		padding: 0;
		border: none;
		outline: none;
		background: none;
		font-size: 28px;
		opacity: 0.8;
		cursor: pointer;
		color: #000;
	}

	.headC:hover {
		opacity: 0.3;

	}

	.headB {
		display: none;
	}
}

@media(min-width:1024px) {
	.headC {
		display: none;

	}

	.headB {
		display: block !important;
	}
}



/*フッターA*/
footer {
	height: auto;
	color: #000;
	background-color: #fff;
}

footer .container {
	max-width: 1000px;
	padding: 40px 20px;
	margin: 0 auto;
}

.footA h2 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	font-family: sata;
	font-size: 30px;
	letter-spacing: 0.1em;
}

.footA p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

.footB {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
	font-family: sata;
}


.footB ul {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.footB a {
	display: block;
	padding: 0;
	color: inherit;
	font-size: 17px;
	text-decoration: none;
	margin-right: 15px;
	line-height: 20px;
	border-bottom: 3px solid #fff;
}

.footB a:hover {
	border-bottom: 3px solid #000;
}

.footC {
	font-size: 12px;
	text-align: center;
	font-family: Verdana, Geneva, "sans-serif";
}

@media(min-width:1024px) {
	.footB ul {
		display: flex;
	}
}

.header {
	top: 0;
	background: rgba(255, 255, 255, 1);
	transition: all 0.5s ease;
	box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.35);
}

.hidden {
	background: none;
	transition: all 0.5s ease;
	box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0);
}


.conE {
	width: 100%;
}

.conE .container {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}

.instagram {
	max-width: 320px;
	align-items: center;
	text-align: center;
}

.twitter {
	margin: 0 auto;
}

@media(min-width:768px) {
	.conE .container {
		display: flex;
	}

	.conE .twitter {
		flex: 1;
	}

	.conE .instagram {
		flex: 1;
	}
}

.youtube {
	width: 100%;
}

.youtube .container {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 20px auto;
}

.youtube article {
	padding: 20px 10px;
	flex: 1 250px;
	display: flex;
	text-align: center;
	align-items: center;
	margin: 0 auto;
}

.youtube atticle iframe {
	text-align: center;
	align-items: center;
	margin: 0 auto;
}


.item .label span {
	color: #FF0004;
}

.yoko span {
	display: inline-block;
}

.formm {
	width: 100%;
}

form {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px;
}

.item {
	overflow: hidden;
	margin-bottom: 20px;
}

.label {
	float: left;
	width: 305px;
	border-left: solid 3px #A7E038;
	padding-left: 10px;
}

.inputs {
	float: left;
	width: 305px;
}

input[type="text"],
input[type="email"] {
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 10px;
	font-size: 15px;
}

textarea {
	border: solid 1px #aaa;
	border-radius: 5px;
	padding: 10px;
	height: 160px;
	font-size: 15px;
}

.btn-area {
	text-align: center;
}

input[type="submit"] {
	background: #A7E038;
	border: none;
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0 5px;
}

input[type="reset"] {
	background: #aaa;
	border: none;
	color: white;
	font-size: 17px;
	font-weight: bold;
	padding: 10px 20px;
	margin: 0 5px;
}

@media(max-width:670px) {
	.formrun {
		width: 90vw;
	}

	.inputs {
		margin-top: 10px;
		width: 300px;
	}

	.label {

		width: 300px;
	}
}


.selectdiv {
	position: relative;
	/*Don't really need this just for demo styling*/

	float: left;
	min-width: 200px;
	margin: 50px 33%;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
	display: none;
}

.selectdiv:after {
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;
	/*Adjust for position however you want*/

	top: 18px;
	padding: 0 0 2px;
	border-bottom: 1px solid #999;
	/*left line */

	position: absolute;
	pointer-events: none;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Add some styling */

	display: block;
	width: 100%;
	max-width: 320px;
	height: 50px;
	float: right;
	margin: 5px 0px;
	padding: 0px 24px;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	-ms-word-break: normal;
	word-break: normal;
}


input[type="checkbox"] {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

input[type="checkbox"]+span::before {
	display: inline-block;
	content: '';
	width: 1rem;
	height: 1rem;
	border: 2px solid #ccc;
	border-radius: 5px;
	margin-right: .5rem;
	margin-top: 4px;
}

input[type="checkbox"]:checked+span::before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 2px;
}

input[type="checkbox"]:focus+span::before {
	border-color: #0bd;
}

.inputs p {
	margin-top: -29px;
	margin-left: 30px;
	margin-bottom: 5px;
}

input[type="radio"] {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

input[type="radio"]+span::before {
	display: inline-block;
	content: '';
	width: 1rem;
	height: 1rem;
	border: 2px solid #ccc;
	border-radius: 5px;
	margin-right: .5rem;
}

input[type="radio"]:checked+span::before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 0 2px;
}

input[type="radio"]:focus+span::before {
	border-color: #0bd;
}

.clean {
	width: 100%;
	height: 60px;
	margin-top: -60px;
}

/* フォーム */

.contact .container {
	padding: 20px;
	margin: 0 auto;
	padding-top: 50px;
}

.contact .title {
	text-align: center;
}

.Form {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;

}

@media screen and (max-width: 768px) {
	.Form {
		margin-top: 40px;
	}
}

.Form-Item {
	border-top: 1px solid #ddd;
	padding-top: 24px;
	padding-bottom: 24px;
	width: 100%;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.Form-Item {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 16px;
		padding-bottom: 52px;
		flex-wrap: wrap;
	}
}

.Form-Item:nth-child(5) {
	border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
	width: 100%;
	max-width: 248px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.Form-Item-Label {
		max-width: 100%;
		display: flex;
		align-items: center;
		font-size: 15px;
	}
}

.Form-Item-Label.isMsg {
	margin-top: 8px;
	margin-bottom: auto;
}

@media screen and (max-width: 768px) {
	.Form-Item-Label.isMsg {
		margin-top: 0;
	}
}

.Form-Item-Label-Required {
	border-radius: 6px;
	margin-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 48px;
	display: inline-block;
	background: #5fc2f5;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.Form-Item-Label-Required {
		border-radius: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		width: 32px;
		font-size: 10px;
	}
}

.Form-Item-Input {
	border-radius: 6px;
	padding-right: 1em;
	flex: 1;
	width: 100%;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.Form-Item-Input {
		margin-left: 0;
		margin-top: 18px;
		height: 40px;
		flex: inherit;
		font-size: 15px;
	}
}

.Form-Item-Textarea {
	border-radius: 6px;
	/* padding-left: 1em; */
	padding-right: 1em;
	height: 216px;
	flex: 1;
	width: 100%;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.Form-Item-Textarea {
		margin-top: 18px;
		margin-left: 0;
		height: 200px;
		flex: inherit;
		font-size: 15px;
	}
}

.Form-Btn {
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 280px;
	display: block;
	letter-spacing: 0.05em;
	background: #5fc2f5;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	.Form-Btn {
		margin-top: 24px;
		padding-top: 8px;
		padding-bottom: 8px;
		width: 160px;
		font-size: 16px;
	}
}

.Form-Item-Input2 {
	border: 1px solid #ddd;
	border-radius: 6px;
	/* height: 38px; */
	width: 100%;
	background: #eaedf2;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.Form-Item-Input2 {
		height: 35px;
		flex: inherit;
		font-size: 15px;
	}
}

.Form-Item-Textarea2 {
	border: 1px solid #ddd;
	border-radius: 6px;
	height: 186px;
	flex: 1;
	width: 100%;
	background: #eaedf2;
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.Form-Item-Textarea2 {
		height: 180px;
		flex: inherit;
		font-size: 15px;
	}
}

/* セレクトボックスCSS */
.Form-Item-Input select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.Form-Item-Input select::-ms-expand {
	display: none;
}

.selectBox {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #eaedf2;
}

.selectBox::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}

.Form-Item-Input select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}