@charset "utf-8";
/* CSS Document */
@media screen and (max-width:767px){
.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1500;
	cursor: pointer;
}
.pagetop img{
	width: 0;
	height: 0;
}
/*--------------------------------------------------------------------------メインイメージ*/
#mimg {
	width: 96%;
	height: 80px;
	margin-top: 70px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
#mimg .txtBox {
	width: 320px;
	height: 80px;
	margin: 0 auto;
	font-size: 20px;
	line-height: 80px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #fff;
    text-align: center;
}


/*--------------------------------------------------------------------------コンテンツ*/
#container {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
}
#cNavi {
	position: relative;
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 10px;
}
#cNavi:after{
	content: "";
	clear: both;
	display: block;
}
#cNavi .btnf a{
	display: block;
	width: auto;
	padding-left:20px;
	padding-right: 20px;
	height: 22px;
	border-radius: 11px;
	outline: 2px solid #317c7b;
	outline-offset: -2px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	color: #317c7b;
	background-color: #FFF;
	text-decoration: none;
	transition: 0.4s;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#cNavi .btnf a:hover{
	color: #fff;
	background-color: #317c7b;
}
#cNavi .btn a{
	display: block;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	height: 22px;
	border-radius: 11px;
	outline: 2px solid #317c7b;
	outline-offset: -2px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	color: #317c7b;
	background-color: #FFF;
	text-decoration: none;
	transition: 0.4s;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}
#cNavi .btn a:hover{
	color: #fff;
	background-color: #317c7b;
}


#section01 {
	width: 100%;
	height: auto;
	padding-top: 5px;
	padding-bottom: 15px;
}
#contents01 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	display: inline-block;
	width: 100%;
	height: 28px;
	padding-left: 0px;
	border-radius: 3px 14px 14px 3px;
	font-size: 15px;
	line-height: 28px;
	text-align: left;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	float: left;
	background-color: #317c7b;
}
h2:before {
  content: '●';
  color: white;
  margin-left: 10px;
  margin-right: 10px;
}
#gallery {
	width: 100%;
	height: auto;
	float: left;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
#gallery .thumb{
	width: 150px;
	height: auto;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
#gallery .thumb img{
	width: 150px;
	height: 100px;
	object-fit:cover;
	transition: 0.4s;
	margin-bottom: 3px;
	border-radius: 3px;
}
#gallery .thumb img:hover{
	transform: scale(1.01);
}


#section02 {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents02 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#section03 {
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contents03 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 320px;
	text-align: left;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}


}
