@charset "utf-8";
/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/
.header__inner {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
}
/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
.top_gnav {
  text-align: center;
  margin-top: 28px;
}
.top_gnav li {
  display: inline-block;
  vertical-align: top;
}
.top_gnav li a {
  display: block;
  padding: 0 13px;
  height: 100%;
}
.top_gnav li a:hover img {
  filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.top_main {
  margin-bottom: 60px;
  position: relative;
}
.top_main video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
}
.top_scroll {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*display: none;*/
}
/* hg 
------------------------------------------------------ */
.top_hg {
  text-align: center;
  margin-bottom: 230px;
  padding-top: 70px;
}
.top_ttl_hg {
  margin-bottom: 60px;
}
.top_hg_mess {
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: .2em;
}
.top_history {
  text-align: center;
  margin-bottom: 230px;
}
.top_ttl_history {
  margin-bottom: 60px;
}
#top_enkaku {
  width: 820px;
  margin: 0 auto 60px;
  position: relative;
  text-align: left;
}
#top_enkaku:after {
	content: "";
	display: block;
	clear: both;
}
#enkaku_list {
  width: 410px;
  float: left;
  font-size: 14px;
  background: url(../img/enkaku_line.png) repeat-y 110px top;
  padding: 30px 0;
  line-height: 1.8;
}
#enkaku_list:after {
	content: "";
	display: block;
	clear: both;
}
#enkaku_list dt {
  float: left;
}
#enkaku_list dd {
  padding-left: 10em;
  position: relative;
  margin-bottom: 1.7em;
  cursor: pointer;
}
#enkaku_list dd:hover {
  color: #2490BC;
}
#enkaku_list dd:after {
  content: "";
  position: absolute;
  background: #000;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: .5em;
  left: 106px;
}
#enkaku_list dd:hover:after {
  background: #2490BC;
}
#enkaku_img {
  float: right;
  margin-top: 30px;
}
#enkaku_img img.active {
}
.top_hb {
  text-align: center;
  background: #5ec0cb;
  margin-bottom: 140px;
  padding: 140px 0;
}
.top_ttl_hb {
  margin-bottom: 60px;
}
.top_hb_img01 img {
  width: 100%;
  height: auto;
}
.top_hg_z01 {
  padding-top: 120px;
  padding-left: 65px;
}
.top_hb2 {
  text-align: center;
}
.top_hb_mess2 {
  color: #5ec0cb;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: .2em;
}
.top_hb_img02 {
  padding: 67px 0;
  background: #5ec0cb;
}
.top_hb_img02 img {
  width: 100%;
  height: auto;
}
.top_group {
  width: 1000px;
  margin: 0 auto;
  padding: 180px 0 100px;
}
.top_ttl_g {
  text-align: center;
  margin-bottom: 90px;
}
.group_list {
  width: 477px;
}
.group_list dt {
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .2em;
  position: relative;
}
.group_list dt,
.group_list dd {
  margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}
.group_list dd {
  letter-spacing: .2em;
}
.iso_logo {
  position: absolute;
  top: -1em;
  right: 10px;
}
#maps {
  width: 1000px;
  height: 320px;
  margin-bottom: 100px;
}
.top_group_list {
  display: flex;
  flex-wrap: wrap;
}
.top_group_list_set {
  width: 485px;
  border: 1px solid #ccc;
  float: left;
  margin-bottom: 45px;
  padding: 0 45px 35px 30px;
  font-size: 12px;
  letter-spacing: .2em;
}
.top_group_list_set:nth-child(even) {
  margin-left: 30px;
}
.txt_name {
  margin-bottom: 40px;
}
.img_thumb {
  float: right;
}
.txt_adress {
  line-height: 2;
  margin-bottom: 35px;
}
.btn_group_line a {
  color: #fff;
  padding: 8px 12px 8px 12px;
  background: #787878;
}
.btn_group_line a:hover {
  background: #5ec0cb;
}
.btn_group_line.btn_s {
  font-size: 12px;
}
/* 
------------------------------------------------------ */

#map_canvas {
    width: 100%;
    height: 400px;
}
#topGroupCircle {
  width: 540px;
  height: 573px;
  margin: 0 auto 80px;
  position: relative;
}
#circleBase {
  
}
#circleItem1,
#circleItem2,
#circleItem3,
#circleItem4,
#circleItem5,
#circleItem52,
#circleItem6 {
  position: absolute;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#circleItem2,
#circleItem3,
#circleItem4,
#circleItem5 {
  cursor: pointer;
  z-index: 10;
}
#circleItem2 img,
#circleItem3 img,
#circleItem4 img,
#circleItem5 img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
#circleItem2:hover img,
#circleItem3:hover img,
#circleItem4:hover img,
#circleItem5:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#circleItem1 {
  left: 182px;
  top: 74px;
}
#circleItem2 {
  left: 33px;
  top: 153px;
}
#circleItem3 {
  left: -4px;
  top: 259px;
}
#circleItem4 {
  left: 345px;
  top: 322px;
}
#circleItem5 {
  left: 141px;
  top: 347px;
}
#circleItem52 {
  left: 38px;
  top: 460px;
}
#circleItem6 {
  left: 163px;
  top: 210px;
}
#circlePop1,
#circlePop2,
#circlePop3,
#circlePop4 {
  position: absolute;
  display: none;
  z-index: 5;
}
#circlePop1 {
  left: -239px;
  top: 88px;
}
#circlePop2 {
  left: -239px;
  top: 193px;
}
#circlePop3 {
  left: -218px;
  top: 334px;
}
#circlePop4 {
  left: 425px;
  top: 160px;
}
