@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
#top #pagebody {
  margin-top: 0 !important;
}

/*---------------------------------------------------------------------
	top_caution
---------------------------------------------------------------------*/
.top_caution {
  border: 5px solid #62B0FF;
  display: table;
  width: 100%;
  padding: 3px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
}
.top_caution .list {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 10px 80px;
  background: url("/image/common/icon_caution.png") no-repeat 20px center;
}
.top_caution dl {
  display: table;
  width: 100%;
}
.top_caution dl + dl {}
.top_caution dl dt {
  display: table-cell;
  vertical-align: top;
  width: 240px;
  font-size: 1.4rem;
  padding-top: 1px;
}
.top_caution dl dd {
  display: table-cell;
  vertical-align: top;
  font-weight: bold;
}
.top_caution .link_list {
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 140px;
  background: #EEEEEE;
  position: relative;
  padding-right: 22px;
  transition: .3s;
}
.top_caution .link_list:hover {
  color: #fff;
  background: #ac1919;
}
.top_caution .link_list::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  border-right: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.top_caution .link_list:hover::after {
  border-color: #fff;
}

/*---------------------------------------------------------------------
	slide
---------------------------------------------------------------------*/
#main_slide {
	overflow: hidden;
	/*transition: 2s;*/
}
#main_slide .owl-stage-outer {}
#main_slide .owl-stage-outer, #main_slide .owl-stage, #main_slide .owl-item, #main_slide .item {
  height: 100%;
}
#main_slide .owl-item img {
  min-height: 100%;
  max-width: inherit;
}
#main_slide .owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
#main_slide .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: 0;
  bottom: 90px;
  width: 100%;
}
.owl-dots{
  position: absolute;
  width: 100%;
  bottom: 60px;
}
.owl-dots .owl-dot:focus{
  outline: none;
}

/*---------------------------------------------------------------------
	top_first_info
---------------------------------------------------------------------*/
.top_first_info {
  padding: 0 20px 40px;
  margin-bottom: 40px;
  background: #004384 url("/image/common/bg_01.png");
}
.top_first_info .inner {
  max-width: 1200px;
  box-sizing: content-box;
  margin: -46px auto 0;
  position: relative;
  z-index: 1;
}
/* top_info */
.top_info {
  float: left;
  width: 30%;
  background: #000;
  border-radius: 4px;
}
/* top_open_time */
.top_open_time {
  border-bottom: 1px solid #333333;
  padding: 10px 10px 8px;
}
.top_open_time dt {
  color: #DDDDDD;
  padding-left: 30px;
  background: url("/image/common/icon_time_01.svg") no-repeat 0 0;
	background-size: 20px 20px;
}
.top_open_time dd {
  color: #72B8FF;
  padding-left: 30px;
  font-size: 2.2rem;
  line-height: 1;
}
.top_open_time .end_text {
  font-size: 1.4rem;
}
.top_open_time .close_now {
	font-size: 1.8rem;
	padding: 7px 0 7px 30px;
}

/* top_visitors */
.top_visitors {
  padding: 6px 10px 8px;
}
.top_visitors dt {
  color: #DDDDDD;
  padding-left: 30px;
  background: url("/image/common/icon_visitors_01.svg") no-repeat 0 4px;
	background-size: 20px 22px;
}
.top_visitors dt span {
  color: #72B8FF;
  font-size: 2rem;
  margin-left: 8px;
  line-height: 1;
}
.top_visitors dt strong {
  font-size: 3rem;
  font-weight: normal;
}
.top_visitors dd {
  color: #AAAAAA;
  font-size: 1.3rem;
  padding-left: 30px;
}
.top_visitors .crowded span {
	color: #FF8000;
}
.top_visitors .full span {
	color: #D6001F;
	font-weight: bold;
}
.top_visitors .guidelines_link a,
.top_visitors .guidelines_link span {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  padding: 6px 40px 6px 10px;
  font-size: 15px;
  border-radius: 6px;
  margin: 6px 0px 10px 30px;
  line-height: 1.3;
  background: #dd4343;
  position: relative;
  transition: .3s;
}
.top_visitors .guidelines_link a:hover {
  opacity: 0.8;
}
.top_visitors .guidelines_link a::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-top: -3px;
}

