@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  background-repeat: no-repeat;
  box-sizing: inherit
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  margin: 0;
  padding: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

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

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden],
template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search] {
  -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

button,
select {
  text-transform: none
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio,
canvas,
progress,
video {
  display: inline-block
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  -webkit-transition: opacity .8s ease-in;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  opacity: 1;
  transition: opacity .8s ease-in
}

html.wf-active {
  opacity: 1
}

body {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  opacity: 1;
  width: 100%
}

main {
  overflow: hidden
}

section {
  position: relative
}

ul {
  list-style: none
}

/*figure,picture{width:100%}figure img,picture img{width:100%}*/
.c-article__hero-image,
picture {
  width: 100%
}

.topHero img,
.c-article__hero-image img,
picture img {
  width: 100%
}

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

a {
  color: inherit
}

a:hover {
  opacity: .8;
  text-decoration: none
}

a:hover img {
  opacity: .6
}

a:focus {
  outline: solid 1px #555 !important
}

ol {
  margin-left: 1.4em
}

.l-container {
  margin: auto;
  position: relative;
  width: 85.33333vw
}

.l-container.-sp-full {
  width: 100%
}

.l-container.-sp-lg {
  width: 85.33333vw
}

.l-container.-sp-md {
  width: 74.66667vw
}

.l-container.-sp-narrow {
  width: 66.66667vw
}

.l-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.l-flex.-ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.l-flex.-ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.l-flex.-ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.l-flex.-ai-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.l-flex.-jc-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-flex.-jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.l-flex.-fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.l-flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.c-archive__heading {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 8.53333vw
}

.c-archive__heading:after {
  border-top: solid .5px #000;
  content: '';
  display: block;
  margin-top: 15px;
  width: 60px
}

.c-archive__lists {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.c-archive__lists a {
  color: inherit;
  text-decoration: none
}

.c-archive__lists:after {
  content: ''
}

.c-archive__article {
  margin-bottom: 25px;
  width: 46.875%
}

.c-archive__info {
  display: block;
  margin: 10px 0
}

.c-archive__close {
  background-color: red;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 4px 6px
}

.c-archive__date {
  color: #336024;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.61538
}

.c-archive__title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.61538
}

.c-article__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding-top: 20px
}

.c-article__title {
  border-bottom: dotted 1px #989898;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.75;
  margin: 10px 0 22.5px;
  padding-bottom: 15px
}

.c-article__date {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2;
  margin-right: 8px
}

.c-article__content {
  margin-bottom: 50px
}

.c-article__content h2 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.75;
  margin: 2em 0 .5em
}

.c-article__content h3 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.75;
  margin: 2em 0 .5em
}

.c-article__content h4,
.c-article__content h5,
.c-article__content h6 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.75;
  margin: 2em 0 .5em
}

.c-article__content p {
  margin-bottom: 1.5em
}

.c-article__content ol,
.c-article__content ul {
  margin-bottom: 1.5em
}

.c-article__content ul {
  list-style: disc;
  margin-left: 1.4em
}

.c-article__content a,
.c-article__content li {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2
}

.c-article__back--link {
  display: block;
  margin: 100px auto;
  width: 140px
}

.c-article__announce {
  background-color: #ceeac4;
  color: #336024;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: .96154;
  margin-bottom: 28px;
  padding: 27px 6.25%
}

.event .c-article__title {
  padding-bottom: 50px
}

.c-box {
  padding: 0 7.33vw;
  width: 100%
}

.c-box--md {
  margin: auto;
  padding-left: 5.33333vw;
  padding-right: 5.33333vw;
  width: 85.33333vw
}

.c-box--sm {
  margin: auto;
  padding-left: 5.33333vw;
  padding-right: 5.33333vw;
  width: 85.33333vw
}

.c-box-pc--md {
  padding: 50px 7.33vw;
  position: relative;
  width: 100%
}

.c-breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 2;
  margin: 0 auto 30px;
  width: 85.33333vw
}

.c-breadcrumb__list {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2
}

.c-breadcrumb__item {
  display: inline
}

.c-breadcrumb__item:after {
  content: '＞';
  display: inline;
  padding: 0 5px
}

.c-breadcrumb__item:last-child:after {
  display: none
}

.c-breadcrumb__link {
  color: #000;
  text-decoration: none
}

.c-breadcrumb__link:hover {
  text-decoration: underline
}

.c-btn__more {
  display: block;
  margin: auto;
  width: 132.5px
}

.c-btn__circle,
.c-btn__circle2,
.c-btn__circle3,
.c-btn__circle4,
.c-btn__wht-circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1.5;
  margin: auto;
  text-decoration: none;
  width: 241px
}

.c-btn__circle2:after,
.c-btn__circle3:after,
.c-btn__circle4:after,
.c-btn__circle:after,
.c-btn__wht-circle:after {
  background: transparent url(../img/common/icon_circle_arrow.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: 56px;
  width: 70px
}

.c-btn__circle2:hover,
.c-btn__circle3:hover,
.c-btn__circle4:hover,
.c-btn__circle:hover,
.c-btn__wht-circle:hover {
  opacity: .6
}

.c-btn__circle2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 282.5px;
  z-index: 10
}

.c-btn__circle2:after {
  height: 50px;
  width: 75px
}

.c-btn__circle2 span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  text-align: center
}

.c-btn__circle2 small {
  display: block;
  margin-top: 4px
}

.c-btn__circle3 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 241px
}

.c-btn__circle4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  width: auto
}

.c-btn__circle4 span {
  display: block
}

.c-btn__circle4 small {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5
}

.c-btn__wht-circle {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  justify-content: flex-start;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0;
  width: auto
}

.c-btn__wht-circle:after {
  background: transparent url(../img/common/icon_circle_wht.svg) no-repeat center center;
  background-size: contain
}

.c-btn__wht-circle span {
  display: block
}

.c-btn__wht-circle small {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5
}

.c-btn__back-circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1.5;
  margin: 25px auto 30px;
  text-decoration: none
}

.c-btn__back-circle:before {
  background: transparent url(../img/common/icon_back_circle.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: 56px;
  width: 58px
}

.c-calendar {
  border-collapse: collapse;
  border-radius: 5px;
  width: 100%
}

.c-calendar span {
  color: #000;
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1em;
  margin-top: 2px;
  text-align: center
}

.c-calendar span.active {
  color: #009400
}

.c-calendar span.contact {
  color: rgba(255, 170, 0, .9)
}

.c-calendar span.disabled {
  color: #e81b18
}

.c-calendar td,
.c-calendar th {
  border: solid 1px #868686;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  padding: .5em 0;
  text-align: center;
  vertical-align: top;
  width: calc(100% / 7)
}

.c-calendar td:first-child,
.c-calendar th:first-child {
  color: red
}

.c-calendar td:last-child,
.c-calendar th:last-child {
  color: #1d519a
}

.c-calendar__caption {
  background-color: #088c8a;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 1em;
  width: 100%
}

.c-form .c-form-group {
  margin-bottom: 20px
}

.c-form .c-form-group label {
  display: block;
  margin-bottom: 4px
}

.c-form .c-form-group .alert,
.c-form .c-form-group .require {
  color: #d90012
}

.c-form .c-form-group .form-label {
  display: block;
  font-size: 8px;
  font-size: .8rem;
  letter-spacing: 0;
  line-height: .0875;
  margin-bottom: 10px;
  padding: .4em 0 0 1em;
  position: relative
}

.c-form .c-form-group .form-label:before {
  background-color: #ae9581;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: .65em;
  width: 5px
}

.c-form .c-form-group input,
.c-form .c-form-group select,
.c-form .c-form-group textarea {
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background-clip: padding-box;
  background-color: #fff;
  border: solid 1px #848484;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-size: 8px;
  font-size: .8rem;
  letter-spacing: 0;
  line-height: 2;
  line-height: 1em;
  padding: 1rem 1.05rem;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  width: 100%
}

.c-form .c-form-group select {
  border: none;
  font-size: 7px;
  font-size: .7rem;
  height: 34px;
  letter-spacing: 0;
  line-height: 1em
}

.c-form .c-form-group textarea {
  min-height: 100px
}

.c-form .c-form-group .form-checkbox {
  display: inline-block;
  margin-right: 1em
}

.c-form .c-form-group .form-checkbox input {
  display: none
}

.c-form .c-form-group .form-checkbox .form-checkbox-label,
.c-form .c-form-group .form-checkbox .mwform-checkbox-field-text {
  margin-right: 20px;
  padding-left: 30px;
  position: relative
}

.c-form .c-form-group .form-checkbox .form-checkbox-label:before,
.c-form .c-form-group .form-checkbox .mwform-checkbox-field-text:before {
  border: 1px solid #999;
  border-radius: 4px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px
}

.c-form .c-form-group .form-checkbox input:checked+.mwform-checkbox-field-text:after {
  -webkit-transform: rotate(40deg);
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  position: absolute;
  top: 0;
  transform: rotate(40deg);
  width: 9px
}

.c-form .c-form-group .form-check {
  display: inline-block;
  margin-right: 1em
}

.c-form .c-form-group .form-check input {
  display: none
}

.c-form .c-form-group .form-check .mwform-radio-field-text {
  margin-right: 10px;
  padding-left: 30px;
  position: relative
}

.c-form .c-form-group .form-check .mwform-radio-field-text:before {
  -webkit-transform: translateY(-50%);
  border: 1px solid #999;
  border-radius: 50%;
  content: "";
  display: block;
  height: 22px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px
}

.c-form .c-form-group .form-check input:checked+.mwform-radio-field-text:after {
  -webkit-transform: translateY(-50%);
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px
}

/*.c-form .tel{display:inline-block!important;width:23.5%!important}*/
.c-form .zip {
  display: inline-block !important;
  width: 23.5% !important
}

.c-form .form-textarea {
  border: solid 1px #000
}

.c-form .form-textarea .form-group {
  margin-bottom: 0 !important
}

.c-form .error {
  color: #b80000;
  font-size: 8px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
  margin-top: 8px
}

.c-form-btn-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 50px
}

.c-form-btn-block .c-form__confirm {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700 !important;
  height: 50px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 2.15385;
  margin: 30px auto;
  width: 80%
}

.c-form-btn-block .c-form__submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700 !important;
  height: 50px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 2.15385;
  margin: 0;
  width: 47%
}

.c-form-btn-block .c-form__back {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: grey;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700 !important;
  height: 50px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 2.15385;
  margin: 0;
  width: 47%
}

.form-select {
  border: solid 1px #000;
  overflow: hidden;
  width: 60%
}

.form-select select {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  background-image: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 6px;
  font-size: .6rem;
  height: 2em;
  letter-spacing: 0;
  line-height: 1em;
  outline: 0;
  text-indent: .01px;
  text-overflow: ellipsis;
  width: 100% !important
}

.form-select select::-ms-expand {
  display: none
}

.form-select {
  position: relative
}

.form-select::before {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #666;
  content: '';
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: .9em;
  top: 1em;
  width: 0
}

.form-select select {
  color: #666;
  padding: 6px 38px 6px 8px
}

.mw_wp_form_confirm label {
  font-weight: 700
}

.mw_wp_form_confirm .form-select {
  border: none
}

.mw_wp_form_confirm .form-select:before {
  display: none
}

.mw_wp_form_confirm .btn-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between
}

.mw_wp_form_confirm .form-textarea {
  border: none
}

.mw_wp_form_confirm .alert {
  display: none
}

.mw_wp_form_confirm .c-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mw_wp_form_confirm .form-group {
  font-size: 8px;
  font-size: .8rem;
  letter-spacing: 0;
  line-height: 1.5
}

.mw_wp_form_confirm .form-group .form-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1
}

.mw_wp_form .error {
  color: #b70000;
  display: block;
  font-size: 7px;
  font-size: .7rem;
  letter-spacing: 0;
  line-height: 1em
}

.has-error input,
.has-error textarea {
  background: #ffecf0 !important;
  border: solid 1px #b70000 !important
}

.c-form-confirm__text {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.76923
}

.c-hamburger,
.c-hamburger span {
  -webkit-transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  transition: all .4s
}

.c-hamburger {
  height: 10px;
  position: relative;
  width: 20px
}

.c-hamburger span {
  background-color: #fff;
  border-radius: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%
}

.c-hamburger span:nth-of-type(1) {
  top: 0
}

.c-hamburger span:nth-of-type(2) {
  -webkit-transform: translateY(-50%);
  top: 50%;
  transform: translateY(-50%)
}

.c-hamburger span:nth-of-type(3) {
  bottom: 0
}

.c-hamburger span:nth-of-type(2)::after {
  -webkit-transition: all .4s;
  background-color: #fff;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all .4s;
  width: 100%
}

.c-hamburger.is-active span:nth-of-type(1),
.l-header__hamburger.is-active span:nth-of-type(1) {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.c-hamburger.is-active span:nth-of-type(2),
.l-header__hamburger.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-hamburger.is-active span:nth-of-type(2)::after,
.l-header__hamburger.is-active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-hamburger.is-active span:nth-of-type(3),
.l-header__hamburger.is-active span:nth-of-type(3) {
  -webkit-transform: scale(0);
  transform: scale(0)
}

.home.is-top .c-hamburger span,
.home.is-top .c-hamburger span:nth-of-type(2)::after {
  background-color: #fff
}

.is-nav-open .c-hamburger span,
.is-nav-open .c-hamburger span:nth-of-type(2)::after {
  background-color: #fff !important
}

.c-heading {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2;
  text-align: center
}

.c-heading span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.5
}

.c-heading2 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center
}

.c-heading2:after {
  border-bottom: solid 1px #000;
  content: '';
  display: block;
  margin: 15px auto 0;
  width: 50px
}

.c-page__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center
}

.c-hero {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 125px;
  margin-bottom: 20px;
  position: relative
}

.c-hero__bg {
  height: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: calc(100% - 62.5px)
}

.c-hero__heading {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 1.25
}

.top .sitemap .c-hero__bg {
  background: #fff url(../img/top/sitemap/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.barbecue .c-hero__bg {
  background: #fff url(../img/top/barbecue/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.stadium .c-hero__bg {
  background: #fff url(../img/top/stadium/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.botanical .access .c-hero__bg {
  background: #fff url(../img/botanicalhall/access/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.botanical .topics .c-hero__bg {
  background: #fff url(../img/botanicalhall/topics/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.botanical .barrierfree .c-hero__bg {
  background: #fff url(../img/botanicalhall/barrierfree/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.botanical .net .c-hero__bg {
  background: #fff url(../img/botanicalhall/net_botanicalhall/hero_bg_sp.jpg) no-repeat left center;
  background-size: cover
}

.botanical .flowering .c-hero__bg {
  background: #fff url(../img/botanicalhall/flowering/hero_bg_sp.jpg) no-repeat left center;
  background-size: cover
}

.botanical .event .c-hero__bg {
  background: #fff url(../img/botanicalhall/event/hero_bg_sp.jpg) no-repeat left center;
  background-size: cover
}

.botanical .exhibition .c-hero__bg {
  background: #fff url(../img/botanicalhall/exhibition/hero_bg_sp.jpg) no-repeat left center;
  background-size: cover
}

.botanical .cafe .c-hero__bg {
  background: #fff url(../img/botanicalhall/cafe/hero_bg_sp.jpg) no-repeat left center;
  background-size: cover
}

.botanical .map .c-hero__bg {
  background: #fff url(../img/botanicalhall/map/hero_bg_sp.jpg) no-repeat left center;
  background-size: cover
}

.botanical .contact .c-hero__bg {
  background: #fff url(../img/top/contact/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.botanical .konomitokonoha .c-hero__bg {
  background: #fff url(../img/botanicalhall/konomitokonoha/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.botanical .sitemap .c-hero__bg {
  background: #fff url(../img/top/sitemap/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .access .c-hero__bg {
  background: #fff url(../img/park/access/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .map .c-hero__bg {
  background: #fff url(../img/park/map/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .topics .c-hero__bg {
  background: #fff url(../img/park/topics/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .history .c-hero__bg {
  background: #fff url(../img/park/history/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .rule .c-hero__bg {
  background: #fff url(../img/park/rule/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .plant .c-hero__bg {
  background: #fff url(../img/park/plant/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .browser .c-hero__bg {
  background: #cecaa9 url(../img/top/browser/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .photograph .c-hero__bg {
  background: #fff url(../img/top/photograph/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .group-travel .c-hero__bg {
  background: #fff url(../img/top/group-travel/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .privacy .c-hero__bg {
  background: #fff url(../img/top/privacy/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .management .c-hero__bg {
  background: #cecaa9 url(../img/top/designated-management/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.park .sitemap .c-hero__bg {
  background: #fff url(../img/top/sitemap/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.archery .access .c-hero__bg,
.archery .feature .c-hero__bg,
.archery .method .c-hero__bg,
.archery .price .c-hero__bg,
.archery .reservation .c-hero__bg {
  background: #fff url(../img/archery/access/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.archery .topics .c-hero__bg {
  background: #fff url(../img/archery/topics/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.archery .sitemap .c-hero__bg {
  background: #fff url(../img/top/sitemap/hero_bg_sp.jpg) no-repeat left top;
  background-size: cover
}

.c-news__lists {
  border-top: dotted 1px #989898
}

.c-news__lists a {
  text-decoration: none
}

.c-news__lists a:hover {
  text-decoration: underline
}

.c-news__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding-top: 20px
}

.c-news__title {
  border-bottom: dotted 1px #989898;
  padding: 0 0 20px
}

.c-news__date {
  font-weight: 500;
  margin-right: 15px
}

.c-news__cat {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  height: 15px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1em;
  min-width: 80px;
  padding: 0 10px
}

.c-news__cat--alert {
  background-color: #b10000
}

.c-news__cat--notice {
  background-color: #336024
}

.c-news__cat--info {
  background-color: #ff7b7b
}

.c-news__cat--other {
  background-color: #6bb64b
}

.c-news__cat--finish {
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-content: center;
  background-color: red;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  min-width: 45px
}

.c-news__cat--event {
  background-color: #068a88
}

.park .c-news__cat--notice {
  background-color: #c46207
}

.park .c-news__cat--info {
  background-color: #949494
}

.park .c-news__cat--best-time {
  background-color: #df9d67;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 0
}

.archery .c-news__cat--info {
  background-color: #959595
}

.c-pagination {
  margin-bottom: 65px
}

.wp-pagenavi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}

.wp-pagenavi a,
.wp-pagenavi span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0 5px;
  text-decoration: none;
  width: 30px
}

.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover {
  background-color: #000;
  color: #fff;
  opacity: 1
}

.c-archive .c-pagination {
  margin-bottom: 50px;
  margin-top: 30px
}

.c-archive .wp-pagenavi a,
.c-archive .wp-pagenavi span {
  border: solid 1px #999a9a
}

.c-archive .wp-pagenavi a.current,
.c-archive .wp-pagenavi a:hover,
.c-archive .wp-pagenavi span.current,
.c-archive .wp-pagenavi span:hover {
  background-color: #e4eee0;
  border-color: #e4eee0;
  color: #000;
  opacity: 1
}

.c-section {
  padding-top: 50px
}

.c-section-box {
  padding-bottom: 60px;
  padding-top: 50px
}

.c-section-box--narrow {
  padding-bottom: 50px;
  padding-top: 50px
}

.c-sidebar__heading {
  border-bottom: solid 1px #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1em;
  padding-bottom: 10px
}

.c-sidebar-archive__lists .c-archive__link {
  text-decoration: none
}

.c-sidebar-archive__lists .c-archive__info {
  margin: 0 0 5px;
  padding: 0
}

.c-sidebar-archive__lists .c-archive__title {
  overflow: hidden
}

.c-sidebar-archive__article {
  border-bottom: dotted 1px #000;
  padding: 22px 0;
  position: relative
}

.c-sidebar-archive__article:after {
  clear: left;
  content: '';
  display: block
}

.c-sidebar-archive__image {
  display: block;
  float: left;
  margin-right: 7%;
  width: 46.875%
}

.c-swiper {
  position: relative;
  width: 100%
}

.c-swiper-slider {
  margin: 0 auto;
  position: relative;
  width: 170px
}

.swiper-slide {
  height: auto
}

.swiper-box {
  height: 100%;
  position: relative
}

.swiper-box .topFlower__item {
  padding-bottom: 50px
}

.slider-next,
.slider-prev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: solid 1px #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  justify-content: center;
  left: -5%;
  padding-left: 4px;
  position: absolute;
  top: 45%;
  width: 55px;
  z-index: 10
}

