/*---------------------------------------------
main img
---------------------------------------------*/
#main-img {
  height: auto !important;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main-img .inBgItem {
    background: no-repeat center center;
    background-size: cover;
    /*height: calc(100vh - 180px);*/
	height: calc(97.5vh - 180px);
    position: relative;
  }
  #main-img .bg01 {
    background-image: url(../images/index/main_img_01_bg_sp.jpg);
    background-size: auto;
    background-position: center 78%;
  }
  #main-img .bg02 {
    background-image: url(../images/index/main_img_02_bg_sp.jpg);
    background-position: right center;
  }
  #main-img .bg03 {
    background-image: url(../images/index/main_img_03_sp.jpg);
  }
  #main-img .bg04 {
    background-image: url(../images/index/main_img_04_sp.jpg);
    background-size: cover;
    background-position: center 25%;
  }
  #main-img .bg05 {
    background-image: url(../images/index/main_img_05_sp.jpg);
    background-size: cover;
    background-position: center 38%;
  }
  #main-img .bg06 {
    background-image: url(../images/index/main_img_06_sp.jpg);
  }

  #main-img .absTtl {
    left: 0;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 100%;
  }
  #main-img .absTtl img {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  #main-img .bg01 .absTtl img {
    max-width: 90%;
  }
}

#main-img .today-info {
  background: rgba(0, 146, 96, 0.8);
  border-radius: 20px 20px 0 0;
  bottom: 90px;
  height: 100px;
  left: 0;
  margin: 0 auto;
  max-width: 930px;
  padding: 0 2%;
  position: absolute;
  right: 0;
	top: 80%;
  width: 92%;
  z-index: 9999;
}

#main-img .today-info .info-inner {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-img .today-info,
  #main-img .today-info .info-inner {
    height: 70px;
  }
  #main-img .today-info .info-inner {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  #main-img .today-info .info-inner {
    display: block;
    max-width: 400px;
    position: relative;
  }
}

#main-img .today-info .ymd {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  width: 225px;
}

#main-img .today-info .ymd .year {
  background: #fff;
  border-radius: 50%;
  color: #009260;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  height: 60px;
  line-height: 60px;
  margin-right: 1%;
  text-align: center;
  width: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-img .today-info .ymd .year {
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
}

#main-img .today-info .ymd .month {
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 300;
  position: relative;
  top: -20px;
}

#main-img .today-info .ymd .day {
  color: #fff;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 300;
  margin-left: -10px;
  margin-top: 18px;
}

#main-img .today-info .ymd .week {
  bottom: -6px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  position: relative;
}

#main-img .today-info .weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  width: 14%;
}

#main-img .today-info .weather .img {
  margin-right: 10px;
  line-height: 0;
}

#main-img .today-info .weather .txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  padding-top: 6px;
}

#main-img .today-info .snow, #main-img .today-info .quality {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}

#main-img .today-info .update {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

#main-img .today-info .lift {
  background: url(../images/index/icon_day.png);
  height: 78px;
  line-height: 116px;
  text-align: center;
  width: 78px;
}

#main-img .today-info .camera {
  height: 78px;
  width: 78px;
}

#main-img .today-info .lift-link,
#main-img .today-info .camera-link {
  display: block;
}

#main-img .today-info .lift-link:hover,
#main-img .today-info .camera-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  #main-img {
    /*height: 100vh !important;*/
    /*height: calc(69.5vh - 30px) !important;*/
	  height: 65.5vh !important;
	  position: relative;
	  overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info {
	background-color: rgba(0, 146, 96, 0.8);
	border-radius: 15px 15px 0 0;
	bottom: 70px;
	height: 135px;
	left: 0;
	margin: 0 auto;
	/*max-width: 345px;*/
	max-width: 100%;
	width: 92%;
	padding: 0;
	right: 0;
	bottom: 0;
	top: unset;
  }



}

/*@media screen and (orientation: portrait) and (max-width: 767px) {
#main-img {
height: 100vh !important;
}
#main-img .today-info {
background: #009260;
border-radius: 0;
max-width: 100%;
width: 100%;
}
}*/
/*
@media screen and (max-width: 767px) {
  #main-img {
    /*height: 100vh !important;*/
    /*height: calc(69.5vh - 30px) !important;
  }
  #main-img .today-info {
    background-color: rgba(0, 146, 96, 0.8);
    border-radius: 0;
    max-width: 100%;
    width: 92%;
	border-radius: 15px 15px 0 0;
  }
}*/