/* top_info_menu */
.top_info_menu {
  letter-spacing: -.5em;
}
.top_info_menu li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  border-top: 1px solid #333333;
}
.top_info_menu li:nth-child(2n) {
  border-left: 1px solid #333333;
  margin-right: 0;
}
.top_info_menu li a {
  color: #fff;
  font-size: 1.3rem;
  display: block;
  text-align: center;
  text-decoration: none;
  background: no-repeat center 10px;
	background-size: auto 22px;
  padding: 40px 5px 5px;
  transition: .3s;
}
.top_info_menu li a:hover {
  color: #fff;
  background-color: #333;
}
.top_info_menu .menu_01 a {
  background-image: url("/image/common/icon_fee_01.svg");
}
.top_info_menu .menu_02 a {
  background-image: url("/image/common/icon_access_01.svg");
}
.top_info_menu .menu_03 a {
  background-image: url("/image/common/icon_shop_01.svg");
}
.top_info_menu .menu_04 a {
  background-image: url("/image/common/icon_service_01.svg");
}
.top_info_menu .menu_05 a {
  background-image: url("/image/common/icon_barrier-free_01.svg");
	background-size: auto 26px;
}
.top_info_menu .menu_06 a {
  background-image: url("/image/common/icon_calendar_01.svg");
}
.top_info_menu .menu_07 a {
  background-image: url("/image/common/icon_map_01.svg");
}
.top_info_menu .menu_08 a {
  background-image: url("/image/common/icon_passport_01.svg");
}
.top_info_menu .menu_09 a {
  background-image: url("/image/common/icon_value_01.svg");
}
.top_info_menu .menu_10 a {
  background-image: url("/image/common/icon_online_01.svg");
}
/* top_topics */
.top_topics {
  float: right;
  width: 69.16%;
  overflow: hidden;
}
.top_topics .tab_menu {
  font-size: 0;
}
.top_topics .tab_menu li {
  font-size: 1.3rem;
  display: inline-block;
  vertical-align: top;
  /*width: 20%;*/
	width: 16.66%;
}
.top_topics .tab_menu li:last-child {
	width: 16.7%;
}
.top_topics .tab_menu a, .top_topics .tab_menu span {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 23px 5px;
  border-radius: 4px 4px 0 0;
}
.top_topics .tab_menu .menu_01 > * {
  background-color: #000;
}
.top_topics .tab_menu .menu_02 > * {
  background-color: #222;
}
.top_topics .tab_menu .menu_03 > * {
  background-color: #333;
}
.top_topics .tab_menu .menu_04 > * {
  background-color: #003366;
}
.top_topics .tab_menu .menu_05 > * {
  background-color: #002B55;
}
.top_topics .tab_menu .menu_06 > * {
  background-color: #002040;
}
.top_topics .tab_item {
  padding: 20px;
  display: none;
}
.top_topics #top_topics_01 {
  background-color: #000;
}
.top_topics #top_topics_02 {
  background-color: #222;
}
.top_topics #top_topics_03 {
  background-color: #333;
}
.top_topics #top_topics_04 {
  background-color: #003366;
}
.top_topics #top_topics_05 {
  background-color: #002B55;
}
.top_topics #top_topics_06 {
  background-color: #002040;
}
.top_topics .list_link {
  text-align: right;
}
.top_topics .list_link a {
  color: #fff;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  background: #222222;
  display: inline-block;
  border: 1px solid #DDDDDD;
  width: 200px;
  padding: 12px;
  position: relative;
}
.top_topics .list_link a:hover {
  opacity: .5;
  transition: .3s;
}
.top_topics .list_link a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 19px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #72B8FF;
  border-bottom: 2px solid #72B8FF;
  transform: rotate(-45deg);
}
.top_topics .list {
  max-height: 225px;
  margin-bottom: 15px;
}
.top_topics .list li {}
.top_topics .list a {
  display: table;
  width: 100%;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  transition: .3s;
}
.top_topics .list a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.top_topics .list .date {
  display: table-cell;
  vertical-align: top;
  color: #888;
  font-size: 1.3rem;
  width: 120px;
}
.top_topics .list .cat {
  display: table-cell;
  vertical-align: top;
  width: 110px;
  padding-right: 20px;
  padding-top: 1px;
}
.top_topics .list .cat span {
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  display: block;
  padding: 1px 0;
  border: 1px solid #ddd;
}
.top_topics .list .cat .cat_01 { background: #C5EFEF; }
.top_topics .list .cat .cat_02 { background: #FFFFDB; }
.top_topics .list .cat .cat_03 { background: #CEE7FF; }

.top_topics .list .text {
  display: table-cell;
  vertical-align: top;
  font-size: 1.5rem;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #bbb;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #0173BA;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #0173BA;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #0173BA;
}

/*---------------------------------------------------------------------
	共通
---------------------------------------------------------------------*/
/* top_ttl */
.top_ttl_01 {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.top_ttl_01::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background: #72B8FF;
}
.lang_en .top_ttl_01,
.lang_kr .top_ttl_01,
.lang_sc .top_ttl_01,
.lang_tc .top_ttl_01 {
  margin-bottom: 30px;
}
.top_ttl_02 {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}
/* slide_list */
.slide_list_wrap {
  padding: 0 50px;
}
.slide_list_none {
  text-align: center;
	letter-spacing: -.4em;
}
.slide_list_none .item {
	text-align: left;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
  width: 15.5%;
  margin-right: 0.5%;
  /*display: inline-grid;*/
}
.slide_list_none .item:last-child {
	margin-right: 0;
}
.slide_list .item {}
.slide_list .item a, .slide_list_none .item a {
  color: #000;
  display: block;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #ddd;
}
.slide_list .item a:hover, .slide_list_none .item a:hover {
  color: #000;
  border-color: #4AADE2;
}
.slide_list .item .thumb, .slide_list_none .item .thumb {
  position: relative;
  overflow: hidden;
  padding-bottom: 66.66%;
  margin-bottom: 10px;
}
.slide_list .item .thumb img, .slide_list_none .item .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  transition: .5s;
}
.slide_list .item a:hover img, .slide_list_none .item a:hover img {
  opacity: 1;
  transform: scale(1.05);
}
.slide_list .item .date, .slide_list_none .item .date {
  color: #666;
  font-size: 1.3rem;
  margin-bottom: 5px;
}
.slide_list .item .date .cat, .slide_list_none .item .date .cat {
  color: #333;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #DDD;
  padding: 0 10px;
  margin-left: 5px;
}
.slide_list .item .date .cat_01, .slide_list_none .item .date .cat_01 {
  background: #EDFAFA;
}
.slide_list .item .date .cat_02, .slide_list_none .item .date .cat_02 {
  background: #FFFFEC;
}
.slide_list .item .date .cat_03, .slide_list_none .item .date .cat_03 {
  background: #F1F8FF;
}
.slide_list .item .text {}
.slide_list.owl-theme .owl-nav .owl-prev, .slide_list.owl-theme .owl-nav .owl-next,
.slide_list_none .item .text {
  position: absolute;
  color: #4FABCA;
  font-size: 90px;
  line-height: 1;
  font-weight: normal;
  top: 70px;
}
.slide_list.owl-theme .owl-nav .owl-prev, .slide_list_none.owl-theme .owl-nav .owl-prev {
  left: -40px;
}
.slide_list.owl-theme .owl-nav .owl-next, .slide_list_none.owl-theme .owl-nav .owl-next {
  right: -40px;
}
.slide_list.owl-theme .owl-nav [class*=owl-]:hover, .slide_list_none.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
}

/*---------------------------------------------------------------------
	top_pickup
---------------------------------------------------------------------*/
.top_pickup {
  margin-bottom: 50px;
}

/*---------------------------------------------------------------------
	top_torikumi
---------------------------------------------------------------------*/
.top_torikumi {
  padding: 60px 0 50px;
  background: url("/image/common/bg_02.png") repeat-y 0 0;
  background-size: 100%;
  margin-bottom: 55px;
}
.top_torikumi .inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  box-sizing: content-box;
}
.torikumi_01 {
  margin-bottom: 50px;
}
/* info */
.top_torikumi .info {
  display: table;
  width: 100%;
  margin-bottom: 8px;
}
.top_torikumi .info .detail {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  padding: 10px 20px;
}
.top_torikumi .info .thumb {
  width: 66.66%;
  display: table-cell;
  vertical-align: middle;
  background: #fff;
}
.top_torikumi .info .thumb img {
  width: 100%;
}
.top_torikumi .info .top_ttl_02 {
  margin-bottom: 25px;
}
/* link_l_01 */
.top_torikumi .link_l_01 {
  font-size: 0;
}
.top_torikumi .link_l_01 li {
  font-size: 1.6rem;
  margin: 0 0.5% 0.5% 0;
  width: 49.58%;
  display: inline-block;
  vertical-align: top;
}
.top_torikumi .link_l_01 li:nth-child(2n) {
  margin-right: 0;
}
.top_torikumi .link_l_01 a {
  display: table;
  width: 100%;
  background: #E7E7E7;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: .3s;
}
.top_torikumi .link_l_01 a:hover {
  color: #000;
  background: #fff;
}
.top_torikumi .link_l_01 a:hover img {
  opacity: 1;
}
.top_torikumi .link_l_01 a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 47px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #72B8FF;
  border-bottom: 2px solid #72B8FF;
  transform: rotate(-45deg);
}
.top_torikumi .link_l_01 .thumb {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
}
.top_torikumi .link_l_01 .detail {
  padding: 10px 20px;
  display: table-cell;
  vertical-align: middle;
}
/* link_l_02 */
.top_torikumi .link_l_02 {
  font-size: 0;
}
.top_torikumi .link_l_02 li {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.5% 0.5% 0;
  width: 24.58%;
}
.top_torikumi .link_l_02 li:nth-child(4n) {
  margin-right: 0;
}
.top_torikumi .link_l_02 a {
  display: block;
  background: #E7E7E7;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: .3s;
  text-align: center;
  padding: 22px 20px;
}
.top_torikumi .link_l_02 a:hover {
  color: #000;
  background: #fff;
}
.top_torikumi .link_l_02 a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 32px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #72B8FF;
  border-bottom: 2px solid #72B8FF;
  transform: rotate(-45deg);
}

