@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Licorice&family=Zen+Maru+Gothic:wght@500;700&display=swap");
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
html {
  overflow: hidden;
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
  }
}
figure {
  margin: 0;
  padding: 0;
}

p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 0;
}

small {
  font-size: 12px;
}

@media (max-width: 1000px) {
  p,
  li,
  dl,
  table {
    line-height: 1.75;
  }
}
@media (max-width: 768px) {
  p,
  li,
  dl,
  table {
    line-height: 1.6;
  }
}
tr {
  word-break: break-all;
}

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

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

dd {
  margin-left: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

input:placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

/*! 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.
 */
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: 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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
   ========================================================================== */
/**
 * 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* VARIABLE COLOR */
/* VARIABLE FONT */
/* VARIABLE MEDIA */
/* MIXIN */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 100%;
  color: #282620;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  background: #f8f5df;
  letter-spacing: 0.07em;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* LINK */
a, a:link, a:visited, a img {
  color: #282620;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: #666;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#header {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  z-index: 9999;
  top: -80px;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .logo {
  width: 330px;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 30px;
  left: 40px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .logo img {
  width: 100%;
  display: block;
}
#header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 10px 0 0;
}
@media screen and (max-width: 640px) {
  #header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
#header nav li {
  display: inline-block;
  margin: 0 15px;
}
#header nav li br {
  display: none;
}
#header nav li a {
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  display: block;
  text-align: center;
  line-height: 2.25;
}
#header nav li a:after {
  position: absolute;
  height: 4px;
  border-radius: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: #fe5943;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header nav li a:hover:after {
  opacity: 100;
  bottom: 0;
}
#header nav .headicon, #header nav .headtel, #header nav .navsp, #header nav .navtel {
  display: none;
}

.nav-open {
  display: none;
}

.spnav {
  display: none;
}

#header.smallhead {
  top: 0;
}
#header.smallhead .logo {
  width: 220px;
  top: 8px;
  left: 20px;
}

@media screen and (max-width: 960px) {
  #header.smallhead .logo {
    left: 10px;
  }
  #header.smallhead nav li {
    margin: 0 10px;
  }
  #header.smallhead nav li a {
    font-size: 13px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 820px) {
  #header .logo {
    width: 220px;
  }
  #header nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    text-align: center;
  }
  #header.smallhead {
    height: 50px;
  }
  #header.smallhead .logo {
    width: 150px;
    top: 4px;
    left: 5px;
  }
  #header.smallhead nav .headicon, #header.smallhead nav .headtel {
    display: block;
    position: fixed;
    top: 6px;
    right: 55px;
  }
  #header.smallhead nav .headicon a, #header.smallhead nav .headtel a {
    padding: 12px 0;
    display: block;
    color: #686554;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0;
  }
  #header.smallhead nav .headtel {
    right: 140px;
  }
  #header nav .navCont {
    z-index: -1;
    background: rgba(40, 38, 32, 0.9);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #header nav .navCont ul {
    position: absolute;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 100%;
  }
  #header nav .navCont li {
    width: 100%;
    padding-top: 25px;
    display: block;
  }
  #header nav .navCont li a {
    font-size: 30px !important;
    font-size: 1.85rem !important;
    text-shadow: 1px 1px 2px #282620;
    color: #fff;
    font-weight: bold;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  #header nav .navCont li a {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 820px) {
  #header nav .navCont li a:after {
    display: none;
  }
  #header nav .navCont li a:active {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  #header nav .navCont .navsp, #header nav .navCont .navtel {
    display: block;
  }
  #header nav .navCont .navsp a, #header nav .navCont .navtel a {
    display: block;
    padding: 15px 0;
    width: 240px;
    background: #fe5943;
    margin: 0 auto;
    border-radius: 40px;
    text-shadow: none;
  }
  #header nav .navCont .navtel a {
    background: #fff;
    color: #fe5943;
  }
  @-webkit-keyframes ripple {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07);
    }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 30px rgba(255, 255, 255, 0.07), 0 0 0 42px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 30px rgba(255, 255, 255, 0.07), 0 0 0 42px rgba(255, 255, 255, 0);
    }
  }
  @keyframes ripple {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07);
              box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.07), 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 40px rgba(255, 255, 255, 0.07);
    }
    100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 30px rgba(255, 255, 255, 0.07), 0 0 0 42px rgba(255, 255, 255, 0);
              box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.07), 0 0 0 20px rgba(255, 255, 255, 0.07), 0 0 0 30px rgba(255, 255, 255, 0.07), 0 0 0 42px rgba(255, 255, 255, 0);
    }
  }
  .nav-open {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: #fe5943;
    cursor: pointer;
    z-index: 9999;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 3px;
    background: #fe5943;
    border-radius: 2px;
    margin-left: 14px;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
}
#nav:checked + .nav-open {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: fixed;
  right: 10px;
  top: 10px;
  background: none;
}
#nav:checked + .nav-open span {
  display: none;
}

#nav:checked + .nav-open i {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  background: #fff;
}

#nav:checked + .nav-open i:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(180deg);
          transform: translateY(6px) rotate(180deg);
}

#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}

#nav:checked + .nav-open i:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(90deg);
          transform: translateY(-6px) rotate(90deg);
  margin-top: 2px;
}

#nav:checked ~ .navCont {
  inset: 0;
  display: block;
  z-index: 9990;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#nav:checked ~ .navCont ul {
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  padding: 0 0 40px;
}
#nav:checked ~ .navCont li {
  margin: 0;
}
#nav:checked ~ .navCont li a {
  line-height: 1.2;
}
#nav:checked ~ .navCont li br {
  display: block;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.hidden {
  display: none;
}

@media screen and (max-width: 640px) {
  #header {
    top: 0;
    background: none;
  }
  #header .logo {
    width: 200px;
    top: 15px;
    left: 15px;
  }
  #header .nav-open {
    background: none;
  }
  #header.smallhead {
    background: rgba(255, 255, 255, 0.8);
  }
  #header.smallhead .logo {
    width: 150px;
    top: 5px;
    left: 5px;
    display: block;
  }
  .spnav {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .spnav .spbtn1, .spnav .spbtn2, .spnav .spbtn3, .spnav .spbtn4 {
    -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    -webkit-flex-basis: 33%;
  }
  .spnav .spbtn1 a, .spnav .spbtn2 a, .spnav .spbtn3 a, .spnav .spbtn4 a {
    background: #686554;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    padding: 17px 0 0;
    display: block;
    color: #fff;
    border-radius: 25px;
    margin: 0 6px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .spnav .spbtn2 a {
    background: #e8e2b9;
    color: #686554;
  }
  .spnav .spbtn3 a {
    background: #fe5943;
    color: #fff;
  }
  .spnav .spbtn4 a {
    background: #fff;
    border: 2px solid #fe5943;
    color: #282620;
    height: 31px;
    padding: 16px 0 0;
  }
}
/* TOP SLIDER */
.main {
  width: 100%;
  overflow: hidden;
}
.main img {
  width: 100%;
}

.main-tel {
  position: absolute;
  bottom: 60px;
  left: 60px;
  color: #fff;
  text-align: left;
}
.main-tel strong {
  font-size: 30px !important;
  font-size: 1.85rem !important;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px) {
  .main-tel strong {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
.main-tel strong .material-icons {
  vertical-align: bottom;
}
.main-tel a {
  display: none;
  color: #fff;
}

.main-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
.main-btn a {
  display: block;
  width: 150px;
  height: 110px;
  border-radius: 75px;
  padding-top: 40px;
  color: #fff;
  background: #fe5943;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
.main-btn a span {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  color: #a31a08;
  display: block;
  font-size: 24px;
  font-weight: normal;
}
.main-btn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.slick-slider {
  padding: 0 0 12px 0;
  position: relative;
}

.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  position: relative;
  overflow: hidden;
}

.slick-slide:hover {
  cursor: pointer;
}

.slick-list:focus:focus {
  position: relative;
}

.slick-list:focus:focus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dotted #00C2FF;
  z-index: -1;
}

.js-slider .slick-list:focus {
  position: relative;
}

.js-slider .slick-list:focus:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px dotted #00C2FF;
  z-index: 1;
}

.main-slider-image {
  background: no-repeat center bottom #ddd;
  cursor: default !important;
}
.main-slider-image a {
  cursor: default !important;
}
.main-slider-image img {
  width: 100%;
}

.main-slider-image a:hover {
  text-decoration: none;
}

.main-slider-text-inner {
  text-align: left;
  z-index: 100;
  position: absolute;
  top: 55%;
  left: 40px;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
}

.main-slider-text-outer {
  height: 100%;
}

.main-slider-text-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.main-slider-main-copy {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2;
}
.main-slider-main-copy em {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  font-weight: normal;
  color: #fe5943;
  margin-bottom: 20px;
  font-size: 90px;
  display: block;
  z-index: 1;
}
.main-slider-main-copy em span {
  color: #fff;
}
.main-slider-main-copy strong {
  display: block;
  font-style: normal;
  font-size: 40px;
  color: #282620;
  margin-top: -40px;
  margin-left: 40px;
  position: relative;
  letter-spacing: 0;
}
.main-slider-main-copy strong:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 8px;
  content: "";
  background: #e8e2b9;
  z-index: -1;
  border-radius: 2px;
}
.main-slider-main-copy .white {
  color: #fff;
}

