@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "M PLUS 1p", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  vertical-align: baseline;
  line-height: 1;
  color: #333;
  box-sizing: border-box;
}

strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "M PLUS 1p", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  vertical-align: baseline;
  line-height: 1;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input {
  outline: none;
}

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

body {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  font-family: "M PLUS 1p", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  line-height: 1;
  -webkit-appearance: none;
}

.en_font {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  cursor: pointer;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}
@media (max-width: 767px) {
  .flex_box {
    flex-wrap: wrap;
  }
}

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

.br767 {
  display: none;
}
@media (max-width: 767px) {
  .br767 {
    display: block;
  }
}

.br500 {
  display: none;
}
@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}

.br992 {
  display: none;
}
@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}

.mv_base {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 30px);
}
.mv_base.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.mv_opacity {
  opacity: 0;
  transition: 2s;
  transform: scale(1.1);
}
.mv_opacity.mv {
  opacity: 1;
  transform: scale(1);
}

.pointer-none {
  pointer-events: none;
}

.b-container {
  max-width: 1200px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1250px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.s-container {
  max-width: 950px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s-container {
    padding: 0 15px;
  }
}

.m-container {
  max-width: 1160px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .m-container {
    padding: 0 15px;
  }
}

article.bg-w {
  opacity: 0;
  transition: 2s;
}

article {
  opacity: 1;
  transition: 1s;
  position: relative;
}

.home article {
  overflow: hidden;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1003;
  width: 160px;
}
@media (max-width: 767px) {
  #page-top {
    bottom: 90px;
    right: 10px;
    z-index: 1003;
    width: 109px;
  }
}
#page-top a {
  display: block;
  transition: 0.3s;
}
#page-top a:hover {
  opacity: 0.6s;
}
#page-top figure {
  animation: 10s linear infinite rotation1;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page-top > span {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 63%;
}

.b-btn {
  padding: 20px 0;
  transition: 0.3s;
  display: block;
  background-color: #169f3c;
  text-align: center;
  border-radius: 50px;
  position: relative;
  color: #fff;
  max-width: 290px;
  width: 100%;
  margin: 50px 0 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .b-btn {
    padding: 15px 0;
    font-size: 13px;
  }
}

.main_btn {
  width: 410px;
  margin: 10px auto 0;
}
@media (max-width: 767px) {
  .main_btn {
    width: auto;
    margin: 5px auto 0;
    width: 280px;
  }
}
.main_btn a {
  padding: 20px 0;
  transition: 0.3s;
  display: block;
  background-color: #169f3c;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .main_btn a {
    padding: 15px 0;
  }
}
.main_btn a:hover {
  opacity: 0.6;
}
.main_btn a span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
@media (max-width: 767px) {
  .main_btn a span {
    width: 25px;
  }
}
.main_btn a span svg {
  width: 30px;
}
@media (max-width: 767px) {
  .main_btn a span svg {
    width: 25px;
  }
}
.main_btn a p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02rem;
}
@media (max-width: 767px) {
  .main_btn a p {
    font-size: 13px;
    letter-spacing: 0.01rem;
  }
}

/*********************
header
**********************/
header {
  position: relative;
  width: 100%;
  z-index: 1003;
  transition: 0.8s;
  background-color: #fff;
}
header .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 10px;
  position: relative;
}
header .header_top::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  content: "";
  height: 22px;
  background-image: url(../images/nami.png);
  background-size: contain;
  background-repeat: repeat-x;
  width: 100vw;
}
header .header_top .h_logo .h_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .header_top .h_logo img {
  height: 60px;
  width: auto;
  margin-right: 15px;
}
@media (max-width: 767px) {
  header .header_top .h_logo img {
    height: 35px;
  }
}
header .header_top .h_logo img.h_img {
  height: 39px;
  width: auto;
}
@media (max-width: 992px) {
  header .header_top .h_logo img.h_img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  header .header_top .h_logo img.h_img {
    height: 25px;
  }
}
header .header_top .head_link {
  margin-right: 170px;
}
header .global_nav {
  position: fixed;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: none;
}
@media (max-width: 767px) {
  header .global_nav {
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
  }
}
header .global_nav .global_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .global_nav .global_list .global_item {
  width: 18%;
  background-color: #22e27b;
  text-align: center;
  padding: 17px 0;
  display: block;
}
header .global_nav .global_list .global_item:nth-child(2) {
  width: 18%;
}
header .global_nav .global_list .global_item:nth-child(3) {
  width: 23%;
}
header .global_nav .global_list .global_item:nth-child(4) {
  width: 23%;
}
header .global_nav .global_list .global_item:last-child {
  width: 18%;
}
header .global_nav .global_list .global_item.open-nav .first_btn .open-btn {
  display: none;
}
header .global_nav .global_list .global_item.open-nav .first_btn .close-btn {
  display: block;
}
header .global_nav .global_list .global_item:first-of-type {
  background-color: #169f3c;
}
header .global_nav .global_list .global_item .first_btn {
  background-color: #169f3c;
  width: 100%;
  text-align: center;
  display: block;
}
header .global_nav .global_list .global_item .first_btn .close-btn {
  display: none;
}
header .global_nav .global_list .global_item img {
  height: 30px;
  width: auto;
}
header .global_nav .global_list .global_item .global_btn {
  margin-top: 3px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0;
}
header .global_nav .global_list .global_item .global_item__second-level {
  display: none;
  width: 100%;
}
header .global_nav .global_list .global_item .global_item__second-level > li {
  position: relative;
  background-color: #169f3c;
}
header .global_nav .global_list .global_item .global_item__second-level > li.second-blue {
  background-color: #0ca1ea;
}
header .global_nav .global_list .global_item .global_item__second-level > li.second-whitegreen {
  background-color: #38e42d;
}
header .global_nav .global_list .global_item .global_item__second-level > li.second-orange {
  background-color: #f8520b;
}
header .global_nav .global_list .global_item .global_item__second-level > li.second-pink {
  background-color: #ff1493;
}
header .global_nav .global_list .global_item .global_item__second-level > li.second-yellow {
  background-color: #ffa309;
}
header .global_nav .global_list .global_item .global_item__second-level .arrow {
  position: absolute;
  right: 10px;
  top: 7px;
  transition: 0.3s;
}
header .global_nav .global_list .global_item .global_item__second-level .arrow img {
  width: 20px;
}
header .global_nav .global_list .global_item .global_item__second-level .arrow img.down {
  display: none;
}
header .global_nav .global_list .global_item .global_item__second-level h3 {
  display: flex;
  padding: 10px;
  padding: 7px 20px;
  align-items: center;
}
header .global_nav .global_list .global_item .global_item__second-level h3 span {
  margin-right: 15px;
}
header .global_nav .global_list .global_item .global_item__second-level h3 p {
  color: #fff;
}
header .global_nav .global_list .global_item .global_item__third-level {
  height: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  padding: 0px 20px;
  text-align: left;
  transition: 0.5s;
}
header .global_nav .global_list .global_item .global_item__third-level a {
  padding: 12px 0;
  display: block;
  letter-spacing: 0;
  font-size: 13px;
  line-height: 18px;
}

header .gmenu-sp,
header .gmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .gmenu-sp,
  header .gmenu {
    display: none;
  }
}
header .gmenu-sp > li,
header .gmenu > li {
  width: 20%;
  display: flex;
  align-items: center;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
header .gmenu-sp > li.green,
header .gmenu > li.green {
  background-color: #169f3c;
}
header .gmenu-sp > li.blue,
header .gmenu > li.blue {
  background-color: #0ca1ea;
}
header .gmenu-sp > li.orange,
header .gmenu > li.orange {
  background-color: #f8520b;
}
header .gmenu-sp > li.event,
header .gmenu > li.event {
  background-color: #38e42d;
}
header .gmenu-sp > li.pink,
header .gmenu > li.pink {
  background-color: #ff1493;
}
header .gmenu-sp > li.yellow,
header .gmenu > li.yellow {
  background-color: #ffa309;
}
header .gmenu-sp > li > a,
header .gmenu > li > a {
  display: block;
  width: 100%;
  padding: 10px 0;
}
header .gmenu-sp > li > a span img,
header .gmenu > li > a span img {
  height: 30px;
  width: auto;
}
header .gmenu-sp > li > a p,
header .gmenu > li > a p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  .lang-switch {
    width: 80px;
    position: relative;
  }
}
.lang-switch .lang-img {
  display: none;
}
@media (max-width: 767px) {
  .lang-switch .lang-img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(7%, -55%);
  }
}
.lang-switch .lang-img img {
  width: 80px;
}

.lang-sel {
  border-radius: 0;
  padding: 8px;
  font-size: 13px;
  position: absolute;
  /* left: 40px; */
  right: 30px;
  top: 41%;
}
@media (max-width: 767px) {
  .lang-sel {
    top: 0;
    right: 15px;
    text-indent: -200%;
    white-space: nowrap;
    transform: translate(0, -50%);
    padding: 0;
    width: 100%;
    opacity: 0;
    font-size: 16px;
  }
}

.nav-open header .global_nav .global_list .global_item .global_item__second-level {
  display: block;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.third-open .arrow img {
  width: 20px;
  transform: rotate(180deg);
}
.third-open > .global_item__third-level {
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  padding: 7px 20px;
  transition: 0.3s;
}

header .gmenu-sp li a p,
header .gmenu li a p {
  color: #fff;
}
header .gmenu-sp li a header .gmenu > li > a,
header .gmenu li a header .gmenu > li > a {
  pointer-events: none;
}
header .gmenu-sp li ul.menu__second-level li a:hover,
header .gmenu li ul.menu__second-level li a:hover {
  color: #999;
}
header .gmenu-sp li,
header .gmenu li {
  position: relative;
}
header .gmenu-sp li ul.menu__second-level,
header .gmenu li ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  left: 50%;
  background: #fff;
  transition: all 0.2s ease;
  padding: 5px 0px 5px;
  transform: translate(-50%, 0%);
  z-index: 1003;
}
header .gmenu-sp li ul.menu__second-level.second-blue,
header .gmenu li ul.menu__second-level.second-blue {
  background-color: #46e6ff;
}
header .gmenu-sp li ul.menu__second-level.second-orange,
header .gmenu li ul.menu__second-level.second-orange {
  background-color: #ffca3c;
}
header .gmenu-sp li ul.menu__second-level.second-pink,
header .gmenu li ul.menu__second-level.second-pink {
  background-color: #fdabdf;
}
header .gmenu-sp li ul.menu__second-level.second-yellow,
header .gmenu li ul.menu__second-level.second-yellow {
  background-color: #fee521;
}
header .gmenu-sp li ul.menu__second-level li a,
header .gmenu li ul.menu__second-level li a {
  color: #000;
  font-size: 13px;
  letter-spacing: 0;
  padding: 15px 10px;
  display: block;
  line-height: 18px;
}
header .gmenu-sp li ul.menu__second-level li,
header .gmenu li ul.menu__second-level li {
  margin: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
  text-align: left;
}
header .gmenu-sp li ul.menu__second-level li:last-of-type,
header .gmenu li ul.menu__second-level li:last-of-type {
  border-bottom: 0px solid #fff;
}
header .gmenu-sp li:hover ul.menu__second-level,
header .gmenu li:hover ul.menu__second-level {
  top: 70px;
  visibility: visible;
  opacity: 1;
}
header .gmenu-sp li ul.menu__second-level li p,
header .gmenu li ul.menu__second-level li p {
  line-height: 1.4;
}

header .gmenu-sp {
  position: fixed;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -100%);
  transition: 0.5s;
  width: 100%;
  max-width: 1200px;
}
header .gmenu-sp li {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.hide header .gmenu-sp {
  transform: translate(-50%, 0%);
}

/*******************************
common
******************************/
.rose_banner {
  padding: 40px 0 0px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .rose_banner {
    padding: 20px 0 0px;
  }
}
.rose_banner a {
  display: block;
  transition: 0.3s;
}
.rose_banner a:hover {
  opacity: 0.6;
}
.rose_banner img {
  max-width: 300px;
}

.bread_crumb {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding: 8px 10px 8px 14px;
  /* clear: both; */
  height: 20px;
}

.bread_crumb li {
  font-size: 12px;
  color: rgb(180, 180, 180);
  /* float: left; */
  display: inline;
  list-style: none outside none;
}

.bread_crumb li:after {
  content: ">";
  padding-left: 10px;
  margin-right: 10px;
}

.bread_crumb li:last-child:after {
  content: "";
}

.bread_crumb li a {
  color: rgb(120, 120, 120);
}

@media (max-width: 767px) {
  .head_link {
    display: none;
  }
}
.head_link .sns {
  display: flex;
  justify-content: center;
}
.head_link .sns li {
  margin: 0 3px;
}
.head_link .sns li.instagram a {
  background-color: #ffefc2;
}
.head_link .sns li.facebook a {
  background-color: #58c7f7;
}
.head_link .sns li.twitter a {
  background-color: #a0ebf0;
}
.head_link .sns li.youtube a {
  background-color: #feb2b2;
}
.head_link .sns li.line a {
  background-color: #b6e2c1;
}
.head_link .sns li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head_link .sns li a img {
  height: 20px;
  width: auto;
}

.is-animation .scroll {
  opacity: 0;
  visibility: hidden;
}

#page-up a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  background-color: #169f3c;
  border-radius: 50%;
}

