﻿@charset "utf-8";
html{
font-size:16px;
}
*{
margin:0;
padding:0;
box-sizing:border-box;
}
a{
font-weight:bold;
text-decoration:none;
}
ul{
list-style:none;
}
body{
background:#fffacd;
}

/* ヘッダー */
header{
width:100%;
max-width:1200px;
height:50px;
background:#8fbc8f;
margin:0 auto;
}
/* メイン画像 */
#main-pic{
text-align:center;
}
#main-pic img{
width:100%;
max-width:1200px;
object-fit:cover;
}
/* 3つのポイント */
#point{
text-align:center;
}
#point span{
font-size:3rem;
font-weight:bold;
border-bottom:5px solid #fbb03b;
}
#point ul{
display:flex;
width:100%;
max-width:1200px;
margin:0 auto;
}
#point ul li{
display:flex;
justify-content:center;
align-items:center;
}
#point1,#point2,#point3{
width:300px;
height:300px;
font-size:2.6rem;
font-weight:bold;
margin:40px auto;
}
#point1{
background:url(images/point_1.png);
}
#point2{
background:url(images/point_2.png);
}
#point3{
background:url(images/point_3.png);
}
#point a{
width:400px;
border:2px solid #fbb03b;
background:#fbb03b;
font-size:2.5rem;
display:block;
border-radius: 30px;
margin:40px auto;
box-shadow:2px 2px 5px rgba(0,0,0,1);
position:relative;
}
#point a:hover{
opacity:0.5;
top:-5px;
left:-5px;
}

/* 人気コースランキング */
#course{
text-align:center;
}
#course h1{
width:100%;
max-width:1200px;
font-size:3rem;
color:#fff;
background:#8fbc8f;
margin:0 auto 40px;
}
#course ul{
font-size:2rem;
text-align:left;
display:inline-block;
margin:0 auto 40px;
}
#r-img img{
width:400px;
margin:0 auto 40px;
}

/* お客様のお声 */
#c-voice{
text-align:center;
}
#c-voice h1{
width:100%;
max-width:1200px;
font-size:3rem;
color:#fff;
font-weight:bold;
background:#8fbc8f;
margin:0 auto 40px;
}
#c-voice ul{
display:flex;
justify-content:center;
}
#c-voice ul li{
display:flex;
align-items:center;
}
#c-voice ul li img{
width:300px;
height:300px;
}
#c-voice ul li p{
width:300px;
font-size:1.2rem;
}
#c-voice ul li p span{
display:block;
text-align:right;
} 

/* スケジュール */
#schedule{
text-align:center;
}
#schedule h1{
width:100%;
max-width:1200px;
font-size:3rem;
color:#fff;
background:#8fbc8f;
margin:40px auto;
}
#s-img img{
min-width:200px;
margin:0 auto 40px;
}

/* クローズ画像 */
#close-pic{
text-align:center;
}
#close-pic img{
width:100%;
max-width:1200px;
object-fit:cover;
}
#close-pic a{
width:400px;
border:2px solid #fbb03b;
text-align:center;
background:#fbb03b;
font-size:2.5rem;
display:block;
border-radius: 30px;
margin:40px auto;
box-shadow:2px 2px 5px rgba(0,0,0,1);
position:relative;
}
#close-pic a:hover{
opacity:0.5;
top:-5px;
left:-5px;
}

/* フッター */
#footer{
height:500px;
background:#fffacd;
margin:0 auto;
padding-top:100px;
text-align:center;
}
#footer ul{
font-size:1.5rem;
height:300px;
line-height:70px;
}
#footer ul li{
padding-top:4px;
}
footer p{
width:100%;
max-width:1200px;
height:100px;
line-height:100px;
background:#8fbc8f;
text-align:center;
margin:0 auto;
}

/* ★ウィンドウ1210px以下の時の条件★ */
@media screen and (max-width:1210px){
#r-img img{
display:block;
}
#point ul{
display:block;
}
#c-voice ul{
display:block;
}
#c-voice ul li{
justify-content:center;
padding-bottom:10px;
}
#point1,#point2,#point3{
width:200px;
height:200px;
font-size:1.7rem;
}
#point1{
background:url(images/point1_m.png);
}
#point2{
background:url(images/point2_m.png);
}
#point3{
background:url(images/point3_m.png);
}
#ranking li{
font-size:1.6rem;
}
}

/* ★ウィンドウ600px以下の時の条件★ */
@media screen and (max-width:600px){
header{
height:20px;
}
#point span,#course h1,#c-voice h1,#schedule h1,#close-pic a,#point a{
font-size:1.5rem;
}
#ranking li{
font-size:0.9rem;
}
#footer ul li a{
font-size:1.2rem;
line-height:10px;
}
#s-img img{
width:300px;
}
#r-img img{
width:300px;
}
#close-pic a,#point a{
width:200px;
}
#c-voice ul li img{
width:150px;
height:150px;
}
#c-voice ul li{
padding-bottom:30px;
}
#c-voice ul li p{
width:200px;
height:200px;
font-size:0.9rem;
}
footer p{
height:50px;
line-height:50px;
}
#footer ul{
font-size:0.9rem;
height:200px;
line-height:40px;
}
#footer{
height:250px;
background:#fffacd;
margin:0 auto;
padding-top:5px;
}
}