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

#site_header{
  border-bottom: none;
}
.header_top { padding: 0; }

#site_header .site_logo,
#site_header .dir_navi,
#site_header .utility_menu,
#site_header .g_navi{
  display: none;
}

.btn_site_navi .line{
  z-index: 30;
}

@media only screen and (min-width : 1200px) {
  .btn_site_navi .line{
    display: none;
  }
}


.main_top_area{
  position: relative;
  z-index: 10;
  padding: 20px 4%;
  background:
    url(/image/top/bg_top_area_sp.png) center bottom,
    url(/image/top/bg_top01.png);
}

.main_top_logo_block{
  text-align: center;
}

.top_nanbu_navi_block{
  margin: 20px 0 0;
  text-align: center;
}

.main_top_area .nanbu_navi_link{
  display: inline-block;
  padding: 10px 23px;
  border-radius: 35px;
  background-color: #008C00;
  font-size: 125%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all .3s;
}

.main_top_area .nanbu_navi_link::after{
  content: url(/image/icon/icon_arrow04_c01.png);
  margin-left: 10px;
}

.main_top_area .nanbu_navi_link:hover,
.main_top_area .nanbu_navi_link:active{
  opacity: .7;
  color: inherit;
}

.nanbu_navi_link:visited {
	color: #fff;
}

.main_top_search_txt{
  margin: 30px 0 0;
  font-size: 87.5%;
  color: #555555;
}

.main_top_area .main_top_search{
  margin-top: 10px;
}

.main_top_area .main_top_search .search_window{
  padding: 11px 34px 11px 10px;
}
.main_top_area .main_top_search .search_window:focus {
  outline: none;
  background: #ffffea;
}

.main_top_area .search_form .search_button{
  top: 12px;
}

.main_top_link_block{
  margin: 15px auto 25px;
}

.main_top_link_list{
  display: flex;
  flex-wrap: wrap; 
}

.main_top_link_lists{
  width: 100%;
  margin-top: 5px;
  background-color: rgba(255,255,255,0.56);
  border-radius: 35px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  text-align: center;
}

.main_top_link_lists:nth-of-type(4){
  width: 40%;
  margin-top: 15px;
  border-radius: 35px 0 0 35px;
}

.main_top_link_lists:nth-of-type(5){
  width: 58%;
  margin-top: 15px;
  margin-left: 2%;
  border-radius: 0 35px 35px 0;
}

.main_top_link_lists a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 16px 10px;
}
.main_top_link{
  display: inline-block;
  padding-bottom: 3px;
  font-size: 125%;
}

.main_top_link:hover{
	text-decoration: none;
}

.main_top_link:visited{
  color: inherit;
}

.main_top_link::after{
  content: url(/image/icon/icon_arrow04_c02.png);
  margin-left: 5px;
}

.main_top_link_lists:nth-of-type(4) .main_top_link,
.main_top_link_lists:nth-of-type(5) .main_top_link{
  font-size: 112.5%;
}


.main_top_link_lists:nth-of-type(2) .main_top_link::after{
  content: url(/image/icon/icon_arrow04_c03.png);
}

.main_top_link_lists:nth-of-type(3) .main_top_link::after{
  content: url(/image/icon/icon_arrow04_c04.png);
}

.main_top_link_lists:nth-of-type(4) .main_top_link::after,
.main_top_link_lists:nth-of-type(5) .main_top_link::after{
  content: url(/image/icon/icon_arrow04_c05.png);
}

.link_border{
  border-bottom: 2px dotted #0DB5B5;
}

.main_top_link_lists:nth-of-type(2) .link_border{
  border-bottom-color: #0080FF;
}

.main_top_link_lists:nth-of-type(3) .link_border{
  border-bottom-color: #004182;
}

.main_top_link_lists:nth-of-type(4) .link_border,
.main_top_link_lists:nth-of-type(5) .link_border{
  border-bottom-color: #5500A1;
}

.ff_serif{
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,serif;
}

.main_top_lead{
  margin: 0 0 5px;
  font-size: 131.25%;
  color: #1A6600;
}

.main_top_txt{
  line-height: 1.62;
  font-size: 81.25%;
  color: #555555;
}

.scroll_icon{
  margin: 50px auto 0;
  text-align: center;
}

.main_top_area .cities_area{
  margin: 30px 0 0;
}

.main_top_area .cities_list{
  display: flex;
  justify-content: space-between;
}

