@charset "UTF-8";

/* header
----------------------------------------------------------------- */
.is-rev .p-header .p-header__title {
    color: #fff;
}
.p-header__inner {
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 20px;
}
.p-header__title {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    text-align: right;
    font-weight: normal;
    line-height: 1;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .p-header__title {
      display: none;
  }
}

.p-header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    padding-right: 160px;
}
.p-header__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.p-header__logo {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 24px;
    font-size: 2.4rem;
}
.p-header__image {
    display: block;
    width: 166px;
}
.p-header__image_rev {
        display: none;
}
.is-rev .p-header__image{
    display: none;
}
.is-rev .p-header__image_rev {
    display: block;
    width: 166px;
}
.p-header__name {
    margin-left: 20px;
}
.p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-header__menu {
    left: 50%;
    width: 100%;
    max-width: 1490px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
.p-header__toggle {
    position: absolute;
    top: 35px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 40px;
    z-index: 101;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.p-header__toggle::after {
    display: inline-block;
    content: 'MENU';
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    margin-top: 5px;
    margin-left: 9px;
    font-size: 20px;
    font-size: 2rem;
}
.p-header__toggle.is-open::after {
    color: #fff;
    content: 'CLOSE';
    margin-left: 5px;
}
.is-rev .p-header__toggle {
    color: #fff;
    border: 1px solid #fff;
}
.is-rev .p-header__toggle::after {
    color: #fff;
}
.p-header__hamburger {
    margin-left: 9px;
}

/* p-navHeader
 ----------------------------------------------------------------- */
.p-navHeader {
    margin-bottom: 80px;
}
.p-navHeader__title {
    position: absolute;
    top: 0;
    right: 20px;
    display: block;
    text-align: right;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 2;
}
.p-navHeader__inner {
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 20px;
}
.p-navHeader__container {
    width: 100%;
    padding-top: 30px;
}
.p-navHeader__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 160px;
}
.p-navHeader__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 24px;
    font-size: 2.4rem;
}
.p-navHeader__name {
    margin-left: 20px;
}
.p-navHeader__image {
    width: 166px;
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav__menu {
    margin-bottom: 30px;
}
.p-gnav__row {
    width: 100%;
    margin-top: 80px;
}
.p-gnav__row {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.p-gnav__row:first-child {
    margin-top: 0;
}
.p-gnav__title {
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center;
    margin-bottom: 40px;
}
.p-gnav__title {
    text-align: left;
}
.p-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 20px;
    font-size: 2rem;
}
.p-gnav__item {
    margin-top: 2em;
    width: calc(100% / 4);
}
.p-gnav__item:nth-child(-n+4) {
    margin-top: 0;
}
.p-gnav__link {
    display: block;
}
.p-gnav__icon {
    margin-right: 10px;
}
.p-gnav__contact {
    margin-top: 50px;
}

/* p-navMenu
 ----------------------------------------------------------------- */
 @media screen and (max-width: 1199px) {
    .p-navMenu--header {
        display: none;
    }
}

.p-navMenu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .05em;
    margin-top: 10px;
}
.p-navMenu__item {
    padding: 10px 0;
    margin: 0 1em;
}

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

.p-navMenu__item--dropdown:hover .p-navContact {
    height: auto;
    overflow: visible;
}
.p-navMenu__link {
    font-size: 20px;
    font-size: 2rem;
}
.p-navMenu__button {
    font-size: 20px;
    font-size: 2rem;
}

.p-navMenu__button:hover {
    opacity: .8;
}

/* p-navContact
 ----------------------------------------------------------------- */
.p-navContact {
    top: 85px;
    height: 0;
    overflow: hidden;
}
.p-navContact--nav {
    height: auto;
}
.p-navContact--nav .p-navContact__inner::after {
    background-color: #fff;
}
.p-navContact--nav .p-navContact__item {
    border-color: #5d330d;
}
.p-navContact__inner {
    padding: 15px 0;
}
.p-navContact__inner::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 200%;
    margin: 0 -200%;
    background-color: #5d330d;
    z-index: -1;
}
.p-navContact__list {
    width: 100%;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.p-navContact__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    border-right: 1px solid #fff;
}
.p-navContact__name {
    margin-right: .5em;
    font-size: 16px;
    font-size: 1.6rem;
}
.p-navContact__number {
    font-size: 26px;
    font-size: 2.6rem;
}
.p-navContact__label {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 5px;
}
.p-navContact__text {
    margin-top: 15px;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
}
.p-navContact__hour {
    margin-right: 2em;
}

/* p-formContact
 ----------------------------------------------------------------- */
