@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 28px;
}

p, ul, ol, dl, table {
  margin: 0px 0px 28px 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #045b83;
}
a img {
  transition: all .2s;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  height: 120px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
#page-header .inner {
  padding: 26px 20px 0px;
  margin: 0px auto;
  position: relative;
}
#page-header h1 {
  width: 200px;
}
#page-header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
#home #page-header .inner {
  padding-top: 10px;
}
#home #page-header h1 {
  width: 100px;
  height: 100px;
  margin: 0px auto;
}
#home #page-header h1 a {
  background-image: url(../images/header_logo_home.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#home #page-header h1 a img {
  visibility: hidden;
}

.header-tel {
  display: none;
}

#menu {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  top: 30px;
  cursor: pointer;
  margin: 0px;
  z-index: 10;
}
#menu::before, #menu::after,
#menu p {
  position: absolute;
  left: 0px;
  width: 50px;
  height: 1px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  background-color: #000;
  border-radius: 1px;
  margin: 0px;
}
#menu p {
  top: 24px;
}
#menu::before {
  content: "";
  top: 18px;
}
#menu::after {
  content: "";
  bottom: 18px;
}
#menu.on::before {
  -webkit-transform: translateY(6.7567567568px) rotate(-20deg);
  transform: translateY(6.7567567568px) rotate(-20deg);
}
#menu.on p {
  background-color: transparent;
}
#menu.on::after {
  -webkit-transform: translateY(-6.7567567568px) rotate(20deg);
  transform: translateY(-6.7567567568px) rotate(20deg);
}
#menu span {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  position: absolute;
  bottom: -26px;
  left: 50%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  transform: translateX(-50%);
  letter-spacing: 0.05em;
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 5;
  padding: 0px 20px;
  overflow-y: auto;
  display: none;
}

.gnav {
  margin: 0px auto 70px;
  padding: 0px;
  list-style-type: none;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.gnav li {
  margin: 0px;
  padding: 0px;
  font-size: 24px;
  line-height: 30px;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 0px 0px;
  border-radius: 0px;
}
.gnav li a {
  color: #000;
  text-decoration: none;
  display: block;
  height: 70px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  border-style: solid;
  border-color: #ccc;
  border-width: 0px 0px 1px;
  border-radius: 0px;
}
.gnav li ul {
  margin: -1px 0px 0px;
  padding: 0px;
  list-style-type: none;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 1px 0px 0px;
  border-radius: 0px;
}
.gnav li ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  border-width: 0px 0px 1px;
  border-color: #e5e5e5;
  font-size: 16px;
  line-height: 20px;
}
.gnav li ul li a {
  height: 50px;
  border: none;
}
.gnav li ul li a::before {
  content: "-　";
}

.gnav-tel {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: hidden;
  margin: 60px 0px 36px;
}
.gnav-tel .txt {
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin-bottom: 8px;
  padding: 0px 2px 4px;
  letter-spacing: 0.1em;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px;
  border-radius: 0px;
}
.gnav-tel .num {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin: 0px;
  color: #990000;
}
.gnav-tel .num::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 24px;
  background-image: url(../images/tel.png);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
  transform: translateY(2px);
}

.gnav-name {
  width: 196px;
  margin: 0px auto 30px;
}

.gnav-sns-link {
  margin: 0px 0px 60px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.gnav-sns-link li {
  margin: 0px 10px;
  padding: 0px;
}
.gnav-sns-link li a {
  display: block;
  width: 20px;
  overflow: hidden;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.gnav-sns-link li.facebook a {
  background-image: url(../images/sns_facebook.png);
}
.gnav-sns-link li.twitter a {
  background-image: url(../images/sns_twitter.png);
}
.gnav-sns-link li.instagram a {
  background-image: url(../images/sns_instagram.png);
}
.gnav-sns-link li.youtube a {
  background-image: url(../images/sns_youtube.png);
  width: 68px;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 0;
  background-color: #000;
  color: #fff;
}
#page-footer .inner {
  padding: 70px 20px 0px;
  margin: 0px auto;
}

#footer-nav {
  display: none;
}

.f-name {
  width: 196px;
  margin: 0px auto 20px;
}

