@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}

/*------------------------------------------------
SETTING
------------------------------------------------*/
.cf:before, .cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}

.grid {
    zoom:1;
}

.grid > *{
    float:left;
    box-sizing:border-box;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid.grid--gutter{
    margin-left: -8px;
    margin-right: -8px;
}

.grid.grid--gutter > *{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.grid .grid__col-1 {
    width: 4.16666666667%;
}

.grid .grid__col-2 {
    width: 8.33333333333%;
}

.grid .grid__col-3 {
    width:12.5%;
}

.grid .grid__col-4 {
    width: 16.6666666667%;
}

.grid .grid__col-5 {
    width: 20.8333333333%;
}

.grid .grid__col-6 {
    width: 25%;
}

.grid .grid__col-7 {
    width: 29.1666666667%;
}

.grid .grid__col-8 {
    width: 33.3333333333%;
}

.grid .grid__col-9 {
    width: 37.5%;
}

.grid .grid__col-10 {
    width: 41.6666666667%;
}

.grid .grid__col-11 {
    width: 45.8333333333%;
}

.grid .grid__col-12 {
    width: 50%;
}

.grid .grid__col-13 {
    width: 54.1666666667%;
}

.grid .grid__col-14 {
    width: 58.3333333333%;
}

.grid .grid__col-15 {
    width: 62.5%;
}

.grid .grid__col-16 {
    width: 66.6666666667%;
}

.grid .grid__col-17 {
    width: 70.8333333333%;
}

.grid .grid__col-18 {
    width: 75%;
}

.grid .grid__col-19 {
    width: 79.1666666667%;
}

.grid .grid__col-20 {
    width: 83.3333333333%;
}

.grid .grid__col-21 {
    width: 87.5%;
}

.grid .grid__col-22 {
    width: 91.6666666667%;
}

.grid .grid__col-23 {
    width: 95.8333333333%;
}

.grid .grid__col-24 {
    width: 100%;
}

.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}

input[type="text"], input[type="submit"], input[type="search"], input[type="image"], input[type="password"], input[type="email"], input[type="date"], input[type="number"], textarea, select{
    width: 100%;
    outline: none;
    border: none;
    background: #FFF;
    border-radius: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*///////////////////////////////////////////////////
BASE
///////////////////////////////////////////////////*/
html{
    font-size: 62.5%;
}
body{
    font-family:  Helvetica,YuGothic,'游ゴシック',Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',sans-serif;
    color:#000;
    background: #FFF;
    font-size:14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
a{
    color:#E64970;
    transition: all .4s ease;
}
a:hover{
    color:rgb(237, 120, 149);
}
img{
    max-width: 100%;
}

/*///////////////////////////////////////////////////
LAYOUT
///////////////////////////////////////////////////*/
#wrapper{
    overflow:hidden;
    position: relative;
}
#header{
    position: absolute;
    z-index: 20;
    top:0;
    left:0;
    width: 100%;
}
#menu{
    display:none;
}
#container{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#mainContent{
    display: block;
    position: relative;
    padding-top: 75px;
    background: #FFF;
}
#footer{
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.progress{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
}
.progress .progress__bar{
}

/* アニメーション
---------------------------------------------------*/
.cube-wrap{
    position: relative;
    -webkit-perspective: 2000px;
            perspective: 2000px;
    -webkit-transform-style:preserve-3d;
            transform-style:preserve-3d;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.cube {
    position: relative;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) translateZ(0);
            transform: rotateX(0) rotateY(0) translateZ(0);
}
.cube .cube__front{
    position: relative;
    -webkit-transform: rotateX(0) rotateY(0) translateZ(0);
    transform: rotateX(0) rotateY(0) translateZ(0);
    z-index: 2;
}
.cube .cube__left{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100px;
    width: 200px;
    height: 100%;
    background-color:rgb(166, 74, 97);
    -webkit-transform:  rotateY(-90deg) translateX(-100px) translateZ(0px);
    transform:  rotateY(-90deg) translateX(-100px) translateZ(0px);
}
.cube .cube__back{
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:url(https://88ddce.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/logo.png) center center #E64970 no-repeat;
    -webkit-transform: rotateY(-180deg) translateZ(200px);
    transform: rotateY(-180deg) translateZ(200px);
}

#wrapper.stop .cube-wrap{
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    opacity:0;
}

#wrapper.stop .cube{
    -webkit-transform: rotateX(0) rotateY(180deg) translateZ(0);
    transform: rotateX(0) rotateY(180deg) translateZ(0);
}

#wrapper.start .cube-wrap{
    -webkit-animation: startScale .5s .5s backwards;
    animation: startScale .5s .5s backwards;
}

#wrapper.start .cube{
    -webkit-animation: startCube .5s  backwards;
    animation: startCube .5s  backwards;
}

