@charset "utf-8";

/* CSS Document */


/* =================================================================================================
 * Reset
 * =================================================================================================*/

html,
body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.0em;
}

img {
    border: 0;
    transition: 0.1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

a {
    text-decoration: none;
    color: #fff;
}

.pure-drawer a {
    color: #333;
}

ol,
ul {
    list-style: none;
}

p {
    line-height: 24px;
}

img,
input {
    vertical-align: middle;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
address {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}

div,
blockquote,
p,
pre,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

.main_box {
    overflow: hidden;
}

.cd-morph-dropdown {
    display: none;
}

span.anchorlink {
    position: relative;
    top: -100px;
    display: block;
}

.te_center {
    text-align: center
}


/* =================================================================================================
 * common
 * =================================================================================================*/

body {
    font-family: '�q���M�m�p�S Pro W3', 'Hiragino Kaku Gothic Pro W3', '���C���I', Meiryo, '�l�r �o�S�V�b�N', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}

main {
    min-height: 600px;
}

section {
    letter-spacing: 3px;
    line-height: 2.5rem;
}

section.sec1 {
    padding-top: 15rem;
}

section:last-child {
    padding-bottom: 10rem;
}

.wrapper {
    overflow: hidden;
}

hr {
    border: solid 1px #000;
    margin: 0;
}

.width_box {
    max-width: 1000px;
    margin: auto;
    padding: 0 1rem;
}

.button {
    display: inline-block;
    width: 184px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    line-height: 44px;
    outline: none;
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #000;
    color: #000;
    line-height: 44px;
    font-family: 'Playfair Display', "sawarabi mincho", serif;
}

.button_b {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    color: #fff;
}

.button:hover {
    border-style: dashed;
}

.button01 {
    display: inline-block;
    width: 184px;
    height: 44px;
    text-align: center;
    text-decoration: none;
    outline: none;
    position: relative;
    /*z-index: 1;*/
    border: 2px solid #fff;
    color: #fff;
    line-height: 40px;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.button01:hover {
    color: #fff;
    /*#b44a66*/
    font-weight: bold;
    letter-spacing: 3px;
}

.button01::before,
.button01::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button01,
.button01::before,
.button01::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button01::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
}

.button01:hover::after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}

.display_tb,
.display_pc {
    display: none;
}

.display_sp {
    display: block;
}


/* =================================================================================================
 * drawer
 * =================================================================================================*/

.drawer {
    position: fixed;
    z-index: 50;
}

.pure-drawer ul {
    margin-top: 15px;
}

.pure-drawer li {
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    z-index: 2;
    border-bottom: 1px dashed #555;
}

.drawer_icon {
    width: 180px;
    margin: 20px auto 0;
    overflow: hidden;
}

.drawer_icon ul {
    margin: 12px 0 0;
}

.drawer_icon li {
    float: left;
    padding: 0 14px;
    border-bottom: none;
}

.sp_navlogo {
    margin: 30px 0 0 15px;
}

.pure-drawer li {
    font-family: 'Playfair Display', "sawarabi mincho", serif;
}

.pure-drawer li span {
    margin-top: 10px;
    font-size: 10px;
    font-family: "Hiragino Kaku Gothic ProN", "���C���I", sans-serif;
}


/* =================================================================================================
 * ����
 * =================================================================================================*/

section h1 {
    font-size: 2rem;
    font-family: 'Playfair Display', "sawarabi mincho", serif;
    color: #3959a6;
    padding: 4rem 0;
}

section h1 span {
    font-size: 2rem;
    padding-left: 2rem;
    display: block;
}

.serif {
    font-family: "sawarabi mincho", serif;
}

.headline02 {
    font-family: "sawarabi mincho", serif;
    font-size: 1.8rem;
    color: #001e5f;
}


/* =================================================================================================
 * ABOUT
 * =================================================================================================*/

.bg_img {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
}

#about .bg_img {
    background: url(../img/about/about_bg01.jpg)no-repeat;
    background-size: cover;
}

#about .sec1 dt {
    font-size: 2rem;
    padding-bottom: 1rem 0;
}

#about .sec1 dt span {
    font-size: 1.5rem;
}

#about .sec1 dl:nth-child(2) dt,
#about .sec1 dl:nth-child(2) dd {
    font-family: "sawarabi mincho", serif;
    padding-top: 1rem;
}

#about .sec1 dt {
    font-size: 2rem;
    color: #001e5f;
}

#about .sec1 dl:nth-child(2) {
    text-align: center;
}

