@charset "utf-8";

/* ---------- common ---------------------------------------- */
.contents {
    position: relative;
}

.contents .spbr {
    display: none;
}

/* page-title */
.page-title {
    padding-bottom: 24px;
    text-align: center;
}

.page-title span {
    display: inline-block;
    padding: 9px 24px;
    border: solid 2px #212121;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    font-family: "Raleway", "游ゴシック", "YuGothic", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.1em;
    vertical-align: middle;
}

.page-title:after {
    content: "";
    display: block;
    width: 720px;
    height: 2px;
    margin: -25px auto 0;
    background-color: #212121;
}

/* section-title */
.section-title {
    margin-bottom: 30px;
    padding: 0 0 25px;
    background: url(../images/ic_decoration.gif) no-repeat bottom center;
    background-size: auto 18px;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    font-family: "Raleway", "游ゴシック", "YuGothic", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    text-align: center;
}

/* box */
.box {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

/* -------- button -------- */

/* btn ホバー時に半透明にする */
.btn > a,
.btn > button {
    transition: opacity 0.3s;

    -webkit-transition: opacity 0.3s;
}

.btn:hover > a,
.btn:hover > button {
    opacity: 0.6;

    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
}

.map {
    padding-bottom: 110px;
}

.map_cnt {
}

.map_cnt > iframe {
    width: 100%;
}

.map > .button {
    margin-top: 45px;
}

.button {
    display: block;
    text-align: center;
}

.button a {
    display: inline-block;
    position: relative;
    min-width: 320px;
    padding: 16px 36px;
    border: solid 2px #212121;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #212121;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    font-family: "Raleway", "游ゴシック", "YuGothic", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    text-align: center;
}

.button a:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 5px;
    float: left;
    width: 100%;
    height: 2px;
    padding-right: 2px;
    background-color: #212121;
    transition: all 0.15s ease;

    -webkit-transition: all 0.15s ease;
}

.button a:hover:before {
    bottom: -2px;
    left: 0;
}

.button a:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -7px;
    float: left;
    width: 2px;
    height: 100%;
    padding-bottom: 2px;
    background-color: #212121;
    transition: all 0.15s ease;

    -webkit-transition: all 0.15s ease;
}

.button a:hover:after {
    top: 0;
    right: -2px;
}

/* -------- table -------- */
.table {
    width: 100%;
}

.table th,
.table td {
    padding: 14px 0;
    border-bottom: solid 1px;
    line-height: 200%;
    text-align: left;
}

.table th {
    font-weight: bold;
    font-size: 14px;
}

.table td {
    font-size: 13px;
}

/* -------- list -------- */
.list {
}

.list li {
    margin-bottom: 7px;
    padding-left: 0.8em;
    font-size: 14px;
    line-height: 180%;
    text-indent: -0.8em;
}

.list li:before {
    content: "• ";
    font-size: 14px;
}

.list li a {
}

/* -------- link -------- */
a.link {
    color: #757575;
    text-decoration: underline;
}

/* -------- post -------- */
.post {
    text-align: left;
}

.post img {
    max-width: 100%;
    height: auto;
}

.post .text {
    position: relative;
    padding: 22px 0 20px;
    text-align: center;
}

.post .text .title {
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 140%;
}

.post .text .period {
    color: #757575;
    font-size: 14px;
    line-height: 140%;
}

/* ---------- top ------------------------------------ */

/* slider */
.slider {
    position: relative;
    z-index: 500;
    max-width: 1350px;
    max-height: 750px;
    margin: 0 auto 45px;
    padding: 0 6%;
}

.slider .post {
    max-width: 400px;
    margin: 0 25px;
}