@-webkit-keyframes startScale {
    0%{
        -webkit-transform: scale(.6);
                transform: scale(.6);
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes startScale {
    0%{
        -webkit-transform: scale(.6);
                transform: scale(.6);
    }
    100%{
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}
@-webkit-keyframes startCube {
    0%{
        opacity: 0;
        -webkit-transform: rotateX(0) rotateY(180deg) translateZ(0);
                transform: rotateX(0) rotateY(180deg) translateZ(0);
    }
    10%{
        opacity: 1;
        -webkit-transform: rotateX(0) rotateY(180deg) translateZ(0);
                transform: rotateX(0) rotateY(180deg) translateZ(0);
    }
    100%{
        -webkit-transform: rotateX(0) rotateY(0deg) translateZ(0);
                transform: rotateX(0) rotateY(0deg) translateZ(0);
    }
}
@keyframes startCube {
    0%{
        opacity: 0;
        -webkit-transform: rotateX(0) rotateY(180deg) translateZ(0);
                transform: rotateX(0) rotateY(180deg) translateZ(0);
    }
    10%{
        opacity: 1;
        -webkit-transform: rotateX(0) rotateY(180deg) translateZ(0);
                transform: rotateX(0) rotateY(180deg) translateZ(0);
    }
    100%{
        -webkit-transform: rotateX(0) rotateY(0deg) translateZ(0);
                transform: rotateX(0) rotateY(0deg) translateZ(0);
    }
}

/* Parts
-------------------------------------*/
.btn-reserved a{
    position: relative;
    padding: 16px 24px 16px 48px;
    font-size:18px;
    font-size: 1.8rem;
    color: #000;
    background:#FFFF00;
}
.btn-reserved a:after{
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -9px;
    width: 20px;
    height: 20px;
    content: "";
    background: url(https://7e1001.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/ico_schedule.svg) 0 0 no-repeat;
    background-size: 100%;
}
.btn-reserved a:hover{
    background:rgb(204, 204, 0);
}

/* Header
-------------------------------------*/
.header{
    color: #FFF;
    background: #000;
    border-bottom:3px solid #FFFF00;
}
.header .header__inr{
    position: relative;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
}
.header .header__logo{
    padding: 10px 0;
    width: 190px;
    height: 52px;
}
.header .header__logo a{
    display: block;
    width: 190px;
    height: 52px;
}

.gnav{
    position: absolute;
    top: 0;
    right: 0;
}

.gnav ul{
    overflow: hidden;
}

.gnav li{
    float: left;
    line-height: 72px;
}

.gnav li a{
    padding: 0 8px;
    display: block;
    color: #FFF;
    font-weight: bold;
    font-size:16px;
    font-size: 1.6rem;
}

.gnav li a:hover{
    color:#FFFF00;
}

.gnav li.btn-reserved{
    line-height: 24px;
    margin-left: 16px;
}

.gnav li.btn-reserved a{
    position: relative;
    padding: 12px 24px 12px 48px;
    color: #000;
    background:#FFFF00;
}

.gnav li.btn-reserved a:hover{
    background:rgb(204, 204, 0);
}



/* footer
-------------------------------------*/
.footer .footer__inr{
    overflow: hidden;
    position: relative;
    padding: 40px 40px 8px;
    background: #000;
    color: #FFF;
}
.footer .footer__logo{
    float: left;
    width: 130px;
    margin-bottom: 16px;
    margin-right: 40px;
}
.footer .footer__social{
    float: left;
    margin-top: 15px;
}
.footer .footer__social ul{
}
.footer .footer__social li{
    float: left;
    line-height: 1;
    margin-right: 8px;
}
.footer .footer__nav{
    clear: both;
    margin-bottom: 24px;
}
.footer .footer__nav ul{
    overflow: hidden;
}
.footer .footer__nav li{
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #999;
}
.footer .footer__nav a{
    color : #FFF;
}
.footer .footer__nav a:hover{
    color:#FFFF00;
}
.footer .footer__copyright{
    font-size:12px;
    font-size: 1.2rem;
    color: #CCC;
}

#pageTop {
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 8px;
    right: 40px;
    width: 60px;
    height: 60px;
}

#pageTop a {
    overflow: hidden;
    display: block;
    width: 60px;
    height: 60px;
    background:url(https://011615.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/ico_ar_scroll.png) #FFFF00 center center no-repeat;
    background-size: 30px;
    text-indent: 100%;
    white-space: nowrap;
}

#pageTop a:hover {
    background-color:rgb(204, 204, 0);
}

/*///////////////////////////////////////////////////
MAIN
///////////////////////////////////////////////////*/

/* Hero
-------------------------------------*/
.hero{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30%;
    background: #000;
}
.hero .hero__inr{
    position: absolute;
    height: 100%;
    top:0;
    left:0;
    right: 0;
    margin: 0 auto;
}
.hero .hero__txt{
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-color: #000;
}
.hero .hero__txt .lead{
    display: table-cell;
    font-size:15px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
}
.hero .hero__txt .lead em{
    font-style: normal;
    font-size:20px;
    font-size: 2rem;
}
.hero .hero__txt .lead .btn-reserved{
    display: block;
    margin: 24px auto 24px;
}
.hero .hero__slider{
    position: absolute;
    top: 0;
    left: 40%;
    width: 60%;
    height: 100%;
    background-color:#000000;
    background-color: rgba(0,0,0, 0.3);
}
.hero.hero--single{
    overflow: hidden;
    padding-top: 30%;
}
.hero.hero--single .bg{
    position: absolute;
    z-index: 1;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
}
.hero.hero--single .bg img{
    width: 100%;
}
.hero.hero--single .txt{
    position: absolute;
    display: block;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 0;
    padding-top: 20%;
    margin: auto;
}
.hero.hero--single .txt img{
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 100%;
}
.hero .filter{
    display: block;
    position: absolute;
    z-index: 3;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    opacity: 0;
}

.slider{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.slider .slider__inr{
    width: 100%;
    height: 100%;
}

.slider .slider__item{
    position: relative;
    width: 100%;
    float: left;
}

.slider .slider__item a{
    display: block;
}

.slider .slider__item a img{
    width: 100%;
}

.slider .slider__item .txt{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17%;
    width: 70%;
    height: 0;
    padding-top: 35%;
    margin: auto;
    opacity: 0;
}

.slider .slider__item .txt img{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
}

.slider .slider__prev, .slider .slider__next{
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    text-indent: 100%;
    white-space: nowrap;
    background: url(https://8c940f.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/slider_ar.png) 0 0 no-repeat;
}

.slider .slider__next{
    left:auto;
    right: 20px;
    background-position: -40px 0;
}


/* Section
-------------------------------------*/
.sec{
    position: relative;
    padding: 40px;
    color: #000;
    background: #F5F5F5;
}
.sec .sec__ttl{
    position: relative;
    margin-bottom: 32px;
    font-size:22px;
    font-size: 2.2rem;
    font-weight: bold;
}
.sec .sec__ttl-02{
    position: relative;
    margin: 24px 0;
    padding-left: 10px;
    font-size:18px;
    font-size: 1.8rem;
    font-weight: bold;
    border-left: 5px solid #000;
}
.sec .sec__ttl-02 a{
    margin-left: 20px;
    font-size:13px;
    font-size: 1.3rem;
    font-weight: normal;
}
.sec .sec__txt p{
    margin-bottom: 16px;
}
.sec .sec__txt .small{
    font-size:11px;
    font-size: 1.1rem;
}
.sec .sec__txt strong{
    font-weight: bold;
    color: #000;
}
.sec .sec__txt .align-right{
    float: right;
    margin: 0 0 16px 16px;
}
.sec .sec__txt .align-left{
    float: left;
    margin: 0 16px 16px 0;
}
.sec .sec__txt figure figcaption{
    font-size:12px;
    font-size: 1.2rem;
}
.sec .sec__txt .bold{
    font-weight: bold;
}
.sec .sec__txt .large{
    font-size: 1.4em;
}
.sec .sec__txt .list{
    margin-bottom: 16px;
}
.sec .sec__txt .list li{
    text-indent: -1em;
    padding-left: 1em;
}
.sec .date{
    margin-bottom: 8px;
    text-align: right;
    font-size:12px;
    font-size: 1.2rem;
}
.table-01{
    width: 100%;
}
.table-01 caption{
    text-align: left;
    margin-bottom: 16px;
}
.table-01 th, .table-01 td{
    padding: 4px 8px;
    border: 1px solid #999;
}
.table-01 th{
    background-color: #EEE;
}
.note{
    font-size:14px;
    font-size: 1.4rem;
}

/* Top page
-------------------------------------*/
.sec--news{
    padding: 40px;
    background: #E64970;
}
.sec--news .sec__ttl{
    color: #FFF;
}
.sec--news .btn{
    display: block;
    position: absolute;
    top: 40px;
    right: 40px;
    border: 1px solid #FFF;
}
.sec--news .btn a{
    display: block;
    margin: 1px;
    padding: 8px 16px;
    font-weight: bold;
    font-size:16px;
    font-size: 1.6rem;
    color: #E64970;
    background: #FFF;
    box-sizing: border-box;
}
.sec--news .btn a:hover{
    color: #FFF;
    background: #E64970;
}
.entries li{
    margin-bottom: 8px;
    font-size:16px;
    font-size: 1.6rem;
    font-weight: bold;
}
.entries li.last-child{
    margin-bottom: 0;
}
.entries .entries__date{
    display: block;
    float: left;
    width: 120px;
    background: #FFF;
    color: #E64970;
    text-align: center;
}
.entries .entries__ttl{
    font-size:22px;
    font-size: 2.2rem;
    line-height:32px;
    line-height: 3.2rem;
}
.entries .entries__txt{
    margin-bottom: 48px;
    font-weight: normal;
    font-size:16px;
    font-size: 1.6rem;
}
.entries p{
    margin-left: 140px;
    color: #FFF;
}
.entries a{
    color: #FFF;
}
.entries a:hover{
    color:rgb(237, 120, 149);
}

/* aside
-------------------------------------*/
.aside-nav{
    overflow: hidden;
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
}
.aside-nav li{
    position: relative;
}
.aside-nav a{
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.66667%;
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
}
.aside-nav a span{
    display: block;
    position: absolute;
    z-index: 0;
    top: -1%;
    left: -1%;
    width: 102%;
    transition: all .3s ease;
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
}
.aside-nav a span img{
    width: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.aside-nav a:hover{
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
}
.aside-nav a:hover span{
    width: 110%;
    top: -5%;
    left: -5%;
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
}
.aside-nav a:hover span img{
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="https://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.aside-nav p{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 30px;
    margin: auto;
}
.access-bx{
    background: #222;
    color: #FFF;
}
.access-bx li p{
    position: relative;
    padding: 40px;
}
.access-bx li strong{
    font-size:18px;
    font-size: 1.8rem;
}
.access-bx .map{
    display: inline-block;
    margin-left: 10px;
}
.access-bx .map img{
    vertical-align: middle;
}

/*///////////////////////////////////////////////////
single page
///////////////////////////////////////////////////*/
.single{
    padding: 40px;
    background: #F5F5F5;
    color: #000;
}
.single .single__date{
    display: block;
    margin: -24px 0 24px;
}
.single .single__txt{
    font-size:16px;
    font-size: 1.6rem;
}
.single .single__txt p{
    margin-bottom: 24px;
}

/*///////////////////////////////////////////////////
Page
///////////////////////////////////////////////////*/

/* ご利用の流れ
-------------------------------------*/
.flow dl{
    overflow: hidden;
    margin-bottom: 48px;
}
.flow dl:last-child{
    margin-bottom: 0;
}
.flow dl dt{
    float: left;
    width: 300px;
    padding: 2px;
    border: 1px solid #999;
}
.flow dl dd{
    margin-left: 340px;
}
.flow dl h2{
    font-size:18px;
    font-size: 1.8rem;
    font-weight: bold;
}

/* よくある質問
-------------------------------------*/
.faq dl{
    margin-bottom: 48px;
}
.faq dl:last-child{
    margin-bottom: 0;
}
.faq dt{
    position: relative;
    font-size:20px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 24px;
}
.faq dt:before{
    position: absolute;
    content:"";
    z-index: 2;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(https://b79277.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/ico_qus.png) 0 0 no-repeat;
}
.faq dd{
    position: relative;
    padding-left: 40px;
}
.faq dd:before{
    position: absolute;
    content:"";
    z-index: 2;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(https://4a6774.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/ico_ans.png) 0 0 no-repeat;
}

/* アクセス
-------------------------------------*/
.map-canvac{
    width: 100%;
    height: 300px;
    margin-bottom: 24px;
}
.access-map{
    margin: 48px 0;
}
.access-map a{
    display: block;
}
.access-map .access-map__arrow {
    position: relative;
    display: block;
    height: 0;
    padding-top: 12.5%;
}
.access-map .access-map__arrow img{
    position: absolute;
    top:50%;
    left:50%;
    margin: -15px 0 0 -10px;
}
.access-map p{
    font-size:12px;
    font-size: 1.2rem;
}

/* コンタクト
-------------------------------------*/
.form-table{
    width: 100%;
}
.form-table th{
    width: 170px;
    padding: 10px;
    text-align: left;
    font-size:12px;
    font-size: 1.2rem;
    background: #E5E5E5;
    border: 1px solid #CCC;
    vertical-align: top;
}
.form-table td{
    padding: 10px;
    border: 1px solid #CCC;
}
.form-table td span{
    display: block;
    font-size:12px;
    font-size: 1.2rem;
    margin-top: 4px;
}
.form-table td span[role="alert"]{
    color:#F00;
}
.form-table input[type="text"], .form-table input[type="email"]{
    width: 240px;
    padding: 10px;
    font-size:14px;
    font-size: 1.4rem;
    box-sizing: border-box;
}
.form-table textarea{
    width: 100%;
    padding: 10px;
    font-size:14px;
    font-size: 1.4rem;
    box-sizing: border-box;
}
.form-table .form-note{
    font-size:13px;
    font-size: 1.3rem;
}
.form-table .form-note p{
    font-size:13px;
    font-size: 1.3rem;
}
.form-table .form-note .form-note__inr{
    overflow-y: auto;
    height: 200px;
    padding: 20px;
    background: #FFF;
}
.form-table .form-checkbox{
    font-size:18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 8px;
}
.form-table .form-checkbox span{
    display: inline;
}
.form-table .form-submit input[type="submit"]{
    width: 100%;
    padding: 16px;
    font-size:16px;
    font-size: 1.6rem;
    color: #00;
    background:#FFFF00;
    cursor: pointer;
    transition: all .3s ease;
}
.form-table .form-submit input[type="submit"]:hover{
    background:rgb(204, 204, 0);
}
.screen-reader-response, .wpcf7-mail-sent-ok{
    color: #00A79B;
}

/* column02
-------------------------------------*/
.column02{
    overflow: hidden;
    width: 100%;
}
.column02 .column02__right{
    float: right;
    width: 100%;
}
.column02 .column02__right .column02__main{
    position: relative;
    margin-left: 260px;
}
.column02 .column02__left{
    position: relative;
    float: left;
    width: 240px;
    margin-right: -240px;
}

.studio-bx .studio-bx__item{
    margin-bottom: 8px;
}

.studio-bx .studio-bx__item a{
    display: block;
    overflow: hidden;
    position: relative;
    width: 200px;
    padding: 8px;
    background:#E64970;
    color: #FFF;
    text-align: center;
}

.studio-bx .studio-bx__item a:after{
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    width: 8px;
    height: 13px;
    margin-top: -6px;
    background: url(https://03ede1.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/ico_ar_s.png) 0 0 no-repeat;
}

.studio-bx .studio-bx__item a:hover figure{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.login{
    padding: 20px;
    margin-bottom: 24px;
    background: #EEE;
}

.login p.red{
    font-size:12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.login-form .login-form__input{
    width: 200px;
    font-size:16px;
    font-size: 1.6rem;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #AAA;
}
.login-form input[type="submit"]{
    display: block;
    padding: 8px 0;
    margin-bottom: 8px;
    width: 200px;
    background:#FFFF00;
    border: none;
    text-align: center;
    font-size:14px;
    font-size: 1.4rem;
    cursor: pointer;
    border-bottom:1px solid rgb(204, 204, 0);
    box-sizing: border-box;
    transition: background .3s ease;
}
.login-form input[type="submit"]:focus{
    outline: none;
}
.login-form input[type="submit"]:hover{
    background:rgb(204, 204, 0);
}
.login-form dl{
    margin-bottom: 16px;
}
.login-form p{
    font-size:12px;
    font-size: 1.2rem;
}


.caution{
    background: #FFD4E0;
    padding: 24px;
    margin-bottom: 24px;
}
.step-line{
    overflow: hidden;
    margin: 0 0 48px 0;
}
.step-line ul{
    position: relative;
}
.step-line li{
    position: relative;
    float: left;
    padding: 0 36px 0 0;
    height: 72px;
    width: 20%;
    font-weight: bold;
    box-sizing: border-box;
    color: #555;
}
.step-line li.current p{
    color: #FFF;
    background:#E64970;
}
.step-line li.current p:after{
    border:36px solid #E64970;
    border-top: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 36px solid transparent;
}
.step-line li p{
    position: relative;
    padding: 4px 5px 4px 56px;
    margin-left: -36px;
    height: 64px;
    font-size: 14px;
    line-height: 21px;
    background: #CCC;
}
.step-line li p:after{
    position: absolute;
    z-index: 10;
    content:"";
    top: 0;
    right: -71px;
    border: 36px solid #CCC;
    border-top: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 36px solid transparent;
}
.step-line li p:before{
    position: absolute;
    z-index: 10;
    content:"";
    top: 0;
    right: -72px;
    border: 36px solid #F5F5F5;
    border-top: 36px solid transparent;
    border-right: 36px solid transparent;
    border-bottom: 36px solid transparent;
}
.step-line li em{
    font-style: normal;
}
.step-line li span{
    display: block;
    font-size: 12px;
}

.monthly-calendar{
    overflow: hidden;
}

.monthly-calendar table{
    margin-bottom: 24px;
    width: 100%;
    border-bottom: 1px solid #555;
}

.monthly-calendar table caption{
    font-size:18px;
    font-size: 1.8rem;
}

.monthly-calendar table td, .monthly-calendar table th{
    padding: 8px;
    text-align: center;
}

.monthly-calendar table td{
    font-size:30px;
    font-size: 3rem;
}

.monthly-calendar table .week-title{
    border-bottom: 1px solid #555;
}

.monthly-calendar table .day-number{
    font-size:18px;
    font-size: 1.8rem;
}

.monthly-calendar table .sun{
    color: #FF0000;
}

.monthly-calendar table .sat{
    color: #0071BC;
}
.monthly-prev-next{
    position: relative;
    float: left;
    left: 50%;
}
.monthly-prev-next > * {
    position: relative;
    float: left;
    left: -50%;
    margin: 0 20px;
}
.monthly-prev-next .monthly-prev a:before{
    content: "« ";
}
.monthly-prev-next .monthly-next a:after{
    content: " »";
}

.reserved-box{
    overflow: hidden;
    margin-bottom: 48px;
}
.day-calendar{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 4px;
    margin-bottom: 24px;
}
.day-calendar h3 + p{
    display: none;
}
.day-calendar:nth-child(odd) table{
    background: #EEE;
}
.day-calendar h3{
    font-size:14px;
    font-size: 1.4rem;
    white-space: nowrap;
    font-weight: bold;
}
.day-calendar table{
    margin-bottom: 8px;
    width: 100%;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}
.day-calendar table tr:first-child th{
    border-bottom: 1px solid #555;
    padding: 8px;
}
.day-calendar table caption{
    font-size:18px;
    font-size: 1.8rem;
}
.day-calendar table td, .day-calendar table th{
    padding: 4px 8px;
    text-align: left;
    border-bottom: 1px dashed #CCC;
    font-size:14px;
    font-size: 1.4rem;
    white-space: nowrap;
}
.day-calendar table td{
    font-size:16px;
    font-size: 1.6rem;
}
.day-calendar table .day-right{
    text-align: center;
}
.day-calendar button{
    display: block;
    padding: 16px 0;
    width: 100%;
    background:#FFFF00;
    border: none;
    text-align: center;
    font-size:14px;
    font-size: 1.4rem;
    cursor: pointer;
    border:1px solid rgb(204, 204, 0);
    box-sizing: border-box;
    transition: background .3s ease;
}
.day-calendar button:focus{
    outline: none;
}
.day-calendar button:hover{
    background:rgb(204, 204, 0);
}
.day-calendar:nth-child(1) button{
    width: 50%;
    margin-left: 50%;
}
.day-calendar:nth-child(1) .day-right{
    width: 50%;
}
.day-calendar:nth-child(n+2){
    width: 25%;
}
.day-calendar:nth-child(n+2) .day-left, .day-calendar:nth-child(n+2) .day-center{
    display: none;
}

#booking-form fieldset {
    background: #EEE;
    padding:20px;
    margin-bottom: 24px;
}

#booking-form fieldset legend{
    font-size:16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#booking-form fieldset .required{
    color: #FF0000;
}

#booking-form table{
    width: 100%;
}

#booking-form table th, #booking-form table td{
    padding: 8px 16px;
    text-align: left;
    vertical-align: middle;
}

#booking-form table th{
    border-right: 1px solid #DDD;
    width: 200px;
}

#booking-form .content-text{
    font-size:16px;
    font-size: 1.6rem;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #AAA;
}

#booking-form .content-text.small{
    width: 50px;
}

#booking-form .content-text.medium{
    width: 200px;
}

#booking-form .content-text:focus{
    border:1px solid #E64970;
}

#booking-form textarea{
    font-size:16px;
    font-size: 1.6rem;
    padding: 8px;
    box-sizing: border-box;
}

