html {
    font-size: 62.5%;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Arial", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 16px;
    font-feature-settings: "pkna" 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    background-color: #fff;
    hyphens: auto;
    margin: 0;
    padding: 0;
}

.header {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt" 1;
}

/* colors ------------------------------------ */

:root {
    --primary-color: #FFBB00;
    --secondary-color: #5C4138;
    --link-color: #F25529;
}

/* Link---------------------------------------- */
a {
    text-decoration: none;
}

/* 共通設定---------------------------------------- */

h1,
h2,
h3,
h4 {
    font-weight: bold;
    line-height: 1.3;
    color: var(--secondary-color);
}

h1 {
    font-family: 'Caprasimo', cursive;
    font-size: 13vw;
    line-height: 1;
    text-align: center;
}

h2 {
    font-size: 2rem;
    text-align: center;
    margin: 1rem 0;
}

h3 {
    font-size: 2.1rem;
    margin: 2rem 0;
}

h4 {
    font-size: 1.6rem;
    margin: 1rem 0;
}

h5 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1rem 0;
}

@media screen and (min-width:960px) {
    h1 {
        font-size: 7rem;
    }
}

p {
    line-height: 1.5;
    margin: 0 1rem 1rem;
}

ul,
ol,
dl {
    list-style: none;
}

dt {
    font-weight: bold;
}

figure {
    margin-bottom: 2rem;
}

caption,
figcaption {
    font-size: 1.4rem;
}

u {
    border-bottom: #fff 1px solid;
    padding-bottom: .2rem;
}

em {
    font-style: normal;
    background-color: var(--em-color);
}

iframe {
    width: 100%;
    margin-bottom: 2rem;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    z-index: 10;
    padding: 0 2rem 2rem;
}

.block {
    margin-bottom: 2rem;
}

@media screen and (min-width:960px) {

    .top-name,
    .headline,
    .content {
        width: 700px;
        margin: 0 auto;
    }

    .block {
        margin-bottom: 3rem;
    }

    .title {
        margin: 2rem 0;
    }
}

/*-- ヘッダ共通 -----------------------------------------------------------*/
.header header {
    z-index: 100;
}

/*トップバー*/

.top-bar {
    display: flex;
    justify-content: space-between;
    height: 60px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 10;
    background-color: var(--secondary-color);
}

.top-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding-left: 3rem;
    font-size: 2.1rem;
    font-weight: bold;
    color: var(--primary-color);
}

.top-menu {
    display: none;
}

@media screen and (min-width: 600px) {
    header nav {
        display: none;
    }

    .top-name {
        padding-left: 3rem;
    }

    .top-menu {
        display: flex;
        align-items: center;
        padding-right: 6rem;
    }

    .top-menu li a {
        color: #fff;
        margin-left: 3rem;
    }

    .top-menu li a:hover {
        color: var(--primary-color);
    }
}

/*スマホメニュー*/

.btn-menu {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
}

.btn-menu a {
    color: var(--secondary-color);
}

@media screen and (max-width:360px) {
    .top-name {
        font-size: 1.8rem;
        padding: 1.5rem;
    }

    .top-name span {
        padding-left: 1.4rem;
    }
}

@media screen and (min-width:600px) {
    .btn-menu {
        display: none;
    }
}


/* --------------------------------------------------------------------------
	メニュー
---------------------------------------------------------------------------*/

.drawer-navbar .drawer-navbar-header {
    border-bottom: 0;
}

header .drawer-nav {
    background-color: var(--secondary-color);
}

ul.drawer-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
    padding: 0;
    padding-bottom: 0 !important;
}

.drawer-menu li a {
    width: 100%;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    color: var(--primary-color);
}

.drawer-menu li a:hover {
    color: #fff;
    text-decoration: none;
}

a.drawer-menu-item {
    padding-bottom: 0 !important;
}

/*-- footer --------------------------------------------------------------*/
.footer {
    margin-top: auto;
}

.footer ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    min-height: 60px;
    background-color: var(--secondary-color);
    padding: 1.5rem;
}

.footer li {
    margin: .5rem 0;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
}

/* --------------------------------------------------------------------------
	トップページ
---------------------------------------------------------------------------*/
/* ヘッダ背景画像 */
#top {
    background-image: url(../../common/images/top_bg.jpg);
    background-size: cover;
    background-position: center 0px;
    color: #fff;
}

#top .content {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#top .title {
    margin-bottom: 5px;
    font-size: 19vw;
    line-height: 0.9;
    font-family: 'Caprasimo', cursive;
    color: white;
}

#top .subtitle {
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.7;
}

#top .subtitle span {
    border-bottom: 1px solid;
    padding: 0 1rem;
    padding-bottom: .5rem;
}

#top .info {
    font-weight: bold;
    margin-top: 70%;
    line-height: 1.4;
    font-size: 5vw;
}

.textbox {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
}

.link-button {
    margin-top: 2rem;
}

.link-button i {
    font-size: 4rem;
    margin-top: 5px;
}

@media screen and (min-width: 600px) {
    #top {
        background-position: center 0;
        background-repeat: no-repeat;
        background-size: 960px;
        background-color: oldlace;
    }

    #top .content {
        width: 100%;
    }

    #top .title {
        font-size: 12rem;
        margin-top: 20px;
    }

    #top .subtitle {
        font-size: 3rem;
        margin-top: 20px;
    }

    #top .info {
        font-size: 3rem;
        margin-top: 30%;
        margin-bottom: 30px;
    }

}

/* --------------------------------------------------------------------------
	Studioページ
---------------------------------------------------------------------------*/
#studio .title {
    text-align: center;
    font-weight: bold;
    padding-top: 40px;
}

#studio h1 {
    display: inline-block;
    border-bottom: 2px solid;
}

#studio h5 {
    color: crimson;
}

/*slick css */
.slick-prev:before,
.slick-next:before {
    color: rgba(0, 0, 0, 0.5);
}

.slick-next {
    right: 10px;
}

.slick-prev {
    left: 10px;
    z-index: 1;
}

.slick-dots {
    bottom: 10px;
}

.slick img {
    width: 100vw;
}

.pc-hero {
    display: none;
}

.system {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    background-color: var(--secondary-color);
    border-radius: 5px;
    color: white;
    padding: 1rem 0;
}

.studio-time td {
    text-align: left;
    line-height: 1.45;
}

.reserve {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 4px solid var(--primary-color);
    border-radius: 5px;
    padding-top: 1rem;
}

.call {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.contact {
    text-align: center;
}

.contact a {
    display: inline-block;
    text-decoration: underline;
}

.equipments {
    width: 100%;
}

.equipments td {
    border: 1px solid;
    padding: 5px;
}

.category {
    background-color: var(--primary-color);
    vertical-align: middle;
}

.equipments caption {
    caption-side: bottom;
    margin-top: 1rem;
}

#studio figure {
    text-align: center;
}

@media screen and (min-width:600px) {
    .slick {
        display: none;
    }

    .studio-hero {
        margin: 0 auto;
    }

    .pc-hero {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        margin-bottom: 20px;
        max-width: 960px;
    }

    #studio figure {
        text-align: center;
    }

    #studio figure img {
        width: 450px;
        height: auto;
    }
}

/* --------------------------------------------------------------------------
	コンテンツページ
---------------------------------------------------------------------------*/


/* トップバーの高さ分のパディング */
[id^="note"] {
    padding-top: 60px;
    margin-top: -60px;
}