.main_top_area .cities_lists{
  width: 48%;
}

.main_top_area .cities_link_block{
  margin: 10px 0 0;
}

.main_top_area .cities_link_block img{
  width: 100%;
}

.pc_only{
  display: none;
}

@media only screen and (max-width : 767px) {
  .sp_after_bg{
    position: relative;
    padding:0 0 57%;
  }

  .sp_after_bg::after{
    content: "";
    position: absolute;
    z-index: -10;
    left: -2%;
    bottom: 0;
    width: 106%;
    height: 800px;
    background: url(/image/top/bg_top_area_sp03.png) no-repeat left bottom/contain;
  }
}


@media only screen and (min-width : 470px) and (max-width: 767px){
  .sp_after_bg::after{
    background-position: right bottom;
  }
}


@media only screen and (min-width : 768px) and (max-width: 1199px){
  .main_top_area{
    background: 
      url(/image/top/bg_top_area_tablet03.png) no-repeat 20% 0,
      url(/image/top/bg_top01.png);
  }

  .main_top_txt_block{
    width: 100%;
    margin: 15px auto auto;
    padding: 25px 21% 25px;
    background: url(/image/top/bg_top_area_tablet02.png) no-repeat right center/20%;
    text-align: center;
  }

}

@media only screen and (min-width : 768px) {
  .main_top_link_list{
    justify-content: center;
  }

  .main_top_area .main_top_link_lists{
    border-radius: 0;
  }

  .main_top_link_lists:nth-of-type(1){
    width: 40%;
    border-radius: 35px 0 0 35px;
  }

  .main_top_link_lists:nth-of-type(2){
    width: 22%;
  }

  .main_top_link_lists:nth-of-type(3){
    width: 38%;
    border-radius: 0 35px 35px 0;
  }

  .main_top_link_lists:nth-of-type(4){
    width: 150px;
    margin: 20px 10px 0 0;
  }

  .main_top_link_lists:nth-of-type(5){
    width: 190px;
    margin: 20px 0 0 0;
  }

  .main_top_txt_block{
		background: none;
		padding-right: 0;
  }

  .main_top_lead{
    font-size: 168.75%;
  }

  .main_top_search_txt,
  .main_top_area .main_top_search{
    max-width: 370px;
    margin: auto;
  }

  .main_top_search_txt{
    margin-top: 20px;
    text-align: center;
  }

  .main_top_area .main_top_search{
    margin-top: 15px;
  }

  
}


@media only screen and (min-width : 1200px) {
  .pc_only{
    display: block;
  }

  .main_top_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 2% 40px;
    background:
      url(/image/top/bg_top_area02.png) no-repeat 5% -110px,
      url(/image/top/bg_top_area.png) no-repeat left top,
      url(/image/top/bg_top01.png);
  }

  .main_top_area_block01{
    width: 60%;
    padding-top: 100px;
  }

  .main_top_area_block02{
    width: 38%;
  }

  .main_top_link_list{
    padding: 0;
  }

  .main_top_area .main_top_link_lists a{
    padding: 16px 30px;
  }
	.main_top_area .main_top_link_lists a:hover {
    transition: .3s;
    opacity: .7;
	}

  .main_top_txt_block {
    background: url(/image/top/bg_top_area_tablet02.png) no-repeat right center;
    padding: 15px 29% 15px 28%;
	}

  .main_top_area .cities_area{
    margin: 0;
  }

  #pc_slick01{
    margin-top: 10px;
  }
	
}

@media only screen and (min-width : 1400px){
  .main_top_area .main_top_link_lists{
    width: auto;
  }

  .main_top_link_lists:nth-of-type(4){
    width: 180px;
    margin-left: 8%;
  }

  .main_top_link_lists:nth-of-type(5){
    margin-right: 8%;
  }

}

@media only screen and (min-width : 1850px) {
  .main_top_link_list{
    max-width: 1000px;
    margin: auto;
  }
}

/*---------------------------------------------------------------------
  pick_up
---------------------------------------------------------------------*/
.pickup_area{
  padding: 30px 0 60px;
}

.top_common_ttl{
  margin: 0 0 25px;
  font-size: 125%;
  font-weight: normal;
}

.top_common_ttl img{
  margin-right: 5px;
}

.pickup_ttl{
  text-align: center;
}

.pickup_area .slick-slider{
  width: 92%;
  max-width: 1920px;
  margin: auto;
}