#booking-form #booking-kiyaku{
    height: 200px;
}

#booking-form #action-button button{
    width: 150px;
    padding: 8px;
    border: none;
    font-size:16px;
    font-size: 1.6rem;
    background:#FFFF00;
    cursor: pointer;
    box-sizing: border-box;
}

#booking-form #action-button button:focus{
    outline:1px solid #E64970;
}

#booking-form #action-button button:hover{
    background:rgb(204, 204, 0);
}

#booking-form .error-message{
    color: #FF0000;
}

/*///////////////////////////////////////////////////
Parts
///////////////////////////////////////////////////*/
.table-tp01{
    width: 100%;
    margin-bottom: 24px;
}
.table-tp01 caption{
    text-align: left;
    margin-bottom: 8px;
}
.table-tp01 td, .table-tp01 th{
    padding: 8px 16px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #555;
}
.table-tp01 th{
    background: #EEE;
}
.dl-tp01 dl{
    clear: both;
}
.dl-tp01 dt{
    width: 120px;
    float: left;
}
.dl-tp01 dd{
    margin-left: 130px;
}
.red{
    color: #FF0000;
}
.anchor {
    margin-top: -70px;
    padding-top: 70px;
}
.blank:after{
    content: url(https://64e0de.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/ico_blank.png);
    margin-left: 3px;
}
.btn-tp01{
    display: inline-block;
    background:#FFFF00;
}
.btn-tp01 a{
    display: block;
    position: relative;
    padding: 8px 36px 8px 12px;
    color: #000;
    font-weight: bold;
}
.btn-tp01 a:after{
    position: absolute;
    top:50%;
    right: 12px;
    width: 8px;
    height: 13px;
    margin: -6px 0 0;
    background: url(https://1f53bb.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/ico_ar_black_s.png) 0 0 no-repeat;
    content:"";
}
.btn-tp01 a:hover{
    background:rgb(204, 204, 0);
}

.theta-wrap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
}

.theta-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*////////////////////////////////////////////////////////////////////////
max 1024px
////////////////////////////////////////////////////////////////////////*/
@media screen and ( max-width :  1024px ) {

.header{
    position: relative;
    z-index: 100;
}

.header .header__logo{
        position: relative;
        z-index: 21;
    }
#gNav{
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    z-index: 20;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #333;
    box-shadow: none;
}
#gNav .gnav__inr{
        overflow-y: auto;
        width: 100%;
        height: 100%;
        padding: 0;
    }
