@charset "UTF-8";
:root {
  --dark: #000;
  --black: #333;
  --light: #666;
  --white: #fff;
  --magenta:#DB03A8 ;
  --turquoise:#0BE1F7;
  --yellow:#FFE900;
  --blue: #4184F3;
  --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
  
}
/* index.html以外のページ共通項目 */
/* common.cssでフッターをbottom:0固定しているものを解除 */
footer {
  position: absolute;
  bottom: auto;
}

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 30px;
  /* border: 1px solid red; */
}
.top-box {
  display: flex;
  gap: 30px;
}
.right-section {
  width: 90vw;
  height: 90vw;
  max-width: 550px;
  max-height: 550px;
 border-radius: 20px;
 padding: 30px;
 background: url("../image/afc@medium.jpg") no-repeat center;
 background-size: cover;
 display: flex;
 flex-direction: column;
 text-align: center;
 justify-content: center;
 color: var(--black);

}

.left-section {
 width: 50%;
 padding: 30px;
 display: flex;
 flex-direction: column;
 font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif ;
  font-weight: 400;    
  font-style: normal;
}
.left-section .chapter {
 padding: 50px 0 0; 
}
.left-section .article {
  font-size: 1.6rem;
 }
.logo {
  width: 150px;
  margin: 50px;
}
/* 英語文字装飾 */
.eg-title {
  display: inline-block;
  font-size: 3.4rem;
  color: rgb(255, 255, 255);
}
.eg-text {
  font-family: sacre-bleu-mvb,sans-serif;
  font-weight: 500;
  font-style: normal;  
  font-size: 2.4rem;
}
/* 日本語文字装飾 */

/* 記事 */
/* 記事を囲む枠 */
.main-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 15px 100px;
  font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif ;
  font-weight: 400;    
  font-style: normal;
}
.article-title {
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 2rem;
  letter-spacing: 2px;
}




/* 記事 */
.chapter {
padding: 60px 0 20px;
font-size: 1.7rem;
font-weight: bold;
}

/* 重要なお知らせセクション */
.text-important {
  padding: 24px 0 24px;
}
.text-important p {
  padding: 16px 0;
}
.text-important p:nth-of-type(1) {
  color: red;
}
.text-important p:nth-of-type(3) {
  padding-bottom: 24px;
}
.text-important a .bt-fb{
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid var(--black);
  transition: transform 0.3s ease-in-out;
}
.text-important a:hover .bt-fb{
  transform: scale(1.08);
}
/* END/重要なお知らせセクション */
.article {
  letter-spacing: 1px;
  padding:35px 0 35px;
}

.small-article {
  font-size: 1.4rem;
}

/* リストボックス */
.price-box{
  max-width: 700px;
  padding: 15px;
  margin: 24px auto 0;
  color: #5d627b;
  background: white;
  border-top: solid 5px #5d627b;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

/* リスト　料金表 */
.list-title {
  padding: 10px 0 0 10px;
  font-weight: bold;
}
.price-list {
  margin: 30px 0 30px;
  list-style: none;
  
}
.price-list li {
  padding: 10px;
  letter-spacing: 1.5px;
  line-height: 2;
}
.price-list li span {
  font-weight: bold;
}

/* 赤線 */
.red-border {
  text-decoration-line: line-through;
  text-decoration-style:solid;
  text-decoration-color: red;
}


/* スライドショー */
.slide-box {
  width: 70%;
  height: 400px;
  display: flex;
  justify-content: center;
  margin: 30px auto 0px;
 
}
.slideshow {
  width: 100%; 
  list-style-type: none;
  position: relative;

}

.slideshow > li {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 3s ease-in-out;
}

.slideshow > li.showSlide {
  opacity: 1;
}

.slideshow > li > img {
  width: 40vw;
  height: 40vw;
  max-width: 400px;
  max-height: 400px;
  object-fit: cover;
}



/* ポップアップ・ポリシー */

.open {
  color: var(--blue);
}
.close {
  cursor:pointer;
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 20px;
}
.open:hover {
  cursor: pointer;
}
#pop-up{
  display:none;
}
/*checkboxがチェックの状態になったらpopupを表示させる*/
#pop-up:checked + .pop-up-box{
  display:block;
  transition:.2s;
}
.pop-up-box {
  display: none;
  position:fixed;
  top:50%;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  margin: 10px;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  box-shadow: var(--shadow);
}
.pop-up-box h2 {
  padding-bottom: 30px;
  font-size: 1.7rem;
  line-height: 1.5;
}
.pop-up-box ul li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 10px;
  text-align: left;
}




/* 紹介・コンタクト */
.contact-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-template-rows: minmax(400px, 1fr);
  margin: 100px 0;
  gap: 80px 50px;
  font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif ;
  font-weight: 400;    
  font-style: normal;
  
}
 .contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
 
} 
/* 人物画像01~07 */
.image {
  width: 20vw;
  height: 20vw;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
}
.image-01 {
  background: url(../image/h-hitomi.jpg) no-repeat center center ;
  background-size: cover;
}
.image-02 {
  background: url(../image/h-himika.jpg) no-repeat center center ;
  background-size: cover;
}
.image-03 {
  background: url(../image/h-satoko.jpg) no-repeat center center ;
  background-size: cover;
}
.image-04 {
  background: url(../image/h-jun.jpg) no-repeat center center ;
  background-size: cover;
}
.image-05 {
  background: url(../image/h-namba.jpg) no-repeat center center ;
  background-size: cover;
}
.image-06 {
  background: url(../image/h-shiori.jpeg) no-repeat center center ;
  background-size: cover;
}
.image-07 {
  background: url(../image/h-mikako.jpg) no-repeat center center ;
  background-size: cover;
}
.image-08 {
  background: url(../image/h-mayumi.jpg) no-repeat center center ;
  background-size: cover;
}
.eg-name {
  font-size: 2rem;
}
.name,
.hp {
  font-size: 1.4rem;
  transition: .5s;
}
.hp:hover {
  color: var(--turquoise);
}

.sns-box {
  display: flex;
  gap: 30px;
 
}
.icon-sns-02 {
  font-size: 30px;
  color: var(--turquoise);
  transition: .5s;
}
.icon-sns-02:hover {
  color: var(--white);
  border-color: var(--white);
}
.ameba-02 {
  color: var(--turquoise);
  font-size: 1.7rem;
  width: 100px;
  height: 30px;
  border: 2px solid var(--turquoise);
  border-radius: 5px;
  text-align: center;
  line-height: 26px;
  font-family: canada-type-gibson, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif ;
  font-weight: 400;    
  font-style: normal;
}

/* モバイル用メディアクエリ */

@media (max-width: 768px) {
  
  .main-container {
   padding: 15px;
  }
  .top-box {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .left-section {
    width: 100%;
    order: 2;
    padding: 0;
   }
   .right-section {
    width: 100%;
    order: 1;
   }



   /*紹介・コンタクト  */

   .contact-container {
    display: flex;
    flex-direction: column;
    margin: 100px 0;
    gap: 30px;
  }
  .image {
    width: 50vw;
  height: 50vw;
  max-width: 300px;
  max-height: 300px;
  }

  /* スライドショー */
  .slide-box {
    width: 100%;
    height: 400px;
  }
  .slideshow > li > img {
    width: 70vw;
    height: 70vw;
    max-width: 400px;
    max-height: 400px;
    object-fit: cover;
  }
  

}