#page-up a svg {
  fill: #fff;
  width: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.page-up {
  position: fixed;
  bottom: 210px;
  right: 80px;
  display: none;
  z-index: 999;
}
@media (max-width: 767px) {
  .page-up {
    right: 35px;
  }
}
.page-up .page-box:hover {
  cursor: pointer;
}
.page-up .page-box img {
  width: 90px;
}
.page-up .page-box a {
  display: block;
  transition: 0.3s;
}
.page-up .page-box a*:hover {
  cursor: pointer;
}

.title {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 30px;
  }
}
.title figure {
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .title figure {
    margin: 0 auto 10px;
  }
}
.title figure img {
  height: 60px;
}
@media (max-width: 767px) {
  .title figure img {
    height: 35px;
  }
}
.title .ttl {
  position: relative;
  font-size: 32px;
  letter-spacing: 0;
  font-weight: 400;
  color: #169f3c;
  display: inline-block;
}
.title .ttl:after {
  position: absolute;
  right: -40px;
  bottom: 0;
  height: 100%;
  width: 5px;
  background-color: #ffe409;
  transform: rotate(30deg);
  content: "";
}
.title .ttl:before {
  position: absolute;
  left: -40px;
  bottom: 0;
  height: 100%;
  width: 5px;
  background-color: #ffe409;
  transform: rotate(330deg);
  content: "";
}
@media (max-width: 992px) {
  .title .ttl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .title .ttl {
    font-size: 25px;
  }
}

