@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/


/* common
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

a:link,
a:visited {
	color: #4d4d4d;
	text-decoration: none;
}

a:hover,
a:active {
	color: #4d4d4d;
	text-decoration: none;
}

.impact {
	font-size: 20pt;
	font-weight: bold;
}

.impact2 {
	color: red;
}

.impact3 {
	background: yellow;
	color: #4d4d4d;
}

#impact4 {
	underline;
}

.impact5 {
	background: #173B50;
	padding: 2px 5px;
	color: #fff;
}

.impact6 {
	background: #f4f4f4;
	padding: 3px;
	line-height: 1.1;
}

.impact7 {
	background: #B60000;
	padding: 2px 5px;
	color: #fff;
}

.style2 {
	color: #FF0000
}

.style3 {
	color: #4d4d4d
}

.style4 {
	color: #4d4d4d
}


img {
	border: none;
}




/* layout
---------------------------------------------*/

/*TopIntro-Start*/
body {
	width: 100%;
	/* height: 100%; */
	margin: 0px;
	padding: 0px;
	/* min-width: 1100px; */


	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;


	-webkit-text-size-adjust: none;
	/* アンドロイドの文字崩れを防ぐ　PCの見た目と同じ文字サイズになる
	　　アンドロイドの自動文字サイズ調整をオフにするコマンド
---*/

	text-align: center;
	font-size: 35px;
	font-family: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
}

/* 追加分ここから */
img {
	width: 100%;
	height: auto;
}

.contents_wrapper {
	max-width: 1100px;
	margin: 0 auto;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}


/* 追加分ここまで */


/* 右に余白ができるときはheaderも含めてwrap0で囲う
 overflow hiddenは　はみ出した部分を表示しない

#wrap0 {overflow: hidden;}

---*/
#head29 {
	padding: 20px 0;
}

#head29 .address {
	text-align: left;
	margin: 0 auto;
	width: 29rem;
	font-size: 1.9rem;
	padding-left: 6rem;
}

#head29 img {
	max-width: 340px;
}

#head29,
#head30 {
	/* background: url("../images/header_30.png") no-repeat top center;
	background-size: cover; */
	background-color: #fdf0bf;
	/* min-height: 160px; */
	/* height: 297px; */
}

#head30 p {
	font-size: 1.8rem;
}

#head30 .copy {
	padding: 20px 0;
	font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
	#head29 img {
		max-width: 170px;
	}

	#head29 .address {
		font-size: 0.8rem;
		margin: 20px auto 0;
		text-align: left;
		padding-left: 1rem;
		width: 10.7rem;
	}

	/* #head30 a {
		font-size: 12px;
	} */
	#head30 a p,
	#head30 .copy,
	#head29 .address {
		font-size: 0.8rem;
	}
}

#wrap {

	background-image: url("./images/bgg.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position: 50% 0%;
}

#container {

	text-align: left;
	max-width: 1100px;
	margin: 0 auto;


}

#text {

	text-align: left;
	max-width: 850px;
	margin: 0 auto;


}

#footer {


	font-size: 15px;
}


/*AOS---*/

#mi01 {
	position: relative;
	top: 120px;

	left: -20px;
}


/* 右に余白ができるときはheaderも含めてwrap0で囲う
 overflow hiddenは　はみ出した部分を表示しない

#wrap0 {overflow: hidden;}

---*/



#wrap {

	background-image: url("../images/bgg.png");
	background-repeat: repeat-y;
	background-position: center top;
	background-position: 50% 0%;
}

#container {

	text-align: left;
	max-width: 1100px;
	margin: 0 auto;


}

#text {

	text-align: left;
	max-width: 850px;
	margin: 0 auto;


}

#footer {


	font-size: 15px;
}


/*AOS---*/

#mi01 {
	position: relative;
	top: 120px;
	;
	left: -20px;
}

/* force image size */
.slide img {
	width: inherit;
	height: inherit;
	margin: 0px;
	padding: 0;
	border: none;
	width: 100%;
	height: auto;
}

.slide {
	white-space: nowrap;
	/* width: 1100px; */
	/* height: 500px; */
	overflow: hidden;
}

.slide> :first-child {
	animation-name: slide;
	animation-duration: 15s;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

@keyframes slide {
	0% {
		margin-left: 0;
	}

	33% {
		margin-left: -100%;
	}

	66% {
		margin-left: -200%;
	}

	100% {
		margin-left: -300%;
	}
}

@media screen and (max-width: 768px) {
	#footer {
		font-size: 13px;
	}

	body,
	html {
		overflow-x: hidden;
	}

	#container {
		padding: 0 15px;
	}
}


/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
}

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1s ease-out;
}

/* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
}

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
}

.form-group input[type="email"] {
	border: 2px solid;
	border-radius: 20px;
	padding: 30px 20px;
	text-align: center;
	font-size: 5vw;
	width: 85%;
	font-weight: 600;
}

.date img {
	width: 90%;
	margin: 0 auto 10px;
}

.thanks-btn {
	margin-top: 20px;
	margin-bottom: 30px;
}

.btn-success {
	opacity: 0;
	position: absolute;
	left: -1000%;
}

.thanks-attention {
	width: 80%;
	margin: 0 auto;
	font-size: 2.6vw;
	text-align: left;
}

#head2-form {
	padding-bottom: 10%;
	margin-top: 10% !important;
}
#head2-form {
	margin: 0 20px;
}
@media screen and (max-width:768px) {
	.thanks-btn {
		margin-top: 20px !important;
		margin-bottom: 30px;
	}
	.form-group input[type="email"] {
		
		padding: 10px 20px;
		border-radius: 10px;
		
	}
	.thanks-attention {
		width: 100%;
	}

}
@media screen and (min-width:1000px) {
	.form-group input[type="email"] {
		border: 2px solid;
		border-radius: 20px;
		padding: 30px 20px;
		text-align: center;
		font-size: 40px;
		width: 85%;
	}
	.thanks-attention {
		font-size: 24px;
	}
}