.p-formContact--nav {
    height: auto;
    overflow: visible;
}
.p-formContact--nav .p-formContact__inner::after {
    background-color: #f8f1e3;
}
.p-formContact--nav .p-formContact__item {
    border-color: #5d330d;
}
.p-formContact__inner {
    padding: 15px 0;
}
.p-formContact__inner::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 200%;
    margin: 0 -200%;
    background-color: #f8f1e3;
    z-index: -1;
}
.p-formContact__list {
    width: 100%;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
.p-formContact__item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
    border-right: 1px solid #5d330d;
}
.p-formContact__name {
    margin-right: .5em;
    font-size: 16px;
    font-size: 1.6rem;
}
.p-formContact__number {
    font-size: 26px;
    font-size: 2.6rem;
}
.p-formContact__label {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 5px;
}
.p-formContact__text {
    margin-top: 15px;
    line-height: 1;
    font-size: 16px;
    font-size: 1.6rem;
}
.p-formContact__hour {
    margin-right: 2em;
}
.p-navCompany {
    width: 100%;
    margin-top: 100px;
}
.p-navCompany__logo {
    width: 222px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 30px;
}
.p-navCompany__en {
    width: 222px;
}
.p-navCompany__jp {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
}
.p-navCompany__text {
    line-height: 1;
    margin-bottom: 50px;
}
.p-navCompany__hour {
    margin-right: 3em;
}
.p-navCompany__list {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.p-navCompany__item {
    margin-bottom: 15px;
}
.p-navCompany__name {
    display: inline;
}
.p-navCompany__name {
    margin-right: 2em;
}
.p-navCompany__address {
    display: inline;
    margin-right: 1em;
}
.p-navCompany__post {
    display: inline;
    margin-right: 1em;
}
.p-navCompany__contact {
    display: inline;
}
.p-navCompany__tel {
    margin-right: 1em;
}
.p-closeButton {
    width: 200px;
    height: 50px;
    margin-top: 50px;
    line-height: 1;
    font-size: 24px;
    font-size: 2.4rem;
}
.p-closeButton:hover {
    opacity: .9;
}
.p-closeButton__icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.p-closeButton__icon::after, .p-closeButton__icon::before {
    height: 2px;
}

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

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

/* p-breadcrumbs
-------------------------------------------------------------------------- */
.p-breadcrumbs__inner {
    width: 100%;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.p-breadcrumbs__list {
    display: block;
    text-align: right;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.p-breadcrumbs__item {
    display: inline-block;
    padding-right: .75em;
}

/* footer
----------------------------------------------------------------- */
.p-footer {
    padding-top: 40px;
}
.p-footer__copy {
    padding: 36px 0 28px;
    line-height: 1;
    font-size: 36px;
    font-size: 3.6rem;
}
.p-footer__container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-footer__row {
    margin-bottom: 60px;
}
.p-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-footer__row--content {
    margin-bottom: 40px;
}
.p-footer__coltop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.p-footer__coltop .f-5thimage {
    margin-left: 10px;
    top: -20px;
    position: relative;
}
.p-footer__item {
    margin-bottom: 20px;
}
.p-footer__name {
    display: inline;
}
.p-footer__name {
    margin-right: 2em;
}
.p-footer__address {
    display: inline;
    margin-right: 1em;
}
.p-footer__post {
    display: inline;
    margin-right: 1em;
}
.p-footer__contact {
    display: inline;
}
.p-footer__tel {
    margin-right: 1em;
}
.p-footer__text {
    line-height: 1;
}
.p-footer__hour {
    margin-right: 3em;
}
.p-footer__logo {
    width: 222px;
}
.p-footer__en {
    width: 222px;
}
.p-footer__jp {
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
}
.p-footer__sponsor {
    width: 310px;
}
.p-footer__banner {
    margin-bottom: 5px;
}
.p-footer__copyright {
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
}

/* p-sitemap
----------------------------------------------------------------- */
.p-sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-sitemap__group {
    width: 460px;
    margin-right: 15px;
}
.p-sitemap__label {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
}
.p-sitemap__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 280px;
    padding-left: 8px;
}
.p-sitemap__item {
    margin-bottom: 12px;
}
.p-sitemap__item {
    width: 50%;
}

/* p-pageTop
----------------------------------------------------------------- */
.p-pageTop {
    right: 20px;
    bottom: 20px;
}
.p-pageTop__link {
    width: 60px;
    height: 60px;
}
.p-pageTop__icon {
    width: 24px;
    height: 24px;
    border-top: 4px solid #5d330d;
    border-right: 4px solid #5d330d;
}
