@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;
  overflow-x: hidden;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
/*.wf-mplus1p {
  font-family: "M PLUS 1p";
}*/
/* "p"tag
-------------------------------------------------- */
p{
  font-size: 1.5rem;
  margin-bottom: 0;
}
p.p-text{
  line-height: 1.6;
}
@media print, screen and (max-width: 767px) {
  p{
    font-size: 1.4rem;
  }
  p.p-text{
    line-height: 1.8;
  }
}
/* "a"tag
-------------------------------------------------- */
a{
  color: #000;
  text-decoration: none;
}
/* "li/ol/ul" Tag
-------------------------------------------------- */
ul li{
  font-size: 1.5rem;
  list-style-type: none;
}
@media print, screen and (max-width: 767px) {
  ul li{
    font-size: 1.4rem;
  }
}
/* "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;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
/* 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;
}
.mb15 {
  margin-bottom: 15px;
}
.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;
}
/* forPC,forSP
-------------------------------------------------- */
.forPC{
  display: inline;
}
.forSP{
  display: none;
}
@media screen and (max-width: 767px) {
  .forPC{
    display: none;
  }
  .forSP{
    display: inline;
  }
}
p a{
  text-decoration: underline;
  color: #6699FF;
}
p a:hover{
  color: #264995;
  transition: 0.5s;
}


/* ==================================================
以下、ブロックごとの指定
================================================== */
/* wrapper
-------------------------------------------------- */
#wrapper{
  width: 100%;
}
@media screen and (max-width: 767px) {
  #wrapper{
    padding-bottom: 6rem;
  }
}
/* inner
-------------------------------------------------- */
div.inner{
  max-width: 1200px;
  margin: 0 auto;
}
header .inner{
  max-width: 1200px;
  margin: 0 auto;
}
@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%;
  } 
}

