@charset "UTF-8";
/*
Theme Name: lodge
*/
@media screen and (max-width: 1200px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
@media screen and (min-width: 480px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
body {
  font-size: 16px;
  color: #3d3e45;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  margin: 0; }
  body img,
  body svg {
    width: 100%;
    height: auto; }
  body a {
    color: #0f0f0f;
    text-decoration: none; }
    body a:hover {
      color: #0f0f0f;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      text-decoration: none;
      opacity: 0.5; }
  body p {
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0; }
  @media screen and (max-width: 959px) {
    body {
      font-size: 14px; } }

.page__item {
  padding: 50px 0;
  background: #fff; }
  @media screen and (max-width: 959px) {
    .page__item {
      padding: 30px 0px; } }
.page__wrap {
  width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .page__wrap {
      width: calc(100% - 180px);
      padding: 0 20px; } }
  @media screen and (max-width: 959px) {
    .page__wrap {
      width: calc(100% - 48px);
      padding: 0 12px; } }
  @media screen and (max-width: 479px) {
    .page__wrap {
      width: calc(100% - 36px);
      padding: 0 6px; } }
.page__heading {
  margin-bottom: 40px; }
  @media screen and (max-width: 959px) {
    .page__heading {
      margin-bottom: 30px; } }
  @media screen and (max-width: 479px) {
    .page__heading {
      margin-bottom: 20px; } }

.ham {
  display: none;
  position: relative;
  border: 1px solid #000000;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  margin: 1em 0;
  z-index: 2; }
  .ham span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #000; }
    .ham span:nth-child(1) {
      top: 13px; }
    .ham span:nth-child(2) {
      top: 24px; }
    .ham span:nth-child(3) {
      top: 35px; }
  @media screen and (max-width: 1200px) {
    .ham {
      display: block; } }
  .ham-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    z-index: 1; }
    .ham-menu__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%; }
      .ham-menu__wrap p {
        text-align: center;
        font-size: 24px;
        margin-bottom: 1em; }
        @media screen and (max-width: 479px) {
          .ham-menu__wrap p {
            font-size: 16px; } }

.ham-main {
  display: none;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  margin: 1em 0;
  z-index: 2; }
  .ham-main span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #000; }
    .ham-main span:nth-child(1) {
      top: 13px; }
    .ham-main span:nth-child(2) {
      top: 24px; }
    .ham-main span:nth-child(3) {
      top: 35px; }
  @media screen and (max-width: 1200px) {
    .ham-main {
      display: block; } }
  .ham-main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    z-index: 1; }
    .ham-main-menu__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 40%; }
      .ham-main-menu__wrap p {
        text-align: center;
        font-size: 24px;
        margin-bottom: 1em; }
        @media screen and (max-width: 479px) {
          .ham-main-menu__wrap p {
            font-size: 3rem; } }

.ham-b span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #000; }
  .ham-b span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 24px; }
  .ham-b span:nth-child(2) {
    display: none; }
  .ham-b span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px; }

.position-fixed {
  position: fixed;
  z-index: 10;
  top: 0px;
  right: 4%; }

.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 20px; }

@media screen and (max-width: 480px) {
  .form {
    margin-top: 40px; } }
.form-item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%; }

