@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,700");
.note {
  display: block;
}

.note__mark {
  position: relative;
  float: left;
}

.note__mark::before {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0.52083vw;
  border-radius: 14px;
  content: "";
  background: #333;
}

@media (max-width: 768px) {
  .note__mark::before {
    top: 1.33333vw;
    width: 2.66667vw;
    height: 2.66667vw;
    border-radius: 5.33333vw;
  }
}

.note__mark__txt {
  display: inline-block;
  overflow: hidden;
  padding-left: 0.78125vw;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .note__mark__txt {
    margin-top: -0.10417vw;
    padding-left: 0.9375vw;
  }
}

@media (max-width: 768px) {
  .note__mark__txt {
    padding-left: 4.26667vw;
  }
}

.note__asrk {
  position: relative;
  float: left;
  margin-right: 3px;
  font-size: 1.15rem;
}

@media (max-width: 768px) {
  .note__asrk {
    font-size: 3.46667vw;
  }
}

.note__asrk__txt {
  display: block;
  overflow: hidden;
  font-size: 1.15rem;
}

@media (max-width: 768px) {
  .note__asrk__txt {
    font-size: 3.46667vw;
  }
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}

.clearfix::after, .note::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ---------------------------------
Fonts
--------------------------------- */
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}

/* ---------------------------------
Reset
--------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html,
body {
  height: 100%;
  font-size: 20px;
}

@media (max-width: 1935px) and (min-width: 769px) {
  html,
  body {
    font-size: 1.04167vw;
  }
}

@media (max-width: 768px) {
  html,
  body {
    font-size: 3.46667vw;
  }
}

body {
  line-height: 1.5;
  font-family: "NotoSansCJKjp", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
}

a:active {
  background-color: transparent;
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

/* wrap */
.wrap {
  overflow: hidden;
  width: 1920px;
  margin: 0 auto;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .wrap {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wrap {
    width: 100%;
  }
}

.wrap .sectionTitle {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 100;
  text-align: center;
}

@media (max-width: 768px) {
  .wrap .sectionTitle {
    font-size: 1.07692rem;
  }
}

.wrap .sectionTitle img {
  display: block;
  height: auto;
  margin: 0 auto 25px;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .wrap .sectionTitle img {
    margin: 0 auto 1.30208vw;
  }
}

@media (max-width: 768px) {
  .wrap .sectionTitle img {
    margin-bottom: 3.2vw;
  }
}

.wrap .sectionTitle span {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 5px;
  font-family: 'Josefin Sans', sans-serif;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .wrap .sectionTitle span {
    margin-bottom: 0.26042vw;
  }
}

@media (max-width: 768px) {
  .wrap .sectionTitle span {
    font-size: 2.15385rem;
    margin-bottom: 2px;
  }
}

/* header */
.header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.header > div {
  position: relative;
  box-sizing: border-box;
  width: 1920px;
  height: 90px;
  margin: 0 auto;
  padding: 0 30px;
  text-align: center;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header > div {
    width: 100%;
    height: 4.6875vw;
    padding: 0 1.5625vw;
  }
}

@media (max-width: 768px) {
  .header > div {
    width: 100%;
    height: 10.66667vw;
    padding: 0;
  }
}

.header__logo {
  position: absolute;
  top: 17px;
  left: 42px;
  width: 306px;
  -webkit-transition: opacity 150ms ease-in 0ms;
  transition: opacity 150ms ease-in 0ms;
}

.header__logo:hover {
  opacity: .6;
}

@media (max-width: 768px) {
  .header__logo:hover {
    opacity: 1;
  }
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header__logo {
    top: 0.9375vw;
    left: 2.1875vw;
    width: 15.9375vw;
  }
}

@media (max-width: 768px) {
  .header__logo {
    top: 2.13333vw;
    left: 4vw;
    width: auto;
    height: 3.73333vw;
  }
}

.header__logo img {
  display: block;
  width: auto;
  height: 42px;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header__logo img {
    height: 2.1875vw;
  }
}

@media (max-width: 768px) {
  .header__logo img {
    height: 5.86667vw;
  }
}

.header nav {
  position: relative;
  z-index: 3;
  display: inline-block;
}

@media (max-width: 768px) {
  .header nav {
    display: block;
  }
}

.header__nav {
  display: inline-block;
}

@media (max-width: 768px) {
  .header__nav {
    position: absolute;
    top: 0;
    right: -69.33333vw;
    display: block;
    overflow-y: scroll;
    box-sizing: border-box;
    width: 69.33333vw;
    height: 100vh;
    padding: 11.2vw 0;
    background: #004097;
    -webkit-transition: right 150ms ease-in 0ms;
    transition: right 150ms ease-in 0ms;
  }
  .header__nav.sp-open {
    right: 0;
  }
}

.header__nav__item {
  position: relative;
  z-index: 1;
  float: left;
}

@media (max-width: 768px) {
  .header__nav__item {
    float: none;
  }
}

.header__nav__item__in > a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 90px;
  position: relative;
  display: block;
  height: 90px;
  padding: 0 32px;
  letter-spacing: .04em;
  color: #004097;
  -webkit-transition: background-color 150ms ease-in 0ms, color 150ms ease-in 0ms;
  transition: background-color 150ms ease-in 0ms, color 150ms ease-in 0ms;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header__nav__item__in > a {
    line-height: 4.6875vw;
    height: 4.6875vw;
    padding: 0 1.66667vw;
  }
}