.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
}

@media screen and (max-width: 820px) {
  .main-slider-image img {
    max-width: 110%;
    width: 110%;
    margin-left: -6%;
  }
  .main-slider-main-copy em {
    font-size: 70px;
    line-height: 60px;
  }
  .main-slider-main-copy strong {
    font-size: 30px;
    margin-top: -15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .main-slider-text-inner {
    left: 10px;
    top: auto;
    bottom: 60px;
  }
  .main-slider-main-copy em {
    font-size: 40px;
    line-height: 35px;
  }
  .main-slider-main-copy strong {
    font-size: 22px;
    margin-top: -25px;
    margin-left: 0;
    letter-spacing: -0.05em;
  }
  .main img {
    max-width: 170%;
    width: 170%;
    margin-left: -40%;
  }
  .main-tel {
    bottom: 10px;
    left: 10px;
    font-size: 13px;
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .main-tel strong {
    display: none;
  }
  .main-tel a {
    display: block;
    font-size: 30px !important;
    font-size: 1.85rem !important;
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  .main-tel a {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 640px) {
  .main-tel .material-icons {
    font-size: 18px;
  }
  .main-btn {
    top: auto;
    bottom: 5px;
    right: 5px;
  }
  .main-btn a {
    width: 100px;
    height: 70px;
    padding-top: 30px;
    font-size: 13px;
  }
  .main-btn a span {
    font-size: 18px;
    margin-bottom: -5px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* FOOTER */
#footer {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: url(../images/foot_bg.jpg);
  background-size: cover;
  text-align: left;
}
@media screen and (max-width: 820px) {
  #footer {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    width: 88%;
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.footnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .footnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.footnav ul {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.footnav li {
  margin: 0 10px 10px;
  color: #fff;
  font-weight: bold;
}
.footnav li a {
  position: relative;
  display: block;
  line-height: 2.25;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 1.2;
}
.footnav li a:after {
  position: absolute;
  height: 4px;
  border-radius: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: #fe5943;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.footnav li a:hover:after {
  opacity: 100;
  bottom: 0;
}

.foottxt {
  width: 240px;
}
.foottxt p {
  color: #fff;
}
.foottxt .footttl {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .foottxt .footttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.foottxt .copy {
  font-size: 13px;
  font-size: 0.8rem;
  padding-top: 200px;
}

#pageTop {
  bottom: 25px;
  right: 25px;
  display: block;
  position: fixed;
  z-index: 999;
}
#pageTop a {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
#pageTop a:hover {
  background: rgba(0, 0, 0, 0.2);
}
#pageTop a:hover:after {
  margin-top: 0px;
}
#pageTop a:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pageTop a:active {
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
#pageTop a:active:after {
  margin-top: 4px;
}

@media screen and (max-width: 640px) {
  .footnav {
    width: 100%;
    padding-top: 30px;
  }
  .footnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    flex-flow: row wrap !important;
    width: 100%;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .footnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
@media screen and (max-width: 640px) {
  .footnav li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .footnav li a {
    color: #e8e2b9;
    font-size: 13px;
    font-size: 0.8rem;
  }
  .foottxt {
    width: 100%;
  }
  .foottxt .copy {
    padding-top: 20px;
  }
  #pageTop {
    width: 100%;
    position: static;
    bottom: 0;
    right: 0;
  }
  #pageTop a {
    width: 100%;
    height: 60px;
    border-radius: 0;
    background: #282620;
  }
}
/* アニメーション */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  20% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border: 0;
  border-radius: 3px;
  background: #666;
}

.btn:hover,
.btn:visited {
  text-decoration: none;
  color: #fff;
}

.btn:focus,
.btn:active {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn:hover {
  color: #fff;
  background-color: #444;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background-image: linear-gradient(to bottom, #666, #444);
}

.btn:active,
.btn:focus {
  background: #444;
}

/* ボタン　色付き */
.btn-attention {
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  border: 0;
  border: 0;
  border-radius: 3px;
  background: #c41134;
}

.btn-attention:hover,
.btn-attention:visited {
  text-decoration: none;
  color: #fff;
}

.btn-attention:focus,
.btn-attention:active {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention:hover {
  color: #fff;
  background-color: #910021;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c41134), to(#910021));
  background-image: linear-gradient(to bottom, #c41134, #910021);
}

.btn-attention:active,
.btn-attention:focus {
  background: #910021;
}

/* ボタンサイズ大 */
.btn-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #666;
}

.btn-large:hover,
.btn-large:visited {
  text-decoration: none;
  color: #fff;
}

.btn-large:focus,
.btn-large:active {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-large:hover {
  background: #444;
}

.btn-large:active,
.btn-large:focus {
  background: #444;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #c41134;
}

.btn-attention-large:hover,
.btn-attention-large:visited {
  text-decoration: none;
  color: #fff;
}

.btn-attention-large:focus,
.btn-attention-large:active {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-large:hover {
  background: #910021;
}

.btn-attention-large:active,
.btn-attention-large:focus {
  background: #910021;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #666;
}

.btn-block-large:hover,
.btn-block-large:visited {
  text-decoration: none;
  color: #fff;
}

.btn-block-large:focus,
.btn-block-large:active {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-block-large:hover {
  background: #444;
}

.btn-block-large:active,
.btn-block-large:focus {
  background: #444;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 5px;
  background: #c41134;
}

.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
  text-decoration: none;
  color: #fff;
}

.btn-attention-block-large:focus,
.btn-attention-block-large:active {
  color: #fff;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.btn-attention-block-large:hover {
  background: #910021;
}

.btn-attention-block-large:active,
.btn-attention-block-large:focus {
  background: #910021;
}

@media (min-width: 768px) {
  .btn-block-large {
    max-width: 360px;
  }
  .btn-attention-block-large {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .btn-search-block {
    font-size: 20px;
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 15px 20px;
  }
}
/* ボーダーボタン */
.home-btn {
  margin: 20px 0 10px;
}

.btn-border {
  font-size: 16px;
  display: inline-block;
  padding: 7px 10px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btn-border [class*=acms-icon-] {
  font-size: 14px;
  color: #ccc;
}

.btn-border:hover {
  text-decoration: none;
}

/* ------------------------------
　　ラベル
------------------------------ */
.label-new {
  background: #c41134;
}

.label-category {
  background: #666;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100px;
  color: #fff;
  background: url("../images/bg_other.jpg") #333 no-repeat center;
  background-size: cover;
}

.page-title-filter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.page-title-inner {
  position: relative;
  display: table-cell;
  padding: 15px 10px;
  vertical-align: middle;
}

.page-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

.page-title a {
  color: #fff;
}

.page-description {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-title-wrapper {
    height: 270px;
  }
}
/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  margin: 0 -5px 50px -5px;
  padding: 0;
  list-style: none;
  text-align: center;
}

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

.pager li.cur {
  /* 現在いる位置 */
  padding: 5px 20px;
  color: #fff;
  border-radius: 3px;
  background: #767676;
}

.pager-link {
  display: block;
  padding: 5px 20px;
  color: #333;
  border-radius: 3px;
  background: #e5e5e5;
}

.pager-link:visited,
.pager-link:focus,
.pager-link:active {
  color: #333;
}

.pager-link:hover {
  text-decoration: none;
  color: #fff;
  background: #333;
}

.pager-link-forward {
  float: right;
}

.pager-link-prev {
  float: left;
}

@media screen and (min-width: 768px) {
  .pager-link {
    padding: 5px 10px;
  }
  .pager li.cur {
    /* 現在いる位置 */
    padding: 5px 10px;
  }
}
/* 前後リンク */
.serial-nav {
  margin: -25px 0 60px 0;
  padding: 0;
  list-style: none;
}

.serial-nav .serial-nav-item {
  display: block;
  float: none;
}

.serial-nav .serial-nav-item-prev {
  text-align: left;
}

.serial-nav .serial-nav-item-next {
  text-align: right;
}

.serial-nav a {
  display: block;
  padding: 25px 0;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}

.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
  text-decoration: none;
  color: inherit;
}

.serial-nav a:hover {
  background: #e5e5e5;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    margin: 0 0 60px 0;
    border: 0;
  }
  .serial-nav .serial-nav-item-prev {
    float: left;
  }
  .serial-nav .serial-nav-item-next {
    float: right;
  }
  .serial-nav a {
    display: inline;
    border: 0;
  }
  .serial-nav a:hover {
    text-decoration: underline;
    background: 0;
  }
}
/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  margin-bottom: 30px;
  padding: 10px 0;
  background: #f5f5f5;
}

.topicpath-list {
  margin: 0 auto;
  list-style: none;
}

.topicpath-item {
  float: left;
  padding: 0 10px 0 23px;
  background: url("../images/marker/icon_arrow.png") no-repeat left center;
}

.topicpath-item:first-child {
  padding: 0 10px 0 0;
  background: 0;
}

.topicpath-link {
  font-size: 14px;
  color: #666;
}

.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
  color: #666;
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.summary-default-entry {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  color: #333;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.summary-default-entry.bl-hover {
  background: #f1f1f1;
}

.acms-entry .summary-default-entry {
  padding: 10px;
}

.summary-title {
  font-size: 16px;
  margin: 0 0 10px 0;
}

.summary-detail {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .summary-default-entry-image-wrap img {
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 480px) {
  .summary-default {
    margin: 0 0 20px 0;
  }
}
/* エントリーのスタイル */
.entry-column {
  word-wrap: break-word;
  color: #333;
}

.entry-column h2 {
  font-size: 18px;
  margin: 0 10px 25px 10px;
  padding: 5px 10px;
  color: #666;
  border-left: 4px solid #666;
}

.entry-column h2.module-heading {
  margin: 0;
  padding: 0;
  border: 0;
}

.entry-column h3 {
  font-size: 16px;
  margin: 0 10px 20px 10px;
  padding: 5px 10px;
  color: #333;
  background: #e5e5e5;
}

.entry-column a:link {
  text-decoration: none;
}

.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
  text-decoration: underline;
}

.entry-column a:visited {
  text-decoration: none;
}

/* 本文 */
.entry-column p {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 30px;
}

/* エントリー内ボタン */
/*.entry-column p.entry-btn {
	margin-bottom: 10px;
}
.entry-column p.entry-btn a
{
	font-weight: bold;
	line-height: 1.2;

	display: inline-block;

	padding: 8px 15px;

	color: #fff;
	border: 0;
	border-radius: 3px; 
	background: #666;
}
.entry-column p.entry-btn a:hover,
.entry-column p.entry-btn a:visited
{
	text-decoration: none; 
	color: #fff;
}
.entry-column p.entry-btn a:focus,
.entry-column p.entry-btn a:active
{
	color: #fff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn a:hover
{
	color: #fff; 
	background-color: #444;
	background-image: linear-gradient(to bottom, #666, #444);
}
.entry-column p.entry-btn a:active,
.entry-column p.entry-btn a:focus
{
	background: #444;
}*/
/* 色付きボタン */
/*.entry-column p.entry-btn-attention a
{
	font-weight: bold;
	line-height: 1.2;
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	border: 0;
	border-radius: 3px; 
	background: #c41134;
}
.entry-column p.entry-btn-attention a:hover,
.entry-column p.entry-btn-attention a:visited
{
	text-decoration: none; 
	color: #fff;
}
.entry-column p.entry-btn-attention a:focus,
.entry-column p.entry-btn-attention a:active
{
	color: #fff;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column p.entry-btn-attention a:hover
{
	color: #fff; 
	background-color: #910021;
	background-image: linear-gradient(to bottom, #c41134, #910021);
}
.entry-column p.entry-btn-attention a:active,
.entry-column p.entry-btn-attention a:focus
{
	background: #910021;
}*/
.entry-column p.summary-title {
  margin: 0 0 10px 0;
}

.entry-column p.summary-detail {
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* エントリー内コンテナー */
.entry-container {
  margin: 0 5px;
}

/* テーブル */
.entry-column table {
  width: 100%;
  margin: 0 0 30px 0;
}

.entry-column table.table-history {
  table-layout: fixed;
}

.entry-column th,
.entry-column td {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  color: #333;
  border-top: 1px solid #dfdfdf;
}

.entry-column .acms-table-responsive {
  margin-bottom: 30px;
}

.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}

.entry-column .acms-table-responsive table {
  margin: 0;
}

.entry-column th {
  background: #f5f5f5;
}

/* 沿革用テーブル */
.entry-column table.table-history tr {
  background: #fff;
}

.entry-column table.table-history th,
.entry-column table.table-history td {
  display: block;
}

.entry-column table.table-history th {
  padding: 10px;
}

.entry-column table.table-history td {
  padding: 10px 0;
}

.entry-column table.table-history .table-history-img {
  display: block;
  padding: 0 10px 10px 10px;
  background: #fff;
}

/* リスト */
.entry-column ul {
  margin: 0 0 25px 0;
  padding: 0 0 0 2em;
}

.entry-column ul li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px 0;
}

.entry-column ul.summary-default {
  padding: 0;
}

.entry-column ul.summary-default li {
  margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 2.5em;
}

.entry-column ol li {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 5px 0;
}

/* 定義リスト */
.entry-column dl {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 30px;
}

.entry-column dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 5px 0;
}

.entry-column dd {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-left: 0;
}

/* 引用 */
.entry-column blockquote {
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px 15px 16px;
  border-left: 4px solid #bfbfbf;
  background: #efefef;
}

/* ソースコード */
.entry-column pre {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0 30px 0;
}

.entry-column pre ol {
  margin: 0;
  padding: 0 0 0 2.5em;
}

.entry-column pre ol li {
  line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* ユニット */
.entry-column .caption {
  font-size: 13px;
  margin: 0 0 20px 0;
}

.column-file-auto + .caption {
  margin-left: 10px;
}

@media screen and (min-width: 480px) {
  .entry-column .table-history-img {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .entry-column th,
  .entry-column td {
    font-size: 16px;
    display: table-cell;
    padding: 15px 20px;
    text-align: left;
    border-top: 1px solid #dfdfdf;
  }
  .entry-column th {
    background: inherit;
  }
  .entry-column tr:nth-child(odd) {
    background: #f5f5f5;
  }
}
/* エントリーフッター */
.entry-footer {
  margin: 0 0 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

/* タグ */
.entry-tag {
  margin: 0 0 5px 0;
}

.entry-tag-icon {
  float: left;
  color: #707070;
}

.entry-tag-item {
  float: left;
  margin: 0 0 0 10px;
}

/* 続きを読むボタン */
.continue-link {
  font-size: 16px;
  margin: 0;
}

.continue-link a {
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  background: #767676;
}

.continue-link a [class*=acms-icon] {
  margin: 0 10px 0 0;
}

.continue-link a:link,
.continue-link a:visited {
  color: #fff;
}

.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}

@media screen and (min-width: 768px) {
  /* タグ */
  .entry-tag {
    margin: 0;
  }
  /* 続きを読むボタン */
  .continue-link a {
    font-weight: normal;
    padding: 5px 10px;
  }
}
/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
  padding: 0 10px;
}

.field-title:first-child {
  margin: 0 0 10px 0;
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box p.message {
  font-weight: bold;
  margin: 0 0 35px 0;
  padding: 0 10px;
  color: #c41134;
}

.contact-box p.contact-no {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #333;
}

.contact-box p.contact-no a {
  color: inherit;
}

.contact-box p.error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: #c41134;
}

.contact-box table.contact-form {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.contact-box table.contact-form tr {
  background: #fff;
}

@media screen and (min-width: 480px) {
  .contact-box th,
  .contact-box td {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .contact-box th {
    width: 260px;
  }
}
/* ステップ 
------------------------------ */
.contact-box .mail-step {
  margin: 0 10px 35px 10px;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep;
  background: #e5e5e5;
}

.contact-box .mail-step-item {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 0 10px;
  padding: 18px 0 14px;
  list-style: none;
  color: #999;
  border-bottom: 4px solid transparent;
}

.contact-box .mail-step-item:before {
  content: counter(mailStep) ".";
  /* カウンターの設定 */
  counter-increment: mailStep;
}

.contact-box .mail-step-item-current {
  color: #333;
  border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
  .contact-box .mail-step {
    height: 60px;
  }
}
/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center;
}

.form-btn {
  display: inline-block;
}

.form-btn-return {
  float: left;
}

.form-btn-send {
  float: right;
}

@media screen and (min-width: 768px) {
  .form-btn-return {
    float: none;
  }
  .form-btn-send {
    float: none;
    width: 100%;
    max-width: 360px;
  }
}
/* ラベル 
------------------------------ */
.label-required {
  font-size: 12px;
  margin: 0 5px;
  padding: 2px 8px;
  color: #fff;
  border-radius: 3px;
  background: #c41134;
}

@media screen and (min-width: 768px) {
  .label-required {
    float: right;
  }
}
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #c49511;
}

.contact-box select.focused:invalid {
  border: 1px solid #c41134;
}

.contact-box select[required]:valid {
  border: 1px solid #a7a7aa;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #fffdeb;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #ffebee;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #fff;
}

/* バリデーター
------------------------------ */
.valid-mark {
  display: none;
}

.valid-mark.valid {
  display: inline;
  float: right;
  color: #5cb85c;
}

.invalid {
  background: #ffebee !important;
}

/* A-BLOG CMS */
.acms-container {
  text-align: left;
}

#adminBox {
  margin-bottom: 0 !important;
  text-align: left;
  position: relative;
  z-index: 50;
}
#adminBox a {
  text-decoration: none;
}

.acms-admin-btn-admin, .formEntryActionUnit .btn {
  font-size: 13px;
  font-size: 0.8rem;
}

.acms-admin-modal, .select2-results__option {
  text-align: left;
}

.acms-topicpath {
  margin: 0 auto !important;
}
.acms-topicpath li {
  font-size: 13px;
  font-size: 0.8rem;
  padding-bottom: 0 !important;
  line-height: 1.2;
  color: #282620 !important;
}
.acms-topicpath li a {
  font-size: 13px;
  font-size: 0.8rem;
  color: #666;
  text-decoration: underline;
}

.acms-box-medium {
  width: 100%;
}

.acms-entry [class*=acms-col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: 0.25em;
  padding-bottom: 1em;
}

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  text-align: center;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
.acms-entry [class*=column-eximage-] img, .acms-entry [class*=column-image-] img, .acms-entry [class*=column-media-] img {
  width: 100%;
}

.acms-entry [class*=column-eximage-] .caption, .acms-entry [class*=column-image-] .caption, .acms-entry [class*=column-media-] .caption {
  text-align: center;
  font-size: 13px;
  font-size: 0.8rem;
}

.acms-admin-icon, [class*=acms-admin-icon-] {
  position: relative;
}

.acms-label-success {
  color: #282620 !important;
  background: none !important;
  padding: 0 !important;
}
.acms-label-success a {
  padding: 10px 13px !important;
  border: 1px solid #ddd;
  border-radius: 30px;
  display: block;
}

.acms-list-inline li {
  padding-right: 5px !important;
}

.entry {
  text-align: left;
}

.entry-column {
  text-align: left;
}
.entry-column h2 {
  color: #282620;
  font-size: 30px !important;
  font-size: 1.85rem !important;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 820px) {
  .entry-column h2 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
.entry-column h3 {
  color: #282620;
  font-size: 24px;
  font-size: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  background: none;
}
@media screen and (max-width: 820px) {
  .entry-column h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.entry-column h4 {
  color: #282620;
  font-size: 18px;
  font-size: 1.1rem;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}
.entry-column em {
  font-style: normal;
  font-weight: bold;
  color: #282620;
}
.entry-column .txt-center {
  text-align: center;
}
.entry-column h3.txt-center {
  border-left: none !important;
  background: #eee;
}
.entry-column .entry-danger-text {
  background: #ffdbe1;
  padding: 20px;
  border-radius: 10px;
}
.entry-column .line {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0, #B5FF14));
  background: linear-gradient(transparent 75%, #B5FF14 0);
}
.entry-column .color-red {
  color: #ff647e;
}
.entry-column .txt-bold {
  font-weight: bold;
}
.entry-column .txt-big {
  font-size: 2em;
}
.entry-column .entryFormColumnBody em, .entry-column .entryFormColumnBody em, .entry-column .entry em {
  background: red;
  color: #fff;
}
.entry-column .txt-comment {
  padding: 1.5em;
  border: 2px solid #eee;
}
.entry-column ul {
  list-style: circle;
  padding-left: 2em;
  margin-bottom: 2em;
}
.entry-column ul a, .entry-column ul a:hover, .entry-column ul a:visited {
  text-decoration: underline !important;
}
.entry-column ul li, .entry-column ol li {
  margin-bottom: 0.5em;
}
.entry-column .entry-container {
  margin: 0 0 2em;
}
.entry-column table {
  border-collapse: collapse;
  margin: 0;
  width: auto;
  background: #e8e2b9;
}
.entry-column table a, .entry-column table a:hover, .entry-column table a:visited {
  text-decoration: underline !important;
}
.entry-column table th, .entry-column table td {
  display: table-cell;
  border: solid 1px #ccc;
}
.entry-column table th {
  background: #eee;
}
.entry-column table tr:nth-child(odd) {
  background: #f9f9f9;
}
.entry-column .resume {
  display: block;
  padding: 30px 30px 0;
  background: #fff;
  border: 4px solid #ddd;
  border-radius: 10px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
}
@media screen and (max-width: 640px) {
  .entry-column .resume {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.entry-column .resume li {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-bottom: 30px;
}
.entry-column .resume li a {
  color: #a31a08;
  line-height: 1.3;
  display: block;
  position: relative;
  padding-left: 22px;
  text-decoration: none !important;
}
.entry-column .resume li a:after {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 3%;
  margin-top: -6px;
  display: block;
  content: "";
  border-bottom: 2px solid #ff9523;
  border-right: 2px solid #ff9523;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.entry-column .resume li a:hover {
  color: #fe5943;
}
.entry-column .resume li a:hover:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: -2px;
}

.entryCont .entry-column, .entryList .entry-column {
  text-align: left;
  margin: 0 auto;
  border-left: none;
}
.entryCont .entry-column h2, .entryList .entry-column h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 40px 0 30px;
  border-left: none;
  clear: both;
  position: relative;
  padding: 10px 20px;
  display: block;
  border-left: 6px solid #fe5943;
}
@media screen and (max-width: 820px) {
  .entryCont .entry-column h2, .entryList .entry-column h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.entryCont .entry-column h3, .entryList .entry-column h3 {
  padding: 10px 0;
  margin: 20px 0 10px;
  color: #fe5943;
  font-size: 24px;
  font-size: 1.5rem;
  clear: both;
}
@media screen and (max-width: 820px) {
  .entryCont .entry-column h3, .entryList .entry-column h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.entryCont .entry-column h4, .entryList .entry-column h4 {
  font-size: 18px;
  font-size: 1.1rem;
  margin: 20px 0;
  padding: 10px 0;
  clear: both;
  border-bottom: 1px solid #e8e2b9;
}
.entryCont .entry-column h5, .entryList .entry-column h5 {
  font-size: 18px;
  font-size: 1.1rem;
  color: #686554;
  margin: 20px 0;
  clear: both;
}
.entryCont .entry-column p, .entryList .entry-column p {
  margin: 0 0 2em;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .entryCont .entry-column p, .entryList .entry-column p {
    margin: 0 0 1em;
  }
}
.entryCont .entry-column p a, .entryCont .entry-column p a:hover, .entryCont .entry-column p a:visited, .entryList .entry-column p a, .entryList .entry-column p a:hover, .entryList .entry-column p a:visited {
  text-decoration: underline;
  position: relative;
  z-index: 50;
}
.entryCont .entry-column .tdW25, .entryList .entry-column .tdW25 {
  width: 25%;
}
.entryCont .entry-column .tdW50, .entryList .entry-column .tdW50 {
  width: 50%;
}

.entry-btn a, .entry-btn-attention a {
  min-width: 240px;
  display: inline-block;
  line-height: 1.3;
  text-decoration: none !important;
  color: #fff;
  padding: 20px;
  background: #9a9485;
  text-align: left;
  position: relative;
  border-radius: 6px;
}
.entry-btn a:hover, .entry-btn-attention a:hover {
  background: #686554;
}
.entry-btn a:before, .entry-btn-attention a:before {
  content: "";
  width: 43px;
  position: absolute;
  top: 50%;
  right: -22px;
  border-top: 1px solid #fe5943;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry-btn a:after, .entry-btn-attention a:after {
  content: "";
  height: 7px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -6px;
  border-left: 1px solid #fe5943;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry-btn a:hover:before, .entry-btn-attention a:hover:before {
  width: 53px;
  right: -32px;
}
.entry-btn a:hover:after, .entry-btn-attention a:hover:after {
  right: -30px;
}

.entry-btn-attention a {
  background: #ff9523;
}
.entry-btn-attention a:hover {
  background: #fe5943;
}
.entry-btn-attention a:before {
  border-top: 1px solid #282620;
}
.entry-btn-attention a:after {
  border-left: 1px solid #282620;
}

.acms-grid, .acms-grid-r {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.acms-summary-image {
  width: 30%;
  position: relative;
  padding-top: 30%;
  overflow: hidden;
}

.acms-summary-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.acms-summary-body {
  display: table-cell;
  vertical-align: middle;
}
.acms-summary-body p {
  line-height: 1.5;
  margin: 0;
  font-size: 18px;
  font-size: 1.1rem;
}

div.pp_overlay {
  z-index: 9999 !important;
}

/* ENTRY */
.pagetitle {
  padding: 200px 5% 0;
  height: 240px;
  position: relative;
}
.pagetitle:after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(154, 148, 133, 0.5);
}
.pagetitle h1 {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: "Licorice", cursive;
  color: #fe5943;
  display: inline-block;
  text-transform: capitalize;
  margin: 0;
  z-index: 100;
  line-height: 1.4;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .pagetitle h1 {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.pagetitle h1 span {
  font-size: 40px;
  font-size: 2.5rem;
  color: #282620;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .pagetitle h1 span {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.pagetitle h1 span:after {
  content: "";
  width: 160px;
  height: 6px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  border-radius: 4px;
  margin-left: -80px;
  background: #e8e2b9;
  z-index: -1;
}

.pagetitle2 {
  padding: 200px 5% 0;
  height: 240px;
  font-size: 30px !important;
  font-size: 1.85rem !important;
  font-weight: normal;
  position: relative;
  z-index: -20;
}
@media screen and (max-width: 820px) {
  .pagetitle2 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
.pagetitle2:after {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(154, 148, 133, 0.6);
}
.pagetitle2 p, .pagetitle2 .newsttl {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: "Licorice", cursive;
  color: #fe5943;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.4;
  margin: 0;
  z-index: 100;
}
@media screen and (max-width: 820px) {
  .pagetitle2 p, .pagetitle2 .newsttl {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.pagetitle2 p span, .pagetitle2 .newsttl span {
  font-size: 40px;
  font-size: 2.5rem;
  color: #282620;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .pagetitle2 p span, .pagetitle2 .newsttl span {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.pagetitle2 p span:after, .pagetitle2 .newsttl span:after {
  content: "";
  width: 160px;
  height: 6px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -80px;
  border-radius: 4px;
  background: #e8e2b9;
}
.pagetitle2 p a:hover, .pagetitle2 .newsttl a:hover {
  text-decoration: none;
}

.entryCont, .entryList {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 30px 5% 50px;
  overflow: hidden;
}
.entryCont h1, .entryList h1 {
  text-align: left;
  line-height: 1.3;
  margin: 0 0 30px;
  padding: 30px 0;
  font-weight: normal;
  font-size: 40px;
  font-size: 2.5rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .entryCont h1, .entryList h1 {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.entryCont h1 a, .entryList h1 a {
  text-decoration: none;
}
.entryCont h1:before, .entryList h1:before {
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #e8e2b9;
}
.entryCont h1:after, .entryList h1:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e8e2b9;
}

.acms-topicpath {
  background: #e8e2b9;
  width: 90%;
  padding: 20px 5% !important;
}

.indTtl {
  font-size: 30px !important;
  font-size: 1.85rem !important;
  font-weight: normal;
  margin: 20px 0 0;
  clear: both;
  padding: 10px 20px;
  display: block;
  border-left: 6px solid #a31a08;
}
@media screen and (max-width: 820px) {
  .indTtl {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}

.invisalign {
  padding-bottom: 60px;
}

.indlist {
  overflow: visible;
  padding: 40px 0;
  margin: 0 auto;
}
.indlist li {
  list-style: none;
}
.indlist li a {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  text-decoration: none;
  padding: 60px 30px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e8e2b9;
  border-radius: 6px;
}
@media screen and (max-width: 820px) {
  .indlist li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.indlist li a:hover {
  background: #e8e2b9;
  color: #282620;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.indlist li a:before {
  position: absolute;
  margin-top: -8px;
  content: "";
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fe5943;
  border-right: 2px solid #fe5943;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.indTn li a {
  padding: 60px 30px 60px 280px;
  position: relative;
}
.indTn li a img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 150px;
}

.clearHidden {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

ul.serial-nav {
  margin: 0 auto;
  max-width: 1140px;
}
ul.serial-nav a {
  min-width: 14em;
  text-align: center;
  background: #e8e2b9;
  color: #282620 !important;
  padding: 1em 2em;
  display: inline-block;
  border-radius: 60px;
  text-decoration: none;
  position: relative;
}
ul.serial-nav a:hover {
  background: #fff;
  text-decoration: none;
}
ul.serial-nav a .material-icons, ul.serial-nav a .material-icons-outlined {
  font-size: 30px !important;
  font-size: 1.85rem !important;
  color: #fe5943;
  position: absolute;
}
@media screen and (max-width: 820px) {
  ul.serial-nav a .material-icons, ul.serial-nav a .material-icons-outlined {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
ul.serial-nav .serial-nav-item-prev .material-icons, ul.serial-nav .serial-nav-item-prev .material-icons-outlined {
  left: 10px;
  top: 50%;
  margin-top: -15px;
}
ul.serial-nav .serial-nav-item-next .material-icons, ul.serial-nav .serial-nav-item-next .material-icons-outlined {
  right: 10px;
  top: 50%;
  margin-top: -15px;
}

ul.pager a .material-icons, ul.pager a .material-icons-outlined {
  vertical-align: text-bottom;
}

.acms-admin-form-width-3quarters, .acms-admin-form-width-half, .acms-admin-form-width-full {
  font-size: 14px !important;
}

#js-edit_inplace-holder {
  position: relative;
  z-index: 50;
}

/* BLOG */
#blog .txt-center {
  text-align: center;
}
#blog .blogL {
  width: 71%;
  float: left;
}
#blog .blogL article {
  margin-bottom: 2em;
}
#blog .blogR {
  width: 25%;
  float: right;
  text-align: left;
}
#blog .blogR h2 {
  font-size: 18px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.75em;
}
#blog .blogR ul li {
  margin-bottom: 0.75em;
  line-height: 1.5;
}
#blog .blogR .entry-list, #blog .blogR .category-list {
  margin-bottom: 30px;
  background: #e8e2b9;
  padding: 15px 15px 5px;
}
#blog .blogR .entry-list-date {
  font-size: 13px;
  font-size: 0.8rem;
  color: #fe5943;
}
#blog header {
  padding-bottom: 20px;
}
#blog header h1 {
  margin-bottom: 10px;
}
#blog header h1:after {
  left: 0;
  right: 0;
}
#blog header h1 a {
  text-decoration: none;
}
#blog header time {
  color: #fe5943;
  padding-top: 0.7em;
}
#blog header .entryCate {
  font-size: 13px;
  font-size: 0.8rem;
  margin: 0.6em 0 0 6em;
  text-align: right;
}
#blog header .entryCate a {
  display: inline-block;
  border-radius: 30px;
  padding: 0 1em;
  text-decoration: none;
  background: #eee;
}
#blog header .entryCate a:hover {
  background: #ddd;
}

