@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Added by Yuta Adachi
   # ================================================================= */
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 1.8;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  color: #51401d;
  text-align: left;
  background-color: #FFF;
}

a {
  color: #51401d;
  text-decoration: none;
  transition: all 0.2s;
}

@media only screen and (min-width: 768px) {
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}

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

ul {
  padding-left: 0;
  margin: 0;
}

figure {
  margin: 0;
}

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

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* clearfix
------------------------------------------*/
.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* base
------------------------------------------*/
body, th, td, h1, h2, h3, h4, h5, h6, table, td, th {
  color: #51401d;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
  line-height: 1.7;
  box-sizing: border-box;
}

body {
  font-size: 76%;
}

a {
  color: #51401d;
  text-decoration: none;
}

a:hover {
  color: #51401d;
  text-decoration: underline;
}

a:hover.alpha img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

.alpha input:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}

a img, a:hover img {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 10px 0;
  font-size: 117%;
  line-height: 1.714;
}

table {
  margin: 0 0 25px 0;
}

#container {
  overflow: hidden;
  background: url("../img/common/paper_bg.jpg") repeat 0 0;
}

#container-inner {
  width: 100%;
}

#content-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 0 60px 0;
  width: 985px;
}

#content {
  padding: 0 0 0 210px;
}

#alpha {
  float: left;
  width: 750px;
  margin-right: 65px;
}

#beta {
  float: right;
  width: 170px;
}

@media screen and (max-width: 1024px) {
  #content-inner {
    padding: 0 3vw 5.55556vw;
    width: 100%;
  }
  #alpha {
    width: 71%;
    margin-right: 0;
  }
  #beta {
    width: 19%;
  }
}

@media screen and (max-width: 767px) {
  #content-inner {
    padding: 0 4vw 5vw;
    width: 100%;
  }
  #content {
    padding: 0;
  }
  .mt-main-index #content-inner #alpha {
    padding: 0;
  }
  body {
    position: relative;
  }
  #header {
    padding: 10px 3.6% 10px 3.6%;
    background-color: #ffffff !important;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.23);
    position: fixed;
    top: 0;
    z-index: 1999;
  }
  #alpha {
    width: 100%;
  }
  #beta {
    width: 100%;
  }
}

/* 右サイド
------------------------------------------*/
.snav {
  background: #51401d;
}

.snav-title {
  margin: 0;
  padding: 12px 10px 10px 46px;
  color: #fff;
  font-size: 14px;
  background: url(../img/common/snav_arrow_page.png) no-repeat right 50%;
}

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

.snav-title {
  margin: 0;
  padding: 0;
  background: none;
}

.snav-title a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 18px 0 0;
}

@media screen and (min-width: 768px) {
  .snav-title a {
    display: block;
    color: #fff;
    font-size: 1.36585vw;
    padding: 18px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .snav-title a {
    font-size: 14px;
    padding: 18px 0 0;
  }
}

.snav-title:first-child a {
  padding: 30px 0 0;
}

.snav-title:last-child a {
  padding: 18px 0 12px;
  border-bottom: none;
}

.snav-title a span {
  display: block;
  margin: 0 15px;
  border-bottom: 1px solid #fff;
  padding: 0 0 18px;
  background: url(../img/common/snav_arrow_page.png) no-repeat right 11%;
  background-size: 8px auto;
}

.anchor .snav-title a span {
  background: url(../img/common/snav_arrow_anchor.png) no-repeat right 11%;
  background-size: 13px auto;
}

.snav-title:last-child a span {
  border-bottom: none;
  padding: 0 0 18px;
}

.snav-title a:hover {
  text-decoration: none;
  background-color: #7b6027;
  opacity: 1;
}

/* 下層
------------------------------------------*/
h1 img.lower-ttl {
  width: 49.2vw;
}

@media screen and (min-width: 768px) {
  h1 img.lower-ttl {
    width: 29.52vw;
  }
}

@media screen and (min-width: 1250px) {
  h1 img.lower-ttl {
    width: 369px;
  }
}

h1#page-title {
  text-align: center;
  padding: 5.85938vw 0;
}

@media screen and (min-width: 768px) {
  h1#page-title {
    margin: 0 0 1.2vw 0;
    padding: 5.2vw 0;
  }
}

@media screen and (min-width: 1250px) {
  h1#page-title {
    margin: 0;
    padding: 65px 0 65px 245px;
  }
}

#alpha .entry-title {
  font-size: 22px;
  color: #13911c;
  background: url("../img/common/line_deco.png") repeat-x left bottom;
  background-size: 90px auto;
  padding: 0 0 5px 0;
  margin: 0 0 30px 0;
}

#alpha .year-title {
  font-size: 26px;
  color: #51401d;
  margin: 0 0 40px 0;
}

#alpha .entry-title-center {
  font-size: 22px;
  color: #13911c;
  background: url("../img/common/line_deco.png") repeat-x left bottom;
  background-size: 90px auto;
  margin: 0 0 20px 0;
  text-align: center;
}

.entry-asset h3 {
  position: relative;
  margin: 0 0 20px 0;
  padding: 8px 10px 4px 15px;
  font-size: 17px;
  font-weight: bold;
  border-bottom: #D1D1D1 2px solid;
}

.entry-asset h3:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 41px;
  height: 2px;
  background: #51401d;
}

.entry-asset {
  margin: 0 0 40px 0;
}

#breadcrumbs {
  margin: 0 0 50px 0;
  padding: 8px 0 6px 235px;
  border-bottom: 1px solid #cabd99;
}

#breadcrumbs p {
  margin: 0;
  font-size: 14px;
  font-family: YuGothic, "游ゴシック", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
}

#breadcrumbs span {
  text-decoration: underline;
}

@media screen and (max-width: 1249px) {
  #breadcrumbs {
    padding-left: 25px;
  }
}

@media screen and (max-width: 1024px) {
  #breadcrumbs {
    padding: 0.78125vw 0 0.48vw 3vw;
  }
}

@media screen and (max-width: 767px) {
  h2.entry-title {
    font-size: 5.06vw;
    margin: 0 0 6.66vw 0;
  }
  #breadcrumbs {
    margin: 0 0 20px 0;
    padding: 8px 0 6px 4.6875%;
    font-size: 76%;
  }
  #alpha .year-title {
    font-size: 26px;
    color: #51401d;
    margin: 0 0 30px 0;
  }
}

.pager {
  text-align: center;
  font-size: 18px;
  color: #51401d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 38px;
}

.pager .link_page,
.pager .current_page {
  padding: 0 10px;
}

.pager .link_page {
  text-decoration: underline;
  color: #4c9938;
}

.pager .next_page, .pager .prev_page {
  height: 46px;
  width: 46px;
  display: inline-block;
  background: url(../img/common/pager_next.png);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
  margin: 0 15px;
}

.pager .next_page a, .pager .prev_page a {
  width: 100%;
  height: 100%;
  display: block;
}

.pager .next_page a:hover, .pager .prev_page a:hover {
  text-decoration: none;
}

.pager .prev_page {
  height: 46px;
  width: 46px;
  display: inline-block;
  background: url(../img/common/pager_prev.png);
}

.bg-white {
  background: rgba(255, 255, 255, 0.7);
}

.bg-green {
  background: rgba(19, 145, 28, 0.2);
}

.header {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 2rem 3%;
  }
}

@media only screen and (min-width: 980px) {
  .header {
    width: 960px;
  }
}

.header-menu a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.botanical-btn a {
  display: block;
  width: 100%;
  min-height: 70px;
  color: #ffffff;
  text-align: center;
  background: url(../img/common/white_arrow.png) right 20px center no-repeat;
  background-color: #13911c;
  background-size: 12px 6px;
  position: relative;
  margin: 0 auto;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .botanical-btn a {
    width: 312px;
  }
}

.botanical-btn span {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .botanical-btn span {
    font-size: 4.8vw;
  }
}

/* news
------------------------------------------*/
.about-ttl {
  background-image: url("../img/mv/bg3.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
}

.about #alpha .entry-title {
  font-size: 22px;
  color: #13911c;
  background: url("../img/common/line_deco.png") repeat-x left bottom;
  background-size: 90px auto;
  padding: 0 0 5px 0;
  margin: 0 0 30px 0;
}

.about #alpha .txt-lead {
  font-size: 15px;
  text-align: justify;
  margin-bottom: 30px;
}

.about #alpha .txt-lead img{
  float: right;
  width: 182px;
  margin-left: 33px;
  margin-bottom: 25px;
}

.about #alpha .txt-lead-name01 {
  position: absolute;
    right: 40px;
    top: 207px;
    text-align: center;
    line-height: 1.6;
    font-size: 13px;
}

.about #alpha .txt-lead-name02 {
  font-size: 15px;
}

.main-about {
  margin-bottom: 30px;
}

.about #alpha table.txt-lead {
  width: 100%;
}

.about #alpha .txt-lead th, .about #alpha .txt-lead td {
  padding: 10px 0 10px 10px;
}

.about #alpha .txt-lead tr:first-child th,
.about #alpha .txt-lead tr:first-child td {
  padding-top: 0;
}

.about #alpha .txt-lead th {
  font-weight: bold;
  width: 6em;
  margin-right: 20px;
}

