@charset "UTF-8";
#header_sub.show {
    top: 0;
    transition: .5s;
}

/*--------------------
 header
--------------------*/
header#header_top {
   width: 100%;
   position: relative;
}
header#header_sub {
 position: fixed;
    top: -150px;
    left: 0;
    z-index: 999;
    transition: .5s;
}
header#header_sub.show {
 top: 0;
    transition: .5s;
}
.nav_wrap {
   width: 100%;
   height: 176px;
   position: absolute;
   border-top: 0;
   left: 0;
   bottom: -176px;
   background: #3C6F74;
   z-index: 1;
}
header#header_sub .nav_wrap {
 top: 0;
 right: 0;
 position: absolute;
}
.nav_wrap.none {
   height: 100px;
}
.nav_wrap.none:before {
   content: none;
}
.nav_wrap:before {
   position: absolute;
   content: "";
   width: 100%;
   height: 155px;
   background: url(../img/bg_content01.png) center center no-repeat;
   background-size: 1802px;
   top: -134px;
   left: 0;
}
nav.nav_top {
   width: 1120px;
   margin: 0 auto;
}
.nav_wrap h1 {
   text-align: center;
   margin-bottom: 35px;
   position: relative;
}
.ico_nav01 {
   width: 72px;
}
.ico_nav02 {
   width: 75px;
}
.ico_nav03 {
   width: 34px;
}
.ico_nav04 {
   width: 64px;
}
.ico_nav05 {
   width: 32px;
}
.ico_nav06 {
   width: 39px;
}
.ico_nav07 {
   width: 43px;
}

#header_sub .ico_nav01 {
   width: 64px;
}
#header_sub .ico_nav02 {
   width: 60px;
}
#header_sub .ico_nav03 {
   width: 34px;
}
#header_sub .ico_nav04 {
   width: 50px;
}
#header_sub .ico_nav05 {
   width: 28px;
}
#header_sub .ico_nav06 {
   width: 41px;
}
#header_sub .ico_nav07 {
   width: 39px;
}
main {
   margin-top: 250px;
}

.swiper-container.none {
 display: none;
}

#header_top .swiper-container {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------
 slider
--------------------*/
.slide-img img {
   display: block;
}
.slide-img img.photo {
   width: 100%;
   height: 800px;
   object-fit: cover;
}
@media all and (-ms-high-contrast:none){
  .slide-img img.photo {
    height: auto;
  }
}
.slide-img {
   position: relative;
}
.slide-img .txt {
position: absolute;
top: 35%;
right: 50%;
transform: translateX(50%);
-webkit-transform: translateX(50%);
-ms-transform: translateX(50%);
}
/*--------------------
 news
--------------------*/
#area_news {
   position: relative;
   padding-bottom: 200px;
}
#area_news_scroll {
   padding-bottom: 200px;
   position: relative;
}
#area_news .inner,#area_news_scroll .inner {
   width: 918px;
   margin-bottom: 40px;
}
#area_news .ttl,#area_news_scroll .ttl {
   margin-bottom: 45px;
}
.ttl {
   text-align: center;
}
.news_list li:first-of-type {
   background: url("../img/top/bg_news_list01.png") left bottom no-repeat;
   background-size: 918px;
   position: relative;
   margin-bottom: 10px;
   padding-bottom: 20px;
}
.news_list li:first-of-type:after {
   content: "";
   position: absolute;
   background: url("../img/top/news_ico_bird.png") left top no-repeat;
   background-size: 56px;
   width: 56px;
   height: 42px;
   right: 30px;
   top: -1px;
   -webkit-animation: bird 3s linear infinite;
   -moz-animation: bird 3s linear infinite;
   -ms-animation: bird 3s linear infinite;
   -o-animation: bird 3s linear infinite;
   animation: bird 3s linear infinite;
}
@-webkit-keyframes bird {
   0% {
      -webkit-transform: rotate(-5deg);
   }
   100% {
      -webkit-transform: rotate(0deg);
   }
}
@-moz-keyframes bird {
   0% {
      -moz-transform: rotate(-5deg);
   }
   100% {
      -moz-transform: rotate(0deg);
   }
}
@-ms-keyframes bird {
   0% {
      -ms-transform: rotate(-5deg);
   }
   100% {
      -ms-transform: rotate(0deg);
   }
}
@-o-keyframes bird {
   0% {
      -o-transform: rotate(-5deg);
   }
   100% {
      -o-transform: rotate(0deg);
   }
}
@keyframes bird {
   0% {
      transform: rotate(-5deg);
   }
   100% {
      transform: rotate(0deg);
   }
}
.news_list li {
   background: url("../img/top/bg_news_list02.png") left bottom no-repeat;
   background-size: 918px;
   margin-bottom: 30px;
   padding-left: 10px;
}
.news_list li:last-of-type {
   background: url("../img/top/bg_news_list03.png") left bottom no-repeat;
   background-size: 918px;
   padding-bottom: 20px;
}
.news_list li a {
   position: relative;
   width: 794px;
   display: inline-block;
   padding-bottom: 20px;
}
.news_list li a:hover {
   color: #FF5C00;
}
.news_list li a:after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border-left: 6px solid #FF8D00;
   border-top: 6px solid transparent;
   border-bottom: 6px solid transparent;
   right: 0;
   top: 5px;
}
.news_list time {
   margin-right: 45px;
   letter-spacing: 0.1rem;
}
#area_news .btn a,#area_news_scroll .btn a {
   width: 238px;
   height: 50px;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 7px;
}
.ie11 #area_news .btn a,.ie11 #area_news_scroll .btn a {
   padding-top: 9px;
}
#area_news .btn a:after,#area_news_scroll .btn a:after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 0 6px 6px;
   border-color: transparent transparent transparent #fff;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}