#about .sec1 dl:nth-child(2) p {
    padding: 3rem 0 5rem;
}

#about .sec1 dl:nth-child(3) {
    padding-top: 15rem;
    font-family: 'Playfair Display', "sawarabi mincho", serif;
    background: url(../img/about/sec1_dl2_01.png)no-repeat;
    background-position: right top;
    background-size: 180px;
}

#about .sec1 dl:nth-child(3) dt,
#about .sec1 dl:nth-child(3) dd {
    max-width: 600px;
    margin: 0 0 0 auto;
}

#about .sec1 dl:nth-child(3) dd {
    padding: 1rem 2rem;
    border-left: 1px solid #ccc;
}

#about .sec1 ul {
    list-style-type: square;
    color: #001e5f;
    margin-left: 1rem;
}

#about .sec1 li {
    /*	content: "��";
	color: #093d82;
*/
    color: #555;
}


/* =================================================================================================
 * MENU
 * =================================================================================================*/

#MENU .bg_img {
    background: url(../img/menu/total_bg01.jpg)no-repeat;
    background-size: cover;
}

#MENU .menu_box {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 4rem;
}

#MENU .menu_box>dl>dt {
    border-bottom: 2px solid #3959a6;
    margin-bottom: 1rem;
    width: 100%;
    display: inline-block
}

#MENU dt h1 {
    font-size: 1.6rem;
    padding: 0.5rem 0;
}

#MENU .menu_box>dl>dd {
    margin: 0 0.5rem;
}

#MENU .menu {
    line-height: 2.2rem;
}

#MENU .menu span {
    font-family: "sawarabi mincho";
    line-height: 2rem;
    color: #3959a6;
    font-size: 1.5rem;
    display: block;
}

#MENU .menu .float_r {
    padding-top: 1rem;
}

#MENU .price {
    text-align: right;
    font-size: 1.8rem;
    font-family: "sawarabi mincho";
    color: #a70b6e;
    padding-bottom: 0.5rem;
    line-height: 2.5rem;
}

#MENU .price:after {
    border-bottom: 1px solid;
    content: " ";
    display: block;
    max-width: 500px;
    margin: auto 0 auto auto;
    padding-top: 0.5rem;
}

#MENU .price span {
    font-size: 1.6rem;
    color: #946868;
    font-family: sans-serif;
    letter-spacing: 1px;
    display: inline-block;
}

#MENU h1.headline01:after {
    border-bottom: 6px double;
    padding-bottom: 1rem;
    width: 125px;
    margin: 1rem auto;
    display: block;
    content: " ";
}

#MENU h1.headline01 {
    text-align: center;
    padding-bottom: 1rem;
}

#MENU dd.button {
    margin: auto;
    display: block;
    margin-top: 2rem;
}

#MENU .price .z {
    content: '';
    font-size: 1.25rem;
    font-family: "Noto Sans Japanese", sans-serif;
    display: block;
    font-weight: normal;
    color: #a70b6e;
}


/*=============================================
 * �C�`����
 * =============================================*/

#MENU .sec1 .menu .float_r {
    color: #3959a6;
    font-size: 1.6rem;
    line-height: 2.5rem;
}


/*=============================================
 * FACIAL  �t�F�C�V����
 * =============================================*/

#MENU .sec2 {
    background: rgba(236, 208, 211, 0.5);
    margin-top: 6rem;
    padding-bottom: 6rem;
}

#MENU .sec2 div>div:last-child .float_r {
    border-radius: 1rem;
    background: #fff;
    margin: 4rem 0;
}

#MENU .sec2 div>div:last-child h2 {
    font-size: 2rem;
    text-align: center;
    padding: 1rem 0;
    color: #313272;
    font-weight: bold;
}

#MENU .sec2 div>div:last-child .float_r p {
    letter-spacing: 1px;
    padding: 0 1rem;
}

#MENU .sec2 ol li {
    list-style: decimal-leading-zero;
    margin: 1rem;
    list-style-position: inside;
    color: #a70b6e;
    border: 1px solid;
    padding: 1rem;
    text-align: center;
    font-size: 1.3rem;
}

#MENU .sec2 ol li p {
    line-height: 1.8rem;
    padding-top: 0.8rem;
    display: block;
}


/*=============================================
 * BODY �{�f�B
 * =============================================*/

#MENU .sec3 {
    background: rgba(192, 200, 206, 0.6);
}

#MENU .center.button {
    display: block;
    margin: 2rem auto;
}


/* =================================================================================================
 * FOOT �t�b�g
 * =================================================================================================*/

#MENU.foot .bg_img {
    background: url(../img/foot/foot_bg01.jpg)no-repeat;
    background-size: cover;
}


/* =================================================================================================
 * HYDROGEN�@���f
 * =================================================================================================*/

#MENU.hydrogen .bg_img {
    background: url(../img/hydrogen/hydrogen_bg01.jpg)no-repeat;
    background-size: cover;
}

#HYDROGEN>div .menu_box:nth-child(3) {
    background: url(../img/hydrogen/hydrogen_img.png)no-repeat left top, url(../img/hydrogen/hydrogen_img2.png)no-repeat right top rgba(255, 255, 255, 0.7);
}

#HYDROGEN>div .menu_box {
    background: rgba(255, 255, 255, 0.7);
}

#HYDROGEN>div .menu_box:nth-child(3)>h1 {
    text-align: right;
    margin: 8.5rem 0;
    font-size: 7rem;
    font-family: 'Monsieur La Doulaise', serif;
    color: #26367b;
    text-shadow: white 0px 1px 0px, white -1px 7px 12px, white 1px -1px 2px, white -1px -2px 2px
}

#HYDROGEN .wrap {
    width: 270px;
    display: block;
    background: url(../img/hydrogen/bubble.png)no-repeat;
    margin: 0.5rem auto;
    min-height: 300px;
    color: #fff;
    background-size: cover;
    background-position: center;
}

#HYDROGEN .wrap dl {
    padding-top: 6rem;
    color: #3d5693;
    text-shadow: white 1px 1px 2px, white -1px 1px 1px, white 1px -1px 2px, white -1px -1px 2px;
}

#HYDROGEN .wrap dl dd li {
    margin-left: 2rem;
    list-style-type: disc;
}

#HYDROGEN .wrap dt {
    font-size: 2rem;
    text-align: center;
}

#HYDROGEN .wrap dt h3 {
    margin-bottom: 1rem;
    padding: 1.5rem 0.5rem 0.5rem;
    font-weight: bold;
}

#HYDROGEN .wrap:nth-child(2) dl dt h3 {
    color: #d40074;
}

#HYDROGEN .wrap:first-child dl dt h3 {
    color: #00880caa;
}

#HYDROGEN .wrap:last-child dl dt h3 {
    color: #ff8300;
}

#HYDROGEN .wrap dd {
    width: 72%;
    margin: auto;
}

#HYDROGEN .brainclear ul li:first-of-type .headline02::before {
    content: "♦";
}

#HYDROGEN .brainclear ul li:first-of-type .headline02 {
    color: #a70b6e;
    font-weight: bolder;
    -webkit-text-stroke: .75px #a70b6e;
}

#HYDROGEN .brainclear ul.list {
    list-style-type: square;
    color: #001e5f;
    margin-left: 1rem;
}

#HYDROGEN .brainclear ul.list li {
    color: #555;
}

#HYDROGEN .brainclear .price {
    padding-right: 2rem;
}

#HYDROGEN .brainclear .price:after {
    max-width: 100%;
}

#HYDROGEN .ticket ul dl {
    background: #fff;
    margin: 1rem;
    padding: 2rem 2rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 11px 0px;
    min-height: 160px;
}

#HYDROGEN .ticket li:first-child dl dd {
    padding-top: 2.7rem;
}


/* newpeace */

#HYDROGEN .newpeace {
    padding-top: 2.7rem;
}

#HYDROGEN .newpeace .button {
    margin: 2rem auto 0;
    display: block;
}

#HYDROGEN .newpeace .pink {
    color: #a70b6e;
}


/* =================================================================================================
 * OSTRACY
 * =================================================================================================*/

#MENU.ostracy .bg_img {
    background: url(../img/ostracy/ostracy_bg01.jpg)no-repeat;
    background-size: cover;
}

#MENU.ostracy .sec1 .menu .float_r {
    font-size: 1.6rem;
    color: #000;
}


/* =================================================================================================
 * MTG
 * =================================================================================================*/

#MENU.mtg .bg_img {
    background: url(../img/mtg/mtg_bg01.jpg)no-repeat;
    background-size: cover;
}

#MENU.mtg .menu_box:nth-child(2) {
    background: url(../img/mtg/mtg_img.png)no-repeat left top rgba(255, 255, 255, 0.7)
}

#MENU.mtg .sec1 .menu .float_r {
    color: #3959a6;
    font-size: 1.5rem;
    line-height: 2rem;
}

#MTG>div .menu_box:nth-child(2)>h1 {
    text-align: right;
    margin: 8.5rem 0;
    font-size: 7rem;
    color: #26367b;
    text-shadow: white 0px 1px 0px, white -1px 7px 12px, white 1px -1px 2px, white -1px -2px 2px
}

#MENU #MTG .headline01:after {
    margin: 2rem 2.5rem 1rem auto;
}

#MENU #MTG .menu span {
    display: inline-block;
}

#MTG .button.float_l,
#MTG .button.float_r {
    padding: 0;
    margin: 0.5rem auto;
    max-width: 300px;
    display: block;
}

#MTG .menu dt.float_l {
    padding-top: 5rem;
    text-align: center;
    font-size: 2rem;
}

#MTG .menu dd.float_r li {
    padding: 0.5rem
}

#MENU .float_r p:last-child .button {
    margin: auto;
    display: block;
    text-align: center;
}


/* ==========================================================
 ���₢���킹�@CONTACT
 * ========================================================*/

#CONTACT .menu_box {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: 4rem;
}

#CONTACT .bg_img {
    background: url(../img/contact/contact_bg01.jpg)no-repeat;
    background-size: cover;
}

#CONTACT .width_box>p {
    text-align: center;
}

#CONTACT table th {
    font-family: 'Noto Serif JP', serif;
}

#CONTACT table td h2 {
    font-size: 1.5rem;
    color: #d8bc69;
    border-bottom: 1px solid #d8bc69;
}

#CONTACT table td h2.p {
    color: #dc0685;
    border-bottom: 1px solid #dc0685;
}

#CONTACT table tr.date_time dl,
#CONTACT table tr.date_time dd {
    margin-bottom: 0.5rem;
}

#CONTACT table tr.date_time dl:first-child,
#CONTACT table tr.date_time dl:nth-child(2) {
    border-bottom: 1px dotted #d8bc69;
    padding-bottom: 0.5rem;
}

#CONTACT table tr.date_time dt,
#CONTACT table tr.date_time dd {
    display: inline-block;
}

#CONTACT table tr.date_time dd {
    width: calc(90% - 120px);
}

#CONTACT table tr.date_time dd input,
#CONTACT table tr.date_time dd select {
    width: 100%;
}

.privacy {
    width: 80%;
    height: 150px;
    margin: 3rem auto 0;
    padding: 2rem 1rem;
    overflow-y: scroll;
    border: 1px solid #d8bc69;
}
.privacy p {
    line-height: 1.5;
}
.privacy dt {
    font-size: 1.6rem;
    padding: 0.5rem 0;
}
.privacy dd {
    margin-left: 0.5rem;
    line-height: 1.5;
    font-size: 1.2rem;
}
.privacy p.privacy_title {
    font-weight: bold;
    font-size: 1.6rem;
}

/* ==========================================================
 ���X�|���V�u 768px
 * ========================================================*/

