@charset"utf-8";
/* "*"
-------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
/* "html"
-------------------------------------------------- */
html{
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}
/* "body"
-------------------------------------------------- */
body {
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 1.5rem;
  color: #000;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
}
p.p-txt{
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.4rem;
  }
  p.p-txt{
    line-height: 1.8;
  }
}
/* "a"tag
-------------------------------------------------- */
a{
  color: #000;
  text-decoration: none;
}
p.p-txt a{
  text-decoration: underline;
  color: #005FAA;
}
p.p-txt a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* "li/ol/ul" Tag
-------------------------------------------------- */
ol li{
  font-size: 1.5rem;
  line-height: 1.6;
  margin-left: 2.0rem;
}
ul li{
  font-size: 1.5rem;
  list-style-type: none;
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  ol li,
  ul li{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* "dt dd" Tag
-------------------------------------------------- */
dl dt,
dl dd{
  font-size: 1.5rem;
  line-height: 1.6;
}

@media print, screen and (max-width: 767px) {
  dl dt,
  dl dd{
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
/* decoration
-------------------------------------------------- */
.bold{
  font-weight: bold;
}
/* color
-------------------------------------------------- */
.white {
  color: #FFFFFF;
}
.red {
  color: #DE4830;
}
.blue {
  color: #156CA3;
}
.orange {
  color: #E9872E;
}
.green {
  color: #26AE90;
}
.brown {
  color: #AD8141;
}
/* margin
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
/* wrapper
-------------------------------------------------- */
#wrapper{
  width: 100%;
}
/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1200px;
  margin: 0 auto;
}
header .inner{
  margin-bottom: 0!important;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .inner{
    width: 95%;
    margin: 0 auto;
  }
}
/* content
-------------------------------------------------- */
div.content{
  width: 97%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  div.content{
    width: 95%;
  }
}
/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forSP{
    display: inline;
  }
}

/* header
-------------------------------------------------- */
header{
  z-index: 10;
  bottom: auto;
  width: 100%;
  background-color: rgba(255,255,255,0);
  position: absolute;
}
header div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 14rem;
}
/* tel-area */
header div.tel-area div.block{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  margin-right: 3.5rem;
  margin-bottom: 1.2rem;
  height: 3rem;
  color: #fff;
}
header div.tel-area div.block p.tel{
  font-weight: bold;
  font-size: 2rem;
  margin-left: 2rem;
  line-height: 1.6;
}
header div.tel-area div.block p.tel a{
  color: #fff;
}
/* logo-area */
header div.logo-area a{
  margin-left: 3.0rem;
  display: block;
  width: 9.23rem;
  height: 12rem;
  font-size: 0;
  background: url(../img/common/new_logo_w.svg) no-repeat;
}
header div.logo-area a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* nav */
header div.nav-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header div.nav-area nav.nav-wrap a.nav-button {
  display: none;
}
header div.nav-area nav.nav-wrap div.nav-screen{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.reserve{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1rem;
  margin-right: 2.0rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.reserve li{
  margin-right: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.0;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a{
  font-size: 1.5rem;
  display: block;
  border-radius: 5rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a{
  background: #fff;
  color: #1A1A1A;
  border: 1px solid #fff;
  padding: 0 2rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a:hover{
  background: #1A1A1A;
  color: #fff;
  transition: .5s;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
  margin-right: 3.5rem;
  font-weight: normal;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
header div.nav-area nav.nav-wrap.open{
  display: block;
}
header div.nav-area nav.nav-wrap.close{
  display: none;
  margin-top: 0.3rem;
  opacity: 1;
  cursor: auto;
}
/* Fixed */
header.fixed{
  top: 0;
  position: fixed;
  background-color: rgba(255,255,255,.90);
  -webkit-box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.41667rem 0.20833rem rgba(0, 0, 0, 0.15);
}
header.fixed div.wrap{
  height: 14rem;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}
header.fixed h1.h1-logo,
header.fixed div.nav-area ul.nav li{
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
header.fixed div.tel-area div.block{
  color: #1A1A1A;
}
header.fixed div.tel-area div.block p.tel a{
  color: #1A1A1A;
}
header.fixed div.inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.fixed div.logo-area a{
  margin-left: 3rem;
  display: block;
  width: 9.23rem;
  height: 12rem;
  font-size: 0;
  background: url(../img/common/new_logo.svg) no-repeat;
}
header.fixed div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a{
  background: #1A1A1A;
  color: #fff;
  border: 1px solid #1A1A1A;
}
header.fixed div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a:hover{
  background: #fff;
  color: #1A1A1A;
}
header.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
  margin-right: 3.5rem;  
  font-weight: normal;
}
header.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
  color: #1A1A1A;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 961px) {
  header div.nav-area nav.nav-wrap {
    display: block !important;
  }
}
@media print, screen and (max-width: 960px) {
  /* clicked hamburger button screen */
  header div.nav-area{
    display: block;
    -webkit-box-align: none;
    -ms-flex-align: none;
    align-items: none;
  }
  header div.tel-area{
    position: fixed;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0,25,41,.90);
    border-bottom: none;
    padding: 1rem 0 1.5rem;
    width: 100%;
  }
  header div.tel-area div.block{
    display: block;
    text-align: center;
    margin-left: 0;
    color: #fff;
  }
  header div.tel-area div.block p.p-txt{
    line-height: 1.4;
  }
  header div.tel-area div.block p.tel{
    font-weight: bold;
    font-size: 2.2rem;
    margin-left: 2rem;
    line-height: 1.2;
  }
  header div.tel-area div.block p.tel a{
    color: #fff;
    display: block;
  }
  header div.wrap{
    height: 12rem;
  }
  header div.logo-area a{
    margin-left: 1.5rem;
    display: block;
    font-size: 0;
    width: 7.69rem;
    height: 10rem;
    background: url(../img/common/new_logo_w_sp.svg) no-repeat;
  }
  header div.nav-area nav.nav-wrap{
    left: 0;
    top: 0;
    display: none;
    z-index: 90;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
  }
  header div.nav-area nav.nav-wrap div.nav-screen{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.reserve{
    display: block;
    margin-bottom: 0;
    margin-right: 0;
    margin: 0 auto;
    width: 88%;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.reserve li{
    margin-right: 0;
    width: 20rem;
    text-align: center;
    line-height: 2.5;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 2.8rem;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a{
    background: #fff;
    color: #1A1A1A;
    border: 1px solid #fff;
    padding: inherit;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a:hover{
    background: inherit;
    opacity: none;
    transition: .5s;
    color: #fff;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
    position: relative;
    margin: 6rem auto 2.5rem;
    width: 88%;
    display: block;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
    margin-bottom: 2rem;
    display: block;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li:last-child{
    margin-bottom: 0;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    transition: .5s;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a:hover{
    color: #fff;
    opacity: 0.4;
    transition: 0.6s;
  }
  /* hamburger button */
  header div.nav-area a.nav_button{
    height: 22px;
    position: absolute;
    right: 20px;
    top: 46px;
    width: 27px;
    z-index: 101;
  }
  header div.nav-area a.nav_button:hover{
    cursor: pointer;
    opacity: 0.4;
    transition: 0.6s;
  }
  header div.nav-area span.nav_line{
    background: #FFF;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }
  header div.nav-area span.nav_line.active{
    background: #fff;
  }
  header div.nav-area span.line_center{
    top: 10px;
  }
  header div.nav-area span.line_bottom{
    bottom: 0;
  }
  header div.nav-area span.line_top.active{
    top: 10px;
    transform: rotate(45deg);
  }
  header div.nav-area span.line_center.active{
    transform:scaleX(0);
  }
  header div.nav-area span.line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
  }
  /* Fixed */
  header.fixed div.wrap {
    height: 12rem;
  }
  header.fixed div.logo-area a{
    margin-left: 1.5rem;
    display: block;
    width: 7.69rem;
    height: 10rem;
    font-size: 0;
    background: url(../img/common/new_logo_sp.svg) no-repeat;
  }
  header.fixed div.nav-area a.nav_button{
    right: 20px;
    top: 46px;
  }
  header.fixed div.nav-area span.nav_line{
    background: #1A1A1A;
  }
  header.fixed div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a{
    background: #fff;
    color: #1A1A1A;
    border: 1px solid #fff;
  }
  header.fixed div.nav-area nav.nav-wrap div.nav-screen ul.reserve li a:hover{
    background: #1A1A1A;
    color: #fff;
    border: 1px solid #fff;
  }
  header.fixed div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    transition: .5s;
  }
  header.fixed div.nav-area span.line_top.active,
  header.fixed div.nav-area span.line_bottom.active{
    background: #fff;
  }
}
@media print, screen and (max-width: 560px) {
  header div.tel-area div.block{
    display: block;
    text-align: center;
  }
}

/* button
-------------------------------------------------- */
div.button-area{
  width: 18rem;
  margin: 0 auto;
}
a.button,
input.button{
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  background: #001929;
  border: 1px solid #001929;
  display: inline-block;
  width: 18rem;  
  height: 5.2rem;
  line-height: 4.9rem;
  text-align: center;
}
a.button.souvenir,
input.button.souvenir{
  color: #fff;
  background: #B79A5E;
  border: 1px solid #B79A5E;
}
input[type="submit"] {
  position: relative;
  font-size: 1.5rem;
  color: #fff;
  background: #001929;
  border: 1px solid #001929;
  display: inline-block;
  width: 18rem;  
  height: 5.2rem;
  line-height: 4.9rem;
  text-align: center;
}
a.button:hover,
input.button:hover{
  background: #fff;
  color: #001929;
  transition: .5s;
}
a.button.souvenir:hover,
input.button.souvenir:hover{
  background: #fff;
  color: #B79A5E;
}
@media print, screen and (max-width: 767px) {
  div.button-area{
    width: 16rem;
  }
  a.button,
  input.button{
    width: 16rem;
    font-size: 1.4rem;
    height: 5.2rem;
    line-height: 4.9rem;
  }
  input[type="submit"] {
    width: 18rem;
    height: 5.2rem;
    line-height: 4.9rem;
  }
}
/* IE対応 */
@media print, screen and (-ms-high-contrast:none) {
  a.button,
  input.button{
    height: 5.3rem;
    line-height: 5.1rem;
  }
  input[type="submit"] {
    height: 5.3rem;
    line-height: 5.1rem;
  }
}

/* mainvisualSec
-------------------------------------------------- */
section.mainvisualSec div.swiper-container{
  width: 100%;
  height: 100vh;
  position: relative;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv01{
  background: url(../img/top/mainvisual01.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv02{
  background: url(../img/top/mainvisual02.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv03{
  background: url(../img/top/mainvisual03.jpg) center center / cover no-repeat;
}
section.mainvisualSec .swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.3)!important;
}
section.mainvisualSec div.swiper-container div.swiper-slide{
  background-size: cover;
  background-position: center bottom;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
  position: absolute;
  top: 54%;
  left: 12rem;
  transform: translateY(-50%);
  z-index: 1;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area.c01{
  top: 56%;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area h2.copy{
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: bold;
  text-shadow: 2px 2px 0 #333;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p{
  font-size: 3.6rem;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  line-height: 1.15;
  text-shadow: 2px 2px 0 #333;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub01_01{
  margin-bottom: 2.5rem;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub01_02{
  margin-bottom: 1rem;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub02{
  margin-top: 3rem;
}
section.mainvisualSec div.swiper-pagination{
  margin-bottom: 1rem;
}
section.mainvisualSec span.swiper-pagination-bullet-active{
  background: #fff!important;
}
section.mainvisualSec span.swiper-pagination-bullet{
  border:4px solid #fff!important;
  background: none;
  width: 10px!important;
  height: 10px!important;
  margin-right: 1.5rem!important;
}
section.mainvisualSec div.swiper-button-prev,
section.mainvisualSec div.swiper-container-rtl div.swiper-button-next{
  top: 54.5%!important;
  left: 1.5rem!important;
  background-image: none;
  width: 4rem;
}
section.mainvisualSec div.swiper-button-next,
section.mainvisualSec div.swiper-container-rtl div.swiper-button-prev{
  top: 54.5%!important;
  right: 1.5rem!important;
  background-image: none;
  width: 4rem;
}
section.mainvisualSec div.swiper-button-prev:hover,
section.mainvisualSec div.swiper-container-rtl div.swiper-button-next:hover,
section.mainvisualSec div.swiper-button-next:hover,
section.mainvisualSec div.swiper-container-rtl .swiper-button-prev:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  section.mainvisualSec div.swiper-container{
    height: 100vh;
  }
  section.mainvisualSec .swiper-slide.swiper-slide-active::after {
    height: 100vh;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
    top: 52.5%;
    transform: translateY(-51%);
    left: 0;
    right: 0;
    text-align: center;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area h2.copy{
    font-size: 3rem;
    line-height: 1.3;
  }
  section.mainvisualSec div.swiper-button-prev,
  section.mainvisualSec div.swiper-container-rtl div.swiper-button-next{
    display: none;
  }
  section.mainvisualSec div.swiper-button-next,
  section.mainvisualSec div.swiper-container-rtl .swiper-button-prev{
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area h2.copy{
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media print, screen and (max-width: 560px) {
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p{
    font-size: 6.8vw;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area h2.copy{
    font-size: 5.8vw;
    line-height: 1.2;
  }
}

/* "h"tag
-------------------------------------------------- */
h3.h3-cmn {
  font-size: 2.8rem;
  margin-bottom: 5rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  h3.h3-cmn {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}

/* overviewSec
-------------------------------------------------- */
/* "h"tag */
h4.h4-overview{
  font-size: 2.0rem;
  line-height: 1.4;
  color: #1A1A1A;
  margin-bottom: 3rem;
  text-align: center;
}
/* section */
section.overviewSec{
  margin: 10rem auto 0;
}
section.overviewSec div.content div.wrap{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #B5B5B5;
  margin-bottom: 5rem;
}
section.overviewSec div.content div.wrap div.img-area{
  width: 59%;
  font-size: 0;
}
section.overviewSec div.content div.wrap div.img-area img{
  width: 100%;
  height: auto;
}
section.overviewSec div.content div.wrap div.text-area{
  width: 39%;
  padding: 0 0 0 2%;
}
section.overviewSec div.content div.wrap div.text-area p{
  margin-bottom: 3rem;
}
section.overviewSec div.content div.wrap div.text-area div.button-area{
  width: 16rem;
  margin: 0 auto;
}
section.overviewSec div.content div.wrap div.text-area a.button{
  width: 16rem;
}
@media print, screen and (max-width: 960px) {
  /* "h"tag */
  h4.h4-overview{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  /* section */
  section.overviewSec{
    margin: 7rem auto 0;
  }
  section.overviewSec div.content div.wrap{
    display: block;
  }
  section.overviewSec div.content div.wrap div.img-area{
    width: 100%;
  }
  section.overviewSec div.content div.wrap div.text-area{
    width: 100%;
    padding: 3rem 2rem;
  }
  section.overviewSec div.content div.wrap div.text-area p{
    margin-bottom: 2.5rem;
  }
}

/* newsSec
-------------------------------------------------- */
section.newsSec{
  margin: 10rem auto 0;
}
section.newsSec div.content div.infolist{
  margin: 5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.newsSec div.content div.infolist div.box{
  width: 23.5%;
  margin-bottom: 1rem;
}
section.newsSec div.content div.infolist div.box.blank{
  width: 23.5%;
  margin-bottom: inherit;
}
section.newsSec div.content div.infolist div.box div.img img{
  width: 100%;
  height: auto;
}
section.newsSec div.content div.infolist div.box div.img img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.newsSec div.content div.infolist div.box dl {
  line-height: 1.5;
  text-align: left;
  position: relative;
}
section.newsSec div.content div.infolist div.box dl dt.date{
  margin: 1.0rem 0 0;
  padding-top: 0.3rem;
  font-size: 1.3rem;
  color: #aaa;
}
section.newsSec div.content div.infolist div.box dl dd.tag{
  position: absolute;
  right: 0;
  top: 0;  
  font-size: 1.3rem;
  pointer-events: none;
  padding: 0.3rem 0.8rem 0.3rem;
}
section.newsSec div.content div.infolist div.box dl dd.tag a{
  color: #fff;
}
section.newsSec div.content div.infolist div.box dl dd.tag.news{
  background: #0487BE;
}
section.newsSec div.content div.infolist div.box dl dd.tag.snorkel{
  background: #012C4E;
}
section.newsSec div.content div.infolist div.box dl dd.tag.souvenir{
  background: #005FAA;
}
section.newsSec div.content div.infolist div.box dl dd.tag.food{
  background: #3AB0E2;
}
section.newsSec div.content div.infolist div.box dl dd.title{
  margin: 1rem 0 0;
  line-height: 1.4;
}
section.newsSec div.content div.infolist div.box dl dd.title a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
section.newsSec div.content div.button-area{
  margin-top: 5rem;
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin: 7rem auto 0;
  }
  section.newsSec div.content{
    position: relative;
  }  
  section.newsSec div.content div.infolist{
    margin: 4rem auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.3;
  }
  section.newsSec div.content div.infolist div.box{
    width: 48.5%;
  }
  section.newsSec div.content div.infolist div.box dl dt.date{
    margin: 0.3rem 0 0;
    padding-bottom: 0.4rem;
    font-size: 1.2rem;
  }
  section.newsSec div.content div.infolist div.box dl dd.tag a{
    font-size: 1.2rem;
  }
  section.newsSec div.content div.infolist div.box dl dd.title{
    margin: 1rem 0 0.5rem;
    height: 4.5rem;
    line-height: 1.3;
  }
  section.newsSec div.content div.button-area{
    margin-top: 2rem;
  }
}

/* profSec
-------------------------------------------------- */
/* "h"tag */
h4.h4-prof{
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 3rem;
  border-bottom: 1px dotted #707070;
  padding-bottom: 1.5rem;
}
/* section */
section.profSec{
  margin: 10rem auto 0;
}
section.profSec div.content div.prof01{
  margin-bottom: 5rem;
}
section.profSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
section.profSec div.content div.wrap div.img-area{
  width: 35%;
}
section.profSec div.content div.wrap div.img-area img{
  width: 100%;
  height: auto;
}
section.profSec div.content div.wrap div.text-area{
  width: 62%;
}
section.profSec div.content div.wrap div.text-area p.p-text{
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h4.h4-prof{
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    border-bottom: inherit;
    padding-bottom: 0;
    line-height: 1.4;
  }
  section.profSec{
    margin: 7rem auto 0;
  }
  section.profSec div.content div.wrap{
    display: block;
    position: relative;
  }
  section.profSec div.content div.wrap div.img-area{
    width: 100%;
  }
  section.profSec div.content div.wrap div.text-area{
    width: 100%;
    margin: 3rem auto 0;
  }
}

/* accessSec
-------------------------------------------------- */
/* "h"tag */
h4.h4-access01{
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
h4.h4-access02{
  position: relative;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #005FAA;
  border-bottom: 1px dotted #005FAA;
  padding-bottom: 0.5rem;
}
h5.h5-access{
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
}
h5.h5-access::before{
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.4rem;
  margin-bottom: 0.5rem;
}
h5.h5-access.a01::before{
  background-image: url(../img/common/taxi.svg);
}
h5.h5-access.a02::before{
  background-image: url(../img/common/train.svg);
}
h5.h5-access.a03::before{
  background-image: url(../img/common/yacht.svg);
}
h5.h5-access.a04::before{
  background-image: url(../img/common/ferry.svg);
}
section.accessSec{
  margin: 10rem 0 0;
}
section.accessSec div.block{
  margin-bottom: 5rem;
}
section.accessSec div.box{
  margin-bottom: 3rem;
}
section.accessSec div.accesswrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 3rem;
}
section.accessSec div.accesswrap div.text-area{
  width: 48.5%;
}
section.accessSec div.accesswrap div.img-area{
  width: 48.5%;
}
section.accessSec div.accesswrap div.img-area img{
  width: 100%;
  height: auto;
  border: 1px solid #025999;
}
@media print, screen and (max-width: 767px) {
  h4.h4-access01{
    font-size: 2.0rem;
  }
  h4.h4-access02{
    font-size: 2.0rem;
  }
  h5.h5-access::before{
    width: 22px;
    height: 22px;
  }
  section.accessSec{
    margin: 7rem 0 0;
  }
  section.accessSec div.accesswrap{
    display: block;
    margin-top: 3rem;
  }  
  section.accessSec div.accesswrap div.text-area{
    width: 100%;
  }
  section.accessSec div.accesswrap div.img-area{
    margin-top: 3rem;
    width: 100%;
  }
}

/* footer
-------------------------------------------------- */
/* "h"tag */
h3.h3-cmn-ftr {
  font-size: 2.0rem;
  margin-bottom: 0.5rem;  
  line-height: 1.3;
  font-weight: bold;
}
footer{
  margin: 10rem auto 0;
  background: rgba(175, 175, 175,0.1);
}
footer div.content div.footer-area{  
  padding: 8rem 0 6rem;
  border-bottom: 1px solid #333;
}
footer div.content div.footer-area div.footer-menu ul.footernav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer div.content div.footer-area div.footer-menu ul.footernav li{
  width: 25%;
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1.2;
}
footer div.content div.footer-area div.footer-menu ul.footernav li a{
  color: #1A1A1A;
  font-weight: bold;
}
footer div.content div.footer-area div.footer-menu ul.footernav li:hover{
  opacity: 0.4;
  transition: 0.5s;
}
footer div.content div.footer-area div.footer-logo{
  width: 16rem;
  height: auto;
  margin: 3rem auto 3rem;
}
footer div.content div.footer-area div.footer-logo img{
  width: 100%;
  height: auto;
}
footer div.content div.footer-area div.footer-logo img:hover{
  opacity: 0.4;
  transition: 0.5s;
}
footer div.content div.footer-area div.footer-logo div.sns-area ul{
  width: 11rem;
  margin: 1.5rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer div.content div.footer-area div.footer-logo div.sns-area ul li{
  margin-right: 1.2rem;
}
footer div.content div.footer-area div.footer-logo div.sns-area ul li.facebook{
  width: 4.8rem;
}
footer div.content div.footer-area div.footer-logo div.sns-area ul li.instagram{
  width: 4.5rem;
}
footer div.content div.footer-area div.footer-logo div.sns-area ul li.line{
  width: 4.5rem;  
}
footer div.content div.footer-area div.footer-logo div.sns-area ul li:last-child{
  margin-right: 0;
}
footer div.content div.footer-area div.footer-logo div.sns-area ul li img{
  width: 100%;
  height: auto;
}
footer div.content div.footer-area div.footer-logo div.sns-area ul li img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
footer div.content div.footer-area div.prof-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer div.content div.footer-area  div.prof-area div.button-area{
  margin: 0 0 0 5rem;
  width: 37.5rem;
}
footer div.content div.footer-area  div.prof-area div.button-area ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer div.content div.footer-area  div.prof-area div.button-area ul li{
  margin-right: 1.5rem;
}
footer div.content div.footer-area  div.prof-area div.button-area ul li:last-child{
  margin-right: 0;
}
footer div.content div.footer-area  div.prof-area div.button-area ul li a{
  font-size: 1.3rem;
  height: 4.6rem;
  line-height: 4.4rem;
  border-radius: 1rem;
  background: #1A1A1A;
}
footer div.content div.footer-area  div.prof-area div.button-area ul li a:hover{
  background: inherit;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}
footer div.content div.copyright-area{
  padding: 2rem 0;
}
footer div.content div.copyright-area div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer div.content div.copyright-area div.list ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer div.content div.copyright-area div.list ul li:first-child{
  margin-right: 2.5rem;
}
footer div.content div.copyright-area div.list ul li a{
  color: #1A1A1A;
  font-weight: bold;
}
footer div.content div.copyright-area div.list ul li a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 960px) {
  footer{
    padding-bottom: 6.5rem;
  }
}
@media print, screen and (max-width: 767px) {
  footer div.content div.footer-area{  
    padding: 6rem 0;
  }
  footer div.content div.footer-area div.footer-menu{
    margin-bottom: 3rem;
  }
  footer div.content div.footer-area div.footer-menu ul.footernav li{
    width: 50%;
  }
  footer div.content div.footer-area div.footer-logo{
    width: 14rem;
    height: auto;
    margin: 3rem auto 3rem;
  }
  footer div.content div.footer-area div.prof-area{
    display: block;
  }
  footer div.content div.footer-area div.prof-area div.text-area{
    text-align: center;
  }  
  footer div.content div.footer-area div.prof-area div.text-area p{
    text-align: left;
    width: 23rem;
    margin: 2rem auto 3rem;
    line-height: 1.8;
  }
  footer div.content div.footer-area div.prof-area div.button-area{
    margin: 3rem auto 0;
    width: 18rem;
  }
  footer div.content div.footer-area  div.prof-area div.button-area ul{
    display: block;
  }
  footer div.content div.footer-area  div.prof-area div.button-area ul li{
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  footer div.content div.footer-area  div.prof-area div.button-area ul li:last-child{
    margin-bottom: 0;
  }
  footer div.content div.footer-area  div.prof-area div.button-area ul li a{
    width: 18rem;
  }
  footer div.content div.copyright-area{
    text-align: center;    
  }
  footer div.content div.copyright-area div.wrap{
    display: block;
  }
  footer div.content div.copyright-area div.list ul{
    display: block;
    margin-bottom: 1rem;
  }
  footer div.content div.copyright-area div.list ul li{
    text-align: center;
  }
  footer div.content div.copyright-area div.list ul li:first-child{
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}