@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*メディアサイズ*/
/*色*/
/*フォントサイズ*/
/*スマホの基本幅*/
/*全体の幅*/
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
/*webfont*/
/*fontsize*/
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(1rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInSpin {
  0% {
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0);
    background: rgba(158, 158, 158, 0);
  }
  50% {
    transform: rotate(0deg);
    color: white;
    background: rgba(158, 158, 158, 0.2);
  }
  100% {
    background: rgba(158, 158, 158, 0);
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  40% {
    opacity: 1;
    transform: translateY(50%);
  }
  50% {
    opacity: 1;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  70% {
    transform: translate3d(0, 0, 0) skewX(10deg);
    opacity: 0.8;
  }
  /*80% {
  	transform:translateX(-1%) skewX(-2deg);
  	opacity:0.6;
  }
  90% {
  	transform:translateX(1%) skewX(3deg);
  	opacity:0.8;
  }*/
  100% {
    transform: translateX(0) skewX(0deg);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes scaleUp {
  0% {
    opacity: 0;
    transform: scale(0.8, 1.2) translateY(-200%);
  }
  30% {
    opacity: 1;
    transform: scale(1.1, 0.9) translateY(0);
  }
  40% {
    opacity: 0.8;
    transform: scale(0.8, 1) translateY(-20%);
  }
  50% {
    opacity: 1;
    transform: scale(1.05, 0.95) translateY(0);
  }
  60% {
    opacity: 0.9;
    transform: scale(0.95, 1) translateY(-5%);
  }
  68% {
    opacity: 1;
    transform: scale(1, 0.95) translateY(0%);
  }
  75% {
    opacity: 0.9;
    transform: scale(0.95, 1) translateY(-3%);
  }
  80% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90% {
    opacity: 1;
    transform: scale(1) translateY(-2%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes jyamp {
  0% {
    transform: scale(1, 1) translateY(0%);
  }
  10% {
    transform: scale(0.9, 1.1) translateY(0%);
  }
  35% {
    transform: scale(1, 1) translateY(-30%);
  }
  55% {
    transform: scale(1.05, 0.95) translateY(-10%);
  }
  60% {
    transform: scale(0.95, 1.05) translateY(0%);
  }
  75% {
    transform: scale(1, 1) translateY(-15%);
  }
  90% {
    transform: scale(0.98, 1.08) translateY(2%);
  }
  100% {
    transform: scale(1, 1) translateY(0%);
  }
}
@keyframes icon-rotate {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes icon-rotate-close {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateY(-50%) rotate(-360deg);
  }
}
@keyframes type6-top {
  0% {
    transform: translateY(-2.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-10px) rotate(0deg);
  }
}
@keyframes type6-bottom {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(2.5px) rotate(0deg);
  }
}
@keyframes type6-top-close {
  0% {
    transform: translateY(-2.5px) rotate(0deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes type6-bottom-close {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-5.5px) rotate(0deg);
  }
  100% {
    transform: translateY(-5.5px) rotate(45deg);
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: kozuka-gothic-pr6n, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  color: #333;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #333;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Scss Document */
.fadein {
  opacity: 0;
  transition: all 0.7s;
}

.fadein.fadein-on {
  opacity: 1;
}

/* Scss Document */
a {
  color: #757575;
}

a:visited {
  color: #757575;
}

a:hover {
  color: #E87F90;
  text-decoration: none;
}

/* 画像のリンクロールオーバー */
a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

.MTB0 {
  margin-top: 0;
  margin-bottom: 0;
}

.MT0 {
  margin-top: 0px;
}

.MT5 {
  margin-top: 5px;
}

.MT10 {
  margin-top: 10px;
}

.MT15 {
  margin-top: 15px;
}

.MT20 {
  margin-top: 20px;
}

.MT30 {
  margin-top: 30px;
}

.MT40 {
  margin-top: 40px;
}

.MT50 {
  margin-top: 50px;
}

.MT60 {
  margin-top: 60px;
}

.MB0 {
  margin-bottom: 0px;
}

.MB10 {
  margin-bottom: 10px;
}

.MB20 {
  margin-bottom: 20px;
}

.MB30 {
  margin-bottom: 30px;
}

.MB40 {
  margin-bottom: 40px;
}

.MR10 {
  margin-right: 10px;
}

.PTB0 {
  padding-top: 0;
  padding-bottom: 0;
}

.PD5 {
  padding: 5px;
}

.PD10 {
  padding: 10px;
}

.PD20 {
  padding: 20px;
}

.PT0 {
  padding-top: 0px;
}

.PT10 {
  padding-top: 10px;
}

.PT20 {
  padding-top: 20px;
}

.PT30 {
  padding-top: 30px;
}

.PT40 {
  padding-top: 40px;
}

.PB0 {
  padding-bottom: 0px;
}

.PB5 {
  padding-bottom: 5px;
}

.PB10 {
  padding-bottom: 10px;
}

.PB20 {
  padding-bottom: 20px;
}

.PB30 {
  padding-bottom: 30px;
}

.PB40 {
  padding-bottom: 40px;
}

.table-simple {
  width: 100%;
  border-collapse: collapse;
}
.table-simple th {
  margin: 0;
  padding: 2%;
  width: 31%;
  border-collapse: collapse;
  border: 1px solid rgba(245, 226, 220, 0.8);
  background-color: rgba(245, 226, 220, 0.2);
}
.table-simple td {
  margin: 0;
  padding: 2%;
  width: 61%;
  border-collapse: collapse;
  border: 1px solid rgba(245, 226, 220, 0.8);
}

ul.price_list {
  list-style: none;
  column-count: 2;
  column-gap: 40px;
  margin: 5%;
  padding: 0;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  ul.price_list {
    column-count: 1;
  }
}

ul.price_list li {
  display: inline-flex;
  padding-bottom: 8px;
  border-bottom: #CCC 1px solid;
  margin-bottom: 8px;
  width: 100%;
}

ul.price_list li strong {
  font-weight: 200;
  margin-right: auto;
}

/*投稿読み込み下線あり*/
ul.news_line {
  padding-left: 0;
}
ul.news_line li {
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.shadow {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}

/* Scss Document */
.width--980 {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .width--980 {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }
}

.width-sp--100 {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .width-sp--100 {
    width: 100%;
    margin: 0;
  }
}

.width--680 {
  width: 680px;
  margin-left: auto;
  margin-right: auto;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .width--680 {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }
}

.width--480 {
  width: 480px;
  margin-left: auto;
  margin-right: auto;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .width--480 {
    width: 86%;
    margin-left: 7%;
    margin-right: 7%;
  }
}

.width--100 {
  width: 100%;
}

.width--94 {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Scss Document */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}
.fontsize--50 {
  font-size: 50%;
}

.fontsize--60 {
  font-size: 60%;
}

.fontsize--70 {
  font-size: 70%;
}

.fontsize--80 {
  font-size: 80%;
}

.fontsize--90 {
  font-size: 90%;
}

.fontsize--110 {
  font-size: 110%;
}

.fontsize--120 {
  font-size: 120%;
}

.fontsize--130 {
  font-size: 130%;
}

.fontsize--140 {
  font-size: 140%;
}

.fontsize--150 {
  font-size: 150%;
}

.fontsize--180 {
  font-size: 180%;
}

.fontsize--230 {
  font-size: 230%;
}

.font--nomal {
  font-weight: 200;
}

.fontsize--120-sp {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .fontsize--120-sp {
    font-size: 120%;
  }
}

.font--line-height {
  line-height: 1.8;
}

.font-midashi {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  color: #E87F90;
}
.font-midashi sub {
  color: #9FA0A0;
  bottom: 0;
  font-size: 70%;
}

/* Scss Document */
.pc {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .pc {
    display: none !important;
  }
}

.sp {
  /*PC*/
}
@media all and (min-width: 40em) {
  .sp {
    display: none !important;
  }
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  color: #666;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  body {
    padding-top: 10px;
  }
}

header {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  header {
    /*position: fixed;*/
    /* 要素の位置を固定する */
    /*top: 0;*/
    /* 基準の位置を画面の一番上に指定する */
    /*right: 0;*/
    /* 基準の位置を画面の一番右に指定する */
    width: 100%;
    padding: 0 0 0;
    z-index: 9999;
    background-color: #FFFFFF;
  }
}

/*-----SP固定ナビ-----*/
.menu--fixed {
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .menu--fixed {
    position: fixed;
    /* 要素の位置を固定する */
    bottom: 0;
    /* 基準の位置を画面の一番上に指定する */
    right: 0;
    /* 基準の位置を画面の一番右に指定する */
  }
  .menu--fixed .menu a {
    display: block;
    padding: 10px 0 5px;
    text-decoration: none;
    color: #FFFFFF;
    background: rgba(170, 109, 79, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8);
    font-size: 90%;
  }
}

/*-----PCグロナビ-----*/
#gnav > ul {
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#gnav > ul > li {
  display: table-cell;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 90%;
}

#gnav > ul > li:hover > a {
  color: #999;
}

#gnav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}

#gnav > ul > li > a {
  display: block;
  padding: 0 1em;
  transition: all .2s ease-in;
  color: #AA6D4F;
  text-decoration: none;
}

#gnav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: #3e3a39;
  margin-top: 3px;
}

#gnav > ul .menu .menu_inner {
  padding: 1em 0;
}

#gnav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 .5em;
}

#gnav > ul .menu a {
  color: #fff;
}

/*-----ハンバーガー-----*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 100%;
  height: 22px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 100%;
  /*長さ*/
  border-radius: 3px;
  background: #AA6D4F;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*左側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #AA6D4F;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(105%);
  /*右に隠しておく*/
  font-size: 90%;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

#nav-content ul {
  padding-left: 0;
}

#nav-content li.line {
  padding: 5%;
  margin-left: 0;
  list-style-type: none;
  border-bottom: 1px solid #FFFFFF;
}

