/* 共通スタイル */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #000;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper p {
  padding: 10px;
  line-height: 1.6;
}

.container {
  display: flex;
}	

/* スマートフォン向けスタイル (1024px以下) */
@media screen and (max-width: 1024px) {
	
  .sp {
    display: block;
  }	
	
body{
  background-image: url(../img/top_image.jpg); 
  background-position: center; 
  background-size: cover; 
  width:100%;
  height: 1080px;
  background-repeat: repeat; 
  position: relative;
  background-position: top center;
	}	
	
	
.wrapper {
    width: 360px; 
	background-color: #fff;
	opacity:0.8;
	margin-right:auto;
	margin-left:auto;
	padding-top: 30px;
  }

  .wrapper p {
    padding: 20px 20px 30px 20px;
	text-align: justify;
	line-height: 1.5em;
  }

.content {
	padding-bottom: 0px;		
	}
	
.logo {
	width:200px;
	display: block;
	margin: 30px auto 0px auto;
	}	
.logo img {
	width: 100%;
	height: 100%;
	}

.cacth {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	display: block;
	}
	
.cacth img {
	width: 100%;
	}
		
  h1 {
    font-size: 30px;
    font-family:  "Noto Serif JP", serif;
	font-weight:800;
	text-align:center;
	color:#0b318f;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 30px;
  }

  h2 {
	  display:none;
  }

  h3 {
    font-size: 1.0em; 
    font-family:"Noto Sans JP", sans-serif;
	font-weight:500;
 	text-align:center;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-left: 20px;
	margin-right: 20px;
	background-color:#00ab8d ;
	color:#fff;
	margin-top:0px;
}
	
h4 {
    font-size: 1.0em; 
	font-family:"Noto Sans JP", sans-serif;
	font-weight:600;
	text-align:left;
	color:#00ab8d;
	margin-bottom:0px;
	padding-left: 20px;
	padding-right: 20px;
    display: flex;
    align-items: center;
}
	h4:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #00ab8d;
}
	
.content span {
	font-size: 1.0em; 
	font-family:"Noto Sans JP", sans-serif;
	font-weight:600;	
	}
	
.content a {
	color: #0b318f;
	font-weight:600;	
	}
	
.content a:hover{
	opacity: 0.6;
	}	
	
h4:after {
    margin-left: 1rem;
}	
.green{	
	font-size: 1.0em;
	font-family:"Noto Sans JP", sans-serif;
	color: #00ab8d;
	}	

.detail{
	padding: 0;
	padding-bottom: 30px;

	}
.detail p{
	padding-top: 0;
	padding-bottom: 10px;
	}
	
.map {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	}
	
iframe {
	width: 100%;
	height: 500px;
	}
	
.button-container {
    flex-direction: column; 
  }

.button-container {
display: flex;
 justify-content: center;
  align-items: center;
		margin-left: 20px;
		margin-right: 20px;
		padding-bottom: 80px;
}

.button {
  flex: 1;
  margin: 10px;
	text-align: center;
	color:#fff;
	width: 280px;
	padding: 10px;
	background-color:  #f08300;
	border-radius: 30px;
}

.button:hover {
	opacity: 0.6;
	}

.button a{
	display: block;
	height: 100%;
		color:#fff;
	}
	
.privacy p {
	font-size: 0.8em;
	font-weight: 600;
	text-align: right;
	color:#0b318f
	}	

  .container {
    flex-direction: column;
  }
	
	
	.flyer{
		width: 280px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	
	.flyer img {
		width: 100%;
	}
	
	.flyer img:hover {
		opacity: 0.6;
	}	

	.indent {
	padding-left: 0em;
	}	
	
/* フッター */
footer {
  background-color: #0b318f;
  color: #fff;
  text-align: center;
  padding: 10px;
}

footer p {
  font-size: 0.8em;
	line-height: 1.6em;
}

}

/* PC向けスタイル (1024px以上) */
@media screen and (min-width: 1025px) {
	
.sp {
    display: none;
  }	
	
body{
  background-image: url(../img/top_image.jpg);
  background-position: center;
  width:100%;
  background-repeat: repeat;
  position: relative;
  background-position: top center;
	}		
	
.wrapper {
	width: 1000px;
	background-color: #fff;
	opacity:0.8;
	margin-right:auto;
	margin-left:auto;
	padding-top: 60px;
  }

.wrapper p {
    padding: 20px 56px 56px 56px; 
	line-height: 1.6em;
	text-align: justify;
  }

.content {
	padding-bottom: 0px;		
	}

	
.logo {
	width:400px;
	display: block;
	margin: 80px auto 0px auto;
	}	
.logo img {
	width: 100%;
	height: 100%;
	}
	
.cacth {
	margin-left: 56px;
	margin-right: 56px;
	margin-bottom: 50px;
	display: block;
	}
	
.cacth img {
	width: 100%;
	}
	
  h1 {
    font-size:70px;
	font-family:  "Noto Serif JP", serif;
	font-weight:800;
	text-align:center;
	color:#0b318f;
	line-height: 1.3em;
	margin-top: 30px;
 	margin-bottom: 80px;
  }

h2 {
	display:none;
  }

h3 {
    font-size: 1.2em;
    font-family:"Noto Sans JP", sans-serif;
	font-weight:500;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-left: 56px;
	margin-right: 56px;
	background-color:#00ab8d ;
	color:#fff;
	margin-top:0px;
}

h4 {
    font-size: 1.4em; 
	font-family:"Noto Sans JP", sans-serif;
	font-weight:600;
	text-align:left;
	color:#00ab8d;
	margin-bottom:0px;
	padding-left: 56px;
	padding-right: 56px;
    display: flex;
    align-items: center;
}
h4:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #00ab8d;
}

h4:after {
    margin-left: 1rem;
}


.content span {
	font-size: 1.2em; 
	font-family:"Noto Sans JP", sans-serif;
	font-weight:600;
	}
	
.content a {
	color: #0b318f;
	font-weight:600;	
	}
	
.content a:hover{
	opacity: 0.6;
	}
	
.green{	
	font-size: 1.0em;
	font-family:"Noto Sans JP", sans-serif;
	color: #00ab8d;
	}
	
.detail{
	padding: 0;
	padding-bottom: 50px;
	}
	
.detail p{
	padding-top: 0;
	padding-bottom: 8px;
	}
	
.map {
	margin-top: 20px;
	margin-left: 56px;
	margin-right: 56px;
	}
	
iframe {
	width: 100%;
	height: 500px;
	}
	
.button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 56px;
	margin-right: 56px;
	padding-bottom: 80px;
}

.button {
  flex: 1;
  margin: 10px;
	text-align: center;
	color:#fff;
	padding: 10px;
	background-color:  #f08300;
	border-radius: 30px;
}

.button:hover {
	opacity: 0.6;
	}
	
.button a{
	display: block;
	height: 100%;
	color:#fff;
	}

.privacy p {
	font-size: 0.8em;
	font-weight: 600;
	text-align: right;
	color:#0b318f
	}	
 .container {
    flex-direction: row; 
  }

	.flyer{
		width: 400px;
		padding-right:56px; 
	}
	
	.flyer img {
		width: 100%;
	}
	
	.flyer img:hover {
		opacity: 0.6;
	}
	.indent {
	padding-left: 5em;
	}
	
/* フッター */
footer {
	background-color: #0b318f;
	color: #fff;
	text-align: center;
	padding: 10px;
}

footer p {
	font-size: 0.8em;
	line-height: 1.6em;
}
}