@charset "UTF-8";

/*
Theme Name: ISNT IT SENDAI PC theme
Version: 1.0
*/


/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.4.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'thin';
    src: url('./fonts/thin.ttf') format('truetype');
    src: url('./fonts/thin.woff') format('woff');
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.8571428571em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "?";
}

.fa-music:before {
    content: "?";
}

.fa-search:before {
    content: "?";
}

.fa-envelope-o:before {
    content: "?";
}

.fa-heart:before {
    content: "?";
}

.fa-star:before {
    content: "?";
}

.fa-star-o:before {
    content: "?";
}

.fa-user:before {
    content: "?";
}

.fa-film:before {
    content: "?";
}

.fa-th-large:before {
    content: "?";
}

.fa-th:before {
    content: "?";
}

.fa-th-list:before {
    content: "?";
}

.fa-check:before {
    content: "?";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "?";
}

.fa-search-plus:before {
    content: "?";
}

.fa-search-minus:before {
    content: "?";
}

.fa-power-off:before {
    content: "?";
}

.fa-signal:before {
    content: "?";
}

.fa-gear:before,
.fa-cog:before {
    content: "?";
}

.fa-trash-o:before {
    content: "?";
}

.fa-home:before {
    content: "?";
}

.fa-file-o:before {
    content: "?";
}

.fa-clock-o:before {
    content: "?";
}

.fa-road:before {
    content: "?";
}

.fa-download:before {
    content: "?";
}

.fa-arrow-circle-o-down:before {
    content: "?";
}

.fa-arrow-circle-o-up:before {
    content: "?";
}

.fa-inbox:before {
    content: "?";
}

.fa-play-circle-o:before {
    content: "?";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "?";
}

.fa-refresh:before {
    content: "?";
}

.fa-list-alt:before {
    content: "?";
}

.fa-lock:before {
    content: "?";
}

.fa-flag:before {
    content: "?";
}

.fa-headphones:before {
    content: "?";
}

.fa-volume-off:before {
    content: "?";
}

.fa-volume-down:before {
    content: "?";
}

.fa-volume-up:before {
    content: "?";
}

.fa-qrcode:before {
    content: "?";
}

.fa-barcode:before {
    content: "?";
}

.fa-tag:before {
    content: "?";
}

.fa-tags:before {
    content: "?";
}

.fa-book:before {
    content: "?";
}

.fa-bookmark:before {
    content: "?";
}

.fa-print:before {
    content: "?";
}

.fa-camera:before {
    content: "?";
}

.fa-font:before {
    content: "?";
}

.fa-bold:before {
    content: "?";
}

.fa-italic:before {
    content: "?";
}

.fa-text-height:before {
    content: "?";
}

.fa-text-width:before {
    content: "?";
}

.fa-align-left:before {
    content: "?";
}

.fa-align-center:before {
    content: "?";
}

.fa-align-right:before {
    content: "?";
}

.fa-align-justify:before {
    content: "?";
}

.fa-list:before {
    content: "?";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "?";
}

.fa-indent:before {
    content: "?";
}

.fa-video-camera:before {
    content: "?";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "?";
}

.fa-pencil:before {
    content: "?";
}

.fa-map-marker:before {
    content: "?";
}

.fa-adjust:before {
    content: "?";
}

.fa-tint:before {
    content: "?";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "?";
}

.fa-share-square-o:before {
    content: "?";
}

.fa-check-square-o:before {
    content: "?";
}

.fa-arrows:before {
    content: "?";
}

.fa-step-backward:before {
    content: "?";
}

.fa-fast-backward:before {
    content: "?";
}

.fa-backward:before {
    content: "?";
}

.fa-play:before {
    content: "?";
}

.fa-pause:before {
    content: "?";
}

.fa-stop:before {
    content: "?";
}

.fa-forward:before {
    content: "?";
}

.fa-fast-forward:before {
    content: "?";
}

.fa-step-forward:before {
    content: "?";
}

.fa-eject:before {
    content: "?";
}

.fa-chevron-left:before {
    content: "?";
}

.fa-chevron-right:before {
    content: "?";
}

.fa-plus-circle:before {
    content: "?";
}

.fa-minus-circle:before {
    content: "?";
}

.fa-times-circle:before {
    content: "?";
}

.fa-check-circle:before {
    content: "?";
}

.fa-question-circle:before {
    content: "?";
}

.fa-info-circle:before {
    content: "?";
}

.fa-crosshairs:before {
    content: "?";
}

.fa-times-circle-o:before {
    content: "?";
}

.fa-check-circle-o:before {
    content: "?";
}

.fa-ban:before {
    content: "?";
}

.fa-arrow-left:before {
    content: "?";
}

.fa-arrow-right:before {
    content: "?";
}

.fa-arrow-up:before {
    content: "?";
}

.fa-arrow-down:before {
    content: "?";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "?";
}

.fa-expand:before {
    content: "?";
}

.fa-compress:before {
    content: "?";
}

.fa-plus:before {
    content: "?";
}

.fa-minus:before {
    content: "?";
}

.fa-asterisk:before {
    content: "?";
}

.fa-exclamation-circle:before {
    content: "?";
}

.fa-gift:before {
    content: "?";
}

.fa-leaf:before {
    content: "?";
}

.fa-fire:before {
    content: "?";
}

.fa-eye:before {
    content: "?";
}

.fa-eye-slash:before {
    content: "?";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "?";
}

.fa-plane:before {
    content: "?";
}

.fa-calendar:before {
    content: "?";
}

.fa-random:before {
    content: "?";
}

.fa-comment:before {
    content: "?";
}

.fa-magnet:before {
    content: "?";
}

.fa-chevron-up:before {
    content: "?";
}

.fa-chevron-down:before {
    content: "?";
}

.fa-retweet:before {
    content: "?";
}

.fa-shopping-cart:before {
    content: "?";
}

.fa-folder:before {
    content: "?";
}

.fa-folder-open:before {
    content: "?";
}

.fa-arrows-v:before {
    content: "?";
}

.fa-arrows-h:before {
    content: "?";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "?";
}

.fa-twitter-square:before {
    content: "?";
}

.fa-facebook-square:before {
    content: "?";
}

.fa-camera-retro:before {
    content: "?";
}

.fa-key:before {
    content: "?";
}

.fa-gears:before,
.fa-cogs:before {
    content: "?";
}

.fa-comments:before {
    content: "?";
}

.fa-thumbs-o-up:before {
    content: "?";
}

.fa-thumbs-o-down:before {
    content: "?";
}

.fa-star-half:before {
    content: "?";
}

.fa-heart-o:before {
    content: "?";
}

.fa-sign-out:before {
    content: "?";
}

.fa-linkedin-square:before {
    content: "?";
}

.fa-thumb-tack:before {
    content: "?";
}

.fa-external-link:before {
    content: "?";
}

.fa-sign-in:before {
    content: "?";
}

.fa-trophy:before {
    content: "?";
}

.fa-github-square:before {
    content: "?";
}

.fa-upload:before {
    content: "?";
}

.fa-lemon-o:before {
    content: "?";
}

.fa-phone:before {
    content: "?";
}

.fa-square-o:before {
    content: "?";
}

.fa-bookmark-o:before {
    content: "?";
}

.fa-phone-square:before {
    content: "?";
}

.fa-twitter:before {
    content: "?";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "?";
}

.fa-github:before {
    content: "?";
}

.fa-unlock:before {
    content: "?";
}

.fa-credit-card:before {
    content: "?";
}

.fa-feed:before,
.fa-rss:before {
    content: "?";
}

.fa-hdd-o:before {
    content: "?";
}

.fa-bullhorn:before {
    content: "?";
}

.fa-bell:before {
    content: "?";
}

.fa-certificate:before {
    content: "?";
}

.fa-hand-o-right:before {
    content: "?";
}

.fa-hand-o-left:before {
    content: "?";
}

.fa-hand-o-up:before {
    content: "?";
}

.fa-hand-o-down:before {
    content: "?";
}

.fa-arrow-circle-left:before {
    content: "?";
}

.fa-arrow-circle-right:before {
    content: "?";
}

.fa-arrow-circle-up:before {
    content: "?";
}

.fa-arrow-circle-down:before {
    content: "?";
}

.fa-globe:before {
    content: "?";
}

.fa-wrench:before {
    content: "?";
}

.fa-tasks:before {
    content: "?";
}

.fa-filter:before {
    content: "?";
}

.fa-briefcase:before {
    content: "?";
}

.fa-arrows-alt:before {
    content: "?";
}

.fa-group:before,
.fa-users:before {
    content: "?";
}

.fa-chain:before,
.fa-link:before {
    content: "?";
}

.fa-cloud:before {
    content: "?";
}

.fa-flask:before {
    content: "?";
}

.fa-cut:before,
.fa-scissors:before {
    content: "?";
}

.fa-copy:before,
.fa-files-o:before {
    content: "?";
}

.fa-paperclip:before {
    content: "?";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "?";
}