.slider-next:after,
.slider-prev:after {
  -webkit-transform: rotate(-135deg);
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  content: '';
  display: block;
  height: 10px;
  transform: rotate(-135deg);
  width: 10px
}

.slider-next {
  left: auto;
  padding-left: 0;
  padding-right: 4px;
  right: -5%
}

.slider-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.news-next,
.news-prev {
  -webkit-transform: rotate(-135deg);
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  display: block;
  height: 12px;
  left: -20px;
  position: absolute;
  top: 40%;
  transform: rotate(-135deg);
  width: 12px
}

.news-next {
  -webkit-transform: rotate(45deg);
  left: auto;
  right: -20px;
  transform: rotate(45deg)
}

.flower-next,
.flower-prev {
  left: 3vw;
  top: 58px
}

.flower-next {
  left: auto;
  right: 3vw
}

.exhibition-next,
.exhibition-prev {
  left: 3vw;
  top: 45px
}

.exhibition-next {
  left: auto;
  right: 3vw
}

.world-next,
.world-prev {
  left: -40px;
  position: absolute;
  top: 51vw
}

.world-next {
  left: auto;
  padding-right: 7px;
  right: -40px
}

.world-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.world-pagination {
  height: 22px;
  margin-top: 40px;
  text-align: center
}

.world-pagination .swiper-pagination-bullet {
  background-color: #336022;
  margin: 0 10px !important;
  opacity: 1
}

.world-pagination .swiper-pagination-bullet-active {
  background-color: #336022;
  position: relative
}

.world-pagination .swiper-pagination-bullet-active:after {
  -webkit-transform: translate(-50%, -50%);
  border: solid 1px #336022;
  border-radius: 9px;
  content: '';
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px
}

.oasis-next,
.oasis-prev {
  left: -35px;
  position: absolute;
  top: 32vw
}

.oasis-next {
  left: auto;
  padding-right: 7px;
  right: -35px
}

.oasis-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.oasis-pagination {
  height: 22px;
  margin-top: 40px;
  text-align: center
}

.oasis-pagination .swiper-pagination-bullet {
  background-color: #c96207;
  margin: 0 10px !important;
  opacity: 1
}

.oasis-pagination .swiper-pagination-bullet-active {
  background-color: #c96207;
  position: relative
}

.oasis-pagination .swiper-pagination-bullet-active:after {
  -webkit-transform: translate(-50%, -50%);
  border: solid 1px #c96207;
  border-radius: 9px;
  content: '';
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px
}

.topHero-pagination {
  -webkit-transform: translate(-50%, 0);
  height: 22px;
  left: 50%;
  margin-top: 40px;
  position: absolute;
  text-align: center;
  top: 86%;
  transform: translate(-50%, 0);
  z-index: 1000
}

.topHero-pagination .swiper-pagination-bullet {
  background-color: #fff;
  cursor: pointer;
  margin: 0 10px !important;
  opacity: 1
}

.topHero-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  position: relative
}

.topHero-pagination .swiper-pagination-bullet-active:after {
  -webkit-transform: translate(-50%, -50%);
  border: solid 1px #fff;
  border-radius: 9px;
  content: '';
  display: block;
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px
}

.anime-fadeInUp,
.anime-fadeInUpLoaded {
  -webkit-transition: opacity 1.6s cubic-bezier(.22, 1, .36, 1), -webkit-transform 1.6s cubic-bezier(.22, 1, .36, 1);
  -webkit-transform: translateY(50px);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.6s cubic-bezier(.22, 1, .36, 1), -webkit-transform 1.6s cubic-bezier(.22, 1, .36, 1);
  transition: transform 1.6s cubic-bezier(.22, 1, .36, 1), opacity 1.6s cubic-bezier(.22, 1, .36, 1);
  transition: transform 1.6s cubic-bezier(.22, 1, .36, 1), opacity 1.6s cubic-bezier(.22, 1, .36, 1), -webkit-transform 1.6s cubic-bezier(.22, 1, .36, 1)
}

.anime-fadeInUp2 {
  -webkit-transition: opacity 2s cubic-bezier(.22, 1, .36, 1), -webkit-transform 3s cubic-bezier(.33, 1, .68, 1);
  -webkit-transform: translateY(50px);
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s cubic-bezier(.22, 1, .36, 1), -webkit-transform 3s cubic-bezier(.33, 1, .68, 1);
  transition: transform 3s cubic-bezier(.33, 1, .68, 1), opacity 2s cubic-bezier(.22, 1, .36, 1);
  transition: transform 3s cubic-bezier(.33, 1, .68, 1), opacity 2s cubic-bezier(.22, 1, .36, 1), -webkit-transform 3s cubic-bezier(.33, 1, .68, 1)
}

.scroll-in .anime-fadeInUp,
.scroll-in.anime-fadeInUp,
.scroll-in.anime-fadeInUp2 {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0)
}

.loaded .anime-fadeInUpLoaded {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0)
}

.scroll-in .anime-fadeInUp.disable,
.scroll-in.anime-fadeInUp.disable {
  opacity: .4
}

.anime-fadeIn {
  -webkit-transition: all 2.2s cubic-bezier(.22, 1, .36, 1);
  opacity: 0;
  transition: all 2.2s cubic-bezier(.22, 1, .36, 1)
}

.scroll-in.anime-fadeIn {
  opacity: 1
}

.anime-fadeInDown {
  -webkit-transition: all 1.4s cubic-bezier(.22, 1, .36, 1);
  -webkit-transform: translate3d(0, -20px, 0);
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all 1.4s cubic-bezier(.22, 1, .36, 1)
}

.anime-zoomin {
  -webkit-transition: all 1.6s cubic-bezier(.22, 1, .36, 1);
  -webkit-transform: scale3d(2, 2, 2) translate(-10px, -10px);
  opacity: 0;
  transform: scale3d(2, 2, 2) translate(-10px, -10px);
  transition: all 1.6s cubic-bezier(.22, 1, .36, 1)
}

.scroll-in.anime-zoomin {
  -webkit-transform: scale3d(1, 1, 1) translate(0, 0);
  opacity: 1;
  transform: scale3d(1, 1, 1) translate(0, 0)
}

.scroll-in.anime-fadeInDown {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.anime-fadeInLeft {
  -webkit-transition: all 1.6s cubic-bezier(.22, 1, .36, 1);
  -webkit-transform: translateX(-30px);
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1.6s cubic-bezier(.22, 1, .36, 1)
}

.scroll-in.anime-fadeInLeft {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0)
}

.anime-fadeInRight {
  -webkit-transition: all 1.6s cubic-bezier(.22, 1, .36, 1);
  -webkit-transform: translateX(30px);
  opacity: 0;
  transform: translateX(30px);
  transition: all 1.6s cubic-bezier(.22, 1, .36, 1)
}

.scroll-in.anime-fadeInRight {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0)
}

.anime-fadeInLeftUp {
  -webkit-transition: all 2s cubic-bezier(.22, 1, .36, 1);
  -webkit-transform: translate(-30px, 20px);
  opacity: 0;
  transform: translate(-30px, 20px);
  transition: all 2s cubic-bezier(.22, 1, .36, 1)
}

.scroll-in.anime-fadeInLeftUp {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0)
}

.anime-fadeInRightUp {
  -webkit-transition: all 2s cubic-bezier(.22, 1, .36, 1);
  -webkit-transform: translate(30px, 20px);
  opacity: 0;
  transform: translate(30px, 20px);
  transition: all 2s cubic-bezier(.22, 1, .36, 1)
}

.scroll-in.anime-fadeInRightUp {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0)
}

.anime-fadeInLeft-works {
  -webkit-transition: all 1.5s cubic-bezier(.22, 1, .36, 1);
  -webkit-transform: translateX(-30px) skewY(15.5deg);
  opacity: 0;
  transform: translateX(-30px) skewY(15.5deg);
  transition: all 1.5s cubic-bezier(.22, 1, .36, 1)
}

.scroll-in.anime-fadeInLeft-works {
  -webkit-transform: translateX(0) skewY(15.5deg);
  opacity: 1;
  transform: translateX(0) skewY(15.5deg)
}

.anime-imgUp {
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%
}

.anime-imgUp:before {
  -webkit-transform: skewX(45deg) translateX(0);
  background-color: #f9f9f9;
  content: "";
  display: block;
  height: 200%;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewX(45deg) translateX(0);
  width: 200%;
  z-index: 100
}

.anime-imgUp img {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.scroll-in .anime-imgUp:before,
.scroll-in.anime-imgUp:before {
  -webkit-transform: skewX(45deg) translateX(1000px);
  -webkit-animation: imgAnime 2s linear;
  animation: imgAnime 2s linear;
  transform: skewX(45deg) translateX(1000px)
}

.scroll-in .anime-imgUp img,
.scroll-in.anime-imgUp img {
  opacity: 1
}

@-webkit-keyframes imgAnime {
  0% {
    -webkit-transform: skewX(45deg) translateX(0);
    transform: skewX(45deg) translateX(0)
  }

  40% {
    -webkit-transform: skewX(45deg) translateX(30px);
    transform: skewX(45deg) translateX(30px)
  }

  100% {
    -webkit-transform: skewX(45deg) translateX(1000px);
    transform: skewX(45deg) translateX(1000px)
  }
}

@keyframes imgAnime {
  0% {
    -webkit-transform: skewX(45deg) translateX(0);
    transform: skewX(45deg) translateX(0)
  }

  40% {
    -webkit-transform: skewX(45deg) translateX(30px);
    transform: skewX(45deg) translateX(30px)
  }

  100% {
    -webkit-transform: skewX(45deg) translateX(1000px);
    transform: skewX(45deg) translateX(1000px)
  }
}

.anime-imgUp2 {
  padding-top: 100%
}

.anime-imgUp2:before {
  background-color: rgba(255, 255, 255, .4)
}

.anime-imgUp2 img {
  -webkit-transition: all 4s cubic-bezier(.22, 1, .36, 1);
  opacity: 0;
  transition: all 4s cubic-bezier(.22, 1, .36, 1)
}

.anime-imgUp3 {
  padding-top: 66%
}

.anime-imgUp3:before {
  background-color: rgba(255, 255, 255, .4)
}

.anime-imgUp3 img {
  -webkit-transition: all 4s cubic-bezier(.22, 1, .36, 1);
  opacity: 0;
  transition: all 4s cubic-bezier(.22, 1, .36, 1)
}

.anime-imgUp4 {
  padding-top: 100%
}

.anime-imgUp4:before {
  background-color: rgba(255, 255, 255, .4)
}

.anime-imgUp4 img {
  -webkit-transition: all 4s cubic-bezier(.22, 1, .36, 1);
  opacity: 0;
  transition: all 4s cubic-bezier(.22, 1, .36, 1)
}

.anime-type1 {
  -webkit-transition: all 4s;
  display: inline-block;
  opacity: 0;
  opacity: 0;
  transition: all 4s
}

.anime-type2 {
  -webkit-transition: all 4s;
  display: inline-block;
  opacity: 0;
  transition: all 4s
}

.anime-type3 {
  -webkit-transition: all 4s;
  display: inline-block;
  opacity: 0;
  transition: all 4s
}

.anime-type4 {
  -webkit-transition: all 4s;
  display: inline-block;
  opacity: 0;
  transition: all 4s
}

.scroll-in .anime-type1,
.scroll-in .anime-type2,
.scroll-in .anime-type3,
.scroll-in .anime-type4 {
  opacity: 1
}

.anime-badge {
  -webkit-transition: all 1s cubic-bezier(.22, 1, .36, 1);
  transition: all 1s cubic-bezier(.22, 1, .36, 1);
  width: 0
}

.scroll-in.anime-badge {
  width: 140px
}

.anime-bounceIn {
  opacity: 0
}

.scroll-in.anime-bounceIn {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bounceIn;
  animation-duration: 1s;
  animation-name: bounceIn;
  opacity: 1
}

@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

@keyframes bounceIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3)
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1;
    transform: scale3d(1, 1, 1)
  }
}

.animate__bounceIn {
  -webkit-animation-duration: calc(1.5s * .75);
  -webkit-animation-name: bounceIn;
  animation-duration: calc(1.5s * .75);
  animation-name: bounceIn
}

.back-forward .anime-fadeInUp,
.back-forward .anime-fadeInUp2 {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0)
}

.back-forward .anime-fadeIn {
  opacity: 1
}

.back-forward .anime-fadeInLeft {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0)
}

.back-forward .anime-fadeInRight {
  -webkit-transform: translateX(0);
  opacity: 1;
  transform: translateX(0)
}

.back-forward .anime-fadeInLeftUp {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0)
}

.back-forward .anime-fadeInRightUp {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0)
}

.back-forward .anime-fadeInLeft-works {
  -webkit-transform: translateX(0) skewY(15.5deg);
  opacity: 1;
  transform: translateX(0) skewY(15.5deg)
}

.p-parallax {
  overflow: hidden;
  padding-top: 78%;
  position: relative
}

.p-parallax:before {
  -webkit-transform: skewY(-9deg) translate(0, -400px);
  background-color: #fff;
  content: '';
  display: block;
  height: 100vw;
  height: 400px;
  left: 0;
  position: absolute;
  top: 0;
  transform: skewY(-9deg) translate(0, -400px);
  width: 200%;
  z-index: 1
}

.p-parallax:after {
  -webkit-transform: skewY(-9deg) translate(0, 400px);
  background-color: #f4f2ef;
  bottom: 0;
  content: '';
  display: block;
  height: 400px;
  position: absolute;
  right: 0;
  transform: skewY(-9deg) translate(0, 400px);
  width: 200%;
  z-index: 1
}

.p-parallax .p-parallax__bg {
  height: 110vh;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 0
}

.p-parallax1 .p-parallax__bg {
  background: #f4f2ef url(../img/top/parallax1_sp.jpg) no-repeat center top;
  background-size: cover
}

.p-parallax1:before {
  background-color: #fff
}

.p-parallax1:after {
  background-color: #f4f2ef
}

.p-parallax2 .p-parallax__bg {
  background: #f4f2ef url(../img/top/parallax2_sp.jpg) no-repeat center top;
  background-size: cover
}

.p-parallax2:before {
  background-color: #f4f2ef
}

.p-parallax2:after {
  background-color: #f0f9ef
}

.p-parallax3 .p-parallax__bg {
  background: transparent url(../img/top/parallax3_sp.jpg) no-repeat center top;
  background-size: cover
}

.p-parallax3:before {
  background-color: #f0f9ef
}

.p-parallax3:after {
  background-color: #fff
}

.js-textWriter .js-textWriter__line {
  display: block;
  overflow: hidden;
  position: relative
}

.js-textWriter .js-textWriter__line--pc {
  display: inline
}

.js-textWriter .js-textWriter__line--sp {
  display: block
}

.js-textWriter .js-textWriter__item {
  -webkit-transition: all .5s ease-in-out;
  display: inline-block;
  opacity: 0;
  transition: all .5s ease-in-out
}

.js-textWriter .js-textWriter__item.is-show {
  opacity: 1
}

.js-textWriter .js-textWriter__item--fadeIn {
  -webkit-transform: translateY(0);
  -webkit-transition: all .8s ease-in-out;
  opacity: 0;
  transform: translateY(0);
  transition: all .8s ease-in-out
}

.js-textWriter .js-textWriter__item--fadeIn.is-show {
  opacity: 1
}

.js-textWriter .js-textWriter__space {
  display: inline-block;
  width: .2em
}

.js-textWriter--fadeUp .js-textWriter__item {
  -webkit-transform: translateY(110px);
  -webkit-transition: all .5s ease-in-out;
  display: inline-block;
  opacity: 1;
  transform: translateY(110px);
  transition: all .5s ease-in-out
}

.js-textWriter--fadeUp .js-textWriter__item.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.js-textWriter--fadeUp .js-textWriter__item--fadeIn {
  -webkit-transform: translateY(0);
  -webkit-transition: all .8s ease-in-out;
  opacity: 0;
  transform: translateY(0);
  transition: all .8s ease-in-out
}

.js-textWriter--fadeUp .js-textWriter__item--fadeIn.is-show {
  opacity: 1
}

.js-type .cls-1 {
  visibility: hidden
}

.js-type .yellow-line {
  -webkit-transition: all .8s ease-in;
  opacity: 0;
  transition: all .8s ease-in
}

.js-type .yellow-line.active {
  opacity: 1
}

.js-type .yellow-line-main {
  -webkit-transform: translate3d(800px, -120px, 0);
  -webkit-transition: all .8s ease-in;
  opacity: 0;
  transform: translate3d(800px, -120px, 0);
  transition: all .8s ease-in
}

.js-type .yellow-line-main.active {
  -webkit-transform: translate3d(0, 0, 0);
  opacity: 1;
  transform: translate3d(0, 0, 0)
}

.js-typewriter {
  opacity: 0
}

.js-typewriter.scroll-in {
  opacity: 1
}

.botanical .cafe-recommend__price,
.botanical .net-virtual ul,
.c-form .c-form-group label,
.contact-contact__announce,
.contact-qa__q,
.sitemap-nav-sub__item,
.txt13,
dd,
p,
td,
th,
time {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 2
}

.txt24-13 {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.66667
}

.page main {
  margin-top: 72.5px
}

.page.top main {
  margin-top: 170px
}

.l-footer {
  background-color: #93b386;
  color: #fff;
  padding: 60px 0 0;
  position: relative
}

.l-footer__inner {
  margin: auto;
  position: relative;
  width: 100vw
}

.l-footer__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #586e4f;
  color: #93b386;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 18px;
  text-decoration: none;
  width: 253px
}

.l-footer__btn:hover {
  opacity: .8
}

.l-footer .gFtNav {
  margin-bottom: 50px
}

.l-footer .gFtNav__item {
  color: #fff
}

.l-footer .gFtNav__item:hover {
  opacity: .8
}

.l-footer .gFtNav__external:after {
  background: transparent url(../img/common/icon_external_wht.svg) no-repeat center center;
  background-size: contain
}

.l-footer .gFtNav__external--green:after {
  background: transparent url(../img/common/icon_external_green.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 8px;
  width: 11px
}

.l-footer__logo {
  margin: 0 auto 2.4vw;
  width: 185px
}

.l-footer__address {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.53846;
  margin-bottom: 6.66667vw;
  text-align: center
}

.l-footer__bottom {
  background-color: #6a8d5c;
  padding: 37px 0 50px;
  text-align: center;
  width: 100%
}

.l-footer__bottom .l-header__facility {
  color: #fff
}

.l-footer__bottom .l-header__facility:after {
  background: transparent url(../img/common/icon_link_arrow2_wht.svg) no-repeat right center;
  background-size: contain
}

.l-footer__copy {
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1em;
  text-align: center
}

.l-header {
  -webkit-transition: all .5s ease-in;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0;
  transition: all .5s ease-in;
  width: 100%;
  z-index: 1000
}

.scrolled .l-header {
  background-color: rgba(255, 255, 255, .8)
}

.l-header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 65px;
  justify-content: space-between;
  margin: auto
}

.l-header__logo {
  line-height: 0;
  margin-left: 10px;
  width: 190px;
  z-index: 9999
}

.l-header__fixNav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  margin-right: 0;
  position: relative;
  width: 65px;
  z-index: 5000
}

.l-header__reserve {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #336024;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: .2em;
  line-height: 1.33333;
  margin-left: 15px;
  text-decoration: none;
  width: 62.5px
}

.l-header__reserve:hover {
  opacity: .8
}

.l-header__sns {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 18px;
  position: fixed;
  right: 100px;
  top: 18px
}

.gSns {
  display: none
}

.gSns__item:hover img {
  opacity: .5
}

.gLang {
  display: none
}

.gLang a {
  color: #000;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  width: 100%
}

.gLang a:after {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 7px;
  width: 0
}

.l-header__hamburger {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-top: 6px;
  width: 33px
}

