@charset "utf-8";
/* CSS Document */
*{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color:inherit;
  /*! font-feature-settings: "palt"; */
  box-sizing:border-box;
}

/* PC tel */
@media screen and (min-width: 768px){
}

@media screen and (min-width: 768px){
  .sp{ display: none}
}
@media screen and (max-width: 767px){
  .pc{ display: none}
}

/**/
address{ font-style: normal;}

/*---------------------------------

 img

---------------------------------*/
img{ width:100%;}

/*---------------------------------

 font

---------------------------------*/
html{ font-size:62.5%; line-height:1.8; background:#fff;}
html *{ font-size:1.4rem; color:#2d2d2d;}
a,span{ font-size: inherit; color: inherit;}
a{ text-decoration: none;}
em{
  font-weight: bold;
  font-style: normal;
}
small{ font-size:100%;}
@media screen and (max-width: 600px){
  html *{ font-size:2.8vw;}
}

header a,
[lang="en"]{
  font-family: 'Abel', sans-serif;
}

main p{
  letter-spacing: .04em;
  text-align: justify;
}

/*---------------------------------

 table

---------------------------------*/
table{
  width: 100%;
}
table thead th{
  background: #d1d6d8;
}
table th,
table td{
  border-bottom: 3px solid #fff;
  line-height:1;
  padding: 1em 1.2em;
  text-align: left;
}
table tr:nth-last-child(1) th,
table tr:nth-last-child(1) td{
  border-bottom: 0 none;
}
table th{
  background: #c4d4d9;
}
table td{
  background: #eceeef;
}
table .empty{
  background: none;
}
@media screen and (min-width: 601px){
  table *{
    font-size: 1.5rem;
  }
}

/*---------------------------------

 e-ttl

---------------------------------*/
.e-ttl{
  display: inline-block;
  line-height:1;
  color:#7da0ab;
  font-size: 3.2vw;
}
.e-ttl span{
  display: block;
  color: #4b4b4b;
  margin-top: .05em;
}
@media screen and (min-width: 601px){
  .e-ttl{
    font-size:1.4rem;
  }
}

/* m-nml */
.e-ttl.m-nml::after,
.b-Instagram .e-ttl::after{
  content:"";
  display: block;
  width:75%;
  background: url(../images/mds-line.png) left center / cover no-repeat;
}
@media screen and (max-width: 600px){
  .e-ttl.m-nml span{
    font-size:7vw;
  }
  .e-ttl.m-nml::after,
  .b-Instagram .e-ttl::after{
    height:1.5vw;
    margin-top: 1.5vw;
  }
  .e-ttl.m-nml.m-ctr::after{
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 601px){
  .e-ttl.m-nml span{
    font-size:4rem;
  }
  .e-ttl.m-nml::after,
  .b-Instagram .e-ttl::after{
    width:75%;
    height:10px;
    margin-top: 10px;
  }
  .e-ttl.m-nml.m-ctr::after{
    margin-left: auto;
    margin-right: auto;
  }
}

/* m-spl */
.e-ttl.m-spl{
  font-size: 2.8vw;
  margin-bottom: 4vw;
}
.e-ttl.m-spl span{
  margin-top: 1.5vw;
  font-size: 5.5vw;
}
@media screen and (min-width: 601px){
  .e-ttl.m-spl{
    font-size: 14px;
    margin-bottom: 20px;
  }
  .e-ttl.m-spl span{
    font-size: 2.8rem;
    margin-top: 10px;
  }
}

/* m-clm */
.e-ttl.m-clm{
  display: block;
  position: relative;
  background: url(../images/mds-end.png) right top repeat-y #99a7aa;
  background-size: 40%;
  padding-right: 20%;
  color: #fff;
  letter-spacing: .04em;
  line-height:1.3;
  margin-bottom: 1em;
}
.e-ttl.m-clm::before,
.e-ttl.m-clm::after{
  content:"";
  position: absolute;
  display: block;
}
.e-ttl.m-clm::before{
  left:0;
  top:0;
  height:100%;
  background-image: url(../images/mds-str.png);
  background-size: 100% 100%;
}
.e-ttl.m-clm::after{
  width:3.5vw;
  height:3.5vw;
  background: url(../images/ic-info.png) center center / contain no-repeat;
}
@media screen and (max-width: 600px){
  .e-ttl.m-clm{
    padding: .86em 0 .9em;
    padding-left: 8.5vw;
  }
  .e-ttl.m-clm::before{
    width: 1.5vw;
  }
  .e-ttl.m-clm::after{
    left:3.5vw;
    top:1.05em;
  }
}
@media screen and (min-width: 601px){
  .e-ttl.m-clm{
    padding: .46em 0 .5em;
    padding-left: 55px;
    font-size: 2rem;
  }
  .e-ttl.m-clm::before{
    width: 5px;
  }
  .e-ttl.m-clm::after{
    width:25px;
    height:25px;
    left:20px;
    top:.55em;
  }
}
/*---------------------------------

 m-waku

---------------------------------*/
.m-waku .container{
  background: #eceeef;
  position: relative;
}
.m-waku .container::before{
  content:"";
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 600px){
  .m-waku .container{
    padding: 12px;
    width: 100%;
  }
  .m-waku .container::before{
    border-top: 1vw solid #fff;
    border-bottom: 1vw solid #fff;
    width:100%;
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
  }
}
@media screen and (min-width: 601px){
  .m-waku .container{
    padding: 12px;
  }
  .m-waku .container::before{
    border: 12px solid #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
  }
}
/*---------------------------------

 lnk

---------------------------------*/
.b-lnks{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height:1;
}
.b-lnks .m-submit{
  position: relative;
}
.b-lnks a,
button[type="submit"],
input[type="submit"]{
  display: flex;
  align-items: center;
  background: #6e95a1;
  color: #fff;
  line-height:1;
  position: relative;
  letter-spacing: .02em;
  padding-left: 1em;
}
.b-lnks a span,
button[type="submit"],
input[type="submit"]{
  font-weight: 700;
}
.b-lnks a::after,
.b-lnks .m-submit::after{
  content:"";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arw.png) center center / contain no-repeat;
}
@media screen and (min-width: 768px){
  .b-lnks a,
  .b-lnks a::after,
  button[type="submit"],
  input[type="submit"],
  .b-lnks .m-submit::after{
    transition:all 0.5s;
  }
  .b-lnks a:hover,
  button[type="submit"]:hover,
  input[type="submit"]:hover{
    background: #30a4c0;
    border-radius: 25px;
  }
  .b-lnks a:hover::after,
  .b-lnks .m-submit:hover::after{
    right:9px;
  }
}
@media screen and (max-width: 600px){
  .b-lnks a,
  button[type="submit"],
  input[type="submit"]{
    border-radius: .8vw;
    padding-right: 5vw;
    min-width: 35vw;
    min-height: 10vw;
    font-size: 1.7rem;
  }
  .b-lnks a+a{
    margin-left: 10px;
  }
  .b-lnks a::after,
  .b-lnks .m-submit::after{
    width: 3.5vw;
    height: 3.5vw;
    right:1.5vw;
  }
}
@media screen and (min-width: 601px){
  .b-lnks a,
  button[type="submit"],
  input[type="submit"]{
    border-radius: 3px;
    padding-right: 30px;
    min-width: 200px;
    min-height: 40px;
    font-size: 1.7rem;
  }
  .b-lnks a+a{
    margin-left: 10px;
  }
  .b-lnks a::after,
  .b-lnks .m-submit::after{
    width: 18px;
    height: 18px;
    right:5px;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px){
  .b-lnks a{
    border-radius: 3px;
    padding-right: 30px;
    min-width: 200px;
    min-height: 50px;
    font-size: 1.7rem;
  }
  
}

/*---------------------------------

 layout

---------------------------------*/
#wrap{
  width:100%;
  overflow-x: hidden;
  position: relative;
}

.container{ width:93%; max-width:1024px; margin:auto;}


/*---------------------------------

 b-flx

---------------------------------*/
.b-flx{
  display: flex;
}

/*---------------------------------

 header

---------------------------------*/
.b-hdBox{
  position: relative;
}
header{
  position: relative;
  z-index: 100;
}
header .b-logo a{
  display: block;
}
@media screen and (max-width: 767px){
  header .b-logo{
    width: 19vw;
    margin: 0;
    padding-top: 3vw;
    z-index: 600;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition:all 500ms;
  }
  header .b-logo.open{
    transform: translateX(-50%) translateY(5vw);
  }
}
@media screen and (min-width: 601px){
  header .b-logo{
    width:130px;
  }
}
@media screen and (min-width: 768px){
  header .inner{
    width:95%;
    margin:auto;
    padding-top: 25px;
    display: flex;
  }
  header .b-logo,
  header nav{
    margin:0;
  }
  header .b-logo{
    width:100px;
    margin-right: auto;
  }
  header .b-gn{
    margin-left: auto;
  }
}

/*---------------------------------

 Gloval-Navigation

---------------------------------*/
.b-gn *{
  line-height: 1;
  color: #fff;
}
.b-gn .m-lnkMail a::before{
  content:"";
  display: inline-block;
  background: url(../images/ic-mail.png) center center / contain no-repeat;
}

@media screen and (max-width: 767px){
  .b-gn{
    position: absolute;
    z-index: 500;
    left:0;
    top:0;
    width: 100%;
    height: 110vh;
    background: #458a97;
    padding: 30vw 5vw 10vw;
    opacity: 0;
    transform: translateY(-5vw);
    pointer-events: none;
    transition:all 500ms;
  }
  .b-gn.open{
    opacity: 1;
    transform: translateY(0);
  }
  .b-gn a{
    font-size: 5vw;
  }
  .b-gn.open a{
    pointer-events: auto;
  }
  .b-gn .m-lnkMail a::before{
    width:4.3vw;
    height:4.3vw;
    transform: translateY(1vw);
    margin-right: .3em;
  }
  .b-gn li{
    display: block;
    text-align: center;
  }
  .b-gn li+li{
    margin-top: 5vw;
  }
  
}
@media screen and (min-width: 601px) and (max-width: 767px){
  .b-gn a{
    font-size: 2.5rem;
  }
  .b-gn .m-lnkMail a::before{
    width:25px;
    height:25px;
    transform: translateY(5px);
    margin-right: .3em;
  }
}
@media screen and (min-width: 768px){
  .b-gn *{
    font-size: 1.9rem;
  }
  .b-gn a{
    position: relative;
  }
  .b-gn a::after{
    content:"";
    display: block;
    background: #00cccc;
    width: 0;
    height: 3px;
    left:0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    transform-origin: left bottom;
    transition-duration: .3s;
  }
  .b-gn a:hover:after{
    width: 100%;
  }
  .b-gn li+li::before{
    content:"";
    display: inline-block;
    background: url(../images/ic-nvspacer.png) center center / contain no-repeat;
    width: 10px;
    height: 10px;
    margin: 0 .5em;
  }
  .b-gn .m-lnkMail a::before{
    width: 18px;
    height: 18px;
    transform: translateY(4px);
    margin-right: .2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px){
  .b-gn li+li::before{
    margin:0 .2em;
  }
}

/*---------------------------------

 MENU

---------------------------------*/
#MENU{
  position: absolute;
  z-index: 601;
  border-radius:50%;
  width:7vw;
  height:7vw;
  right:2vw;
  top: 2.5vw;
}
#MENU .inner{
  width:100%;
  height: 100%;
  position: relative;
}
#MENU span{
  width:80%;
  height: 8.5%;
  background:#fff;
  position: absolute;
  left: 50%;
  transform: translate(-50% , -50%);
  transform-origin: center center;
  transition:all 300ms;
}
#MENU span:nth-child(1){
  top: 20%;
}
#MENU span:nth-child(2){
  top: 50%;
}
#MENU span:nth-child(3){
  top: 80%;
}
#MENU.close span:nth-child(1),
#MENU.close span:nth-child(3){
  width: 85%;
  top: 50%;
}
#MENU.close span:nth-child(1){
  transform: translate(-50% , -50%) rotate(45deg);
}
#MENU.close span:nth-child(2){
  transform:  translate(-50% , -50%) scale(0,100%);
  opacity: 0;
}
#MENU.close span:nth-child(3){
  transform: translate(-50% , -50%) rotate(-45deg);
}
@media screen and (min-width: 601px) and (max-width: 767px){
}
@media screen and (min-width: 768px){
  #MENU{
    display: none;
  }
  
}