.pickup_area .slick-slide{
  margin: 0 10px;
}

.pickup_area .slick-slide img{
  width: 100%;
}

.pickup_area .slick-next,
.pickup_area .slick-prev{
  width: 40px;
  height: 40px;
  z-index: 50;
}

.pickup_area .slick-next{
  right: -4%;
}

.pickup_area .slick-prev{
  left: -4%;
}

.pickup_area .slick-dots li button:before{
  width: 20px;
  height: 10px;
  background-color: #E2E2E2;
  opacity: 1;
}

.pickup_area .slick-dots li.slick-active button:before{
  background-color: #C53F3F;
  opacity: 1;
}

@media only screen and (min-width : 768px) {
  .pickup_area{
    padding: 40px 0 75px;
  }

  .top_common_ttl{
    margin-bottom: 20px;
    font-size: 187.5%;
  }
}

/*---------------------------------------------------------------------
  news (/jimukumiai/のパーツを基に調整)
---------------------------------------------------------------------*/
.topics_area{
  padding: 10px 0 50px;
  background-color: rgba(153,204,153,.15);
}

.tab_topcs{
  margin-top: 20px;
  padding: 5px 5px;
  background: none;
}

.tab_topcs .head{
  margin-bottom: 0;
}

.topics_area .inner_common{

}

.tab_topcs .tab_content{
  padding: 25px 15px;
  background-color: #fff;
}

.tab_topcs .tab_navi li{
  vertical-align: bottom;
}

.tab_topcs .tab_navi a{
  border: none;
  border-radius: 5px 5px 0 0;
  background-color: #fff;
}

.tab_topcs .tab_navi li:nth-of-type(2) a{
  background-color: #C6E9C6;
}

.tab_topcs .tab_navi li:nth-of-type(3) a{
  background-color: #FFFFBF;
}

.tab_topcs .tab_navi li:nth-of-type(4) a{
  background-color: #BFDFFF;
}

.orga_block{

}

.orga_list_wrap{

}

.orga_link_list{
  padding: 15px 15px;
  background-color: #fff;
}

.orga_link_lists{
  padding: 15px 10px;
  border-radius: 5px;
  background-color: rgba(49,192,192,.10);
}

.orga_link_list .orga_link_lists:nth-of-type(2){
  background-color: rgba(0,128,255,.10);
}

.orga_link_list .orga_link_lists:nth-of-type(3){
  background-color: rgba(0,65,130,.10);
}


.orga_link_lists + .orga_link_lists{
  margin-top: 15px;
}

.orga_link_name{
  position: relative;
  padding: 0 0 0 20px;
}