.gnav ul{
        padding-top: 70px;
    }
.gnav li{
        float: none;
        line-height: 24px;
        border-top: 1px solid #555;
    }
.gnav li a{
        padding: 16px 8px;
    }
.gnav li.btn-reserved{
        margin-left: 0;
    }
#menu{
    display: block;
}
.menu{
    position: absolute;
    z-index: 101;
    top: 50%;
    right: 8px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background:#FFFF00;
    cursor: pointer;
}
.menu span {
        display: block;
        position: absolute;
        top: 9px;
        left: 9px;
        width: 22px;
        height: 3px;
        background: #000;
        transition: all .3s ease;
    }
.menu span:nth-child(2) {
        top: 18px;
    }
.menu span:nth-child(2) {
        top: 18px;
    }
.menu span:nth-child(3) {
        top: 27px;
    }
.menu.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.menu.open span:nth-child(2) {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
.menu.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.step-line{
    margin: 0 0 24px 0;
}

.step-line li{
        position: relative;
        float: left;
        padding: 0 20px 0 0;
        height: 40px;
    }

.step-line li.current p:after{
        border:20px solid #E64970;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

.step-line li p{
        position: relative;
        padding: 2px 5px 2px 30px;
        margin-left: -20px;
        height: 36px;
        font-size: 12px;
        line-height: 18px;
    }

.step-line li p:after{
        right: -39px;
        border: 20px solid #CCC;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

.step-line li p:before{
        right: -40px;
        border: 20px solid #F5F5F5;
        border-top: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

.step-line li em{
        display: none;
    }

.step-line li span{
        display: block;
        font-size: 12px;
    }


}

/*////////////////////////////////////////////////////////////////////////
max 768px
////////////////////////////////////////////////////////////////////////*/
@media screen and ( max-width :  768px ) {

.grid > *{
        width: 100% !important;
        float: none !important;
    }
/*///////////////////////////////////////////////////
SP LAYOUT
///////////////////////////////////////////////////*/
#header{
    position: relative;
    width: 100%;
}

#container{
    position: relative;
    padding: 0;
}
#main{
    display: block;
    position: relative;
}
#mainContent{
}

