@charset "UTF-8";
@media print {
  header {
    height: 11rem;
    padding-top: 2rem;
  }
  .menu-btn {
    top: 4rem;
  }
  .second section#plan .section_title, .second section#meal_menu .section_title {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 2.9rem;
  }
  .second section#meal_menu {
    margin-top: 12.2rem;
    padding-bottom: 0;
  }
  .second section#meal_menu .section_title {
    margin-bottom: 7.1rem;
  }
  .second section#meal_menu .menu_wrap {
    width: 85rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .second section#meal_menu .menu_wrap .col {
    width: 47.0588235294%;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(3) {
    margin-top: 3.6rem;
    width: 100%;
    border-top: #000 1px solid;
    padding-top: 4.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(3) .texts {
    width: fit-content;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(3) .pic {
    width: 36.5rem;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(n+4) {
    margin-top: 5rem;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(5) {
    padding-top: 2rem;
  }
  .second section#meal_menu .menu_wrap .col .pic {
    margin-bottom: 2.4rem;
  }
  .second section#meal_menu .menu_wrap .col .col_title {
    margin-bottom: 1.6rem;
    margin-left: 2rem;
  }
  .second section#meal_menu .menu_wrap .col .col_title .jp {
    display: block;
    letter-spacing: 0.15em;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.7rem;
  }
  .second section#meal_menu .menu_wrap .col .col_title .en {
    display: block;
    width: auto;
    height: 1.8rem;
    margin-top: 1.7rem;
  }
  .second section#meal_menu .menu_wrap .col .col_title .en:first-child {
    margin-top: 3.7rem;
  }
  .second section#meal_menu .menu_wrap .col ul {
    padding-left: 2rem;
  }
  .second section#meal_menu .menu_wrap .col ul li {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    padding-left: 2rem;
  }
  .second section#meal_menu .menu_wrap .col ul li:before {
    content: "・";
    display: block;
    position: absolute;
    left: 0.4rem;
  }
  .second section#meal_menu .menu_wrap .col ul li small {
    font-size: 1.3rem;
    font-weight: normal;
    display: block;
    margin-top: 1.1rem;
  }
  .second section#meal_menu .menu_wrap .col ul li + li {
    margin-top: 1.7rem;
  }
  .second section#meal_menu .menu_wrap .col .link_text {
    display: block;
    transition: opacity 0.2s ease;
    margin-top: 4.8rem;
    font-size: 1.5rem;
    text-decoration: underline;
    color: #248dc1;
    width: fit-content;
    float: right;
    clear: both;
  }
  .second section#meal_menu .menu_wrap .logo_set {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 6rem;
    margin-left: 3rem;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col {
    width: fit-content;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col .pic {
    width: auto;
    height: 19.2rem;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col.logo1 .logo {
    width: 12rem;
    margin: 0 auto 2.1rem;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col.logo2 {
    margin-left: 6.5rem;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col.logo2 .logo {
    width: 24rem;
    margin: 0 auto 2.4rem;
  }
  .second section#meal_menu .menu_wrap .note {
    width: 100%;
    margin-top: 6.4rem;
    padding-top: 2.2rem;
    border-top: #000 1px solid;
    font-size: 1.3rem;
    line-height: 2.4rem;
    white-space: nowrap;
  }
  .second section#plan {
    margin-top: 11.5rem;
  }
  .second section#plan .time_table {
    font-size: 2.2rem;
    letter-spacing: 0;
    font-feature-settings: normal;
    line-height: 1;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 0 0.9rem;
    background: #248dc1;
    color: #fff;
    margin: 0 auto 2.1rem;
    height: 2.9rem;
  }
  .second section#plan .text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .second section#plan .price {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: normal;
    font-weight: bold;
    width: 100%;
    max-width: 82.4rem;
    margin: 3.6rem auto 0;
    border: #000000 1px solid;
  }
  .second section#plan .price th, .second section#plan .price td {
    border: #000000 1px solid;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .second section#plan .price th {
    text-align: left;
    width: 17.6rem;
    padding: 1.7rem 2rem;
  }
  .second section#plan .price td {
    padding-left: 3.4rem;
  }
  .second section#plan .price td:nth-child(3) {
    width: 21rem;
  }
  .second section#plan .price td:nth-child(2) {
    padding-left: 5.7rem;
  }
  .second section#plan .price tr.day th {
    background: #ededed;
  }
  .second section#plan .price tr.day td:nth-child(2) {
    background: url(../images/icon_day.svg) 2.9rem center/2rem 2rem no-repeat;
  }
  .second section#plan .price tr.sunset th {
    background: #bdbdbd;
    color: #fff;
  }
  .second section#plan .price tr.sunset td:nth-child(2) {
    background: url(../images/icon_sunset.svg) 2.8rem center/2.2rem 2.2rem no-repeat;
  }
  .second section#plan .price tr.night th {
    background: #8d8d8d;
    color: #fff;
  }
  .second section#plan .price tr.night td:nth-child(2) {
    background: url(../images/icon_night.svg) 3.1rem center/1.5rem 2rem no-repeat;
  }
  .second section#plan .insurance {
    padding: 3.4rem 3rem 3rem 2.2rem;
    vertical-align: top;
  }
  .second section#plan .insurance .text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: normal;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .second section#plan .insurance ul li {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-feature-settings: normal;
    padding-left: 2rem;
    font-weight: normal;
  }
  .second section#plan .insurance ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .second section#cv1 {
    padding: 10.6rem 0 15rem;
  }
  .second section#cv1 .btn {
    transition: opacity 0.2s ease;
    margin: 0 auto 0;
    width: 46rem;
    height: 10rem;
    border-radius: 5rem;
    background: #248dc1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    padding-left: 0.12em;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) {
  header {
    height: 11rem;
    padding-top: 2rem;
  }
  .menu-btn {
    top: 4rem;
  }
  .second section#plan .section_title, .second section#meal_menu .section_title {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 2.9rem;
  }
  .second section#meal_menu {
    margin-top: 12.2rem;
    padding-bottom: 0;
  }
  .second section#meal_menu .section_title {
    margin-bottom: 7.1rem;
  }
  .second section#meal_menu .menu_wrap {
    width: 85rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .second section#meal_menu .menu_wrap .col {
    width: 47.0588235294%;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(3) {
    margin-top: 3.6rem;
    width: 100%;
    border-top: #000 1px solid;
    padding-top: 4.2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(3) .texts {
    width: fit-content;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(3) .pic {
    width: 36.5rem;
    margin-right: 4rem;
    margin-bottom: 0;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(n+4) {
    margin-top: 5rem;
  }
  .second section#meal_menu .menu_wrap .col:nth-child(5) {
    padding-top: 2rem;
  }
  .second section#meal_menu .menu_wrap .col .pic {
    margin-bottom: 2.4rem;
  }
  .second section#meal_menu .menu_wrap .col .col_title {
    margin-bottom: 1.6rem;
    margin-left: 2rem;
  }
  .second section#meal_menu .menu_wrap .col .col_title .jp {
    display: block;
    letter-spacing: 0.15em;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.7rem;
  }
  .second section#meal_menu .menu_wrap .col .col_title .en {
    display: block;
    width: auto;
    height: 1.8rem;
    margin-top: 1.7rem;
  }
  .second section#meal_menu .menu_wrap .col .col_title .en:first-child {
    margin-top: 3.7rem;
  }
  .second section#meal_menu .menu_wrap .col ul {
    padding-left: 2rem;
  }
  .second section#meal_menu .menu_wrap .col ul li {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    padding-left: 2rem;
  }
  .second section#meal_menu .menu_wrap .col ul li:before {
    content: "・";
    display: block;
    position: absolute;
    left: 0.4rem;
  }
  .second section#meal_menu .menu_wrap .col ul li small {
    font-size: 1.3rem;
    font-weight: normal;
    display: block;
    margin-top: 1.1rem;
  }
  .second section#meal_menu .menu_wrap .col ul li + li {
    margin-top: 1.7rem;
  }
  .second section#meal_menu .menu_wrap .col .link_text {
    display: block;
    transition: opacity 0.2s ease;
    margin-top: 4.8rem;
    font-size: 1.5rem;
    text-decoration: underline;
    color: #248dc1;
    width: fit-content;
    float: right;
    clear: both;
  }
}
@media screen and (min-width: 769px) and (min-width: 751px) {
  .second section#meal_menu .menu_wrap .col .link_text:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .second section#meal_menu .menu_wrap .logo_set {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 6rem;
    margin-left: 3rem;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col {
    width: fit-content;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col .pic {
    width: auto;
    height: 19.2rem;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col.logo1 .logo {
    width: 12rem;
    margin: 0 auto 2.1rem;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col.logo2 {
    margin-left: 6.5rem;
  }
  .second section#meal_menu .menu_wrap .logo_set .logo_col.logo2 .logo {
    width: 24rem;
    margin: 0 auto 2.4rem;
  }
  .second section#meal_menu .menu_wrap .note {
    width: 100%;
    margin-top: 6.4rem;
    padding-top: 2.2rem;
    border-top: #000 1px solid;
    font-size: 1.3rem;
    line-height: 2.4rem;
    white-space: nowrap;
  }
  .second section#plan {
    margin-top: 11.5rem;
  }
  .second section#plan .time_table {
    font-size: 2.2rem;
    letter-spacing: 0;
    font-feature-settings: normal;
    line-height: 1;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 0 0.9rem;
    background: #248dc1;
    color: #fff;
    margin: 0 auto 2.1rem;
    height: 2.9rem;
  }
  .second section#plan .text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .second section#plan .price {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: normal;
    font-weight: bold;
    width: 100%;
    max-width: 82.4rem;
    margin: 3.6rem auto 0;
    border: #000000 1px solid;
  }
  .second section#plan .price th, .second section#plan .price td {
    border: #000000 1px solid;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .second section#plan .price th {
    text-align: left;
    width: 17.6rem;
    padding: 1.7rem 2rem;
  }
  .second section#plan .price td {
    padding-left: 3.4rem;
  }
  .second section#plan .price td:nth-child(3) {
    width: 21rem;
  }
  .second section#plan .price td:nth-child(2) {
    padding-left: 5.7rem;
  }
  .second section#plan .price tr.day th {
    background: #ededed;
  }
  .second section#plan .price tr.day td:nth-child(2) {
    background: url(../images/icon_day.svg) 2.9rem center/2rem 2rem no-repeat;
  }
  .second section#plan .price tr.sunset th {
    background: #bdbdbd;
    color: #fff;
  }
  .second section#plan .price tr.sunset td:nth-child(2) {
    background: url(../images/icon_sunset.svg) 2.8rem center/2.2rem 2.2rem no-repeat;
  }
  .second section#plan .price tr.night th {
    background: #8d8d8d;
    color: #fff;
  }
  .second section#plan .price tr.night td:nth-child(2) {
    background: url(../images/icon_night.svg) 3.1rem center/1.5rem 2rem no-repeat;
  }
  .second section#plan .insurance {
    padding: 3.4rem 3rem 3rem 2.2rem;
    vertical-align: top;
  }
  .second section#plan .insurance .text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0;
    font-feature-settings: normal;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .second section#plan .insurance ul li {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-feature-settings: normal;
    padding-left: 2rem;
    font-weight: normal;
  }
  .second section#plan .insurance ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  .second section#cv1 {
    padding: 10.6rem 0 15rem;
  }
  .second section#cv1 .btn {
    transition: opacity 0.2s ease;
    margin: 0 auto 0;
    width: 46rem;
    height: 10rem;
    border-radius: 5rem;
    background: #248dc1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 0.12em;
    padding-left: 0.12em;
    font-weight: bold;
  }
}
@media screen and (min-width: 769px) and (min-width: 751px) {
  .second section#cv1 .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  section.head_section .inner_wrap {
    padding-bottom: 4.5rem;
  }
  section.head_section .large_text {
    text-align: center;
    font-size: 2.1rem;
    line-height: 3.6rem;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-top: 4.75rem;
    z-index: 1;
    color: #fff;
  }
  section.head_section .text_slider {
    position: absolute;
    left: -16.9642857143%;
    width: 133.9285714286%;
    bottom: 0;
  }
  section.head_section .text_slider .inner {
    width: 100%;
    height: 6.9rem;
    background-image: url(../plan/images/slide_text.svg);
    background-position: 0% center;
    background-size: 141.15rem auto;
    background-repeat: repeat-x;
  }
  section.head_section .text_slider.show .inner {
    animation: text_loop_sp 30s linear infinite;
    opacity: 0.3;
  }
  section#plan .section_title, section#meal_menu .section_title {
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 0.15em;
    font-weight: bold;
    margin-bottom: 2.2rem;
  }
  section#meal_menu {
    padding-top: 5.8rem;
    padding-bottom: 0rem;
  }
  section#meal_menu .section_title {
    margin-bottom: 6rem;
  }
  section#meal_menu .menu_wrap .col {
    padding: 0;
  }
  section#meal_menu .menu_wrap .col:nth-child(n+2) {
    margin-top: 4.4rem;
  }
  section#meal_menu .menu_wrap .col:nth-child(3) {
    margin-top: 4rem;
    border-top: #000 1px solid;
    padding-top: 4rem;
  }
  section#meal_menu .menu_wrap .col:nth-child(n+4) {
    margin-top: 4rem;
  }
  section#meal_menu .menu_wrap .col:nth-child(n+5) {
    margin-top: 5.85rem;
  }
  section#meal_menu .menu_wrap .col .pic {
    padding: 0 1.2rem;
    margin: 2rem auto 0;
  }
  section#meal_menu .menu_wrap .col .col_title {
    margin-bottom: 2.3rem;
  }
  section#meal_menu .menu_wrap .col .col_title .jp {
    display: block;
    letter-spacing: 0.15em;
    font-size: 1.6rem;
    font-weight: bold;
  }
  section#meal_menu .menu_wrap .col .col_title .en {
    display: block;
    width: auto;
    height: 1.45rem;
    margin-top: 0.75rem;
  }
  section#meal_menu .menu_wrap .col ul {
    padding-left: 1.2rem;
  }
  section#meal_menu .menu_wrap .col ul li {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    padding-left: 1rem;
  }
  section#meal_menu .menu_wrap .col ul li:before {
    content: "・";
    display: block;
    position: absolute;
    left: 0;
  }
  section#meal_menu .menu_wrap .col ul li small {
    font-size: 1.3rem;
    font-weight: normal;
    display: block;
    margin-top: 1.1rem;
  }
  section#meal_menu .menu_wrap .col ul li + li {
    margin-top: 1.7rem;
  }
  section#meal_menu .menu_wrap .col .link_text {
    display: block;
    margin-top: 3.7rem;
    font-size: 1.4rem;
    text-decoration: underline;
    color: #248dc1;
    width: fit-content;
  }
  section#meal_menu .menu_wrap .logo_set {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 4rem;
    margin-left: 0rem;
  }
  section#meal_menu .menu_wrap .logo_set .logo_col {
    width: fit-content;
  }
  section#meal_menu .menu_wrap .logo_set .logo_col .pic {
    width: auto;
    height: 10rem;
    margin: 0 auto;
  }
  section#meal_menu .menu_wrap .logo_set .logo_col .logo {
    margin: 0 auto;
  }
  section#meal_menu .menu_wrap .logo_set .logo_col.logo1 {
    margin-left: 2.5rem;
  }
  section#meal_menu .menu_wrap .logo_set .logo_col.logo1 .logo {
    width: 8rem;
    margin: 0 auto 1.4rem;
  }
  section#meal_menu .menu_wrap .logo_set .logo_col.logo2 {
    margin-left: 4.5rem;
  }
  section#meal_menu .menu_wrap .logo_set .logo_col.logo2 .logo {
    width: 14rem;
    margin: 0 auto 1.6rem;
    left: -0.2rem;
  }
  section#meal_menu .menu_wrap .note {
    margin-top: 4rem;
    padding-top: 3.4rem;
    border-top: #000 1px solid;
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.08em;
  }
  section#plan {
    margin-top: 5.4rem;
  }
  section#plan .time_table {
    font-size: 1.7rem;
    letter-spacing: 0;
    font-feature-settings: normal;
    line-height: 1;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    padding: 0 0.8rem;
    background: #248dc1;
    color: #fff;
    margin: 0 auto 2rem;
    height: 2.5rem;
  }
  section#plan .text {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  section#plan .price {
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1.4rem;
    letter-spacing: 0;
    font-feature-settings: normal;
    font-weight: bold;
    width: 100%;
    margin: 2.3rem auto 0;
    border: #000000 1px solid;
  }
  section#plan .price th, section#plan .price td {
    border: #000000 1px solid;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    padding: 1.2rem 0.2rem;
  }
  section#plan .price th {
    width: 27.0769230769%;
  }
  section#plan .price td:nth-child(2) {
    width: 38.4615384615%;
    padding-left: 0.8rem;
  }
  section#plan .price td:nth-child(2):before {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 2.8rem;
    margin-right: 0.7rem;
  }
  section#plan .price td:nth-child(2) .inner {
    display: inline-block;
    text-align: left;
    width: 7.9rem;
  }
  section#plan .price td:nth-child(3) {
    width: 34.1538461538%;
  }
  section#plan .price td:nth-child(3) small {
    font-size: 0.9rem;
    margin-right: -0.5em;
  }
  section#plan .price tr.day th {
    background: #ededed;
  }
  section#plan .price tr.day td:nth-child(2) .inner {
    top: -0.9rem;
  }
  section#plan .price tr.day td:nth-child(2):before {
    background: url(../images/icon_day.svg) center center/1.5rem 1.5rem no-repeat;
  }
  section#plan .price tr.sunset th {
    background: #bdbdbd;
    color: #fff;
  }
  section#plan .price tr.sunset td:nth-child(2):before {
    background: url(../images/icon_sunset.svg) center center/1.6rem 1.6rem no-repeat;
  }
  section#plan .price tr.night th {
    background: #8d8d8d;
    color: #fff;
  }
  section#plan .price tr.night td:nth-child(2) .inner {
    top: -0.9rem;
  }
  section#plan .price tr.night td:nth-child(2):before {
    background: url(../images/icon_night.svg) center center/1.1rem 1.35rem no-repeat;
  }
  section#plan td.insurance {
    white-space: wrap;
    vertical-align: top;
    padding: 2.6rem 1.5rem 2.9rem 1.9rem;
    box-sizing: border-box;
    text-align: left;
  }
  section#plan td.insurance .text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-feature-settings: normal;
    font-weight: bold;
    margin-bottom: 1.85rem;
  }
  section#plan td.insurance ul li {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0;
    font-feature-settings: normal;
    padding-left: 1.8rem;
    font-weight: normal;
  }
  section#plan td.insurance ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
  }
  section#cv1 {
    padding: 6rem 0;
  }
  section#cv1 .btn {
    margin: 0 auto 0;
    width: 30rem;
    height: 6.5rem;
    border-radius: 3.25rem;
    background: #248dc1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2.1rem;
    letter-spacing: 0.08em;
    padding-left: 0.08em;
    font-weight: bold;
  }
}