/* CSS Document */

body{
	min-width: 1210px;
}

html,
body,
a {
  cursor: none;
}

/*独自のマウスカーソルを作成*/
.cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 153, 0, 0.7);
  z-index: 1000;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
  transform: translate(0, 0);
  pointer-events: none;
}

/*aタグにホバーした時に見た目変化*/
.cursor.cursor--hover {
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 153, 0, 0.5);
}


#s01{
position: relative;
width: 1200px;
	margin: auto;
	padding-bottom: 50px;
	margin-bottom: 100px;
}

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

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

#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;
	justify-content: space-between;
	margin-bottom: 50px;
}

#s01 .box_rap01 .box,
#s01 .box_rap02 .box,
#s01 .box_rap03 .box{
	width: 500px;
}

#s01 .box_rap01 .img,
#s01 .box_rap02 .img,
#s01 .box_rap03 .img{
	width: 500px;
}

#s01 .box_rap01 .icon,
#s01 .box_rap02 .icon,
#s01 .box_rap03 .icon{
	background: #fff;
	height: 120px;
}

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

#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%;
}

#s02{
	margin-bottom: 100px;
}

#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{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#s02 .box_rap .box01{
	width: 360px;
	border: 1px solid #333;
	border-radius: 15px;
	margin-bottom: 30px;
	padding-top: 30px;
	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{
	width: 305px;
	margin: auto;
	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{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

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

#s03 ul li figcaption{
	padding-left: 15px;
}


#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{
	width: 650px;
	margin: auto;
	margin-bottom: 100px;
}

#s04 table th{
	width: 160px;
	text-align: left;
	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: 870px;
	height: 370px;
}


#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;
}

#s04 .map iframe:hover,
#s04 .map object:hover,
#s04 .map embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}