@charset "utf-8";
/*===============================
 共通設定
================================*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*font*/
/*@font-face {
  font-family: 'Genjyuu';
  font-style: normal;
  font-weight: 400;
  src: url('../font/GenjyuuRegular.eot');
  src: url('../font/GenjyuuRegular.eot?#iefix') format('embedded-opentype'),  url('../font/GenjyuuRegular.ttf') format('truetype'),  url('../font/GenjyuuRegular.woff') format('woff');
}*/
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 350;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Bad Script';
/*  font-family: 'Bad Script', cursive;*/
  font-style: normal;
  font-weight: 400;
  src: url('../font/BadScript-Regular.eot');
  src: url('../font/BadScript-Regular.eot?#iefix') format('embedded-opentype'), url('../font/BadScript-Regular.woff') format('woff');
}

body {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  background: url("../img/common/bk_white.jpg");
  color: #2e2e2e;
  letter-spacing: 0.05em;
  font-size: 15px;
}
.main {
  background: url("../img/common/bk_beige.jpg");
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
  height: auto;
}
a {
  transition: all .3s;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}
/*==== リンク ====*/
/*テキストリンク*/
.text-link {
  color: #e27d61;
  text-decoration: underline;
}
/*スムーススクロールの遷移先位置調整*/
.target-link {
  margin-top: -60px !important;
  padding-top: 60px !important;
}
/*==== ボタン ====*/
.btn {
  background-color: #a9cb81;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
  max-width: 234px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 2%;
}
.btn--01 {
  margin: 0 0 0 auto;
}
.btn--02 i {
  margin-left: 0.5em;
}
.btn--03 {
  max-width: 312px;
  width: 90%;
  padding: 0.25em 2% 0.35em;
}
.btn--03 i {
  margin-right: 0.5em;
}
.btn--04 {
  max-width: 312px;
  width: 90%;
  padding: 0.25em 2% 0.35em;
  margin: 30px auto 0;
}
.btn--04 i {
  margin-right: 0.5em;
}
.btn--05 {
  max-width: 435px;
  width: 90%;
  padding: 0.25em 2% 0.35em;
}
.btn--05 i {
  margin-right: 0.5em;
}
.btn--06 {
  margin-top: 40px;
  padding: 0.1em 2% 0.2em;
  border-radius: 8px;
}
.btn--06 i {
  margin-right: 0.5em;
}

.btn--07 {
  display: inline-block;
  max-width: 320px;
}
.btn--07 i {
  margin-right: 0.5em;
}

@media screen and (max-width: 640px) {
.btn--01 {
  margin: 0 auto;
}
.btn--07 {
  font-size: 12px; 
  }
}

/*==== 3点リーダー ====*/
/*1行*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*==== インデント ====*/
.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.text-indent-02 {
  padding-left: 2em;
  text-indent: -2em;
}