#nav_sub {
   width: 100%;
   position: absolute;
   bottom: 0;
}
#nav_sub .nav_sub_wrap {
   margin: 0 auto;
   position: relative;
   width: 1100px;
}
#nav_sub .cloud01 {
   position: absolute;
   content: "";
   width: 100%;
   height: 39px;
   animation: cloud01 20s linear infinite;
   -webkit-animation: cloud01 20s linear infinite;
   top: -60px;
   left: 0;
   background: url("../img/top/bg_cloud01.png") no-repeat;
   background-size: 86px;
}
#nav_sub .cloud02 {
   position: absolute;
   content: "";
   animation: cloud02 35s linear infinite;
   -webkit-animation: cloud02 35s linear infinite;
   top: -30px;
   left: 0;
   width: 100%;
   height: 38px;
   background: url("../img/top/bg_cloud02.png") no-repeat;
   background-size: 65px;
}
#nav_sub .cloud03 {
   position: absolute;
   content: "";
   width: 100%;
   height: 39px;
   background: url("../img/top/bg_cloud03.png") no-repeat;
   background-size: 76px;
   animation: cloud03 45s linear infinite;
   -webkit-animation: cloud03 45s linear infinite;
   top: -50px;
   left: 0;
}
@keyframes cloud01 {
   0% {
      background-position: 20% 0;
   }
   100% {
      background-position: -100% 0;
   }
}
@keyframes cloud02 {
   0% {
      background-position: 100% 0;
   }
   100% {
      background-position: -100% 0;
   }
}
@keyframes cloud03 {
   0% {
      background-position: 100% 0;
   }
   100% {
      background-position: -100% 0;
   }
}
#nav_sub nav {
   height: 180px;
}
#nav_sub ul {
   display: flex;
   width: 1136px;
   margin: 0 auto;
   position: relative;
   background: url("../img/top/bg_sun.png") left top no-repeat;
   background-size: 110px;
   height: 180px;
}
#nav_sub li a {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   position: absolute;
   align-items: baseline;
   padding-top: 100px;
   height: 180px;
}
#nav_sub li:first-of-type a {
   background: url("../img/top/bg_nav_sub_about.png") left top no-repeat;
   background-size: 459px;
   width: 459px;
   height: 185px;
   left: 20px;
}
@media screen and (min-width:768px) {
   #nav_sub li:first-of-type a:hover {
      background: url("../img/top/bg_nav_sub_about_hover.png") left top no-repeat;
      background-size: 498px;
      width: 498px;
      height: 200px;
      left: 0;
      top: -20px;
      padding-top: 120px;
   }
}
#nav_sub li:nth-of-type(2) a {
   background: url("../img/top/bg_nav_sub_use.png") left top no-repeat;
   background-size: 459px;
   width: 459px;
   height: 185px;
   left: 300px;
}
@media screen and (min-width:768px) {
   #nav_sub li:nth-of-type(2) a:hover {
      background: url("../img/top/bg_nav_sub_use_hover.png") left top no-repeat;
      background-size: 498px;
      width: 498px;
      height: 200px;
      left: 280px;
      top: -20px;
      padding-top: 120px;
   }
}
#nav_sub li:nth-of-type(3) a {
   background: url("../img/top/bg_nav_sub_business.png") left top no-repeat;
   background-size: 459px;
   width: 459px;
   height: 185px;
   right: 30px;
}
@media screen and (min-width:768px) {
   #nav_sub li:nth-of-type(3) a:hover {
      background: url("../img/top/bg_nav_sub_business_hover.png") left top no-repeat;
      background-size: 498px;
      width: 498px;
      height: 200px;
      right: 10px;
      top: -20px;
      padding-top: 120px;
   }
}
#nav_sub li a span {
   width: 498px;
   text-align: center;
   margin-top: -10px;
}
#nav_sub li a:hover span {
   margin-top: -5px;
}
#nav_sub li:first-of-type a:hover span {
   margin-left: 2px;
}
#nav_sub li:nth-of-type(2) a:hover span {
   margin-left: 2px;
}
/*--------------------
 facility
--------------------*/
#area_facility {
   background: #4A8B74 url("../img/bg_content02.png");
   background-size: 48px 42px;
   background-position: left top;
   background-repeat: repeat;
   position: relative;
   padding-bottom: 48px;
}
#area_facility:after {
   position: absolute;
   content: "";
   bottom: -38px;
   left: 0;
   background: url("../img/top/bg_facility_ft.png") left top repeat-x;
   background-size: 46px;
   width: 100%;
   height: 48px;
}
#area_facility .inner {
   position: relative;
   padding-top: 120px;
}
#area_facility .ttl {
   margin-bottom: 50px;
}
#area_facility .ttl img {
   margin-left: -80px;
}
#area_facility .ttl:before {
   position: absolute;
   content: "";
   background: url("../img/top/bg_facility01.png") left top no-repeat;
   background-size: 302px;
   left: 0;
   top: 6px;
   width: 302px;
   height: 170px;
}
#area_facility .ttl:after {
   position: absolute;
   content: "";
   background: url("../img/top/bg_facility02.png") left top no-repeat;
   background-size: 270px;
   right: 0;
   top: 6px;
   width: 270px;
   height: 182px;
}
#area_facility .box_wrap {
   display: flex;
   justify-content: space-between;
   margin-bottom: 50px;
}
#area_facility .box {
   width: 356px;
   background: #fff;
   border-radius: 20px;
   padding: 6px;
}
#area_facility .box .img {
   width: 344px;
   height: 244px;
   border-radius: 20px;
}
#area_facility .box .img img {
   width: 100%;
   height: 244px;
   object-fit: cover;
   border-radius: 20px;
}
#area_facility .box .cont_wrap {
   width: 292px;
   margin: 20px auto;
   position: relative;
   min-height: 240px;
}
#area_facility .box h2 {
   font-size: 2.2rem;
   color: #004650;
   font-weight: 700;
   line-height: 2;
}
#area_facility .box p {
   line-height: 2;
}
#area_facility .box .btn {
   position: absolute;
   bottom: 0;
}
#area_facility .box .btn a {
   background: #3C6F74;
   border: none;
   width: 290px;
   height: 50px;
   border-radius: 10px;
}
.ie11 #area_facility .box .btn a {
   padding-top: 8px;
}
#area_facility .box .btn a:after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border-left: 7px solid #fff;
   border-top: 7px solid transparent;
   border-bottom: 7px solid transparent;
   right: 20px;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}
