@charset "UTF-8";

body {
	background-color: #a6f1a6;
}
.container {
	width: 1000px;
	margin: 0;
	padding: 0;

}
.wrap {
	background-color:#a6f1a6;
	margin: 0 auto;
}

nav {
	align-items: center;
	margin-top: 15px;
}
nav ul {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
}
nav ul li {
	flex: none;
	margin: 0 5px;
	text-align: center;
	vertical-align: middle;
	line-height: 2.5em;
	color: #FFFFFF;
 	background-color: #3093c7;
	font-size:16px;
	font-family:arial, helvetica, sans-serif; 
	font-weight:bold; 
	text-decoration:none; 
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	width:160px;
	height:40px;
	border:1px solid #25729a;
	border-radius: 3px;
	padding: 0; 
	/*display: inline-block;
	justify-content: center;*/
	list-style: none;
	background: linear-gradient(#3093c7 0%, #1c5a85 100%);
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);

}

nav ul li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 22px;
	color: #fff;
}

nav ul li a:hover {
	background: linear-gradient(#26759e 0%, #133d5b 100%);
}

.pc-only {
	display: inline;
}
.mobile-only {
	display: none;
}


.header {
	text-align: center;
	padding-right: 300px;
}

.header img {
	width: 500px;
	height: 100px;
	border-style: none;
}

h3 {
	padding: 16px;
}
main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
}

