@charset "utf-8";

body {
  font-family: "Yusei Magic", serif;
  font-size: 20px;
  line-height: 1.5;
  color: #2c2c2c;
}

img {
  max-width: 100%;
}

.topPage header {
  height: 90vh;
  background: url(../images/homepagetop.jpg) no-repeat top/cover;
  padding-top: 50px;
  margin-bottom: 64px;
}

.topPage header h1 img {
  width: 240px;
}

.topPage header h1 {
  text-align: center;
}

.linkList {
  padding: 0 20PX;
}

.linkList li {
  margin-bottom: 40PX;
}

.linkList li a {
  display: block;
  background-color: #f5f5f5;
}

.linkList li a span {
  display: block;
  padding: 12Px 15PX 10PX;
  font-size: 18px;
}

.linkList li a:hover {
  filter: brightness(105%);
}

.subPage header {
  border-top: 14px solid #f5f5f5;
  padding-top: 40px;
  margin-bottom: 30px;
}

.subPage header h1 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.subPage header h1 span {
  background-image: linear-gradient(135deg, #e5ba5d 0%, #241f36 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subPage h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .17em;
  margin-bottom: 10px;
}

.subPage .lead {
  text-align: center;
  margin-bottom: 30px;
  font-size: 11px;
  letter-spacing: .05em;
  line-height: 2;
}

.subPage h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.subPage main {
  padding: 0 20px;
}

footer {
  
  margin-top: 30px;
  padding-top: 25px;
}

footer p {
  background-color: #f5f5f5;
}

footer p {
  width: 188px;
  transform: translateY(-28px);
}

.conceptDetailSec p img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  object-position: center 90%;
}

.japanDetailSec .text {
  font-size: 12px;
  line-height: 1.78;
}

.japanDetailSec .photo {
  margin-bottom: 14px;
}

.japanDetailSec {
  margin-bottom: 50px;
}

.worldList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.worldList li {
  flex-basis: 42%;
  margin-bottom: 28px;
}

.worldList li img {
  filter: drop-shadow(1px 2px 3px #dddddd);
}

.worldDetailSec {
  margin-bottom: 50px;
}

.map iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 8px;
}

.map {
  font-size: 12px;
  margin-bottom: 60px;
}

/* .photoGarelly {
  display: grid;
  grid-template-rows: 40vw 30vw 30vw 40vw 40vw;
  grid-template-columns: 50% 50%;
}

.item01 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}

.item02 {
  grid-row: 2 / 4;
  grid-column: 1 / 2;
}

.item03 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.item04 {
  grid-row: 3 / 4;
  grid-column: 2 / 3;
}

.item05 {
  grid-row: 4 / 5;
  grid-column: 1 / 3;
}

.item06 {
  grid-row: 5 / 6;
  grid-column: 1 / 2;
}

.item07 {
  grid-row: 5 / 6;
  grid-column: 2 / 3;
}

.photoGarelly li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.formSec {
  background-color: #c3d9ea;
  padding-bottom: 60px;
}

form {
  width: 375px;
  margin: 0 auto;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  width: 80%;
  margin-top: 5px;
  padding: 4px 8px;
}

input[type="radio"],
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  vertical-align: baseline;
  margin-right: 4px;
}

.attendRadio {
  text-align: left;
  margin-bottom: 40px;
}

.attendRadio label {
  margin: 0 20px;
  font-size: 24px;
}

.allergyCheck label {
  margin-right: 24px;
}

select {
  background: #ffffff url(../images/arrow.png) no-repeat 98% 50%/17px 10px;
}

textarea {
  height: 148px;
  margin-bottom: 30px;
}

form {
  background-color: #e9e08e52;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(228, 225, 225, 0.1);
  max-width: 1000px;
  width: 100%;
}

label {
  display: block;
  margin-bottom: 8px;
}

.date-edit {
  position: relative;
}

.date-edit::before {
  background: url(../img/now.png) no-repeat center center / cover #F7D94C;
  border: solid 5px #cdcdcd;
  content: "";
  position: absolute;
  top: -15px;
  right: -65px;
  border-radius: 28px;
  height: 50px;
  width: 50px;
}

input[type="date"] {
  padding: 10px;
  text-align: center;
}

input,
textarea,
select {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

textarea {
  resize: vertical;
}

button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}


footer {
  background-color: rgb(1, 12, 14);
  color: whitesmoke;
}

.footer-menu {
  height: 60px;
}

.footer-menu-list {
  list-style: none;
  text-align: center;
  line-height: 60px;
}

.footer-menu-list li {
  margin: 10px;
  display: inline;
}

.copyright {
  background-color: rgb(1, 12, 14);
  color: whitesmoke;
  text-align: center;
}

@media screen and (min-width: 920px) {
  .topPage {
    display: flex;
  }

  .topPage header {
    flex-basis: 38%;
  }

  .topPage main {
    flex-basis: 62%;
  }

  .linkList {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    justify-content: space-around;
  }

  .linkList li {
    flex-basis: 47%;
    margin-bottom: 20px;
  }

  .linkList::before {
    content: "";
    width: 47%;
    background: url(../images/top__pclogo.svg) no-repeat center center/72%;
  }

  .topPage main {
    display: flex;
    align-items: center;
  }

  .topPage header {
    height: 100vh;
    margin-bottom: 0;
  }

  .subPage main {
    max-width: 1280px;
    margin: 0 auto;
  }

  .subPage header h1 {
    font-size: 60px;
  }

  .onlySP {
    display: none;
  }

  .subPage h2 {
    font-size: 34px;
    margin-bottom: 36px;
  }

  .subPage .lead {
    font-size: 18px;
    margin-bottom: 160px;
  }

  .subPage h3 {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .conceptDetailSec {
    display: grid;
    grid-template-rows: 360px 360px;
    grid-template-columns: 40% 60%;
  }

  .conceptDetailSec h3 {
    grid-row: 1 / 2;
    grid-column: 2/ 3;
  }

  .conceptDetailSec .photo {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }

  .conceptDetailSec .text {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
  }

  .conceptDetailSec .photo img {
    height: 720px;
  }

  .conceptDetailSec h3 {
    align-self: end;
  }

  .conceptDetailSec .text {
    text-align: center;
    font-size: 16px;
  }

  .reverse {
    grid-template-columns: 60% 40%;
  }

  .reverse h3 {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
  }

  .reverse .photo {
    grid-row: 1 / 3;
    grid-column: 2 / 2;
  }

  .reverse .text {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
  }

  .menuList li {
    flex-basis: 22%;
    margin-bottom: 0%;
  }

  .menuDetailSec {
    margin-bottom: 160px;
  }

  /* .photoGarelly {
    grid-template-rows: 175px 175px 290px;
    grid-template-columns: 50% 20% 30%;
  }

  .item01 {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }

  .item02 {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
  }

  .item03 {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
  }

  .item04 {
    grid-row: 2 / 3;
    grid-column: 3 / 4;
  }

  .item05 {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
  }

  .item06 {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }

  .item07 {
    grid-row: 3 / 4;
    grid-column: 3 / 4;
  } */

  .gMenu {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}

