@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --blue1: #182f5a;
  --blue2: #00a0da;
  --beige1: #ceb365;
  --beige2: #a58941;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  line-height: 1.6;
}

body {
  padding: 0;
  margin: 0;
}

body,
html {
  overflow-x: hidden;
}

header {
  display: none !important;
}

.fs__70 {
  font-size: 70%;
}

/* main
-------------------------------------*/
main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  color: #ffffff;
  letter-spacing: 0.05em;
  width: 100%;
  background-color: var(--blue1);
  background-image: url(../img/omachiakari/bg_main_left.png), url(../img/omachiakari/bg_main_right.png);
  background-repeat: repeat-y;
  background-position: top left, top right;
  background-size: 370px 1510px;
  margin-top: 0;
  padding-top: 0 !important;
  padding-bottom: 200px;
}
@media screen and (max-width: 999px) {
  main {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 600px) {
  main {
    font-size: 13px;
    letter-spacing: 0;
    background-size: 145px 592px;
  }
}
main p, main div {
  margin: 0;
  padding: 0;
}
main img {
  display: block;
}
main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-sp__block {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-sp__block {
    display: inline;
  }
}

@media screen and (max-width: 600px) {
  .c-sp__none {
    display: none;
  }
}

.c-md__block {
  display: none;
}
@media screen and (max-width: 999px) {
  .c-md__block {
    display: inline;
  }
}

@media screen and (max-width: 999px) {
  .c-md__none {
    display: none;
  }
}

.c-ttl01 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: var(--beige1);
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 18px;
  }
}

.c-ttl02 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: var(--blue1);
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 15px;
  }
}
.c-ttl02 span {
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 0.5em;
  line-height: 1.8;
  background: var(--beige1);
}

.c-btn01 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #ffffff;
  padding: 0.5em 2em;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    font-size: 16px;
  }
}
.c-btn01:hover {
  color: var(--blue1);
  background: #ffffff;
}

/* language
-------------------------------------*/
.p-language {
  position: fixed;
  top: 30px;
  right: 30px;
  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;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .p-language {
    top: 15px;
    right: 15px;
  }
}
.p-language .p-language_ttl {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-language .p-language_ttl {
    display: none;
  }
}
.p-language .p-language_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #666666;
  border-radius: 10px;
  overflow: hidden;
}
.p-language .p-language_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 80px;
}
@media screen and (max-width: 599px) {
  .p-language .p-language_list li {
    width: 50px;
  }
}
.p-language .p-language_list li span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #cccccc;
  width: 100%;
  height: 100%;
  background: #666666;
  padding: 0.5em;
}
@media screen and (max-width: 599px) {
  .p-language .p-language_list li span {
    font-size: 15px;
  }
}
.p-language .p-language_list li a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--beige1);
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 0.25em;
}
@media screen and (max-width: 599px) {
  .p-language .p-language_list li a {
    font-size: 20px;
  }
}
@media (any-hover: hover) {
  .p-language .p-language_list li a:hover {
    color: #ffffff;
    background: var(--beige1);
  }
}

/* mv
-------------------------------------*/
.p-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  aspect-ratio: 1600/950;
  background-image: url(../img/omachiakari/bg_mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-mv {
    aspect-ratio: 390/330;
    background-image: url(../img/omachiakari/bg_mv_sp.jpg);
  }
}
.p-mv h1 {
  width: 90%;
  max-width: 1255px;
}

/* about
-------------------------------------*/
.p-about {
  position: relative;
  padding: 70px 5% 0;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 40px;
  }
}
.p-about .p-about_desc {
  text-align: center;
  margin: 1.5em auto 0;
}

/* event
-------------------------------------*/
.p-event {
  position: relative;
  background: var(--bg1);
  padding: 230px 5% 0;
}
@media screen and (max-width: 767px) {
  .p-event {
    padding-top: 120px;
  }
}
.p-event .p-event_subttl {
  margin-top: 2em;
}
.p-event .p-event_note {
  font-size: 18px;
  font-weight: 500;
  color: var(--beige1);
  text-align: center;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 767px) {
  .p-event .p-event_note {
    font-size: 12px;
  }
}
.p-event .p-event_desc {
  text-align: center;
  margin: 2em auto 0;
}
.p-event .p-event_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 85px 8%;
  width: 100%;
  max-width: 1160px;
  margin: 100px auto 0;
}
@media screen and (max-width: 999px) {
  .p-event .p-event_list {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-event .p-event_list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-top: 60px;
  }
}
.p-event .p-event_list .p-event_list__item {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0;
  background: #ffffff;
  border-radius: 20px;
  padding: 70px 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-event .p-event_list .p-event_list__item {
    padding: 30px 15px 20px;
  }
}
.p-event .p-event_list .p-event_list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 20px;
  background: var(--beige2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-event .p-event_list .p-event_list__item::before {
    height: 10px;
  }
}
.p-event .p-event_list .p-event_list__item .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--beige2);
  text-align: center;
  margin-bottom: 0.65em;
}
@media screen and (max-width: 999px) {
  .p-event .p-event_list .p-event_list__item .item-ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .p-event .p-event_list .p-event_list__item .item-ttl {
    font-size: 22px;
  }
}
.p-event .p-event_list .p-event_list__item .item-img {
  width: 100%;
  aspect-ratio: 460/260;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-event .p-event_list .p-event_list__item .item-img {
    border-radius: 10px;
  }
}
.p-event .p-event_list .p-event_list__item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-event .p-event_list .p-event_list__item .item-desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: var(--blue1);
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .p-event .p-event_list .p-event_list__item .item-desc {
    font-size: 12px;
  }
}