#footer{
    position: relative;
    padding: 0;
}



/* Header
-------------------------------------*/
.header .header__logo{
        width: 140px;
        height: 38px;
        padding: 16px 0;
    }
.header .header__logo a{
        width: 140px;
        height: 38px;
    }

/* side
-------------------------------------*/
.side nav{
        padding-top: 42px;
    }
.side nav a{
        position: relative;
    }
.side nav a:after{
        display: block;
        position: absolute;
        top:50%;
        right: 8px;
        width: 5px;
        height: 10px;
        margin-top: -5px;
        background: url(https://3cbb05.claudeassets.com/20221007081052im_/https://hatch-studio.com/wp/wp-content/themes/hatch/images/ar_nav.png) 0 0 no-repeat;
        background-size: 100%;
        content:"";
    }

/* footer
-------------------------------------*/
.footer .footer__inr{
        padding: 8px 0;
    }
.footer .footer__logo{
        float: none;
        width: 65px;
        margin-left: 8px;
    }
.footer .footer__social{
        float: none;
    }
.footer .footer__social ul{
        position: relative;
        float: left;
        left: 50%;
        padding: 16px 0 24px;
    }
.footer .footer__social li{
        position: relative;
        float: left;
        left: -50%;
        margin: 0 4px;
    }
.footer .footer__nav{
        overflow: hidden;
        margin-bottom: 16px;
        border-top: 1px solid #999;
    }
.footer .footer__nav li{
        float: left;
        margin-right: 0;
        padding-right: 0;
        border-right: 1px solid #999;
        border-bottom: 1px solid #999;
        width: 50%;
        box-sizing: border-box;
        text-align: center;
    }
.footer .footer__nav li:nth-child(2n){
        border-right:0;
    }
.footer .footer__nav a{
        display: block;
        padding: 4px 2px;
        background: #444;
    }
.footer .footer__copyright{
        font-size:12px;
        font-size: 1.2rem;
        text-align: center;
    }

#pageTop {
  bottom: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
}

