/* CSS Document */

#s01{
max-width: 480px;
	margin: auto;
	margin-bottom: 30px;
}



#s01 .contents{
	padding-top: 35px;
}

#s01 .contents h2{
	background: #fff;
	padding-top: 35px;
	text-align: center;
	padding-bottom: 35px;
	font-size: 16px;
	font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 500;
font-style: normal;
	color: #333;
}

#s01 .contents .obj01{
	text-align: center;
	background: #fff;
	padding-bottom: 35px;
	font-size: 50px;
	font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 500;
font-style: normal;
	line-height: 100%;
}
#s01 .contents .obj01 .f16{
	color: #f90;
	font-family: kozuka-gothic-pr6n,sans-serif;
font-weight: 500;
font-style: normal;
}

#s01 .box_rap03,
#s01 .box_rap02,
#s01 .box_rap01{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

#s01 .box_rap01 .icon,
#s01 .box_rap02 .icon,
#s01 .box_rap03 .icon{
	background: #fff;
	height: 120px;
	text-align: center;
	width: 100%;
	order: 1;
}

#s01 .box_rap01 .img,
#s01 .box_rap02 .img,
#s01 .box_rap03 .img{
	order: 2;
}


#s01 .box_rap01 .box,
#s01 .box_rap02 .box,
#s01 .box_rap03 .box{
	order: 3;
}

#s01 .box_rap01 .img img,
#s01 .box_rap02 .img img,
#s01 .box_rap03 .img img{
	/*width: 500px;*/
	width: 100vw;
	margin-bottom: 20px;
}



#s01 h3{
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 30px;
	line-height: 150%;
	margin-bottom: 35px;
	text-align: center;
}

#s01 .box_rap01 p,
#s01 .box_rap02 p,
#s01 .box_rap03 p{
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 16px;
	line-height: 180%;
	padding: 15px;
}


#s02{
	margin-bottom: 20px;
}

#s02 h2{
	text-align: center;
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 50px;
	line-height: 100%;
	margin-bottom: 15px;
}

#s02 h2 .f16{
	color: #f90;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
}

#s02 .grid_rap{
	height: 40px;
	position: relative;
	margin-bottom: 20px;
}

#s02 .grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
	z-index: -1;
}

#s02 .grid div {
  height: 100%;
  border-right: 1px solid #333;
  width: 50%;
}

#s02 .box_rap{
	max-width: 460px;
	margin: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 10px;
}

#s02 .box_rap .box01{
	width: 100%;
	border: 1px solid #333;
	border-radius: 15px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: #FFEFBF;
}

#s02 .box_rap .box01 h3{
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 20px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 150%;
	margin-bottom: 15px;
}

#s02 .box_rap .box01 img{
	margin-bottom: 15px;
}

#s02 .box_rap .box01 p{
	margin-right: 15px;
	margin-left: 15px;
	font-size: 16px;
	line-height: 180%;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

#s03{
	margin-bottom: 100px;
}

#s03 h2{
	text-align: center;
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 50px;
	line-height: 100%;
	margin-bottom: 15px;
}

#s03 h2 .f16{
	color: #f90;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
}

#s03 .grid_rap{
	height: 40px;
	position: relative;
	margin-bottom: 20px;
}

#s03 .grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
	z-index: -1;
}

#s03 .grid div {
  height: 100%;
  border-right: 1px solid #333;
  width: 50%;
}

#s03 ul{
	padding-left: 1vw;
	padding-right: 1vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#s03 ul li{
	border: 1px solid #333;
	margin-bottom: 35px;
	padding-bottom: 15px;
	width: 47vw;
}

#s03 ul li img{
	margin-bottom: 15px;
	width: 100%;
}

#s03 ul li figcaption{
	/*padding-left: 15px;*/
	font-size: 10px;
	word-break: keep-all;
	text-align: center;
}


#s04{
	margin-bottom: 100px;
}

#s04 h2{
	text-align: center;
font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 50px;
	line-height: 100%;
	margin-bottom: 15px;
}

#s04 h2 .f16{
	color: #f90;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 500;
font-style: normal;
}

#s04 .grid_rap{
	height: 40px;
	position: relative;
	margin-bottom: 20px;
}

#s04 .grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
	z-index: -1;
}

#s04 .grid div {
  height: 100%;
  border-right: 1px solid #333;
  width: 50%;
}

#s04 table{
	margin-bottom: 100px;
}

#s04 table th{
	text-align: right;
	width: 6em;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 300;
font-style: normal;
	padding: 20px;
}

#s04 table td{
	padding: 20px;
}

#s04 table td ul{
	list-style-type: disc;
	padding-left: 15px;
}

#s04 .map{
	text-align: center;
}

#s04 .map iframe{
	width: 100%;
	height: 25vh;
}


#s04 .map iframe,
#s04 .map object,
#s04 .map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}
