@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    background: #FFF;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

input,
textarea {
    margin: 0;
    font-size: 100%;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:after,
q:before {
    content: '';
}

a,
input {
    outline: none;
}

input,
textarea {
    border-radius: 0;
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

abbr,
acronym {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#header,
#contents,
section,
.box_layout01,
.box_column01,
.list_inline01 {
    display: block;
    min-height: 1%;
}

.clearfix:after,
#header:after,
#contents:after,
section:after,
.box_layout01:after,
.box_column01:after,
.list_inline01:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* !Layout
---------------------------------------------------------- */
html {
    overflow-y: scroll;
}

@media print {

    html,
    html body {
        *zoom: 0.65;
    }
}

.Clear {
    clear: both;
}

a {
    color: #009c84;
    text-decoration: underline;
}

a:hover {
    color: #009c84;
    text-decoration: none;
}

.mincho {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.red {
    color: #c0272d;
}

.blue {
    color: #024c80；
}

.center {
    text-align: center;
}

/* フェードインで要素を表示
---------------------------------------------------------- */
.fadein {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s;
}

/* ページトップ に戻る*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    cursor: pointer;
    opacity: .9;
    z-index: 9999;
}

.pagetop a {
    display: block;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.pagetop img {
    width: 48px;
}

@media screen and (min-width:768px),
print {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* ヘッダー */
header {
    background: #b7aa9f;
    padding: 16px 0 8px;
}

header ul {
    display: table;
    width: 98%;
    max-width: 960px;
    margin: 0 auto;
}

header ul li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
}

header ul li a {
    display: block;
    border-left: solid 1px #534741;
    text-decoration: none;
    color: #534741;
    padding: 1em 1.8em;
    transition: .3s;
}

header ul li a:hover {
    color: #2594ef;
}

header ul li a span.mincho {
    font-size: 20px;
}

header ul li img {
    width: 100%;
    max-width: 190px;
}

header ul li:last-child {
    padding-left: 1em;
}

header ul li a.header_btn {
    color: #fff;
    background: #534741;
    padding: 1.5em;
    border-left: none;
}

header ul li a.header_btn:hover {
    background: #2594ef;
}

header ul li p {
    color: #534741;
    font-size: 13px;
    line-height: 1em;
}

header ul li p span.tel {
    font-size: 21px;
    line-height: 1.2em;
}

header ul li p span.tel a,
header ul li.logo a {
    display: inline;
    border-left: none;
    padding: 0;
}

header ul li p span.label {
    display: inline-block;
    font-size: 9px;
    padding: 3px 8px;
    margin-right: 0.6em;
    background: #534741;
    color: #fff;
}

/* スライド */
.slider {
    width: 100%;
    position: relative;
}

h1 {
    width: 20%;
    position: absolute;
    z-index: 100;
    top: 25%;
    left: 40%;
}

/* Instagram */
.instagram {
    width: 100%;
    background: url(../img/insta_back.jpg) center 50%;
    background-size: cover;
    padding: 60px 0;
}

.instagram h2 {
    width: 90%;
    max-width: 160px;
    margin: 0 auto;
}

.insta_inner {
    width: 94%;
    max-width: 1120px;
    margin: 40px auto auto;
}

/* コンテンツ */
.para {
    background-image: url("../img/contents_back.png");
    background-position: top center;
    background-attachment: absolute;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.para02 {
    background-image: url("../img/contents_back02.png");
    background-position: top center;
    background-size: contain;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.para03 {
    background-image: url("../img/contents_back03.png");
    background-position: bottom center;
    background-size: contain;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.para04 {
    background-image: url("../img/contents_back04.png");
    background-position: top center;
    background-size: contain;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.contents {
    width: 94%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 80px;
}

.contents h3 {
    width: 90%;
    max-width: 480px;
    margin: 0 auto;
}

.contents h4 {
    font-size: 30px;
    line-height: 1em;
    padding: 0;
    margin-top: 30px;
}

.contents h5 {
    color: #534741;
    font-size: 24px;
    padding-bottom: 1em;
}

.text {
    padding-top: 30px;
    line-height: 1.8em;
}

/* 特徴 */
.contents h2 {
    color: #554841;
    text-align: center;
    font-size: 36px;
}

.contents h2 span {
    font-size: 24px;
}

.about01 {
    width: 80%;
    display: table;
    margin: 60px auto auto;
}

.about01 li {
    display: table-cell;
}

.about02 {
    width: 100%;
    display: table;
}

.about02 div {
    display: table-cell;
    width: 50%;
    padding: 1.5%;
    vertical-align: middle;
}

.about02 div dd {
    font-size: 16px;
    padding-top: .5em;
}

/* 感染症予防について */
.corona {
    margin-bottom: 20px;
}

.corona dt {
    background: #024c80;
    color: #fff;
    font-size: 22px;
    padding: 0.5em 0;
}

.corona dd {
    background: #f3eeea;
    border-bottom: solid 1px #024c80;
    color: #024c80;
    padding: 0.7em;
}

.corona dd span {
    display: inline-block;
    font-size: 16px;
    background: #024c80;
    color: #fff;
    padding: 0.4em 1em;
    margin-top: 0.7em;
}

/* メニュー */
.menu {
    padding: 1em 0 0.8em;
    font-size: 30px;
    color: #534741;
}

.menu span.menu_label {
    display: inline-block;
    margin-top: 0.5em;
    font-size: 16px;
    background: #e2d8cb;
    color: #554841;
    padding: 0.2em 2em;
    border-radius: 18px;
}

.menu p {
    color: #000;
    font-size: 16px;
    padding-top: 0.4em;
}

.menu p.ticket {
    color: #534741;
    font-size: 22px;
}

.btn {
    display: block;
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    transition: .3s;
}

.btn:hover {
    opacity: .6;
}

/* インストラクター */
.about03 {
    width: 100%;
    display: table;
    margin-top: 30px;
    font-size: 18px;
}

.about03 div {
    display: table-cell;
    width: 50%;
    padding: 1.5%;
}

.about03 div p {
    padding-top: 0.5em;
}

.contents .about03 h5 {
    color: #534741;
    font-size: 20px;
    padding-top: 1em;
    padding-bottom: 0.2em;
}

.about03 ul li {
    padding-bottom: .4em;
}

/* アクセス */
.about04 {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.about04 div {
    display: table-cell;
    width: 50%;
    padding: 1.5%;
}

.about04 div table {
    margin-top: 0.2em;
    width: 100%;
}

.about04 div table th {
    vertical-align: top;
    white-space: nowrap;
}

.about04 div table th span {
    font-size: 16px;
    display: block;
    background: #554841;
    color: #fff;
    padding: 0.5em 1em;
    text-align: center;
}

.about04 div table td {
    padding-left: 1em;
    padding-bottom: 0.6em;
}

.about04 div table .time {
    font-size: 24px;
}

.about04 div table .time02 {
    font-size: 20px;
}

.about04 div table p {
    font-size: 16px;
}

.about04 div table a {
    color: #000;
    text-decoration: none;
}

.gmap {
    margin-top: 60px;
}

/* お問い合わせ */
form p {
    /*font-size:14px;
    line-height:1.4;*/
}

.form {
    padding: 40px 0;
    width: 92%;
    max-width: 800px;
    margin: 0 auto;
}

/* フッター */
footer {
    background: #837266;
    margin-top: 2em;
}

.footer_inner {
    width: 90%;
    max-width: 640px;
    margin: 0 auto;
    display: table;
}

.footer_inner div {
    display: table-cell;
    width: 50%;
    padding: 2%;
    vertical-align: middle;
    color: #fff;
}

.footer_tel a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.footer_tel span {
    font-size: 32px;
}

/* レッスンの流れ */
.lesson {
    overflow: hidden;
    padding: 1% 0;
}

.lesson img {
    display: block;
    width: 50%;
}

.lesson dl {
    width: 50%;
    padding: 4% 2% 2%;
}

.lesson dt {
    color: #534741;
    font-size: 24px;
}

.lesson dt span {
    font-size: 36px;
}

.lesson dd {
    padding-top: 1em;
    font-size: 18px;
}

.lesson .left {
    float: left;
}

.lesson .right {
    float: right;
}

.lesson_text {
    color: #534741;
    padding-bottom: 1em;
}

.lesson_btn {
    width: 90%;
    max-width: 480px;
    display: block;
    margin: 0 auto;
}

.lesson01 {
    background-image: url("../img/lesson_back01.png");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.lesson02 {
    background-image: url("../img/lesson_back02.png");
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.lesson03 {
    background-image: url("../img/lesson_back03.png");
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

/* コロナ対策のページ */
.contents h3.h3_corona {
    text-align: center;
    background: #024c80;
    color: #fff;
    width: 100%;
    max-width: 960px;
    font-size: 30px;
    padding: 0.2em 0;
    margin: 0;
}

dl.covid19 {
    width: 100%;
    max-width: 960px;
    margin: 40px auto 0;
    display: table;
}

dl.covid19 dt {
    display: table-cell;
    color: #024c80;
    font-size: 36px;
    vertical-align: top;
    width: 3%;
    padding-right: 0.2em;
}

dl.covid19 dd {
    display: table-cell;
    padding-top: 0.8em;
}

.corona_img {
    overflow: hidden;
    padding-top: 1em;
}

.corona_img .left {
    display: block;
    width: 48%;
    float: left;
    text-align: center;
}

.corona_img .right {
    display: block;
    width: 48%;
    float: right;
    text-align: center;
}

.corona_img .left span.small,
.corona_img .right span.small {
    font-size: 14px;
}

.corona_btn {
    padding: 3em 0;
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
}

.corona_btn a {
    transition: .3s;
}

.corona_btn a:hover {
    opacity: .6;
}

.corona01 {
    background-image: url("../img/corona_back.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* ルール・ポリシー */
.privacy {
    background-image: url("../img/privacy_back.png");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

.rule span {}

.privacy p {
    padding-top: 2em;
}

.policy {
    font-size: 18px;
    max-width: 880px;
    margin: 0 auto;
}

.policy ol {
    padding-left: 1.5em;
    list-style: decimal;
}

.policy ol li {
    padding-top: 1em;
    font-size: 20px;
}

.policy ol li span {
    font-size: 18px;
}

/* Instagram埋め込み 2021.06.10 */
.insta_inner ul {
    list-style: none;
    overflow: hidden;
}

.insta_inner ul li {
    width: 33.33%;
    padding: 1%;
    float: left;
}

.insta_inner ul li div {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.insta_inner ul li div img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}