.f-address {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

.sns-link {
  margin: 0px 0px 50px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
}
.sns-link li {
  margin: 0px 10px;
  padding: 0px;
}
.sns-link li a {
  display: block;
  width: 20px;
  overflow: hidden;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.sns-link li.facebook a {
  background-image: url(../images/sns_facebook_on.png);
}
.sns-link li.twitter a {
  background-image: url(../images/sns_twitter_on.png);
}
.sns-link li.instagram a {
  background-image: url(../images/sns_instagram_on.png);
}
.sns-link li.youtube a {
  background-image: url(../images/sns_youtube_on.png);
  width: 68px;
}

.copyright {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- hover */
@media (hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }

  a:hover img {
    opacity: 0.6;
  }

  #page-header h1 a:hover {
    opacity: 0.6;
  }
  #page-header h1 a:hover img {
    opacity: 1;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 140px;
  }
  #page-header .inner {
    padding: 24px 40px 0px;
  }
  #page-header h1 {
    width: 260px;
  }
  #home #page-header {
    height: 200px;
  }
  #home #page-header .inner {
    padding-top: 20px;
  }
  #home #page-header h1 {
    width: 150px;
    height: 160px;
  }

  #menu {
    width: 80px;
    height: 80px;
    right: 40px;
    top: 20px;
  }
  #menu::before, #menu::after,
  #menu p {
    left: 0px;
    width: 80px;
  }
  #menu p {
    top: 39px;
  }
  #menu::before {
    top: 30px;
  }
  #menu::after {
    bottom: 30px;
  }
  #menu.on::before {
    -webkit-transform: translateY(9.756097561px) rotate(-20deg);
    transform: translateY(9.756097561px) rotate(-20deg);
  }
  #menu.on p {
    background-color: transparent;
  }
  #menu.on::after {
    -webkit-transform: translateY(-9.756097561px) rotate(20deg);
    transform: translateY(-9.756097561px) rotate(20deg);
  }
  #menu span {
    bottom: -26px;
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  #global-nav {
    padding: 0px 60px;
  }

  .gnav {
    margin: 0px auto 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    width: 640px;
  }
  .gnav li {
    width: 300px;
    margin-bottom: 80px;
  }
  .gnav li ul li {
    width: 100%;
    margin-bottom: 0px;
  }

  .gnav-info {
    position: absolute;
    left: 50%;
    top: 700px;
    width: 300px;
    margin-left: 40px;
  }

  .gnav-tel {
    margin-bottom: 60px;
  }
  .gnav-tel .num {
    font-size: 38px;
    line-height: 46px;
  }
  .gnav-tel .num::before {
    width: 22px;
    height: 32px;
    background-size: 22px auto;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 16px;
    line-height: 32px;
  }

  p, ul, ol, dl, table {
    margin: 0px 0px 32px 0px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header .inner {
    padding: 24px 80px 0px;
  }
  #home #page-header {
    position: absolute;
    z-index: 4;
    background-color: transparent;
    overflow: visible;
  }
  #home #page-header h1 {
    width: 190px;
    height: 240px;
    position: absolute;
    right: 40px;
    top: calc( 50svh );
    transform: translateY(-70%);
  }
  #home #page-header .header-tel {
    position: absolute;
    right: 40px;
    top: calc( 100svh - 100px );
    transform: translateY(-50%);
    display: block;
  }
  #home #page-header .header-tel .txt {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0px 2px 4px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 0px 1px;
    border-radius: 0px;
  }

  #menu {
    right: 90px;
  }

  .header-tel {
    display: block;
    position: absolute;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    top: 43px;
    right: 270px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  .header-tel .txt {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    margin: 6px 14px 0px 0px;
    padding: 0px 2px 4px;
    letter-spacing: 0.1em;
    border-style: solid;
    border-color: #000;
    border-width: 1px 0px;
    border-radius: 0px;
  }
  .header-tel .num {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    margin: 0px;
    color: #990000;
  }
  .header-tel .num::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 24px;
    background-image: url(../images/tel.png);
    background-position: center center;
    background-size: 16px auto;
    background-repeat: no-repeat;
    transform: translateY(2px);
  }

  /* global-nav
  --------------------------------------------------------------------------------- */
  .gnav {
    width: 710px;
  }
  .gnav li {
    width: 330px;
    margin-bottom: 80px;
    font-size: 30px;
    line-height: 36px;
  }
  .gnav li a {
    height: 78px;
  }
  .gnav li ul li {
    font-size: 20px;
    line-height: 24px;
  }
  .gnav li ul li a {
    height: 54px;
  }

  .gnav-info {
    width: 330px;
    margin-left: 40px;
    top: 720px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  #page-footer .inner {
    padding: 100px 80px 50px;
    max-width: 1280px;
  }

  #footer-nav {
    display: block;
    width: calc( 100% - 290px );
    max-width: 650px;
    margin-bottom: 0px;
  }

  .fnav {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .fnav li {
    margin: 0px 0px 0px 20px;
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
  }
  .fnav li a {
    color: #fff;
    text-decoration: none;
  }
  .fnav li ul {
    margin: 30px 0px 0px;
    padding: 0px;
  }
  .fnav li ul li {
    margin: 0px 0px 14px;
    padding: 0px;
    list-style-type: none;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
  }
  .fnav li.information {
    width: 200px;
  }
  .fnav li.access {
    width: 80px;
  }
  .fnav li.guide {
    width: 200px;
  }
  .fnav li.guide ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .fnav li.guide ul li {
    width: 50%;
  }

  .f-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row-reverse;
  }

  .f-info-wrap {
    width: 290px;
  }

  .f-name {
    margin: -20px 0px 20px;
  }

  .f-address {
    text-align: left;
  }

  .sns-link {
    justify-content: flex-start;
    margin-bottom: 0px;
  }
  .sns-link li {
    margin: 0px 20px 0px 0px;
  }

  .copyright {
    text-align: right;
    margin-top: -24px;
    margin-bottom: 50px;
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
@media print, screen and (min-width: 1280px) {
  /* global-nav
  --------------------------------------------------------------------------------- */
  .gnav {
    width: 1090px;
  }

  .gnav-info {
    width: 330px;
    top: 370px;
    margin-left: 230px;
  }

  /* page-footer
  --------------------------------------------------------------------------------- */
  .f-info-wrap {
    width: 360px;
  }

  #footer-nav {
    max-width: 700px;
  }

  .fnav li {
    font-size: 24px;
    line-height: 36px;
  }
  .fnav li ul li {
    margin-bottom: 20px;
  }
  .fnav li.information {
    width: 260px;
  }
  .fnav li.access {
    width: 100px;
  }
  .fnav li.guide {
    width: 240px;
  }
}
/*
--------------------------------------------------------------------------------- 1920*/
