@keyframes kv_pic_pc {
  0% {
    background-position: 0px top;
  }
  100% {
    background-position: -1500px top;
  }
}
@keyframes kv_pic_vw {
  0% {
    background-position: 0vw top;
  }
  100% {
    background-position: -109.81vw top;
  }
}
@keyframes kv_pic_sp {
  0% {
    background-position: 0vw top;
  }
  100% {
    background-position: -166.4vw top;
  }
}
@keyframes kv_pic_sp2 {
  0% {
    background-position: 0vw top;
  }
  100% {
    background-position: 166.4vw top;
  }
}
.animate .fadein,
.animate.fadein {
  opacity: 0;
  transition: opacity 1s ease;
}

.animate.show .fadein,
.animate.show.fadein {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important;
  }
  article img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  article * {
    position: relative;
  }
  article header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  article header .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 299px;
    display: block;
  }
  article header .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  article header h1 {
    position: absolute;
    right: 40px;
    top: 43px;
    padding: 0 14px 0 15px;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
    background-color: #000;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
  article .fixed_btn {
    position: absolute;
    width: 160px;
    right: 38px;
    top: 0;
    margin-top: calc(44.07% - 138px);
    z-index: 11;
  }
  article .fixed_btn a {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  article .fixed_btn {
    margin-top: 465px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  article .fixed_btn {
    left: 83%;
  }
}
@media screen and (min-width: 768px) {
  article section p {
    font-size: 20px;
    line-height: 1.7;
  }
  article section#kv_sec {
    padding: 0 0 12px;
    background-color: #fff;
    overflow: visible;
  }
  article section#kv_sec .kv_video {
    display: block;
    width: 100%;
    height: auto;
    min-width: 1366px;
    left: 50%;
    transform: translateX(-50%);
  }
  article section#kv_sec .kv_video video {
    display: block;
    width: 100%;
    height: auto;
  }
  article section#kv_sec h1 {
    width: 760px;
    margin: -100px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  article section#kv_sec h1 {
    width: 60.3174603175%;
  }
}
@media screen and (min-width: 768px) {
  article section#kv_sec .scroll_icon {
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 16px;
  }
  article section#kv_sec .sec_inner {
    padding-bottom: 35px;
  }
  article section#kv_sec .pic_set {
    width: 109.8096632504%;
    min-width: 1500px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../image/mv_pic_set.jpg);
    background-size: 100% auto;
    background-repeat: repeat-x;
    aspect-ratio: 1500/203;
    animation: kv_pic_vw 25s linear infinite;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  article section#kv_sec .pic_set {
    animation-name: kv_pic_pc;
  }
}
@media screen and (min-width: 768px) {
  article section#intro_sec {
    padding: 112px 0 119px;
    color: #fff;
    background-image: url(../image/intro_glass.jpg), url(../image/intro_bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 1366px auto;
    background-position: center bottom, center top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1800px) {
  article section#intro_sec {
    background-size: 1800px auto, 1366px auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  article section#intro_sec {
    background-size: 131.7715959004% auto, 1366px auto;
  }
}
@media screen and (min-width: 768px) {
  article section#intro_sec .sec_inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
  article section#intro_sec .set {
    width: 91.9472913616%;
    margin: 0 auto;
    left: -2.0497803807%;
    position: relative;
  }
  article section#enjoy_sec {
    padding: 68px 60px 98px;
    background-color: #fff;
  }
  article section#enjoy_sec .sec_inner {
    width: 100%;
    max-width: 1246px;
    margin: 0 auto;
  }
  article section#enjoy_sec .row h2 {
    padding-bottom: 41.7335473515%;
    height: 0;
    box-sizing: content-box;
    background-size: cover;
    background-position: left center;
    color: transparent;
  }
  article section#enjoy_sec .row.enjoy1 {
    margin-bottom: 126px;
  }
  article section#enjoy_sec .row.enjoy1 h2 {
    background-image: url(../image/enjoy1_title.png);
    margin-bottom: 51px;
  }
  article section#enjoy_sec .row.enjoy1 p {
    padding-left: 51.5248796148%;
    min-height: 403px;
  }
  article section#enjoy_sec .row.enjoy1 p .pic {
    position: absolute;
    left: 0;
    top: 7px;
    width: 48.5553772071%;
  }
  article section#enjoy_sec .row.enjoy1 p .btn {
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #00254f;
    margin-top: 43px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 87.5% center;
    background-image: url(../image/icon_arrow.svg);
    transition: opacity 200ms linear;
    left: calc(100% - 280px);
  }
  article section#enjoy_sec .row.enjoy1 p .btn:hover {
    opacity: 0.8;
  }
  article section#enjoy_sec .row.enjoy2 h2 {
    background-image: url(../image/enjoy2_title.png);
    margin-bottom: 50px;
  }
  article section#enjoy_sec .row.enjoy2 p {
    padding-left: 4.8154093098%;
  }
  article section#enjoy_sec .row.enjoy2 p strong {
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  article section#enjoy_sec .row.enjoy2 .recipe {
    margin-top: 53px;
  }
  article section#enjoy_sec .row.enjoy2 .recipe h4 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 33px;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide .col {
    width: 24.077046549%;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide .col p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 12px;
    padding-left: 0.875em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide .col p {
    font-size: 1.2698412698vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide .col p {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  article section#enjoy_sec .row.enjoy2 .recipe .btn {
    margin: 56px auto 0;
    display: block;
    width: 336px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    background-color: #00254f;
    font-size: 19px;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .link_text {
    width: 397px;
    margin: 30px auto 0;
  }
  article section#enjoy_sec .bnr_area {
    padding: 40px 0 0;
    background: #fff;
  }
  article section#enjoy_sec .bnr_area .bnr {
    display: block;
    width: 760px;
    max-width: 68.5%;
    margin: 0 auto;
  }
  article section#about_sec {
    padding: 100px 60px 95px;
    color: #fff;
    background-image: url(../image/about_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  article section#about_sec .sec_inner {
    width: 100%;
    max-width: 1246px;
    margin: 0 auto;
  }
  article section#about_sec h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 62px;
    line-height: 1;
  }
  article section#about_sec .pic {
    width: 463px;
    margin: 0 auto 56px;
  }
  article section#about_sec p {
    max-width: 942px;
    margin: 0 auto;
  }
  article section#youtube_sec {
    padding: 130px 60px 187px;
    color: #fff;
    background-image: url(../image/youtube_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  article section#youtube_sec .sec_inner {
    width: 100%;
    max-width: 1246px;
    margin: 0 auto;
  }
  article section#youtube_sec h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 59px;
    line-height: 1;
  }
  article section#youtube_sec h2 + p {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
  }
  article section#youtube_sec .thumb_set {
    width: 100%;
    max-width: 945px;
    margin: 68px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  article section#youtube_sec .thumb_set .thumb {
    display: block;
    width: 48.253968254%;
    border: #fff 2px solid;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding: 276px 25px 27px;
    box-sizing: border-box;
    background-color: rgba(0, 37, 79, 0.8);
    transition: opacity 0.2s ease;
  }
  article section#youtube_sec .thumb_set .thumb .title {
    left: -5px;
    padding-left: 55px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 42px auto;
    background-position: left center;
  }
  article section#youtube_sec .thumb_set .thumb .title + p {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
  }
  article section#youtube_sec .thumb_set .thumb.tokui {
    background-image: url(../image/thumb01_pc.jpg);
  }
  article section#youtube_sec .thumb_set .thumb.tokui .title {
    background-image: url(../image/icon_tokui.png);
  }
  article section#youtube_sec .thumb_set .thumb.george {
    background-image: url(../image/thumb02_pc.jpg);
  }
  article section#youtube_sec .thumb_set .thumb.george .title {
    background-image: url(../image/icon_george.png);
  }
  article section#youtube_sec .thumb_set .thumb:hover {
    opacity: 0.8;
  }
  article section#restaurant_sec {
    background-color: #fff;
    padding: 126px 60px 50px;
  }
  article section#restaurant_sec .sec_inner {
    width: 100%;
    max-width: 1126px;
    margin: 0 auto;
  }
  article section#restaurant_sec h2 {
    width: 399px;
    height: 145px;
    background-size: contain;
    background-position: left top;
    color: transparent;
    background-image: url(../image/restaurants_title.png);
    margin-bottom: 36px;
  }
  article section#restaurant_sec h2 + p {
    margin-bottom: 55px;
  }
  article section#restaurant_sec #csv_area .ac_set:nth-child(n+2) {
    margin-top: 10px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn {
    cursor: pointer;
    width: 100%;
    display: block;
    background-color: #00254f;
    text-align: center;
    color: #fff;
    line-height: 80px;
    font-size: 24px;
    font-weight: bold;
    transition: opacity 200ms linear;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn:hover {
    opacity: 0.8;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn .icon {
    width: 27px;
    height: 27px;
    position: absolute;
    display: block;
    right: 32.2380106572%;
    top: calc(50% - 13.5px);
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn .icon:before, article section#restaurant_sec #csv_area .ac_set .ac_btn .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 27px;
    height: 1px;
    left: 0;
    top: 13px;
    background-color: #fff;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn .icon:after {
    transform-origin: center center;
    transform: rotate(90deg);
  }
  article section#restaurant_sec #csv_area .ac_set .ac_wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner {
    padding: 62px 0 50px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row:nth-child(n+2) {
    margin-top: 64px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .shop_name {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    width: 100%;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .text1 {
    font-size: 18px;
    line-height: 1.7777777778;
    margin-top: 16px;
    width: 100%;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .flex_wrap {
    width: 100%;
    border-top: #00254f 2px solid;
    padding-top: 23px;
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col {
    width: 50%;
    box-sizing: border-box;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col:nth-child(1) {
    padding-right: 24px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col p {
    font-size: 18px;
    line-height: 1.7777777778;
    margin: 0;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .url a {
    text-decoration: underline;
    transition: opacity 200ms linear;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .url a:hover {
    opacity: 0.8;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .map {
    width: 168px;
    line-height: 31px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    text-align: center;
    margin-top: 12px;
    display: block;
    transition: opacity 200ms linear;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .map:hover {
    opacity: 0.8;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .menu_title {
    font-size: 18px;
    line-height: 1.7777777778;
    padding-left: 19px;
    font-weight: bold;
    background-image: url(../image/icon_menu.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: left 5px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .menu_name {
    padding-left: 19px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .menu_name:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 3px;
    top: 13px;
    background-color: #00254f;
    border-radius: 100%;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide_wrap {
    margin-top: 40px;
    background-color: #f2f4f6;
    width: 100%;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide {
    width: 560px;
    margin: 0 auto;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide .slick-arrow {
    position: absolute;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    background-color: transparent;
    background-image: none;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-right: #000 3px solid;
    border-bottom: #000 3px solid;
    transform-origin: center center;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide .slick-arrow.slick-prev {
    left: -30px;
    transform: rotate(135deg);
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide .slick-arrow.slick-next {
    right: -30px;
    transform: rotate(-45deg);
  }
  article section#restaurant_sec #csv_area .ac_set.open .ac_btn {
    background-color: #b2bdca;
  }
  article section#restaurant_sec #csv_area .ac_set.open .ac_btn .icon:after {
    display: none;
  }
  article section#restaurant_sec .bnr_area {
    padding: 50px 0 0;
    background: #fff;
  }
  article section#restaurant_sec .bnr_area .bnr {
    display: block;
    width: 760px;
    max-width: 68.5%;
    margin: 0 auto;
  }
  article section#outline_sec {
    background-color: #e5e9ed;
    padding: 103px 60px 94px;
  }
  article section#outline_sec .sec_inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  article section#outline_sec h2 {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #00254f;
    font-weight: bold;
    margin-bottom: 49px;
  }
  article section#outline_sec p, article section#outline_sec dl {
    font-size: 16px;
    line-height: 2;
  }
  article section#outline_sec p strong,
  article section#outline_sec p dt, article section#outline_sec dl strong,
  article section#outline_sec dl dt {
    font-weight: bold;
    color: #00254f;
  }
  article section#outline_sec dl {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  body {
    padding-bottom: 0;
  }
  body nav.main_menu {
    display: none !important;
  }
  article img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  article * {
    position: relative;
  }
  article header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
  }
  article header .logo {
    position: absolute;
    left: 16px;
    top: 12px;
    width: 87px;
    display: block;
  }
  article header .logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  article header h1 {
    position: absolute;
    right: 15px;
    top: 25px;
    padding: 0 8px 0 9px;
    width: fit-content;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    background-color: #000;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
  article .fixed_btn {
    position: absolute;
    width: 122px;
    right: -13px;
    top: -61px;
    margin-top: 142%;
  }
  article .fixed_btn a {
    display: block;
  }
  article section p {
    font-size: 16px;
    line-height: 1.625;
  }
  article section#kv_sec {
    padding: 0 0 19px;
    background-color: #fff;
  }
  article section#kv_sec .kv_video {
    display: block;
    width: 100%;
    height: auto;
  }
  article section#kv_sec .kv_video video {
    display: block;
    width: 100%;
    height: auto;
  }
  article section#kv_sec h1 {
    width: 73.6%;
    left: 11.0666666667%;
  }
  article section#kv_sec .scroll_icon {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 13px;
  }
  article section#kv_sec .sec_inner {
    padding-bottom: 10.9333333333%;
  }
  article section#kv_sec .pic_set {
    width: 166.4vw;
    left: 0;
    background-image: url(../image/mv_pic_set_sp1.jpg);
    background-size: 100% auto;
    background-repeat: repeat-x;
    aspect-ratio: 1248/338;
    animation: kv_pic_sp 16s linear infinite;
  }
  article section#kv_sec .pic_set.set2 {
    background-image: url(../image/mv_pic_set_sp2.jpg);
    animation: kv_pic_sp2 16s linear infinite;
    margin-top: 15px;
  }
  article section#intro_sec {
    padding: 14.5333333333% 0 91.0666666667%;
    color: #fff;
    background-image: url(../image/intro_glass_sp.jpg), url(../image/intro_bg_sp.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: center bottom, center top;
    background-color: #00254f;
  }
  article section#intro_sec .set {
    width: 100%;
  }
  article section#intro_sec .text {
    margin-top: 8.5333333333%;
    padding: 0 4%;
    font-size: 16px;
    line-height: 1.625;
  }
  article section#enjoy_sec {
    background-color: #fff;
  }
  article section#enjoy_sec .row h2 {
    padding-bottom: 102.1333333333%;
    height: 0;
    box-sizing: content-box;
    background-size: cover;
    background-position: left center;
    color: transparent;
  }
  article section#enjoy_sec .row.enjoy1 {
    padding-bottom: 85px;
  }
  article section#enjoy_sec .row.enjoy1 h2 {
    background-image: url(../image/enjoy1_title_sp.png);
    margin-bottom: 19px;
  }
  article section#enjoy_sec .row.enjoy1 p {
    padding: 0 4%;
  }
  article section#enjoy_sec .row.enjoy1 p .pic {
    display: block;
    width: 100%;
    margin: 17px auto 24px;
  }
  article section#enjoy_sec .row.enjoy1 p .btn {
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #00254f;
    margin: 30px auto 0;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: 87.5% center;
    background-image: url(../image/icon_arrow.svg);
  }
  article section#enjoy_sec .row.enjoy2 {
    padding-bottom: 60px;
  }
  article section#enjoy_sec .row.enjoy2 h2 {
    background-image: url(../image/enjoy2_title_sp.png);
    margin-bottom: 28px;
  }
  article section#enjoy_sec .row.enjoy2 p {
    padding: 0 4%;
  }
  article section#enjoy_sec .row.enjoy2 p strong {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  article section#enjoy_sec .row.enjoy2 .recipe {
    margin-top: 20px;
  }
  article section#enjoy_sec .row.enjoy2 .recipe h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 17px;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide {
    width: 74.6666666667%;
    margin: 0 auto;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide .col p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 7px;
    padding: 0;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide .slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    top: calc(50% - 37px);
    background-color: transparent;
    background-image: none;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-right: #000 3px solid;
    border-bottom: #000 3px solid;
    transform-origin: center center;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide .slick-arrow.slick-prev {
    right: 101%;
    transform: rotate(135deg);
  }
  article section#enjoy_sec .row.enjoy2 .recipe .reciep_slide .slick-arrow.slick-next {
    left: 101%;
    transform: rotate(-45deg);
  }
  article section#enjoy_sec .row.enjoy2 .recipe .btn {
    margin: 46px auto 0;
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background-color: #00254f;
    font-size: 16px;
  }
  article section#enjoy_sec .row.enjoy2 .recipe .link_text {
    width: 250px;
    margin: 15px auto 0;
  }
  article section#enjoy_sec .bnr_area {
    padding: 6% 0 4%;
    background: #fff;
  }
  article section#enjoy_sec .bnr_area .bnr {
    display: block;
    width: 760px;
    max-width: 92%;
    margin: 0 auto;
  }
  article section#about_sec {
    padding: 59px 4% 39.4666666667%;
    color: #fff;
    background-image: url(../image/about_bg_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #00254f;
  }
  article section#about_sec h2 {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 47px;
    line-height: 1;
  }
  article section#about_sec .pic {
    width: 232px;
    margin: 0 auto 46px;
  }
  article section#youtube_sec {
    padding: 52px 4% 75px;
    color: #fff;
    background-image: url(../image/youtube_bg_sp.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #00254f;
  }
  article section#youtube_sec h2 {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 33px;
    line-height: 36px;
  }
  article section#youtube_sec h2 + p {
    font-size: 16px;
    line-height: 26px;
  }
  article section#youtube_sec .thumb_set {
    width: 100%;
    margin: 33px auto 0;
  }
  article section#youtube_sec .thumb_set .thumb {
    display: block;
    width: 100%;
    border: #fff 2px solid;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding: calc(15px + 55.9%) 18px 19px;
    box-sizing: border-box;
    background-color: rgba(0, 37, 79, 0.8);
  }
  article section#youtube_sec .thumb_set .thumb .title {
    left: -4px;
    padding-left: 42px;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: 32px auto;
    background-position: left center;
  }
  article section#youtube_sec .thumb_set .thumb .title + p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 21px;
  }
  article section#youtube_sec .thumb_set .thumb.tokui {
    background-image: url(../image/thumb01_sp.jpg);
  }
  article section#youtube_sec .thumb_set .thumb.tokui .title {
    background-image: url(../image/icon_tokui.png);
  }
  article section#youtube_sec .thumb_set .thumb.george {
    background-image: url(../image/thumb02_sp.jpg);
  }
  article section#youtube_sec .thumb_set .thumb.george .title {
    background-image: url(../image/icon_george.png);
  }
  article section#youtube_sec .thumb_set .thumb:nth-child(n+2) {
    margin-top: 15px;
  }
  article section#restaurant_sec {
    background-color: #fff;
    padding: 40px 4% 28px;
  }
  article section#restaurant_sec h2 {
    width: 200px;
    height: 73px;
    background-size: contain;
    background-position: left top;
    color: transparent;
    background-image: url(../image/restaurants_title_sp.png);
    margin-bottom: 12px;
  }
  article section#restaurant_sec h2 + p {
    margin-bottom: 33px;
  }
  article section#restaurant_sec #csv_area .ac_set:nth-child(n+2) {
    margin-top: 10px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn {
    cursor: pointer;
    width: 100%;
    display: block;
    background-color: #00254f;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    right: 6.6666666667%;
    top: 20px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn .icon:before, article section#restaurant_sec #csv_area .ac_set .ac_btn .icon:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    left: 0;
    top: 9.5px;
    background-color: #fff;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_btn .icon:after {
    transform-origin: center center;
    transform: rotate(90deg);
  }
  article section#restaurant_sec #csv_area .ac_set .ac_wrap {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner {
    padding: 51px 0 36px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row:nth-child(n+2) {
    margin-top: 51px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .shop_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    width: 100%;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .text1 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    width: 100%;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .flex_wrap {
    width: 100%;
    border-top: #00254f 2px solid;
    padding-top: 12px;
    margin-top: 10px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col:nth-child(2) {
    margin-top: 12px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .url a {
    text-decoration: underline;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .map {
    width: 140px;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    text-align: center;
    margin-top: 8px;
    display: block;
    left: calc(100% - 140px);
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .menu_title {
    font-size: 14px;
    line-height: 1.5;
    padding-left: 17px;
    font-weight: bold;
    background-image: url(../image/icon_menu.png);
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: left 4px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .menu_name {
    padding-left: 17px;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .col .menu_name:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 5px;
    top: 9px;
    background-color: #00254f;
    border-radius: 100%;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide_wrap {
    margin-top: 16px;
    width: 100%;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide {
    width: 81.1594202899%;
    margin: 0 auto;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide:not(.slick-initialized) {
    height: 0;
    overflow: hidden;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide .slick-arrow {
    position: absolute;
    width: 25px;
    height: 25px;
    top: calc(50% - 9px);
    background-color: transparent;
    background-image: none;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    box-sizing: border-box;
    border-right: #000 3px solid;
    border-bottom: #000 3px solid;
    transform-origin: center center;
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide .slick-arrow.slick-prev {
    left: -26px;
    transform: rotate(135deg);
  }
  article section#restaurant_sec #csv_area .ac_set .ac_inner .row .pic_slide .slick-arrow.slick-next {
    right: -26px;
    transform: rotate(-45deg);
  }
  article section#restaurant_sec #csv_area .ac_set.open .ac_btn {
    background-color: #b2bdca;
  }
  article section#restaurant_sec #csv_area .ac_set.open .ac_btn .icon:after {
    display: none;
  }
  article section#restaurant_sec .bnr_area {
    padding: 28px 0 4%;
    background: #fff;
  }
  article section#restaurant_sec .bnr_area .bnr {
    display: block;
    width: 760px;
    max-width: 92%;
    margin: 0 auto;
  }
  article section#outline_sec {
    background-color: #e5e9ed;
    padding: 53px 4% 55px;
  }
  article section#outline_sec h2 {
    font-size: 23px;
    line-height: 1;
    text-align: center;
    color: #00254f;
    font-weight: bold;
    margin-bottom: 40px;
  }
  article section#outline_sec p, article section#outline_sec dl {
    font-size: 16px;
    line-height: 1.625;
  }
  article section#outline_sec p strong,
  article section#outline_sec p dt, article section#outline_sec dl strong,
  article section#outline_sec dl dt {
    font-weight: bold;
    color: #00254f;
  }
  article section#outline_sec dl {
    margin-top: 26px;
  }
  article section#outline_sec dl dd {
    padding-left: 1em;
    text-indent: -1em;
  }
}