@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * 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: 0.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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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: -0.25em;
}

sup {
  top: -0.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
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
}

.u-mt0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mt80 {
  margin-top: 80px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt105 {
  margin-top: 105px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mt115 {
  margin-top: 115px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt125 {
  margin-top: 125px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mt135 {
  margin-top: 135px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mt145 {
  margin-top: 145px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mb0 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb105 {
  margin-bottom: 105px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-mb115 {
  margin-bottom: 115px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb125 {
  margin-bottom: 125px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-mb135 {
  margin-bottom: 135px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-mb145 {
  margin-bottom: 145px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pt5 {
  padding-top: 5px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pt15 {
  padding-top: 15px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pt25 {
  padding-top: 25px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pt35 {
  padding-top: 35px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt45 {
  padding-top: 45px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt55 {
  padding-top: 55px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pt65 {
  padding-top: 65px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pt75 {
  padding-top: 75px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pt95 {
  padding-top: 95px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pt105 {
  padding-top: 105px;
}

.u-pt110 {
  padding-top: 110px;
}

.u-pt115 {
  padding-top: 115px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pt125 {
  padding-top: 125px;
}

.u-pt130 {
  padding-top: 130px;
}

.u-pt135 {
  padding-top: 135px;
}

.u-pt140 {
  padding-top: 140px;
}

.u-pt145 {
  padding-top: 145px;
}

.u-pt150 {
  padding-top: 150px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-pb5 {
  padding-bottom: 5px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-pb15 {
  padding-bottom: 15px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-pb25 {
  padding-bottom: 25px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-pb35 {
  padding-bottom: 35px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb45 {
  padding-bottom: 45px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-pb55 {
  padding-bottom: 55px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-pb65 {
  padding-bottom: 65px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-pb75 {
  padding-bottom: 75px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb85 {
  padding-bottom: 85px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-pb95 {
  padding-bottom: 95px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-pb105 {
  padding-bottom: 105px;
}

.u-pb110 {
  padding-bottom: 110px;
}

.u-pb115 {
  padding-bottom: 115px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-pb125 {
  padding-bottom: 125px;
}

.u-pb130 {
  padding-bottom: 130px;
}

.u-pb135 {
  padding-bottom: 135px;
}

.u-pb140 {
  padding-bottom: 140px;
}

.u-pb145 {
  padding-bottom: 145px;
}

.u-pb150 {
  padding-bottom: 150px;
}

.u-sideAuto {
  margin: 0 auto;
}

.l-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  position: fixed;
  width: 100%;
  text-align: center;
  color: #ff620a;
  border-bottom: 2px solid #ff620a;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header .l-header_inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.l-header .header {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.l-header .header a {
  text-decoration: none;
  color: #61616f;
  display: block;
}
.l-header .header a span {
  font-size: 8px;
  margin-right: 8px;
}
.l-header .headerInfo {
  align-self: end;
  justify-self: end;
}
.l-header .headerInfo p {
  margin: 0;
  color: #61616f;
  text-align: left;
  align-self: end;
}
.l-header .headerInfo span,
.l-header .headerInfo .headerPhone {
  display: inline-block;
  vertical-align: bottom;
}
.l-header .headerInfo span {
  text-align: right;
  margin-right: 10px;
}
.l-header .headerInfo u {
  text-decoration-color: #ff620a;
  color: #ff620a;
  font-weight: bold;
}
.l-header nav {
  grid-column: 1/span 2;
}
.l-header .gnav {
  padding: 10px 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  font-size: 12px;
}
.l-header .gnav li {
  display: table-cell;
}
.l-header .gnav li a {
  display: block;
}
.l-header .gnav li a img {
  width: 40px;
  display: block;
  margin: 0 auto 5px;
}
.l-header .gnav li a:hover {
  text-decoration: none;
}

footer {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #3e3e3e;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}

a,
a:visited,
a:link {
  color: #00B2AF;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #61616f;
  width: 100%;
  display: block;
  font-size: 14px;
  height: 2000px;
}

div {
  box-sizing: border-box;
}

#concept {
  background-image: url("/img/mona2.png");
  background-position: top 65px left 0;
  background-repeat: no-repeat;
  background-size: 60px;
}

#menu {
  background-image: url("/img/mona1.png");
  background-position: bottom 0 right 0;
  background-repeat: no-repeat;
  background-size: 60px;
}

#access .map {
  text-align: center;
}
#access .map img {
  width: 100%;
}

.u-PCmt0 {
  margin-top: 0px;
}

.u-PCmt5 {
  margin-top: 5px;
}

.u-PCmt10 {
  margin-top: 10px;
}

.u-PCmt15 {
  margin-top: 15px;
}

.u-PCmt20 {
  margin-top: 20px;
}

.u-PCmt25 {
  margin-top: 25px;
}

.u-PCmt30 {
  margin-top: 30px;
}

.u-PCmt35 {
  margin-top: 35px;
}

.u-PCmt40 {
  margin-top: 40px;
}

.u-PCmt45 {
  margin-top: 45px;
}

.u-PCmt50 {
  margin-top: 50px;
}

.u-PCmt55 {
  margin-top: 55px;
}

.u-PCmt60 {
  margin-top: 60px;
}

.u-PCmt65 {
  margin-top: 65px;
}

.u-PCmt70 {
  margin-top: 70px;
}

.u-PCmt75 {
  margin-top: 75px;
}

.u-PCmt80 {
  margin-top: 80px;
}

.u-PCmt85 {
  margin-top: 85px;
}

.u-PCmt90 {
  margin-top: 90px;
}

.u-PCmt95 {
  margin-top: 95px;
}

.u-PCmt100 {
  margin-top: 100px;
}

.u-PCmb0 {
  margin-bottom: 0px;
}

.u-PCmb5 {
  margin-bottom: 5px;
}

.u-PCmb10 {
  margin-bottom: 10px;
}

.u-PCmb15 {
  margin-bottom: 15px;
}

.u-PCmb20 {
  margin-bottom: 20px;
}

.u-PCmb25 {
  margin-bottom: 25px;
}

.u-PCmb30 {
  margin-bottom: 30px;
}

.u-PCmb35 {
  margin-bottom: 35px;
}

.u-PCmb40 {
  margin-bottom: 40px;
}

.u-PCmb45 {
  margin-bottom: 45px;
}

.u-PCmb50 {
  margin-bottom: 50px;
}

.u-PCmb55 {
  margin-bottom: 55px;
}

.u-PCmb60 {
  margin-bottom: 60px;
}

.u-PCmb65 {
  margin-bottom: 65px;
}

.u-PCmb70 {
  margin-bottom: 70px;
}

.u-PCmb75 {
  margin-bottom: 75px;
}

.u-PCmb80 {
  margin-bottom: 80px;
}

.u-PCmb85 {
  margin-bottom: 85px;
}

.u-PCmb90 {
  margin-bottom: 90px;
}

.u-PCmb95 {
  margin-bottom: 95px;
}

.u-PCmb100 {
  margin-bottom: 100px;
}

.u-PCpt0 {
  padding-top: 0px;
}

.u-PCpt5 {
  padding-top: 5px;
}

.u-PCpt10 {
  padding-top: 10px;
}

.u-PCpt15 {
  padding-top: 15px;
}

.u-PCpt20 {
  padding-top: 20px;
}

.u-PCpt25 {
  padding-top: 25px;
}

.u-PCpt30 {
  padding-top: 30px;
}

.u-PCpt35 {
  padding-top: 35px;
}

.u-PCpt40 {
  padding-top: 40px;
}

.u-PCpt45 {
  padding-top: 45px;
}

.u-PCpt50 {
  padding-top: 50px;
}

.u-PCpt55 {
  padding-top: 55px;
}

.u-PCpt60 {
  padding-top: 60px;
}

.u-PCpt65 {
  padding-top: 65px;
}

.u-PCpt70 {
  padding-top: 70px;
}

.u-PCpt75 {
  padding-top: 75px;
}

.u-PCpt80 {
  padding-top: 80px;
}

.u-PCpt85 {
  padding-top: 85px;
}

.u-PCpt90 {
  padding-top: 90px;
}

.u-PCpt95 {
  padding-top: 95px;
}

.u-PCpt100 {
  padding-top: 100px;
}

.u-PCpb0 {
  padding-bottom: 0px;
}

.u-PCpb5 {
  padding-bottom: 5px;
}

.u-PCpb10 {
  padding-bottom: 10px;
}

.u-PCpb15 {
  padding-bottom: 15px;
}

.u-PCpb20 {
  padding-bottom: 20px;
}

.u-PCpb25 {
  padding-bottom: 25px;
}

.u-PCpb30 {
  padding-bottom: 30px;
}

.u-PCpb35 {
  padding-bottom: 35px;
}

.u-PCpb40 {
  padding-bottom: 40px;
}

.u-PCpb45 {
  padding-bottom: 45px;
}

.u-PCpb50 {
  padding-bottom: 50px;
}

.u-PCpb55 {
  padding-bottom: 55px;
}

.u-PCpb60 {
  padding-bottom: 60px;
}

.u-PCpb65 {
  padding-bottom: 65px;
}

.u-PCpb70 {
  padding-bottom: 70px;
}

.u-PCpb75 {
  padding-bottom: 75px;
}

.u-PCpb80 {
  padding-bottom: 80px;
}

.u-PCpb85 {
  padding-bottom: 85px;
}

.u-PCpb90 {
  padding-bottom: 90px;
}

.u-PCpb95 {
  padding-bottom: 95px;
}

.u-PCpb100 {
  padding-bottom: 100px;
}

.u-col-white {
  color: #fff;
}

.l-container {
  width: 960px;
  margin: 0 auto;
}
.l-container .header .h1txt {
  text-indent: -9999px;
  display: block;
  height: 0;
}
.l-container .header img {
  height: 40px;
}

.l-header .headerPhone {
  background: #ff620a;
  border-radius: 4px;
  margin-top: -28px;
  padding: 6px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.l-header .headerPhone .fa {
  margin-right: 4px;
}

.t-mvArea {
  width: 100%;
  position: relative;
}
.t-mvArea .mvImg {
  width: 100%;
  height: 700px;
  background-size: cover;
  background: url("/img/mainvisual_bg-min02.png") no-repeat center center;
  background-size: cover;
}
.t-mvArea .mvImg > div {
  position: relative;
  height: 100%;
}
.t-mvArea .mvImg .switch_logo {
  position: absolute;
  top: 25%;
  width: 250px;
  height: auto;
}
.t-mvArea .mvImg .mens_logo {
  position: absolute;
  top: 45%;
  width: 250px;
  height: auto;
}
.t-mvArea p {
  margin-top: -200px;
  line-height: 1.6em;
  font-size: 20px;
  margin-bottom: 55px;
}
.t-mvArea p span {
  font-size: 12px;
  line-height: 0;
}

#concept .conceptLead p {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 2.2em;
}
#concept .conceptLead .leadMarker {
  background: linear-gradient(transparent 0%, #ffb366 0%);
  font-weight: bold;
  color: #000;
  padding: 0 6px;
}
#concept .announce {
  background-color: #fafafa;
  max-width: 600px;
  padding: 10px 45px;
  margin: 0 auto 50px;
  border-radius: 4px;
}
#concept .announce h4 {
  color: #ff620a;
}
#concept .announce ul {
  margin-top: 20px;
  border-bottom: 1px dashed #ddd;
}
#concept .announce ul li {
  padding: 5px 0;
  border-top: 1px dashed #ddd;
}
#concept .announce ul li dl dt {
  font-weight: bold;
  font-size: 12px;
}
#concept .announce ul li dl dt span {
  font-weight: normal;
  font-size: 10px;
}
#concept .announce ul li dl dd {
  font-size: 12px;
  margin: 5px 0;
}
#concept .announce small {
  font-size: 10px;
  line-height: 14px;
  display: block;
}
#concept .about_firstblock {
  background-image: url("/img/papi.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100px auto;
  min-height: 230px;
  width: 500px;
  margin: 30px auto 0;
}
#concept .about_firstblock h3 {
  text-align: right;
}
#concept .about_firstblock .commentTxt {
  margin-right: 110px;
  line-height: 1.4em;
  background-color: #effcfd;
  padding: 10px;
  position: relative;
  border-radius: 4px;
}
#concept .about_firstblock .commentTxt:after {
  position: absolute;
  content: "";
  display: block;
  border: 15px solid transparent;
  border-left-color: #effcfd;
  top: 50%;
  right: -28px;
}
#concept .about_firstblock .commentTxt p {
  margin: 0 0 20px 0;
}
#concept .about_firstblock .commentTxt .fa,
#concept .about_firstblock .commentTxt .fab {
  margin-right: 10px;
}
#concept .about_secondblock {
  background-image: url("/img/erinya.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100px auto;
  min-height: 300px;
  width: 500px;
  margin: 30px auto 0;
  position: relative;
}
#concept .about_secondblock .commentTxt {
  margin-left: 110px;
  line-height: 1.4em;
  background-color: #effcfd;
  padding: 10px;
  position: relative;
  border-radius: 4px;
}
#concept .about_secondblock .commentTxt:after {
  position: absolute;
  content: "";
  display: block;
  border: 15px solid transparent;
  border-right-color: #effcfd;
  top: 50%;
  left: -28px;
}
#concept .about_secondblock .commentTxt p {
  margin: 0 0 20px 0;
}
#concept .about_secondblock .commentTxt .fa-heart {
  margin-right: 10px;
}
#concept .about_chair {
  width: 80px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
#concept .about_imgList ul {
  overflow: hidden;
  width: 640px;
  margin: auto;
  zoom: 1;
}
#concept .about_imgList ul:before, #concept .about_imgList ul:after {
  content: "";
  display: table;
}
#concept .about_imgList ulafter {
  clear: both;
}
#concept .about_imgList ul li {
  display: inline-block;
  float: left;
  margin: 5px;
}
#concept .slider6-wrap {
  max-width: 680px;
  margin: 20px auto 0;
  position: relative;
}
#concept .slider-6 .slick-slide {
  height: 900px;
  overflow: hidden;
}
#concept .slider-6 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#concept .slider-6 .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
#concept .slider-6 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 7px;
  transform: rotate(45deg);
}
#concept .slider-6 .slick-next {
  right: 10px;
}
#concept .slider-6 .slick-next:before {
  transform: rotate(45deg);
  right: 10px;
}
#concept .slider-6 .slick-prev {
  left: 10px;
}
#concept .slider-6 .slick-prev:before {
  transform: rotate(225deg);
  left: 10px;
}
#concept .thumbs_dots {
  margin: 10px 0 0;
}
#concept .thumbs_list li {
  display: inline-block;
  width: 25%;
  height: 150px;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.3s;
}
#concept .thumbs_list li.slick-active {
  opacity: 1;
}

.t-priceMenu {
  width: 600px;
  margin: auto;
}
.t-priceMenu h2 {
  color: #61616f;
}
.t-priceMenu .priceMenuList {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.t-priceMenu .priceMenuList li {
  zoom: 1;
  padding: 20px 50px;
}
.t-priceMenu .priceMenuList li:before, .t-priceMenu .priceMenuList li:after {
  content: "";
  display: table;
}
.t-priceMenu .priceMenuList liafter {
  clear: both;
}
.t-priceMenu .priceMenuList li .price {
  float: right;
}
.t-priceMenu .priceMenuList li:nth-child(odd) {
  background-color: rgba(249, 249, 249, 0.8);
}

#access .map {
  text-align: center;
}
#access .map img {
  width: 400px;
}

.switch {
  display: inline-block;
  max-width: 100px;
}

.grand_linkage h3 {
  text-align: center;
}
.grand_linkage .grand_linkage_image img {
  display: block;
  max-width: 640px;
  margin: auto;
}
.grand_linkage .grand_linkage_body {
  display: block;
  max-width: 640px;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */
