@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 1080px) {
  html {
    font-size: 16px;
  }
}
h2 {
  line-height: 1.5;
}

h3 {
  line-height: 1.75;
}

.sp-only {
  display: block;
}
@media screen and (min-width: 1080px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 1080px) {
  .pc-only {
    display: block;
  }
}

.header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 190px;
  width: 100%;
  /*以下はレイアウトのためのCSS*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 20px 20px 0;
  /*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
}
@media screen and (max-width: 1079px) {
  .header {
    position: fixed;
    height: 70px;
    padding: 0 10px 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
}
.header.HeightMin {
  position: fixed;
  z-index: 999;
  background-color: #fff;
  /*最前面へ*/
  height: 110px;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  padding-top: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1079px) {
  .header.HeightMin {
    height: 70px;
  }
}
.header.HeightMin .mainhead_logo_img {
  width: 187px;
  height: 44px;
  margin-top: 12px;
}
.header.HeightMin .header_sidearea {
  height: 44px;
  padding-top: 24px;
}
.header.HeightMin .collabo_logo {
  display: none;
}
.header.HeightMin .cpa-btn {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.header.HeightMin .register_btn,
.header.HeightMin .reserv_btn,
.header.HeightMin .faq_btn {
  max-width: 192px;
  width: 100%;
  height: auto;
}
.header .sec_inner {
  width: 100%;
}

.mainhead_logo {
  margin: 0;
}
@media screen and (max-width: 1079px) {
  .mainhead_logo {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.mainhead_logo_img {
  margin-top: 20px;
  width: 340px;
  height: auto;
  z-index: 2;
}
@media screen and (max-width: 1079px) {
  .mainhead_logo_img {
    height: 40px;
    width: 170px;
    margin: 15px 0;
  }
}

.header_titlearea {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1079px) {
  .header_titlearea {
    display: block;
  }
}

.header_sidearea {
  margin-left: auto;
}

.cpa-btn {
  text-align: right;
}
@media screen and (max-width: 1079px) {
  .cpa-btn {
    display: none;
  }
}
.cpa-btn .inline-block {
  display: inline-block;
  margin-top: 10px;
}
.cpa-btn .register_btn,
.cpa-btn .reserv_btn,
.cpa-btn .faq_btn {
  max-width: 240px;
  width: 100%;
  height: auto;
}
@media (max-width: 1180px) {
  .cpa-btn .register_btn,
.cpa-btn .reserv_btn,
.cpa-btn .faq_btn {
    max-width: 210px;
  }
}
@media screen and (max-width: 1079px) {
  .cpa-btn .register_btn,
.cpa-btn .reserv_btn,
.cpa-btn .faq_btn {
    width: 50%;
    height: auto;
  }
}
.cpa-btn > a {
  margin-right: 25px;
}
@media (max-width: 1180px) {
  .cpa-btn > a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cpa-btn > a {
    margin-right: 20px;
  }
}
.cpa-btn > a + a {
  margin-right: 34px;
}
@media (max-width: 1180px) {
  .cpa-btn > a + a {
    margin-right: 10px;
  }
}
.cpa-btn > a + a + a {
  margin-right: 10px;
}
.cpa-btn > a + a + a img {
  width: 60px;
}

.sp-btn {
  text-align: center;
  margin: 10px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sp-btn {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1080px) {
  .sp-btn {
    display: none;
  }
}
.sp-btn > a {
  margin: 10px 10px;
}
.sp-btn .register_btn,
.sp-btn .reserv_btn,
.sp-btn .faq_btn {
  display: block;
  max-width: 240px;
}

.collabo_logo {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}
@media screen and (max-width: 1079px) {
  .collabo_logo {
    display: none;
  }
}
.collabo_logo .seibug_logo {
  max-width: 112px;
}
.collabo_logo .nomura_logo {
  max-width: 125px;
  margin-left: 30px;
}
.collabo_logo .jr_logo {
  max-width: 81px;
  margin-left: 30px;
}
.collabo_logo .seibug_logo,
.collabo_logo .nomura_logo,
.collabo_logo .jr_logo {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.g-nav_list {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 1080px;
}
.g-nav_list_item {
  width: 20%;
  height: 45px;
}
.g-nav_list_item:not(:last-child) {
  border-right: 1px solid #dddddd;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #666;
  padding: 10px;
  transition: all 0.3s;
}

.humberger {
  /*============
    open
  =============*/
}
@media screen and (min-width: 1080px) {
  .humberger {
    display: none;
  }
}
.humberger .humberger_nav {
  position: fixed;
  top: 0;
  right: -500px;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: #E0E6DF;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  color: #FFFFFF;
}
.humberger .humberger_nav .nav_list {
  list-style: none;
  padding: 0;
  max-width: 768px;
  margin: 0 auto;
  min-width: 50%;
}
.humberger .humberger_nav .nav_list:first-child {
  border-right: #315748 solid 1px;
}
.humberger .humberger_nav .nav_list_item {
  position: relative;
  margin: 0;
  display: none;
}
.humberger .humberger_nav .nav_list_item_link {
  color: #315748;
  font-size: 0.875rem;
  font-weight: 300;
  padding: 1rem;
  text-decoration: none;
  transition-duration: 0.2s;
  line-height: 1.5;
}
.humberger .humberger_nav .collabo_logo_sp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  padding: 100px 30px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 350px) {
  .humberger .humberger_nav .collabo_logo_sp {
    flex-direction: column;
  }
}
.humberger .humberger_nav .collabo_logo_sp .seibug_logo,
.humberger .humberger_nav .collabo_logo_sp .nomura_logo,
.humberger .humberger_nav .collabo_logo_sp .jr_logo {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .humberger .humberger_nav .collabo_logo_sp .seibug_logo,
.humberger .humberger_nav .collabo_logo_sp .nomura_logo,
.humberger .humberger_nav .collabo_logo_sp .jr_logo {
    height: 14px;
    width: auto;
  }
}
@media screen and (max-width: 350px) {
  .humberger .humberger_nav .collabo_logo_sp .seibug_logo,
.humberger .humberger_nav .collabo_logo_sp .nomura_logo,
.humberger .humberger_nav .collabo_logo_sp .jr_logo {
    margin: 15px auto;
  }
}
.humberger .humberger_nav .collabo_logo_sp .seibug_logo {
  width: 98px;
}
.humberger .humberger_nav .collabo_logo_sp .nomura_logo {
  width: 110px;
}
.humberger .humberger_nav .collabo_logo_sp .jr_logo {
  width: 82px;
}
.humberger .sp_mypage {
  display: block;
  position: fixed;
  top: 0;
  right: 80px;
  width: 60px;
  height: 60px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 5;
}
.humberger .sp_mypage img {
  width: 80%;
  padding-top: 10px;
}
.humberger .toggle_btn {
  display: block;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 4;
}
.humberger .toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #315748;
  border-radius: 4px;
  transition: all 0.5s;
  z-index: 2;
}
.humberger .toggle_btn span:nth-child(1) {
  top: 4px;
}
.humberger .toggle_btn span:nth-child(2) {
  top: 14px;
}
.humberger .toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.humberger .toggle_btn::after {
  width: 50px;
  height: 50px;
  box-shadow: 0 0 0 1px #315748;
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: #E0E6DF;
  z-index: 1;
}
.humberger #mask {
  display: none;
  transition: all 0.5s;
}
.humberger.open .humberger_nav {
  right: 0;
  opacity: 1;
  z-index: 7;
  display: block;
  transition: all 0.5s;
}
.humberger.open .humberger_nav .inner {
  padding: 55px 0 0;
  margin-top: 45px;
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 7;
  width: 100%;
  height: calc(100% - 45px);
  overflow: auto;
}
.humberger.open .humberger_nav .inner div {
  display: flex;
}
.humberger.open .humberger_nav .inner .nav_list_item {
  display: block;
}
.humberger.open .humberger_nav .inner .nav_list_item:not(:last-of-type) {
  margin-bottom: 45px;
}
@media screen and (max-width: 350px) {
  .humberger.open .humberger_nav .inner .nav_list_item:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.humberger.open .humberger_nav .inner .nav_list_item_link {
  display: inline-block;
}
.humberger.open .toggle_btn {
  z-index: 9;
}
.humberger.open .toggle_btn span {
  background-color: #315748;
}
.humberger.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
}
.humberger.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.humberger.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
}
.humberger.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 3;
  cursor: pointer;
}
.humberger #main-nav:checked ~ .mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 3;
  cursor: pointer;
}