/* link_l_03 */
.top_torikumi .link_l_03 {
  font-size: 0;
}
.top_torikumi .link_l_03 > li {
  font-size: 1.6rem;
  margin: 0 0.5% 0.5% 0;
  width: 49.58%;
  display: inline-block;
  vertical-align: top;
}
.top_torikumi .link_l_03 > li:nth-child(2n) { margin-right: 0; }
.top_torikumi .link_l_03 > li > a {
  color: #000;
  display: block;
  text-decoration: none;
  position: relative;
  background: #E7E7E7 no-repeat 15px center;
  padding: 37px 20px 37px 52px;
  transition: .3s;
}
.top_torikumi .link_l_03 > .link_01 > a { background-image: url("/image/common/top_torikumi_01.svg"); background-size: 23px; }
.top_torikumi .link_l_03 > .link_02 > a { background-image: url("/image/common/top_torikumi_02.svg"); background-size: 22px; }
.top_torikumi .link_l_03 > .link_03 > a { background-image: url("/image/common/top_torikumi_03.svg"); background-size: 22px; }
.top_torikumi .link_l_03 > .link_04 > a { background-image: url("/image/common/top_torikumi_04.svg"); background-size: 20px; }
.top_torikumi .link_l_03 > .link_05 > a { background-image: url("/image/common/top_torikumi_05.svg"); background-size: 5px; background-position: 22px center; }
.top_torikumi .link_l_03 > li > a:hover,
.top_torikumi .link_l_03 > li > a.active { background-color: #fff; }

.top_torikumi .link_l_03 > li > a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -10px;
  border-left: 2px solid #8DC5FF;
  border-bottom: 2px solid #8DC5FF;
  transition: .3s;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
}
.top_torikumi .link_l_03 > li > a.active::after {
  margin-top: -5px;
  transform: rotate(135deg);
}

