@charset "utf-8";
:root {
  --dark: #000;
  --black: #333;
  --light: #666;
  --white: #fff;
  --blue: #4184F3;
  --gray: #e6e6e6;
  --orange: #ffae00;
  --about: #5585B4;
  --menu: #7CD9A4;
  --staff: #F5C1F7;

  --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
}


/* メニューページ内のリンク*/
.section-wrap a:link {
  color: var(--menu);
}


/* 各セクションの外枠 */
/* 各セクション間の余白 */
.section-wrap {
  padding-bottom: 80px;
}
/* 各セクションの横幅を制限する囲み */
.section-box {
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* トップ画像 */
.img-container {
  width: 100%;
}
.img-box-common .img {
  width: 100%;
  padding-top: 133%;
}





/* 英字タイトル */
.eg-title {
  width: 100%;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 400;
  font-style: normal;

}
.eg-title li {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  line-height: 1;
  text-transform: uppercase;
}

 /* menu英字エリア */
.eg-title-menu .li-top {
  font-size: clamp(37px, 12vw, 57px);
}
.eg-title-menu .li-center {
  font-size: clamp(58px, 17vw, 78px);
}
.eg-title-menu .li-center {
  color:#7CD9A4;
}
.eg-title-menu .li-bottom {
  font-size: clamp(54px, 14vw, 74px);
}



/*コンテンツエリア */
.text-box {
 text-align: center;
 padding-bottom: 40px;
}
.jp-title {
  font-size: 2.4rem;
  display: inline-block;
  position: relative;
  padding-top: 8px;
}
.jp-title::before {
  content: "";
  position: absolute;
  border-bottom: 2px solid rgb(33, 177, 129);
  top: 0;
  left: 0;
  right: 0;
}
.eg-title {
  font-size: 2.4rem;
  padding-bottom: 8px;
  font-family: canada-type-gibson, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.05em;
}
.article {
  letter-spacing: 1px;
  padding:35px 0 35px;
}



/* コンテンツエリア画像 */

.img-box .img {
  width: 60%;
  padding-top: 60%;
  margin: 0 auto 16px;
  
}



/* 開閉アコーディオンボックス・フレックス */

.accordion-flex-content {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column ;

}
.accordion-flex-box {
  padding: 24px 8px 24px;
  max-width: 100%;
  min-width: 49%;
  border-radius: 3px;
}

/* 各アコーディオンセクションのタイトル */
.accordion-title {
  padding-bottom: 0px;
}
.accordion-title-eg {
font-size: 2rem;
font-family: canada-type-gibson,sans-serif;
font-weight: 200;
font-style: normal;
letter-spacing: 0.05em;
line-height: 1.5;
}
.accordion-title-jp {
  font-weight: 200;
  border-bottom: 1px solid  rgb(33, 177, 129);
}

/* 開閉ボタン・文字変化 */
/* jsと連動・名前変更注意 */
.read {
  position: relative;
  text-align: right;
  padding: 0px 24px 8px 0px;
  cursor: pointer;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  transition: all .5s ease;
}
.read::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 30%;
  right: 0;
  transform: rotate(0deg);
  background-color: var(--orange);
}

.read::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  top: 30%;
  right: 0;
  transform: rotate(90deg);
  background-color: rgb(33, 177, 129);
} 
/* JSで.closeがついたら変化 */
.read.close::before {
  transform: rotate(45deg);
}
.read.close::after {
  transform: rotate(-45deg);
} 

/* ここから開閉 */
.box {
  display: none;
}

.box-inside {
  padding-top: 16px;
}
/* アコーディオン内（dldtdd以外）のテキスト */
.box-inside p {
  font-size: 1.4rem;
}

/* アコーディオン内・メニューテキスト */
.accordion-text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 1px;
  padding:32px 0 0px;
}
.list {
  width: 100%;
  margin-bottom: 40px;
}
.accordion-text-box dl dt {
  font-size: 1.4rem;
}

.accordion-text-box dl dd {
  padding: 8px 0 32px;
  font-size: 1.2rem;
}




/* モダールウィンドウ */
/*infoエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 400px;
    width: 90%;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

.modaal-container .img {
  width: 90%;
  padding-top: 90%;
}

/* モダールリンク/アコーディオン内 */
.moddal-info {
  font-size: 1.4rem;
  color: var(--menu);
}
/*モダールテキスト */
.modaal-container h2 {
  padding-bottom: 4px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px dotted var(--menu);
}
.modaal-container p {
  font-size: 1.4rem;
  text-align: center;
}
.modaal-container p:nth-of-type(1){
  padding: 4px 0 16px;
}
.modaal-container ul li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}
.modaal-container ul .li-title {
  padding: 32px 0 8px;
  font-weight: 200;
}






@media screen and (min-width: 835px) {
  /* pcではアコーディオンを無くして常にメニュー表示をする */
  .box {
    display: block;
  }
  .read {
    display: none;
  }
  /* 開閉アコーディオンボックス・フレックス */
  .accordion-flex-content {
  flex-direction: row ;
  column-gap: 2%;
}
.accordion-flex-box {
  width: 49%;
  margin-bottom: 16px;
  padding: 24px 16px 16px;
  min-height: 500px;
  background: var(--white);
  box-shadow: var(--shadow);
  border-radius: 3px;
}


  /* コンテンツエリア */
  .grid-box {
    display: grid;
    grid-template-columns: 10% 40% 40% 10%;
    grid-template-rows: auto;
  }
  .text-box {
    grid-column: 3/4;
    grid-row: 1/2;
    text-align: left;
  }
  .img-box {
     grid-column: 2/3;
     grid-row: 1/2;
  }
  .img-box .img {
  width: 50%;
  padding-top: 50%;

  }
  

  /* トップ背景画像 */
  .menu-bg {
    height: 100vh;
    background-image: url(../img/design/menu-top.jpg) ;
 background-position: middle;
 background-size: cover;
  }
  
  .variable-box-common {
    display: grid;
    grid-template-columns: 30% 30% 40%;
    grid-template-rows: 50% 50%;
    height: 100vh;
   } 


   /* 画像 */
   .img-box-common {
    display: none;
  }
  /* 文字の白背景 */
.bg-title {
  background-color: rgb(235, 235, 235, 0.8);
  padding: 32px;
}

   .menu .eg-title {
    grid-column: 3/4;
    grid-row: 2/3;
   }
  
 /* menu英字エリア */
 .eg-title-menu .under-line {
  width: 100%;
  height: 3px;
  margin-top: 20px;
  background-color: var(--black);
}
.eg-title-menu .li-top {
  font-size: clamp(27px, 2vw, 47px);
  color: var(--black);
}

.eg-title-menu .li-center {
  font-size: clamp(48px, 7vw, 68px);
  /* color:#7CD9A4; */
  color: var(--black);
}
.eg-title-menu .li-bottom {
  font-size: clamp(44px, 4vw, 64px);
  color: var(--black);
}

}



/* ipad縦用*/
@media screen and (min-width: 1023px) and (orientation: portrait) {
  .wrap {
    overflow-x: hidden;
  }
  .menu-bg {
   height: 60vh;
    background-image: url(../img/design/menu-top.jpg) ;
    background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  }
   
  .variable-box-common {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    height: 60vh;
   } 
  .menu .eg-title {
    grid-column: 2/-1;
    grid-row: 2/-1;
   }

}