@media only screen and (max-width: 1400px) {
    .slider .post {
        margin: 0 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .slider .post {
        margin: 0 19px;
    }
}

.slider .post img {
    width: 100%;
    height: auto;
}

.slider .slick-list {
    overflow: visible !important;
}

/* sliderControl */
.slider .sliderControl {
    display: block;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 70px;
    height: 70px;
    margin-top: -100px;
    overflow: hidden;
    font-size: 0;
    cursor: pointer;
    transition: opacity 0.3s ease;

    -webkit-transition: opacity 0.3s ease;
}

.slider .sliderControl:hover {
    opacity: 0.7;
}

.slider .sliderControl[aria-disabled="true"] {
    opacity: 0 !important;
    pointer-events: none;
}

.slider .sliderPrev {
    left: 30px;
    background: url(../images/slide_prev.png) no-repeat left top;
    background-size: 100% auto;
}

.slider .sliderNext {
    right: 30px;
    background: url(../images/slide_next.png) no-repeat left top;
    background-size: 100% auto;
}

/* ----- top-note ----- */
.top-note {
    padding: 0 0 55px;
}

.top-note a {
    color: #d91f52;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
}

/* ----- top-cinema ----- */
.top-cinema {
    position: relative;
    padding: 70px 0 80px;
    background: linear-gradient(
        90deg,
        #e7eef7 0%,
        #e7eef7 50%,
        #f0f6fd 50%,
        #f0f6fd 100%
    );
    text-align: center;
}

.top-cinema .page-title {
    margin-bottom: 24px;
}

.top-cinema .page-title span {
    padding: 7px 20px;
    font-size: 20px;
}

.top-cinema .page-title:after {
    margin-top: -22px;
}

.top-cinema .label {
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 450;
    width: 4.25%;
}

.top-cinema .label img {
    max-width: 100%;
    height: auto;
}

.top-cinema .button {
}

.top-cinema .reserve-button {
    display: none;
}

/* ----- top-event ----- */
.top-event {
    position: relative;
    padding: 70px 0 80px;
    background: #ffffff;
    text-align: center;
}

.top-event .label {
    position: absolute;
    top: 88px;
    left: 0;
    width: 4.25%;
}

.top-event .label img {
    max-width: 100%;
    height: auto;
}

.top-event .button {
}

/* ----- top-notice ----- */
.top-notice {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 600px;
    border-top: solid 1px;
    border-left: solid 1px;
    background-color: #ffffff;
}

.top-notice .inner {
    overflow: hidden;
}

.top-notice .title {
    float: left;
    margin-bottom: 0;
    padding: 16px 20px 11px 32px;
    font-weight: bold;
    font-size: 14px;
}

.top-notice .ticker {
    margin: 16px 10px 0 0;
    overflow: hidden;
}

.top-notice ul li {
    font-size: 12px;
    line-height: 160%;
}

/* ticker */
.ticker {
    position: relative;
    overflow: hidden;
}

.ticker ul {
    position: relative;
    width: 100%;
}

.ticker ul li {
    display: none;
    width: 100%;
}

/* ----- top-news ----- */
.top-news {
    padding: 80px 80px 90px;
    background: url(../images/bg_tile.gif) repeat center top;
}

.top-news .inner {
    position: relative;
    padding: 40px 60px 78px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.top-news ul {
    margin-bottom: 30px;
}

.top-news ul li {
    padding: 28px 0;
    overflow: hidden;
    border-bottom: solid 2px;
    font-size: 0;
}

.top-news ul li:last-child {
    border-bottom: none;
}

.top-news ul li .date {
    display: inline-block;
    margin-right: 26px;
    color: #757575;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.top-news ul li .category {
    display: inline-block;
    width: 100px;
    margin-right: 22px;
    padding: 4px 8px;
    border: solid 1px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-align: center;
}

.top-news ul li .title {
    float: left;
    width: 605px;
    margin-top: -22px;
    margin-left: 235px;
    font-size: 15px;
    line-height: 160%;
}

.top-news ul li .title a:hover {
    text-decoration: underline;
}

/* ----- top-about ----- */
.top-about {
    padding: 80px 0 100px;
    background: url(../images/top/p_about.jpg) no-repeat center center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
}

.top-about .section-title {
    background-image: url(../images/ic_decoration_w.png);
    color: #ffffff;
}

.top-about .border-button {
    display: inline-block;
    margin-top: 24px;
}

.top-about .border-button a {
    display: inline-block;
    padding: 16px 26px 16px 49px;
    border-bottom: solid 2px #ffffff;
    background: url(../images/ic_arrow_right_w.png) no-repeat 27px center;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

/* ----- top-guide ----- */
.top-guide {
    padding: 80px 0 100px;
    background: url(../images/top/p_guide.jpg) no-repeat top center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
}

.top-guide .title {
    margin-bottom: 18px;
    color: #ffffff;
    font-weight: bold;
    font-size: 27px;
}

.top-guide .border-button {
    display: inline-block;
    margin-top: 24px;
}

.top-guide .border-button a {
    display: inline-block;
    padding: 16px 26px 16px 49px;
    border-bottom: solid 2px #ffffff;
    background: url(../images/ic_arrow_right_w.png) no-repeat 27px center;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

/* ----- top-shop ----- */
.top-shop {
    padding: 90px 80px;
    background: url(../images/bg_tile.gif) repeat center top;
}

.top-shop .inner {
    position: relative;
    padding: 66px 0 88px;
    text-align: center;
}

.top-shop .logo {
    width: 184px;
    margin: 0 auto 50px;
}

.top-shop .logo img {
    width: 100%;
    height: auto;
}

.top-shop .photos {
    position: relative;
    width: 840px;
    height: 320px;
    margin: 0 auto 50px;
    text-align: center;
}

.top-shop .photos .photo1 {
    position: absolute;
    top: 26px;
    left: -320px;
}

.top-shop .photos .photo2 {
    position: absolute;
    top: 0;
    left: 90px;
}

.top-shop .photos .photo3 {
    position: absolute;
    top: 60px;
    right: 20px;
}

.top-shop .photos .photo4 {
    position: absolute;
    top: 26px;
    right: -330px;
}

.top-shop .button {
    position: relative;
    z-index: 10;
    margin-top: 46px;
}

.top-shop .border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 1300px;
    margin: auto;
    border: solid 2px;
    box-sizing: border-box;
}

/* ----- top-shutcho ----- */
.top-shutcho {
    padding: 90px 80px;
    background-color: #ffffff;
}

.top-shutcho .inner {
    position: relative;
    padding: 66px 0 88px;
    text-align: center;
}

.top-shutcho .logo {
    width: 168px;
    margin: 0 auto 16px;
}

.top-shutcho .logo img {
    width: 100%;
    height: auto;
}

.top-shutcho .title {
    margin-bottom: 32px;
    font-weight: bold;
    font-size: 26px;
}

.top-shutcho .photos {
    position: relative;
    width: 840px;
    height: 400px;
    margin: 0 auto 50px;
    text-align: center;
}

.top-shutcho .photos .photo1 {
    position: absolute;
    top: 0;
    left: -145px;
}

.top-shutcho .photos .photo2 {
    position: absolute;
    top: 40px;
    right: -145px;
}

.top-shutcho .button {
    position: relative;
    z-index: 10;
    margin-top: 46px;
}

.top-shutcho .border {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 1300px;
    margin: auto;
    border: solid 2px;
    box-sizing: border-box;
}

/* ---------- about ------------------------------------ */
.abou .page-title {
    padding: 65px 0 90px;
    background: linear-gradient(
        90deg,
        #f6edde 0%,
        #f6edde 50%,
        #fbf5eb 50%,
        #fbf5eb 100%
    );
}

.abou-concept {
    padding: 62px 0 110px;
    background-color: #ffffff;
    text-align: center;
}

.abou-concept .section-title {
    margin-bottom: 24px;
}

.abou-1f .floor-num,
.abou-2f .floor-num {
    width: 60px;
    margin-bottom: 28px;
    border: solid 1px;
    border-radius: 100%;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    letter-spacing: 0.08em;
    text-align: center;
}

.abou-1f {
    position: relative;
    background: #ffffff;
}

.abou-1f .intro {
    position: relative;
    width: 840px;
    margin: auto;
    padding-bottom: 90px;
}

.abou-1f .bg {
    position: absolute;
    top: 0;
    right: -110px;
    bottom: 0;
    width: 100%;
    padding-right: 9999px;
    background: url(../images/bg_tile.gif) repeat left top;
}

.abou-1f .text {
    position: relative;
    width: 420px;
    padding-top: 70px;
    padding-bottom: 90px;
}

.abou-1f .text .logo {
    margin-bottom: 28px;
}

.abou-1f .text .button {
    margin-top: 30px;
    text-align: left;
}

.abou-1f .photos {
}

.abou-1f .photos .photo1 {
    position: absolute;
    top: -40px;
    right: 0;
}

.abou-1f .photos .photo2 {
    position: absolute;
    top: 290px;
    right: -210px;
}

.abou-1f .shop {
    background-color: #ffffff;
}

.abou-1f .shop .inner {
    width: 840px;
    margin: 77px auto 115px;
    padding-top: 60px;
    overflow: hidden;
    border-top: solid 2px;
}

.abou-1f .shop .section-title {
    margin-bottom: 18px;
}

.abou-1f .shop .left {
    float: left;
    width: 390px;
}

.abou-1f .shop .right {
    float: right;
    width: 400px;
}

.abou-1f .shop .title {
    display: inline-block;
    margin-top: 18px;
    margin-bottom: 18px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
}

.abou-1f .shop .table {
    margin-bottom: 20px;
}

.abou-1f .photo {
}

.abou-1f .photo img {
    width: 100%;
    height: auto;
}

.abou-2f {
    padding-top: 88px;
    overflow: hidden;
    background-color: #ffffff;
}

.abou-2f .intro {
    position: relative;
    width: 840px;
    margin: auto;
}

.abou-2f .text {
    width: 320px;
    margin-left: 515px;
}

.abou-2f .text .logo {
    margin-bottom: 28px;
}

.abou-2f .photo {
    position: absolute;
    top: 0;
    right: 390px;
}

.abou-2f .opentime {
    margin-top: 24px;
    margin-left: 515px;
}

.abou-2f .opentime .title {
    display: inline-block;
    margin-bottom: 14px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
}

.abou-shutcho {
    width: 840px;
    margin: auto;
    padding-top: 60px;
    border-top: solid 2px;
}

.abou-shutcho .section-title {
    margin-bottom: 30px;
}

.abou-shutcho .left {
    float: left;
    width: 50%;
    margin-bottom: 70px;
    padding-right: 25px;
    box-sizing: border-box;
}

.abou-shutcho .right {
    float: right;
    width: 50%;
    margin-top: 40px;
    margin-bottom: 70px;
    padding-left: 25px;
    box-sizing: border-box;
}

.abou-shutcho .photo {
    margin-bottom: 45px;
}

.abou-shutcho .left .photo {
    margin-left: -85px;
}

.abou-shutcho .right .photo {
    margin-right: -85px;
}

.abou-shutcho .photo img {
    width: 100%;
    height: auto;
}

.abou-shutcho .title {
    display: inline-block;
    margin-bottom: 18px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
}

.abou-access {
    clear: both;
    width: 840px;
    margin: 90px auto 0;
    padding-top: 60px;
    border-top: solid 2px;
    text-align: center;
}

.abou-access .button {
    margin-top: 25px;
}

.abou-gmap {
    width: 100%;
    height: 480px;
    margin-top: 60px;
}

/* ---------- fee ------------------------------------ */
.fee .page-title {
    padding: 65px 0 90px;
    background: linear-gradient(
        90deg,
        #fceeea 0%,
        #fceeea 50%,
        #fef6f3 50%,
        #fef6f3 100%
    );
}

/* fee-cinema */
.fee-cinema .inner {
    width: 840px;
    margin: 77px auto 70px;
    overflow: hidden;
}

.fee-cinema .section-title {
    margin-bottom: 34px;
}

.fee-cinema .left {
    float: left;
    width: 300px;
}

.fee-cinema .right {
    float: right;
    width: 480px;
}

.fee-cinema .title {
    display: inline-block;
    margin-bottom: 18px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
}

.fee-cinema .opentime {
    margin-bottom: 38px;
}

.fee-cinema .table th {
    font-weight: 500;
}

.fee-cinema .table td {
    text-align: right;
}

.fee-cinema .price p {
    font-size: 13px;
}

.fee-cinema .price sup {
    font-size: 15px;
}

/* price-table */
.price-table {
    width: 100%;
    margin-bottom: 10px;
}

.price-table thead th {
    padding: 0 1em 11px 0;
    font-weight: 500;
    text-align: right;
}

.price-table tbody th,
.price-table tbody td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.price-table tbody th {
    width: 40%;
    font-weight: 500;
}

.price-table tbody td {
    width: 30%;
    padding-right: 1em;
    box-sizing: border-box;
    font-size: 14px;
    text-align: right;
}

/* fee-cafemenu */
.fee-cafemenu {
    width: 840px;
    margin: auto;
    padding: 62px 0 96px;
    overflow: hidden;
    border-top: solid 2px;
    text-align: center;
}

.fee-cafemenu .section-title {
    margin-bottom: 24px;
}

.fee-cafemenu .button {
    margin-top: 32px;
}

/* fee-member */
.fee-member {
    width: 840px;
    margin: auto;
    padding: 62px 0 82px;
    overflow: hidden;
    border-top: solid 2px;
}

.fee-member .section-title {
    margin-bottom: 46px;
}

.fee-member .left {
    float: left;
    width: 420px;
}

.fee-member .right {
    float: right;
    width: 360px;
}

.fee-member .tokuten {
    margin-bottom: 45px;
}

.fee-member .tokuten .block {
    margin-bottom: 35px;
    overflow: hidden;
}

.fee-member .tokuten .num {
    float: left;
    width: 3em;
    padding-right: 1em;
    text-align: center;
}

.fee-member .tokuten .num small {
    display: block;
    font-weight: bold;
    font-size: 13px;
    line-height: 140%;
}

.fee-member .tokuten .num span {
    display: block;
    font-weight: normal;
    font-size: 30px;
    line-height: 115%;
}

.fee-member .tokuten .text {
    margin: 0 0 -2px 4em;
    padding-left: 25px;
    border-left: solid 1px;
}

.fee-member .tokuten .text .title {
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
}

.fee-member .tokuten .text p {
    font-size: 13px;
    line-height: 180%;
}

.fee-member .boshu {
    margin-top: 36px;
    margin-bottom: 28px;
}

.fee-member .boshu .title {
    display: inline-block;
    margin-bottom: 16px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
}

.fee-member .boshu p {
    font-size: 13px;
}

.fee-member .genko {
}

.fee-member .genko .title {
    display: inline-block;
    margin-bottom: 16px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
}

.fee-member .genko p {
    font-size: 13px;
}

/* fee-access */
.fee-access {
    width: 840px;
    margin: auto;
    padding: 62px 0 110px;
    border-top: solid 2px;
}

.fee-access .gmap {
    height: 320px;
    margin: 20px auto 40px;
}

/* ---------- cinema & event ------------------------------------ */
.cine .contents {
    position: relative;
    padding-top: 65px;
    padding-bottom: 110px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #e7eef7 0%,
        #e7eef7 50%,
        #f0f6fd 50%,
        #f0f6fd 100%
    );
}

.even .contents {
    position: relative;
    padding-top: 65px;
    padding-bottom: 110px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #e4f1de 0%,
        #e4f1de 50%,
        #eff7eb 50%,
        #eff7eb 100%
    );
}

.cine .page-title,
.even .page-title {
    margin-bottom: 34px;
}

.post-nav {
    position: relative;
    width: 720px;
    margin: 0 auto 50px;
    padding: 25px 0 25px;
    background-color: #ffffff;
}

.post-nav:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 9999px;
    background-color: #ffffff;
}

.post-nav ul {
    position: relative;
    font-size: 0;
    text-align: center;
}

.post-nav ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
    vertical-align: middle;
}

.post-nav .icon {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    margin-bottom: 1px;
    border: solid 1px #000000;
    box-sizing: border-box;
    vertical-align: middle;
}

.post-nav .icon.current:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    background-color: #000000;
}

.posts-wrapper {
    margin: auto;
    padding: 0 4%;
}

.posts-wrapper .label {
    position: absolute;
    top: 88px;
    left: 0;
    width: 4.25%;
}

.posts-wrapper .label img {
    max-width: 100%;
    height: auto;
}

.posts {
    max-width: 1364px;
    margin: auto;
    overflow: hidden;
    font-size: 0;
    text-align: left;
}

.posts .post {
    display: inline-block;
    width: 29.333%;
    max-width: 400px;
    margin: 0 2% 5%;
    vertical-align: top;
}

/* -------- detail -------- */

/* detail-block */
.detail-block {
    width: 1060px;
    margin: 60px auto 65px;
    padding: 62px 80px 92px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
}

.detail-block .title-block {
    margin-bottom: 36px;
    padding: 0 0 36px;
    background: url(../images/ic_decoration.gif) no-repeat bottom center;
    background-size: auto 18px;
}

.detail-block .title {
    padding-bottom: 2px;
    font-size: 27px;
    line-height: 140%;
    font-family: "Raleway", "游ゴシック", "YuGothic", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", sans-serif;
}

.detail-block .period {
    color: #757575;
    font-size: 14px;
}

.detail-block .share {
    padding-bottom: 24px;
}

.detail-block .share .inner {
    display: inline-block;
    padding: 11px 25px 11px 30px;
    border: solid 1px #212121;
    background-color: #ffffff;
    font-size: 0;
    vertical-align: middle;
}

.detail-block .share:after {
    content: "";
    display: block;
    width: 720px;
    height: 1px;
    margin: -25px auto 0;
    background-color: #212121;
}

.detail-block .share .label {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.08em;
    vertical-align: middle;
}

.detail-block .share .label:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 24px;
    margin-left: 28px;
    background-color: #757575;
    vertical-align: middle;
}

.detail-block .share ul {
    display: inline-block;
    margin-left: 22px;
    font-size: 0;
    vertical-align: middle;
}

.detail-block .share ul li {
    display: inline-block;
    margin: 0 3px;
}

.detail-block .share ul li a {
    display: block;
    height: 24px;
    padding: 0 5px;
    font-size: 19px;
    text-align: center;
    vertical-align: middle;
}

.detail-block .share ul li a svg,
.detail-block .share ul li a i {
    display: inline-block;
    vertical-align: middle;
}

/* hatenaアイコン */
.fa-hatena:before {
    content: "B!";
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    font-family: Verdana, serif;
    vertical-align: top;
}

.detail-block .content {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    text-align: left;
}

.detail-block .content .left {
    float: left;
    width: 420px;
}

.detail-block .content .left .photo {
    margin-bottom: 45px;
}

.detail-block .content .left .photo:last-child {
    margin-bottom: 10px;
}

.detail-block .content .left .photo img {
    width: 100%;
    height: auto;
}

.detail-block .content .left .photo p {
    margin-top: 18px;
    margin-bottom: -10px;
    font-size: 13px;
    line-height: 140%;
    text-align: center;
}

.detail-block .content .right {
    float: right;
    width: 420px;
}

/* postbody */
.postbody h1,
.postbody h2 {
    padding: 1.2em 0;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.08em;
}

.postbody h3,
.postbody h4 {
    padding: 0.8em 0;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.postbody p {
    margin-bottom: 1.4em;
    line-height: 200%;
    letter-spacing: 0.08em;
}

.postbody a {
    color: #757575;
    text-decoration: underline;
}

.postbody img {
    max-width: 420px;
    height: auto;
    margin-top: 1em;
    margin-bottom: 2em;
}

.postbody img:first-child {
    margin-top: 0;
}

.postbody ul {
    margin-bottom: 1.5em;
}

.postbody ul > li {
    list-style-type: disc;
    list-style-position: inside;
    padding-bottom: 0.5em;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.08em;
}

.postbody ol {
    margin-bottom: 1.5em;
}

.postbody ol > li {
    list-style-type: decimal;
    list-style-position: inside;
    padding-bottom: 0.5em;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.08em;
}

.postbody table {
    width: 100%;
    margin-bottom: 2em;
}

.postbody table th,
.postbody table td {
    padding: 14px 14px 14px 14px;
    border-top: solid 1px #727272;
    border-bottom: solid 1px #727272;
    font-size: 14px;
    line-height: 160%;
    text-align: left;
}

.postbody table th {
    padding: 14px 14px 14px 6px;
    border-right: solid 1px #727272;
}

.postbody table thead,
.postbody table th {
}

.postbody table tbody th {
    font-weight: bold;
}

.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

.aligncenter {
    display: block;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.wp-caption {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.wp-caption > img {
    margin: 0;
}

.wp-caption .wp-caption-text {
    margin: 0;
    font-size: 12px;
}

#contents .right .wc-shortcodes-row,
#contents .right .wc-shortcodes-item,
#contents .right .wc-shortcodes-column {
    float: none;
    width: 100%;
    margin: 0;
}

#contents .right .wc-shortcodes-column img {
    display: none;
}

#contents .wc-shortcodes-row,
#contents .wc-shortcodes-item {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

#contents .wc-shortcodes-column {
    width: 420px;
    margin: 0;
}

#contents .wc-shortcodes-column-first {
    float: left;
}

#contents .wc-shortcodes-column-last {
    float: right;
}

#contents .wc-shortcodes-column img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#contents .wc-shortcodes-column p {
    margin-bottom: 20px;
    color: #212121;
    text-align: left !important;
}

#contents .wc-shortcodes-column span {
    color: #212121 !important;
}

#contents .wc-shortcodes-column a {
    color: #757575 !important;
    text-decoration: underline;
}

.detail-block .content .description {
    margin-bottom: 28px;
    padding-bottom: 42px;
    border-bottom: solid 2px;
}

.detail-block .content .table tr:last-child th,
.detail-block .content .table tr:last-child td {
    border-bottom: none;
}

.detail-block .content .table th {
    min-width: 8em;
}

.detail-block .page-nav {
}

.detail-block .page-nav a {
    display: block;
    width: 100px;
    height: 48px;
    font-size: 0;
    transition: opacity 0.3s ease;

    -webkit-transition: opacity 0.3s ease;
}

.detail-block .page-nav a:hover {
    opacity: 0.7;
}

.detail-block .page-nav .prev {
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -24px;
    background: url(../images/page_prev.png) no-repeat left center;
}

.detail-block .page-nav .next {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -24px;
    background: url(../images/page_next.png) no-repeat left center;
}

/* ---------- news ------------------------------------ */
.news .contents {
    position: relative;
    padding-top: 65px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #f6edde 0%,
        #f6edde 50%,
        #fbf5eb 50%,
        #fbf5eb 100%
    );
}

.news .page-title {
    margin-bottom: 60px;
}

.news-wrapper {
    padding: 75px 0 120px;
    overflow: hidden;
    background-color: #ffffff;
}

.news-posts {
    float: left;
    width: 660px;
}

.news-posts ul {
    margin-bottom: 30px;
}

.news-posts ul li {
    padding: 28px 0;
    overflow: hidden;
    border-bottom: solid 2px;
    font-size: 0;
}

.news-posts ul li:first-child {
    border-top: solid 2px;
}

.news-posts ul li .date {
    display: inline-block;
    margin-right: 26px;
    color: #757575;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.news-posts ul li .category {
    display: inline-block;
    width: 100px;
    margin-right: 22px;
    padding: 4px 8px;
    border: solid 1px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-align: center;
}

.news-posts ul li .title {
    float: left;
    width: 605px;
    margin-top: -22px;
    margin-left: 235px;
    font-size: 15px;
    line-height: 160%;
}

.news-posts ul li .title a:hover {
    text-decoration: underline;
}

.news-posts .pagenav {
    margin-top: 55px;
}

.news-sidebar {
    float: right;
    width: 220px;
}

.news-sidebar .category {
    margin-bottom: 40px;
}

.news-sidebar .title {
    margin-bottom: 2px;
    padding: 15px 22px;
    background-color: #212121;
    color: #ffffff;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.12em;
}

.news-sidebar ul li a {
    display: block;
    padding: 18px 26px;
    border-bottom: solid 1px;
    background: url(../images/ic_calendar_next.gif) no-repeat left 5px center;
    background-size: 10px auto;
    font-weight: bold;
    font-size: 13px;
    line-height: 140%;
}

.news-header {
    padding: 50px 0 24px;
    border-top: 2px solid;
}

.news-header .date {
    display: inline-block;
    margin-right: 26px;
    color: #757575;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.news-header .category {
    display: inline-block;
    width: 100px;
    padding: 4px 8px;
    border: solid 1px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.08em;
    text-align: center;
}

.news-header .title {
    padding-top: 18px;
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
}

.news-content {
    padding-top: 45px;
    padding-bottom: 50px;
    border-top: solid 1px;
    border-bottom: solid 2px;
}

.news-posts .button {
    margin-top: 60px;
    text-align: left;
}

.news-posts .postbody img {
    max-width: 660px;
    height: auto;
}

.news-wrapper .page-nav {
}

.news-wrapper .page-nav a {
    display: block;
    width: 100px;
    height: 48px;
    font-size: 0;
    transition: opacity 0.3s ease;

    -webkit-transition: opacity 0.3s ease;
}

.news-wrapper .page-nav a:hover {
    opacity: 0.7;
}