.sub_ttl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #169f3c;
}
@media (max-width: 767px) {
  .sub_ttl {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.sub_ttl .flex_box {
  justify-content: center;
}
.sub_ttl .flex_box h1 {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 992px) {
  .sub_ttl .flex_box h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .sub_ttl .flex_box h1 {
    font-size: 22px;
  }
}
.sub_ttl .flex_box h1 small {
  font-size: 14px;
  color: #fff;
  display: block;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .sub_ttl .flex_box h1 small {
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
  }
}
.sub_ttl .flex_box span {
  background-color: #fff;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .sub_ttl .flex_box span {
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .sub_ttl .flex_box span {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
.sub_ttl .flex_box span img {
  width: 40px;
}
@media (max-width: 767px) {
  .sub_ttl .flex_box span img {
    width: 30px;
  }
}
.sub_ttl p {
  margin-top: 40px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .sub_ttl p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
  }
}

.method_ttl {
  padding-top: 55px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .method_ttl {
    padding-top: 110px;
    padding-bottom: 20px;
  }
}
.method_ttl .flex_box {
  justify-content: center;
}
.method_ttl .flex_box h1 {
  font-size: 45px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 992px) {
  .method_ttl .flex_box h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .method_ttl .flex_box h1 {
    font-size: 22px;
  }
}
.method_ttl .flex_box span {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .method_ttl .flex_box span {
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .method_ttl .flex_box span {
    margin-right: 10px;
    width: 50px;
    height: 50px;
  }
}
.method_ttl .flex_box span img {
  width: 60px;
}
@media (max-width: 767px) {
  .method_ttl .flex_box span img {
    width: 40px;
  }
}
.method_ttl p {
  margin-top: 40px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .method_ttl p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
  }
}

.sub_section_ttl {
  text-align: center;
  margin-bottom: 30px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .sub_section_ttl {
    font-size: 18px;
  }
}
.sub_section_ttl h2 {
  font-size: 30px;
  color: #aaf17b;
}
@media (max-width: 767px) {
  .sub_section_ttl h2 {
    font-size: 22px;
  }
}
.sub_section_ttl .guide-icon img {
  height: 100px;
  width: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .sub_section_ttl .guide-icon img {
    height: 70px;
    width: auto;
  }
}

/*******************************
common　end
******************************/
.hidden .main_area {
  opacity: 0;
  visibility: hidden;
}

.home .main_area {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  transition: 1s;
}
.home .main_area .animation .first {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #169f3c;
  width: 100%;
  z-index: 2;
}
.home .main_area .animation .main_name {
  overflow: hidden;
  pointer-events: none;
  top: 0;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  max-width: 555px;
  width: 37%;
  opacity: 0;
}
@media (max-width: 767px) {
  .home .main_area .animation .main_name {
    width: 58%;
  }
}
.home .main_area .animation .person-col {
  transition: 1.5s;
}
.home .main_area .animation .person {
  position: absolute;
  left: 79%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 11;
  width: 15%;
  opacity: 0;
}
.home .main_area .animation .person.active {
  height: auto;
  animation: en-up 1s ease-out forwards;
}
@media (max-width: 767px) {
  .home .main_area .animation .person {
    left: 79%;
    top: 39%;
    transform: translate(-50%, -50%);
    z-index: 11;
    width: 28%;
  }
}
.home .main_area .animation .person.active {
  height: auto;
  animation: en-up 1s ease-out forwards;
}
@keyframes en-up {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes en-up {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .main_area .animation .logo-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  overflow: hidden;
  z-index: 4;
  transition: 1s;
  z-index: 3;
}
@media (max-width: 767px) {
  .home .main_area .animation .logo-area {
    width: 80%;
  }
}
.home .main_area .animation .logo-area .logo {
  height: 0;
  opacity: 0;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.home .main_area .animation .logo-area .logo.active {
  height: auto;
  animation: en-up 1s ease-out forwards;
}
@keyframes en-up {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .main_area .animation .logo-area .logo.active svg {
  height: auto;
  width: 420px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .home .main_area .animation .logo-area .logo.active svg {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .home .main_area .animation .logo-area .logo.active svg {
    width: 280px;
  }
}
@media (orientation: landscape) and (max-width: 992px) {
  .home .main_area .animation .logo-area .logo.active svg {
    width: 250px;
  }
}
.home .main_area .animation.hidden .first {
  opacity: 0;
  transition: 2.5s;
  z-index: -1;
  visibility: hidden;
}
.home .main_area .animation.hidden .main_name {
  opacity: 1;
  transition-delay: 1.8s;
  transition-duration: 0.5s;
}
.home .main_area .animation.hidden .logo {
  display: none;
}
.home .main_area .animation.hidden .person {
  display: none;
}
.home .t_faci {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #aaf17b;
  position: relative;
  height: 635px;
}
@media (max-width: 992px) {
  .home .t_faci {
    height: 390px;
  }
}
@media (max-width: 767px) {
  .home .t_faci {
    padding-top: 0;
    padding-bottom: 0px;
    height: calc(100vh - 145px);
    background: none;
  }
}
.home .t_faci .event_info {
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1004;
}
@media (max-width: 767px) {
  .home .t_faci .event_info {
    display: none;
  }
}
.home .t_faci .event_info a {
  display: block;
  background-color: #fff;
  padding: 10px 25px;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .home .t_faci .event_info a {
    padding: 5px 20px;
  }
}
.home .t_faci .event_info a dl dt {
  margin-right: 10px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .home .t_faci .event_info a dl dt {
    width: 150px;
  }
}
.home .t_faci .event_info a dl dt img {
  width: 40px;
}
.home .t_faci .event_info a dl dt span {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .home .t_faci .event_info a dl dt span {
    font-size: 13px;
    margin-left: 5px;
  }
}
.home .t_faci .event_info a dl dd {
  width: 87%;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .home .t_faci .event_info a dl dd {
    font-size: 13px;
  }
}
.home .t_faci .person {
  position: absolute;
  bottom: -55px;
  right: 3%;
  z-index: 1001;
  width: 24vw;
}
@media (max-width: 767px) {
  .home .t_faci .person {
    display: none;
  }
}
.home .t_faci .hata {
  position: absolute;
  bottom: 30px;
  left: 8%;
  z-index: 1001;
  width: 20vw;
}
@media (max-width: 767px) {
  .home .t_faci .hata {
    display: none;
  }
}
.home .t_faci .mori {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 9vw;
  background-size: contain;
  background-image: url(../images/mori.png);
  background-repeat: repeat-x;
}
.home .t_faci .inner {
  height: 100%;
}
.home .t_faci .swiper-container02 {
  overflow: inherit !important;
  position: relative;
  z-index: 1000;
}
@media (max-width: 767px) {
  .home .t_faci .swiper-container02 {
    height: 100%;
  }
}
.home .t_faci .swiper-container02 .swiper-slide {
  transition: 0.3s;
  height: auto;
}
.home .t_faci .swiper-container02 .swiper-slide a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .home .t_faci .swiper-container02 .swiper-slide {
    height: 100%;
  }
}
.home .t_faci .swiper-container02 .slide-img {
  margin: 0 17px;
  position: relative;
  text-align: center;
  height: 100%;
}
@media (max-width: 992px) {
  .home .t_faci .swiper-container02 .slide-img {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .home .t_faci .swiper-container02 .slide-img {
    margin: 0 0px;
  }
}
.home .t_faci .swiper-container02 .slide-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.home .t_faci .swiper-container02 .slide-img figure {
  overflow: hidden;
}
@media (max-width: 767px) {
  .home .t_faci .swiper-container02 .slide-img figure.pc {
    display: none;
  }
}
.home .t_faci .swiper-container02 .slide-img figure.sp {
  display: none;
}
@media (max-width: 767px) {
  .home .t_faci .swiper-container02 .slide-img figure.sp {
    height: 100%;
    display: block;
    background-size: cover;
    background-position: center;
  }
}
.home .t_faci .swiper-container02 .swiper-pagination-bullet-active {
  background-color: #169f3c;
}
.home .t_faci .swiper-container02 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.home .t_faci .swiper-button-next:after,
.home .t_faci .swiper-button-prev:after {
  display: none !important;
}
.home .t_faci .swiper-button-next,
.home .t_faci .swiper-container-rtl .swiper-button-prev {
  right: 29.5%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .home .t_faci .swiper-button-next,
  .home .t_faci .swiper-container-rtl .swiper-button-prev {
    right: 11%;
    width: 40px;
    height: 40px;
  }
}
.home .t_faci .swiper-button-prev,
.home .t_faci .swiper-container-rtl .swiper-button-next {
  left: 29.5%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 1200px) {
  .home .t_faci .swiper-button-prev,
  .home .t_faci .swiper-container-rtl .swiper-button-next {
    left: 11%;
    width: 40px;
    height: 40px;
  }
}
.home .t_faci .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.home .t_faci .swiper-container-horizontal > .swiper-pagination-bullets,
.home .t_faci .swiper-pagination-custom,
.home .t_faci .swiper-pagination-fraction {
  bottom: -100px !important;
}
@media (max-width: 767px) {
  .home .t_faci .swiper-container-horizontal > .swiper-pagination-bullets,
  .home .t_faci .swiper-pagination-custom,
  .home .t_faci .swiper-pagination-fraction {
    display: none;
  }
}
.home .nav_info .inner {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .home .nav_info .inner {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .home .nav_info .inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.home .nav_info .inner ul {
  align-items: flex-start;
}
@media (max-width: 992px) {
  .home .nav_info .inner ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.home .nav_info .inner ul li {
  width: 32%;
  text-align: center;
  position: relative;
  padding: 30px 20px 20px;
  min-height: 395px;
}
@media (max-width: 992px) {
  .home .nav_info .inner ul li {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 10px 14px 14px;
    min-height: auto;
  }
}
.home .nav_info .inner ul li .info-btn {
  display: block;
  background-color: #169f3c;
  color: #fff;
  font-size: 14px;
  padding: 11px 0;
  transition: 0.3s;
  margin-top: 10px;
  font-weight: bold;
  position: relative;
  border-radius: 50px;
}
.home .nav_info .inner ul li .info-btn.green {
  background-color: #169f3c;
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: calc(100% - 35px);
  transform: translate(-50%, 0);
}
.home .nav_info .inner ul li .info-btn span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
}
.home .nav_info .inner ul li .info-btn:hover {
  opacity: 0.6;
}
.home .nav_info .inner ul li .calenda {
  margin-top: 2.2vw;
}
@media (max-width: 767px) {
  .home .nav_info .inner ul li .calenda {
    margin-top: 15px;
  }
}
.home .nav_info .inner ul li .bou-left {
  position: absolute;
  left: 20px;
  top: 30px;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .home .nav_info .inner ul li .bou-left img {
    height: 60px;
  }
}
.home .nav_info .inner ul li .bou-right {
  position: absolute;
  right: 20px;
  top: 30px;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .home .nav_info .inner ul li .bou-right img {
    height: 60px;
  }
}
.home .nav_info .inner ul li:nth-of-type(1) {
  border: 2px solid #000;
}
@media (max-width: 992px) {
  .home .nav_info .inner ul li:nth-of-type(1) {
    margin-bottom: 70px;
  }
}
.home .nav_info .inner ul li:nth-of-type(1) .cakenda-txt {
  position: absolute;
  width: 100% !important;
  bottom: -45px;
  width: 50%;
  left: 0;
  text-align: left;
}
.home .nav_info .inner ul li:nth-of-type(1) .cakenda-txt img {
  width: 50% !important;
  min-width: 180px;
}
.home .nav_info .inner ul li:nth-of-type(1) .cakenda-txt p {
  font-size: 13px;
  margin-top: 5px;
  font-weight: bold;
}
.home .nav_info .inner ul li:nth-of-type(1) .cakenda-txt p a {
  text-decoration: underline;
  color: #169f3c;
}
.home .nav_info .inner ul li:nth-of-type(2) {
  background-color: #e7faf8;
}
@media (max-width: 992px) {
  .home .nav_info .inner ul li:nth-of-type(2) {
    padding: 10px 14px 68px;
  }
}
.home .nav_info .inner ul li:nth-of-type(2) .realtime {
  font-size: 14px;
  padding-bottom: 13px;
  font-weight: bold;
}
.home .nav_info .inner ul li:nth-of-type(3) {
  background-color: #e8fcc9;
}
@media (max-width: 992px) {
  .home .nav_info .inner ul li:nth-of-type(3) {
    padding: 10px 14px 68px;
  }
}
.home .nav_info .inner ul li address {
  text-align: left;
  font-style: normal;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 19px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .home .nav_info .inner ul li address {
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.home .nav_info .inner ul li .fax {
  text-align: left;
  font-size: 13px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home .nav_info .inner ul li .fax {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.home .nav_info .inner ul li .tel {
  text-align: left;
  font-size: 13px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home .nav_info .inner ul li .tel {
    font-size: 12px;
  }
}
.home .nav_info .inner ul li .logo {
  margin-top: 3vw;
}
@media (max-width: 767px) {
  .home .nav_info .inner ul li .logo {
    margin-top: 10px;
  }
}
.home .nav_info .inner ul li .logo img {
  max-width: 320px;
  width: 100%;
}
.home .nav_info .inner ul li dl.mb {
  margin-bottom: 10px;
}
.home .nav_info .inner ul li dl dt {
  width: 41%;
  font-weight: bold;
  text-align: left;
}
.home .nav_info .inner ul li dl dd {
  width: 58%;
  background-color: #fff;
}
.home .nav_info .inner ul li dl dd span {
  color: #09d61e;
  padding: 6px 5px;
  display: block;
}
.home .nav_info .inner ul li dl dd span.warning {
  color: #c00;
}
.home .nav_info .inner ul li h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.home .nav_info .inner ul li h4 p {
  font-size: 19px;
  font-weight: bold;
}
.home .nav_info .inner ul li h4 span {
  margin-right: 10px;
}
.home .nav_info .inner ul li h4 span img {
  width: auto;
  height: 40px;
}
.home .nav_info .inner ul li .act {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  letter-spacing: 0;
  margin: 8px 0 5px;
}
.home .nav_info .inner ul li .btn a {
  display: flex;
  align-items: center;
}
.home .nav_info .inner ul li .btn a:hover span {
  text-decoration: underline;
}
.home .nav_info .inner ul li .btn a .triangle {
  width: 18px;
  margin-right: 10px;
}
.home .nav_info .inner ul li .btn a span {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px;
}
.home .t_profile {
  background-color: #fff;
  position: relative;
  z-index: -1;
}
.home .t_profile .inner {
  padding-top: 160px;
  padding-bottom: 300px;
}
@media (max-width: 992px) {
  .home .t_profile .inner {
    padding-top: 150px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .home .t_profile .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.home .t_profile .inner .title {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .home .t_profile .inner .title {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .home .t_profile .inner .title {
    margin-bottom: 60px;
  }
}
.home .t_profile .inner .flex_box {
  position: relative;
}
.home .t_profile .inner .flex_box .nami {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(60%, 50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .home .t_profile .inner .flex_box figure {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
}
.home .t_profile .inner .flex_box dl {
  width: 50%;
  margin-right: 2%;
}
@media (max-width: 767px) {
  .home .t_profile .inner .flex_box dl {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
}
.home .t_profile .inner .flex_box dl dt {
  position: relative;
  padding-bottom: 28px;
  font-weight: bold;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .home .t_profile .inner .flex_box dl dt {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
}
.home .t_profile .inner .flex_box dl dt h3 {
  font-size: 26px;
  letter-spacing: 0.15rem;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .home .t_profile .inner .flex_box dl dt h3 {
    font-size: 25px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 767px) {
  .home .t_profile .inner .flex_box dl dt h3 {
    font-size: 22px;
  }
}
.home .t_profile .inner .flex_box dl dt small {
  font-size: 11px;
}
@media (max-width: 767px) {
  .home .t_profile .inner .flex_box dl dt small {
    font-size: 10px;
  }
}
.home .t_profile .inner .flex_box dl dt:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #169f3c;
}
@media (max-width: 767px) {
  .home .t_profile .inner .flex_box dl dt:after {
    width: 40px;
  }
}
.home .t_profile .inner .flex_box dl dd p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .home .t_profile .inner .flex_box dl dd p {
    font-size: 13px;
    line-height: 25px;
  }
}

.guide .inner {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .guide .inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.guide .inner .guide-section {
  max-width: 950px;
  margin: 0 auto 100px;
}
@media (max-width: 767px) {
  .guide .inner .guide-section {
    margin: 0 auto 70px;
  }
}
.guide .inner .wrap .gmap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .guide .inner .wrap .gmap {
    margin-bottom: 20px;
  }
}
.guide .inner .wrap .gmap iframe {
  width: 100%;
  height: 320px;
}
@media (max-width: 767px) {
  .guide .inner .wrap .gmap iframe {
    height: 250px;
  }
}
.guide .inner .wrap figure {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .guide .inner .wrap figure {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
.guide .inner .wrap .wp-block-table td:first-of-type {
  background-color: #fffab4;
  width: 40%;
}
.guide .inner .wrap p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .guide .inner .wrap p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.guide .inner .wrap .bad_item {
  flex-wrap: wrap;
  align-items: flex-start;
}
.guide .inner .wrap .bad_item:after {
  content: "";
  display: block;
  width: 25%;
}
@media (max-width: 767px) {
  .guide .inner .wrap .bad_item:after {
    width: 47%;
  }
}
.guide .inner .wrap .bad_item::before {
  content: "";
  display: block;
  width: 25%;
  order: 1;
}
@media (max-width: 767px) {
  .guide .inner .wrap .bad_item::before {
    width: 47%;
  }
}
.guide .inner .wrap .bad_item li {
  width: 25%;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .guide .inner .wrap .bad_item li {
    width: 47%;
    margin-bottom: 30px;
  }
}
.guide .inner .wrap .bad_item li span {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.guide .inner .wrap .bad_item li img {
  height: 75px;
  width: auto;
}
@media (max-width: 767px) {
  .guide .inner .wrap .bad_item li img {
    height: 50px;
  }
}
.guide .inner .wrap h2 {
  font-size: 22px;
  line-height: 30px;
  margin: 0px 0 15px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .guide .inner .wrap h2 {
    margin: 0px 0 10px;
    font-size: 16px;
    line-height: 25px;
    padding-top: 30px;
  }
}
.guide .inner .wrap a {
  text-decoration: underline;
  color: #09d61e;
}
.guide .inner .wrap a:hover {
  text-decoration: none;
}
.guide .inner .question_list.active .answer {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 40px 0px;
  transition: 0.3s;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .guide .inner .question_list.active .answer {
    padding: 20px 0;
  }
}
.guide .inner .question_list.active .question {
  margin-bottom: 0px;
}
.guide .inner .question_list.active .question span > img {
  transform: rotate(0deg);
}
.guide .inner .question_list {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .guide .inner .question_list {
    margin-bottom: 23px;
  }
}
.guide .inner .question_list .answer {
  align-items: flex-start;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 0 0px;
  justify-content: flex-start;
}
.guide .inner .question_list .answer > span img {
  min-width: 40px;
}
@media (max-width: 767px) {
  .guide .inner .question_list .answer > span img {
    min-width: 35px;
    max-width: 35px;
  }
}
.guide .inner .question_list .answer .answer_txt {
  margin-left: 10px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .guide .inner .question_list .answer {
    padding: 0 0px;
  }
}
.guide .inner .question_list .answer figure {
  margin-top: 10px;
}
.guide .inner .question_list .answer figcaption {
  font-size: 14px;
  letter-spacing: 0.08rem;
}
.guide .inner .question_list .answer a {
  text-decoration: underline;
  color: #09d61e;
}
.guide .inner .question_list .answer a:hover {
  text-decoration: none;
}
.guide .inner .question_list .answer p {
  letter-spacing: 0.08rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .guide .inner .question_list .answer p {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.05rem;
  }
}
.guide .inner .question_list .answer p:last-of-type {
  margin-bottom: 0px;
}
.guide .inner .question_list .question {
  padding: 0px 60px 0 0px;
  justify-content: flex-start;
  transition: 0.3s;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 767px) {
  .guide .inner .question_list .question {
    padding: 0px 60px 0 0px;
  }
}
.guide .inner .question_list .question .icon {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .guide .inner .question_list .question .icon {
    right: 15px;
  }
}
.guide .inner .question_list .question:hover {
  cursor: pointer;
}
.guide .inner .question_list .question span {
  font-size: 34px;
}
@media (max-width: 767px) {
  .guide .inner .question_list .question span {
    font-size: 23px;
  }
}
.guide .inner .question_list .question span > img {
  min-width: 40px;
  transition: 0.3s;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .guide .inner .question_list .question span > img {
    min-width: 35px;
    max-width: 35px;
  }
}
.guide .inner .question_list .question p {
  margin-left: 10px;
  letter-spacing: 0.05rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 16px;
  line-height: 42px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .guide .inner .question_list .question p {
    font-size: 13px;
    line-height: 17px;
  }
}

.method_archive .sub_ttl {
  position: relative;
  background-color: #aaf17b;
  background-image: url(../images/method_bg.jpg);
  background-size: cover;
  background-position: 50% 90%;
}
@media (max-width: 767px) {
  .method_archive .sub_ttl {
    background-image: url(../images/method_bg_sp.jpg);
  }
}
.method_archive .sub_ttl .person {
  position: absolute;
  bottom: -55px;
  right: 3%;
  z-index: 1001;
  width: 15vw;
}
@media (max-width: 767px) {
  .method_archive .sub_ttl .person {
    bottom: -24px;
    width: 24vw;
  }
}
.method_archive .sub_ttl .camp {
  position: absolute;
  bottom: 20px;
  left: 76%;
  z-index: 1001;
  width: 11vw;
}
@media (max-width: 767px) {
  .method_archive .sub_ttl .camp {
    display: none;
  }
}
.method_archive .sub_ttl .hata {
  position: absolute;
  bottom: 25px;
  left: 51%;
  z-index: 1001;
  width: 4vw;
}
@media (max-width: 767px) {
  .method_archive .sub_ttl .hata {
    display: none;
  }
}
.method_archive_content {
  overflow: hidden;
}
.method_archive_content_ttl {
  background-image: url(../images/dott-orange.png);
  border-bottom: 3px solid #f8b80b;
  background-size: cover;
  margin-bottom: 48px;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .method_archive_content_ttl {
    margin-bottom: 30px;
    padding: 12px 0;
    background-size: auto;
  }
}
.method_archive_content_ttl .ttl_box {
  justify-content: space-between;
  min-height: 90px;
}
.method_archive_content_ttl .ttl_box p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  width: 52%;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .method_archive_content_ttl .ttl_box p {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
  }
}
.method_archive_content_ttl .ttl_box .flex_box {
  justify-content: center;
  margin-right: 20px;
}
.method_archive_content_ttl .ttl_box .zougo {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .method_archive_content_ttl .ttl_box .zougo {
    font-size: 13px;
    line-height: 22px;
  }
}
.method_archive_content_ttl .ttl_box h1 {
  font-size: 45px;
  color: #fd8802;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .method_archive_content_ttl .ttl_box h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .method_archive_content_ttl .ttl_box h1 {
    font-size: 27px;
  }
}
.method_archive_content_ttl .ttl_box h1 span {
  position: relative;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.method_archive_content_ttl .ttl_box h1 span:after {
  position: absolute;
  top: -25px;
  left: 30px;
  width: 3px;
  height: 39px;
  background-color: #000;
  content: "";
  transform: rotate(354deg);
}
@media (max-width: 767px) {
  .method_archive_content_ttl .ttl_box h1 span:after {
    left: 20px;
    height: 25px;
  }
}
.method_archive_content_ttl .ttl_box h1 span:before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 3px;
  height: 26px;
  background-color: #000;
  content: "";
  transform: rotate(313deg);
}
@media (max-width: 767px) {
  .method_archive_content_ttl .ttl_box h1 span:before {
    left: 0px;
    height: 18px;
  }
}
@media (max-width: 992px) {
  .method_archive_content_ttl .ttl_box h1 span {
    margin-right: 13px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .method_archive_content_ttl .ttl_box h1 span {
    margin-right: 8px;
    width: 50px;
    height: 50px;
  }
}
.method_archive_content_ttl .ttl_box h1 span img {
  width: 60px;
}
@media (max-width: 767px) {
  .method_archive_content_ttl .ttl_box h1 span img {
    width: 40px;
  }
}
.method_archive_content .inner {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}
.method_archive_content ul .person3 img {
  width: 20vw;
}
.method_archive_content ul li {
  padding-bottom: 180px;
  position: relative;
  height: 630px;
}
@media (max-width: 767px) {
  .method_archive_content ul li {
    padding-bottom: 100px;
    height: 456px;
  }
}
.method_archive_content ul li.method_watch {
  z-index: 2;
}
.method_archive_content ul li.method_play {
  position: relative;
  z-index: 1;
}
.method_archive_content ul li.method_play .method_archive_content_ttl {
  background-image: url(../images/dott-red.png);
  border-bottom: 3px solid #fc5c5c;
}
.method_archive_content ul li.method_play .method_archive_content_ttl .ttl_box .flex_box h1 {
  color: #fc5c5c;
}
.method_archive_content ul li.method_play .swiper-container-method .slide-img {
  background-color: #fde7f5;
}
.method_archive_content ul li.method_fure .method_archive_content_ttl {
  background-image: url(../images/dott-green.png);
  border-bottom: 3px solid #81dc30;
}
.method_archive_content ul li.method_fure .method_archive_content_ttl .ttl_box .flex_box h1 {
  color: #81dc30;
}
.method_archive_content ul li.method_fure .swiper-container-method .slide-img {
  background-color: #edffd3;
}
.method_archive_content ul li.method_eat .method_archive_content_ttl .ttl_box .flex_box h1 {
  color: #f86502;
}
.method_archive_content ul li.method_eat .method_archive_content_ttl {
  background-image: url(../images/dott-red.png);
  border-bottom: 3px solid #f86502;
}
.method_archive_content ul li.method_eat .method_archive_content_ttl .ttl_box .flex_box h1 {
  color: #f86502;
}
.method_archive_content ul li.method_eat .swiper-container-method .slide-img {
  background-color: #fde7b4;
}
.method_archive_content ul li.method_buy .method_archive_content_ttl {
  background-image: url(../images/dott-blue.png);
  border-bottom: 3px solid #31dae6;
}
.method_archive_content ul li.method_buy .method_archive_content_ttl .ttl_box .flex_box h1 {
  color: #31dae6;
}
.method_archive_content ul li.method_buy .swiper-container-method .slide-img {
  background-color: #d5fcff;
}

.swiper-container-method {
  overflow: inherit !important;
  position: relative;
  z-index: 1000;
}
@media (max-width: 767px) {
  .swiper-container-method {
    height: 100%;
  }
}
.swiper-container-method .swiper-slide {
  transition: 0.3s;
}
@media (max-width: 767px) {
  .swiper-container-method .swiper-slide {
    height: 100%;
    height: auto;
  }
}
.swiper-container-method .swiper-slide:hover {
  opacity: 0.6;
}
.swiper-container-method .triangle-left {
  display: inline-block;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
  padding: 0;
  margin-left: 5px;
}
.swiper-container-method .triangle-right {
  display: inline-block;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #fff;
  padding: 0;
  margin-left: 5px;
}
.swiper-container-method .swiper-button-next:after,
.swiper-container-method .swiper-button-prev:after {
  display: none !important;
}
.swiper-container-method .swiper-button-next,
.swiper-container-method .swiper-container-rtl .swiper-button-prev {
  left: 116px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #32ce7a;
  border-radius: 50%;
  box-shadow: 0px 0px 5px gray;
}
.swiper-container-method .swiper-button-next:hover,
.swiper-container-method .swiper-container-rtl .swiper-button-prev:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .swiper-container-method .swiper-button-next,
  .swiper-container-method .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}
.swiper-container-method .swiper-button-next img,
.swiper-container-method .swiper-container-rtl .swiper-button-prev img {
  max-width: 100%;
  width: auto;
}
.swiper-container-method .swiper-button-next,
.swiper-container-method .swiper-button-prev {
  top: 375px !important;
}
@media (max-width: 767px) {
  .swiper-container-method .swiper-button-next,
  .swiper-container-method .swiper-button-prev {
    top: 285px !important;
  }
}
.swiper-container-method .swiper-button-next.swiper-button-disabled,
.swiper-container-method .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: auto;
}
.swiper-container-method .swiper-button-prev,
.swiper-container-method .swiper-container-rtl .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background-color: #32ce7a;
  border-radius: 50%;
  transform: scale(-1, 1);
  left: 35px;
  box-shadow: 0px 0px 5px gray;
}
.swiper-container-method .swiper-button-prev:hover,
.swiper-container-method .swiper-container-rtl .swiper-button-next:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .swiper-container-method .swiper-button-prev,
  .swiper-container-method .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}
.swiper-container-method .slide-img {
  padding: 45px 13px 20px;
  background-color: #fdfaa4;
  margin: 0 8px;
  border: 2px solid #000;
  border-radius: 10px;
  position: relative;
  text-align: center;
  height: auto;
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img {
    margin: 0 5px;
    padding: 25px 10px 17px;
  }
}
.swiper-container-method .slide-img .bou-left {
  position: absolute;
  left: 20px;
  top: 30px;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img .bou-left {
    top: 18px;
  }
}
.swiper-container-method .slide-img .bou-left img {
  height: 80px;
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img .bou-left img {
    height: 50px;
  }
}
.swiper-container-method .slide-img .bou-right {
  position: absolute;
  right: 20px;
  top: 30px;
  transform: translateY(-100%);
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img .bou-right {
    top: 18px;
  }
}
.swiper-container-method .slide-img .bou-right img {
  height: 80px;
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img .bou-right img {
    height: 50px;
  }
}
.swiper-container-method .slide-img a {
  width: 100%;
  height: 100%;
}
.swiper-container-method .slide-img figure {
  overflow: hidden;
}
.swiper-container-method .slide-img figcaption {
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  margin-top: 5px;
  line-height: 24px;
  min-height: 48px;
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img figcaption {
    font-size: 14px;
    line-height: 18px;
    line-height: 20px;
    min-height: 45px;
  }
}
.swiper-container-method .slide-img dl {
  background-color: #fff;
  width: 90%;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 8px 3px;
  margin: 0px auto 0;
  z-index: 1;
  border: 2px solid #000;
  border-radius: 50px;
  justify-content: center;
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img dl {
    padding: 5px 0px;
    width: 100%;
    bottom: -41px;
    flex-wrap: nowrap;
  }
}
.swiper-container-method .slide-img dl dt {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img dl dt {
    font-size: 11px;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .swiper-container-method .slide-img dl dd img {
    width: 15px;
  }
}
.swiper-container-method .swiper-pagination-bullet-active {
  background-color: #169f3c;
}
.swiper-container-method .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.method-single .inner {
  max-width: 1100px;
}
.method-single_content .inner {
  padding: 100px 25px 200px;
}
@media (max-width: 767px) {
  .method-single_content .inner {
    padding: 120px 25px 90px;
  }
}
.method-single_content .inner .method-single_ttl {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .method-single_content .inner .method-single_ttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0;
  }
}
.method-single_content .inner .wrap {
  padding: 0 25px;
  margin: 0 auto;
  padding: 70px;
  border: 3px solid #000;
  background-color: #fff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .method-single_content .inner .wrap {
    padding: 25px;
    border-radius: 20px;
  }
}
.method-single_content .inner .wrap .icat {
  margin-bottom: 20px;
  text-align: center;
}
.method-single_content .inner .wrap ul {
  margin-top: 10px;
}
.method-single_content .inner .wrap ul li {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02rem;
}
@media (max-width: 767px) {
  .method-single_content .inner .wrap ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.method-single_content .inner .wrap ul li + li {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .method-single_content .inner .wrap ul li + li {
    margin-top: 5px;
  }
}
.method-single_content .inner .wrap p {
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 20px;
  letter-spacing: 0.02rem;
}
@media (max-width: 767px) {
  .method-single_content .inner .wrap p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}
.method-single_content .inner .wrap a {
  /* text-decoration: underline; */
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  transition: 0.3s;
  display: block;
  width: 90%;
  max-width: 340px;
  text-align: center;
  padding: 19px 0px;
  font-size: 14px;
  margin: 26px auto 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .method-single_content .inner .wrap a {
    margin: 28px auto 0;
    font-size: 13px;
    text-align: center;
  }
}
.method-single_content .inner .wrap a:hover {
  opacity: 0.6;
}
.method-single_content .inner .wrap .wp-block-table td:first-of-type {
  min-width: 150px;
  width: 25%;
}
.method-single_content .inner .wrap h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin-bottom: 17px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .method-single_content .inner .wrap h2 {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 3px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.method-single .swiper-container-method {
  padding-top: 50px;
}
.method-single .swiper-container-method .slide-img {
  background-color: #fff;
}

.method-single.watch {
  background-color: #fcf9b9;
}
.method-single.watch .method_ttl h1 {
  color: #fd8802;
}

.method-single.play {
  background-color: #fde7f5;
}
.method-single.play .method_ttl h1 {
  color: #fc5c5c;
}

.method-single.interact {
  background-color: #edffd3;
}
.method-single.interact .method_ttl h1 {
  color: #81dc30;
}

.method-single.eat {
  background-color: #f86502;
}

.method-single.shopping {
  background-color: #31dae6;
}

.park-map .sub_ttl {
  background-color: #0ca1ea;
}
.park-map .sub_ttl .flex_box span {
  background-color: rgba(0, 0, 0, 0);
}
.park-map .pamphlet_content .inner {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .park-map .pamphlet_content .inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .park-map .pamphlet_content .inner {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.park-map .pamphlet_content .inner dl {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .park-map .pamphlet_content .inner dl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.park-map .pamphlet_content .inner dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.park-map .pamphlet_content .inner dl dd p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .park-map .pamphlet_content .inner dl dd p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.park-map .pamphlet_content .inner dl dd .youtube_box {
  flex-wrap: wrap;
}
.park-map .pamphlet_content .inner dl dd .youtube_box:after {
  content: "";
  width: 31%;
  display: block;
}
.park-map .pamphlet_content .inner dl dd .youtube_box .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.park-map .pamphlet_content .inner dl dd .youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.park-map .pamphlet_content .inner dl dd .youtube_box li {
  width: 31%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .park-map .pamphlet_content .inner dl dd .youtube_box li {
    width: 100%;
  }
}
.park-map .pamphlet_content .inner dl dd .youtube_box li figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.park-map .pamphlet_content .inner dl dd .youtube_box li a {
  display: block;
  transition: 0.3s;
}
.park-map .pamphlet_content .inner dl dd .youtube_box li a:hover {
  opacity: 0.6;
}
.park-map .pamphlet_content .inner dl dd .liflet_box {
  flex-wrap: wrap;
  align-items: flex-start;
}
.park-map .pamphlet_content .inner dl dd .liflet_box:after {
  content: "";
  width: 24%;
  display: block;
}
.park-map .pamphlet_content .inner dl dd .liflet_box:before {
  content: "";
  width: 24%;
  display: block;
  order: 1;
}
.park-map .pamphlet_content .inner dl dd .liflet_box li {
  width: 24%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .park-map .pamphlet_content .inner dl dd .liflet_box li {
    width: 100%;
  }
}
.park-map .pamphlet_content .inner dl dd .liflet_box li figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.park-map .pamphlet_content .inner dl dd .liflet_box li a {
  display: block;
  transition: 0.3s;
}
.park-map .pamphlet_content .inner dl dd .liflet_box li a:hover {
  opacity: 0.6;
}

.pamphlet .sub_ttl {
  background-color: #ffa309;
}
.pamphlet .sub_ttl .flex_box span {
  background-color: rgba(0, 0, 0, 0);
}
.pamphlet .pamphlet_content .inner {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 992px) {
  .pamphlet .pamphlet_content .inner {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pamphlet .pamphlet_content .inner {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}
.pamphlet .pamphlet_content .inner dl {
  padding-bottom: 50px;
}
.pamphlet .pamphlet_content .inner dl dt {
  padding-top: 40px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.pamphlet .pamphlet_content .inner dl dd p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .pamphlet .pamphlet_content .inner dl dd p {
    font-size: 13px;
    margin-bottom: 12px;
  }
}
.pamphlet .pamphlet_content .inner dl dd .liflet_box {
  flex-wrap: wrap;
  align-items: flex-start;
}
.pamphlet .pamphlet_content .inner dl dd .liflet_box:before {
  content: "";
  width: 24%;
  display: block;
  order: 1;
}
.pamphlet .pamphlet_content .inner dl dd .liflet_box:after {
  content: "";
  width: 24%;
  display: block;
}
.pamphlet .pamphlet_content .inner dl dd .liflet_box li {
  width: 24%;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .pamphlet .pamphlet_content .inner dl dd .liflet_box li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pamphlet .pamphlet_content .inner dl dd .liflet_box li figcaption {
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.pamphlet .pamphlet_content .inner dl dd .liflet_box li a {
  display: block;
  transition: 0.3s;
}
.pamphlet .pamphlet_content .inner dl dd .liflet_box li a:hover {
  opacity: 0.6;
}

.post-type-archive-group .sub_ttl {
  background-color: #ff1493;
}
.post-type-archive-group .group_content .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .post-type-archive-group .group_content .inner {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-group .group_content .inner {
    padding-top: 10px;
    padding-bottom: 70px;
  }
}
.post-type-archive-group .group_content .inner table {
  min-width: 500px;
  overflow: scroll;
}
.post-type-archive-group .group_content .inner h2 {
  font-size: 23px;
  margin-bottom: 25px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .post-type-archive-group .group_content .inner h2 {
    font-size: 18px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
.post-type-archive-group .group_content .inner #group-info {
  border: 1px solid #dadada;
  padding: 25px 25px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .post-type-archive-group .group_content .inner #group-info {
    padding: 15px;
  }
}
.post-type-archive-group .group_content .inner #group-info li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .post-type-archive-group .group_content .inner #group-info li {
    font-size: 13px;
    line-height: 20px;
  }
}
.post-type-archive-group .group_content .inner figure {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .post-type-archive-group .group_content .inner figure {
    margin-bottom: 8px;
  }
}
.post-type-archive-group .group_content .inner p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .post-type-archive-group .group_content .inner p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 8px;
  }
}
.post-type-archive-group .group_content .inner a {
  text-decoration: underline;
  color: #09d61e;
}
.post-type-archive-group .group_content .inner a.u-none {
  text-decoration: none;
}
.post-type-archive-group .group_content .inner a:hover {
  text-decoration: none;
}

.t_news {
  position: relative;
  background-color: #fffdde;
}
.t_news .inner {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .t_news .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .t_news .inner {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.t_news .inner .explain {
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  margin: 0px 0 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .t_news .inner .explain {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0px 0 25px;
    width: 100%;
  }
}
.t_news .inner .title {
  margin-right: 10vw;
}
@media (max-width: 767px) {
  .t_news .inner .title {
    margin-right: 0vw;
  }
}
.t_news .inner .nav_tab {
  justify-content: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .t_news .inner .nav_tab {
    flex-direction: column;
  }
}
.t_news .inner .nav_tab > .tab {
  width: 17%;
  text-align: center;
  min-width: 180px;
}
@media (max-width: 767px) {
  .t_news .inner .nav_tab > .tab {
    margin-bottom: 12px;
  }
}
.t_news .inner .nav_tab .tab {
  padding: 20px 0px;
  background-color: #fff;
  color: #169f3c;
  border-radius: 10px;
  font-size: 13px;
  transition: 0.3s;
  font-weight: bold;
}
.t_news .inner .nav_tab .tab:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .t_news .inner .nav_tab .tab {
    font-size: 12px;
    padding: 18px 0px;
  }
}
.t_news .inner .nav_tab .tab:hover, .t_news .inner .nav_tab .tab.active {
  background-color: #169f3c;
  color: #fff;
}
.t_news .inner .nav_tab .n-box {
  position: relative;
  width: 50%;
  margin-left: 13px;
  min-width: 470px;
  width: 45%;
}
@media (max-width: 767px) {
  .t_news .inner .nav_tab .n-box {
    margin-left: 0px;
    min-width: 355px;
  }
}
.t_news .inner .nav_tab .tab-s {
  position: absolute;
  top: 50%;
  font-size: 13px;
  transform: translate(0%, -50%);
  z-index: 2;
  padding: 4px 18px 5px;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: bold;
  border: 2px solid #169f3c;
}
@media (max-width: 767px) {
  .t_news .inner .nav_tab .tab-s {
    font-size: 12px;
    padding: 4px 11px;
    letter-spacing: -0.01rem;
  }
}
.t_news .inner .nav_tab .tab-s1 {
  padding: 20px 33px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .t_news .inner .nav_tab .tab-s1 {
    padding: 20px 16px;
  }
}
.t_news .inner .nav_tab .tab-s2 {
  left: 25%;
}
@media (max-width: 767px) {
  .t_news .inner .nav_tab .tab-s2 {
    left: 23%;
  }
}
.t_news .inner .nav_tab .tab-s3 {
  left: 56%;
}
.t_news .inner .nav_tab .tab-s4 {
  left: 75%;
}
.t_news .inner .news_list {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .t_news .inner .news_list {
    margin-top: 20px;
  }
}
.t_news .inner .news_list:before {
  width: 22%;
  content: "";
  display: block;
  order: 1;
}
@media (max-width: 767px) {
  .t_news .inner .news_list:before {
    content: none;
  }
}
.t_news .inner .news_list:after {
  width: 22%;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .t_news .inner .news_list:after {
    content: none;
  }
}
.t_news .inner .news_list li {
  width: 22%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .t_news .inner .news_list li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.t_news .inner .news_list li a {
  display: block;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .t_news .inner .news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.t_news .inner .news_list li a:hover {
  opacity: 0.5;
}
.t_news .inner .news_list li a figure {
  margin-bottom: 15px;
  border-radius: 7px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .t_news .inner .news_list li a figure {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .t_news .inner .news_list li a .txt {
    width: 58%;
  }
}
.t_news .inner .news_list li a .txt p {
  font-size: 16px;
  text-align: left;
  line-height: 22px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .t_news .inner .news_list li a .txt p {
    font-size: 14px;
  }
}
.t_news .inner .news_list li a .tab_box {
  margin-bottom: 14px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .t_news .inner .news_list li a .tab_box {
    margin-bottom: 5px;
  }
}
.t_news .inner .news_list li a .tab_box time {
  width: 35%;
  color: #06b557;
  font-size: 13px;
  min-width: 75px;
}
@media (max-width: 767px) {
  .t_news .inner .news_list li a .tab_box time {
    width: 45%;
    font-size: 12px;
    text-align: right;
  }
}
.t_news .inner .news_list li a .tab_box .tab {
  width: 69%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .t_news .inner .news_list li a .tab_box .tab {
    width: 55%;
  }
}
.t_news .inner .news_list li a .tab_box .tab span {
  background-color: #aaf17b;
  padding: 5px 12px;
  border-radius: 30px;
  color: #169f3c;
  font-size: 13px;
  margin-bottom: 5px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .t_news .inner .news_list li a .tab_box .tab span {
    font-size: 11px;
  }
}
.t_news .inner .news_list li a .tab_box .tab span:first-of-type {
  margin-top: 0;
}
.t_news .content-area {
  font-size: 30px;
  text-align: center;
  width: 100%;
}
.t_news .content-area .content {
  display: none;
}
.t_news .content-area .content.show {
  margin-top: 50px;
  display: flex;
}

.category .t_news {
  position: relative;
  background-color: #fffdde;
}
.category .t_news .inner {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .category .t_news .inner {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .category .t_news .inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.category .t_news .inner .nav_tab {
  justify-content: center;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .category .t_news .inner .nav_tab {
    flex-direction: column;
  }
}
.category .t_news .inner .nav_tab > .tab {
  width: 17%;
  text-align: center;
  min-width: 180px;
}
@media (max-width: 767px) {
  .category .t_news .inner .nav_tab > .tab {
    margin-bottom: 20px;
  }
}
.category .t_news .inner .nav_tab .tab {
  background-color: #fff;
  color: #169f3c;
  font-size: 13px;
  transition: 0.3s;
  font-weight: bold;
  padding: 0;
}
.category .t_news .inner .nav_tab .tab a {
  padding: 20px 0px;
  display: block;
  color: #169f3c;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .category .t_news .inner .nav_tab .tab a {
    font-size: 12px;
    padding: 18px 0px;
  }
}
.category .t_news .inner .nav_tab .tab a:hover {
  cursor: pointer;
  color: #fff;
}
.category .t_news .inner .nav_tab .tab:hover, .category .t_news .inner .nav_tab .tab.active {
  background-color: #169f3c;
  color: #fff;
}
.category .t_news .inner .nav_tab .n-box {
  position: relative;
  width: 50%;
  margin-left: 13px;
  min-width: 470px;
  width: 45%;
}
@media (max-width: 767px) {
  .category .t_news .inner .nav_tab .n-box {
    margin-left: 0px;
    min-width: 355px;
  }
}
.category .t_news .inner .nav_tab .tab-s {
  position: absolute;
  top: 50%;
  font-size: 13px;
  transform: translate(0%, -50%);
  z-index: 2;
  border: 0px solid #169f3c;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: bold;
  padding: 0;
}
.category .t_news .inner .nav_tab .tab-s a {
  padding: 4px 18px 5px;
  display: block;
  border: 2px solid #169f3c;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .category .t_news .inner .nav_tab .tab-s a {
    font-size: 12px;
    padding: 4px 11px;
    letter-spacing: -0.01rem;
  }
}
.category .t_news .inner .nav_tab .tab-s1 {
  padding: 0;
}
.category .t_news .inner .nav_tab .tab-s1 a {
  padding: 20px 33px;
  border-radius: 10px;
  display: block;
}
@media (max-width: 767px) {
  .category .t_news .inner .nav_tab .tab-s1 a {
    padding: 20px 16px;
  }
}
.category .t_news .inner .nav_tab .tab-s2 {
  left: 25%;
}
@media (max-width: 767px) {
  .category .t_news .inner .nav_tab .tab-s2 {
    left: 23%;
  }
}
.category .t_news .inner .nav_tab .tab-s3 {
  left: 56%;
}
.category .t_news .inner .nav_tab .tab-s4 {
  left: 75%;
}

.category-important .t_news .inner .nav_tab .tab-s0 a,
.category-notice .t_news .inner .nav_tab .tab-s1 a,
.category-event-news .t_news .inner .nav_tab .tab-s2 a,
.category-flower-and-green .t_news .inner .nav_tab .tab-s3 a,
.category-creatures .t_news .inner .nav_tab .tab-s4 a {
  color: #fff;
  background-color: #169f3c;
}

.information .t_news .inner,
.single-post .t_news .inner {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .information .t_news .inner,
  .single-post .t_news .inner {
    padding-top: 40px;
  }
}
.information .t_event .inner .title,
.single-post .t_event .inner .title {
  margin-right: 0vw;
}
.information .txt,
.single-post .txt {
  width: 100%;
}
.information .txt .tab_box,
.single-post .txt .tab_box {
  display: block;
}
.information .txt .tab_box .tab span a,
.single-post .txt .tab_box .tab span a {
  background-color: #aaf17b;
  color: #169f3c;
  display: inline-block;
  padding: 8px 27px;
  border-radius: 30px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .information .txt .tab_box .tab span a,
  .single-post .txt .tab_box .tab span a {
    padding: 3px 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.information .txt .tab_box time,
.single-post .txt .tab_box time {
  color: #169f3c;
  font-size: 18px;
  margin-top: 15px;
  display: block;
}
@media (max-width: 767px) {
  .information .txt .tab_box time,
  .single-post .txt .tab_box time {
    margin-top: 10px;
    font-size: 14px;
  }
}
.information .txt .post-ttl,
.single-post .txt .post-ttl {
  font-size: 25px;
  line-height: 30px;
  margin-top: 18px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .information .txt .post-ttl,
  .single-post .txt .post-ttl {
    font-size: 16px;
    line-height: 23px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.information .txt .icat,
.single-post .txt .icat {
  margin-bottom: 30px;
}
.information .txt .wrap p,
.single-post .txt .wrap p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .information .txt .wrap p,
  .single-post .txt .wrap p {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 15px;
  }
}
.information .txt .wrap h2,
.single-post .txt .wrap h2 {
  font-size: 22px;
  line-height: 30px;
  margin: 40px 0 15px;
}
@media (max-width: 767px) {
  .information .txt .wrap h2,
  .single-post .txt .wrap h2 {
    margin: 30px 0 10px;
    font-size: 16px;
    line-height: 25px;
  }
}
.information .txt .wrap a,
.single-post .txt .wrap a {
  text-decoration: underline;
  color: #09d61e;
}
.information .txt .wrap a:hover,
.single-post .txt .wrap a:hover {
  text-decoration: none;
}
.information .txt .head_link,
.single-post .txt .head_link {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .information .txt .head_link,
  .single-post .txt .head_link {
    margin-top: 60px;
    margin-bottom: 60px;
    display: block !important;
  }
}

.t_event {
  position: relative;
  background-color: #fffdde;
}
.t_event .inner {
  padding-top: 40px;
  padding-bottom: 60px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .t_event .inner {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .t_event .inner {
    flex-direction: column;
  }
}
.t_event .inner .no-event {
  font-weight: bold;
  font-size: 15px;
  width: 100% !important;
  text-align: center;
}
.t_event .inner .title {
  margin-right: 10vw;
}
@media (max-width: 767px) {
  .t_event .inner .title {
    margin-right: 0vw;
  }
}
.t_event .inner .explain {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  margin: 0px 0 0px;
}
@media (max-width: 767px) {
  .t_event .inner .explain {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    margin: 0px 0 25px;
  }
}
.t_event .inner .info_date {
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
  text-align: left;
  color: #169f3c;
  margin-top: 3px;
  min-width: 220px;
}
.t_event .inner .info_date strong {
  color: #169f3c;
  font-size: 13px;
  font-weight: normal;
}
.t_event .inner .info_date small {
  color: #169f3c;
  font-size: 13px;
  font-weight: normal;
}
.t_event .inner .info_date span {
  margin-top: 5px;
  color: #169f3c;
  display: block;
  font-size: 13px;
  font-weight: normal;
}
.t_event .inner .summary {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  color: #169f3c;
  margin-bottom: 40px;
}
.t_event .inner .summary span {
  margin-right: 10px;
  background-color: #fff;
  font-size: 13px;
  color: #000;
  padding: 5px 8px;
  display: inline-block;
  min-width: 90px;
  text-align: center;
}
.t_event .inner .summary span svg {
  width: 15px;
}
.t_event .inner .summary__text {
  font-size: 15px;
  line-height: 23px;
  margin-top: 10px;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
}
.t_event .inner .summary__text a {
  font-size: 15px;
  text-decoration: underline;
  color: #09d61e;
}
@media (max-width: 767px) {
  .t_event .inner .summary__text a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .t_event .inner .summary__text {
    font-size: 13px;
    line-height: 22px;
  }
}
.t_event .inner .nav_tab {
  justify-content: center;
  margin-bottom: 0px;
}
.t_event .inner .nav_tab li {
  margin: 0 10px;
  display: inline-block;
  padding: 8px 27px;
  border-radius: 30px;
  background-color: #fff;
  color: #f8b80b;
  font-size: 13px;
  margin-top: 5px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .t_event .inner .nav_tab li {
    padding: 5px 15px;
  }
}
.t_event .inner .nav_tab li:hover {
  background-color: #f8b80b;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .t_event .inner .nav_tab li {
    margin: 0 8px;
  }
}
.t_event .inner .nav_tab li.active {
  background-color: #f8b80b;
  color: #fff;
}
.t_event .inner .main_btn a {
  background-color: #f8b80b;
}
.t_event .inner .news_list {
  align-items: flex-start;
  flex-wrap: wrap;
}
.t_event .inner .news_list:before {
  width: 22%;
  content: "";
  display: block;
  order: 1;
}
@media (max-width: 767px) {
  .t_event .inner .news_list:before {
    content: none;
  }
}
.t_event .inner .news_list:after {
  width: 22%;
  content: "";
  display: block;
}
@media (max-width: 767px) {
  .t_event .inner .news_list:after {
    content: none;
  }
}
.t_event .inner .news_list li {
  width: 22%;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .t_event .inner .news_list li {
    width: 100%;
    margin-bottom: 25px;
  }
}
.t_event .inner .news_list li a {
  display: block;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .t_event .inner .news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.t_event .inner .news_list li a:hover {
  opacity: 0.5;
}
.t_event .inner .news_list li a figure {
  margin-bottom: 8px;
  border-radius: 7px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .t_event .inner .news_list li a figure {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .t_event .inner .news_list li a .txt {
    width: 55%;
  }
}
.t_event .inner .news_list li a .txt p {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .t_event .inner .news_list li a .txt p {
    font-size: 14px;
  }
}
.t_event .inner .news_list li a .rec_tab {
  justify-content: flex-start;
}
.t_event .inner .news_list li a .rec_tab span {
  background-color: #fa4878;
  padding: 5px 12px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-right: 3px;
}
@media (max-width: 767px) {
  .t_event .inner .news_list li a .rec_tab span {
    font-size: 12px;
  }
}
.t_event .inner .news_list li a .tab_box {
  margin-bottom: 7px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .t_event .inner .news_list li a .tab_box {
    margin-bottom: 5px;
  }
}
.t_event .inner .news_list li a .tab_box time {
  width: 100%;
  color: #06b557;
  font-size: 13px;
  text-align: left;
  line-height: 20px;
}
@media (max-width: 767px) {
  .t_event .inner .news_list li a .tab_box time {
    width: 100%;
    font-size: 12px;
  }
}
.t_event .inner .news_list li a .tab_box .tab {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .t_event .inner .news_list li a .tab_box .tab {
    width: 100%;
  }
}
.t_event .inner .news_list li a .tab_box .tab span {
  background-color: #aaf17b;
  padding: 5px 12px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  margin-top: 5px;
}
.t_event .inner .news_list li a .tab_box .tab span:first-of-type {
  margin-top: 0;
}
.t_event .content-area {
  font-size: 30px;
  text-align: center;
  width: 100%;
}
.t_event .content-area .content {
  display: none;
}
.t_event .content-area .content.show {
  margin-top: 20px;
  display: flex;
}
@media (max-width: 767px) {
  .t_event .content-area .content.show {
    margin-top: 15px;
  }
}

.single-lecture .rec_tab {
  justify-content: flex-start;
}
.single-lecture .rec_tab span {
  background-color: #fa4878;
  padding: 5px 12px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-right: 3px;
}

.single-lecture .rec_tab,
.single-event .rec_tab {
  justify-content: flex-start;
}
.single-lecture .rec_tab span,
.single-event .rec_tab span {
  background-color: #fa4878;
  padding: 5px 12px;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  margin-bottom: 5px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-right: 3px;
}
.single-lecture .t_event .inner,
.single-event .t_event .inner {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .single-lecture .t_event .inner,
  .single-event .t_event .inner {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .single-lecture .t_event .inner,
  .single-event .t_event .inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.lecture-year .news_list {
  width: 100%;
}
@media (max-width: 767px) {
  .lecture-year .news_list li a .txt {
    width: 100% !important;
  }
}
.lecture-year .timeline {
  margin-bottom: 0;
  color: #000;
  font-size: 12px;
  width: 100%;
}
.lecture-year .timeline .bg-white {
  color: #000 !important;
  background-color: #fff !important;
}
.lecture-year .timeline span {
  color: #fff;
  background-color: #fa4878;
}
.lecture-year .kouza_ttl {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .lecture-year .kouza_ttl {
    width: 100%;
    margin-top: 3px;
  }
}
.lecture-year .kouza_ttl .kouza {
  font-size: 16px;
  text-align: left;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: bold;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .lecture-year .kouza_ttl .kouza {
    font-size: 14px;
    margin-left: 0px;
    width: 100%;
    line-height: 20px;
  }
}
.lecture-year .kouza_ttl .place {
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0;
}
.lecture-year .kouza_ttl .teacher {
  position: absolute;
  right: 0;
  width: 145px;
  font-size: 13px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lecture-year .kouza_ttl .teacher {
    font-size: 12px;
    position: static;
    width: 100%;
    margin-top: 5px;
  }
}
.lecture-year .year_ttl {
  position: relative;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400;
  color: #169f3c;
  /* text-align: center; */
  margin-bottom: 15px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .lecture-year .year_ttl {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.lecture-year .t_event .inner .info_date strong {
  color: #169f3c;
  font-size: 13px;
  font-weight: bold;
}
.lecture-year .t_event .inner .info_date {
  padding-bottom: 5px;
  margin-top: 0;
  font-weight: bold;
}
.lecture-year .t_event .inner {
  padding-top: 90px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .lecture-year .t_event .inner {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .lecture-year .t_event .inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.lecture-year .t_event .inner .news_list li {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .lecture-year .t_event .inner .news_list li {
    padding-bottom: 10px;
  }
}
.lecture-year .t_event .inner .news_list li a {
  position: relative;
  padding-right: 130px;
}
@media (max-width: 767px) {
  .lecture-year .t_event .inner .news_list li a {
    padding-right: 0px;
  }
}
.lecture-year .t_event .inner .news_list li a .rec_tab span {
  margin-bottom: 0;
  padding: 3px 10px;
}
.lecture-year .txt {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lecture-year .txt {
    flex-wrap: wrap;
  }
}

.page-template-page-event-lecture .t_event .inner,
.post-type-archive-lecture .t_event .inner {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .page-template-page-event-lecture .t_event .inner,
  .post-type-archive-lecture .t_event .inner {
    padding-top: 50px;
  }
}
.page-template-page-event-lecture .t_event .inner .news_list li,
.post-type-archive-lecture .t_event .inner .news_list li {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-template-page-event-lecture .t_event .inner .news_list li,
  .post-type-archive-lecture .t_event .inner .news_list li {
    margin: 0 auto 15px;
  }
}
@media (max-width: 767px) {
  .page-template-page-event-lecture .t_event .inner .news_list li a,
  .post-type-archive-lecture .t_event .inner .news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .page-template-page-event-lecture .t_event .inner .news_list li a figure,
  .post-type-archive-lecture .t_event .inner .news_list li a figure {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .page-template-page-event-lecture .t_event .inner .news_list li a .txt,
  .post-type-archive-lecture .t_event .inner .news_list li a .txt {
    width: 58%;
  }
}

.page-template-page-lecture .t_event .inner,
.page-template-page-event .t_event .inner {
  padding-top: 70px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 992px) {
  .page-template-page-lecture .t_event .inner,
  .page-template-page-event .t_event .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page-template-page-lecture .t_event .inner,
  .page-template-page-event .t_event .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.t_method {
  position: relative;
}
.t_method .inner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 992px) {
  .t_method .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .t_method .inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.t_method .inner .method_btn {
  margin: 70px auto 0;
  width: 95%;
  max-width: 900px;
}
@media (max-width: 767px) {
  .t_method .inner .method_btn {
    margin: 40px auto 0;
  }
}
.t_method .inner .method_btn .banner a {
  margin: 0px auto 0;
  display: block;
  width: 100%;
  height: 180px;
  background-image: url(../images/map_banner.jpg);
  background-size: cover;
  transition: 0.3s;
}
.t_method .inner .method_btn .banner a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .t_method .inner .method_btn .banner a {
    height: 90px;
  }
}
.t_method .inner .method_btn .txt {
  margin-top: 10px;
}
.t_method .inner .method_btn .txt p {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 22px;
}
.t_method .inner .method_btn .txt .pdf_box a:hover .pdf_txt {
  text-decoration: underline;
}
.t_method .inner .method_btn .txt .pdf_box img {
  width: 28px;
}
.t_method .inner .method_btn .txt .pdf_box .pdf_txt {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: bold;
  margin-right: 5px;
}
.t_method .inner .method_list li {
  width: 19.5%;
}
@media (max-width: 767px) {
  .t_method .inner .method_list li {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
.t_method .inner .method_list li.watch a .bg {
  background-image: url(../images/method_img_sp07.jpg);
}
@media (max-width: 767px) {
  .t_method .inner .method_list li.watch a .bg {
    background-image: url(../images/method_img_pc07.jpg);
  }
}
.t_method .inner .method_list li.play a .bg {
  background-image: url(../images/method_img_pc01.jpg);
}
@media (max-width: 767px) {
  .t_method .inner .method_list li.play a .bg {
    background-image: url(../images/method_img_sp01.jpg);
  }
}
.t_method .inner .method_list li.fure a .bg {
  background-image: url(../images/method_img_pc03.jpg);
}
@media (max-width: 767px) {
  .t_method .inner .method_list li.fure a .bg {
    background-image: url(../images/method_img_sp03.jpg);
  }
}
.t_method .inner .method_list li.eat a .bg {
  background-image: url(../images/method_img_sp06.jpg);
}
@media (max-width: 767px) {
  .t_method .inner .method_list li.eat a .bg {
    background-image: url(../images/method_img_pc06.jpg);
  }
}
.t_method .inner .method_list li.buy a .bg {
  background-image: url(../images/method_img_sp08.jpg);
}
@media (max-width: 767px) {
  .t_method .inner .method_list li.buy a .bg {
    background-image: url(../images/method_img_pc08.jpg);
  }
}
.t_method .inner .method_list li a {
  display: block;
  height: 380px;
}
@media (max-width: 767px) {
  .t_method .inner .method_list li a {
    height: 140px;
  }
}
.t_method .inner .method_list li a .bg {
  height: 100%;
  width: 100%;
  background-size: cover;
  transition: 0.3s;
  position: relative;
}
.t_method .inner .method_list li a {
  position: relative;
}
.t_method .inner .method_list li a:hover .bg {
  transform: translateY(-30px);
}
@media (max-width: 767px) {
  .t_method .inner .method_list li a:hover .bg {
    transform: translateY(0px);
  }
}
.t_method .inner .method_list li a span {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
}
.t_method .inner .method_list li a span img {
  width: 25px;
}
.t_method .inner .method_list li a span p {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}
.t_method .inner .method_list li a h4 {
  font-size: 45px;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-weight: 400;
  text-shadow: 1px 2px 2px #808080;
}
@media (max-width: 767px) {
  .t_method .inner .method_list li a h4 {
    font-size: 40px;
  }
}

.guide_navigation {
  background-color: #fff;
}
.guide_navigation .inner {
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 992px) {
  .guide_navigation .inner {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .guide_navigation .inner {
    padding-bottom: 40px;
  }
}
.guide_navigation .inner ul {
  align-items: flex-end;
}
.guide_navigation .inner ul li {
  text-align: center;
  width: 16%;
}
@media (max-width: 767px) {
  .guide_navigation .inner ul li {
    width: 31%;
    margin-bottom: 25px;
  }
}
.guide_navigation .inner ul li dl dt {
  margin: 0 auto 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide_navigation .inner ul li dl dt img {
  max-height: 100px;
  width: auto;
}
@media (max-width: 767px) {
  .guide_navigation .inner ul li dl dt img {
    max-height: 60px;
    width: auto;
  }
}
.guide_navigation .inner ul li dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guide_navigation .inner ul li dl dd p {
  color: #09d61e;
  font-size: 15px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .guide_navigation .inner ul li dl dd p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .guide_navigation .inner ul li dl dd p {
    margin-right: 3px;
    font-size: 10px;
    letter-spacing: 0;
  }
}
.guide_navigation .inner ul li dl dd img {
  min-width: 20px;
}

.f_navigation {
  background-color: #fff;
}
.f_navigation .inner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .f_navigation .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .f_navigation .inner {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
.f_navigation .inner .company {
  margin-bottom: 50px;
}
.f_navigation .inner .company ul {
  flex-wrap: wrap;
}
.f_navigation .inner .company ul li {
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}
.f_navigation .inner .company ul li::after {
  content: "";
  display: block;
  width: 48%;
}
@media (max-width: 767px) {
  .f_navigation .inner .company ul li {
    width: 48%;
  }
}
.f_navigation .inner .company ul li a {
  height: 145px;
  display: block;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .f_navigation .inner .company ul li a {
    height: 55px;
  }
}
.f_navigation .inner .company ul li a:hover {
  opacity: 0.6;
}
.f_navigation .inner .company ul li a img {
  max-height: 100%;
  height: auto;
  max-width: 100%;
  width: auto;
}
.f_navigation .inner iframe {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .f_navigation .inner iframe {
    height: 300px;
  }
}

footer {
  background-color: #169f3c;
  position: relative;
}
footer .head_link {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  footer .head_link {
    display: block;
  }
}
footer .copy {
  font-family: Verdana, “Droid Sans”;
}
footer::before {
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translate(-50%, -100%);
  content: "";
  height: 22px;
  background-image: url(../images/footer_nami.png);
  background-size: contain;
  background-repeat: repeat-x;
  width: 100vw;
}
footer .inner {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  footer .inner {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  footer .inner {
    padding-top: 30px;
    padding-bottom: 95px;
  }
}
footer .inner .f_logo {
  margin-bottom: 30px;
}
footer .inner .f_logo img {
  width: 300px;
}
footer .inner .f_top {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  footer .inner .f_top {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .inner .f_top {
    margin-bottom: 20px;
  }
}
footer .inner .f_top .left {
  width: 28%;
}
@media (max-width: 992px) {
  footer .inner .f_top .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  footer .inner .f_top .left {
    width: 100%;
    margin-bottom: 25px;
  }
}
footer .inner .f_top .left p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 20px;
}
footer .inner .f_top .f_nav {
  align-items: flex-start;
  width: 65%;
}
@media (max-width: 992px) {
  footer .inner .f_top .f_nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .inner .f_top .f_nav {
    margin: 0 auto;
    min-width: 335px;
  }
}
@media (max-width: 767px) {
  footer .inner .f_top .f_nav ul.first {
    width: 100%;
    margin-bottom: 10px;
  }
}
footer .inner .f_top .f_nav ul li {
  margin-bottom: 10px;
}
footer .inner .f_top .f_nav a {
  color: #fff;
  transition: 0.3s;
  font-size: 13px;
}
@media (max-width: 767px) {
  footer .inner .f_top .f_nav a {
    padding: 10px 0;
  }
}
footer .inner .f_top .f_nav figure {
  max-width: 140px;
  width: 40%;
}
@media (max-width: 767px) {
  footer .inner .f_top .f_nav figure {
    width: 34%;
  }
}
footer .inner .f_top .f_nav p {
  width: 58%;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  footer .inner .f_top .f_nav p {
    font-size: 12px;
    width: 62%;
  }
}
footer .inner .f_bottom {
  align-items: flex-start;
}
@media (max-width: 767px) {
  footer .inner .f_bottom ul {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .inner .f_bottom ul li {
  padding-right: 17px;
  margin-right: 17px;
  border-right: 1px solid #fff;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  footer .inner .f_bottom ul li {
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    border-right: 0px solid #fff;
  }
}
footer .inner .f_bottom ul li a {
  color: #fff;
  letter-spacing: 0.04rem;
  font-size: 12px;
}
footer .inner .f_bottom ul li:last-of-type {
  border-right: 0px solid #fff;
}
footer .inner .f_bottom .copy {
  font-size: 11px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  footer .inner .f_bottom .copy {
    width: 100%;
  }
}

.contact .contact_content .inner {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .contact .contact_content .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact .contact_content .inner dl {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .contact .contact_content .inner dl {
    text-align: left;
    margin-bottom: 30px;
  }
}
.contact .contact_content .inner dl dt {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 34px;
  color: #169f3c;
}
@media (max-width: 767px) {
  .contact .contact_content .inner dl dt {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 27px;
  }
}
.contact .contact_content .inner dl dd {
  font-size: 17px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .contact .contact_content .inner dl dd {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.contact .contact_content .inner dl dd span {
  font-weight: bold;
  font-size: 22px;
}
@media (max-width: 767px) {
  .contact .contact_content .inner dl dd span {
    font-size: 16px;
  }
}

.sub-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  border-top: none;
}

.sub-form > dt {
  width: 24%;
  padding: 20px 0 20px 8px;
  box-sizing: border-box;
  border-top: 1px solid #dadada;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sub-form > dt.flex-start {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .sub-form > dt.flex-start br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sub-form > dt.flex-start {
    align-items: center;
  }
}

.sub-form > dt.first {
  border-top: 5px solid #dadada;
}

.sub-form > dt.date .rec {
  color: #ef1d1d;
  font-size: 13px;
  display: block;
  padding-top: 15px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .sub-form > dt.date .rec {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field {
    width: 100%;
  }
}
.sub-form > dd.irai .mwform-checkbox-field-text {
  font-size: 15px;
}
@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field-text {
    font-size: 13px;
  }
}

.sub-form > dt h2 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02rem;
  line-height: 23px;
}

.sub-form > dt h3 {
  font-size: 11px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #f22915;
  padding: 4px 5px;
  margin-left: 10px;
  white-space: nowrap;
}

.sub-form > dd {
  padding: 20px 0 20px 20px;
  margin: 0;
  width: 76%;
  border-top: 1px solid #dadada;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.sub-form > dd.first {
  border-top: 5px solid #dadada;
}

.sub-form > dd > div {
  width: 100%;
}

.sub-form > dd p:not(:first-of-type) {
  padding-top: 25px;
}

.sub-form > dd p {
  font-size: 14px;
  padding-bottom: 8px;
  letter-spacing: 0.01rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sub-form > dd p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.sub-form > dd .mt {
  margin-top: 10px;
}

.sub-form > dd .mb {
  margin-bottom: 15px;
}

.sub-form > dt.bikou,
.sub-form > dd.bikou {
  border-bottom: 5px solid #dadada;
}

.sub-form > dd input {
  width: 100%;
  outline: none;
  padding: 22px;
  font-size: 16px;
  background-color: #efeeeb;
  border: none;
  box-sizing: border-box;
}

.sub-form > dd .num {
  width: 150px;
}

.sub-form > dd .address {
  width: 90%;
}

.press .sub-form > dt.address-form {
  border-bottom: 5px solid #ececec;
}
@media (max-width: 767px) {
  .press .sub-form > dt.address-form {
    border-bottom: 0px solid #ececec;
  }
}

.press .sub-form > dd.address-form {
  border-bottom: 5px solid #ececec;
}

.sub-form > dd ul {
  width: 100%;
}

.sub-form > dd li p {
  margin-right: 10px;
  font-size: 15px;
  display: inline;
}
@media (max-width: 767px) {
  .sub-form > dd li p {
    font-size: 12px;
  }
}

.sub-form > dd input::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd input::placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd .radio_box {
  background-color: #f7f5f3;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sub-form > dd .flex-start {
  justify-content: flex-start;
}

.sub-form > dd .date_box {
  height: 460px;
  overflow-y: scroll;
}

.mwform-radio-field {
  margin-left: 0 !important;
  margin-right: 13px;
  width: 30%;
}

.mwform-radio-field input {
  width: 20px !important;
  margin: -1px 2px 0 0;
}

.mwform-checkbox-field {
  margin-left: 0 !important;
  margin-right: 13px;
  width: 30%;
}

.mwform-checkbox-field label {
  font-weight: normal;
  margin-bottom: 0;
}

.mwform-checkbox-field input {
  width: 20px !important;
  margin: -1px 2px 0 0;
  margin-right: 0px !important;
}

.mwform-checkbox-field-text {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.02rem;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0 !important;
}

.mw_wp_form .error {
  text-align: center;
  margin-top: 5px;
}

.sub-form .wpcf7-box {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.sub-form select {
  width: 100%;
  outline: none;
  padding: 22px;
  font-size: 16px;
  background-color: #efeeeb;
  border: none;
  box-sizing: border-box;
}

.sub-form .wpcf7-box {
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.sub-form .wpcf7-box:hover .arrow {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.sub-form input[type=submit],
.sub-form button[type=submit] {
  display: block;
  background-color: #169f3c;
  border: 2px solid #169f3c;
  color: #fff;
  border-radius: 50px;
  width: 360px;
  text-align: center;
  padding: 23px 0;
  margin: 50px auto 0px;
  font-size: 15px;
  transition: 0.3s;
  position: relative;
}

.sub-form .btn_area {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 30px;
}

.sub-form > dd textarea::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form > dd textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.sub-form input[type=submit]:hover,
.sub-form button[type=submit]:hover {
  cursor: pointer;
  opacity: 0.6;
}

.sub-form .submit-area {
  text-align: center;
}

.sub-form .submit-area li {
  display: inline-block;
  margin: 0 10px;
}

.sub-form .error {
  display: block;
  font-size: 14px;
  text-align: left;
  margin: 5px 0;
}

.sub-form > dd textarea {
  width: 100%;
  height: 190px;
  border: none;
  outline: none;
  padding: 25px;
  font-size: 16px;
  background-color: #efeeeb;
  box-sizing: border-box;
}

.web-member-confirm .sub-form .web-form,
.web-member-thanks .sub-form {
  margin-top: 0;
}

.web-member-confirm .sub-form > dd {
  font-size: 16px;
}

.mw_wp_form_complete p {
  text-align: center;
  letter-spacing: 0.02rem;
  margin-bottom: 100px !important;
}
@media (max-width: 992px) {
  .mw_wp_form_complete p {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .mw_wp_form_complete p {
    margin-bottom: 60px !important;
  }
}

@media only screen and (max-width: 991px) {
  .sub-form > dt {
    padding: 40px 10px;
  }
  .sub-form > dt h2 {
    font-size: 14px;
  }
  .sub-form > dt h3 {
    font-size: 11px;
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-form h1 {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .sub-form {
    display: block;
  }
  .sub-form .btn_area {
    margin-top: 15px;
  }
  .sub-form > dd input {
    padding: 15px;
    font-size: 15px;
  }
  .sub-form > dd .radio_box {
    padding: 15px;
    font-size: 15px;
  }
  .sub-form > dt {
    width: 100%;
    padding: 15px 0px 0;
    justify-content: flex-start;
  }
  .sub-form .bikou-form_dt {
    border-bottom: 0;
  }
  .sub-form > dt h2 {
    font-size: 13px;
  }
  .sub-form > dt h3 {
    font-size: 10px;
    padding: 5px 8px;
    margin-left: 10px;
  }
  .sub-form > dd {
    width: 100%;
  }
  .sub-form > dd {
    padding: 10px 0 20px;
    border-top: 0;
  }
  .sub-form > dd.first {
    border-top: 0px solid #ececec;
  }
  .sub-form input[type=submit],
  .sub-form button[type=submit] {
    width: 250px;
    padding: 20px 0;
    margin: 0px auto 0px;
  }
  .sub-form .wpcf7-box .arrow {
    left: 15%;
  }
  .sub-form > dd input::-moz-placeholder {
    font-size: 14px;
  }
  .sub-form > dd input::placeholder {
    font-size: 14px;
  }
  .sub-form > dd textarea::-moz-placeholder {
    font-size: 14px;
  }
  .sub-form > dd textarea::placeholder {
    font-size: 14px;
  }
  .sub-form > dt.address-form {
    border-bottom: 0px solid #ececec;
  }
  .sub-form select {
    padding: 15px;
    font-size: 15px;
  }
  .sub-form > dt.bikou {
    border-bottom: 0px solid #ececec;
  }
}
.complete .comment {
  padding: 200px 0 120px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}
@media (max-width: 767px) {
  .complete .comment {
    padding: 140px 0 100px;
    font-size: 14px;
    line-height: 22px;
  }
}

.grecaptcha-badge {
  z-index: 1000;
}

.cook_level .star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #cccccc;
}

.cook_level .star5_rating:before,
.cook_level .star5_rating:after {
  content: "★★★";
  font-size: 14px;
}

@media (max-width: 767px) {
  .cook_level .star5_rating:before,
  .cook_level .star5_rating:after {
    font-size: 14px;
  }
}
.cook_level .star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
}

.cook_level .star5_rating[data-rate="3"]:after {
  width: 100%;
}

.cook_level .star5_rating[data-rate="2"]:after {
  width: 67%;
}

.cook_level .star5_rating[data-rate="1"]:after {
  width: 33%;
}

.cook_level .star5_rating[data-rate="0"]:after {
  width: 0%;
}

/***********************
ページナビゲーション
***********************/
.wp-pagenavi .wp-page {
  margin-top: 80px;
}

.wp-pagenavi {
  margin: 40px 0 0px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wp-pagenavi span {
  border: 1px solid #fff !important;
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0px 10px 0 0 !important;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a {
  border: none !important;
  font-size: 15px !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  margin: 0px 10px 0 0 !important;
  text-decoration: none;
  color: #333;
  background-color: #efeeeb;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: bold;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  width: auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.wp-pagenavi a:hover {
  background-color: #169f3c;
  color: #fff;
  text-decoration: none;
}

.wp-pagenavi span.current {
  font-weight: normal !important;
  background-color: #169f3c;
  color: #fff;
  border-radius: 50%;
}

.wp-pagenavi .pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 25px 0 0px;
  }
  .wp-pagenavi span {
    font-size: 13px;
    margin: 0px 7px 0 0 !important;
    width: 35px;
    height: 35px;
  }
  .wp-pagenavi a {
    font-size: 13px;
    width: 35px;
    margin: 0px 7px 0 0 !important;
    height: 35px;
  }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink {
    width: auto;
    padding: 0 15px !important;
    border-radius: 35px !important;
    font-size: 12px !important;
  }
}
.error404 .notfound {
  text-align: center;
  padding: 270px 0 180px;
}

.error404 .notfound p {
  font-size: 23px;
  padding-bottom: 50px;
}

.error404 .notfound a {
  padding: 7px 20px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #3e3a39;
  background-color: #3e3a39;
  transition: 0.4s;
}

.error404 .notfound a:hover {
  color: #000;
  background-color: #fff;
  font-weight: bold;
}

.error404 header h1 .st0 {
  fill: #000;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .error404 .notfound {
    padding: 130px 0 70px;
  }
  .error404 .notfound p {
    font-size: 17px;
    padding-bottom: 35px;
  }
  .error404 .notfound a {
    padding: 5px 15px;
    font-size: 12px;
  }
}
.wp-block-table table,
.wp-block-table table thead,
.wp-block-table table tbody,
.wp-block-table table tfoot,
.wp-block-table table tr,
.wp-block-table table th,
.wp-block-table table td {
  max-width: 100% !important;
}

.wp-block-table table {
  border-collapse: collapse;
  border: 1px #ccc solid;
  width: 100% !important;
  margin: 0px 0 15px;
}

.wp-block-table th,
.wp-block-table td {
  padding: 10px;
  border: 1px #ccc solid;
  font-size: 14px;
  line-height: 25px;
  min-width: 290px;
  text-align: left;
}
@media (max-width: 767px) {
  .wp-block-table th,
  .wp-block-table td {
    padding: 4px;
    padding: 7px;
    font-size: 12px;
    line-height: 20px;
    min-width: 210px;
  }
}

@media (max-width: 767px) {
  .wp-block-table td:last-of-type {
    min-width: 350px;
  }
}

@media (max-width: 767px) {
  .wp-block-table td:first-of-type {
    min-width: 210px;
  }
}

.wp-block-table td:first-of-type {
  background-color: #fffab4;
  width: 50%;
}

.wp-block-separator {
  border-bottom: 0px solid #000 !important;
  margin: 3em 0;
}
@media (max-width: 767px) {
  .wp-block-separator {
    margin: 2em 0;
  }
}

/*  Gutenberg要素 */
.wp-block-table table.wp-block-table td:first-child {
  width: 30%;
}

#wp-calendar {
  width: 100%;
}

.eo-event-cat-lecture {
  background-color: #ffa309 !important;
  border-color: #ffa309 !important;
}

.eo-event-cat-closed {
  background-color: #fc8c97 !important;
  color: #fff;
}

.eo-event-cat-closed a {
  pointer-events: none;
}

.eo-event-cat-free {
  background-color: #99f158 !important;
  color: #fff;
}

.event-calendar {
  padding-bottom: 100px;
  background-color: #fffdde;
}
@media (max-width: 767px) {
  .event-calendar {
    padding-bottom: 60px;
  }
}
.event-calendar .event_ttl {
  justify-content: center;
  margin-bottom: 80px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .event-calendar .event_ttl {
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.event-calendar .event_ttl span {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .event-calendar .event_ttl span {
    margin-right: 15px;
  }
}
.event-calendar .event_ttl p {
  font-size: 32px;
  color: #169f3c;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-calendar .event_ttl p {
    font-size: 19px;
  }
}

.eo-event-cat-closed {
  padding: 3px 0;
}

.fc-today-button {
  font-size: 0 !important;
  height: 32px !important;
  padding: 7px 10px 12px !important;
}

.fc-today-button:before {
  content: "今月";
  font-size: 13px;
  font-weight: bold;
}

thead {
  margin: 3px 0;
}

.eo-event-cat-closed a {
  color: #fff;
}

.eo-past-date {
  margin: 3px;
}

.eo-calendar table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 4px;
}

.eo-calendar th,
.eo-calendar td {
  width: 14.28%;
  text-align: center;
  padding: 6px;
  font-size: 13px;
  border: 1px solid #eee;
}

.eo-calendar thead th {
  background-color: #efefef;
}

.eo-calendar thead th:nth-of-type(6) {
  color: #47b4ea;
}

.eo-calendar thead th:nth-of-type(7) {
  color: #f97869;
}

.eo-calendar tbody td:nth-of-type(6) {
  color: #47b4ea;
}

.eo-calendar tbody td:nth-of-type(7) {
  color: #f97869;
}

.eo-calendar td a {
  font-weight: bold;
  text-decoration: underline;
  color: #0f6ab3;
}

.home .eo-calendar td a,
.eo-calendar td.eo-event-cat-closed a {
  font-weight: normal;
  text-decoration: none;
  color: #242424;
}

.eo-calendar td.eo-event-cat-free a,
.eo-calendar td.eo-event-cat-closed a {
  color: #fff;
}

.eo-calendar td span {
  font-weight: bold;
  text-decoration: underline;
  color: #0f6ab3;
}

.fc-today {
  background: rgba(255, 92, 92, 0.5) !important;
}

.fc-day-number {
  height: 25px;
}

.fc-list-header-left {
  position: absolute;
  left: 70px;
  top: 13px;
}

.fc-list-header-right {
  position: absolute;
  left: 15px;
  top: 13px;
}

.bread-box {
  padding-top: 18px;
  padding-bottom: 18px;
}

.breadcrumbs {
  font-size: 14px;
}

.breadcrumbs span {
  font-weight: bold;
}

.breadcrumbs span a {
  opacity: 0.6;
}

.breadcrumbs .kigo {
  margin: 0 15px;
}

.breadcrumbs li {
  color: #888;
  font-size: 90%;
  display: inline;
  list-style: none;
}

.breadcrumbs li:after {
  content: "";
  padding-left: 5px;
  margin-right: 0;
}

.breadcrumbs li:last-child:after {
  content: "";
}

@media screen and (max-width: 767px) {
  .bread-box {
    padding-top: 12px;
    padding-bottom: 12px;
    display: none;
  }
  .breadcrumbs {
    font-size: 11px;
  }
}
.d-pc {
  display: block;
}

.d-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .d-pc {
    display: none;
  }
  .d-sp {
    display: block;
  }
}
.mytable01 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.wp-block-table.is-style-stripes td:first-of-type {
  background-color: transparent;
}/*# sourceMappingURL=style.css.map */