@charset "UTF-8";
/* DLIGHT */
.dm{}

/* ================================================== */
/* SP */
/* ================================================== */
@media ( max-width: 768px ) {
  
  .top-sec h2 {
    font-family: var(--font-en-cg);
    font-weight: 400;
    font-size: var(--fs30);
    text-align: center;
    line-height: 1;
    margin-bottom: 60px;
  }
  .top-sec .sec-txt .block-l {
    margin-right: 10%;
    max-width: 445px;
  }
  .top-sec .sec-txt .block-l .sec-txt-ja {
    font-size: var(--fs16);
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .top-sec .sec-txt .block-l .sec-txt-en {
    font-size: var(--fs20);
    line-height: 1;
    margin-bottom: 20px;
  }
  .top-sec .sec-txt .block-r .sec-txt-ja {
    /*! text-align: justify; */
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .top-sec .sec-txt .block-r .sec-txt-en {
    font-size: var(--fs12);
    line-height: 1.7;
  }
  
  
  #pac-concept {
    position: relative;
    background-color: #EAE5DE;
  }
  .cc--inner {
    position: relative;
    margin: 0;
    padding: 80px 5% 40px;
    background-color: #252D32;
    color: #FFF;
    z-index: 5;
  }
  .cc--slider-wrap {
    position: relative;
    margin-left: 5%;
  }
  .cc--slider-wrap::after {
    content: '';
    display: block;
    width: 100vw;
    height: calc(100% - 160px);
    background-color: #252D32;
    position: absolute;
    top: 0;
    left: -8%;
  }
  .cc--slider {
    padding-right: 5%;
    overflow: hidden;
  }
  .cc-pagination {
    position: absolute;
    left: -15px !important;
    bottom: 25px !important;
  }
  
  
  #pac-pickup {
    padding: 80px 0 60px;
    background-color: #866B59;
  }
  #pac-pickup.top-sec h2 {
    color: #FFF;
  }
  .pickup--list {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0 10%;
  }
  .pickup--slider {
    color: #FFF;
    overflow: hidden;
  }
  .pickup-button-next,
  .pickup-button-prev {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
  }
  .pickup-button-next {
    right: 7%;
  }
  .pickup-button-prev {
    left: 7%;
  }
  .pickup-button-next::after,
  .pickup-button-prev::after {
    content: '';
    width: 14px;
    height: 6px;
    border-bottom: #FFF solid 1px;
    transform: skew(45deg);
  }
  .pickup-button-next::after {
    border-right: #FFF solid 1px;
    transform: skew(45deg);
    margin-right: 5px;
  }
  .pickup-button-prev::after {
    border-left: #FFF solid 1px;
    transform: skew(-45deg);
    margin-left: 5px;
  }
  .pickup--slider img {
    margin-bottom: 10px;
  }
  .pickup--slider a {
    color: #FFF;
  }
  
  
  #pac-menu {
    padding: 80px 0;
    color: #FFF;
    background-color: #B25238;
  }
  .menu--list {
    position: relative;
    width: 100%;
    margin: 0 auto 60px;;
    padding: 0 10%;
  }
  .menu--slider {
    overflow: hidden;
  }
  .menu--slider .swiper-slide {
    padding-bottom: 1px;
  }
  .menu-button-next,
  .menu-button-prev {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
  }
  .menu-button-next {
    right: 7%;
  }
  .menu-button-prev {
    left: 7%;
  }
  .menu-button-next::after,
  .menu-button-prev::after {
    content: '';
    width: 14px;
    height: 6px;
    border-bottom: #FFF solid 1px;
    transform: skew(45deg);
  }
  .menu-button-next::after {
    border-right: #FFF solid 1px;
    transform: skew(45deg);
    margin-right: 5px;
  }
  .menu-button-prev::after {
    border-left: #FFF solid 1px;
    transform: skew(-45deg);
    margin-left: 5px;
  }
  .mn-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px;
  }
  .mn-tt {
    font-family: var(--font-en-cg);
    font-size: var(--fs24);
    font-weight: normal;
    line-height: 1;
  }
  .mn-time {
    font-family: var(--font-en-jost);
    font-size: var(--fs13);
  }
  .menu--slider img {
    margin-bottom: 20px;
  }
  .mn-btn .btn-viewmore {
    border-color: #FFF;
    color: #FFF;
  }
  
  .menu--info {
    width: 80%;
    margin: auto;
    font-size: var(--fs12);
    text-align: center;
  }
  .menu--info > div {
    padding: 8px;
    border: 1px solid #D7846D;
  }
  .menu--info > div + div {
    margin-top: 30px;
  }
  .menu--info-party table {
    margin: auto;
  }
  
  
  #instainc {
    padding: 80px 0;
    background-color: #EAE5DE;
  }
  #instainc.top-sec h2 {
    margin-bottom: 30px;
  }
  .insta--list {
    width: 90%;
    margin: 0 auto 40px;
  }
  #instainc > .btn {
    width: 60%;
    margin: auto;
  }
  
  
  #pac-space {
    position: relative;
    background-color: #EAE5DE;
  }
  .sp--slider-wrap::after {
    content: '';
    display: block;
    width: 118.6%;
    height: calc(100% - 160px);
    background-color: #252D32;
    position: absolute;
    top: 0;
    left: 0;
  }
  #pac-space h2 {
    position: relative;
    text-align: left;
    color: #FFF;
    margin: 0;
    padding: 130px 0 40px 15.6%;
    background-color: #252D32;
  }
  .sp--inner {
    position: relative;
    margin: auto;
    padding: 60px 5%;
  }
  .sp--slider-wrap {
    position: relative;
    margin-right: 5%;
  }
  .sp--slider {
    overflow: hidden;
    padding-left: 5%;
  }
  .sp-pagination {
    position: absolute;
    left: initial !important;
    right: -15px !important;
    bottom: -5px !important;
  }
  
  
  #pac-info {
    margin: 0 auto 80px;
  }
  .info--inner {
    padding: 80px 0;
    color: #FFF;
    background-color: #B25238;
  }
  .info--table {
    width: 90%;
    margin: auto;
  }
  .info--table table {
    margin: auto;
  }
  .info--table table th {
    font-family: var(--font-en-jost);
    font-weight: normal;
    font-size: var(--fs15);
    text-align: left;
    letter-spacing: 0.1em;
    vertical-align: top;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    display: block;
    border-bottom: 1px solid #D7846D;
  }
  .info--table table td {
    font-size: var(--fs13);
    padding-bottom: 2em;
    width: 100%;
    display: block;
  }
  .info--table .info--table-at {
    margin-left: 3.6em;
  }
  .info--table .info--table-tel {
    font-size: var(--fs16);
  }
  .info--table .info--table-tel a {
    color: #FFF;
  }
  .info--table .info--table-note {
    font-size: var(--fs11);
  }
  .info--btn {
    width: 80%;
    margin: auto;
  }
  .info--btn li + li {
    margin-top: 20px;
  }
  .info--btn li a {
    display: block;
    padding: 12px;
    font-size: var(--fs18);
    font-family: var(--font-en-cg);
    font-weight: 400;
    text-align: center;
    color: #FFF;
    border-color: #FFF;
  }
  .info--gal {
    display: flex;
  }
  .info--gal > div {
    flex: 1;
  }
  
  
  .loca--gmap {
    width: 90%;
    margin: 0 auto 60px;
  }
  .loca--gmap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1	/	0.86;
    filter: grayscale(100%);
  }
  .loca--info {
    width: 90%;
    margin: auto;
  }
  .loca--info table {
    width: 100%;
    margin: auto;
  }
  .loca--info table th {
    font-family: var(--font-en-jost);
    font-weight: normal;
    font-size: var(--fs15);
    text-align: left;
    letter-spacing: 0.1em;
    vertical-align: top;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    width: 100%;
    display: block;
    border-bottom: 1px solid #757170;
  }
  .loca--info table td {
    font-size: var(--fs13);
    padding-bottom: 2em;
    width: 100%;
    display: block;
  }
  
}