.top_torikumi .link_l_03 > li > ul { display: none; }
.top_torikumi .link_l_03 > li > ul > li { margin-top: 1px; }
.top_torikumi .link_l_03 > li > ul > li > a {
  color: #000;
  display: block;
  text-decoration: none;
  position: relative;
  background: #fff;
  padding: 12px 20px;
  transition: .3s;
}
.top_torikumi .link_l_03 > li > ul > li > a:hover {
  background-color: #d3eaf1;
}
.top_torikumi .link_l_03 > li > ul > li > a::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -5px;
  border: 4px solid transparent;
  border-left: 7px solid #8DC5FF;
}

/*---------------------------------------------------------------------
	top_torikumi_topics
---------------------------------------------------------------------*/
.top_torikumi_topics {
  margin-bottom: 50px;
}

/*---------------------------------------------------------------------
	top_area
---------------------------------------------------------------------*/
.top_area {
  margin-bottom: 55px;
}
/* info */
.top_area .info {
  display: table;
  width: 100%;
	min-height: 418px;
  table-layout: fixed;
  margin-bottom: 5px;
}
.top_area .info .detail {
  display: table-cell;
  vertical-align: top;
  background: #fff;
}
.top_area .info .ttl {
  color: #fff;
  font-size: 3.0rem;
  font-weight: normal;
  padding: 43px 80px 30px;
	background: #0059B2;
  /*background: #0059B2 url("/image/common/bg_03.png") repeat-x center top;*/
}
.top_area .info .detail_inner {
  padding: 20px 80px;
}
.top_area .info .lead {
  color: #00468C;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.top_area .info ul {
  text-align: center;
  margin-top: 25px;
}
.top_area .info li {
  width: 200px;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}