@media screen and (max-width: 1079px) {
  html.is-fixed,
html.is-fixed body {
    height: 100%;
    overflow-y: scroll;
  }
}

.wrapper {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 70px;
  }
}

.mainvisual {
  background-color: #2A4C3E;
  /* text-align: center; */
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  .mainvisual {
    margin-top: 70px;
  }
}
/* .mainvisual .topimg {
  max-width: 1080px;
  width: 100%;
} */
.slide-items {
  width: 100%;
  /* height: 100%; */
  max-width: 1080px;
  margin: 0 auto;
}

.slide-items img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev, .slick-next {
  display: none !important;
}

/* @media screen and (max-width: 767px) {
  .mainvisual .topimg {
    display: none;
  }
} */
/* .mainvisual .topimg_sp {
  width: 100%;
  height: auto;
  display: none;
}

@media screen and (max-width: 767px) {
  .mainvisual .topimg_sp {
    display: block;
  }
} */
.sec {
  width: 100%;
}
.sec_inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .sec_inner {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .sec_inner {
    width: calc(100% - 20px);
  }
}
.sec_header {
  position: relative;
  width: 100%;
  font-weight: normal;
  line-height: 1;
}
.sec_header .catch {
  font-size: 1.125rem;
}
.sec_header .main {
  font-size: 2.25rem;
  display: inline-block;
}
.sec_header:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #000;
  width: 335px;
  bottom: -15px;
  left: 0;
}
@media screen and (max-width: 1079px) {
  .sec_header:after {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .sec_header:after {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.sec_paragraph {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 20px;
}
.sec_paragraph .span {
  display: block;
}

.news-pickup {
  background-color: #537C6E;
  height: 60px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .news-pickup {
    height: 120px;
  }
}
.news-pickup .sec_inner {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-pickup .sec_inner {
    width: 100vw;
  }
}
.news-pickup_contents {
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 60px;
  color: #262626;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-pickup_contents {
    margin: 0;
    display: block;
  }
}
.news-pickup_icon {
  background-color: #1B3E30;
  color: #FFFFFF;
  padding: 8px 18px;
  margin-right: 22px;
}
@media screen and (max-width: 767px) {
  .news-pickup_icon {
    font-weight: 600;
  }
}
.news-pickup_date {
  font-weight: 600;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .news-pickup_date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .news-pickup_message {
    display: block;
    margin-top: 20px;
  }
}

.introduce {
  margin-top: 80px;
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .introduce {
    margin-top: 40px;
  }
}
.introduce_firstarea {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .introduce_firstarea {
    margin-bottom: 0;
  }
}
.introduce_firstarea .underlayer {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .introduce_firstarea .underlayer {
    flex-direction: column;
  }
}
.introduce_firstarea .upperlayer {
  position: absolute;
  z-index: 2;
}
.introduce_firstarea .sec_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .introduce_firstarea .sec_header {
    margin-bottom: 40px;
  }
}
.introduce_firstarea .sec_header .catch {
  display: inline-block;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .introduce_firstarea .sec_header .catch {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .introduce_firstarea .sec_header .main {
    display: block;
    margin-bottom: 10px;
  }
}
.introduce_firstimg {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .introduce_firstimg {
    display: none;
  }
}
.introduce_firstimg .img {
  height: auto;
  width: 100%;
}
.introduce_firstimg .deck {
  max-width: 520px;
  margin-bottom: 40px;
}
.introduce_firstimg .workation {
  max-width: 346px;
}
.introduce_firsttext {
  max-width: 480px;
  width: 100%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .introduce_firsttext {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .introduce_firsttext {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .introduce_firsttext .sec_paragraph:first-of-type {
    margin-top: 20px;
  }
}
.introduce_firsttext .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .introduce_firsttext .sp-only {
    display: block;
  }
}
.introduce_firsttext .sp-only.img-deck {
  width: 100%;
  height: auto;
}
.introduce_aboutworkation_header {
  font-size: 1rem;
  font-weight: normal;
  color: #96A094;
  padding: 6px 16px;
  border: 1px solid #96A094;
  display: inline-block;
  margin-bottom: 1rem;
}
.introduce_aboutworkation .sec_paragraph {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .introduce_aboutworkation .sec_paragraph:first-of-type {
    margin-top: 0px;
  }
}
.introduce .btn_institution {
  display: inline-block;
  margin-top: 40px;
  border: 1px solid #2A4B3D;
}
@media screen and (max-width: 860px) {
  .introduce .btn_institution {
    margin-top: 30px;
  }
}
@media screen and (max-width: 840px) {
  .introduce .btn_institution {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .introduce .btn_institution {
    position: unset;
    margin-top: 30px;
    margin-bottom: 70px;
  }
}
.introduce .btn_institution img {
  width: 249px;
  padding: 14px 10px 14px 30px;
}
.introduce .features {
  color: #ffffff;
  max-width: 872px;
  width: 100%;
  padding: 10px;
}
.introduce .features.upperlayer {
  position: absolute;
  right: 0;
  bottom: 57px;
}
@media screen and (max-width: 1079px) {
  .introduce .features.upperlayer {
    bottom: 0px;
  }
}
@media screen and (max-width: 830px) {
  .introduce .features.upperlayer {
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .introduce .features.upperlayer {
    position: static;
    max-width: 340px;
    margin: 0 auto;
  }
}
.introduce .features .img_merit {
  width: 100%;
  height: auto;
  max-width: 852px;
}
@media screen and (max-width: 767px) {
  .introduce .features .img_merit {
    display: none;
  }
}
.introduce .features .img_merit_sp {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .introduce .features .img_merit_sp {
    display: block;
  }
}
.introduce_secondarea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .introduce_secondarea {
    flex-direction: column;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.introduce_secondarea_text {
  width: 480px;
}
@media screen and (max-width: 767px) {
  .introduce_secondarea_text {
    width: auto;
  }
}
.introduce_secondarea_header {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.introduce_secondarea_header .span {
  display: block;
}
@media screen and (max-width: 1079px) {
  .introduce_secondarea_header .span {
    display: inline;
  }
}
.introduce_secondarea .photo {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 0 40px 40px;
}
@media screen and (max-width: 767px) {
  .introduce_secondarea .photo {
    margin: 0 auto;
    max-width: none;
  }
}
.introduce_thirdarea {
  position: relative;
}
.introduce_thirdarea:before {
  content: "";
  position: absolute;
  width: 920px;
  height: 167px;
  background-color: #E0E6DF;
  z-index: -1;
  top: 0;
  left: -200px;
}
.introduce_thirdarea_head {
  font-size: 1.5rem;
  font-weight: normal;
  color: #2A4B3D;
  position: absolute;
  top: 30px;
}
@media screen and (max-width: 767px) {
  .introduce_thirdarea_head {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .introduce_thirdarea_head .span {
    display: block;
  }
}
.introduce_thirdarea .upperlayer {
  text-align: center;
}
.introduce_thirdarea .shopping-map {
  width: 100%;
  max-width: 830px;
  margin-top: 100px;
}

.about {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about {
    margin-bottom: 80px;
  }
}
.about .sec_header {
  text-align: center;
  margin-bottom: 52px;
}
.about .sec_header:after {
  left: 50%;
  bottom: -27px;
  transform: translateX(-50%);
}
.about .sec_header .main {
  margin-bottom: 7px;
}
.about .sec_header .catch {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .about .sec_header .catch {
    margin-top: 5px;
  }
}
.about_map {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1079px) {
  .about_map {
    padding: 0 20px;
  }
}
.about_firstarea {
  margin-bottom: 40px;
}
.about_secondarea {
  display: flex;
}
@media screen and (max-width: 767px) {
  .about_secondarea {
    flex-direction: column;
  }
}
.about_secondarea_wrapper {
  background-color: #FAF6F3;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .about_secondarea_wrapper {
    padding: 0 0 40px;
  }
}
.about_secondarea_side.cafe_info {
  display: flex;
  flex-direction: column;
  padding-left: 60px;
  padding-right: 102px;
}
@media screen and (max-width: 767px) {
  .about_secondarea_side.cafe_info:first-of-type {
    padding-top: 10px;
    padding-right: 60px;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .about_secondarea_side.cafe_area {
    display: none;
  }
}
.about_secondarea .cafe-logo {
  width: 100%;
  max-width: 152px;
  height: auto;
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .about_secondarea .cafe-logo {
    max-width: 88px;
    margin: 30px 0 20px;
  }
}
.about_secondarea .cafe-img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .about_secondarea .cafe-img {
    display: none;
  }
}
.about_secondarea .use-img {
  width: 572px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .about_secondarea .use-img {
    margin: 0 auto 40px;
  }
}
.about_secondarea .use-text {
  width: 100%;
  max-width: 287px;
}
.about_secondarea .use-text .sec_paragraph {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .about_secondarea .use-text {
    margin: 0 auto;
  }
}
.about_thirdarea {
  margin: 95px auto 240px;
  border: 1px solid #537C6E;
  padding: 58px 135px;
  position: relative;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  .about_thirdarea {
    margin: 40px auto;
    padding: 35px 10px;
  }
}
.about_thirdarea::before {
  background-color: #fff;
  color: #333333;
  content: "基本情報";
  font-weight: bold;
  left: 50%;
  padding: 3px 10px;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: normal;
}
.about_thirdarea_dataitem {
  display: flex;
  justify-content: space-between;
  width: 530px;
}
@media screen and (max-width: 390px) {
  .about_thirdarea_dataitem {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about_thirdarea_dataitem:not(:first-of-type) {
    flex-direction: column;
  }
}
.about_thirdarea_dataitem:not(:last-of-type) {
  margin-bottom: 40px;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .about_thirdarea_dataitem:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.about_thirdarea_dataitem .category {
  background-color: #C6CBCB;
  color: #3C6152;
  padding: 10px 20px;
  align-self: flex-start;
  width: 113px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about_thirdarea_dataitem .category:not(:first-of-type) {
    margin-bottom: 18px;
  }
}
.about_thirdarea_dataitem .category_content {
  text-align: left;
  align-self: start;
  width: 390px;
  line-height: 2;
}
@media screen and (max-width: 390px) {
  .about_thirdarea_dataitem .category_content {
    width: 100%;
  }
}
.about_thirdarea_dataitem .category_content.font-L {
  font-size: 1.5rem;
  margin-top: -5px;
}
.about_thirdarea_dataitem .category_content_text {
  font-size: 1.125rem;
}
.about_thirdarea_dataitem .category_content_text_header {
  font-weight: bold;
  color: #3C6152;
}
.about_thirdarea_dataitem .category_cafe {
  margin-left: 1em;
}

.vacation {
  position: relative;
  background-color: #537C6E;
  color: #ffffff;
  padding-bottom: 80px;
}
.vacation .house-img {
  max-width: 660px;
  width: 100%;
  height: auto;
  position: absolute;
  left: -260px;
  top: -180px;
}
@media screen and (max-width: 767px) {
  .vacation .house-img {
    display: none;
  }
}
.vacation_flex-content {
  padding-top: 100px;
  width: 710px;
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .vacation_flex-content {
    width: 100%;
  }
}
@media screen and (max-width: 1079px) {
  .vacation_flex-content {
    margin: 0 auto;
  }
}
.vacation_flex-content .sec_header {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .vacation_flex-content .sec_header {
    text-align: center;
  }
}
.vacation_flex-content .sec_header .main,
.vacation_flex-content .sec_header .catch {
  display: block;
}
.vacation_flex-content .sec_header .catch {
  margin-top: 10px;
  font-size: 1.125rem;
}
.vacation_flex-content .sec_header:after {
  border-bottom: 2px solid #ffffff;
}
.vacation_flex-content .sec_paragraph {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .vacation_flex-content .sec_paragraph {
    margin-bottom: 40px;
  }
}
.vacation .resort-map {
  width: 100%;
}
.vacation .sec_paragraph a {
  display: block;
  margin-top: 40px;
}
.vacation .sec_paragraph a img {
  width: 100%;
}

.access {
  position: relative;
  z-index: 1;
  background-image: linear-gradient(0deg, #1B3E30 70%, #fff 50%);
}
@media screen and (max-width: 767px) {
  .access {
    background-image: none;
    background-color: #103222;
  }
}
.access::before {
  content: "";
  position: absolute;
  background: url(../img/bg_curve.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top right;
  height: 100%;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .access::before {
    display: none;
  }
}
.access_flexcontent {
  width: 100%;
  max-width: 493px;
  margin: 0 55px 0 0;
}
@media screen and (max-width: 1079px) {
  .access_flexcontent {
    max-width: none;
    margin: 0;
  }
}
.access_wrapper {
  padding: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1079px) {
  .access_wrapper {
    width: auto;
  }
}
.access .sec_inner {
  padding-top: 165px;
  position: relative;
  z-index: 2;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .access .sec_inner {
    padding-top: 40px;
  }
}
.access .sec_header {
  text-align: center;
  margin-bottom: 40px;
}
.access .sec_header .main,
.access .sec_header .catch {
  display: block;
}
.access .sec_header .catch {
  margin-top: 7px;
  font-size: 1.125rem;
}
.access .sec_header::after {
  border-bottom: 2px solid #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
}
.access_flexcontainer {
  display: flex;
  padding-bottom: 150px;
}
@media screen and (max-width: 1079px) {
  .access_flexcontainer {
    flex-direction: column;
  }
}
@media screen and (max-width: 1079px) {
  .access_flexcontainer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1079px) {
  .access_flexcontainer img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .access_flexcontainer img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .access_flexcontainer {
    text-align: center;
  }
}
.access_flexcontainer .sec_paragraph {
  max-width: 493px;
  width: 100%;
  margin-right: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1079px) {
  .access_flexcontainer .sec_paragraph {
    max-width: none;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .access_flexcontainer .sec_paragraph {
    margin-right: 0;
  }
}
.access_flexcontainer .small {
  margin-top: 10px;
  font-size: 0.75rem;
}
.access_flexcontainer .btn_access {
  width: 100%;
  height: auto;
  max-width: 360px;
}
@media screen and (max-width: 1079px) {
  .access_flexcontainer .access_link {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1079px) {
  .access_flexcontainer .access-map-box {
    width: 60%;
    margin: 40px auto;
  }
}
@media screen and (max-width: 767px) {
  .access_flexcontainer .access-map-box {
    width: 100%;
    margin: 40px 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.news {
  margin: 95px 0 120px;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 80px 0 40px;
  }
}
.news .sec_inner {
  max-width: 960px;
}
.news .sec_header {
  text-align: center;
  margin-bottom: 60px;
}
.news .sec_header .main,
.news .sec_header .catch {
  display: block;
}
.news .sec_header .catch {
  margin-top: 10px;
  font-size: 1.125rem;
}
.news .sec_header::after {
  left: 50%;
  transform: translateX(-50%);
}
.news_item {
  border-bottom: 1px dotted #000000;
  margin: 1rem 0;
  padding-bottom: 15px;
  display: flex;
  line-height: 1.5;
}
.news_item::before {
  content: "■";
  margin-right: 1rem;
  color: #214231;
}
.news_date {
  margin-right: 1rem;
}

.howtouse {
  background-image: url(../img/bgimg_howtouse.png);
  background-repeat: no-repeat;
  background-position: 38% 0%;
  padding: 400px 0 140px;
  background-size: 137%;
}
@media screen and (max-width: 1079px) {
  .howtouse {
    background-image: none;
    padding: 0 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .howtouse {
    padding: 0 0 80px;
  }
}
.howtouse .sec_inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .howtouse .sec_inner {
    width: 100%;
  }
}
.howtouse .sec_header {
  text-align: center;
  margin-bottom: 127px;
}
@media screen and (max-width: 767px) {
  .howtouse .sec_header {
    margin-bottom: 87px;
  }
}
.howtouse .sec_header .main,
.howtouse .sec_header .catch {
  display: block;
}
.howtouse .sec_header .catch {
  margin-top: 7px;
  font-size: 1.125rem;
}
.howtouse .sec_header::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}
.howtouse_plan_block {
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block {
    justify-content: center;
    max-width: 450px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.howtouse_plan_block._upper {
  padding-bottom: 109px;
  border-bottom: 1px solid #333333;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block._upper {
    padding-bottom: 29px;
    margin-bottom: 30px;
  }
}
.howtouse_plan_block_txt {
  margin-top: -7px;
}
@media screen and (max-width: 1079px) {
  .howtouse_plan_block_txt {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0;
  }
}
.howtouse_plan_block_txt h2 {
  color: #294B3D;
  font-size: 1.9375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: 40px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block_txt h2 {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1079px) {
  .howtouse_plan_block_txt h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
}
.howtouse_plan_block_txt > div {
  padding-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block_txt > div {
    text-align: center;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 1079px) {
  .howtouse_plan_block_txt > div img {
    width: 95%;
  }
}
.howtouse_plan_block_txt p {
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  max-width: 424px;
  line-height: 1.5;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 1079px) {
  .howtouse_plan_block_txt p {
    font-size: 1.125rem;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block_txt p {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.howtouse_plan_block_txt h2 + p {
  max-width: 460px;
  letter-spacing: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block_txt h2 + p {
    padding-bottom: 20px;
  }
}
.howtouse_plan_block_txt h2 + p + p, .howtouse_plan_block_txt h2 + p + p + p {
  font-size: 1.125rem;
  letter-spacing: 1.08px;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block_txt h2 + p + p, .howtouse_plan_block_txt h2 + p + p + p {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .howtouse_plan_block_img {
    display: none;
  }
}

.reservation .sec_header {
  text-align: center;
  margin-bottom: 40px;
}
.reservation .sec_header:after {
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
}
.reservation_wrapper {
  background-color: #EFF2EF;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 80px 0;
}
.reservation .sec_inner {
  max-width: 960px;
}
.reservation .sec_header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .reservation .sec_header .main {
    font-size: 1.5rem;
  }
}
.reservation .sec_header .main,
.reservation .sec_header .catch {
  display: block;
}
.reservation .sec_header .catch {
  margin-top: 7px;
  font-size: 1.125rem;
}
.reservation .sec_paragraph {
  max-width: 710px;
  margin: 0 auto 20px;
}
.reservation .sec_paragraph span {
  display: block;
}
.reservation .reserv_sepa {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}
.reservation .reserv_logo {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
.reservation .reserv_logo.seibu {
  max-width: 142px;
}
.reservation .reserv_logo.nomura {
  max-width: 150px;
}
.reservation .reserv_logo.jr {
  max-width: 116px;
}
.reservation .collabo_type {
  position: absolute;
  bottom: 0;
}
.reservation .collabo_type.seibu {
  left: 156px;
}
.reservation .collabo_type.nomura {
  left: 156px;
}
.reservation .collabo_type.jr {
  left: 125px;
}
.reservation .reserv_new_list {
  width: 100%;
  max-width: 710px;
  margin: 0 auto 40px;
}
.reservation .reserv_new_item {
  margin: 0 auto 40px;
  max-width: 420px;
}
.reservation .reserv_new_number {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 10px auto;
  max-width: 420px;
  width: 100%;
}
.reservation .reserv_new_linkarea {
  text-align: center;
}
.reservation .reserv_new_link {
  display: inline-block;
  color: #315748;
  font-weight: bold;
}
.reservation .reserv_new_btn {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .reservation .reserv_new_btn {
    display: none;
  }
}
.reservation .reserv_new_btn_sp {
  width: 100%;
  height: auto;
  display: none;
}
@media screen and (max-width: 767px) {
  .reservation .reserv_new_btn_sp {
    display: block;
  }
}
.reservation .reserv_reserv {
  max-width: 880px;
  width: 100%;
  margin: 0 auto 80px;
}
.reservation .reserv_reserv_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1079px) {
  .reservation .reserv_reserv_list {
    flex-direction: column;
  }
}
.reservation .reserv_reserv_item {
  text-align: center;
  margin-bottom: 40px;
}
.reservation .reserv_reserv_link {
  display: inline-block;
}
.reservation .reserv_reserv_btn {
  display: inline-block;
  width: 100%;
  max-width: 420px;
  height: auto;
}
.reservation_list .reserv_sepa {
  margin-bottom: 40px;
}
.reservation_list_jr .reservation_item {
  margin-bottom: 0;
}
.reservation_item {
  padding: 12px 40px;
  border: solid 1px #707070;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .reservation_item {
    padding: 20px 10px;
    text-align: center;
    display: block;
  }
}
.reservation_item_companyname {
  height: 35px;
  position: relative;
  margin-bottom: 0.5em;
}
.reservation_item_companyname .collabo_type {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .reservation_item_companyname {
    min-width: 240px;
    width: 60%;
    margin: 0 auto 1em;
    text-align: left;
  }
}
.reservation_item_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .reservation_item_content {
    display: block;
  }
}
.reservation_item_textarea {
  max-width: 585px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .reservation_item_textarea {
    margin-left: 0px;
  }
}
.reservation_item_header {
  font-size: 1.125rem;
  margin: 0.5em 0 0.1em;
}
@media screen and (max-width: 767px) {
  .reservation_item_header {
    text-align: left;
    padding-top: 1em;
  }
}
.reservation_item_para {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .reservation_item_para {
    text-align: left;
  }
}
.reservation_item_btn {
  max-width: 280px;
  width: 100%;
  margin-top: 20px;
}
.reservation .reservation_item_link {
  display: flex;
}
@media screen and (max-width: 1079px) {
  .reservation .reservation_item_link {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 1079px) {
  .reservation .reservation_item_link a {
    margin-right: auto;
    margin-left: auto;
  }
}
.reservation .reservation_item_link a:last-child {
  margin-left: auto;
}

.footer {
  background-color: #537C6E;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.footer .linkbnr {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer .linkbnr {
    padding-top: 40px;
  }
}
.footer .linkbnr_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media screen and (max-width: 1079px) {
  .footer .linkbnr_list {
    justify-content: center;
  }
}
.footer .linkbnr_list_item {
  margin-bottom: 40px;
  margin-right: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer .linkbnr_list_item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1060px) {
  .footer .linkbnr_list_item.banner_none {
    display: none;
  }
}
.footer .linkbnr_img {
  max-width: 240px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer .linkbnr_img {
    max-width: 170px;
  }
}
.footer .linkbnr .sec_inner {
  max-width: 1070px;
}

.contact-area {
  max-width: 600px;
  color: #ffffff;
  margin: 50px auto 80px auto;
  border: 1px solid #FFFFFF;
  text-align: center;
  font-style: normal;
}
.contact-area.sec_inner {
  padding: 20px 100px;
}
@media screen and (max-width: 767px) {
  .contact-area.sec_inner {
    padding: 20px 30px;
  }
}
.contact-area_head {
  font-size: 1.5rem;
  font-weight: normal;
}
.contact-area_text {
  font-size: 0.875rem;
  line-height: 1.7;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .contact-area_text .span {
    display: block;
  }
}
.contact-area_tel {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-area_tel img {
  display: inline-block;
  vertical-align: middle;
}
.contact-area_tel a {
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
.contact-area_time {
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.copyright {
  background-color: #072216;
  color: #ffffff;
  height: 56px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 20px 33px;
    height: auto;
  }
}
.copyright .sec_inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .copyright .sec_inner {
    width: 100%;
    flex-direction: column;
    text-align: center;
    position: initial;
    top: 0;
    left: 0;
    transform: initial;
  }
}
.copyright_link {
  display: flex;
  justify-content: space-between;
}
.copyright_link a {
  text-decoration: none;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .copyright_link {
    margin-bottom: 20px;
    justify-content: space-around;
  }
}
.copyright_link_item:first-of-type {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .copyright_link_item:first-of-type {
    margin-right: 0;
  }
}

.topic-path .container {
  display: flex;
  font-size: 12px;
}
.topic-path ol li {
  margin-bottom: 5px;
  margin-right: 30px;
  position: relative;
}
.topic-path ol li:after {
  content: ">";
  padding: 0 0.2em;
  color: #333;
  position: absolute;
  right: -23px;
  top: 0;
}
.topic-path ol li:last-child:after {
  content: "";
  right: 0;
  top: 0;
}
.topic-path ol li a {
  color: #333;
}

.service_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 55px;
  padding-top: 20px;
}
@media screen and (max-width: 1079px) {
  .service_container {
    gap: 0 20px;
  }
}
.service_container .service_item {
  width: 240px;
  margin-right: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1079px) {
  .service_container .service_item {
    margin-right: 0;
    margin-bottom: 35px;
  }
}
.service_container .service_item:nth-child(4) {
  margin-right: 0;
}
.service_container .service_item:last-child {
  margin-right: 0;
}
.service_container .service_item img + p {
  margin-top: 10px;
  border-left: 6px solid #2A4C3E;
  padding-left: 13px;
}

@media screen and (max-width: 550px) {
  .service_container .service_item {
    width: 150px;
  }
  .service_container .service_item img {
    width: 150px;
  }
}
.cafe_menu {
  margin-top: 15px;
  margin-bottom: 35px;
  width: 287px;
  height: 54px;
  background-color: #294B3D;
}
@media screen and (max-width: 767px) {
  .cafe_menu {
    max-width: 287px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 450px) {
  .cafe_menu {
    width: auto;
  }
}
.cafe_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  height: 100%;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .cafe_hours_block {
    max-width: 287px;
    margin-right: auto;
    margin-left: auto;
  }
}
.cafe_hours_block .cafe_hours_title {
  font-size: 1.125rem;
  padding-bottom: 15px;
  text-align: center;
}
.cafe_hours_block .cafe_hours_line {
  border-top: 1px solid #333333;
  margin-bottom: 20px;
}
.cafe_hours_block .cafe_hours_period div {
  display: flex;
  font-size: 1.125rem;
  padding-left: 14px;
  padding-right: 15px;
}
.cafe_hours_block .cafe_hours_period div:first-child {
  margin-bottom: 14px;
}
.cafe_hours_block .cafe_hours_period .m_period {
  width: 110px;
}
.cafe_hours_block .cafe_hours_period .m_time {
  width: calc(100% - 84px);
  text-align: right;
}

.flat_fee_block .plan_title {
  width: 100%;
  height: 50px;
  background-color: #294B3D;
  font-size: 1.5rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flat_fee_block .flat_fee_detail {
  display: flex;
  height: 110px;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .flat_fee_block .flat_fee_detail {
    flex-direction: column;
    height: auto;
  }
}
.flat_fee_block .flat_fee_detail_area {
  width: 30%;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flat_fee_block .flat_fee_detail_area {
    width: 100%;
    padding: 20px 0 0;
  }
}
.flat_fee_block .flat_fee_detail_price1 {
  width: 40%;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flat_fee_block .flat_fee_detail_price1 {
    width: 100%;
    padding: 20px 0 0;
  }
}
.flat_fee_block .flat_fee_detail_price2 {
  width: 30%;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flat_fee_block .flat_fee_detail_price2 {
    width: 100%;
    padding: 20px 0 20px;
  }
}
.flat_fee_block .flat_fee_detail_price2 span {
  transform: scale(0.6, 0.6);
}
.flat_fee_block .flat_fee_annotation {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 25px;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .flat_fee_block .flat_fee_annotation {
    text-align: left;
    font-size: 1rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

.access_merit {
  display: flex;
  justify-content: center;
  padding-top: 43px;
  margin-bottom: 79px;
}
@media screen and (max-width: 767px) {
  .access_merit {
    max-width: 340px;
    margin: 0 auto 20px;
  }
}

.facility_address {
  color: white;
  text-align: center;
  padding-bottom: 20px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .facility_address {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.howtoreserve .sec_inner {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1079px) {
  .howtoreserve .sec_inner {
    width: 100%;
  }
}
.howtoreserve .sec_header {
  text-align: center;
  margin-bottom: 87px;
}
.howtoreserve .sec_header .main,
.howtoreserve .sec_header .catch {
  display: block;
}
.howtoreserve .sec_header .catch {
  margin-top: 10px;
  font-size: 1.125rem;
}
.howtoreserve .sec_header::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}
.howtoreserve .howtoreserve_block {
  display: flex;
  padding-bottom: 100px;
  margin-right: 20px;
  margin-left: 20px;
}
@media (max-width: 899px) {
  .howtoreserve .howtoreserve_block {
    flex-wrap: wrap;
  }
}
@media (max-width: 838px) {
  .howtoreserve .howtoreserve_block {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .howtoreserve .howtoreserve_block {
    justify-content: start;
    padding-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .howtoreserve .howtoreserve_block {
    justify-content: center;
    flex-direction: column;
    width: 287px;
    margin-right: auto;
    margin-left: auto;
  }
}
.howtoreserve .howtoreserve_block_step {
  width: 186px;
}
@media screen and (max-width: 1079px) {
  .howtoreserve .howtoreserve_block_step {
    padding-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .howtoreserve .howtoreserve_block_step {
    width: 287px;
  }
}
.howtoreserve .howtoreserve_block_step .step_text, .howtoreserve .howtoreserve_block_step .step_note {
  line-height: 1.5;
}
.howtoreserve .howtoreserve_block_step_img {
  margin-bottom: 39px;
}
@media (max-width: 899px) {
  .howtoreserve .howtoreserve_block_step_img {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .howtoreserve .howtoreserve_block_step_img {
    text-align: center;
  }
}
.howtoreserve .howtoreserve_block_step_next {
  width: 112px;
  background-image: url(../img/step_next.png);
  background-repeat: no-repeat;
  background-position: 50% 38%;
}
@media (max-width: 540px) {
  .howtoreserve .howtoreserve_block_step_next {
    height: 35px;
    width: 287px;
    transform: rotate(90deg);
    background-position: 40% 50%;
  }
}

.howtoe_e .sec_inner {
  width: 1080px;
  margin: 0 auto;
  background-color: #EFF2EF;
  padding-bottom: 108px;
  margin-bottom: 240px;
}
@media screen and (max-width: 1079px) {
  .howtoe_e .sec_inner {
    width: 100%;
    padding-bottom: 80px;
    margin-bottom: 40px;
  }
}
.howtoe_e .sec_header {
  text-align: center;
  margin-bottom: 72px;
}
.howtoe_e .sec_header .main,
.howtoe_e .sec_header .catch {
  display: block;
}
.howtoe_e .sec_header .main {
  font-size: 1.5rem;
}
.howtoe_e .sec_header .catch {
  margin-top: 10px;
  font-size: 1.125rem;
}
.howtoe_e .sec_header::after {
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
}
.howtoe_e .howtoe_e_firstarea {
  padding-top: 39px;
}
.howtoe_e .howtoe_e_secondarea {
  display: flex;
  width: 836px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .howtoe_e .howtoe_e_secondarea {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }
}
.howtoe_e .howtoe_e_title {
  color: #D16928;
  font-size: 1.125rem;
  width: 196px;
  margin-right: 38px;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .howtoe_e .howtoe_e_title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.howtoe_e .howtoe_e_exp {
  width: 602px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .howtoe_e .howtoe_e_exp {
    width: 100%;
  }
}
.howtoe_e .howtoe_e_thirdarea {
  width: 836px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .howtoe_e .howtoe_e_thirdarea {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .howtoe_e .howtoe_e_thirdarea img {
    max-width: 100%;
  }
}

.target_point {
  height: 0px;
}
@media screen and (max-width: 767px) {
  .target_point {
    padding-top: 70px;
    margin-top: -70px;
  }
}/*# sourceMappingURL=style.css.map */