@charset "UTF-8";

.index .p-global_nav--header a[data-link="index"]{
  color: var(--color-gold);
  pointer-events: none;
}

/* l-main */
.p-main__visual img{
  width: 100%;
}
.p-about__lead{
  font-size: 118%;
}
.p-about__detail{
  text-align: left;
}
.p-about__detail__heading{
  border-bottom: 1px solid var(--color-gold02);
  line-height: 1.3;
  font-family: var(--font-mincho);
  font-size: 300%;
  color: var(--color-gold02);
  font-weight: normal;
}
.p-about__sub_heading{
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: left;
  font-size: 150%;
}
.p-section-commitment{
  color: #000000;
  background: url(/index/images/bg-style01.png) left top repeat;
}
.p-section-menu{
  background: url(/index/images/bg-style02.png) left top repeat;
}
.p-menu__block{
  position: relative;
  max-width: max-content;
}
.p-menu__block p{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 35% 70px 0;
  line-height: 1.6;
  text-shadow: 2px 1px 3px #232323;
}

.p-section-plan{
  background: url(/index/images/bg-style03.png) left top repeat;
}
.p-plan__block{
  position: relative;
}
.p-plan__block a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 94% 0px 0;
}


.p-section-access{
  background: url(/index/images/bg-style04.png) left top repeat;
  color: var(--color-black);
}