.top_area .info li a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #bbb;
  position: relative;
  padding: 12px;
  transition: .3s;
}
.top_area .info li a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 21px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #1E318B;
  border-bottom: 2px solid #1E318B;
  transform: rotate(-45deg);
  transition: .3s;
}
.top_area .info li a:hover {
  color: #fff;
  background: #1E318B;
}
.top_area .info li a:hover::after {
  border-color: #fff;
}
.top_area .info .thumb {
  display: table-cell;
  vertical-align: top;
  background: url(/userfiles/images/top/img_03_01.jpg) no-repeat center bottom;
  background-size: cover;
}
/* link */
.top_area .link {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.top_area .link .item {
  display: table-cell;
  vertical-align: top;
}
.top_area .link .item a {
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  background: no-repeat center bottom;
  background-size: cover;
  padding: 218px 10px;
  transition: .5s;
}
.top_area .link .link_01 a {
  background-image: url("/userfiles/images/top/bg_area_01.jpg");
}
.top_area .link .link_02 a {
  background-image: url("/userfiles/images/top/bg_area_02_2021.jpg");
}
.top_area .link .link_03 a {
  background-image: url("/userfiles/images/top/bg_area_03.jpg");
}
.top_area .link .link_04 a {
  background-image: url("/userfiles/images/top/bg_area_04_2023.jpg");
}
.top_area .link .link_05 a {
  background-image: url("/userfiles/images/top/bg_area_05.jpg");
}
.top_area .link:hover a {
  filter: grayscale(.9);
}
.top_area .link .item a:hover {
  filter: grayscale(0);
  text-shadow: 1px 1px 10px #fff;
}
.top_area .link .item .floor {
  font-size: 3rem;
  margin-bottom: 10px;
}
.top_area .link .item .lead {
  font-size: 1.4rem;
}
.top_area .link .item .ttl {
  font-size: 3.2rem;
  font-weight: normal;
  position: relative;
}
.lang_en .top_area .link .item .ttl {
  font-size: 2.6rem;
}
.top_area .link .item .ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  width: 13px;
  height: 13px;
  transition: .5s;
}
.top_area .link .item a:hover .ttl::after {
  bottom: -40px;
}