.news-wrapper .page-nav .prev {
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -24px;
    background: url(../images/page_prev.png) no-repeat left center;
}

.news-wrapper .page-nav .next {
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -24px;
    background: url(../images/page_next.png) no-repeat left center;
}

/* ---------- schedule ------------------------------------ */
.sche .contents {
    position: relative;
    padding-bottom: 110px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #f1f3d5 0%,
        #f1f3d5 50%,
        #fafcde 50%,
        #fafcde 100%
    );
}

.sche-intro {
    padding: 65px 0 45px;
    text-align: center;
}

.sche-intro .page-title {
    margin-bottom: 34px;
}

.sche-category {
    position: relative;
    width: 720px;
    margin: 0 auto 30px;
    padding: 22px 0 22px;
    background-color: #ffffff;
}

.sche-category:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-right: 9999px;
    background-color: #ffffff;
}

.sche-category ul {
    position: relative;
    font-size: 0;
    text-align: center;
}

.sche-category ul li {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    vertical-align: middle;
}

.sche-category .color {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-bottom: 1px;
    vertical-align: middle;
}

.sche-status {
    margin-bottom: 36px;
    text-align: center;
}

.sche-status .title {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 1px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
}

.sche-calendar {
    margin-bottom: 70px;
}

.rese-block {
    width: 960px;
    margin: auto;
    padding: 58px 40px 92px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
}

.rese-block a {
    color: #757575;
    text-decoration: underline;
}

.rese-block .section-title {
    margin-bottom: 40px;
    padding-bottom: 32px;
    font-size: 21px;
}

.notice-block {
    width: 720px;
    margin: 40px auto 44px;
    padding: 0 30px 26px;
    border: solid 1px #212121;
    box-sizing: border-box;
}

.notice-block .title {
    margin-top: -0.6em;
    padding: 0 0 1.6em;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    text-align: center;
}

.notice-block .title span {
    display: inline-block;
    padding: 0 1.5em;
    background-color: #ffffff;
}

.notice-block .list {
    text-align: left;
}

.notice-block .list li {
    font-size: 13px;
}

.rese-block form {
    width: 720px;
    margin: auto;
}

.rese-block .form-table th {
    width: 176px;
}

.rese-block .form-submit {
    margin-top: 46px;
}

/* ---------- livehall ------------------------------------ */
.live .contents,
.entr .contents {
    position: relative;
    padding-bottom: 110px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #e5f1f5 0%,
        #e5f1f5 50%,
        #f0f8fa 50%,
        #f0f8fa 100%
    );
}

.livehall-intro {
    padding: 65px 0 45px;
    text-align: center;
}

.livehall-intro .page-title {
    margin-bottom: 36px;
}

.livehall-pagenav {
    position: relative;
    width: 720px;
    margin: 0 auto 50px;
    padding: 25px 0 25px;
    background-color: #ffffff;
}

.livehall-pagenav:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 9999px;
    background-color: #ffffff;
}

.livehall-pagenav ul {
    position: relative;
}

.livehall-pagenav li {
    display: inline-block;
    margin: 0 15px;
}

.livehall-pagenav li a {
    padding-left: 21px;
    background: url(../images/ic_calendar_next.gif) no-repeat left center / 12px
        15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
}

#livehallSlider {
    margin-bottom: 78px;
}

#livehallSlider li {
    margin: 0 21px;
}

#livehallSlider .photo img {
    width: 100%;
    height: auto;
}

#livehallSlider p {
    margin-top: 18px;
    font-size: 16px;
    text-align: center;
}

#livehallSlider .sliderControl {
    margin-top: -60px;
}

#livehallSlider .sliderPrev {
    left: calc(19.25% + 35px);
}

#livehallSlider .sliderNext {
    right: calc(19.25% + 35px);
}

.livehall-wrapper {
    width: 1060px;
    margin: auto;
    padding: 72px 0 92px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
}

.livehall-block {
    width: 840px;
    margin: 0 auto;
    padding-top: 72px;
    padding-bottom: 78px;
    border-bottom: solid 2px #000000;
}

#facility.livehall-block {
    padding-top: 0;
}

.livehall-charge-wrapper {
    margin-top: 30px;
}

.livehall-charge {
    width: 100%;
    border: solid 2px #ffffff;
    border-bottom: solid 1px #000000;
}

.livehall-charge th,
.livehall-charge td {
    border: solid 1px #d3d3d3;
    text-align: center;
}

.livehall-charge th {
    padding: 8px 12px 9px;
    background-color: #000000;
    color: #ffffff;
    font-size: 13px;
}

.livehall-charge .first {
    text-align: left;
    vertical-align: middle;
}

.livehall-charge tbody td {
    padding: 12px 10px 13px;
    border-bottom: solid 1px #000000;
}

.livehall-equipment {
    display: flex;
    margin: 30px 0 45px;
}

.livehall-equipment .list {
    width: 25%;
    text-align: left;
}

.livehall-equipment .list a {
    color: #616161;
    text-decoration: underline;
}

.livehall-flow-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}

.livehall-step {
    width: 500px;
}

.livehall-step li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 36px;
}

.livehall-step .num {
    padding-right: 24px;
    border-right: solid 1px #000000;
    font-size: 30px;
    line-height: 120%;
}

.livehall-step .num span {
    display: block;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05em;
}

.livehall-step .text {
    width: 407px;
    text-align: left;
}

.livehall-step .text h4 {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 16px;
}

.livehall-step .text p {
    line-height: 180%;
    letter-spacing: 0.05em;
}

.livehall-cta {
    width: 280px;
}

.livehall-cta .button {
    margin-bottom: 21px;
}

.livehall-cta .button a {
    min-width: 280px;
    padding: 16px 24px;
    font-size: 14px;
}

.livehall-preview-button {
    margin-bottom: 42px;
}

.livehall-reverve-button {
    margin-bottom: 48px;
}

.livehall-contact {
    text-align: left;
}

.livehall-contact h3 {
    display: inline-block;
    margin-bottom: 18px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
}

.livehall-contact p {
    line-height: 180%;
    letter-spacing: 0.05em;
}

#preview.livehall-block {
    padding-bottom: 0;
    border-bottom: none;
}

.form-privacy a {
    color: #757575;
    text-decoration: underline;
}

/* ---------- contact ------------------------------------ */
.cont .contents {
    position: relative;
    padding-bottom: 110px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #ededed 0%,
        #ededed 50%,
        #f5f5f5 50%,
        #f5f5f5 100%
    );
}

.contact-intro {
    padding: 65px 0 45px;
    text-align: center;
}

.contact-intro .page-title {
    margin-bottom: 40px;
}

.contact-block {
    width: 960px;
    margin: auto;
    padding: 58px 40px 92px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: center;
}

.contact-block .section-title {
    margin-bottom: 40px;
    padding-bottom: 32px;
    font-size: 21px;
}

.contact-block form {
    width: 720px;
    margin: auto;
}

/* form-table */
.form-table {
    width: 100%;
    margin: 0 auto 40px;
}

.form-table tr {
    border-top: solid 1px #727272;
    border-bottom: solid 1px #727272;
}

.form-table tr:first-child {
    border-top: none;
}

.form-table th {
    width: 220px;
    padding: 19px 18px 19px 20px;
    box-sizing: border-box;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.form-table th span {
    display: inline-block;
}

.form-table td {
    padding: 11px 11px;
}

.form-table .required,
.form-table .optional {
    display: inline-block;
    float: right;
    margin-top: 2px;
    margin-left: 2px;
    padding: 2px 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    line-height: 120%;
}

.form-table .required {
    background-color: #000000;
}

.form-table .optional {
    background-color: #9e9e9e;
}

.form-table input[type="text"],
.form-table input[type="email"],
.form-table input[type="tel"],
.form-table input[type="password"],
.form-table input[type="date"],
.form-table textarea {
    padding: 10px 8px;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
    line-height: 140%;
}

.form-table input[type="text"],
.form-table input[type="email"] {
    width: 420px;
    box-sizing: border-box;
}

.form-table input[type="tel"] {
    width: 420px;
    box-sizing: border-box;
}

.form-table textarea {
    width: 100%;
    height: 240px;
    box-sizing: border-box;
}

.form-table .confirm {
    margin: 0;
    padding: 5px 0;
    font-size: 13px;
}

.form-table .example {
    display: inline-block;
    padding-left: 12px;
    font-size: 13px;
}

p.form-privacy {
    font-size: 14px;
    line-height: 180%;
    text-align: center;
}

.form-submit {
    position: relative;
    width: 320px;
    margin: 34px auto 0;
    text-align: center;
}

.form-submit input {
    display: inline-block;
    width: 100%;
    margin: auto;
    padding: 18px 30px;
    box-sizing: border-box;
    background-color: #212121;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-align: center;
}

.form-submit:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 3px;
    float: left;
    width: 100%;
    height: 2px;
    padding-right: 2px;
    background-color: #212121;
    transition: all 0.15s ease;

    -webkit-transition: all 0.15s ease;
}

.form-submit:hover:before {
    bottom: -2px;
    left: 0;
}

.form-submit:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -5px;
    float: left;
    width: 2px;
    height: 100%;
    padding-bottom: 2px;
    background-color: #212121;
    transition: all 0.15s ease;

    -webkit-transition: all 0.15s ease;
}

.form-submit:hover:after {
    top: 0;
    right: -2px;
}

/* ---------- thanks ------------------------------------ */
.thanks-block {
    margin-bottom: 80px;
    text-align: center;
}

.thanks-title {
    display: inline-block;
    margin-bottom: 30px;
    padding: 28px 55px;
    border: solid 1px #727272;
    font-weight: bold;
    font-size: 15px;
}

/* ---------- privacy ------------------------------------ */
.priv .contents {
    position: relative;
    padding-top: 65px;
    padding-bottom: 110px;
    overflow: hidden;
    background: linear-gradient(
        90deg,
        #ededed 0%,
        #ededed 50%,
        #f5f5f5 50%,
        #f5f5f5 100%
    );
}

.priv .page-title {
    margin-bottom: 40px;
}

.privacy-block {
    width: 960px;
    margin: auto;
    padding: 58px 60px 35px;
    box-sizing: border-box;
    background-color: #ffffff;
    text-align: left;
}

.privacy-block .block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.privacy-block .title {
    display: inline-block;
    margin-bottom: 18px;
    border-bottom: solid 1px;
    font-weight: bold;
    font-size: 14px;
}

.privacy-block .title .num {
    padding-right: 8px;
    font-size: 16px;
}

.privacy-block .block p {
    margin-bottom: 30px;
}

/* ---------- wordpress ------------------------------------ */

/* wp-pagenavi */
.pagenavi {
    margin-top: 60px;
}

.wp-pagenavi {
    position: relative;
    clear: both;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    overflow: hidden;
    border-bottom: solid 2px #212121;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    font-family: "Montserrat", "游ゴシック", "YuGothic", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    transition: all 0.2s ease;

    -webkit-transition: all 0.2s ease;
}

.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    background-color: #212121;
    color: #ffffff;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
    width: auto;
    padding: 0 18px;
}

.wp-pagenavi span.pages {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

.wp-pagenavi span.extend {
    background-color: inherit;
}

/* contact form 7 */
.form-table .wpcf7-list-item {
    margin: 0;
}

.form-table .wpcf7-list-item label {
    display: inline-block;
    margin-right: 20px;
    margin-left: 7px;
    padding: 7px 0 7px;
    font-size: 15px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: block;
    padding: 2px 0 0;
    color: #d91f52;
    font-weight: bold;
    font-size: 13px;
}

.wpcf7 div.wpcf7-response-output {
    margin: 3em 0.5em 0;
    padding: 14px 11px;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
}

.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
    border: 2px solid;
    color: #d91f52;
}

.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ng {
    border: 2px solid;
    color: #d91f52;
}

.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
    border: 2px solid;
    color: #212121;
}

.wpcf7 .wpcf7-form .ajax-loader {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -8px;
    border: medium none;
}