.fa-square:before {
    content: "?";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "?";
}

.fa-list-ul:before {
    content: "?";
}

.fa-list-ol:before {
    content: "?";
}

.fa-strikethrough:before {
    content: "?";
}

.fa-underline:before {
    content: "?";
}

.fa-table:before {
    content: "?";
}

.fa-magic:before {
    content: "?";
}

.fa-truck:before {
    content: "?";
}

.fa-pinterest:before {
    content: "?";
}

.fa-pinterest-square:before {
    content: "?";
}

.fa-google-plus-square:before {
    content: "?";
}

.fa-google-plus:before {
    content: "?";
}

.fa-money:before {
    content: "?";
}

.fa-caret-down:before {
    content: "?";
}

.fa-caret-up:before {
    content: "?";
}

.fa-caret-left:before {
    content: "?";
}

.fa-caret-right:before {
    content: "?";
}

.fa-columns:before {
    content: "?";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "?";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "?";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "?";
}

.fa-envelope:before {
    content: "?";
}

.fa-linkedin:before {
    content: "?";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "?";
}

.fa-legal:before,
.fa-gavel:before {
    content: "?";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "?";
}

.fa-comment-o:before {
    content: "?";
}

.fa-comments-o:before {
    content: "?";
}

.fa-flash:before,
.fa-bolt:before {
    content: "?";
}

.fa-sitemap:before {
    content: "?";
}

.fa-umbrella:before {
    content: "?";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "?";
}

.fa-lightbulb-o:before {
    content: "?";
}

.fa-exchange:before {
    content: "?";
}

.fa-cloud-download:before {
    content: "?";
}

.fa-cloud-upload:before {
    content: "?";
}

.fa-user-md:before {
    content: "?";
}

.fa-stethoscope:before {
    content: "?";
}

.fa-suitcase:before {
    content: "?";
}

.fa-bell-o:before {
    content: "?";
}

.fa-coffee:before {
    content: "?";
}

.fa-cutlery:before {
    content: "?";
}

.fa-file-text-o:before {
    content: "?";
}

.fa-building-o:before {
    content: "?";
}

.fa-hospital-o:before {
    content: "?";
}

.fa-ambulance:before {
    content: "?";
}

.fa-medkit:before {
    content: "?";
}

.fa-fighter-jet:before {
    content: "?";
}

.fa-beer:before {
    content: "?";
}

.fa-h-square:before {
    content: "?";
}

.fa-plus-square:before {
    content: "?";
}

.fa-angle-double-left:before {
    content: "?";
}

.fa-angle-double-right:before {
    content: "?";
}

.fa-angle-double-up:before {
    content: "?";
}

.fa-angle-double-down:before {
    content: "?";
}

.fa-angle-left:before {
    content: "?";
}

.fa-angle-right:before {
    content: "?";
}

.fa-angle-up:before {
    content: "?";
}

.fa-angle-down:before {
    content: "?";
}

.fa-desktop:before {
    content: "?";
}

.fa-laptop:before {
    content: "?";
}

.fa-tablet:before {
    content: "?";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "?";
}

.fa-circle-o:before {
    content: "?";
}

.fa-quote-left:before {
    content: "?";
}

.fa-quote-right:before {
    content: "?";
}

.fa-spinner:before {
    content: "?";
}

.fa-circle:before {
    content: "?";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "?";
}

.fa-github-alt:before {
    content: "?";
}

.fa-folder-o:before {
    content: "?";
}

.fa-folder-open-o:before {
    content: "?";
}

.fa-smile-o:before {
    content: "?";
}

.fa-frown-o:before {
    content: "?";
}

.fa-meh-o:before {
    content: "?";
}

.fa-gamepad:before {
    content: "?";
}

.fa-keyboard-o:before {
    content: "?";
}

.fa-flag-o:before {
    content: "?";
}

.fa-flag-checkered:before {
    content: "?";
}

.fa-terminal:before {
    content: "?";
}

.fa-code:before {
    content: "?";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "?";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "?";
}

.fa-location-arrow:before {
    content: "?";
}

.fa-crop:before {
    content: "?";
}

.fa-code-fork:before {
    content: "?";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "?";
}

.fa-question:before {
    content: "?";
}

.fa-info:before {
    content: "?";
}

.fa-exclamation:before {
    content: "?";
}

.fa-superscript:before {
    content: "?";
}

.fa-subscript:before {
    content: "?";
}

.fa-eraser:before {
    content: "?";
}

.fa-puzzle-piece:before {
    content: "?";
}

.fa-microphone:before {
    content: "?";
}

.fa-microphone-slash:before {
    content: "?";
}

.fa-shield:before {
    content: "?";
}

.fa-calendar-o:before {
    content: "?";
}

.fa-fire-extinguisher:before {
    content: "?";
}

.fa-rocket:before {
    content: "?";
}

.fa-maxcdn:before {
    content: "?";
}

.fa-chevron-circle-left:before {
    content: "?";
}

.fa-chevron-circle-right:before {
    content: "?";
}

.fa-chevron-circle-up:before {
    content: "?";
}

.fa-chevron-circle-down:before {
    content: "?";
}

.fa-html5:before {
    content: "?";
}

.fa-css3:before {
    content: "?";
}

.fa-anchor:before {
    content: "?";
}

.fa-unlock-alt:before {
    content: "?";
}

.fa-bullseye:before {
    content: "?";
}

.fa-ellipsis-h:before {
    content: "?";
}

.fa-ellipsis-v:before {
    content: "?";
}

.fa-rss-square:before {
    content: "?";
}

.fa-play-circle:before {
    content: "?";
}

.fa-ticket:before {
    content: "?";
}

.fa-minus-square:before {
    content: "?";
}

.fa-minus-square-o:before {
    content: "?";
}

.fa-level-up:before {
    content: "?";
}

.fa-level-down:before {
    content: "?";
}

.fa-check-square:before {
    content: "?";
}

.fa-pencil-square:before {
    content: "?";
}

.fa-external-link-square:before {
    content: "?";
}

.fa-share-square:before {
    content: "?";
}

.fa-compass:before {
    content: "?";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "?";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "?";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "?";
}

.fa-euro:before,
.fa-eur:before {
    content: "?";
}

.fa-gbp:before {
    content: "?";
}

.fa-dollar:before,
.fa-usd:before {
    content: "?";
}

.fa-rupee:before,
.fa-inr:before {
    content: "?";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "?";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "?";
}

.fa-won:before,
.fa-krw:before {
    content: "?";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "?";
}

.fa-file:before {
    content: "?";
}

.fa-file-text:before {
    content: "?";
}

.fa-sort-alpha-asc:before {
    content: "?";
}

.fa-sort-alpha-desc:before {
    content: "?";
}

.fa-sort-amount-asc:before {
    content: "?";
}

.fa-sort-amount-desc:before {
    content: "?";
}

.fa-sort-numeric-asc:before {
    content: "?";
}

.fa-sort-numeric-desc:before {
    content: "?";
}

.fa-thumbs-up:before {
    content: "?";
}

.fa-thumbs-down:before {
    content: "?";
}

.fa-youtube-square:before {
    content: "?";
}

.fa-youtube:before {
    content: "?";
}

.fa-xing:before {
    content: "?";
}

.fa-xing-square:before {
    content: "?";
}

.fa-youtube-play:before {
    content: "?";
}

.fa-dropbox:before {
    content: "?";
}

.fa-stack-overflow:before {
    content: "?";
}

.fa-instagram:before {
    content: "?";
}

.fa-flickr:before {
    content: "?";
}

.fa-adn:before {
    content: "?";
}

.fa-bitbucket:before {
    content: "?";
}

.fa-bitbucket-square:before {
    content: "?";
}

.fa-tumblr:before {
    content: "?";
}

.fa-tumblr-square:before {
    content: "?";
}

.fa-long-arrow-down:before {
    content: "?";
}

.fa-long-arrow-up:before {
    content: "?";
}

.fa-long-arrow-left:before {
    content: "?";
}

.fa-long-arrow-right:before {
    content: "?";
}

.fa-apple:before {
    content: "?";
}

.fa-windows:before {
    content: "?";
}

.fa-android:before {
    content: "?";
}

.fa-linux:before {
    content: "?";
}

.fa-dribbble:before {
    content: "?";
}

.fa-skype:before {
    content: "?";
}

.fa-foursquare:before {
    content: "?";
}

.fa-trello:before {
    content: "?";
}

.fa-female:before {
    content: "?";
}

.fa-male:before {
    content: "?";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "?";
}

.fa-sun-o:before {
    content: "?";
}

.fa-moon-o:before {
    content: "?";
}

.fa-archive:before {
    content: "?";
}

.fa-bug:before {
    content: "?";
}

.fa-vk:before {
    content: "?";
}

.fa-weibo:before {
    content: "?";
}

.fa-renren:before {
    content: "?";
}

.fa-pagelines:before {
    content: "?";
}

.fa-stack-exchange:before {
    content: "?";
}