.about #alpha .txt-lead tr:nth-of-type(even) {
  background: rgba(19, 145, 28, 0.2);
}

/* contact
------------------------------------------*/
.contact-ttl {
  background-image: url("../img/mv/bg6.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
}

.contact #alpha {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.contact .bg-white {
  padding: 6.66667vw;
  margin-bottom: 4.53333vw;
}

@media screen and (min-width: 768px) {
  .contact .bg-white {
    padding: 2.8vw;
    margin-bottom: 2.72vw;
  }
}

@media screen and (min-width: 1250px) {
  .contact .bg-white {
    padding: 35px;
    margin-bottom: 34px;
  }
}

.contact #alpha .entry-title-center {
  width: 100%;
  text-align: center;
  font-size: 17px;
  padding-bottom: 5px;
  margin: 0 auto 30px;
  letter-spacing: .25em;
}

@media screen and (min-width: 375px) {
  .contact #alpha .entry-title-center {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px), print {
  .contact #alpha .entry-title-center {
    font-size: 24px;
    width: 446px;
  }
}

.contact #alpha .botanical-btn {
  margin-bottom: 25px;
}

.contact #alpha .botanical-btn span {
  margin-left: 0.5em;
}

.contact #alpha .botanical-btn span:before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url(../img/contact/contact_txt_03.png) 0 center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -1.5em;
  bottom: 0;
  margin: auto;
}

.contact #alpha .txt-lead {
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px;
}

.contact #alpha .txt-emphasis-tel {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.contact #alpha .txt-emphasis-tel span {
  padding-left: 1.7em;
  background: url(../img/contact/contact_txt_01.png) 0 center no-repeat;
  background-size: 24px;
}

.contact #alpha .txt-emphasis-mail {
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.contact .txt-annotation {
  font-size: 12px;
  text-align: center;
  margin: 0;
}

.contact #alpha .mailContentsList {
  width: 100%;
  padding: 30px 20px 25px;
  background-color: #e5eedb;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px), print {
  .contact #alpha .mailContentsList {
    width: 660px;
    padding: 30px 50px 25px;
  }
}

.contact #alpha .mailContentsList dt {
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  margin-bottom: 20px;
}

.contact #alpha .mailContentsList dd {
  font-size: 15px;
  font-weight: bold;
  padding-left: 30px;
  background: url(../img/contact/contact_txt_02.png) 0 center no-repeat;
  margin: 0 0 3px;
}

@media screen and (min-width: 768px), print {
  .contact #alpha .mailContentsList dd {
    font-size: 18px;
  }
}

/* イベント
------------------------------------------*/
.event-ttl {
  background-image: url("../img/mv/bg1.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .event .switch-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.event .switch-btn .botanical-btn {
  display: block;
  margin: 0 auto 3.33333vw;
  position: relative;
  width: 84vw;
  min-height: 14.66667vw;
}

@media screen and (min-width: 768px) {
  .event .switch-btn .botanical-btn {
    min-height: 46px;
    margin: 0;
    width: 49%;
  }
}

@media screen and (min-width: 1025px) {
  .event .switch-btn .botanical-btn {
    width: 480px;
  }
}

.event .switch-btn .botanical-btn a {
  width: 100%;
  min-height: 14.66667vw;
}

@media screen and (min-width: 768px) {
  .event .switch-btn .botanical-btn a {
    min-height: 46px;
  }
}

@media screen and (min-width: 1025px) {
  .event .switch-btn .botanical-btn a {
    min-height: 46px;
  }
}

.event .switch-btn .botanical-btn span {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.event .switch-btn .active {
  background-color: #13911c;
  border: 2px solid #13911c;
  color: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.event .switch-btn .active-year {
  background-color: #fff;
  color: #13911c;
}

.event .switch-btn .year a {
  border: 2px solid #13911c;
  color: #13911c;
  background: url(../img/common/green_arrow.png) right 10px center no-repeat, #fff;
  background-size: 12px 6px;
}

@media screen and (min-width: 768px) {
  .event .switch-btn .year a {
    background: url(../img/common/green_arrow.png) right 20px center no-repeat, #fff;
    background-size: 12px 6px;
  }
}

.event .switch-btn .year.year-active {
  border: 2px solid #13911c;
  color: #13911c;
  background: #fff;
  background-size: 12px 6px;
}

@media screen and (min-width: 768px) {
  .event .switch-btn .year.year-active {
    background: #fff;
    background-size: 12px 6px;
  }
}

.event .switch-btn .prev a {
  border: 2px solid #13911c;
  color: #fff;
  background: url(../img/common/white_arrow_prev.png) left 10px center no-repeat, #13911c;
  background-size: 12px 6px;
}

@media screen and (min-width: 768px) {
  .event .switch-btn .prev a {
    background: url(../img/common/white_arrow_prev.png) left 20px center no-repeat, #13911c;
    background-size: 12px 6px;
  }
}

.event #alpha .entry-title {
  padding: 0 0 20px 0;
  margin: 0 0 10px 0;
}

.event ul li.event-item {
  margin-bottom: 10.66667vw;
  padding: 0;
  position: relative;
  border: 3px solid rgba(19, 145, 28, 0.2);
}

@media only screen and (min-width: 768px) {
  .event ul li.event-item {
    width: 69.07317vw;
    margin-bottom: 80px;
    border: 5px solid rgba(19, 145, 28, 0.2);
  }
}

@media only screen and (min-width: 1025px) {
  .event ul li.event-item {
    width: 708px;
  }
}

.event .main-event ul, .main-event ul li.event-item, .main-event ul big {
  content: "";
  display: table;
  clear: both;
}

.event ul li.event-item, .event ul li.event-item > a {
  display: block;
  padding: 4.66667vw 4vw 4vw;
}

@media only screen and (min-width: 768px) {
  .event ul li.event-item, .event ul li.event-item > a {
    padding: 30px 32px;
  }
}

@media only screen and (min-width: 1025px) {
  .event ul li.event-item, .event ul li.event-item > a {
    padding: 30px 32px;
  }
}

.event ul li.event-item:hover, .event ul li.event-item > a:hover {
  text-decoration: none;
}

.event ul li.event-item > a:after {
  content: "";
  display: table;
  clear: both;
}

.event .event-item .txtArea {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .event .event-item .txtArea {
    float: none;
    width: 100%;
  }
}

.event .event-item .imgArea {
  width: 37.86667vw;
  position: absolute;
  top: -5.59896vw;
  right: -5.20833vw;
}

@media only screen and (min-width: 768px) {
  .event .event-item .imgArea {
    width: 21.7561vw;
    top: -3.70732vw;
    right: -4.68293vw;
  }
}

@media only screen and (min-width: 1025px) {
  .event .event-item .imgArea {
    width: 223px;
    top: -38px;
    right: -48px;
  }
}

.event .event-item .imgArea img {
  width: 100%;
}

.event #alpha .title {
  color: #55a340;
  font-weight: bold;
  font-size: 4.8vw;
  margin-bottom: 18px;
  letter-spacing: .05em;
  width: 49.06667vw;
  min-height: 4em;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .event #alpha .title {
    max-width: 40vw;
    font-size: 20px;
    min-height: 3em;
  }
}

@media only screen and (min-width: 1025px) {
  .event #alpha .title {
    max-width: 452px;
  }
}

.event #alpha .date {
  width: 100%;
  font-weight: bold;
  color: #13911c;
}

@media only screen and (min-width: 768px) {
  .event #alpha .date {
    max-width: 40vw;
    margin: 0 0 2.73171vw 0;
  }
}

@media only screen and (min-width: 1025px) {
  .event #alpha .date {
    max-width: 452px;
    margin: 0 0 28px 0;
  }
}

.event .event-item .cat1 {
  font-size: 96%;
  color: #fff;
  padding: 5px 10px 3px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .event .event-item .cat1 {
    font-size: 50%;
    padding: 2px 5px 1px;
    position: relative;
    top: -1px;
  }
}

.event .event-item .excerpt,
.event .event-item .excerpt big,
.event .asset-body,
.vent .asset-body big {
  font-weight: normal;
  color: #51401d;
  font-size: 14px;
  line-height: 1.6;
}

.event #alpha .date span {
  font-size: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .event .event-item .date span {
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.event #alpha .date span:first-child {
  width: 4em;
  display: inline-block;
  margin: 0 2vw 0 0;
  font-size: 14px;
  font-size: 3.73333vw;
  background: #13911c;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 1px 1px 0;
}

@media screen and (min-width: 768px) {
  .event #alpha .date span:first-child {
    margin: 0 16px 0 0;
    font-size: 14px;
    padding: 1px 1px 0;
  }
}

@media screen and (min-width: 1025px) {
  .event #alpha .date span:first-child {
    margin: 0 16px 0 0;
    font-size: 14px;
    padding: 1px 1px 0;
  }
}

.event #alpha .botanical-btn span {
  width: 10em;
}

.event #alpha .date .big-MD {
  font-size: 20px;
  font-size: 5.33333vw;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .event #alpha .date .big-MD {
    font-size: 28px;
  }
}

.event #alpha font {
  font-size: 14px;
  color: #51401d;
  font-weight: normal;
  text-indent: 0;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .event #alpha font {
    font-size: 14px;
    font-weight: bold;
    text-indent: 0;
    display: inline;
  }
}