/*@media screen and (orientation: landscape) and (max-width: 767px) {
#main-img {
height: auto !important;
}
#main-img img.sp {
display: none;
}
#main-img img.pc {
-o-object-fit: cover;
display: block !important;
height: 100%;
object-fit: cover;
width: 100%;
}
}*/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-img .today-info {
    bottom: 74px;
  }
}

@media screen and (max-width: 1280px) {
  #main-img .today-info .ymd {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .ymd {
    left: 5%;
    position: absolute;
    top: 16px;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .ymd .year {
    font-size: 1.345rem;
    height: 38px;
    line-height: 38px;
    width: 38px;
  }
}

@media screen and (max-width: 1280px) {
  #main-img .today-info .ymd .month {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .ymd .month {
    font-size: 1.9rem;
    top: -18px;
  }
}

@media screen and (max-width: 1280px) {
  #main-img .today-info .ymd .day {
    font-size: 4rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .ymd .day {
    font-size: 3.895rem;
    margin-left: -5px;
    margin-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .ymd .week {
    bottom: -2px;
    font-size: 1.345rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-img .today-info .weather {
    /*max-width: 70px;*/
    width: auto;
  }
  #main-img .today-info .weather .img img {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .weather {
    bottom: 10px;
    left: 6%;
    position: absolute;
    width: 34.2608%;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .weather .img {
    position: relative;
    top: 13px;
    width: 48px;
  }
}

@media screen and (max-width: 1280px) {
  #main-img .today-info .weather .txt {
    font-size: 1.2rem;
    padding-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .weather .txt {
    font-size: 1.4rem;
    padding-top: 12px;
  }
}

@media screen and (max-width: 1280px) {
  #main-img .today-info .snow, #main-img .today-info .quality {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .snow, #main-img .today-info .quality {
    bottom: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .snow {
    left: 43%;
    position: absolute;
  }
  #main-img .today-info .quality {
    position: absolute;
    left: 66%;
  }
}

@media screen and (max-width: 1280px) {
  #main-img .today-info .update {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .update {
    font-size: 0.9rem;
    left: 10%;
    position: absolute;
    top: 55px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-img .today-info .lift {
    background: url(../images/index/icon_day_sp.png);
    background-size: contain;
    height: 46px;
    line-height: 46px;
    width: 46px;
  }
  #main-img .today-info .lift img {
    height: auto;
    position: relative;
    top: 10px;
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .lift {
    background: url(../images/index/icon_day_sp.png);
    background-size: contain;
    height: 62.5px;
    line-height: 96px;
    position: absolute;
    right: 22%;
    top: 16px;
    width: 62.5px;
  }
  #main-img .today-info .lift .img {
    display: inline-block;
    width: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-img .today-info .camera {
    background-size: contain;
    height: 46px;
    line-height: 46px;
    width: 46px;
  }
}

@media screen and (max-width: 767px) {
  #main-img .today-info .camera {
    height: 62.5px;
    position: absolute;
    right: 2%;
    top: 16px;
    width: 62.5px;
  }
}

/*---------------------------------------------
common
---------------------------------------------*/
.section-ttl {
  margin-bottom: 50px;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

.section-ttl h2 {
  margin-bottom: 10px;
}

.section-ttl .catch {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .section-ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-ttl h2 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section-ttl .catch {
    font-size: 1.4rem;
  }
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
}

/*---------------------------------------------
info
---------------------------------------------*/
#info {
  margin-bottom: 86px;
}

#info .inner {
  position: relative;
  width: 100%;
}

#info .inner .today-info {
  background: #e5e5e5;
  bottom: 90px;
  height: 145px;
  left: 0;
  margin: 0 auto 40px;
  padding: 0;
  right: 0;
  width: 100%;
}

#info .inner .today-info .inner {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 145px;
  justify-content: space-between;
  max-width: 655px;
  width: 92%;
}

#info .inner .today-info .inner .ymd {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  border-right: #606060 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  max-width: 350px;
  padding-right: 2%;
  width: 51.16666%;
}

#info .inner .today-info .inner .ymd .year {
  background: #009260;
  border-radius: 50%;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 2.372rem;
  font-style: italic;
  font-weight: 400;
  height: 90px;
  line-height: 90px;
  text-align: center;
  width: 90px;
}