#blog.dc-recruit, #blog.dentalhygienist {
  max-width: 800px;
}

#blog.dc-recruit .blogL, #blog.dentalhygienist .blogL {
  width: 100%;
  float: none;
}

.news header time {
  margin-bottom: 30px;
  display: block;
  color: #fe5943;
}

@media screen and (max-width: 820px) {
  .acms-col-sm-3 {
    width: 50% !important;
    margin-bottom: 10px !important;
  }
  .summary-default-entry-image-wrap img {
    width: 100%;
  }
  .entryCont .entry-column h2, .entryList .entry-column h2 {
    margin: 30px 0 20px;
  }
  .entryCont, .entryList {
    padding: 30px 5%;
  }
  .entryCont h1, .entryList h1 {
    margin: 0;
  }
  ul.serial-nav {
    margin: 0 0 20px;
  }
  ul.serial-nav a {
    min-width: inherit;
  }
  ul.serial-nav .serial-nav-item-prev {
    float: left;
    display: inline;
  }
  ul.serial-nav .serial-nav-item-next {
    float: right;
    display: inline;
  }
}
@media screen and (max-width: 640px) {
  .acms-admin-col-6 {
    width: 100%;
  }
  .acms-form input[type=text], .acms-form textarea {
    width: auto !important;
  }
  .entryCont .entry-column .entry-container, .entryList .entry-column .entry-container {
    margin-bottom: 1.5em;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid #eee;
    -webkit-overflow-scrolling: touch;
  }
  .entryCont .entry-column .entry-container .table-chu, .entryList .entry-column .entry-container .table-chu {
    white-space: nowrap;
  }
  .entryCont .entry-column ul, .entryList .entry-column ul {
    clear: both;
  }
  .entryCont .entry-column .resume, .entryList .entry-column .resume {
    padding: 10px 15px 6px;
    margin-bottom: 20px;
    text-align: left;
  }
  .entryCont .entry-column .resume li, .entryList .entry-column .resume li {
    width: 100%;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .entryCont .entry-column .resume li a, .entryList .entry-column .resume li a {
    font-size: 13px;
    font-size: 0.8rem;
    padding-left: 20px;
  }
  .entryCont .entry-column .resume li:after, .entryList .entry-column .resume li:after {
    left: 0;
  }
  /* SP ENTRY */
  .pagetitle {
    padding: 120px 5% 0;
    height: 180px;
  }
  .pagetitle h1 span {
    margin-bottom: 5px;
  }
  .pagetitle2 {
    padding: 120px 5% 0;
    height: 180px;
  }
  .pagetitle2 p span {
    margin-bottom: 5px;
  }
  .entryCont, .entryList {
    padding: 20px 5%;
  }
  .invisalign {
    padding-bottom: 30px;
  }
  .indlist {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .indlist li a {
    padding: 30px;
    margin-bottom: 20px;
  }
  .indlist li a img {
    height: 90px;
  }
  .indTn li a {
    padding: 30px 30px 30px 175px;
  }
  .indTn li a img {
    height: 90px;
  }
  ul.serial-nav a {
    min-width: inherit;
    font-size: 13px;
    font-size: 0.8rem;
  }
  ul.serial-nav .serial-nav-item-prev .material-icons, ul.serial-nav .serial-nav-item-prev .material-icons-outlined, ul.serial-nav .serial-nav-item-next .material-icons, ul.serial-nav .serial-nav-item-next .material-icons-outlined {
    margin-top: -10px;
  }
  .acms-topicpath li {
    margin-right: 0;
    padding-bottom: 0.25em;
  }
  #blog h1 {
    font-size: 30px !important;
    font-size: 1.85rem !important;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  #blog h1 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 640px) {
  #blog .blogL {
    width: 100%;
    float: none;
  }
  #blog .blogR {
    display: none;
  }
}
/* MODAL */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(40, 38, 32, 0.8);
  padding: 40px 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
}

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

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 660px;
  width: 90%;
}