.fa-arrow-circle-o-right:before {
    content: "?";
}

.fa-arrow-circle-o-left:before {
    content: "?";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "?";
}

.fa-dot-circle-o:before {
    content: "?";
}

.fa-wheelchair:before {
    content: "?";
}

.fa-vimeo-square:before {
    content: "?";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "?";
}

.fa-plus-square-o:before {
    content: "?";
}

.fa-space-shuttle:before {
    content: "?";
}

.fa-slack:before {
    content: "?";
}

.fa-envelope-square:before {
    content: "?";
}

.fa-wordpress:before {
    content: "?";
}

.fa-openid:before {
    content: "?";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "?";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "?";
}

.fa-yahoo:before {
    content: "?";
}

.fa-google:before {
    content: "?";
}

.fa-reddit:before {
    content: "?";
}

.fa-reddit-square:before {
    content: "?";
}

.fa-stumbleupon-circle:before {
    content: "?";
}

.fa-stumbleupon:before {
    content: "?";
}

.fa-delicious:before {
    content: "?";
}

.fa-digg:before {
    content: "?";
}

.fa-pied-piper:before {
    content: "?";
}

.fa-pied-piper-alt:before {
    content: "?";
}

.fa-drupal:before {
    content: "?";
}

.fa-joomla:before {
    content: "?";
}

.fa-language:before {
    content: "?";
}

.fa-fax:before {
    content: "?";
}

.fa-building:before {
    content: "?";
}

.fa-child:before {
    content: "?";
}

.fa-paw:before {
    content: "?";
}

.fa-spoon:before {
    content: "?";
}

.fa-cube:before {
    content: "?";
}

.fa-cubes:before {
    content: "?";
}

.fa-behance:before {
    content: "?";
}

.fa-behance-square:before {
    content: "?";
}

.fa-steam:before {
    content: "?";
}

.fa-steam-square:before {
    content: "?";
}

.fa-recycle:before {
    content: "?";
}

.fa-automobile:before,
.fa-car:before {
    content: "?";
}

.fa-cab:before,
.fa-taxi:before {
    content: "?";
}

.fa-tree:before {
    content: "?";
}

.fa-spotify:before {
    content: "?";
}

.fa-deviantart:before {
    content: "?";
}

.fa-soundcloud:before {
    content: "?";
}

.fa-database:before {
    content: "?";
}

.fa-file-pdf-o:before {
    content: "?";
}

.fa-file-word-o:before {
    content: "?";
}

.fa-file-excel-o:before {
    content: "?";
}

.fa-file-powerpoint-o:before {
    content: "?";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "?";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "?";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "?";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "?";
}

.fa-file-code-o:before {
    content: "?";
}

.fa-vine:before {
    content: "?";
}

.fa-codepen:before {
    content: "?";
}

.fa-jsfiddle:before {
    content: "?";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "?";
}

.fa-circle-o-notch:before {
    content: "?";
}

.fa-ra:before,
.fa-rebel:before {
    content: "?";
}

.fa-ge:before,
.fa-empire:before {
    content: "?";
}

.fa-git-square:before {
    content: "?";
}

.fa-git:before {
    content: "?";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "?";
}

.fa-tencent-weibo:before {
    content: "?";
}

.fa-qq:before {
    content: "?";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "?";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "?";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "?";
}

.fa-history:before {
    content: "?";
}

.fa-circle-thin:before {
    content: "?";
}

.fa-header:before {
    content: "?";
}

.fa-paragraph:before {
    content: "?";
}

.fa-sliders:before {
    content: "?";
}

.fa-share-alt:before {
    content: "?";
}

.fa-share-alt-square:before {
    content: "?";
}

.fa-bomb:before {
    content: "?";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "?";
}

.fa-tty:before {
    content: "?";
}

.fa-binoculars:before {
    content: "?";
}

.fa-plug:before {
    content: "?";
}

.fa-slideshare:before {
    content: "?";
}

.fa-twitch:before {
    content: "?";
}

.fa-yelp:before {
    content: "?";
}

.fa-newspaper-o:before {
    content: "?";
}

.fa-wifi:before {
    content: "?";
}

.fa-calculator:before {
    content: "?";
}

.fa-paypal:before {
    content: "?";
}

.fa-google-wallet:before {
    content: "?";
}

.fa-cc-visa:before {
    content: "?";
}

.fa-cc-mastercard:before {
    content: "?";
}

.fa-cc-discover:before {
    content: "?";
}

.fa-cc-amex:before {
    content: "?";
}

.fa-cc-paypal:before {
    content: "?";
}

.fa-cc-stripe:before {
    content: "?";
}

.fa-bell-slash:before {
    content: "?";
}

.fa-bell-slash-o:before {
    content: "?";
}

.fa-trash:before {
    content: "?";
}

.fa-copyright:before {
    content: "?";
}

.fa-at:before {
    content: "?";
}

.fa-eyedropper:before {
    content: "?";
}

.fa-paint-brush:before {
    content: "?";
}

.fa-birthday-cake:before {
    content: "?";
}

.fa-area-chart:before {
    content: "?";
}

.fa-pie-chart:before {
    content: "?";
}

.fa-line-chart:before {
    content: "?";
}

.fa-lastfm:before {
    content: "?";
}

.fa-lastfm-square:before {
    content: "?";
}

.fa-toggle-off:before {
    content: "?";
}

.fa-toggle-on:before {
    content: "?";
}

.fa-bicycle:before {
    content: "?";
}

.fa-bus:before {
    content: "?";
}

.fa-ioxhost:before {
    content: "?";
}

.fa-angellist:before {
    content: "?";
}

.fa-cc:before {
    content: "?";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "?";
}

.fa-meanpath:before {
    content: "?";
}

.fa-buysellads:before {
    content: "?";
}

.fa-connectdevelop:before {
    content: "?";
}

.fa-dashcube:before {
    content: "?";
}

.fa-forumbee:before {
    content: "?";
}

.fa-leanpub:before {
    content: "?";
}

.fa-sellsy:before {
    content: "?";
}

.fa-shirtsinbulk:before {
    content: "?";
}

.fa-simplybuilt:before {
    content: "?";
}

.fa-skyatlas:before {
    content: "?";
}

.fa-cart-plus:before {
    content: "?";
}

.fa-cart-arrow-down:before {
    content: "?";
}

.fa-diamond:before {
    content: "?";
}

.fa-ship:before {
    content: "?";
}

.fa-user-secret:before {
    content: "?";
}

.fa-motorcycle:before {
    content: "?";
}

.fa-street-view:before {
    content: "?";
}

.fa-heartbeat:before {
    content: "?";
}

.fa-venus:before {
    content: "?";
}

.fa-mars:before {
    content: "?";
}

.fa-mercury:before {
    content: "?";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "?";
}

.fa-transgender-alt:before {
    content: "?";
}

.fa-venus-double:before {
    content: "?";
}

.fa-mars-double:before {
    content: "?";
}

.fa-venus-mars:before {
    content: "?";
}

.fa-mars-stroke:before {
    content: "?";
}

.fa-mars-stroke-v:before {
    content: "?";
}

.fa-mars-stroke-h:before {
    content: "?";
}

.fa-neuter:before {
    content: "?";
}

.fa-genderless:before {
    content: "?";
}

.fa-facebook-official:before {
    content: "?";
}

.fa-pinterest-p:before {
    content: "?";
}

.fa-whatsapp:before {
    content: "?";
}

.fa-server:before {
    content: "?";
}

.fa-user-plus:before {
    content: "?";
}

.fa-user-times:before {
    content: "?";
}

.fa-hotel:before,
.fa-bed:before {
    content: "?";
}

.fa-viacoin:before {
    content: "?";
}

.fa-train:before {
    content: "?";
}

.fa-subway:before {
    content: "?";
}

.fa-medium:before {
    content: "?";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "?";
}

.fa-optin-monster:before {
    content: "?";
}

.fa-opencart:before {
    content: "?";
}

.fa-expeditedssl:before {
    content: "?";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "?";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "?";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "?";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "?";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "?";
}

.fa-mouse-pointer:before {
    content: "?";
}

.fa-i-cursor:before {
    content: "?";
}

.fa-object-group:before {
    content: "?";
}

.fa-object-ungroup:before {
    content: "?";
}

.fa-sticky-note:before {
    content: "?";
}

.fa-sticky-note-o:before {
    content: "?";
}

.fa-cc-jcb:before {
    content: "?";
}

.fa-cc-diners-club:before {
    content: "?";
}

.fa-clone:before {
    content: "?";
}

.fa-balance-scale:before {
    content: "?";
}

.fa-hourglass-o:before {
    content: "?";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "?";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "?";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "?";
}

.fa-hourglass:before {
    content: "?";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "?";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "?";
}

.fa-hand-scissors-o:before {
    content: "?";
}

.fa-hand-lizard-o:before {
    content: "?";
}

.fa-hand-spock-o:before {
    content: "?";
}