#info .inner .today-info .inner .ymd .month {
  color: #434343;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 4.448rem;
  font-style: italic;
  font-weight: 400;
  position: relative;
  top: -30px;
}

#info .inner .today-info .inner .ymd .day {
  color: #434343;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 8.897rem;
  font-style: italic;
  font-weight: 400;
  margin-left: -10px;
  margin-top: 30px;
}

#info .inner .today-info .inner .ymd .week {
  bottom: -6px;
  color: #434343;
  font-family: 'Roboto', sans-serif;
  font-size: 2.372rem;
  font-style: italic;
  font-weight: 400;
  position: relative;
}

#info .inner .today-info .inner .txt01 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #434343;
  font-size: 2.4rem;
  position: relative;
  top: 34px;
}

#info .inner .today-info .inner .txt02,
#info .inner .today-info .inner .txt02 #cource_state01 {
  color: #434343;
  font-family: 'Roboto', sans-serif;
  font-size: 3.6rem;
  font-style: italic;
  font-weight: 300;
}

#info .inner .today-info .inner .txt02 span,
#info .inner .today-info .inner .txt02 #cource_state02 {
  display: inline-block;
  font-size: 2.4rem;
  margin-top: 20px;
}
#info .inner .today-info .inner .txt02 #cource_state01 {
  margin-top: 40px;
}
#info .inner .box {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 98%;
  max-width: 900px;
}

#info .inner .box .box-in.left {
  margin-left: 12px;
  /*max-width: 220px;
  width: 18.3333%;*/
  width: 43%;
  order: 2;
}

#info .inner .box .box-in.center {
  /*max-width: 530px;
  width: 44.16666%;*/
  width: 100%;
  margin-bottom: 40px;
  order: 1;
}

#info .inner .box .box-in.center .contents-ttl {
  margin-bottom: 30px;
}

#info .inner .box .box-in.right {
  /*max-width: 370px;
  width: 30.83333%;*/
  width: 43%;
  order: 3;
}

#info .inner .box .box-in.right .contents-ttl {
  margin-bottom: 30px;
}

#info .inner .box .box-in .contents-ttl {
  font-size: 2.4rem;
  margin-bottom: 14px;
  text-align: center;
}

#info .inner .box .box-in .weather {
  text-align: center;
}

#info .inner .box .box-in .weather-txt {
  color: #434343;
  font-size: 1.6rem;
  margin-bottom: 14px;
  text-align: center;
}

#info .inner .box .box-in .table-type01 {
  color: #434343;
  margin: 0 auto;
}

#info .inner .box .box-in .table-type01 th {
  width: 60px;
  padding-bottom: 10px;
}

#info .inner .box .box-in .table-type01 th span {
  border: #4a4a4a solid 1px;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  width: 50px;
}

#info .inner .box .box-in .table-type01 td {
  font-size: 1.8rem;
  padding-left: 4px;
}

#info .inner .box .box-in .table-type02 {
  width: 100%;
}

#info .inner .box .box-in .table-type02 thead th {
  box-sizing: border-box;
  background: #e5e5e5;
  font-size: 1.7rem;
  padding: 10px 0 10px 12px;
  line-height: 1.4;
}

#info .inner .box .box-in .table-type02 thead th:nth-child(1) {
  /*width: 31%;*/
  width: 22%;
}
#info .inner .box .box-in .table-type02 thead th:nth-child(2) {
  /*width: 20%;*/
  width: 14%;
}
#info .inner .box .box-in .table-type02 thead th:nth-child(3) {
  width: 15.5%;
}

#info .inner .box .box-in .table-type02 thead#parking_info_head th {
  width: 20%;
  padding: 10px 5px;
  text-align: center;
}
#info .inner .box .box-in .table-type02 tbody#parking_info_body th {
  width: 20%;
  padding: 5px;
  text-align: center;
}


#info .inner .box .box-in .table-type02 tbody tr {
  border-bottom: #656565 solid 1px;
}

#info .inner .box .box-in .table-type02 tbody td {
  font-size: 1.6rem;
  padding: 10px 8px;
}

#info .inner .box .box-in .table-type03 {
  width: 100%;
}

#info .inner .box .box-in .table-type03 dt {
  background: #e5e5e5;
  border-top: #606060 solid 1px;
  font-size: 1.7rem;
  padding: 6px 0 8px;
  position: relative;
  text-align: center;
}