.l-header__hamburger:after {
  background: transparent url(../img/common/hamburger_menu.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: 10px;
  margin: 12.5px auto 0;
  width: 30px
}

.l-header__hamburger .hamburger__wrap {
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform: rotate(-45deg);
  transform-origin: center
}

.l-header__hamburger span {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in
}

.l-header__hamburger span:nth-of-type(1) {
  background-color: #000;
  display: block;
  height: 1px;
  margin: auto;
  width: 60%
}

.l-header__hamburger span:nth-of-type(2) {
  background-color: #000;
  display: block;
  height: 1px;
  margin: 7px auto;
  width: 100%
}

.l-header__hamburger span:nth-of-type(3) {
  background-color: #000;
  display: block;
  height: 1px;
  margin: auto;
  width: 60%
}

.l-header__hamburger.is-active:after {
  background: transparent url(../img/common/hamburger_close.svg) no-repeat center center;
  background-size: contain
}

.l-header__hamburger.is-active span:nth-of-type(1) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 50%
}

.l-header__hamburger.is-active span:nth-of-type(2) {
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.l-header__hamburger.is-active span:nth-of-type(3) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 50%
}

.l-header__nav {
  -webkit-transform: translateX(100vw);
  background: #fff;
  border-top: solid 1px #e6e6e6;
  height: calc(100vh);
  left: 0;
  opacity: 1;
  overflow: scroll;
  padding-top: 65px;
  position: fixed;
  top: 0;
  transform: translateX(100vw);
  width: 100vw;
  z-index: 9000;
  z-index: 10
}

.l-header__nav.is-show {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.gNav {
  margin-bottom: 25px
}

.gNav__item,
.gSubNav__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid 1px #e6e6e6;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  height: 40px;
  letter-spacing: .1em;
  line-height: 1em;
  padding: 0 0 0 27px;
  position: relative;
  text-decoration: none;
  width: 100%
}

.gNav__item:after,
.gSubNav__item:after {
  -webkit-transform: rotate(135deg);
  -webkit-transform-origin: 50% 50%;
  -webkit-transition: all .5s ease-in;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  content: '';
  height: 7px;
  position: absolute;
  right: 25px;
  top: 40%;
  transform: rotate(135deg);
  transform-origin: 50% 50%;
  transition: all .5s ease-in;
  width: 7px
}

.gNav__item.is-active:after,
.gSubNav__item.is-active:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.gNav__item.gNav__item--link:after {
  display: none
}

.gSubNav {
  -webkit-transition: all .5s ease-in-out;
  overflow: hidden;
  transition: all .5s ease-in-out
}

.gSubNav.is-close {
  height: 0 !important
}

.gSubNav__item {
  background-color: #f4f4f4;
  font-weight: 500
}

.gSubNav__item:after {
  -webkit-transform: none;
  background: transparent url(../img/common/icon_link_arrow1.svg) no-repeat right center;
  background-size: cover;
  border: none;
  display: block;
  height: 5px;
  right: 20px;
  transform: none;
  width: 17.5px
}

.l-header__footer {
  position: relative
}

.l-header__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  border: solid 1px #000;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1em;
  margin: 0 auto 18px;
  text-decoration: none;
  width: 253px
}

.l-header__btn--contact:hover {
  background-color: #f1f1f1
}

.gSns2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 40px;
  width: 253px
}

.gSns2__item {
  display: block;
  width: 48px
}

.gFtNav {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 12px;
  width: 320px
}

.gFtNav li:nth-child(even) .gFtNav__item:before {
  content: '|';
  display: inline-block;
  margin: 0 10px
}

.gFtNav__item {
  color: #000;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 18px;
  text-decoration: none
}

.gFtNav__external:after {
  background: transparent url(../img/common/icon_external.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 11px;
  margin-left: 5px;
  width: 11px
}

.l-header__facility {
  color: #000;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 28px;
  text-align: center;
  text-decoration: none
}

.l-header__facility:after {
  background: transparent url(../img/common/icon_link_arrow2.svg) no-repeat right center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 9px;
  margin-left: 8px;
  width: 52px
}

.l-header__copy {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 100px;
  text-align: center
}

.l-header__close {
  margin-top: -10px;
  position: absolute;
  z-index: 9999
}

.home .l-header__pcNav {
  -webkit-transition: all .5s ease-in;
  opacity: 0;
  transition: all .5s ease-in;
  visibility: hidden
}

.home.scrolled .l-header__pcNav {
  opacity: 1;
  visibility: visible
}

.l-header__pcNav {
  display: none
}

.pcNav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 680px
}

.pcNav__item {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  height: 30px;
  letter-spacing: .2em;
  line-height: 1em;
  text-decoration: none
}

.pcNav__item:hover:after {
  border-bottom: solid 2px #336024;
  content: '';
  display: block;
  margin-top: 5px
}

.pcSubNav {
  background-color: #fff;
  height: 0;
  overflow: hidden;
  padding: 0 1px
}

.pcNav__parent {
  position: relative
}

.pcNav__parent:hover .pcNav__item:after {
  border-bottom: solid 2px #336024;
  content: '';
  display: block;
  margin-top: 5px
}

.pcNav__parent:hover .pcSubNav {
  height: auto
}

.pcSubNav {
  position: absolute
}

.pcSubNav__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f6f6f7;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  height: 50px;
  letter-spacing: .2em;
  line-height: 1em;
  margin-bottom: 1px;
  padding-left: 12px;
  text-decoration: none;
  width: 170px
}

.pcSubNav__item:hover {
  background-color: #ceeac4
}

.topBanner {
  background-color: #edf4ea;
  margin-top: -50px;
  padding-bottom: 50px
}

.topBanner .topBanner__link {
  display: block
}

.botanical .topFloor__header {
  background-color: #eaf4e6;
  padding: 57px 0 40px 0;
  position: relative
}

.botanical .topFloor__heading {
  margin: 0 auto 25px;
  width: 210px
}

.botanical .topFloor__header--inner {
  position: relative
}

.botanical .topFloor__lead {
  text-align: center
}

.botanical .topFloor__images {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: -55px auto 40px;
  width: 90%
}

.botanical .topFloor__item {
  width: 30%
}

.botanical .topFloor__item span {
  border-radius: 50%;
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%
}

.botanical .topFloor__item img {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.botanical .topFloor__item figcaption {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .1em;
  line-height: 1em;
  margin-top: 15px;
  text-align: center
}

.botanical .topFlower {
  padding: 65px 0 60px 0
}

.botanical .topFlower .topHeading span img {
  width: 142.5px
}

.botanical .topFlower .swiper-slide {
  opacity: .5
}

.botanical .topFlower .swiper-slide-active {
  opacity: 1
}

.botanical .topFlower__lead {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.53846;
  margin-bottom: 45px;
  text-align: center
}

.botanical .topFlower__slide--wrap {
  position: relative;
  width: 100%
}

.botanical .topFlower__slide {
  margin: 0 auto 35px;
  position: relative;
  width: 170px
}

.botanical .topFlower__item {
  display: block;
  width: 170px
}

.botanical .topFlower__item span {
  border-radius: 50%;
  display: block;
  height: 170px;
  overflow: hidden
}

.botanical .topFlower__item figcaption {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.53846;
  margin-top: 15px;
  text-align: center
}

.botanical .topFlower__item--cat {
  -webkit-transform: translate(-50%, 0);
  bottom: 0;
  display: block;
  left: 50%;
  margin: auto;
  position: absolute;
  transform: translate(-50%, 0);
  width: 82%
}

.botanical .swiper-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}

.botanical .flowering-recommend {
  background-color: #c7d1c3;
  margin: 12vw 0 0;
  padding: 17.33333vw 0
}

.botanical .flowering-recommend__heading {
  margin: 0 auto 8vw;
  width: 53%
}

.botanical .flowering-recommend__facebook {
  background-color: #fff;
  height: 300px;
  margin: auto;
  width: 93%
}

.botanical .topHero {
  overflow: hidden;
  padding-top: 55px
}

.botanical .topHero .l-container {
  height: 560px
}

.botanical .topHero__heading {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  color: #fff;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  left: 2vw;
  letter-spacing: .1em;
  line-height: 1.1;
  position: absolute;
  top: 17.1875vw;
  width: 2em;
  writing-mode: vertical-rl;
  z-index: 10
}

.botanical .topHero__btn {
  -webkit-transform: translateX(-50%);
  bottom: 55px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 225px;
  z-index: 10
}

.botanical .topHero-slider {
  -webkit-transform: translateX(-50%);
  left: 50%;
  margin: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  transform: translateX(-50%);
  width: 560px;
  z-index: 0
}

.botanical .topHero-slider .topHero-slider-mask {
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
  z-index: 1
}

.botanical .topHero-slider .topHero__swiper {
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0
}

.botanical .topHero-slider .topHero-slider-curtain1 {
  -webkit-transform: translate(0, 0);
  -webkit-transition: all 2s cubic-bezier(.33, 1, .68, 1);
  background-color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(0, 0);
  transition: all 2s cubic-bezier(.33, 1, .68, 1);
  width: 100%;
  z-index: 20
}

.botanical .topHero-slider .topHero-slider-curtain1.scroll-in {
  -webkit-transform: translate(150%, 0);
  transform: translate(150%, 0)
}

.botanical .topHero-slider .topHero-slider-curtain2 {
  -webkit-transition: all 5s cubic-bezier(.33, 1, .68, 1);
  background-color: #336024;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: all 5s cubic-bezier(.33, 1, .68, 1);
  width: 100%;
  z-index: 10
}

.botanical .topHero-slider .topHero-slider-curtain2.scroll-in {
  opacity: 0
}

.botanical .topHeroNav {
  display: none
}

.botanical .topHeroNav>li {
  cursor: pointer;
  text-align: right
}

.botanical .topHeroNav__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  height: 60px;
  justify-content: flex-end;
  letter-spacing: .2em;
  line-height: 1em;
  text-align: right;
  text-decoration: none
}

.botanical .topHeroNav__item:after {
  background-color: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-left: 15px;
  width: 35px
}

.botanical .topHeroNav__parent:hover .topHeroNav__item {
  color: #336022
}

.botanical .topHeroNav__parent:hover .topHeroNav__item:after {
  background-color: #000
}

.botanical .topHeroNav__parent:hover .topHeroSubNav {
  height: 410px;
  padding-left: 80px;
  width: 245px
}

.botanical .topHeroSubNav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, .95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 410px;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 240px;
  top: 0;
  width: 0
}

.botanical .topHeroSubNav>li {
  text-align: left
}

.botanical .topHeroSubNav__item {
  display: block;
  height: auto;
  margin-bottom: 45px
}

.botanical .topHeroSubNav__item:last-child {
  margin-bottom: 0
}

.botanical .topHeroSubNav__item a {
  color: #232323;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 1em;
  text-decoration: none
}

.botanical .topHeroSubNav__item:hover a {
  color: #336022
}

.botanical .topHero__text {
  display: none
}

.botanical .topInformation {
  background-color: rgba(231, 245, 225, .9);
  margin-top: -12px;
  padding: 47.5px 0
}

.botanical .topInformation a {
  text-decoration: none
}

.botanical .topInformation a:hover {
  text-decoration: underline
}

.botanical .topInfo {
  border-bottom: solid 1px #336022;
  color: #336022;
  margin: 0 auto 38px;
  width: 70%
}

.botanical .topInfo a {
  color: #336022;
  display: block;
  margin-bottom: 22.5px
}

.botanical .topInfo__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1em;
  margin-bottom: 34px;
  text-align: center
}

.botanical .topNews {
  position: relative
}

.botanical .topNews__swiper {
  margin: auto;
  overflow: hidden;
  width: 82%
}

.botanical .topNews {
  margin: auto;
  width: 70%
}

.botanical .topNews__title {
  margin: 0 auto 35px;
  width: 82.5px
}

.botanical .topNews__list time {
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center
}

.botanical .topNews__list dd {
  font-weight: 500
}

.botanical .topNews__list dd a {
  color: #000
}

.botanical .topNews__more {
  display: block;
  margin: 40px auto 0;
  width: 120px
}

.botanical .topNews__more:hover {
  opacity: .8
}

.botanical .topKonomi {
  background-color: #edf4ea;
  padding: 55px 0 130px;
  position: relative;
  text-align: center;
  z-index: 10
}

.botanical .topKonomi__content {
  position: relative
}

.botanical .topKonomi__heading {
  margin: 0 auto 27.5px;
  width: 303px
}

.botanical .topKonomi__more {
  display: block;
  margin: 37.5px auto 40px;
  width: 134px
}

.botanical .topKonomi__image {
  -webkit-transform: translateX(-50%);
  bottom: -50px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 320px;
  z-index: 10
}

.botanical .topObj1 {
  position: absolute;
  right: 0;
  top: -65px;
  width: 72px
}

.botanical .topObj2 {
  left: -190px;
  position: absolute;
  top: -100px;
  width: 274px
}

.botanical .topObj3 {
  position: absolute;
  right: -195px;
  top: -100px;
  width: 274px
}

.botanical .topObj4 {
  left: -200px;
  position: absolute;
  top: -280px;
  width: 274px
}

.botanical .topObj5 {
  position: absolute;
  right: -200px;
  top: -150px;
  width: 275px
}

.botanical .topObj6 {
  left: -200px;
  position: absolute;
  top: 75px;
  width: 275px
}

.botanical .topObj7 {
  position: absolute;
  right: -250px;
  top: -250px;
  width: 250px
}

.botanical .topObj8 {
  position: absolute;
  right: -150px;
  top: 60px;
  width: 250px
}

.botanical .topObj9 {
  left: -250px;
  position: absolute;
  top: -250px;
  width: 250px
}

.botanical .topObj10 {
  left: -120px;
  position: absolute;
  top: -150px;
  width: 190px
}

.botanical .topSns {
  background-color: #edf4ea;
  padding: 38.5px 0 70px
}

.botanical .topSns__box {
  margin-bottom: 40px
}

.botanical .topSns__heading {
  min-width: max-content;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.botanical .topSns__heading img {
  max-height: 32px;
  margin-left: -0.5rem;
}

.botanical .topSns__heading p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  margin-left: 0.5rem;
}

.botanical .topSns__wrap {
  background-color: #fff;
  display: block;
  width: 100%
}

.botanical .topSns__wrap iframe {
  width: 100% !important
}

.botanical .topTopics {
  padding: 65px 0 0 0
}

.botanical .topHeading {
  margin: 0 auto 43px;
  position: relative
}

.botanical .topHeading span {
  background-color: #fff;
  display: block;
  margin: auto;
  text-align: center;
  width: 175px
}

.botanical .topHeading span img {
  margin: auto;
  width: 127.5px
}

.botanical .topHeading:after {
  -webkit-transform: translate(-50%, -50%);
  background-color: #9bb988;
  content: '';
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: -1
}

.botanical .topTopics__slide {
  width: 82%
}

.botanical .topTopics__article {
  margin: 0;
  width: 68%
}

.botanical .topTopics__link {
  text-decoration: none
}

.botanical .topTopics__link:hover {
  text-decoration: underline
}

.botanical .topTopics__wrap {
  margin-bottom: 30px;
  position: relative
}

.botanical .topTopics__cat {
  background-color: #e7f5e1;
  bottom: -15px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .145em;
  line-height: 1em;
  padding: 10px 20px;
  position: absolute;
  right: 20px
}

.botanical .topTopics__time {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.46667;
  margin-bottom: 10px
}

.botanical .topTopics__title {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .145em;
  line-height: 1.53846
}

.botanical .topWorld {
  padding: 55px 0 60px 0
}

.botanical .topWorld__inner {
  background-color: #eaf4e6;
  margin: auto;
  padding: 50px 0 200px;
  position: relative;
  width: 85.33333vw
}

.botanical .topWorld__heading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.13333;
  margin-bottom: 50px;
  text-align: center
}

.botanical .topWorld__heading span {
  border-bottom: solid 1px #000;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px
}

.botanical .topWorld__heading:after {
  border-bottom: solid 1px #000;
  content: '';
  display: block;
  margin: 50px auto 0;
  width: 40px
}

.botanical .topWorld__text {
  margin: 0 auto 45px;
  width: 80%
}

.botanical .topWorld__slider--wrap {
  margin: -162.5px auto 0;
  position: relative;
  width: 80%
}

.botanical .topWorld__item {
  width: 28%
}

.botanical .topWorld__number {
  display: block;
  font-size: 74px;
  font-size: 7.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1em
}

.botanical .topWorld__title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.2;
  margin: 17.5px 0 30px
}

.botanical .topWorld__image {
  width: 100%
}

.botanical .topWorld__image span {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%
}

.botanical .topWorld__image img {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.botanical .topYumenetsu {
  background: #fff url(../img/botanicalhall/top/yumenetsu_bg_sp.jpg) no-repeat center top;
  background-size: cover;
  padding: 95px 0 50px
}

.botanical .topYumenetsu__heading {
  margin-bottom: 30px;
  position: relative
}

.botanical .topYumenetsu__heading img {
  display: block;
  margin: auto;
  position: relative;
  width: 221.5px;
  z-index: 10
}

.botanical .topYumenetsu__heading:after {
  -webkit-transform: translateY(-50%);
  background-color: #fff;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0
}

.botanical .topYumenetsu__heading:before {
  -webkit-transform: translate(-50%, -50%);
  background-color: #111212;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  z-index: 1
}

.botanical .topYumenetsu__lead {
  color: #fff;
  margin-bottom: 35px;
  text-align: center
}

.botanical .topYumenetsu__lists {
  margin: 0 auto 47.5px;
  position: relative;
  width: 265px
}

.botanical .topYumenetsu__lists a {
  color: #fff;
  text-decoration: none
}

.botanical .topYumenetsu__item {
  margin-bottom: 28px
}

.botanical .topYumenetsu__title {
  color: #fff;
  margin-top: 11.5px;
  text-align: center
}

.botanical .access .topics__info {
  margin-bottom: 45px
}

.botanical .access .topics__info p {
  font-weight: 700
}

.botanical .access__title {
  margin: 0 auto 20px;
  width: 127.5px
}

.botanical .access__dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 10px
}

.botanical .access__dl dd {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.92308
}

.botanical .c-box {
  background-color: #f5f5f6;
  padding-bottom: 35px;
  padding-top: 25px
}

.botanical .access-box {
  background-color: #e9f3e5
}

.botanical .access_gMap:after {
  content: '';
  display: block;
  padding-top: 74%;
  width: 100%
}

.botanical .access_gMap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.botanical .access__subTitle {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.25;
  margin-bottom: 10px
}

.botanical .access__parkInfo {
  border-bottom: dotted 1px #232323;
  margin-bottom: 25px;
  padding-bottom: 40px
}

.botanical .access-box__title {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 25px;
  position: relative
}

.botanical .access-price__list {
  border-top: dotted 1px #232323;
  margin-bottom: 15px
}

.botanical .access-price__list dt {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 12.5px 0 0 5px;
  position: absolute
}

.botanical .access-price__list dd {
  border-bottom: dotted 1px #232323;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 12.5px 10px 12.5px 75%;
  position: relative;
  text-align: right;
  white-space: nowrap
}

.botanical .access-price__list span {
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1em
}

.botanical .access-price__list-title {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1em
}

.botanical .access-cashless {
  background-color: #e7e7e7;
  margin-bottom: 10px
}

.botanical .access-cashless__title {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1em;
  padding: 5px 10px
}

.botanical .access-hours a {
  display: block
}

.botanical .access-hours dd {
  font-weight: 700
}

.botanical .access-hours .access__dl .u-text-alert {
  display: block
}

.botanical .access-passport_image {
  margin: 27.5px auto 30px;
  width: 87.5%
}

.botanical .barrierfree-map {
  padding-top: 30px
}

.botanical .barrierfree__overview {
  background-color: #f7f7f8;
  margin-bottom: 10px;
  padding-bottom: 40px;
  padding-top: 45px
}

.botanical .barrierfree__overview dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 10px
}

.botanical .barrierfree__overview dd {
  margin-bottom: 40px
}

.botanical .barrierfree__overview dd:last-child {
  margin-bottom: 0
}

.botanical .barrierfree-app {
  background-color: #f8f4ee;
  margin-bottom: 75px;
  padding-bottom: 100px;
  padding-top: 45px
}

.botanical .barrierfree-app__heading {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.66667;
  margin-bottom: 30px;
  text-align: center
}

.botanical .barrierfree-app__image {
  margin: auto;
  width: 282px
}

.botanical .cafe-nav {
  background-color: #f9f5ed;
  padding: 35px 0
}

.botanical .cafe-nav__lists {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}

.botanical .cafe-nav__item {
  border-bottom: solid 2px #a28d80;
  margin: 0 20px;
  width: 100px
}

.botanical .cafe-nav__item:hover {
  border-color: #a7a7a7
}

.botanical .cafe-nav__link {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
  text-decoration: none
}

