@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  position: relative;
  color: #212121;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.7;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #000;
  min-height: 100vh;
  height: -webkit-fill-available;
}

@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}

@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
}

/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

input[type='submit'],
input[type='button'] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']:focus,
input[type='button']:focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}

input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?20tdwb");
  src: url("../fonts/icomoon.eot?20tdwb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?20tdwb") format("truetype"), url("../fonts/icomoon.woff?20tdwb") format("woff"), url("../fonts/icomoon.svg?20tdwb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinch:before {
  content: '\e903';
}

.icon-circle:before {
  content: '\e901';
  color: #fff;
}

.icon-triangle:before {
  content: '\e902';
  color: #fff;
}

.icon-icon_check:before {
  content: '\e900';
}

.page_inner_l {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(100% - 80px);
  }
}

.page_inner_m {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .page_inner_m {
    width: calc(100% - 80px);
  }
}

.page_inner_s {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(100% - 80px);
  }
}

#wrap {
  position: relative;
}

#wrap:before {
  content: '';
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(../img/common/bg.jpg) no-repeat center center;
  background-size: cover;
}

.header,
.main_contents,
.footer {
  position: relative;
  z-index: 2;
}

.header {
  text-align: center;
  padding-top: 20vw;
}

@media print, screen and (min-width: 920px) {
  .header {
    padding-top: 153px;
  }
}

.header .logo {
  width: 50vw;
  max-width: 398px;
}

.tw_box {
  height: 815px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  overflow-y: scroll;
  margin: 12vw auto 0;
  transition: 0.3s ease;
}

@media print, screen and (min-width: 768px) {
  .tw_box {
    margin: 114px auto 0;
  }
}

.tw_box.active {
  visibility: visible;
  opacity: 1;
}

.system_menu {
  margin: 12vw auto 0;
}

@media print, screen and (min-width: 768px) {
  .system_menu {
    margin: 114px auto 0;
  }
}

.system_menu img {
  display: block;
  margin: 0 auto;
}

.access {
  margin: 12vw auto 0;
}

@media print, screen and (min-width: 768px) {
  .access {
    margin: 114px auto 0;
  }
}

.access .title {
  width: 65vw;
  max-width: 412px;
  margin: 0 auto;
}

.access .map {
  position: relative;
  margin-top: 28px;
  width: 100%;
  padding-top: 80%;
}

@media print, screen and (min-width: 768px) {
  .access .map {
    padding-top: 60%;
  }
}

.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  color: #fff;
  margin: 12vw auto 0;
  text-align: center;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 768px) {
  .footer {
    margin: 114px auto 0;
    padding-bottom: 55px;
  }
}

.footer .footer_sub li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .footer .footer_sub li a {
    font-size: 1.8rem;
  }
}

.footer .footer_sub li a:hover {
  text-decoration: underline;
}

.footer small {
  display: block;
  padding-top: 10px;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .footer small {
    padding-top: 20px;
    font-size: 1.8rem;
  }
}