#area_facility .box .btn a:hover {
   background: #004650;
}
#area_facility .box_wrap + .btn {
   position: relative;
   margin-bottom: 30px;
}
/*
#area_facility .box_wrap + .btn:before {
   position: absolute;
   content: "";
   background: url("../img/top/bg_facility03.png") left top no-repeat;
   background-size: 212px;
   width: 212px;
   height: 92px;
   left: 0;
   bottom: 0;
}
#area_facility .box_wrap + .btn:after {
   position: absolute;
   content: "";
   background: url("../img/top/bg_facility04.png") left top no-repeat;
   background-size: 262px;
   width: 262px;
   height: 110px;
   right: 0;
   top: -16px;
}
*/
.google-indoor-view {
  position: relative;
  padding-bottom: 120px;
}
.google-indoor-view:before {
  position: absolute;
  content: "";
  background: url("../img/top/bg_facility03.png") left top no-repeat;
  background-size: 212px;
  width: 212px;
  height: 92px;
  left: 0;
  bottom: 0;
}
.google-indoor-view:after {
  position: absolute;
  content: "";
  background: url("../img/top/bg_facility04.png") left top no-repeat;
  background-size: 262px;
  width: 262px;
  height: 110px;
  right: 0;
  bottom: 0;
}

#area_facility .box_wrap + .btn a {
   width: 382px;
   height: 62px;
   border-radius: 10px;
   font-size: 2.2rem;
}
.ie11 #area_facility .box_wrap + .btn a {
   padding-top: 9px;
}
#area_facility .box_wrap + .btn a:after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 8.5px 0 8.5px 8px;
   border-color: transparent transparent transparent #fff;
   right: 30px;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}
