@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&family=Roboto:wght@300;400;700&Hind:wght@500;700&display=swap");
/*Futura代用Hind*/
/*--------------------------------------------*/
html {
  scroll-behavior: smooth;
  overflow: auto;
}

body, input, textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

body {
  font-feature-settings: "palt";
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1em;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 1000px;
}

header a, footer a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 130%;
}

h4 {
  font-size: 120%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p, a, table, tr, td, address, img,
header ul, footer ul {
  margin: 0px;
  padding: 0px;
  line-height: 1.5em;
  text-align: left;
  font-style: normal;
  list-style: none outside;
}

ul {
  margin: 1em 0;
  padding: 0 0 0 2em;
}

li {
  line-height: 1.3em;
  margin: 0 0 0.5em;
}

header li, footer li {
  line-height: 1.5em;
  margin: 0;
}

i, em {
  font-style: normal;
}

u {
  text-decoration: none;
}

sup, sub {
  font-size: 60%;
}

label {
  cursor: pointer;
}

/*************/
#clear, .clear {
  clear: both;
}

.c {
  margin-left: auto;
  margin-right: auto;
}

.l {
  float: left;
}

.r {
  float: right;
}

.t_c {
  text-align: center;
}

/*img.l { margin:0 10px 10px 0; }
img.r { margin:0 0 10px 10px; }*/
/* table */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

thead th, thead td {
  background: #333;
  color: #FFF;
  font-weight: bold;
  white-space: normal;
}

th, td {
  border: 1px solid #DDD;
  padding: 20px;
  vertical-align: top;
}

th {
  width: 220px;
  text-align: center;
  white-space: nowrap;
  background-color: #333;
  color: #FFF;
}

table, tr, td, th {
  border-color: #FFF;
}

td {
  text-align: left;
  background: #EEE;
}

/* * */
.aster li:before {
  content: "※";
}

.aster li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
}

/* -------------------------------------------- */
a {
  text-decoration: none;
  color: #0088CC;
}

a:hover { /*opacity:.50; */
  text-decoration: none;
}

/* --------------------------------------------*/
/* inner */
main {
  margin: 0;
  width: 100%;
  min-width: 1000px;
  padding: 0 0 0 0;
  overflow: hidden;
}

/*--------------------------------------------
header
--------------------------------------------*/
/* inner */
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1060px;
  padding: 0 20px;
}

header nav ul {
  display: flex;
}

header nav ul li {
  margin: 0 25px;
  font-size: 0.875em;
  font-weight: 700;
  color: #707070;
}

header nav ul li a {
  color: #707070;
}

header nav ul li a:hover {
  color: #007CC6;
}

footer {
  width: 100%;
  background: #C0F2F4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}

footer .inner {
  width: 1000px;
  display: flex;
  justify-content: space-between; /* font-size:1.125em;*/
}

/*--------------------------------------------
スクロール時のアニメーション
--------------------------------------------*/
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

/*下から上に*/
.fade-in-up {
  transform: translate(0, 50px);
}

/*上から下に落ちてくる*/
.fade-in-down {
  transform: translate(0, -50px);
}

/*左からスライド*/
.fade-in-left {
  transform: translate(-50px, 0);
}

/*右からスライド*/
.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* --------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* ¥*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* */
.clearfix:after {
  content: "";
}

/* --------------------------------------------*/
/*--------------------------------------------
お問合せ・アクセス
--------------------------------------------*/
main section#inquiry h3#access {
  margin-top: -60px;
  padding: 90px 0 50px 0;
}

main section#inquiry .inner {
  width: 800px;
  margin: 0 auto;
  padding: 140px 0 100px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

main section#inquiry h2 {
  font-size: 3em;
  color: #007cc6;
  text-align: center;
  letter-spacing: 0.2em;
}

main section#inquiry h3 {
  font-size: 2.25em;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 60px 0 50px 0;
}

main section#inquiry h4 {
  background: #004293;
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin: 0 0 1em 0;
}

main section#inquiry address a:nth-of-type(1) {
  color: #E43C00;
  font-size: 3.556em !important;
}

main section#inquiry small {
  font-size: 1.125em;
  color: #E43C14;
  margin-bottom: 60px;
  text-align: left;
}

p.move {
  display: flex;
  justify-content: center;
}

p.move a, ul.move a {
  width: 600px;
  height: 150px;
  background: #F3A9AE;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  color: #000;
  border-radius: 25px;
  font-weight: 700;
  position: relative;
}

p.move a:hover, ul.move a:hover, ul.move li:nth-child(1) a:hover {
  background: #ccc;
}

p.move a::after, ul.move li a::after {
  width: 15px;
  height: 15px;
  border-top: 5px solid #000;
  border-right: 5px solid #000;
  transform: rotate(45deg);
  content: "";
  display: block;
  position: absolute;
  right: 100px;
  top: 65px;
}

main section#inquiry iframe {
  margin: 0 auto 60px auto;
}