.botanical .cafe-overview__heading {
  margin: 0 auto 28px;
  width: 247px
}

.botanical .cafe-overview-box__image {
  width: 92.666%
}

.botanical .cafe-overview-box__content {
  background-color: #f9f5ed;
  margin: -29px 0 30px 17%;
  padding: 30px 32px;
  position: relative;
  width: 83%;
  z-index: 10
}

.botanical .cafe-overview__open {
  margin-top: 25px
}

.botanical .cafe-overview__open dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 10px
}

.botanical .cafe-overview-announce {
  background-color: #a9c59f;
  color: #336024;
  padding-bottom: 22px;
  padding-top: 22px
}

.botanical .cafe-overview-announce p {
  font-weight: 700
}

.botanical .shop-overview .cafe-overview__heading {
  width: 91px
}

.botanical .cafe-menu {
  background-color: #f2e9da
}

.botanical .cafe-menu-box {
  margin-bottom: 45px
}

.botanical .cafe-menu__heading {
  margin: 0 auto 38px;
  width: 90px
}

.botanical .cafe-menu__title {
  border-bottom: solid 1px #a28d80;
  margin-bottom: 18px;
  padding-bottom: 8px
}

.botanical .cafe-menu__title img {
  display: block
}

.botanical .cafe-menu__title.-drink img {
  width: 135px
}

.botanical .cafe-menu__title.-desert img {
  width: 158px
}

.botanical .cafe-menu__title.-food img {
  width: 124px
}

.botanical .cafe-menu-price {
  border-collapse: collapse;
  width: 100%
}

.botanical .cafe-menu-price th {
  font-weight: 700;
  text-align: left
}

.botanical .cafe-menu-price td {
  font-weight: 700;
  text-align: right;
  vertical-align: top
}

.botanical .cafe-menu-photo {
  background: #fff url(../img/botanicalhall/cafe/cafe_image_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0
}

.botanical .cafe-recommend {
  background-color: #f2e9da
}

.botanical .cafe-recommend-box {
  margin-bottom: 47px
}

.botanical .cafe-recommend-box:last-child {
  margin-bottom: 0
}

.botanical .care-recommend__heading {
  margin: 0 auto 25px;
  width: 211.5px
}

.botanical .cafe-recommend__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1em;
  margin-top: 25px
}

.botanical .cafe-recommend__price {
  display: block;
  margin-bottom: 20px;
  margin-top: 12px
}

.contact-nav {
  margin-bottom: 30px
}

.contact-nav__item {
  width: 47%
}

.contact-nav__link {
  border-bottom: solid 1px #336024;
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 25px;
  padding-bottom: 10px;
  text-decoration: none;
  white-space: nowrap
}

.contact-overview {
  margin-bottom: 40px
}

.contact__heading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center
}

.contact-qa {
  margin-top: 35px
}

.contact-qa__q {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e4eee0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding: 18px 50px 16px 35px;
  position: relative
}

.contact-qa__q span {
  -webkit-transform: translateY(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #336024;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  margin-right: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

.contact-qa__q:after {
  -webkit-transform: translate(-50%, 0);
  border: solid 1px #000;
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, 0);
  width: 20px
}

.contact-qa__q:before {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  -webkit-transition: all .5s ease-in-out;
  border: solid 1px #000;
  content: '';
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, 0) rotate(90deg);
  transition: all .5s ease-in-out;
  width: 20px
}

.contact-qa__q.is-active:before {
  -webkit-transform: translate(-50%, 0) rotate(0);
  transform: translate(-50%, 0) rotate(0)
}

.contact-qa__a {
  -webkit-transition: all .5s ease-in-out;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 0 0 35px;
  position: relative;
  transition: all .5s ease-in-out
}

.contact-qa__a span {
  -webkit-transform: translateY(-50%);
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px
}

.contact-qa__a.is-close {
  height: 0 !important;
  margin-bottom: 0;
  padding-top: 0
}

.contact-prohibited-list {
  background-color: #ede7df;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.76923;
  margin-top: 14px;
  padding-bottom: 20px;
  padding-top: 20px
}

.contact-contact {
  background-color: #e4eee0
}

.contact-contact__announce {
  color: red;
  margin-bottom: 19px
}

.contact-contact-thanks {
  margin-top: 30px;
  text-align: center
}

.botanical .event {
  padding-bottom: 50px
}

.botanical .event-calendar {
  background-color: #f3efe9
}

.botanical .event-calendar-box {
  margin: auto;
  max-width: 1085px
}

.botanical .exhibition__open {
  background-color: #e2ecde
}

.botanical .exhibition__open a {
  text-decoration: none
}

.botanical .c-archive__box {
  margin-bottom: 40px
}

.botanical .c-archive__box:last-child {
  margin-bottom: 0
}

.botanical .flowering-bloom {
  margin-bottom: 14.66667vw;
  padding-top: 50px
}

.botanical .flowering__heading {
  margin-bottom: 8vw;
  position: relative;
  width: 100vw
}

.botanical .flowering__heading:after {
  border-bottom: solid 1px #000;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 30%;
  width: 100%;
  width: 100%;
  z-index: 0
}

.botanical .flowering__heading--text {
  background-color: #fff;
  display: block;
  margin: auto;
  padding: 0 2.66667vw;
  position: relative;
  z-index: 10
}

.botanical .flowering__heading--bloom .flowering__heading--text {
  width: 65.33%
}

.botanical .flowering-calendar {
  padding-top: 14.66667vw
}

.botanical .flowering__heading--calendar .flowering__heading--text {
  width: 71%
}

.botanical .flowering-bloom__btn {
  display: block;
  margin: 13.33333vw auto 0;
  width: 50%
}

.botanical .flowering__seasons {
  margin-bottom: 0
}

.botanical .flowering__seasons--item {
  margin-bottom: 9.33333vw;
  width: 32vw
}

.botanical .flowering__season-wrap {
  margin-top: -13.33333vw;
  padding-top: 6.66667vw
}

.botanical .flowering__season {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  justify-content: center;
  margin-bottom: 13.33333vw;
  margin-top: 16vw
}

.botanical .flowering__season--spring {
  background: #fff url(../img/botanicalhall/flowering/spring_bg_sp.jpg) no-repeat center center;
  background-size: cover
}

.botanical .flowering__season--spring img {
  width: 112.5px
}

.botanical .flowering__season--summer {
  background: #fff url(../img/botanicalhall/flowering/summer_bg_sp.jpg) no-repeat center center;
  background-size: cover
}

.botanical .flowering__season--summer img {
  width: 134.5px
}

.botanical .flowering__season--autumn {
  background: #fff url(../img/botanicalhall/flowering/autumn_bg_sp.jpg) no-repeat center center;
  background-size: cover
}

.botanical .flowering__season--autumn img {
  width: 137.5px
}

.botanical .flowering__season--winter {
  background: #fff url(../img/botanicalhall/flowering/winter_bg_sp.jpg) no-repeat center center;
  background-size: cover
}

.botanical .flowering__season--winter img {
  width: 122px
}

.botanical .flowering__flowers .l-container:after {
  content: ''
}

.botanical .flowering__flower--item {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .05em;
  line-height: 1.9;
  margin-bottom: 6.66667vw;
  width: 38.4vw
}

.botanical .flowering__flower--item img {
  margin-bottom: 5px
}

.page.botanical.-konomitokonoha {
  background-color: #faf4c7
}

.konomitokonoha:after {
  background: transparent url(../img/botanicalhall/konomitokonoha/obj/obj_footer_sp.jpg) no-repeat center bottom;
  background-size: contain;
  content: '';
  display: block;
  padding-top: 38%;
  width: 100%
}

ruby {
  position: relative
}

rt {
  display: none
}

[data-ruby] {
  display: inline-block;
  position: relative
}

[data-ruby]::before {
  -webkit-transform: scale(.7);
  -webkit-transform-origin: left;
  content: attr(data-ruby);
  font-size: 65%;
  left: 0;
  letter-spacing: -.1em;
  position: absolute;
  top: -1.6em;
  transform: scale(.7);
  transform-origin: left;
  white-space: nowrap
}

.konomitokonoha-overview {
  margin-bottom: 85px;
  position: relative
}

.konomitokonoha-profile__heading {
  margin-bottom: 10px;
  width: 132px
}

.konomitokonoha-profile {
  background: transparent url(../img/botanicalhall/konomitokonoha/profile_bg_pc.png) no-repeat center center;
  background-size: contain;
  height: 78.26667vw;
  margin: -46.66667vw auto 0;
  padding: 16vw 0;
  position: relative;
  width: 77.33333vw;
  z-index: 10
}

.konomitokonoha-profile__inner {
  margin: auto;
  max-width: 190px;
  width: 53.33333vw
}

.konomitokonoha-profile__inner p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  white-space: nowrap
}

.konomitokonoha__heading {
  color: #534741;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  margin: 0 0 18px 8.66667vw;
  position: relative;
  z-index: 20
}

.konomitokonoha__heading span {
  border-bottom: solid 3px #e1bf21;
  display: inline-block;
  white-space: nowrap
}

.konomitokonoha__heading [data-ruby]::before {
  -webkit-transform-origin: left;
  left: 1em;
  top: -.9em;
  transform-origin: left
}

.konomitokonoha__heading.-txt-right {
  text-align: right
}

.konomitokonoha-about__main {
  position: relative
}

.konomitokonoha-about__main:after {
  background: transparent url(../img/botanicalhall/konomitokonoha/about_bg.svg) no-repeat left top;
  background-size: contain;
  content: '';
  display: block;
  height: 80.8vw;
  left: 0;
  position: absolute;
  top: -13.33333vw;
  width: 88.26667vw;
  z-index: 0
}

.konomitokonoha-about__mask {
  border-radius: 53.33333vw;
  height: 106.66667vw;
  margin: 0 0 0 -2.66667vw;
  overflow: hidden;
  position: relative;
  width: 106.66667vw;
  z-index: 10
}

.konomitokonoha-about__lead {
  background: transparent url(../img/botanicalhall/konomitokonoha/lead_bg_sp.png) no-repeat center center;
  background-size: contain;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  font-size: 3.73333vw;
  font-weight: 500;
  height: 37.33333vw;
  letter-spacing: .18667vw;
  line-height: 7.46667vw;
  margin: -18.66667vw auto 15px;
  padding: 6.13333vw 0 0 12.26667vw;
  position: relative;
  width: 86.66667vw;
  z-index: 50
}

.konomitokonoha-about-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.konomitokonoha-about__image {
  width: 41.33333vw
}

.konomitokonoha-about__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 2;
  margin-top: 4vw;
  padding-left: 4.66667vw
}

.konomitokonoha-about-character {
  margin-top: -6.66667vw;
  width: 59.46667vw
}

.konomitokonoha-quiz {
  margin-bottom: 20vw;
  padding: 15.73333vw 0 0 0
}

.konomitokonoha-quiz .konomitokonoha__heading {
  margin-left: 0
}

.konomitokonoha-quiz-group {
  margin-bottom: 2.26667vw;
  position: relative;
  width: 50%;
  z-index: 10
}

.konomitokonoha-quiz-group:nth-child(2n) .konomitokonoha-quiz-q {
  background: transparent url(../img/botanicalhall/konomitokonoha/quiz_title_bg2_sp.svg) no-repeat center top;
  background-size: contain
}

.konomitokonoha-quiz-q {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: transparent url(../img/botanicalhall/konomitokonoha/quiz_title_bg1_sp.svg) no-repeat center top;
  background-size: contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-size: 1.1rem;
  height: 29.33333vw;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1.45455;
  padding: 0 2vw;
  position: relative;
  width: 40vw;
  z-index: 10
}

.konomitokonoha-quiz-q svg {
  left: 0;
  position: absolute;
  top: 0
}

.konomitokonoha-quiz-a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: transparent url(../img/botanicalhall/konomitokonoha/quiz_txt_bg_sp.svg) no-repeat center top;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  height: 46.66667vw;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1.45455;
  margin: -8vw 0 0 3.2vw;
  padding: .66667vw 2vw 0 2vw;
  width: 40vw
}

.konomitokonoha-quiz-a__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: .2em
}

.konomitokonoha-quiz-a__answer {
  height: 26.66667vw;
  overflow-x: hidden;
  overflow-y: scroll
}

.konomitokonoha-quiz-a__answer,
.konomitokonoha-quiz-q__answer {
  display: none
}

.konomitokonoha-quiz-group.is-active .konomitokonoha-quiz-a__click,
.konomitokonoha-quiz-group.is-active .konomitokonoha-quiz-q__text {
  display: none
}

.konomitokonoha-quiz-group.is-active .konomitokonoha-quiz-a__answer,
.konomitokonoha-quiz-group.is-active .konomitokonoha-quiz-q__answer {
  display: block
}

.konomitokonoha-quiz-group.is-active .konomitokonoha-quiz-q {
  background: 0 0 !important;
  padding: 0 !important
}

.konomitokonoha-quiz-a__click {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: red;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  height: 80%;
  justify-content: center;
  width: 100%
}

.konomitokonoha-quiz-a__text {
  display: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500
}

.konomitokonoha-channel {
  padding-bottom: 55px
}

.konomitokonoha-channel__balloon1 {
  background: transparent url(../img/botanicalhall/konomitokonoha/channel_balloon1_sp.png) no-repeat center center;
  background-size: contain;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-size: 3.6vw;
  font-weight: 500;
  height: 31.6vw;
  letter-spacing: 0;
  line-height: 7.2vw;
  padding: 5.33333vw 0 0 9.33333vw;
  position: relative;
  width: 85.33333vw;
  z-index: 20
}

.konomitokonoha-channel__balloon2 {
  background: transparent url(../img/botanicalhall/konomitokonoha/channel_balloon2_sp.png) no-repeat center center;
  background-size: contain;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-size: 3.6vw;
  font-weight: 500;
  height: 32.93333vw;
  letter-spacing: 0;
  line-height: 7.2vw;
  margin: -11.73333vw 0 0 2.93333vw;
  padding: 7.33333vw 0 0 32vw;
  position: relative;
  width: 88.66667vw;
  z-index: 20
}

.konomitokonoha-channnel-thumb {
  margin: -13.33333vw 0 6.13333vw;
  position: relative
}

.konomitokonoha-channnel-thumb:after {
  background: transparent url(../img/botanicalhall/konomitokonoha/channel_bg.svg) no-repeat center center;
  background-size: contain;
  content: '';
  height: 88vw;
  left: -22vw;
  position: absolute;
  top: -25.33333vw;
  width: 86.66667vw;
  z-index: 0
}

.konomitokonoha-channnel-list {
  position: relative;
  z-index: 10
}

.konomitokonoha-channel__item {
  width: 48%
}

.konomitokonoha-channel__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 10px
}

.konomitokonoha-channne__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background-color: #336024;
  border-radius: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  height: 50px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1em;
  margin-top: 30px;
  padding: 0 32px;
  position: relative;
  text-decoration: none;
  width: 100%
}

.konomitokonoha-channne__btn:after {
  -webkit-transform: rotate(45deg);
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: '';
  display: block;
  height: 10px;
  transform: rotate(45deg);
  width: 10px
}

.konomitokonoha-channel-parallax {
  background: #fff url(../img/botanicalhall/konomitokonoha/parallax_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 82.5px;
  position: relative;
  width: 100%
}

.konomitokonoha-quiz-header {
  position: relative
}

.konomitokonoha-quiz-header:after {
  background: transparent url(../img/botanicalhall/konomitokonoha/quiz_balloon_bg.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: 77.86667vw;
  left: -4vw;
  position: absolute;
  top: 32vw;
  width: 93.33333vw;
  z-index: 0
}

.konomitokonoha-quiz-list {
  position: relative
}

.konomitokonoha-quiz-list:before {
  -webkit-transform: translate(-50%, -50%);
  content: '';
  display: block;
  height: 160vw;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 126.66667vw;
  z-index: 0
}

.konomitokonoha-quiz__balloon1 {
  background: transparent url(../img/botanicalhall/konomitokonoha/quiz_balloon_sp.png) no-repeat center center;
  background-size: contain;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-size: 3.6vw;
  font-weight: 500;
  height: 34.66667vw;
  letter-spacing: 0;
  line-height: 7.2vw;
  margin-left: -2.93333vw;
  padding: 5.33333vw 0 0 9.33333vw;
  position: relative;
  width: 92.26667vw;
  z-index: 20
}

.konomitokonoha-present {
  padding-bottom: 0
}

.konomitokonoha-present-header {
  margin-bottom: 25px;
  position: relative;
  z-index: 0
}

.konomitokonoha-present-header:after {
  background: transparent url(../img/botanicalhall/konomitokonoha/present_bg.svg) no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: 63.06667vw;
  left: 18vw;
  position: absolute;
  top: 14.66667vw;
  width: 71.33333vw;
  z-index: 0
}

.konomitokonoha-present__balloon1 {
  background: transparent url(../img/botanicalhall/konomitokonoha/present_balloon_sp.png) no-repeat center center;
  background-size: contain;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 27px;
  font-size: 3.6vw;
  font-weight: 500;
  height: 30.26667vw;
  letter-spacing: 0;
  line-height: 7.2vw;
  padding: 5.33333vw 0 0 30.66667vw;
  position: relative;
  width: 85.6vw;
  z-index: 10
}

.konomitokonoha-present__box {
  margin-bottom: 35px;
  position: relative;
  width: 40vw;
  z-index: 20
}

.konomitokonoha-present__image {
  margin-bottom: 10px
}

.konomitokonoha-present__text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.61538;
  margin-bottom: 15px
}

.konomitokonoha-present__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  background: transparent url(../img/botanicalhall/konomitokonoha/btn_bg.svg) no-repeat center center;
  background-size: cover;
  border-radius: 19px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  height: 38px;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1em;
  padding: 0 15px 0 15px;
  position: relative;
  text-decoration: none;
  width: 40vw;
  z-index: 20
}

.konomitokonoha-present__btn:after {
  -webkit-transform: rotate(45deg);
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  content: '';
  display: block;
  height: 10px;
  transform: rotate(45deg);
  width: 10px
}

.konomitokonoha-obj1 {
  position: absolute;
  right: -29.33333vw;
  top: -6.66667vw;
  width: 66.26667vw
}

.konomitokonoha-obj2 {
  bottom: -60px;
  left: -11.33333vw;
  position: absolute;
  width: 35.06667vw;
  z-index: 10
}

.konomitokonoha-obj3 {
  display: none
}

.konomitokonoha-obj4 {
  bottom: -20px;
  position: absolute;
  right: -20vw;
  width: 60vw;
  z-index: 10
}

.konomitokonoha-obj5 {
  left: -15.33333vw;
  position: absolute;
  top: -70px;
  width: 29.06667vw;
  z-index: 10
}

.konomitokonoha-obj6 {
  position: absolute;
  right: -14.66667vw;
  top: 40px;
  width: 39.06667vw;
  z-index: 10
}

.konomitokonoha-obj7 {
  bottom: -32vw;
  left: -22.66667vw;
  position: absolute;
  width: 48.4vw;
  z-index: 10
}

.konomitokonoha-obj8 {
  bottom: -10.66667vw;
  position: absolute;
  right: -13.33333vw;
  width: 26.93333vw;
  z-index: 10
}

.botanical .map1 {
  margin-left: -7%;
  width: 114%
}

.botanical .map-section {
  padding-top: 55px
}

.botanical .map-group__title {
  margin-bottom: 20px;
  width: 280px
}

.botanical .map-group-image {
  margin-bottom: 23px
}

.botanical .map-floor__heading {
  margin: 0 auto 30px;
  width: 186px
}

.botanical .map-nav__item {
  margin-bottom: 40px
}

.botanical .map-nav__item:last-child {
  margin-bottom: 0
}

.botanical .map-heating {
  background-color: #ffefe9
}

.botanical .map-heating__heading {
  margin: 0 auto 35px
}

.botanical .map-heating__text {
  margin-bottom: 20px
}

.botanical .map-heating__figure {
  background: transparent url(../img/botanicalhall/map/heating_system_figure_sp.png) no-repeat center top;
  background-size: contain
}

.botanical .map-greenhouse__heading {
  margin: 0 auto 6.4vw;
  width: 136px
}

.botanical .map-greenhouse-header {
  margin-bottom: 30px
}

.botanical .map-greenhouse_title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1em
}

.botanical .map-greenhouse__icon {
  width: 75px
}