.event #alpha .details {
  display: inline;
}

.event .event-item .excerpt {
  margin-top: 25px;
}

.event .event-item .botanical-btn {
  width: 84vw;
  display: block;
  min-height: 14.66667vw;
  color: #fff;
  text-align: center;
  background: url(../img/common/white_arrow.png) right 20px center no-repeat;
  background-color: #13911c;
  background-size: 12px 6px;
  position: relative;
  margin: 3.33333vw auto 0;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .event .event-item .botanical-btn {
    width: 300px;
    min-height: 46px;
    margin: 25px auto 0;
  }
}

.event .event-item .botanical-btn span {
  display: inline-block;
  font-size: 3.73333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.66667vw 0;
}

@media screen and (min-width: 768px), print {
  .event .event-item .botanical-btn span {
    font-size: 14px;
    padding: 11px 0;
  }
}

@media only screen and (min-width: 768px) {
  .event #alpha .main-event ul > :nth-child(even) {
    margin-left: 42px;
    float: right;
  }
}

.event #alpha .main-event ul > :nth-child(even) .imgArea {
  right: 0;
  left: -5.20833vw;
}

@media only screen and (min-width: 768px) {
  .event #alpha .main-event ul > :nth-child(even) .imgArea {
    left: -48px;
  }
}

@media only screen and (min-width: 1025px) {
  .event #alpha .main-event ul > :nth-child(even) .imgArea {
    left: -48px;
  }
}

.event #alpha .main-event ul > :nth-child(even) .title {
  margin-left: 39.6%;
  min-height: 4em;
}

@media only screen and (min-width: 768px) {
  .event #alpha .main-event ul > :nth-child(even) .title {
    margin-left: 17.56098vw;
    min-height: 3em;
    max-width: 40vw;
  }
}

@media only screen and (min-width: 1025px) {
  .event #alpha .main-event ul > :nth-child(even) .title {
    margin-left: 180px;
  }
}

@media only screen and (min-width: 768px) {
  .event #alpha .main-event ul > :nth-child(even) .date {
    margin-left: 17.56098vw;
  }
}

@media only screen and (min-width: 1025px) {
  .event #alpha .main-event ul > :nth-child(even) .date {
    margin-left: 180px;
  }
}

.event #alpha .main-event ul > :nth-child(even) .botanical-btn {
  margin: 3.33333vw 0 0;
}

@media only screen and (min-width: 768px) {
  .event #alpha .main-event ul > :nth-child(even) .botanical-btn {
    margin: 25px 0 0 123px;
  }
}

.event #alpha .asset-body big {
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .main-event {
    margin: 0 0 21.66vw 0;
  }
}

.event .event-item .linkArea ul:after {
  content: "";
  display: table;
  clear: both;
}

.event .event-item .linkArea li {
  padding: 0;
  border: none;
  display: inline-block;
  font-size: 84%;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .event .event-item .linkArea li {
    font-size: 50%;
    margin-bottom: 10px;
  }
}

.event .event-item .linkArea li span {
  margin: 0;
}

.event .event-item .linkArea li:not(:last-child) {
  padding: 8px 10px 5px;
  background-color: #e3e3f1;
  text-align: center;
  margin-left: 10px;
}

.event .event-item .linkArea li:first-child {
  margin-left: 0;
}

.event .event-item .linkArea li:last-child {
  float: right;
}

@media only screen and (max-width: 767px) {
  .event .event-item .linkArea li:last-child {
    float: none;
    display: block;
    text-align: right;
  }
  .event .event-item .linkArea li:last-child img {
    width: 37%;
  }
}

.event .event-link {
  margin: 0 20px 50px;
}

.event .event-link:after {
  content: "";
  display: table;
  clear: both;
}

.event .event-link a:hover {
  opacity: .6;
}

.event .event-link li {
  float: right;
  width: 48%;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .event .event-link li {
    float: none;
    width: 100%;
  }
}

.event .event-link li a {
  margin: 0;
}

.event .event-link li img {
  width: 100%;
}

.event .event-link li:first-child {
  float: left;
}

@media only screen and (max-width: 767px) {
  .event .event-link li:first-child {
    float: none;
    margin-bottom: 20px;
  }
}

.years #alpha .date {
  color: #51401d;
}

.years #alpha .main-news {
  margin: 0 0 9.66vw 0;
}

@media only screen and (min-width: 768px) {
  .years #alpha .main-news {
    margin: 0 0 5.85366vw 0;
  }
}

@media only screen and (min-width: 1025px) {
  .years #alpha .main-news {
    margin: 0 0 60px 0;
  }
}

.main-news .archive-list {
  background: none;
  color: #009400;
}

.event-details #alpha .date {
  max-width: 100%;
}

.year #alpha .date {
  color: #554014;
}

.footer {
  position: relative;
}

.footer #pagetop {
  display: none;
  right: 10px;
}

.footer #pagetop a {
  display: block;
  background: #CCC;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.footer #pagetop.fixed {
  position: fixed;
  bottom: 10px;
}

.footer #pagetop.static {
  position: absolute;
  top: -60px;
}

.footer-main {
  background: #CCC;
}

.footer-navi {
  text-align: center;
}

.footer-navi li {
  display: inline;
}

.footer .copy {
  text-align: center;
}

#footer {
  position: relative;
  padding: 0 0 0 210px;
  width: 100%;
}

#footer-inner {
  position: relative;
  padding: 55px 0 245px 0;
  background: #F6F6F6 url(../img/footer/footer-bg.jpg) repeat-x 0 bottom;
}

.pagetop a {
  position: absolute;
  top: -35px;
  right: 40px;
  width: 42px;
  height: 35px;
  text-indent: -9999px;
  background: url(../img/footer/pagetop.jpg) no-repeat 0 0;
}

.fnav {
  padding: 0 80px 0 55px;
  min-height: 230px;
}

.fnav > ul > li {
  float: left;
  width: 20%;
}

.fnav > ul > li > a {
  padding: 0;
  font-size: 15px;
  background: none;
}

.fnav a {
  display: block;
  margin: 0 0 4px 0;
  padding: 0 0 0 10px;
  color: #202020;
  font-size: 12px;
  font-weight: bold;
  background: url(../img/footer/arrow02.jpg) no-repeat 0 5px;
}

.footer-logo {
  position: absolute;
  left: 43px;
  bottom: 24px;
  width: 171px;
  height: 32px;
  text-indent: -9999px;
  background: url(../img/footer/footer-logo.png) no-repeat 0 0;
}

.footer-address {
  position: absolute;
  left: 240px;
  bottom: 39px;
  color: #fff;
  font-size: 12px;
}

.footer-address a {
  color: #fff;
}

.footer-copyright {
  position: absolute;
  left: 240px;
  bottom: 22px;
  color: #fff;
  font-size: 11px;
}

#footer nav {
  position: absolute;
  right: 47px;
  bottom: 19px;
}

#footer nav li {
  float: left;
  margin: 0 0 0 30px;
  padding: 0 0 0 16px;
  background: url(../img/footer/arrow03.jpg) no-repeat 0 50%;
}

#footer nav a {
  color: #fff;
  font-size: 13px;
}

br.b1,
br.b2 {
  display: none;
}

@media screen and (max-width: 1249px) {
  .footer-logo {
    left: 20px;
  }
  .footer-address {
    left: 200px;
  }
  .footer-copyright {
    left: 200px;
  }
  #footer nav {
    right: 20px;
  }
  #footer nav li {
    margin: 0 0 0 15px;
    padding: 0 0 0 10px;
  }
  #footer nav a {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .fnav,
  .tab-header {
    display: none;
  }
  #footer-inner {
    padding: 110px 0 0 0;
    background: #1BA0D1 url(../img/footer/footer-bg-sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
  }
  #footer .bottom {
    padding: 0 0 12px 3.125%;
  }
  .pagetop a {
    display: block;
    float: right;
    position: static;
    margin: 15px 3.125% 0 5%;
    width: 45px;
    height: 45px;
    background: url(../img/footer/pagetop-sp.png) no-repeat 0 0;
  }
  #footer .left {
    overflow: hidden;
  }
  #footer nav {
    position: static;
    margin: 0 0 5px 0;
  }
  #footer nav a {
    font-size: 15px;
  }
  .footer-address {
    position: static;
    font-size: 10px;
  }
  .footer-logo {
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 72px;
    background: #fff;
  }
  .footer-logo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 280px;
    height: 42px;
    background: url(../img/footer/footer_logo_sp.png) no-repeat 0 0;
    background-size: 100%;
    transform: translate(-50%, 30%);
  }
  .footer-copyright {
    position: static;
    padding: 8px;
    color: #202020;
    text-align: center;
    font-size: 15px;
    background: #F2F2F2;
  }
  #footer nav li:first-child {
    margin: 0;
  }
  br.b2 {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  #footer-inner {
    padding: 70px 0 0 0;
  }
  .pagetop a {
    margin: 15px 3% 0 3%;
    width: 30px;
    height: 30px;
    background: url(../img/footer/pagetop-sp.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  #footer .bottom {
    padding: 0 0 12px 3.125%;
  }
  #footer nav li {
    position: relative;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    background: none;
  }
  #footer nav li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin: -4px 0 0 0;
    width: 2px;
    height: 10px;
    background: #fff;
  }
  #footer nav li:last-child:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    margin: -4px 0 0 0;
    width: 2px;
    height: 10px;
    background: #fff;
  }
  #footer nav li a {
    font-size: 12px;
  }
  .footer-copyright {
    font-size: 12px;
    letter-spacing: -1px;
  }
}

h1#page-title.gallery-ttl {
  padding: 1.30208vw 0;
}

@media screen and (min-width: 768px) {
  h1#page-title.gallery-ttl {
    padding: 2.32vw 0 2.24vw;
  }
}

@media screen and (min-width: 1250px) {
  h1#page-title.gallery-ttl {
    padding: 29px 0 28px 245px;
  }
}

h1.gallery-ttl img.lower-ttl {
  width: 42vw;
}

@media screen and (min-width: 768px) {
  h1.gallery-ttl img.lower-ttl {
    width: 25.2vw;
  }
}

@media screen and (min-width: 1250px) {
  h1.gallery-ttl img.lower-ttl {
    width: 315px;
  }
}

.gallery-ttl {
  background-image: url(../img/mv/bg5.jpg);
  background-size: cover;
  background-position: center;
  margin: 0;
}

.gallery #alpha {
  float: left;
  width: 100%;
  margin: 0 auto;
}

.gallery-nav {
  margin: -21px 0 8vw;
}

@media screen and (min-width: 768px), print {
  .gallery-nav {
    margin: -50px 0 70px;
    border-bottom: 1px solid #d1cdc4;
    background-color: #fff;
    position: relative;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-nav:after {
    content: "";
    display: block;
    width: 743px;
    height: 65px;
    background: url(../img/gallery/gallery_bg_01_pc.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    z-index: 1;
  }
}

.gallery-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../img/gallery/gallery_bg_01_sp.png) center bottom no-repeat;
  background-size: contain;
  padding-bottom: 4vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .gallery-nav ul {
    width: 95%;
    padding-bottom: 0;
    background: none;
    position: relative;
    z-index: 2;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-nav ul {
    width: 990px;
    height: 105px;
  }
}

.gallery-nav li {
  display: table;
  width: 25%;
  min-height: 14.66667vw;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .gallery-nav li {
    width: calc(100% / 6);
    min-height: 105px;
    height: 105px;
  }
}

@media screen and (max-width: 767px) {
  .gallery-nav li:nth-child(4n+1) a {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .gallery-nav li:nth-child(5), .gallery-nav li:nth-child(6) {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .gallery-nav li:nth-child(5) a, .gallery-nav li:nth-child(6) a {
    border-top: 1px solid #d1cdc4;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-nav li:last-child a {
    border-right: 1px solid #d1cdc4;
  }
}

.gallery-nav li:nth-child(1) a:before {
  width: 7.46667vw;
  height: 5.2vw;
  background-image: url(../img/gallery/gallery_icon_01.png);
}

@media screen and (max-width: 767px) {
  .gallery-nav li:nth-child(1) a:before {
    left: 1.33333vw;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-nav li:nth-child(1) a:before {
    width: 42px;
    height: 29px;
  }
}

.gallery-nav li:nth-child(2) a:before {
  width: 5.33333vw;
  height: 6vw;
  background-image: url(../img/gallery/gallery_icon_02.png);
}

@media screen and (min-width: 768px), print {
  .gallery-nav li:nth-child(2) a:before {
    width: 30px;
    height: 34px;
    top: 15px;
  }
}

.gallery-nav li:nth-child(3) a:before {
  width: 5.06667vw;
  height: 5.33333vw;
  background-image: url(../img/gallery/gallery_icon_03.png);
}

@media screen and (min-width: 768px), print {
  .gallery-nav li:nth-child(3) a:before {
    width: 28px;
    height: 31px;
  }
}

.gallery-nav li:nth-child(4) a:before {
  width: 6.66667vw;
  height: 5.86667vw;
  background-image: url(../img/gallery/gallery_icon_04.png);
}

@media screen and (min-width: 768px), print {
  .gallery-nav li:nth-child(4) a:before {
    width: 39px;
    height: 33px;
    top: 15px;
  }
}

.gallery-nav li:nth-child(5) a:before {
  width: 6.4vw;
  height: 6.66667vw;
  background-image: url(../img/gallery/gallery_icon_05.png);
}

@media screen and (max-width: 767px) {
  .gallery-nav li:nth-child(5) a:before {
    left: 12vw;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-nav li:nth-child(5) a:before {
    width: 34px;
    height: 36px;
    top: 17px;
  }
}

.gallery-nav li:nth-child(6) a:before {
  width: 10.4vw;
  height: 6.53333vw;
  background-image: url(../img/gallery/gallery_icon_06.png);
}

@media screen and (min-width: 768px), print {
  .gallery-nav li:nth-child(6) a:before {
    width: 58px;
    height: 33px;
    top: 17px;
  }
}

.gallery-nav a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 4.26667vw;
  background: url(../img/gallery/gallery_arrow_01.png) right 4vw center no-repeat;
  background-size: 2.53333vw 1.46667vw;
  border-left: 1px solid #d1cdc4;
  position: relative;
  transition: all 0s;
}

@media screen and (min-width: 768px), print {
  .gallery-nav a {
    font-size: 17px;
    line-height: 1;
    background: none;
    padding-top: 40px;
  }
}

.gallery-nav a:before {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 2vw;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .gallery-nav a:before {
    top: 20px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-nav a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.76vw;
    background: url(../img/gallery/gallery_border_01.png) center bottom no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.96vw;
    margin: auto;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-nav a:after {
    height: 16px;
    bottom: -9px;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-nav a:hover {
    opacity: 1;
    color: #13911c;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-nav a:hover:after {
    background-image: url(../img/gallery/gallery_border_02.png);
  }
}

@media screen and (max-width: 767px) {
  .gallery-nav .active {
    position: relative;
  }
  .gallery-nav .active:after {
    content: "";
    display: block;
    width: 100%;
    height: 1.6vw;
    background-color: #13911c;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.gallery-nav .active a {
  opacity: 1;
  color: #13911c;
}

@media screen and (min-width: 768px), print {
  .gallery-nav .active a:after {
    background-image: url(../img/gallery/gallery_border_02.png);
  }
}

.gallery-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .gallery-list {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.gallery-list li {
  width: 48%;
  margin-bottom: 6vw;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .gallery-list li {
    width: 22.4%;
    margin: 0 1.3% 25px;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-list li {
    width: 220px;
  }
}

.gallery-list a {
  display: block;
  padding: 1.33333vw 1.33333vw 8.66667vw;
  background-color: #fff;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .gallery-list a {
    padding: 0.67961vw 0.67961vw 4.36893vw;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-list a {
    padding: 7px 7px 45px;
  }
}

.gallery-list .img {
  margin: 0;
}

.gallery-list .name {
  width: 100%;
  font-size: 4vw;
  line-height: 1.2;
  padding: 1.33333vw 2.66667vw;
  padding-right: 9.33333vw;
  background: url(../img/common/green_arrow.png) right 3.6vw center no-repeat;
  background-size: 3.2vw 1.2vw;
  background-color: #fff;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  .gallery-list .name {
    line-height: 1.4;
    font-size: 14px;
    padding: 1.16505vw 1.45631vw;
    padding-right: 3.8835vw;
    background-position: right 1.16505vw center;
    background-size: 1.45631vw 0.58252vw;
  }
}

@media screen and (min-width: 1250px) {
  .gallery-list .name {
    font-size: 14px;
    padding: 12px 15px;
    padding-right: 40px;
    background-position: right 12px center;
    background-size: 15px 6px;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-detailContents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    margin-bottom: 4.85437vw;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-detailContents {
    margin-bottom: 50px;
  }
}

.gallery-detailContents .imgArea {
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 768px), print {
  .gallery-detailContents .imgArea {
    width: 48%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-detailContents .txtArea {
    width: 48%;
  }
}

.gallery-detailContents .txtArea table {
  width: 100%;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px), print {
  .gallery-detailContents .txtArea table {
    margin-bottom: 3.8835vw;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-detailContents .txtArea table {
    margin-bottom: 40px;
  }
}

.gallery-detailContents .txtArea tr:nth-child(odd) {
  background-color: rgba(19, 145, 28, 0.1);
}

.gallery-detailContents .txtArea th,
.gallery-detailContents .txtArea td {
  font-size: 3.2vw;
  padding-top: 1.33333vw;
  padding-bottom: 1.33333vw;
}

@media screen and (min-width: 768px), print {
  .gallery-detailContents .txtArea th,
  .gallery-detailContents .txtArea td {
    font-size: 1.45631vw;
    padding-top: 0.58252vw;
    padding-bottom: 0.58252vw;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-detailContents .txtArea th,
  .gallery-detailContents .txtArea td {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.gallery-detailContents .txtArea th {
  font-weight: bold;
  width: 20vw;
  padding-left: 4vw;
}

@media screen and (min-width: 768px), print {
  .gallery-detailContents .txtArea th {
    width: 8.25243vw;
    padding-left: 1.74757vw;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-detailContents .txtArea th {
    width: 85px;
    padding-left: 18px;
  }
}

.gallery-detailContents .txtArea td {
  padding-right: 4vw;
}

@media screen and (min-width: 768px), print {
  .gallery-detailContents .txtArea td {
    padding-right: 1.74757vw;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-detailContents .txtArea td {
    padding-right: 18px;
  }
}

.gallery-detailContents .txtArea p, .gallery-detailContents .txtArea div {
  font-size: 3.2vw;
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 768px), print {
  .gallery-detailContents .txtArea p, .gallery-detailContents .txtArea div {
    font-size: 1.26214vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-detailContents .txtArea p, .gallery-detailContents .txtArea div {
    font-size: 13px;
  }
}

.gallery-imgList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5.33333vw;
}

@media screen and (min-width: 768px), print {
  .gallery-imgList {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-bottom: 1.94175vw;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-imgList {
    margin-bottom: 20px;
  }
}

.gallery-imgList li {
  width: 48%;
  margin-bottom: 3.33333vw;
}

@media screen and (min-width: 768px), print {
  .gallery-imgList li {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 2.91262vw;
  }
}

@media screen and (min-width: 1030px) {
  .gallery-imgList li {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .gallery-imgList li:nth-child(3n+1) {
    margin-left: 0;
  }
}

.gallery-backBtn {
  width: 75%;
  margin: 0 auto;
}

@media screen and (min-width: 768px), print {
  .gallery-backBtn {
    width: 300px;
  }
}

.gallery-backBtn a {
  display: block;
  font-size: 3.73333vw;
  color: #fff;
  text-align: center;
  padding: 2.66667vw 0;
  background: url(../img/common/white_arrow_02.png) 1.5em center no-repeat;
  background-color: #13911c;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .gallery-backBtn a {
    font-size: 14px;
    padding: 11px 0;
    background-position: 20px center;
  }
}

/* guide
------------------------------------------*/
.guide-ttl {
  background-image: url("../img/mv/bg4.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
}

.guide .main-guide {
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 768px) {
  .guide .main-guide {
    margin-bottom: 2.4vw;
  }
}

@media screen and (min-width: 1250px) {
  .guide .main-guide {
    margin-bottom: 30px;
  }
}

.guide .main-guide:last-child {
  margin-bottom: 0;
}

.guide .content-title {
  text-align: center;
  margin-bottom: 37px;
}

.guide .content-title img {
  width: 67%;
}

@media screen and (min-width: 768px) {
  .guide .content-title img {
    width: 249px;
  }
}

.guide .bg-white {
  padding: 6.66667vw;
  margin-bottom: 4.53333vw;
}

@media screen and (min-width: 768px) {
  .guide .bg-white {
    padding: 2.8vw;
    margin-bottom: 2.72vw;
  }
}

@media screen and (min-width: 1250px) {
  .guide .bg-white {
    padding: 35px;
    margin-bottom: 34px;
  }
}

.guide .bg-green {
  padding: 3.33333vw 5.06667vw;
  margin-bottom: 4.53333vw;
}

@media screen and (min-width: 768px) {
  .guide .bg-green {
    padding: 2vw 3.04vw;
    margin-bottom: 3.2vw;
  }
}

@media screen and (min-width: 1250px) {
  .guide .bg-green {
    padding: 25px 38px 30px;
    margin-bottom: 40px;
  }
}

.guide #alpha .entry-title {
  font-size: 18px;
  margin: 0 0 25px 0;
}

.guide #alpha .entry-title-center {
  text-align: center;
  background: none;
  font-size: 18px;
}

.guide #alpha .enclose .txt-lead {
  margin: 0 3.33333vw 1.73333vw;
}

@media screen and (min-width: 768px) {
  .guide #alpha .enclose .txt-lead {
    margin: 0 3.2vw 2vw;
  }
}

@media screen and (min-width: 1250px) {
  .guide #alpha .enclose .txt-lead {
    margin: 0 40px 25px;
  }
}

.guide #alpha .txt-lead {
  font-size: 14px;
  text-align: justify;
  margin-bottom: 30px;
}

.guide .main-guide .txt-emphasis {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 20px;
  font-weight: bold;
}

.guide .main-guide .txt-emphasis span {
  background: #4c9938;
  color: #fff;
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  padding: 5px 0 3px;
  width: 70px;
  line-height: 1;
  text-align: center;
  margin-right: 13px;
}

.guide .main-guide .tel {
  font-size: 22px;
  margin-bottom: 10px;
}

.guide .main-guide .email {
  font-size: 16px;
  margin-bottom: 10px;
}

.guide .main-guide .email a {
  text-decoration: underline;
}

.guide .txt-annotation {
  font-size: 12px;
  text-align: justify;
  margin-bottom: 25px;
}

.guide .enclose-line {
  position: relative;
  height: 4.53333vw;
  margin: 0 0 2vw;
}

@media screen and (min-width: 768px) {
  .guide .enclose-line {
    height: 17px;
    margin: 0 0 1.2vw;
  }
}

@media screen and (min-width: 1250px) {
  .guide .enclose-line {
    margin: 0 0 15px;
  }
}

.guide .enclose-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 4.53333vw;
  background: url(../img/common/line_enclose_01.png) top left no-repeat;
  background-size: 95%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .guide .enclose-line::before {
    width: 375px;
    height: 17px;
    background-size: 100%;
  }
}

.guide .enclose-line-bottom::before {
  transform: scaleY(-1);
}

.guide .enclose-line::after {
  content: "";
  display: block;
  width: 100%;
  height: 4.53333vw;
  background: url(../img/common/line_enclose_02.png) top right no-repeat;
  background-size: 95%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .guide .enclose-line::after {
    content: "";
    width: 375px;
    height: 17px;
    background-size: 100%;
  }
}

.guide .enclose-line-bottom {
  margin-bottom: 0;
}

.guide .enclose-line-bottom::after {
  transform: scaleY(-1);
}

.guide #alpha .mailContentsList {
  width: 100%;
  padding: 30px 20px 25px;
  background-color: #e5eedb;
  margin: 10px auto 0;
}

@media screen and (min-width: 768px), print {
  .guide #alpha .mailContentsList {
    width: 604px;
    padding: 17px 26px 17px;
  }
}

.guide #alpha .mailContentsList dt {
  font-size: 13px;
  text-align: left;
  text-decoration: underline;
  margin-bottom: 10px;
}

.guide #alpha .mailContentsList dd {
  font-size: 12px;
  font-weight: bold;
  padding-left: 22px;
  background: url(../img/contact/contact_txt_02.png) 0 center no-repeat;
  margin: 0 0 3px;
  background-size: 12px;
}

@media screen and (min-width: 768px), print {
  .guide #alpha .mailContentsList dd {
    font-size: 12px;
  }
}

/* top
------------------------------------------*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.fixed-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 210px;
  height: 100%;
  background: #fff url(../img/header/fixed-bg.png) repeat-x 0 bottom;
  box-shadow: 2px 0px 11px 0px rgba(0, 0, 0, 0.23);
  z-index: 999;
}

.gnav-sp {
  display: none;
}

.fixed-menu .logo {
  margin: 0;
}

.fixed-menu .logo a {
  display: block;
  padding: 0;
  text-align: center;
  background: #fff;
}

.fixed-menu li {
  background: #dbebd1;
}

body.access .fixed-menu li:nth-child(5),
body.activity .fixed-menu li:nth-child(4),
body.overview .fixed-menu li:nth-child(3),
body.greeting .fixed-menu li:nth-child(2),
body.news .fixed-menu li:nth-child(1) {
  background: #dbebd1;
}

.fixed-menu li a {
  position: relative;
  display: block;
  padding: 24px 35px 20px 53px;
  color: #51401d;
  font-size: 15px;
  font-weight: bold;
  border-bottom: #FFF 1px solid;
}

.fixed-menu li a:after {
  content: '';
  position: absolute;
  top: 57%;
  right: 24px;
  margin: -7px 0 0 0;
  width: 12px;
  height: 4px;
  background: url(../img/common/main_arrow.png) no-repeat 0 0;
  background-size: 100%;
}

.fixed-menu li:nth-child(1) a {
  background: url(../img/header/gnav_icon_event.png) no-repeat 24px 50%;
}

.fixed-menu li:nth-child(2) a {
  background: url(../img/header/gnav_icon_news.png) no-repeat 24px 50%;
}

.fixed-menu li:nth-child(3) a {
  background: url(../img/header/gnav_icon_about.png) no-repeat 24px 50%;
}

.fixed-menu li:nth-child(4) a {
  background: url(../img/header/gnav_icon_guide.png) no-repeat 24px 50%;
}

.fixed-menu li:nth-child(5) a {
  background: url(../img/header/gnav_icon_gallery.png) no-repeat 24px 50%;
}

.fixed-menu li a:hover {
  text-decoration: none;
  background-color: #b5e298;
  opacity: 1;
}

/* 2024.02.18追加 */
.fixed-menu li{
  line-height: 0.9;
}


/* 2024.02.03追加 */
.fixed-menu .sns_btn{
  display: flex;
  justify-content: center;
  gap: 12px;
  position: fixed;
  top: 66px;
  right: 16px;
}

/* 2024.02.03追加 */
.fixed-menu .sns_btn a img{
  width: 58px;
}

.apply-btn {
  padding: 12px 28px 4px;
}

#header {
  width: 100%;
  background: none;
  position: absolute;
  z-index: 5;
}

#header .gnav ul {
  text-align: right;
  position: fixed;
  top: 0;
  right: 0;
}

#header .gnav li {
  display: inline-block;
  margin: 0 -4px 0 0;
  /*width: 235px;*/
  width: 225px;
  font-size: 13px;
  text-align: left;
  background: #fff;
}

#header .gnav li:last-child {
  margin: 0;
}

/*#header .gnav li a{
	transition: 0.6s;
}*/
#header .gnav li:nth-child(1) a {
  padding: 0 0 0 55px;
  background: url(../img/header/list-bg.jpg) no-repeat 25px 50%;
}

#header .gnav li:nth-child(2) a {
  padding: 0 0 0 56px;
  background: url(../img/header/list-bg02.jpg) no-repeat 25px 50%;
}

