/* common */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap');

html {
  font-size: 62.5%;
  -webkit-scroll-behavior: smooth;
  scroll-behavior: smooth;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
  /* 色設定 */
  --txtcolor: #3a3a3a;
  --attention: #f05034;
}

h1, h2, h3 {
  color: var(--txtcolor);
  margin: 0;
  line-height: 2.5;
}

p, a {
  font-size: 2.3rem;
  font-weight: bolder;
  color: var(--txtcolor);
  margin: 0;
}
/* リンク付きテキストのスタイルと色を変えない */
a {
  text-decoration: none;
}
a:link, a:visited {
  color: var(--txtcolor);
}

.under {
  border-bottom: solid 2px currentColor;
}
.yellow {
  background: linear-gradient(transparent 50%, yellow 50%);
}
.red {
  background: linear-gradient(transparent 50%, rgba(255, 66, 59, 0.705) 50%);
}

/* リストのスタイルを消す */
ul {
  list-style: none;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  object-fit: cover;
}

body {
  margin: 0;
  text-align: center;
}

.black-gold {
  display: flex;
  width: 100%;
  height: 15vw;
}

.black-gold .logo-text {
  width: 80%;
  object-position: 50% 45%;
}

.black-gold .logo-mark {
  width: 20%;
  object-position: 10% 100%;
}

header h1 {
  height: 120px;
  font-size: 6rem;
  font-weight: bolder;
  background-color: #cfbc97;
  text-shadow: 3px  3px white;
  letter-spacing: .3rem;
  line-height: 2;
}

main h1 {
  font-size: 5rem;
  font-weight: bolder;
  text-shadow:
  5px  5px 4px yellow,
  -5px  5px 4px yellow,
  5px -5px 4px yellow,
  -5px -5px 4px yellow,
  5px  0px 4px yellow,
  0px  5px 4px yellow,
  -5px  0px 4px yellow,
  0px -5px 4px yellow;
}

main h2 {
  font-size: 5.5rem;
  width: 99%;
  margin: 0 auto;
  font-weight: bolder;
  text-shadow:
  5px  5px 4px var(--attention),
  -5px  5px 4px var(--attention),
  5px -5px 4px var(--attention),
  -5px -5px 4px var(--attention),
  5px  0px 4px var(--attention),
  0px  5px 4px var(--attention),
  -5px  0px 4px var(--attention),
  0px -5px 4px var(--attention);
  transform: rotate(-3deg);
}

main > p {
  font-size: 3rem;
  font-weight: bolder;
  line-height: 2.8;
}

.black-white {
  height: 13vw;
}

img.heading {
  height: auto;
  width: auto;
  display: block;
  margin-right: auto;
}

.detail {
  width: 85%;
  margin: -50px auto 0 14%;
  text-align: left;
  position: relative;
}
.detail:after{
  content:"";
  clear:both;
  display:block;
}

.detail h3 {
  font-size: 3rem;
  line-height: 1.5;
  margin-left: 50%;
  text-shadow:
  5px  5px 4px yellow,
  -5px  5px 4px yellow,
  5px -5px 4px yellow,
  -5px -5px 4px yellow,
  5px  0px 4px yellow,
  0px  5px 4px yellow,
  -5px  0px 4px yellow,
  0px -5px 4px yellow;
}

.detail p {
  line-height: 2.8;
}

.logo-mono {
  height: 8vw;
  width: 50%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: rotate(90deg);
  position: absolute;
  left: -35%;
}

.information {
  display: flex;
  width: 85%;
  margin: 0 auto 0 14%;
}

.overview {
  width: 42%;
  text-align: left;
}

.overview p, .overview a {
  line-height: 2.8;
}

.gmap {
  width: 58%;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 400px;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-gw {
  margin-top: 20px;
  height: 10vw;
  object-position: 50% 50%;
}

.h1footer h1{
	font-size:0.9rem;
	}

/* medium screen */
@media (max-width: 1024px) {
  img.heading {
    width: 90%;
  }

  header h1 {
  height: 80px;
  font-size: 5rem;
  text-shadow: 2px  2px white;
  letter-spacing: .2rem;
  line-height: 1.8;
  }

  main h1 {
    font-size: 4.5rem;
  }

  main h2 {
    font-size: 5rem;
  }
}

/* small screen */
@media (max-width: 599px) {
  header h1 {
    height: 60px;
    font-size: 2.6rem;
    text-shadow: 2px  2px white;
    letter-spacing: -.1rem;
    line-height: 2.4;
  }

  main h1 {
    font-size: 2.6rem;
  }

  main h2 {
    font-size: 2.6rem;
  }

  main > p {
    font-size: 2.1rem;
    line-height: 2.1;
  }

  .black-white {
    margin-top: 20px;
  }

  .detail {
    width: 98%;
    margin: -10px 1% 0 1%;
  }

  .detail h3 {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0;
    text-align: center;
  }

  .detail p {
    font-size: 1.8rem;
    line-height: 2;
  }

  .logo-mono {
    height: 6vw;
    width: 40%;
    object-fit: cover;
    object-position: 50% 50%;
    transform: rotate(90deg);
    position: absolute;
    bottom: -6%;
    right: -18%;
    left: auto;
  }

  .information {
    display: flex;
    width: 80%;
    margin: 0 auto 0 19%;
  }

  .information {
    display: block;
    width: 98%;
    margin: 0 1%;
  }

  .overview {
    width: 100%;
  }

  .overview p, .overview a {
    font-size: 1.8rem;
    line-height: 2;
  }

  .gmap {
    width: 100%;
    margin-top: 10px;
    padding-bottom: 60%;
  }
}