.modal-close {
  position: absolute;
  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;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

.modal-content {
  background: #f8f5df;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
}
.modal-content h3 {
  color: #fe5943;
  font-size: 30px !important;
  font-size: 1.85rem !important;
}
@media screen and (max-width: 820px) {
  .modal-content h3 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
.modal-content h4 {
  margin-top: 30px;
  margin-bottom: -10px;
}
.modal-content p {
  margin-top: 20px;
}
.modal-content .modalbtn a {
  display: block;
  background: #ff9523;
  color: #fff;
  padding: 20px 40px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  border-radius: 100px;
}
@media screen and (max-width: 820px) {
  .modal-content .modalbtn a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.modal-content .modalbtn a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

@media screen and (max-width: 820px) {
  .modal-close {
    right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .modal-content {
    padding: 15px;
  }
  .modal-content h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) and (max-width: 820px) {
  .modal-content h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .modal-content h4 {
    font-size: 13px;
    font-size: 0.8rem;
  }
  .modal-content p {
    font-size: 13px;
    font-size: 0.8rem;
  }
  .modal-content .modalbtn a {
    font-size: 18px;
    font-size: 1.1rem;
  }
}
/* scroll efect */
.effect-fadein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.effect-fadein.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* TOP */
.maingaikan {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .maingaikan {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .maingaikan {
    width: 88%;
    padding: 40px 6%;
  }
}

.topnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .topnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.topnav li {
  padding: 10px 15px;
}
.topnav li a {
  position: relative;
  display: block;
  line-height: 2.25;
}
.topnav li a:after {
  position: absolute;
  height: 4px;
  border-radius: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: #fe5943;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.topnav li a:hover:after {
  opacity: 100;
  bottom: 0;
}

.topconcept [class*=column-eximage], .topconcept [class*=column-file], .topconcept [class*=column-image], .topconcept [class*=column-map], .topconcept [class*=column-media], .topconcept [class*=column-module], .topconcept [class*=column-quote], .topconcept [class*=column-street-view], .topconcept [class*=column-video], .topconcept [class*=column-yolp], .topconcept [class*=column-youtube] {
  margin: 0;
  padding: 0;
}

.topconcept {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .topconcept {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topconcept {
    width: 88%;
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  .topconcept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.topconctxt {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  text-align: left;
  z-index: 1;
}
.topconctxt h2 {
  margin-bottom: 40px;
  width: 130%;
}
.topconctxt h2 em {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  line-height: 1;
  font-size: 60px;
  font-size: 4rem;
  color: #fe5943;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin-bottom: -20px;
}
@media screen and (max-width: 820px) {
  .topconctxt h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.topconctxt h2 strong {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .topconctxt h2 strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topconctxt h2 strong:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #e8e2b9;
  border-radius: 2px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .topconctxt h2 {
    margin-bottom: 30px;
  }
  .topconctxt h2 strong {
    margin-left: 0;
  }
}
.topconctxt p {
  line-height: 2em;
  padding-left: 40px;
}

.topconcpic {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.topconcpic .topconcpic2[class*=column-media], .topconcpic2 {
  width: 40% !important;
  margin: -90px -30px 0 auto;
}

.btntop {
  margin-top: 50px;
}
.btntop a {
  padding-right: 34px;
  position: relative;
}
.btntop a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #fe5943;
  border-radius: 14px;
  content: "";
  font-family: "Material Icons";
  content: "east";
  -webkit-font-feature-settings: "liga";
  z-index: 1;
  color: #fe5943;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.btntop a:hover {
  color: #282620;
}
.btntop a:hover:after {
  right: -5px;
}

.topbanyou {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .topbanyou {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topbanyou {
    width: 88%;
    padding: 40px 6%;
  }
}
@media screen and (max-width: 820px) {
  .topbanyou {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .topbanyou {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.topbanyou div {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.topinchou {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: url(../images/inchou_bg.jpg);
  background-size: cover;
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .topinchou {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topinchou {
    width: 88%;
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  .topinchou {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.topinchoupic {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding-bottom: 50px;
}
.topinchoupic img {
  width: 300px;
}

.topinchoutxt {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  text-align: left;
  padding-bottom: 150px;
}
.topinchoutxt h2 {
  margin-bottom: 40px;
}
.topinchoutxt h2 em {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  line-height: 1;
  font-size: 60px;
  font-size: 4rem;
  color: #fe5943;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin-bottom: -20px;
}
@media screen and (max-width: 820px) {
  .topinchoutxt h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.topinchoutxt h2 strong {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .topinchoutxt h2 strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topinchoutxt h2 strong:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #e8e2b9;
  border-radius: 2px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .topinchoutxt h2 {
    margin-bottom: 30px;
  }
  .topinchoutxt h2 strong {
    margin-left: 0;
  }
}
.topinchoutxt h2 em {
  font-size: 60px;
  font-size: 4rem;
}
@media screen and (max-width: 820px) {
  .topinchoutxt h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.topinchoutxt h2 strong {
  color: #e8e2b9;
}
.topinchoutxt h2 strong:after {
  background: #686554;
}
.topinchoutxt h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .topinchoutxt h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topinchoutxt p {
  color: #fff;
}
.topinchoutxt .btntop a {
  color: #fff;
}
.topinchoutxt .btntop a:after {
  content: "add";
}

.topinchou.acms-admin-module-edit-wrapper {
  padding-bottom: 120px;
}
.topinchou.acms-admin-module-edit-wrapper .topinchoutxt {
  padding-bottom: 0;
}

/* TOP ACCORDION */
.moreBtn {
  display: none;
  cursor: pointer;
  padding-right: 34px;
  margin: 40px 0 10px;
  position: relative;
  color: #fff;
}
.moreBtn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.moreBtn:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 2px solid #fe5943;
  border-radius: 14px;
  content: "+";
  z-index: 1;
  color: #fe5943;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.moreBtn span {
  display: none;
}
.moreBtn em {
  display: block;
  font-style: normal;
}
.moreBtn:hover:after {
  right: -5px;
}

.toggle {
  display: none;
}

#more:checked + .moreBtn {
  display: none;
  opacity: 0;
}
#more:checked + .moreBtn:after {
  content: "-";
}
#more:checked + .moreBtn span {
  display: block;
}
#more:checked + .moreBtn em {
  display: none;
}

.close {
  display: none;
}
.close:after {
  content: "-";
}

/*cookierule*/
.cookierule5 .moreBtn, .cookierule5 .close {
  display: inline-block;
}
.cookierule5 .toggle ~ .tagglein {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  text-align: left;
  padding-top: 20px;
}
.cookierule5 .toggle:checked ~ .tagglein {
  max-height: 2999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 100;
}

.topspecial {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  padding-top: 0;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .topspecial {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topspecial {
    width: 88%;
    padding: 40px 6%;
  }
}
.topspecial h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 50px;
  padding: 45px 0 25px;
  background: url(../images/ttl_bg.png) center center no-repeat;
  background-size: 100px auto;
}
@media screen and (max-width: 820px) {
  .topspecial h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .topspecial h2 {
    margin-bottom: 30px;
  }
}
.topspecial li {
  text-align: right;
  margin-right: 20px;
  margin-left: 20px;
}
.topspecial li a {
  display: block;
}
.topspecial li p {
  display: inline-block;
  line-height: 1.3;
  position: relative;
  background: #f8f5df;
  padding: 8px 30px 8px 10px;
  margin: 0 -20px 0 auto;
}
.topspecial li p:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -12px;
  content: "";
  font-family: "Material Icons";
  content: "east";
  -webkit-font-feature-settings: "liga";
  z-index: 1;
  color: #9a9485;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.topspecial li a:hover p:after {
  right: 0;
}
.topspecial:after {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  content: "";
  background: url(../images/dome.png);
  background: url(../images/dome.svg);
  background-size: 100% 100%;
  z-index: 1;
}
.topspecial .slick-prev,
.topspecial .slick-next {
  height: 30px !important;
  width: 30px !important;
  z-index: 10 !important;
  border: 2px solid #fe5943;
  border-radius: 17px;
}
.topspecial .slick-prev:before,
.topspecial .slick-next:before {
  font-size: 24px !important;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif !important;
  color: #fe5943 !important;
}
.topspecial .slick-next {
  right: -33px !important;
}
.topspecial .slick-prev {
  left: -33px !important;
}

.topfert {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
}
@media screen and (max-width: 820px) {
  .topfert {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topfert {
    width: 88%;
    padding: 40px 6%;
  }
}
.topfert h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 50px;
  padding: 45px 0 25px;
  background: url(../images/ttl_bg.png) center center no-repeat;
  background-size: 100px auto;
}
@media screen and (max-width: 820px) {
  .topfert h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .topfert h2 {
    margin-bottom: 30px;
  }
}

.topfertin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .topfertin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.topfert1 {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  padding-bottom: 30px;
  text-align: left;
}
.topfert1:nth-child(even) {
  padding-top: 80px;
}

.topfertnum {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: -15px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .topfertnum {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topfertnum em {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fe5943;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 -30px -30px;
}
@media screen and (max-width: 820px) {
  .topfertnum em {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.topfertnum strong {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .topfertnum strong {
    font-size: 30px;
    font-size: 1.85rem;
  }
}

.topferttxt {
  background: #f8f5df;
  padding: 25px 0 0 30px;
  margin: -60px 0 0 20%;
  position: relative;
}
.topferttxt h3 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.topmenu {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  background: url(../images/menu_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .topmenu {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topmenu {
    width: 88%;
    padding: 40px 6%;
  }
}
.topmenu h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 50px;
  padding: 45px 0 25px;
  background: url(../images/ttl_bg.png) center center no-repeat;
  background-size: 100px auto;
}
@media screen and (max-width: 820px) {
  .topmenu h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .topmenu h2 {
    margin-bottom: 30px;
  }
}
.topmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .topmenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.topmenu ul li {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
.topmenu ul li a {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  background: #fff;
  border: 3px solid #e8e2b9;
  border-radius: 103px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.topmenu ul li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.topmenu ul li a span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.topmenu ul li img {
  width: 80px;
  margin: 0 auto 10px;
  display: block;
}

.topmenu2, .topmenu3, .topmenu4 {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .topmenu2, .topmenu3, .topmenu4 {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topmenu2, .topmenu3, .topmenu4 {
    width: 88%;
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  .topmenu2, .topmenu3, .topmenu4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.topmenu3 {
  background: #eae5cd;
}

.topmenu4 {
  background: #ff9523;
}
.topmenu4 .topmenupic img {
  max-width: 130%;
  width: 130%;
  margin-right: -30%;
}

.topmenupic {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.topmenutxt {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.topmenutxt h2 {
  font-size: 24px;
  font-size: 1.5rem;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .topmenutxt h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topmenutxt h2 em {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fe5943;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .topmenutxt h2 em {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.topmenutxt h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: "";
  background: url(../images/ttl_bg2.png) center center no-repeat;
  background-size: 140px auto;
}

.btntop2 a {
  display: block;
  max-width: 250px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  margin: 30px auto 0;
  position: relative;
}
.btntop2 a:after {
  position: absolute;
  top: -5px;
  bottom: 5px;
  left: -5px;
  right: 5px;
  content: "";
  border: 1px solid #e8e2b9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btntop2 a:hover {
  color: #282620;
}
.btntop2 a:hover:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.topfaq {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  background: url(../images/faq_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .topfaq {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topfaq {
    width: 88%;
    padding: 40px 6%;
  }
}
.topfaq h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 50px;
  padding: 45px 0 25px;
  background: url(../images/ttl_bg.png) center center no-repeat;
  background-size: 100px auto;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .topfaq h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .topfaq h2 {
    margin-bottom: 30px;
  }
}

.topfaqin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .topfaqin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.topfaqin dl {
  -ms-flex-preferred-size: 41%;
      flex-basis: 41%;
  text-align: left;
  background: #fff;
  margin: 30px 0;
  padding: 30px 3%;
  border-radius: 6px;
}
.topfaqin dl.effect-fadein:nth-child(even) {
  -webkit-transition: all 800ms 400ms;
  transition: all 800ms 400ms;
}
.topfaqin dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.1rem;
}
.topfaqin dt, .topfaqin dd {
  padding-left: 3.5em;
  position: relative;
  margin-bottom: 20px;
}
.topfaqin dt:before, .topfaqin dd:before {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  font-size: 40px;
  font-size: 2.5rem;
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  color: #fe5943;
  line-height: 1.3;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .topfaqin dt:before, .topfaqin dd:before {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.topfaqin dt a, .topfaqin dd a {
  text-decoration: underline;
}
.topfaqin dd {
  margin-bottom: 0;
}
.topfaqin dd:before {
  content: "A";
  left: 2px;
  color: #ff9523;
}

.topinfo {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
}
@media screen and (max-width: 820px) {
  .topinfo {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topinfo {
    width: 88%;
    padding: 40px 6%;
  }
}

.topinfottl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 640px) {
  .topinfottl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.topinfottl h2 {
  margin-bottom: 40px;
  white-space: nowrap;
}
.topinfottl h2 em {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  line-height: 1;
  font-size: 60px;
  font-size: 4rem;
  color: #fe5943;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin-bottom: -20px;
}
@media screen and (max-width: 820px) {
  .topinfottl h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.topinfottl h2 strong {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .topinfottl h2 strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topinfottl h2 strong:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #e8e2b9;
  border-radius: 2px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .topinfottl h2 {
    margin-bottom: 30px;
  }
  .topinfottl h2 strong {
    margin-left: 0;
  }
}
.topinfottl h2 strong {
  margin-left: 0;
}
.topinfottl p a {
  text-decoration: underline;
}
.topinfottl p a .material-icons {
  font-size: 14px;
}

.topinfoin {
  padding-top: 30px;
}
.topinfoin article {
  text-align: left;
}
.topinfoin article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #e8e2b9;
  border-bottom: 1px solid #e8e2b9;
  padding: 40px 60px 40px 30px;
  margin-bottom: -1px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .topinfoin article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.topinfoin article a time {
  width: 8em;
}
.topinfoin article a h3 {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.1rem;
}
.topinfoin article a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  content: "";
  font-family: "Material Icons";
  content: "east";
  -webkit-font-feature-settings: "liga";
  z-index: 1;
  color: #9a9485;
  font-size: 24px;
  line-height: 24px;
}
.topinfoin article a:hover {
  background: #eae5cd;
}
.topinfoin article a:hover:after {
  right: 10px;
}

.topmameken {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: #eae5cd;
}
@media screen and (max-width: 820px) {
  .topmameken {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topmameken {
    width: 88%;
    padding: 40px 6%;
  }
}
@media screen and (max-width: 640px) {
  .topmameken {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.topmame, .topken {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  text-align: left;
  width: 100%;
}
.topmame h2 strong:after, .topken h2 strong:after {
  background: #9a9485;
}
.topmame article, .topken article {
  padding: 15px 0;
}
.topmame article a, .topken article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .topmame article a, .topken article a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.topmame article a .topblogtxt, .topken article a .topblogtxt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.topmame article a img, .topken article a img {
  width: 140px;
  margin-right: 20px;
}
.topmame article a h3, .topken article a h3 {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.1rem;
  padding-top: 10px;
}

.topmame {
  padding-right: 5%;
}

.topken {
  padding-left: 4%;
  border-left: 1px solid #f8f5df;
}

#blog .topmame {
  padding-right: 0;
}
#blog .topmame article {
  margin-bottom: 1em !important;
}
#blog .topmame article a img {
  width: 240px;
  margin-right: 20px;
}
#blog .topmame article a h3 {
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  #blog .topmame article a h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
#blog .topmame article a p {
  font-size: 13px;
  font-size: 0.8rem;
}

.toprecruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: #9a9485;
}
@media screen and (max-width: 640px) {
  .toprecruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}

.toprecrpic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.toprecrtxt {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  padding: 50px 5%;
  text-align: left;
}
.toprecrtxt h2 {
  margin-bottom: 40px;
  color: #f8f5df;
  text-align: center;
  font-size: 30px !important;
  font-size: 1.85rem !important;
}
.toprecrtxt h2 em {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  line-height: 1;
  font-size: 60px;
  font-size: 4rem;
  color: #fe5943;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin-bottom: -20px;
}
@media screen and (max-width: 820px) {
  .toprecrtxt h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.toprecrtxt h2 strong {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .toprecrtxt h2 strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.toprecrtxt h2 strong:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #e8e2b9;
  border-radius: 2px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .toprecrtxt h2 {
    margin-bottom: 30px;
  }
  .toprecrtxt h2 strong {
    margin-left: 0;
  }
}
@media screen and (max-width: 820px) {
  .toprecrtxt h2 {
    font-size: 22px !important;
    font-size: 1.4rem !important;
  }
}
.toprecrtxt h2 em {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: -5px;
}
@media screen and (max-width: 820px) {
  .toprecrtxt h2 em {
    font-size: 30px;
    font-size: 1.85rem;
  }
}
.toprecrtxt h3 {
  color: #fff;
  margin-bottom: 20px;
}
.toprecrtxt p {
  color: #fff;
}
.toprecrtxt .btntop {
  text-align: right;
  margin-top: 20px;
}
.toprecrtxt .btntop a {
  color: #fff;
}

.topcontact {
  width: 80%;
  margin: 0 auto;
  padding: 100px 10%;
  background: url(../images/contact_bg.jpg) right no-repeat;
  background-size: cover;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .topcontact {
    width: 85%;
    padding: 80px 7.5%;
  }
}
@media screen and (max-width: 640px) {
  .topcontact {
    width: 88%;
    padding: 40px 6%;
  }
}
.topcontact h2 {
  margin-bottom: 40px;
  color: #686554;
}
.topcontact h2 em {
  font-family: "Licorice", cursive;
  letter-spacing: 0;
  line-height: 1;
  font-size: 60px;
  font-size: 4rem;
  color: #fe5943;
  display: block;
  font-style: normal;
  font-weight: normal;
  margin-bottom: -20px;
}
@media screen and (max-width: 820px) {
  .topcontact h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.topcontact h2 strong {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  display: inline-block;
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 820px) {
  .topcontact h2 strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topcontact h2 strong:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: #e8e2b9;
  border-radius: 2px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .topcontact h2 {
    margin-bottom: 30px;
  }
  .topcontact h2 strong {
    margin-left: 0;
  }
}
.topcontact h2 em {
  font-size: 60px;
  font-size: 4rem;
}
@media screen and (max-width: 820px) {
  .topcontact h2 em {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.topcontact p {
  margin-bottom: 20px;
  line-height: 1.3;
}
.topcontact p strong {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .topcontact p strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topcontact p strong .material-icons {
  vertical-align: middle;
}
.topcontact .btntop2 {
  margin-bottom: 0;
}
.topcontact .btntop2 a {
  margin-left: 0;
}

.topaccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (max-width: 640px) {
  .topaccess {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.topaccess .topaccpic {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-flex-basis: 50%;
}
.topaccess .topacctxt {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  -webkit-flex-basis: 38%;
  padding: 80px 4.5% 70px 7.5%;
  text-align: left;
}
.topaccess .topacctxt img {
  width: 75%;
  max-width: 300px;
  margin-bottom: 20px;
}
.topaccess .topacctxt p {
  margin-bottom: 20px;
}
.topaccess .topacctxt p strong {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .topaccess .topacctxt p strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.topaccess .topacctxt p strong .material-icons {
  vertical-align: middle;
}
.topaccess .topacctxt .btntop {
  margin-top: 0;
}
.topaccess .topacctxt .acms-col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
.topaccess .entry-container {
  margin: 0;
}
.topaccess table {
  border-collapse: collapse;
  margin: 0 0 20px;
  width: 100%;
}
.topaccess table th, .topaccess table td {
  display: table-cell;
  border: solid 1px #ddd;
  font-weight: normal;
  text-align: center;
  padding: 5px 3px;
}
.topaccess table td {
  background: #fff;
}
.topaccess table th {
  background: #ddd;
  text-align: center !important;
}

/* CONTACT */
#contactform .entry-btn-attention a {
  text-decoration: none;
}

#contact {
  margin: 0 auto;
  text-align: left;
  padding: 0 0 40px;
}
#contact .contactIn {
  margin-top: 2em;
}
#contact dl {
  width: 100%;
  border-top: 2px solid #e8e2b9;
  margin-bottom: 0;
}
#contact dt {
  width: 12em;
  float: left;
  font-weight: bold;
  padding: 1.25em 0.5em 0;
  margin: 0;
}
#contact dt span {
  background: #ff647e;
  font-weight: bold;
  margin: 0;
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
  display: block;
  float: right;
  border-radius: 3px;
}
#contact dd {
  padding: 1em 0.75em 1em 13.5em;
  margin: 0;
  border-bottom: 2px solid #e8e2b9;
}
#contact dd .acms-admin-text-error {
  margin-bottom: 0;
  color: #ff647e !important;
}

.inpAge {
  width: 4em !important;
}

.form-btn {
  width: 40%;
  margin: 0 2.5%;
  display: inline-block;
}

.btnSend {
  text-align: center;
  padding-top: 1em;
  overflow: hidden;
}

.btnSend input {
  width: 100%;
  background: #fe5943;
  color: #fff;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  text-align: center;
  line-height: 18px;
  padding: 21px 20px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.1rem;
  border-radius: 40px;
}
.btnSend input:hover {
  background: #fe5943;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=70)";
}

#btnToInput {
  border: 2px solid #282620 !important;
  background: #fff !important;
  color: #282620 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#btnToInput:hover {
  border: 2px solid #282620 !important;
  background: #eee !important;
}

#btnConfirm {
  max-width: 260px;
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .maingaikan {
    width: 100%;
    padding: 0;
  }
  .maingaikan img {
    width: 100%;
  }
  .topnav li {
    padding: 10px;
  }
  .topconctxt p br {
    display: none;
  }
  .topspecial {
    padding-top: 0;
  }
  .topinchou {
    width: 92.5%;
    padding-left: 0;
    padding-bottom: 0;
  }
  .topinchoupic img {
    width: 100%;
    margin-left: -10%;
  }
  .topmenu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topmenu ul li a {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 640px) {
  .maingaikan {
    width: 100%;
    padding: 0;
  }
  .topnav ul {
    display: none;
  }
  .topconctxt p {
    padding-left: 0;
  }
  .topconcpic {
    padding: 30px 0 0;
  }
  .topconcpic .topconcpic2[class*=column-media], .topconcpic2 {
    width: 50% !important;
    margin-top: -50px;
  }
  .btntop {
    margin-top: 20px;
  }
  .topinchou {
    width: 88%;
    padding: 40px 6% 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topinchoupic {
    padding-bottom: 0;
  }
  .topinchoupic img {
    width: 60%;
    margin: 0;
  }
  .topinchoutxt {
    padding-bottom: 10px;
  }
  .topspecial {
    padding-bottom: 10px;
  }
  .topspecial li {
    padding-bottom: 30px;
  }
  .topspecial:after {
    top: -50px;
    height: 50px;
  }
  .topspecial .slick-next {
    right: -18px !important;
  }
  .topspecial .slick-prev {
    left: -18px !important;
  }
  .topfertnum em {
    margin: 0 0 -15px -15px;
  }
  .topferttxt {
    padding: 15px 0 0 20px;
    margin: -30px 0 0 10%;
  }
  .topfert1:nth-child(even) {
    padding-top: 0;
  }
  .topmenu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topmenu ul li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    -webkit-flex-basis: 48%;
  }
  .topmenu ul li a {
    width: 100%;
    height: 60px;
  }
  .topmenu ul li a span {
    width: 90%;
  }
  .topmenu4 .topmenupic img {
    max-width: 110%;
    width: 110%;
    margin: -32px -5% 0;
  }
  .topmenu3, .topmenu4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .topmenutxt {
    padding-top: 30px;
  }
  .topmenutxt h2 em {
    margin-bottom: 0;
  }
  .topfaqin dl {
    margin: 0 0 20px;
  }
  .topfaqin dt, .topfaqin dd {
    padding-left: 2.3em;
  }
  .topinfottl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 20px;
  }
  .topinfottl h2 {
    margin: 0;
  }
  .topinfoin {
    padding-top: 10px;
  }
  .topinfoin article a {
    padding: 20px 50px 20px 10px;
  }
  .topinfoin article a time {
    width: 100%;
    margin-bottom: 10px;
  }
  .topinfoin article a h3 {
    width: 100%;
  }
  .topmame {
    padding: 0 0 20px;
  }
  .topmame article, .topken article {
    padding: 15px 0;
  }
  .topmame article a, .topken article a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .topmame article a img, .topken article a img {
    width: 140px;
    margin-right: 20px;
  }
  .topmame article a h3, .topken article a h3 {
    font-weight: normal;
    font-size: 18px;
    font-size: 1.1rem;
    padding-top: 10px;
  }
  .topken {
    padding-left: 0;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #f8f5df;
  }
  .toprecrtxt {
    padding: 30px 5%;
  }
  .topcontact h2 {
    color: #fff;
  }
  .topcontact .btntop2 a {
    margin-left: auto;
  }
  .topaccess .topacctxt {
    width: 90%;
    padding: 30px 5% 0;
  }
  .topmenu li.effect-fadein:nth-of-type(3n-1), .topmenu li.effect-fadein:nth-of-type(3n), .topmenu li.effect-fadein:nth-of-type(even), .topcase li.effect-fadein:nth-of-type(3n-1), .topcase li.effect-fadein:nth-of-type(3n), .topcase li.effect-fadein:nth-of-type(even), .topfaqin dl.effect-fadein:nth-of-type(3n-1), .topfaqin dl.effect-fadein:nth-of-type(3n), .topfaqin dl.effect-fadein:nth-of-type(even) {
    -webkit-transition: all 800ms 0ms;
    transition: all 800ms 0ms;
  }
  .topacctel span {
    display: none;
  }
  .topacctel a {
    display: inline-block;
  }
  /* SP CONTACT */
  #contact dt {
    float: none;
    width: 100%;
    padding: 0.75em 0 0.25em;
  }
  #contact dt br {
    display: none;
  }
  #contact dd {
    padding: 0 0 0.75em;
  }
}
/*# sourceMappingURL=style.css.map */