/*--------------------
 report
--------------------*/
#area_report {
   background: #FFEFBF;
   padding: 93px 0 0 0;
}
#area_report .inner {
   position: relative;
   padding: 40px 0 80px 0;
}
#area_report .inner:after {
   position: absolute;
   content: "";
   background: url("../img/top/bg_report_ft.png") left top no-repeat;
   background-size: 323px;
   bottom: 0;
   right: 0;
   width: 323px;
   height: 57px;
}
#area_report h2 {
   margin-bottom: 30px;
}
.report_wrap {
   background: url("../img/top/bg_report.png") left top repeat;
   background-size: 30px 30px;
   width: 1170px;
   margin: 0 auto;
}
#area_report .box_wrap {
   display: flex;
   flex-wrap: wrap;
}
#area_report .box {
   width: 356px;
   background: #fff;
   position: relative;
   margin-bottom: 52px;
   padding: 35px 20px 20px 20px;
   display: flex;
   flex-wrap: wrap;
   align-items: baseline;
}
#area_report .box:hover:after {
   position: absolute;
   content: "";
   background: opacity;
   border-right: 5px solid;
   border-bottom: 5px solid;
   border-color: rgba(0, 0, 0, 0.2);
   width: 100%;
   height: 100%;
   left: 5px;
   top: 5px;
}
#area_report .box + .box {
   margin-left: 15px;
}
#area_report .box:before {
   position: absolute;
   content: "";
   background: url("../img/top/ico_report.png") left top no-repeat;
   background-size: 41px;
   width: 41px;
   height: 41px;
   position: absolute;
   right: 50%;
   transform: translateX(50%);
   -webkit-transform: translateX(50%);
   -ms-transform: translateX(50%);
   top: -20px;
}
#area_report .box:nth-of-type(2) {
   top: 25px;
}
#area_report .box:nth-of-type(4) {
   margin-left: 0;
   top: 25px;
}
#area_report .box:nth-of-type(6) {
   top: 25px;
}
#area_report .box .img {
   width: 100%;
}
#area_report .box .img img {
   width: 100%;
   height: 216px;
   object-fit: cover;
}
#area_report .box time {
   color: #3C6F74;
   line-height: 1.5;
   width: 100%;
   display: block;
}
#area_report .box h3 {
   font-size: 1.8rem;
   line-height: 1.5;
   margin-bottom: 16px;
   font-weight: 700;
}
#area_report .btn a {
   width: 382px;
   height: 62px;
   border-radius: 10px;
   font-size: 2.2rem;
}
.ie11 #area_report .btn a {
   padding-top: 9px;
}
#area_report .btn a:after {
   position: absolute;
   content: "";
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 8.5px 0 8.5px 8px;
   border-color: transparent transparent transparent #fff;
   right: 20px;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}
/*--------------------
 guide
--------------------*/
#area_guide {
   padding: 58px 0 0 0;
}
#area_guide .ttl {
   padding-top: 42px;
   position: relative;
   text-align: center;
   width: 1087px;
   margin: 0 auto;
}
#area_guide .ttl img {
   margin-left: -80px;
}
#area_guide .ttl span {
   display: flex;
   justify-content: center;
   width: 100%;
   padding-left: 50px;
   font-size: 1.8rem;
   color: #004650;
   font-weight: 700;
   margin: 22px 0 30px 0;
}
#area_guide .ttl:before {
   position: absolute;
   content: "";
   background: url("../img/top/bg_guide01.png") left top no-repeat;
   background-size: 240px;
   width: 240px;
   height: 128px;
   left: 0;
   top: 0;
}
#area_guide .ttl:after {
   position: absolute;
   content: "";
   background: url("../img/top/bg_guide02.png") left top no-repeat;
   background-size: 173px;
   width: 173px;
   height: 111px;
   right: 0;
   top: 0;
}
#area_guide .gmap {
   height: 0;
   overflow: hidden;
   padding-bottom: 38.25%;
   position: relative;
}
#area_guide .gmap:after {
   position: absolute;
   content: "";
   background: url("../img/top/bg_guide03.png") left top repeat-x;
   background-size: 46px;
   top: -20px;
   left: 0;
   width: 100%;
   height: 48px;
}
#area_guide .gmap iframe {
   position: absolute;
   left: 0;
   top: 20px;
   height: 100%;
   width: 100%;
}
#area_guide .inner {
   background: rgba(255, 255, 255, 0.8);
   margin-top: -110px;
   border-radius: 20px;
   padding: 30px 35px;
   display: flex;
   justify-content: space-between;
   position: relative;
}
#area_guide .l_box {
   width: 562px;
}
#area_guide address {
   font-size: 1.8rem;
}
#area_guide .l_box dt {
   position: relative;
   color: #004650;
   font-size: 2.2rem;
   font-weight: 700;
   padding-left: 30px;
   line-height: 1.6;
}
#area_guide .l_box dt span {
   font-size: 1.8rem;
}
#area_guide .l_box dt:before {
   position: absolute;
   content: "";
   background: url("../img/top/ico_flower.png") left top no-repeat;
   background-size: 23px;
   width: 23px;
   height: 22px;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}
