* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    display: block;
}

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

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
    overflow: hidden;
}

.clearfix {
    display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

html,
body {
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    font-family: inherit;
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@keyframes body-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes body-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body {
    background: #060606;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 100%;
    letter-spacing: 1px;
    transition: 0.5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: body-fadeIn 2s ease 0s 1 normal;
    -webkit-animation: body-fadeIn 2s ease 0s 1 normal;
}

body#profileBody {
    background: #060606;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 100%;
    letter-spacing: 1px;
    transition: 0.5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: body-fadeIn 2s ease 0s 1 normal;
    -webkit-animation: body-fadeIn 2s ease 0s 1 normal;
}

h1 {
    font-weight: normal;
    text-align: center;
    font-size: 10px;
    color: #fff;

}

h2.phone {
    width: 90%;
    text-align: center;
    margin: 10px auto 10px auto;
}

#allWrap {
    min-width: 320px;
}

#headerWrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9000;
    transition: 0.6s ease-in-out;
}

#header {
    position: relative;
}

#logo {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9000;
    transition: 0.3s ease-in-out;
    transition-delay: 0.3s
}

#logo a img {
    width: 100%;
}

@media only screen and (min-width:0px) and (max-width:480px) {
    #logo {
        width: 110px;
        height: 110px;
    }

    #logo a {
        display: block;

    }
}

@media only screen and (min-width:481px) and (max-width:680px) {
    #logo {
        width: 110px;
        height: 110px;
    }

    #logo a {
        display: block;

    }
}

@media only screen and (min-width:681px) {
    #logo {
        width: 110px;
        height: 110px;
        /*
        width: 120px;
        height: 120px;
        margin: 0 auto;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 50%;
        margin-left: -60px;
*/
    }

    #logo a {
        display: block;

    }
}

.navigation-menu__bars,
.navigation-menu__bars::before,
.navigation-menu__bars::after {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 28px;
    background: #060606;
    position: absolute;
    left: 16px;
    top: 20px;
    display: block;
    transition: all 0.3s;
}

.navigation-text::before {
    padding: 34px 0 8px 0;
    text-align: center;
    font-family: 'Oswald', "メイリオ", serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0;
    color: #060606;
    display: block;
    content: "MENU";
    transition: all 0.3s;
}

.navigation-menu {
    background-color: transparent;
    height: 100%;
    width: 400px;
    transform: translateX(-100%);
    transition: transform 0.3s 0.3s;
    position: fixed;
    top: 0;
    left: 0;
    border-right: 2px solid #202020;
    z-index: 9500;
}

.navigation-menu::before {
    background: #060606;
    content: "";
    height: 400%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;

}

.navigation-menu--open {
    transform: translateX(0);
}

.navigation-menu--open .navigation-menu__bars {
    background-color: transparent;
}

.navigation-menu--open .navigation-menu__bars::before,
.navigation-menu--open .navigation-menu__bars::after {
    top: 0;
}

.navigation-menu--open .navigation-menu__bars::before {
    transform: rotate(45deg);
    background: #fff;
}

.navigation-menu--open .navigation-menu__bars::after {
    transform: rotate(-45deg);
    background: #fff;
}

.navigation-menu--open .navigation-text {
    background-color: transparent;
}

.navigation-menu--open .navigation-text::before {
    content: "CLOSE";
    background: #000;
    color: #fff;
    /*    transform: rotate(45deg);    */
}

.navigation-menu--open .navigation-text::after {
    /*    transform: rotate(-45deg);*/
}

.navigation-menu--open .menu-list__item {
    opacity: 1;
}

.navigation-menu--open .menu-list__item:nth-child(1) {
    transition-delay: 0.4s;
}

.navigation-menu--open .menu-list__item:nth-child(2) {
    transition-delay: 0.5s;
}

.navigation-menu--open .menu-list__item:nth-child(3) {
    transition-delay: 0.6s;
}

.navigation-menu--open .menu-list__item:nth-child(4) {
    transition-delay: 0.7s;
}

.navigation-menu--open .menu-list__item:nth-child(5) {
    transition-delay: 0.8s;
}

.navigation-menu--open .menu-list__item:nth-child(6) {
    transition-delay: 0.9s;
}

.navigation-menu--open .menu-list__item:nth-child(7) {
    transition-delay: 1s;
}

.navigation-menu--open .menu-list__item:nth-child(8) {
    transition-delay: 1.1s;
}

.navigation-menu--open .menu-list__item:nth-child(9) {
    transition-delay: 1.2s;
}

.navigation-menu--open .menu-list__item:nth-child(10) {
    transition-delay: 1.3s;
}

.navigation-menu--open .menu-list__item:nth-child(11) {
    transition-delay: 1.4s;
}

.navigation-menu--open .menu-list__item:nth-child(12) {
    transition-delay: 1.5s;
}

.navigation-menu--open .menu-list__item:nth-child(13) {
    transition-delay: 1.6s;
}

