@charset "utf-8";					/*使用する文字コード*/

/*==============================
 プライバシーポリシー
==============================*/

.privacy-section{
max-width:1300px;
margin:90px auto;
padding:0 20px;
}

.privacy-box{
background:#fff;
border-radius:25px;
padding:45px;
box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.privacy-box h3{
font-size:26px;
color:#8d6b56;
margin:40px 0 20px;
}

.privacy-box h3:first-child{
margin-top:0;
}

.privacy-box p{
font-size:15px;
line-height:1.9;
color:#5d4b43;
}

.privacy-box ul{
margin:20px 0 35px 25px;
}

.privacy-box li{
font-size:15px;
line-height:1.9;
color:#5d4b43;
}

.privacy-contact{
margin-top:50px;
background:#f9f8f4;
padding:35px;
border-radius:20px;
}

.privacy-contact h3{
text-align:center;
font-size:32px;
margin-bottom:30px;
color:#8d6b56;
}

.privacy-contact table{
width:100%;
border-collapse:collapse;
}

.privacy-contact th{
width:220px;
background:#fff;
padding:18px;
font-size:18px;
color:#8d6b56;
border-bottom:1px solid #ece6de;
}

.privacy-contact td{
padding:18px;
font-size:18px;
color:#5d4b43;
background:#fff;
border-bottom:1px solid #ece6de;
}

.privacy-note{
margin-top:40px;
background:#fffdf8;
border-left:6px solid #efb2b2;
padding:25px 30px;
border-radius:15px;
}

.privacy-note p{
font-size:18px;
line-height:2;
color:#5d4b43;
margin:0;
}




/*==============================
 ACCESS
==============================*/

.access-section{
max-width:1300px;
margin:90px auto;
padding:0 20px;
}

.access-box{
background:#fff;
border-radius:25px;
padding:35px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
margin-bottom:40px;
}

.access-table{
width:100%;
border-collapse:collapse;
}

.access-table th{
width:180px;
background:#faf6f1;
padding:18px;
font-size:20px;
color:#8d6b56;
}

.access-table td{
padding:18px;
font-size:18px;
color:#5d4b43;
}

.access-table a{
color:#ef8e3a;
font-weight:bold;
text-decoration:none;
}

.traffic-wrap{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-bottom:50px;
}

.traffic-card{
background:#fff;
padding:30px;
border-radius:20px;
text-align:center;
box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.traffic-card img{
width:70px;
margin-bottom:15px;
}

.traffic-card h3{
font-size:24px;
color:#8d6b56;
margin-bottom:15px;
}

.traffic-card p{
font-size:16px;
line-height:1.9;
color:#5d4b43;
}

.access-map{
max-width:1300px;
margin:0 auto;
}

.google-map iframe{
width:100%;
height:500px;
border:none;
border-radius:20px;
}




/*==============================
 ちゃいるど倶楽部について
==============================*/


.about-section{

max-width:900px;
margin:80px auto;
padding:0 20px;
text-align:center;

}

.about-logo{

width:280px;
max-width:90%;
margin-bottom:40px;

}

.about-text{

max-width:800px;
margin:0 auto;

}

.about-text p{
font-family:'Zen Maru Gothic', sans-serif;
font-size:16px;
line-height:2.2;
color:#5d4b43;
margin-bottom:25px;

}

.about-copy{
font-family:'Zen Maru Gothic', sans-serif;
font-size:30px;
font-weight:bold;
color:#8d6b56;

}

.about-last{

font-size:20px;
font-weight:bold;
color:#ef8e3a;

}



/* ===============================
ちゃいるど倶楽部が選ばれる5つの理由
=============================== */

.about-reason-section{
  width:100%;
  margin:120px 0;
  padding:100px 40px;
  background:#fdf6f9;
}

.about-reason-title{
  display:block;
  width:420px;
  max-width:90%;
  margin:0 auto 100px;
}

.about-reason-grid{
  max-width:1200px;
  width:100%;
  margin:0 auto;
  padding:0 30px;
  box-sizing:border-box;

  display:flex;
  flex-direction:column;
  gap:70px;
}

/* ---------- カード ---------- */

.about-reason-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
  background:#fff;
  padding:40px;
  box-shadow:0 8px 30px rgba(0,0,0,.05);
}

/* 偶数は左右反転 */

.about-reason-card:nth-child(even){
  flex-direction:row-reverse;
}

/* ---------- 写真 ---------- */

.about-reason-card img{
  width:45%;
  display:block;
}

/* ---------- テキスト ---------- */

.about-reason-text{
  width:50%;
}

.about-reason-num{
  display:block;
  font-size:70px;
  color:#ead7df;
  font-family:Georgia,serif;
  line-height:1;
  margin-bottom:15px;
}

.about-reason-text h3{
  font-size:28px;
  color:#534741;
  margin-bottom:20px;
  font-family:'Zen Maru Gothic',sans-serif;
}

.about-reason-text p{
  font-size:16px;
  color:#666;
  line-height:2.1;
}




/*==============================
スタジオ紹介
==============================*/

.studio-gallery{
  max-width:1600px;
  margin:70px auto 120px;
  padding:0 20px;

  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.studio-gallery img{
  width:100%;
  height:auto;
  display:block;
}


.studio-gallery{
 max-width:1200px;
 margin:70px auto 120px;
 padding:0 20px;
 display:grid;
 grid-template-columns:repeat(4,1fr);
 gap:25px; 
}

 .studio-item img{
 width:100%; display:block; 
}

 .studio-item h3{
 margin-top:18px;
 text-align:center;
 font-size:14px;
 color:#534741;
 font-family:'Zen Maru Gothic',sans-serif;
 font-weight:500;
 letter-spacing:.08em; 
}



/*==============================
　　相談会
==============================*/
.consult-hero{
  max-width:1400px;
  margin:60px auto;
  padding:60px 20px;
  background:none;
  border-radius:0;
  box-shadow:none;
}

.consult-copy{
  font-size:28px;
  color:#5b433a;
  margin-bottom:15px;
}

.consult-title{
  font-size:74px;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  color:#de777d;
  font-weight:400;
  margin-bottom:18px;
}

.consult-en{
  display:inline-block;
  background:#ea9aa0;
  color:#fff;
  padding:10px 45px;
  border-radius:4px;
  font-size:20px;
  margin-bottom:30px;
}

.consult-text{
  font-size:22px;
  color:#5a433b;
  margin-bottom:35px;
}

.consult-message{
  font-size:42px;
  line-height:1.8;
  color:#6a493f;
  font-family:"Yu Mincho","Hiragino Mincho ProN",serif;
  margin-bottom:55px;
}

.consult-date{
  align-items:center;
  padding:25px 35px;
  background:#fff;
  border-radius:15px;
  box-shadow:0 5px 15px rgba(0,0,0,.08);
}

.date-left{
  flex:1;
}

.date-label{
  display:inline-block;
  background:#ef8f98;
  color:#fff;
  padding:8px 35px;
  border-radius:6px;
  font-size:18px;
  margin-bottom:20px;
}

.date-main{
  font-family:"Yu Mincho",serif;
  color:#5b3d35;
  font-size:32px;
  margin-bottom:15px;
}

.big{
  font-size:72px;
}

.arrow{
  color:#ef8f98;
  margin:0 15px;
}

.date-left p{
  font-size:20px;
  color:#5b433a;
}

.reserve{
  width:140px;
  height:140px;
  border-radius:50%;
  background:#fde6eb;
  color:#d54f67;
  font-size:34px;
  display:flex;
  justify-content:center;
  align-items:center;
  font-family:"Yu Mincho",serif;
}

.consult-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
}

.consult-left{
   flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}

.consult-date{
    width:360px;
    flex-shrink:0;
}






/*▼スマホ▼*/


/*==============================
 プライバシーポリシー
==============================*/
@media screen and (max-width:768px){

.privacy-box{
padding:30px 20px;
}

.privacy-box h3{
font-size:24px;
}

.privacy-box p,
.privacy-box li{
font-size:16px;
}

.privacy-contact{
padding:20px;
overflow-x:auto;
}

.privacy-contact table{
min-width:550px;
}





/*==============================
 ACCESS
==============================*/

.traffic-wrap{
grid-template-columns:1fr;
}

.google-map iframe{
height:350px;
}

.access-table th{
width:120px;
font-size:16px;
}

.access-table td{
font-size:15px;
}


/* ===============================
ちゃいるど倶楽部が選ばれる5つの理由
=============================== */
.about-reason-section{
  padding:50px 20px;
  margin:70px auto;
}

.about-reason-grid{
  gap:35px;
}

.about-reason-card,
.about-reason-card:nth-child(even){
  flex-direction:column;
  padding:25px;
  gap:20px;
}

.about-reason-card img{
  width:100%;
}

.about-reason-text{
  width:100%;
}

.about-reason-num{
  font-size:42px;
}

.about-reason-text h3{
  font-size:22px;
}

.about-reason-text p{
  font-size:15px;
}

/*==============================
スタジオ紹介
==============================*/
.studio-gallery{
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  padding:0 15px;
  margin:40px auto 70px;
}

 .studio-item h3{
 font-size:15px; 
}




}