#nav-content li.line a {
  color: #FFF;
  text-decoration: none;
}

footer {
  background-color: #F5E2DC;
  color: #AA6D4F;
  padding: 10px 0;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  footer {
    padding-bottom: 70px;
  }
}

.btn--pink a {
  display: block;
  padding: 10px 10px;
  border-radius: 25px;
  text-align: center;
  background-color: #EEA9A5;
  color: #FFFFFF;
  text-decoration: none;
}
.btn--main a {
  display: block;
  padding: 10px 10px;
  border-radius: 25px;
  text-align: center;
  background-color: #F5E2DC;
  color: #FFFFFF;
  text-decoration: none;
}

.btn--more a {
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  display: block;
  background-color: #EEA9A5;
  text-align: center;
  padding: 10px;
}

.btn--more a:hover {
  opacity: 0.7;
}

.btn--ani {
  width: 100%;
  background-color: #EEA9A5;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.btn--ani a {
  font-family: arial;
  font-size: 16px;
  color: #FFFFFF;
  text-decoration: none;
  line-height: 50px;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
}

.eff {
  width: 100%;
  height: 50px;
  left: -100%;
  background: #e6807a;
  position: absolute;
  transition: all .5s ease;
  z-index: 1;
}

.btn--ani:hover .eff {
  left: 0;
}

.btn--ani:hover a {
  color: #FFFFFF;
}

.btn--tel {
  /*background:$main-color;*/
  margin-right: 10px;
  margin-top: -5px;
  text-align: center;
  border-radius: 50%;
}
.btn--tel a {
  text-decoration: none;
  font-size: 150%;
  line-height: 1;
  color: #F5E2DC;
}
.btn--tel a i {
  margin: 10px 0;
}
.btn--tel a small {
  font-size: 45%;
}

.col__wrap, .col__wrap--margin, .col__wrap--marginL, .col__wrap--marginS, .col__wrap--center {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.col__wrap--margin {
  margin: 1% 0%;
}
.col__wrap--margin > li {
  padding: 1%;
}
.col__wrap--marginL {
  margin: 2% -2%;
}
.col__wrap--marginL > li {
  padding: 2%;
}
.col__wrap--marginS {
  margin: .5% -.5%;
}
.col__wrap--marginS > li {
  padding: .5%;
}
.col__wrap--stretch {
  align-items: stretch;
}
.col__wrap--center > li {
  align-self: center;
}

.col--1 {
  width: 8.3333333333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--1.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-1 {
    width: 8.3333333333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-1.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-1 {
    width: 8.3333333333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-1.col--right {
    float: right;
  }
}
.col--2 {
  width: 16.6666666667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--2.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-2 {
    width: 16.6666666667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-2.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-2 {
    width: 16.6666666667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-2.col--right {
    float: right;
  }
}
.col--3 {
/*  width: 25%;*/
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--3.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-3 {
    width: 25%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-3.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-3 {
    width: 25%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-3.col--right {
    float: right;
  }
}
.col--4 {
  width: 33.3333333333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--4.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-4 {
    width: 33.3333333333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-4.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-4 {
    width: 33.3333333333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-4.col--right {
    float: right;
  }
}
.col--5 {
  width: 41.6666666667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--5.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-5 {
    width: 41.6666666667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-5.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-5 {
    width: 41.6666666667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-5.col--right {
    float: right;
  }
}
.col--6 {
  width: 50%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--6.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-6 {
    width: 50%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-6.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-6 {
    width: 50%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-6.col--right {
    float: right;
  }
}
.col--7 {
  width: 58.3333333333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--7.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-7 {
    width: 58.3333333333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-7.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-7 {
    width: 58.3333333333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-7.col--right {
    float: right;
  }
}
.col--8 {
  width: 66.6666666667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--8.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-8 {
    width: 66.6666666667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-8.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-8 {
    width: 66.6666666667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-8.col--right {
    float: right;
  }
}
.col--9 {
  width: 75%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--9.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-9 {
    width: 75%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-9.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-9 {
    width: 75%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-9.col--right {
    float: right;
  }
}
.col--10 {
  width: 83.3333333333%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--10.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-10 {
    width: 83.3333333333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-10.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-10 {
    width: 83.3333333333%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-10.col--right {
    float: right;
  }
}
.col--11 {
  width: 91.6666666667%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--11.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-11 {
    width: 91.6666666667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-11.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-11 {
    width: 91.6666666667%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-11.col--right {
    float: right;
  }
}
.col--12 {
  width: 100%;
  list-style: none;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.col--12.col--right {
  float: right;
}

/*PC*/
@media all and (min-width: 40em) {
  .col--pc-12 {
    width: 100%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--pc-12.col--right {
    float: right;
  }
}
/*全スマホ*/
@media only screen and (max-width: 40em) {
  .col--sp-12 {
    width: 100%;
    list-style: none;
    text-indent: inherit;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .col--sp-12.col--right {
    float: right;
  }
}
.Box-Menu .col--item:only-child {
  width: 100%;
}
.Box-Menu li:first-child:nth-last-child(2),
.Box-Menu li:first-child:nth-last-child(2) ~ li,
.Box-Menu .col--item:first-child:nth-last-child(3),
.Box-Menu .col--item:first-child:nth-last-child(3) ~ .col--item,
.Box-Menu .col--item:first-child:nth-last-child(4),
.Box-Menu .col--item:first-child:nth-last-child(4) ~ .col--item,
.Box-Menu .col--item:first-child:nth-last-child(5),
.Box-Menu .col--item:first-child:nth-last-child(5) ~ .col--item,
.Box-Menu .col--item:first-child:nth-last-child(6),
.Box-Menu .col--item:first-child:nth-last-child(6) ~ .col--item {
  width: 24%;
  /*全スマホ*/
}
@media only screen and (max-width: 40em) {
  .Box-Menu li:first-child:nth-last-child(2),
  .Box-Menu li:first-child:nth-last-child(2) ~ li,
  .Box-Menu .col--item:first-child:nth-last-child(3),
  .Box-Menu .col--item:first-child:nth-last-child(3) ~ .col--item,
  .Box-Menu .col--item:first-child:nth-last-child(4),
  .Box-Menu .col--item:first-child:nth-last-child(4) ~ .col--item,
  .Box-Menu .col--item:first-child:nth-last-child(5),
  .Box-Menu .col--item:first-child:nth-last-child(5) ~ .col--item,
  .Box-Menu .col--item:first-child:nth-last-child(6),
  .Box-Menu .col--item:first-child:nth-last-child(6) ~ .col--item {
    width: 49%;
  }
}

/* Scss Document */
.bg--main {
  background-color: #F5E2DC;
}

.bg--main-light {
  background-color: rgba(245, 226, 220, 0.6);
}

.font--main {
  color: #F5E2DC;
}

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