/*ここからハンバーガーメニュー
    /* メニューアイコンを画面右上に固定しています */
.gMenu .menu-icon {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 12px;
  padding-top: 5px;
  height: 12px;
}

/* メニューアイコン（三本線）の真ん中の線です */
.gMenu .menu-icon .navicon {
  background: #01010c;
  /* 色は自由に変更可能です */
  display: block;
  height: 2px;
  /* 太さ */
  width: 31px;
  /* 長さ */
  position: relative;
  transition: background .4s ease-out;
  /* 形が変わる時のアニメーション */
}

/* メニューアイコン（三本線）の上と下の線を疑似要素で追加 */
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #58554c;
  /* 色は自由に変更可能です */
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .4s ease-out;
  /* 形が変わる時のアニメーション */
  width: 100%;
}

.gMenu .menu-icon .navicon::before {
  top: 10px;
}

/* 位置を上にずらしています */
.gMenu .menu-icon .navicon::after {
  top: -10px;
}

/* 位置を下にずらしています */
/* 表示されるメニューです */
.gMenu .menu {
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  max-height: 0;
  /* ★最初は高さを0にして非表示状態に */
  transition: max-height .6s;
  /* 表示されるときのアニメーション */
  text-align: center;
}

/* メニュー部分のデザインです */
.gMenu .menu li:first-of-type {
  padding-top: 50px;
}

.gMenu .menu li a {
  display: block;
  padding: 24px 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.gMenu .menu li a:hover {
  background-color: #f4f4f4;
}

/* チェックボックスは常に非表示です */
.gMenu .menu-btn {
  display: none;
}

/* ▼▼▼以下はチェックボックスがONの時の状態です▼▼▼ */
.gMenu .menu-btn:checked~.menu {
  max-height: 338px;
  /* ★チェックボックスがオンの時高さを338pxにして表示させます */
  transition: max-height .6s;
}

/* メニューボタンの中央の線を非表示に */
.gMenu .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

/* メニューボタンの上下の線を45度傾けて✕印を作ります */
.gMenu .menu-btn:checked~.menu-icon .navicon::before {
  transform: rotate(-45deg);
  top: 0;
}

.gMenu .menu-btn:checked~.menu-icon .navicon::after {
  transform: rotate(45deg);
  top: 0;
}

/* サイトに合わせてオリジナルカスタマイズ */
.gMenu .menu-icon {
  top: 26px;
}

.gMenu .menu-icon .navicon,
.gMenu .menu-icon .navicon::before,
.gMenu .menu-icon .navicon::after {
  background: #8f8f72;
}