/***********************リセット*********************/
* {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #444;
    font-family: "Sawarabi Gothic", "メイリオ", sans-serif;

    /*
    "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E",
    font-family: 'Cormorant', "Sawarabi Mincho", "メイリオ", sans-serif;
    font-family: 'Source Serif Pro', "Sawarabi Gothic", "メイリオ", sans-serif;
    font-family: "Sawarabi Mincho";
    font-family: "Sawarabi Gothic";
    font-family: 'Averia Serif Libre', cursive, "Sawarabi Gothic", "メイリオ", sans-serif;
	font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    font-family: "Sawarabi Mincho", "メイリオ", sans-serif;
        font-family: "Anton";
    Anton
    font-family: 'Roboto', 'メイリオ', sans-serif;
	*/
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    outline: none;
}

img {
    vertical-align: middle;
    border: 0px;
}

table {
    border-collapse: collapse;
}

tr,
th,
td {
    padding: 0;
    margin: 0;
    border: 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%;
}

.clearfix {
    display: block;
}

input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html,
body {}

/***********************ボディ*********************/
body {
    min-width: 1000px;
    background: #000;
}

.topBody {
    min-width: 1000px;
    background: #000;
    /*
    background: #9ecdbd;
    */
}

.contentsBody {
    min-width: 1000px;
    background: #000;
}

.systemBody {
    background: #000;
    /*
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
    */
}

.profileBody {
    min-width: 1000px;
    background: #000;
}

/***********************ボディフェード*********************/
@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

/***********************トップヘッダー*********************/
@keyframes translate {
    0% {
        transform: translate(400px, 0px);
    }

    25% {
        transform: translate(0px, 0px);
    }

    90% {
        transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes translate {
    0% {
        -webkit-transform: translate(400px, 0px);
    }

    25% {
        -webkit-transform: translate(0px, 0px);
    }

    90% {
        -webkit-transform: translate(0px, 0px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

#topHeaderWrap {
    position: fixed;
/*
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7e5d4a), color-stop(0.00, #9d785e));
    background: -webkit-linear-gradient(#9d785e, #7e5d4a);
    background: -moz-linear-gradient(#9d785e, #7e5d4a);
    background: -o-linear-gradient(#9d785e, #7e5d4a);
    background: -ms-linear-gradient(#9d785e, #7e5d4a);
    background: linear-gradient(#9d785e, #7e5d4a);
*/
    background-image: url(/pc/img/header_bg.jpg);
    background-repeat: repeat;
    background-color: #423228;
    background-size: 250px 250px;
    background-position: 50%;
    width: 268px;
    height: 100%;
    min-height: 100%;
    border-right: 2px solid #e7e7e7;
    top: 0;
    right: 100px;
    text-align: center;
    box-shadow: 0px 0px 18px 2px rgba(18, 18, 18, 0.52);
    -webkit-box-shadow: 0px 0px 18px 2px rgba(18, 18, 18, 0.52);
    -moz-box-shadow: 0px 0px 6px 18px 2px rgba(18, 18, 18, 0.52);
    animation: translate 4s;
    animation-iteration-count: 1;
    -webkit-animation: translate 4s;
    -webkit-animation-iteration-count: 1;
    z-index: 9997;
}

#topHeader {}

#topHeader p.header-tel,
#topHeader p.header-open {
    font-family: 'Cormorant Upright', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    color: #fafafa;
    text-align: center;
    letter-spacing: 1px;
}

#topHeader p.menu-border {
    margin: 10px auto;
}

#topHeaderlogo {
    width: 220px;
    margin: 30px auto 20px auto;
}

#topHeaderlogo img {
    width: 100%;
}

