@charset 'UTF-8';
/*
* Theme Name: ブライダルギャラリー福茂
*/
/* ---------------------------
 * PC and Mobile
 * --------------------------- */
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700');
html {
  line-height: 1.15;
  /* 1 */
      -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'], [type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*!
 *  Font Awesome 4.7.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('resources/fonts//fontawesome-webfont.eot?v=4.7.0');
  src: url('resources/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('resources/fonts//fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('resources/fonts//fontawesome-webfont.woff?v=4.7.0') format('woff'), url('resources/fonts//fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('resources/fonts//fontawesome-webfont.svg?v=4.7.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;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: .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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-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-pp: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-resistance: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: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: '';
}

.fa-reddit-alien:before {
  content: '';
}

.fa-edge:before {
  content: '';
}

.fa-credit-card-alt:before {
  content: '';
}

.fa-codiepie:before {
  content: '';
}

.fa-modx:before {
  content: '';
}

.fa-fort-awesome:before {
  content: '';
}

.fa-usb:before {
  content: '';
}

.fa-product-hunt:before {
  content: '';
}

.fa-mixcloud:before {
  content: '';
}

.fa-scribd:before {
  content: '';
}

.fa-pause-circle:before {
  content: '';
}

.fa-pause-circle-o:before {
  content: '';
}

.fa-stop-circle:before {
  content: '';
}

.fa-stop-circle-o:before {
  content: '';
}

.fa-shopping-bag:before {
  content: '';
}

.fa-shopping-basket:before {
  content: '';
}

.fa-hashtag:before {
  content: '';
}

.fa-bluetooth:before {
  content: '';
}

.fa-bluetooth-b:before {
  content: '';
}

.fa-percent:before {
  content: '';
}

.fa-gitlab:before {
  content: '';
}

.fa-wpbeginner:before {
  content: '';
}

.fa-wpforms:before {
  content: '';
}

.fa-envira:before {
  content: '';
}

.fa-universal-access:before {
  content: '';
}

.fa-wheelchair-alt:before {
  content: '';
}

.fa-question-circle-o:before {
  content: '';
}

.fa-blind:before {
  content: '';
}

.fa-audio-description:before {
  content: '';
}

.fa-volume-control-phone:before {
  content: '';
}

.fa-braille:before {
  content: '';
}

.fa-assistive-listening-systems:before {
  content: '';
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: '';
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: '';
}

.fa-glide:before {
  content: '';
}

.fa-glide-g:before {
  content: '';
}

.fa-signing:before, .fa-sign-language:before {
  content: '';
}

.fa-low-vision:before {
  content: '';
}

.fa-viadeo:before {
  content: '';
}

.fa-viadeo-square:before {
  content: '';
}

.fa-snapchat:before {
  content: '';
}

.fa-snapchat-ghost:before {
  content: '';
}

.fa-snapchat-square:before {
  content: '';
}

.fa-pied-piper:before {
  content: '';
}

.fa-first-order:before {
  content: '';
}

.fa-yoast:before {
  content: '';
}

.fa-themeisle:before {
  content: '';
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: '';
}

.fa-fa:before, .fa-font-awesome:before {
  content: '';
}

.fa-handshake-o:before {
  content: '';
}

.fa-envelope-open:before {
  content: '';
}

.fa-envelope-open-o:before {
  content: '';
}

.fa-linode:before {
  content: '';
}

.fa-address-book:before {
  content: '';
}

.fa-address-book-o:before {
  content: '';
}

.fa-vcard:before, .fa-address-card:before {
  content: '';
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: '';
}

.fa-user-circle:before {
  content: '';
}

.fa-user-circle-o:before {
  content: '';
}

.fa-user-o:before {
  content: '';
}

.fa-id-badge:before {
  content: '';
}

.fa-drivers-license:before, .fa-id-card:before {
  content: '';
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: '';
}

.fa-quora:before {
  content: '';
}

.fa-free-code-camp:before {
  content: '';
}

.fa-telegram:before {
  content: '';
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: '';
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: '';
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: '';
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: '';
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: '';
}

.fa-shower:before {
  content: '';
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: '';
}

.fa-podcast:before {
  content: '';
}

.fa-window-maximize:before {
  content: '';
}

.fa-window-minimize:before {
  content: '';
}

.fa-window-restore:before {
  content: '';
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: '';
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: '';
}

.fa-bandcamp:before {
  content: '';
}

.fa-grav:before {
  content: '';
}

.fa-etsy:before {
  content: '';
}

.fa-imdb:before {
  content: '';
}

.fa-ravelry:before {
  content: '';
}

.fa-eercast:before {
  content: '';
}

.fa-microchip:before {
  content: '';
}

.fa-snowflake-o:before {
  content: '';
}

.fa-superpowers:before {
  content: '';
}

.fa-wpexplorer:before {
  content: '';
}

.fa-meetup:before {
  content: '';
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 60px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before {
  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;
  content: '\f105';
  color: #fff;
  font-size: 48px;
  line-height: 2.292;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  left: auto;
  right: 0;
  content: '\f104';
  padding-right: 27px;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before {
  padding-left: 27px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
  /* override */
  color: #fff;
  font-size: 14px;
  line-height: 1.429;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
            transform: scale(.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
            transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
            transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.c-phone__notes, .c-radio, .p-plan, .p-freearea.type-page .p-plan, .p-plan__planTitle, .p-freearea.type-page .p-plan__planTitle, .p-plan__text, .p-freearea.type-page .p-plan__text, .p-plan__notes2, .p-freearea.type-page .p-plan__notes2, .p-plan__priceText .notes, .p-freearea.type-page .p-plan__priceText .notes {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.l-toggle__head a, .c-phone__title, .p-freearea header h1, .p-freearea.type-page h2, .p-freearea.type-page h4, .p-freearea.type-page p, .p-topics__title, .p-select__title, .p-share__item--line a, .p-fairHead__title, .p-infobanner__title, .p-fairCalendar__title, .p-intro__title, .p-intro__text, .p-course__title, .p-course__notes, .p-course__menu li, .p-staff__name, .p-staff__text, .p-staff__title, .p-plan__heading, .p-freearea.type-page .p-plan__heading, .p-plan__description, .p-freearea.type-page .p-plan__description, .p-plan__title, .p-freearea.type-page .p-plan__title, .p-plan__title2, .p-freearea.type-page .p-plan__title2, .p-plan__benefitsText, .p-freearea.type-page .p-plan__benefitsText, .p-plan__price .title, .p-freearea.type-page .p-plan__price .title, .p-plan__priceText, .p-freearea.type-page .p-plan__priceText, .p-shopinfo__text, .p-flow__lead, .p-flow__title, .p-navigation a, .p-navigation button {
  font-family: 'Times New Roman', '游明朝', YuMincho, 'Hiragino Mincho ProN', Meiryo, serif;
}

.c-phone, .c-heading__en, .c-date, .c-name, .p-freearea.type-page h3, .p-copyright, .p-pagetop a, .p-globalnavi__en, .p-items__heading, .p-items__en, .p-items5__reservation2 .text2, .p-items5__reservation2 .phone, .p-ranking__heading, .p-ranking__list li:before, .p-links__heading, .p-links2__heading, .p-links2__list > li a .en, .p-share__item a, .p-toggle__en, .p-point2__icon, .p-course__en, .p-course__price, .p-staff__category, .p-plan__price, .p-freearea.type-page .p-plan__price, .p-dress__brand, .p-dress__title .title, .p-dress__title2, .p-dress__phone .text, .p-dress__phone .phone, .p-topdress__title {
  font-family: 'Cardo', serif;
}

html {
  background-color: #fff;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-font-kerning: normal;
     -moz-font-kerning: normal;
          font-kerning: normal;
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), local('Yu Gothic Medium'), local('YuGothic-Regular');
}

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), local('Yu Gothic');
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

[src$='.svg'], [data$='.svg'] {
  width: 100%;
}

i, cite, em, address, dfn {
  font-style: normal;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

li > ul, li > ol {
  margin-bottom: 0;
}

ul, ol {
  padding-left: 1em;
}

hr {
  display: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: .7;
}

.l-page {
  padding-top: 143px;
  background-color: #f2f2f2;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}
.l-header__inner {
  position: relative;
  max-width: 1164px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.type-compact .l-header {
  position: fixed;
  top: 0;
  left: 0;
}
body.type-compact .l-header .l-header__inner {
  padding-bottom: 0;
}

.l-footer {
  position: relative;
}
.l-footer__inner {
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-footer__copyright {
  background-color: #fff;
}
.l-footer__copyrightInner {
  position: relative;
  max-width: 1164px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}

.l-contents {
  position: relative;
}
.l-contents__inner {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 28px;
}
.l-contents__main {
  width: 74.73868%;
  margin-right: 1.39373%;
}
.l-contents__sub {
  width: 23.8676%;
  margin-left: auto;
}
.l-contents__subFix {
  max-width: 274px;
  width: 100%;
}
.l-contents.type-top {
  transition: .5s margin;
}
body.type-compact .l-contents.type-top {
  margin-top: -90px;
}
.l-contents.type-top .l-contents__main {
  background: none !important;
}
.l-contents.type-2nd {
  transition: .5s margin;
}
body.type-compact .l-contents.type-2nd {
  margin-top: -144px;
}
.l-contents.type-2column .l-contents__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-contents.type-2column .l-contents__main {
  background-color: #fff;
}
.l-contents.type-fair {
  padding: 0 28px;
}
.l-contents.type-fair .l-contents__inner {
  box-sizing: border-box;
  padding: 30px 30px 0;
  background-color: #fff;
  overflow: hidden;
}
.l-contents.type-fair.type-2column .l-contents__main {
  width: 67.72093%;
  margin-right: 1.48837%;
}
.l-contents.type-fair.type-2column .l-contents__sub {
  width: 30.69767%;
  margin-left: auto;
}
.l-contents.type-fair.type-2column .l-contents__subFix {
  max-width: 330px;
}

.l-unit {
  margin: 0;
  padding: 30px 32px;
  background-color: #fff;
}
.l-unit + .l-unit {
  margin-top: 12px;
}

.l-toggle {
  margin: 0 0 40px;
}
.l-toggle__item {
  margin: 0 0 14px;
}
.l-toggle__head {
  text-align: center;
}
.l-toggle__head a {
  position: relative;
  display: block;
  padding: 13px 20px;
  background-color: #dbe3e7;
  color: inherit;
  color: #333;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.l-toggle__head a:before {
  display: inline-block;
  margin-right: 8px;
  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;
  content: '\f107';
  color: #666;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.l-toggle__body {
  display: none;
  position: relative;
  padding: 30px 30px 6px;
  border: none;
  border: solid #d3d7da;
  border-width: 0 1px 1px;
}
.l-toggle__section {
  margin-top: 10px;
  padding: 10px 20px 0;
}
.l-toggle__section:first-child {
  border-top: none;
  padding-top: 0;
}
.l-toggle__button {
  box-sizing: border-box;
  display: block;
  margin: 0 auto 30px;
  max-width: 276px;
  width: 100%;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: #005181;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}
.l-toggle__item.closed .l-toggle__body {
  display: none;
}
.l-toggle__item.opened .l-toggle__body {
  display: block;
}
.l-toggle__item.opened .l-toggle__head a:before {
  content: '\f106';
}

.c-phone {
  color: #005181;
  font-weight: 400;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.27778;
}
.c-phone__title {
  margin-right: 5px;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.55556;
}
.c-phone__text {
  font-size: 55.556%;
}
.c-phone__notes {
  font-weight: bold;
  color: #666;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  white-space: nowrap;
}
.c-phone__number {
  white-space: nowrap;
}

.c-gallery {
  margin: 0 0 20px;
  overflow: hidden;
}
.c-gallery__list {
  list-style: none !important;
  padding: 0 !important;
  overflow: hidden;
}
.c-gallery__list li {
  float: left;
  width: 25%;
  margin: 0 !important;
  box-sizing: border-box;
}
.c-gallery__list li:nth-child(4n+1) {
  clear: both;
}
.c-gallery__list li img {
  width: 100%;
  height: auto;
}

.c-gallery2 {
  margin: 30px auto;
  overflow: hidden;
}
.c-gallery2__main {
  margin: 0 0 1px;
  text-align: center;
}
.c-gallery2__sub {
  position: relative;
}
.c-gallery2__frame {
  position: relative;
}
.c-gallery2__thumbnail {
  position: relative;
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  text-align: center;
}
.c-gallery2__thumbnail li {
  box-sizing: border-box !important;
  display: table-cell !important;
  padding: 0 0 0 1px !important;
}
.c-gallery2__thumbnail li:first-child {
  margin: 0 !important;
}
.c-gallery2__thumbnail li a {
  display: block;
}
.c-gallery2__thumbnail li a img {
  width: 100% !important;
  height: auto !important;
}

.c-gallery3 {
  margin: 40px -4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-gallery3__item {
  box-sizing: border-box;
  margin: 0 0 20px;
  padding: 0 4px;
  width: 33.3333%;
  text-align: center;
}
.c-gallery3__item figcaption {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.c-gallery3--4col {
  margin-left: -12px;
  margin-right: -12px;
}
.c-gallery3--4col .c-gallery3__item {
  width: 25%;
  padding: 0 12px;
}

.c-heading {
  margin: 0 0 30px;
  text-align: center;
}
.c-heading__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0;
}
.c-heading__en {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
}
.c-heading__ja {
  margin: 5px 0 0;
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.c-heading__catchcopy {
  margin: 15px 0 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

.c-category, .p-items4__category {
  position: relative;
  top: -3px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 96px;
  padding: 2px 8px 1px;
  background: #dbe3e7 !important;
  color: #333 !important;
  font-size: 12px !important;
  line-height: 1.667 !important;
  text-decoration: none !important;
  z-index: 5;
  text-align: center;
}

.c-category2 {
  position: relative;
  top: -3px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 96px;
  padding: 2px 8px 1px;
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.667 !important;
  text-decoration: none !important;
  z-index: 5;
  text-align: center;
}

.c-category3 {
  position: relative;
  top: -3px;
  display: inline-block;
  box-sizing: border-box;
  min-width: 96px;
  padding: 2px 8px 1px;
  background: #005181 !important;
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1.667 !important;
  text-decoration: none !important;
  z-index: 5;
  text-align: center;
}

.c-date {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.27778;
  opacity: .7;
}

.c-name {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.c-new {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 8px;
  background-color: #333;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
  text-align: center;
  z-index: 5;
}

.c-link {
  margin: 20px 0;
}
.c-link a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 20px;
}
.c-link a:after {
  position: absolute;
  top: 50%;
  left: 0;
  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;
  content: '\f104';
  font-size: 18px;
  line-height: 1;
  margin-top: -9px;
}
.c-link--border {
  padding-top: 15px;
  border-top: 1px solid #dadada;
}

.c-section {
  margin: 0 0 60px;
}
.c-section--decoration:before {
  display: block;
  margin: 0 0 4.75059%;
  content: '';
  width: 100%;
  padding-top: 6.4133%;
  background: url('resources/img/base/bg-decoration.png') no-repeat 0 0;
  background-size: 100% auto;
}

.c-formGroup {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-formGroup li {
  margin: 0 0 5px;
}
.c-formGroup li .c-formGroup {
  margin-top: 5px;
  padding-left: 20px;
}
.c-formGroup.type-inline {
  margin-left: -20px;
  overflow: hidden;
}
.c-formGroup.type-inline li {
  float: left;
  margin: 0 0 5px 20px;
}
.c-formGroup.type-3col {
  overflow: hidden;
}
.c-formGroup.type-3col li {
  float: left;
  width: 33.33333%;
  padding-right: 5px;
  box-sizing: border-box;
}

.c-eyecatch {
  margin: 0 0 35px;
}
.c-eyecatch img {
  width: 100%;
  height: auto;
}
.l-unit .c-eyecatch {
  margin-left: -32px;
  margin-right: -32px;
}

.c-checkbox {
  color: #666;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.14286;
}
.c-checkbox input {
  margin-right: 5px;
}

.c-radio {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.c-radio input {
  margin-right: 5px;
}

.c-required {
  color: #c00;
}

.c-textbox {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  max-width: 520px;
  width: 100%;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.c-textbox.type-m {
  max-width: 400px;
}
.c-textbox.type-s {
  max-width: 230px;
}
.c-textbox.type-ss {
  max-width: 100px;
}
.c-textbox.type-100p {
  width: 100%;
  max-width: none;
}

.c-notes {
  margin: 5px 0;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.84615;
}
.mw_wp_form_confirm .c-notes {
  display: none;
}

.c-textarea {
  display: block;
  margin: 0;
  padding: 4px 10px;
  width: 100%;
  height: 160px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.c-select {
  max-width: 400px;
  width: 100%;
}

.c-button {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 367px;
  margin: 0 auto;
  padding: 14px 10px;
  background: #dbe3e7;
  border-radius: 3px;
  color: #333 !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
}
.c-button:hover {
  opacity: .7;
}
.c-button.back {
  background-color: #999;
  max-width: 125px;
  margin-right: 30px;
  color: #fff;
}
.c-button.type-arrow:after {
  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;
  content: '\f105';
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
}

.c-button2 {
  display: inline-block;
  border: none;
  width: 100%;
  max-width: 367px;
  margin: 0 auto;
  padding: 14px 10px;
  background: #005181;
  border-radius: 3px;
  color: #fff !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  text-decoration: none !important;
}
.c-button2.back {
  background-color: #999;
  max-width: 125px;
  margin-right: 30px;
}
.c-button2:hover {
  opacity: .7;
}
.c-button2.type-arrow:after {
  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;
  content: '\f105';
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
}

.c-buttonGroup {
  margin: 40px 0 20px;
  padding-left: 12px;
  text-align: center;
  overflow: hidden;
}
.c-buttonGroup__item {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.c-buttonGroup__item:nth-child(2n+1) {
  position: relative;
  left: -12px;
}
.c-buttonGroup__item a {
  display: block;
}

.c-movie {
  position: relative;
  margin: 0 0 30px;
  padding-top: 56.25%;
}
.c-movie iframe, .c-movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-freearea {
  background-color: #fff;
  margin: 0 -32px;
  padding: 0 32px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  /* alignment */
}
.p-freearea:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.p-freearea a {
  text-decoration: underline;
}
.p-freearea a:link {
  color: #3e6aa6;
}
.p-freearea a:hover {
  color: #5898bd;
  opacity: 1;
}
.p-freearea a:visited {
  color: #333;
}
.p-freearea iframe {
  width: 100%;
}
.p-freearea h1, .p-freearea h2, .p-freearea h3, .p-freearea h4 {
  clear: both;
}
.p-freearea h1 {
  margin: 0 2px 1em;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.28571;
}
.p-freearea header {
  margin: 0 -32px 40px;
  text-align: center;
  overflow: hidden;
}
.p-freearea header h1 {
  margin: 0 0 10px;
  padding: 20px 32px 15px;
  border-bottom: 1px solid #dadada;
  color: #000;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.46154;
  text-align: center;
}
.p-freearea header .c-category, .p-freearea header .p-items4__category {
  margin-left: 10px;
}
.p-freearea h2 {
  margin: 1.5em 0 1em;
  padding: 10px 18px;
  background-color: #d0e8e4;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
.p-freearea h3 {
  margin: 1.5em 0 1em;
  padding: 7px 0 7px 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
  border-left: 6px solid #005181;
}
.p-freearea h4 {
  margin: 1.5em 0 1em;
  padding: 0 0 10px;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-freearea h5 {
  position: relative;
  margin: 1.5em 0 1em;
  font-weight: normal;
  color: #005181;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
}
.p-freearea h5:before {
  display: inline-block;
  content: '●';
  margin-right: 5px;
}
.p-freearea blockquote {
  background-color: #eee;
  padding: 10px 15px;
}
.p-freearea section {
  margin: 0 0 40px;
}
.p-freearea section section {
  margin: 20px 0;
}
.p-freearea strong {
  font-style: normal;
  font-weight: bold;
}
.p-freearea em {
  font-style: italic;
}
.p-freearea hr {
  margin: 0;
  padding: 0;
  margin-top: 7.12589%;
  margin-bottom: 7.12589%;
  display: block;
  width: 100%;
  height: 1px;
  border: none;
  background-color: #dcdcdc;
}
.p-freearea hr.dotline {
  border-top: 1px dotted #dcdcdc;
  padding: 0;
  height: 0;
  background: none;
}
.p-freearea hr.solidline {
  border: none;
  background-color: #dcdcdc;
}
.p-freearea p {
  margin: 1em 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.p-freearea ul, .p-freearea ol {
  margin: 1.5em 0;
}
.p-freearea ul li, .p-freearea ol li {
  margin-bottom: .5em;
}
.p-freearea ul {
  list-style-type: square;
}
.p-freearea li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-freearea table {
  margin-bottom: 30px;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-freearea table tr th, .p-freearea table tr td {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #dadada;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-freearea table tr th {
  background-color: #f4f4f4;
  text-align: center;
}
.p-freearea table tr td {
  text-align: left;
}
.p-freearea .wp-caption {
  margin: 0;
  width: auto !important;
  max-width: 100% !important;
}
.p-freearea .wp-caption-text {
  margin: 5px 0 0;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  text-align: center;
}
.p-freearea .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.p-freearea .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.p-freearea .aligncenter {
  display: table;
  margin: 30px auto;
}
.p-freearea .red {
  color: red;
}
.p-freearea.type-page h2 {
  margin: 1em 0 30px;
  background: none;
  padding: 0;
  color: #000;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.46154;
  text-align: center;
}
.p-freearea.type-page h3 {
  margin: 60px 0 25px;
  padding: 0;
  border: none;
  font-weight: 400;
  color: #005181;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.3125;
  text-align: center;
}
.p-freearea.type-page h4 {
  margin: 1em 0 30px;
  background: none;
  padding: 0;
  border: none;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.p-freearea.type-page h5 {
  margin: 1em 0;
  text-align: center;
}
.p-freearea.type-page h5:before {
  display: none;
}
.p-freearea.type-page p {
  margin: 30px 0;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.85714;
  text-align: center;
}
.p-freearea.type-page hr {
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  height: 51px;
  background: url('resources/img/base/bg-line.svg') no-repeat 0 0;
  background-size: 90px 51px;
}
.p-freearea.type-page hr.dotline {
  border-top: 1px dotted #dcdcdc;
  padding: 0;
  width: auto;
  height: 0;
  background: none;
}
.p-freearea.type-page hr.solidline {
  border-top: 1px solid #dcdcdc;
  padding: 0;
  width: auto;
  height: 0;
  background: none;
}

.p-copyright {
  float: left;
  margin: 0;
  padding: 17px 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  text-align: center;
}
.p-copyright small {
  font-size: 100%;
}

.p-footerInfo {
  margin: 16px 0 0;
  background-color: #fff;
  padding: 60px 20px 0;
  text-align: center;
  overflow: hidden;
}
.p-footerInfo__title {
  width: 270px;
  margin: 0 auto 20px;
  text-align: center;
}
.p-footerInfo__address {
  margin: 0;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.p-footerInfo__phone {
  display: inline-block;
  margin: 0 0 0 20px;
}
.p-footerInfo__data {
  margin: 10px 0 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.p-footerInfo__buttons {
  margin: 35px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-footerInfo__button {
  display: block;
  margin: 0 8px;
  padding: 15px 10px;
  min-width: 360px;
  background-color: #005181;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.p-footerInfo__button:after {
  margin-left: 5px;
  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;
  content: '\f105';
}
.p-footerInfo__button--dress {
  background-color: #dbe3e7;
  color: #333;
}
.p-footerInfo__map {
  clear: both;
  margin: 0 -20px;
}
.p-footerInfo #footer-map {
  width: 100%;
  height: 408px;
}

.p-pagetop {
  position: absolute;
  top: 0;
  right: 20px;
  margin: 0;
  width: 195px;
  z-index: 50;
}
.p-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  background: #005181;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-pagetop a:before {
  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;
  content: '\f102';
  font-size: 18px;
  line-height: 1;
  margin-right: 5px;
}

.p-sitemap__inner {
  max-width: 1148px;
  margin: 0 auto;
  padding: 40px 28px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.p-sitemap__sub {
  position: relative;
  width: 300px;
  min-width: 300px;
  margin-right: 30px;
}
.p-sitemap__sub iframe {
  display: block;
  margin: 0 auto;
}

.p-sitemap__main {
  width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.p-sitemap__col {
  width: 23.53659%;
  margin-left: 1.95122%;
  min-width: 150px;
}
.p-sitemap__col:first-child {
  margin-left: 0;
}

.p-sitemap__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-sitemap__list li {
  position: relative;
  margin: 0 0 5px;
  padding-left: 12px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-sitemap__list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  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;
  content: '\f105';
}
.p-sitemap__list ul {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
.p-sitemap__list ul li {
  padding-left: 10px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-sitemap__list ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

.p-footernavi {
  background-color: #333;
  overflow: hidden;
}
.p-footernavi__inner {
  max-width: 1164px;
  margin: 0 auto;
  padding: 20px 0;
}
.p-footernavi__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.p-footernavi__list li {
  position: relative;
  display: inline-block;
  margin: 0 1em;
  padding-left: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
.p-footernavi__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  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;
  content: '\f105';
}
.p-footernavi__list li a {
  display: inline-block;
}

.p-sitetitle {
  position: relative;
  margin: 0 auto 0 0;
  padding: 16px 0 15px;
  font-size: 10px;
  line-height: 1;
}
.p-sitetitle a {
  display: inline-block;
  width: 194px;
  height: 38px;
  background-color: #84aba4;
  overflow: hidden;
  background: url('resources/img/base/logo.svg') no-repeat 0 0;
  background-size: 194px auto;
}
.p-sitetitle a:hover {
  opacity: 1;
}
.p-sitetitle__logo {
  display: none;
}
body.type-compact .p-sitetitle {
  padding: 11px 0 0;
}
body.type-compact .p-sitetitle a {
  width: 144px !important;
  height: 28px !important;
  background-size: 144px 28px;
}

.p-globalnavi {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  padding-top: 8px;
}
.p-globalnavi__menu {
  display: none;
  cursor: pointer;
}
.p-globalnavi__menu:hover {
  opacity: 1;
}
.p-globalnavi__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-globalnavi__dress {
  margin: 0 0 0 auto;
  width: 190px;
}
.p-globalnavi__dress a {
  display: block;
  background-color: #dbe3e7;
  box-sizing: border-box;
  font-weight: bold;
  color: #545454;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 5px;
  height: 56px;
}
.p-globalnavi__dress a:before {
  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;
  content: '\f105';
  font-size: 18px;
  line-height: 1;
  margin-right: 8px;
}
.p-globalnavi__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  max-width: 883px;
}
.p-globalnavi__nav li {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  text-align: center;
}
.p-globalnavi__nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 5px;
  height: 56px;
  color: #666;
}
.p-globalnavi__en {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}
.p-globalnavi__ja {
  display: block;
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.4;
  display: none;
}
body.type-compact .p-globalnavi {
  border-top: none;
  padding-top: 0;
}
body.type-compact .p-globalnavi .p-globalnavi__dress {
  margin-top: 10px;
}
body.type-compact .p-globalnavi .p-globalnavi__dress a {
  height: 40px;
}
body.type-compact .p-globalnavi .p-globalnavi__nav li a {
  height: auto;
  height: 50px;
}
body.type-compact .p-globalnavi .p-globalnavi__en {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.375;
}
body.type-compact .p-globalnavi .p-globalnavi__ja {
  font-size: 10px;
  font-size: .625rem;
  line-height: 1.4;
}

@media screen and (max-width: 1000px) {
  .p-globalnavi__en {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
}

.p-headerinfo {
  max-width: 1164px;
  margin: 0 0 0 auto;
  padding: 10px 0;
  min-height: 59px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-headerinfo__phone {
  margin: 0 0 0 auto;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
  margin-right: 10px;
}
.p-headerinfo__phone.c-insta i {
	display: none;
}
.p-headerinfo__links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-headerinfo__link {
  margin: 0 10px;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.p-headerinfo__link:before {
  margin-right: 5px;
  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;
  content: '\f105';
}
.p-headerinfo__link--map:before {
  content: '\f041';
  color: #978e80;
}
body.type-compact .p-headerinfo {
  padding: 0;
  min-height: 0;
}
body.type-compact .p-headerinfo .p-headerinfo__phone {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  .p-headerinfo {
    padding: 5px 0;
  }
  .p-headerinfo__phone {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-headerinfo__link {
    margin: 0 5px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.66667;
  }
}

.p-spinfo {
  display: none;
}

.p-gallery__frame {
  position: relative;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.p-gallery__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  transition: .5s opacity;
  background-color: #000;
}
body.type-compact .p-gallery__image {
  opacity: .7;
}

.p-items {
  margin: 0 0 20px;
}
.p-items + .p-items {
  margin-top: 50px;
}
.p-items__heading {
  margin: 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #666;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
  text-align: center;
}
.p-items__heading:before, .p-items__heading:after {
  display: block;
  content: '';
  width: 50%;
  height: 1px;
  background-color: #999;
  max-width: 84px;
}
.p-items__heading:before {
  margin-right: 14px;
}
.p-items__heading:after {
  margin-left: 14px;
}
.p-items__item {
  margin: 0 0 20px;
  background-color: #fff;
}
.p-items__item a {
  display: block;
  background-color: #fff;
  color: #333;
  text-decoration: none;
}
.p-items__image {
  margin: 0;
}
.p-items__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 72px;
  margin: 0;
}
.p-items__en {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.09091;
}
.p-items__ja {
  display: block;
  color: #333;
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5;
}
.p-items.type-2column {
  overflow: hidden;
  margin-top: -17px;
}
.p-items.type-2column .p-items__item {
  float: left;
  width: 48.23232%;
  margin-left: 3.53535%;
  margin-top: 17px;
  margin-bottom: 0;
}
.p-items.type-2column .p-items__item img {
  width: 100%;
  height: auto;
}
.p-items.type-2column .p-items__item:nth-child(2n+1) {
  margin-left: 0;
}
.p-items.type-2column .p-items__item:nth-of-type(1) a, .p-items.type-2column .p-items__item:nth-of-type(5) a, .p-items.type-2column .p-items__item:nth-of-type(9) a {
  background-color: #e4dfd6;
}
.p-items.type-2column .p-items__item:nth-of-type(2) a, .p-items.type-2column .p-items__item:nth-of-type(6) a, .p-items.type-2column .p-items__item:nth-of-type(10) a {
  background-color: #f1e0c6;
}
.p-items.type-2column .p-items__item:nth-of-type(3) a, .p-items.type-2column .p-items__item:nth-of-type(7) a, .p-items.type-2column .p-items__item:nth-of-type(11) a {
  background-color: #d0e8e4;
}
.p-items.type-2column .p-items__item:nth-of-type(4) a, .p-items.type-2column .p-items__item:nth-of-type(8) a, .p-items.type-2column .p-items__item:nth-of-type(12) a {
  background-color: #efefef;
}

.p-items2 {
  margin: 0 0 60px;
  border-top: 1px solid #dadada;
  padding-top: 15px;
}
.p-items2__item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-items2__data {
  margin: 10px 0 15px;
  overflow: hidden;
}
.p-items2__main {
  width: 512px;
}
.p-items2__figure {
  position: relative;
  margin: 0;
  width: 260px;
  margin-right: 20px;
}
.p-items2__figure a {
  display: block;
  color: inherit;
}
.p-items2__title {
  margin: 0 0 5px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-items2__title a {
  color: inherit;
}
.p-items2__title .c-category, .p-items2__title .p-items4__category, .p-items2__title .c-category, .p-items2__title .p-items4__category {
  margin-right: 15px;
}
.p-items2__text {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}

.p-items3 {
  margin: 0 0 60px;
  border-top: 1px solid #dadada;
  padding-top: 20px;
}
.p-items3__item {
  margin: 0 0 15px;
  border-bottom: 1px solid #dadada;
}
.p-items3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-items3__main {
  width: 512px;
}
.p-items3__figure {
  position: relative;
  margin: 0 20px 15px 0;
  width: 260px;
}
.p-items3__figure a {
  display: block;
  color: inherit;
}
.p-items3__head {
  margin: 0 0 15px;
  padding: 0 0 8px;
  border-bottom: 1px dotted #dadada;
}
.p-items3__visitdate {
  margin: 0 0 5px;
  color: #666;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-items3__heading {
  margin: 0;
  color: red;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.p-items3__ceremony {
  display: inline-block;
  margin-left: 1em;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.p-items3__section {
  margin: 0 0 60px;
}
.p-items3__title {
  position: relative;
  margin: 0 0 10px;
  color: #005181;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
}
.p-items3__title:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #dadada;
}
.p-items3__titleInner {
  position: relative;
  background-color: #fff;
  padding: 0 10px 0 28px;
}
.p-items3__titleInner:before {
  position: absolute;
  top: -3px;
  left: 0;
  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;
  content: '\f007';
  font-size: 18px;
  line-height: 1;
}
.p-items3__text {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.p-items3__text > p {
  margin: 0 0 20px;
}

.p-items4__inner {
  margin-top: -35px;
  margin-left: -.99875%;
  overflow: hidden;
}

.p-items4__item {
  position: relative;
  float: left;
  width: 32.33458%;
  margin-top: 35px;
  margin-left: .99875%;
}
.p-items4__item a {
  display: block;
}
.p-items4__item:nth-child(3n+1) {
  clear: both;
}

.p-items4__icon {
  position: absolute;
  top: 0;
  left: 0;
}

.p-items4__figure {
  margin: 0;
}
.p-items4__figure img {
  width: 100%;
  height: auto;
}

.p-items4__data {
  margin: 0 0 10px;
}

.p-items4__category {
  position: static;
  margin: 0;
  max-width: none;
  width: 100%;
}

.p-items4__date {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

.p-items4__name {
  display: inline-block;
  margin: 0 0 0 1em;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

.p-items4__title {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

.p-items5 {
  margin: 0 0 25px;
}
.p-items5__item {
  margin: 0 0 25px;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 25px;
  overflow: hidden;
}
.p-items5__item:nth-child(1) {
  border-top: none;
  padding-top: 0;
}
.p-items5__head a {
  display: block;
  color: inherit;
}
.p-items5__title {
  margin: 0 0 10px;
  padding-top: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}
.p-items5__date {
  margin: 0 0 15px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.p-items5__date .title {
  font-weight: bold;
  color: #005181;
}
.p-items5__date .more {
  position: relative;
  top: -2px;
  box-sizing: border-box;
  display: inline-block;
  min-width: 235px;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  padding: 5px 10px 4px;
  background: #005181;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.222;
  min-width: 0;
  text-decoration: none;
}
.p-items5__date .more:before {
  position: relative;
  top: 0;
  display: inline-block;
  margin-right: 3px;
  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;
  content: '\f105';
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  margin-top: -8px;
}
.p-items5__data {
  margin: -8px 0 15px;
  overflow: hidden;
}
.p-items5__data .c-category2 {
  float: left;
  margin: 8px 8px 0 0;
  z-index: 5;
}
.p-items5__figure {
  float: left;
  margin: 0 20px 0 0;
}
.p-items5__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  overflow: hidden;
}
.p-items5__reservation {
  display: inline-block;
  margin: 0;
  max-width: 256px;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
}
.p-items5__reservation a {
  box-sizing: border-box;
  display: block;
  padding: 15px 10px;
  border-radius: 5px;
  background-color: #dbe3e7;
}
.p-items5__reservation a:after {
  margin-left: 5px;
  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;
  content: '\f105';
}
.p-items5__finish {
  display: inline-block;
  max-width: 256px;
  width: 100%;
  font-size: 12px;
  font-size: .75rem;
  vertical-align: middle;
  background: #eee;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.p-items5__reservation2 {
  margin: 0 0 0 20px;
  color: #666;
  vertical-align: middle;
}
.p-items5__reservation2 .text {
  display: inline-block;
  margin-right: 16px;
  font-weight: bold;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
}
.p-items5__reservation2 .text2 {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #005181;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.125;
}
.p-items5__reservation2 .phone {
  display: inline-block;
  font-weight: 400;
  color: #005181;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.21429;
}
.p-items5__more {
  margin: 20px 0 0;
}
.p-items5__more a {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  padding: 12px 10px;
  max-width: 336px;
  border: 1px solid #e4b1b6;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-align: center;
}
.p-items5__more a i {
  color: #e4b1b6;
  margin-left: 10px;
}
.p-items5.type-small {
  margin-bottom: 40px;
}
.p-items5.type-small .p-items5__title {
  padding-top: 10px;
  margin-bottom: 5px;
}
.p-items5.type-small .p-items5__date {
  margin-bottom: 5px;
}
.p-items5.type-small .p-items5__reservation2 .text {
  display: block;
  text-align: center;
}

.p-banners__item {
  margin: 0;
}
.p-banners__item + .p-banners__item {
  margin-top: 20px;
}
.p-banners__item a {
  display: block;
}
.p-banners__item img {
  width: 100%;
  height: auto;
}

.p-visual {
  text-align: center;
}
.p-visual__image {
  display: table;
  max-width: 1204px;
  margin: 0 auto;
  background-color: #000;
}
.p-visual__image img {
  width: 100%;
  height: auto;
  transition: .5s opacity;
}
body.type-compact .p-visual__image img {
  opacity: .7;
}

.p-breadcrumbs {
  padding: 20px 0 25px;
}
.p-gallery + .p-breadcrumbs, .p-visual + .p-breadcrumbs {
  margin-top: 0;
  padding-top: 10px;
}
.p-breadcrumbs.type-bottom {
  margin: 40px 0;
  padding: 0;
}
.p-breadcrumbs.type-bottom .p-breadcrumbs__inner {
  padding: 0;
}
.l-unit .p-breadcrumbs.type-bottom {
  margin: 40px 0 0;
}
.p-breadcrumbs__inner {
  max-width: 1148px;
  margin: 0 auto;
  padding: 0 28px;
}
.p-breadcrumbs__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  list-style: none;
}
.p-breadcrumbs__list li {
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.33333;
}
.p-breadcrumbs__list li:before {
  content: '>';
  margin: 0 3px;
}
.p-breadcrumbs__list li:first-child:before {
  display: none;
}
.p-breadcrumbs__list a {
  color: inherit;
}
.p-breadcrumbs__list a:hover {
  opacity: 1;
  text-decoration: underline;
}

.p-pager {
  margin: 45px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-pager .page-numbers {
  display: inline-block;
  margin: 0 4px;
  background-color: #f2f2f2;
  width: 32px;
  font-size: 14px;
  font-size: .875rem;
  line-height: 2.28571;
  text-align: center;
}
.p-pager .page-numbers.current {
  color: #fff;
  background-color: #005181;
}

.p-pager2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
.p-pager2--border {
  margin: 40px 0 20px;
  padding: 24px 0 0;
  border-top: 1px solid #dadada;
}
.p-pager2__prev, .p-pager2__next {
  width: 49.49622%;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-pager2__thumbnail {
  width: 146px;
}
.p-pager2__main {
  box-sizing: border-box;
  width: 227px;
  padding: 12px 10px 10px;
}
.p-pager2__date {
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-pager2__name {
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-pager2__title {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-pager2__prev {
  margin-right: 4px;
}
.p-pager2__prev .p-pager2__thumbnail {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.p-pager2__prev .p-pager2__main {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-pager2__next {
  margin-left: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-pager2__next .p-pager2__thumbnail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-pager2__next .p-pager2__main {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  text-align: right;
}

.p-ranking {
  margin: 0 0 20px;
  padding: 0 4px 4px;
  background-color: #fff;
}
.p-ranking__heading {
  margin: 0;
  padding: 15px;
  font-weight: normal;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: center;
}
.p-ranking__heading:before {
  position: relative;
  top: -2px;
  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;
  color: #d7d123;
  content: '\f091';
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  margin-right: 5px;
}
.p-ranking__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #dadada;
  counter-reset: ranking;
}
.p-ranking__list li {
  position: relative;
  margin: 0;
  border-bottom: 1px dotted #dadada;
}
.p-ranking__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: ranking;
  content: counter(ranking);
  display: block;
  background-color: #dbe3e7;
  width: 20px;
  height: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  z-index: 5;
}
.p-ranking__list li a {
  position: relative;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-ranking__list li:nth-of-type(1):before {
  background-color: #d7d123;
  color: #fff;
}
.p-ranking__list li:nth-of-type(2):before {
  background-color: #aeaeae;
  color: #fff;
}
.p-ranking__list li:nth-of-type(3):before {
  background-color: #c1a573;
  color: #fff;
}
.p-ranking__title {
  margin: 0 0 0 11px;
  padding: 10px 10px 10px 0;
  font-weight: normal;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5;
}
.p-ranking__image {
  margin: 0;
  width: 41.45455%;
  min-width: 41.45455%;
}

.p-links {
  margin: 0 0 20px;
  padding: 3px;
  background-color: #fff;
}
.p-links__heading {
  margin: 0;
  padding: 10px 10px 8px;
  color: #666;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  text-align: center;
}
.p-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.p-links__list > li {
  border-top: 2px solid #fff;
}
.p-links__list > li:first-child {
  border-top: none;
}
.p-links__list > li a {
  position: relative;
  display: block;
  padding: 8px 20px 8px 12px;
  background-color: #dbe3e7;
  font-weight: bold;
}
.p-links__list > li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #666;
  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;
  content: '\f105';
  font-size: 14px;
  line-height: 1;
  margin-top: -7px;
}
.p-links__list > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #fff;
}
.p-links__list > li > ul li {
  border-top: 1px dashed #fff;
}
.p-links__list > li > ul li:first-child {
  border-top: none;
}
.p-links__list > li > ul li > a {
  position: relative;
  padding-left: 40px;
}
.p-links__list > li > ul li > a:after {
  position: absolute;
  top: 14px;
  left: 29px;
  display: block;
  box-sizing: border-box;
  content: '';
  width: 5px;
  height: 7px;
  border: solid #333;
  border-width: 0 0 1px 1px;
}

.p-links2 {
  margin: 0 0 20px;
  padding: 3px;
  background-color: #fff;
}
.p-links2__heading {
  margin: 0;
  padding: 10px 10px 8px;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.41667;
  text-align: center;
}
.p-links2__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.p-links2__list > li {
  border-top: 2px solid #fff;
}
.p-links2__list > li:first-child {
  border-top: none;
}
.p-links2__list > li a {
  position: relative;
  display: block;
  padding: 8px 18px 8px 12px;
  background-color: #efefef;
}
.p-links2__list > li a .en {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
.p-links2__list > li a .ja {
  display: block;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
}
.p-links2__list > li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  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;
  content: '\f105';
  font-size: 14px;
  line-height: 1;
  margin-top: -7px;
}
.p-links2__list > li a.current {
  background-color: #005181;
  color: #fff;
}
.p-links2__list > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid #fff;
}
.p-links2__list > li > ul li {
  border-top: 1px dashed #fff;
}
.p-links2__list > li > ul li:first-child {
  border-top: none;
}
.p-links2__list > li > ul li > a {
  position: relative;
  padding-left: 40px;
}
.p-links2__list > li > ul li > a:after {
  position: absolute;
  top: 14px;
  left: 29px;
  display: block;
  box-sizing: border-box;
  content: '';
  width: 5px;
  height: 7px;
  border: solid red;
  border-width: 0 0 1px 1px;
}

.p-topics {
  margin: 16px 0;
  padding: 0 28px;
}
.p-topics__inner {
  box-sizing: border-box;
  max-width: 1148px;
  margin: 0 auto;
  display: table;
  width: 100%;
}
.p-topics__head {
  display: table-cell;
  width: 33.10105%;
  height: 242px;
  background-color: #dbe3e7;
  text-align: center;
  vertical-align: middle;
}
.p-topics__main {
  display: table-cell;
  padding: 30px;
  background-color: #fff;
}
.p-topics__title {
  margin: 0;
  color: #333;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
}
.p-topics__more {
  margin: 25px 0 0;
  text-align: center;
}
.p-topics__more a {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 10px;
  min-width: 195px;
  border-radius: 3px;
  background-color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.p-topics__more a:after {
  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;
  content: '\f105';
  font-size: 18px;
  line-height: 1;
  margin-left: 10px;
}
.p-topics__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-topics__list li {
  margin: 16px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}
.p-topics__list li:first-child {
  margin-top: 0;
}
.p-topics__list li .c-category, .p-topics__list li .p-items4__category {
  top: 0;
  margin-right: 20px;
  background-color: #005181 !important;
  color: #fff !important;
}
.p-topics__list li > a {
  color: inherit;
}

.p-select {
  margin: 0 0 16px;
  padding: 15px 0;
  border: solid #ccc;
  border-width: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-select__title {
  margin: 0 10px 0 0;
  color: #666;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

.p-share {
  margin: 20px 0 20px;
  padding: 30px 0 0;
  border-top: 1px solid #dadada;
}
.p-share.type-top {
  border-top: none;
  padding-top: 0;
  margin: 0;
}
.p-share.type-top .p-share__item {
  width: 258px;
}
.p-share.type-top .p-share__item a {
  border: 1px solid #cdcdcd;
}
.p-share.type-top .p-share__item--line {
  display: block;
}
.p-share__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-share__item {
  width: 178px;
  margin: 0 8px;
}
.p-share__item a {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #000;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-share__item i {
  margin-right: 8px;
}
.p-share__item--instagram a {
  color: #000;
}
.p-share__item--line {
  display: none;
}
.p-share__item--line a {
  border-color: #09b701;
  color: #09b701;
}
.p-share__item--facebook a {
  border-color: #3b5998;
  color: #3b5998;
}
.p-share__item--twitter a {
  border-color: #55acee;
  color: #55acee;
}
.p-share__item--google a {
  border-color: #db4e3f;
  color: #db4e3f;
}

.p-toggle {
  margin: 0 0 60px;
}
.p-toggle:before {
  display: block;
  margin: 0 0 5.70071%;
  content: '';
  width: 100%;
  padding-top: 6.4133%;
  background: url('resources/img/base/bg-decoration.png') no-repeat 0 0;
  background-size: 100% auto;
}
.p-toggle__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 0 30px;
}
.p-toggle__en {
  display: block;
  color: red;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25;
}
.p-toggle__ja {
  margin: 5px 0 0;
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

.p-anchor {
  margin: 40px -15px;
}
.p-anchor__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.p-anchor__list li {
  display: inline-block;
  margin: 0 .5em;
}
.p-anchor__list li a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: red;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.p-anchor__list li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  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;
  content: '\f107';
  font-size: 14px;
  line-height: 1;
  margin-top: -8px;
}
.p-anchor--bottom {
  margin: 40px -15px 20px;
}
.p-anchor--bottom .p-anchor__list li a:before {
  content: '\f106';
}

.p-bigbanner {
  margin: 40px 0 30px;
}
.p-bigbanner__item {
  margin: 0 0 20px;
}
.p-bigbanner__item a {
  display: block;
  color: #005181;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.28571;
  text-decoration: underline;
}
.p-bigbanner__text {
  margin: 10px 0 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.p-fairHead {
  margin: 0;
}
.p-fairHead__image {
  margin: 0;
}
.p-fairHead__image img {
  width: 100%;
  height: auto;
}
.p-fairHead__title {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
  color: #000;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.46154;
  text-align: center;
}
.p-fairHead__data {
  padding: 15px 0;
  border-bottom: 1px solid #dadada;
}
.p-fairHead__table tr th, .p-fairHead__table tr td {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: top;
}
.p-fairHead__table tr th {
  white-space: nowrap;
  color: #005181;
  font-weight: bold;
  text-align: right;
}
.p-fairHead__table tr td {
  width: 100%;
  color: #333;
}
/* トグル ---------------------------*/
@media screen and (min-width: 49em) {
	.p-fairHead__table th:after {
		content: ':';
		margin: 0 5px;
	}
}
@media screen and (max-width: 48em) {
	.p-fairHead__table th:after {
		/*content: 'ー';*/
		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;
		content: '\f107';
		color: #666;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1;
		margin: 0 8px;
	}
	.p-fairHead__table th.close:after {
		/*content: '＋';*/
		content: '\f106';
	}
	.p-fairHead__table th:not(.toggle):after {
		content: ':';
		margin: 0 5px;
	}
	.p-fairHead__table th.close + td {
		display: none;
	}
}
.p-point {
  margin: 0 0 25px;
  padding: 20px 0 0;
  border-top: 1px solid #dadada;
}
.p-point__title {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-point__tags {
  margin: -10px 0 0 -10px;
  overflow: hidden;
}
.p-point__tag {
  box-sizing: border-box;
  float: left;
  display: inline-block;
  margin: 10px 0 0 10px;
  min-width: 150px;
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  text-align: center;
}

.p-point2__list {
  list-style: none !important;
  margin: 0 -4px !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-point2__listItem {
  box-sizing: border-box;
  width: 152px;
  min-height: 152px;
  margin: 0 4px;
  padding: 15px 5px;
  background-color: #005181;
  text-align: center;
}

.p-point2__icon {
  margin: 0 0 10px;
  color: #fff100;
  line-height: 1;
}
.p-point2__icon .text {
  display: inline-block;
  font-size: 24px;
}
.p-point2__icon .number {
  display: inline-block;
  margin-left: 3px;
  font-size: 36px;
}

.p-point2__text {
  font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}
.p-point2__text em {
  font-style: normal !important;
  color: #fff100 !important;
}

.p-reservation {
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid #dadada;
}
.p-reservation__text {
  margin: 0 0 10px;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-reservation__title {
  margin: 0 0 10px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-reservation__wrap {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-reservation__mailUnit {
  width: 274px;
  margin-right: 10px;
}
.p-reservation__phoneUnit {
  width: 422px;
  margin-left: auto;
}
.p-reservation__phone {
  margin: 20px 0 10px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.07143;
}
.p-reservation__button {
  margin: 0;
}
.p-reservation__button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px;
  max-width: 274px;
  height: 50px;
  border-radius: 5px;
  background-color: #dbe3e7;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}
.p-reservation__button a:after {
  margin-left: 5px;
  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;
  content: '\f105';
}
.p-reservation__finish {
  display: inline-block;
  max-width: 256px;
  width: 100%;
  font-size: 12px;
  font-size: .75rem;
  vertical-align: middle;
  background: #eee;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

.p-infobanner {
  margin: 30px 0 16px;
  padding: 20px;
  border: 1px solid #dadada;
  text-align: center;
}
.p-infobanner__title {
  margin: 0 0 10px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
.p-infobanner__phone {
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}
.p-infobanner__text {
  margin: 10px 0 0;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

.p-fairCalendar {
  position: relative;
  max-width: 695px;
  margin: 0 auto;
  padding: 15px 15px 0;
  overflow: hidden;
}
.l-toggle .p-fairCalendar {
  padding-top: 0;
}
.p-fairCalendar.type-restaurant {
  max-width: none;
  padding: 20px;
}
.p-fairCalendar.type-restaurant .p-fairCalendar__title {
  border-bottom: none;
  padding-bottom: 0;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
}
.p-fairCalendar.type-restaurant #fair_calendar_box {
  position: relative;
}
.p-fairCalendar__title {
  margin: 0 0 20px;
  padding: 0 0 8px;
  border-bottom: 1px solid #dadada;
  color: #333;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.p-fairCalendar__text {
  margin: 0 0 20px;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-align: center;
}
.p-fairCalendar__text2 {
  margin: 0 0 10px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
  text-align: center;
}
.p-fairCalendar__caption {
  margin: 0 0 10px;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.66667;
  text-align: center;
}
.p-fairCalendar__caption .reserver {
  display: inline-block;
}
.p-fairCalendar__caption .reserver:before {
  position: relative;
  top: 1px;
  display: inline-block;
  content: '';
  width: 21px;
  height: 1em;
  background: #ff9000;
  margin-right: 5px;
}
.p-fairCalendar__button {
  box-sizing: border-box;
  display: block;
  margin: 0 auto 30px;
  max-width: 276px;
  width: 100%;
  border: none;
  padding: 8px 15px;
  border-radius: 5px;
  background-color: #005181;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  cursor: pointer;
}
.p-fairCalendar__button:after {
  margin-left: 5px;
  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;
  content: '\f105';
}
.p-fairCalendar__button:hover {
  opacity: .7;
}
.l-toggle .p-fairCalendar__button:after {
  display: none;
}
.p-fairCalendar.type-slim #fair_calendar_box {
  width: 100%;
  padding-bottom: 10px;
  overflow: hidden;
}
.p-fairCalendar.type-slim #fair_calendar_wrap .fair_calendar_month {
  width: 88%;
  float: left;
  margin: 0 5% 5%;
}

#fair_calendar_wrap {
  width: 300%;
  overflow: hidden;
}

#fair_calendar_wrap .fair_calendar_block {
  width: 33.3%;
  float: left;
}

#fair_calendar_wrap .fair_calendar_month {
  width: 40%;
  float: left;
  margin: 0 5%;
}

#fair_calendar_wrap #fair_calendar_trg_prev, #fair_calendar_wrap #fair_calendar_trg_next {
  position: absolute;
  top: 50%;
  margin-top: -23px !important;
  padding: 0 !important;
  cursor: pointer;
}

#fair_calendar_wrap #fair_calendar_trg_prev {
  left: 5px;
}

#fair_calendar_wrap #fair_calendar_trg_next {
  right: 5px;
}

.p-fairCalendar_calendar {
  width: 100%;
}

.p-fairCalendar_calendar table {
  width: 100%;
  box-sizing: border-box;
  border-spacing: 0 !important;
  border: none !important;
  border-collapse: collapse !important;
  margin-bottom: 0 !important;
}

.p-fairCalendar_calendar table #p-fairCalendar_calendar_head {
  color: #1e0000 !important;
}

.p-fairCalendar_calendar table thead tr:first-child th, .p-fairCalendar_calendar table thead tr:first-child td {
  border: none !important;
}

.p-fairCalendar_calendar table thead .p-fairCalendar_prev_month, .p-fairCalendar_calendar table thead .p-fairCalendar_next_month {
  font-size: 12px;
}

.p-fairCalendar_calendar table th, .p-fairCalendar_calendar table td {
  padding: 4px 2px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: normal;
  box-sizing: border-box;
}

.p-fairCalendar_calendar table #p-fairCalendar_prev_month, .p-fairCalendar_calendar table #p-fairCalendar_next_month {
  display: block;
  padding: 5px 2px;
  text-indent: 0;
  font-size: 12px;
  cursor: pointer;
}

.p-fairCalendar_calendar table #p-fairCalendar_prev_month {
  text-align: left;
}

.p-fairCalendar_calendar table #p-fairCalendar_next_month {
  text-align: right;
}

.p-fairCalendar_calendar table thead td.satday {
  background: #c7ecff !important;
}

.p-fairCalendar_calendar table thead td.sunday {
  background: #ffd3d3 !important;
}

.p-fairCalendar_calendar table tbody td.satday {
  background: #c7ecff !important;
}

.p-fairCalendar_calendar table tbody td.sunday {
  background: #ffd3d3 !important;
}

.p-fairCalendar_calendar table th {
  color: #333;
  font-family: 'Cardo', serif;
  font-size: 24px;
  background: none;
}

.p-fairCalendar_calendar table thead #p-fairCalendar_weekday {
  background: #fff;
}

.p-fairCalendar_calendar table thead #p-fairCalendar_weekday td {
  color: #666;
}

.p-fairCalendar_calendar table tbody td.date {
  width: 14.2857%;
  color: #666;
  background: #dbe3e7;
  text-decoration: underline;
  cursor: pointer;
}

.p-fairCalendar_calendar table tbody td.date.selected {
  background: #005181 !important;
  color: #fff !important;
}

.p-fairCalendar_calendar table tbody td.date.disabled {
  background: #fff !important;
  color: #b9b9b9 !important;
  cursor: default !important;
  text-decoration: none !important;
}

.p-fairCalendar_calendar table tbody td.date.reserver {
  font-weight: bold;
  color: #fff !important;
  background: #ff9000 !important;
  text-decoration: underline;
}

.p-fairCalendar_calendar table tbody td.date.opened {
  background: #005181 !important;
  color: #fff !important;
  text-decoration: none !important;
  cursor: auto !important;
}

.p-result {
  margin: 0 0 15px;
}
.p-result__text {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}
.p-result__text .searchResults {
  display: inline-block;
  margin-right: 5px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  vertical-align: middle;
}

.p-form {
  background-color: #fff;
  margin: 0 auto 20px;
  padding: 0 30px;
  overflow: hidden;
}
.p-form table {
  width: 100%;
  border: none;
  border-top: 1px solid #dcdcdc;
}
.p-form table th, .p-form table td {
  padding: 30px 20px;
  background: none;
  color: #666;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  border-bottom: 1px solid #dcdcdc;
}
.p-form table th {
  font-weight: normal;
  width: 30%;
  text-align: left;
}
.p-form .wgt-notes {
  margin-bottom: 0;
}
.p-form .heading2 {
  margin: 30px 0;
  font-weight: normal;
  color: #514534;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-form__buttons {
  margin: 50px 0;
  overflow: hidden;
  text-align: center;
}
.p-form__buttons a, .p-form__buttons button, .p-form__buttons input {
  margin-left: 10px;
  margin-right: 10px;
}

.p-intro {
  margin: 0 0 20px;
}
.p-intro__movie {
  position: relative;
  margin: 0 0 20px;
  padding-top: 56.25%;
}
.p-intro__movie iframe, .p-intro__movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-intro__icon {
  margin: 0 0 20px;
  text-align: center;
}
.p-intro__title {
  margin: 0 0 30px;
  color: #000;
  font-weight: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.46154;
  text-align: center;
}
.p-intro__text {
  margin: 0 0 20px;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  text-align: center;
}
.p-intro__button {
  margin: 40px 0 0;
  text-align: center;
}

.p-course {
  margin-top: 80px;
  margin-bottom: 60px;
}
.p-course:before {
  display: block;
  margin: 0 -20px 4.15677%;
  content: '';
  padding-top: 6.4133%;
  background: url('resources/img/base/bg-decoration.png') no-repeat 50% 0;
  background-size: 100% auto;
  box-sizing: border-box;
}
.p-course__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 0 0 30px;
}
.p-course__en {
  display: block;
  color: red;
  font-weight: 400;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25;
}
.p-course__ja {
  margin: 0;
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}
.p-course__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
}
.p-course__item {
  box-sizing: border-box;
  width: 195px;
  margin: 0 2px 4px;
  padding: 10px;
  border: 1px solid #dadada;
  text-align: center;
}
.p-course__item:before {
  display: block;
  content: '';
  width: 108px;
  height: 24px;
  background: url('resources/img/p-course/bg.png') no-repeat 0 0;
  background-size: cover;
  margin: 16px auto;
}
.p-course__title {
  margin: 15px 0 5px;
  color: red;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.09091;
}
.p-course__price {
  margin: 0;
  color: #333;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
.p-course__notes {
  margin: 15px 0;
  color: #c00;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.28571;
}
.p-course__menu {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.p-course__price + .p-course__menu {
  margin-top: 28px;
}
.p-course__menu li {
  margin: 0 0 10px;
  color: #000;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.28571;
}

.p-staff {
  margin: 40px -32px;
}
.p-staff__items {
  margin: 0 0 60px;
}
.p-staff__item {
  padding: 32px 32px 16px;
  border-bottom: 16px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-staff__image {
  margin: 0 10px 0 0;
  width: 182px;
}
.p-staff__main {
  width: 586px;
  margin-left: auto;
}
.p-staff__category {
  margin: 0;
  color: #005181;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
}
.p-staff__name {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.23077;
}
.p-staff__sub {
  display: inline-block;
  margin-right: 1em;
  font-size: 69.23%;
}
.p-staff__text {
  margin: 0 0 20px;
  font-weight: 400;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
.p-staff__title {
  margin: 0 0 15px;
  padding: 0 0 5px;
  border-bottom: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.23077;
}
.p-staff__photos {
  list-style: none;
  margin: 0 auto 20px;
  padding: 0;
  display: table;
  table-layout: fixed;
}
.p-staff__photos li {
  display: table-cell;
}
.p-staff__photos li img {
  width: 100%;
  height: auto;
}

.p-plan p, .p-freearea.type-page .p-plan p {
  text-align: left;
}

.p-plan .p-bigbanner, .p-freearea.type-page .p-plan .p-bigbanner {
  margin-bottom: 60px;
}

.p-plan__heading, .p-freearea.type-page .p-plan__heading {
  margin: 0 0 25px;
  font-weight: normal;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.38462;
  text-align: center;
}

.p-plan__description, .p-freearea.type-page .p-plan__description {
  margin: 0 0 40px;
  font-weight: normal;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  text-align: center;
}

.p-plan__item, .p-freearea.type-page .p-plan__item {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.p-plan__image, .p-freearea.type-page .p-plan__image {
  margin: 0 20px 0 0;
  width: 260px;
}

.p-plan__main, .p-freearea.type-page .p-plan__main {
  width: 515px;
}

.p-plan__title, .p-freearea.type-page .p-plan__title {
  margin: 0 0 5px;
  color: #000;
  font-weight: 400;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.30769;
  text-align: left;
}
.p-plan__title .sub, .p-freearea.type-page .p-plan__title .sub {
  display: inline-block;
  font-size: 69.23%;
}

.p-plan__title2, .p-freearea.type-page .p-plan__title2 {
  margin: 0 0 5px;
  color: #333;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
  text-align: left;
}

.p-plan__lead, .p-freearea.type-page .p-plan__lead {
  margin: 10px 0 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.p-plan__benefits, .p-plan__box, .p-freearea.type-page .p-plan__benefits, .p-freearea.type-page .p-plan__box {
  margin: 0 0 10px;
  padding: 15px 18px 5px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
}

.p-plan__benefitsTitle, .p-freearea.type-page .p-plan__benefitsTitle {
  margin: 0 0 10px;
  color: #333;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5;
  text-align: left;
}

.p-plan__benefitsText, .p-freearea.type-page .p-plan__benefitsText {
  margin: 0 0 5px;
  color: #005181;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
}

.p-plan__plan, .p-freearea.type-page .p-plan__plan {
  margin: 20px 0 10px;
}
.p-plan__plan p, .p-plan__plan li, .p-freearea.type-page .p-plan__plan p, .p-freearea.type-page .p-plan__plan li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-plan__plan ul, .p-plan__plan ol, .p-plan__plan p, .p-freearea.type-page .p-plan__plan ul, .p-freearea.type-page .p-plan__plan ol, .p-freearea.type-page .p-plan__plan p {
  margin-top: 5px;
}

.p-plan__planTitle, .p-freearea.type-page .p-plan__planTitle {
  margin: 0;
  color: #005181;
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.5;
  text-align: left;
}

.p-plan__text, .p-freearea.type-page .p-plan__text {
  border-top: 1px dashed #dadada;
  margin: 0 0 20px;
  padding: 10px 0 0;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}

.p-plan__line, .p-freearea.type-page .p-plan__line {
  display: block;
  margin: 15px 0;
  border: none;
  border-top: 1px dotted #dadada;
}

.p-plan__notes, .p-freearea.type-page .p-plan__notes {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.p-plan__notes li, .p-freearea.type-page .p-plan__notes li {
  text-indent: -1em;
  padding-left: 1em;
  color: #333;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}

.p-plan__notes2, .p-freearea.type-page .p-plan__notes2 {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-align: right !important;
}

.p-plan__price, .p-freearea.type-page .p-plan__price {
  margin: 0 0 10px;
  color: #333;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.13333;
  vertical-align: middle;
  text-align: center !important;
}
.p-plan__price .title, .p-freearea.type-page .p-plan__price .title {
  display: inline-block;
  margin-right: 3px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
  white-space: nowrap;
}
.p-plan__price .line, .p-freearea.type-page .p-plan__price .line {
  font-size: 125%;
}
.p-plan__price .tax, .p-freearea.type-page .p-plan__price .tax {
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
}

.p-plan__plus, .p-freearea.type-page .p-plan__plus {
  display: block;
  margin: 0 0 10px;
  text-align: center !important;
}

.p-plan__priceText, .p-freearea.type-page .p-plan__priceText {
  margin: 0 0 10px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.36364;
}
.p-plan__priceText .notes, .p-freearea.type-page .p-plan__priceText .notes {
  display: inline-block;
  margin-left: 5px;
  font-size: 63.636%;
}

.p-shopinfo {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-shopinfo__logo {
  box-sizing: border-box;
  width: 335px;
  margin: 0;
  padding: 0 5px;
  text-align: center;
  min-width: 200px;
}
.p-shopinfo__main {
  box-sizing: border-box;
  width: 457px;
  padding: 0 5px;
  text-align: center;
  border-left: 1px solid #ccc;
}
.p-shopinfo__phone {
  margin: 0 0 20px;
}
.p-shopinfo__phone .c-phone__notes {
  display: block;
}
.p-shopinfo__text {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}

.p-flow__lead {
  margin: 0 0 40px;
  color: #000;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.53846;
  text-align: center;
}

.p-flow__wrap {
  position: relative;
  overflow: hidden;
}

.p-flow__section {
  position: relative;
  margin: 0 0 57px;
}
.p-flow__section:before {
  position: absolute;
  top: -42px;
  left: 50%;
  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;
  content: '\f107';
  color: #e4dfd6;
  font-size: 40px;
  line-height: 27px;
  margin-left: -13px;
}

.p-flow__heading {
  margin: 0 0 20px;
  padding: 10px;
  color: #333;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
  background-color: #e4dfd6;
  text-align: center;
}

.p-flow__item {
  border-bottom: 1px solid #dadada;
}

.p-flow__itemInner {
  display: table;
  width: 100%;
  margin: 20px 0;
}

.p-flow__title {
  display: table-cell;
  margin: 0;
  padding: 0 20px;
  width: 31.94444%;
  color: #000;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.p-flow__main {
  display: table-cell;
  padding-top: 1em;
  padding-left: 27px;
  border-left: 1px solid #dadada;
}

.p-flow__text {
  margin: 0 0 1em;
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

.p-dresslist__list {
  list-style: none;
  margin-top: -10px;
  margin-left: -.62189%;
  margin-right: -.62189%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-dresslist__list li {
  position: relative;
  width: 23.75622%;
  margin-top: 10px;
  margin-left: .62189%;
  margin-right: .62189%;
}
.p-dresslist__list li img {
  max-width: none;
  width: 100%;
  height: auto;
}

.p-dresslist__label {
  position: absolute;
  top: 0;
  left: 0;
}

.p-navigation {
  margin: 35px -9px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-navigation a, .p-navigation button {
  border: none;
  display: block;
  margin: 0 9px;
  padding: 15px 10px;
  max-width: 274px;
  width: 100%;
  background-color: #efefef;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.p-navigation a:before, .p-navigation button:before {
  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;
  content: '\f105';
  font-size: 18px;
  line-height: 1;
  margin-right: 10px;
}
.p-navigation a.current, .p-navigation button.current {
  background-color: #005181;
  color: #fff;
}

.p-dress .c-link a {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
}

.p-dress__contents {
  margin: 15px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-dress__image {
  position: relative;
  margin: 0 20px 0 0;
  width: 400px;
}

.p-dress__label {
  position: absolute;
  top: 0;
  left: 0;
}

.p-dress__main {
  width: 367px;
  margin-left: auto;
}

.p-dress__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  white-space: nowrap;
  font-weight: normal;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  text-align: center;
}
.p-dress__brand:before, .p-dress__brand:after {
  display: block;
  content: '';
  width: 50%;
  height: 1px;
  background-color: #ccc;
}
.p-dress__brand:before {
  margin-right: 14px;
}
.p-dress__brand:after {
  margin-left: 14px;
}

.p-dress__title {
  margin: 25px 0;
  color: #666;
  font-weight: normal;
  text-align: center;
}
.p-dress__title .title {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.25;
}
.p-dress__title .sub {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

.p-dress__model {
  margin: 0 0 25px;
  padding: 10px 0;
  border: solid #ccc;
  border-width: 1px 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
  text-align: center;
}

.p-dress__title2 {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  text-align: center;
}

.p-dress__text {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
}
.p-dress__text > p {
  margin-top: 0;
  margin-bottom: 20px;
}

.p-dress__info {
  border-top: 1px solid #ccc;
  padding: 30px 0 0;
}

.p-dress__reservation {
  margin: 20px 0;
  color: #666;
  text-align: center;
}

.p-dress__title3 {
  margin: 0;
  display: inline-block;
  margin-right: 16px;
  font-weight: bold;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.42857;
}

.p-dress__phone {
  display: inline-block;
  margin: 0;
  white-space: nowrap;
}
.p-dress__phone .text {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #005181;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.88889;
}
.p-dress__phone .phone {
  display: inline-block;
  font-weight: 400;
  color: #005181;
  font-weight: normal;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.21429;
}

.p-dress__data {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

.p-dress__button {
  margin: 0 0 8px;
}
.p-dress__button a, .p-dress__button button {
  margin-bottom: 0;
}

.p-topdress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-topdress__col {
  width: 50%;
}
.p-topdress__col:nth-child(1) {
  margin-right: 20px;
}
.p-topdress__title {
  margin: 0 0 15px;
  color: #666;
  font-weight: 400;
  color: #666;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.33333;
  text-align: center;
}
.p-topdress__label {
  position: absolute;
  top: 0;
  left: 0;
}
.p-topdress__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-topdress__list li {
  position: relative;
  width: 50%;
}
.p-topdress__list li img {
  width: 100%;
  height: auto;
}
.p-topdress__button {
  margin: 0;
}
.p-topdress__button a {
  display: block;
  box-sizing: border-box;
  padding: 15px 10px;
  min-height: 54px;
  background-color: #f3f3f3;
  color: #545454;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.71429;
  text-align: center;
}
.p-topdress__button a:before {
  position: relative;
  top: -2px;
  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;
  content: '\f105';
  font-size: 14px;
  margin-right: 7px;
}
.p-topdress__button.type-color a {
  background-color: #dbe3e7;
}

.u-txt-light {
  font-weight: 100 !important;
}

.u-txt-normal {
  font-weight: 400 !important;
}

.u-txt-bold {
  font-weight: 700 !important;
}

.u-txt-indent {
  text-indent: 1em !important;
}

.u-txt-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-txt-nowrap {
  white-space: nowrap !important;
}

.u-txt-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-txt-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-txt-none {
  text-transform: none !important;
}

.u-txt-lowercase {
  text-transform: lowercase !important;
}

.u-txt-uppercase {
  text-transform: uppercase !important;
}

.u-txt-capitalize {
  text-transform: capitalize !important;
}

.u-txt-smallcaps {
  font-variant: small-caps !important;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-left {
  text-align: left !important;
}

.u-txt-top {
  vertical-align: top !important;
}

.u-txt-middle {
  vertical-align: middle !important;
}

.u-txt-bottom {
  vertical-align: bottom !important;
}

.u-red {
  color: #c00 !important;
}

.u-5p {
  width: 5% !important;
}

.u-10p {
  width: 10% !important;
}

.u-15p {
  width: 15% !important;
}

.u-20p {
  width: 20% !important;
}

.u-25p {
  width: 25% !important;
}

.u-30p {
  width: 30% !important;
}

.u-35p {
  width: 35% !important;
}

.u-40p {
  width: 40% !important;
}

.u-45p {
  width: 45% !important;
}

.u-50p {
  width: 50% !important;
}

.u-55p {
  width: 55% !important;
}

.u-60p {
  width: 60% !important;
}

.u-65p {
  width: 65% !important;
}

.u-70p {
  width: 70% !important;
}

.u-75p {
  width: 75% !important;
}

.u-80p {
  width: 80% !important;
}

.u-85p {
  width: 85% !important;
}

.u-90p {
  width: 90% !important;
}

.u-95p {
  width: 95% !important;
}

.u-100p {
  width: 100% !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

@media screen and (max-width: 48em) {
  /* ---------------------------
 * Mobile
 * --------------------------- */
  html {
    width: 100%;
    min-width: 320px;
  }
  body {
    width: 100%;
    min-width: 320px;
  }
  .l-page {
    padding-top: 84px;
  }
  .l-header {
    position: fixed;
  }
  .l-header:before {
    display: none;
  }
  .l-header__inner {
    padding: 0;
    height: 54px;
    display: block;
  }
  .l-footer__copyrightInner {
    padding: 0;
  }
  .l-contents__inner {
    padding: 0 8px;
  }
  .l-contents__main, .l-contents__sub, .l-contents__subFix {
    width: auto;
    margin: 0;
    max-width: none;
  }
  body.type-compact .l-contents.type-top, body.type-compact .l-contents.type-2nd {
    margin-top: 0;
  }
  .l-contents.type-2column .l-contents__inner {
    display: block;
  }
  .l-contents.type-2column .l-contents__main {
    margin: 0 -8px 8px;
    padding: 0 8px;
    overflow: hidden;
  }
  .l-contents.type-fair {
    padding: 0;
  }
  .l-contents.type-fair .l-contents__inner {
    padding: 20px 8px 0;
  }
  .l-contents.type-fair .l-contents__main, .l-contents.type-fair .l-contents__sub {
    width: auto !important;
    margin: 0 !important;
  }
  .l-contents.type-fair .l-contents__subFix {
    max-width: none;
  }
  .l-unit {
    margin: 0 -8px 8px;
    padding: 20px 8px 0;
    overflow: hidden;
  }
  .l-unit--decoration:before {
    margin: 0 0 20px;
    padding-top: 9.48509%;
    background: url('resources/img/base/bg-decoration-sp.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .l-toggle {
    margin-bottom: 0;
  }
  .l-toggle__head a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .l-toggle__body {
    display: none;
    padding: 16px;
    border-top: none;
  }
  .l-toggle__section {
    padding-left: 8px;
    padding-right: 8px;
  }
  .c-phone {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.3125;
  }
  .c-phone__title {
    white-space: nowrap;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
  }
  .c-phone__text {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
  }
  .c-phone__notes {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.53846;
  }
  .c-gallery__list li {
    width: 50%;
  }
  .c-gallery__list li img {
    width: 100%;
    height: auto;
  }
  .c-gallery__list li:nth-child(2n+1) {
    clear: both;
  }
  .c-gallery2 {
    width: auto;
  }
  .c-gallery2__thumbnail li a:hover {
    opacity: 1;
  }
  .c-gallery3 {
    display: block !important;
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .c-gallery3__item {
    margin: 0 0 20px !important;
    width: auto !important;
    padding: 0 !important;
  }
  .c-heading {
    margin-bottom: 15px;
  }
  .c-new__inner {
    padding: 0 10px;
  }
  .c-section {
    margin-bottom: 30px;
  }
  .c-formGroup.type-3col {
    overflow: visible;
  }
  .c-formGroup.type-3col li {
    float: none;
    width: auto;
  }
  .c-eyecatch {
    margin-bottom: 20px;
  }
  .l-unit .c-eyecatch {
    margin-left: -15px;
    margin-right: -15px;
  }
  .c-radio__inner {
    padding: 0 10px;
  }
  .c-textarea__inner {
    padding: 0 10px;
  }
  .c-button {
    margin: 0 0 10px;
    max-width: none;
  }
  .c-button.back {
    max-width: none;
  }
  .c-button:hover {
    opacity: 1;
  }
  .c-button2 {
    margin: 0 0 10px;
    max-width: none;
  }
  .c-button2.back {
    max-width: none;
  }
  .c-button2:hover {
    opacity: 1;
  }
  .c-buttonGroup {
    margin: 20px 0;
    padding-left: 0;
  }
  .c-buttonGroup__item {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .c-buttonGroup__item:nth-child(2n+1) {
    position: static;
  }
  .c-movie {
    margin-bottom: 20px;
  }
  .p-freearea {
    background: none;
    margin: 0 -8px;
    padding: 0 8px;
    /* alignment */
  }
  .p-freearea header {
    margin: 0 -8px 30px;
  }
  .p-freearea h1 {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .p-freearea h2, .p-freearea h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
  .p-freearea p, .p-freearea table {
    margin-bottom: 20px;
  }
  .p-freearea ul, .p-freearea ol {
    margin: 20px 0;
  }
  .p-freearea blockquote {
    background-color: #eee;
    padding: 10px 15px;
    margin: 1em;
  }
  .p-freearea .alignleft {
    float: none;
    display: table;
    margin: 1em auto;
  }
  .p-freearea .alignright {
    float: none;
    display: table;
    margin: 1em auto;
  }
  .p-freearea .aligncenter {
    display: table;
    margin: 1em auto;
  }
  .p-freearea.type-page h1 {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .p-freearea.type-page h2, .p-freearea.type-page h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
  .p-copyright {
    float: none;
    padding: 10px 20px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.66667;
  }
  .p-footerInfo {
    padding: 20px 10px 0;
  }
  .p-footerInfo__address {
    display: block;
    margin: 0 0 10px;
  }
  .p-footerInfo__phone {
    display: block;
    margin: 0 0 10px;
  }
  .p-footerInfo__buttons {
    display: block;
    margin: 20px 0 30px;
  }
  .p-footerInfo__button {
    margin: 0 0 10px;
    min-width: 0;
  }
  .p-footerInfo__map {
    clear: none;
    margin: 0 -20px;
  }
  .p-pagetop {
    position: static;
    width: auto;
  }
  .p-pagetop a {
    height: 42px;
  }
  .p-sitemap__inner {
    padding: 10px;
    display: block;
  }
  .p-sitemap__sub {
    display: table;
    width: auto;
    margin: 0 auto 20px;
  }
  .p-sitemap__main {
    margin: 10px 0 0;
    width: auto;
  }
  .p-sitemap__col {
    width: 47.88732%;
    min-width: 0;
    margin: 0 0 20px !important;
  }
  .p-sitemap__col:first-child {
    margin-left: auto;
  }
  .p-footernavi__inner {
    padding: 10px 0;
  }
  .p-footernavi__list {
    margin-top: -5px;
  }
  .p-footernavi__list li {
    margin-top: 5px;
  }
  .p-sitetitle {
    position: absolute;
    top: 5px;
    left: 10px;
    padding-top: 0 !important;
  }
  .p-sitetitle a {
    width: 144px !important;
    height: 28px !important;
    background-size: 144px 28px;
    padding-top: 0;
  }
  .p-sitetitle a:before {
    display: none !important;
  }
  .p-globalnavi {
    padding: 0;
    border: none;
  }
  .p-globalnavi__menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 6px;
    border-left: 1px solid #ccc;
    color: #666;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
  }
  .p-globalnavi__body {
    position: fixed;
    top: 41px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #efefef;
  }
  .p-globalnavi__nav {
    margin: 0;
    display: block;
  }
  .p-globalnavi__nav li {
    display: block;
    width: auto;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .p-globalnavi__nav li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 10px 30px 10px 20px;
    height: auto;
    min-height: 0 !important;
    color: #666;
  }
  .p-globalnavi__nav li a:before {
    position: absolute;
    top: 50%;
    right: 10px;
    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;
    content: '\f105';
    font-size: 14px;
    line-height: 1;
    margin-top: -7px;
  }
  .p-globalnavi__en {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
  .p-globalnavi__ja {
    display: block;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.84615;
  }
  .p-globalnavi__dress {
    display: none;
  }
  .p-headerinfo {
    padding: 0;
    height: 40px;
    min-height: 0;
  }
  .p-headerinfo__inner {
    padding: 10px;
  }
  .p-headerinfo__phone {
    position: absolute;
    top: 0;
    right: 40px;
    margin: 0;
    width: 40px;
    height: 0;
    padding-top: 40px;
    border-left: 1px solid #ccc;
    overflow: hidden;
    cursor: pointer;
  }
  .p-headerinfo__phone:before {
    position: absolute;
    top: 50%;
    left: 50%;
    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;
    content: '\f095';
    color: #666;
    font-size: 26px;
    line-height: 1;
    margin-top: -13px;
    margin-left: -10px;
  }
  .p-headerinfo__phone.c-insta {
    right: 80px;
	height: 40px;
	padding-top: 10px;
    padding-left: 10px;
    height: 40px;
    box-sizing: border-box;
  }
  .p-headerinfo__phone.c-insta i {
	display: block;
  }
  .p-headerinfo__phone.c-insta:before {
	content: none;
  }
  .p-headerinfo__links {
    display: none;
  }
  .p-spinfo {
    display: block;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border-top: 1px solid #ccc;
  }
  .p-spinfo__dress, .p-spinfo__contact {
    display: block;
    box-sizing: border-box;
    width: 50%;
    padding: 10px 0;
    background: #eee;
    color: #fff;
    font-weight: bold;
    /*font-size: 14px;
    font-size: .875rem;*/
	font-size: 10px;
    font-size: .7rem;
    line-height: 1.71429;
    text-align: center;
  }
  .p-spinfo__dress:before, .p-spinfo__contact:before {
    margin-right: 5px;
    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;
    content: '\f105';
  }
  .p-spinfo > * {
    margin-right: 3px;
  }
  .p-spinfo > *:last-child {
    margin-right: 0;
  }
  .p-spinfo__dress {
    color: #333;
    background-color: #dbe3e7;
  }
  .p-spinfo__contact {
    background-color: #005181;
  }
  .p-gallery {
    margin-top: 0;
  }
  .p-gallery__frame {
    padding-top: 60%;
    height: auto !important;
  }
  body.type-compact .p-gallery__image {
    opacity: 1;
  }
  .p-items {
    margin: 8px 0;
    overflow: visible;
  }
  .p-items + .p-items {
    margin-top: 20px;
  }
  .p-items__item {
    margin: 8px 0 0;
  }
  .p-items__item a {
    display: table;
    width: 100%;
  }
  .p-items__image {
    display: table-cell;
    width: 180px;
  }
  .p-items__image img {
    width: 100%;
    height: auto;
  }
  .p-items__title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .p-items.type-2column .p-items__item {
    float: none;
    width: auto;
    margin: 0 0 8px;
  }
  .p-items2 {
    margin-bottom: 30px;
  }
  .p-items2__item {
    display: block;
    margin-bottom: 30px;
  }
  .p-items2__main {
    width: auto !important;
    margin: 0 0 10px;
  }
  .p-items2__figure {
    margin: 0 0 10px;
    width: auto !important;
  }
  .p-items2__figure img {
    width: 100%;
    height: auto;
  }
  .p-items2__title {
    margin-bottom: 5px;
  }
  .p-items3 {
    margin-bottom: 30px;
  }
  .p-items3__item {
    display: block;
    margin-bottom: 20px;
  }
  .p-items3__wrap {
    display: block;
  }
  .p-items3__main {
    width: auto !important;
    margin: 0 0 10px;
  }
  .p-items3__figure {
    margin: 0 0 16px;
    width: auto !important;
  }
  .p-items3__figure img {
    width: 100%;
    height: auto;
  }
  .p-items3__title {
    margin-bottom: 5px;
  }
  .p-items3__section {
    margin: 0 0 20px;
  }
  .p-items4__inner {
    margin-top: -20px;
    margin-left: -4.0107%;
    overflow: hidden;
  }
  .p-items4__item {
    position: relative;
    float: left;
    width: 45.9893%;
    margin-top: 20px;
    margin-left: 4.0107%;
  }
  .p-items4__item:nth-child(3n+1) {
    clear: none;
  }
  .p-items4__item:nth-child(2n+1) {
    clear: both !important;
  }
  .p-items4__figure img {
    width: 100%;
    height: auto;
  }
  .p-items4__data {
    margin: 0 0 8px;
  }
  .p-items4__date {
    display: block;
    margin: 4px 0 0;
  }
  .p-items4__name {
    display: block;
    margin: 4px 0 0;
  }
  .p-items4__title {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.42857;
  }
  .p-items5 {
    margin: 0;
  }
  .p-items5__item {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
    background: none;
  }
  .p-items5__head {
    margin: 0 0 10px;
  }
  .p-items5__head a {
    position: relative;
  }
  .p-items5__figure {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .p-items5__figure img {
    width: 100%;
    height: auto;
  }
  .p-items5__title {
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-items5__date {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.42857;
  }
  .p-items5__data {
    padding: 0;
  }
  .p-items5__foot {
    margin: 0;
    padding: 0;
    display: block;
    overflow: visible;
  }
  .p-items5__reservation {
    margin: 0 0 10px;
    display: block;
    max-width: none;
    text-align: center;
  }
  .p-items5__finish {
    display: block;
    text-align: center;
    max-width: none;
  }
  .p-items5__reservation2 {
    margin: 0;
    display: block;
    text-align: center;
  }
  .p-items5.type-small {
    margin-bottom: 20px;
  }
  .p-items5.type-small .p-items5__reservation2 .text {
    display: inline-block;
  }
  .p-banners {
    margin: 0 0 8px;
  }
  .p-banners__item {
    margin: 0 auto 8px;
    text-align: center;
  }
  .p-banners__item a {
    display: inline-block;
  }
  .p-visual {
    padding-top: 0;
  }
  .p-visual__inner {
    padding: 0 10px;
  }
  .p-breadcrumbs {
    padding-bottom: 0;
    margin-top: 0;
    background-color: #fff;
  }
  .p-breadcrumbs__inner {
    padding: 0 8px;
  }
  .p-breadcrumbs.type-bottom {
    padding: 0;
    margin: 30px 0;
  }
  .p-breadcrumbs.type-bottom .p-breadcrumbs__inner {
    padding: 0;
  }
  .p-pager {
    margin: 20px 0;
  }
  .p-pager2 {
    margin: 0 -8px 20px;
  }
  .p-pager2__prev, .p-pager2__next {
    display: block !important;
  }
  .p-pager2__name {
    display: block;
  }
  .p-pager2__thumbnail, .p-pager2__main {
    width: auto !important;
  }
  .p-pager2__thumbnail img, .p-pager2__main img {
    width: 100%;
    height: auto;
  }
  .p-ranking {
    margin-bottom: 15px;
  }
  .p-ranking__image {
    width: 114px;
    min-width: 114px;
  }
  .p-links__list > li a {
    padding-left: 10px;
  }
  .p-links__list > li ul li a {
    padding-left: 20px;
  }
  .p-links__list > li ul li a:after {
    left: 10px;
  }
  .p-links2 {
    margin-top: 20px;
  }
  .p-links2__list > li a {
    padding-left: 10px;
  }
  .p-links2__list > li ul li a {
    padding-left: 20px;
  }
  .p-links2__list > li ul li a:after {
    left: 10px;
  }
  .p-topics {
    margin: 0;
    padding: 0;
  }
  .p-topics__inner {
    display: block;
  }
  .p-topics__head, .p-topics__main {
    display: block;
    width: auto;
  }
  .p-topics__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    height: 105px;
  }
  .p-topics__main {
    padding: 20px 8px;
  }
  .p-topics__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .p-topics__list li {
    margin-top: 10px;
  }
  .p-topics__list li .c-category, .p-topics__list li .p-items4__category {
    margin-right: 10px;
  }
  .p-topics__more {
    margin: 5px 0 0;
  }
  .p-topics__more a {
    padding: 0;
    min-width: 0;
    background: none;
  }
  .p-share {
    margin: 0 -8px 20px;
  }
  .p-share.type-top {
    margin-bottom: 20px;
  }
  .p-share.type-top .p-share__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .p-share__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -8px;
  }
  .p-share__list li {
    width: 45.6%;
    margin-left: 2.13333%;
    margin-right: 2.13333%;
    margin-top: 8px;
  }
  .p-share__item--line {
    display: block;
  }
  .p-toggle {
    margin: 0 -8px 2px;
  }
  .p-toggle:before {
    display: none;
  }
  .p-toggle__head {
    position: relative;
    background-color: #d0e8e4;
    padding: 5px 40px 5px 10px;
    cursor: pointer;
  }
  .p-toggle__head:after {
    position: absolute;
    top: 50%;
    right: 8px;
    color: #666;
    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;
    content: '\f0fe';
    font-size: 20px;
    line-height: 1;
    margin-top: -10px;
  }
  .p-toggle.opened .p-toggle__head:after {
    content: '\f146';
  }
  .p-toggle__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  .p-toggle__en {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
  .p-toggle__ja {
    font-size: 14px;
    font-size: .875rem;
    line-height: 2.85714;
  }
  .p-toggle__body {
    display: none;
  }
  .p-anchor {
    margin: 20px 0 10px;
  }
  .p-anchor__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-anchor__list li {
    margin-bottom: 10px;
  }
  .p-anchor--bottom {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .p-bigbanner {
    margin: 20px 0;
  }
  .p-fairHead {
    margin-bottom: 0;
  }
  .p-fairHead__title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: left;
  }
  .p-fairHead__data {
    padding-bottom: 10px;
  }
  .p-fairHead__table {
    display: block;
  }
  .p-fairHead__table tr {
    display: block;
  }
  .p-fairHead__table tr th, .p-fairHead__table tr td {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.42857;
  }
  .p-fairHead__table tr th {
    text-align: left;
  }
  .p-fairHead__table tr td {
    margin: 0 0 10px;
  }
  .p-point__inner {
    padding: 0 10px;
  }
  .p-point__tag {
    min-width: 0;
  }
  .p-point2__list {
    margin: 0 !important;
  }
  .p-point2__listItem {
    width: 49.30362%;
    margin: 0;
    margin-left: 1.11421%;
    margin-bottom: 4px !important;
    padding-bottom: 20px;
    min-height: 0;
  }
  .p-point2__listItem:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-reservation__wrap {
    display: block;
    width: auto;
    margin: 0;
  }
  .p-reservation__mailUnit, .p-reservation__phoneUnit {
    width: auto;
    margin: 0 0 20px;
  }
  .p-reservation__phone {
    margin: 0;
  }
  .p-reservation__title {
    margin-bottom: 5;
  }
  .p-infobanner {
    margin-top: 0;
    padding: 15px 10px;
  }
  .p-infobanner__title {
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .p-infobanner__phone {
    cursor: pointer;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
  .p-infobanner__text {
    margin: 0;
  }
  .p-fairCalendar {
    margin: 0 -8px;
  }
  .p-fairCalendar__button:hover {
    opacity: 1;
  }
  .p-fairCalendar.type-restaurant {
    padding: 20px 0;
  }
  .p-fairCalendar.type-restaurant #fair_calendar_wrap .fair_calendar_month {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  #fair_calendar_box {
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
  }
  #fair_calendar_wrap .fair_calendar_month {
    width: 90%;
    float: left;
    margin: 0 5% 2%;
  }
  #fair_calendar_wrap #fair_calendar_now, #fair_calendar_wrap #fair_calendar_next, #fair_calendar_wrap #fair_calendar_next2, #fair_calendar_wrap #fair_calendar_next3 {
    width: 80%;
    margin: 0 10%;
  }
  #fair_calendar_wrap #restaurant_calendar_left, #fair_calendar_wrap #restaurant_calendar_right {
    padding: 0;
    box-sizing: border-box;
  }
  #fair_calendar_wrap #fair_calendar_trg_prev, #fair_calendar_wrap #fair_calendar_trg_next {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    padding: 7px;
    cursor: pointer;
  }
  #fair_calendar_wrap #fair_calendar_trg_prev {
    left: 10px;
  }
  #fair_calendar_wrap #fair_calendar_trg_next {
    right: 10px;
  }
  .p-form {
    margin: 0 -8px 20px;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .p-form table th, .p-form table td {
    float: left;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .p-form table th {
    border-bottom: none;
    padding: 15px 0 0;
  }
  .p-form table td {
    padding: 15px 0;
  }
  .p-form__buttons {
    margin: 20px 0;
  }
  .p-form__buttons a, .p-form__buttons button, .p-form__buttons input {
    margin-left: 0;
    margin-right: 0;
  }
  .p-intro {
    margin-top: -12px;
    margin-bottom: 0;
  }
  .p-intro__title {
    margin: 0 0 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
    text-align: center;
  }
  .p-intro__text {
    margin: 0 0 20px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
    text-align: center;
  }
  .p-intro__button {
    margin: 18px auto 0;
    max-width: 275px;
  }
  .p-course {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .p-course:before {
    margin: 0 0 20px;
    padding-top: 9.48509%;
    background: url('resources/img/base/bg-decoration-sp.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-course__items {
    display: block;
    margin: 0;
  }
  .p-course__item {
    display: block;
    width: auto;
    margin: 0 0 8px;
  }
  .p-course__image {
    margin: 0 0 10px;
    text-align: center;
  }
  .p-course__main {
    width: auto;
    margin: 0 0 20px;
  }
  .p-staff {
    margin: 0 -8px;
  }
  .p-staff__item {
    display: block;
    padding: 8px;
    margin: 0 0 30px;
    overflow: hidden;
  }
  .p-staff__image {
    margin: 0 0 10px;
    text-align: center;
    width: auto;
  }
  .p-staff__main {
    width: auto;
  }
  .p-staff__category {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-staff__name {
    margin: 3px 0 15px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .p-staff__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .p-plan, .p-freearea.type-page .p-plan {
    margin: 40px 0;
  }
  .p-plan:before, .p-freearea.type-page .p-plan:before {
    margin: 0 0 20px;
    padding-top: 9.48509%;
    background: url('resources/img/base/bg-decoration-sp.png') no-repeat 0 0;
    background-size: 100% auto;
  }
  .p-plan__item, .p-freearea.type-page .p-plan__item {
    display: block;
    margin: 0 0 30px;
  }
  .p-plan__image, .p-freearea.type-page .p-plan__image {
    margin: 0 0 20px;
    width: auto;
    text-align: center;
  }
  .p-plan__image img, .p-freearea.type-page .p-plan__image img {
    width: 100%;
    height: auto;
  }
  .p-plan__main, .p-freearea.type-page .p-plan__main {
    width: auto;
    margin: 0 0 10px;
  }
  .p-plan__title, .p-freearea.type-page .p-plan__title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
  .p-plan__title2, .p-freearea.type-page .p-plan__title2 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.44444;
  }
  .p-shopinfo {
    display: block;
    margin-bottom: 20px;
  }
  .p-shopinfo__logo {
    margin: 0 auto 10px;
    width: auto;
    text-align: center;
    max-width: 250px;
  }
  .p-shopinfo__main {
    width: auto;
    margin: 0 0 20px;
    border: none;
  }
  .p-flow__lead {
    margin: 30px 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
  }
  .p-flow__wrap {
    margin: 0 -8px;
  }
  .p-flow__heading {
    margin: 0 0 20px;
  }
  .p-flow__item {
    border-bottom: 1px solid #dadada;
  }
  .p-flow__itemInner {
    display: block;
    padding: 0 8px;
    width: auto;
  }
  .p-flow__title {
    display: block;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667;
    text-align: left;
  }
  .p-flow__main {
    display: block;
    padding: 0;
    border: none;
  }
  .p-dresslist__list {
    margin-top: -6px;
    margin-left: -.82192%;
    margin-right: -.82192%;
  }
  .p-dresslist__list li {
    position: relative;
    width: 48.21918%;
    margin-top: 6px;
    margin-left: .82192%;
    margin-right: .82192%;
  }
  .p-navigation {
    margin: 20px -4px;
  }
  .p-navigation a, .p-navigation button {
    margin: 0 4px;
    padding: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-dress__contents {
    display: block;
    margin: 20px 0;
  }
  .p-dress__image, .p-dress__main {
    width: auto;
  }
  .p-dress__image {
    display: table;
    margin: 0 auto 20px;
  }
  .p-dress__title {
    margin: 20px 0 25px;
  }
  .p-dress__title .title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
  .p-dress__title .sub {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5;
  }
  .p-topdress {
    display: block;
  }
  .p-topdress__col {
    width: auto;
    margin: 0 0 30px !important;
  }
  .u-pconly {
    display: none !important;
  }
  .u-mt0-sp {
    margin-top: 0 !important;
  }
  .u-mt5-sp {
    margin-top: 5px !important;
  }
  .u-mt10-sp {
    margin-top: 10px !important;
  }
  .u-mt15-sp {
    margin-top: 15px !important;
  }
  .u-mt20-sp {
    margin-top: 20px !important;
  }
  .u-mt25-sp {
    margin-top: 25px !important;
  }
  .u-mt30-sp {
    margin-top: 30px !important;
  }
  .u-mt35-sp {
    margin-top: 35px !important;
  }
  .u-mt40-sp {
    margin-top: 40px !important;
  }
  .u-mt45-sp {
    margin-top: 45px !important;
  }
  .u-mt50-sp {
    margin-top: 50px !important;
  }
  .u-mt55-sp {
    margin-top: 55px !important;
  }
  .u-mt60-sp {
    margin-top: 60px !important;
  }
  .u-mt65-sp {
    margin-top: 65px !important;
  }
  .u-mt70-sp {
    margin-top: 70px !important;
  }
  .u-mt75-sp {
    margin-top: 75px !important;
  }
  .u-mb0-sp {
    margin-bottom: 0 !important;
  }
  .u-mb5-sp {
    margin-bottom: 5px !important;
  }
  .u-mb10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb15-sp {
    margin-bottom: 15px !important;
  }
  .u-mb20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb25-sp {
    margin-bottom: 25px !important;
  }
  .u-mb30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb35-sp {
    margin-bottom: 35px !important;
  }
  .u-mb40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb45-sp {
    margin-bottom: 45px !important;
  }
  .u-mb50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb55-sp {
    margin-bottom: 55px !important;
  }
  .u-mb60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb65-sp {
    margin-bottom: 65px !important;
  }
  .u-mb70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb75-sp {
    margin-bottom: 75px !important;
  }
  .u-ml0-sp {
    margin-left: 0 !important;
  }
  .u-ml5-sp {
    margin-left: 5px !important;
  }
  .u-ml10-sp {
    margin-left: 10px !important;
  }
  .u-ml15-sp {
    margin-left: 15px !important;
  }
  .u-ml20-sp {
    margin-left: 20px !important;
  }
  .u-ml25-sp {
    margin-left: 25px !important;
  }
  .u-ml30-sp {
    margin-left: 30px !important;
  }
  .u-ml35-sp {
    margin-left: 35px !important;
  }
  .u-ml40-sp {
    margin-left: 40px !important;
  }
  .u-ml45-sp {
    margin-left: 45px !important;
  }
  .u-ml50-sp {
    margin-left: 50px !important;
  }
  .u-ml55-sp {
    margin-left: 55px !important;
  }
  .u-ml60-sp {
    margin-left: 60px !important;
  }
  .u-ml65-sp {
    margin-left: 65px !important;
  }
  .u-ml70-sp {
    margin-left: 70px !important;
  }
  .u-ml75-sp {
    margin-left: 75px !important;
  }
  .u-mr0-sp {
    margin-right: 0 !important;
  }
  .u-mr5-sp {
    margin-right: 5px !important;
  }
  .u-mr10-sp {
    margin-right: 10px !important;
  }
  .u-mr15-sp {
    margin-right: 15px !important;
  }
  .u-mr20-sp {
    margin-right: 20px !important;
  }
  .u-mr25-sp {
    margin-right: 25px !important;
  }
  .u-mr30-sp {
    margin-right: 30px !important;
  }
  .u-mr35-sp {
    margin-right: 35px !important;
  }
  .u-mr40-sp {
    margin-right: 40px !important;
  }
  .u-mr45-sp {
    margin-right: 45px !important;
  }
  .u-mr50-sp {
    margin-right: 50px !important;
  }
  .u-mr55-sp {
    margin-right: 55px !important;
  }
  .u-mr60-sp {
    margin-right: 60px !important;
  }
  .u-mr65-sp {
    margin-right: 65px !important;
  }
  .u-mr70-sp {
    margin-right: 70px !important;
  }
  .u-mr75-sp {
    margin-right: 75px !important;
  }
}

@media screen and (min-width: 48em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .u-sponly {
    display: none !important;
  }
}


/* ---------------------------
 *  Font
 * -------------------------- */
.font-family__01 {
	font-family: gautreaux, sans-serif !important;
	font-weight: 500 !important;
}
.font-family__02 {
	font-family: new-spirit, serif !important;
	font-weight: 300 !important;
}
.font-family__03 {
	font-family: bello-caps, sans-serif !important;
}
.font-family__04 {
	font-family: fairwater-open-serif, sans-serif !important;
}