@media only screen and (min-width: 768px) {
    .display_sp,
    .display_pc {
        display: none;
    }
    .display_tb {
        display: block;
    }
    .container {
        display: inline-block;
        width: 100%;
    }
    .float_l {
        float: left;
    }
    .float_r {
        float: right;
    }
    .width_box {
        padding: 0;
    }
    .headline02 {
        font-size: 2rem;
    }
    /* =================================================================================================
 * drawer
 * =================================================================================================*/
    /* =================================================================================================
 * MENU
 * =================================================================================================*/
    #MENU .menu2 .float_l,
    #MENU .menu2 .float_r {
        width: 50%;
        padding: 1rem;
    }
    #MENU .menu .float_r {
        width: 70%;
        padding: 1rem;
        padding-top: 0;
    }
    #MENU .menu .float_l {
        width: calc(30% - 1px);
        padding: 1rem;
    }
    #MENU .menu_box {
        padding: 3rem;
    }
    #MENU .menu_box>dl>dd {
        margin: 0 2rem;
    }
    #MENU .menu span {
        display: inline-block;
    }
    #MENU .price {
        font-size: 2rem;
    }
    /*=============================================
	 * �C�`����
	 * =============================================*/
    #MENU .sec1 .menu .float_r {
        padding: 9rem 3rem 0;
        font-size: 1.8rem;
    }
    #MENU dt h1 {
        font-size: 2rem;
    }
    /*=============================================
	 * FACIAL�@�t�F�C�V����
	 * =============================================*/
    #MENU .sec2 ol li {
        width: 18%;
        min-height: 96px;
        margin: 0 1rem 0 0;
    }
    #MENU .sec2 ol li p {
        border-top: 1px dashed;
    }
    #MENU .sec2 ol li:nth-child(2) p,
    #MENU .sec2 ol li:nth-child(3) p,
    #MENU .sec2 ol li:nth-child(5) p {
        padding-top: 1.3rem;
    }
    #FACIAL div:nth-child(5)>dl>dd .float_r {
        background: url(../img/menu/facial_img2.png)no-repeat;
        padding-bottom: 8rem;
        background-size: contain;
        background-position: right;
    }
    #FACIAL.sec2 a.button {
        display: block;
        margin: 2rem auto 0;
    }
    /*=============================================
	 * BODY�@�{�f�B
	 * =============================================*/
    #BODY.sec3 .float_r ul:nth-child(2) li,
    #BODY.sec3 .float_r ul:nth-child(3) li {
        margin-left: 3rem;
        border-left: 2px solid #fff;
        padding-left: 1rem;
    }
    /* =================================================================================================
	 * OSTRACY ����
	 * =================================================================================================*/
    #MENU.ostracy .sec1 .menu .float_r {
        padding: 0;
        font-size: 1.5rem;
    }
    /* =================================================================================================
 * HYDROGEN
 * =================================================================================================*/
    #HYDROGEN>div .menu_box:nth-child(3)>h1 {
        margin: 8.5rem 22rem 8.5rem 0;
    }
    #HYDROGEN .wrap {
        width: 32%;
        padding: 1rem;
        background-size: contain;
    }
    #HYDROGEN .wrap dd {
        width: 100%;
        margin: auto;
    }
    #HYDROGEN .wrap dl dd li {
        width: 40%;
        float: left;
        margin-left: 2rem;
        list-style-type: none;
    }
    #HYDROGEN div:nth-child(5) dl .float_l,
    #HYDROGEN div:nth-child(5) dl .float_r {
        padding: 0 1rem;
    }
    #HYDROGEN div:nth-child(5) dl .float_l,
    #HYDROGEN div:nth-child(5) dl .float_r {
        padding: 0 1rem;
    }
    #HYDROGEN div dl:nth-child(3) ul .float_l {
        width: 60%;
    }
    #HYDROGEN div dl:nth-child(3) ul .float_r {
        width: 40%;
    }
    #HYDROGEN div dl:nth-child(3) ul .float_l p {
        padding-top: 2rem;
        line-height: 2rem;
    }
    /* =================================================================================================
 * MTG
 * =================================================================================================*/
    #MENU.mtg .menu_box:nth-child(2) {
        background: url(../img/mtg/mtg_img.png)no-repeat left top, url(../img/mtg/mtg_img2.png)no-repeat right top rgba(255, 255, 255, 0.7)
    }
    #MTG>div .menu_box:nth-child(2)>h1 {
        text-align: center;
    }
    #MENU #MTG .headline01:after {
        margin: 2rem auto 1rem auto;
    }
    #MTG .menu dt.float_l {
        padding-top: 5rem;
        text-align: center;
        font-size: 2rem;
        width: 50%;
    }
    #MTG .menu dd.float_r {
        width: 50%;
    }
    #MENU.mtg .sec1 .menu .float_r {
        padding: 0;
    }
    #MTG .button.float_l,
    #MTG .button.float_r {
        width: 300px;
    }
}

@media screen and (max-width:1023px) {
    .nav {
        display: none;
    }
}


/* ==========================================================
 ���X�|���V�u 1024px
 * ========================================================*/

@media only screen and (min-width: 1024px) {
    .display_sp,
    .display_tb {
        display: none;
    }
    .display_pc {
        display: block;
    }
    /* =================================================================================================
 * ����
 * =================================================================================================*/
    section h1 {
        font-size: 3rem;
    }
    section h1 span {
        display: inline-block;
    }
    /* =================================================================================================
 * ABOUT
 * =================================================================================================*/
    #about .sec1 dl:nth-child(3) {
        padding-top: 4rem;
        background-position: 25%;
    }
    /* =================================================================================================
 * ���f���j���[
 * =================================================================================================*/
    #HYDROGEN .wrap dd {
        width: 72%;
    }
    #HYDROGEN .wrap dl dd li {
        list-style-type: disc;
    }
    /* =================================================================================================
 * drawer
 * =================================================================================================*/
    .nav {
        display: block;
    }
    .drawer {
        display: none;
    }
}