#header .gnav li:nth-child(3) a {
  padding: 0 0 0 58px;
  /*background: $c-official url(../img/header/list-bg03.png) no-repeat 5px 50%;*/
  background: #01A7D7 url(../img/header/logo-badge.png) no-repeat 13px 7px;
}

#header .gnav li:nth-child(4) a {
  /*padding: 14px 0 10px 0;*/
  text-align: center;
  background: #dbebd1;
}

#header .gnav li a {
  display: block;
  /*padding: 10px 0;*/
  padding: 0;
  color: #222;
  line-height: 50px;
}

#header .gnav li a:hover {
  opacity: 0.65;
  text-decoration: none;
}

#header .gnav li:nth-child(1),
#header .gnav li:nth-child(2) {
  width: 156px;
}

#header .gnav li:nth-child(4) a,
#header .gnav li:nth-child(3) a {
  color: #fff;
}

.tab-header {
  display: none;
}

.fixed-menu-sp {
  position: fixed;
  top: 0;
  right: -100%;
  padding: 0 0 50% 0;
  width: 78.2%;
  height: 100%;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  z-index: 2000;
}

.fixed-menu-sp:before {
  position: relative;
}

.fixed-menu-sp:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 7%;
  height: 100%;
  box-shadow: 4px -8px 14px rgba(230, 230, 230, 0.5) inset;
  z-index: 10;
}

