@charset "UTF-8";
/* line 6, ../../scss/common/_reset.scss */
html {
  overflow-y: scroll;
}

/* line 10, ../../scss/common/_reset.scss */
body {
  line-height: 1;
  color: #000;
}

/* line 15, ../../scss/common/_reset.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 36, ../../scss/common/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

/* line 41, ../../scss/common/_reset.scss */
nav ul {
  list-style: none;
}

/* line 45, ../../scss/common/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 49, ../../scss/common/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 55, ../../scss/common/_reset.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 63, ../../scss/common/_reset.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 69, ../../scss/common/_reset.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

/* line 76, ../../scss/common/_reset.scss */
del {
  text-decoration: line-through;
}

/* line 80, ../../scss/common/_reset.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 85, ../../scss/common/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 90, ../../scss/common/_reset.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 99, ../../scss/common/_reset.scss */
input, select {
  vertical-align: middle;
}

/* line 103, ../../scss/common/_reset.scss */
table {
  font-size: inherit;
  font: 100%;
}

/* line 108, ../../scss/common/_reset.scss */
pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* line 114, ../../scss/common/_reset.scss */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  border-radius: 0;
}

/* line 119, ../../scss/common/_reset.scss */
select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

/* line 126, ../../scss/common/_reset.scss */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="submit"],
input[type="button"],
textarea {
  -webkit-appearance: none;
}