/* shop
-------------------------------------*/
.p-shop {
  position: relative;
  padding: 200px 5% 0;
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding-top: 120px;
  }
}
.p-shop .p-shop_subttl {
  margin-top: 2em;
}
.p-shop .p-shop_desc {
  text-align: center;
  margin: 2em auto 0;
}
.p-shop .p-shop_list {
  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;
  gap: 45px 2%;
  max-width: 1275px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-shop .p-shop_list {
    margin-top: 30px;
  }
}
.p-shop .p-shop_list .p-shop_list__item {
  width: 23.5%;
}
@media screen and (max-width: 999px) {
  .p-shop .p-shop_list .p-shop_list__item {
    width: 32%;
  }
}
@media screen and (max-width: 600px) {
  .p-shop .p-shop_list .p-shop_list__item {
    width: 49%;
  }
}
.p-shop .p-shop_list .p-shop_list__item a {
  color: var(--txt);
  text-align: center;
  text-decoration: none;
}
.p-shop .p-shop_list .p-shop_list__item a .item-thumb {
  width: 100%;
  aspect-ratio: 300/210;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-shop .p-shop_list .p-shop_list__item a .item-thumb {
    border-radius: 10px;
  }
}
.p-shop .p-shop_list .p-shop_list__item a .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-shop .p-shop_list .p-shop_list__item a .item-ttl {
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1em;
}
.p-shop .p-shop_list .p-shop_list__item a .item-type {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.5em;
}
@media screen and (max-width: 999px) {
  .p-shop .p-shop_list .p-shop_list__item a .item-type {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .p-shop .p-shop_list .p-shop_list__item a .item-type {
    font-size: 10px;
  }
}

/* access
-------------------------------------*/
.p-access {
  position: relative;
  padding: 200px 5% 0;
}
@media screen and (max-width: 767px) {
  .p-access {
    padding-top: 100px;
  }
}
.p-access .p-access_desc {
  margin-top: 1.5em;
  text-align: center;
}
.p-access .p-access_img {
  width: 85%;
  max-width: 475px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-access .p-access_img {
    margin-top: 40px;
  }
}
.p-access .p-access_btn {
  text-align: center;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-access .p-access_btn {
    margin-top: 40px;
  }
}

/* lity
-------------------------------------*/
.lity-close {
  position: absolute;
  top: 50px;
  right: 40px;
  width: 50px;
  aspect-ratio: 1/1;
  text-indent: 100%;
  white-space: nowrap;
  text-shadow: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lity-close {
    top: 15px;
    right: 10px;
    width: 20px;
  }
}
.lity-close::before, .lity-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #666666;
  pointer-events: none;
}
.lity-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.lity-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.lity-close:active {
  top: 50px;
}
@media screen and (max-width: 767px) {
  .lity-close:active {
    top: 15px;
  }
}

.c-modal01 {
  position: relative;
  background: #ffffff;
  width: 90vw;
  max-width: 1600px;
  max-height: 80vh !important;
  overflow: auto;
}
.c-modal01 .c-modal01__container {
  position: relative;
  width: 90%;
  max-width: 1300px;
  margin-inline: auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-modal01 .c-modal01__container {
    padding: 60px 0;
  }
}
.c-modal01 .c-modal01__container .c-modal01_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: var(--beige2);
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01_ttl {
    font-size: 20px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner {
  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;
  gap: 30px 5%;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .c-modal01 .c-modal01__container .c-modal01__inner {
    margin-top: 30px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail {
  width: 45%;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail {
    width: 100%;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_img {
  width: 100%;
  aspect-ratio: 600/400;
  overflow: hidden;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
  color: #666666;
  margin-top: 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_detail .c-modal01_desc {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info {
  width: 50%;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info {
    width: 100%;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table {
  width: 100%;
  border-collapse: collapse;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table th:not(:last-child), .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table td:not(:last-child) {
  border-right: 1px dotted #96adbb;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table thead {
  background: var(--beige1);
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table thead th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
  padding: 0.75em 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table thead th {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table thead th {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr:nth-child(odd) {
  background: #f6f6f6;
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr th {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--beige2);
  text-align: center;
  width: 8em;
  padding: 0.75em 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr th {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr th {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--txt);
  padding: 0.75em 1em;
}
@media screen and (max-width: 999px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr td {
    font-size: 12px;
  }
}
.c-modal01 .c-modal01__container .c-modal01__inner .c-modal01_info table tbody tr td a {
  color: var(--blue2);
  text-decoration: underline;
  word-break: break-all;
}

/* footer
-------------------------------------*/
#footer {
  background: #E4E4E4 url(../img/omachiakari/bg_foot.svg) no-repeat 0 0;
}
/*# sourceMappingURL=omachiakari.css.map */