.fixed-base {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.logo2 {
  width: 10.4vw;
  margin: 1.5vw 3.4vw;
  margin-left: auto;
}

.logo2 img {
  width: 100%;
}

.fixed-menu-sp li {
  list-style: none;
  border-bottom: #fff 1px solid;
  background: #dbebd1;
}

.fixed-menu-sp li a {
  position: relative;
  display: block;
  padding: 35px 5px 30px 18%;
  color: #5F5F5F;
  font-size: 4.53vw;
  font-weight: bold;
}

.fixed-menu-sp li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5%;
  margin: -12px 0 0 0;
  width: 14px;
  height: 24px;
  background: url(../img/common/main_arrow.png) no-repeat 0 0;
  background-size: 100%;
}

.fixed-menu-sp li:nth-child(1) a {
  background: url(../img/header/gnav_icon_event.png) no-repeat 7.5% 50%;
  background-size: 5.5% auto;
}

.fixed-menu-sp li:nth-child(2) a {
  background: url(../img/header/gnav_icon_news.png) no-repeat 7.5% 50%;
  background-size: 5.5% auto;
}

.fixed-menu-sp li:nth-child(3) a {
  background: url(../img/header/gnav_icon_about.png) no-repeat 7.5% 50%;
  background-size: 4.5% auto;
}

.fixed-menu-sp li:nth-child(4) a {
  background: url(../img/header/gnav_icon_guide.png) no-repeat 7.5% 50%;
  background-size: 5.5% auto;
}

.fixed-menu-sp li:nth-child(5) a {
  background: url(../img/header/gnav_icon_gallery.png) no-repeat 7.5% 50%;
  background-size: 6.5% auto;
}

.fixed-menu-sp li:nth-child(6) a {
  background: url(../img/header/gnav_icon_access.png) no-repeat 7.5% 50%;
  background-size: 5.5% auto;
}

.fixed-menu-sp li:nth-child(7) a {
  background: url(../img/header/gnav_icon_contact.png) no-repeat 7.5% 50%;
  background-size: 5.5% auto;
}

.fixed-menu-sp .bottom {
  padding: 30px 0 0 0;
}

.fixed-menu-sp .bottom a {
  display: block;
  margin: 0 auto 20px auto;
  width: 81.2%;
}

@media screen and (max-width: 1249px) {
  #header {
    width: 100%;
    background: none;
    position: absolute;
    z-index: 5;
  }
  .slideshow,
  #content,
  .main-content .inner,
  .main-news .inner,
  #footer {
    padding: 0;
  }
  .gnav,
  .fixed-menu {
    display: none;
  }
  .fixed-menu .logo {
    display: block;
  }

  /* 2024.02.18追加 */
  .fixed-menu li{
    line-height: 1.7;
  }

  .tab-header {
    position: relative;
    display: block;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.23);
    height: 8.4vw;
    z-index: 100;
    background: #fff;
  }
  .tab-menu {
    float: left;
    width: 70%;
  }
  .tab-menu li {
    position: relative;
    float: left;
    width: 14.5%;
    text-align: center;
    background: #dbebd1;
    border-right: #fff 1px solid;
    height: 8.4vw;
  }
  .tab-menu li:first-child, .tab-menu li:last-child {
    border-right: none;
  }
  .tab-menu li:nth-child(2) a {
    background: url(../img/header/gnav_icon_event.png) no-repeat center 1.2vw;
    background-size: 1.44vw auto;
  }
  .tab-menu li:nth-child(3) a {
    background: url(../img/header/gnav_icon_news.png) no-repeat center 1.2vw;
    background-size: 1.44vw auto;
  }
  .tab-menu li:nth-child(4) a {
    background: url(../img/header/gnav_icon_about.png) no-repeat center 0.8vw;
    background-size: 1.28vw auto;
  }
  .tab-menu li:nth-child(5) a {
    background: url(../img/header/gnav_icon_guide.png) no-repeat center 1.2vw;
    background-size: 1.44vw auto;
  }
  .tab-menu li:nth-child(6) a {
    background: url(../img/header/gnav_icon_gallery.png) no-repeat center 1.36vw;
    background-size: 1.76vw auto;
  }
  .tab-menu li a {
    display: block;
    padding: 3.6vw 0 0 0;
    height: 100%;
    font-size: 1.28vw;
  }
  .tab-menu li a:hover {
    text-decoration: none;
    background-color: #b5e298;
    opacity: 1;
  }
  .tab-menu li:not(:first-child) a:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 10px;
    margin: 0 -7px 0 0;
    width: 1.2vw;
    height: 0.70312vw;
    background: url(../img/header/gnav_arrow_tab.png) no-repeat 0 0;
    background-size: 100%;
  }
  .tab-menu .tab-logo {
    width: 27.00565%;
    background: #fff;
  }
  .tab-menu .tab-logo a {
    padding: 0;
  }
  .tab-menu .tab-logo a:hover {
    opacity: 0.7;
  }
  .tab-gnav {
    float: right;
    width: 30%;
    height: 8.4vw;
  }
  .tab-gnav li {
    float: left;
    text-align: center;
    width: 35%;
    font-size: 1.04vw;
  }
  .tab-gnav li a:hover {
    text-decoration: none;
  }
  .tab-gnav li:nth-child(1) {
    width: 30%;
    font-size: 76%;
    padding: 0 1.5%;
  }
  .tab-gnav li:nth-child(2) {
    width: 70%;
    font-size: 1.04vw;
  }
  .tab-gnav li:nth-child(1) a {
    text-align: center;
    background: #fff;
  }
  .tab-gnav li:nth-child(2) a {
    padding: 1.28vw 0 1.28vw 1.6vw;
    background: #01A7D7 url(../img/header/list-bg03.png) no-repeat 1.6vw 50%;
    background-size: 2vw;
  }
  .tab-gnav li:nth-child(3) a {
    padding: 10px 0 8px 20px;
    background: url(../img/header/list-bg.jpg) no-repeat 5px 50%;
    background-size: 2vw;
  }
  .tab-gnav li:nth-child(4) a {
    padding: 10px 0 8px 20px;
    background: url(../img/header/list-bg02.jpg) no-repeat 5px 50%;
    background-size: 2vw;
  }
  .tab-gnav li a {
    display: block;
    color: #222;
  }
  .tab-gnav li a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .tab-gnav li:nth-child(1) a,
  .tab-gnav li:nth-child(2) a {
    color: #fff;
  }

  /* 2024.02.03追加 */
  .tab-gnav .sns_btn{
    display: flex;
    gap: 12px;
    margin: 0 0 0 auto;
    width: 150px;
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .fnav,
  .tab-header {
    display: none;
  }
  .gnav-sp {
    display: block;
  }
  .logo-sp {
    float: left;
    width: 62.9629%;
  }
  .header-menu {
    float: right;
    width: 10.4vw;
  }
  .fixed-menu-sp li a {
    position: relative;
    display: block;
    padding: 4.66667vw 0.66667vw 4.66667vw 13.6vw;
    color: #5F5F5F;
    font-size: 4.53333vw;
    font-weight: bold;
  }
  .fixed-menu-sp li a:after {
    right: 5%;
    margin: -0.8vw 0 0 0;
    width: 4vw;
    height: 1.33333vw;
    background: url(../img/common/main_arrow.png) no-repeat 0 0;
    background-size: 100% auto;
  }

  /* 2024.02.03追加 */
  .fixed-menu-sp .sns_btn{
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  /* 2024.02.03追加 */
  .fixed-menu-sp .sns_btn a{
    width: 80px;
  }
}

/* news
------------------------------------------*/
.news-ttl {
  background-image: url("../img/mv/bg2.jpg");
  background-size: cover;
  background-position: center;
  margin: 0;
}

.mt-main-index h2.sp:after {
  content: '';
  position: absolute;
  left: -3000px;
  bottom: 0;
  width: 9000px;
  border-bottom: #D1D1D1 1px solid;
}

.main-news {
  margin: 0 0 40px 0;
}

.main-news li {
  margin: 0 0 10px 0;
  padding: 0 25px 7px 0;
  line-height: 1.75;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #cabd99;
  background: url(../img/common/main_arrow.png) no-repeat right 68%;
  background-size: 14px auto;
}

.main-news li.cat307 {
  background: url(../images/label.jpg) no-repeat 0 4px;
  /*background-size: 62px auto;*/
}

.main-news li.cat308 {
  background: url(../images/label02.jpg) no-repeat 0 4px;
}

.main-news li.cat309 {
  background: url(../images/label03.jpg) no-repeat 0 4px;
}

.main-news li h3 {
  padding-top: 2px;
}

.main-news li a {
  color: #13911c;
  text-decoration: underline;
}

.main-news .more {
  text-align: right;
}

.main-news .more img {
  width: 74px;
}

.main-content .inner {
  padding: 0 0 0 15px;
}

.main-content .left {
  float: left;
  width: 47.7011%;
}

.main-content .right {
  float: right;
  width: 47.7011%;
}

.main-content h3 {
  position: relative;
  margin: 0 0 12px 0;
  padding: 14px 10px 7px 28px;
  height: 70px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  background: url(../images/activity-bg.jpg) 0 0;
  border-left: #EF7E15 3px solid;
}

.main-content .right h3 {
  padding: 25px 10px 7px 28px;
}

.main-content h3:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 25px;
  width: 39px;
  height: 39px;
  background: url(../images/arrow.png) no-repeat 0 0;
}