.fa-hand-pointer-o:before {
    content: "?";
}

.fa-hand-peace-o:before {
    content: "?";
}

.fa-trademark:before {
    content: "?";
}

.fa-registered:before {
    content: "?";
}

.fa-creative-commons:before {
    content: "?";
}

.fa-gg:before {
    content: "?";
}

.fa-gg-circle:before {
    content: "?";
}

.fa-tripadvisor:before {
    content: "?";
}

.fa-odnoklassniki:before {
    content: "?";
}

.fa-odnoklassniki-square:before {
    content: "?";
}

.fa-get-pocket:before {
    content: "?";
}

.fa-wikipedia-w:before {
    content: "?";
}

.fa-safari:before {
    content: "?";
}

.fa-chrome:before {
    content: "?";
}

.fa-firefox:before {
    content: "?";
}

.fa-opera:before {
    content: "?";
}

.fa-internet-explorer:before {
    content: "?";
}

.fa-tv:before,
.fa-television:before {
    content: "?";
}

.fa-contao:before {
    content: "?";
}

.fa-500px:before {
    content: "?";
}

.fa-amazon:before {
    content: "?";
}

.fa-calendar-plus-o:before {
    content: "?";
}

.fa-calendar-minus-o:before {
    content: "?";
}

.fa-calendar-times-o:before {
    content: "?";
}

.fa-calendar-check-o:before {
    content: "?";
}

.fa-industry:before {
    content: "?";
}

.fa-map-pin:before {
    content: "?";
}

.fa-map-signs:before {
    content: "?";
}

.fa-map-o:before {
    content: "?";
}

.fa-map:before {
    content: "?";
}

.fa-commenting:before {
    content: "?";
}

.fa-commenting-o:before {
    content: "?";
}

.fa-houzz:before {
    content: "?";
}

.fa-vimeo:before {
    content: "?";
}

.fa-black-tie:before {
    content: "?";
}

.fa-fonticons:before {
    content: "?";
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: top;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

img {
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

input,
textarea {
    outline: none;
}


/* --------------------------
    Module
----------------------------*/

.wrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.wrap:after {
    /*clearfix*/
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

.tel span {
    font-weight: normal;
    margin-right: 0.5em;
    vertical-align: bottom;
}


/* Text */

.txt_required {
    color: #ff6347;
}


/* Buttun */

.btn {
    text-align: center;
}

.btn a,
.btn span {
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: All 100ms ease;
    transition: All 100ms ease;
    cursor: pointer;
}

.btn a:hover,
.btn span:hover {
    text-decoration: none;
}

.btn a:active,
.btn span:active {
    position: relative;
    top: 5px;
    left: 3px;
    box-shadow: none;
    -webkit-transition: All 100ms ease;
    transition: All 100ms ease;
}

.btn__L {
    font-size: 38px;
    font-style: italic;
}

.btn__L a {
    padding: 20px 0;
    box-shadow: 7px 10px rgba(0, 0, 0, 0.2);
}

.btn__L a:active {
    top: 7px;
    left: 10px;
    box-shadow: none;
}

.btn__L a i {
    margin-right: 10px;
    font-size: 40px;
    margin-top: -3px;
}

.btn_orange a,
.btn_orange span {
    background-color: #DF9A11;
    color: #FFF;
}

.btn_green a,
.btn_green span {
    background-color: #7F9434;
    color: #FFF;
}

.btn_form a {
    border: 4px solid #9C834F;
    color: #43525A;
}

.btn_form i {
    color: #AC653D;
}

.hidden {
    display: none;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

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

.clear {
    clear: both;
}


/* --------------------------- */


/*  base  */


/* --------------------------- */

body {
    font-family: "游ゴシック", "YuGothic", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
    color: #357dc6;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* --------------------------
    Module
----------------------------*/


/* --------------------------
    Header
----------------------------*/

#header {
    background: #54443f;
    width: 100%;
    height: 105px;
    display: table;
    position: fixed;
    border-bottom: 1px solid #C1B583;
    z-index: 9999;
}

#header:after {
    position: absolute;
    width: 100%;
    bottom:-1px;
    content:' ';
    border-bottom: 1px solid #333;
}

div.header_siteid {
    width: 200px;
    height: 105px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #322825;
    border-right: 7px solid #C1B583;
}

div.header_siteid img{
    box-sizing: border-box;
    max-width: 170px;
    margin-left: 3px;
}

.header_subarea {
    display: table-cell;
    width: 993px;
    background: url(img/header_bg.png) repeat-x top left;
}

.header_subarea .header_subarea__wrap {
    display: table;
}

.header_subarea .header__catch {
    display: table-cell;
    vertical-align: middle;
    height: 56px;
    width: 750px;
}

.header_subarea .header__catch p {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
}

.header_subarea .header_contact {
    display: table-cell;
    width: 243px;
    text-align: right;
    vertical-align: bottom;
    color: #FFF;
    padding-bottom: 5px;
}

.header_subarea .header_contact p {
    font-size: 10px;
    text-align: left;
}

.header_subarea .header_contact ul {
    text-align: left;
    margin-top: 8px;
}

.header_subarea .header_contact ul li {
    float: left;
    margin-right: 15px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 16px;
    font-weight: normal;
}

.header_subarea .header_contact ul li span {
    font-size: 13px;
    vertical-align: baseline;
}

.header_subarea .header_contact ul li i {
    margin-right: 0.3em;
    font-size: 18px;
    vertical-align: baseline;
}

.header_subarea .header_contact ul li a {
    color: #FFF;
    font-size: 10px;
}

.header_subarea .header_contact ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
}

.header_subarea .header__nav {
    display: table-cell;
    width: 750px;
    height: 49px;
}

.header_subarea .header__nav ul {
    margin: 0 auto;
    width: 100%;
    /*background: -moz-linear-gradient(to bottom, #fff 0%, #fff 45%, #dedede 50%, #fefefe 100%);
    background: -webkit-linear-gradient(to bottom, #fff 0%, #fff 45%, #dedede 50%, #fefefe 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 45%, #dedede 50%, #fefefe 100%);*/
    background-color: #fefefe;
    display: table;
}

.header_subarea .header__nav ul li {
    /*border-right: 2px solid;
    border-image: linear-gradient(to bottom, #000 0%, #000 25%, #fff 100%);
    border-image-slice: 1;*/
    display: table-cell;
    position: relative;
}

.header_subarea .header__nav ul li:last-child {
    border-right: none;
}

.header_subarea .header__nav ul li {
    /* display: inline-block; */
    font-size: 13px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}

@media all and (min-resolution: .001dpcm) {
    .header_subarea .header__nav ul li {
        /* display: inline-block; */
        font-size: 13px;
        text-align: center;
        font-family: 'Oswald', sans-serif;
        letter-spacing: 0.05em;
        font-weight: 300;
        text-align: center;
    }
}

.header_subarea .header__nav ul li a {
    color: #FFF;
    padding-top: 0;
    line-height: 1.2;
    height: 49px;
    width: 110px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    margin: 0 auto;
}

.header_subarea .header__nav ul li a.nidan {
    padding-top: 0px;
}

.header_subarea .header__nav ul li a span {
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.header_subarea .header__nav ul li a span.pad {
    padding-left: 5px;
    padding-right: 5px;
}

.header_subarea .header__nav ul li a.active {
    position: relative;
}

.header_subarea .header__nav ul li a.active span {
    color: #333;
}

.header_subarea .header__nav ul li a.active:after {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #F00;
    line-height: 1;
    position: absolute;
    bottom: -4px;
}

.header_subarea .header__nav ul li a:hover {
    text-decoration: none;
}

.header_subarea .header__nav ul li a:hover span {
    color: #77c8d5;
}

.header_subarea .header__nav ul li span {
    display: block;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 0em;
    font-size: 10px;
    margin-top: 4px;
}

.header_subarea .header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 243px;
}
.header_subarea .header__btn span {
    background-color: #C1B583;
    color:#666;
    height: 49px;
    display: flex;
    align-items: center;
}
.header_subarea .header__btn a {
    background-color: #C1B583;
    color: #322825;
    width: 263px;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_subarea .header__btn a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.header_subarea .header__btn p {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-weight: normal;
}

.header_subarea .header__btn p i {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 5px;
}


/* --------------------------
    Footer
----------------------------*/

#footer {
    background: #5D5C5B;
    width: 100%;
    padding: 25px 0;
    color: #FFF;
    min-width: 1200px;
}

#footer .wrap {
    width: 1030px;
    padding: 0 85px;
}

.footer_address {
    float: left;
}

.footer_address .footer_data {
    letter-spacing: 0.05em;
    font-weight: normal;
    line-height: 1.3;
    display: table-cell;
    padding-right: 40px;
}

.footer_address .footer_data h1 {
    font-size: 21px;
    font-weight: normal;
    /* font-family: 'Oswald', sans-serif; */
    padding-bottom: .2em;
    letter-spacing: -0.05em;
}

.footer_address .footer_data h1 span {
    font-weight: normal;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
}

.footer_address .footer_data p.footer_address__address {
    font-size: 13px;
}

.footer_address .footer_data p.footer_address__date {
    font-size: 17px;
    margin-top: 15px;
    line-height: 1;
}

.footer_address .footer_data p.footer_address__date span {
    color: #F4A841;
    font-size: 12px;
}

.footer_address .footer_data p.footer_address__tel {
    font-size: 21px;
    margin-top: 0;
    line-height: 1.1;
    font-weight: 800;
    /* font-family: 'Oswald', sans-serif; */
}

.footer_address .footer_data p.footer_address__tel span {
    font-size: 19px;
    font-weight: 800;
}

.footer_address .footer_map {
    display: table-cell;
    position: relative;
}

.footer_address .footer_map p.text {
    position: absolute;
    z-index: 10;
    width: 500px;
    margin: 10px 0 0 5px;
    font-size: 13px;
}

.footer_sitemap {
    float: right;
    width: 450px;
}

.footer_sitemap h2 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    color: #E6D3BF;
    font-size: 16px;
    font-weight: 400;
}

