@charset 'utf-8';

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  font-family: 'Inter', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
  margin: 0 auto;
  padding: 0;

  overflow-wrap: break-word;

  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: 'palt';
}
* > br {
  line-height: inherit;
}

body {
  text-align: center;

  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}
figure { margin-bottom: 0; }

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

a {
  color: rgba(0, 0, 0, 1);
  line-height: inherit;
  text-decoration: none;
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}
:focus { outline: none; }


iframe {
  display: block;
}



nav,
nav * {
  vertical-align: middle;
  white-space: nowrap;
  box-sizing: border-box;
}
nav {
  font-weight: 600;
}
nav a {
  display: inline-block;
  padding: 0 0.5em;
}
nav a i {
  font-size: 1.5em;
  margin-bottom: 0.2em;
}
nav a[href^='tel:'] {
  margin-right: 1.5em;
  padding-right: 2em;
  border-right: solid 1px rgba(0, 0, 0, 0.2);
}
nav a[href^='tel:'] b {
  font-size: 1.2em;
  font-weight: 700;
}
nav a span {
  display: inline-block;
  font-size: 0.8em;
  padding-right: 0.5em;
}



.fon,
.fon-,
.fon- * {
  font-family: 'Inter', 'Noto Sans JP', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
}



#slider {
  width: 100% !important;
  height: 100%;

  z-index: -1;
  overflow: hidden;
  box-sizing: border-box;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
  position: absolute;
  top: 0;
  left: 0;
}
.bgstretcher {
  overflow: hidden;
  z-index: 1;
}
#slider ul li {
  list-style: none;
}
.bgstretcher li,
.bgstretcher li div.bg,
.bgstretcher-area {
  height: 100%;
}
.bgstretcher li {
  display: block;
  position: relative;
}
.bgstretcher li div.bg {
  background: no-repeat center / cover;
  transform: scale(1.0);

  transition: transform 17s ease-out;
}
.bgstretcher li.ex div.bg,
.bgstretcher li.ex2 div.bg {
  transform: scale(1.3);
}
.bgstretcher-page {
  width: 100%;
  height: 100%;
  text-align: center;

  position: absolute !important;
  bottom: 0;
  left: 0;
}
#linkage {
  display: none;
}