.botanical .map-greenhouse-summery {
  margin-bottom: 30px
}

.botanical .map-greenhouse__text p {
  font-weight: 700
}

.botanical .map-greenhouse-movie {
  margin: 0 0 25px
}

.botanical .map-greenhouse-movie__mask {
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
  z-index: 10
}

.botanical .map-greenhouse-movie__wrap {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200%
}

.botanical .map-greenhouse-movie__item {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.botanical .map-greenhouse-movie__item iframe,
.botanical .map-greenhouse-movie__item video {
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%
}

.botanical .map-greenhouse-flowers {
  margin-bottom: -50px
}

.botanical .map-greenhouse-flowers__item {
  margin-bottom: 50px;
  width: 46.875%
}

.botanical .map-greenhouse-flowers__item p {
  font-weight: 700
}

.botanical .map-greenhouse-flowers__image {
  margin-bottom: 15px
}

.botanical .map-greenhouse-flowers__name {
  color: #336024;
  font-size: 15.5px;
  font-size: 1.55rem;
  letter-spacing: .05em;
  line-height: 1.35484;
  margin-bottom: 17px
}

.botanical .map-greenhouse-box {
  margin-bottom: 10px
}

.botanical .map-greenhouse-box:last-child {
  margin-bottom: 0
}

.botanical .map-greenhouse-a {
  background-color: #d6dfca
}

.botanical .map-greenhouse-b {
  background-color: #c3d5bb
}

.botanical .map-greenhouse-c {
  background-color: #afd2bd
}

.botanical .map-facilities {
  margin-bottom: 40px
}

.botanical .map-facilities-box {
  background-color: #f4f4f4
}

.botanical .map-facilities-group {
  padding-top: 45px
}

.botanical .map-facilities__heading {
  margin: 0 auto 40px;
  width: 224px
}

.botanical .map-facilities__name {
  margin-bottom: 18px;
  width: 187px
}

.botanical .map-gardens__heading {
  margin: 0 auto 25px;
  width: 159px
}

.botanical .map-gardens-box {
  background-color: rgba(222, 255, 211, .5);
  margin-bottom: 18px;
  padding-top: 0
}

.botanical .map-gardens-group {
  border-bottom: dotted 1px #336024;
  padding-bottom: 24px;
  padding-top: 24px
}

.botanical .map-gardens-group:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.botanical .map-gardens__image {
  margin-bottom: 10px
}

.botanical .map-gardens-thumbs__item {
  width: 23%
}

.botanical .map-gardens-thumbs__item img {
  cursor: pointer
}

.botanical .map-gardens-thumbs__item img.is-active {
  opacity: .3
}

.botanical .map-cafe {
  background-color: #f2e9da
}

.botanical .map-cafe .c-btn__circle,
.botanical .map-cafe .c-btn__circle2,
.botanical .map-cafe .c-btn__circle3,
.botanical .map-cafe .c-btn__circle4,
.botanical .map-cafe .c-btn__wht-circle {
  margin: 0
}

.botanical .map-cafe__heading {
  margin: 0 auto 30px;
  width: 185px
}

.botanical .map-cafe-group {
  padding-top: 33px
}

.botanical .map-cafe-group:first-child {
  margin-bottom: 0
}

.botanical .net-section {
  padding: 55px 0 85px
}

.botanical .net-virtual {
  background: #e9f4e6 url(../img/botanicalhall/net_botanicalhall/virtual_bg_sp.jpg) no-repeat center top;
  background-size: 100%;
  margin-bottom: 45px;
  position: relative;
  text-align: left
}

.botanical .net-virtual p {
  margin-bottom: 1.5em
}

.botanical .net-virtual ul {
  margin-bottom: 1.5em
}

.botanical .net-virtual:after {
  background: transparent url(../img/botanicalhall/net_botanicalhall/virtual_bg_bottom_sp.png) no-repeat center bottom;
  background-size: 100%;
  bottom: 0;
  content: '';
  height: 300px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0
}

.botanical .net-virtual .l-container {
  position: relative;
  z-index: 10
}

.botanical .net-virtual__heading {
  margin: 0 auto 25px;
  width: 208.5px
}

.botanical .net-virtual__photo {
  display: block;
  margin: 0 auto 60px;
  width: 86%
}

.botanical .net-yumenetsu {
  background-color: #f8f4ee
}

.botanical .net-yumenetsu__heading {
  margin: 0 auto 37.5px;
  width: 226px
}

.botanical .net-yumenetsu__photo {
  display: block;
  margin: 0 auto 22.5px;
  width: 86%
}

.botanical .net-sns {
  text-align: center
}

.botanical .net-sns__heading {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1em;
  margin-bottom: 20px;
  text-align: center
}

.botanical .net-sns__heading:after {
  border-bottom: solid 1px #000;
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 90%
}

.botanical .net-sns__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.botanical .net-sns__card--link {
  background-color: #f5f5f6;
  display: block;
  margin-bottom: 17.5px;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  width: 47%
}

.botanical .net-sns__card--link .c-btn__circle,
.botanical .net-sns__card--link .c-btn__circle2,
.botanical .net-sns__card--link .c-btn__circle3,
.botanical .net-sns__card--link .c-btn__circle4,
.botanical .net-sns__card--link .c-btn__wht-circle {
  width: 80%
}

.botanical .net-sns__icon {
  margin: 0 auto 10px;
  width: 46%
}

.botanical .net-sns__type {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1.45455;
  margin-bottom: 10px
}

.botanical .net-sns__title {
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1em;
  margin-bottom: 15px;
  text-decoration: underline
}

.botanical .net-sns__follow {
  display: block;
  margin: 0 auto;
  width: 78%
}

.botanical .net-app {
  background-color: #e9f3e5
}

.botanical .net-app p {
  margin-bottom: 1.5em
}

.botanical .net-app__heading {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 20px
}

.botanical .net-app__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px
}

.botanical .net-app__item--app {
  margin-right: 14px;
  width: 132px
}

.botanical .net-app__item--google {
  width: 162px
}

.botanical .net-app__info {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 2;
  margin-bottom: 37.5px
}

.botanical .net-app__image {
  display: block;
  margin: auto;
  width: 72%
}

.botanical .net-app__image.virtual {
  display: block;
  margin: auto;
  width: 100%
}

.botanical .net-virtual__btn {
  display: block;
  margin: auto;
  width: 280px
}

.botanical .net-virtual__yumenetsuBtn {
  margin: auto;
  width: 245px
}

.botanical .net-virtual__yumenetsuBtn.mb {
  margin: auto;
  margin-bottom: 1.5em;
  width: fit-content;
  padding: 0 10px;
}

.sitemap-category {
  border-bottom: solid 1px #232323;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.28571;
  margin-bottom: 18px;
  padding-bottom: 8px
}

.sitemap-category__link {
  text-decoration: none
}

.sitemap-nav__parent {
  margin-bottom: 37.5px;
  width: 50%
}

.sitemap-nav__parent.-wide {
  width: 100%
}

.sitemap-nav__item {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.125;
  margin-bottom: 18px;
  text-decoration: none
}

.sitemap-nav__item2 {
  height: 2.3em
}

.sitemap-nav-sub__item {
  text-decoration: none
}

.sitemap-sub-nav .sitemap-nav__parent {
  margin-bottom: 20px
}

.botanical .topics__info {
  background-color: #ceeac4;
  color: #336024;
  margin-bottom: 28px;
  padding-bottom: 27px;
  padding-top: 27px
}

.botanical .topics__info a {
  color: #336024
}

.botanical .topic__heading {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.5;
  margin-bottom: 18px
}

.botanical .topics__lists {
  margin-bottom: 43px
}

.u-sp-hidden {
  display: none
}

.u-pc-show {
  display: none
}

.icon-arrow--rt {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  height: 0;
  width: 0
}

.u-nowrap {
  white-space: nowrap
}

.u-vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl
}

.u-skew5 {
  -webkit-transform: skew(-5deg) rotate(-5deg);
  -webkit-transform-origin: left bottom;
  transform: skew(-5deg) rotate(-5deg);
  transform-origin: left bottom
}

.u-skew5__inner {
  -webkit-transform: skew(5deg) rotate(5deg);
  -webkit-transform-origin: left bottom;
  transform: skew(5deg) rotate(5deg);
  transform-origin: left bottom
}

.u-txt-center {
  text-align: center
}

.u-mb-0 {
  margin-bottom: 0
}

.u-mb-5 {
  margin-bottom: 2.5px
}

.u-mb-10 {
  margin-bottom: 5px
}

.u-mb-15 {
  margin-bottom: 7.5px
}

.u-mb-20 {
  margin-bottom: 10px
}

.u-mb-25 {
  margin-bottom: 12.5px
}

.u-mb-30 {
  margin-bottom: 15px
}

.u-mb-35 {
  margin-bottom: 17.5px
}

.u-mb-40 {
  margin-bottom: 20px
}

.u-mb-45 {
  margin-bottom: 22.5px
}

.u-mb-50 {
  margin-bottom: 25px
}

.u-mb-55 {
  margin-bottom: 27.5px
}

.u-mb-60 {
  margin-bottom: 30px
}

.u-mb-65 {
  margin-bottom: 32.5px
}

.u-mb-70 {
  margin-bottom: 35px
}

.u-mb-75 {
  margin-bottom: 37.5px
}

.u-mb-80 {
  margin-bottom: 40px
}

.u-mb-85 {
  margin-bottom: 42.5px
}

.u-mb-90 {
  margin-bottom: 45px
}

.u-mb-95 {
  margin-bottom: 47.5px
}

.u-mb-100 {
  margin-bottom: 50px
}

.u-mb-105 {
  margin-bottom: 52.5px
}

.u-mb-110 {
  margin-bottom: 55px
}

.u-mb-115 {
  margin-bottom: 57.5px
}

.u-mb-120 {
  margin-bottom: 60px
}

.u-mb-125 {
  margin-bottom: 62.5px
}

.u-mb-130 {
  margin-bottom: 65px
}

.u-mb-135 {
  margin-bottom: 67.5px
}

.u-mb-140 {
  margin-bottom: 70px
}

.u-mb-145 {
  margin-bottom: 72.5px
}

.u-mb-150 {
  margin-bottom: 75px
}

.u-mb-155 {
  margin-bottom: 77.5px
}

.u-mb-160 {
  margin-bottom: 80px
}

.u-mb-165 {
  margin-bottom: 82.5px
}

.u-mb-170 {
  margin-bottom: 85px
}

.u-mb-175 {
  margin-bottom: 87.5px
}

.u-mb-180 {
  margin-bottom: 90px
}

.u-mb-185 {
  margin-bottom: 92.5px
}

.u-mb-190 {
  margin-bottom: 95px
}

.u-mb-195 {
  margin-bottom: 97.5px
}

.u-mb-200 {
  margin-bottom: 100px
}

.u-text-normal {
  letter-spacing: normal
}

.u-text-alert {
  color: #b20000
}

.u-color-dkgreen {
  color: #336024
}

.u-ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.u-ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.u-flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.u-text-bold {
  font-weight: 700
}

.u-text-combine {
  -webkit-text-combine: horizontal;
  text-combine-upright: all
}

.u-text-center {
  text-align: center
}

.u-flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center
}

.u-counter {
  counter-reset: count 0
}

.u-counter>.u-counter__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.u-counter>.u-counter__item:before {
  content: counter(count) ". ";
  counter-increment: count;
  display: block;
  margin-right: .5em
}

@media only screen and (min-width: 321px) {

  a:active,
  a:hover {
    outline-width: 0
  }
}

@media only screen and (min-width: 414px) {

  a:active,
  a:hover {
    outline-width: 0
  }
}

@media only screen and (min-width: 500px) {

  a:active,
  a:hover {
    outline-width: 0
  }
}

@media only screen and (min-width: 540px) {
  .botanical .topHero__heading {
    color: #000
  }
}

@media only screen and (min-width: 630px) {
  .botanical .net-virtual:after {
    display: none
  }
}