#area_guide .l_box dd {
   font-size: 1.8rem;
   line-height: 2;
}
#area_guide .l_box dd + dt {
   margin-top: 10px;
}
#area_guide .l_box li {
   line-height: 2;
   font-size: 1.8rem;
}
#area_guide .r_box {
   width: 398px;
}
#area_guide .r_box .btn a {
   width: 100%;
   border-radius: 10px;
}
#area_guide .r_box .btn:first-of-type a {
   height: 80px;
   margin-bottom: 15px;
}
#area_guide .btn span {
   font-size: 1.8rem;
   font-weight: bold;
   font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
   background: #FF8D00;
   border: 2px solid #FFC67F;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   height: 160px;
   border-radius: 10px;
   width: 100%;
}
@media screen and (max-width:768px) {
  header#header_sub,header#header_sub.show {
 display: none;
}
   .nav_wrap {
      height: inherit;
      padding-top: 80px;
      bottom: 0;
      background: url("../img/top/bg_nav.png") center top no-repeat;
      background-size: 900px;
   }
   .nav_wrap:before {
      content: none;
   }
   nav.nav_top {
      width: 100%;
   }
   main {
      margin-top: 40px;
   }
   .slide-img img.photo {
      height: 800px;
      width: 100%;
   }
   /*--------------------
 news
--------------------*/
   #area_news {
      padding-bottom: 40%;
   }
   #area_news .inner {
      width: 100%;
      padding: 0 4%;
      margin-bottom: 30px;
   }
   #area_news .ttl {
      margin-bottom: 22px;
   }
   .news_list li:first-of-type {
      background: url("../img/top/bg_news_list01.png") right bottom no-repeat;
      background-size: 918px;
      margin-bottom: 10px;
      padding-bottom: 20px;
   }
   .news_list li:first-of-type:after {
      background: url("../img/top/news_ico_bird.png") left top no-repeat;
      background-size: 28px;
      width: 28px;
      height: 21px;
      right: 33px;
      top: inherit;
      bottom: 17px;
   }
   .news_list li {
      background: url("../img/top/bg_news_list02.png") right bottom no-repeat;
      background-size: 918px;
   }
   .news_list li:last-of-type {
      background: url("../img/top/bg_news_list03.png") right bottom no-repeat;
      background-size: 918px;
   }
   .news_list li a {
      width: 96%;
      padding-bottom: 20px;
      display: flex;
      flex-wrap: wrap;
      line-height: 1.4;
   }
   .news_list li a:after {
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      right: -3%;
   }
   .news_list time {
      width: 100%;
      margin: 0 0 5px 0;
   }
   #area_news .btn a {
      width: 300px;
      height: 50px;
   }
   #area_news .btn a:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #fff;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
   }
   #nav_sub {
      background-size: contain;
      bottom: 0;
   }
   #nav_sub nav {
      height: 0;
      padding-bottom: 26%;
   }
   #nav_sub .nav_sub_wrap {
      width: 100%;
   }
   #nav_sub ul {
      width: 100%;
      overflow-x: hidden;
      background: url(../img/top/bg_sun.png) left top no-repeat;
      background-size: 50px;
      height: 0;
      padding-bottom: 30%;
   }
   #nav_sub .cloud01 {
      background-size: 43px;
      top: -40px;
   }
   #nav_sub .cloud02 {
      background-size: 32px;
      top: 0;
   }
   #nav_sub .cloud03 {
      background-size: 38px;
      top: -20px;
   }
   #nav_sub li {
      width: 100%;
   }
   #nav_sub li a {
      padding-top: 20px;
      height: inherit;
      position: relative;
      padding-top: 40%;
      padding-bottom: 40.3%;
   }
   #nav_sub li:first-of-type a {
      width: 200%;
      background-size: cover;
      background-position: center top;
      height: 0;
      left: -50%;
   }
   #nav_sub li:nth-of-type(2) a {
      width: 200%;
      background-position: center top;
      background-size: cover;
      height: 0;
      left: -50%;
   }
   #nav_sub li:nth-of-type(3) a {
      background-position: center top;
      background-size: cover;
      width: 200%;
      height: 0;
      left: -50%;
   }
   #nav_sub li a span {
      width: 100%;
      margin-top: 5px;
   }
   /*--------------------
 facility
--------------------*/
   #area_facility {
      margin-top: 0;
   }
   #area_facility:after {
      bottom: -20px;
      background: url("../img/top/bg_facility_ft.png") left top repeat-x;
      background-size: 31px;
      height: 32px;
   }
   #area_facility .inner {
      padding-top: 80px;
   }
   #area_facility .ttl {
      margin-bottom: 25px;
   }
   #area_facility .ttl img {
      margin-left: -40px;
   }
   #area_facility .ttl:before {
      background: url("../img/top/bg_facility01.png") left top no-repeat;
      background-size: 135px;
      width: 150px;
      height: 92px;
   }
   #area_facility .ttl:after {
      background: url("../img/top/bg_facility02.png") left top no-repeat;
      background-size: 135px;
      width: 135px;
      height: 122px;
   }
   #area_facility .box_wrap {
      flex-wrap: wrap;
      margin-bottom: 25px;
   }
   #area_facility .box {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 20px;
   }
   #area_facility .box .img {
      width: 100%;
      height: inherit;
      border-radius: 10px;
   }
   #area_facility .box .img img {
      width: 100%;
      height: 300px;
      border-radius: 10px;
   }
   #area_facility .box .cont_wrap {
      width: 100%;
      padding: 0 4%;
      margin: 10px auto;
      min-height: inherit;
   }
   #area_facility .box h2 {
      font-size: 1.8rem;
   }
   #area_facility .box p {
      font-size: 1.4rem;
   }
   #area_facility .box .btn {
      position: relative;
      bottom: inherit;
   }
   #area_facility .box .btn a {
      width: 100%;
      height: 40px;
      margin-top: 20px;
   }
   #area_facility .box .btn a:after {
      border-left: 4px solid #fff;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
   }
   #area_facility .box .btn a:hover {
      background: #004650;
   }
   #area_facility .box_wrap + .btn {
      position: relative;
      margin-bottom: 30px;
   }
   /*
   #area_facility .box_wrap + .btn:before {
      position: absolute;
      content: "";
      background: url("../img/top/bg_facility03.png") left top no-repeat;
      background-size: 105px;
      width: 105px;
      height: 46px;
      top: inherit;
      bottom: -70px;
   }
   #area_facility .box_wrap + .btn:after {
      background: url("../img/top/bg_facility04.png") left top no-repeat;
      background-size: 131px;
      width: 131px;
      height: 55px;
      top: inherit;
      bottom: -70px;
   }
   */
   .google-indoor-view {
     padding-bottom: 14vw;
   }
   .google-indoor-view:before {
      position: absolute;
      content: "";
      background: url("../img/top/bg_facility03.png") left top no-repeat;
      background-size: 105px;
      width: 105px;
      height: 46px;
   }
   .google-indoor-view:after {
      background: url("../img/top/bg_facility04.png") left top no-repeat;
      background-size: 131px;
      width: 131px;
      height: 55px;
   }

   #area_facility .box_wrap + .btn a {
      width: 300px;
      height: 50px;
      font-size: 1.6rem;
   }
   #area_facility .box_wrap + .btn a:after {
      border-width: 6.5px 0 6.5px 6px;
   }
   /*--------------------
 report
--------------------*/
   #area_report {
      padding: 55px 0 0 0;
   }
   #area_report .inner {
      padding: 0 4% 40px 4%;
   }
   #area_report .inner:after {
      background: url("../img/top/bg_report_ft.png") left top no-repeat;
      background-size: 161px;
      width: 161px;
      height: 29px;
   }
   .report_wrap {
      width: 100%;
      background-size: 20px 20px;
   }
   #area_report .box {
      width: 100%;
      margin-bottom: 35px;
   }
   #area_report .box + .box {
      margin-left: 0;
   }
   #area_report .box:before {
      background: url("../img/top/ico_report.png") left top no-repeat;
      background-size: 28px;
      width: 28px;
      height: 28px;
      top: -14px;
   }
   #area_report .box:nth-of-type(2) {
      top: inherit;
   }
   #area_report .box:nth-of-type(4) {
      top: inherit;
   }
   #area_report .box:nth-of-type(6) {
      top: inherit;
   }
   #area_report .box .img {
      width: 100%;
   }
   #area_report .box .img img {
      height: 300px;
   }
   #area_report .box time {
      color: #3C6F74;
      line-height: 1.5;
      width: 100%;
   }
   #area_report .box h3 {
      font-size: 1.6rem;
   }
   #area_report .btn a {
      width: 300px;
      height: 50px;
      font-size: 1.6rem;
   }
   #area_report .btn a:after {
      border-width: 6px 0 6px 6px;
   }
   /*--------------------
 guide
--------------------*/
   #area_guide {
      padding: 30px 0 0 0;
   }
   #area_guide .ttl {
      padding-top: 80px;
      width: 100%;
   }
   #area_guide .ttl img {
      margin-left: -40px;
   }
   #area_guide .ttl span {
      width: 100%;
      padding: 0 4%;
      font-size: 1.4rem;
      margin: 10px 0 0 0;
   }
   #area_guide .ttl:before {
      background-size: 120px;
      width: 120px;
      height: 64px;
   }
   #area_guide .ttl:after {
      background-size: 87px;
      width: 87px;
      height: 56px;
   }
   #area_guide .gmap {
      padding-bottom: 76.25%;
   }
   #area_guide .gmap:after {
      background-size: 31px;
      top: -5px;
      height: 31px;
   }
   #area_guide .inner {
      width: 90%;
      margin: 0 auto;
      flex-wrap: wrap;
      margin-top: -50px;
      border-radius: 10px;
      padding: 15px 4%;
   }
   #area_guide .l_box {
      width: 100%;
   }
   #area_guide address {
      font-size: 1.4rem;
      line-height: 1.4;
   }
   #area_guide .l_box dt {
      font-size: 1.8rem;
      padding-left: 30px;
   }
   #area_guide .l_box dt:before {
      top: 3px;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none;
   }
   #area_guide .l_box dt span {
      font-size: 1.2rem;
   }
   #area_guide .l_box dd {
      font-size: 1.4rem;
   }
   #area_guide .l_box li {
      font-size: 1.4rem;
   }
   #area_guide .r_box {
      width: 100%;
   }
   #area_guide .r_box .btn img {
      zoom: 0.6;
   }
   #area_guide .r_box .btn a {
      width: 300px;
   }
   #area_guide .r_box .btn:first-of-type a {
      height: 50px;
      margin: 15px 0;
   }
   #area_guide .r_box .btn:last-of-type a {
      height: 100px;
   }
}
@media screen and (max-width:350px) {
   #area_guide .l_box dt span {
      font-size: 1rem;
   }
}