.footer_sitemap ul li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 8px;
    font-size: 13px;
}

.footer_sitemap ul li a {
    color: #FFF;
}

.footer_sitemap ul li:before {
    content: "・";
    letter-spacing: -0.2em;
}

.foot_recruit {
    text-align: right;
    padding-top: 20px;
    padding-right: 40px;
}

.copyright {
    width: 1200px;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
}

.copyright p {
    font-size: 12px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
}


/* --------------------------
    Container
----------------------------*/

#container {
    padding-top: 105px;
    padding-bottom: 60px;
}


/* --------------------------
    Page Nav
----------------------------*/

nav.pagenav {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 0;
    height: 22px;
    margin: -42px auto 0;
    position: relative;
    z-index: 100;
    width: 1200px;
    display: none;
}

nav.pagenav ul {
    width: 1030px;
    margin: 0 auto;
}

nav.pagenav ul li {
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
    display: inline-block;
    margin-left: 25px;
    line-height: 1;
}

nav.pagenav ul li:first-child {
    margin-left: 0;
}

nav.pagenav ul li a {
    color: #000;
}

nav.pagenav ul li a:hover {
    opacity: 0.6;
    text-decoration: none;
}

nav.pagenav.pagenav__fixed {
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    margin-top: 0;
}


/* --------------------------
    Home
----------------------------*/


/* ---------------------------  
Page Contents CSS

---Slideshow

---Home

---Second
---About
---System
---Service
---Photo
---Rental
---Reservation

 --------------------------- */


/* --------------------------- */


/*  Slideshow  */


/* --------------------------- */

#home_slidearea,
#second_slidearea {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    position: relative;
}

#home_slidearea ul.slides img,
#second_slidearea ul.slides img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center center;
}

#home_slidearea .slide_text,
#second_slidearea .slide_text {
    position: absolute;
    right: 30px;
    z-index: 10;
    text-align: right;
}

#home_slidearea .slide_text img,
#second_slidearea .slide_text img {
    right: 80px;
}

#home_slidearea .slide_text h1,
#second_slidearea .slide_text h1 {
    font-weight: 300;
    color: #77c8d5;
    font-size: 40px;
    letter-spacing: 0.03em;
    display: none;
}

#home_slidearea .slide_text h2,
#second_slidearea .slide_text h2 {
    color: #FFF;
    font-size: 80px;
    font-weight: normal;
    text-shadow: 5px 5px 5px #000;
    display: none;
}

#home_slidearea .slide_text h2 span,
#second_slidearea .slide_text h2 span {
    font-size: 60px;
    text-shadow: none;
    font-weight: 400;
}

#home_slidearea {
    height: auto;
}

#home_slidearea .slide_text {
    top: 35px;
    display: none;
}

#second_slidearea {
    height: auto;
}

#second_slidearea .slide_text {
    top: 35px;
    display: none;
}


/* --------------------------- */


/*  Home  */


/* --------------------------- */

#home_contents {
    border-bottom: 5px solid #C1B583;
    padding: 55px 85px 65px;
}

#home_contents.block_contents {
    width: 1030px;
}

.box_home_contents {
    width: 100%;
    display: table;
    margin-top: 30px;
}

.box_home_contents:first-child {
    margin-top: 0;
}

.box_home_contents section {
    padding-right: 17px;
    display: table-cell;
    width: 498px;
}

.box_home_contents section:nth-child(2n) {
    padding-left: 17px;
    padding-right: 0;
}

.box_home_contents h2 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    color: #585757;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 5px;
}

.box_home_contents .box_home_contents_wrap {
    border: 3px solid #878787;
    background-color: #878787;
}

.box_home_contents .home_contents_photo,
.box_home_contents .home_contents_map {
    padding: 10px 0;
    background-color: #FFF;
}

.box_home_contents .home_contents_photo img,
.box_home_contents .home_contents_map img {
    margin: 0 7px;
}

.box_home_contents .home_contents_photo a:hover img,
.box_home_contents .home_contents_map a:hover img,
div.vr a:hover img {
    opacity: 0.7;
}

.box_home_contents #home_food .home_contents_photo {
    padding: 0;
}

.box_home_contents #home_food .home_contents_photo img {
    width: 498px;
    height: 525px;
    margin: 0;
}

.box_home_contents #home_food .box_home_contents_wrap {
    border: 0;
}

.box_home_contents .home_contents_map {
    padding: 10px 7px;
}

.box_home_contents .home_contents_map iframe {
    width: 478px;
    height: 505px;
}

.box_home_contents .home_contents_txt {
    padding: 10px 25px 15px;
    height: 105px;
}

.box_home_contents .home_contents_txt p {
    color: #FFF;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 10px;
}

.box_home_contents .home_contents_txt p:first-child {
    margin-top: 0;
}

.box_home_contents .home_contents_txt .box_btn {
    margin-top: 15px;
}

.home_contents__plan a {
    text-decoration: none;
    color: #FFF;
}

.home_contents__plan a:hover article {
    opacity: 0.8;
}

.box_plan {
    padding: 0;
    width: 498px;
    position: relative;
    padding-bottom: 2px;
}

.box_plan .plan_photo {
    margin: 0 0 10px;
    width: 498px;
    height: 472px;
    overflow: hidden;
}

.box_plan .plan_photo img {
    width: 100%;
    height: auto;
}

.box_plan .plan_txt {
    margin: 15px 25px;
    color: #FFF;
}

.box_plan .plan_txt.top {
    bottom: 55px;
    position: absolute;
}

.box_plan .plan_txt h1 {
    /*font-family: "Hiragino Mincho ProN", "MS PMincho", serif;*/
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 3px;
    display: table;
    border-bottom: 1px solid #eee;
}

.box_plan .plan_txt h1 span {
    display: inline-block;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 0.015em;
    font-size: 13px;
    margin-top: 8px;
}

.box_plan .plan_txt h1 span.det {
    display: block;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 0em;
    font-size: 14px;
    margin-bottom: 5px;
}
.box_plan .plan_txt h5 {
    padding: 5px 0 0;
    font-size: 13px;
    line-height: 1.2;
}
.box_plan .plan_txt h5 span{
    font-weight: normal;
}

.dr70 {
    font-size: 180%;
    display: inline-block;
    margin-top: -13px;
}

.box_plan .plan_txt p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 3px;
    padding-bottom: 8px;
}

.box_plan .plan_foot {
    padding: 5px 25px;
    position: absolute;
    bottom: 0;
    width: 448px;
}

.box_plan .plan_foot p {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 12px;
    font-weight: 300;
    color: #FFF;
}


/* --------------------------- */


/*  Second  */


/* --------------------------- */

.block_contents {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 55px;
}


/* Page Header */

