@charset "UTF-8";
/****************************
COMMON
*****************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.07em;
  line-height: 2;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-size: 32px;
  font-size: 4.26vw;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 18px;
    line-height: 2.375;
  }
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (min-width: 980px) {
  a:hover {
    opacity: 0.5;
  }
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

.txt_blue {
  color: #1aa2db;
}

rt {
  text-align: center;
}

img {
  vertical-align: bottom;
  width: 100%;
}

ul {
  list-style: none;
}

p {
  word-break: normal;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.btn {
  letter-spacing: 0.2em;
}

.inner {
  margin: 0 5%;
}

.mt {
  margin-top: 2.5em;
}

@media screen and (min-width: 767px) {
  .mt {
    margin-top: 5em;
  }
}

.mb {
  margin-bottom: 2.5em;
}

@media screen and (min-width: 767px) {
  .mb {
    margin-bottom: 5em;
  }
}

@media screen and (min-width: 1100px) {
  .inner {
    width: 1000px;
    margin: 0 auto;
  }
}

.aln_right {
  text-align: right;
}

.pc {
  display: none;
}

@media screen and (min-width: 980px) {
  .pc {
    display: block;
  }
}

.tab {
  display: block;
}

@media screen and (min-width: 767px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .tab {
    display: none;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 980px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .tel a {
    pointer-events: none;
  }
}

/****************************
HEADER
*****************************/
.header {
  padding: 2% 3%;
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  z-index: 5;
  top: 0;
}

@media screen and (min-width: 767px) {
  .header {
    padding: 0 30px 15px;
  }
}

.header__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

@media screen and (min-width: 767px) {
  .header__upper {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    padding: 15px 0 0 0;
  }
}

@media screen and (min-width: 767px) {
  .header__logo {
    display: flex;
    align-items:center;
  }
}

.header__logo .copy {
  margin: 0 -100% 0 0;
  font-size: 18px;
  font-size: 2.4vw;
}

@media screen and (min-width: 767px) {
  .header__logo .copy {
    font-size: 14px;
    padding-left: 25px;
  }
}

.header__logo .logo {
  width: 25vw;
}

@media screen and (min-width: 767px) {
  .header__logo .logo {
    width: 152px;
  }
}

.header__info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0 2.8em 0.3em 0;
}

@media screen and (min-width: 767px) {
  .header__info .info {
    margin: 0 4.5em 0 0;
  }
}

@media screen and (min-width: 980px) {
  .header__info .info {
    margin: 0 0 0 0;
  }
}

.header__info .reserve {
  background-color: #f5a43b;
  border-radius: 0.4em;
}

@media screen and (min-width: 767px) {
  .header__info .reserve {
    border-radius: 4px;
  }
}

.header__info .reserve a {
  color: #fff;
  font-size: 26px;
  font-size: 3.38vw;
  width: 11.5em;
  height: 2.7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 767px) {
  .header__info .reserve a {
    font-size: 18px;
    width: 220px;
    height: 56px;
  }
}

.header__info .reserve span {
  position: relative;
  padding: 0 0 0 4em;
}

.header__info .reserve span::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.8em;
  left: 0em;
  background-image: url(../images/icon_reserve.png);
  background-repeat: no-repeat;
  width: 3.5em;
  height: 3.5em;
  background-size: 100%;
}

@media screen and (min-width: 767px) {
  .header__info .reserve span::before {
    width: 73px;
    height: 73px;
    top: -1em;
    left: -0.5em;
  }
}

.header__navi {
  z-index: -1;
  opacity: 0;
  font-weight: 600;
}

@media screen and (min-width: 980px) {
  .header__navi {
    margin: 25px 0 0;
    z-index: 1;
    opacity: 1;
  }
}