#pageTop a {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

#pageTop a:hover{
        background-color:#E64970;
    }
/*///////////////////////////////////////////////////
MAIN
///////////////////////////////////////////////////*/
/* Hero
-------------------------------------*/
.hero{
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
}
.hero .hero__inr{
        position: relative;
        width: auto;
        height: auto;
        padding: 0;
    }
.hero .hero__txt{
        display: block;
        position: relative;
        width: 100%;
        padding: 8px 0;
    }
.hero .hero__txt .lead{
        display: block;
        font-size:12px;
        font-size: 1.2rem;
    }
.hero .hero__txt .lead em{
        font-style: normal;
        font-size:14px;
        font-size: 1.4rem;
    }
.hero .hero__slider{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.hero.hero--single{
        padding-top: 50%;
    }
.hero.hero--single .txt{
        width: 80%;
        padding-top: 40%;
    }

.slider{
    position: relative;
    width: 100%;
    height: auto;
}

.slider .slider__inr{
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 50%;
    }

.slider .slider__prev, .slider .slider__next{
        left: 10px;
        width: 20px;
        height: 30px;
        margin-top: -15px;
        background-size: 40px;
    }

.slider .slider__next{
        left: auto;
        right: 10px;
        background-position: -20px 0;
    }


/* Section
-------------------------------------*/
.sec{
    padding: 20px 4px;
}
.sec .sec__ttl{
        margin-bottom: 24px;
    }
.sec .sec__txt p{
        margin-bottom: 16px;
    }
.sec .sec__ttl-02 a{
        display: block;
        margin: 0;
    }


/* Top page
-------------------------------------*/
.sec--news{
    padding: 8px 8px 24px;
}
.sec--news .sec__ttl{
        width: 240px;
    }
.sec--news .btn{
        display: block;
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
    }
.sec--news .btn a{
        display: block;
        margin: 1px;
        padding: 8px 16px;
        font-weight: bold;
        font-size:16px;
        font-size: 1.6rem;
        color: #E64970;
        background: #FFF;
        box-sizing: border-box;
    }
.sec--news .btn a:hover{
        color: #FFF;
        background: #E64970;
    }
.entries li .entries__date{
        float: none;
        width: 80px;
        font-size:12px;
        font-size: 1.2rem;
        white-space: nowrap;
    }
.entries li p{
        margin-left: 0;
    }

/* aside
-------------------------------------*/
.aside-nav li{
        float: left!important;
        width: 50% !important;
    }
.aside-nav li:last-child{
        display: none;
    }
.aside-nav p{
        width: 80%;
        text-align: center;
    }
.access-bx li p{
        position: relative;
        padding: 8px;
    }
.access-bx li strong{
        font-size:18px;
        font-size: 1.8rem;
    }
.access-bx .map{
        display: inline-block;
        margin-left: 10px;
    }
.access-bx .map img{
        vertical-align: middle;
    }

/*///////////////////////////////////////////////////
Page
///////////////////////////////////////////////////*/

/* ご利用の流れ
-------------------------------------*/
.flow dl{
        overflow: hidden;
        margin-bottom: 24px;
    }
.flow dl dt{
        width: 100px;
    }
.flow dl dd{
        margin-left: 110px;
    }

/* よくある質問
-------------------------------------*/
.faq dt{
        font-size:18px;
        font-size: 1.8rem;
        font-weight: bold;
        padding-left: 30px;
        margin-bottom: 8px;
    }
.faq dt:before{
        top: 4px;
        width: 20px;
        height: 20px;
        background-size: 100%;
    }
.faq dd{
        padding-left: 30px;
    }
.faq dd:before{
        top: 4px;
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

/* アクセス
-------------------------------------*/
.map-canvac{
    height: 200px;
}
.access-map .access-map__arrow {
        display: block;
        height: auto;
        padding-top: 0;
        text-align: center;
    }
.access-map .access-map__arrow img{
        position: static;
        text-align: center;
        margin: auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

/* コンタクト
-------------------------------------*/
.form-table{
    display: block;
}
.form-table tr{
        display: block;
    }
.form-table th{
        display: block;
        width: auto;
        padding: 5px;
    }
.form-table td{
        display: block;
        padding: 5px;
    }
.form-table input[type="text"], .form-table input[type="email"]{
        width: 100%;
        padding: 10px;
    }
.form-table textarea{
        width: 100%;
        padding: 5px;
    }
.form-table .form-note{
        font-size:13px;
        font-size: 1.3rem;
    }
.form-table .form-note p{
        font-size:13px;
        font-size: 1.3rem;
    }
.form-table .form-note .form-note__inr{
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100px;
        padding: 10px;
    }
.form-table .form-note .form-note__inr div{
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
.form-table .form-checkbox{
        float: none;
        width: auto;
        margin: 16px 0;
    }
.form-table .form-submit{
        margin-left: 0;
    }


/* column02
-------------------------------------*/
.column02 .column02__right{
        float: none;
    }
.column02 .column02__right .column02__main{
        margin-left: 0;
    }
.column02 .column02__left{
        float: none;
        width: auto;
        margin-right: 0;
    }

.caution{
    padding: 8px;
}
.step-line li{
        width: 50%;
        margin-bottom: 1px;
    }
.monthly-calendar table caption{
        font-size:18px;
        font-size: 1.8rem;
    }
.monthly-calendar table td, .monthly-calendar table th{
        padding: 2px;
    }
.monthly-calendar table td{
        font-size:12px;
        font-size: 1.2rem;
    }
.monthly-calendar table .day-number{
        font-size:14px;
        font-size: 1.4rem;
    }
.day-calendar{
    float: none;
    width: auto;
}
.day-calendar:nth-child(1) button{
        width: 100%;
        margin-left: 0;
    }
.day-calendar .day-right{
        width: 50%;
    }
.day-calendar:nth-child(n+2){
        width: auto;
    }
.day-calendar:nth-child(n+2) .day-left, .day-calendar:nth-child(n+2) .day-center{
        display: table-cell;
    }

#booking-form fieldset {
        padding:8px;
    }

#booking-form table{
        width: 100%;
    }

#booking-form table th, #booking-form table td{
        padding: 8px 4px;
    }

#booking-form table th{
        border: 0;
        width: 100px;
    }