.textLength {
    position: absolute;
    top: 0;
    right: -18px;
    color: #000;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    font-family: 'Cormorant Upright', serif;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 10px;
    line-height: 16px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fafafa), color-stop(0.00, #f7f7f7));
    background: -webkit-linear-gradient(#f7f7f7, #fafafa);
    background: -moz-linear-gradient(#f7f7f7, #fafafa);
    background: -o-linear-gradient(#f7f7f7, #fafafa);
    background: -ms-linear-gradient(#f7f7f7, #fafafa);
    background: linear-gradient(#f7f7f7, #fafafa);
    border-right: 2px solid #e7e7e7;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    text-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    height: 100%;
    text-align: left;
    padding-top: 10px;
    border-right: 2px solid #e7e7e7;
}

#topHeader #menu {
    width: 100%;
    text-align: left;
    padding: 5px 0;
}

#topHeader #menu li {}

#topHeader #menu li a {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Cormorant Upright', serif;
    font-size: 20px;
    font-style: italic;
    color: #fafafa;
    padding: 8px 0 8px 40px;
    letter-spacing: 1px;
}

#topHeader #menu li a span {
    vertical-align: middle;
    font-size: 9px;
    line-height: 9px;
    margin-left: 36px;
    font-style: normal;
    color: #fafafa;
/*    color: #c8af99;*/
}

#topHeader #menu li a:hover {
    background-color: #000;
    color: #fff;
}

#topHeader #menu li a:hover span {
    color: #fff;
}

@media print {
    .hide-from-print {
        display: none;
    }
}

#topHeader #menu li a.active {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#topHeader #menu li a.active span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap {
    position: fixed;
    top: 0;
    left: 0;
/*    background: url(/pc/img/header_bg.png) no-repeat 50% 0%;*/
    width: 100%;
    z-index: 9999;
    min-width: 1000px;
}

#header-inner{
    position: relative;
    height: 80px;
    width: 100%;
    background-image: url(/pc/img/header_bg.jpg);
    background-repeat: repeat;
    background-color: #423228;
    background-size: 250px 250px;
    background-position: 50%;
    box-shadow: 10px 0 8px rgba(0,0,0,0.3)
}
#header-inner .headerLogo{
    width: 290px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#headerWrap #header {
    position: relative;
    max-width: 1280px;
    min-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#headerWrap #header .contentsLogo2 {
    display: none;
}

#headerWrap #header .contentsLogo {
    position: absolute;
    width: 209px;
    height: 93px;
    left: 50%;
    margin-left: -104.5px;
    top: 3px;
}

#headerWrap #header .contentsLogo img {
    width: 100%;
}

#headerInfo{
    position: relative;
    max-width: 1280px;
    min-width: 1000px;
    margin: 100px auto 0 auto;
}
table.header-tel {
    margin: 0 0 0 20px;
    border-collapse: collapse;
}

table.header-tel {}

table.header-tel tr th {
    width: 40px;
}

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

table.header-tel tr td {
    vertical-align: middle;
    font-family: 'Roboto', 'メイリオ', sans-serif;
    color: #fff;
    text-shadow: 0 0 3px #fff;
    font-size: 40px;
    line-height: 1;
    text-align: left;
    padding: 0 0 0 4px;
    font-weight: 300;
}

.header-tel tr td span.openTime {
    vertical-align: middle;
    font-family: 'Roboto', 'Sawarabi Gothic', 'メイリオ', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 3px #fff;
    text-align: left;
    padding-left: 4px;
    display: block;
    letter-spacing: 4.2px
}

#headerWrap #header ul#contentsMenu {
    padding: 20px 0 20px 0;
}

#headerWrap #header ul#contentsMenu li {
    position: relative;
    float: left;
    text-align: center;
    width: 9%;
}

#headerWrap #header ul#contentsMenu li:nth-child(5) {
    margin-left: 28%;
}

#headerWrap #header ul#contentsMenu li:nth-child(1) a {
    background: none;
}

#headerWrap #header ul#contentsMenu li:nth-child(5) a {
    background: none;
}

#headerWrap #header ul#contentsMenu li a {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Cormorant Upright', serif;
    font-size: 19px;
    line-height: 1;
    font-style: italic;
    color: #fff;
    padding: 5px 0;
    letter-spacing: 1px;
    font-weight: 500;
    background: url(/pc/img/header_menu_line.png) left no-repeat;
}

#headerWrap #header ul#contentsMenu li span {
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    margin-top: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#headerWrap #header ul#contentsMenu li a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap #header ul#contentsMenu li a:hover span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap #header ul#contentsMenu li a.active {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap #header ul#contentsMenu li a.active span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap #header ul#contentsMenu li.menu8 a.active {
    color: #d8bead;
    text-shadow: 0 0 0 transparent;
}

#headerWrap #header ul#contentsMenu li.menu8 a.active span {
    color: #d8bead;
    text-shadow: 0 0 0 transparent;
}

#header ul#contentsMenu li.menu8 a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap #header ul#contentsMenu li.menu8 a:hover span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

/* Btn Hover */
#headerWrap #header ul#contentsMenu li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    bottom: -15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

#headerWrap #header ul#contentsMenu li:hover:after {
    background: #fff;
    bottom: -10px;
}

/* Fixed */
#headerWrap.fixed {
    margin-top: 60px;
    top: -132px;
    position: fixed;
    padding-top: 82px;
    height: 50px;
    background: #000;
    box-shadow: 0 0 8px #000;
    /*
    transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
    /*
    transition: top 0.3s ease-in;
    -webkit-transition: top 0.3s ease-in;
    -moz-transition: top 0.3s ease-in;
    */
}


/* Fixed */
/*
#headerWrap.fixed {
    top: -80px;
    position: fixed;
    height: 140px;
    background: #000;
    margin: 0 0 0 0;
}
*/
#headerWrap.fixed #header {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

#headerWrap.fixed #header .contentsLogo {
    display: none;
}

#headerWrap.fixed #header .contentsLogo2 {
    display: block;
    position: absolute;
    width: 210px;
    left: 50%;
    margin-left: -105px;
    top: 8px;
}

#headerWrap.fixed #header .contentsLogo2 img {
    width: 100%;
}

#headerWrap.fixed .form_open_content {
    display: none;
}

#headerWrap.fixed #header .header-tel {
    display: none;
}

#headerWrap.fixed #header ul#contentsMenu {
    padding-top: 0;
}

#headerWrap.fixed #header ul#contentsMenu li {
    position: relative;
    float: left;
    text-align: center;
    width: 10%;
}

#headerWrap.fixed #header ul#contentsMenu li:nth-child(5) {
    margin-left: 20%;
}

#headerWrap.fixed #header ul#contentsMenu li:nth-child(1) a {
    background: none;

}

#headerWrap.fixed #header ul#contentsMenu li:nth-child(5) a {
    background: none;
}

#headerWrap.fixed #header ul#contentsMenu li a {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Cormorant Upright', serif;
    font-size: 18px;
    line-height: 18px;
    font-style: italic;
    color: #d8bead;
    padding: 5px 0;
    letter-spacing: 1px;
    background: url(/pc/img/header_menu_line.png) left no-repeat;
}

#headerWrap.fixed #header ul#contentsMenu li span {
    display: block;
    color: #d8bead;
    font-size: 10px;
    line-height: 10px;
    transform: scale(0.8);
    font-style: normal;
    margin-top: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#headerWrap.fixed #header ul#contentsMenu li a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap.fixed #header ul#contentsMenu li a:hover span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap.fixed #header ul#contentsMenu li a.active {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap.fixed #header ul#contentsMenu li a.active span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap.fixed #header ul#contentsMenu li.menu8 a.active {
    color: #d8bead;
    text-shadow: 0 0 0 transparent;
}

#headerWrap.fixed #header ul#contentsMenu li.menu8 a.active span {
    color: #d8bead;
    text-shadow: 0 0 0 transparent;
}

#headerWrap.fixed #header ul#contentsMenu li.menu8 a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#headerWrap.fixed #header ul#contentsMenu li.menu8 a:hover span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

/* Btn Hover */
#headerWrap.fixed #header ul#contentsMenu li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    bottom: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/* Fixed Btn Hover */
#headerWrap.fixed #header ul#contentsMenu li:after {
    bottom: -10px;
}

#headerWrap.fixed #header ul#contentsMenu li:hover:after {
    background: #fff;
    bottom: -10px;
}