.header__navi .navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 980px) {
  .header__navi .navi-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header__navi ul {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 980px) {
  .header__navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 980px) {
  .header__navi ul li {
    margin: 0 0 0 27px;
    font-size: 17px;
  }
}

@media screen and (min-width: 1120px) {
  .header__navi ul li {
    margin: 0 0 0 50px;
  }
}

@media screen and (min-width: 980px) {
  .header__navi ul:first-of-type li:first-of-type {
    margin: 0;
  }
}

@media screen and (min-width: 980px) {
  .header__navi ul li.current a {
    border-bottom: 3px solid #48b2de;
    padding: 0 0 0.3em;
  }
}

/*スマホメニュー*/
body.active {
  overflow: hidden;
}

.openbtn {
  cursor: pointer;
  width: 8%;
  height: 1.67em;
  position: absolute;
  right: 4%;
  z-index: 999999;
  top: 1.4em;
}

@media screen and (min-width: 767px) {
  .openbtn {
    width: 50px;
    height: 1em;
    top: 1.2em;
  }
}

.openbtn span {
  display: inline-block;
  position: absolute;
  left: 0;
  height: 0.2em;
  background-color: #000000;
  width: 100%;
}

.openbtn span:nth-of-type(1) {
  top: 0;
}

.openbtn span:nth-of-type(2) {
  top: 0.7em;
}

@media screen and (min-width: 767px) {
  .openbtn span:nth-of-type(2) {
    top: 1em;
    height: 0.3em;
  }
  .openbtn span:nth-of-type(1) {
    height: 0.3em;
  }
  .openbtn span:nth-of-type(3) {
    height: 0.3em;
  }
}

.openbtn span:nth-of-type(3) {
  top: 1.4em;
}

@media screen and (min-width: 767px) {
  .openbtn span:nth-of-type(3) {
    top: 2em;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 100%;
}

.header__navi.active {
  opacity: 1;
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.header__navi.active .navi-box {
  padding: 0 8%;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 200vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
}

.header__navi.active .navi-box ul {
  display: block;
  width: 100%;
}

.header__navi.active .navi-list {
  padding: 4em 0 0.5em;
  text-align: left;
}

.header__navi.active .navi-list li {
  margin: 0 0 1.3em;
}

.header__navi.active .navi-list li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header__navi .navi-info {
  display: none;
}

.header__navi.active .navi-info {
  display: block;
}

.header__navi.active .navi-info {
  text-align: center;
}

.header__navi.active .navi-info .reserve a {
  font-size: 34px;
  font-size: 4.53vw;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5a43b;
  border-radius: 0.3em;
  padding: 1.2em 0;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .reserve a {
    font-size: 18px;
    display: inline-block;
    width: 330px;
    padding: 0.6em 0;
  }
}

.header__navi.active .navi-info .reserve span {
  position: relative;
  line-height: 1;
}

.header__navi.active .navi-info .reserve span::before {
  content: '';
  display: block;
  position: absolute;
  top: -1.8em;
  left: -5.5em;
  background-image: url(../images/icon_reserve.png);
  background-repeat: no-repeat;
  width: 4.5em;
  height: 4.5em;
  background-size: 100% auto;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .reserve span::before {
    top: -1.5em;
    left: -5.4em;
  }
}

.header__navi.active .navi-info hr {
  margin: 2em 0;
  border-top: 0.1em solid #dae2e9;
}

.header__navi.active .navi-info .mail {
  line-height: 1;
  width: 100%;
  text-align: left;
  margin-bottom: 2.4em;
}

.header__navi.active .navi-info .mail span {
  position: relative;
  font-size: 28px;
  font-size: 3.73vw;
  letter-spacing: 0.03em;
  padding-left: 3.6em;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .mail span {
    font-size: 16px;
    padding-left: 3.3em;
  }
}

.header__navi.active .navi-info .mail span::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.6em;
  background-image: url(../images/icon_mail.svg);
  width: 2.8em;
  height: 2.8em;
  background-size: 100% auto;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .mail span::before {
    top: -0.3em;
    width: 2.4em;
    height: 2.4em;
  }
}

.header__navi.active .navi-info .tel {
  line-height: 1;
  width: 100%;
  text-align: left;
}

.header__navi.active .navi-info .tel span {
  position: relative;
  font-size: 40px;
  font-size: 5.33vw;
  padding-left: 2.5em;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .tel span {
    font-size: 24px;
    padding-left: 2.2em;
  }
}

.header__navi.active .navi-info .tel span::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.2em;
  background-image: url(../images/icon_tel.svg);
  width: 2em;
  height: 2em;
  background-size: 100% auto;
}

@media screen and (min-width: 767px) {
  .header__navi.active .navi-info .tel span::before {
    top: 0;
    width: 1.6em;
    height: 1.6em;
  }
}

/****************************
PAGETOP
*****************************/
.pagetop {
  height: 2.32em;
  width: 2.32em;
  position: fixed;
  right: 4%;
  bottom: 4em;
  top: auto;
  background: #fff;
  background-color: rgba(23, 164, 223, 0.8);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

@media screen and (min-width: 767px) {
  .pagetop {
    height: 60px;
    width: 60px;
    right: 30px;
    top: auto;
  }
}

.pagetop.abpos {
  position: absolute;
  bottom: auto;
  top: -4em;
}

@media screen and (min-width: 767px) {
  .pagetop.abpos {
    right: 30px;
    top: -5em;
  }
}

.pagetop__arrow {
  height: 15px;
  width: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(20%) rotate(-45deg);
          transform: translateY(20%) rotate(-45deg);
}

/****************************
FOOTER
*****************************/
.footer__btn {
  background-image: url(../images/sp_footer_bgimg.jpg);
  background-size: cover;
  padding: 5em 0 4.2em;
}

@media screen and (min-width: 767px) {
  .footer__btn {
    background-image: url(../images/footer_bgimg.jpg);
    background-position: center;
    padding: 6.5em 0;
  }
}

@media screen and (min-width: 1100px) {
  .footer__btn {
    background-size: 1920px;
    background-repeat: no-repeat;
  }
}

.footer__btn ul {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

@media screen and (min-width: 1100px) {
  .footer__btn ul {
    flex-wrap:nowrap;
  }
}

.footer__btn ul li {
  width:calc(100%/3 - 0.5em);
  display: flex;
  align-items: stretch;
  margin-bottom: 1em;
}

@media screen and (min-width: 767px) {
  .footer__btn ul li {
    width:calc(100%/6 - 0.6em);
    margin-bottom: 1em;
  }
}

.footer__btn ul li a {
  display: block;
  background-color: #48b2de;
  padding: 0.7em 0.5em;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .footer__btn ul li a {
    padding: 1em 0.5em;
  }
}

@media screen and (min-width: 1100px) {
  .footer__btn ul li a {
    padding: 1.3em 0.5em;
  }
}

.footer__btn ul li a .icon {
  margin: 0 auto 0.5em;
}

.footer__btn ul li a .icon img {
  height: 2em;
}

@media screen and (min-width: 767px) {  
  .footer__btn ul li a .icon img {
    height: 2.5em;
  }
}

.footer__btn ul li a .ttl {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  font-size: 30px;
  font-size: 4vw;
}

.footer__btn ul li a .ttl2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  font-size: 30px;
  font-size: 4vw;
  margin-top: 1em;
}


@media screen and (min-width: 767px) {  
  .footer__btn ul li a .ttl {
    font-size: 16px;
  }
  .footer__btn ul li a .ttl2 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1100px) {
  .footer__btn ul li a .ttl {
    line-height: 1.4;
    font-size: 18px;
  }
  .footer__btn ul li a .ttl2 {
    line-height: 1.4;
    font-size: 18px;
  }
}

.footer__info .info {
  margin: 2.4em 0 1.3em;
}

@media screen and (min-width: 767px) {
  .footer__info .info {
    margin: 2.4em 0 2.1em;
  }
}

.footer__info .info {
  padding: 0 4%;
}

@media screen and (min-width: 767px) {
  .footer__info .info {
    padding: 0 30px;
  }
}

.footer__info .reserve {
  padding: 2.5em 2em;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .footer__info .reserve {
    padding: 2em 0 3em;
  }
}

.footer__info .reserve .ttl {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0 0.6em;
  font-size: 44px;
  font-size: 5.74vw;
}

@media screen and (min-width: 767px) {
  .footer__info .reserve .ttl {
    font-size: 34px;
    padding: 0 0 0.3em;
  }
}

.footer__info .reserve .txt {
  line-height: 1.8;
}

@media screen and (min-width: 767px) {
  .footer__info .reserve .txt {
    line-height: 2;
  }
}

.footer__info .reserve a {
  font-size: 34px;
  font-size: 4.53vw;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f5a43b;
  border-radius: 0.3em;
  padding: 1em 0 1em 3.5em;
  margin-top: 1.5em;
}

@media screen and (min-width: 767px) {
  .footer__info .reserve a {
    font-size: 20px;
    display: inline-block;
    width: 360px;
    padding: 0.6em 0 0.6em 4.5em;
  }
}

.footer__info .reserve span {
  position: relative;
  line-height: 1;
}

.footer__info .reserve span::before {
  content: '';
  display: block;
  position: absolute;
  top: -1.5em;
  left: -5em;
  background-image: url(../images/icon_reserve.png);
  background-repeat: no-repeat;
  width: 4em;
  height: 4em;
  background-size: 100% auto;
}

@media screen and (min-width: 767px) {
  .footer__info .reserve span::before {
    width: 4.5em;
    height: 4.5em;
    top: -1.5em;
    left: -5em;
  }
}

.footer__info .map {
  padding: 2.5em 0;
  border-top: 0.1em solid #dae2e9;
  border-bottom: 0.1em solid #dae2e9;
}

.footer__info .map .icon {
  width: 2em;
  height: 2em;
  text-align: center;
  margin: 0 auto 0.1em;
}

@media screen and (min-width: 767px) {
  .footer__info .map .icon {
    width: 2.8em;
    height: 2.8em;
    margin: 0 auto 0.5em;
  }
}

.footer__info .map .ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-size: 40px;
  font-size: 5.33vw;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .footer__info .map .ttl {
    font-size: 28px;
  }
}

.footer__info .map .txt {
  line-height: 1.8;
  text-align: left;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 767px) {
  .footer__info .map .txt {
    line-height: 2;
    text-align: center;
    margin-bottom: 2.5em;
  }
}

.footer__info .map iframe {
  width: 100%;
  height: 15em;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 767px) {
  .footer__info .map iframe {
    height: 350px;
  }
}

@media screen and (min-width: 767px) {
  .footer__info .map .acc_cont {
    display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
  }
  .footer__info .map .acc_cont div:first-of-type {
    margin-right: 30px;
  }
  .footer__info .map .acc_cont div:last-of-type {
    margin-left: auto;
    width: 390px;
  }
}

.footer__info .map .address {
  font-weight: 600;
  margin-bottom: 1.5em;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .footer__info .map .address {
    font-size: 18px;
    line-height: 1.5;
  }
}

.footer__info .map .access ul{
  list-style: disc;
  margin: 0 1em 2.5em;
  font-size: 30px;
  font-size: 4vw;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .footer__info .map .access ul{
    font-size: 18px;
    margin: 0 1em 0;
  }
}

.footer__info .map .access ul li{
  color: #48b2de;
  margin-bottom: 1em;
}

@media screen and (min-width: 767px) {
  .footer__info .map .access ul li{
    margin-bottom: 0em;
  }
  .footer__info .map .access ul li:last-child{
    margin-top: 1em;
  }
}

.footer__info .map .access ul li span{
  color: #000;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .footer__info .map .access ul li span{
    font-size: 16px;
  }
}