#info .inner .box .box-in .table-type03 dt::after {
  background: url(../images/index/icon_arrow_bottom.png);
  background-size: cover;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 12px;
}

#info .inner .box .box-in .table-type03 dt.open::after {
  background: url(../images/index/icon_arrow_top.png);
  background-size: cover;
}

#info .inner .box .box-in .table-type03 dd {
  display: none;
}

#info .inner .box .box-in .table-type03 dd ul {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  border-top: #606060 solid 1px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;*/
}

#info .inner .box .box-in .table-type03 dd li {
  font-size: 1.6rem;
  padding: 6px 0 8px 10px;
  min-height: 34px;
  /*width: 50%;*/
}
#info .inner .box .box-in .table-type03 dd li:first-child {
  background: rgba(0, 146, 96, 0.5);
}
#info .inner .box .box-in .table-type03.last {
  margin-bottom: 20px;
}

#info .inner .box .box-in .table-type03.last dt {
  border-bottom: #606060 solid 1px;
}

#info .inner .box .box-in .table-type03.last dd ul {
  border-bottom: #606060 solid 1px;
  border-top: none;
}

@media screen and (max-width: 767px) {
  #info {
    margin-bottom: 80px;
  }
  #info .section-ttl img {
    width: 151px;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info {
    height: 72.5px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner {
    height: 72.5px;
    padding: 0;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner .ymd {
    border-right: none;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner .ymd .year {
    font-size: 1.17rem;
    height: 45px;
    line-height: 45px;
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner .ymd .month {
    font-size: 2.224rem;
    top: -18px;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner .ymd .day {
    font-size: 4.457rem;
    margin-left: -6px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner .ymd .week {
    bottom: -2px;
    font-size: 1.17rem;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner .txt01 {
    font-size: 1.5rem;
    left: 60%;
    position: absolute;
    top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner .txt02,
  #info .inner .today-info .inner .txt02 #cource_state01 {
    bottom: 7px;
    font-size: 1.8rem;
    left: 60%;
    position: absolute;
  }
  #info .inner .today-info .inner .txt02 #cource_state01 {
    margin: 0 0 -3px;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .today-info .inner .txt02 span,
  #info .inner .today-info .inner .txt02 #cource_state02 {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box {
    -ms-flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

#info .inner .box .box-in.left .column {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 375px;
}
@media screen and (max-width: 767px) {
  #info .inner .box .box-in.left {
    margin: 0 auto 20px;
    max-width: 92%;
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in.center {
    margin: 0 auto;
    max-width: 92%;
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in.center .contents-ttl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in.right {
    margin: 0 auto;
    max-width: 92%;
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in.right .contents-ttl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1280px) {
  #info .inner .box .box-in .contents-ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in .contents-ttl {
    font-size: 1.8rem;
  }
}


#info .inner .box .box-in .weather-wrap {
  -ms-flex-align: center;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 50%;
}
#info .inner .box .box-in .weather-txt {
  /*margin: 0 auto;*/
  margin: 0 0 0 5px;
}
#info .inner .box .box-in .weather img {
  width: 78.5px;
}



#info .inner .box .box-in .table-type01 {
  width: 50%;
}


@media screen and (max-width: 1280px) {
  #info .inner .box .box-in .table-type01 th span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in .table-type01 th {
    width: 60px;
  }
  #info .inner .box .box-in .table-type01 th span {
    font-size: 1.45rem;
    width: 55px;
  }
}

@media screen and (max-width: 1280px) {
  #info .inner .box .box-in .table-type01 td {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in .table-type01 td {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1280px) {
  #info .inner .box .box-in .table-type02 thead th {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991px) {
  #info .inner .box .box-in .table-type02 thead th {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #info .inner .box .box-in .table-type02 thead th {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in .table-type02 thead th {
    border-bottom: #606060 solid 1px;
    border-top: #606060 solid 1px;
    padding: 6px 0 8px;
    text-align: center;
    width: 20%;
  }
}

@media screen and (max-width: 1280px) {
  #info .inner .box .box-in .table-type02 tbody th {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1280px) {
  #info .inner .box .box-in .table-type02 tbody td {
    font-size: 1.2rem;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  #info .inner .box .box-in .table-type02 tbody td {
    font-size: 1.6rem;
    padding: 6px 0 8px;
    text-align: center;
    width: 20%;
  }
}

#info .inner .btn {
  width: 90%;
  max-width: 362px;
  margin: 43px auto 0;
}
@media screen and (max-width: 767px) {
  #info .inner .btn {
    margin-top: 30px;
  }
}

/*---------------------------------------------
content
---------------------------------------------*/
#content {
  margin-bottom: 90px;
}

#content .inner {
  -ms-flex-pack: start;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}

#content .inner .box {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  /*height: 230px;*/
  padding-top: 0;
  position: relative;
  width: calc( 100% / 3);
}

_:-ms-lang(x)::-ms-backdrop, #content .inner .box {
  width: 33.33%;
}

#content .inner .box a {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#content .inner .box a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

#content .inner .box a dd {
  position: relative;
}

#content .inner .box a dd:before {
  -webkit-transform: scale(1);
  -webkit-transition: 0.6s;
  background: no-repeat center center;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: 0.6s;
  width: 100%;
  z-index: 9;
}

@media screen and (max-width: 767px) {
  #content .inner .box a dd:before {
    height: 130px;
  }
}

#content .inner .box a dd img {
  opacity: 0;
}

#content .inner .box:nth-child(1) a dd:before {
  background-image: url(../images/index/img_guide.jpg);
}

#content .inner .box:nth-child(2) a dd:before {
  background-image: url(../images/index/img_event.jpg);
}

#content .inner .box:nth-child(3) a dd:before {
  background-image: url(../images/index/img_fee.jpg);
}

#content .inner .box:nth-child(4) a dd:before {
  background-image: url(../images/index/img_family.jpg);
}

#content .inner .box:nth-child(5) a dd:before {
  background-image: url(../images/index/img_facilities.jpg);
}

#content .inner .box:nth-child(6) a dd:before {
  background-image: url(../images/index/img_access.jpg);
}

#content .inner .box:nth-child(7) a dd:before {
  background-image: url(../images/index/img_rental.jpg);
}

#content .inner .box:nth-child(8) a dd:before {
  background-image: url(../images/index/img_reservation.jpg);
}

#content .inner .box:nth-child(9) a dd:before {
  background-image: url(../images/index/img_qa.jpg);
}

#content .inner .box:nth-child(4) dl, #content .inner .box:nth-child(5) dl, #content .inner .box:nth-child(6) dl {
  -ms-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  flex-direction: row-reverse;
}

#content .inner .box dt {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  line-height: 1.8;
  position: relative;
  text-align: center;
  width: 42.6%;
  z-index: 999;
}

#content .inner .box dt::before {
  border: 15px solid transparent;
  content: "";
  left: 100%;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  z-index: 999;
}

@media screen and (max-width: 767px) {

_:-ms-lang(x)::-ms-backdrop, #content .inner .box dt::before  {
  top: 65px;
}

}

#content .inner .box .green {
  background: #009260;
}

#content .inner .box .green::before {
  border-left: 15px solid #009260;
}

#content .inner .box .skyblue {
  background: #389ee3;
}

#content .inner .box .skyblue::before {
  border-left: 15px solid #389ee3;
}

#content .inner .box .red {
  background: #f67276;
}

#content .inner .box .red::before {
  border-left: 15px solid #f67276;
}

#content .inner .box .yellow {
  background: #fec43e;
}

#content .inner .box .lime {
  background: #8fc31f;
}

#content .inner .box .purple {
  background: #c490bf;
}

#content .inner .box .blue {
  background: #004fad;
}

#content .inner .box .blue::before {
  border-left: 15px solid #004fad;
}

#content .inner .box .gray {
  background: #acaaa9;
}

#content .inner .box .gray::before {
  border-left: 15px solid #acaaa9;
}

#content .inner .box .orange {
  background: #f19149;
}

#content .inner .box .orange::before {
  border-left: 15px solid #f19149;
}

#content .inner .box dd {
  width: calc( 100% - 42.4%);
}

#content .inner .box dd img {
  display: block;
}

