@charset "UTF-8";

/* header
----------------------------------------------------------------- */
.p-header {
  height: 16vw;
}

.p-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16vw;
}

.p-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.67vw;
}

.p-header__image {
  display: block;
  width: 37.33333vw;
}

.p-header__image_rev {
  display: none;
}

.is-rev .p-header__image{
  display: none;
}

.is-rev .p-header__image_rev {
  display: block;
  width: 37.33333vw;
}

.p-header__image img {
  width: 100%;
  height: auto;
}

.p-header__image_rev img {
  width: 100%;
  height: auto;
}

.p-header__name {
  font-size: 24px;
  font-size: 3.2vw;
  margin-left: 2.67vw;
}

.p-header__menu {
  top: 2.67vw;
  right: 2.67vw;
  width: 12vw;
  height: 12vw;
}

.p-header__toggle {
  width: 12vw;
  height: 12vw;
}

.is-rev .p-header__toggle {
  color: #fff;
  border: .26667vw solid #fff;
}

.p-navHeader {
  margin-bottom: 13.33vw;
}

.p-navHeader__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 16vw;
}

.p-navHeader__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 2.67vw;
}

.p-navHeader__name {
  font-size: 24px;
  font-size: 3.2vw;
  margin-left: 2.67vw;
}

.p-navHeader__image {
  display: block;
  width: 37.33333vw;
}

.p-navHeader__image img {
  width: 100%;
  height: auto;
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav__menu {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20vw;
}

.p-gnav__row {
  margin-top: 16vw;
}

.p-gnav__title {
  margin-bottom: 6.67vw;
  font-size: 52px;
  font-size: 6.93vw;
}

.p-gnav__item {
  margin: 8vw 0vw 0vw 0vw;
}

.p-gnav__item:first-child {
  margin-top: 0;
}

.p-gnav__link {
  font-size: 34px;
  font-size: 4.53vw;
}

.p-gnav__icon {
  width: 9.33333vw;
  margin: 0vw 2.67vw 0vw 0vw;
}

.p-gnav__icon img {
  width: 100%;
}

.p-gnav__icon--mail {
  width: 8vw;
}

.p-gnav__contact {
  margin: 8vw 0vw 0vw 0vw;
}

/* p-navMenu
 ----------------------------------------------------------------- */
.p-navMenu {
  position: relative;
  margin-top: 6.67vw;
}

.p-navMenu--header {
  display: none;
}

.p-navMenu--nav {
  padding-bottom: 34.67vw;
}

.p-navMenu--nav .p-navMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  font-size: 4.8vw;
}

.p-navMenu--nav .p-navMenu__item {
  margin-right: 40px;
}

.p-navMenu--nav .p-navMenu__item:last-child {
  margin: 0;
}

.p-navMenu--nav .p-navMenu__link {
  color: #fff;
}

.p-navMenu--nav .p-navMenu__button {
  display: none;
}


/* p-navContact
 ----------------------------------------------------------------- */
.p-navContact {
  bottom: 0;
}

.p-navContact--nav {
  bottom: 0;
}

.p-navContact__inner {
  padding: 2.67vw 0vw 2.67vw 0vw;
}

.p-navContact__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-navContact__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: .26667vw solid #5d330d;
  padding: 0vw 1.33vw 0vw 1.33vw;
}

.p-navContact__name {
  margin-bottom: 1.33vw;
  font-size: 28px;
  font-size: 3.73vw;
}

.p-navContact__number {
  font-size: 36px;
  font-size: 4.8vw;
  text-decoration: none;
}

.p-navContact__label {
  font-size: 26px;
  font-size: 3.47vw;
  margin-right: 1.33vw;
}

.p-navContact__text {
  margin-top: 2.67vw;
  line-height: 1.6;
  font-size: 28px;
  font-size: 3.73vw;
}

.p-navContact__hour {
  display: block;
}

/* p-formContact
 ----------------------------------------------------------------- */
.p-formContact {
  background-color: #f8f1e3;
}

.p-formContact--nav {
  bottom: 0;
}

.p-formContact__inner {
  padding: 2.67vw 0vw 2.67vw 0vw;
}

.p-formContact__list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.p-formContact__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: .26667vw solid #5d330d;
  padding: 0vw 1.33vw 0vw 1.33vw;
}

.p-formContact__name {
  margin-bottom: 1.33vw;
  font-size: 28px;
  font-size: 3.73vw;
}

.p-formContact__number {
  font-size: 36px;
  font-size: 4.8vw;
  text-decoration: none;
}

.p-formContact__label {
  font-size: 26px;
  font-size: 3.47vw;
  margin-right: 1.33vw;
}

.p-formContact__text {
  margin-top: 2.67vw;
  line-height: 1.6;
  font-size: 28px;
  font-size: 3.73vw;
}

.p-formContact__hour {
  display: block;
}

.p-navCompany__logo {
  width: 53.33333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8vw;
  text-align: center;
}

.p-navCompany__jp {
  margin-top: 2.67vw;
}

.p-navCompany__text {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 10.67vw;
}

.p-navCompany__hour {
  display: block;
}

.p-navCompany__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 5.33vw;
}

.p-navCompany__locate {
  display: block;
}

.p-navCompany__tel {
  display: block;
}

.p-closeButton {
  width: 84vw;
  height: 10.66667vw;
  margin-bottom: 10.67vw;
  font-size: 36px;
  font-size: 4.8vw;
}

.p-closeButton__icon {
  width: 5.33333vw;
  height: 5.33333vw;
  margin-right: 1.33vw;
}

.p-closeButton__icon::after, .p-closeButton__icon::before {
  height: .53333vw;
}

.p-closeButton__icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 2.4vw;
}

.p-closeButton__icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 2.4vw;
}

/* p-breadcrumbs
-------------------------------------------------------------------------- */
.p-breadcrumbs__list {
  display: table;
  font-size: 24px;
  font-size: 3.2vw;
}

.p-breadcrumbs__nav {
  position: relative;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.p-breadcrumbs__item {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}

.p-breadcrumbs__item:last-child {
    padding-left: .5em;
}

.p-breadcrumbs__link {
  padding: 2.67vw 4vw 2.67vw 2.67vw;
  line-height: 1;
}

/* footer
----------------------------------------------------------------- */
.p-footer {
  padding-top: 10.67vw;
}

.p-footer__copy {
  padding: 5.33vw 0vw 4.27vw 0vw;
  font-size: 36px;
  font-size: 4.8vw;
}

.p-footer__container {
  padding-top: 10.67vw;
  padding-bottom: 10.67vw;
}

.p-footer__row {
  margin-bottom: 13.33vw;
}

.p-footer__coltop .f-5thimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.p-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 5.33vw;
}

.p-footer__locate {
  display: block;
}

.p-footer__tel {
  display: block;
}

.p-footer__text {
  text-align: center;
  line-height: 1.8;
}

.p-footer__hour {
  display: block;
}

.p-footer__logo {
  width: 53.33333vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8vw;
  text-align: center;
}

.p-footer__jp {
  margin-top: 2.67vw;
}

.p-footer__sponsor {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.p-footer__description {
  font-size: 30px;
  font-size: 4vw;
}

.p-footer__copyright {
  padding: 4vw 0vw 4vw 0vw;
  font-size: 20px;
  font-size: 2.67vw;
}

/* p-sitemap
----------------------------------------------------------------- */
.p-sitemap {
  margin-bottom: 10.67vw;
}

.p-sitemap__group {
  margin-bottom: 10.67vw;
}

.p-sitemap__group:last-child {
  margin-bottom: 0;
}

.p-sitemap__label {
  text-align: center;
  margin-bottom: 5.33vw;
  font-size: 40px;
  font-size: 5.33vw;
}

.p-sitemap__list {
  font-size: 32px;
  font-size: 4.27vw;
}

.p-sitemap__item {
  width: 50%;
  margin-bottom: 4vw;
}

/* p-pageTop
----------------------------------------------------------------- */
.p-pageTop {
  right: 4vw;
  bottom: 9.33vw;
}

.p-pageTop__link {
  width: 10.66667vw;
  height: 10.66667vw;
}

.p-pageTop__icon {
  width: 3.33333vw;
  height: 3.33333vw;
  border-top: 3px solid #5d330d;
  border-right: 3px solid #5d330d;
}