.navigation-menu__toggle {
    cursor: pointer;
    height: 60px;
    position: absolute;
    left: 100%;
    top: 10px;
    background: #fff;
    width: 60px;
    border: 1px solid #121212;
    transition: 0.5s ease;
    z-index: 100;
    margin: 0 0 0 10px;
    transition-delay: 0.3s;
    overflow: hidden;
}


.navigation-menu--open .navigation-menu__toggle {
    margin: 0 0 0 10px;
    /*    background: #9a9a9a;*/
}

.navigation-menu__bars::before,
.navigation-menu__bars::after {
    content: "";
}

.navigation-menu__bars::before {
    left: 0;
    top: -8px;
}

.navigation-menu__bars::after {
    left: 0;
    top: 8px;
}

.m-wrap {
    height: 100%;
    overflow: auto;
    position: relative;
    z-index: 80;
}

.m-inner {
    max-width: 280px;
    margin: 0 auto;
}

.m-logo {
    width: 120px;
    margin: 20px auto 10px auto;
}

.m-ogo img {
    width: 100%;
}

.m-wrap .m-inner table.header-tel {
    margin: 0 auto 10px auto;
    border-collapse: collapse;

}

.m-wrap .m-inner table.header-tel {}

.m-wrap .m-inner table.header-tel tr th {
    width: 30px;
}

.m-wrap .m-inner table.header-tel tr th img {
    width: 100%;
}

.m-wrap .m-inner table.header-tel tr td {
    padding: 0 0 2px 6px;

}

.m-wrap .m-inner table.header-tel tr td a {
    vertical-align: middle;
    font-family: "Roboto", "メイリオ", sans-serif;
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
}

.m-wrap .m-inner table.header-tel tr td span.openTime {
    vertical-align: middle;
    font-family: "Roboto", "メイリオ", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: left;
    padding-left: 2px;
    display: block;
}

.menu-list {
    padding: 10px 20px 50px 20px;
    z-index: 10;
}

.menu-list__item {
    margin: 14px 0;
    opacity: 0;
    transition: opacity 0.5s 0.5s;
}

.menu-list__item a {
    display: block;
    color: #9a9a9a;
    font-family: "Nanum Myeongjo", "メイリオ", serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
}

.menu-list__item a.active {
    color: #fafafa;
}

.menu-list__item a.active span {
    color: #fafafa;
}

.menu-list__item a span {
    color: #9a9a9a;
    display: block;
    font-size: 10px;
    font-family: "Noto Sans JP", "メイリオ", serif;
    font-weight: 400;
}

@media only screen and (max-width: 700px) {
    .navigation-menu {
        min-width: 240px;
        width: 76%;
    }

    .navigation-menu::before {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .navigation-menu {
        background-color: #4e567e;
        min-width: 240px;
        width: 76%;
    }

    .navigation-menu::before {
        transform: translate(-50%, -50%);
    }
}

#wrap {
    position: relative;
    overflow: hidden;
    transition: 0.6s ease-in-out;
}

#contents {
    padding: 2px;
    /*
	margin:0px 5px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	background:#fff;
	*/
}

.form_open {
    width: 90%;
    text-align: center;
    margin: 5px auto;
    font-weight: bold;
}

.form_open a {
    display: block;
    background: #000;
    color: #fff;
    font-family: 'Cinzel', serif;
    border: 3px double #9d785e;
    padding: 10px 5px;
    font-size: 18px;
}

.form_open a span {
    display: block;
    font-size: 8px;
}

#shadowing {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.95;
    z-index: 9949;
}

#box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 96%;
    height: 400px;
    margin: -200px 0 0 -48%;
    border: 5px solid #1e1e1d;
    background: #060606;
    z-index: 9950;
    overflow: auto;

}

#boxtitle {}

dl.loginWrap {
    position: relative;
    margin: 0 10px;
    text-align: center;
    padding: 100px 10px 50px 10px;
}

dl.loginWrap dt {
    font-family: "Nanum Myeongjo", "メイリオ", serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 4px;
    color: #c09f68;
    vertical-align: middle;
    border-bottom: 1px solid #141414;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

dl.loginWrap dd {
    margin: 10px 0;
}

dl.loginWrap dd span {
    font-family: "Nanum Myeongjo", "メイリオ", serif;
    font-weight: 600;
    color: #fafafa;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    width: 60px;
    text-align: left;
}

dl.loginWrap dd input[type="text"] {
    width: 160px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #333;
    background: #1e1e1d;
    color: #fafafa;
}

dl.loginWrap input.text:focus {
    box-shadow: 0 0 8px 0 #a8a8a8;
}

dl.loginWrap dd.login_button {
    margin: 10px auto 0 auto;
    letter-spacing: 2px;
    display: inline-block;
}

dl.loginWrap dd.login_button input.button {
    padding: 12px 10px;
    cursor: pointer;
    font-family: "Nanum Myeongjo", "メイリオ", serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
    overflow: hidden;
    color: #fafafa;
    margin: 2px;
    border: 1px solid #141414;
    display: block;
    width: 160px;
    background: #1e1e1d;
    border: 1px solid #333;
    margin-left: 60px;
}

.formClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

#contents_return_public {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.loginNow span {
    text-align: center;
    font-family: 'Oswald', "メイリオ", serif;
    font-size: 10px;
    letter-spacing: 3px;
    font-weight: 700;
    display: block;
    color: #d05166;
}

