/*
トップページ用CSS
*/
/*-------------------------------------------------
メニュー
--------------------------------------------------*/
.js-scroll-menu .wrap-main-menu {
  max-width: none;
}
.header {
  position: relative;
  width: 100%;
  height: 56.25vw;
  max-height: 725px;
}
.wrapper {
  padding-top: 0;
}
.header-nav-child {
  position: absolute;
  display: none;
  width: 100%;
  max-width: 1200px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 2px 0px rgba(166, 166, 166, 0.45);
}
@media only screen and (min-width: 961px) {
  .header {
    background: none;
    box-shadow: none;
  }
  .header.js-header-op {
    background: none;
  }
  .header .area-ut-menu ul li a,
  .header .area-ut-menu ul li::after,
  .header .wrap-sub-menu .area-logo,
  .header .wrap-sub-menu .area-logo .tel-only-sp {
    color: #fff;
  }
  .header .area-ut-menu ul li a:hover {
    color: #fff;
    opacity: 0.7;
  }
  .wrap-sub-menu {
    position: absolute!important;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
  }
  .wrap-main-menu {
    position: absolute;
    display: block;
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 30px);
    max-width: 1200px;
    background: rgba(255,255,255,0.8);
    padding-top: 12px;
    border-radius: 5px;
  }
  .wrap-main-menu .nav-menu {
    max-width: 1200px;
  }
  .wrap-main-menu .nav-menu>ul {
    padding-left: 65px;
    padding-right: 65px;
  }
  .js-scroll-menu .header-nav-child {
    max-width: none;
    width: 100vw;
    border-radius: 0;
  }
  .wrap-main-menu .nav-menu>ul>li.mainmenu-home {
    display: none;
  }
}
@media only screen and (min-width: 961px) and (max-width: 1000px) {
  .wrap-main-menu .nav-menu>ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-nav-child ul.sub-menu {
    /*padding: 20px 30px 20px 200px;*/
  }
  .header-nav-child ul.sub-menu::after {
    left: 30px;
  }
  .inner-header-nav-child {
    padding: 5px 20px 20px 200px;
  }
  .js-scroll-menu .inner-header-nav-child {
    padding: 5px 20px 20px 220px;
  }
  .header-nav-child ul.sub-menu li {
    margin-right: 20px;
  }
  .js-scroll-menu .header-nav-child ul.sub-menu li {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 960px) {
  .header .wrap-sub-menu {
    background: none;
    box-shadow: none;
  }
  #js-nav-toggle {
    background: none;
  }
  #js-nav-toggle span {
    background: #fff;
  }
  #js-nav-toggle::after {
    color: #fff;
  }
  .wrap-sub-menu.wrap-sub-menu-open {
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(166, 166, 166, 0.45);
  }
  #js-sp-nav-menu.open #js-nav-toggle span {
    background: #000;
  }
  #js-sp-nav-menu.open #js-nav-toggle::after {
    color: #000;
  }
}
/*-------------------------------------------------
メインビジュアル
--------------------------------------------------*/
.sec-top-mainvis {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background:#000;
  /*padding-top: 56.25%;*/
  overflow: hidden;
}
.wrap-top-video {
  position: absolute;
  /*z-index: 1;*/
  top: -130px;
  bottom: 0;
  left: 50%;
  width: 118%;
  height: calc(118% + 240px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}
.bg-mainvis {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #074539;
}
.wrap-main-vis-txt {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
.box-main-vis-txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 840px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
  top: 20px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}
.wrap-main-vis-txt .h1-top {
  margin: 0;
  padding-bottom: 20px;
  font-size: 3.6rem;
  font-weight: bold;
}
.wrap-main-vis-txt .txt-h1-top {
  font-size: 2rem;
  font-weight: bold;
}
/*-------------------------------------------------
見出し
--------------------------------------------------*/
.h2-top {
  font-weight: bold;
  font-size: 3rem;
  color: #1E6356;
  margin: 0;
  padding-bottom: 20px;
}
.h2-top span {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 1.4rem;
  color: #9F9F9F;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.h2-top span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 30px;
  border-bottom: 1px solid #CDCDCD;
}
/*-------------------------------------------------
calendar access
--------------------------------------------------*/
.wrap-top-cal-map {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 80px 20px 100px;
  flex-wrap: wrap;
}
.sec-top-calendar {
  width: 35%;
}
.sec-top-access {
  width: 56%;
}
.sec-top-calendar,.sec-top-access {
}
.sec-top-access {
  display: flex;
  flex-direction: column;
}
.box-top-access-map {
  height: 100%;
}
.box-top-access-address {
  position: relative;
  display: block;
  border: 1px solid #9E9E9E;
  padding: 20px 30px;
  margin-top: 30px;
}
.txt-top-access-address {
  font-size: 1.8rem;
}
.txt-top-access-address-l {
  font-size: 2.4rem;
}
/*-------------------------------------------------
information
--------------------------------------------------*/
.sec-top-info {
  position: relative;
  background: url('../images/top/bg_top_news.jpg') no-repeat center / cover;
  padding: 90px 20px;
}
.wrap-top-info {
  position: relative;
  background: #fff;
  padding: 80px 20px 50px;
}
.box-top-info {
  position: relative;
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}
.box-top-info .wrap-btn-center {
  padding-top: 40px;
}
/*-------------------------------------------------
introduction
--------------------------------------------------*/
.sec-top-intro {
  padding: 80px 20px;
  overflow: hidden;
}
.box-top-intro {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 50px 0;
}
.box-top-intro:nth-of-type(1) {
  padding-top: 20px;
}
.box-top-intro-ippan::before,
.box-top-intro-horinbo::before,
.box-top-intro-eitai::before,
.box-top-intro-pet::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
}
.box-top-intro-ippan::before {
  width: 700px;
  height: 700px;
  background: url('../images/top/bg_top_moya01.png') no-repeat center/contain;
  top: -180px;
  right: -80px;
}
.box-top-intro-horinbo::before {
  width: 800px;
  height: 600px;
  background: url('../images/top/bg_top_moya02.png') no-repeat center/contain;
  top: -70px;
  left: -80px;
}
.box-top-intro-eitai::before {
  width: 700px;
  height: 900px;
  background: url('../images/top/bg_top_moya03.png') no-repeat center/contain;
  top: -180px;
  right: -120px;
}
.box-top-intro-pet::before {
  width: 700px;
  height: 500px;
  background: url('../images/top/bg_top_moya04.png') no-repeat center/contain;
  top: -20px;
  left: -80px;
}
.box-top-intro-pet::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 116px;
  background: url('../images/top/ill_top_pet01.png') no-repeat center/contain;
  bottom: 20px;
  left: 0;
}
.box-top-intro-pet .box-img-top-intro::before {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 91px;
  background: url('../images/top/ill_top_pet02.png') no-repeat center/contain;
  bottom: -30px;
  right: -30px;
  z-index: 2;
}
.box-img-top-intro {
  position: relative;
  width: 55%;
}
.box-img-top-intro img {
  position: relative;
}
.box-img-top-intro::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #949494;
  top: 10px;
  left: 10px;
}
.box-txt-top-intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(45% - 60px);
  padding-top: 70px;
}
.box-top-intro:nth-of-type(2n) .box-img-top-intro {
  order: 2;
}
.inner-txt-top-intro {
  max-width: 340px;
}
.inner-txt-top-intro .h3-top {
  position: relative;
  margin: 0;
  padding: 0 0 25px 0;
  font-size: 2.8rem;
}
.box-link-top-intro {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
}
.link-top-intro {
  position: relative;
  display: block;
  width: 170px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px 10px 7px ;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.link-top-intro::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.link-top-intro:hover {
  background: #2F8272;
  color: #fff;
}
.link-top-intro:hover::after {
  border-color: #fff;
}
/*-------------------------------------------------
For visitor
--------------------------------------------------*/
.sec-top-vis {
  position: relative;
  background: url('../images/top/bg_top_vistor_tile.png') repeat center / 120px;
  padding: 80px 20px 100px;
}
.box-top-vis {
  background: #fff;
  padding: 50px 40px;
  max-width: 1000px;
  margin: 30px auto 0;
}
.wrap-top-vis .h2-top {
  padding-bottom: 5px;
}
.inner-top-vis {
  max-width: 700px;
  margin: 0 auto;
}
.inner-top-vis .h3-top {
  border-bottom: 1px solid #000;
  font-size: 2.6rem;
  text-align: center;
}

/*-------------------------------------------------
map
--------------------------------------------------*/
.sec-top-map {
  position: relative;
  padding: 90px 20px 0 ;
}
.box-top-map-link {
  position: relative;
  display: block;
  margin: 30px 0 40px;
}
.inner-top-map-link {
  position: relative;
  display: flex;
  justify-content: flex-start;
  grid-gap: 15px 25px;
  flex-wrap: wrap;
  border: 1px solid #AAAAAA;
  padding: 25px 35px;
}
.link-top-map {
  position: relative;
  display: block;
  background: #BFE5DE;
  padding: 7px 10px 5px 25px;
  color: #0F5144;
  font-weight: bold;
}
.link-top-map:hover {
  background: #9FD1C7;
}
.link-top-map::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  top: 1px;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.notice-top-map {
  display: none;
}
.notice-top-map-pc {
  margin: 0 0 5px;
  font-size: 1.5rem;
}
.box-top-map img { /*safariテキスト自動認識を無効化*/
   -webkit-user-select: none!important;
   cursor: default;
 }
/*-------------------------------------------------
break point 1100px PC
--------------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .box-top-intro-pet::after {
    width: 160px;
    height: 93px;
    bottom: 0;
  }
  .box-top-intro-pet .box-img-top-intro::before {
    width: 130px;
    height: 79px;
  }
}
/*-------------------------------------------------
break point 960px Tablet
--------------------------------------------------*/
@media only screen and (max-width: 960px) {
  /*common*/
  .h2-top {
    font-size: 2.6rem;
    padding-bottom: 15px;
  }
  .h2-top span {
    font-size: 1.3rem;
  }
  .h2-top span::before {
    top: 9px;
  }
  .header.js-scroll-menu .wrap-sub-menu {
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(166, 166, 166, 0.45);
  }
  .js-scroll-menu #js-nav-toggle span{
    background: #000;
  }
  .js-scroll-menu #js-nav-toggle::after {
    color: #000;
  }
  .header-nav-child {
    position: relative;
  }
  /*main vis*/
  .header, .sec-top-mainvis {
    /*height: 500px;*/
  }
  .box-main-vis-txt {
    top: 30px;
  }
  .wrap-main-vis-txt .h1-top {
    padding-bottom: 15px;
    font-size: 2.8rem;
  }
  .wrap-main-vis-txt .txt-h1-top {
    font-size: 1.6rem;
  }
  /*calendar access*/
  .wrap-top-cal-map {
    padding: 50px 20px 80px;
  }
  .sec-top-calendar, .sec-top-access {
    width: calc(50% - 20px);
  }
  .txt-top-access-address {
    font-size: 1.6rem;
  }
  .txt-top-access-address-l {
    font-size: 2.2rem;
  }
  /*info*/
  .sec-top-info {
    padding: 60px 20px;
  }
  .wrap-top-info {
    padding: 40px 40px 20px;
  }
  .box-top-info .wrap-btn-center {
    padding-top: 20px;
  }
  /*intro*/
  .sec-top-intro,.sec-top-vis,.sec-top-map {
    padding: 50px 20px;
  }
  .sec-top-map {
    padding-bottom: 0;
  }
  .box-top-intro {
    padding: 30px 0;
  }
  .inner-txt-top-intro .h3-top {
    padding: 0 0 15px 0;
    font-size: 2.3rem;
  }
  .box-txt-top-intro {
    padding-top: 20px;
    width: calc(45% - 35px);
  }
  .box-top-intro-ippan::before,
  .box-top-intro-horinbo::before,
  .box-top-intro-eitai::before,
  .box-top-intro-pet::before{
    width: 500px;
    height: 500px;
    top: -100px;
  }
  .box-top-intro-pet::after {
    width: 140px;
    height: 81px;
    bottom: -25px;
    left: -20px;
  }
  .box-top-intro-pet .box-img-top-intro::before {
    width: 120px;
    height: 73px;
  }
  /*visitor*/
  .box-top-vis {
    padding: 20px 30px;
  }
  .inner-top-vis .h3-top {
    font-size: 2.4rem;
  }
}
/*-------------------------------------------------
break point 800px 
--------------------------------------------------*/
@media only screen and (max-width: 800px) {
  /*calendar access*/
  .sec-top-calendar, .sec-top-access {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .sec-top-calendar {
    padding-bottom: 50px;
  }
  .box-top-access-map {
    height: 450px;
  }
  /* intro */
  .box-top-intro:nth-of-type(1) {
    padding-top: 10px;
  }
  .box-img-top-intro,
  .box-txt-top-intro {
    width: 100%;
    max-width: 600px;
    margin:  0 auto;
  }
  .box-top-intro:nth-of-type(2n) .box-img-top-intro {
    order: 0;
  }
  .inner-txt-top-intro {
    max-width: none;
    padding-top: 0;
  }
  .inner-txt-top-intro .h3-top {
    text-align: center;
    padding-bottom: 5px;
  }
  .box-link-top-intro {
    padding-top: 15px;
    justify-content: center;
  }
  .link-top-intro {
    font-size: 1.5rem;
  }
  .box-top-intro-ippan::before,
  .box-top-intro-horinbo::before,
  .box-top-intro-eitai::before,
  .box-top-intro-pet::before{
    width: 500px;
    height: 500px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .box-top-intro-horinbo::before,
  .box-top-intro-pet::before {
    bottom: -80px;
  }
  .box-top-intro-eitai::before {
    right: 0;
    left: 0;
    bottom: -160px;
  }
  .box-top-intro-pet .box-txt-top-intro {
    padding-bottom: 60px;
  }
  /* visitor*/
  .inner-top-vis .h3-top {
    font-size: 2.2rem;
  }
  /*map*/
  .sec-top-map, .wrap-top-map {
    padding-right: 0;
  }
  .box-top-map {
    width: 100%;
    overflow-x: scroll;
  }
  .box-top-map img {
    min-width: 800px;
    padding-right: 40px;
  }
  .box-top-map-link {
    padding-right: 40px;
  }
  .notice-top-map {
    display: block;
    margin: 0;
    padding: 0 0 5px;
    font-size: 1.4rem;
  }
  .notice-top-map-pc {
    display: none;
  }
  .inner-top-map-link {
    grid-gap: 10px 15px;
    padding: 15px 20px;
  }
  .link-top-map {
    padding: 5px 10px 4px 25px;
    font-size: 1.5rem;
  }
}
/*-------------------------------------------------
break point 520px SP
--------------------------------------------------*/
@media only screen and (max-width: 520px) {
  /*common*/
  .txt-cmn-16 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .h2-top {
    font-size: 2.1rem;
    padding-bottom: 15px;
  }
  .h2-top span {
    font-size: 1.2rem;
  }
  .h2-top span::before {
    top: 8px;
  }
  /*main vis*/
  .header, .sec-top-mainvis {
    min-height: 280px;
  }
  .wrap-top-video {
    width: 140%;
    height: calc(140% + 240px);
    top: -169px;
    min-width: 555px;
  }
  .wrap-main-vis-txt .h1-top {
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
  .wrap-main-vis-txt .txt-h1-top {
    font-size: 1.5rem;
  }
  .wrap-main-vis-txt .txt-h1-top .dis-inb {
    display: block;
  }
  .box-main-vis-txt {
    top: 30px;
  }
  /*access*/
  .wrap-top-cal-map {
    padding: 30px 15px 50px 15px;
  }
  .box-top-access-map {
    height: 250px;
  }
  .box-top-access-address {
    padding: 0;
    border: 0;
  }
  .sec-top-calendar {
    padding-bottom: 40px;
  }
  /*info*/
  .sec-top-info {
    padding: 40px 15px 30px;
  }
  .wrap-top-info {
    padding: 0;
    background: 0;
  }
  /*intro*/
  .sec-top-intro {
    padding: 40px 15px 20px;
  }
  .inner-txt-top-intro .h3-top {
    font-size: 2rem;
  }
  .link-top-intro {
    font-size: 1.4rem;
  }
  .box-img-top-intro::after {
    top: 5px;
    left: 5px;
  }
  .box-top-intro-pet .box-img-top-intro::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/top/ill_top_pet01.png) no-repeat center / contain;
    width: 140px;
    height: 81px;
    bottom: -20px;
    top: auto;
    left: auto;
    right: 0px;
  }
  .box-top-intro-pet::after {
    background: url(../images/top/ill_top_pet02.png) no-repeat center / contain;
    transform: scale(-1, 1);
    width: 120px;
    height: 73px;
    bottom: 0;
    left: 5px;
  }
  /*visitor */
  .sec-top-vis {
    padding: 40px 15px;
  }
  .sec-top-intro .wrap-top-intro,
  .sec-top-vis .wrap-top-vis {
    padding: 0;
  }
  .wrap-top-vis .wrap-ul-dot ul li {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .box-top-vis {
    padding: 15px 20px;
  } 
  .inner-top-vis .h3-top {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
  /*map*/
  .sec-top-map {
    padding: 40px 0px 0 15px;
  }
  .sec-top-map .wrap-top-map {
    padding: 0;
  }
  .box-top-map img {
    min-width: 600px;
    padding-right: 15px;
  }
  .box-top-map-link {
    padding-right: 15px;
  }
  .box-top-map-link {
    margin: 20px 0;
  }
  .inner-top-map-link {
    grid-gap: 10px 10px;
    padding: 0;
    border: none;
  }
  .link-top-map {
    padding: 5px 10px 4px 20px;
    font-size: 1.4rem;
  }
  .link-top-map::before {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #ffffff;
    left: 8px;
  }
}