@media (max-width: 768px) {
  .header__nav__item__in > a {
    font-size: 1.23077rem;
    line-height: 12vw;
    height: 12vw;
    padding: 0 5.33333vw;
    text-align: left;
    color: #fff;
  }
}

.header__nav__item__in > a::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  content: '';
  background: #004097;
}

.header__nav__item__in > a:hover {
  color: #fff;
}

.header__nav__item__in > a:hover::before {
  height: 100%;
}

.header__nav__item__in > a.active {
  color: #fff;
  background: #004097;
}

.header__nav__item__in > a.current {
  color: #fff;
  background: #004097;
}

@media (max-width: 768px) {
  .header__nav__item__in > a.current {
    background: #3366ac;
  }
}

@media (max-width: 768px) {
  .header__nav__item__in.sp-angle > a span {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 2.66667vw;
    left: auto;
    display: block;
    width: 12vw;
    height: 12vw;
  }
  .header__nav__item__in.sp-angle > a span::before {
    position: absolute;
    top: 3.2vw;
    left: 4.66667vw;
    display: block;
    width: 2.66667vw;
    height: 2.66667vw;
    content: '';
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: -webkit-transform 150ms ease-in 0ms;
    transition: -webkit-transform 150ms ease-in 0ms;
    transition: transform 150ms ease-in 0ms;
    transition: transform 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms;
  }
  .header__nav__item__in.sp-angle > a span.sp-active::before {
    top: 4.8vw;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.header__nav__item__in__sub {
  position: absolute;
  top: 90px;
  left: 0;
  overflow: hidden;
  width: 352px;
  height: 0;
  -webkit-transition: height 240ms ease-out 0ms;
  transition: height 240ms ease-out 0ms;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header__nav__item__in__sub {
    top: 4.6875vw;
    width: 18.33333vw;
  }
}

@media (max-width: 768px) {
  .header__nav__item__in__sub {
    position: static;
    width: auto;
  }
}

.header__nav__item__in__sub.active {
  height: 420px;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header__nav__item__in__sub.active {
    height: 21.875vw;
  }
}

@media (max-width: 768px) {
  .header__nav__item__in__sub.sp-active {
    height: 64vw;
  }
}

.header__nav__item__in__sub li {
  position: relative;
  background: #004097;
}

@media (max-width: 768px) {
  .header__nav__item__in__sub li::before {
    position: absolute;
    top: 5.33333vw;
    left: 8vw;
    display: block;
    width: 3.73333vw;
    height: 1px;
    content: '';
    background: #fff;
  }
}

.header__nav__item__in__sub li a {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 70px;
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-left: 30px;
  text-align: left;
  color: #fff;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header__nav__item__in__sub li a {
    line-height: 3.64583vw;
    padding-left: 1.5625vw;
  }
}

@media (max-width: 768px) {
  .header__nav__item__in__sub li a {
    font-size: 1rem;
    line-height: 10.66667vw;
    padding-left: 16vw;
  }
}

.header__nav__item__in__sub li a:hover {
  color: #fff;
  background: #3366ac;
}

@media (max-width: 768px) {
  .header__nav__item__in__sub li a:hover {
    background: none;
  }
}

.header__nav__item__in__sub li.pdf a::after {
  font-size: .8rem;
  font-weight: normal;
  line-height: 21px;
  display: inline-block;
  box-sizing: border-box;
  width: 50px;
  height: 24px;
  margin-left: 14px;
  content: 'PDF';
  text-align: center;
  vertical-align: 2px;
  border: 1px solid #fff;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header__nav__item__in__sub li.pdf a::after {
    line-height: 1.09375vw;
    width: 2.60417vw;
    height: 1.25vw;
    margin-left: 0.72917vw;
    vertical-align: 0.10417vw;
  }
}