/*---------------------------------

 header.fix

---------------------------------*/

header.fix{
  width:100%;
  position: fixed;
  background:#458a97;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.3);
  padding-bottom:3vw;
}
@media screen and (min-width: 768px){
  header.fix{
    padding-bottom:12px;
  }
  header.fix .inner{
    padding-top:15px;
  }
  header.fix .b-logo{
    margin-top: -3px;
  }
}

/*---------------------------------

 footer

---------------------------------*/
footer{
  background: #99a7aa;
  line-height: 1;
  text-align: center;
  padding: 1em 0;
}
footer small{
  color: #fff;
}
@media screen and (max-width: 600px) {
  footer{
    margin-bottom: 10vw;
  }
}
@media screen and (min-width: 601px){
  footer{
    margin-top: 85px;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px){
  footer{
    margin-bottom: 55px;
  }
}

/*---------------------------------

 sideMenu

---------------------------------*/
#sideMenu{
  position: fixed;
  z-index: 450;
}
@media screen and (max-width: 767px){
  #sideMenu{
    width: 100vw;
    height: 10vw;
    bottom: 0;
    left:0;
    background: #fff;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
  }
  #sideMenu *{
    color: #fff;
  }
  #sideMenu .inner,
  #sideMenu ul{
    display: flex;
    height: 100%;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px){
  #sideMenu{
    height:55px;
  }
}
@media screen and (min-width: 768px){
  #sideMenu{
    right:0;
    top:480px;
    width:100px;
    height: 210px;
  }
  #sideMenu .inner{
    position: relative;
    width:100%;
    height:100%;
  }
  #sideMenu .inner::after{
    content:"";
    display: block;
    width:15px;
    height: 15px;
    margin-left:.3em;
    background: url(../images/arw.png) center center / contain no-repeat;
    position: absolute;
    bottom: 20px;
    right:15px;
    pointer-events:none;
  }
}
/* b-ttls */
@media screen and (max-width: 767px){
  #sideMenu .b-ttls{
    width: 28vw;
    min-width: 28vw;
    background: #458a97;
    margin-right: 1px;
  }
  #sideMenu .e-ttl{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 3.2vw;
    font-weight: 700;
  }
  #sideMenu .e-ttl span{
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px){
  #sideMenu .e-ttl{
    font-size: 1.7rem;
  }
  #sideMenu .e-ttl span{
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px){
  #sideMenu .b-ttls{
    display: block;
    width:210px;
    background:#b2546a;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    border-left:1px solid #fff;
    border-radius: 0 0 10px 10px;
    transform-origin: right top;
    transform: rotate(90deg);
    position: absolute;
    right:0;
    top:100%;
    padding:.8em 1.5em;
    cursor: pointer;
    transition: all 300ms;
  }
  #sideMenu .b-ttls:hover{
    background: #dd546a;
  }
  #sideMenu .b-ttls .e-ttl,
  #sideMenu .b-ttls .e-ttl span{
    color:#fff;
    line-height:1;
  }
  #sideMenu .b-ttls .e-ttl{
    display: flex;
    align-items: center;
    font-size:1.6rem;
    font-weight: 700;
  }
  #sideMenu .b-ttls .e-ttl span{
    display: block;
    font-size:2.3rem;
    margin-left:.5em;
    padding-left:.7em;
    transform: translateY(-.1em);
    position: relative;
  }
  #sideMenu .b-ttls .e-ttl span::before{
    content:"";
    display: block;
    width:3px;
    height:75%;
    background:#fff;
    position: absolute;
    left:0;
    top:25%;
  }
}