#profileHeaderWrap {
    position: fixed;
    height: 60px;
    background: rgba(0, 0, 0, 1);
    box-shadow: 0 1px 3px 0 #000;
    width: 100%;
    min-width: 1000px;
    top: 0;
    z-index: 9999;
}

#profileHeaderWrap #profileHeader {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

#profileHeader .contentsLogo {
    position: absolute;
    max-width: 200px;
    width: 100%;
    left: 50%;
    margin-left: -90px;
    top: 18px;
}

#profileHeader .contentsLogo img {
    width: 100%;
}

#profileHeader .form_open_content {
    display: none;
}

#profileHeader #header .header-tel {
    display: none;
}

#profileHeaderWrap #profileHeader ul#contentsMenu {
    padding-top: 10px;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li {
    position: relative;
    float: left;
    text-align: center;
    width: 10%;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li:nth-child(5) {
    margin-left: 20%;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li:nth-child(1) a {
    background: none;

}

#profileHeaderWrap #profileHeader ul#contentsMenu li:nth-child(5) a {
    background: none;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li a {
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Cormorant Upright', serif;
    font-size: 19px;
    line-height: 1;
    font-style: italic;
    color: #fff;
    padding: 5px 0;
    letter-spacing: 1px;
    background: url(/pc/img/header_menu_line.png) left no-repeat;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li span {
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    margin-top: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li a:hover span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li a.active {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li a.active span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li.menu8 a.active {
    color: #d8bead;
    text-shadow: 0 0 0 transparent;
}

#profileHeaderWrap #header ul#contentsMenu li.menu8 a.active span {
    color: #d8bead;
    text-shadow: 0 0 0 transparent;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li.menu8 a:hover {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li.menu8 a:hover span {
    color: #fff;
    text-shadow: 0 0 3px #fff;
}

/* Btn Hover */
#profileHeaderWrap #profileHeader ul#contentsMenu li:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    bottom: -10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

/* Fixed Btn Hover */
#profileHeaderWrap #profileHeader ul#contentsMenu li:after {
    bottom: -15px;
}

#profileHeaderWrap #profileHeader ul#contentsMenu li:hover:after {
    background: #fff;
    bottom: -11px;
}



/***********************ログイン*********************/
.contents-loginWrap {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 100;
    width: 480px;
}

.contents-loginWrap form small {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-size: 16px;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 20px;
}

.contents-loginWrap form span {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
}

.contents-loginWrap form input.text {
    width: 70px;
    border: 3px solid #000;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 1px 0;
    background: #fff;
    color: #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.contents-loginWrap form input:focus {
    box-shadow: 0 0 8px #fff;
    border: 3px double #bde6fa;
}

.contents-loginWrap form input.button {
    width: 80px;
    padding: 3px 10px;
    cursor: pointer;
    font-family: 'Cinzel', serif;
    background: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 3px solid #000;
}

.contents-loginWrap form input.button:hover {
    color: #e1005b;
    border: 3px double #bde6fa;
}

.form_open {
    text-align: center;
    width: 200px;
    margin: 20px auto;
}

.form_open a {
    font-family: 'Cormorant', "Sawarabi Mincho", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 3px 30px 2px 30px;
    background: #222222;
    color: #fff;
    border: 3px double #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    letter-spacing: 2px;
}

.form_open a:hover {
    background: #000;
    color: #fff;
    border: 3px double #222222;
}

.form_open a span {
    display: block;

}

.form_open_content {
    position: absolute;
    text-align: center;
    border: 1px solid #333;
    top: 0;
    right: 20px;
}

.form_open_content a {
    font-family: 'Cormorant', "Sawarabi Mincho", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 3px 30px 2px 30px;
    background: #222222;
    color: #fff;
    border: 3px double #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    letter-spacing: 4px;
}

.form_open_content a:hover {
    background: #656565;
    color: #fff;
    border: 3px double #222222;
}

.form_open_content 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;
    min-width: 960px;
     z-index: 10001;

}

#box {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 46%;
    min-width: 500px;
    height: 300px;
    padding: 100px 2%;
    margin: -250px 0 0 -25%;
    border: 1px solid #ccc;
    background: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10002;
}

#boxtitle {}

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

dl.loginWrap dt {
    font-family: 'Cormorant Upright', serif;
    color: #000;
    font-size: 38px;
    vertical-align: middle;
    font-style: italic;
    border-bottom: 3px double #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

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

dl.loginWrap dd span {
    font-family: 'Cormorant Upright', serif;
    color: #000;
    font-size: 14px;
    font-style: italic;
    vertical-align: middle;
    font-weight: normal;
    display: inline-block;
    width: 60px;
}

dl.loginWrap dd input[type="text"] {
    width: 200px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

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

dl.loginWrap dd.login_button {
    border: 1px solid #141414;
    width: 426px;
    margin: 10px auto 0 auto;
    letter-spacing: 2px;
}

dl.loginWrap dd.login_button input.button {
    padding: 10px;
    cursor: pointer;
    font-family: 'Cinzel', serif;
    font-size: 16px;
    letter-spacing: 2px;
    overflow: hidden;
    color: #000;
    margin: 2px;
    border: 1px solid #141414;
    display: block;
    width: 422px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

dl.loginWrap dd.login_button input.button:hover {
    background: #1e1e1d;
    color: #fff;
}

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

#return_public {
    position: relative;
    text-align: center;
}

#return_public form .memberOut {
    font-family: 'Cormorant', "Sawarabi Mincho", "メイリオ", sans-serif;
    width: 190px font-size:14px;
    line-height: 14px;
    display: block;
    padding: 3px 40px 2px 40px;
    background: #222222;
    color: #fff;
    border: 3px double #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    letter-spacing: 2px;
    cursor: pointer;
    margin: 20px 0 0 45px;

}

#return_public .memberOut:hover {
    background: #000;
    color: #fff;
}

#contents_return_public {
    position: absolute;
    top: 70px;
    right: 0;
    text-align: center;
}

#contents_return_public form .contents_memberOut {
    font-family: 'Cormorant', "Sawarabi Mincho", "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 14px;
    display: block;
    padding: 3px 30px 2px 30px;
    background: #222222;
    color: #fff;
    border: 3px double #333;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    letter-spacing: 4px;
    width: 190px;
    cursor: pointer;
}