/* "h" tag
-------------------------------------------------- */
h2.h2-cmn{
  margin-bottom: 3rem;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  color: #264995;
}
@media print, screen and (max-width: 767px) {
  h2.h2-cmn{
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }  
}
/* header
-------------------------------------------------- */
header.top-head{
  z-index: 10;
  position: relative;
  bottom: auto;
  width: 100%;
  background-color: rgba(255,255,255,0);
  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: 13.4rem;
  margin-bottom: 2.5rem;
}
header div.logo-area a{
  margin-left: 2.0rem;
  display: block;
  width: 19rem;
  height: 5.52rem;
  font-size: 0;
  background: url(../img/common/logo.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 div.tel{
  text-align: right;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number{
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number span.tel{
  font-weight: bold;
  margin-left: 2rem;
  font-size: 2.0rem;
  line-height: 1.4;
}
header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number span.tel::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  background-image: url(../img/common/phone-call_bl.svg);
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
}
header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number span.tel a{
  text-decoration: none;
  pointer-events:none;
}
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.2rem;
  font-weight: bold;
  height: 8rem;
  line-height: 8rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li a{
  font-size: 1.5rem;
  color: #264995;
}
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 div.nav-screen ul.nav li.request{
  margin-right: 0;
  background: #6699FF;
  width: 14rem;
  text-align: center;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.request span,
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.inquiry span{
  display: block;
  height: 0;
  margin-bottom: 2rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.request span img,
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.inquiry span img{
  width: 3.5rem;
  height: auto;
  color: #fff;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.inquiry{
  margin-right: 0;
  background: #264995;
  width: 14rem;
  text-align: center;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav a li.request,
header div.nav-area nav.nav-wrap div.nav-screen ul.nav a li.inquiry{
  color: #fff;
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav a li.request:hover{
  background: #547ED2;
  transition: 0.4s;
}
header div.nav-area nav.nav-wrap div.nav-screen ul.nav a li.inquiry:hover{
  background: #162C5B;
  transition: 0.4s;
}
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.top-head.fixed{
  top: 0;
  position: fixed;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  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);
  height: 13.4rem;
}
header.top-head.fixed h1.h1-logo,
header.top-head.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.top-head.fixed div.inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.top-head.fixed div.logo-area a{
  margin-left: 2.5rem;
  display: block;
  width: 19rem;
  height: 5.52rem;
  font-size: 0;
  background: url(../img/common/logo.svg) no-repeat;
}
header.top-head.fixed div.nav-area nav.nav-wrap div.nav-screen div.tel{
  margin-top: 1rem;
}
@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;
    background: #264995;
    height: 8rem;
    width: 8rem;
  }
  header.top-head{
    height: 8rem;
    margin-bottom: 0;
  }
  header div.logo-area a{
    margin-left: 1.5rem;
    display: block;
    width: 15.2rem;
    height: 4.5rem;
    font-size: 0;
    background: url(../img/common/logo_sp.svg) no-repeat;
  }
  header div.nav-area nav.nav-wrap{
    left: 0;
    top: 0;
    display: none;
    z-index: 90;
    background: rgba(22,44,91,0.9);
    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 div.tel{
    position: relative;
    margin: 0 auto;
    width: 85%;
    display: block;
    text-align: left;
  }
  header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number{
    color: #fff;
  }
  header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number span.tel{
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 2.0;
  }
  header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number span.tel::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(../img/common/phone-call.svg);
    margin-right: 0.5rem;
    margin-bottom: 0.4rem;
  }
  header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number span.tel a{
    color: #fff;
    pointer-events: inherit;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav{
    position: relative;
    margin: 8rem auto 0;
    width: 85%;
    display: block;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li{
    margin-bottom: 3.0rem;
    display: block;
    height: auto;
    line-height: 1.3;
  }
  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;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.request{
    margin-right: 0;
    background: inherit;
    width: auto;
    text-align: left;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.request span,
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.inquiry span{
    display: none;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.request span img,
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.inquiry span img{
    width: 3.5rem;
    height: auto;
    color: #fff;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav li.inquiry{
    margin-right: 0;
    background: inherit;
    width: auto;
    text-align: left;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav a li.request,
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav a li.inquiry{
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
  }
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav a li.request:hover,
  header div.nav-area nav.nav-wrap div.nav-screen ul.nav a li.inquiry:hover{
    background: inherit;
    opacity: 0.4;
    transition: 0.6s;
  }

  /* hamburger button */
  header div.nav-area a.nav_button{
    height: 2.2rem;
    position: absolute;
    right: 2.5rem;
    top: 2.9rem;
    width: 2.7rem;
    z-index: 101;
    cursor: pointer;
  }
  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.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);
    background: #fff;
  }
  header div.nav-area span.line_center.active{
    transform:scaleX(0);
  }
  header div.nav-area span.line_bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
  }
  /* Fixed */
  header.top-head.fixed {
    height: 8rem;
  }
  header.top-head.fixed div.logo-area a{
    margin-left: 1.5rem;
    display: block;
    width: 15.2rem;
    height: 4.5rem;
    font-size: 0;
    background: url(../img/common/logo_sp.svg) no-repeat;
  }
  header.top-head.fixed div.nav-area a.nav_button{
    right: 25px;
    top: 30px;
  }
  header.top-head.fixed div.nav-area span.nav_line{
    background: #fff;
  }
  header.top-head.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.top-head.fixed div.nav-area span.line_top.active,
  header.top-head.fixed div.nav-area span.line_bottom.active{
    background: #fff;
  }
}
@media print, screen and (max-width: 767px) {
  header div.nav-area nav.nav-wrap div.nav-screen div.tel p.number span.tel{
    margin-left: 0;
  }
}


/* button
-------------------------------------------------- */
div.button-area{
  width: 20rem;
  margin: 0 auto;
}
a.button {
  background: #264995;
  border: 1px solid #264995;
  display: inline-block;
  height: 5.5rem;
  width: 20rem;  
  line-height: 5.2rem;
  text-align: center;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
  position: relative;
}
a.button::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -1.5rem;
  width: 3rem;
  height: 1px;
  background: #E5E5E5;
}
a.button:hover{
  background: #fff;
  color: #264995;
  transition: .5s;
}
a.button:hover::after{
  background: #264995;
}
@media print, screen and (max-width: 767px) {
  div.button-area{
    width: 18rem;
  }
  a.button {
    width: 18rem;  
    font-size: 1.4rem;    
  }
}

/* mainvisualSec
-------------------------------------------------- */
/* visual */
section.mainvisualSec{
  position: relative;
  height: calc(100vh - 15rem);
  width: 100%;
}
section.mainvisualSec div.swiper-container{
  width: 85%;
  height: calc(100vh - 15rem);
  margin: 0 0 0 auto;
  position: relative;
}
.swiper-container{
  overflow: inherit!important;
}
section.mainvisualSec .swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 15rem);
  background: rgba(0, 0, 0, 0.25)!important;
}
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 div.swiper-container div.swiper-slide.mv04{
  background:url(../img/top/mainvisual04.jpg) center top / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv05{
  background:url(../img/top/mainvisual05.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv06{
  background:url(../img/top/mainvisual06.jpg) center center / cover no-repeat;
}
section.mainvisualSec div.swiper-container div.swiper-slide.mv07{
  background:url(../img/top/mainvisual07.jpg) center bottom / cover no-repeat;
}
/* copy */
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
  position: absolute;
  top: 38%;
  left: -10rem;
  transform: translateY(-50%);
  z-index: 10;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.copy{
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 4rem;
  text-shadow: 0px 0px 3px #333;
  font-weight: 500;
  letter-spacing: -0.03em;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub{
  color: #fff;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  text-shadow: 0px 0px 3px #333;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.img-area{
  width: 28rem;
}
section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.img-area img{
/*  filter: drop-shadow(0px 0px 3px #555);*/
  width: 100%;
  height: auto;
}
/* feature */
section.mainvisualSec div.feature-area{
  position: absolute;
  background: #fff;
  z-index: 2;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  bottom: -9rem;
  right: 4%;
  transform: translateY(-5%);
  filter: drop-shadow(1px 1px 0.2rem #264995);
  border: 1px solid #264995;
}
section.mainvisualSec div.feature-area span{
  margin-top: 2.8rem;
  margin-bottom: 0.8rem;
  display: block;
  line-height: 1.6;
  text-align: center;
}
section.mainvisualSec div.feature-area span img{
  width: 4rem;
  height: auto;
}
section.mainvisualSec div.feature-area p{
  text-align: center;
  line-height: 1.6;
  font-size: 1.8rem;
  color: #264995;
  font-weight: bold;
}
/* hero */
section.mainvisualSec div.hero-bg{
  background: #F5F5F5;
  height: 50vh;
  padding-bottom: 5rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media print, screen and (max-width: 960px) {
  /* visual */
  section.mainvisualSec{
    height: calc(100vh - 8rem);
  }
  section.mainvisualSec div.swiper-container{
    width: 100%;
    height: calc(100vh - 8rem);
  }
  section.mainvisualSec .swiper-slide.swiper-slide-active::after {
    height: calc(100vh - 8rem);
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
    top: 47%;
    left: 8rem;
    transform: translateY(-53%);
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.copy{
    font-size: 3.2rem;
    margin-bottom: 13%;
    text-shadow: 1px 1px 1px #333;
    font-weight: 500;
    letter-spacing: -0.03em;
  }
  /* feature */
  section.mainvisualSec div.feature-area{
    transform: translateY(-10%);
    right: 5%;
  }
}
@media print, screen and (max-width: 767px) {
  /* visual */
  section.mainvisualSec div.swiper-container{
    height: calc(100vh - 8rem);
    width: 100%;
    margin: 0 auto;
  }
  /* copy */
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
    top: 50%;
    transform: translateY(-50%);
  }
  /*section.mainvisualSec div.swiper-container div.swiper-slide.mv04 div.copy-area{
    display: none;
  }*/
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.copy{
    font-size: 2.8rem;
    margin-bottom: 10%;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub{
    font-size: 2.3rem;
    margin-bottom: 0.5rem;
    margin-left: 0.2rem;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.img-area{
    width: 22.5rem;
  }
  /* feature */
  section.mainvisualSec div.feature-area{
    width: 17rem;
    height: 17rem;
    right: 4%;
    transform: translateY(-20%);
  }
  section.mainvisualSec div.feature-area span{
    margin-top: 2.4rem;
    margin-bottom: 0.8rem;
    display: block;
    line-height: 1.5;
    text-align: center;
  }
  section.mainvisualSec div.feature-area span img{
    width: 3.5rem;
    height: auto;
  }
  section.mainvisualSec div.feature-area p{
    text-align: center;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #264995;
    font-weight: bold;
  }
}
@media print, screen and (max-width: 480px) {
  /* copy */
  /*section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
    top: 42%;
    transform: translateY(-58%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }*/
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area{
    top: 36%;
    transform: translateY(-68%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide.mv04 div.copy-area{
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.copy{
    font-size: 6.2vw;
    margin-bottom: 10%;
    margin-left: 0.8rem;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area p.sub{
    font-size: 6.0vw;
    margin-bottom: 0.6rem;
    margin-left: 0;
  }
  section.mainvisualSec div.swiper-container div.swiper-slide div.copy-area div.img-area{
    width: 60%;
    margin: 0 auto;
  }
  /* feature */
  section.mainvisualSec div.feature-area{    
    left: 4%;
  }
  section.mainvisualSec div.feature-area span img{
    width: 3.5rem;
    height: auto;
  }  
}

/* gotocampaignSec
-------------------------------------------------- */
section.gotocampaignSec{
  margin: 12rem auto 0;
  position: relative;
}
section.gotocampaignSec div.content{
  border: 1px dotted #555;
  padding: 5rem 2rem 5rem;
}
section.gotocampaignSec div.content h2.h2-cmn{
  color: #E23945;
  text-align: center;
}
section.gotocampaignSec div.content p.p-text{
  font-size: 1.6rem;
}
section.gotocampaignSec div.content div.button-area{
  margin: 5rem auto 0;
}
@media print, screen and (max-width: 767px) {
  section.gotocampaignSec{
    margin: 10rem auto 0;
  }
  section.gotocampaignSec div.content h2.h2-cmn{
    margin-bottom: 3rem;
  }
}

/* zenkokucampaignSec
-------------------------------------------------- */
section.zenkokucampaignSec{
  margin: 12rem auto 0;
  position: relative;
}
section.zenkokucampaignSec div.content{
  border: 1px solid #555;
  padding: 5rem 2rem 5rem;
}
section.zenkokucampaignSec div.content h2.h2-cmn{
  color: #E23945;
  text-align: center;
}
section.zenkokucampaignSec div.content h3.h3-campaign{
  color: #264995;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
}
section.zenkokucampaignSec div.content h3.h3-staynavi{
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
section.zenkokucampaignSec div.content div.text-explain{
  width: 60rem;
  margin: 0 auto;
}
section.zenkokucampaignSec div.content p.attention{
  color: #E23945;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 3rem;
}
section.zenkokucampaignSec div.content div.term{
  margin: 2rem auto 0;
  border: 1px dotted #555;
  text-align: center;
  padding: 2rem 0;
}
section.zenkokucampaignSec div.content div.term p.campaign-ttl{
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5rem;
}
section.zenkokucampaignSec div.content div.box{
  width: 60rem;
  margin: 0 auto;
}
section.zenkokucampaignSec div.content div.box ul li{
  list-style-type: disc;
  line-height: 1.6;
  margin-left: 2.3rem;
}
section.zenkokucampaignSec div.content div.copy{
  margin-top: 1.5rem;
}
section.zenkokucampaignSec div.content div.copy p{
  font-size: 1.8rem;
  line-height: 1.4;
  color: #E23945;
  font-weight: bold;
  text-align: center;
}
section.zenkokucampaignSec div.content div.button-area{
  margin: 5rem auto 0;
}
section.zenkokucampaignSec div.content div.button-area a.button.non{
  background: #AAA;
  border: 1px solid #AAA;
  pointer-events: none;
}
section.zenkokucampaignSec div.content div.banner-area{
  margin: 7rem auto 0;
}
section.zenkokucampaignSec div.content div.banner-area div.banner{
  width: 90%;
  margin: 0 auto;
}
section.zenkokucampaignSec div.content div.banner-area div.banner img{
  width: 100%;
  height: auto;
}
section.zenkokucampaignSec div.content div.banner-area div.banner img:hover{
  opacity: 0.4;
  transition: 0.6s;
}
@media print, screen and (max-width: 767px) {
  section.zenkokucampaignSec{
    margin: 10rem auto 0;
  }
  section.zenkokucampaignSec div.content h2.h2-cmn{
    margin-bottom: 3rem;
  }
  section.zenkokucampaignSec div.content h3.h3-campaign{
    font-size: 2.0rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  section.zenkokucampaignSec div.content h3.h3-staynavi{
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
  section.zenkokucampaignSec div.content div.text-explain{
    width: 100%;
  }
  section.zenkokucampaignSec div.content div.term{
    padding: 1.5rem;
  }
  section.zenkokucampaignSec div.content div.term p.campaign-ttl{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  section.zenkokucampaignSec div.content div.box{
    width: 100%;
  }
  section.zenkokucampaignSec div.content div.banner-area{
    margin: 5rem auto 0;
  }
  section.zenkokucampaignSec div.content div.banner-area div.banner{
    width: 100%;
    margin: 0 auto;
  }
}

/* aboutSec
-------------------------------------------------- */
section.aboutSec{
  position: relative;
  margin-top: 10rem;
}
/* hero */
section.aboutSec div.hero-bg{
  background: #F5F5F5;
  height: 5rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* section */
section.aboutSec div.content div.text-area p{
  font-size: 1.6rem;
}
@media print, screen and (max-width: 960px) {
  section.aboutSec{
    padding-top: 0;
  }
  section.aboutSec div.hero-bg{
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  section.aboutSec{
    margin-top: 7rem;
  }
}

/* divingSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.diving{
  position: absolute;
}
h2.h2-cmn.diving::before{
  content: "Diving service";
  color: #6699FF;
  font-size: 1.4rem;
  display: block;
}
/* section */
section.divingSec{
  margin: 10rem auto 0;
}
section.divingSec div.content{
  position: relative;
}
section.divingSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section.divingSec div.content div.wrap div.img-area{
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
section.divingSec div.content div.wrap div.img-area div.ds01,
section.divingSec div.content div.wrap div.img-area div.ds02{
  width: 45%;
}
section.divingSec div.content div.wrap div.img-area div.ds01 img,
section.divingSec div.content div.wrap div.img-area div.ds02 img{
  width: 100%;
  height: auto;
}

section.divingSec div.content div.wrap div.img-area div.ds01 ul.slider{
  width: 100%;
  margin: 0 auto 2rem;
}
section.divingSec div.content div.wrap div.img-area div.ds01 img{
  width: 100%;
  height: auto;
}
section.divingSec div.content div.wrap div.img-area div.ds01 div.slider-arrow.slider-prev.fa.fa-chevron-left.slick-arrow {
  position: absolute;
  color: #fff;
  z-index: 8;
  font-size: 2.0rem;
  top: 49%;
  left: 2.5%;
  transform: translateY(-47%);
  text-shadow: 1px 1px 1px rgba(30,30,30,1);
  -webkit-text-shadow: 1px 1px 1px rgba(30,30,30,1);
}
section.divingSec div.content div.wrap div.img-area div.ds01 div.slider-arrow.slider-next.fa.fa-chevron-right.slick-arrow {
  position: absolute;
  color: #fff;
  z-index: 8;
  font-size: 2.0rem;
  top: 49%;
  right: 2.5%;
  transform: translateY(-47%);
  text-shadow: 1px 1px 1px rgba(30,30,30,1);
  -webkit-text-shadow: 1px 1px 1px rgba(30,30,30,1);
}
section.divingSec div.content div.wrap div.img-area div.ds01 div.slider-arrow.slider-prev.fa.fa-chevron-left.slick-arrow:hover,
section.divingSec div.content div.wrap div.img-area div.ds01 div.slider-arrow.slider-next.fa.fa-chevron-right.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.4;
  transition: 0.6s;
}
section.divingSec div.content div.wrap div.img-area div.ds01 ul.slick-dots{
  bottom: 2%;
}
section.divingSec div.content div.wrap div.img-area div.ds01 ul.slick-dots li{
  margin: 0 0.2rem;
}
section.divingSec div.content div.wrap div.img-area div.ds01 ul.slick-dots li.slick-active button:before{
  opacity: 1!important;
}
section.divingSec div.content div.wrap div.img-area div.ds01 ul.slick-dots li button:before{
  font-size: 2rem;
  color: #fff;
}
section.divingSec div.content div.wrap div.img-area div.ds02{
  margin-top: 5rem;
}
section.divingSec div.content div.wrap div.text-area{
  margin-top: 8rem;
  width: 50%;
}
section.divingSec div.content div.wrap div.text-area div.button-area{
  margin: 5rem auto 0 0;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h2.h2-cmn.diving{
    position: relative;
    text-align: center;
  }
  h2.h2-cmn.diving::before{
    margin-bottom: 0.2rem;
  }
  /* section */
  section.divingSec{
    margin: 7rem auto 0;
  }
  section.divingSec div.content div.wrap{
    display: block;
  }
  section.divingSec div.content div.wrap div.img-area{
    width: 100%;
    justify-content: space-between;
  }
  section.divingSec div.content div.wrap div.img-area div.ds01,
  section.divingSec div.content div.wrap div.img-area div.ds02{
    width: 48%;
  }
  section.divingSec div.content div.img-area div.ds02{
    margin-top: 8rem;
  }
  section.divingSec div.content div.wrap div.text-area{
    margin-top: 3rem;
    width: 100%;
  }
  section.divingSec div.content div.wrap div.text-area div.button-area{
    margin: 5rem auto 0 auto;
  }
}

/* accommodationSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.accommodation{
  position: absolute;
  top: 12rem;
  left: 55%;
}
h2.h2-cmn.accommodation::before{
  content: "Accommodation guide";
  color: #6699FF;
  font-size: 1.4rem;
  display: block;
}
/* section */
section.accommodationSec{
  margin: 10rem auto 0;
  position: relative;
}
section.accommodationSec div.content{
  position: relative;
}
section.accommodationSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.accommodationSec div.content div.wrap div.img-area{
  width: 50%;
}
section.accommodationSec div.content div.wrap div.img-area img{
  width: 100%;
  height: auto;
}
section.accommodationSec div.content div.wrap div.text-area{
  margin-top: 20rem;
  width: 45%;
}
section.accommodationSec div.content div.wrap div.text-area div.button-area{
  margin: 5rem auto 0 0;
}
section.accommodationSec div.hero-bg{
  background: #F5F5F5;
  height: 85%;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h2.h2-cmn.accommodation{
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }
  h2.h2-cmn.accommodation::before{
    margin-bottom: 0.2rem;
  }
  /* section */
  section.accommodationSec{
    margin: 7rem auto 0;
    padding: 5rem 0;
  }
  section.accommodationSec div.content div.wrap{
    display: block;
  }
  section.accommodationSec div.content div.wrap div.img-area{
    width: 100%;
    justify-content: space-between;
  }
  section.accommodationSec div.content div.wrap div.text-area{
    margin-top: 3rem;
    width: 100%;
  }
  section.accommodationSec div.content div.wrap div.text-area div.button-area{
    margin: 5rem auto 0 auto;
  }
  section.accommodationSec div.hero-bg{
    background: #F5F5F5;
    height: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
}

/* staffSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.staff{
  margin-bottom: 5rem;
}
h2.h2-cmn.staff::before{
  content: "Staff";
  color: #6699FF;
  font-size: 1.4rem;
  display: block;
}
/* hero */
section.staffSec div.hero-bg{
  background: #F5F5F5;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
/* section */
section.staffSec{
  margin: 0 auto;
  position: relative;
  padding-top: 15rem;
}
section.staffSec div.content div.wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  width: 85%;
  margin: 0 auto;
}
section.staffSec div.content div.wrap div.staff.s01,
section.staffSec div.content div.wrap div.staff.s02{
  width: 40%;
}
section.staffSec div.content div.wrap div.staff div.imgarea{
  width: 20.0rem;
  margin: 0 auto 5rem;
}
section.staffSec div.content div.wrap div.staff div.imgarea img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
section.staffSec div.content div.wrap div.staff div.textarea{
  width: 100%;
  text-align: center;
}
section.staffSec div.content div.wrap div.staff div.textarea p.kana{
  font-size: 1.2rem;
}
section.staffSec div.content div.wrap div.staff div.textarea h3{
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  margin-bottom: 2rem;
}
section.staffSec div.content div.wrap div.staff div.textarea p.title{
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
section.staffSec div.content div.wrap div.staff div.textarea p.p-text{
  text-align: left;
  margin-bottom: 2rem;
}
section.staffSec div.content div.wrap div.staff div.textarea ul li{
  line-height: 1.4;
  list-style-type: disc;
  text-align: left;
  margin-left: 2.5rem;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h2.h2-cmn.staff::before{
    margin-bottom: 0.2rem;
  }
  /* hero */
  section.staffSec div.hero-bg{
    display: none;
  }
  /* section */
  section.staffSec{
    padding-top: 7rem;
  }
  section.staffSec div.content div.wrap{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  section.staffSec div.content div.wrap div.staff.s01{
    margin-bottom: 5rem;
  }
  section.staffSec div.content div.wrap div.staff.s01,
  section.staffSec div.content div.wrap div.staff.s02{
    width: 100%;
  }
  section.staffSec div.content div.wrap div.staff div.imgarea{
    margin: 0 auto 3rem;
  }
  section.staffSec div.content div.wrap div.staff div.textarea{
    width: 100%;
    text-align: center;
  }
  section.staffSec div.content div.wrap div.staff div.textarea p.kana{
    font-size: 1.2rem;
  }
  section.staffSec div.content div.wrap div.staff div.textarea h3{
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: normal;
    position: relative;
    margin-bottom: 2rem;
  }
  section.staffSec div.content div.wrap div.staff div.textarea p.title{
    font-size: 1.3rem;
    margin-bottom: 2rem;
  }
  section.staffSec div.content div.wrap div.staff div.textarea p.p-text{
    text-align: left;
  }
}

/* newsSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.news{
  margin-bottom: 5rem;
}
h2.h2-cmn.news::before{
  content: "News";
  color: #6699FF;
  font-size: 1.4rem;
  display: block;
}
/* section */
section.newsSec{
  margin: 10rem auto 0;
}
section.newsSec div.content input[type="radio"] {
  display:none;
}
section.newsSec div.content div.categoryTab {
  font-size :0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.newsSec div.content div.categoryTab label {
  width: 32%;
  text-align: center;
  line-height: 3.5;
  cursor :pointer;
  transition:ease 0.4s opacity;
  font-size :1.5rem;
  margin-right: 0;
  background-color: #EEEEEE;
}
section.newsSec div.content div.categoryTab label:hover {
  background-color: #264995;
  color: #fff;
  transition: 0.5s;
}
section.newsSec div.content div.panel_area {
  background:#fff;
}
section.newsSec div.content div.panel_area div.tab_panel {
  width:100%;
  display:none;
}
section.newsSec #tab1:checked ~ .categoryTab .tab1_label,
section.newsSec #tab2:checked ~ .categoryTab .tab2_label,
section.newsSec #tab3:checked ~ .categoryTab .tab3_label{
  background-color: #264995;
  color: #fff;
}
section.newsSec #tab1:checked ~ .panel_area #panel1,
section.newsSec #tab2:checked ~ .panel_area #panel2,
section.newsSec #tab3:checked ~ .panel_area #panel3{
  display:block;
}
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%;
}
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.5;
  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.category{
  position: absolute;
  right: 0;
  top: 0;  
}
section.newsSec div.content div.infolist div.box dl dd.category a{
  font-size: 1.3rem;
  pointer-events: none;
  padding: 0.3rem 0.5rem 0.3rem;
}
section.newsSec div.content div.infolist div.box dl dd.category.information a{
  color: #264995;
  border: 1px solid #264995;
}
section.newsSec div.content div.infolist div.box dl dd.category.divingnews a{
  color: #DE4830;
  border: 1px solid #DE4830;
}
section.newsSec div.content div.infolist div.box dl dd.title{
  margin: 0.5rem 0 0.5rem;
  line-height: 1.5;
}
section.newsSec div.content div.infolist div.box dl dd.title a:hover{
  transition: 0.6s;
  color: #6699FF;
}
section.newsSec div.content div.button-area{
  margin-top: 7rem;
}
@media print, screen and (max-width: 767px) {
  section.newsSec{
    margin: 7rem auto 0;
  }
  section.newsSec div.content{
    position: relative;
  }
  section.newsSec div.content div.categoryTab label {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0.5rem 0;
  }
  section.newsSec div.content div.categoryTab label.tab1_label,
  section.newsSec div.content div.categoryTab label.tab3_label{
    line-height: 2.9;
  }
  section.newsSec div.content div.infolist{
    margin: 5rem 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.8rem 0 0;
    padding-top: 0.4rem;
    font-size: 1.2rem;
  }
  section.newsSec div.content div.infolist div.box dl dd.category{
    top: 0rem;  
  }
  section.newsSec div.content div.infolist div.box dl dd.category a{
    font-size: 1.2rem;
  }
  section.newsSec div.content div.infolist div.box dl dd.title{
    margin: 1rem 0 0.5rem;
    line-height: 1.3;
  }
  section.newsSec div.content div.button-area{
    margin-top: 3rem;
  }
}

/* accessSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.access{
  margin-bottom: 5rem;
}
h2.h2-cmn.access::before{
  content: "Access";
  color: #6699FF;
  font-size: 1.4rem;
  display: block;
}
/* section */
h3.h3-access{
  font-size: 2.0rem;
  margin-bottom: 0.8rem;
}
h3.h3-access::before{
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.7rem;
  margin-bottom: 0.3rem;
}
h3.h3-access.a01::before{
  background-image: url(../img/top/placeholder.svg);
}
h3.h3-access.a02::before{
  background-image: url(../img/top/pickup-truck.svg);
}
h3.h3-access.a03::before{
  background-image: url(../img/top/boat.svg);
}
/* section */
section.accessSec{
  margin: 10rem auto 0;
}
section.accessSec div.content div.gmap{
  width: 100%;
  margin-bottom: 3rem;
}
section.accessSec div.content div.gmap iframe{
  width: 100%;
  height: 45rem;
}
section.accessSec div.content div.imgarea img{
  width: 100%;
  height: auto;
}
section.accessSec div.content div.textarea div.accessDetail{
  margin-bottom: 3rem;
}
section.accessSec div.content div.textarea div.accessDetail:last-child{
  margin-bottom: 0; 
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h3.h3-access{
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
  }
  h3.h3-access::before{
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
  }
  section.accessSec{
    margin: 7rem auto 0;
  }
}

/* .reserveSec
-------------------------------------------------- */
/* "h"tag */
h2.h2-cmn.reserve{
  margin-bottom: 5rem;
}
h2.h2-cmn.reserve::before{
  content: "Online Reservation・Inquiry";
  color: #6699FF;
  font-size: 1.4rem;
  display: block;
}
h3.h3-reserve{
  color: #fff;
  font-size: 2.0rem;
  font-weight: normal;
}
/* section */
section.reserveSec{
  margin: 10rem 0 3rem;
}
section.reserveSec div.contact-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  width: 100%;
}
section.reserveSec div.contact-area a.reserve{
  width: 50%;  
  background: #6699FF;
}
section.reserveSec div.contact-area a.reserve:hover{
  background: #547ED2;
  transition: 0.4s;
}
section.reserveSec div.contact-area a.reserve div.wrap{
  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;
  height: 15rem;
}
section.reserveSec div.contact-area a.reserve div.wrap div.img{
  width: 3.0rem;
  height: auto;
  padding-top: 0.2rem;
  padding-right: 0.4rem;
}
section.reserveSec div.contact-area a.inquiry{
  width: 50%;  
  background: #264995;
}
section.reserveSec div.contact-area a.inquiry:hover{
  background: #162C5B;
  transition: 0.4s;
}
section.reserveSec div.contact-area a.inquiry div.wrap{
  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;
  height: 15rem;
}
section.reserveSec div.contact-area a.inquiry div.wrap div.img{
  width: 3.1rem;
  height: auto;
  padding-top: 0.3rem;
  padding-right: 0.4rem;
}
section.reserveSec div.contact-area div.wrap div.inquiry{
  height: 15rem;
  background-color: #162C5B;
}
@media print, screen and (max-width: 767px) {
  /* "h"tag */
  h2.h2-cmn.reserve::before{
    margin-bottom: 0.6rem;
  }
  h3.h3-reserve{
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
  }
  section.reserveSec{
    margin: 7rem auto 3rem; 
  }
  section.reserveSec div.contact-area a.reserve div.wrap{
    display: block;
    text-align: center;
    padding: 3.6rem 0 4rem;
    height: auto;
  }
  section.reserveSec div.contact-area a.reserve div.wrap div.img{
    margin: 0 auto 0.3rem;
    padding-top: 0;
    padding-right: 0;
    width: 2.7rem;
  }
  section.reserveSec div.contact-area a.inquiry div.wrap{
    display: block;
    text-align: center;
    padding: 3.6rem 0 4rem;
    height: auto;
  }
  section.reserveSec div.contact-area a.inquiry div.wrap div.img{
    margin: 0 auto 0.3rem;
    padding-top: 0;
    padding-right: 0;
    width: 2.7rem;
  }
}

/* contactSec
-------------------------------------------------- */
section.contactSec{
  display: none;
}
@media print, screen and (max-width: 767px) {
  section.contactSec{
    display: block;
    position: fixed;
    width: 100%;
    background: #6699FF;
    bottom: 0;
    z-index: 100;
    overflow: visible;
    height: 6rem;
  }
  section.contactSec ul{
    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;
    height: 6rem;
  }
  section.contactSec ul li{
    width: 48%;
    border-radius: 4.0rem;
    text-align: center;
    height: auto;
    background-color:#fff;
    position: relative;
    line-height: 2.5;
  }
  section.contactSec ul li.telReserve{
    margin-right: 2%;
  }
  section.contactSec ul li:hover{
    opacity: 0.4;
    transition: 0.6s;
  }
  section.contactSec ul li a{
    display: block;
  }
}


/* footer
-------------------------------------------------- */
footer{
  width: 100%;
  background: #162C5B;
  padding-bottom: 2rem;
}
footer div.content div.footer-area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8rem 0 8rem;
}
footer div.content div.footer-area a:hover,
footer div.content div.footernav-bottom a:hover{
  opacity: 0.4;
  transition: 0.6s;
}
/* logo-area */
footer div.content div.footer-area div.footerlogo-area{
  width: 19rem;
}
footer div.content div.footer-area div.footerlogo-area div.logo{
  width: 19rem;
  margin: 0 auto 1rem;
}
footer div.content div.footer-area div.footerlogo-area div.logo p.sub{
  font-size: 1.9rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.3rem;
}
footer div.content div.footer-area div.footerlogo-area div.logo img{
  width: 100%;
  height: auto;
}
footer div.content div.footer-area div.footerlogo-area div.sns ul{
  width: 19rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  margin: 0 auto;
}
footer div.content div.footer-area div.footerlogo-area div.sns ul li:first-child{
  margin-right: 0.8rem;
}
footer div.content div.footer-area div.footerlogo-area div.sns ul li img{
  width: 3.5rem;
  height: auto;
}
/* footernav */
footer div.content div.footer-area div.footernav-area div.telephone{
  text-align: right;
  margin-bottom: 5rem;
}
footer div.content div.footer-area div.footernav-area div.telephone h4{
  color: #fff;
  font-weight: normal;
  margin-bottom: 0.6rem;
}
footer div.content div.footer-area div.footernav-area div.telephone p.phoneNumber{
  font-size: 3.1rem;
  color: #fff;
}
footer div.content div.footer-area div.footernav-area div.telephone p.phoneNumber a{
  text-decoration: none;
  color: #fff;
}
footer div.content div.footer-area div.footernav-area div.telephone p.phoneNumber::before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-bottom: 0.4rem;
  background-image: url(../img/common/phone-call.svg);
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
  margin-right: 3.5rem;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li:last-child{
  margin-right: 0;
}
footer div.content div.footer-area div.footernav-area div.navmenu nav ul li a{
  color: #fff;
}
/* footernafooternav-bottom{v */
footer div.content div.footernav-bottom{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 2rem;
}
footer div.content div.footernav-bottom div.nav-bottom li a{
  color: #fff;
}
footer div.content div.footernav-bottom div.copyright{
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  footer div.content div.footer-area{
    padding: 5rem 0; 
    display: block;
    height: auto;
  }
  /* logo-area */
  footer div.content div.footer-area div.footerlogo-area{
    width: 17rem;
    margin: 0 auto 3rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.logo{
    width: 17rem;
    margin: 0 auto 1.5rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.logo p.sub{
    font-size: 1.7rem;
    margin-bottom: 0.5rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.sns ul{
    width: 17rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
  footer div.content div.footer-area div.footerlogo-area div.sns ul li:first-child{
    margin-right: 1.0rem;
  }
  footer div.content div.footer-area div.footerlogo-area div.sns ul li img{
    width: 3.8rem;
    height: auto;
  }
  /* footernav */
  footer div.content div.footer-area div.footernav-area div.telephone{
    text-align: center;
    margin-bottom: 3rem;
  }
  footer div.content div.footer-area div.footernav-area div.telephone h4{
    color: #fff;
    font-weight: normal;
    margin-bottom: 0.6rem;
    font-size: 1.4rem;
  }
  footer div.content div.footer-area div.footernav-area div.telephone p.phoneNumber{
    font-size: 2.6rem;
    color: #fff;
  }  
  footer div.content div.footer-area div.footernav-area div.telephone p.phoneNumber::before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.5rem;
    margin-bottom: 0.4rem;
    background-image: url(../img/common/phone-call.svg);
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-bottom: 0;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li{
    margin-right: 1.5rem;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li:last-child{
    margin-right: 0;
  }
  footer div.content div.footer-area div.footernav-area div.navmenu nav ul li a{
    color: #fff;
  }
  /* footernafooternav-bottom{v */
  footer div.content div.footernav-bottom{
    display: block;
    border-top: 1px solid #fff;
    padding-top: 2rem;
  }
  footer div.content div.footernav-bottom div.nav-bottom ul{
    text-align: center;
    margin-bottom: 2rem;
  }
  footer div.content div.footernav-bottom div.copyright{
    color: #fff;
    text-align: center;
  }
}