@media screen and (max-width: 480px) {
  .form-item {
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.form-item-text {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: block; }

.form-itemLabel {
  width: 100%;
  letter-spacing: 0.05em; }

@media screen and (max-width: 480px) {
  .form-itemLabel {
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }
.isMsg {
  width: 100%;
  letter-spacing: 0.05em; }

@media screen and (max-width: 480px) {
  .isMsg {
    margin-top: 0; } }
.form-itemLabel-Required {
  margin-right: 8px;
  padding: 5px 12px;
  padding-bottom: 8px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  background: #0f0f0f;
  color: #fff; }

@media screen and (max-width: 480px) {
  .form-itemLabel-Required {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 56px; } }
.form-itemLabel-Any {
  margin-right: 8px;
  padding: 5px 12px;
  padding-bottom: 8px;
  max-width: 100%;
  display: inline-block;
  text-align: center;
  background: #0f0f0f;
  color: #fff; }

@media screen and (max-width: 480px) {
  .form-itemLabel-Any {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 56px; } }
.form-item-Input {
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background: #fff;
  border: 1px solid; }

@media screen and (max-width: 480px) {
  .form-item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; } }
.form-item-Textarea {
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  background: #fff;
  border: 1px solid; }

@media screen and (max-width: 480px) {
  .form-item-Textarea {
    margin-top: 0px;
    margin-left: 0;
    height: 200px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit; } }
.form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #0f0f0f;
  color: #fff; }

@media screen and (max-width: 480px) {
  .form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px; } }
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.header__wrap {
  margin-top: 10px;
  margin-bottom: 20px; }
.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .header__block {
      width: calc(100% - 180px);
      padding: 0 20px; } }
  @media screen and (max-width: 959px) {
    .header__block {
      width: calc(100% - 48px);
      padding: 0 12px; } }
  @media screen and (max-width: 479px) {
    .header__block {
      width: calc(100% - 36px);
      padding: 0 6px; } }
.header__logo {
  max-width: 200px; }
@media screen and (max-width: 1200px) {
  .header__nav {
    display: none; } }
.header__navBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2px; }
  .header__navBlock li {
    position: relative;
    line-height: 1; }
    .header__navBlock li:not(:last-child) {
      margin-right: 40px; }
      .header__navBlock li:not(:last-child):after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        right: -20px;
        background-color: #0f0f0f; }

.main-visual__wrap {
  width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .main-visual__wrap {
      width: calc(100% - 180px);
      padding: 0 20px; } }
  @media screen and (max-width: 959px) {
    .main-visual__wrap {
      width: calc(100% - 48px);
      padding: 0 12px; } }
  @media screen and (max-width: 479px) {
    .main-visual__wrap {
      width: calc(100% - 36px);
      padding: 0 6px; } }
.main-visual img {
  width: 100%;
  max-height: 600px;
  height: 50vw;
  -o-object-fit: cover;
  object-fit: cover; }
.main-visual z
.adjustment {
  -o-object-position: 0 0 50px 0;
  object-position: 0 0 50px 0; }

.sub-visual__wrap {
  width: 1200px;
  margin: auto; }
  @media screen and (max-width: 1200px) {
    .sub-visual__wrap {
      width: calc(100% - 180px);
      padding: 0 20px; } }
  @media screen and (max-width: 959px) {
    .sub-visual__wrap {
      width: calc(100% - 48px);
      padding: 0 12px; } }
  @media screen and (max-width: 479px) {
    .sub-visual__wrap {
      width: calc(100% - 36px);
      padding: 0 6px; } }
  .sub-visual__wrap img {
    max-height: 300px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.heading__wrap {
  text-align: center; }
.heading__en {
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 40px; }
  .heading__en::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0f0f0f; }
.heading__en-ex {
  font-size: 2.0rem;
  position: relative;
  margin-bottom: 20px; }
.heading__ja {
  font-size: 19px; }

.concept {
  text-align: center; }

.brand-logo img {
  max-height: 26px;
  height: 100%;
  width: auto; }

.b-bottom {
  border-bottom: 1px solid; }

.company-info {
  text-align: center; }
  .company-info p {
    text-align: left;
    display: inline-block; }

.brand__wrap {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-bottom: -50px; }
.brand__flex {
  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; }
  @media screen and (max-width: 959px) {
    .brand__flex {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .brand__flex::after {
    content: "";
    display: block;
    width: 20%; }
    @media screen and (max-width: 959px) {
      .brand__flex::after {
        width: 25%; } }
    @media screen and (max-width: 479px) {
      .brand__flex::after {
        width: 40%; } }
.brand__box {
  width: 20%;
  margin-bottom: 70px; }
  @media screen and (max-width: 959px) {
    .brand__box {
      width: 25%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 479px) {
    .brand__box {
      width: 40%; } }
  .brand__box p {
    font-size: 14px; }
.brand__logo {
  min-height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 130px;
  margin: auto; }
  .brand__logo img {
    max-height: 110px;
    height: 100%; }
  .brand__logo .bogen {
    width: 40%;
    margin: auto; }

.menu__wrap {
  max-width: 1100px;
  width: 100%;
  margin: auto; }
.menu__heading {
  text-align: center;
  font-size: 1.0rem;
  position: relative;
  margin-bottom: 40px; }
  .menu__heading::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #0f0f0f; }
.menu__img {
  margin-bottom: 20px; }
.menu__listBlock {
  text-align: center;
  font-size: 14px; }
  .menu__listBlock li {
    display: block;
    text-align: left; }
    @media screen and (max-width: 959px) {
      .menu__listBlock li {
        text-align: center; } }
    .menu__listBlock li:not(:last-child) {
      margin-bottom: 10px; }

.border-wrap {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0; }

.access__map {
  margin-bottom: 30px; }
.access iframe {
  width: 100%;
  height: 350px; }
.access__infoBlock {
  text-align: center; }
.access__address {
  max-width: 350px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px; }
  .access__address p {
    line-height: 3.5rem; }
  .access__address p:nth-of-type(1) {
    border-bottom: 1px solid; }
.access__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.access__info {
  padding: 20px 0; }
  .access__info p {
    line-height: 1.0rem; }
  .access__info p:nth-of-type(1) {
    font-size: 20px;
    margin-bottom: 4px; }
  .access__info p:nth-of-type(2) {
    font-size: 12px; }
  .access__info p:nth-of-type(3) {
    font-size: 20px; }
.access__line {
  background-color: #0f0f0f;
  width: 100%;
  height: 1px;
  margin: 15px 0;
  position: relative; }
  .access__line:before {
    content: "";
    position: absolute;
    background-color: #0f0f0f;
    width: 12px;
    height: 12px;
    top: -6px;
    left: 0;
    border-radius: 50%; }
  .access__line:after {
    content: "";
    position: absolute;
    background-color: #0f0f0f;
    width: 12px;
    height: 12px;
    top: -6px;
    right: 0;
    border-radius: 50%; }

.footer {
  border-top: 1px solid;
  padding: 30px 0; }
  @media screen and (max-width: 959px) {
    .footer {
      padding: 30px 0 90px 0; } }
  .footer__wrap {
    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;
    width: 1200px;
    margin: auto; }
    @media screen and (max-width: 1200px) {
      .footer__wrap {
        width: calc(100% - 180px);
        padding: 0 20px; } }
    @media screen and (max-width: 959px) {
      .footer__wrap {
        width: calc(100% - 48px);
        padding: 0 12px; } }
    @media screen and (max-width: 479px) {
      .footer__wrap {
        width: calc(100% - 36px);
        padding: 0 6px; } }
    @media screen and (max-width: 479px) {
      .footer__wrap {
        padding: 0; } }
  .footer__logo {
    max-width: 150px;
    margin-bottom: 20px; }
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__copyright {
    text-align: right;
    margin-top: auto; }
    @media screen and (max-width: 959px) {
      .footer__copyright {
        text-align: center; } }
  .footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__info li {
    line-height: 1.8rem; }
  .footer__navBlock {
    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;
    margin-top: 64px; }
    @media screen and (max-width: 1047px) {
      .footer__navBlock {
        margin-top: 40px; } }
    @media screen and (max-width: 959px) {
      .footer__navBlock {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .footer__navBlock li {
      position: relative; }
      @media screen and (max-width: 959px) {
        .footer__navBlock li {
          margin-bottom: 10px; } }
      .footer__navBlock li:not(:last-child) {
        margin-right: 20px; }
        .footer__navBlock li:not(:last-child):after {
          content: "";
          position: absolute;
          width: 1px;
          height: 100%;
          right: -10px;
          background-color: #0f0f0f; }

.contact__info {
  text-align: center; }
  .contact__info p {
    font-size: 1.3rem; }

.button {
  text-align: center;
  margin: auto; }
  .button__submit {
    border: 1px solid;
    padding: 10px 50px; }

.wpcf7 .ajax-loader {
  display: none !important; }

#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px; }

#page_top a {
  background-color: #999;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px; }

#page_top a:hover {
  background-color: #666;
  text-decoration: none; }

.outdoor__flex {
  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; }
  @media screen and (max-width: 1047px) {
    .outdoor__flex {
      display: block; } }
.outdoor__brandBox {
  width: 32%; }
  @media screen and (max-width: 1047px) {
    .outdoor__brandBox {
      width: 100%; } }
.outdoor__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.cafe__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media screen and (max-width: 479px) {
  .sp-m-bottom {
    margin-bottom: 30px; } }

.m-minus-about {
  margin-top: -20px; }

.calendar__wrap {
  max-width: 900px;
  width: 100%;
  margin: auto;
  margin-bottom: -50px; }

.xo-event-calendar table.xo-month .month-dayname td {
  border: none !important; }

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: red !important; }

.xo-event-calendar table.xo-month .month-dayname td div {
  border-width: inherit !important; }

.xo-event-calendar table.xo-month .month-event td {
  border-width: inherit !important;
  padding: 2px 1px 15px 1px !important; }

.xo-event-calendar table.xo-month .month-event-title {
  white-space: initial !important;
  text-align: center !important; }

.xo-event-calendar table.xo-month .month-dayname td div {
  text-align: center !important; }

.xo-event-calendar table.xo-month {
  border: none !important; }

.xo-event-calendar table.xo-month th, .xo-event-calendar table.xo-month td {
  border: none !important; }

.month-event-title {
  background-color: initial !important;
  color: #666 !important; }

/*# sourceMappingURL=style.css.map */