@media (max-width: 768px) {
  .header__nav__item__in__sub li.pdf a::after {
    line-height: 3.46667vw;
    width: 8vw;
    height: auto;
    margin-left: 1.86667vw;
    vertical-align: 0;
  }
}

@media (max-width: 768px) {
  .header__nav__item:last-child .header__nav__item__in {
    padding-bottom: 8vw;
  }
}

.header__fb {
  position: absolute;
  top: 21px;
  right: 21px;
  display: block;
  width: 48px;
  -webkit-transition: opacity 150ms ease-in 0ms;
  transition: opacity 150ms ease-in 0ms;
}

.header__fb:hover {
  opacity: .6;
}

@media (max-width: 768px) {
  .header__fb:hover {
    opacity: 1;
  }
}

@media (max-width: 1935px) and (min-width: 769px) {
  .header__fb {
    top: 1.09375vw;
    right: 1.09375vw;
    width: 2.5vw;
  }
}

@media (max-width: 768px) {
  .header__fb {
    top: 1.86667vw;
    right: 13.33333vw;
    width: 6.93333vw;
  }
}

.header__fb img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.header__spnav {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  display: none;
  width: 10.66667vw;
  height: 10.66667vw;
  background: #004097;
  -webkit-transition: background-color 150ms ease-in 0ms;
  transition: background-color 150ms ease-in 0ms;
}

@media (max-width: 768px) {
  .header__spnav {
    display: block;
  }
}

.header__spnav span {
  position: absolute;
  left: 2.93333vw;
  display: block;
  width: 4.8vw;
  height: 1px;
  background: #fff;
}

.header__spnav span:nth-child(1) {
  top: 3.46667vw;
  -webkit-transition: top 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms;
  transition: top 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms;
  transition: transform 150ms ease-in 0ms, top 150ms ease-in 0ms;
  transition: transform 150ms ease-in 0ms, top 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms;
}

.header__spnav span:nth-child(2) {
  top: 5.33333vw;
  -webkit-transition: opacity 150ms ease-in 0ms;
  transition: opacity 150ms ease-in 0ms;
}

.header__spnav span:nth-child(3) {
  top: 7.2vw;
  -webkit-transition: top 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms;
  transition: top 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms;
  transition: transform 150ms ease-in 0ms, top 150ms ease-in 0ms;
  transition: transform 150ms ease-in 0ms, top 150ms ease-in 0ms, -webkit-transform 150ms ease-in 0ms;
}

.header__spnav.sp-open {
  background: rgba(0, 64, 151, 0);
}

