@charset "UTF-8";

/* 00. COMMON SETTING
-------------------------------------------------------------------- */

/* GLOBAL VARIABLES
-------------------------------------------------------------------- */

/* MIXIN
-------------------------------------------------------------------- */

/* FUNCTION
-------------------------------------------------------------------- */

@font-face {
  font-family: mplus-1c-regular;
  src: url("../font/mplus-1c-regular.ttf") format("truetype");
  font-family: mplus-1c-bold;
  src: url("../font/mplus-1c-bold.ttf") format("truetype");
}

/* 01. ELEMENTS
-------------------------------------------------------------------- */

.p-skipLink__link{
  display: none;
  text-align: center;
  padding: 1.6rem 0;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  margin: auto;
}

.p-skipLink__link a{
  font-size: 1.6rem;
  color: #222;
  text-decoration: underline;
}

.p-skipLink__content{
  font-size: 0;
}

html{
  height: 100%;
  font-size: calc(1em * .625);
}

body{
  border: 16px solid #075d13;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "mplus-1c-regular", "mplus-1c-bold", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4em;
  font-display: swap;
  line-height: 1;
  letter-spacing: 0.025em;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  color: #222;
}

select{
  color: #222;
  font-family: "M+ P Type-1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.025em;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

input,
textarea{
  color: #222;
  font-family: "M+ P Type-1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"],
button{
  font-family: "M+ P Type-1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  color: #222;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a{
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

strong{
  font-weight: bold;
}

strong a,
strong span{
  font-weight: bold;
}

em{
  font-style: italic;
}

sub{
  vertical-align: bottom;
}

sup{
  vertical-align: top;
}

img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p{
  line-height: 2;
  letter-spacing: 0.075em;
}

iframe{
  overflow: hidden;
}

.c-br__pc{
  display: block;
}

.c-br__sp{
  display: none;
}

/* 02. COMPONENT
-------------------------------------------------------------------- */

.c-btn,
.c-btn--white{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.6rem;
  min-width: 300px;
  background: linear-gradient(125deg, #065010 0%, #075d13 100%);
  cursor: pointer;
}

.c-btn__clear{
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  text-decoration: underline;
  margin-left: 2.4rem;
  cursor: pointer;
}

.c-btn--white{
  font-size: 2rem;
  color: #222;
  border: 1px solid #222;
  min-width: 230px;
  background: none;
  cursor: pointer;
}

.c-btnArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4.8rem 0;
  padding: 0 16px;
}

.c-btn__icon{
  margin: 0 0.8rem;
}

/* 03. GLOBAL HEADER
-------------------------------------------------------------------- */

.p-glHeader{
  z-index: 9999;
  max-width: 100%;
  margin: 0 auto;
  padding: 3.2rem 2% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.is-spNavOpen .p-glHeader{
  background: #fff;
}

.p-glHeader__top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2.4rem;
}

.p-glHeader__right{
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}

.p-utility__sp{
  display: none;
}

.p-utility__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.4rem;
}

.p-utility__item:not(:last-child){
  margin-right: 64px;
  position: relative;
}

.p-utility__item:not(:last-child)::after{
  content: "";
  position: absolute;
  top: 0;
  right: -32px;
  display: block;
  width: 1px;
  height: 100%;
  background: #222;
}

.p-utility__transition{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #222;
}

.p-utility__transition.is-hover:hover{
  text-decoration: underline;
}

.p-utility__icon{
  font-size: 2em;
  margin-right: 0.8rem;
}

.p-fontChanger__list{
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

:not(.p-glHeader__right) >.p-fontChanger__list{
  margin-bottom: 2.4rem;
}

.p-fontChanger__title{
  margin-right: 1.6rem;
}

.p-fontChanger__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: #075d13 solid 2px;
}

.p-fontChanger__item:not(:last-child){
  border-right: none;
}

.p-fontChanger__item.is-active .p-fontChanger__transition,
.p-fontChanger__item.is-hover:hover .p-fontChanger__transition{
  background-color: #075d13;
  color: #fff;
}

.p-fontChanger__transition{
  color: #222;
  background-color: #fff;
  cursor: pointer;
  padding: 0.8rem;
}

.p-mymenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-mymenu__item:not(:last-child){
  margin-right: 2px;
}

.p-mymenu__item--ID{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: right;
  margin-bottom: 0.8rem;
}

.p-mymenu__transition{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 1.6rem 2.4rem;
  color: #fff;
  background: linear-gradient(125deg, #065010 0%, #075d13 100%);
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
}

.p-mymenu__icon{
  font-size: 2em;
  margin-right: 0.8rem;
}

.p-mymenuCart{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.4rem;
}

.p-mymenuCart__num{
  font-size: 2em;
  margin-right: 0.4rem;
}

.p-glNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.p-glNav__item{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.p-glNav__transition{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 2.4rem 0;
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  cursor: pointer;
}

.p-glNav__transition::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 4px;
  width: 0px;
  /* background: #075d13; */
  -webkit-transition: .3s;
  transition: .3s;
}

.p-glNav__item.is-hover:hover .p-glNav__transition,
.p-glNav__item.is-glNavCurrent .p-glNav__transition{
  color: #075d13;
}

.p-glNav__item.is-hover:hover .p-glNav__transition::after,
.p-glNav__item.is-glNavCurrent .p-glNav__transition::after{
  width: 100%;
}

.p-glNav__childOpenBtn{
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 2.4rem;
  color: #fff;
}

.p-glNav__childOpenIcon--plus{
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-glNav__childOpenIcon--minus{
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-glNav__child{
  display: none;
  overflow: hidden;
  position: absolute;
  width: 100%;
  font-size: 1.6rem;
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  background: #075d13;
  z-index: 9999;
}

.p-glNav__child.show{
  display: block;
}

.p-glNav__childInner{
  padding: 2.4rem;
}

.p-glNav__childTitle{
  color: #fff;
}

.p-glNav__childTitle.is-hover:hover{
  text-decoration: underline;
}

.p-glNav__childList{
  margin-top: 2.4rem;
}

.p-glNav__childItem:not(:last-child){
  margin-bottom: 2.4rem;
}

.p-glNav__childTransition{
  color: #fff;
  padding: 1.2rem 0;
}

.p-glNav__childTransition.is-hover:hover{
  text-decoration: underline;
}

.p-searchBtn{
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 4rem 0 20px;
  color: #222;
}

.p-searchBtn.is-hover:hover{
  color: #075d13;
}

.p-search{
  flex-basis: 70%;
  max-width: 100%;
  padding: 4.8rem 2% 4.8rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: #ecf9ec;
}

.p-search__title{
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}

.p-search__icon{
  color: #075d13;
  margin-right: 1.6rem;
}

.p-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-search__box{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.p-search__input{
  width: 100%;
  font-size: 1.8rem;
  padding: 2.4rem 4.8rem 2.4rem 2.4rem;
}

.kids .p-search__input{
  border-radius: 8px;
}

.p-searchSubmit{
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.6rem 4rem;
  background: linear-gradient(125deg, #065010 0%, #075d13 100%);
}

.kids .p-searchSubmit__btn{
  position: relative;
  font-size: 2.4rem;
  min-width: 300px;
  padding: 2rem 1.6rem;
  margin-top: -0.4rem;
}

.kids .p-searchSubmit__btn .p-searchSubmit__text{
  font-size: 2.4rem;
  font-weight: bold;
}

.p-searchSubmit__icon{
  margin-right: 1.6rem;
}

.kids .p-searchSubmit__icon{
  color: #075d13;
}

.p-search__clear{
  font-size: 1.8rem;
  color: #222;
  background: #f5f5f5;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-search__clear:hover{
  cursor: pointer;
}

.p-searchOther{
  margin-left: 2.4rem;
}

.p-searchOther__btn{
  font-size: 2rem;
  font-weight: bold;
  color: #222;
  padding: 1.6rem 2.4rem;
  border: 1px solid;
  word-break: keep-all;
}

.p-searchBox__form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.p-searchBox__input{
  max-width: 480px;
  width: 100%;
  padding: 1.2rem;
  outline: none;
  background: none;
  color: #fff;
}

.p-searchBox__input::-webkit-input-placeholder {
  color: #222;
}

.p-searchBox__input::-moz-placeholder {
  color: #222;
}

.p-searchBox__input:-ms-input-placeholder{
  color: #222;
}

.p-searchBox__submit{
  width: 4.4rem;
  height: 4.4rem;
  margin-left: 0.8rem;
  color: #075d13;
  font-size: 1.6rem;
}

.p-searchBtnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-cse{
  width: 45%;
  background: #d8d5d5;
  padding: 1px;
  margin: auto 10px 0px auto;
  height: fit-content;
  align-items: flex-end;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.g-cse__sp{
  background-color:#085c14;
  padding: 1rem 0.5rem 1rem 0.5rem;
  margin: 2rem 0px 0px auto;
  height: fit-content;
  align-items: flex-end;
  max-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.g-cse__input{
  width: 100%;
  font-size: 1.8rem;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 7px;
}

.g-cse__icon{
  font-size: 1.8rem;
  color: #222;
  background-color: inherit;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-spNavBtn{
  display: none;
  width: 40px;
  height: 40px;
  padding: 0 16px;
  background: #075d13;
}

.p-spNavBtn__inner{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 24px;
  height: 100%;
}

.p-spNavBtn__inner span{
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.is-spNavOpen .p-spNavBtn__inner span{
  background: transparent;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.p-spNavBtn__inner span::before{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: -8px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.is-spNavOpen .p-spNavBtn__inner span::before{
  top: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.p-spNavBtn__inner span::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: -8px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.is-spNavOpen .p-spNavBtn__inner span::after{
  bottom: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

/* 04. MAIN
-------------------------------------------------------------------- */

.p-main{
  position: relative;
  overflow: hidden;
}

.p-kv__item img{
  width: 100%;
  height: auto;
}

/* 05. GLOBAL FOOTER
-------------------------------------------------------------------- */

.p-glFooter__inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 3.2rem 2% 3.2rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom: 1px solid #fff;
}

.p-glFooter__bottom{
  max-width: 100%;
  margin: 0 auto;
  padding: 3.2rem 2% 3.2rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #075d13;
}

.p-glSitemap{
  margin: auto;
}

.p-glSitemap__openBtn{
  display: none;
}

.p-glSitemap__openBtnIcon--plus{
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-glSitemap__openBtnIcon--minus{
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-glSitemap__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.4rem;
}

.p-glSitemap__item{
  margin-bottom: 4.8rem;
}

.p-glSitemap__item:not(:last-child){
  margin-right: 6.4rem;
}

.p-glSitemap__item:last-child .p-glSitemap__childList{
  margin-top: 0;
}

.p-glSitemap__item:last-child .p-glSitemap__childTransition{
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #075d13;
}

.p-glSitemap__transition{
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #075d13;
}

.p-glSitemap__transition.is-hover:hover{
  text-decoration: underline;
}

.p-glSitemap__childList{
  margin-top: 1.6rem;
}

.p-glSitemap__childItem{
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.p-glSitemap__childItem:not(:last-child){
  margin-bottom: 1.6rem;
}

.p-glSitemap__childTransition{
  color: #222;
}

.p-glSitemap__childTransition.is-hover:hover{
  text-decoration: underline;
}

.p-addressArea{
  color: #fff;
  line-height: 1.5;
}

.p-addressArea__content{
  letter-spacing: 0.1em;
  margin: auto;
}

.p-addressArea__logo{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}

.p-addressArea__address{
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}

.p-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contact__item{
  margin-right: 1.6rem;
}

.p-contact__item span{
  margin-right: 0.5rem;
}

.p-contact__item a{
  color: #fff;
}

.p-top .p-contact__item a{
  color: #222;
}

.p-spMenu{
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 6rem;
  background: #075d13;
  border-top: 1px solid #fff;
}

.p-spMenu__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
}

.p-spMenu__item button{
  color: #fff;
  font-size: 2.4rem;
}

.p-toTop{
  position: fixed;
  right: 2%;
  bottom: 2%;
  z-index: 9998;
}

.p-toTop__transition{
  font-size: 1.4rem;
  background: linear-gradient(125deg, #065010 0%, #075d13 100%);
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64px;
  height: 64px;
}

.p-toTop__transition.is-hover:hover {
  /*text-decoration: underline;*/
}

.p-toTop__icon{
  font-size: 32px;
  display: inline-block;
  color: #fff;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-copyright{
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 2.4rem 1.6rem;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.5;
  background: #075d13;
}

/* 06. LOWER DEFAULT SETTINGS
-------------------------------------------------------------------- */

.p-breadcrumbs{
  width: 100%;
  padding: 1.42rem 0;
  background: #f5f5f5;
}

.p-breadcrumbs__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 2% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-breadcrumbs__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #075d13;
}

.p-breadcrumbs__item:not(:last-child){
  margin-right: 1.6rem;
}

.p-breadcrumbs__transition{
  color: #222;
  margin-right: 1.6rem;
  text-decoration: underline;
}

.p-breadcrumbs__transition.is-hover:hover{
  text-decoration: none;
  opacity: 0.9;
}

.p-breadcrumbs__icon{
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.2rem;
}

.p-contents.kids{
  background-image : url(bg_dot.png);
  background-position: top -4px left -4px;
}

.p-contentsMain{
  background: #ecf9ec;
  padding: 4.8rem 0;
}

.smp .p-contentsMain{
  background: #f3eee8;
}

.p-contents__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2% 4.8rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-contentsMain .p-contents__inner:last-child{
  padding-bottom: 0;
}

.p-contents .c-btn.is-hover:hover,
.p-contents .is-hover.c-btn--white:hover {
  opacity: 1;
}

.p-contents__title{
  font-size: 3.6rem;
  font-weight: bold;
  padding: 3.2rem 0;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contents__title-icon{
  margin-left: -20px;
  margin-right: 1.6rem;
  font-size: 100px;
  color: #075d13;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-editAreaFlex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2.4rem;
}

.p-editAreaFlex__item,
.p-editAreaFlex__item-center {
  -ms-flex-preferred-size: calc(50% - 1.6rem);
  flex-basis: calc(50% - 1.6rem);
}

.p-editAreaFlex__item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-editArea h1{
  font-size: 3.6rem;
  font-weight: bold;
  margin: 3.2rem 0;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #222;
}

.p-editArea h2{
  background-color: #ecf9ec;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 3.2rem 0;
  padding: 2.4rem 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #222;
}

.p-editArea h2::before{
  content: "●";
  margin-right: 0.8rem;
  color: #fff;
}

.p-editArea h3{
  padding: 0.5em 0;
  border-top: solid 3px #222;
  border-bottom: solid 3px #222;
  margin-top: 5.6rem;
  margin-bottom: 3.2rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #222;
}

.p-editArea h4{
  color: #222;
  padding-bottom: 1.6rem;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  border-bottom: 2px solid #222;
}

.p-editArea h5{
  background: #f5f5f5;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3.2rem 0;
  padding: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-editArea h6{
  color: #075d13;
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}

.p-editArea p{
  color: #222;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}

.smp .p-editArea p{
  font-size: 2rem;
}

.p-editArea a{
  color: #075d13;
  text-decoration: underline;
}

.p-editArea a:hover.is-hover{
  text-decoration: none;
}

.p-editArea ul{
  margin-bottom: 2.4rem;
}

.p-editArea ul > li{
  position: relative;
  padding-left: 1.4rem;
}

.p-editArea ul > li::before{
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  font-size: 0.5em;
}

.p-editArea ol{
  margin-bottom: 2.4rem;
  margin-left: 2rem;
  list-style: decimal;
}

.p-editArea li{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.075em;
  line-height: 1.5;
}

.p-editArea li:not(:last-child){
  margin-bottom: 1.6rem;
}

.p-editArea table{
  margin-bottom: 2.4rem;
  border: #222 solid 3px;
}

.p-editArea table th,
.p-editArea table td{
  padding: 0.8rem;
  line-height: 1.5;
  word-break: break-all;
}

.p-editArea table th{
  background: #f5f5f5;
  border-right: #222 solid 1px;
  border-bottom: #222 solid 1px;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.p-editArea table td{
  border-right: #222 solid 1px;
  border-bottom: #222 solid 1px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-editArea hr{
  border-top: 3px double #222;
  margin: 4.8rem 0;
}

/* 06. FORM DEFAULT SETTINGS
-------------------------------------------------------------------- */

.c-form__title{
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3.2rem;
}

.c-form label{
  font-size: 2.4rem;
  line-height: 1.3;
}

.c-form input[type="text"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form input[type="date"],
.c-form input[type="number"],
.c-form input[type="password"],
.c-form select,
.c-form textarea{
  padding: 2.4rem 3.2rem;
  border: none;
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
}

.c-form input[type="text"]:focus,
.c-form input[type="tel"]:focus,
.c-form input[type="email"]:focus,
.c-form input[type="date"]:focus,
.c-form input[type="number"]:focus,
.c-form input[type="password"]:focus,
.c-form select:focus,
.c-form textarea:focus{
  -webkit-box-shadow: 0 0 3px #075d13;
  box-shadow: 0 0 3px #075d13;
  outline: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-form input[type="text"]::-webkit-input-placeholder,
.c-form input[type="tel"]::-webkit-input-placeholder,
.c-form input[type="email"]::-webkit-input-placeholder,
.c-form input[type="date"]::-webkit-input-placeholder,
.c-form input[type="number"]::-webkit-input-placeholder,
.c-form input[type="password"]::-webkit-input-placeholder,
.c-form select::-webkit-input-placeholder,
.c-form textarea::-webkit-input-placeholder {
  color: #585858;
}

.c-form input[type="text"]::-moz-placeholder,
.c-form input[type="tel"]::-moz-placeholder,
.c-form input[type="email"]::-moz-placeholder,
.c-form input[type="date"]::-moz-placeholder,
.c-form input[type="number"]::-moz-placeholder,
.c-form input[type="password"]::-moz-placeholder,
.c-form select::-moz-placeholder,
.c-form textarea::-moz-placeholder {
  color: #585858;
}

.c-form input[type="text"]:-ms-input-placeholder,
.c-form input[type="tel"]:-ms-input-placeholder,
.c-form input[type="email"]:-ms-input-placeholder,
.c-form input[type="date"]:-ms-input-placeholder,
.c-form input[type="number"]:-ms-input-placeholder,
.c-form input[type="password"]:-ms-input-placeholder,
.c-form select:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder{
  color: #585858;
}

.kids .c-form input[type="text"],
.kids .c-form input[type="tel"],
.kids .c-form input[type="email"],
.kids .c-form input[type="date"],
.kids .c-form input[type="number"],
.kids .c-form input[type="password"],
.kids .c-form select,
.kids .c-form textarea{
  border-radius: 8px;
  border: 3px solid #b9b9b9;
}

.c-form select{
  max-width: 100%;
  background: linear-gradient(125deg, #065010 0%, #075d13 100%);
  color: #fff;
}

.c-form select option{
  color: #222 !important;
}

.c-form textarea{
  width: 100%;
  height: 180px;
  resize: vertical;
}

.c-form input[type="date"],
.c-form select{
  margin: 0 0.8rem 0 0;
}

.c-form input[type="radio"]{
  opacity: 0;
  margin-left: -1.5rem;
}

.c-form__radio{
  cursor: pointer;
  padding: 0 0 0 3.2rem;
  margin: 0 4.8rem 2.4rem 0;
  background : url(radioOff.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 24px;
  background-position: left center;
}

.kids .c-form__radio{
  font-weight: bold;
}

.c-form__radio.selected{
  background : url(radioOn.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 24px;
  background-position: left center;
}

.c-form input[type="checkbox"]{
  opacity: 0;
  margin-left: -1.5rem;
}

.c-form__checkbox{
  cursor: pointer;
  padding: 0 0 0 3.2rem;
  margin: 0 4.8rem 2.4rem 0;
  background : url(checkOff.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 24px;
  background-position: left center;
  height: 24px;
}

.kids .c-form__checkbox{
  font-weight: bold;
}

.c-form__checkbox.selected{
  background : url(checkOn.png) 0% 0% / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: 24px;
  background-position: left center;
}

.c-formToggle__switch{
  width: 64px;
  position: relative;
  display: block;
  margin-left: 1.6rem;
}

.c-formToggle__content{
  display: block;
  cursor: pointer;
  position: relative;
  border-radius: 30px;
  height: 24px;
  -webkit-transition: all .1s .4s;
  transition: all .1s .4s;
  overflow: hidden;
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
}

.c-formToggle__switch.selected .c-formToggle__content{
  border-color: transparent;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.c-formToggle__content::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1.5px solid #000000;
  border-radius: 20px;
  background-color: #fff;
}

.c-formToggle__content::after{
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-formToggle__switch.selected .c-formToggle__content::after{
  background-color: #075d13;
  width: 100%;
}

.c-formToggle__input{
  display: none;
}

.c-formToggle__circle{
  display: block;
  top: 5px;
  left: 5px;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #222;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.c-formToggle__switch.selected .c-formToggle__circle{
  left: 44px;
  background-color: #fff;
}

.c-formList:not(:last-child){
  margin-bottom: 4.8rem;
}

.c-formItem{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.c-formItem:not(:last-child){
  margin-bottom: 4.8rem;
}

.c-form__label{
  width: 20%;
  font-size: 2rem;
  line-height: 1.2;
}

.kids .c-form__label{
  font-size: 2.4rem;
  font-weight: bold;
}

.c-form__icon{
  color: #075d13;
  margin-right: 0.8rem;
}

.c-form__value{
  width: 80%;
}

.c-form__value--multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.smp .c-form__value{
  font-size: 2rem;
}

.c-form__input{
  width: 100%;
}

.c-form__input.error + .c-form__error{
  display: block;
}

.c-form__input--xs{
  width: 35%;
}

.c-form__input--year{
  width: 15%;
}

.c-form__input--day{
  width: 10%;
}

.c-form__notice{
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: right;
  margin-top: 1.6rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.c-form__required{
  color: #fff;
  background: #075d13;
  padding: 0.1rem 0.8rem;
  margin-left: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

.c-form__error{
  display: none;
  color: #a50101;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.8rem;
}

.p-infoAll,
.p-info .is-infoClose{
  display: none;
}

.p-info__title{
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
}

.p-info__icon{
  color: #075d13;
  margin-right: 1.6rem;
}

.p-info__inner{
  height: 25.2rem;
  overflow-y: scroll;
  padding: 2.4rem 0;
  margin-bottom: 2.4rem;
}

.p-infoEntry:not(:last-child){
  margin-bottom: 2.4rem;
}

.p-infoEntry__title{
  font-size: 1.8rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-infoEntry__time{
  margin-right: 1.6rem;
  word-break: keep-all;
}

.p-infoEntry__category{
  word-break: keep-all;
  font-weight: bold;
  color: #fff;
  background: #222;
  padding: 0 2.4rem;
  margin-right: 1.6rem;
}

.kids .p-infoEntry__category{
  border-radius: 8px;
}

.p-infoEntry__category.red{
  background: #a50101;
}

.p-infoEntry__category.green{
  background: #045900;
}

.p-infoEntry__category.blue{
  background: #0133a5;
}

.p-infoEntry__transition{
  color: #222;
  text-decoration: underline;
}

.p-infoEntry__transition.is-hover:hover{
  text-decoration: none;
}

.p-infoEntryOther{
  text-align: center;
}

.kids .p-infoEntryOther {
  -webkit-transform: translateY(1.9rem);
  transform: translateY(1.9rem);
}

.p-infoEntryOther__transition{
  font-size: 1.8rem;
  font-weight: bold;
  color: #222;
  text-decoration: underline;
  cursor: pointer;
}

.p-infoEntryOther__transition span{
  font-weight: bold;
}

.p-infoEntryOther__transition.is-hover:hover{
  text-decoration: none;
}

.p-infoEntryOther__icon,
.p-infoEntryOther__icon--close{
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 1.6rem;
}

.p-infoEntryOther__icon--close {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.kids .p-infoEntryOther__btn{
  font-size: 1.8rem;
  display: inline-block;
  min-width: 300px;
}

.kids .p-infoEntryOther__btn span{
  font-weight: bold;
}

.p-calendar{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.p-calendar__title{
  font-size: 3.6rem;
  font-weight: bold;
  padding: 4.8rem 0 2.4rem;
  text-align: center;
  background: #f5f5f5;
}

.p-calendar__icon{
  color: #075d13;
  margin-right: 1.6rem;
}

.p-calendar__name{
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 2.4rem;
  text-align: center;
  background: #f5f5f5;
}

.p-calendar__contents{
  position: relative;
  overflow: hidden;
  padding: 4.8rem 0;
}

.p-calendar__img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: -1;
  overflow: hidden;
}

.p-calendar__inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2% 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-calendarMonth{
  -ms-flex-preferred-size: calc(100% / 2 - 12px);
  flex-basis: calc(100% / 2 - 12px);
  width: calc(100% / 2 - 12px);
  background: #fff;
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  border-top: 6px solid #075d13;
  border-bottom: 6px solid #f5f5f5;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
}

.p-calendarMonth__month{
  color: #222;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #222;
  padding: 2.4rem 0;
  margin-bottom: 0.8rem;
}

.p-calendarMonth__list,
.p-calendarMonth__list--week{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 2.4rem;
}

.p-calendarMonth__list--week .p-calendarMonth__item{
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-calendarMonth__list--week .p-calendarMonth__item .sun{
  color: #a50101;
  font-weight: bold;
}

.p-calendarMonth__list--week .p-calendarMonth__item .sat{
  color: #0133a5;
  font-weight: bold;
}

.p-calendarMonth__item{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(100% / 7);
  flex: 0 1 calc(100% / 7);
  width: calc(100% / 7);
  min-width: 75px;
  min-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #222;
  text-align: left;
  padding: 0.8rem;
  word-break: keep-all;
  background: #f5f5f5;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-calendarMonth__item.null{
  background: none !important;
}

.p-calendarMonth__item.closed{
  border: 1px solid #075d13;
  background: linear-gradient(to left top, transparent calc(50% - 0.5px), #075d13 calc(50% - 0.5px), #075d13 calc(50% + 0.5px), transparent calc(50% + 0.5px)) !important;
  background-color: inherit !important;
}

.p-calendarMonth__list--week .p-calendarMonth__item{
  font-size: 1.4rem;
  text-align: center;
  background: none !important;
}

_:-ms-fullscreen,
:root .p-calendarMonth__item {
  -ms-flex: 0 1 14.28%;
  flex: 0 1 14.28%;
}

.p-calendarMonth__item--current{
  border: 3px solid #fff;
}

.p-calendarMonth__item:first-child{
  background: #FEE4F0;
}

.p-calendarMonth__item:last-child{
  background: #E4F0FF;
}

.p-calendarMonth__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-calendarMonth__event .p-calendarStatus__icon{
  margin: 0;
}

.p-calendarMonth__event .p-calendar__transition{
  margin: 0.1rem;
}

.p-calendarMonth__event .p-calendar__transition.is-hover:hover{
  cursor: pointer;
}

.p-calendarOther{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background: #fff;
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 1.6rem;
}

.p-calendarOther__transition{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #222;
}

.p-calendarOther__icon{
  color: .p-calendarOther__icon keyColor;
  margin-left: 1.6rem;
}

.p-calendarStatus__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-calendarStatus__item{
  font-size: 1.6rem;
  font-weight: bold;
}

.p-calendarStatus__item:not(:last-child){
  margin-right: 3.2rem;
}

.p-calendarStatus__transition{
  font-size: 1.6rem;
  font-weight: bold;
  color: #222;
}

.p-calendarStatus__icon{
  color: .p-calendarStatus__icon keyColor;
  margin-right: 0.8rem;
}

.p-calendarStatus__icon.icon-event,
.p-calendarStatus__icon.icon-eventOther{
  color: #045900;
}

.p-calendarStatus__icon.icon-kids{
  color: #fb8b00;
}

.p-calendarNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-calendarNav__item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.8rem;
}

.p-calendarNav__transition{
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(125deg, #065010 0%, #075d13 100%);
  -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 1.6rem 2.4rem;
}

.p-calendarNav__transition.is-hover:hover{
  opacity: 0.9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-calendarNav__icon{
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 1.6rem;
}

.p-calendarPager{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.6rem 0;
}

.p-calendarPager__transition{
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  margin: 0.4rem;
  padding: 0.8rem;
  color: #222;
}

.p-calendarPager__icon,
.p-calendarPager__icon--prev,
.p-calendarPager__icon--next{
  display: inline-block;
}

.p-calendarPager__icon--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
}

.p-modal__bg{
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.p-modal__content{
  background: #fff;
  left: 50%;
  padding: 3.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
}

.p-modal__content .p-editArea{
  overflow-y: scroll;
  height: 400px;
}

.p-modal__content .c-btnArea{
  margin-bottom: 0;
}

.p-menu-icon{
  padding-top: 40%;
  text-indent: -9999px;
}

.p-menu-icon-01{
  background : url(menu01.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: cover;
}

a:hover.p-menu-icon-01{
  background : url(menu01_on.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: cover;
}

.p-menu-icon-02{
  background : url(menu02.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: cover;
}

a:hover.p-menu-icon-02{
  background : url(menu02_on.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: cover;
}

.p-menu-icon-03{
  background : url(menu03.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: cover;
}

a:hover.p-menu-icon-03{
  background : url(menu03_on.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: cover;
}

.p-menu-icon-04{
  background : url(menu04.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: cover;
}

a:hover.p-menu-icon-04{
  background : url(menu04_on.png) center center / auto auto no-repeat scroll padding-box border-box transparent;
  background-size: cover;
}

.fb-container{
  width: 50%;
  max-width: 500px;
}

.fb-container > iframe{
  display: block;
  margin: 0 auto;
}

table.border-none, table.border-none >tbody >tr >th, table.border-none >tbody >tr >td{
  border: none;
}

th.p-contents__th{
  background-color: #0000a0 !important;
}

@media screen and (max-width: 1366px) {

  .p-calendar__img{
    width: 1920px;
    text-align: left;
  }

  .p-calendarMonth__item{
    min-width: inherit;
  }
}

@media screen and (max-width: 1024px) {
  .p-glHeader{
    padding: 0 0 0;
  }

  .p-glHeader__inner{
    padding: 1.6rem;
  }

  .p-search{
    padding: 3.2rem 1.6rem 3.2rem;
  }

  .p-search__form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-searchSubmit{
    width: calc(50% - 12px);
    margin-left: 0;
    padding: 1.6rem;
  }

  .kids .p-searchSubmit__btn{
    width: 100%;
    min-width: inherit;
  }

  .p-searchOther__btn{
    display: block;
    width: 100%;
    text-align: center;
    padding: 2.2rem 2.4rem;
  }

  .p-searchOther{
    width: calc(50% - 12px);
    margin-left: 0;
  }

  .p-searchBtnArea{
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.4rem;
  }

  .p-glFooter__inner{
    padding: 1.6rem 16px 1.6rem;
  }

  .p-glFooter__bottom{
    padding: 1.6rem 16px 1.6rem;
  }

  .p-breadcrumbs__list{
    padding: 0 16px 0;
  }

  .p-contents__inner{
    padding: 0 16px 3.2rem;
  }

  .p-editArea table th{
    font-size: 1.6rem;
  }

  .p-infoEntry__title{
    display: block;
  }

  .p-infoEntry__transition{
    display: block;
    margin-top: 0.8rem;
  }

  .p-calendar{
    padding: 0 0 0;
  }

  .p-calendar__title{
    padding: 3.2rem 0 2.4rem;
  }

  .p-calendar__contents{
    padding: 3.2rem 0;
  }

  .p-calendar__inner{
    padding: 0 0 0;
  }

  .p-calendarMonth {
    -ms-flex-preferred-size: calc(100% - 32px);
    flex-basis: calc(100% - 32px);
    width: calc(100% - 32px);
  }

  .p-calendarOther {
    -ms-flex-preferred-size: calc(100% - 32px);
    flex-basis: calc(100% - 32px);
  }
}

@media screen and (max-width: 768px) {
  .p-skipLink__link{
    display: none !important;
  }

  body{
    border: 4px solid #075d13;
  }

  input,
  textarea{
    font-size: 1.4rem;
  }

  .c-br__pc{
    display: none;
  }

  .c-br__sp{
    display: block;
  }

  .p-glHeader__inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .p-glHeader__top{
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    margin-bottom: 0;
  }

  .p-glHeader__menuWrapper{
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #075d13;
    min-height: calc(100vh - 64px);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 9999;
    -webkit-box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: -5.657px -5.657px 16px 0px rgba(255, 255, 255, 0.004), 4.589px 6.553px 16px 0px rgba(0, 0, 0, 0.08);
    padding-bottom: 2rem;
  }

  .p-utility{
    width: 100%;
    background: #075d13;
    padding: 1.6rem;
  }

  .p-utility__pc{
    display: none;
  }

  .p-utility__sp{
    display: block;
  }

  .p-utility__list{
    display: block;
  }

  .p-utility__item:not(:last-child){
    margin-right: 0;
    margin-bottom: 1.6rem;
  }

  .p-utility__item:not(:last-child)::after{
    content: none;
  }

  .p-utility__transition{
    color: #fff;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .p-fontChanger__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-fontChanger__title{
    color: #fff;
  }

  .p-fontChanger__item{
    border-color: #fff;
  }

  .p-mymenu__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-mymenu__item--ID{
    text-align: center;
    color: #fff;
  }

  .p-mymenu__transition{
    padding: 0.8rem;
    color: #075d13;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .p-glNav {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .p-glNav__list{
    height: 100%;
    display: block;
  }

  .p-glNav__item{
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: 0;
  }

  .p-glNav__transition{
    color: #fff;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    /*padding: 2.4rem;*/
    font-size: 1.4rem;
    text-shadow: none;
  }

  .p-glNav__transition::after{
    content: none;
  }

  .p-glNav__item.is-hover:hover .p-glNav__transition,
  .p-glNav__item.is-glNavCurrent .p-glNav__transition{
    color: #fff;
  }

  .p-glNav__childOpenBtn{
    display: block;
  }

  .p-glNav__child{
    position: inherit;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .p-searchSubmit{
    width: 100%;
  }

  .p-searchOther{
    width: 100%;
    margin-top: 2.4rem;
  }

  .p-searchBox{
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .p-searchBox__form{
    margin-bottom: 2.4rem;
  }

  .p-searchBtnArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-spNavBtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
  }

  .p-glFooter__inner{
    padding: 0;
    background: #075d13;
  }

  .p-glFooter__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-glSitemap{
    display: none;
    padding: 1.6rem 1.6rem 2.4rem;
  }

  .p-glSitemap__openBtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.6rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }

  .p-glSitemap__list{
    display: block;
    width: 100%;
  }

  .p-glSitemap__item:not(:last-child){
    margin-right: 0;
    margin-bottom: 3.2rem;
  }

  .p-glSitemap__item:last-child{
    margin-bottom: 0;
  }

  .p-glSitemap__item:last-child .p-glSitemap__childTransition{
    color: #fff;
  }

  .p-glSitemap__transition{
    color: #fff;
    margin: 0.4rem 0;
    padding: 0.4rem 0;
  }

  .p-glSitemap__childTransition{
    color: #fff;
    margin: 0.4rem 0;
    padding: 0.4rem 0;
  }

  .p-addressArea{
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .p-spMenu{
    display: block;
  }

  .p-toTop{
    right: 1.6rem;
  }

  .p-breadcrumbs__item{
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .p-contentsMain{
    padding: 3.2rem 0;
  }

  .p-editArea h1{
    font-size: 2rem;
  }

  .p-editArea h2{
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
    padding: 1.6rem;
  }

  .p-editArea h3{
    font-size: 1.8rem;
  }

  .p-editArea h4{
    font-size: 1.6rem;
  }

  .p-editArea h5{
    font-size: 1.6rem;
  }

  .p-editArea table td{
    font-size: 1.4rem;
  }

  .c-form input[type="text"],
  .c-form input[type="tel"],
  .c-form input[type="email"],
  .c-form input[type="date"],
  .c-form input[type="number"],
  .c-form input[type="password"],
  .c-form select,
  .c-form textarea{
    width: 100%;
    font-size: 1.6rem;
    display: block;
  }

  .c-form input[type="date"],
  .c-form select{
    margin: 0 0 0.8rem 0;
  }

  .c-formItem:not(:last-child){
    margin-bottom: 3.2rem;
  }

  .c-form__label{
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .c-form__value{
    width: 100%;
  }

  .c-form__value--multi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-calendarMonth__list,
  .p-calendarMonth__list--week{
    padding: 0 1.6rem;
  }

  .p-calendarStatus__list{
    display: block;
  }

  .p-calendarStatus__item{
    margin-bottom: 1.6rem;
  }

  .p-calendarNav__item:not(:last-child){
    margin-bottom: 1.6rem;
  }

  .p-modal__content{
    padding: 16px;
    width: calc(100% - 32px);
  }

  .fb-container{
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4rem;
  }

  .p-other__left{
    width: 100%;
    max-width: 500px;
    margin: 0 auto 1.6rem;
    
  }

  .p-menu-icon{
    padding: 2.4rem;
    text-indent: 0;
  }

  .p-menu-icon-01, a:hover.p-menu-icon-01, .p-menu-icon-02, a:hover.p-menu-icon-02, .p-menu-icon-03, a:hover.p-menu-icon-03, .p-menu-icon-04, a:hover.p-menu-icon-04{
    background: none;
  }

}

@media screen and (max-width: 480px) {
  .c-btn__clear{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 2.4rem 0 0;
  }

  .c-btnArea {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-search__title{
    font-size: 2.4rem;
  }

  .p-contents__title{
    font-size: 2.4rem;
  }

  .p-contents__title-icon{
    margin-left: -20px;
    margin-right: 1.6rem;
    font-size: 64px;
  }

  .p-editAreaFlex__item,
  .p-editAreaFlex__item-center {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .p-editAreaFlex__item:first-child,
  .p-editAreaFlex__item-center:first-child{
    margin-bottom: 2.4rem;
  }

  .p-editArea hr{
    margin: 2.4rem;
  }

  .c-form__radio{
    display: block;
  }

  .c-form__checkbox{
    display: block;
  }

  .c-formList:not(:last-child){
    margin-bottom: 3.2rem;
  }

  .p-info__title{
    font-size: 2.4rem;
  }

  .p-info__inner{
    padding: 0;
  }

  .p-infoEntry__category{
    display: inline-block;
    margin-top: 0.8rem;
  }

  .p-calendar__title{
    font-size: 2.4rem;
  }

  .p-calendar__name{
    font-size: 1.8rem;
  }

  .p-calendarMonth__month{
    padding: 2.4rem 0 1.6rem 0;
  }

  .p-calendarMonth__item{
    font-size: 1.2rem;
    padding: 0.2rem;
  }

  .p-calendarMonth__item--current{
    border: 1px solid #fff;
  }

  .p-modal__content .p-editArea{
    height: 360px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* 99. FORM ORIGINAL DEFAULT SETTINGS
-------------------------------------------------------------------- */
/*インジケーター*/
#divloading{
	border:solid 1px #999;background-color:#e9f0fb;-webkit-filter:opacity(80%);-moz-filter:opacity(80%);-o-filter:opacity(80%);-ms-filter:opacity(80%);opacity:0.80;position:fixed;z-index:99;
}
#divloading div{
	font-size:150%;width:100px;height:100px;margin: -75px 0 0 -50px; position: fixed;top:50%;left:50%;text-align:center;
}