.main-content .div-inner {
  padding: 0 10px;
}

br.b1,
br.b2 {
  display: none;
}

.news .asset-header .entry-title {
  font-size: 22px;
  color: #13911c;
  background: url("../img/common/line_deco.png") repeat-x left bottom;
  background-size: 90px auto;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}

.news .entry-content .txt-date {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.news .entry-content .asset-body {
  font-size: 13px;
  line-height: 1.5;
}

.news .entry-content .asset-body big {
  font-size: 13px;
  line-height: 1.5;
}

.asset-body img {
  width: auto;
}

@media screen and (max-width: 1249px) {
  .main-news {
    margin: 0 0 3.2vw 0;
  }
}

@media screen and (max-width: 767px) {
  .slideshow {
    margin: 0 0 20px 0;
  }
  .mt-main-index h2 {
    margin: 0 0 20px 0;
    padding: 0 0 5px 0;
  }
  .main-news {
    margin: 0 0 21.66vw 0;
  }
  .main-news li a {
    display: block;
  }
  .main-news .more img {
    width: 24.2424%;
  }
  .main-content .left,
  .main-content .right {
    float: none;
    width: 100%;
  }
  .main-content h3 {
    margin: 0 0 12px 0;
    padding: 10px 10px 7px 12px;
    height: 60px;
    font-size: 16px;
  }
  .main-content .right h3 {
    padding: 20px 10px 7px 12px;
  }
  .main-content h3:after {
    top: 12px;
    right: 15px;
  }
  br.b2 {
    display: block;
  }
}

/* top
------------------------------------------*/
.page_header {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
  height: 53.33333vw;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .page_header {
    height: 49.85366vw;
  }
}

@media screen and (min-width: 1025px) {
  .page_header {
    height: 511px;
  }
}

.page_header .main_visual {
  position: relative;
}

.page_header .main_visual .mv-txt {
  position: absolute;
  z-index: 999;
  left: 20%;
  top: 14%;
  width: 60.8vw;
}

@media screen and (min-width: 768px) {
  .page_header .main_visual .mv-txt {
    left: 29%;
    top: 18%;
    width: 44.4878vw;
  }
}

@media screen and (min-width: 1025px) {
  .page_header .main_visual .mv-txt {
    left: 32%;
    top: 18%;
    width: 456px;
  }
}

@media screen and (min-width: 1250px) {
  .page_header .main_visual .mv-txt {
    left: 42%;
    top: 18%;
    width: 456px;
  }
}

.page_header .slider {
  display: none;
}

.page_header .slider.slick-initialized {
  display: block;
}

.page_header .main_visual, .page_header .bg-slideshow, .page_header .slick-list, .page_header .slick-track {
  height: 53.33333vw;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .page_header .main_visual, .page_header .bg-slideshow, .page_header .slick-list, .page_header .slick-track {
    height: 49.85366vw;
  }
}

@media screen and (min-width: 1025px) {
  .page_header .main_visual, .page_header .bg-slideshow, .page_header .slick-list, .page_header .slick-track {
    height: 511px;
  }
}

.page_header .slick-track {
  width: 800vw !important;
}

.page_header .bg-slideshow-01 {
  height: 53.33333vw;
  width: 100%;
  background: url(../img/top/top_slide_01.jpg) no-repeat right 68%;
  background-size: cover;
  text-align: center;
  width: 100vw !important;
}

@media screen and (min-width: 768px) {
  .page_header .bg-slideshow-01 {
    height: 49.85366vw;
  }
}

@media screen and (min-width: 1025px) {
  .page_header .bg-slideshow-01 {
    height: 511px;
  }
}

.page_header .bg-slideshow-01 img {
  width: 60.66667vw;
  margin: 5.6vw auto 0;
}

@media screen and (min-width: 768px) {
  .page_header .bg-slideshow-01 img {
    width: 44.39024vw;
    margin: 5.85366vw auto 0;
  }
}

@media screen and (min-width: 1025px) {
  .page_header .bg-slideshow-01 img {
    width: 455px;
    margin: 60px auto 0;
  }
}

@media screen and (min-width: 1250px) {
  .page_header .bg-slideshow-01 img {
    width: 455px;
    margin: 60px 0 0 158px;
  }
}

.page_header .bg-slideshow-02 {
  background: url(../img/top/top_slide_02.jpg) no-repeat right 50%;
  background-size: cover;
  width: 100vw !important;
}

.page_header .bg-slideshow-03 {
  background: url(../img/top/top_slide_03.jpg) no-repeat right 50%;
  background-size: cover;
  width: 100vw !important;
}

.page_header .bg-slideshow-04 {
  background: url(../img/top/top_slide_04.jpg) no-repeat right 50%;
  background-size: cover;
  width: 100vw !important;
}

.main_visual .slick-dots {
  position: absolute;
  height: 1.06667vw;
  bottom: 22px;
  left: 30%;
}

@media screen and (min-width: 768px) {
  .main_visual .slick-dots {
    left: 37%;
    height: 12px;
    bottom: 29px;
  }
}

@media screen and (min-width: 1025px) {
  .main_visual .slick-dots {
    left: 39%;
  }
}

@media screen and (min-width: 1250px) {
  .main_visual .slick-dots {
    left: 48%;
  }
}

.main_visual .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.main_visual .slick-dots li button {
  display: block;
  width: 8vw;
  height: 1.06667vw;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .main_visual .slick-dots li button {
    width: 60px;
    height: 7px;
  }
}

.main_visual .slick-dots .slick-active > button {
  background: #fff;
}

/* top
------------------------------------------*/
.slideshow {
  margin: 0;
  padding: 0 0 0 210px;
  width: 100%;
}

.slideshow li img {
  width: 100%;
}

@media screen and (max-width: 1249px) {
  .slideshow,
  #content,
  .main-content .inner,
  .main-news .inner {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  br.b2 {
    display: block;
  }
}

.top #alpha {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .top #alpha {
    width: 100%;
    margin: 0 auto;
  }
}

.top #alpha #content-inner {
  padding: 5.33333vw 3vw 33.33333vw;
}

@media only screen and (min-width: 768px) {
  .top #alpha #content-inner {
    padding: 3.90244vw 3vw 5.85366vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha #content-inner {
    padding: 40px 0 60px;
  }
}

.top #alpha .top-title {
  text-align: center;
  margin: 0 auto 3.33333vw;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-title {
    margin: 0 auto 2.43902vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-title {
    margin: 0 auto 25px;
  }
}

.top #alpha .top-title img {
  width: 92vw;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-title img {
    width: 43.60976vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-title img {
    width: 447px;
  }
}

.top #alpha .top-gallery #content-inner {
  padding: 6vw 3vw 8.66667vw;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-gallery #content-inner {
    padding: 2.92683vw 3vw 2.92683vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-gallery #content-inner {
    padding: 30px 0 30px;
  }
}