.block_contents__header {
    width: 1030px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.block_contents__header.afterparty {
    padding-bottom: 0;
}

.block_contents__header h1,
.block_contents__header h2 {
    color: #595757;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 42px;
    font-weight: 400;
}

.block_contents__header h1 span,
.block_contents__header h2 span {
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 0em;
    margin-top: 10px;
    letter-spacing: 0.07em;
}

.block_contents__header p {
    color: #8b7546;
    line-height: 1.5;
    margin: 30px 40px 0;
    font-size: 18px;
}


/* Content Header */

.contents__header {
    color: #FFF;
    padding: 20px 0;
}

.contents__header h1,
.contents__header h2,
.contents__header p,
.contents__header span.mini {
    width: 1030px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contents__header span.mini {
    font-weight: 600;
}

.contents__header h1,
.contents__header h2.after {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 20px;
}

.contents__header h1 span,
.contents__header h2 span  {
    font-weight: 300;
    margin-left: 10px;
}

.contents__header p.caption {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
}

.contents__header p {
    font-size: 20px;
    margin-top: 25px;
    padding-bottom: .2em;
}


/* recruit */

.about_contents__detail.recruit {
    /* padding-top: 250px; */
}

.recruit_a {
    background-image: url(/images/recruit_img02.jpg);
    background-repeat: no-repeat;
    width: 600px;
    height: 197px;
    margin: 0 auto;
    color: #803e5a;
}

.recruit_a h2 {
    font-size: 16px;
    padding: 20px 0 20px 0;
}

.recruit_a p {
    padding: 0 180px 0 0;
    font-size: 13px;
    line-height: 1.4;
}

.recruit_b {
    font-size: 13px;
    border-right: 1px solid #000;
    width: 600px;
    margin: 0 auto;
}

.recruit_b th {
    background-color: #CCC;
    font-weight: normal;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    width: 120px;
    text-align: center;
}

.recruit_b td {
    padding: 20px 30px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    line-height: 1.55;
}

.recruit_c {
    background-image: url(/images/recruit_img03.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 500px;
    height: 197px;
    margin: 0 auto;
    color: #803e5a;
}

.recruit_c h3 {
    font-size: 16px;
    padding: 60px 0 0 200px;
}

.recruit_c p {
    font-size: 13px;
    padding: 5px 0 20px 200px;
    line-height: 1.4;
}

.form__recruit {}

.form__recruit table {
    margin-top: 60px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #365358;
}

.form__recruit table:first-child {
    margin-top: 0;
}

.form__recruit table caption {
    background: none;
}

.form__recruit table caption p {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.form__recruit table caption p.txt_required {
    text-align: right;
    font-size: 14px;
}

.form__recruit table th,
.form__reserve table td {
    padding: 20px 15px;
    border: 1px solid #888;
    font-size: 16px;
}

.form__recruit table th {
    color: #7F9434;
    line-height: 1.4;
    width: 32%;
    vertical-align: middle;
}

.form__recruit table th span {
    font-size: 12px;
    display: block;
}

.form__recruit table td {
    line-height: 1.3;
    font-size: 15px;
}

.form__recruit table td.form_time {
    line-height: 1.8;
    height: 60px;
    position: relative;
}

.form__recruit table td.form_time img {
    position: absolute;
    top: 5px;
    right: 5px;
}

.form__recruit table dl.plan_name dt,
.form__reserve table dl.plan_price dt {
    font-weight: bold;
}

.form__recruit table dl.plan_name dd span.wpcf7-list-item {
    display: inline-block;
    width: 47%;
    padding: 5px 0;
}

.form__recruit table dl.plan_price {
    margin-top: 20px;
}

.form__recruit table dl.plan_price dd span.wpcf7-list-item {
    display: block;
    margin-top: 5px;
}

.form__recruit input,
.form__reserve select,
.form__reserve textarea {
    font-size: 16px;
    margin-right: 5px;
    border: 1px solid #CCC;
}

.form__recruit input[type=text],
.form__reserve input[type=email] {
    padding: 3px 5px;
}

.form__recruit input[type=tel] {
    width: 40%;
}

.form__recruit input[type=text],
.form__reserve input[type=email] {}

.form__recruit table td {
    padding: 20px 15px;
    border: 1px solid #888;
    font-size: 16px;
}

.form__recruit div.box_btn {
    margin-top: 20px;
}

.form__recruit div.box_btn input {
    padding: 10px 50px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: All 100ms ease;
    transition: All 100ms ease;
    cursor: pointer;
    background-color: #DF9A11;
    color: #FFF;
    border: none;
}


/* Contact Area */

.block_contactArea {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.block_contactArea .block_contact_tel {
    display: table-cell;
    vertical-align: top;
}

.block_contactArea .block_contact_tel dl:after {
    /*clearfix*/
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

.block_contactArea .block_contact_tel dl dt {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding-right: 15px;
    float: left;
    margin: 0 10px 0 40px;
}

.block_contactArea .block_contact_tel dl dt.orange {
    background-color: #AC653D;
    border-radius: 10px;
    display: inline-block;
    color: #FFF;
    padding: 5px;
    padding-right: 5px;
    font-size: 13px;
    text-align: center;
    line-height: 1.2;
    position: relative;
    padding-right: 15px;
    float: left;
    margin: 0 10px 0 0;
    width: 60px;
}

.block_contactArea .block_contact_tel dl dt.orange::after {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 28px;
    position: absolute;
    right: 2px;
    top: 1px;
}

.block_contactArea .block_contact_tel dl dd.system {
    text-decoration: none;
}

.block_contactArea .block_contact_tel dl dd {
    font-weight: 500;
    font-style: italic;
    font-size: 50px;
    color: #43525A;
    text-decoration: none;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
}
.block_contactArea .block_contact_tel dl dd p{
    text-decoration: underline;
}

.block_contactArea .block_contact_tel dl dd span {
    font-style: normal;
    color: #9C834F;
    font-size: 16px;
    display: block;
    text-decoration: none;
    padding-top: .5em;
}

.block_contactArea .block_contact_tel dl.yoyaku dd {
    font-size: 36px;
    padding-left: 22px;
}

span.tel {
    color: #9C834F;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 3px 0 0 0;
}

.block_contactArea .block_contact_form {
    display: table-cell;
    vertical-align: middle;
    width: 498px;
}

.block_contactArea .block_contact_form .btn_form a {
    width: 480px;
    font-style: italic;
}


/* --------------------------- */


/*  About  */


/* --------------------------- */

#about_contents article {
    background: url(/img/party/about_bg.png) repeat bottom center;
    padding-bottom: 45px;
}

.about_contents__header {
    background-color: #E99F00;
}

.about_contents__detail {
    background: #FFF;
    width: 620px;
    margin: 0 auto;
    padding: 75px 85px;
    border-left: 2px sold #E4E4E4;
    border-right: 2px sold #E4E4E4;
    border-bottom: 2px sold #E4E4E4;
}

.about_contents__detail:after {
    /*clearfix*/
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

.about_contents__detail section {
    width: 248px;
    float: right;
}

.about_contents__detail section:first-child {
    float: left;
}

.about_contents__detail .about_contents__detail_txt {
    margin-top: 15px;
}

.about_contents__detail .about_contents__detail_txt p.catch {
    font-size: 19px;
    padding-bottom: 5px;
}

.about_contents__detail .about_contents__detail_txt h2 {
    border-top: 2px dotted #e99f00;
    color: #E99F00;
    padding-top: 7px;
    font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
    font-size: 24px;
}

.about_contents__detail .about_contents__detail_txt p.txt {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    text-align: justify;
}

.about_contents__detail .about_contents__detail_txt div.box_btn {
    margin-top: 15px;
}

.about_contents__detail .about_contents__detail_txt div.box_btn p {
    font-size: 12px;
}

.about_contents__detail section.about_floormap {
    clear: both;
    background: #FFF;
    width: 620px;
    margin: 0 auto;
    float: none;
    padding: 50px 0;
}

.about_contents__detail section.about_floormap h2 {
    color: #E99F00;
    font-size: 22px;
    font-weight: normal;
}

.about_contents__detail section.about_floormap p {
    color: #E99F00;
    font-size: 15px;
    margin-top: 10px;
}

.about_contents__detail section.about_floormap dl {
    margin-top: 10px;
}

.about_contents__detail section.about_floormap dl dt {
    background: #5D5D5D;
    color: #FFF;
    padding: 5px;
    font-size: 18px;
    border-bottom: 5px solid #E99F00;
    font-weight: normal;
    text-align: center;
}

.about_contents__detail section.about_floormap dl dd {
    width: 620px;
    padding: 10px;
    color: #C08A63;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Hiragino Mincho ProN", "MS PMincho", serif;
}

.about_contents__detail section.about_floormap dl dd img {
    width: 100%;
    height: auto;
}

.about_contents__detail section.about_floormap .box_btn {
    text-align: right;
}

.about_contents__detail section.about_floormap p.close {
    text-align: right;
    border: 1px solid #E99F00;
    padding: 3px 5px;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
}

.about_contents__detail section.about_floormap p.close i {
    margin-right: 5px;
    font-size: 14px;
}


/* --------------------------- */


/*  Plan  */


/* --------------------------- */

.plan_contents {
    width: 1040px;
    padding: 55px 80px 0px;
    margin-left: auto;
    margin-right: auto;
}

.plan_contents>h1 {
    color: #595757;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 42px;
    font-weight: 400;
}

.plan_contents>h1 span {
    display: block;
    font-size: 24px;
    font-weight: normal;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 0em;
    margin-top: 10px;
    letter-spacing: 0.07em;
}

.plan_contents .block_contactArea {
    margin-top: 30px;
}

.block_plan {
    margin-top: 50px;
}

.block_plan:after {
    /*clearfix*/
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

.block_plan h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 15px;
}

.block_contactArea+.block_plan {
    margin-top: 80px;
}

.box_plan {
    float: left;
    position: relative;
}

.box_plan .medal {
    position: absolute;
    z-index: 999;
    width: 178px;
    height: 178px;
    top: 406px;
    left: 305px;
}

.box_plan .medal.abc {
    position: absolute;
    z-index: 999;
    width: 465px;
    height: 178px;
    top: 406px;
    left: 20px;
}

.box_plan__menu {
    float: left;
    margin-left: 25px;
    width: 498px;
}

.box_plan__menu h3 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 28px;
    font-weight: 400;
    color: #595757;
    margin-top: 25px;
    vertical-align: baseline;
}

.box_plan__menu h3 img {
    padding: 0;
    margin-top: -10px;
}

.box_plan__menu h3 span {
    font-size: 75%;
    display: inline-block;
    padding-top: 5px;
}

.box_plan__menu h3:first-child {
    margin-top: 0;
}

.box_plan__menu ul {
    margin-top: 10px;
}

.box_plan__menu ul li {
    font-size: 16px;
    color: #8B7546;
    line-height: 1.4;
}

.box_plan__menu ul.food li:before {
    content: "・";
}

.box_plan__menu p {
    font-size: 14px;
    color: #595757;
    margin-top: 15px;
    margin-left: 1em;
    line-height: 1.3;
}

.block_plan__special h2 {
    color: #666;
    font-family: 'Oswald', sans-serif;
    /* font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #D89E82; */
}

.block_plan__gold h2 {
    color: #666;
    font-family: 'Oswald', sans-serif;
    /* font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #C7B271; */
}

.block_plan__silver h2 {
    color: #666;
    font-family: 'Oswald', sans-serif;
    /* font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #C0B2B4; */
}

.block_plan__bronze h2 {
    color: #666;
    font-family: 'Oswald', sans-serif;
    /* font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #957745; */
}

.plan_special {
    background-color: #D89E82;
    background-image: url(img/plan_bg_red.png);
}

.plan_special .plan_foot {
    background-color: #B67F70;
}

.plan_gold {
    background-color: #c7b271;
    /*background-image:url(img/plan_c_bg.png);*/
    background-image: url(img/plan_bg_plan_c.png);
}

.plan_gold .plan_foot {
    background-color: #8a6948;
}

.plan_silver {
    background-color: #c0b2b4;
    /*background-image:url(img/plan_b_bg.png);*/
    background-image: url(img/plan_bg_plan_b.png);
}

.plan_silver .plan_foot {
    background-color: #5d5d5d;
}

.plan_bronze {
    background-color: #957745;
    /*background-image:url(img/plan_a_bg.png);*/
    background-image: url(img/plan_bg_plan_a.png);
}

.plan_bronze .plan_foot {
    background-color: #5C5D5D;
}

.plan_white {
    background-color: #957745;
    /*background-image:url(img/plan_a_bg.png);*/
    background: #fff;
}

.box_plan.plan_abc {
    background-color: #333132;
    height: 716px;
}

.plan_white.box_plan .plan_txt {
    border: 4px solid;
    border-image: linear-gradient(to right, #c48b37 0%, #eedbc1 100%);
    border-image-slice: 1;
    margin: 0;
    padding: 15px 25px;
    color: #b17200;
}

.plan_white.box_plan .plan_photo {
    margin: 0;
}

.plan_white .plan_foot {
    background-color: #666;
}

hr.plan_bar {
    border: 0;
    height: 1px;
    margin-top: 60px;
    border-bottom: 1px solid #333;
}

hr.plan_bar2 {
    border: 0;
    margin-top: 80px;
}


/* --------------------------- */


/*  System  */


/* --------------------------- */

#system_contents article {
    padding-bottom: 80px;
}

.system_contents__header {
    background-color: #b39e73;
}

.content_system {
    width: 855px;
    margin: 40px auto 0;
    background-repeat: no-repeat;
    background-position: center top;
    text-indent: -9999px;
}

.content_system01 {
    background-image: url(/img/party/system_ed.png);
    width: 852px;
    height: 180px;
}

.content_system02 {
    background-image: url(/img/party/system_img002.png);
    width: 852px;
    height: 262px;
}

.content_system03 {
    background-image: url(/img/party/system_img003.png);
    width: 853px;
    height: 385px;
}

.content_system04 {
    background-image: url(/img/party/system_img004.png);
    width: 844px;
    height: 192px;
}

#system004 p.txt {
    width: 844px;
    margin: 40px auto 0;
    color: #365358;
    font-size: 14px;
    line-height: 1.4;
}


/* --------------------------- */


/*  Service  */


/* --------------------------- */

#service_contents article {
    padding-bottom: 60px;
}

#service_contents .block_contactArea {
    margin-top: 40px;
}

#service001 .service_contents__header {
    background-color: #c07b62;
}

#service001 .service_contents__header.after {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(255, 255, 255, 1));
}

#service002 .service_contents__header {
    background-color: #7c9382;
}

.service_list {
    width: 1040px;
    margin: 80px auto 0;
    display: flex;
}

.service_list:after {
    /*clearfix*/
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

.service_list .service_item {
    border: 1px solid #828181;
    background-repeat: no-repeat;
    background-position: center 30px;
    width: 198px;
    height: 315px;
    color: #828181;
    margin-left: 10px;
    margin-bottom: 10px;
}

.service_list .service_item:nth-child(5n+1) {
    margin-left: 0;
    clear: both;
}

.service_list__free {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service_list .service_item h2 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 42px;
    letter-spacing: -0.005em;
    margin: 7px;
}

.service_list .service_item h2 span {
    display: block;
    font-size: 12px;
    letter-spacing: -0.001em;
}

.service_list .service_item h3 {
    margin: 124px 7px 0;
    font-weight: 600;
    color:#666;
    font-size: 22px;
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    letter-spacing: 0em;
    line-height: 1.1;
}

.service_list .service_item p {
    margin: 5px 7px 0;
    font-size: 14px;
    line-height: 1.3;
}

.service_list__free h2 {
    color: #C07B62;
}

.service_list__free .free_001 {
    background-image: url(/img/party/service_img001.png);
}

.service_list__free .free_002 {
    background-image: url(/img/party/service_img002.png);
}

.service_list__free .free_003 {
    background-image: url(/img/party/service_img003.png);
}

.service_list__free .free_004 {
    background-image: url(/img/party/service_img004.png);
}

.service_list__free .free_005 {
    background-image: url(/img/party/service_img005.png);
}

.service_list__free .free_006 {
    background-image: url(/img/party/service_img006.png);
}

.service_list__free .free_007 {
    background-image: url(/img/party/service_img007.png);
}

.service_list__free .free_008 {
    background-image: url(/img/party/service_img008.png);
}

.service_list__free .free_009 {
    background-image: url(/img/party/service_img009.png);
}

.service_list__free .free_010 {
    background-image: url(/img/party/service_img010.png);
}

.service_list__free .free_011 {
    background-image: url(/img/party/service_img011.png);
}

.service_list__free .free_012 {
    background-image: url(/img/party/service_img012.png);
}

.service_list__free .free_013 {
    background-image: url(/img/party/service_img013.png);
}

.service_list__free .free_014 {
    background-image: url(/img/party/service_img014.png);
}

.service_list__free .free_015 {
    background-image: url(/img/party/service_img015.png);
}

.service_list__free .free_016 {
    background-image: url(/img/party/service_img016.png);
}

.service_list__free .free_017 {
    background-image: url(/img/party/service_img017.png);
}

.service_list__free .free_018 {
    background-image: url(/img/party/service_img018.png);
}

.service_list__free .free_019 {
    background-image: url(/img/party/service_img019.png);
}

.service_list__free .free_020 {
    background-image: url(/img/party/service_img020.png);
}

.service_list__free .free_021 {
    background-image: url(/img/party/service_img021.png);
}

.service_list__free .free_022 {
    background-image: url(/img/party/service_img022.png);
}

.service_list__free .free_023 {
    background-image: url(/img/party/service_img023.png);
}

.service_list__option h2 {
    color: #7c9382;
}

.service_list__option .option_001 {
    background-image: url(/img/party/service_img024.png);
}

.service_list__option .option_002 {
    background-image: url(/img/party/service_img025.png);
}

.service_list__option .option_003 {
    background-image: url(/img/party/service_img026.png);
}

.service_list__option .option_004 {
    background-image: url(/img/party/service_img027.png);
}

.service_list__option .option_005 {
    background-image: url(/img/party/service_img025.png);
}


/* --------------------------- */


/*  Photo  */


/* --------------------------- */

#photo_gallery {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 55px 85px 65px;
}

#photo_gallery dl dt img {
    width: 95%;
    height: auto;
    border: none;
}

/* RENTAL */
#container .rental_main {
    text-align: center;
}
#container .rental_main img{
    box-sizing: border-box;
    width: 100%;
}

/* --------------------------- */


/*  Reservation  */


/* --------------------------- */

.reserv_flow h2 {
    color: #9F8650;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.reserv_flow h2 span {
    margin-left: 1em;
    font-size: 20px;
    vertical-align: middle;
}

.reserv_flow p.txt {
    width: 844px;
    margin: 40px auto 0;
    color: #365358;
    font-size: 14px;
    line-height: 1.4;
}