.header__spnav.sp-open span:nth-child(1) {
  top: 5.33333vw;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__spnav.sp-open span:nth-child(2) {
  opacity: 0;
}

.header__spnav.sp-open span:nth-child(3) {
  top: 5.33333vw;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header .spbg {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/* footer */
.footer {
  position: relative;
  z-index: 2;
  width: 1920px;
  height: 280px;
  margin: 0 auto;
  background: #f9f9f9;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .footer {
    width: 100%;
    height: 14.58333vw;
  }
}

@media (max-width: 768px) {
  .footer {
    width: 100%;
    height: 29.33333%;
  }
}

.home .footer::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: -50px;
  left: -100px;
  width: 2120px;
  height: 100px;
  background: #f9f9f9;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: rotate(-2.2deg);
      -ms-transform: rotate(-2.2deg);
          transform: rotate(-2.2deg);
}

@media (max-width: 1935px) and (min-width: 769px) {
  .home .footer::before {
    top: -2.60417vw;
    left: -5.20833vw;
    width: 110.41667vw;
    height: 5.20833vw;
  }
}

@media (max-width: 768px) {
  .home .footer::before {
    top: -13.33333vw;
    left: -15vw;
    width: 130vw;
    height: 26.66667vw;
  }
}

@media (max-width: 768px) {
  .home .footer::before {
    height: 133.33333vw;
    -webkit-transform: rotate(-9deg);
        -ms-transform: rotate(-9deg);
            transform: rotate(-9deg);
    background: #f9f9f9;
  }
}

.footer__in {
  position: relative;
  z-index: 2;
  padding: 67px 0 0;
  text-align: center;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .footer__in {
    padding: 3.48958vw 0 0;
  }
}

@media (max-width: 768px) {
  .footer__in {
    padding: 10.13333vw 0;
  }
}

.footer__in a {
  display: inline-block;
  -webkit-transition: opacity 150ms ease-in 0ms;
  transition: opacity 150ms ease-in 0ms;
}

.footer__in a:hover {
  opacity: .6;
}

@media (max-width: 768px) {
  .footer__in a:hover {
    opacity: 1;
  }
}

.footer__in a + a {
  margin-left: 30px;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .footer__in a + a {
    margin-left: 1.5625vw;
  }
}

@media (max-width: 768px) {
  .footer__in a + a {
    margin-left: 2.66667vw;
  }
}

.footer__in a img {
  width: auto;
  height: 45px;
  vertical-align: middle;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .footer__in a img {
    height: 2.34375vw;
  }
}

@media (max-width: 768px) {
  .footer__in a img {
    height: 4.26667vw;
  }
}

.footer__in p {
  font-size: .85rem;
  line-height: 1;
  margin-top: 37px;
  letter-spacing: .04em;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .footer__in p {
    margin-top: 1.92708vw;
  }
}

@media (max-width: 768px) {
  .footer__in p {
    font-size: 0.69231rem;
    margin-top: 3.2vw;
  }
}

/* modal */
.modalSource {
  display: none;
}

.modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.modal__bg {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
}

.modal__body {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.modal__body .modalClose {
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .modal__body .modalClose {
    top: 1.5625vw;
    right: 1.5625vw;
    width: 2.60417vw;
    height: 2.60417vw;
  }
}

@media (max-width: 768px) {
  .modal__body .modalClose {
    top: 4vw;
    right: 4vw;
    width: 6.66667vw;
    height: 6.66667vw;
  }
}

.modal__body .modalClose::before, .modal__body .modalClose::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 64px;
  height: 2px;
  margin: -1px 0 0 -32px;
  content: '';
  background: #004097;
}

@media (max-width: 1935px) and (min-width: 769px) {
  .modal__body .modalClose::before, .modal__body .modalClose::after {
    width: 3.33333vw;
    margin: -1px 0 0 -1.66667vw;
  }
}

@media (max-width: 768px) {
  .modal__body .modalClose::before, .modal__body .modalClose::after {
    width: 8.53333vw;
    margin: -1px 0 0 -4.26667vw;
  }
}

.modal__body .modalClose::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__body .modalClose::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* modal dummy settings */
#content-inquiry {
  box-sizing: border-box;
  width: 90vw;
  max-width: 480px;
  height: 60vw;
  max-height: 320px;
  padding: 50px;
  background: #fff;
}

#content-inquiry p {
  white-space: nowrap;
}


.shop_asutonagamachi .btn_choice{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 63px !important;
  width: 47% !important;
  margin-bottom: 30px!important;
  line-height: 37px !important;
}
@media screen and (max-width: 768px) {
  .shop_asutonagamachi .btn_choice {
    line-height: 20px !important;
  }
}
.shop_asutonagamachi .btn_choice:hover {
  opacity: .7;
}

.shop_asutonagamachi .shopInquiry__btn.contact {
  width: 47% !important;
  /* padding: 28px 0 0px; */
  line-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;

}
.shop_asutonagamachi .shopInquiry__btn {
padding-top: 5px;
}
@media screen and (max-width: 768px) {
  .shop_asutonagamachi .shopInquiry__btn {
    width: 100%!important;
  }
  .shop_asutonagamachi .shopInquiry__btn.contact {
    width: 100%!important;
  }
}

@media screen and (min-width: 769px) {
  .pc-hide {
    display: none;
  }
}