.footer__info .map .access ul li .sub{
  font-size: 28px;
  font-size: 3.73vw;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 767px) {
  .footer__info .map .access ul li .sub{
    font-size: 15px;
    letter-spacing: 0.1em;
  }
}

.footer__info .mail {
  line-height: 1;
  width: 100%;
  text-align: left;
  margin-bottom: 2em;
}

.footer__info .mail span {
  position: relative;
  font-size: 24px;
  font-size: 3.2vw;
  letter-spacing: 0.03em;
  padding-left: 3.6em;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .footer__info .mail span {
    font-size: 15px;
    padding-left: 3em;
  }
}

.footer__info .mail span::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.4em;
  background-image: url(../images/icon_mail.svg);
  width: 2.7em;
  height: 2.7em;
  background-size: 100% auto;
}

@media screen and (min-width: 767px) {
  .footer__info .mail span::before {
    top: -0.2em;
    width: 35px;
    height: 35px;
  }
}

.footer__info .tel {
  line-height: 1;
  width: 100%;
  text-align: left;
}

.footer__info .tel span {
  position: relative;
  font-size: 40px;
  font-size: 5.33vw;
  padding-left: 2.2em;
  font-weight: 600;
}

@media screen and (min-width: 767px) {
  .footer__info .tel span {
    font-size: 22px;
  }
}

.footer__info .tel span::before {
  content: '';
  display: block;
  position: absolute;
  top: -0.1em;
  background-image: url(../images/icon_tel.svg);
  width: 1.6em;
  height: 1.6em;
  background-size: 100% auto;
}

@media screen and (min-width: 767px) {
  .footer__info .tel span::before {
    top: 0em;
    width: 35px;
    height: 35px;
  }
}

.footer__info .copyright {
  text-align: center;
  font-size: 20px;
  font-size: 2.61097vw;
  padding: 1em 0;
}

@media screen and (min-width: 767px) {
  .footer__info .copyright {
    font-size: 12px;
    padding: 30px 0;
  }
}

.footer__info .copyright_reserve {
  text-align: center;
  font-size: 20px;
  font-size: 2.61097vw;
  padding: 1em 0;
  margin-top: 2em;
  border-top: 0.1em solid #dae2e9;
}

@media screen and (min-width: 767px) {
  .footer__info .copyright_reserve {
    font-size: 12px;
    padding: 30px 0;
    margin-top: 5em;
  }
}

/*# sourceMappingURL=common.css.map */