@media only screen and (min-width: 768px) {

  a:active,
  a:hover {
    outline-width: 0
  }

  a:active,
  a:hover {
    outline-width: 0
  }

  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none
  }

  .l-container {
    max-width: 1163px;
    width: 92%
  }

  .l-container.-sp-full {
    width: 92%
  }

  .l-container.-pc-full {
    width: 100% !important
  }

  .l-container.-pc-lg {
    max-width: 1163px;
    width: 92%
  }

  .l-container.-pc-md {
    max-width: 1026px;
    width: 92%
  }

  .l-container.-pc-sm {
    max-width: 892px;
    width: 92%
  }

  .l-container.-pc-narrow {
    max-width: 563px;
    width: 92%
  }

  .l-container.-pc-article {
    max-width: 720px;
    width: 92%
  }

  .l-archive-column {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  .l-archive-column .l-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
  }

  .l-archive-column .l-right {
    margin-left: 5%;
    width: 220px
  }

  .l-flex-pc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .l-flex-pc.-ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .l-flex-pc.-ai-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .l-flex-pc.-ai-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .l-flex-pc.-ai-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .l-flex-pc.-jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .l-flex-pc.-jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .l-flex-pc.-jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .l-flex-pc.-fw {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .l-flex--tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .l-flex-between--tablet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
  }

  .l-flex-center--tablet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
  }

  .c-archive__heading {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .1em;
    line-height: 1.6;
    margin-bottom: 40px;
    margin-top: 100px
  }

  .c-archive__lists:after {
    width: 48%
  }

  .c-archive__article {
    margin-bottom: 30px;
    width: 48%
  }

  .c-archive__info {
    margin: 10px 0
  }

  .c-archive__close {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1em;
    margin-right: 5px
  }

  .c-archive__date {
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 2.16667
  }

  .c-archive__title {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.61538;
    margin: 10px 0
  }

  .c-archive-pickup .c-archive__article {
    width: 30%
  }

  .c-article__info {
    padding-top: 28px;
    position: relative
  }

  .c-article__content a,
  .c-article__content li {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 2
  }

  .c-article__back--link {
    margin: 100px auto;
    width: 182px
  }

  .c-article__announce {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 2;
    margin-bottom: 43px;
    padding-bottom: 36px;
    padding-left: 35px;
    padding-top: 36px
  }

  .event .c-article__title {
    padding-bottom: 80px
  }

  .c-box {
    margin: auto;
    max-width: 1026px;
    padding-left: 4.5%;
    padding-right: 4.5%;
    width: 92%
  }

  .c-box--md {
    max-width: 1026px;
    padding-left: 5.53%;
    padding-right: 5.53%;
    width: 92%
  }

  .c-box--sm {
    max-width: 892px;
    padding-left: 5.53%;
    padding-right: 5.53%;
    width: 92%
  }

  .c-box-pc--md {
    margin: auto;
    max-width: 1026px;
    padding: 85px 4.5%;
    width: 92%
  }

  .c-breadcrumb {
    margin-bottom: 40px;
    width: 92%
  }

  .c-btn__circle,
  .c-btn__circle2,
  .c-btn__circle3,
  .c-btn__circle4,
  .c-btn__wht-circle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    font-size: 18px;
    font-size: 1.8rem;
    justify-content: center;
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 0;
    width: 294px
  }

  .c-btn__circle2:after,
  .c-btn__circle3:after,
  .c-btn__circle4:after,
  .c-btn__circle:after,
  .c-btn__wht-circle:after {
    height: 55px;
    width: 83px
  }

  .c-btn__circle .small,
  .c-btn__circle2 .small,
  .c-btn__circle3 .small,
  .c-btn__circle4 .small,
  .c-btn__wht-circle .small {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1em
  }

  .c-btn__circle2 {
    margin: auto;
    width: 355px
  }

  .c-btn__circle3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 294px
  }

  .c-btn__circle4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    width: auto
  }

  .c-btn__circle4 small {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.5
  }

  .c-btn__wht-circle {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    width: auto
  }

  .c-btn__wht-circle small {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.5
  }

  .c-btn__back-circle {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.5;
    margin: 100px 0 130px
  }

  .c-btn__back-circle:before {
    height: 55px;
    width: 83px
  }

  .c-btn__back-circle.u-sp-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .c-calendar span {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1em;
    margin-top: 2px
  }

  .c-calendar td,
  .c-calendar th {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: .05em;
    line-height: 1em;
    padding: .4em 0
  }

  .c-calendar th {
    padding: 1em 0
  }

  .c-calendar__caption {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1em;
    margin-bottom: 10px;
    padding: .5em
  }

  .c-form .c-form-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
  }

  .c-form .c-form-group label {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.625;
    width: 165px
  }

  .c-form .c-form-group .form-label {
    display: inline-block;
    vertical-align: top;
    width: 25%
  }

  .c-form .c-form-group input,
  .c-form .c-form-group select,
  .c-form .c-form-group textarea {
    width: 70%
  }

  .c-form .c-form-group textarea {
    min-height: 200px
  }

  .c-form .c-form-group .form-checkbox {
    padding-top: .4em
  }

  .c-form .c-form-group .form-check {
    padding-top: .4em
  }

  .c-form .form-textarea {
    border: none;
    width: 74%
  }

  .c-form .form-textarea .form-group {
    border: solid 1px #000;
    height: 100%;
    width: 100%
  }

  .c-form .error {
    padding-left: 0
  }

  .c-form-btn-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 165px
  }

  .c-form-btn-block .c-form__confirm {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1em;
    margin: 60px 0;
    width: 300px
  }

  .c-form-btn-block .c-form__submit {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1em;
    margin: 60px 0;
    width: 300px
  }

  .c-form-btn-block .c-form__back {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1em;
    margin: 0 30px 0 0;
    width: 300px
  }

  .form-select {
    width: 200px
  }

  .mw_wp_form_confirm .form-group {
    position: relative
  }

  .mw_wp_form_confirm .form-group .form-label {
    left: 0;
    position: absolute;
    top: 0
  }

  .mw_wp_form_confirm .form-textarea {
    border: none
  }

  .mw_wp_form_confirm .form-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700
  }

  .mw_wp_form_confirm .form-group label {
    white-space: nowrap;
    width: 30%
  }

  .c-form-confirm__text {
    display: block;
    width: 70%
  }

  .c-hamburger {
    height: 20px;
    width: 27px
  }

  .c-heading {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: .1em;
    line-height: 1.125
  }

  .c-heading span {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .1em;
    line-height: 1.5
  }

  .c-heading2 {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .1em;
    line-height: 1.6;
    margin-bottom: 45px
  }

  .c-heading2:after {
    margin: 30px auto 0;
    width: 90px
  }

  .c-page__heading {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .1em;
    line-height: 1.6;
    margin-bottom: 50px
  }

  .c-hero {
    height: 200px;
    margin-bottom: 20px
  }

  .c-hero__bg {
    width: calc(100% - 170px)
  }

  .c-hero__heading {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .1em;
    line-height: 2.13333
  }

  .top .sitemap .c-hero__bg {
    background: #fff url(../img/top/sitemap/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .barbecue .c-hero__bg {
    background: #fff url(../img/top/barbecue/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .stadium .c-hero__bg {
    background: #fff url(../img/top/stadium/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .botanical .access .c-hero__bg {
    background: #fff url(../img/botanicalhall/access/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .botanical .topics .c-hero__bg {
    background: #fff url(../img/botanicalhall/topics/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .botanical .barrierfree .c-hero__bg {
    background: #fff url(../img/botanicalhall/barrierfree/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .botanical .net .c-hero__bg {
    background: #fff url(../img/botanicalhall/net_botanicalhall/hero_bg_pc.jpg) no-repeat left center;
    background-size: cover
  }

  .botanical .flowering .c-hero__bg {
    background: #fff url(../img/botanicalhall/flowering/hero_bg_pc.jpg) no-repeat left center;
    background-size: cover
  }

  .botanical .event .c-hero__bg {
    background: #fff url(../img/botanicalhall/event/hero_bg_pc.jpg) no-repeat left center;
    background-size: cover
  }

  .botanical .exhibition .c-hero__bg {
    background: #fff url(../img/botanicalhall/exhibition/hero_bg_pc.jpg) no-repeat left center;
    background-size: cover
  }

  .botanical .cafe .c-hero__bg {
    background: #fff url(../img/botanicalhall/cafe/hero_bg_pc.jpg) no-repeat left center;
    background-size: cover
  }

  .botanical .map .c-hero__bg {
    background: #fff url(../img/botanicalhall/map/hero_bg_pc.jpg) no-repeat left center;
    background-size: cover
  }

  .botanical .contact .c-hero__bg {
    background: #fff url(../img/top/contact/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .botanical .konomitokonoha .c-hero__bg {
    background: #fff url(../img/botanicalhall/konomitokonoha/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .botanical .sitemap .c-hero__bg {
    background: #fff url(../img/top/sitemap/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .access .c-hero__bg {
    background: #fff url(../img/park/access/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .map .c-hero__bg {
    background: #fff url(../img/park/map/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .topics .c-hero__bg {
    background: #fff url(../img/park/topics/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .history .c-hero__bg {
    background: #fff url(../img/park/history/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .rule .c-hero__bg {
    background: #fff url(../img/park/rule/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .plant .c-hero__bg {
    background: #fff url(../img/park/plant/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .browser .c-hero__bg {
    background: #cecaa9 url(../img/top/browser/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .photograph .c-hero__bg {
    background: #fff url(../img/top/photograph/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .group-travel .c-hero__bg {
    background: #fff url(../img/top/group-travel/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .privacy .c-hero__bg {
    background: #fff url(../img/top/privacy/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .management .c-hero__bg {
    background: #cecaa9 url(../img/top/designated-management/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .park .sitemap .c-hero__bg {
    background: #fff url(../img/top/sitemap/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .archery .access .c-hero__bg,
  .archery .feature .c-hero__bg,
  .archery .method .c-hero__bg,
  .archery .price .c-hero__bg,
  .archery .reservation .c-hero__bg {
    background: #fff url(../img/archery/access/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .archery .topics .c-hero__bg {
    background: #fff url(../img/archery/topics/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .archery .sitemap .c-hero__bg {
    background: #fff url(../img/top/sitemap/hero_bg_pc.jpg) no-repeat left top;
    background-size: cover
  }

  .c-news__info {
    padding-top: 28px;
    position: absolute
  }

  .c-news__title {
    padding: 28px 0 28px 226px;
    position: relative
  }

  .c-news__cat {
    font-size: 12px;
    font-size: 1.2rem;
    height: 15px;
    height: 16px;
    letter-spacing: .05em;
    line-height: 2.16667
  }

  .c-pagination {
    margin-bottom: 160px
  }

  .wp-pagenavi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 12px;
    font-size: 1.2rem;
    height: 40px;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0 8px;
    width: 40px
  }

  .c-archive .c-pagination {
    margin-top: 100px
  }

  .c-section {
    padding-top: 100px
  }

  .c-section-box {
    padding-bottom: 100px;
    padding-top: 60px
  }

  .c-section-box--narrow {
    padding-bottom: 80px;
    padding-top: 80px
  }

  .c-sidebar__heading {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1em;
    padding-bottom: 18px
  }

  .c-sidebar-archive__lists .c-archive__info {
    position: absolute;
    top: 10px;
    white-space: nowrap
  }

  .c-sidebar-archive__lists .c-archive__title {
    margin-bottom: 0;
    margin-top: 0
  }

  .c-sidebar-archive__article {
    padding: 40px 0 10px
  }

  .c-swiper-slider {
    width: 100%
  }

  .slider-next,
  .slider-prev {
    left: -35px
  }

  .slider-next {
    left: auto;
    right: -35px
  }

  .news-next,
  .news-prev {
    display: none
  }

  .flower-next,
  .flower-prev {
    left: 10px
  }

  .flower-next {
    left: auto;
    right: 10px
  }

  .exhibition-next,
  .exhibition-prev {
    left: 10px
  }

  .exhibition-next {
    left: auto;
    right: 10px
  }

  .world-next,
  .world-prev {
    left: -50px;
    top: 330px
  }

  .world-next {
    left: auto;
    right: -50px
  }

  .world-pagination {
    display: none
  }

  .oasis-next,
  .oasis-prev {
    display: none;
    left: -50px;
    top: 330px
  }

  .oasis-next {
    left: auto;
    right: -50px
  }

  .oasis-pagination {
    display: none
  }

  .topHero-pagination {
    top: 80%
  }

  .anime-fadeInLeftUp--pc {
    -webkit-transition: all 2s cubic-bezier(.22, 1, .36, 1);
    -webkit-transform: translate(-30px, 20px);
    opacity: 0;
    transform: translate(-30px, 20px);
    transition: all 2s cubic-bezier(.22, 1, .36, 1)
  }

  .scroll-in.anime-fadeInLeftUp--pc {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0)
  }

  .anime-fadeInRightUp--pc {
    -webkit-transition: all 2s cubic-bezier(.22, 1, .36, 1);
    -webkit-transform: translate(30px, 20px);
    opacity: 0;
    transform: translate(30px, 20px);
    transition: all 2s cubic-bezier(.22, 1, .36, 1)
  }

  .scroll-in.anime-fadeInRightUp--pc {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0)
  }

  .back-forward .anime-fadeInLeftUp--pc {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0)
  }

  .back-forward .anime-fadeInRightUp--pc {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0)
  }

  .p-parallax {
    min-height: 320px;
    min-width: 1040px;
    padding-top: 30%;
    width: 100%
  }

  .p-parallax:before {
    -webkit-transform: skewY(-4deg) translate(0, -400px);
    min-width: 1040px;
    transform: skewY(-4deg) translate(0, -400px)
  }

  .p-parallax:after {
    -webkit-transform: skewY(-4deg) translate(0, 400px);
    min-width: 1040px;
    transform: skewY(-4deg) translate(0, 400px)
  }

  .p-parallax1 .p-parallax__bg {
    background: #f4f2ef url(../img/top/parallax1_pc.jpg) no-repeat center top;
    background-size: cover
  }

  .p-parallax2 .p-parallax__bg {
    background: #f4f2ef url(../img/top/parallax2_pc.jpg) no-repeat center top;
    background-size: cover
  }

  .p-parallax3 .p-parallax__bg {
    background: #f0f9ef url(../img/top/parallax3_pc.jpg) no-repeat center top;
    background-size: cover
  }

  .js-textWriter .js-textWriter__line--pc {
    display: block;
    overflow: hidden
  }

  .js-textWriter .js-textWriter__line--sp {
    display: inline
  }

  .botanical .cafe-recommend__price,
  .botanical .net-virtual ul,
  .c-form .c-form-group label,
  .contact-contact__announce,
  .contact-qa__q,
  .sitemap-nav-sub__item,
  .txt13,
  dd,
  p,
  td,
  th,
  time {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 2
  }

  .txt24-13 {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 2.15385
  }

  .page main {
    margin-top: 100px
  }

  .l-footer {
    padding: 110px 0 0
  }

  .l-footer__inner {
    padding-bottom: 100px;
    width: 92%
  }

  .l-footer__btn {
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
    letter-spacing: .05em;
    line-height: 1em;
    margin: 0 0 10px;
    width: 185px
  }

  .l-footer .gFtNav {
    left: 250px;
    position: absolute;
    top: -45px;
    width: 460px
  }

  .l-footer .gFtNav__item {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1.42857;
    margin-bottom: 13px;
    width: 230px
  }

  .l-footer .gSns2 {
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: absolute;
    right: 0;
    width: 153px
  }

  .l-footer .gSns2 li:first-child {
    margin-right: 5px
  }

  .l-footer .gSns2 li:last-child {
    margin-left: 2px
  }

  .l-footer .gSns2__item {
    width: 30px
  }

  .l-footer__logo {
    position: absolute;
    top: -60px
  }

  .l-footer__address {
    display: none
  }

  .l-footer__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 50px 3vw 20px
  }

  .l-footer__bottom .l-header__facility {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    display: block;
    order: 2
  }

  .l-footer__copy {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1em
  }

  .l-header__inner {
    height: 100px;
    padding: 0;
    width: 92%
  }

  .l-header__logo {
    margin-left: 0;
    width: 190px
  }

  .l-header__fixNav {
    height: 100px;
    margin-right: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100px
  }

  .l-header__reserve {
    font-size: 18px;
    font-size: 1.8rem;
    height: 100px;
    letter-spacing: .2em;
    line-height: 1.33333;
    margin-left: 35px;
    width: 100px
  }

  .l-header__sns {
    right: 125px
  }

  .gSns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 130px
  }

  .gSns__item {
    display: block;
    height: 18px;
    width: 22px
  }

  .gLang {
    display: block;
    margin-left: 15px;
    width: 70px
  }

  .l-header__hamburger {
    width: 36px
  }

  .l-header__hamburger:after {
    height: 10px;
    margin-top: 20px;
    width: 40px
  }

  .l-header__nav {
    -webkit-transform: translate(0, -550px);
    border: none;
    height: auto;
    left: 0;
    overflow: hidden;
    padding: 120px 0 50px;
    position: fixed;
    top: 0;
    transform: translate(0, -550px);
    width: 100vw;
    z-index: -1
  }

  .l-header__nav.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  .l-header__nav--inner {
    margin: auto;
    max-width: 890px;
    width: 96%
  }

  .gNav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-bottom: solid .5px #232323;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px
  }

  .gNav__item,
  .gSubNav__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    font-size: 15px;
    font-size: 1.5rem;
    height: 50px;
    letter-spacing: .1em;
    line-height: 1.2;
    padding: 0
  }

  .gNav__item:after,
  .gSubNav__item:after {
    display: none
  }

  .gSubNav.is-close {
    height: auto !important
  }

  .gSubNav__item {
    background: 0 0;
    font-size: 11px;
    font-size: 1.1rem;
    height: auto;
    letter-spacing: .1em;
    line-height: 1.45455;
    margin-bottom: 10px
  }

  .gSubNav__item:hover {
    opacity: .5;
    text-decoration: underline
  }

  .l-header__btn--reserve {
    display: none
  }

  .l-header__btn--contact {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    height: 50px;
    letter-spacing: .1em;
    line-height: 1em;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 190px
  }

  .l-header__btn--contact:after {
    background: transparent url(../img/common/icon_circle_arrow.svg) no-repeat center center;
    background-size: contain;
    content: '';
    display: block;
    height: 26px;
    margin-left: 40px;
    width: 38px
  }

  .gSns2 {
    display: none
  }

  .gFtNav li:nth-child(even) .gFtNav__item:before {
    display: none
  }

  .gFtNav {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    width: 550px
  }

  .gFtNav__item {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: .1em;
    line-height: 1em;
    margin-bottom: 26px;
    white-space: nowrap;
    width: 180px
  }

  .l-header__facility {
    display: none
  }

  .l-header__copy {
    display: none
  }

  .home .l-header__pcNav {
    opacity: 0;
    visibility: hidden
  }

  .home.scrolled .l-header__pcNav {
    opacity: 1;
    visibility: visible
  }

  .is-nav-open .l-header__pcNav {
    display: none
  }

  .topBanner {
    margin-top: -50px;
    padding-bottom: 50px
  }

  .topBanner .topBanner__link {
    margin: auto;
    max-width: 750px
  }

  .botanical .topFloor__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .botanical .topFloor__header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1 1;
    justify-content: flex-end;
    padding: 0;
    width: 315px
  }

  .botanical .topFloor__header .c-btn__more {
    margin-left: 50px
  }

  .botanical .topFloor__heading {
    margin: 0 0 10%;
    width: 70%
  }

  .botanical .topFloor__header--inner {
    margin: 10% 0 0 10%;
    width: 410px
  }

  .botanical .topFloor__lead {
    margin-bottom: 30px;
    text-align: left
  }

  .botanical .topFloor__map {
    width: 52%
  }

  .botanical .topFloor__images {
    margin: -7% auto 80px;
    max-width: 916px;
    width: 80%
  }

  .botanical .topFloor__item {
    width: 30%
  }

  .botanical .topFloor__item span {
    padding-top: 100%;
    width: 100%
  }

  .botanical .topFloor__item img {
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
  }

  .botanical .topFloor__item figcaption {
    font-weight: 700;
    margin-top: 12px
  }

  .botanical .topFlower {
    padding: 75px 0 150px
  }

  .botanical .topFlower .topHeading span {
    width: 266px
  }

  .botanical .topFlower .topHeading span img {
    width: 215px
  }

  .botanical .topFlower .c-btn__more {
    float: right
  }

  .botanical .topFlower .swiper-slide {
    opacity: 1
  }

  .botanical .topFlower .slider-prev-wrap {
    background-color: rgba(255, 255, 255, .7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 70px;
    z-index: 10
  }

  .botanical .topFlower .slider-next-wrap {
    background-color: rgba(255, 255, 255, .7);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 10
  }

  .botanical .topFlower__slide {
    width: 100%
  }

  .botanical .topFlower__item {
    width: 170px
  }

  .botanical .topFlower__item--cat {
    width: 150px
  }

  .botanical .flowering-recommend {
    margin: 80px auto 70px;
    padding: 25px 0
  }

  .botanical .flowering-recommend__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 680px
  }

  .botanical .flowering-recommend__heading {
    margin: 0 70px 0 0;
    width: 220px
  }

  .botanical .flowering-recommend__facebook {
    margin: 0;
    width: 300px
  }

  .botanical .topHero {
    overflow: visible
  }

  .botanical .topHero .l-container {
    height: auto;
    min-height: 610px
  }

  .botanical .topHero__heading {
    color: #000;
    font-size: 44px;
    font-size: 4.4rem;
    left: 18px;
    letter-spacing: .1em;
    line-height: 1.29545;
    top: 70px
  }

  .botanical .topHero__btn {
    -webkit-transform: none;
    left: -30px;
    position: absolute;
    top: 480px;
    transform: none;
    width: 263px;
    z-index: 10
  }

  .botanical .topHero-slider {
    -webkit-transform: translate(-50%, 0);
    max-width: 864px;
    position: absolute;
    top: -10px;
    transform: translate(-50%, 0);
    width: 63vw;
    z-index: 0
  }

  .botanical .topHeroNav {
    background-color: rgba(255, 255, 255, .95);
    display: block;
    padding: 25px 0 25px 0;
    position: absolute;
    right: 0;
    top: 190px;
    width: 240px;
    z-index: 10
  }

  .botanical .topHero__text {
    display: block;
    left: -60px;
    position: absolute;
    top: 440px;
    width: 8px
  }

  .botanical .topInformation {
    margin: 50px auto 0;
    max-width: 1163px;
    padding: 60px 0;
    width: 92%
  }

  .botanical .topInfo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 760px;
    padding-bottom: 30px;
    width: 90%
  }

  .botanical .topInfo a {
    margin-bottom: 5px
  }

  .botanical .topInfo__title {
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: .1em;
    line-height: 1em;
    margin: 0;
    text-align: left;
    width: 170px
  }

  .botanical .topInfo__content,
  .botanical .topNews__swiper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
  }

  .botanical .topNews__swiper .swiper-wrapper {
    display: block
  }

  .botanical .topNews {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 760px;
    position: relative;
    width: 90%
  }

  .botanical .topNews__title {
    margin: 0 0 0 2px;
    width: 170px
  }

  .botanical .topNews__title img {
    width: 84px
  }

  .botanical .topNews__lists {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1
  }

  .botanical .topNews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px
  }

  .botanical .topNews__list time {
    margin: 0 24px 0 0
  }

  .botanical .topNews__more {
    bottom: -30px;
    position: absolute;
    right: 0
  }

  .botanical .topKonomi {
    padding: 0 0 70px;
    text-align: left
  }

  .botanical .topKonomi__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1163px;
    width: 92%
  }

  .botanical .topKonomi__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    flex: 1 1;
    order: 2
  }

  .botanical .topKonomi__heading {
    margin: -30px 0 60px;
    width: 297px
  }

  .botanical .topKonomi__more {
    margin: 24px 0 0
  }

  .botanical .topKonomi__image {
    -webkit-transform: none;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    bottom: auto;
    left: auto;
    margin: -64px 40px 0 -20px;
    order: 1;
    position: relative;
    transform: none;
    width: 61%
  }

  .botanical .topKonomi__text {
    max-width: 260px
  }

  .botanical .topObj1 {
    right: -6%;
    top: -110px;
    width: 14vw
  }

  .botanical .topObj2 {
    left: -25.79536vw;
    top: -17.1969vw;
    width: 51.59071vw
  }

  .botanical .topObj3 {
    right: -30.09458vw;
    top: -17.1969vw;
    width: 34.39381vw
  }

  .botanical .topObj4 {
    left: -25.79536vw;
    top: -30.09458vw;
    width: 30.95443vw
  }

  .botanical .topObj5 {
    right: -15.64918vw;
    top: 6.87876vw;
    width: 27.25709vw
  }

  .botanical .topObj6 {
    left: -500px;
    top: 100px;
    width: 700px
  }

  .botanical .topObj7 {
    right: -25.79536vw;
    top: -15.47721vw;
    width: 29.23474vw
  }

  .botanical .topObj8 {
    right: -18.9166vw;
    top: 0;
    width: 34.39381vw
  }

  .botanical .topObj9 {
    left: -29.23474vw;
    top: -24.07567vw;
    width: 32.67412vw
  }

  .botanical .topObj10 {
    left: -25.79536vw;
    top: -29.23474vw;
    width: 36.1135vw
  }

  .botanical .topSns {
    padding: 90px 0 110px
  }

  .botanical .topSns__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
  }

  .botanical .topSns__group {
    width: 33%
  }

  .botanical .topSns__heading {
    margin-bottom: 25px;
  }

  .botanical .topSns__heading img {
    max-height: 36px;
  }

  .botanical .topSns__heading p {
    font-size: 3.2rem;
  }

  .botanical .topSns__wrap {
    padding-top: 0
  }

  .botanical .topSns__group2 {
    width: 60%
  }

  .botanical .topSns__instagram .topSns__wrap {
    padding-top: 100%
  }

  .botanical .topHeading {
    margin: 0 auto 60px
  }

  .botanical .topHeading span {
    width: 266px
  }

  .botanical .topHeading span img {
    width: 193px
  }

  .botanical .topTopics__slide {
    width: 100%
  }

  .botanical .topTopics__article {
    width: 260px
  }

  .botanical .topWorld {
    padding: 0 0 100px
  }

  .botanical .topWorld__inner {
    max-width: 892px;
    padding: 120px 0 20vw;
    width: 92%
  }

  .botanical .topWorld__inner .topWorld__more--link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto 50px;
    width: 80%
  }

  .botanical .topWorld__inner .topWorld__more--link a {
    margin: 0
  }

  .botanical .topWorld__heading {
    font-size: 45px;
    font-size: 4.5rem;
    letter-spacing: .15em;
    line-height: 1.08889;
    margin-bottom: 50px
  }

  .botanical .topWorld__heading span {
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 20px
  }

  .botanical .topWorld__heading:after {
    margin: 50px auto 0
  }

  .botanical .topWorld__text {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .145em;
    line-height: 3.07692;
    margin-bottom: 20px;
    text-align: center
  }

  .botanical .topWorld__slider--wrap {
    max-width: 1026px;
    width: 84%
  }

  .botanical .topWorld__slider {
    overflow: hidden
  }

  .botanical .topYumenetsu {
    background: #fff url(../img/botanicalhall/top/yumenetsu_bg_pc.jpg) no-repeat center top;
    background-size: cover;
    padding: 75px 0 135px
  }

  .botanical .topYumenetsu__heading {
    margin-bottom: 45px
  }

  .botanical .topYumenetsu__heading img {
    width: 330px
  }

  .botanical .topYumenetsu__heading:before {
    width: 375px
  }

  .botanical .topYumenetsu__lists {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 1062px;
    width: 92%
  }

  .botanical .topYumenetsu__item {
    margin-bottom: 65px;
    width: 29%
  }

  .botanical .topYumenetsu__title {
    margin-top: 10px;
    text-align: left
  }

  .botanical .topYumenetsu__more {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin: auto;
    max-width: 1163px;
    width: 92%
  }

  .botanical .topYumenetsu__more .c-btn__more {
    margin: 0
  }

  .botanical .access .topics__info {
    margin-bottom: 60px
  }

  .botanical .access__title {
    margin: 0 auto 40px;
    width: 204px
  }

  .botanical .access__dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.5
  }

  .botanical .access__dl dd {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 2
  }

  .botanical .l-flex--tablet .access__dl {
    padding-right: 10%;
    width: 60%
  }

  .botanical .l-flex--tablet .access__dl+.access__dl {
    padding-right: 0;
    width: 40%
  }

  .botanical .c-box {
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative
  }

  .botanical .access_gMap:after {
    padding-top: 51%
  }

  .botanical .access__subTitle {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: .05em;
    line-height: 1.5
  }

  .botanical .access__parkInfo {
    margin-bottom: 35px;
    padding-bottom: 30px
  }

  .botanical .access-price__list dt {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1em
  }

  .botanical .access-price__list dd {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1em
  }

  .botanical .access-price__list span {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1em
  }

  .botanical .access-box__inner {
    margin: 0 auto 0;
    position: relative;
    width: 100%
  }

  .botanical .access-cashless {
    margin-bottom: 20px
  }

  .botanical .access-cashless__title {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1em;
    padding: 10px 20px
  }

  .botanical .access-hours .access__dl dt {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1em;
    position: absolute
  }

  .botanical .access-hours .access__dl dd {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 50px;
    padding-left: 186px;
    position: relative
  }

  .botanical .access-hours .access__dl dd:last-child {
    margin-bottom: 0
  }

  .botanical .access-hours .access__dl .u-text-alert {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 15px
  }

  .botanical .barrierfree__overview {
    margin-bottom: 10px;
    padding-bottom: 110px;
    padding-top: 50px
  }

  .botanical .barrierfree__overview dt {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.5;
    position: absolute
  }

  .botanical .barrierfree__overview dd {
    padding-left: 260px;
    position: relative
  }

  .botanical .barrierfree-app {
    margin-bottom: 100px;
    padding: 24px 6.53% 25px
  }

  .botanical .barrierfree-app__heading {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-top: 30px;
    text-align: left
  }

  .botanical .barrierfree-app__image {
    margin-right: 0;
    width: 34%
  }

  .botanical .cafe-nav {
    padding: 55px 0
  }

  .botanical .cafe-nav__item {
    width: 100px
  }

  .botanical .cafe-overview__heading {
    margin-bottom: 42px;
    width: 574px
  }

  .botanical .cafe-overview-box__image {
    -webkit-transform: translateX(-680px);
    left: 50%;
    margin-bottom: 150px;
    position: relative;
    transform: translateX(-680px);
    width: 960px
  }

  .botanical .cafe-overview-box__content {
    bottom: -90px;
    margin: 0;
    padding: 40px 55px;
    position: absolute;
    right: 0;
    width: 416px
  }

  .botanical .shop-overview .cafe-overview__heading {
    width: 140px
  }

  .botanical .cafe-menu-box {
    width: 44.83%
  }

  .botanical .cafe-menu__heading {
    margin-bottom: 54px;
    width: 150px
  }

  .botanical .cafe-menu__title.-drink img {
    width: 156px
  }

  .botanical .cafe-menu__title.-desert img {
    width: 143px
  }

  .botanical .cafe-menu__title.-food img {
    width: 187px
  }

  .botanical .cafe-recommend-box {
    margin-bottom: 70px;
    width: 44.843%
  }

  .botanical .care-recommend__heading {
    margin-bottom: 70px;
    width: 354px
  }

  .botanical .cafe-recommend__name {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1em;
    margin-top: 25px
  }

  .botanical .cafe-recommend__price {
    margin-bottom: 20px;
    margin-top: 10px
  }

  .contact p {
    font-weight: 700
  }

  .contact-nav__item {
    max-width: 160px;
    width: 18%
  }

  .contact-nav__link {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: .05em;
    line-height: 1em;
    text-align: center
  }

  .contact-overview {
    text-align: center
  }

  .contact__heading {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .05em;
    line-height: 1.2;
    margin-bottom: 25px
  }

  .contact-content {
    margin-bottom: 100px
  }

  .contact-content__text {
    text-align: center
  }

  .contact-qa__q {
    height: 50px;
    padding: 0 50px 0 65px
  }

  .contact-qa__q span {
    height: 50px;
    width: 50px
  }

  .contact-qa__a {
    margin-bottom: 30px;
    padding-left: 65px
  }

  .contact-qa__a span {
    width: 50px
  }

  .contact-prohibited-list {
    margin-top: 40px;
    padding: 60px 4%
  }

  .contact-prohibited-list p {
    text-align: center
  }

  .contact-prohibited p {
    text-align: center
  }

  .contact-prohibited ul {
    width: 33%
  }

  .contact-prohibited ul:nth-child(2) {
    width: 38%
  }

  .contact-prohibited ul:nth-child(3) {
    width: 29%
  }

  .contact-contact {
    padding-top: 100px
  }

  .contact-contact-thanks {
    margin-top: 50px
  }

  .botanical .event {
    padding-bottom: 100px
  }

  .botanical .exhibition__open .c-archive__box {
    max-width: 300px
  }

  .botanical .exhibition__open .c-archive__info {
    margin-bottom: 0;
    padding-bottom: 0
  }

  .botanical .exhibition__open .c-archive__title {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.625;
    margin-top: 0
  }

  .botanical .c-section-box {
    padding-bottom: 60px
  }

  .botanical .c-archive__box {
    margin: 0 25px
  }

  .botanical .flowering-bloom {
    margin-bottom: 0;
    padding-top: 50px
  }

  .botanical .flowering__heading {
    margin-bottom: 50px
  }

  .botanical .flowering__heading--bloom .flowering__heading--text {
    width: 330px
  }

  .botanical .flowering-calendar {
    padding-top: 140px
  }

  .botanical .flowering__heading--calendar .flowering__heading--text {
    width: 362px
  }

  .botanical .flowering-bloom__btn {
    margin: 90px auto 0;
    width: 235px
  }

  .botanical .flowering__seasons--bottom {
    margin-top: 90px
  }

  .botanical .flowering__seasons--item {
    margin: 0;
    width: 120px
  }

  .botanical .flowering__season-wrap {
    margin-top: -30px;
    padding-top: 100px
  }

  .botanical .flowering__season {
    height: 200px;
    margin: 0 auto 50px;
    max-width: 1026px
  }

  .botanical .flowering__season--spring {
    background: #fff url(../img/botanicalhall/flowering/spring_bg_pc.jpg) no-repeat center center;
    background-size: cover
  }

  .botanical .flowering__season--spring img {
    width: 150px
  }

  .botanical .flowering__season--summer {
    background: #fff url(../img/botanicalhall/flowering/summer_bg_pc.jpg) no-repeat center center;
    background-size: cover
  }

  .botanical .flowering__season--summer img {
    width: 180px
  }

  .botanical .flowering__season--autumn {
    background: #fff url(../img/botanicalhall/flowering/autumn_bg_pc.jpg) no-repeat center center;
    background-size: cover
  }

  .botanical .flowering__season--autumn img {
    width: 184px
  }

  .botanical .flowering__season--winter {
    background: #fff url(../img/botanicalhall/flowering/winter_bg_pc.jpg) no-repeat center center;
    background-size: cover
  }

  .botanical .flowering__season--winter img {
    width: 164px
  }

  .botanical .flowering__flowers .l-container:after {
    width: 23%
  }

  .botanical .flowering__flower--item {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.53846;
    margin-bottom: 40px;
    width: 23%
  }

  .konomitokonoha:after {
    background: transparent url(../img/botanicalhall/konomitokonoha/obj/obj_footer_pc.jpg) no-repeat center bottom;
    background-size: contain;
    margin: auto;
    max-width: 1408px;
    padding-top: 17.7%;
    width: 100%
  }

  [data-ruby]::before {
    top: -1em
  }

  .konomitokonoha-overview {
    margin-bottom: 180px
  }

  .konomitokonoha-profile__heading {
    width: 140px
  }

  .konomitokonoha-profile {
    height: 437px;
    margin: 0;
    padding: 110px 0 0 35px;
    position: absolute;
    right: 1.71969vw;
    top: 6.87876vw;
    width: 350px
  }

  .konomitokonoha-profile__inner {
    max-width: none;
    width: 280px
  }

  .konomitokonoha-profile__inner p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.125
  }

  .konomitokonoha__heading {
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0 0 70px;
    width: 600px
  }

  .konomitokonoha__heading span {
    border-bottom: solid 5px #e1bf21
  }

  .konomitokonoha__heading [data-ruby]::before {
    font-size: 60%;
    left: 2em
  }

  .konomitokonoha__heading.-txt-right {
    margin-left: calc(100% - 58.47%)
  }

  .konomitokonoha__heading.-pc-vw {
    font-size: 60px;
    font-size: 5.15907vw;
    letter-spacing: 0;
    line-height: 7.73861vw;
    width: 51.59071vw
  }

  .konomitokonoha-about {
    margin-bottom: 200px
  }

  .konomitokonoha-about__main {
    margin-left: 360px;
    margin-top: -190px;
    position: absolute
  }

  .konomitokonoha-about__main:after {
    height: 52.10662vw;
    left: -230px;
    max-width: 662px;
    top: 294px;
    width: 56.92175vw
  }

  .konomitokonoha-about__mask {
    border-radius: 34.39381vw;
    height: 68.78762vw;
    margin: 0;
    max-height: 800px;
    max-width: 800px;
    width: 68.78762vw
  }

  .konomitokonoha-about__lead {
    background: transparent url(../img/botanicalhall/konomitokonoha/lead_bg_pc.png) no-repeat center center;
    background-size: contain;
    font-size: 18px;
    font-size: 1.8rem;
    height: 270px;
    letter-spacing: 0;
    line-height: 2;
    margin: 0 0 0 25px;
    padding: 24px 0 0 63px;
    width: 567px
  }

  .konomitokonoha-about-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
    position: relative;
    z-index: 100
  }

  .konomitokonoha-about-box {
    display: block;
    margin-top: 15.47721vw;
    width: 29.82%
  }

  .konomitokonoha-about-box:first-child {
    margin-top: 0
  }

  .konomitokonoha-about__image {
    width: 100%
  }

  .konomitokonoha-about__text {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .05em;
    line-height: 2;
    margin-top: 20px;
    padding: 0
  }

  .konomitokonoha-about-character {
    margin: -130px 0 0 -20px;
    max-width: 334px;
    width: 28.71883vw
  }

  .konomitokonoha-quiz {
    margin-bottom: 14.10146vw;
    padding-top: 110px
  }

  .konomitokonoha-quiz-group {
    width: 31%
  }

  .konomitokonoha-quiz-group:nth-child(2n) .konomitokonoha-quiz-q {
    background: transparent url(../img/botanicalhall/konomitokonoha/quiz_title_bg2_pc.svg) no-repeat center top;
    background-size: contain
  }

  .konomitokonoha-quiz-q {
    background: transparent url(../img/botanicalhall/konomitokonoha/quiz_title_bg1_pc.svg) no-repeat center top;
    background-size: contain;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    height: 16.33706vw;
    letter-spacing: 0;
    line-height: 1.57143;
    max-height: 190px;
    max-width: 297px;
    padding: 20px 25px 0 25px;
    width: 25.5374vw
  }

  .konomitokonoha-quiz-a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: transparent url(../img/botanicalhall/konomitokonoha/quiz_txt_bg_pc.svg) no-repeat center top;
    background-size: contain;
    font-size: 12px;
    font-size: 1.2rem;
    height: 20.63629vw;
    letter-spacing: .05em;
    line-height: 1.83333;
    margin: -14px 0 0 5.15907vw;
    max-height: 240px;
    max-width: 297px;
    padding: 20px 25px 0;
    width: 25.5374vw
  }

  .konomitokonoha-quiz-a__title {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.44444
  }

  .konomitokonoha-quiz-a__answer {
    height: 13.75752vw;
    max-height: 150px
  }

  .konomitokonoha-quiz-group.is-active .konomitokonoha-quiz-q {
    background: 0 0 !important;
    padding: 0 !important
  }

  .konomitokonoha-channel {
    padding-bottom: 80px
  }

  .konomitokonoha-channel__balloon1 {
    background: transparent url(../img/botanicalhall/konomitokonoha/channel_balloon1_pc.png) no-repeat center center;
    background-size: contain;
    font-size: 16px;
    font-size: 1.6rem;
    height: 22.01204vw;
    left: -32px;
    letter-spacing: 0;
    line-height: 1.875;
    padding: 1.54772vw 0 0 3.26741vw;
    position: absolute;
    top: -90px;
    width: 48.15133vw
  }

  .konomitokonoha-channel__balloon2 {
    background: transparent url(../img/botanicalhall/konomitokonoha/channel_balloon2_pc.png) no-repeat center center;
    background-size: contain;
    font-size: 14px;
    font-size: 1.4rem;
    height: 24.67756vw;
    letter-spacing: 0;
    line-height: 1.85714;
    margin-left: -5.50301vw;
    padding: 2.14961vw 0 0 15.47721vw;
    width: 38.69304vw
  }

  .konomitokonoha-channnel-thumb {
    margin: 0;
    max-width: 753px;
    width: 73.39%
  }

  .konomitokonoha-channnel-thumb:after {
    height: 55.88994vw;
    left: 9.88822vw;
    top: -3.95529vw;
    width: 55.88994vw
  }

  .konomitokonoha-channnel-list {
    margin-left: -174px
  }

  .konomitokonoha-channel__articles {
    max-width: 357px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%
  }

  .konomitokonoha-channel__articles .l-flex {
    display: block
  }

  .konomitokonoha-channel__item {
    max-width: 300px;
    width: 84%
  }

  .konomitokonoha-channel__item:first-child {
    margin: 4.29923vw 0 3.43938vw 16%
  }

  .konomitokonoha-channel__title {
    font-size: 18px;
    font-size: 1.54772vw;
    letter-spacing: 0;
    line-height: 2.57954vw;
    text-align: center
  }

  .konomitokonoha-channne__btn {
    border-radius: 4.72915vw;
    font-size: 20px;
    font-size: 2rem;
    height: 9.4583vw;
    letter-spacing: 0;
    line-height: 1em;
    margin: 30px auto 0;
    padding: 0 2.57954vw 0 4.29923vw;
    width: 37.83319vw
  }

  .konomitokonoha-channne__btn:after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    height: 15px;
    width: 15px
  }

  .konomitokonoha-channel-parallax {
    background: #fff url(../img/botanicalhall/konomitokonoha/parallax_sp.jpg) no-repeat center center;
    background-size: cover;
    height: 300px
  }

  .konomitokonoha-quiz-header:after {
    height: 50.21496vw;
    left: -19.51849vw;
    top: -5.15907vw;
    width: 60.18917vw;
    z-index: 10
  }

  .konomitokonoha-quiz-list:after {
    content: '';
    display: block;
    max-width: 350px;
    width: 30.09458vw
  }

  .konomitokonoha-quiz-list:before {
    height: 79.96561vw;
    width: 124.67756vw
  }

  .konomitokonoha-quiz__balloon1 {
    background: transparent url(../img/botanicalhall/konomitokonoha/quiz_balloon_pc.png) no-repeat center center;
    background-size: contain;
    font-size: 14px;
    font-size: 1.4rem;
    height: 23.21582vw;
    left: auto;
    letter-spacing: 0;
    line-height: 1.85714;
    padding: 2.14961vw 0 0 3.43938vw;
    position: absolute;
    right: -80px;
    top: 0;
    width: 41.96045vw
  }

  .konomitokonoha-present {
    padding-bottom: 0
  }

  .konomitokonoha-present-header:after {
    height: 50.73087vw;
    left: auto;
    right: -16.50903vw;
    top: -.85985vw;
    width: 57.35168vw
  }

  .konomitokonoha-present__balloon1 {
    background: transparent url(../img/botanicalhall/konomitokonoha/present_balloon_pc.png) no-repeat center center;
    background-size: contain;
    font-size: 14px;
    font-size: 1.4rem;
    height: 18.9166vw;
    left: 0;
    letter-spacing: 0;
    line-height: 1.85714;
    padding: 1.28977vw 0 0 16.16509vw;
    position: absolute;
    top: 0;
    width: 34.39381vw
  }

  .konomitokonoha-present__box {
    width: 31%
  }

  .konomitokonoha-present__image {
    margin-bottom: 20px
  }

  .konomitokonoha-present__text {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.76923;
    margin-bottom: 30px
  }

  .konomitokonoha-present__btn {
    border-radius: 3.00946vw;
    font-size: 20px;
    font-size: 2rem;
    height: 6.01892vw;
    letter-spacing: 0;
    line-height: 1em;
    padding: 0 30px 0 40px;
    width: 100%
  }

  .konomitokonoha-present__btn:after {
    border-right: solid 2px #fff;
    border-top: solid 2px #fff;
    height: 15px;
    width: 15px
  }

  .konomitokonoha-obj1 {
    max-width: 497px;
    right: -21.49613vw;
    top: 4vw;
    width: 42.73431vw;
    z-index: 10
  }

  .konomitokonoha-obj2 {
    bottom: -6.66667vw;
    left: -13.75752vw;
    max-width: 263px;
    width: 22.61393vw;
    z-index: 10
  }

  .konomitokonoha-obj3 {
    display: block;
    max-width: 310px;
    position: absolute;
    right: -9.4583vw;
    top: -6.66667vw;
    width: 26.6552vw;
    z-index: 10
  }

  .konomitokonoha-obj4 {
    bottom: -21.33333vw;
    max-width: 452px;
    right: -25.79536vw;
    width: 38.865vw;
    z-index: 10
  }

  .konomitokonoha-obj5 {
    left: -20.63629vw;
    max-width: 300px;
    top: -37.33333vw;
    width: 25.79536vw;
    z-index: 10
  }

  .konomitokonoha-obj6 {
    max-width: 400px;
    right: -17.1969vw;
    top: 20vw;
    width: 34.39381vw;
    z-index: 10
  }

  .konomitokonoha-obj7 {
    bottom: -18.66667vw;
    left: -21.49613vw;
    max-width: 363px;
    width: 31.21238vw;
    z-index: 10
  }

  .konomitokonoha-obj8 {
    bottom: -10.66667vw;
    max-width: 200px;
    right: -15.47721vw;
    width: 17.1969vw;
    z-index: 10
  }

  .botanical .map1 {
    margin-left: 0;
    width: 100%
  }

  .botanical .map-section {
    padding-top: 110px
  }

  .botanical .map-group__title {
    margin-bottom: 40px;
    width: 300px
  }

  .botanical .map-group-image {
    margin-bottom: 0;
    width: 45.84%
  }

  .botanical .map-group-content {
    width: 50%
  }

  .botanical .map-floor__heading {
    margin-bottom: 70px;
    width: 312px
  }

  .botanical .map-nav__item {
    width: 200px
  }

  .botanical .map-nav {
    margin: auto;
    width: 700px
  }

  .botanical .map-heating {
    padding: 130px 0 170px
  }

  .botanical .map-heating__heading {
    margin-bottom: 60px;
    width: 700px
  }

  .botanical .map-heating__text {
    margin: 0 auto 50px;
    width: 650px
  }

  .botanical .map-heating__figure {
    background: transparent url(../img/botanicalhall/map/heating_system_figure_pc.png) no-repeat left top;
    background-size: 32.163%
  }

  .botanical .map-greenhouse__heading {
    margin-bottom: 84px;
    width: 227px
  }

  .botanical .map-greenhouse-header {
    left: 50%;
    position: absolute;
    width: 43.469%
  }

  .botanical .map-greenhouse-summery {
    margin-bottom: 40px;
    margin-top: -105px
  }

  .botanical .map-greenhouse__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    margin-top: 180px
  }

  .botanical .map-greenhouse-movie {
    margin-right: calc(50% - 44.84%);
    width: 44.84%
  }

  .botanical .map-greenhouse-flowers {
    width: 97.775%
  }

  .botanical .map-greenhouse-flowers__item {
    margin-bottom: 50px;
    width: 29%
  }

  .botanical .map-greenhouse-flowers__item p {
    font-weight: 500
  }

  .botanical .map-greenhouse-box {
    margin-bottom: 20px
  }

  .botanical .map-greenhouse-b .map-greenhouse-header {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  .botanical .map-greenhouse-b .map-greenhouse-movie {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-left: calc(50% - 44.84%);
    margin-right: 0;
    order: 2
  }

  .botanical .map-facilities {
    margin-bottom: 80px
  }

  .botanical .map-facilities-box {
    padding-top: 30px
  }

  .botanical .map-facilities-group {
    padding-top: 56px
  }

  .botanical .map-facilities__name {
    margin-bottom: 35px;
    width: 200px
  }

  .botanical .map-gardens__heading {
    margin-bottom: 60px;
    width: 212px
  }

  .botanical .map-gardens-box {
    margin-bottom: 20px;
    padding-top: 0
  }

  .botanical .map-gardens-group {
    padding-bottom: 80px;
    padding-top: 70px
  }

  .botanical .map-gardens-group:nth-child(2n) .map-group-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .botanical .map-cafe .c-btn__circle,
  .botanical .map-cafe .c-btn__circle2,
  .botanical .map-cafe .c-btn__circle3,
  .botanical .map-cafe .c-btn__circle4,
  .botanical .map-cafe .c-btn__wht-circle {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1em
  }

  .botanical .map-cafe__heading {
    margin-bottom: 70px;
    width: 345px
  }

  .botanical .map-cafe-group {
    padding-top: 60px
  }

  .botanical .net-section {
    padding: 65px 0 90px
  }

  .botanical .net-virtual {
    background: #ebf3e6 url(../img/botanicalhall/net_botanicalhall/virtual_bg_pc.jpg) repeat-y center top;
    background-size: 134vw
  }

  .botanical .net-virtual .c-btn__circle2 {
    margin-top: 50px
  }

  .botanical .net-virtual__heading {
    margin: 0 auto 40px;
    width: 350px
  }

  .botanical .net-virtual__photo {
    margin-bottom: 30px;
    max-width: 800px;
    width: 76%
  }

  .botanical .net-yumenetsu__heading {
    margin: 0 auto 40px;
    width: 355px
  }

  .botanical .net-yumenetsu__photo {
    margin-bottom: 30px;
    max-width: 800px;
    width: 76%
  }

  .botanical .net-sns {
    padding-bottom: 80px
  }

  .botanical .net-sns__heading {
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: .05em;
    line-height: 1em;
    margin-bottom: 35px
  }

  .botanical .net-sns__card--link {
    width: 22.4%
  }

  .botanical .net-sns__icon {
    margin-bottom: 18px;
    width: 108px
  }

  .botanical .net-sns__type {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.61538;
    margin-bottom: 10px
  }

  .botanical .net-sns__title {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.61538;
    margin-bottom: 15px
  }

  .botanical .net-sns__follow {
    width: 72%
  }

  .botanical .net-app__left {
    margin: 0 5% 0 4%;
    width: 52%
  }

  .botanical .net-app__left.virtual {
    margin: 0 1%;
    width: 45%
  }

  .botanical .net-app__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px 0 25px
  }

  .botanical .net-app__item--app {
    margin-right: 0;
    width: 42.88%
  }

  .botanical .net-app__item--google {
    width: 52.3%
  }

  .botanical .net-app__info {
    margin-bottom: 0
  }

  .botanical .net-app__image {
    width: 36.9%
  }

  .botanical .net-app__image.virtual {
    width: 52%
  }

  .botanical .net-virtual__btn {
    width: 350px
  }

  .botanical .net-virtual__yumenetsuBtn {
    width: 325px
  }

  .botanical .net-virtual__yumenetsuBtn.mb {
    margin-bottom: auto;
  }

  .sitemap {
    padding-bottom: 100px
  }

  .sitemap-category {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: .05em;
    line-height: 1.8;
    margin-bottom: 20px;
    padding-bottom: 10px
  }

  .sitemap-nav__parent {
    width: calc(100% / 3)
  }

  .sitemap-nav__parent.-wide {
    width: 250px
  }

  .sitemap-nav-col5 .sitemap-nav__parent {
    width: calc(100% / 3)
  }

  .sitemap-nav__item {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 1.2
  }

  .sitemap-nav__item2--pc {
    height: 2.3em
  }

  .sitemap-nav-sub__item {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: .1em;
    line-height: 1.45455;
    margin-bottom: 8px
  }

  .sitemap-sub-nav {
    width: 720px
  }

  .sitemap-sub-nav .sitemap-nav__parent {
    margin-bottom: 10px;
    width: 140px
  }

  .sitemap-sub-nav .sitemap-nav__parent.-wide1 {
    width: 125px
  }

  .sitemap-sub-nav .sitemap-nav__parent.-wide2 {
    width: 150px
  }

  .sitemap-sub-nav .sitemap-nav__parent.-wide3 {
    width: 190px
  }

  .sitemap-sub-nav .sitemap-nav-sub__item {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: .1em;
    line-height: 1.45455
  }

  .botanical .topics__info {
    margin-bottom: 43px;
    padding-bottom: 36px;
    padding-top: 36px
  }

  .botanical .topic__heading {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 20px
  }

  .botanical .topics__lists {
    margin-bottom: 100px
  }

  .u-tablet-hidden {
    display: none
  }

  .u-sp-hidden {
    display: inline-block
  }

  .u-mb-0--tablet {
    margin-bottom: 0
  }

  .u-mb-5--tablet {
    margin-bottom: 5px
  }

  .u-mb-10--tablet {
    margin-bottom: 10px
  }

  .u-mb-15--tablet {
    margin-bottom: 15px
  }

  .u-mb-20--tablet {
    margin-bottom: 20px
  }

  .u-mb-25--tablet {
    margin-bottom: 25px
  }

  .u-mb-30--tablet {
    margin-bottom: 30px
  }

  .u-mb-35--tablet {
    margin-bottom: 35px
  }

  .u-mb-40--tablet {
    margin-bottom: 40px
  }

  .u-mb-45--tablet {
    margin-bottom: 45px
  }

  .u-mb-50--tablet {
    margin-bottom: 50px
  }

  .u-mb-55--tablet {
    margin-bottom: 55px
  }

  .u-mb-60--tablet {
    margin-bottom: 60px
  }

  .u-mb-65--tablet {
    margin-bottom: 65px
  }

  .u-mb-70--tablet {
    margin-bottom: 70px
  }

  .u-mb-75--tablet {
    margin-bottom: 75px
  }

  .u-mb-80--tablet {
    margin-bottom: 80px
  }

  .u-mb-85--tablet {
    margin-bottom: 85px
  }

  .u-mb-90--tablet {
    margin-bottom: 90px
  }

  .u-mb-95--tablet {
    margin-bottom: 95px
  }

  .u-mb-100--tablet {
    margin-bottom: 100px
  }

  .u-mb-105--tablet {
    margin-bottom: 105px
  }

  .u-mb-110--tablet {
    margin-bottom: 110px
  }

  .u-mb-115--tablet {
    margin-bottom: 115px
  }

  .u-mb-120--tablet {
    margin-bottom: 120px
  }

  .u-mb-125--tablet {
    margin-bottom: 125px
  }

  .u-mb-130--tablet {
    margin-bottom: 130px
  }

  .u-mb-135--tablet {
    margin-bottom: 135px
  }

  .u-mb-140--tablet {
    margin-bottom: 140px
  }

  .u-mb-145--tablet {
    margin-bottom: 145px
  }

  .u-mb-150--tablet {
    margin-bottom: 150px
  }

  .u-mb-155--tablet {
    margin-bottom: 155px
  }

  .u-mb-160--tablet {
    margin-bottom: 160px
  }

  .u-mb-165--tablet {
    margin-bottom: 165px
  }

  .u-mb-170--tablet {
    margin-bottom: 170px
  }

  .u-mb-175--tablet {
    margin-bottom: 175px
  }

  .u-mb-180--tablet {
    margin-bottom: 180px
  }

  .u-mb-185--tablet {
    margin-bottom: 185px
  }

  .u-mb-190--tablet {
    margin-bottom: 190px
  }

  .u-mb-195--tablet {
    margin-bottom: 195px
  }

  .u-mb-200--tablet {
    margin-bottom: 200px
  }

  .u-nowrap--md {
    white-space: nowrap
  }
}