/* アニメーション部分 */
.text {
  color: #663300;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.8em;
  text-transform: uppercase;
  transform-origin: bottom;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.text.is-active {
  animation: text08 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes text08 {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(150%);
  }
  30% {
    opacity: 1;
  }
  75% {
    transform: scale(1.5) translateY(-30%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

/* 初期CSS */
.anime {
  overflow: hidden;
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
/* アニメーション部分おわり */

.waku1 {
	line-height: 0.8em;
	width: 450px;
	border: 2px solid #333;
	border-radius: 10px; 
	background-color:#e8fce8;
	margin: 30px 0 30px 0;
	padding: 0 10px;
}

.waku2 {
	display: flex;
	align-items: center;
	line-height: 2.5em;
	border: 1px solid #333;
	border-radius: 10px;
	background-color:#e8fce8;
	text-align: justify;
	padding: 0px 10px;
	margin-bottom: 100px;
}

.waku2 img {
	width: 160px;
	height: 160px;
}

.waku3 ol {
	display: block;
}

.waku3 img {
	width: 160px;
	height: 160px;
}
.waku3 {
	display: flex;
	align-items: center;
	line-height: 2.5em;
	border: 1px solid #333;
	border-radius: 10px;
	background-color:#e8fce8;
	text-align: justify;
	padding: 0px 10px;
	margin-bottom: 20px;
}
footer {
	text-align: center;
	line-height: 2.2em;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
}
footer img {
	width: 350px;
	height: 30px;
}

.tel-no-mbile {
	display: none;
}

.wrapper {
	display: block;
	width: 700px;
	margin: 0 auto;
}
#map {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
#map iframe {
	width: 300px;
	height: 300px;
}
#map img {
	width: 300px;
	height: 300px;
}

.waku4 {
	width: 630px;
	display: block;
	margin: 0 auto;
	line-height: 2.5em;
	border: 1px solid #333;
	border-radius: 10px;
	background-color:#e8fce8;
	text-align: justify;
	padding: 0px 10px;
	margin-bottom: 30px;
}
.waku4-2 {
	padding-left: 16px;
	text-indent: -16px;
}
.address {
	text-align: center;
}
.faq0 {
	margin-top: -20px;
	margin-bottom: -10px;
}
.faq-link {
	background-color: #ffffa8;
	padding: 5px;
	margin-bottom: 15px;
}
.faq1 {
	line-height: 1.8em;
    text-align: justify;
	margin: 5px 20px;
    padding-left: 28px;
    text-indent: -28px; 
	font-weight: bolder;
}
.faq1 a {
	text-decoration: none;
	color: #133d5b;
}

.faq1 a:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
}

.waku5 {
	width: 680px;
	margin: 20px auto 30px auto;
	color: #333;
	border: 1px solid #666;
	border-radius: 10px;
	background-color:#e8fce8;
	padding: 10px 20px;
}
.waku5 .faq2 {
	font-weight: bold;
	text-align: justify;
	line-height: 1.7em;
    text-indent: -28px; 
    padding-left: 28px;
}
.waku5 p {
	font-weight: normal;
	padding-left: 28px;
	line-height: 1.5em;
	margin-bottom: 3px;
}
.p-indent {
    text-indent: -70px; 
    padding-left: 118px;
}
.p-indent2 {
    text-indent: -16px; 
    padding-left: 60px;
}

.links-mobile {
	display: none;
}

.links {
    width: 720px;
    text-decoration: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
}

.links ul {
    color: #333;
    font-size: 24px;
    margin: 20px 0 20px 0;
	list-style: none;
}
.links ul li a {
    line-height: 2em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	transition: background 0.3s ease;
	display: block;
	padding-left: 24px;
}
.links ul li a:hover {
    color: #000;
	background: rgba(255, 255, 255, 0.5);
}


/* 431px 以下のレスポンシブ用 */
@media (max-width: 431px) {
	body {
		width: 320px;
	}
	.container {
		width: 320px;
	}

	.header {
		margin: 15px 0 0 0;
	}
	.header img {
		width: 320px;
		height: 64px;
	}

	nav {
		width: 320px;
		margin: 0 0;
	}
	nav ul li {
		font-size:11px;
		line-height: 1em;
		width: 58px;
		height:30px;
		padding: 5px -10px ; 
		margin: 0;
		display: inline-flex;
		justify-content: center;
		align-items: center;
	}
	nav ul li a {
		font-weight: bold;
		padding: 0;
		color: #fff;
	}

	.pc-only {
		display: none;
	}
	.mobile-only {
		display: inline;
	}

	/* アニメーション部分 */
	.text {
	font-size: 20px;
	}

	/* 初期CSS */
	.anime {
		width: 320px;
		height: 80px;
		margin-top: 10px;
	}
	/* アニメーション部分おわり */

	h3 {
		font-size: 13px;
		padding: 0 10px;
	}
	main {
		width:320px;
	}
	.waku1 {
		line-height: 0.8em;
		width: 240px;
		border-radius: 10px; 
		margin: 15px 0 8px 0;
		padding: 0;
	}

	.waku2 {
		display: block;
		align-items: center;
		line-height: 1.5em;
		text-align: justify;
		padding: 0px 5px;
		margin-bottom: 30px;
	}
	.waku2 img {
		margin-top: 8px;
		margin-bottom: -10px;
	}

	.waku3 ol {
		display: block;
		margin-left: -24px;
	}

	.waku3 img {
		margin-top: 8px;
	}
	.waku3 {
		display: block;
		align-items: center;
		line-height: 1.5em;
		padding: 10px 5px;
		margin-bottom: 20px;
	}

	footer {
		font-size: 14px;
	}
	footer img {
		width: 300px;
		height: 26px;
		margin-left: 20px;
	}
	.tel-no-mbile {
		display: contents;
	}
	.tel-no {
		display: none;
	}

	.wrapper {
	width: 300px;
	}
	#map {
		display: block;
		align-items: center;
		margin-bottom: 30px;
	}

	.waku4 {
		width: 280px;
		display: block;
		margin: 0 auto;
		line-height: 2.5em;
		border: 1px solid #333;
		border-radius: 10px;
		background-color:#e8fce8;
		text-align: justify;
		padding: 0px 10px;
		margin-bottom: 30px;
	}
	.waku4-2 {
		padding-left: 16px;
		text-indent: -16px;
	}
	.address {
		text-align: center;
	}

	.waku5 {
		width: 280px;
		margin: 20px auto 30px auto;
		padding: 10px 20px;
	}
	.links {
		display: none;
	}
	.links-mobile {
		display: block;
		align-items: center;
		width: 100%;
		text-decoration: none;
		text-align: center;
		margin: 0 auto 20px; 
		padding: 0; 
	}
	.links-mobile ul {
		color: #333;
		font-size: 24px;
		width: 100%;  
		margin: 20px 0 20px 0;
		list-style: none;
		text-align: center;
		padding: 0;
	}
	.links-mobile ul li a {
		line-height: 1em;
		color: #333;
		font-weight: bold;
		text-decoration: none;
		transition: background 0.3s ease;
		display: block;
	}
	.links-mobile ul li a:hover {
		color: #333;
		background: rgba(255, 255, 255, 0.25);
	}
	.for-small {
		font-size: 16px;
	}

}