@charset "UTF-8";

::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}


html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 62.5%;
}


body {
  margin: 0;
color:#ffffff;
}


p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}



a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}




img,
embed,
object,
iframe {
  vertical-align: bottom;
}



.pd20 {
  padding: 20px;
}



body {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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


.am-wrapper {
  position: relative;
  font-size: 1.4rem;
  font-weight: 300;
  overflow: hidden;
 letter-spacing: 1px;
color: #ffffff;
}


.am-wrapper a {
color:#fff;
text-decoration:none;
}


.am-view {
  position: relative;
  z-index: 10;
  overflow: hidden;
     height: auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
background-color: #000000;

}

.am-logo--pc {
  display: none;
  text-align: center;
color:#000000;
}





.am-menu {
  padding: 13.33333vw 0 21.33333vw;
}

.am-menu-list {
  display: flex;
flex-flow:column;
  justify-content: space-around;
padding:50px;
color:#000000;

}
.am-menu-list img {
width:100%;
padding:10px;

}


.am-footer {
  position: relative;
  background-color: #000000;
  padding: 22.666% 12%;
}

.am-footer:after {
  position: absolute;
  z-index: 2;
  top: 0%;
  left: 50%;
  content: "";
  display: block;
  background: url(../images/footer_im01.png) 0 0 no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  transform: translate(-60%, -40%);
}



.footer-logo {
  margin: 8vw auto 0;
  width: 55.35%;
}



.footer-copyright {
  margin-top: 16vw;
  font-size: 1rem;
  text-align: center;
}





@media screen and (max-width: 767px) {

.am-footer{padding-bottom:250px;}

  .u-text--center--sp {
    text-align: center;
  }
  .u-show-pc {
    display: none;
  }
  .am-menu-list__item {
    opacity: 0;
    transform: translateY(10px);
  }
}


@media print, screen and (min-width: 768px) {

  .u-show-sp {
    display: none;
  }

  .am-wrapper:after {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    content: "";
    height: 100vh;
    width: 100vw;
    display: block;
    /* background: url(../images/bg_pc.webp) 50% 50% repeat; */ 
    background-size: 105% auto;
    background-color: #000000;
  }



  .am-view {
    margin: 0 auto;
    max-width: 540px;
    background-color: #000000;
  }
  .am-logo--pc {
    position: fixed;
    z-index: 5;
    top: 50%;
    left: 6.36896%;
    transform: translateY(-50%);
    display: block;
    width: 21.44949%;
  }


  .am-logo--pc h1 {font-size:11px;
}

  .am-menu-list h2 {font-size:11px;
}

  .am-menu-list {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 4.75842%;
    transform: translateY(-50%);
    width: 23.06003%;
  }
  .am-menu-list__item {
    transition: ease all 0.3s;
  }
  .am-menu-list__item.is-active, .am-menu-list__item:hover {
    transform: translateY(-20px);
  }
  .am-menu-list__item.is-new:after {
    bottom: 12%;
    font-size: 1.6rem;
  }





  .am-footer {
    padding-top: 85px;
  }

  .footer-logo {
    margin-top: 30px;
  }
  .footer-copyright {
    margin-top: 60px;
  }
}




.maps {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
margin-bottom:100px;
}
.maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 150% !important;

}


.relative {
  position: relative;
}
.absolute {
  position: absolute;
  right: 0px;
  bottom: 0px;
}




/* navtoggle */
.navtoggle {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  z-index: 9000;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.navtoggle:before,
.navtoggle:after,
.navtoggle__line {
  content: " ";
  position: absolute;
  left: 28%;
  width: 44%;
  height: 2px;
  background: #3c3c3c;
  display: block;
  transition-property: transform,top,bottom,opacity;
  transition-duration: 400ms;
  transition-timing-function: ease;
  transform-origin: center;
}
.navtoggle:before {
  top: calc(34% - 1px);
}
.navtoggle__line {
  top: calc(50% - 1px);
}
.navtoggle:after {
  bottom: calc(34% - 1px);
}
body[data-nav="1"] .navtoggle:before {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
body[data-nav="1"] .navtoggle__line {
  opacity: 0;
}
body[data-nav="1"] .navtoggle:after {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
/* globalnav */
.globalnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 320px;
  z-index: 8000;
  background: #000000;
  transition-property: transform,opacity;
  transition-duration: 400ms;
  transition-timing-function: ease;
  opacity: 0;
  transform: translate(0,-105%);
  pointer-events: none;
}
.globalnav__inner {
  position: absolute;
  right: 50%;
  bottom: 50%;
  width: 100%;
  max-width: 480px;
  max-height: 100%;
  transform: translate(50%,50%);
  overflow-y: auto;
}
.globalnav__inner::-webkit-scrollbar {
  overflow: hidden;
  width: 5px;
}
.globalnav__inner::-webkit-scrollbar-thumb,
.globalnav__inner::-webkit-scrollbar-corner {
  overflow: hidden;
  background: rgba(0,0,0,0.1);
}
.globalnav__list {
  list-style: none;
  padding: 0;
  margin: 0 10px;
}
.globalnav__list__item {
  display: block;
  border-bottom: 1px dotted  #fff;
}
.globalnav__list__anchor {
  display: block;
  padding: 1em;
  text-align: center;
  color: #000000;
  line-height: 1.5;
  text-decoration: none;
}
body[data-nav="1"] .globalnav {
    transform: translate(0,0);
    opacity: 1;
    pointer-events: auto;
}




.menu_l {position: fixed;margin:5px 0 0 10px;z-index:700;}
.menu_r {position: fixed;transform: translate(100%);z-index:10000; width: 50%;max-width: 265px;}




@media print, screen and (min-width: 768px) {

.lc-footer2 {
height:auto;
}

.u-show-sp {
    display: none;
  }
}




@media screen and (max-width: 767px) {




.lc-footer2 {
height:auto;
}


  .u-show-pc {
    display: none;
  }
}



.floating-banner {
  position: fixed;
  z-index: 999;
  bottom: 16px;
  right: 0px;
  box-shadow: 003pxrgba(0, 0, 0, 0.9); // この１行を追加
}




.slide-wrapper {
  width: 100%;
margin-bottom:20px;
  height: auto;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 100%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div { /* スライド */
  width: 33.33%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.slide1 { /* スライドさせるために必要なクラス */
  transform: translateX(0);
}
.slide2 { /* スライドさせるために必要なクラス */
  transform: translateX(-33.33%);
}
.slide3 { /* スライドさせるために必要なクラス */
  transform: translateX(-66.66%);
}
.slide div:nth-of-type(1){ /* 背景色 */
  background-color: #E1F3FC;
}
.slide div:nth-of-type(2){ /* 背景色 */
  background-color: #FCE8F0;
}
.slide div:nth-of-type(3){ /* 背景色 */
  background-color: #E3F1E4;
}
/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: relative;
  bottom: -10px;
  display: flex;
  column-gap: 15px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #fff solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #000;
}