#contents_return_public form input.contents_memberOut {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: 5px 0;
    background: #222222;
    color: #9a9a9a;
    letter-spacing: 2px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-family: "Nanum Myeongjo", "メイリオ", serif;
}

/************************************* フッター ***********************************/

.breadcrumb_list {
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    text-align: center;
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
    font-weight: bold;
}

.breadcrumb_list li.act {
    text-decoration: underline;
}

.breadcrumb_list li a {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
    font-weight: bold;
}


.breadcrumb_list li span {
    display: block;
    color: #626263;
    font-size: 12px;
    padding: 0 2px;
}

#footerWrap {
    position: relative;
    width: 100%;
    padding: 20px 5px;
    opacity: 1;
    transition: 0.6s ease-in-out;
    z-index: 8889;
    margin: 100px 0 0 0;
}

#footerLine {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

#footerContainer {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
}

#footer {
    position: relative;
}

#footer dl {}

#footer dl dt {
    position: relative;
    width: 100px;
    float: left;
}

#footer dl dt img {
    width: 100%;
}

#footer dl dd.infomation {
    margin-left: 110px;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding: 6px 0 0 0;
}

#footer dl dd.infomation span.infomationTitle {
    color: #fff;
    line-height: 1;
    display: block;
    font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
    font-size: 16px;
    margin: 7px 0;
    letter-spacing: 0;
}

#footer dl dd.infomation span.infomationTitle b {
    font-weight: normal;
    letter-spacing: 0;
}

#footer dl dd.infomation span.infomationTitle b a {
    font-family: "Oswald", "Noto Sans JP", "メイリオ", sans-serif;
    color: #fff;
    display: inline-block;
    letter-spacing: 0;
}

#footer dl dd.footerBorder {
    background: url(/p/img/footer_border.png) repeat;
    height: 4px;
    width: 100%;
    margin: 20px 0;
}

#footer dl dd.copyRight {
    color: #868686;
    font-size: 7px;
    letter-spacing: 0;
    font-family: "Nanum Myeongjo", "メイリオ", serif;
    text-align: center;
}

#footer dl dd#linkBanner {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 240px;
    border: 1px solid #fff;
}

#footer dl dd#linkBanner a img {
    width: 100%;
    border: 3px solid #ddd;
}

#footerBottomWrap {
    position: relative;
    padding-bottom: 50px;
}

#footerBottom {
    position: relative;
    padding: 6px;
    text-align: left;
}

#footerBottom .link {
    font-size: 10px;
    color: #868686;
}

#footerBottom .link a {
    font-size: 10px;
    color: #868686;
    display: inline-block;
    margin: 0 0 0 5px;
}

#footerTelWrap {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9000;
    width: 100%;
}

#footerTel-inner {
    position: relative;
    width: 100%;

    background: #000;
    padding: 5px 0 5px 5px;
    overflow: hidden;
    transition-delay: 0.3s;
    transition: 0.3s ease-in-out;
}

#footerTelWrap table.footer-tel {
    border-collapse: collapse;
    text-align: center;
}

#footerTelWrap table.footer-tel tr th {
    width: 26px;
}

#footerTelWrap table.footer-tel tr th img {
    width: 100%;
}

#footerTelWrap table.footer-tel tr td a {
    vertical-align: middle;
    font-family: 'Roboto', 'Noto Sans JP', 'メイリオ', sans-serif;
    color: #fafafa;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    padding: 0 50px 0 4px;
}

#footerTelWrap table.footer-tel tr td span.openTime {
    vertical-align: middle;
    font-family: 'Roboto', 'Noto Sans JP', 'メイリオ', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #fafafa;
    text-align: left;
    padding-left: 7px;
    display: block;
    margin: 1px 0 3px 0;
    letter-spacing: 2.5px;
    font-weight: bold;
}

#footerTelWrap table.footer-tel tr th.add {
    font-family: 'Roboto', 'Noto Serif JP', 'メイリオ', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    padding-top: 4px;
    color: #656565;
    text-align: left;
    padding-left: 98px;
}

.scroll-top {
    position: absolute;
    right: 10px;
    top: 5px;
    height: 100%;
    text-align: center;
}

.scroll-top a.pageTopBtn {
    display: block;
    font-family: 'Oswald', "メイリオ", serif;
    color: #c09f68;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
}

.scroll-top a.pageTopBtn img {
    width: 100%;
}

.scroll-top a.pageTopBtn span {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
}