.top #alpha .top-gallery #content-inner .gallery-list li {
  width: 48%;
  margin-bottom: 6vw;
  box-shadow: none;
}

@media screen and (min-width: 768px), print {
  .top #alpha .top-gallery #content-inner .gallery-list li {
    width: 22.4%;
    margin: 0 1.3% 0;
  }
}

@media screen and (min-width: 1030px) {
  .top #alpha .top-gallery #content-inner .gallery-list li {
    width: 220px;
  }
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-gallery #content-inner .gallery-list li:nth-child(even) {
    margin-top: 4.39024vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-gallery #content-inner .gallery-list li:nth-child(even) {
    margin-top: 45px;
  }
}

.top #alpha .top-gallery #content-inner .gallery-list a {
  display: block;
  padding: 1.33333vw 1.33333vw 8.66667vw;
  background-color: #fff;
  position: relative;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .top #alpha .top-gallery #content-inner .gallery-list a {
    padding: 0.67961vw 0.67961vw 4.36893vw;
  }
}

@media screen and (min-width: 1030px) {
  .top #alpha .top-gallery #content-inner .gallery-list a {
    padding: 7px 7px 45px;
  }
}

.top #alpha .top-gallery #content-inner .botanical-btn a {
  display: block;
  width: 84vw;
  min-height: 14.66667vw;
  color: #ffffff;
  text-align: center;
  background: url(../img/common/white_arrow.png) right 20px center no-repeat;
  background-color: #13911c;
  background-size: 12px 6px;
  position: relative;
  margin: 4vw auto 0;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .top #alpha .top-gallery #content-inner .botanical-btn a {
    width: 312px;
    min-height: 46px;
    margin-top: 33px;
  }
}

.top #alpha .top-gallery #content-inner .botanical-btn span {
  display: inline-block;
  font-size: 3.73333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px), print {
  .top #alpha .top-gallery #content-inner .botanical-btn span {
    font-size: 14px;
  }
}

.top #alpha .top-event {
  background: #fff;
}

.top #alpha .top-event #content-inner {
  padding: 8.66667vw 3vw 9.33333vw;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event #content-inner {
    padding: 3.90244vw 3vw 4.58537vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event #content-inner {
    padding: 40px 0 47px;
  }
}

.top #alpha .top-event .top-title {
  text-align: center;
  margin: 0 auto 14vw;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event .top-title {
    margin: 0 auto 6.82927vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event .top-title {
    margin: 0 auto 70px;
  }
}

.top #alpha .top-event ul li.event-item {
  margin-bottom: 10.66667vw;
  position: relative;
  border: 3px solid rgba(19, 145, 28, 0.2);
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item {
    width: 92.68293%;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item {
    width: 950px;
  }
}

.top #alpha .top-event ul li.event-item, .top #alpha .top-event ul li.event-item .event ul li.event-item > a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item, .top #alpha .top-event ul li.event-item .event ul li.event-item > a {
    padding: 30px 32px;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item, .top #alpha .top-event ul li.event-item .event ul li.event-item > a {
    padding: 30px 32px;
  }
}

.top #alpha .top-event ul li.event-item:hover, .top #alpha .top-event ul li.event-item .event ul li.event-item > a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item .imgArea {
    width: 36.29268vw;
    top: -3.70732vw;
    right: -7.2vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item .imgArea {
    width: 372px;
    top: -38px;
    right: -40px;
  }
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item .title, .top #alpha .top-event ul li.event-item .date, .top #alpha .top-event ul li.event-item .excerpt {
    max-width: 52.68293vw;
    margin-bottom: 2.43902vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item .title, .top #alpha .top-event ul li.event-item .date, .top #alpha .top-event ul li.event-item .excerpt {
    max-width: 540px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item .title {
    font-size: 2.14634vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item .excerpt {
    font-size: 15px;
    margin-bottom: 0;
    min-height: 3em;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item .excerpt {
    min-height: 3em;
  }
}

.top #alpha .top-event ul li.event-item .botanical-btn {
  margin: 3.33333vw auto 0;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item .botanical-btn {
    margin: 6.34146vw auto 0;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item .botanical-btn {
    margin: 65px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item:nth-child(even) {
    margin-left: 3.41463vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item:nth-child(even) {
    margin-left: 35px;
  }
}

.top #alpha .top-event ul li.event-item:nth-child(even) .imgArea {
  right: 0;
  left: -5.20833vw;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item:nth-child(even) .imgArea {
    width: 36.29268vw;
    top: -3.70732vw;
    left: -3.75vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item:nth-child(even) .imgArea {
    width: 372px;
    top: -38px;
    left: -40px;
  }
}

.top #alpha .top-event ul li.event-item:nth-child(even) .title {
  margin-left: 39.6%;
  min-height: 4em;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item:nth-child(even) .title, .top #alpha .top-event ul li.event-item:nth-child(even) .date, .top #alpha .top-event ul li.event-item:nth-child(even) .excerpt {
    margin-left: 32.78049vw;
    margin-left: auto;
    max-width: 48vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item:nth-child(even) .title, .top #alpha .top-event ul li.event-item:nth-child(even) .date, .top #alpha .top-event ul li.event-item:nth-child(even) .excerpt {
    margin-left: 336px;
    margin-left: auto;
    max-width: 540px;
  }
}

.top #alpha .top-event ul li.event-item:nth-child(even) .botanical-btn {
  margin: 3.33333vw auto 0;
}

@media only screen and (min-width: 768px) {
  .top #alpha .top-event ul li.event-item:nth-child(even) .botanical-btn {
    margin-left: 22vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top #alpha .top-event ul li.event-item:nth-child(even) .botanical-btn {
    margin-left: 255px;
  }
}

.top .main-news {
  background: url(../img/top/top_bg_news.jpg) no-repeat right bottom, #0e91e5;
  margin: 0;
  background-size: 100%;
}

@media only screen and (min-width: 768px) {
  .top .main-news {
    background-size: cover;
    background-position: right 40%;
  }
}

@media screen and (min-width: 1250px) {
  .top .main-news {
    background-size: cover;
    background-position: right 68%;
  }
}

.top .main-news .top-title {
  text-align: center;
  margin: 0 auto 6.66667vw;
}

@media only screen and (min-width: 768px) {
  .top .main-news .top-title {
    margin: 0 auto 4.39024vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top .main-news .top-title {
    margin: 0 auto 45px;
  }
}

.top .main-news ul {
  margin-bottom: 8vw;
}

@media only screen and (min-width: 768px) {
  .top .main-news ul {
    margin-bottom: 5.85366vw;
  }
}

@media only screen and (min-width: 1025px) {
  .top .main-news ul {
    margin-bottom: 60px;
  }
}

.top .main-news li {
  margin: 0 0 10px 0;
  padding: 0 25px 7px 0;
  line-height: 1.75;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  background: url(../img/common/white_arrow.png) no-repeat right 68%;
  background-size: 14px auto;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .top .main-news li:last-child {
    border-bottom: none;
  }
}

.top .main-news li .date {
  color: #fff !important;
  font-weight: normal !important;
}

.top .main-news li a {
  color: #fff !important;
  font-weight: normal !important;
}

.top .main-news .botanical-btn a {
  display: block;
  width: 84vw;
  min-height: 46px;
  color: #ffffff;
  text-align: center;
  background: url(../img/common/white_arrow.png) right 20px center no-repeat;
  background-color: #13911c;
  background-size: 12px 6px;
  position: relative;
  margin: 0 auto;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px), print {
  .top .main-news .botanical-btn a {
    width: 312px;
  }
}

.top .main-news .botanical-btn span {
  display: inline-block;
  font-size: 3.73333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2.66667vw 0;
}

@media screen and (min-width: 768px), print {
  .top .main-news .botanical-btn span {
    font-size: 14px;
    padding: 11px 0;
  }
}

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


/* カテゴリ追加 20221003 */
@media screen and (max-width: 767px){
  .gallery-nav li:nth-child(5),
  .gallery-nav li:nth-child(6),
  .gallery-nav li:nth-child(7),
  .gallery-nav li:nth-child(8) {
      width: 50%;
  }
  .gallery-nav li:nth-child(7) a,
  .gallery-nav li:nth-child(8) a {
    border-top: 1px solid #d1cdc4;
  }
  .gallery-nav li:nth-child(7) a{
    border-left: none;
  }
  .gallery-nav li:nth-child(7) a:before {
    width: calc((60/750)*100vw);
    height: calc((36/750)*100vw);
    left: 12vw;
    background-image: url(../img/gallery/gallery_icon_07.png);
  }
  .gallery-nav li:nth-child(8) a:before {
    width: calc((45/750)*100vw);
    height: calc((32/750)*100vw);
    left: 12vw;
    background-image: url(../img/gallery/gallery_icon_08.png);
  }
}

@media screen and (min-width: 768px), print{
  .gallery-nav li {
      width: calc(100% / 8);
      min-height: 105px;
      height: 105px;
  }
  .gallery-nav li:nth-child(7) a:before {
    width: 60px;
    height: 36px;
    top: 17px;
    background-image: url(../img/gallery/gallery_icon_07.png);
  }
  .gallery-nav li:nth-child(8) a:before {
    width: 45px;
    height: 32px;
    top: 20px;
    background-image: url(../img/gallery/gallery_icon_08.png);
  }
}