/* ================================================== */
/* PC */
/* ================================================== */
@media ( min-width: 769px ) {
  
  .top-sec h2 {
    font-family: var(--font-en-cg);
    font-weight: 400;
    font-size: var(--fs42);
    text-align: center;
    line-height: 1;
    margin-bottom: 80px;
  }
  .top-sec .sec-txt {
    display: flex;
  }
  .top-sec .sec-txt .block-l {
    margin-right: 10%;
    max-width: 445px;
  }
  .top-sec .sec-txt .block-l .sec-txt-ja {
    font-size: var(--fs20);
    line-height: 2.133;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .top-sec .sec-txt .block-l .sec-txt-en {
    font-size: var(--fs24);
    line-height: 1;
    margin-bottom: 30px;
  }
  .top-sec .sec-txt .block-r .sec-txt-ja {
    font-size: var(--fs14);
    line-height: 2.133;
    margin-bottom: 50px;
  }
  .top-sec .sec-txt .block-r .sec-txt-en {
    font-size: var(--fs13);
    line-height: 1.9;
  }
  
  
  #pac-concept {
    position: relative;
    background-color: #EAE5DE;
  }
  .cc--inner {
    position: relative;
    margin: 0;
    padding: 120px 0 80px 20.6%;
    min-width: 1490px;
    background-color: #252D32;
    color: #FFF;
    z-index: 5;
  }
  .cc--slider-wrap {
    position: relative;
    margin-left: 15.6%;
  }
  .cc--slider-wrap::after {
    content: '';
    display: block;
    width: 100vw;
    height: calc(100% - 200px);
    background-color: #252D32;
    position: absolute;
    top: 0;
    left: -18.6%;
  }
  .cc--slider {
    padding-right: 18.54%;
    overflow: hidden;
  }
  .cc-pagination {
    position: absolute;
    left: -25px !important;
    bottom: 25px !important;
  }
  
  
  #pac-pickup {
    padding: 120px 0 100px;
    background-color: #866B59;
  }
  #pac-pickup.top-sec h2 {
    color: #FFF;
  }
  .pickup--list {
    position: relative;
    width: 100%;
    min-width: 1000px;
    max-width: 1488px;
    margin: auto;
    padding: 0 120px;
  }
  .pickup--slider {
    color: #FFF;
    overflow: hidden;
  }
  .pickup-button-next,
  .pickup-button-prev {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .pickup-button-next {
    right: 60px;
  }
  .pickup-button-prev {
    left: 60px;
  }
  .pickup-button-next::after,
  .pickup-button-prev::after {
    content: '';
    width: 14px;
    height: 6px;
    border-bottom: #FFF solid 1px;
    transform: skew(45deg);
  }
  .pickup-button-next::after {
    border-right: #FFF solid 1px;
    transform: skew(45deg);
    margin-right: 5px;
  }
  .pickup-button-prev::after {
    border-left: #FFF solid 1px;
    transform: skew(-45deg);
    margin-left: 5px;
  }
  .pickup--slider img {
    margin-bottom: 10px;
  }
  .pickup--slider a {
    color: #FFF;
  }
  
  
  #pac-menu {
    padding: 100px 0;
    color: #FFF;
    background-color: #B25238;
  }
  .menu--list {
    position: relative;
    min-width: 1000px;
    max-width: 1488px;
    margin: 0 auto 60px;;
    padding: 0 120px
  }
  .menu--slider {
    overflow: hidden;
  }
  .menu-button-next,
  .menu-button-prev {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .menu-button-next {
    right: 60px;
  }
  .menu-button-prev {
    left: 60px;
  }
  .menu-button-next::after,
  .menu-button-prev::after {
    content: '';
    width: 14px;
    height: 6px;
    border-bottom: #FFF solid 1px;
    transform: skew(45deg);
  }
  .menu-button-next::after {
    border-right: #FFF solid 1px;
    transform: skew(45deg);
    margin-right: 5px;
  }
  .menu-button-prev::after {
    border-left: #FFF solid 1px;
    transform: skew(-45deg);
    margin-left: 5px;
  }
  .mn-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 5px;
  }
  .mn-tt {
    font-family: var(--font-en-cg);
    font-size: var(--fs24);
    font-weight: normal;
    line-height: 1;
  }
  .mn-time {
    font-family: var(--font-en-jost);
    font-size: var(--fs13);
  }
  .menu--slider img {
    margin-bottom: 40px;
  }
  .mn-btn .btn-viewmore {
    border-color: #FFF;
    color: #FFF;
  }
  
  .menu--info {
    width: max-content;
    margin: auto;
    font-size: var(--fs13);
    text-align: center;
  }
  .menu--info > div {
    padding: 12px;
    border: 1px solid #D7846D;
  }
  .menu--info > div + div {
    margin-top: 30px;
  }
  .menu--info-party table {
    margin: auto;
  }
  
  
  #instainc {
    padding: 80px 0;
    background-color: #EAE5DE;
  }
  #instainc.top-sec h2 {
    margin-bottom: 30px;
  }
  .insta--list {
    width: 100%;
    min-width: 1000px;
    max-width: 1488px;
    margin: 0 auto 40px;
    padding: 0 120px;
  }
  #instainc > .btn {
    width: 360px;
    margin: auto;
  }
  
  
  #pac-space {
    position: relative;
    background-color: #EAE5DE;
  }
  .sp--slider-wrap::after {
    content: '';
    display: block;
    width: 118.6%;
    height: calc(100% - 160px);
    background-color: #252D32;
    position: absolute;
    top: 0;
    left: 0;
  }
  #pac-space h2 {
    position: relative;
    text-align: left;
    color: #FFF;
    margin: 0;
    padding: 130px 0 40px 15.6%;
    background-color: #252D32;
  }
  .sp--inner {
    position: relative;
    margin: auto;
    padding: 120px 0 80px 20.6%;
    min-width: 1490px;
  }
  .sp--slider-wrap {
    position: relative;
    margin-right: 15.6%;
  }
  .sp--slider {
    overflow: hidden;
    padding-left: 18.54%;
  }
  .sp-pagination {
    position: absolute;
    left: initial !important;
    right: -25px !important;
    bottom: -5px !important;
  }
  
  
  #pac-info {
    margin: 0 auto 100px;
  }
  .info--inner {
    padding: 100px 0;
    color: #FFF;
    background-color: #B25238;
  }
  .info--table table {
    margin: auto;
  }
  .info--table table th {
    font-family: var(--font-en-jost);
    font-weight: normal;
    font-size: var(--fs16);
    text-align: left;
    letter-spacing: 0.1em;
    vertical-align: top;
    padding-right: 3em;
    padding-bottom: 3em;
  }
  .info--table table td {
    font-size: var(--fs14);
    padding-bottom: 3em;
  }
  .info--table .info--table-at {
    margin-left: 3.6em;
  }
  .info--table .info--table-tel {
    font-size: var(--fs18);
  }
  .info--table .info--table-note {
    font-size: var(--fs11);
  }
  .info--btn {
    display: flex;
    justify-content: center;
    column-gap: 60px;
    width: 860px;
    margin: auto;
  }
  .info--btn li {
    flex: 1;
  }
  .info--btn li a {
    display: block;
    padding: 12px 30px;
    font-size: var(--fs18);
    font-family: var(--font-en-cg);
    font-weight: 400;
    text-align: center;
    color: #FFF;
    border-color: #FFF;
  }
  .info--gal {
    display: flex;
  }
  .info--gal > div {
    flex: 1;
  }
  
  
  .loca--gmap {
    width: 100%;
    min-width: 1100px;
    max-width: 1488px;
    margin: 0 auto 100px;
    padding: 0 50px;
  }
  .loca--gmap iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1	/	0.533;
    filter: grayscale(100%);
  }
  .loca--info table {
    margin: auto;
  }
  .loca--info table th {
    font-family: var(--font-en-jost);
    font-weight: normal;
    font-size: var(--fs16);
    text-align: left;
    letter-spacing: 0.1em;
    vertical-align: top;
    padding-right: 5em;
    padding-bottom: 1em;
  }
  .loca--info table td {
    padding-bottom: 1em;
  }
  
}  
  