.form__reserve {
    width: 845px;
    margin: 0 auto;
}

.form__reserve table {
    margin-top: 60px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #365358;
}

.form__reserve table:first-child {
    margin-top: 0;
}

.form__reserve table caption {
    background: none;
}

.form__reserve table caption p {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.form__reserve table caption p.txt_required {
    text-align: right;
    font-size: 14px;
}

.form__reserve table th,
.form__reserve table td {
    padding: 20px 15px;
    border: 1px solid #888;
    font-size: 16px;
}

.form__reserve table th {
    color: #7F9434;
    line-height: 1.4;
    width: 32%;
    vertical-align: middle;
}

.form__reserve table th span {
    font-size: 12px;
    display: block;
}

.form__reserve table td {
    line-height: 1.3;
    font-size: 15px;
}

.form__reserve table td.form_time {
    line-height: 1.8;
    height: 60px;
    position: relative;
}

.form__reserve table td.form_time img {
    position: absolute;
    top: 5px;
    right: 5px;
}

.form__reserve table dl.plan_name dt,
.form__reserve table dl.plan_price dt {
    font-weight: bold;
}

.form__reserve table dl.plan_name dd span.wpcf7-list-item {
    display: inline-block;
    width: 47%;
    padding: 5px 0;
}

.form__reserve table dl.plan_price {
    margin-top: 20px;
}

.form__reserve table dl.plan_price dd span.wpcf7-list-item {
    display: block;
    margin-top: 5px;
}

.form__reserve input,
.form__reserve select,
.form__reserve textarea {
    font-size: 13px;
    margin-right: 5px;
    border: 1px solid #CCC;
}

.form__reserve input[type=text],
.form__reserve input[type=email] {
    padding: 3px 5px;
}

.form__reserve input[type=tel] {
    width: 15%;
}

.form__reserve input[type=text],
.form__reserve input[type=email] {
    width: 470px;
}

.form__reserve input.post {
    width: 100px;
    margin-left: 5px;
}

.form__reserve input.q003 {
    width: 20px;
}

.form__reserve span.address input,
.form__reserve span.party_other input {
    margin-top: 10px;
}

.form__reserve span.q001_other input {
    width: 300px;
}

.form__reserve textarea {
    width: 500px;
    padding: 3px 5px;
}

.form__reserve div.box_btn {
    margin-top: 20px;
}

.form__reserve div.box_btn input {
    padding: 10px 50px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    box-shadow: 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: All 100ms ease;
    transition: All 100ms ease;
    cursor: pointer;
    background-color: #DF9A11;
    color: #FFF;
    border: none;
}

.form__reserve div.box_btn input:active {
    position: relative;
    top: 5px;
    left: 3px;
    box-shadow: none;
    -webkit-transition: All 100ms ease;
    transition: All 100ms ease;
}

.form__reserve div.box_btn input[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form__reserve span.rq {
    color: #ff6347;
    font-size: 12px;
}

.form__reserve #zip {
    width: 100px;
}


/* Contact Form 7 */

#reserve_contents span.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
}

#reserve_contents div.wpcf7-validation-errors {
    background-color: tomato;
    color: #FFF;
    text-align: center;
    border: none;
    padding: 5px;
}

.block_questionnaire {
    margin-top: 60px;
}

.block_questionnaire header {
    text-align: center;
}

.block_questionnaire header h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #9F8650;
    font-weight: normal;
}

.block_questionnaire header p {
    font-size: 16px;
    line-height: 1.4;
}

.block_questionnaire h2 {
    font-size: 16px;
    color: #7F9434;
    margin-top: 40px;
    font-weight: normal;
}

.block_questionnaire div {
    font-size: 15px;
    line-height: 1.7;
    margin: 15px 2em 0;
}

.block_questionnaire div label {
    display: inline-block;
    padding-right: 15px;
}

.block_questionnaire p {
    margin: 15px 2em 0;
}

.block_agreement {
    margin-top: 60px;
}

.block_agreement h1 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #9F8650;
    font-weight: normal;
    text-align: center;
}

.block_agreement dl {
    font-size: 14px;
    margin-bottom: 20px;
}

.block_agreement dl dt {
    margin-top: 2em;
    font-weight: bold;
}

.block_agreement dl dd {
    margin: 0.5em 1.1em 0;
    line-height: 1.4;
}

.block_agreement p {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}

.block_agreement p.acceptance {
    font-size: 16px;
}

.block_agreement p.acceptance .txt_required {
    font-size: 13px;
    vertical-align: middle;
    margin-left: 5px;
}

.link_card {
    margin-top: 40px;
}

.link_card p {
    text-align: center;
    font-size: 16px;
}

.link_card .box_btn {
    margin-top: 20px;
}

.reserve_card {
    width: 845px;
    margin: 0 auto;
    text-align: center;
}

.reserve_card p.txt {
    font-size: 16px;
    line-height: 1.4;
}

.reserve_card p.tel {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
}

.reserve_card .box_btn {
    margin-top: 10px;
}

#kanji {
    width: 180px;
}


/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */


/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
    font-family: 'flexslider-icon';
    src: url("/fonts/flexslider-icon.eot");
    src: url("/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("/fonts/flexslider-icon.woff") format("woff"), url("/fonts/flexslider-icon.ttf") format("truetype"), url("/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}


/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slides>li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-direction-nav {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.flex-pauseplay span {
    text-transform: capitalize;
}


/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}


/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
    /*margin: 0 0 60px;*/
    background: #ffffff;
    /*border: 4px solid #ffffff;*/
    position: relative;
    zoom: 1;
    /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);*/
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides img {
    height: auto;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    height: 0;
    /*
  a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    &:before {
      font-family: "flexslider-icon";
      font-size: 40px;
      display: inline-block;
      content: '\f001';
      color: rgba(0, 0, 0, 0.8);
      text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    }
    &.flex-next:before {
      content: '\f002';
    }
  }
  */
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: transparent;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "fontawesome";
    font-size: 26px;
    color: #e65c87;
    display: table;
    content: '\f104';
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.flex-direction-nav .flex-prev {
    left: -60px;
}

.flex-direction-nav .flex-prev:before {
    left: 22px;
}

.flex-direction-nav .flex-next {
    right: -60px;
}

.flex-direction-nav .flex-next:before {
    left: 26px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    background-color: #E65C87;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover:before {
    color: #FFF;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    background-color: #E65C87;
}

.flexslider:hover .flex-direction-nav .flex-next:hover:before {
    color: #FFF;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: none;
    /*display: block;*/
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -20px;
    text-align: center;
    z-index: 111;
}

.flex-control-nav li {
    margin: 30px 6px;
    display: inline-block;
    zoom: 1;
}

.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    background: rgba(193, 181, 131, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
}

.flex-control-paging li a.flex-active {
    background-color: #322825;
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}


/* ==========================================
 * TOP
 * ==========================================*/

#top_container {
    background-image: url(img/top_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

#top_container .toppage_contents {
    text-align: center;
    padding-bottom: 50px;
}

#top_container .toppage_contents hr {
    width: 670px;
    border: 0;
    border-bottom: 1px solid #666;
}

#top_container .toppage_contents h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #595757;
    padding: 70px 0 30px;
}

#top_container .toppage_contents p {
    line-height: 1.8;
    padding: 30px 0 30px;
    font-size: 14px;
}

#top_container .toppage_contents h3 {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.05em;
    font-size: 65px;
    font-weight: 800;
}

#top_container .toppage_contents h3.party {
    padding: 50px 0 10px;
}

#top_container .toppage_contents h3.club {
    padding: 30px 0 80px;
}

#top_container .toppage_contents h3 a {
    color: #fff;
}

#top_container .toppage_contents h3 a:hover {
    text-decoration: none;
}


/* modal-content */

div.vr {
    clear: both;
    display: block;
}

div.vr img {
    max-width: 1030px;
}


/* Facilities */

.fac_content {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 100px;
}

div.vrfac {
    text-align: center;
    display: block;
    margin: 0 auto;
}

div.vrfac img {
    text-align: center;
    margin: 0 auto;
}

.fac_content ul.img_list {
    margin: 0 auto;
    width: 80%;
}

.fac_content ul.img_list li {
    display: inline-block;
}

.fac_content ul.img_list li img {
    padding: 15px;
}

.fac_content h3.fac_ti_h3 {
    border: 1px solid #333;
    font-size: 30px;
    width: 900px;
    padding: 10px 0;
    margin: 50px auto 0;
}

.fac_content h4.fac_ti_h4 {
    font-size: 30px;
    color: #C08A63;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 0 25px;
}

.fac_content h5.fac_ti_h5 {
    background-color: #5D5D5D;
    color: #fff;
    border-bottom: 8px solid #E99F00;
    width: 900px;
    margin: 50px auto 0;
    font-size: 28px;
    font-weight: normal;
    padding: 10px 0;
}


/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}


/*# sourceMappingURL=style.css.map */