/* b-content */
#sideMenu .b-content{
  width:100%;
  height:100%;
}
#sideMenu .b-content *{
  font-weight: 700;
  line-height: 1;
}
#sideMenu .b-content li{
  display: block;
}
#sideMenu .b-content a{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b2546a;
}
#sideMenu .b-content li.m-line a{
  background: #00b900;
}
#sideMenu .b-content a::before{
  content:"";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#sideMenu .b-content li.m-web a::before{
  background-image: url(../images/ic-cal.png);
}
#sideMenu .b-content li.m-tel a::before{
  background-image: url(../images/ic-phone.png);
}
#sideMenu .b-content li.m-line a::before{
  background-image: url(../images/ic-line.png);
}
@media screen and (max-width: 767px){
  #sideMenu .b-content .close{
    display: none;
  }
  #sideMenu .b-content li{
    width: calc(100% / 2);
    height: 100%;
  }
  #sideMenu .b-content a{
    height:100%;
    border: 3px solid #be6e81;
    width: 99%;
    height: calc(100% - 4px);
    margin:2px 1px;
  }
  #sideMenu .b-content li.m-line a{
    border: 3px solid #41cb41;
  }
  #sideMenu .b-content a::before{
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1vw;
  }
  #sideMenu .b-content a span{
    font-size: 4vw;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px){
  #sideMenu .b-content a::before{
    width: 25px;
    height: 25px;
  }
  #sideMenu .b-content a span{
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px){
  #sideMenu .b-content{
    width:100%;
    height:100%;
    transform: translateX(100%);
    position: relative;
    z-index: 1;
    background:#fff;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.3);
    transition: all 300ms;
  }
  #sideMenu .b-content *{
    font-size: 1.4rem;
  }
  #sideMenu .b-content.open{
    transform: translateX(0);
  }
  #sideMenu .b-content .close{
    cursor: pointer;
  }
  #sideMenu .b-content ul{
    padding-top: 20px;
  }
  #sideMenu .b-content li,
  #sideMenu .b-content a{
    width:60px;
    height:60px;
    border-radius: 3px;
    color: #fff;
  }
  #sideMenu .b-content li{
    margin:auto;
  }
  #sideMenu .b-content li+li{
    margin-top: 8px;
  }
  #sideMenu .b-content a{
    background: #b2546a;
    flex-direction: column;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
  }
  #sideMenu .b-content a:hover{
    background: #dd546a;
  }
  #sideMenu .b-content li.m-line a:hover{
    background: #0d0;
  }
  #sideMenu .b-content li a::before{
    width: 25px;
    height:25px;
    margin: 3px;
  }
  #sideMenu .b-content li.m-line span{
    display: none;
  }
  #sideMenu .b-content li.m-line a::before{
    width: 35px;
    height: 35px;
  }
  #sideMenu .b-content .close{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left:50%;
    transform: translateX(-50%)
  }
  #sideMenu .b-content .close span{
    font-size: 1.3rem;
  }
  #sideMenu .b-content .close::after{
    content:"";
    display: block;
    width:15px;
    height: 15px;
    margin-left:.3em;
    background: url(../images/arw-bk.png) center center / contain no-repeat;
  }
}
/*---------------------------------

 pageTop

---------------------------------*/
#pageTop{
  position: fixed;
  right: 0;
  bottom: -12vw;
  width:12vw;
  height:12vw;
  z-index: 400;
  transition:all 300ms;
}
#pageTop.scrollin{
  display: block;
  bottom: 0;
}
#pageTop a{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #99a7aa;
}
#pageTop a::before{
  font-family: 'Font Awesome 5 Free';
  line-height:1;
  font-weight: 900;
  content: '\f062';
  font-size: 6vw;
  color: #eee;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 600px){
  #pageTop{
    bottom: -10vw;
  }
  #pageTop.scrollin{
    bottom: 10vw;
  }
}
@media screen and (min-width: 601px){
  #pageTop{
    bottom: -43px;
    width: 43px;
    height: 43px;
  }
  #pageTop a::before{
    font-size:20px ;
  }
  #pageTop a:hover{
    background:#30a4c0;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px){
  #pageTop{
    bottom: -55px;
  }
  #pageTop.scrollin{
    bottom: 55px;
  }
}
@media screen and (min-width: 768px){
  .sp{ display: none}
}