/*---------------------------------------------------------------------
	fishbook
---------------------------------------------------------------------*/
.top_fishs {
  margin-bottom: 60px;
}
.top_fishs .slide_list .item a {
  border: none;
  padding: 0;
}
.top_fishs .slide_list.owl-theme .owl-nav .owl-prev, .top_fishs .slide_list.owl-theme .owl-nav .owl-next {
  top: 35px;
}
.slide_list .fish_title {
  position: absolute;
  color: #fff;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  transition: .5s;
  text-shadow: 1px 1px 3px #000;
}
.slide_list a:hover .fish_title {
  opacity: 1;
}
.slide_list .fish_title span {
  display: inline-block;
  padding: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/*---------------------------------------------------------------------
	top_sns
---------------------------------------------------------------------*/
.top_sns {
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 0 15px;
  box-sizing: content-box;
}
.top_sns .item {
  float: left;
  width: 48%;
  margin-left: 4%;
}
.top_sns .item:first-child {
  margin-left: 0;
}
/* top_sns_link */
.top_sns_link {}
.top_sns_link li {
  border-bottom: 1px dotted #aaa;
}
.top_sns_link li:first-child {
  border-top: 1px dotted #aaa;
}
.top_sns_link li a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  text-align: center;
  background: no-repeat 10px center;
  padding: 27px 80px;
  transition: .3s;
}
.top_sns_link li a:hover {
  color: #000;
  background-color: #fafafa;
}
.top_sns_link li a::after {
  content: "";
  position: absolute;
  top: 34px;
  right: 18px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
}
.top_sns_link .link_01 a {
  background-image: url("/image/common/sns_facebook.png");
}
.top_sns_link .link_02 a {
  background-image: url("/image/common/sns_insta.png");
}
.top_sns_link .link_03 a {
  background-image: url("/image/common/sns_line.png");
}
.top_sns_link .link_04 a {
  background-image: url("/image/common/sns_x_black.png");
}
.top_sns_link .link_05 a {
  background-image: url("/image/common/sns_youtube.png");
}

/*---------------------------------------------------------------------
	top_media
---------------------------------------------------------------------*/
.top_media {
  margin-bottom: 60px;
}
.top_media .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top_media .list_media .item {
  font-size: 1.8rem;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  border-bottom: 1px dotted #ccc;
}
.top_media .list_media .item:first-child,
.top_media .list_media .item:nth-child(2) {
  border-top: 1px dotted #ccc;
}

/*---------------------------------------------------------------------
	top_plan
---------------------------------------------------------------------*/
.top_plan {
  padding: 30px 0 40px;
  margin-bottom: 50px;
  background: #DDD url("/image/common/bg_04.png");
}
.top_plan .inner {
	display: table;
  width: 100%;
}

/* thumb */
.top_plan .thumb {
  width: 50%;
  display: table-cell;
	vertical-align: middle;
  background: #4AADE2;
}

/* detail */
.top_plan .detail {
  width: 50%;
  display: table-cell;
  vertical-align: top;
	padding-bottom: 20px;
  background: #fff;
  /*table-layout: fixed;*/
}
.top_plan .detail .item {
	width: 16.666%;
  display: table-cell;
}
.top_plan .detail .item + .item {
  border-left: 1px solid #ddd;
}
.top_plan .detail .head {
  border-top: 5px solid;
  background-color: #fafafa;
  padding: 14px 10px 10px;
  text-align: center;
  line-height: 1.2;
}
.top_plan .detail .lead {
  font-size: 1.4rem;
	margin-bottom: 2px;
}
.top_plan .detail .ttl {
  font-size: 2.5rem;
}
.top_plan .detail .list {
	padding: 0 10px 20px;
}
.top_plan .detail .list li a {
	text-decoration: none;
	display: block;
	padding: 10px 5px;
  transition: .3s;
	border-bottom: 1px dotted #aaa;
}
.top_plan .detail .list li a:hover {
	background-color: #EDEFF7 !important;
}
.top_plan .detail .list li .number {
	color: #A3D2E3;
	font-size: 2.2rem;
	margin-right: 7px;
	display: inline-block;
	vertical-align: middle;
}
.top_plan .detail .list li .name {
	color: #000;
	display: inline-block;
	vertical-align: middle;
}
.top_plan .detail .link { text-align: center; }
.top_plan .detail .link a {
  display: inline-block;
  width: 90%;
  max-width: 250px;
  color: #fff;
	font-size: 1.4rem;
  text-decoration: none;
  background: #000 url(/image/common/icon_arrow_01.png) no-repeat right 10px center;
  padding: 12px 30px;
  border-radius: 25px;
  line-height: 1;
  transition: .3s;
}
.top_plan .detail .link a:hover { opacity: .7; }

/* detail > item_01 */
.top_plan .detail .item_01 .head {
  border-color: #00238C;
  background-color: #EDEFF7;
}
.top_plan .detail .item_01 .lead,
.top_plan .detail .item_01 .ttl {
  color: #092C75;
}
.top_plan .detail .item_01 .list li:nth-child(1) a { background: url(/userfiles/images/guide/plan/icon_fish01.png) no-repeat 100% center; background-size: 80px auto; }
.top_plan .detail .item_01 .list li:nth-child(2) a { background: url(/userfiles/images/guide/plan/icon_fish02.png) no-repeat 95% center; background-size: 48px auto; }
.top_plan .detail .item_01 .list li:nth-child(3) a { background: url(/userfiles/images/guide/plan/icon_fish03.png) no-repeat 100% center; background-size: 68px auto; }
.top_plan .detail .item_01 .link a { background-color: #092C75; }

/* detail > item_02 */
.top_plan .detail .item_02 .head {
  border-color: #0085B2;
  background-color: #EDF6FA;
}
.top_plan .detail .item_02 .lead,
.top_plan .detail .item_02 .ttl {
  color: #0085B2;
}
.top_plan .detail .item_02 .list li:nth-child(1) a { background: url(/userfiles/images/guide/plan/icon_fish04.png) no-repeat 100% center; background-size: 40px auto; }
.top_plan .detail .item_02 .list li:nth-child(2) a { background: url(/userfiles/images/guide/plan/icon_fish05.png) no-repeat 100% center; background-size: 50px auto; }
.top_plan .detail .item_02 .list li:nth-child(3) a { background: url(/userfiles/images/guide/plan/icon_fish06.png) no-repeat 100% center; background-size: 40px auto; }
.top_plan .detail .item_02 .link a { background-color: #0085B2; }

/* detail > item_03 */
.top_plan .detail .item_03 .head {
  border-color: #008C8C;
  background-color: #EDF7F7;
}
.top_plan .detail .item_03 .lead,
.top_plan .detail .item_03 .ttl {
  color: #008C8C;
}
.top_plan .detail .item_03 .list li a { padding: 3px 0; }
.top_plan .detail .item_03 .list li:nth-child(1) a { background: url(/userfiles/images/guide/plan/icon_fish07.png) no-repeat 100% center; background-size: 60px auto; }
.top_plan .detail .item_03 .list li:nth-child(2) a { background: url(/userfiles/images/guide/plan/icon_fish08.png) no-repeat 100% center; background-size: 58px auto; }
.top_plan .detail .item_03 .list li:nth-child(3) a { background: url(/userfiles/images/guide/plan/icon_fish10.png) no-repeat 100% bottom; background-size: 40px auto; }
.top_plan .detail .item_03 .list li:nth-child(4) a { background: url(/userfiles/images/guide/plan/icon_fish09.png) no-repeat 100% center; background-size: 50px auto; }
.top_plan .detail .item_03 .link a { background-color: #008C8C; }

/*---------------------------------------------------------------------
	contents_link
---------------------------------------------------------------------*/
.contents_link {
	margin-bottom: 50px;
	background-color: #222;
}
.contents_link .inner {
	width: 100%;
	display: table;
}
.contents_link .inner li {
	text-align: center;
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	background: url(/userfiles/images/top/bg_fishbook.jpg) center center no-repeat;
	background-size: cover;
	transition: .3s;
}
.contents_link .inner li:nth-child(2) {
	background: url(/userfiles/images/top/bg_staffblog.jpg) left top;
}
.contents_link .inner li a {
	display: block;
	padding: 80px 0;
}