@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@media screen and (min-width: 769px) {
  .enjoy {
    color: #333333;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  .enjoy__mv {
    background-color: #fff;
  }
  .enjoy__mv-inner {
    padding-bottom: 50px;
    margin-inline: auto;
    max-width: 1920px;
  }
  .enjoy__mv-lead {
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    margin-top: -19px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .enjoy__contents {
    background-color: #fff9cc;
  }
  .enjoy__contents-inner {
    padding: 68px 0 80px;
    margin-inline: auto;
    max-width: 1200px;
    width: calc(100% - 50px);
  }
  .enjoy__contents-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .enjoy__contents-title {
    color: #ff6404;
    width: 380px;
  }
  .enjoy__contents-lead {
    width: calc(100% - 380px);
    padding-left: 70px;
    font-size: 1.6rem;
    margin-top: 6px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .enjoy__contents-wrap {
    margin-top: 100px;
  }
  .enjoy__contents-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .enjoy__contents-block:not(:first-of-type) {
    margin-top: 70px;
  }
  .enjoy__contents-block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .enjoy__contents-img {
    width: 47%;
  }
  .enjoy__contents-textarea {
    width: 50%;
    margin-top: -3px;
  }
  .enjoy__contents-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .enjoy__contents-tag-item {
    margin-right: 20px;
  }
  .enjoy__contents-tag-item a {
    font-size: 1.6rem;
    color: #ff6404;
  }
  .enjoy__contents-title02 {
    font-size: 3.4rem;
    margin-top: 20px;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: bold;
  }
  .enjoy__contents-text {
    font-size: 1.6rem;
    margin-top: 11px;
    line-height: 1.8;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .enjoy__contents-name {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 12px;
  }
  .enjoy__contents-address {
    font-size: 1.6rem;
    margin-top: 3px;
    color: #666666;
  }
  .enjoy__contents-time {
    font-size: 1.6rem;
    margin-top: 3px;
    color: #666666;
  }
  .enjoy__contents-btn {
    color: #fff;
    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: 230px;
    height: 51px;
    background-color: #ff6404;
    border-radius: 100vmax;
    margin-top: 22px;
    font-size: 1.7rem;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
@media screen and (max-width: 768px) {
  .enjoy {
    color: #333333;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  .enjoy__mv {
    background-color: #fff;
  }
  .enjoy__mv-inner {
    padding-bottom: calc(30 / 375 * 100vw);
  }
  .enjoy__mv-lead {
    font-size: calc(14 / 375 * 100vw);
    color: #333333;
    text-align: center;
    margin-top: calc(-19 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0;
  }
  .enjoy__contents {
    background-color: #fff9cc;
  }
  .enjoy__contents-inner {
    padding: calc(65 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
    margin-inline: auto;
    max-width: calc(1200 / 375 * 100vw);
    width: calc(100% - 50 / 375 * 100vw);
  }
  .enjoy__contents-title {
    color: #ff6404;
    margin-inline: auto;
    width: calc(265 / 375 * 100vw);
  }
  .enjoy__contents-lead {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(24 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.02em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .enjoy__contents-wrap {
    margin-top: calc(36 / 375 * 100vw);
  }
  .enjoy__contents-block:not(:first-of-type) {
    margin-top: calc(53 / 375 * 100vw);
  }
  .enjoy__contents-block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .enjoy__contents-textarea {
    margin-top: calc(30 / 375 * 100vw);
  }
  .enjoy__contents-tag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .enjoy__contents-tag-item {
    margin-right: calc(13 / 375 * 100vw);
  }
  .enjoy__contents-tag-item a {
    font-size: calc(11 / 375 * 100vw);
    color: #ff6404;
  }
  .enjoy__contents-title02 {
    font-size: calc(18 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-weight: bold;
  }
  .enjoy__contents-text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
    line-height: 1.7;
    letter-spacing: 0.04em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .enjoy__contents-name {
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    margin-top: calc(12 / 375 * 100vw);
  }
  .enjoy__contents-address {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    color: #666666;
  }
  .enjoy__contents-time {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(3 / 375 * 100vw);
    color: #666666;
  }
  .enjoy__contents-btn {
    color: #fff;
    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: calc(210 / 375 * 100vw);
    height: calc(43 / 375 * 100vw);
    background-color: #ff6404;
    border-radius: calc(10 / 375 * 100vw);
    margin-top: calc(22 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-inline: auto;
  }
}
/*# sourceMappingURL=enjoy.css.map */