@charset "utf-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.mv {
    width: 100%;
    /*相対位置*/
    position: relative;

}

/*.slider {}よくわからない*/

.slider img {
    width: 100%;
}

/*ロゴと背景白の透明*/
.logocenter {
    background-color: rgba(251, 252, 255, 0.46);
    width: 100%;
    /*絶対位置*/
    position: absolute;
    /*左上値基準*/
    top: 0;
    text-align: center;
    padding: 5px;
}

.logocenter img {
    width: 180px;
}

.mvcopy {
    /*絶対位置*/
    position: absolute;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1.5px 1.5px #766d6d;
    left: 25%;
    top: 19%;
    text-align: center;
    letter-spacing: 0.05em;


}

/*こども絵画教室*/
.kodomo {
    /*絶対位置*/
    position: absolute;
    /*左上値基準*/
    top:36%;
    left: 13%;
    /*文字間隔*/
    font-size: 15px;
    text-shadow: 1.5px 1.5px #766d6d;
    color: #fff;
}

/*アトリエスバル*/
h1 {
    /*絶対位置*/
    position: absolute;
    /*左上値基準*/
    top:40%;
    left: 13%;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1.5px 1.5px #766d6d;
}

.gnav {
    /*絶対位置*/
    position: absolute;
    /*左上値基準*/
    top: 47%;
    left: 12.2%;
}

.gnav li {
    border: thin solid #fff;
    background-color: rgba(141, 136, 136, 0.39);
    padding: 1px 8px;
    margin: 8px;
    width: 120px;
}

.gnav a {
    font-size: 13px;
    color: #fff;
    text-decoration: none;

    /*リストボタン装飾
    display: block;
    border-left: 8px solid #474655;
    border-top: 1px solid #474655;
    border-right: 1px solid #474655;
    border-bottom: 1px solid #474655;
    padding: 3px 10px;
    margin: 2px 0px;
    text-align: left;
    リストボタン装飾終わり*/
    /*    行間間隔*/
    /*    line-height: 2.3;*/

}

/*nav文字半透明*/
.gnav a:hover {
    opacity: .5
}

/*体験ボタン*/
.item_btn {
    /*絶対位置*/
    position: absolute;
    /*左上値基準*/
    top:40%;
    left: 42%;
}

.item_btn a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    background-color: #dee535;
    padding: 12px 20px;
    /*ゆっくり変わるアニメーション*/
    transition: 1.5s;
}

.item_btn a:hover {
    background-color: #fd6100;
}

section {
    padding-top: 40px;
}

.ttl0 {
    text-align: center;
    font-size: 40px;
    padding: 20px;
}

.about_wrap {
    margin: 0 auto;
    width: 800px;
}

.mes0 {
    text-align: center;
    font-size: 19px;
}

.menu_wrap {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.menu_cou,
.menu_time {
    width: 300px;
    border: thin solid #766d6d;
    padding: 40px;
}

.ttl {
    text-align: center;
    margin-bottom: 5px;
    font-size: 25px;
}

p {
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
}

.gallery_wrap1,
.gallery_wrap2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.gallery_wrap1 img,
.gallery_wrap2 img {
    width: 100%;
}

footer {
/*    background-color: #f7fc7f;*/
    padding: 30px;
}

.footer_inner {
    width: 900px;
    margin: auto;
}
.minilogo{
    padding: 20px;
    text-align: center;
}
.minilogo img {
    width: 200px;
}

.add p{
/*    font-size: 17px;*/
}