@media only screen and (min-width: 769px) {

  a:active,
  a:hover {
    outline-width: 0
  }
}

@media only screen and (min-width: 845px) {
  .l-footer .gSns2 {
    bottom: 60px
  }
}

@media only screen and (min-width: 850px) {
  .botanical .topObj7 {
    right: -350px;
    top: -180px;
    width: 340px
  }

  .botanical .topWorld__inner .topWorld__more--link {
    position: absolute;
    right: -30px;
    top: 514px;
    width: 100%
  }

  .botanical .topWorld__text {
    margin-bottom: 45px
  }
}

@media only screen and (min-width: 960px) {
  .konomitokonoha-profile {
    height: 437px;
    padding: 100px 0 0 35px;
    right: 20px;
    top: 120px;
    width: 432px
  }
}

@media only screen and (min-width: 980px) {
  .botanical .access-box__title {
    position: absolute
  }

  .botanical .access-price__list {
    max-width: 360px
  }

  .botanical .access-box__inner {
    margin: 0 auto;
    max-width: 568px;
    width: 65%
  }

  .botanical .access-passport .access-price__list {
    margin-bottom: 55px
  }

  .botanical .access-passport_image {
    position: absolute;
    right: -160px;
    top: -40px;
    width: 230px
  }
}

@media only screen and (min-width: 1000px) {
  .botanical .flowering__flowers .l-container:after {
    width: 17%
  }

  .botanical .flowering__flower--item {
    width: 17%
  }
}