/* line 135, ../../scss/common/_reset.scss */
:focus {
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
/* line 6, ../../scss/common/_base.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
/* line 10, ../../scss/common/_base.scss */
html[data-fontsize="small"] {
  font-size: 56.25%;
}
/* line 13, ../../scss/common/_base.scss */
html[data-fontsize="medium"] {
  font-size: 62.5%;
}
/* line 16, ../../scss/common/_base.scss */
html[data-fontsize="large"] {
  font-size: 68.75%;
}
@media print {
  /* line 20, ../../scss/common/_base.scss */
  html html {
    background-image: none;
    background-color: #fff;
  }
}

/* line 27, ../../scss/common/_base.scss */
body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
@media print {
  /* line 27, ../../scss/common/_base.scss */
  body {
    _zoom: 80%;
    -webkit-print-color-adjust: exact;
  }
}

/* line 38, ../../scss/common/_base.scss */
a,
a:before,
a:after,
a img,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

/* line 50, ../../scss/common/_base.scss */
a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

/* line 57, ../../scss/common/_base.scss */
a,
button {
  cursor: pointer;
}

/* line 61, ../../scss/common/_base.scss */
a {
  color: #000;
  text-decoration: underline;
}

/* line 65, ../../scss/common/_base.scss */
a:hover {
  color: #6f5f2d;
  text-decoration: none;
}

/* line 70, ../../scss/common/_base.scss */
a:hover img {
  opacity: 0.65;
}

/* line 74, ../../scss/common/_base.scss */
button {
  cursor: pointer;
  background: none;
  outline: none;
}

/* line 80, ../../scss/common/_base.scss */
img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 91, ../../scss/common/_base.scss */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 99, ../../scss/common/_base.scss */
::-moz-selection {
  color: #fff;
  background: #6f5f2d;
}

/* line 103, ../../scss/common/_base.scss */
::selection {
  color: #fff;
  background: #6f5f2d;
}

/*
 @font-face {
	font-family: 'Yu Gothic';
	src: local('Yu Gothic Medium');
	font-weight: 100;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local('Yu Gothic Medium');
	font-weight: 200;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local('Yu Gothic Medium');
	font-weight: 300;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local('Yu Gothic Medium');
	font-weight: 400;
}
@font-face {
	font-family: 'Yu Gothic';
	src: local('Yu Gothic Bold');
	font-weight: bold;
}
*/
/* line 36, ../../scss/common/_font.scss */
body, select, input, button, textarea, :before, :after,
.u-font_mincho,
.u-font_minchoBefore:before,
.u-font_minchoAfter:after {
  font-family: 'times new roman', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro','HG明朝E', 'ＭＳ 明朝', serif;
  font-feature-settings: 'pwid';
  text-rendering: optimizelegibility;
}
/* line 45, ../../scss/common/_font.scss */
.wf-active body, .wf-active select, .wf-active input, .wf-active button, .wf-active textarea, .wf-active :before, .wf-active :after, .wf-active
.u-font_mincho, .wf-active
.u-font_minchoBefore:before, .wf-active
.u-font_minchoAfter:after {
  font-family: 'Crimson Text', 'times new roman', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro','HG明朝E', 'ＭＳ 明朝', serif;
}

/* line 50, ../../scss/common/_font.scss */
.u-font_gothic,
.u-font_gothicBefore:before,
.u-font_gothicAfter:after {
  font-family: Arial, Helvatica, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothicM', 'YuGothicM', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'ＭＳ ゴシック', sans-serif;
}
/* line 55, ../../scss/common/_font.scss */
.wf-active .u-font_gothic, .wf-active
.u-font_gothicBefore:before, .wf-active
.u-font_gothicAfter:after {
  font-family: 'Roboto Condensed', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothicM', 'YuGothicM', '游ゴシック', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, 'ＭＳ ゴシック', sans-serif;
}

/* line 59, ../../scss/common/_font.scss */
.u-font_roboto,
.u-font_robotoBefore:before,
.u-font_robotoAfter:after {
  font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 7, ../../scss/common/_utility.scss */
  .u-show_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  /* line 12, ../../scss/common/_utility.scss */
  .u-hide_desktop {
    display: none !important;
  }
}
@media print {
  /* line 12, ../../scss/common/_utility.scss */
  .u-hide_desktop {
    display: none !important;
  }
}

@media screen and (min-width: 479px) {
  /* line 20, ../../scss/common/_utility.scss */
  .u-show_tablet {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 479px) {
  /* line 20, ../../scss/common/_utility.scss */
  .u-show_tablet {
    display: none !important;
  }
}
@media print {
  /* line 20, ../../scss/common/_utility.scss */
  .u-show_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 479px) and (max-width: 767px) {
  /* line 31, ../../scss/common/_utility.scss */
  .u-hide_tablet {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  /* line 36, ../../scss/common/_utility.scss */
  .u-show_media {
    display: none !important;
  }
}
@media print {
  /* line 36, ../../scss/common/_utility.scss */
  .u-show_media {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 44, ../../scss/common/_utility.scss */
  .u-hide_media {
    display: none !important;
  }
}

@media print {
  /* line 49, ../../scss/common/_utility.scss */
  .u-print_hide {
    display: none !important;
  }
}

/* line 56, ../../scss/common/_utility.scss */
.u-inner {
  display: block;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 68, ../../scss/common/_utility.scss */
.u-inner[data-inner="short"] {
  max-width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 68, ../../scss/common/_utility.scss */
  .u-inner[data-inner="short"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 87, ../../scss/common/_utility.scss */
.u-mgt_150 {
  margin-top: 150px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 87, ../../scss/common/_utility.scss */
  .u-mgt_150 {
    margin-top: 100px;
  }
}

/* line 94, ../../scss/common/_utility.scss */
.u-mgt_120 {
  margin-top: 120px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 94, ../../scss/common/_utility.scss */
  .u-mgt_120 {
    margin-top: 90px;
  }
}

/* line 101, ../../scss/common/_utility.scss */
.u-mgt_100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 101, ../../scss/common/_utility.scss */
  .u-mgt_100 {
    margin-top: 70px;
  }
}

/* line 108, ../../scss/common/_utility.scss */
.u-mgt_80 {
  margin-top: 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 108, ../../scss/common/_utility.scss */
  .u-mgt_80 {
    margin-top: 60px;
  }
}

/* line 115, ../../scss/common/_utility.scss */
.u-mgt_70 {
  margin-top: 70px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 115, ../../scss/common/_utility.scss */
  .u-mgt_70 {
    margin-top: 50px;
  }
}

/* line 122, ../../scss/common/_utility.scss */
.u-mgt_60 {
  margin-top: 60px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 122, ../../scss/common/_utility.scss */
  .u-mgt_60 {
    margin-top: 45px;
  }
}

/* line 129, ../../scss/common/_utility.scss */
.u-mgt_50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 129, ../../scss/common/_utility.scss */
  .u-mgt_50 {
    margin-top: 40px;
  }
}

/* line 136, ../../scss/common/_utility.scss */
.u-mgt_40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 136, ../../scss/common/_utility.scss */
  .u-mgt_40 {
    margin-top: 30px;
  }
}

/* line 143, ../../scss/common/_utility.scss */
.u-mgt_30 {
  margin-top: 30px;
}

/* line 148, ../../scss/common/_utility.scss */
.u-mgt_20 {
  margin-top: 20px;
}

/* line 153, ../../scss/common/_utility.scss */
.u-mgt_10 {
  margin-top: 10px;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 158, ../../scss/common/_utility.scss */
  .u_m-mgt_50 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 163, ../../scss/common/_utility.scss */
  .u_m-mgt_20 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 168, ../../scss/common/_utility.scss */
  .u_m-mgt_10 {
    margin-top: 10px;
  }
}

/* line 175, ../../scss/common/_utility.scss */
.u-pdt_40 {
  padding-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 175, ../../scss/common/_utility.scss */
  .u-pdt_40 {
    padding-top: 30px;
  }
}

/* line 185, ../../scss/common/_utility.scss */
.u-radius {
  border-radius: 4px;
}

/* line 190, ../../scss/common/_utility.scss */
.u-font_bold {
  font-weight: 700;
}

/* line 193, ../../scss/common/_utility.scss */
.u-font_italic {
  font-style: italic;
}

/* line 198, ../../scss/common/_utility.scss */
.u-text_center {
  text-align: center;
}

/* line 201, ../../scss/common/_utility.scss */
.u-text_left {
  text-align: left;
}

/* line 204, ../../scss/common/_utility.scss */
.u-text_right {
  text-align: right;
}

/* line 207, ../../scss/common/_utility.scss */
.u-text_sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -.1em;
}

/* line 213, ../../scss/common/_utility.scss */
.u-text_sub {
  font-size: 70%;
  vertical-align: bottom;
  position: relative;
  top: .1em;
}

/* line 219, ../../scss/common/_utility.scss */
.u-text_indent {
  text-indent: 1em;
}

/* line 222, ../../scss/common/_utility.scss */
.u-text_block {
  display: inline-block;
}

/* line 225, ../../scss/common/_utility.scss */
.u-text_large {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 225, ../../scss/common/_utility.scss */
  .u-text_large {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 233, ../../scss/common/_utility.scss */
  .u_m-text_center {
    text-align: center;
  }

  /* line 236, ../../scss/common/_utility.scss */
  .u_m-text_left {
    text-align: left;
  }

  /* line 239, ../../scss/common/_utility.scss */
  .u_m-text_right {
    text-align: right;
  }
}
/* line 245, ../../scss/common/_utility.scss */
.u-color_main {
  color: #6f5f2d;
}

/* line 253, ../../scss/common/_utility.scss */
.u-float_left {
  float: left;
}

/* line 256, ../../scss/common/_utility.scss */
.u-float_right {
  float: right;
}

/* line 261, ../../scss/common/_utility.scss */
.u-width_full {
  width: 100%;
}

/* line 267, ../../scss/common/_utility.scss */
.no-device .u-hover_opacity:hover {
  opacity: 0.65;
}

/* line 270, ../../scss/common/_utility.scss */
.no-device .u-hover_opacity:hover img {
  opacity: 1;
}

/* line 275, ../../scss/common/_utility.scss */
.u-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
/* line 280, ../../scss/common/_utility.scss */
.u-table_cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 294, ../../scss/common/_utility.scss */
a.u-button {
  text-decoration: none;
}

/* line 301, ../../scss/common/_utility.scss */
.u-image_shadow {
  display: inline-block;
  box-shadow: 0 7px 1px rgba(0, 0, 0, 0.2);
}

/* line 307, ../../scss/common/_utility.scss */
.u-linkButton {
  display: inline-block;
  position: relative;
  width: 250px;
  max-width: 100%;
  color: #000;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 307, ../../scss/common/_utility.scss */
  .u-linkButton {
    width: 220px;
  }
}
/* line 318, ../../scss/common/_utility.scss */
.u-linkButton[data-width="long"] {
  width: 350px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 318, ../../scss/common/_utility.scss */
  .u-linkButton[data-width="long"] {
    width: 220px;
  }
}
/* line 325, ../../scss/common/_utility.scss */
a:hover .u-linkButton {
  color: #fff;
  transition-delay: .35s;
}
/* line 329, ../../scss/common/_utility.scss */
.u-linkButton:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6f5f2d;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 342, ../../scss/common/_utility.scss */
a:hover .u-linkButton:before {
  opacity: 1;
  transition-delay: .35s;
}
/* line 347, ../../scss/common/_utility.scss */
.u-linkButton_in {
  display: table;
  width: 100%;
  height: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 347, ../../scss/common/_utility.scss */
  .u-linkButton_in {
    height: 40px;
  }
}
/* line 358, ../../scss/common/_utility.scss */
.u-linkButton_line:before, .u-linkButton_line:after, .u-linkButton_line2:before, .u-linkButton_line2:after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition-delay: .35s;
}
/* line 367, ../../scss/common/_utility.scss */
a:hover .u-linkButton_line:before, a:hover .u-linkButton_line:after, a:hover .u-linkButton_line2:before, a:hover .u-linkButton_line2:after {
  transition-delay: 0s;
}
/* line 373, ../../scss/common/_utility.scss */
.u-linkButton_line:before, .u-linkButton_line:after {
  width: 1px;
  height: 25px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 373, ../../scss/common/_utility.scss */
  .u-linkButton_line:before, .u-linkButton_line:after {
    height: 20px;
  }
}
/* line 382, ../../scss/common/_utility.scss */
.u-linkButton_line:before {
  bottom: 0;
  left: 0;
}
/* line 386, ../../scss/common/_utility.scss */
.u-linkButton_line:after {
  top: 0;
  right: 0;
}
/* line 391, ../../scss/common/_utility.scss */
a:hover .u-linkButton_line:before, a:hover .u-linkButton_line:after {
  height: 100%;
}
/* line 398, ../../scss/common/_utility.scss */
.u-linkButton_line2:before, .u-linkButton_line2:after {
  width: 25px;
  height: 1px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 398, ../../scss/common/_utility.scss */
  .u-linkButton_line2:before, .u-linkButton_line2:after {
    width: 20px;
  }
}
/* line 407, ../../scss/common/_utility.scss */
.u-linkButton_line2:before {
  top: 0;
  right: 0;
}
/* line 411, ../../scss/common/_utility.scss */
.u-linkButton_line2:after {
  bottom: 0;
  left: 0;
}
/* line 416, ../../scss/common/_utility.scss */
a:hover .u-linkButton_line2:before, a:hover .u-linkButton_line2:after {
  width: 100%;
}
/* line 422, ../../scss/common/_utility.scss */
.u-linkButton_name {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  letter-spacing: .15em;
  transform: rotate(0.05deg);
  z-index: 3;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 422, ../../scss/common/_utility.scss */
  .u-linkButton_name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 439, ../../scss/common/_utility.scss */
.u-clearfix {
  overflow: hidden;
  zoom: 1;
}

/* line 443, ../../scss/common/_utility.scss */
.u-clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

/* line 452, ../../scss/common/_utility.scss */
.u-anim-fadeIn {
  -webkit-animation: fadeIn 1.2s ease .15s;
  animation: fadeIn 1.2s ease .15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 476, ../../scss/common/_utility.scss */
.u-bounce {
  -webkit-animation: anm-bounce 4s infinite ease;
  -moz-animation: anm-bounce 4s infinite ease;
  -ms-animation: anm-bounce 4s infinite ease;
  animation: anm-bounce 4s infinite ease;
}
/* line 479, ../../scss/common/_utility.scss */
.u-bounce--delay_0 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
/* line 483, ../../scss/common/_utility.scss */
.u-bounce--delay_1 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* line 487, ../../scss/common/_utility.scss */
.u-bounce--delay_2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes anm-bounce {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5%);
    -moz-transform: translate(0, -5%);
    -ms-transform: translate(0, -5%);
    transform: translate(0, -5%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/* line 509, ../../scss/common/_utility.scss */
.u-scrollFadeIn {
  display: block;
  opacity: 0;
  -webkit-transition: all 0.75s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.75s cubic-bezier(0.75, 0, 0.35, 1);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
/* line 520, ../../scss/common/_utility.scss */
.u-scrollFadeIn.is-state_scroll {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 527, ../../scss/common/_utility.scss */
.u-scrollVisual {
  overflow: hidden;
  display: block;
  position: relative;
}
/* line 532, ../../scss/common/_utility.scss */
.u-scrollVisual_figure {
  display: block;
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  height: 120%;
  background: no-repeat center center;
  background-size: cover;
}

/* line 545, ../../scss/common/_utility.scss */
.u-scrollFollow {
  -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 549, ../../scss/common/_utility.scss */
.u-scrollFollow--timing_slow {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 5, ../../scss/common/_global.scss */
.g-body {
  background: #c9e6e0;
  color: #000;
}
@media print {
  /* line 5, ../../scss/common/_global.scss */
  .g-body {
    min-width: 980px;
    background-image: none;
    background-color: #fff;
  }
}

/* line 23, ../../scss/common/_global.scss */
.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  color: #000;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 41, ../../scss/common/_global.scss */
  .g-container {
    padding-top: 75px;
  }
}

/* line 50, ../../scss/common/_global.scss */
.g-header {
  display: block;
  height: 230px;
  background: #c9e6e0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 50, ../../scss/common/_global.scss */
  .g-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
  }
}
/* line 64, ../../scss/common/_global.scss */
.g-header_inner {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 64, ../../scss/common/_global.scss */
  .g-header_inner {
    min-height: 75px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
/* line 74, ../../scss/common/_global.scss */
.g-header-top {
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 74, ../../scss/common/_global.scss */
  .g-header-top {
    height: 100%;
  }
}
/* line 81, ../../scss/common/_global.scss */
.g-header_logo {
  display: block;
  position: absolute;
  top: 15px;
  left: 10px;
  margin: 0 400px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 81, ../../scss/common/_global.scss */
  .g-header_logo {
    top: 15px;
    margin-right: 175px;
  }
}
/* line 96, ../../scss/common/_global.scss */
.g-header_logo a {
  display: inline-block;
}
/* line 99, ../../scss/common/_global.scss */
.g-header_logo img {
  width: 560px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 99, ../../scss/common/_global.scss */
  .g-header_logo img {
    width: 212px;
  }
}
/* line 109, ../../scss/common/_global.scss */
.g-header-aside {
  display: block;
  position: absolute;
  top: 65px;
  right: 10px;
  margin: 0 0 0 310px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 109, ../../scss/common/_global.scss */
  .g-header-aside {
    top: 30px;
    margin-left: 0;
  }
}
/* line 125, ../../scss/common/_global.scss */
.g-header-link {
  display: block;
  margin: -5px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 125, ../../scss/common/_global.scss */
  .g-header-link {
    margin: 0;
  }
}
/* line 132, ../../scss/common/_global.scss */
.g-header-link_items {
  display: table;
  table-layout: fixed;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 132, ../../scss/common/_global.scss */
  .g-header-link_items {
    display: block;
  }
}
/* line 141, ../../scss/common/_global.scss */
.g-header-link_item {
  display: table-cell;
  vertical-align: top;
  padding: 7.5px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 141, ../../scss/common/_global.scss */
  .g-header-link_item {
    display: none;
    padding: 0;
  }
}
/* line 150, ../../scss/common/_global.scss */
.g-header-link_item a {
  background-color: #6f5f2d;
  text-decoration: none;
}
/* line 154, ../../scss/common/_global.scss */
.g-header-link_item a:hover {
  background-color: #fff;
  color: #6f5f2d;
}
/* line 159, ../../scss/common/_global.scss */
.g-header-link_item[data-type="contact"] {
  display: block;
}
/* line 163, ../../scss/common/_global.scss */
.g-header-link_box {
  display: table;
  width: 175px;
  height: 35px;
  padding: 0 10px;
  background: #8f8f8f;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 163, ../../scss/common/_global.scss */
  .g-header-link_box {
    width: 120px;
    height: 30px;
  }
}
/* line 176, ../../scss/common/_global.scss */
.g-header-link_box[data-width="auto"] {
  width: auto;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 176, ../../scss/common/_global.scss */
  .g-header-link_box[data-width="auto"] {
    width: 100%;
  }
}
/* line 184, ../../scss/common/_global.scss */
.g-header-link_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 184, ../../scss/common/_global.scss */
  .g-header-link_name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 195, ../../scss/common/_global.scss */
.g-header-info {
  display: block;
  margin: 10px 0 0;
  text-align: right;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 195, ../../scss/common/_global.scss */
  .g-header-info {
    display: none;
  }
}
/* line 203, ../../scss/common/_global.scss */
.g-header-info_items {
  display: block;
  margin: 0 -10px;
  letter-spacing: -.5em;
}
/* line 208, ../../scss/common/_global.scss */
.g-header-info_item {
  display: inline-block;
  padding: 0 10px;
  color: #6f5f2d;
  letter-spacing: .2em;
}
/* line 214, ../../scss/common/_global.scss */
.g-header-info_item a {
  text-decoration: none;
  color: #6f5f2d;
  cursor: default;
}
/* line 222, ../../scss/common/_global.scss */
.g-header-info_head, .g-header-info_data {
  display: table-cell;
  vertical-align: middle;
}
/* line 227, ../../scss/common/_global.scss */
.g-header-info_head {
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 230, ../../scss/common/_global.scss */
.g-header-info_data {
  padding: 0 0 0 5px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* line 234, ../../scss/common/_global.scss */
.g-header-info_data .e-small {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
}
/* line 240, ../../scss/common/_global.scss */
.g-header-nav {
  display: block;
  position: absolute;
  bottom: 50px;
  left: 10px;
  right: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 240, ../../scss/common/_global.scss */
  .g-header-nav {
    position: static;
    margin: 0 -10px;
    background-color: #c9e6e0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 255, ../../scss/common/_global.scss */
  .g-header-nav_frame {
    overflow-y: auto;
  }
}
@media print {
  /* line 261, ../../scss/common/_global.scss */
  .g-header-nav_slide {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (min-width: 767px) {
  /* line 261, ../../scss/common/_global.scss */
  .g-header-nav_slide {
    display: block !important;
    height: auto !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 272, ../../scss/common/_global.scss */
  .g-header-nav_slide > * {
    padding-top: 10px;
  }
}
/* line 279, ../../scss/common/_global.scss */
.g-header-trigger {
  display: none;
  position: absolute;
  top: 30px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #6f5f2d;
  border: solid 1px #6f5f2d;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 279, ../../scss/common/_global.scss */
  .g-header-trigger {
    display: block;
    right: 135px;
  }
}
/* line 294, ../../scss/common/_global.scss */
.g-header.is-menu_open .g-header-trigger {
  background-color: #fff;
}
/* line 298, ../../scss/common/_global.scss */
.g-header-trigger_line {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 309, ../../scss/common/_global.scss */
.g-header.is-menu_open .g-header-trigger_line {
  background-color: #6f5f2d;
}
/* line 312, ../../scss/common/_global.scss */
.g-header-trigger_line[data-line="top"] {
  top: 8px;
}
/* line 315, ../../scss/common/_global.scss */
.g-header.is-menu_open .g-header-trigger_line[data-line="top"] {
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 321, ../../scss/common/_global.scss */
.g-header-trigger_line[data-line="middle"] {
  top: 14px;
}
/* line 324, ../../scss/common/_global.scss */
.g-header.is-menu_open .g-header-trigger_line[data-line="middle"] {
  opacity: 0;
}
/* line 328, ../../scss/common/_global.scss */
.g-header-trigger_line[data-line="bottom"] {
  top: 20px;
}
/* line 331, ../../scss/common/_global.scss */
.g-header.is-menu_open .g-header-trigger_line[data-line="bottom"] {
  top: 14px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -moz-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* line 344, ../../scss/common/_global.scss */
.g-footer {
  display: block;
  padding: 100px 0 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 344, ../../scss/common/_global.scss */
  .g-footer {
    padding: 50px 0;
  }
}
/* line 353, ../../scss/common/_global.scss */
.g-footer-nav {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 353, ../../scss/common/_global.scss */
  .g-footer-nav {
    display: none;
  }
}
/* line 360, ../../scss/common/_global.scss */
.g-footer-bottom {
  display: block;
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 360, ../../scss/common/_global.scss */
  .g-footer-bottom {
    margin-top: 0;
  }
}
/* line 368, ../../scss/common/_global.scss */
.g-footer-bottom_cell {
  display: table;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 368, ../../scss/common/_global.scss */
  .g-footer-bottom_cell {
    display: block;
  }
}
/* line 376, ../../scss/common/_global.scss */
.g-footer_logo, .g-footer-info {
  display: table-cell;
  vertical-align: bottom;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 376, ../../scss/common/_global.scss */
  .g-footer_logo, .g-footer-info {
    display: block;
  }
}
/* line 387, ../../scss/common/_global.scss */
.g-footer_logo a {
  display: inline-block;
}
/* line 390, ../../scss/common/_global.scss */
.g-footer_logo img {
  width: 560px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 390, ../../scss/common/_global.scss */
  .g-footer_logo img {
    width: 340px;
  }
}
/* line 400, ../../scss/common/_global.scss */
.g-footer-info {
  padding: 0 0 0 30px;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 400, ../../scss/common/_global.scss */
  .g-footer-info {
    margin-top: 5px;
    padding: 0;
    text-align: center;
  }
}
/* line 409, ../../scss/common/_global.scss */
.g-footer-info_sub {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 409, ../../scss/common/_global.scss */
  .g-footer-info_sub {
    margin-top: 10px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* line 419, ../../scss/common/_global.scss */
.g-footer-info_tel {
  display: block;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 419, ../../scss/common/_global.scss */
  .g-footer-info_tel {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
/* line 426, ../../scss/common/_global.scss */
.g-footer-info_tel a {
  text-decoration: none;
  cursor: default;
}
/* line 430, ../../scss/common/_global.scss */
.g-footer-info_tel a:hover {
  color: #000;
}
/* line 435, ../../scss/common/_global.scss */
.g-footer-info-data {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 435, ../../scss/common/_global.scss */
  .g-footer-info-data {
    display: table;
    margin: auto;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 445, ../../scss/common/_global.scss */
.g-footer-info-data_head {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 445, ../../scss/common/_global.scss */
  .g-footer-info-data_head {
    display: table-cell;
  }
}
/* line 452, ../../scss/common/_global.scss */
.g-footer-info-data_body {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 452, ../../scss/common/_global.scss */
  .g-footer-info-data_body {
    display: table-cell;
    padding-left: 5px;
  }
}

/* line 467, ../../scss/common/_global.scss */
.g-nav {
  display: block;
}
/* line 471, ../../scss/common/_global.scss */
.g-nav_items {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-right: solid 1px #000;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 471, ../../scss/common/_global.scss */
  .g-nav_items {
    border-top: solid 1px #6f5f2d;
    border-right: none;
  }
}
/* line 482, ../../scss/common/_global.scss */
.g-nav_item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 3px;
  border-left: solid 1px #000;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 482, ../../scss/common/_global.scss */
  .g-nav_item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0;
    letter-spacing: 0;
    border-bottom: solid 1px #6f5f2d;
    border-right: solid 1px #6f5f2d;
    border-left: none;
  }
}
/* line 498, ../../scss/common/_global.scss */
.g-nav_item:nth-child(even) {
  border-right: none;
}
/* line 501, ../../scss/common/_global.scss */
.g-nav_item a {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 501, ../../scss/common/_global.scss */
  .g-nav_item a {
    background-color: rgba(255, 255, 255, 0.5);
    color: #6f5f2d;
  }
}
/* line 510, ../../scss/common/_global.scss */
.g-nav_item a:hover {
  background-color: #fff;
  color: #6f5f2d;
}
/* line 516, ../../scss/common/_global.scss */
.g-nav_item.is-focus_active a {
  background-color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 520, ../../scss/common/_global.scss */
  .g-nav_item:nth-child(1) {
    width: 50%;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 529, ../../scss/common/_global.scss */
  .g-nav_item:nth-child(4) {
    width: 50%;
  }
}
/* line 536, ../../scss/common/_global.scss */
.g-nav_item:nth-child(5) {
  width: 150px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 536, ../../scss/common/_global.scss */
  .g-nav_item:nth-child(5) {
    width: 50%;
  }
}
/* line 548, ../../scss/common/_global.scss */
.g-nav_box {
  display: table;
  width: 100%;
  height: 25px;
  color: #8f8f8f;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 548, ../../scss/common/_global.scss */
  .g-nav_box {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
/* line 560, ../../scss/common/_global.scss */
.g-nav_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .15em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 560, ../../scss/common/_global.scss */
  .g-nav_name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* line 596, ../../scss/common/_global.scss */
.g-breadcrumb {
  display: block;
}

/* line 605, ../../scss/common/_global.scss */
.g-loadFade {
  opacity: 0;
  -webkit-transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
/* line 610, ../../scss/common/_global.scss */
.g-loadFade.is-state_show {
  overflow: hidden;
  opacity: 1;
}
/* line 615, ../../scss/common/_global.scss */
.g-loadFade.is-state_hide {
  overflow: hidden;
  opacity: 0;
}

/* line 625, ../../scss/common/_global.scss */
.g-mv {
  display: block;
  height: 472px;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 625, ../../scss/common/_global.scss */
  .g-mv {
    height: 295px;
  }
}
/* line 634, ../../scss/common/_global.scss */
.g-mv_inner {
  position: relative;
  height: 100%;
}
/* line 638, ../../scss/common/_global.scss */
.g-mv_title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 645, ../../scss/common/_global.scss */
  .g-mv_title img {
    width: 16px;
  }
}
/* line 651, ../../scss/common/_global.scss */
.g-mv[data-type="natural"] {
  background-image: url(/assets/img/natural/mv_bg.jpg);
}
/* line 654, ../../scss/common/_global.scss */
.g-mv[data-type="carbonated"] {
  background-image: url(/assets/img/carbonated/mv_bg.jpg);
}
/* line 657, ../../scss/common/_global.scss */
.g-mv[data-type="mad-pack"] {
  background-image: url(/assets/img/mad-pack/mv_bg.jpg);
}
/* line 660, ../../scss/common/_global.scss */
.g-mv[data-type="herb-tent"] {
  background-image: url(/assets/img/herb-tent/mv_bg.jpg);
}
/* line 663, ../../scss/common/_global.scss */
.g-mv[data-type="private"] {
  background-image: url(/assets/img/private/mv_bg.jpg);
}
/* line 666, ../../scss/common/_global.scss */
.g-mv[data-type="lounge"] {
  background-image: url(/assets/img/lounge/mv_bg.jpg);
}
/* line 669, ../../scss/common/_global.scss */
.g-mv[data-type="accommodation"] {
  background-image: url(/assets/img/accommodation/mv_bg.jpg);
}
/* line 672, ../../scss/common/_global.scss */
.g-mv[data-type="access"] {
  background-image: url(/assets/img/access/mv_bg.jpg);
}

/* line 14, ../../scss/common/_component.scss */
.c-section_block {
  display: block;
}
/* line 21, ../../scss/common/_component.scss */
.c-section_block--bt_solid {
  border-top: solid 1px #000;
}
/* line 24, ../../scss/common/_component.scss */
.c-section_block--bt_solid-color {
  border-top: solid 1px #6f5f2d;
}
/* line 27, ../../scss/common/_component.scss */
.c-section_block--bt_dotted {
  border-top: dotted 1px #000;
}
/* line 30, ../../scss/common/_component.scss */
.c-section_block--bt_dotted-color {
  border-top: dotted 1px #6f5f2d;
}
/* line 34, ../../scss/common/_component.scss */
.c-section_area {
  display: block;
  padding: 30px;
  background: #fff;
  border: solid 1px #6f5f2d;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 34, ../../scss/common/_component.scss */
  .c-section_area {
    padding: 20px 10px;
  }
}
/* line 43, ../../scss/common/_component.scss */
.c-section_area--padding_large {
  padding: 60px 80px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 43, ../../scss/common/_component.scss */
  .c-section_area--padding_large {
    padding: 20px 10px;
  }
}
/* line 50, ../../scss/common/_component.scss */
.c-section_area--no_border {
  border: none;
}
/* line 54, ../../scss/common/_component.scss */
.c-section-head {
  display: block;
}
/* line 58, ../../scss/common/_component.scss */
.c-section-head:first-child {
  margin-top: 0;
}
/* line 61, ../../scss/common/_component.scss */
.c-section-head--has_border-bottom {
  padding-bottom: 10px;
  border-bottom: dotted 1px #000;
}
/* line 65, ../../scss/common/_component.scss */
.c-section-head_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 65, ../../scss/common/_component.scss */
  .c-section-head_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 76, ../../scss/common/_component.scss */
.c-section-head--ls_short .c-section-head_name {
  letter-spacing: .0em;
}
/* line 79, ../../scss/common/_component.scss */
.c-section-head--type_2 .c-section-head_name {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 79, ../../scss/common/_component.scss */
  .c-section-head--type_2 .c-section-head_name {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 86, ../../scss/common/_component.scss */
.c-section-head--line_bottom .c-section-head_name {
  border-bottom: solid 1px #000;
}
/* line 90, ../../scss/common/_component.scss */
.c-section-head-type {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 60px;
  padding: 8px 7px 4px 33px;
  background: #6f5f2d;
  color: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 90, ../../scss/common/_component.scss */
  .c-section-head-type {
    float: right;
    margin-left: 0;
  }
}
/* line 103, ../../scss/common/_component.scss */
.c-section-head-type:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 18px;
  background: url(../../img/common/icon_onsen_white.png) no-repeat 0 center;
  background-size: 100% auto;
}
/* line 114, ../../scss/common/_component.scss */
.c-section-head-type_name {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 114, ../../scss/common/_component.scss */
  .c-section-head-type_name {
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 124, ../../scss/common/_component.scss */
.c-section-head2 {
  display: block;
  padding: 0 0 10px;
  color: #6f5f2d;
  border-bottom: solid 1px #6f5f2d;
}
/* line 132, ../../scss/common/_component.scss */
.c-section-head2_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 132, ../../scss/common/_component.scss */
  .c-section-head2_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 145, ../../scss/common/_component.scss */
.c-section-head3 {
  display: block;
  position: relative;
  padding: 0 0 10px 25px;
  color: #6f5f2d;
  border-bottom: solid 1px #6f5f2d;
}
/* line 154, ../../scss/common/_component.scss */
.c-section-head3:before, .c-section-head3:after {
  content: '';
  display: block;
  position: absolute;
}
/* line 160, ../../scss/common/_component.scss */
.c-section-head3:before {
  top: .35em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: solid 5px #72b282;
  border-radius: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 160, ../../scss/common/_component.scss */
  .c-section-head3:before {
    width: 18px;
    height: 18px;
  }
}
/* line 174, ../../scss/common/_component.scss */
.c-section-head3_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: .15em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 174, ../../scss/common/_component.scss */
  .c-section-head3_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 187, ../../scss/common/_component.scss */
.c-section-copy {
  display: block;
}
/* line 192, ../../scss/common/_component.scss */
.c-section-copy_name {
  display: block;
  color: #6f5f2d;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 192, ../../scss/common/_component.scss */
  .c-section-copy_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 204, ../../scss/common/_component.scss */
.c-section-copy--type_2 .c-section-copy_name {
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .03em;
}
/* line 209, ../../scss/common/_component.scss */
.c-section-copy--align_left .c-section-copy_name {
  text-align: left;
}
/* line 213, ../../scss/common/_component.scss */
.c-section-copy_sup {
  display: inline-block;
  vertical-align: top;
  margin-top: -.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 220, ../../scss/common/_component.scss */
.c-section_lead, .c-snsArea_lead {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 220, ../../scss/common/_component.scss */
  .c-section_lead, .c-snsArea_lead {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 229, ../../scss/common/_component.scss */
.c-section_lead:first-child, .c-snsArea_lead:first-child {
  margin-top: 0;
}
/* line 232, ../../scss/common/_component.scss */
.c-section_lead--size_large {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 232, ../../scss/common/_component.scss */
  .c-section_lead--size_large {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 239, ../../scss/common/_component.scss */
.c-section_lead--lh_13 {
  line-height: 1.3;
}
/* line 242, ../../scss/common/_component.scss */
.c-section_lead_note {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}
/* line 249, ../../scss/common/_component.scss */
.c-section_text, .c-section_list {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
/* line 258, ../../scss/common/_component.scss */
.c-section_text--size_small {
  font-size: 10px;
  font-size: 1rem;
}
/* line 261, ../../scss/common/_component.scss */
.c-section_text--lh_20 {
  line-height: 2;
}
/* line 265, ../../scss/common/_component.scss */
.c-section_lists {
  display: block;
}
/* line 268, ../../scss/common/_component.scss */
.c-section_list {
  position: relative;
}
/* line 272, ../../scss/common/_component.scss */
.c-section_list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
/* line 278, ../../scss/common/_component.scss */
.c-section_lists[data-type="annot"] .c-section_list {
  padding-left: 1em;
}
/* line 281, ../../scss/common/_component.scss */
.c-section_lists[data-type="annot"] .c-section_list:before {
  content: '※';
}
/* line 285, ../../scss/common/_component.scss */
.c-section_lists[data-type="annot-en"] .c-section_list {
  padding-left: .5em;
}
/* line 288, ../../scss/common/_component.scss */
.c-section_lists[data-type="annot-en"] .c-section_list:before {
  content: '*';
}
/* line 292, ../../scss/common/_component.scss */
.c-section_lists[data-type="disc"] .c-section_list {
  padding-left: 1.5em;
}
/* line 295, ../../scss/common/_component.scss */
.c-section_lists[data-type="disc"] .c-section_list:before {
  top: .7em;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 14px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 295, ../../scss/common/_component.scss */
  .c-section_lists[data-type="disc"] .c-section_list:before {
    width: 12px;
    height: 12px;
  }
}
/* line 309, ../../scss/common/_component.scss */
.c-section-figure {
  display: block;
}
/* line 312, ../../scss/common/_component.scss */
.c-section-figure:first-child {
  margin-top: 0;
}
/* line 316, ../../scss/common/_component.scss */
.c-section-figure[data-border^="color"] img {
  border: solid 1px;
}
/* line 321, ../../scss/common/_component.scss */
.c-section-figure[data-border="color_main"] img {
  border-color: #6f5f2d;
}
/* line 326, ../../scss/common/_component.scss */
.c-section-figure--size_full img {
  width: 100%;
}
/* line 331, ../../scss/common/_component.scss */
.c-section-grid {
  display: table;
}
/* line 334, ../../scss/common/_component.scss */
.c-section-grid_head, .c-section-grid_body {
  display: table-cell;
  vertical-align: top;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 340, ../../scss/common/_component.scss */
  .c-section-grid--m-layout_column .c-section-grid_head, .c-section-grid--m-layout_column .c-section-grid_body {
    display: block;
  }
}
/* line 346, ../../scss/common/_component.scss */
.c-section-grid_head {
  word-break: keep-all;
}

/* line 356, ../../scss/common/_component.scss */
.c-preload {
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}
/* line 363, ../../scss/common/_component.scss */
.c-preload img {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0;
}

/* line 375, ../../scss/common/_component.scss */
.c-kv {
  display: block;
  height: 725px;
  background: url(../../img/home/kv_bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 375, ../../scss/common/_component.scss */
  .c-kv {
    height: 295px;
  }
}
/* line 384, ../../scss/common/_component.scss */
.c-kv_inner {
  position: relative;
  height: 100%;
}
/* line 388, ../../scss/common/_component.scss */
.c-kv_copy {
  display: block;
  position: absolute;
  top: 50%;
  right: 125px;
  margin: -240px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 388, ../../scss/common/_component.scss */
  .c-kv_copy {
    right: 45px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 399, ../../scss/common/_component.scss */
  .c-kv_copy img {
    width: 65px;
  }
}

/* line 411, ../../scss/common/_component.scss */
.c-table_table {
  width: 100%;
  border-bottom: solid 1px #8f8f8f;
  border-left: solid 1px #8f8f8f;
}
/* line 416, ../../scss/common/_component.scss */
.c-table--type_2 .c-table_table {
  border-left: none;
}
/* line 422, ../../scss/common/_component.scss */
.c-table_head, .c-table_data {
  vertical-align: middle;
  border-top: solid 1px #8f8f8f;
  border-right: solid 1px #8f8f8f;
}
/* line 428, ../../scss/common/_component.scss */
.c-table--type_2 .c-table_head, .c-table--type_2 .c-table_data {
  border-right: none;
}
/* line 432, ../../scss/common/_component.scss */
.c-table_head {
  width: 140px;
  padding: 20px 10px;
  background: #c7c3ba;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 432, ../../scss/common/_component.scss */
  .c-table_head {
    width: 90px;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 448, ../../scss/common/_component.scss */
.c-table--type_2 .c-table_head {
  width: 385px;
  padding-left: 190px;
  text-align: left;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 448, ../../scss/common/_component.scss */
  .c-table--type_2 .c-table_head {
    width: 130px;
    padding-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 463, ../../scss/common/_component.scss */
.c-table_data {
  padding: 20px 30px;
  color: #6f5f2d;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 463, ../../scss/common/_component.scss */
  .c-table_data {
    padding: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 475, ../../scss/common/_component.scss */
.c-table--type_2 .c-table_data {
  padding-left: 0;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 475, ../../scss/common/_component.scss */
  .c-table--type_2 .c-table_data {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 491, ../../scss/common/_component.scss */
.c-flexBlock {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 491, ../../scss/common/_component.scss */
  .c-flexBlock {
    display: block;
  }
}
/* line 499, ../../scss/common/_component.scss */
.c-flexBlock--align_top {
  align-items: start;
}
/* line 502, ../../scss/common/_component.scss */
.c-flexBlock_image {
  flex-basis: 480px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 502, ../../scss/common/_component.scss */
  .c-flexBlock_image {
    margin-top: 20px;
  }
}
/* line 508, ../../scss/common/_component.scss */
.c-flexBlock_image:first-child {
  margin-top: 0;
}
/* line 511, ../../scss/common/_component.scss */
.c-flexBlock--image_left .c-flexBlock_image {
  order: 1;
}
/* line 514, ../../scss/common/_component.scss */
.c-flexBlock--image_right .c-flexBlock_image {
  order: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 517, ../../scss/common/_component.scss */
  .c-flexBlock_image img {
    width: 100%;
  }
}
/* line 523, ../../scss/common/_component.scss */
.c-flexBlock_content {
  flex-basis: 500px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 523, ../../scss/common/_component.scss */
  .c-flexBlock_content {
    margin-top: 20px;
  }
}
/* line 529, ../../scss/common/_component.scss */
.c-flexBlock_content:first-child {
  margin-top: 0;
}
/* line 532, ../../scss/common/_component.scss */
.c-flexBlock--image_left .c-flexBlock_content {
  order: 2;
  padding-left: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 532, ../../scss/common/_component.scss */
  .c-flexBlock--image_left .c-flexBlock_content {
    padding-left: 0;
  }
}
/* line 540, ../../scss/common/_component.scss */
.c-flexBlock--image_right .c-flexBlock_content {
  order: 1;
  padding-right: 20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 540, ../../scss/common/_component.scss */
  .c-flexBlock--image_right .c-flexBlock_content {
    padding-right: 0;
  }
}

/* line 555, ../../scss/common/_component.scss */
.c-linkButton_items {
  display: block;
  margin: -10px;
  letter-spacing: -.5em;
}
/* line 562, ../../scss/common/_component.scss */
.c-linkButton_item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
/* line 567, ../../scss/common/_component.scss */
.c-linkButton_item .c-linkButton_item {
  padding: 10px;
  letter-spacing: 0;
}
/* line 573, ../../scss/common/_component.scss */
.c-linkButton_item a {
  text-decoration: none;
}
/* line 576, ../../scss/common/_component.scss */
.c-linkButton_item a:hover {
  background-color: #000;
  color: #fff;
}
/* line 582, ../../scss/common/_component.scss */
.c-linkButton_box {
  display: table;
  background: #6f5f2d;
  width: 350px;
  max-width: 100%;
  height: 75px;
  color: #fff;
  border-radius: 6px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 582, ../../scss/common/_component.scss */
  .c-linkButton_box {
    width: 300px;
    height: 50px;
  }
}
/* line 596, ../../scss/common/_component.scss */
.c-linkButton_cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 600, ../../scss/common/_component.scss */
.c-linkButton_name {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .1em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 600, ../../scss/common/_component.scss */
  .c-linkButton_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* line 615, ../../scss/common/_component.scss */
.c-dataList {
  display: block;
}
/* line 618, ../../scss/common/_component.scss */
.c-dataList_items {
  display: block;
}
/* line 621, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList_items {
  counter-reset: count-step;
}
/* line 625, ../../scss/common/_component.scss */
.c-dataList_item {
  display: block;
}
/* line 628, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList_item {
  counter-increment: count-step;
}
/* line 633, ../../scss/common/_component.scss */
.c-dataList-head {
  display: block;
  position: relative;
  padding: 5px 10px 3px;
  background: #72b282;
  color: #fff;
  border-radius: 6px;
}
/* line 642, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList-head {
  background-color: #b9cb9f;
}
/* line 647, ../../scss/common/_component.scss */
.c-dataList-head:before {
  content: '';
  display: none;
  position: absolute;
  bottom: -6px;
  left: 37px;
  width: 20px;
  height: 20px;
  background: #72b282;
  border-radius: 20px;
}
/* line 658, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList-head:before {
  display: block;
  background-color: #b9cb9f;
}
/* line 664, ../../scss/common/_component.scss */
.c-dataList-head_name {
  display: block;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 664, ../../scss/common/_component.scss */
  .c-dataList-head_name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 674, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList-head_name {
  padding-left: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 674, ../../scss/common/_component.scss */
  .c-dataList--type_step .c-dataList-head_name {
    padding-left: 75px;
  }
}
/* line 681, ../../scss/common/_component.scss */
.c-dataList-head_name:before {
  display: none;
  position: absolute;
  left: 10px;
  letter-spacing: .15em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 681, ../../scss/common/_component.scss */
  .c-dataList-head_name:before {
    left: 0;
  }
}
/* line 690, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList-head_name:before {
  content: "STEP" counter(count-step);
  display: block;
  top: .0em;
}
/* line 697, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList-head {
  counter-reset: step;
}
/* line 701, ../../scss/common/_component.scss */
.c-dataList-body {
  display: block;
  position: relative;
  padding: 15px 10px 30px;
}
/* line 706, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList-body {
  padding-left: 110px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 706, ../../scss/common/_component.scss */
  .c-dataList--type_step .c-dataList-body {
    padding-left: 85px;
  }
}
/* line 713, ../../scss/common/_component.scss */
.c-dataList_item:last-child .c-dataList-body {
  padding-bottom: 0;
}
/* line 716, ../../scss/common/_component.scss */
.c-dataList-body:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46px;
  width: 1px;
  background: #72b282;
}
/* line 726, ../../scss/common/_component.scss */
.c-dataList--type_flow .c-dataList-body:before {
  display: block;
}
/* line 729, ../../scss/common/_component.scss */
.c-dataList--type_step .c-dataList-body:before {
  background-color: #b9cb9f;
}
/* line 732, ../../scss/common/_component.scss */
.c-dataList_item:last-child .c-dataList-body:before {
  display: none;
}
/* line 737, ../../scss/common/_component.scss */
.c-dataList_text {
  display: block;
  color: #6f5f2d;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 737, ../../scss/common/_component.scss */
  .c-dataList_text {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* line 753, ../../scss/common/_component.scss */
.c-frontNews {
  display: block;
  padding: 100px 0;
  background: #fff;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 753, ../../scss/common/_component.scss */
  .c-frontNews {
    padding: 20px 0;
    background-color: #c9e6e0;
  }
}
/* line 762, ../../scss/common/_component.scss */
.c-frontNews_inner {
  display: table;
}
/* line 765, ../../scss/common/_component.scss */
.c-frontNews-head, .c-frontNews-body {
  display: table-cell;
  vertical-align: top;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 765, ../../scss/common/_component.scss */
  .c-frontNews-head, .c-frontNews-body {
    display: block;
  }
}
/* line 774, ../../scss/common/_component.scss */
.c-frontNews-head {
  width: 300px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 774, ../../scss/common/_component.scss */
  .c-frontNews-head {
    width: auto;
  }
}
/* line 780, ../../scss/common/_component.scss */
.c-frontNews-head_wrap {
  display: table;
  width: 100%;
  height: 300px;
  text-align: center;
  border: solid 1px #000;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 780, ../../scss/common/_component.scss */
  .c-frontNews-head_wrap {
    height: auto;
    padding: 10px;
  }
}
/* line 793, ../../scss/common/_component.scss */
.c-frontNews-head_name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 1em;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 793, ../../scss/common/_component.scss */
  .c-frontNews-head_name {
    padding-left: .5em;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .5em;
  }
}
/* line 809, ../../scss/common/_component.scss */
.c-frontNews-body {
  padding: 0 0 0 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 809, ../../scss/common/_component.scss */
  .c-frontNews-body {
    margin-top: 15px;
    padding-left: 0;
  }
}
/* line 817, ../../scss/common/_component.scss */
.c-frontNews-post {
  display: block;
}
/* line 820, ../../scss/common/_component.scss */
.c-frontNews-post_items {
  display: block;
}
/* line 823, ../../scss/common/_component.scss */
.c-frontNews-post_item {
  display: block;
  margin: 30px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 823, ../../scss/common/_component.scss */
  .c-frontNews-post_item {
    margin-top: 15px;
  }
}
/* line 830, ../../scss/common/_component.scss */
.c-frontNews-post_item:first-child {
  margin-top: 0;
}
/* line 834, ../../scss/common/_component.scss */
.c-frontNews-post_date {
  display: block;
  color: #6f5f2d;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
}
/* line 840, ../../scss/common/_component.scss */
.c-frontNews-post_title {
  display: block;
  margin: 15px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 840, ../../scss/common/_component.scss */
  .c-frontNews-post_title {
    margin-top: 5px;
  }
}

/* line 857, ../../scss/common/_component.scss */
.c-parentList {
  display: block;
}
/* line 860, ../../scss/common/_component.scss */
.c-parentList_section {
  display: block;
  height: 550px;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 860, ../../scss/common/_component.scss */
  .c-parentList_section {
    height: auto;
    padding: 10px 0;
  }
}
/* line 870, ../../scss/common/_component.scss */
.c-parentList_section a {
  text-decoration: none;
}
/* line 873, ../../scss/common/_component.scss */
.c-parentList_section a:hover {
  background-color: white;
  color: #000;
}
/* line 879, ../../scss/common/_component.scss */
.c-parentList_inner {
  position: relative;
  height: 100%;
}
/* line 883, ../../scss/common/_component.scss */
.c-parentList_content {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 450px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 883, ../../scss/common/_component.scss */
  .c-parentList_content {
    position: static;
    height: auto;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* line 899, ../../scss/common/_component.scss */
.c-parentList_cells {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 899, ../../scss/common/_component.scss */
  .c-parentList_cells {
    padding: 30px 15px;
  }
}
/* line 909, ../../scss/common/_component.scss */
.c-parentList_cell {
  display: table-cell;
  vertical-align: middle;
}
/* line 913, ../../scss/common/_component.scss */
.c-parentList_section--has_button .c-parentList_cell {
  padding-bottom: 40px;
}
/* line 919, ../../scss/common/_component.scss */
.c-parentList_copy {
  display: block;
  padding-left: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1em;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 919, ../../scss/common/_component.scss */
  .c-parentList_copy {
    padding-left: 0;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .25em;
  }
}
/* line 932, ../../scss/common/_component.scss */
.c-parentList_sup {
  display: inline-block;
  vertical-align: top;
  margin: -.5em 0 0 -1.3em;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 932, ../../scss/common/_component.scss */
  .c-parentList_sup {
    margin: -.3em 0 0 -.5em;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 945, ../../scss/common/_component.scss */
.c-parentList-title {
  display: block;
  margin: 40px 0 0;
  color: #6f5f2d;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 945, ../../scss/common/_component.scss */
  .c-parentList-title {
    margin-top: 30px;
  }
}
/* line 953, ../../scss/common/_component.scss */
.c-parentList-title_en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .5em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 953, ../../scss/common/_component.scss */
  .c-parentList-title_en {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: .2em;
  }
}
/* line 964, ../../scss/common/_component.scss */
.c-parentList-title_jp {
  display: block;
  margin: 15px 0 0;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: .5em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 964, ../../scss/common/_component.scss */
  .c-parentList-title_jp {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: .3em;
  }
}
/* line 978, ../../scss/common/_component.scss */
.c-parentList-bottom {
  display: block;
  max-width: 670px;
  margin: 50px auto 0;
  padding: 20px 0 0;
  border-top: 2px solid #6f5f2d;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 978, ../../scss/common/_component.scss */
  .c-parentList-bottom {
    padding-top: 10px;
  }
}
/* line 989, ../../scss/common/_component.scss */
.c-parentList_lead {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 989, ../../scss/common/_component.scss */
  .c-parentList_lead {
    text-align: left;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 998, ../../scss/common/_component.scss */
  .c-parentList_lead br {
    display: none;
  }
}
/* line 1004, ../../scss/common/_component.scss */
.c-parentList-button {
  display: block;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1004, ../../scss/common/_component.scss */
  .c-parentList-button {
    bottom: 30px;
  }
}
/* line 1016, ../../scss/common/_component.scss */
.c-parentList-button a {
  text-decoration: none;
}
/* line 1019, ../../scss/common/_component.scss */
.c-parentList-button a:hover {
  background-color: #000;
  color: #fff;
}
/* line 1024, ../../scss/common/_component.scss */
.c-parentList-button_box {
  display: inline-block;
  width: 150px;
  max-width: 100%;
  padding: 5px;
  background: #6f5f2d;
  color: #fff;
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
/* line 1033, ../../scss/common/_component.scss */
a:hover .c-parentList-button_box {
  background-color: #000;
}
/* line 1037, ../../scss/common/_component.scss */
.c-parentList-button_name {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1037, ../../scss/common/_component.scss */
  .c-parentList-button_name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 1046, ../../scss/common/_component.scss */
.c-parentList-comment {
  display: block;
  margin: 15px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1046, ../../scss/common/_component.scss */
  .c-parentList-comment {
    margin-top: 10px;
  }
}
/* line 1053, ../../scss/common/_component.scss */
.c-parentList-comment_body {
  max-width: 670px;
}
/* line 1058, ../../scss/common/_component.scss */
.c-parentList-comment_text {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.5;
}

/* line 1069, ../../scss/common/_component.scss */
.c-buttomComment {
  display: block;
}
/* line 1073, ../../scss/common/_component.scss */
.c-buttomComment_body {
  max-width: 670px;
}
/* line 1078, ../../scss/common/_component.scss */
.c-buttomComment_text {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 2.5;
}

/* line 1089, ../../scss/common/_component.scss */
.c-snsArea_lead {
  letter-spacing: .75em;
  text-align: center;
}
/* line 1094, ../../scss/common/_component.scss */
.c-snsArea-banner {
  display: block;
  text-align: center;
}
/* line 1098, ../../scss/common/_component.scss */
.c-snsArea-banner_items {
  display: block;
  margin: -25px;
  letter-spacing: -.5em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1098, ../../scss/common/_component.scss */
  .c-snsArea-banner_items {
    margin: -10px;
  }
}
/* line 1107, ../../scss/common/_component.scss */
.c-snsArea-banner_item {
  display: inline-block;
  padding: 25px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1107, ../../scss/common/_component.scss */
  .c-snsArea-banner_item {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1118, ../../scss/common/_component.scss */
  .c-snsArea-banner_item img {
    width: 100%;
  }
}
/* line 1124, ../../scss/common/_component.scss */
.c-snsArea-banner_box {
  display: inline-block;
}

/* line 1133, ../../scss/common/_component.scss */
.c-map {
  display: block;
}
/* line 1136, ../../scss/common/_component.scss */
.c-map_embed {
  width: 100%;
  height: 550px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1136, ../../scss/common/_component.scss */
  .c-map_embed {
    height: 275px;
  }
}

/* line 1149, ../../scss/common/_component.scss */
.c-specList {
  display: block;
}
/* line 1153, ../../scss/common/_component.scss */
.c-specList_item {
  display: table;
  width: 100%;
  margin: 10px 0 0;
}
/* line 1158, ../../scss/common/_component.scss */
.c-specList_item:first-child {
  margin-top: 0;
}
/* line 1162, ../../scss/common/_component.scss */
.c-specList_title, .c-specList_data {
  display: table-cell;
  vertical-align: middle;
}
/* line 1167, ../../scss/common/_component.scss */
.c-specList_title {
  width: 240px;
  padding: 30px 0;
  color: #fff;
  background: #6f5f2d;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1167, ../../scss/common/_component.scss */
  .c-specList_title {
    width: 30%;
    padding: 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 1184, ../../scss/common/_component.scss */
.c-specList_data {
  padding: 30px 20px;
  background: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1184, ../../scss/common/_component.scss */
  .c-specList_data {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

/* line 1201, ../../scss/common/_component.scss */
.c-thumbList_items {
  display: block;
  margin: -17.5px;
  letter-spacing: -.5em;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1201, ../../scss/common/_component.scss */
  .c-thumbList_items {
    margin: -15px -10px;
  }
}
/* line 1209, ../../scss/common/_component.scss */
.c-thumbList--padding_short .c-thumbList_items {
  margin: -10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1209, ../../scss/common/_component.scss */
  .c-thumbList--padding_short .c-thumbList_items {
    margin: -5px;
  }
}
/* line 1217, ../../scss/common/_component.scss */
.c-thumbList_item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 17.5px;
  letter-spacing: 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1217, ../../scss/common/_component.scss */
  .c-thumbList_item {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1227, ../../scss/common/_component.scss */
  .c-thumbList--media_column-1 .c-thumbList_item {
    width: 100%;
  }
}
/* line 1232, ../../scss/common/_component.scss */
.c-thumbList--padding_short .c-thumbList_item {
  padding: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1232, ../../scss/common/_component.scss */
  .c-thumbList--padding_short .c-thumbList_item {
    padding: 5px;
  }
}
/* line 1240, ../../scss/common/_component.scss */
.c-thumbList_box {
  display: block;
}
/* line 1243, ../../scss/common/_component.scss */
.c-thumbList_thumb {
  display: block;
}
/* line 1246, ../../scss/common/_component.scss */
.c-thumbList_thumb img {
  width: 100%;
}
/* line 1250, ../../scss/common/_component.scss */
.c-thumbList_content {
  display: block;
  padding: 20px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1250, ../../scss/common/_component.scss */
  .c-thumbList_content {
    padding-top: 10px;
  }
}
/* line 1258, ../../scss/common/_component.scss */
.c-thumbList_name {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1258, ../../scss/common/_component.scss */
  .c-thumbList_name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* line 1274, ../../scss/common/_component.scss */
.c-profile {
  display: block;
  padding: 20px 20px 40px;
  background: #fff;
}
/* line 1279, ../../scss/common/_component.scss */
.c-profile_head {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1279, ../../scss/common/_component.scss */
  .c-profile_head {
    text-align: center;
  }
}
/* line 1286, ../../scss/common/_component.scss */
.c-profile_body {
  display: flex;
  margin: 50px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1286, ../../scss/common/_component.scss */
  .c-profile_body {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
/* line 1296, ../../scss/common/_component.scss */
.c-profile_left {
  flex-basis: 330px;
  padding: 0 0 0 25px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1296, ../../scss/common/_component.scss */
  .c-profile_left {
    margin-top: 20px;
    padding-left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1305, ../../scss/common/_component.scss */
  .c-profile_right {
    margin-top: 20px;
  }
}
/* line 1311, ../../scss/common/_component.scss */
.c-profile_cell {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
/* line 1316, ../../scss/common/_component.scss */
.c-profile_name {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1316, ../../scss/common/_component.scss */
  .c-profile_name {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 1326, ../../scss/common/_component.scss */
.c-profile_name2 {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1326, ../../scss/common/_component.scss */
  .c-profile_name2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 1336, ../../scss/common/_component.scss */
.c-profile_lists {
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1336, ../../scss/common/_component.scss */
  .c-profile_lists {
    text-align: left;
  }
}
/* line 1343, ../../scss/common/_component.scss */
.c-profile_list {
  display: block;
  margin: 10px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  /* line 1343, ../../scss/common/_component.scss */
  .c-profile_list {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 1353, ../../scss/common/_component.scss */
.c-profile_list:first-child {
  margin-top: 0;
}