.orga_link_name::before{
  content: "";
  background-image: linear-gradient(to bottom, #00B2B2, #00B2B2 4px, transparent 4px);
  background-size: 4px 6px;
  background-repeat: repeat-y;
  position: absolute;
  top: 25%;
  left: 2px;
  width: 4px;
  height: 16px;
}

.orga_link_list .orga_link_lists:nth-of-type(2) .orga_link_name::before{
  background-image: linear-gradient(to bottom, #0080FF, #0080FF 4px, transparent 4px);
  background-size: 4px 6px;
}

.orga_link_list .orga_link_lists:nth-of-type(3) .orga_link_name::before{
  background-image: linear-gradient(to bottom, #004182, #004182 4px, transparent 4px);
  background-size: 4px 6px;
}

.orga_link_lists a{
  display: block;
  text-decoration: none;
}

.orga_link_lists a:hover,
.orga_link_lists a:link,
.orga_link_lists a:visited{
  color: #000000;
}

.orga_link_indent{
  margin: 10px 0 0 0;
  padding: 0 5px 0 30px;
}

.orga_banner_list{
  margin: 15px 0 0;
  padding: 5px 15px;
  background-color: #fff;
}

@media only screen and (min-width : 1024px) {
  .tab_topcs .tab_navi{
    /*display: block;*/
    display: flex;
    margin: 20px 0 0 10px;
  }

  .tab_topcs .tab_navi li + li::before {
    content: none;
  }

  .list_topics li .date{
    padding: 0 10px;
    text-align: center;
  }
	
	.orga_link_lists a:hover {
    text-decoration: underline;
    color: #358fdd;
	}
}

@media only screen and (min-width : 1200px) {
  .topics_area{
    background: rgba(153,204,153,.15) url(/image/top/bg_topics02.png) no-repeat 0 0/100%;
  }

  .topics_area .inner_common{
    display: flex;
    justify-content: space-between;
  }

  .tab_topcs{
    width: 68%;
    margin: 40px 0 0;
    padding-top: 0;
  }

  .orga_block{
    width: 28%;
    margin: 40px 0 0;
  }

  .tab_topcs .tab_content{
    padding: 25px 35px 25px 15px;
    padding: 25px 15px;
  }

  .tab_topcs .tab_item{
    max-height: 390px;
    overflow-y: scroll;
    padding-right: 20px;
    scrollbar-color: #99CC99 rgba(213,234,213,.7);
    scrollbar-width: thin;
  }

  .tab_topcs .tab_item::-webkit-scrollbar{
    width: 12px;
    height: 10px;
  }

  .tab_topcs .tab_item::-webkit-scrollbar-track {
    background-color: rgba(213,234,213,.7);
    border-radius: 6px;
  }

  .tab_topcs .tab_item::-webkit-scrollbar-thumb {
    background: #99CC99;
    border-radius: 6px;
  }


  .tab_topcs .tab_navi a{
    width: 115px;
  }

  .list_topics li a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 96px;
    padding: 20px 10px;
  }

  .list_topics li .cat_tag{
    order: 30;
    width: 15%;
    position: absolute;
    left: 10px;
    top: 48px;
  }

  .list_topics li .date{
    order: 10;
    width: 17%;
  }

  .list_topics li .title{
    order: 20;
    width: 83%;
    padding: 0 10px;
  }
}

/*---------------------------------------------------------------------
  facility
---------------------------------------------------------------------*/
.facility_area{
  padding: 30px 0 45px;
}

.inner_common{
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.facility_ttl{
  text-align: center;
}

.facility_block_wrap{

}

.facility_block{
  margin-top: 30px;
  border: 1px solid #C0C0C0;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.facility_block img{
  width: 100%;
}

.facility_link_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px 20px;
}

.facility_link_lists{
  position: relative;
  width: 46%;
  margin: 10px 0 0;
  padding: 0 0 10px 20px;
  border-bottom: 1px dashed #BFBFBF;
}

.facility_link_lists::before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #3A016E;
}

.facility_block + .facility_block .facility_link_lists::before{
  border-left-color: #5F4DFF;
}

.facility_link{
  text-decoration: none;
  color: inherit;
	display: block;
}

@media only screen and (min-width : 768px) {
  .facility_area{
    padding: 60px 0 80px;
  }

  .facility_block_wrap{
    display: flex;
    justify-content: space-between;
  }

  .facility_block{
    width: 48.5%;
    margin: 0;
  }
  
}
@media only screen and (min-width : 1200px) {
	.facility_link { transition: .3s; }
	.facility_link:hover{
		background: #F7F5E9;
	}
}

/*---------------------------------------------------------------------
  know
---------------------------------------------------------------------*/
.know_area{
  margin-bottom: 50px;
  padding: 30px 0 50px;
  background: url(/image/top/bg_know.jpg) no-repeat center center/cover;
}

.know_inner{
  width: 96%;
  max-width: 1500px;
  margin: auto;
}

.know_ttl{
  color: #fff;
}

.know_info_block{

}

.know_info01,
.know_info02{
  margin: 25px 0 0;
}

.know_txt{
  color: #fff;
}

.know_link_list{
  display: flex;
  justify-content: space-between;
}

.know_link_lists{
  width: 46%;
  border: 1px solid #BFBFBF;
	background: #fff;
}

.know_link_lists img{
  width: 100%;
}

.know_link{
  position: relative;
  display: block;
  padding: 20px 15px 20px 25px;
  background: url(/image/top/bg_know.png) no-repeat 0 0/cover;
  font-size: 112.5%;
  text-decoration: none;
  color: #000000;
}

.know_link:hover,
.know_link:visited{
  color: #000;
}

.know_link::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0CB5B5;
  border-right: 2px solid #0CB5B5;
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width : 768px) {
  .know_area{
    margin-bottom: 80px;
    padding: 50px 0 80px;
  }

  .know_ttl{
    margin-bottom: 10px;
  }
}

@media only screen and (min-width : 991px) {
  .know_info_block{
    display: flex;
    justify-content: space-between;
  }

  .know_link_lists{
    width: 48%;
  }

  .know_info01{
    width: 38%;
  }

  .know_info02{
    width: 57%;
  }
}