@media screen and (max-width: 767px) {
  #content {
    margin-bottom: 20px;
  }
  #content .section-ttl img {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  #content .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #content .inner .box a:hover dd:before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box {
    width: 100%;
  }
  #content .inner .box a dl {
    display: table;
    height: 130px;
  }
  #content .inner .box a dl > * {
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }
  #content .inner .box a dd img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box:nth-child(4) dl, #content .inner .box:nth-child(5) dl, #content .inner .box:nth-child(6) dl {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box dt {
    font-size: 1.28vw;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box dt {
    font-size: 1.5rem;
    height: 100%;
    left: 0;
    line-height: 1.4;
    width: 44.2666%;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box dt::before {
    border: 7.5px solid transparent;
    margin-top: -7.5px;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .green img {
    max-width: 67.5px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .green img {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box .green::before {
    border-left: 7.5px solid #009260;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .skyblue img {
    max-width: 68.25px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .skyblue img {
    margin-bottom: 6px;
    width: 45.5px;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box .skyblue::before {
    border-left: 7.5px solid #389ee3;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .red img {
    max-width: 91.5px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .red img {
    margin-bottom: 14px;
    width: 61px;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box .red::before {
    border-left: 7.5px solid #f67276;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .yellow img {
    max-width: 74.25px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .yellow img {
    width: 49.5px;
  }
}

@media screen and (min-width: 768px) {
  #content .inner .box .yellow::before {
    border-right: 15px solid #fec43e;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box .yellow::before {
    border-left: 7.5px solid #fec43e;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .lime img {
    max-width: 109.5px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .lime img {
    margin-bottom: 14px;
    width: 73px;
  }
}

@media screen and (min-width: 768px) {
  #content .inner .box .lime::before {
    border-right: 15px solid #8fc31f;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box .lime::before {
    border-left: 7.5px solid #8fc31f;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .purple img {
    max-width: 87.75px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .purple img {
    margin-bottom: 14px;
    width: 58.5px;
  }
}

@media screen and (min-width: 768px) {
  #content .inner .box .purple::before {
    border-right: 15px solid #c490bf;
    left: -30px;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box .purple::before {
    border-left: 7.5px solid #c490bf;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .blue img {
    max-width: 91.25px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .blue img {
    margin-bottom: 6px;
    width: 61.5px;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .gray img {
    max-width: 81.75px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .gray img {
    margin-bottom: 10px;
    width: 54.5px;
  }
}

@media screen and (max-width: 1280px) {
  #content .inner .box .orange img {
    max-width: 48.75px;
  }
}

@media screen and (max-width: 1024px) {
  #content .inner .box .orange img {
    margin-bottom: 6px;
    width: 32.5px;
  }
}

@media screen and (max-width: 767px) {
  #content .inner .box dd {
/*    position: absolute;*/
    right: 0;
    top: 0;
    width: calc( 100% - 38.5%);
  }
}

/*---------------------------------------------
special
---------------------------------------------*/
#special {
  background: #f0f0f0;
  margin-bottom: 50px;
  padding: 60px 0 80px;
}

#special .inner {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#special .inner .box {
  max-width: 360px;
  width: 30%;
}

#special .inner .box .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
}

#special .inner .box .img img {
  display: block;
}

#special .inner .box .img span {
  bottom: 8%;
  color: #fff;
  display: block;
  font-size: 2rem;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

#special .inner .box .txt {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #special {
    margin-bottom: 25px;
    padding: 25px 0 38px;
  }
  #special .section-ttl img {
    width: 212.5px;
  }
}

@media screen and (max-width: 767px) {
  #special .inner {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    width: 86.6666%;
  }
}

@media screen and (max-width: 767px) {
  #special .inner .box {
    margin: 0 auto 24px;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  #special .inner .box .img span {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  #special .inner .box .img span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1280px) {
  #special .inner .box .txt {
    font-size: 1.3rem;
  }
}

/*---------------------------------------------
sns
---------------------------------------------*/
#sns {
  margin-bottom: 60px;
}

#sns .inner {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 1110px;
  width: 98%;
}

#sns .inner .icon {
  background: #009260;
  border-radius: 50%;
  height: 75px;
  line-height: 100px;
  margin: 0 auto 30px;
  text-align: center;
  width: 75px;
}

#sns .inner .insta {
  max-width: 510px;
  width: 45.9459%;
}

#sns .inner .insta .contents {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  height: 0;
  justify-content: space-between;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}

#sns .inner .insta .contents iframe {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#sns .inner .insta .contents .img {
  margin-bottom: 10px;
  width: 23.5294%;
}

#sns .inner .insta .contents .img img {
  display: block;
}

#sns .inner .fb {
  max-width: 510px;
  width: 45.9459%;
}

@media screen and (max-width: 767px) {
  #sns {
    margin-bottom: 42px;
  }
  #sns .section-ttl img {
    width: 152px;
  }
}