#contents_return_public .contents_memberOut:hover {
    background: #656565;
    color: #fff;
    border: 3px double #222222;
}

#headerWrap.fixed #header #contents_return_public {
    display: none;
}

/***********************ラップ*********************/
#wrap {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    overflow: hidden;
}

#wrap h1.content_H1 {
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    background: #f7f7f7;
    color: #333;
}

#topAllWrap {
    margin-right: 370px;
    margin-top: 100px;
    min-height: 800px;
}

#topAll {
    position: relative;
    max-width: 1530px;
    margin: 0 auto;
}

#contentsWrap {
    width: 100%;
    max-width: 1580px;
    min-width: 1000px;
    margin: 0 auto;
}

#contents {
    position: relative;
    background: #fff;
    margin: 20px 20px 100px 20px;
    min-height: 1000px;
}

.breadcrumb_list {
    text-align: center;
    overflow: hidden;
    width: 100%;
/*    background: #222;*/
}

.breadcrumb_list li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list li a {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding: 0 2px;
}

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

.breadcrumb_list_profile {
    text-align: center;
    overflow: hidden;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background: #f7f7f7;
}

.breadcrumb_list_profile li {
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb_list_profile li a {
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 30px;
    padding: 0 2px;
}

.breadcrumb_list_profile li span {
    display: block;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    padding: 0 2px;
}

/***********************フッター*********************/
#footerWrap {
    position: relative;
    min-height: 300px;
    /*
    background: #1d1d1d;
        background-image: url(/pc/img/footer_bg.png);
    */

    background-position: 50% 0;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100%;
    background-size: cover;
    margin-top: 30px;

}

#footerContainer {
    padding: 50px 0;
}

#footer {
    position: relative;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;

}

h6 {
    font-weight: normal;
    margin: 10px 200px 10px 200px;
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 3px double #141414;
}

.footerTel {
    display: block;
}

#footer table.footer-tel {
    margin: 20px auto 0 auto;
    border-collapse: collapse;
    text-align: center;

}

#footer table.footer-tel tr th {
    width: 40px;
    padding-left: 50px;
}

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

#footer table.footer-tel tr td {
    vertical-align: middle;
    font-family: 'Roboto', 'メイリオ', sans-serif;
    color: #656565;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    text-align: left;
    padding: 0 50px 0 4px;
}

#footer table.footer-tel tr td span.openTime {
    vertical-align: middle;
    font-family: 'Roboto', 'Sawarabi Gothic', 'メイリオ', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #656565;
    text-align: left;
    padding-left: 4px;
    display: block;
}

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



.footerLogo {
    max-width: 400px;
    margin: 0 auto;
}

.footerLogo img {
    width: 100%;
}

.footerTel span {
    font-family: 'Roboto', 'メイリオ', sans-serif;
    color: #303030;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    display: block;
}

.footerTel p {
    font-family: 'Cinzel', serif;
    font-size: 12px;
    line-height: 22px;
}

ul#footerMenu {
    margin: 20px auto;
    width: 99%;
}

ul#footerMenu li {
    position: relative;
    width: 11.1%;
    float: left;
    text-align: center;
    /*
	background:url(/pc/img/header_menu_line.png) left no-repeat;
	*/
}

ul#footerMenu li:first-child {}

ul#footerMenu li:last-child a {
    border-right: 1px solid #ccc;
}

ul#footerMenu li a {
    display: block;
    font-size: 20px;
    color: #656565;
    line-height: 1;
    font-family: 'Anton', serif;
    padding: 2px 0;
    margin: 8px 0;
    border-left: 1px solid #ccc;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3 ease;
    -o-transition: all 0.3 ease;
}

ul#footerMenu li a:hover {
    color: #000;
}

ul#footerMenu li a:hover span {
    color: #000;
}

ul#footerMenu li a span {
    display: block;
    font-size: 10px;
    text-align: center;
    color: #656565;
}

ul.shopBanner {
    overflow: hidden;
    width: 800px;
    margin: 20px auto 0 auto;
}

ul.shopBanner li {
    position: relative;
    float: left;
}

ul.shopBanner li a {
    margin: 5px;
    display: block;
    border: 3px double #bde6fa;
}

ul.shopBanner li a img {
    width: 184px;
}

#copy {
    color: #000;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    padding-top: 10px;
    font-family: 'Cormorant Upright', serif;
    letter-spacing: 2px;
}

hr {
    color: #121212;
}

#footerBottomWrap {
    position: relative;
    background-color: #111;
    border-top: 1px solid #252525;
    min-width: 1000px;
}

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

#footerBottom span {
    display: block;
    float: left;
    margin-right: 10px;
}

#footerBottom span img {
    width: 46px;
}

#footerBottom .link {
    font-size: 11px;
    line-height: 15px;
    color: #eaeaea;
}

#footerBottom .link a {
    font-size: 11px;
}

#footerBottom .link a:hover {
    background: #fff;
    color: #e7201b;
}

.loginNow {
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 10000;
}

.loginNow span {
    display: block;
    font-family: 'Cormorant', "Sawarabi Mincho", "メイリオ", sans-serif;
    color: #fff;
    background: #9f0000;
    letter-spacing: 2px;
    padding: 2px 30px;
}

.scroll-top {
    position: fixed;
    z-index: 9990;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    bottom: 10px;

}

.scroll-top a {
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

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

.scroll-top a:hover {}

/*
.scroll-top{
	position: fixed;
	width: 80px;
	left: 50%;
	bottom:10px;
	z-index:9990;
    overflow: hidden;
    background: yellow;

}
.scroll-top a {
	display: block;
	text-align: center;

}

.scroll-top a img{
    width: 100%;
}
.scroll-top a i{
	font-size: 30px;
	padding: 0 0 25px 0;
	color: #fff;
	text-shadow:0 0 3px #000;
}
*/