main section#inquiry figure {
  width: 535px;
  margin: 0 auto;
  padding: 0;
}

main section#inquiry figure img {
  width: 100%;
  margin: 0 0 20px 0;
}

address {
  margin: 0 auto;
  width: auto;
  display: inline-block;
  font-size: 1.125em;
}

address a:nth-of-type(1) {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2em;
  color: #000;
}

address ul:before {
  content: "開館時間";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 0 12px;
  border: solid 1px #000;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  line-height: 1;
}

address ul {
  font-size: 1.222em;
  position: relative;
  padding: 5px 0 5px 85px;
  margin: 25px 0 30px 0;
  list-style: none;
}

address ul li:nth-child(3) {
  font-size: 0.818em;
}

main section#inquiry small {
  font-size: 1.563em;
  text-align: center;
}

/*------------------------------------------------------------
  レスポンシブ
------------------------------------------------------------*/
#hmb_content, #hmb_check {
  display: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /*--------------------------------------------
  header
  --------------------------------------------*/
  body {
    min-width: initial;
  }
  header {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    min-width: initial;
  }
  header .inner {
    width: 100%;
    display: block;
    padding: 0;
  }
  header.on {
    height: 100%;
  }
  header .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 10px;
  }
  header .humberger {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    background: #007CC6;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  header .humberger span,
  header .humberger:before,
  header .humberger:after {
    position: absolute;
    display: inline-block;
    left: 14px;
    width: 45%;
    height: 2px;
    background-color: #fff;
  }
  header .humberger:before, header .humberger:after {
    content: "";
  }
  header .humberger:before {
    bottom: 15px;
  }
  header .humberger span {
    top: 25px;
  }
  header .humberger:after {
    bottom: 31px;
  }
  header.on .humberger span {
    display: none;
  }
  header.on .humberger:before {
    top: 50%;
    margin: -1px 0 0 0;
    transform: rotate(45deg);
  }
  header.on .humberger:after {
    top: 50%;
    margin: -1px 0 0 0;
    transform: rotate(-45deg);
  }
  header nav {
    background: #C0F2F4;
  }
  header nav ul {
    display: block;
    margin: 0;
  }
  header nav ul li {
    margin: 0;
    text-align: left;
    border-bottom: solid 1px #fff;
  }
  header nav ul li a {
    padding: 1em 1em 1em 2em;
    display: block;
    position: relative;
  }
  header nav ul li a:hover {
    background: #007CC6;
    color: #fff;
  }
  header nav ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    left: 1em;
    margin-top: -5px;
  }
  header nav ul li a:hover:before {
    border-color: transparent transparent transparent #fff;
  }
  /*--------------------------------------------
  main
  --------------------------------------------*/
  main {
    min-width: initial;
  }
  main h2 {
    font-size: 1.5em !important;
  }
  main h3 {
    font-size: 1.25em !important;
  }
  /*--------------------------------------------
  お問合せ・アクセス
  --------------------------------------------*/
  main section#inquiry h3#access {
    margin: 0 auto 0 auto;
    padding: 90px 0 30px 0;
  }
  main section#inquiry .inner {
    width: 100%;
    padding: 50px 30px;
  }
  main section#inquiry h3 {
    margin: 30px 0;
    padding: 0;
  }
  main section#inquiry h4 {
    font-size: 2em;
    margin: 0px 0 10px 0;
    letter-spacing: 0;
  }
  main section#inquiry address a:nth-of-type(1) {
    font-size: 2em !important;
  }
  address {
    width: auto !important;
    text-align: center;
  }
  address ul:before {
    width: 55px;
    height: 55px;
    padding: 0 8px;
  }
  address ul {
    font-size: 1em;
    padding: 0px 0 0px 60px;
    margin: 0 0 30px 0;
    text-align: center;
  }
  address ul li:nth-child(3) {
    font-size: 0.778em;
    position: absolute;
    left: 0;
    bottom: -30px;
  }
  address a:nth-of-type(1) {
    font-size: 2em;
  }
  main section#inquiry small {
    font-size: 0.875em;
    line-height: 1.4;
    margin: 30px auto;
    text-align: left;
  }
  p.move a {
    width: 300px;
    height: 60px;
    font-size: 1.25em;
    border-radius: 10px;
  }
  p.move a::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg);
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 23px;
  }
  main section#inquiry iframe {
    max-width: 533px;
    width: 100%;
    height: 300px;
  }
  main section#inquiry figure {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  main section#inquiry figure img {
    max-width: 533px;
    margin: 0 auto 20px auto;
  }
  /*--------------------------------------------
  footer
  --------------------------------------------*/
  footer {
    padding: 60px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer .inner {
    flex-direction: column;
    width: 100%;
  }
  footer .inner a:nth-child(1) {
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
  }
  footer .inner img {
    width: 300px;
  }
}
/*# sourceMappingURL=master.css.map */
