@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
body {
  width: 100%;
  min-width: 1100px;
  background-color: #3E5E49;
  color: #3B3E3A;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.125;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1370px) {
  body {
    min-width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-weight: 500;
  }
}
body ::-moz-selection {
  background-color: rgba(131, 100, 255, 0.9);
}
body ::selection {
  background-color: rgba(131, 100, 255, 0.9);
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*
 * container
 * -------------------------------------------------------------------
 */
.luxy_base {
  position: relative;
  width: 100%;
  padding: 40px;
  background-image: url("/assets/img/bg_forest_01.jpg");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1370px) {
  .luxy_base {
    padding: 32px;
  }
}
@media screen and (max-width: 1100px) {
  .luxy_base {
    padding: 24px;
  }
}
@media screen and (max-width: 640px) {
  .luxy_base {
    padding: 10px 10px 76px;
  }
}

.forest_base {
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5000px;
  background-image: url("/assets/img/bg_forest_01.jpg");
  background-position: 0 0;
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 640px) {
  .forest_base {
    height: 6800px;
  }
}

.container {
  position: relative;
  padding: 0;
  background-color: #fff;
}

/*
 * header
 * -------------------------------------------------------------------
 */
.head_hair {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .head_hair {
    height: 80px;
  }
}
@media screen and (max-width: 640px) {
  .head_hair {
    height: 52px;
  }
  .head_hair::after {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 40px;
    background-image: url("/assets/img/img_text_base.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    content: "";
  }
}
.head_hair .header_logo {
  position: absolute;
  width: 260px;
  height: 122px;
  padding: 26px 0 0 24px;
  background-image: url("/assets/img/img_logo_base.png");
  background-repeat: no-repeat;
  background-size: 260px 46px;
  background-position: left bottom;
  z-index: 1;
}
.head_hair .header_logo a {
  display: block;
  width: 176px;
}
.head_hair .header_logo a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .head_hair .header_logo {
    width: 200px;
    height: 100px;
    padding: 16px 0 0 24px;
    background-size: contain;
  }
  .head_hair .header_logo a {
    width: 130px;
  }
}
@media screen and (max-width: 640px) {
  .head_hair .header_logo {
    width: 120px;
    height: 62px;
    padding: 8px 0 0 8px;
  }
  .head_hair .header_logo a {
    width: 90px;
  }
}
.head_hair nav {
  padding-top: 30px;
  font-size: 20px;
  font-weight: 700;
}
.head_hair nav ul {
  vertical-align: top;
  text-align: center;
}
.head_hair nav ul li {
  display: inline-block;
  margin: 0 30px;
}
.head_hair nav ul li a {
  color: #3B3E3A;
}
@media screen and (max-width: 1100px) {
  .head_hair nav {
    padding-top: 20px;
    font-size: 18px;
  }
  .head_hair nav ul li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .head_hair nav {
    padding-top: 12px;
    font-size: 12px;
    font-weight: 700;
  }
  .head_hair nav ul {
    padding-right: 4px;
    text-align: right;
  }
  .head_hair nav ul li {
    margin: 0 5px;
  }
}
.head_hair .nav_blog {
  position: relative;
  display: flex;
  align-items: center;
  position: absolute;
  right: 24px;
  top: 37px;
  z-index: 4;
}
@media screen and (max-width: 1100px) {
  .head_hair .nav_blog {
    top: 27px;
  }
}
@media screen and (max-width: 640px) {
  .head_hair .nav_blog {
    right: 5px;
    top: 46px;
  }
  .head_hair .nav_blog .btn_normal {
    width: 66px;
    height: auto;
    padding: 3px;
    border-radius: 5px;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
  }
}
.head_hair .nav_blog .text_toblog {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}
.head_hair .nav_blog .text_toblog::after {
  content: "→";
}
@media screen and (max-width: 1100px) {
  .head_hair .nav_blog .text_toblog {
    position: absolute;
    right: 0;
    bottom: -34px;
    width: 140px;
    padding-right: 6px;
  }
  .head_hair .nav_blog .text_toblog::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .head_hair .nav_blog .text_toblog {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    padding-right: 8px;
    font-size: 12px;
  }
  .head_hair .nav_blog .text_toblog::after {
    display: inline;
    content: "→";
  }
}

.fixed_header {
  position: fixed;
  left: 0;
  top: -200px;
  width: calc(100% - 80px);
  margin: 0 40px;
  transition: all 0.35s ease;
  z-index: 10;
}
.fixed_header.okgo {
  top: 0;
}
@media screen and (max-width: 1370px) {
  .fixed_header {
    width: calc(100% - 64px);
    margin: 0 32px;
  }
}
@media screen and (max-width: 1100px) {
  .fixed_header {
    width: calc(100% - 48px);
    margin: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .fixed_header {
    top: auto;
    bottom: -100px;
    width: 100%;
    margin: 0;
  }
  .fixed_header.okgo {
    top: auto;
    bottom: 0;
  }
}
.fixed_header .head_hair {
  height: 60px;
}
.fixed_header .head_hair .header_logo {
  position: absolute;
  width: 121px;
  height: 36px;
  padding: 12px 0 0 24px;
  background-image: none;
  z-index: 5;
}
.fixed_header .head_hair .header_logo a {
  width: 121px;
}
.fixed_header .head_hair .header_logo img {
  width: 100%;
  height: auto;
}
.fixed_header .head_hair nav {
  position: relative;
  padding-top: 8px;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .fixed_header .head_hair {
    border-top: 1px solid #4B8D5A;
  }
  .fixed_header .head_hair::after {
    bottom: auto;
    top: -24px;
    background-position: center top;
    content: "";
  }
  .fixed_header .head_hair .header_logo {
    width: 100px;
    height: auto;
    padding: 10px 0 0 5px;
  }
  .fixed_header .head_hair .header_logo a {
    width: 90px;
  }
  .fixed_header .head_hair nav {
    padding-top: 16px;
    padding-right: 8px;
  }
}
.fixed_header .nav_blog {
  top: 13px;
}
@media screen and (max-width: 1100px) {
  .fixed_header .nav_blog {
    top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .fixed_header .nav_blog {
    right: 5px;
    top: -20px;
  }
}

/*
 * main image
 * -------------------------------------------------------------------
 */
.block_face {
  padding: 0 24px 24px;
}
@media screen and (max-width: 640px) {
  .block_face {
    padding: 0 0 8px;
  }
}

.main_face {
  overflow: hidden;
  border-radius: 24px;
}
.main_face img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .main_face {
    border-radius: 18px;
  }
}
@media screen and (max-width: 640px) {
  .main_face {
    border-radius: 0;
  }
}

/*
 * parts
 * -------------------------------------------------------------------
 */
.title_sec {
  position: relative;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 700;
}
.title_sec::before {
  position: absolute;
  left: -24px;
  bottom: -3px;
  width: 204px;
  height: 30px;
  background-image: url("/assets/img/img_line_title01.png");
  background-size: 204px 28px;
  background-repeat: no-repeat;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .title_sec {
    font-size: 30px;
  }
  .title_sec::before {
    bottom: -5px;
    background-size: 190px 26px;
  }
}
@media screen and (max-width: 640px) {
  .title_sec {
    font-size: 22px;
  }
  .title_sec::before {
    left: -18px;
    bottom: -15px;
    background-size: 115px 16px;
  }
}

.title_block {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .title_block {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .title_block {
    font-size: 20px;
  }
}

.btn_normal {
  display: block;
  width: 140px;
  height: 34px;
  background-color: #4B8D5A;
  border-radius: 17px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 32px;
  transition: all 0.35s ease;
}
.btn_normal:hover {
  background-color: #589c68;
}
.btn_normal.btn_bg-g {
  color: #23382F;
  background-color: transparent;
  border: 1px solid #23382F;
  font-size: 16px;
  line-height: 30px;
}
.btn_normal.btn_bg-g:hover {
  background-color: #589c68;
}
@media screen and (max-width: 1100px) {
  .btn_normal {
    width: 140px;
    height: 30px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 28px;
  }
  .btn_normal.btn_bg-g {
    line-height: 26px;
  }
}

.is-fw-n {
  font-weight: normal;
}

@media screen and (max-width: 1100px) {
  .only_pc {
    display: none;
  }
}

.only_tab {
  display: none;
}
@media screen and (max-width: 1100px) {
  .only_tab {
    display: inline;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .only_sp {
    display: inline;
  }
}

@media screen and (max-width: 640px) {
  .n_only_sp {
    display: none;
  }
}

/*
 * concept
 * -------------------------------------------------------------------
 */
.sec_concept {
  position: relative;
  padding: 32px 24px 80px;
}
@media screen and (max-width: 1100px) {
  .sec_concept {
    padding-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .sec_concept {
    padding: 20px 16px 60px;
  }
}

.img_concept {
  position: absolute;
  right: 24px;
  top: 140px;
  width: 800px;
  border-radius: 24px;
  overflow: hidden;
  opacity: 0.85;
}
.img_concept img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1370px) {
  .img_concept {
    width: 640px;
  }
}
@media screen and (max-width: 1100px) {
  .img_concept {
    width: 500px;
    top: 165px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 640px) {
  .img_concept {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    margin-top: 32px;
    border-radius: 10px;
  }
}

.msg_concept {
  position: relative;
  width: 630px;
  padding: 0 0 0 36px;
  z-index: 3;
}
.msg_concept p + p {
  margin-top: 12px;
}
@media screen and (max-width: 1100px) {
  .msg_concept {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 640px) {
  .msg_concept {
    padding: 0;
    text-align: justify;
  }
}

.lead_concept {
  position: relative;
  margin-bottom: 52px;
  font-size: 30px;
  font-weight: 500;
}
.lead_concept::before {
  position: absolute;
  left: -60px;
  bottom: -12px;
  width: 100%;
  height: 30px;
  background-image: url("/assets/img/img_line_msg01.png");
  background-size: 622px 27px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 1100px) {
  .lead_concept {
    font-size: 26px;
  }
  .lead_concept::before {
    bottom: -16px;
    background-size: 450px 20px;
  }
}
@media screen and (max-width: 640px) {
  .lead_concept {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.8;
  }
  .lead_concept::before {
    left: -20px;
    bottom: -30px;
    background-size: 230px 10px;
  }
}

.block_concept {
  position: relative;
  width: 660px;
  margin-top: 100px;
  padding: 0 0 0 36px;
}
@media screen and (max-width: 1100px) {
  .block_concept {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 640px) {
  .block_concept {
    margin-top: 42px;
    padding: 0;
    max-width: 100%;
    text-align: justify;
  }
}

.list_concept dt {
  margin-top: 28px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1100px) {
  .list_concept dt {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .list_concept dt {
    font-size: 16px;
  }
}

.block_concept-bag {
  position: relative;
  padding: 28px 28px 0;
}
.block_concept-bag::before {
  position: absolute;
  left: 5px;
  bottom: -16px;
  width: 120px;
  height: 117px;
  background-image: url("/assets/img/img_line_slant01.png");
  background-size: 120px 117px;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 640px) {
  .block_concept-bag {
    padding: 14px 0 0 14px;
  }
  .block_concept-bag::before {
    left: 0;
    bottom: 0;
    background-size: 120px 117px;
  }
}

/*
 * about
 * -------------------------------------------------------------------
 */
.sec_about {
  padding: 60px 24px 80px;
  background-color: #8DD29D;
}
@media screen and (max-width: 640px) {
  .sec_about {
    padding: 40px 16px 50px;
  }
}

.block_about {
  position: relative;
  padding-bottom: 140px;
}
@media screen and (max-width: 1100px) {
  .block_about {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .block_about {
    padding-bottom: 60px;
  }
}
.block_about .block_about-in_l {
  position: relative;
  padding: 0 0 0 36px;
  z-index: 1;
}
.block_about .block_about-in_l figure {
  width: 120px;
  margin-right: 60px;
}
.block_about .block_about-in_l figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .block_about .block_about-in_l {
    padding: 0;
  }
  .block_about .block_about-in_l figure {
    width: 90px;
  }
}
.block_about .block_about-in_l .block_about-detail {
  display: flex;
  margin-top: 32px;
}
.block_about .block_about-in_l .block_about-detail .block_about-text {
  position: relative;
}
.block_about .block_about-in_l .block_about-detail .list_about_note {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .block_about .block_about-in_l .block_about-detail {
    display: block;
  }
  .block_about .block_about-in_l .block_about-detail .block_about-text {
    margin-top: 24px;
  }
}
@media screen and (max-width: 640px) {
  .block_about .block_about-in_l .block_about-detail {
    margin-top: 24px;
  }
  .block_about .block_about-in_l .block_about-detail .block_about-text {
    margin-top: 12px;
  }
  .block_about .block_about-in_l .block_about-detail .list_about_note {
    margin-top: 20px;
  }
}
.block_about .block_about-in_l .block-openinghours {
  display: flex;
  margin-top: 36px;
}
.block_about .block_about-in_l .block-openinghours dl {
  display: flex;
}
.block_about .block_about-in_l .block-openinghours dl + dl {
  margin-left: 48px;
}
.block_about .block_about-in_l .block-openinghours dl dt {
  margin-right: 20px;
  font-weight: 500;
}
.block_about .block_about-in_l .block-openinghours dl dd ul li {
  display: flex;
  justify-content: space-between;
}
.block_about .block_about-in_l .block-openinghours dl dd ul li span + span {
  padding-left: 15px;
}
@media screen and (max-width: 1100px) {
  .block_about .block_about-in_l .block-openinghours dl {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .block_about .block_about-in_l .block-openinghours {
    margin-top: 24px;
    padding: 16px 0;
    border-top: 1px solid #4B8D5A;
    border-bottom: 1px solid #4B8D5A;
  }
  .block_about .block_about-in_l .block-openinghours dl + dl {
    margin-left: 24px;
  }
}
.block_about .block_about-in_r {
  position: absolute;
  right: 0;
  top: 80px;
}
.block_about .block_about-in_r figure {
  width: 500px;
  border-radius: 24px;
  overflow: hidden;
}
.block_about .block_about-in_r figure img {
  width: 100%;
  height: auto;
  opacity: 0.75;
}
@media screen and (max-width: 1370px) {
  .block_about .block_about-in_r figure {
    width: 400px;
  }
}
@media screen and (max-width: 1100px) {
  .block_about .block_about-in_r figure {
    border-radius: 18px;
  }
}
@media screen and (max-width: 640px) {
  .block_about .block_about-in_r figure {
    width: 100%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .block_about .block_about-in_r {
    top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .block_about .block_about-in_r {
    position: relative;
    top: 0;
    margin-top: 40px;
  }
}

.block_map {
  position: relative;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .block_map {
    display: block;
  }
}

.map_wrap {
  flex: 1;
  border-radius: 24px 0 0 24px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .map_wrap {
    border-radius: 18px 18px 0 0;
  }
  .map_wrap iframe {
    height: 450px;
  }
}
@media screen and (max-width: 640px) {
  .map_wrap {
    border-radius: 10px 10px 0 0;
  }
  .map_wrap iframe {
    height: 400px;
  }
}

.parking_map {
  padding: 16px 16px 16px 30px;
  border: 2px solid #4B8D5A;
  border-left: none;
  border-radius: 0 24px 24px 0;
}
.parking_map dl {
  padding-top: 48px;
}
.parking_map dl dt {
  font-size: 18px;
  margin-bottom: 8px;
}
.parking_map dl dt span {
  font-size: 16px;
  font-weight: normal;
}
.parking_map figure {
  width: 460px;
  margin-top: 30px;
}
.parking_map figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .parking_map {
    display: flex;
    align-items: center;
    border: 2px solid #4B8D5A;
    border-top: none;
    border-radius: 0 0 18px 18px;
  }
  .parking_map dl {
    margin-right: 36px;
    padding-top: 0;
  }
  .parking_map figure {
    width: 380px;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .parking_map {
    display: block;
    padding: 16px 8px 8px 16px;
    border-radius: 0 0 10px 10px;
  }
  .parking_map dl {
    margin-right: 0;
  }
  .parking_map dl dt {
    font-size: 14px;
    margin-bottom: 0;
  }
  .parking_map dl dt span {
    font-size: 12px;
  }
  .parking_map figure {
    width: 100%;
    max-width: 460px;
  }
}

.block_staff {
  position: relative;
  margin-top: 80px;
  padding: 0 0 0 36px;
}
.block_staff .staff_detail {
  display: flex;
  margin-top: 52px;
}
.block_staff .staff_detail figure {
  width: 320px;
  border-radius: 24px;
  overflow: hidden;
}
.block_staff .staff_detail figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .block_staff .staff_detail figure {
    width: 250px;
    border-radius: 18px;
  }
}
.block_staff .staff_detail dl {
  width: 780px;
  margin-left: 56px;
}
.block_staff .staff_detail dl dt {
  background-image: url("/assets/img/img_line_w1.png");
  background-repeat: no-repeat;
  background-size: 130px 24px;
  background-position: -5px 120%;
  font-size: 18px;
  font-weight: 500;
}
.block_staff .staff_detail dl dt:first-child {
  background-image: url("/assets/img/img_line_w2.png");
  background-size: 167px 24px;
}
.block_staff .staff_detail dl dd {
  padding: 0 0 20px;
}
@media screen and (max-width: 1100px) {
  .block_staff .staff_detail dl {
    flex: 1;
    width: auto;
    margin-left: 40px;
  }
  .block_staff .staff_detail dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .block_staff {
    padding: 0;
    text-align: justify;
  }
  .block_staff .staff_detail {
    display: block;
    margin-top: 40px;
  }
  .block_staff .staff_detail figure {
    margin: 0 auto;
  }
  .block_staff .staff_detail dl {
    margin-left: 0;
    margin-top: 24px;
  }
  .block_staff .staff_detail dl dt {
    font-size: 15px;
  }
}

.block_news {
  margin-top: 100px;
  padding: 36px 60px 60px 36px;
  background-image: url("/assets/img/img_brackets_l01.png"), url("/assets/img/img_brackets_r01.png");
  background-repeat: no-repeat no-repeat;
  background-size: auto, auto;
  background-position: left top, right bottom;
}
@media screen and (max-width: 640px) {
  .block_news {
    margin-top: 70px;
    padding: 24px 8px 80px 16px;
    background-size: 80px 68px, 92px 77px;
  }
}

.dessin_blog_wrap {
  display: flex;
}
.dessin_blog_wrap .dessin_blog {
  width: 100%;
  margin-left: 60px;
  padding-right: 50px;
}
.dessin_blog_wrap .list_news {
  padding-top: 28px;
}
.dessin_blog_wrap .list_news dl {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #3B3E3A;
}
.dessin_blog_wrap .list_news dl:first-child {
  border-top: 1px solid #3B3E3A;
}
.dessin_blog_wrap .list_news dl:hover {
  background-image: url("/assets/img/bg_net_01.png");
  background-repeat: repeat;
  background-size: cover;
}
.dessin_blog_wrap .list_news dt {
  width: 180px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.dessin_blog_wrap .list_news dd {
  width: 100%;
}
.dessin_blog_wrap .list_news dd a {
  display: flex;
  align-items: center;
  height: 100px;
  color: #3B3E3A;
  background-image: url("/assets/img/img_news_arrow01.png");
  background-repeat: no-repeat;
  background-size: 28px 10px;
  background-position: 98% center;
  transition: all 0.35s ease;
}
.dessin_blog_wrap .list_news dd a:hover {
  background-position: 100% center;
}
@media screen and (max-width: 1100px) {
  .dessin_blog_wrap .list_news {
    padding-top: 20px;
  }
  .dessin_blog_wrap .list_news dt {
    font-size: 14px;
  }
  .dessin_blog_wrap .list_news dd a {
    height: 76px;
  }
}
@media screen and (max-width: 640px) {
  .dessin_blog_wrap .list_news dl {
    display: block;
  }
  .dessin_blog_wrap .list_news dt {
    width: auto;
    padding-top: 6px;
  }
  .dessin_blog_wrap .list_news dd {
    line-height: 1.4;
  }
  .dessin_blog_wrap .list_news dd a {
    height: auto;
    padding-right: 32px;
    padding-bottom: 12px;
    background-size: 20px 7px;
    background-position: 98% 80%;
  }
  .dessin_blog_wrap .list_news dd a:hover {
    background-position: 100% 80%;
  }
}
@media screen and (max-width: 640px) {
  .dessin_blog_wrap {
    display: block;
  }
  .dessin_blog_wrap .dessin_blog {
    margin-left: 0px;
    padding-right: 0px;
  }
}

.btn_to_blog {
  margin-top: 32px;
  padding-right: 50px;
  text-align: right;
}
.btn_to_blog a {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .btn_to_blog {
    margin-top: 24px;
    padding-right: 0;
  }
}

/*
 * menu
 * -------------------------------------------------------------------
 */
.sec_menu {
  position: relative;
  padding: 60px 60px 80px;
  background-image: url("/assets/img/bg_menu01.png");
  background-repeat: repeat;
}
@media screen and (max-width: 640px) {
  .sec_menu {
    padding: 32px 16px 50px;
  }
}

.badge-10per {
  position: absolute;
  right: 80px;
  top: 120px;
  width: 230px;
  font-size: 12px;
  line-height: 1.3;
}
.badge-10per figure {
  width: 133px;
  margin: 0 auto 8px;
}
.badge-10per figure img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .badge-10per {
    display: flex;
    right: 50px;
    top: 70px;
    align-items: center;
    width: 380px;
  }
  .badge-10per figure {
    width: 100px;
    margin: 0;
  }
  .badge-10per .text_10per {
    flex: 1;
    margin-left: 12px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 640px) {
  .badge-10per {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 48px;
  }
}

.text_lead-menu {
  padding-right: 250px;
}
@media screen and (max-width: 640px) {
  .text_lead-menu {
    padding-right: 0;
    text-align: justify;
  }
}

.area_list_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  padding: 0 16px;
  box-sizing: border-box;
}
.area_list_menu .block_list_menu {
  width: 45%;
  margin-bottom: 68px;
}
.area_list_menu .head_menu {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
}
.area_list_menu .menu_2nd {
  margin-top: 68px;
}
.area_list_menu .text_sub {
  color: #4B8D5A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}
.area_list_menu .list_menu {
  margin-top: 16px;
}
.area_list_menu .list_menu > li {
  border-bottom: 1px solid #3B3E3A;
}
.area_list_menu .list_menu > li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area_list_menu .list_menu > li dl dt {
  flex: 1;
  padding: 4px 0;
  font-weight: 500;
}
.area_list_menu .list_menu > li dl dt .text_sup {
  display: block;
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 1.2;
}
.area_list_menu .list_menu > li dl dd {
  padding: 4px 0;
}
@media screen and (max-width: 1100px) {
  .area_list_menu {
    padding: 0;
  }
  .area_list_menu .head_menu {
    font-size: 18px;
  }
  .area_list_menu .text_sub {
    font-size: 12px;
  }
  .area_list_menu .list_menu > li dl dt .text_sup {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .area_list_menu {
    display: block;
    margin-top: 0;
    padding: 0 8px;
  }
  .area_list_menu .block_list_menu {
    width: 100%;
  }
}

.list_note-menu {
  margin-top: 24px;
  padding-left: 16px;
}
@media screen and (max-width: 1100px) {
  .list_note-menu {
    margin-top: 8px;
    padding-left: 0;
  }
}

/*
 * products
 * -------------------------------------------------------------------
 */
.sec_product {
  position: relative;
  padding: 60px 60px 80px;
}
.sec_product .info_text {
  position: absolute;
  right: 60px;
  top: 96px;
}
@media screen and (max-width: 1100px) {
  .sec_product .info_text {
    top: 72px;
  }
}
@media screen and (max-width: 640px) {
  .sec_product {
    padding: 40px 16px 50px;
  }
  .sec_product .info_text {
    position: relative;
    right: 0;
    top: 0;
    font-size: 12px;
  }
}

.block_product {
  margin-top: 70px;
}
.block_product .title_block_product {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .block_product {
    margin-top: 60px;
  }
  .block_product .title_block_product {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .block_product {
    margin-top: 40px;
  }
  .block_product .title_block_product {
    font-size: 15px;
  }
  .block_product .text_intro {
    text-align: justify;
  }
}

.block_product-in {
  margin-top: 60px;
}
.block_product-in .brand_name {
  display: flex;
  align-items: center;
}
.block_product-in .brand_name figure.item01 {
  max-width: 127px;
}
@media screen and (max-width: 1100px) {
  .block_product-in .brand_name figure.item01 {
    max-width: 90px;
  }
}
.block_product-in .brand_name figure.item02 {
  max-width: 60px;
}
.block_product-in .brand_name figure img {
  width: 100%;
  height: auto;
}
.block_product-in .brand_name p {
  margin-left: 44px;
}
@media screen and (max-width: 640px) {
  .block_product-in .brand_name {
    display: block;
  }
  .block_product-in .brand_name p {
    margin-left: 0;
    margin-top: 14px;
  }
}
.block_product-in .brand_info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #4B8D5A;
}
.block_product-in .brand_info figure {
  max-width: 301px;
}
.block_product-in .brand_info figure img {
  width: 100%;
  height: auto;
}
.block_product-in .brand_info .brand_info-text {
  margin-left: 34px;
  font-size: 15px;
  line-height: 1.65;
}
.block_product-in .brand_info .brand_info-text p + p {
  margin-top: 16px;
}
@media screen and (max-width: 1100px) {
  .block_product-in .brand_info {
    display: block;
    padding: 24px;
  }
  .block_product-in .brand_info figure {
    margin: 0 auto;
  }
  .block_product-in .brand_info .brand_info-text {
    margin-left: 0;
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .block_product-in .brand_info {
    padding: 20px;
  }
  .block_product-in .brand_info .brand_info-text {
    font-size: 14px;
  }
}

.list_product {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .list_product {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .list_product {
    margin-top: 32px;
  }
}
.list_product > li {
  width: 33.3333333333%;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-top: 1px solid #4B8D5A;
  border-right: 1px solid #4B8D5A;
  cursor: pointer;
}
.list_product > li:nth-child(6n-1) {
  border-right: none;
}
.list_product > li figure {
  margin-top: 8px;
  padding: 0 16px;
}
.list_product > li figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.list_product > li .box_item_name {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding-left: 16px;
}
.list_product > li .box_item_name .item_logo {
  width: 22.5%;
  max-width: 80px;
  margin-right: 24px;
}
.list_product > li .box_item_name .item_logo img {
  width: 100%;
  height: auto;
}
.list_product > li .box_item_name .item_name {
  flex: 1;
  padding: 2px 4px 2px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.list_product > li .text_item {
  margin-top: 12px;
  padding: 0 16px;
  font-size: 14px;
}
.list_product > li .box_reco {
  margin: 10px 16px 0;
  padding: 12px 16px 14px;
  border-radius: 5px;
  background-color: #F9F0E4;
  font-size: 14px;
}
.list_product > li .box_reco ul {
  margin-top: 4px;
}
.list_product > li .box_reco ul li {
  line-height: 1.65;
}
.list_product > li .box_reco ul li span {
  position: relative;
  display: inline-block;
  color: #4B8D5A;
  z-index: 1;
}
.list_product > li .box_reco ul li span::after {
  position: absolute;
  left: 1px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
}
@media screen and (max-width: 1100px) {
  .list_product > li {
    width: 33.3333333333%;
    padding-bottom: 0;
  }
  .list_product > li:nth-child(8n-1) {
    border-right: 1px solid #4B8D5A;
  }
  .list_product > li:nth-child(6n-1) {
    border-right: none;
  }
  .list_product > li .box_item_name {
    min-height: 50px;
    padding: 0 8px;
  }
  .list_product > li .box_item_name .item_logo {
    display: none;
  }
  .list_product > li .box_item_name .item_name {
    font-size: 13px;
  }
  .list_product > li .text_item {
    font-size: 12px;
  }
  .list_product > li .box_reco {
    margin: 10px 16px 14px;
    padding: 8px 8px;
    font-size: 12px;
    line-height: 1.65;
  }
  .list_product > li .box_reco ul {
    margin-top: 4px;
  }
  .list_product > li .box_reco ul li span::after {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 640px) {
  .list_product > li {
    width: 50%;
  }
  .list_product > li:nth-child(6n-1) {
    border-right: 1px solid #4B8D5A;
  }
  .list_product > li:nth-child(4n-1) {
    border-right: none;
  }
  .list_product > li figure {
    padding: 0 8px;
  }
  .list_product > li figure img {
    border-radius: 5px;
  }
  .list_product > li .box_item_name {
    min-height: 55px;
  }
  .list_product > li .box_item_name .item_logo {
    max-width: 40px;
    margin-right: 4px;
  }
  .list_product > li .box_item_name .item_name {
    padding: 0 3px 0 0;
    font-size: 12px;
  }
  .list_product > li .text_item {
    padding: 0 8px;
  }
  .list_product > li .box_reco {
    margin: 10px 8px 14px;
  }
}

.text_other_product {
  margin-top: 40px;
  color: #4B8D5A;
  font-weight: 500;
}

.item-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(50, 105, 50, 0.7);
  opacity: 0;
  z-index: 50;
  transition: opacity 0.8s ease;
}
.item-modal.modal-on {
  display: flex;
  opacity: 1;
}
.item-modal.modal-on .body-modal {
  animation: fadeInScale 0.4s ease forwards;
}
.item-modal .body-modal {
  position: relative;
  display: flex;
  width: 80vw;
  min-height: 500px;
  padding: 45px;
  background-color: #fff;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .item-modal .body-modal {
    min-height: 400px;
    padding: 25px;
  }
}
@media screen and (max-width: 640px) {
  .item-modal .body-modal {
    display: block;
    width: 84vw;
    min-height: 0;
    padding: 16px 12px 16px;
  }
}
.item-modal .body-modal::before {
  position: absolute;
  left: -35px;
  top: -35px;
  width: 195px;
  height: 166px;
  background-image: url("/assets/img/img_brackets_l01.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  content: "";
}
.item-modal .body-modal::after {
  position: absolute;
  right: -50px;
  bottom: -40px;
  width: 216px;
  height: 180px;
  background-image: url("/assets/img/img_brackets_r01.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  content: "";
}
@media screen and (max-width: 640px) {
  .item-modal .body-modal::before {
    left: -30px;
    top: -30px;
    width: 80px;
    height: 68px;
    background-size: 80px 68px;
  }
  .item-modal .body-modal::after {
    right: -30px;
    bottom: -30px;
    width: 92px;
    height: 77px;
    background-size: 92px 77px;
  }
}
.item-modal .body-modal figure {
  width: 445px;
  max-width: 445px;
  padding-right: 45px;
  border-right: 1px solid #4B8D5A;
}
.item-modal .body-modal figure img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
@media screen and (max-width: 1100px) {
  .item-modal .body-modal figure {
    width: 270px;
    max-width: 270px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 640px) {
  .item-modal .body-modal figure {
    width: 220px;
    max-width: 220px;
    margin: 0 auto;
    padding-right: 0;
    padding-bottom: 12px;
    border-right: none;
  }
  .item-modal .body-modal figure img {
    border-radius: 10px;
  }
}
.item-modal .body-modal .item-detail {
  flex: 1;
}
.item-modal .body-modal .box_item_name {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 0 30px 0 12px;
}
.item-modal .body-modal .box_item_name .item_logo {
  width: 70px;
  margin-right: 12px;
}
.item-modal .body-modal .box_item_name .item_logo img {
  width: 100%;
  height: auto;
}
.item-modal .body-modal .box_item_name .item_name {
  flex: 1;
  padding: 2px 4px 2px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1100px) {
  .item-modal .body-modal .box_item_name {
    min-height: 40px;
    padding: 0 30px 0 8px;
  }
  .item-modal .body-modal .box_item_name .item_logo {
    width: 50px;
    margin-right: 4px;
  }
  .item-modal .body-modal .box_item_name .item_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .item-modal .body-modal .box_item_name {
    min-height: 40px;
    padding: 0 0 8px;
    border-top: 1px solid #4B8D5A;
  }
  .item-modal .body-modal .box_item_name .item_logo {
    width: 40px;
    margin-right: 4px;
  }
  .item-modal .body-modal .box_item_name .item_name {
    padding: 1px 2px 1px 0;
    font-size: 13px;
  }
}
.item-modal .body-modal .text-item {
  margin-top: 12px;
  padding: 0 24px 20px;
  font-size: 14px;
  line-height: 1.65;
}
.item-modal .body-modal .text-item p + p {
  margin-top: 8px;
}
@media screen and (max-width: 1100px) {
  .item-modal .body-modal .text-item {
    padding: 0 16px 16px;
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .item-modal .body-modal .text-item {
    margin-top: 0;
    padding: 0 4px 8px;
    font-size: 12px;
    line-height: 1.4;
    text-align: justify;
  }
}
.item-modal .body-modal .item-price {
  padding: 24px;
  border-top: 1px solid #4B8D5A;
}
.item-modal .body-modal .item-price dl {
  line-height: 1.4;
}
.item-modal .body-modal .item-price dl + dl {
  margin-top: 16px;
}
@media screen and (max-width: 1100px) {
  .item-modal .body-modal .item-price {
    padding: 16px;
  }
}
@media screen and (max-width: 640px) {
  .item-modal .body-modal .item-price {
    padding: 8px 4px 4px;
    font-size: 12px;
  }
  .item-modal .body-modal .item-price dl + dl {
    margin-top: 8px;
  }
}
.item-modal .body-modal .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
  cursor: pointer;
}
.item-modal .body-modal .btn-close img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .item-modal .body-modal .btn-close {
    width: 60px;
  }
}
@media screen and (max-width: 640px) {
  .item-modal .body-modal .btn-close {
    width: 50px;
  }
}
.item-modal .box_reco {
  margin: 10px 0 0;
  padding: 12px 16px 14px;
  border-radius: 5px;
  background-color: #F9F0E4;
  font-size: 13px;
}
.item-modal .box_reco ul {
  margin-top: 4px;
}
.item-modal .box_reco ul li {
  line-height: 1.65;
}
.item-modal .box_reco ul li span {
  position: relative;
  display: inline-block;
  color: #4B8D5A;
  z-index: 1;
}
.item-modal .box_reco ul li span::after {
  position: absolute;
  left: 1px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 2px;
  transform: translateY(-50%);
  z-index: -1;
  content: "";
}
@media screen and (max-width: 1100px) {
  .item-modal .box_reco {
    padding: 10px 8px 12px;
    font-size: 12px;
  }
  .item-modal .box_reco ul {
    margin-top: 0;
  }
  .item-modal .box_reco ul li span::after {
    width: 10px;
    height: 10px;
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * footer
 * -------------------------------------------------------------------
 */
.footer {
  padding: 50px 40px 40px 60px;
  background-color: #4B8D5A;
  background-image: url("/assets/img/bg_footer01.png");
  background-repeat: repeat;
  color: #fff;
}
.footer .footer_inner {
  position: relative;
  display: flex;
}
.footer .footer_logo {
  width: 250px;
}
.footer .footer_info {
  flex: 1;
}
.footer nav {
  margin-bottom: 40px;
  padding-top: 8px;
  font-size: 20px;
  font-weight: 500;
}
.footer nav ul {
  vertical-align: top;
}
.footer nav ul li {
  display: inline-block;
  margin-right: 50px;
}
.footer nav ul li a {
  color: #fff;
}
.footer .block_about-text a {
  color: #213e28;
}
.footer .block-openinghours {
  display: flex;
  margin-top: 24px;
}
.footer .block-openinghours dl {
  display: flex;
}
.footer .block-openinghours dl + dl {
  margin-left: 48px;
}
.footer .block-openinghours dl dt {
  margin-right: 20px;
  font-weight: 400;
}
.footer .block-openinghours dl dd ul li {
  display: flex;
  justify-content: space-between;
}
.footer .block-openinghours dl dd ul li span + span {
  padding-left: 15px;
}
.footer .list_about_note {
  margin-top: 24px;
}
.footer .copyright {
  margin-top: 40px;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .footer {
    padding: 40px 32px;
    font-size: 13px;
  }
  .footer .footer_logo {
    width: 180px;
  }
  .footer .footer_logo img {
    width: 70%;
    height: auto;
  }
  .footer nav {
    margin-bottom: 32px;
    padding-top: 8px;
    font-size: 16px;
  }
  .footer nav ul li {
    margin-right: 32px;
  }
  .footer .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding: 32px 16px 24px;
    font-size: 13px;
  }
  .footer .footer_inner {
    display: block;
  }
  .footer .footer_logo {
    width: 100%;
    text-align: center;
  }
  .footer .footer_logo img {
    width: 105px;
  }
  .footer nav {
    font-size: 12px;
  }
  .footer nav ul {
    text-align: center;
  }
  .footer nav ul li {
    margin: 0 10px;
  }
  .footer .block-openinghours {
    margin-top: 24px;
    padding: 16px 8px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
  }
  .footer .block-openinghours dl {
    display: block;
  }
  .footer .block-openinghours dl + dl {
    margin-left: 30px;
  }
  .footer .list_about_note {
    font-size: 12px;
  }
}

/*
 * decoration
 * -------------------------------------------------------------------
 */
.deco_une {
  position: fixed;
  left: 96px;
  bottom: 48px;
  width: 100px;
  height: 97px;
  z-index: 3;
  pointer-events: none;
  transition: all 0.35s ease;
}
.deco_une.booottom {
  bottom: 88px;
}
.deco_une img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1100px) {
  .deco_une {
    left: 52px;
    bottom: 16px;
  }
  .deco_une img {
    width: 80%;
  }
  .deco_une.booottom {
    bottom: 38px;
  }
}
@media screen and (max-width: 640px) {
  .deco_une {
    width: 60px;
    height: 58px;
    left: 30px;
    bottom: 90px;
  }
  .deco_une img {
    width: 100%;
  }
  .deco_une.booottom {
    bottom: 94px;
  }
}

.warptotop {
  position: fixed;
  right: -95px;
  bottom: -88px;
  width: 124px;
  z-index: 3;
  transition: all 0.35s ease;
}
.warptotop.okgo {
  right: 95px;
  bottom: 88px;
}
.warptotop.booottom {
  bottom: 128px;
}
.warptotop img {
  width: 100%;
  height: auto;
}
.warptotop a {
  display: block;
  position: relative;
}
.warptotop a:hover {
  animation: rotate01 0.3s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .warptotop {
    width: 87px;
  }
  .warptotop.okgo {
    right: 67px;
    bottom: 72px;
  }
  .warptotop.booottom {
    bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  .warptotop {
    width: 55px;
  }
  .warptotop.okgo {
    right: 28px;
    bottom: 90px;
  }
  .warptotop.booottom {
    bottom: 120px;
  }
}

@keyframes rotate01 {
  0% {
    transform: rotate(-7deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
.deco_item-piano {
  position: absolute;
  right: 300px;
  bottom: 120px;
  opacity: 0.8;
}
@media screen and (max-width: 1370px) {
  .deco_item-piano {
    right: 160px;
    bottom: 190px;
  }
}
@media screen and (max-width: 1100px) {
  .deco_item-piano {
    right: 120px;
    bottom: 0;
  }
  .deco_item-piano img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .deco_item-piano {
    right: -96px;
    bottom: -30px;
  }
  .deco_item-piano img {
    width: 60%;
    height: auto;
  }
}

.deco_item-clock {
  position: absolute;
  right: 100px;
  bottom: 300px;
  opacity: 0.8;
}
@media screen and (max-width: 1370px) {
  .deco_item-clock {
    right: 40px;
    bottom: 480px;
  }
}
@media screen and (max-width: 640px) {
  .deco_item-clock {
    right: 0;
    bottom: auto;
    top: 670px;
  }
  .deco_item-clock img {
    width: 60%;
    height: auto;
  }
}

.deco_item-sewing {
  position: absolute;
  right: 100px;
  bottom: 50px;
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  .deco_item-sewing {
    right: 0px;
    bottom: -20px;
  }
  .deco_item-sewing img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .deco_item-sewing {
    right: -90px;
    bottom: 30px;
  }
  .deco_item-sewing img {
    width: 60%;
  }
}

.deco_item-sun {
  position: absolute;
  left: 200px;
  bottom: 120px;
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  .deco_item-sun {
    left: 100px;
    bottom: 120px;
  }
  .deco_item-sun img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .deco_item-sun {
    left: 80px;
  }
}

.deco_item-camera {
  position: absolute;
  right: 200px;
  bottom: 400px;
  opacity: 0.8;
}
@media screen and (max-width: 1100px) {
  .deco_item-camera {
    right: 140px;
    bottom: 320px;
  }
  .deco_item-camera img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .deco_item-camera {
    right: 20px;
    bottom: 360px;
  }
  .deco_item-camera img {
    width: 70%;
  }
}

/*
 * loading
 * -------------------------------------------------------------------
 */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #4B8D5A;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading_logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 142px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */