@charset "utf-8";

  .sp {
    display: none;
  }
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

  .font__en {
    font-family: 'Lato', sans-serif;
  }

  .relative {
    position: relative;
  }

  .wrap {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
@media (max-width: 768px) {
  .wrap {
    padding: 0 calc((50/750)*100vw);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* heading */
  .headingLv1 {
    font-size: 28px;
    letter-spacing: .1em;
    line-height: 1.785;
  }
  .headingLv1 + .text {
    margin-top: 30px;
  }

  .headingLv2 {
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 2.083;
  }
  .headingLv2 + .text {
    margin-top: 30px;
  }

  .headingLv3 {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 2;
  }
  .headingLv4 {
    font-size: 15px;
    letter-spacing: .1em;
    line-height: 1.5;
  }

  [data-border="on"] {
    padding-bottom: 12px;
    border-bottom: solid 1px #000;
  }
  [data-border="on"] + .text {
    margin-top: 20px;
  }
  [data-border="on"] + .text__small {
    margin-top: 20px;
  }

  .headingLv4[data-border="on"] {
    padding-bottom: 8px;
    border-bottom: solid 1px #a3a3a3;
  }

  [data-label="on"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 35px;
    background: #333;
    letter-spacing: .2em;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
@media (max-width: 768px) {
  .headingLv1 {
    font-size: calc(40vw/750*100);
  }
  .headingLv1 + .text {
    margin-top: calc(60vw/750*100);
  }

  .headingLv2 {
    font-size: calc(36vw/750*100);
  }
  .headingLv2 + .text {
    margin-top: calc(60vw/750*100);
  }

  .headingLv3 {
    font-size: calc(28vw/750*100);
  }

  [data-border="on"] {
    padding-bottom: calc(20vw/750*100);
  }
  [data-border="on"] + .text {
    margin-top: calc(40vw/750*100);
  }

  [data-label="on"] {
    height: auto;
    padding: calc(10vw/750*100) 5px calc(12vw/750*100);
    letter-spacing: .2em;
  }
}
  .headingLv1::before,
  .headingLv1::after,
  .headingLv2::before,
  .headingLv2::after,
  .headingLv3::before,
  .headingLv3::after,
  .headingLv4::before,
  .headingLv4::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .headingLv1::before {
    margin-top: calc((1 - 1.785) * 0.5em);
  }
  .headingLv1::after {
    margin-bottom: calc((1 - 1.785) * 0.5em);
  }
  .headingLv2::before {
    margin-top: calc((1 - 2.083) * 0.5em);
  }
  .headingLv2::after {
    margin-bottom: calc((1 - 2.083) * 0.5em);
  }
  .headingLv3::before {
    margin-top: calc((1 - 2) * 0.5em);
  }
  .headingLv3::after {
    margin-bottom: calc((1 - 2) * 0.5em);
  }
  .headingLv4::before {
    margin-top: calc((1 - 1.5) * 0.5em);
  }
  .headingLv4::after {
    margin-bottom: calc((1 - 1.5) * 0.5em);
  }

  .text {
    font-size: 15px;
    letter-spacing: .05em;
    line-height: 2.4;
  }
  .text__small {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.833;
  }
@media (max-width: 768px) {
  .text {
    font-size: calc(24vw/750*100);
  }
}
  .text::before,
  .text::after,
  .text__small::before,
  .text__small::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .text::before {
    margin-top: calc((1 - 2.4) * 0.5em);
  }
  .text::after {
    margin-bottom: calc((1 - 2.4) * 0.5em);
  }
  .text__small::before {
    margin-top: calc((1 - 1.833) * 0.5em);
  }
  .text__small::after {
    margin-bottom: calc((1 - 1.833) * 0.5em);
  }

/* layout */
  .layoutCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .is-reverse {
    flex-direction: row-reverse;
  }
  .is-center {
    align-items: center;
  }

  .photoBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .clmFull__item {
    width: 100%;
  }

  .clmTwo__item {
    width: calc(480/1000*100%);
  }
  .clmTwo__item--large {
    width: calc(490/1000*100%);
  }
  .clmTwo__item--large .clmTwo__item {
    width: calc(235/490*100%);
  }

  .clmTwo__item .photo + .photoBlock {
    margin-top: 10px;
  }
  .clmTwo__item .photoBlock .photo {
    width: calc(235/480*100%);
  }

  .clmThree__item {
    width: calc(310/1000*100%);
  }
  .clmThree__item--large {
    width: calc(320/1000*100%);
  }
  .clmThree__item--double {
    width: calc(655/1000*100%);
  }

  .clmFour__item {
    width: calc(235/1000*100%);
  }
@media (max-width: 768px) {
  .clmTwo__item {
    width: 100%;
  }
  .clmTwo__item--large {
    width: 100%;
  }
  .clmTwo__item--large .clmTwo__item {
/*
    width: calc(50% - 10px);
*/
    width: 100%;
  }
  .clmTwo__item .photoBlock .photo {
    width: calc(50% - 5px);
  }

  .clmThree__item {
    width: 100%;
  }
  .clmThree__item--large {
    width: 100%;
  }
  .clmThree__item--double {
    width: 100%;
  }

  .clmFour__item {
/*
    width: calc(50% - 10px);
*/
    width: 100%;
  }
}

/* cap */
  .cap {
    font-size: 10px;
    letter-spacing: .1em;
    line-height: 1.5;
  }

/* photo */
  .photo {
    position: relative;
  }

  .kakoi {
    display: inline-block;
    border: solid 1px #ccc;
  }

  .photo .cap {
    position: absolute;
  }
  .cap--inLeft {
    bottom: 0;
    left: 0;
    padding: 5px;
    text-align: left;
  }
  .cap--outLeft {
    top: 100%;
    left: 0;
    padding: 5px 0;
    text-align: left;
  }
  .cap--inRight {
    bottom: 0;
    right: 0;
    padding: 5px;
    text-align: right;
  }
  .cap--outRight {
    top: 100%;
    right: 0;
    padding: 5px 0;
    text-align: right;
  }

/* lowMv */
  .lowMv {
    position: relative;
    height: 300px;
  }
  .lowMv__heading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 1;
    color: #fff;

    transform: translateY(-50%);
    text-align: center;
  }
  .lowMv__heading .font__en {
    display: block;
    font-family: 'EB Garamond', serif;
    font-size: 36px;
    letter-spacing: .1em;
  }
  .lowMv__heading .font__jp {
    display: block;
    margin-top: 15px;
    font-size: 16px;
  }

  .lowMv__cap {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 12px;
  }
@media (max-width: 768px) {
}

/* btn */
  .btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    width: 200px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border: solid 1px #333;
    transition: all .3s ease;
    box-sizing: border-box;
  }
  .btn .font__jp {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 12px;
    letter-spacing: .1em;
  }
  .btn .font__en {
    font-family: 'EB Garamond', serif;
    font-size: 14px;
    letter-spacing: .1em;
  }

  .btn__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btn__item {
  }
  .btn__item + .btn__item {
    margin-left: 20px;
  }
  .btn__link {
    position: relative;
  }
  .btn--print::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 22px;
    height: 20px;
    margin-top: -10px;
    background: url(../imgs/icon-print.png) no-repeat 0 0;
    transition: all .3s ease;
  }
  .btn--gmap::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    width: 15px;
    height: 20px;
    margin-top: -10px;
    background: url(../imgs/icon-gmap.png) no-repeat 0 0;
    transition: all .3s ease;
  }

  .btn--print {
  }
@media (min-width: 769px) {
  .btn:hover {
    background: #333;
    color: #fff;
  }
  .btn--gmap:hover {
    background: #788b8d;
    border: solid 1px #788b8d;
  }

  .btn--print:hover::before {
    background: url(../imgs/icon-print_ov.png) no-repeat 0 0;
  }
  .btn--gmap:hover::before {
    background: url(../imgs/icon-gmap_ov.png) no-repeat 0 0;
  }
}
@media (max-width: 768px) {
  .btn__list {
  }
  .btn__item {
    width: 100%;
  }
  .btn__item:nth-child(n+2) {
    margin-top: 10px;
  }
  .btn__item + .btn__item {
    margin-left: 0;
  }

  .btn--print {
    display: none;
  }
}