@media only screen and (min-width: 1061px) {
  .botanical .topWorld__inner {
    padding: 120px 0 200px
  }
}

@media only screen and (min-width: 1140px) {

  .world-next,
  .world-prev {
    left: -80px
  }

  .world-next {
    left: auto;
    right: -80px
  }

  .oasis-next,
  .oasis-prev {
    left: -80px
  }

  .oasis-next {
    left: auto;
    right: -80px
  }

  .page.top main {
    margin-top: 100px
  }
}

@media only screen and (min-width: 1160px) {

  a:active,
  a:hover {
    outline-width: 0
  }

  main {
    overflow: hidden
  }

  .l-archive-column .l-right {
    margin-left: 5%;
    width: 240px
  }

  .c-archive__lists:after {
    width: 27.9%
  }

  .c-archive__article {
    width: 27.9%
  }

  .c-archive-pickup .c-archive__article {
    width: 22%
  }

  .c-calendar span {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: .05em;
    line-height: 1em
  }

  .c-calendar td,
  .c-calendar th {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    line-height: 1em;
    padding: .5em 0
  }

  .c-calendar__caption {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
    line-height: 1em;
    padding: .5em
  }

  .flower-next,
  .flower-prev {
    left: 30px
  }

  .flower-next {
    left: auto;
    right: 30px
  }

  .exhibition-next,
  .exhibition-prev {
    left: 30px
  }

  .exhibition-next {
    left: auto;
    right: 30px
  }

  .topHero-pagination {
    top: 67%
  }

  .botanical .topFloor__heading {
    margin: 0 0 55px;
    width: 316px
  }

  .botanical .topFlower .slider-prev-wrap {
    width: 140px
  }

  .botanical .topFlower .slider-next-wrap {
    width: 140px
  }

  .botanical .topObj2 {
    left: -300px;
    top: -200px;
    width: 600px
  }

  .botanical .topObj3 {
    right: -350px;
    top: -200px;
    width: 400px
  }

  .botanical .topObj4 {
    left: -400px;
    top: -300px;
    width: 360px
  }

  .botanical .topObj5 {
    right: -182px;
    top: 80px;
    width: 317px
  }

  .botanical .topObj8 {
    right: -220px;
    top: 0;
    width: 400px
  }

  .botanical .topObj9 {
    left: -340px;
    top: -280px;
    width: 380px
  }

  .botanical .topObj10 {
    left: -300px;
    top: -340px;
    width: 420px
  }

  .botanical .barrierfree-app__heading {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: .05em;
    line-height: 1.66667
  }

  .botanical .barrierfree-app__image {
    margin-right: 20px;
    width: 34%
  }

  .contact-nav__link {
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1em;
    text-align: center
  }

  .konomitokonoha-profile__heading {
    width: 186px
  }

  .konomitokonoha-profile__inner {
    max-width: none;
    width: 315px
  }

  .konomitokonoha-profile__inner p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 2
  }

  .konomitokonoha__heading {
    font-size: 60px;
    font-size: 6rem;
    letter-spacing: 0;
    line-height: 1.5
  }

  .konomitokonoha__heading.-txt-right {
    margin-left: calc(100% - 600px)
  }

  .konomitokonoha__heading.-pc-vw {
    font-size: 60px;
    font-size: 6rem;
    letter-spacing: 0;
    line-height: 1.5;
    width: 600px
  }

  .konomitokonoha-about-box {
    margin-top: 180px
  }

  .konomitokonoha-about-character {
    margin: -166px 0 0 -20px
  }

  .konomitokonoha-quiz {
    margin-bottom: 164px
  }

  .konomitokonoha-quiz-q {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.44444;
    padding: 45px 25px 0 25px
  }

  .konomitokonoha-quiz-a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 13px;
    font-size: 1.3rem;
    letter-spacing: .05em;
    line-height: 1.76923;
    margin: -30px 0 0 60px;
    padding: 40px 25px 0;
    width: 297px
  }

  .konomitokonoha-quiz-a__title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5
  }

  .konomitokonoha-channel__balloon1 {
    font-size: 18px;
    font-size: 1.8rem;
    height: 256px;
    letter-spacing: 0;
    line-height: 2;
    padding: 25px 0 0 36px;
    width: 519px
  }

  .konomitokonoha-channel__balloon2 {
    font-size: 18px;
    font-size: 1.8rem;
    height: 287px;
    letter-spacing: 0;
    line-height: 2;
    margin-left: -64px;
    padding: 25px 0 0 175px;
    width: 450px
  }

  .konomitokonoha-channnel-thumb:after {
    height: 650px;
    left: 115px;
    top: -46px;
    width: 650px
  }

  .konomitokonoha-channel__item {
    width: 300px
  }

  .konomitokonoha-channel__item:first-child {
    margin: 50px 0 40px 16%
  }

  .konomitokonoha-channel__title {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    line-height: 1.66667;
    text-align: center
  }

  .konomitokonoha-channne__btn {
    border-radius: 55px;
    font-size: 28px;
    font-size: 2.8rem;
    height: 110px;
    letter-spacing: 0;
    line-height: 1em;
    padding: 0 30px 0 50px;
    width: 440px
  }

  .konomitokonoha-quiz-header:after {
    height: 584px;
    left: -227px;
    top: -60px;
    width: 700px
  }

  .konomitokonoha-quiz-list:before {
    height: 930px;
    width: 1450px
  }

  .konomitokonoha-quiz__balloon1 {
    font-size: 18px;
    font-size: 1.8rem;
    height: 270px;
    letter-spacing: 0;
    line-height: 2;
    padding: 28px 0 0 50px;
    width: 488px
  }

  .konomitokonoha-present {
    padding-bottom: 0
  }

  .konomitokonoha-present-header:after {
    height: 590px;
    right: -192px;
    top: -10px;
    width: 667px
  }

  .konomitokonoha-present__balloon1 {
    font-size: 18px;
    font-size: 1.8rem;
    height: 220px;
    letter-spacing: 0;
    line-height: 2;
    padding: 15px 0 0 188px;
    width: 400px
  }

  .konomitokonoha-present__btn {
    border-radius: 35px;
    height: 70px
  }

  .konomitokonoha-obj1 {
    right: -250px;
    top: 30px
  }

  .konomitokonoha-obj2 {
    bottom: -50px;
    left: -160px
  }

  .konomitokonoha-obj3 {
    right: -110px;
    top: -50px
  }

  .konomitokonoha-obj4 {
    bottom: -260px;
    right: -300px
  }

  .konomitokonoha-obj5 {
    left: -240px;
    top: -280px
  }

  .konomitokonoha-obj6 {
    right: -200px;
    top: 150px
  }

  .konomitokonoha-obj7 {
    bottom: -240px;
    left: -250px
  }

  .konomitokonoha-obj8 {
    bottom: -160px;
    right: -180px
  }

  .sitemap-nav__parent {
    width: calc(100% / 6)
  }

  .sitemap-nav-col5 .sitemap-nav__parent {
    width: calc(100% / 5)
  }

  .u-pc-show {
    display: inline-block
  }

  .u-pc-hidden {
    display: none
  }
}

@media only screen and (min-width: 1180px) {
  .botanical .topObj1 {
    right: -300px;
    width: 470px
  }
}

@media only screen and (min-width: 1200px) {
  .botanical .topNews__more {
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: -130px;
    top: 40%;
    transform: translateY(-50%);
    width: 108px
  }
}

@media only screen and (min-width: 1220px) {
  .l-header__pcNav {
    display: block;
    position: fixed;
    right: 290px;
    top: 70px
  }
}

@media only screen and (min-width: 1230px) {
  .botanical .net-virtual {
    background-size: 1685px
  }
}

@media only screen and (min-width: 1300px) {
  .botanical .topFloor__header--inner {
    margin: 80px 0 0 0;
    width: 410px
  }

  .botanical .topFloor__lead {
    margin-bottom: 55px
  }

  .botanical .topFloor__images {
    margin: -130px auto 80px
  }

  .botanical .topFloor__item {
    width: 260px
  }

  .botanical .topFloor__item span {
    height: 260px
  }
}

@media only screen and (min-width: 1320px) {

  .slider-next,
  .slider-prev {
    left: -70px
  }

  .slider-next {
    left: auto;
    right: -70px
  }

  .flower-next,
  .flower-prev {
    left: 30px
  }

  .flower-next {
    left: auto;
    right: 30px
  }

  .exhibition-next,
  .exhibition-prev {
    left: 30px
  }

  .exhibition-next {
    left: auto;
    right: 30px
  }

  .world-next,
  .world-prev {
    left: -80px
  }

  .world-next {
    left: auto;
    right: -80px
  }

  .oasis-next,
  .oasis-prev {
    left: -80px
  }

  .oasis-next {
    left: auto;
    right: -80px
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important
  }
}


/* ================================================
   Botanical Hall Note List Styles
   ================================================ */

/* Note and Social Media Wrapper - Main Container */
.note-and-social-media-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Note Wrapper */
.note-wrapper {
  flex: 1;
  min-width: 100%;
  width: 100%;
}

/* Social Media Wrapper */
.social-media-wrapper {
  flex: 1;
  min-width: 100%;
  width: 100%;
}

/* Desktop and Laptop - 50% width for each wrapper */
@media screen and (min-width: 1024px) {
  .note-wrapper {
    flex: 0 0 calc(50% - 30px);
    min-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .social-media-wrapper {
    flex: 0 0 calc(50% - 30px);
    min-width: calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

/* Note Cards Container */
.botanicalhall-note-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Individual Note Card */
.botanicalhall-note-card {
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #9a9a9a;
}

.botanicalhall-note-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.botanicalhall-note-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Note Card Content */
.botanicalhall-note-content {
  display: flex;
  align-items: stretch;
  padding: 8px;
  gap: 10px;
}

/* Note Card Image */
.botanicalhall-note-image {
  flex-shrink: 0;
  width: 256px;
  height: 134px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.botanicalhall-note-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Note Card Info */
.botanicalhall-note-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.botanicalhall-note-card-title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 10px;
  margin-right: 2px;
}

.botanicalhall-note-date {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #9a9a9a;
  text-align: right;
  display: block;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-top: 26px;
}

/* Empty State - No Items Available */
.botanicalhall-note-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
  border-radius: 12px;
  min-height: 150px;
}

.botanicalhall-note-empty-text {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #666666;
  line-height: 1.8;
  margin: 0;
  animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* See More Button */
.botanicalhall-note-more {
  margin-top: 20px;
  text-align: center;
}

.botanicalhall-note-button {
  width: 200px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.botanicalhall-note-button:hover {
  background-color: #333333;
  transform: scale(1.05);
}

.botanicalhall-note-button span {
  display: inline-block;
}

/* Responsive Design */
@media screen and (max-width: 768px) {

  /* Adjust wrapper gap for tablet */
  .note-and-social-media-wrapper {
    gap: 40px;
  }

  .botanicalhall-note-content {
    flex-direction: column;
    padding: 8px;
  }

  .botanicalhall-note-image {
    width: 100%;
    height: 180px;
  }

  .botanicalhall-note-info {
    padding: 10px 0;
  }

  .botanicalhall-note-card-title {
    font-size: 15px;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }

  .botanicalhall-note-date {
    padding: 8px 0 0 0;
    text-align: left;
    font-size: 13px;
  }

  .botanicalhall-note-button {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {

  /* Adjust wrapper gap for mobile */
  .note-and-social-media-wrapper {
    gap: 30px;
  }

  .botanicalhall-note-image {
    height: 160px;
  }

  .botanicalhall-note-card-title {
    font-size: 14px;
  }

  .botanicalhall-note-button {
    font-size: 14px;
  }

  .botanicalhall-note-empty {
    padding: 30px 15px;
    min-height: 120px;
  }

  .botanicalhall-note-empty-text {
    font-size: 14px;
  }
}