@media only screen and (max-width: 768px) {
    /* ---------- common ---------------------------------------- */
    .contents {
    }

    .contents .pcbr {
        display: none;
    }

    .contents .spbr {
        display: inherit;
    }

    /* page-title */
    .page-title {
        padding-bottom: 4.8vw;
        text-align: center;
    }

    .page-title span {
        padding: 2vw 4vw;
        font-size: 4.8vw;
    }

    .page-title:after {
        width: 84%;
        margin: -5.6vw auto 0;
    }

    /* section-title */
    .section-title {
        margin-bottom: 7.2vw;
        padding: 0 0 6vw;
        background-size: auto 3.6vw;
        font-size: 4.8vw;
    }

    /* box */
    .box {
        width: auto;
    }

    /* scroll-image */
    .scroll-image {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .scroll-image::-webkit-scrollbar {
        height: 6px;
    }

    .scroll-image::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eeeeee;
    }

    .scroll-image::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666666;
    }

    .contents .scroll-image img {
        width: 560px;
        max-width: inherit;
        height: auto;
        padding-bottom: 15px;
    }

    .map {
        padding-bottom: 75px;
    }

    /* -------- button -------- */
    .button {
    }

    .button a {
        min-width: auto;
        padding: 3.466vw 10vw;
        font-size: 3.466vw;
    }

    .button a:before {
        bottom: -7px;
        left: 3px;
        height: 2px;
        padding-right: 3px;
    }

    .button a:hover:before {
        bottom: -2px;
        left: 0;
    }

    .button a:after {
        top: 3px;
        right: -6px;
        width: 2px;
        padding-bottom: 3px;
    }

    .button a:hover:after {
        top: 0;
        right: -2px;
    }

    /* -------- table -------- */
    .table {
    }

    .table th,
    .table td {
        padding: 3.6vw 0;
        line-height: 180%;
    }

    .table th {
        min-width: 5em;
        font-size: 3.466vw;
    }

    .table td {
        font-size: 3.466vw;
    }

    /* -------- list -------- */
    .list {
    }

    .list li {
        margin-bottom: 2vw;
        padding-left: 0.8em;
        font-size: 3.466vw;
        text-indent: -0.8em;
    }

    .list li:before {
        font-size: 3.6vw;
    }

    .list li a {
    }

    /* -------- post -------- */
    .post {
    }

    .post img {
    }

    .post .text {
        padding: 4vw 6vw;
    }

    .post .text .title {
        padding-bottom: 1.2vw;
        font-size: 4vw;
    }

    .post .text .period {
        font-size: 3.2vw;
    }

    /* ---------- top ------------------------------------ */

    /* slider */
    .slider {
        max-width: inherit;
        max-height: inherit;
        margin: 0 auto 8vw;
        padding: 0 12%;
    }

    .slider .post {
        max-width: inherit;
        margin: 0 4.4vw;
    }

    /* sliderControl */
    .slider .sliderControl {
        top: 40%;
        width: 12vw;
        height: 12vw;
        margin-top: -6vw;
        font-size: 0;
    }

    /* ----- top-note ----- */
    .top-note {
        padding: 0 0 35px;
    }

    .top-note a {
        font-size: 4vw;
    }

    /* ----- top-cinema ----- */
    .top-cinema {
        padding: 12vw 0 12.4vw;
    }

    .top-cinema .page-title {
        margin-bottom: 7.2vw;
        padding-bottom: 4.8vw;
    }

    .top-cinema .page-title span {
        padding: 1.6vw 4vw;
        font-size: 4.266vw;
    }

    .top-cinema .page-title:after {
        margin-top: -5.2vw;
    }

    .top-cinema .label {
        position: absolute;
        top: 29.6vw;
        left: 0;
        width: 7.2%;
    }

    .top-cinema .label img {
    }

    .top-cinema .button {
    }

    .top-cinema .button a {
        width: 68%;
        min-width: inherit;
    }

    .top-cinema .reserve-button {
        display: block;
        margin-bottom: 4.8vw;
    }

    .top-cinema .reserve-button a {
        background-color: #212121;
        color: #ffffff;
    }

    /* ----- top-event ----- */
    .top-event {
        padding: 12vw 0 12.4vw;
    }

    .top-event .label {
        position: absolute;
        top: 29.6vw;
        left: 0;
        width: 7.2%;
    }

    .top-event .label img {
    }

    .top-event .button {
    }

    .top-event .button a {
        width: 68%;
        min-width: inherit;
    }

    /* ----- top-notice ----- */
    .top-notice {
        width: 100%;
    }

    .top-notice .inner {
    }

    .top-notice .title {
        float: left;
        margin-bottom: 0;
        padding: 3.2vw 3.2vw 3.2vw 4.4vw;
        font-size: 3.466vw;
    }

    .top-notice .ticker {
        margin: 2.8vw 2.4vw 2vw 0;
    }

    .top-notice ul li {
        font-size: 3.2vw;
    }

    /* ----- top-news ----- */
    .top-news {
        padding: 10vw 6% 12vw;
    }

    .top-news .inner {
        width: auto;
        padding: 4vw 6% 9.2vw;
    }

    .top-news ul {
        margin-bottom: 2.4vw;
    }

    .top-news ul li {
        padding: 5.2vw 0;
        border-bottom: solid 2px;
    }

    .top-news ul li .date {
        display: inline-block;
        margin-right: 4vw;
        font-size: 3.2vw;
    }

    .top-news ul li .category {
        width: 28vw;
        margin-right: 0;
        padding: 1.2vw 2.4vw;
        border: solid 1px;
        font-size: 2.8vw;
    }

    .top-news ul li .title {
        float: none;
        width: auto;
        margin-top: 3.2vw;
        margin-left: 0;
        font-size: 3.466vw;
    }

    /* ----- top-about ----- */
    .top-about {
        padding: 12vw 0 12vw;
    }

    .top-about .section-title {
    }

    .top-about .border-button {
        margin-top: 4.8vw;
    }

    .top-about .border-button a {
        display: inline-block;
        padding: 2.8vw 3.2vw 2.8vw 8.4vw;
        background-position: 3.6vw center;
        background-size: 2.933vw auto;
        font-size: 3.466vw;
    }

    /* ----- top-guide ----- */
    .top-guide {
        padding: 12vw 0 12vw;
    }

    .top-guide p {
        padding: 0 6%;
        font-size: 3.2vw;
    }

    .top-guide .border-button {
        margin-top: 4.8vw;
    }

    .top-guide .border-button a {
        display: inline-block;
        padding: 2.8vw 3.2vw 2.8vw 8.4vw;
        background-position: 3.6vw center;
        background-size: 2.933vw auto;
        font-size: 3.466vw;
    }

    /* ----- top-shop ----- */
    .top-shop {
        padding: 10.8vw 8%;
        background-size: 32vw auto;
    }

    .top-shop .inner {
        position: relative;
        padding: 9.6vw 0 12.8vw;
        text-align: center;
    }

    .top-shop .logo {
        width: 33.6vw;
        margin: 0 auto 6.8vw;
    }

    .top-shop .logo img {
    }

    .top-shop .photos {
        position: relative;
        width: 84%;
        height: 44vw;
        margin: 0 auto 6.8vw;
    }

    .top-shop .photos img {
        width: 100%;
        height: auto;
    }

    .top-shop .photos .photo1 {
        position: absolute;
        top: 6.4vw;
        left: -22.8vw;
        width: 36vw;
    }

    .top-shop .photos .photo2 {
        position: absolute;
        top: 0;
        left: 19.6vw;
        width: 44vw;
    }

    .top-shop .photos .photo3 {
        position: absolute;
        top: 12vw;
        right: -48vw;
        width: 48vw;
    }

    .top-shop .photos .photo4 {
        display: none;
    }

    .top-shop .button {
        position: relative;
        z-index: 10;
        margin-top: 5.6vw;
    }

    .top-shop .button a {
        width: 81%;
        min-width: inherit;
    }

    .top-shop .border {
    }

    /* ----- top-shutcho ----- */
    .top-shutcho {
        padding: 10.8vw 8%;
    }

    .top-shutcho .inner {
        position: relative;
        padding: 8.8vw 0 12.8vw;
    }

    .top-shutcho .logo {
        width: 26vw;
        margin: 0 auto 2.8vw;
    }

    .top-shutcho .logo img {
    }

    .top-shutcho .title {
        margin-bottom: 6.4vw;
        font-size: 4.266vw;
    }

    .top-shutcho .photos {
        position: relative;
        width: auto;
        height: 48vw;
        margin: 0 -9.8% 6.4vw;
        background: url(../images/top/p_shutcho_01.jpg) no-repeat center center;
        background-size: cover;
    }

    .top-shutcho .photos .photo1 {
        display: none;
    }

    .top-shutcho .photos .photo2 {
        display: none;
    }

    .top-shutcho .button {
        margin-top: 5.6vw;
    }

    .top-shutcho .button a {
        width: 81%;
        min-width: inherit;
    }

    .top-shutcho .border {
    }

    /* ---------- about ------------------------------------ */
    .abou .page-title {
        padding: 12vw 0 18vw;
    }

    .abou-concept {
        padding: 12vw 0 12.4vw;
    }

    .abou-concept .section-title {
        margin-bottom: 6vw;
    }

    .abou-member {
        width: auto;
        margin: auto 8%;
        padding: 12vw 0 12.4vw;
    }

    .abou-member .section-title {
        margin-bottom: 9.6vw;
    }

    .abou-member .left {
        float: none;
        width: auto;
    }

    .abou-member .right {
        float: none;
        width: auto;
    }

    .abou-member .tokuten {
        margin-bottom: 9.6vw;
    }

    .abou-member .tokuten .block {
        margin-bottom: 7.2vw;
    }

    .abou-member .tokuten .num {
        width: 10vw;
        padding-right: 2.8vw;
    }

    .abou-member .tokuten .num small {
        font-size: 3.466vw;
    }

    .abou-member .tokuten .num span {
        font-size: 8vw;
    }

    .abou-member .tokuten .text {
        margin-left: 12.8vw;
        padding-left: 4vw;
    }

    .abou-member .tokuten .text .title {
        padding-bottom: 1.2vw;
        font-size: 4vw;
    }

    .abou-member .tokuten .text p {
        font-size: 3.466vw;
        line-height: 180%;
    }

    .abou-member .boshu {
        margin-bottom: 7.2vw;
    }

    .abou-member .boshu .title {
        margin-bottom: 2.8vw;
        font-size: 3.733vw;
    }

    .abou-member .boshu p {
        font-size: 3.466vw;
    }

    .abou-member .genko {
        margin-bottom: 0;
    }

    .abou-member .genko .title {
        margin-bottom: 2.8vw;
        font-size: 3.733vw;
    }

    .abou-member .genko p {
        font-size: 3.466vw;
    }

    /* price-table */
    .price-table {
        margin-bottom: 7.2vw;
    }

    .price-table thead th {
        padding: 2.8vw 1em 2.8vw 0;
        font-weight: 500;
        text-align: right;
    }

    .price-table tbody th,
    .price-table tbody td {
        padding-top: 3.6vw;
        padding-bottom: 3.6vw;
    }

    .price-table tbody th {
        width: 40%;
        font-weight: 500;
    }

    .price-table tbody td {
        width: 30%;
        padding-right: 1em;
        box-sizing: border-box;
        font-size: 3.733vw;
        text-align: right;
    }

    .abou-1f .floor-num,
    .abou-2f .floor-num {
        width: 12vw;
        margin: 0 auto 6vw;
        font-size: 4vw;
        line-height: 12vw;
    }

    .abou-1f {
    }

    .abou-1f .intro {
        width: auto;
        margin: 0 8%;
        padding-bottom: 12.4vw;
    }

    .abou-1f .intro p br {
        display: none;
    }

    .abou-1f .bg {
        right: -8vw;
        padding-right: 16vw;
    }

    .abou-1f .text {
        position: relative;
        width: auto;
        padding-top: 12vw;
        padding-bottom: 12.4vw;
    }

    .abou-1f .text .logo {
        width: 42.4vw;
        margin: 0 auto 6vw;
    }

    .abou-1f .text .logo img {
        width: 100%;
        height: auto;
    }

    .abou-1f .text .button {
        margin-top: 6.8vw;
        text-align: center;
    }

    .abou-1f .text .button a {
        width: 84%;
    }

    .abou-1f .photos {
    }

    .abou-1f .photos .photo1 {
        position: relative;
        top: inherit;
        right: inherit;
        margin-bottom: 4vw;
    }

    .abou-1f .photos .photo2 {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .abou-1f .photos img {
        width: 100%;
        height: auto;
    }

    .abou-1f .shop {
    }

    .abou-1f .shop .inner {
        width: auto;
        margin: 12vw 8% 7.2vw;
        padding-top: 9.6vw;
    }

    .abou-1f .shop .section-title {
        margin-bottom: 6vw;
    }

    .abou-1f .shop .left {
        float: none;
        width: auto;
        margin-bottom: 8vw;
    }

    .abou-1f .shop .right {
        float: none;
        width: auto;
    }

    .abou-1f .photo {
    }

    .abou-1f .photo img {
        width: 100%;
        height: auto;
    }

    .abou-2f {
        padding-top: 10vw;
        padding-bottom: 10vw;
    }

    .abou-2f .intro {
        width: auto;
        margin: auto 8%;
    }

    .abou-2f .intro p br {
        display: none;
    }

    .abou-2f .text {
        width: auto;
        margin: 0;
    }

    .abou-2f .text .logo {
        width: 18.8vw;
        margin: 0 auto 6vw;
    }

    .abou-2f .text .logo img {
        width: 100%;
        height: auto;
    }

    .abou-2f .photo {
        position: relative;
        top: inherit;
        right: inherit;
    }

    .abou-2f .photo img {
        width: 100%;
        height: auto;
    }

    .abou-2f .opentime {
        margin-top: 6vw;
        margin-bottom: 6.8vw;
        margin-left: 0;
    }

    .abou-2f .opentime .title {
        margin-bottom: 2.8vw;
        font-size: 3.733vw;
    }

    .abou-shutcho {
        width: auto;
        margin: 0 8vw 9.6vw;
        padding-top: 9.6vw;
    }

    .abou-shutcho .section-title {
        margin-bottom: 7.2vw;
    }

    .abou-shutcho .left {
        float: none;
        width: auto;
        margin-bottom: 7.2vw;
        padding-right: 0;
    }

    .abou-shutcho .right {
        float: none;
        width: auto;
        margin-top: 0;
        margin-bottom: 7.2vw;
        padding-left: 0;
    }

    .abou-shutcho .photo {
        margin-bottom: 6.4vw;
    }

    .abou-shutcho .left .photo {
        margin-left: 0;
    }

    .abou-shutcho .right .photo {
        margin-right: 0;
    }

    .abou-shutcho .photo img {
    }

    .abou-shutcho .title {
        margin-bottom: 2.8vw;
        font-size: 3.733vw;
    }

    .abou-access {
        clear: both;
        width: auto;
        margin: 0 8%;
        padding-top: 9.6vw;
    }

    .abou-access .button {
        margin-top: 4vw;
    }

    .abou-gmap {
        height: 60vw;
        margin-top: 10.4vw;
    }

    /* ---------- fee ------------------------------------ */
    .fee .page-title {
        padding: 12vw 0 18vw;
    }

    .fee-cinema .inner {
        width: auto;
        margin: 12.4vw 8% 10.4vw;
    }

    .fee-cinema .section-title {
        margin-bottom: 7.2vw;
    }

    .fee-cinema .left {
        float: none;
        width: auto;
        margin-bottom: 7.2vw;
    }

    .fee-cinema .right {
        float: none;
        width: auto;
    }

    .fee-cinema .title {
        margin-bottom: 2.8vw;
        font-size: 3.733vw;
    }

    .fee-cinema .opentime {
        margin-bottom: 7.2vw;
    }

    .fee-cinema .table th {
        font-weight: 500;
    }

    .fee-cinema .table td {
        text-align: right;
    }

    .fee-cinema .price p {
        font-size: 3.266vw;
    }

    .fee-cinema .price sup {
        font-size: 4vw;
    }

    /* price-table */
    .price-table {
        margin-bottom: 2.4vw;
    }

    .price-table thead th {
        padding: 0 1em 2.8vw 0;
        font-weight: 500;
        text-align: right;
    }

    .price-table tbody th,
    .price-table tbody td {
        padding-top: 3.6vw;
        padding-bottom: 3.6vw;
    }

    .price-table tbody th {
        width: 40%;
        font-weight: 500;
    }

    .price-table tbody td {
        width: 30%;
        padding-right: 1em;
        box-sizing: border-box;
        font-size: 3.733vw;
        text-align: right;
    }

    .fee-cafemenu {
        width: auto;
        margin: auto 8%;
        padding: 12vw 0 12.4vw;
    }

    .fee-cafemenu .section-title {
        margin-bottom: 6vw;
    }

    .fee-cafemenu .button {
        margin-top: 6.4vw;
    }

    .fee-member {
        width: auto;
        margin: auto 8%;
        padding: 12vw 0 12.4vw;
    }

    .fee-member .section-title {
        margin-bottom: 9.6vw;
    }

    .fee-member .left {
        float: none;
        width: auto;
    }

    .fee-member .right {
        float: none;
        width: auto;
    }

    .fee-member .tokuten {
        margin-bottom: 10.8vw;
    }

    .fee-member .tokuten .block {
        margin-bottom: 7.2vw;
    }

    .fee-member .tokuten .num {
        width: 10vw;
        padding-right: 2.8vw;
    }

    .fee-member .tokuten .num small {
        font-size: 3.466vw;
    }

    .fee-member .tokuten .num span {
        font-size: 8vw;
    }

    .fee-member .tokuten .text {
        margin-left: 12.8vw;
        padding-left: 4vw;
    }

    .fee-member .tokuten .text .title {
        padding-bottom: 1.2vw;
        font-size: 4vw;
    }

    .fee-member .tokuten .text p {
        font-size: 3.466vw;
        line-height: 180%;
    }

    .fee-member .boshu {
        margin-bottom: 7.2vw;
    }

    .fee-member .boshu .title {
        margin-bottom: 2.8vw;
        font-size: 3.733vw;
    }

    .fee-member .boshu p {
        font-size: 3.466vw;
    }

    .fee-member .genko {
        margin-bottom: 0;
    }

    .fee-member .genko .title {
        margin-bottom: 2.8vw;
        font-size: 3.733vw;
    }

    .fee-member .genko p {
        font-size: 3.466vw;
    }

    /* fee-access */
    .fee-access {
        width: auto;
        margin: 0 8%;
        padding: 12vw 0 12.4vw;
    }

    .fee-access .gmap {
        height: 240px;
        margin: 4vw auto 8vw;
    }

    /* ---------- cinema & event ------------------------------------ */
    .cine .contents {
        padding-top: 12vw;
        padding-bottom: 12.4vw;
    }

    .even .contents {
        padding-top: 12vw;
        padding-bottom: 12.4vw;
    }

    .cine .page-title,
    .even .page-title {
        margin-bottom: 7.2vw;
    }

    .post-nav {
        width: auto;
        margin: 0 8% 9.2vw;
        padding: 5.6vw 0 4vw;
    }

    .post-nav:before {
    }

    .post-nav ul {
        margin: 0 0 0 5.6vw;
        text-align: left;
    }

    .post-nav ul li {
        margin: 0 2.4vw 1.6vw;
        font-size: 3.466vw;
    }

    .post-nav .icon {
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 2vw;
        margin-bottom: 1px;
    }

    .post-nav .icon.current:after {
        top: 0.8vw;
        left: 0.8vw;
        width: 1.066vw;
        height: 1.066vw;
    }

    .posts-wrapper {
        margin: auto;
        padding: 0 8% 4vw;
    }

    .posts-wrapper .label {
        display: none;
    }

    .posts-wrapper .label img {
        max-width: 100%;
        height: auto;
    }

    .posts {
        margin: 0 8%;
    }

    .posts .post {
        width: auto;
        max-width: auto;
        margin: 0 0 8vw;
    }

    /* -------- detail -------- */

    /* detail-block */
    .detail-block {
        width: auto;
        margin: 0 4% 10.4vw;
        padding: 9.6vw 6% 10vw;
    }

    .detail-block .title-block {
        margin-bottom: 8vw;
        padding: 0 0 6.8vw;
        background-size: auto 4vw;
    }

    .detail-block .title {
        padding-bottom: 0.4vw;
        font-size: 4.8vw;
    }

    .detail-block .period {
        font-size: 3.466vw;
    }

    .detail-block .share {
        padding-bottom: 7.2vw;
    }

    .detail-block .share .inner {
        padding: 2.4vw 2.4vw 2.4vw 4vw;
    }

    .detail-block .share:after {
        width: 100%;
        margin: -5.6vw auto 0;
    }

    .detail-block .share .label {
        font-size: 3.466vw;
    }

    .detail-block .share .label:after {
        height: 4vw;
        margin-left: 3.6vw;
        vertical-align: text-top;
    }

    .detail-block .share ul {
        margin-left: 2.4vw;
    }

    .detail-block .share ul li {
        margin: 0 0.8vw;
    }

    .detail-block .share ul li a {
        height: auto;
        padding: 0 1.2vw;
        font-size: 4.4vw;
    }

    /* hatenaアイコン */
    .fa-hatena:before {
        font-size: 4.8vw;
    }

    .detail-block .content {
        padding-top: 6.4vw;
        padding-bottom: 6.4vw;
    }

    .detail-block .content .left {
        float: none;
        width: auto;
    }

    .detail-block .content .left .photo {
        margin-bottom: 4vw;
    }

    .detail-block .content .left .photo:last-child {
        margin-bottom: 5.2vw;
    }

    .detail-block .content .left .photo img {
    }

    .detail-block .content .left .photo p {
        margin-top: 2.4vw;
        margin-bottom: -1.2vw;
        font-size: 3.2vw;
    }

    .detail-block .content .right {
        float: none;
        width: auto;
    }

    .detail-block .content .description {
        margin-bottom: 4.8vw;
        padding-bottom: 7.2vw;
    }

    .detail-block .content .table th {
        min-height: 5em;
    }

    .detail-block .page-nav {
    }

    .detail-block .page-nav a {
        width: 12vw;
        height: 12vw;
    }

    .detail-block .page-nav a img {
        width: 100%;
        height: auto;
    }

    .detail-block .page-nav .prev {
        position: fixed;
        top: 50%;
        left: 0;
        margin-top: -7vw;
        background: url(../images/slide_prev.png) no-repeat left center;
        background-size: 100% auto;
    }

    .detail-block .page-nav .next {
        position: fixed;
        top: 50%;
        right: 0;
        margin-top: -7vw;
        background: url(../images/slide_next.png) no-repeat left center;
        background-size: 100% auto;
    }

    .back-button a {
        width: 80%;
    }

    /* ---------- news ------------------------------------ */
    .news .contents {
        padding: 12vw 0 12.4vw;
    }

    .news .page-title {
        margin-bottom: 7.2vw;
    }

    .news-wrapper {
        padding: 10vw 8% 8vw;
    }

    .news-posts {
        float: none;
        width: auto;
        margin-bottom: 10vw;
    }

    .news-posts ul {
        margin-bottom: 6vw;
    }

    .news-posts ul li {
        padding: 5.2vw 0;
        border-bottom: solid 2px;
    }

    .news-posts ul li:first-child {
        border-top: solid 2px;
    }

    .news-posts ul li {
        padding: 5.2vw 0;
        border-bottom: solid 2px;
    }

    .news-posts ul li .date {
        display: inline-block;
        margin-right: 4vw;
        font-size: 3.2vw;
    }

    .news-posts ul li .category {
        width: 28vw;
        margin-right: 0;
        padding: 1.2vw 2.4vw;
        border: solid 1px;
        font-size: 2.8vw;
    }

    .news-posts ul li .title {
        float: none;
        width: auto;
        margin-top: 3.2vw;
        margin-left: 0;
        font-size: 3.466vw;
    }

    .news-posts .pagenav {
        margin-top: 6vw;
    }

    .news-sidebar {
        float: none;
        width: auto;
    }

    .news-sidebar .category {
        margin-bottom: 8vw;
    }

    .news-sidebar .title {
        margin-bottom: 1vw;
        padding: 3.2vw 4vw;
        font-size: 3.466vw;
    }

    .news-sidebar ul li a {
        padding: 3.2vw 5.2vw;
        border-bottom: solid 1px;
        background: url(../images/ic_calendar_next.gif) no-repeat left 1.2vw
            center;
        background-size: 2.4vw auto;
        font-size: 3.2vw;
    }

    .news-header {
        padding: 6vw 0 5.2vw;
        border-top: 2px solid;
    }

    .news-header .date {
        margin-right: 3.2vw;
        font-size: 3.2vw;
    }

    .news-header .category {
        width: 28vw;
        margin-right: 0;
        padding: 1.2vw 2.4vw;
        border: solid 1px;
        font-size: 2.8vw;
    }

    .news-header .title {
        padding-top: 3.6vw;
        font-size: 4vw;
    }

    .news-content {
        padding-top: 7.2vw;
        padding-bottom: 8vw;
        border-top: solid 1px;
        border-bottom: solid 2px;
    }

    .news-posts .button {
        margin-top: 6vw;
        text-align: left;
    }

    .news-posts .postbody img {
        max-width: 100%;
        height: auto;
    }

    .news-wrapper .page-nav {
    }

    .news-wrapper .page-nav a {
        width: 12vw;
        height: 12vw;
    }

    .news-wrapper .page-nav a img {
        width: 100%;
        height: auto;
    }

    .news-wrapper .page-nav .prev {
        position: fixed;
        top: 50%;
        left: 0;
        margin-top: -7vw;
        background: url(../images/slide_prev.png) no-repeat left center;
        background-size: 100% auto;
    }

    .news-wrapper .page-nav .next {
        position: fixed;
        top: 50%;
        right: 0;
        margin-top: -7vw;
        background: url(../images/slide_next.png) no-repeat left center;
        background-size: 100% auto;
    }

    /* ---------- schedule ------------------------------------ */
    .sche .contents {
        padding-bottom: 12vw;
    }

    .sche-intro {
        padding: 12vw 8% 7.2vw;
        text-align: left;
    }

    .sche-intro .page-title {
        margin-bottom: 7.2vw;
    }

    .sche-intro .page-title:after {
        width: 100%;
    }

    .sche-category {
        width: auto;
        margin: 0 8% 9.6vw;
        padding: 5.2vw 0 5.2vw;
    }

    .sche-category:before {
    }

    .sche-category ul {
        position: relative;
        font-size: 0;
        text-align: center;
    }

    .sche-category ul li {
        margin: 0 2vw;
        font-size: 3.466vw;
    }

    .sche-category .color {
        width: 3.6vw;
        height: 3.6vw;
        margin-right: 1.2vw;
        margin-bottom: 1px;
    }

    .sche-status {
        margin-bottom: 7.2vw;
        text-align: center;
    }

    .sche-status .title {
        margin-bottom: 1.2vw;
        padding-bottom: 1px;
        font-size: 3.733vw;
    }

    .sche-calendar {
        margin-bottom: 12.4vw;
    }

    .rese-block {
        width: auto;
        margin: 0 4%;
        padding: 9.2vw 6% 12.4vw;
    }

    .rese-block a {
        color: #757575;
        text-decoration: underline;
    }

    .rese-block form {
        width: auto;
    }

    .rese-block .section-title {
        margin-bottom: 7.2vw;
        padding-bottom: 6.8vw;
        font-size: 4.8vw;
    }

    .notice-block {
        width: auto;
        margin: 8.4vw 0 7.2vw;
        padding: 0 4% 4.4vw;
    }

    .notice-block .title {
        margin-top: -0.6em;
        padding: 0 0 1.4em;
        font-size: 4vw;
    }

    .notice-block .title span {
        padding: 0 1em;
    }

    .notice-block .list {
    }

    .notice-block .list li {
        font-size: 3.466vw;
    }

    .rese-block .form-table th {
        width: auto;
    }

    .rese-block .form-submit {
        margin-top: 8vw;
    }

    /* ---------- livehall ------------------------------------ */
    .live .contents,
    .entr .contents {
        padding-bottom: 12.4vw;
    }

    .livehall-intro {
        padding: 12vw 0 9.6vw;
    }

    .livehall-intro .page-title {
        margin-bottom: 7.2vw;
    }

    .livehall-pagenav {
        width: auto;
        margin: 0 8% 9.2vw;
        padding: 5.6vw 0 4vw;
    }

    .livehall-pagenav:before {
    }

    .livehall-pagenav ul {
        margin: 0 0 0 5.6vw;
        text-align: left;
    }

    .livehall-pagenav li {
        margin: 0 2.4vw 1.6vw;
    }

    .livehall-pagenav li a {
        padding-left: 5.067vw;
        background: url(../images/ic_calendar_next.gif) no-repeat left center /
            2.666vw 3.466vw;
        font-size: 3.466vw;
    }

    #livehallSlider {
        margin-bottom: 9.6vw;
    }

    #livehallSlider li {
        margin: 0 1.6vw;
    }

    #livehallSlider p {
        margin-top: 2.4vw;
        font-size: 3.733vw;
    }

    #livehallSlider .sliderControl {
        margin-top: -6.4vw;
    }

    #livehallSlider .sliderPrev {
        left: calc(4% + 3.2vw);
    }

    #livehallSlider .sliderNext {
        right: calc(4% + 3.2vw);
    }

    .livehall-wrapper {
        width: auto;
        margin: 0 4%;
        padding: 9.6vw 6% 12.4vw;
    }

    .livehall-block {
        width: 100%;
        padding-top: 12.8vw;
        padding-bottom: 13.6vw;
    }

    .livehall-charge-wrapper {
        width: 100%;
        margin-top: 7vw;
        overflow-x: scroll;
    }

    .livehall-charge {
        width: 224vw;
        height: 46.4vw;
    }

    .livehall-equipment {
        display: block;
        margin: 4.8vw 0 7.2vw;
    }

    .livehall-equipment .list {
        width: 100%;
    }

    .livehall-flow-wrapper {
        display: block;
        margin-top: 8vw;
    }

    .livehall-step {
        width: 100%;
    }

    .livehall-step li {
        margin-bottom: 6.4vw;
    }

    .livehall-step .num {
        padding-right: 4.8vw;
        font-size: 6.4vw;
    }

    .livehall-step .num span {
        font-size: 3.2vw;
    }

    .livehall-step .text {
        width: calc(100% - 17.333vw);
    }

    .livehall-step .text h4 {
        font-size: 3.733vw;
    }

    .livehall-cta {
        width: 100%;
    }

    .livehall-cta .button {
        margin-bottom: 4vw;
    }

    .livehall-cta .button a {
        min-width: 100%;
    }

    .livehall-preview-button {
        margin-bottom: 7.2vw;
    }

    .livehall-reverve-button {
        margin-bottom: 8vw;
    }

    #reserve iframe {
        width: 100%;
        height: 360px;
    }

    /* ---------- contact ------------------------------------ */
    .cont .contents {
        padding-bottom: 12.4vw;
    }

    .contact-intro {
        padding: 12vw 0 9.6vw;
        text-align: center;
    }

    .contact-intro .page-title {
        margin-bottom: 7.2vw;
    }

    .contact-block {
        width: auto;
        margin: 0 4%;
        padding: 9.6vw 6% 12.4vw;
    }

    .contact-block .section-title {
        margin-bottom: 7.2vw;
        padding-bottom: 6.8vw;
        font-size: 4.8vw;
    }

    .contact-block form {
        width: auto;
    }

    .contact-block a {
    }

    /* form-table */
    .form-table {
        margin: 0;
    }

    .form-table th,
    .form-table td {
        display: block;
        width: 100%;
        border-bottom: none;
        box-sizing: border-box;
        font-size: 3.466vw;
    }

    .form-table th {
        padding: 3.6vw 0 0;
    }

    .form-table td {
        padding: 1.2vw 0 3.6vw;
        border-top: none;
    }

    .form-table .required,
    .form-table .optional {
        float: none;
        margin-top: 0;
        margin-left: 2vw;
        padding: 2px 3px;
        font-size: 2.666vw;
        vertical-align: text-top;
    }

    .form-table input[type="text"],
    .form-table input[type="email"],
    .form-table input[type="tel"],
    .form-table input[type="password"],
    .form-table textarea {
        width: 100%;
        padding: 1.6vw 1.2vw;
        font-size: 4vw;
    }

    .form-table textarea {
        height: 30vw;
    }

    .form-table .confirm {
        margin: 0;
        padding: 1.2vw 0;
        font-size: 3.2vw;
    }

    .form-table .example {
        padding-top: 1.6vw;
        padding-left: 0;
        font-size: 3.2vw;
    }

    p.form-privacy {
        padding-top: 7.2vw;
        font-size: 3.2vw;
    }

    .form-submit {
        width: 86%;
        margin-top: 7.2vw;
    }

    .form-submit input {
        width: 100%;
        margin: auto;
        padding: 3.466vw 10vw;
        box-sizing: border-box;
        font-size: 3.466vw;
    }

    .form-submit:before {
        bottom: -5px;
        left: 3px;
        height: 2px;
        padding-right: 1px;
    }

    .form-submit:hover:before {
        bottom: -2px;
        left: 0;
    }

    .form-submit:after {
        top: 3px;
        right: -4px;
        width: 2px;
        padding-bottom: 1px;
    }

    .form-submit:hover:after {
        top: 0;
        right: -2px;
    }

    /* ---------- privacy ------------------------------------ */
    .priv .contents {
        padding-top: 12vw;
        padding-bottom: 12.4vw;
    }

    .priv .page-title {
        margin-bottom: 9.6vw;
    }

    .privacy-block {
        width: auto;
        margin: 0 4%;
        padding: 9.6vw 6% 4vw;
    }

    .privacy-block .block {
        margin-top: 7.2vw;
        margin-bottom: 7.2vw;
    }

    .privacy-block .title {
        margin-bottom: 3.2vw;
        font-size: 3.733vw;
    }

    .privacy-block .title .num {
        padding-right: 1.6vw;
        font-size: 4vw;
    }

    .privacy-block .block p {
        margin-bottom: 7.2vw;
    }

    /* ---------- wordpress ------------------------------------ */

    /* wp-pagenavi */
    .pagenav {
        margin: 0 8% 0;
    }

    .wp-pagenavi {
        position: relative;
        clear: both;
        margin: 0 auto;
        font-size: 0;
        text-align: center;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 9.6vw;
        height: 9.6vw;
        margin: 0 1.2vw;
        font-size: 3.466vw;
        line-height: 9.6vw;
    }

    .wp-pagenavi a.first,
    .wp-pagenavi a.last {
        padding: 0 16px;
    }

    .wp-pagenavi span.pages {
        display: none;
    }

    /* postbody */
    .postbody {
    }

    .postbody h1,
    .postbody h2 {
        padding: 0.8em 0;
        font-weight: bold;
        font-size: 15px;
        letter-spacing: 0.08em;
    }

    .postbody h3,
    .postbody h4 {
        padding: 0.6em 0;
        font-weight: bold;
        font-size: 13px;
        letter-spacing: 0.08em;
    }

    .postbody p {
        margin-bottom: 0.8em;
        font-size: 13px;
    }

    .postbody img {
        max-width: 100%;
        height: auto;
        margin: 0.7em auto 1.5em;
    }

    .postbody img:first-child {
        margin-top: 0;
    }

    .postbody ul {
    }

    .postbody ul > li {
        padding-bottom: 0.3em;
        padding-left: 0.2em;
        font-size: 13px;
    }

    .postbody ol {
        margin-bottom: 1em;
    }

    .postbody ol > li {
        padding-bottom: 0.3em;
        padding-left: 0.2em;
        font-size: 13px;
    }

    .postbody table {
        width: 100%;
        margin-bottom: 1.5em;
    }

    .postbody table th,
    .postbody table td {
        padding: 8px 10px;
        font-size: 13px;
    }

    .postbody .alignleft {
        float: none;
        margin-right: 0;
    }

    .postbody .alignright {
        float: none;
        margin-left: 0;
    }

    .postbody .aligncenter {
    }
}