/*==== NEW表示 ====*/
.new {
  color: #e07272;
  font-size: 13px;
  letter-spacing: 0.06em;
}
.new--01 {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.new--02 {
  font-weight: 350;
  padding: 0 0.5em;
  font-size: 16px;
}
.new--03 {
  font-weight: 350;
  padding:0.2em 0.5em 0 0;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
.new--02 {
  padding-right: 0;
  font-size: 14px;
}
.new--03 {
  font-size: 14px;
}
}

@media screen and (max-width: 480px) {
.new--01 {
  margin-bottom: 3px;
}
}

/*==== デバイス ====*/
@media screen and (min-width: 769px) {
.pc_none {
  display: none;
}
}
@media screen and (max-width: 768px) {
.sp_none {
  display: none;
}
}
@media screen and (min-width: 641px) {
.pc_none640 {
  display: none;
}
}
@media screen and (max-width: 640px) {
.sp_none640 {
  display: none;
}
}
/*===============================
 section設定
================================*/
.sect {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 640px) {
.sect {
  padding: 30px 0;
}
}
.sect--01 {
  padding-bottom: 80px;
}
.sect__inner {
  max-width: 1200px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.sect__inner--01 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
.sect__inner--01 {
  display: block;
}
}
.sect__inner--02 {
  background: url(../img/common/bk_white.jpg);
  padding: 50px 0;
  border-radius: 14px;
}
.sect__inner--03 {
  padding-bottom: 20px;
}
.sect__inner--04 {
  background: url(../img/common/bk_white.jpg);
  padding: 50px 0 60px;
  border-radius: 14px;
}
.sect__inner--05 {
  background: url(../img/common/bk_white.jpg);
  padding: 50px 0;
  border-radius: 14px;
}
.sect-content {
  font-size: 16px;
  max-width: 1000px;
  width: 94%;
  margin: 40px auto 0;
  line-height: 2;
}
@media screen and (max-width: 640px) {
.sect-content {
  margin-top: 30px;
}
}
.sect-lead {
  text-align: center;
}

/*===============================
 見出し
================================*/

.sect-head {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.3em;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 4%;
}
@media screen and (max-width: 640px) {
.sect-head {
  font-size: 22px;
  letter-spacing: 0.2em;
}
}
.sect-head__eng {
  font-weight: 700;
  font-size: 16px;
  color: #769b4d;
  letter-spacing: 0.24em;
  line-height: 1.4;
  padding: 0 4% 15px;
  position: relative;
  text-align: center;
}
.sect-head__eng:after {
  content: '';
  position: absolute;
  background: #769b4d;
  height: 1px;
  width: 80px;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
@media screen and (max-width: 640px) {
.sect-head__eng {
  padding-bottom: 0.6em;
}
}

/*===============================
 hero
================================*/
.hero {
  background-image: url("../img/common/cloud_s.png"), url("../img/common/hero_bk.png");
  background-size: auto 100%, cover;
  background-position: left 39% center, center center;
  background-repeat: no-repeat, no-repeat;
  position: relative;
}
.hero:after {
  background-image: url("../img/common/hero_street_s.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: repeat-x;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  max-height: 145px;
  height: 3vw;
}
@media screen and (max-width: 640px) {
.hero:after {
  background-size: cover;
  height: 20px;
}
}
.hero__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.hero-logo {
  text-align: center;
  max-width: 267px;
  width: 27.5vw;
  margin: 0 auto;
  padding: 3.5vw 0;
}
@media screen and (max-width: 768px) {
.hero-logo {
  padding: 8vw 0;
  width: 32vw;
}
}
.hero-bnr {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 260px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
.hero-bnr {
  display: none;
}
}

/*==== 中ページ用PCメニュー ====*/
.hero-nav {
  background: url(../img/common/header_green_bk.jpg) repeat-x center /cover;
  padding: 20px 0 0;
}
@media screen and (max-width: 1200px) {
.hero-nav {
  display: none;
}
}
.hero-nav__inner {
  max-width: 1200px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.hero-nav__column {
  flex-basis: calc(100% / 7);
  position: relative;
}
.hero-nav__column a {
  display: block;
  position: relative;
  padding-bottom: 16px;
}
/*.hero-nav__column a:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 12px solid #559a08;
  bottom: -15px;
  transition: all .3s;
}*/

.hero-nav__column a::after {
}
.hero-nav__column.hover::after,
.hero-nav__column.current::after {
  content: '';
  width: 100%;
  height: 16px;
  background: url(../img/common/header_green_current.png) no-repeat center bottom /contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero-nav__column.hover a,
.hero-nav__column.current a{
  color: #559a08;
}
.hero-nav__img {
  max-width: 90px;
  margin: 0 auto 10px;
  box-shadow:5px 5px 5px 0px rgba(100,100,100,0.5);
  border-radius: 100%;
  overflow: hidden;
}
.hero-nav__img img {
  vertical-align: bottom;
}
.hero-nav__cap {
  text-align: center;
  letter-spacing: 0.025em;
  font-size: 13px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.hero-nav__column .hero-nav__drop {
  background: #82b648;
  display: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
}
.hero-nav__column .hero-nav__drop > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.hero-nav__column .hero-nav__drop > li:last-child {
  border-bottom: 0px solid #fff;
}
.hero-nav__column .hero-nav__drop > li > span, .hero-nav__column .hero-nav__drop > li > a {
  min-width: 132px;
  display: block;
  margin: 0;
  padding: 13px;
  /*padding-left: 2rem;*/
  white-space: nowrap;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
}
.hero-nav__column .hero-nav__drop > li > span {
  opacity: 0.5;
}

@media screen and (max-width:640px) {
.hero-nav__column .hero-nav__drop > li > span,  .hero-nav__column .hero-nav__drop > li > a {
  padding-left: 2rem;
}
}

@media screen and (min-width:641px) {
.hero-nav__column .hero-nav__drop {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 5;
  border-radius: 6px;
  display: none;
}
/*.hero-nav__column .hero-nav__drop:before {
  content: "";
  background: url("/~fbs/common/img/arrow_snav.png") no-repeat right top;
  display: block;
  width: 10px;
  height: 7px;
  position: absolute;
  top: -7px;
  left: 74px;
  margin: 0;
  padding: 0;
}
.hero-nav__column .hero-nav__drop:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-bottom: 12px solid #82b648;
  top: -18px;
  transition: all .3s;
}*/
.hero-nav__column .hero-nav__drop > li > a:hover {
  background: #81c7cb;
  opacity: 1;
}
.hero-nav__column .hero-nav__drop > li i {
  margin-right: .5em;
}
.hero-nav__column .hero-nav__drop > li > span:before {
  content: " ";
  margin-right: 1.1em;
}
.hero-nav__column .hero-nav__drop > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.hero-nav__column .hero-nav__drop > li:first-child > a {
  border-radius: 3px 3px 0 0;
}
}
.drop-off{
	display: none !important;
}
.drop-on{
	display: block !important;
}

/*==== for WP ====*/
/*#wpadminbar {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#wpadminbar:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}*/

/*===============================
 header
================================*/
header {
  width: 100%;
  height: 0;
  /*background: #fff;
  padding: 16px 0 0 0;*/
  padding: 10px 10px 0 0;
  z-index: 100;
  position: fixed;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: none;
}
header * {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  width: 400px;
  display: none;
}
.header__heading {
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 24px;
}
.header__logo {
  width: 340px;
}
.header__right {
  width: 754px;
}
.header__right-top {
  /*  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 34px;
  align-items: center;*/
  display: none;
}
.header-search__wrapper {
  position: relative;
}
.header-search__input {
  width: 380px;
  height: 46px;
  background: #f8f8f6;
  border: none;
  border-radius: 8px;
  padding: 10px 20px 10px 50px;
  font-size: 13px;
  font-weight: 500;
}
.header-search__input::placeholder {
 color: #a0a09c;
}
.header-search__icon {
  position: absolute;
  top: 15px;
  left: 20px;
}
.header-search__icon i {
  color: #222;
}
.header-search__select {
  width: 120px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.label-languages {
  position: relative;
  font-weight: 600;
}
.label-languages:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  content: '\f107';
  margin-top: -8px;
  font-family: "Font Awesome 5 Free";
  color: #222;
  pointer-events: none;
}
.header-sns {
  width: 120px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.header-sns__item {
  font-size: 24px;
}
.header-sns__item a {
  color: #222;
}
/*gnav*/
.gnav {
  position: relative;
  top: -4px;
}
.gnav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.gnav-list__item {
  width: 150px;
  height: 84px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  margin: 0 2px;
  position: relative;
  z-index: 1
}
.gnav-list__item:after {
  content: " ";
  position: absolute;
  border-right: 1px dashed #e5e5e3;
  width: 100%;
  height: 100%;
  top: -5px;
  right: -2px;
  z-index: -1;
}
.gnav-list__item:last-child:after {
  display: none;
}
.gnav-list__item-event {
  box-shadow: 0px 4px 0 #a8d8ee;
}
.gnav-list__item-map {
  box-shadow: 0px 4px 0 #c7f5e3;
}
.gnav-list__item-news {
  box-shadow: 0px 4px 0 #ffc98b;
}
.gnav-list__item-shop {
  box-shadow: 0px 4px 0 #f5cec7;
}
.gnav-list__item-access {
  box-shadow: 0px 4px 0 #fa9c79;
}
/*固定header*/
header.smaller {
  padding: 16px 0 0 0;/*  box-shadow: 0 1px 10px rgba(117, 117, 117, 0.1);*/
}
header.smaller .header__left {
  width: auto;
}
header.smaller .header__logo {
  width: 160px;
  position: relative;
  top: -6px;
}
header.smaller .header__heading {
  display: none;
}
header.smaller .header__right {
  width: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
header.smaller .header__right-top {
  margin: 0 auto 14px;
}
header.smaller .header-search__input {
  width: 260px;
  height: 40px;
  margin: 0 20px 0 0;
}
header.smaller .header-search__icon {
  top: 13px;
  left: 16px;
}
header.smaller .label-languages, header.smaller .header-sns {
  display: none;
}
header.smaller .gnav-list {
  justify-content: start;
}
header.smaller .gnav-list__item {
  width: 120px;
  height: 63px;
  border-radius: 0;
  margin: 0 1px;
}
header.smaller .gnav-list__item-event img {
  width: 80px;
}
header.smaller .gnav-list__item-shop img {
  width: 80px;
}
header.smaller .gnav-list__item-map img {
  width: 91px;
}
header.smaller .gnav-list__item-news img {
  width: 89px;
}
header.smaller .gnav-list__item-access img {
  width: 57px;
}
/*===============================
 menu
================================*/
header {
  top: 0;
  right: 0;
}
header .header__menu_sp, header .header__hidden {
  display: none;
}
header .header-search__select {
  height: 34px;
  line-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
}
 header select.header-search__select::-ms-expand {
/*IEデフォルトのセレクトボックス矢印を削除*/
  display: none;
}
header.active .header__heading {
  display: none;
}
header.active .header__logo {
  /*  width: 200px;*/
  width: auto;
  height: 50px;
}

@media screen and (min-width: 721px) and (max-width: 1200px) {
header {
  padding-left: 30px;
  padding-right: 10px;
}
header .header__inner {
  width: 100%;
}
}

@media screen and (max-width: 1200px) {
header {
  padding: 10px 10px 10px 15px;
}
header.active {
  width: 100%;
  background: #fff;
}
header.smaller, header.active {
  padding: 10px 10px 10px 15px;
  height: auto;
}
header.smaller .header__inner, header.active .header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header.active .header__left {
  display: block;
}
header.smaller .header__logo, header.active .header__logo {
  top: 0;
  max-width: 100%;
}
header.smaller .header__right, header.active .header__right {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
header.smaller .label-languages, header.active .label-languages {
  display: block;
}
header.smaller .header-sns, header.active .header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
header .header__inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
}
header .header__inner .header__right {
  display: none;
}
header .header__left {
  width: auto;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 70%;
}
header .header__logo {
  max-width: 100%;
  width: 200px;
}
header .header__logo img {
  max-width: 100%;
  height: 50px;
}
header .header__heading {
  margin-bottom: 10px;
  font-size: 12px;
}
header .header__menu_sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 50px;
  width: 100%;
  margin: 0 0 0 auto;
}
header .header__menu_sns a {
  color: #bca0c7;
  font-size: 30px;
}
header .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  height: 50px;
  width: 50px;
  background-color: #a9cb81;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  cursor: pointer;
}
header .header__menu span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header__menu span:last-child {
  margin-bottom: 0;
}
header .header__menu span.top {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
header .header__menu span.middle {
  margin-top: -2px;
  left: 0;
  position: relative;
}
header .header__menu span.bottom {
  margin-top: -2px;
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
  transform: translateY(8px);
}
header .header__hidden {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: calc(100vh - 70px);
  display: block;
  z-index: 2;
  pointer-events: none;
  border-top: 1px solid #e6e6e6;
  overflow-y: scroll;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
header .header__hidden-bg {
  position: fixed;
  left: 0;
  top: 80px;
  width: 100%;
  height: 120%;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: -1;
}
header .header__hidden-link {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #FFF;
}
header .header__hidden-link__normal {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .header__hidden-link__normal:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
header .header__hidden-link__heading {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .header__hidden-link__heading:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}
header .header__hidden-link__heading i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .header__hidden-link__heading i:hover {
  cursor: pointer;
}
header .header__hidden-link__heading.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
header .header__hidden-link__list {
  padding: 10px 20px 10px;
  background-color: #f8f8f6;
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
header .header__hidden-link__list a {
  display: block;
  color: #222222;
  padding: 10px 0;
  font-size: 14px;
}
header .header__hidden-link__list a i {
  margin-right: 5px;
  display: none;
}
header .header__hidden-link-sublist {
  padding-left: 15px;
}
header .header__right {
  width: 100%;
}
header .header__right-top {
  width: 100%;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px 15px 0;
  position: relative;
  background-color: #FFF;
}
header .header__right-top > * {
  margin-bottom: 10px;
}
header .header__right-top .header-search__wrapper {
  width: 100%;
}
header .header__right-top .header-search__input {
  width: 100%;
}
header .header__right-top .header-sns {
  /*    margin-left: 30px;*/
  width: 100px;
}
header .header__right .gnav-list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .header__right .gnav-list__item {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
}

@media screen and (max-width: 500px) {
header .header__logo {
  width: auto;
  height: 50px;
}
header .header__heading {
  margin-bottom: 6px;
  font-size: 10px;
}
}

@media screen and (max-width: 1200px) and (max-width: 600px) {
header .header__right .gnav-list {
  margin-top: -20px;
  margin-bottom: -20px;
}
header .header__right .gnav-list__item {
  width: calc(33.3333% - 4px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
}

@media screen and (max-width: 1200px) and (max-width: 600px) and (max-width: 400px) {
header .header__right .gnav-list__item {
  width: calc(50% - 4px);
}
}

@media screen and (max-width: 1200px) {
header.active .header__menu .middle {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  left: 20px;
}
header.active .header__menu .top {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
header.active .header__menu .bottom {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
header.active .header__hidden {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
}
/*===============================
 パンくず
================================*/
.breadcrumb-list {
  width: 92%;
  max-width: 1200px;/*修正*/
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 14px 0;
  line-height: 1.4;
}
.breadcrumb-list__item {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.breadcrumb-list__item--arrow {
  margin: 0 0.3em 0 0.6em;
  color: #b3b3b3;
}
.breadcrumb-list__link {
  color: #262323;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
.breadcrumb-list {
}
.breadcrumb-list__item {
  font-size: 12px;
}
}

/*===============================
 footer
================================*/
.footer {
  background: url("../img/common/footer_menu_bk.jpg");
}
.footer-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-inner--01 {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
.footer-inner--01 {
  display: block;
}
}
.footer-menu {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
.footer-menu {
  display: none;
}
}
.footer-menu__column {
  flex-basis: calc(100% / 3);
  max-width: 400px;
}
.footer-menu__column--first {
  padding-right: 4.2%;
}
.footer-menu__column--middle {
  padding-right: 0;
}
.footer-menu__column--last {
  padding-left: 4.2%;
}

@media screen and (max-width: 1200px) {
.footer-menu__column {
  flex-basis: calc(100% / 2);
}
.footer-menu__column--last {
  padding: 0 4.2% 0 0;
}
}

@media screen and (max-width: 640px) {
.footer-menu__column {
  padding: 0;
}
}
.footer-menu__items {
  border-bottom: 1px dashed #c8c8c8;
}
.footer-menu__items > a {
  display: inline-block;
  padding: 1.2em 1em;
  font-weight: 700;
  line-height: 1.4;
}
.footer-menu__items--parent {
  border: none;
}
.footer-menu__child {
  padding-left: 1em;
}
.footer-menu__items > a > i {
  margin-left: 1em;
  color: #87a4d5;
}
.footer-menu__item > a {
  display: inline-block;
  padding: 0.8em 1em;
  font-weight: 500;
  line-height: 1.4;
}
.footer-menu__item > a > i {
  margin-right: 1em;
}
.footer-bottom {
  background: url("../img/common/footer_bk.png") no-repeat center /cover;
  color: #fff;
  position: relative;
  padding: 30px 0 15px;
}
.footer-bottom:before {
  background-image: url("../img/common/footer_street.png");
  background-size: auto;
  background-position: center top;
  background-repeat: repeat-x;
  content: '';
  position: absolute;
  top: -108px;
  left: 0;
  width: 100%;
  height: 110px;
}

@media screen and (max-width: 640px) {
.footer-bottom:before {
  background-position: right -15% top;
  background-repeat: no-repeat;
  height: 13vw;
  background-size: auto 100%;
  top: -12vw;
}
}
.footer-company {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 640px) {
.footer-company {
  display: block;
}
}
.footer-company__logo {
  flex-basis: 26%;
  text-align: center;
}
.footer-company__logo img {
  max-width: 206px;
  width: 100%;
}

@media screen and (max-width: 640px) {
.footer-company__logo {
  max-width: 180px;
  margin: 0 auto 20px;
}
}
.footer-company__right {
  line-height: 1.7;
  flex-basis: 65%;
}
.footer-address {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

@media screen and (max-width: 1200px) {
.footer-address {
  display: block;
}
}
.footer-address__twitter {
  text-align: right;
  font-size: 24px;
}
.footer-copy {
  border-top: 1px solid #fff;
  text-align: right;
  font-size: 13px;
  padding-top: 10px;
}
/*===============================
 ページトップに戻る
================================*/
.pagetop {
  position: fixed;
  display: block;
  right: 10px;
  bottom: 20px;
  width: 106px;
  height: 106px;
  text-align: center;
  z-index: 9;
  max-width: 20vw;
  max-height: 20vw;
}

/*===============================
 pager
================================*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #6e6e6e;
}
.wp-pagenavi:not(:first-child) {
  margin-top: 45px;
}
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi > * {
  white-space: nowrap;
  margin-bottom: 0.7em;
  min-width: 30px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 16px;
  background-color: #fff;
  border: 2.5px solid #a9cb81;
  border-radius: 4px;
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
.wp-pagenavi a,
.wp-pagenavi span,
.wp-pagenavi > * {
  min-width: inherit;
  height: 30px;
  margin: 0 3px 0.7em;
  font-size: 12px;
  padding: 0 1.5%;
}
}
.wp-pagenavi a {
  transition: all 0.3s ease;
  color: #000;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #a9cb81;
  border: 2.5px solid #a9cb81;
}
.wp-pagenavi a[class*="prev"],
.wp-pagenavi a[class*="next"] {
  background-color: #fff;
  color: #000;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #a9cb81;
  text-decoration: none;
  opacity: 1;
  border: 2.5px solid #a9cb81;
}

/*===============================
 NEWSのタグ
================================*/
.news-tag__area {
  margin-bottom: 10px;
  display: block;
}
.news__tag {
  color: #fff;
  padding: 0.3em 1em;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
.news__tag {
  margin-bottom: 3px;
  font-size: 11px;
}
}
.news__tag--00 {
  background: #ada6a6;
}
.news__tag--01 {
  background: #a9cb81;
}
.news__tag--02 {
  background: #cb9281;
}
.news__tag--03 {
  background: #edbf6a;
}
.news__tag--04 {
  background: #81c7cb;
}
.news__tag--05 {
  background: #e1e175;
}
.news__tag--06 {
  background: #bca0c7;
}

/*==== 白抜きのデザイン ====*/
.news__tag-border {
  padding: 0.1em 1.4em 0.2em;
  border-radius: 9.5px;
  border: 1px solid #a9cb81;
  background: #fff;
  font-size: 14px;
  font-weight: 350;
  color: #a9cb81;
  margin-right: 0.5em;
}
@media screen and (max-width: 480px) {
.news__tag-border {
  margin-bottom: 3px;
  font-size: 11px;
}
}
.news__tag-group_cat01 {
  border-color: #ada6a6;
  color: #ada6a6;
}
.news__tag-group_cat02 {
  border-color: #a9cb81;
  color: #a9cb81;
}
.news__tag-group_cat03 {
  border-color: #cb9281;
  color: #cb9281;
}
.news__tag-group_cat04 {
  border-color: #edbf6a;
  color: #edbf6a;
}
.news__tag-group_cat05 {
  border-color: #81c7cb;
  color: #81c7cb;
}
.news__tag-group_cat06 {
  border-color: #bca0c7;
  color: #bca0c7;
}

/*===============================
 404ページ
================================*/
.btn-notfound {
  margin-top: 30px;
}
.btn-notfound i {
  margin-right: 1em;
}


/*===============================
 エディタのcssリセット
================================*/
.post {
  font-size: 15px;
  line-height: 1.8;
}

.post ul:not(:last-child) {
  margin-bottom: 30px;
}

.post ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

.post ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

.post ol {
  padding-left: 1.5em;
}

.post ol:not(:last-child) {
  margin-bottom: 30px;
}

.post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}

.post ol li:last-child {
  padding-bottom: 0;
}

.post strong {
  font-weight: bold;
}

.post em {
  font-style: italic;
}

.post del {
  text-decoration: line-through;
  color: #999999;
}

.post blockquote {
  display: block;
  padding: 15px;
  background-color: #f8f8f6;
  clear: both;
}

.post blockquote:not(:last-child) {
  margin-bottom: 30px;
}

.post .h, .post h1, .post h2, .post h3, .post h4, .post h5 {
  line-height: 1.3;
  letter-spacing: 0.1em;
}

.post .h:not(:first-child), .post h1:not(:first-child), .post h2:not(:first-child), .post h3:not(:first-child), .post h4:not(:first-child), .post h5:not(:first-child) {
  margin-top: 30px;
}

.post .h:not(:last-child), .post h1:not(:last-child), .post h2:not(:last-child), .post h3:not(:last-child), .post h4:not(:last-child), .post h5:not(:last-child) {
  margin-bottom: 15px;
}

.post h1 {
  font-size: 27px;
  font-weight: bold;
}

.post h2 {
  font-size: 24px;
  font-weight: bold;
}

.post h3 {
  font-size: 21px;
  font-weight: bold;
}

.post h4 {
  font-size: 19px;
  font-weight: bold;
}

.post h5 {
  font-size: 15px;
  font-weight: bold;
}

.post h5:not(:last-child) {
  margin-bottom: 10px;
}

.post iframe {
  max-width: 100%;
}

.post .aligncenter {
  text-align: center;
  display: block;
  margin: 30px auto 0;
}

.post .alignright {
  text-align: right;
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}

.post .alignleft {
  text-align: left;
  float: left;
  margin: 0 15px 10px 0;
}

.post .wp-caption {
  text-align: center;
}

.post .wp-caption:not(:last-child) {
  margin-bottom: 30px;
}

.post p:not(:last-child) {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.post table,
.post table tr,
.post table td {
  border: 1px solid #e6e6e6;
}

.post table:not(:last-child) {
  margin-bottom: 30px;
}

.post table td p:not(:last-child) {
  margin-bottom: 10px;
}

.post cite {
  border: 1px solid #c8c8c8;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}

.post cite:before, .post cite:after {
  content: "\00201d";
}

.post small {
  font-size: 12px;
}

.post .video-container {
  max-width: 640px;
  margin: 30px auto 0;
}

.post .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.post .video iframe, .post .video object, .post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