#booking-form #booking_client-fieldset table, #booking-form #booking-message-fieldset table{
        display: block;
    }

#booking-form #booking_client-fieldset th, #booking-form #booking_client-fieldset td, #booking-form #booking_client-fieldset tr, #booking-form #booking-message-fieldset th, #booking-form #booking-message-fieldset td, #booking-form #booking-message-fieldset tr{
        display: block;
        width: 100%;
        padding: 2px 0;
    }

#booking-form .content-text{
        font-size:16px;
        font-size: 1.6rem;
        padding: 8px;
        box-sizing: border-box;
        border: 1px solid #AAA;
    }

#booking-form .content-text.small{
        width: 50px;
    }

#booking-form .content-text.medium{
        width: 200px;
    }

#booking-form .content-text:focus{
        border:1px solid #E64970;
    }

#booking-form textarea{
        font-size:16px;
        font-size: 1.6rem;
        padding: 8px;
        box-sizing: border-box;
    }

#booking-form #booking-kiyaku{
        height: 200px;
    }

#booking-form #action-button button{
        width: 150px;
        padding: 8px;
        border: none;
        font-size:16px;
        font-size: 1.6rem;
        background:#FFFF00;
        cursor: pointer;
        box-sizing: border-box;
    }

#booking-form #action-button button:focus{
        outline:1px solid #E64970;
    }

#booking-form #action-button button:hover{
        background:rgb(204, 204, 0);
    }




/*///////////////////////////////////////////////////
Parts
///////////////////////////////////////////////////*/
.table-tp01 td, .table-tp01 th{
        padding: 4px 2px;
        text-align: left;
    }


}

/*
     FILE ARCHIVED ON 06:20:31 Jan 24, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:38:47 May 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.68
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.057
  esindex: 0.012
  cdx.remote: 5.232
  LoadShardBlock: 86.811 (3)
  PetaboxLoader3.datanode: 109.553 (5)
  load_resource: 194.894 (2)
  PetaboxLoader3.resolve: 94.743 (2)
*/