@media screen and (max-width: 767px) {
  #sns .inner {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  #sns .inner .icon {
    height: 37.5px;
    line-height: 44px;
    width: 37.5px;
  }
  #sns .inner .icon img {
    width: 20px;
  }
}

@media screen and (max-width: 767px) {
  #sns .inner .insta {
    margin: 0 auto 22px;
    width: 92%;
  }
}

@media screen and (max-width: 767px) {
  #sns .inner .insta .contents .img {
    width: 23.188%;
  }
}

@media screen and (max-width: 767px) {
  #sns .inner .fb {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #sns .inner .fb .icon img {
    width: 9px;
  }
}

.facebook-wrapper {
  margin: 0 auto;
  max-width: 500px;
}

.facebook-wrapper > .fb-page {
  width: 100%;
}

.facebook-wrapper > .fb-page > span {
  width: 100% !important;
}

.facebook-wrapper iframe {
  width: 100% !important;
}

/*---------------------------------------------
bnr-area
---------------------------------------------*/
#bnr-area {
  margin-bottom: 30px;
}

#bnr-area ul {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
  flex-wrap: wrap;
}

#bnr-area ul li {
  width: 15%;
}


@media screen and (min-width: 768px) {
  #bnr-area ul li:first-child {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #bnr-area ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  #bnr-area ul li {
    margin-bottom: 6px;
    width: 30.7246%;
  }
}

/*************************************
20191127西村追記　目隠し用css
*************************************/

#content .inner .box > span {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#content .inner .box > span dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

#content .inner .box > span dd {
  position: relative;
}

#content .inner .box > span dd:before {
  -webkit-transform: scale(1);
  -webkit-transition: 0.6s;
  background: no-repeat center center;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(1);
  transition: 0.6s;
  width: 100%;
}

#content .inner .box > span dd img {
  opacity: 0;
}

#content .inner .box:nth-child(9) > span dd:before {
  background-image: url(../images/index/img_qa.jpg);
}

@media screen and (max-width: 767px) {
  #content .inner .box > span dl {
    display: table;
    height: 130px;
  }
  #content .inner .box > span dl > * {
    display: table-cell;
    position: relative;
    vertical-align: middle;
  }
  #content .inner .box > span dd img {
    display: none;
  }
}

#special {
  position: relative;
}
/*
#special::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.3);
  z-index: 999;
}
*/
#special .inner .box .img {
  position: relative;
}
/*
#special .inner .box .img::before {
  content: "Coming Soon";
  font-family: Georgia, "Times New Roman", Times, "serif";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-style: italic;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#special .inner .box .img::after {
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
*/


@media screen and (max-height: 900px) and (min-height: 701px) {
  #main-img {
    /*height: calc(94vh - 30px) !important;*/
}
  #main-img .inBgItem {
    height: calc(90vh - 180px);
  }
}

/*==================
　ニュースリスト
==================*/
div#newslist {
    margin: 35px auto 55px;
}
div#newslist h3 {
    background: #009260;
    padding: 0.68em;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#newslist .inner {
    border: #009260 5px solid;
}
#newslist .newslist-list {
    padding: 0.5em 1.7em;
}
.newslist-item {
    display: flex;
    margin: 1.05em 0 0;
}

.newslist_box {
    display: contents;
}

.newslist_day {
    font-size: 0.93em;
    font-weight: 500;
}

.newslist_tag {
    width: 64px;
    height: 2.1em;
    padding: 0 4px;
    margin: 0 20px;
    background: #389ee3;
    color: #fff;
    text-align: center;
    font-size: 0.72em;
    font-weight: 300;
    flex-shrink: 0;
	order: 1;
}
.newslist_cont {
    font-size: 0.93em;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  order: 1;
}

.newslist-item:last-child {
    margin-bottom: 1em;
}
.home main#main {
    padding: 0 !important;
}

@media screen and (max-width: 480px){
	.newslist-item {
		display: flex;
		flex-direction: column;
		margin: 0.5em 0 0;
	}
	#newslist .newslist-list {
    padding: 0.25em 0.8em 0;
	}
	.newslist_box {
		display: flex;
		margin: 0.25em 0 0;
	}

	.newslist_day {
		margin: 0 10px 0 0;
	}
	.newslist_cont {
		order: unset;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
	.newslist_tag {
		margin: 0;
		order: unset;
		}

  .newslist_cont a {
    overflow-wrap: break-word;
    word-break: break-all;
  }
}
