﻿@import url('https://fonts.googleapis.com/css2?family=Vidaloka&family=Zen+Kaku+Gothic+New&family=Zen+Maru+Gothic&family=Zen+Old+Mincho&display=swap');

:root {
  --color_bg_brown: #F8F0DD;
  --color_bg_white: #FFFFFF;
  --color_bg_lightbrown: #FFFAEF;
  --color_bg_orange: #FFAF10;
  --color_text_brown: #684B00;
  --color_text_darkbrown: #191200;
  --color_text_lightbrown: #9D7000;
  --color_black: #000000;
  --color_text_border: #CCCCCC;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

/* 画像サイズ */
img.header1 {
  width: 53px;
  height: 56px;
  margin-top: 17px;
  margin-bottom: 17px;
  margin-right: 16px;
}

img.header2 {
  width: 97px;
  height: 46px;
}

img.header3 {
  width: 124px;
  height: 46px;
}

img.header4 {
  width: 140px;
  height: 46px;
}

img.header9 {
  width: 100px;
  height: 46px;
}

img.footer_logo {
  width: 120px;
  height: 119px;
}

img.footer_icon {
  width: 18px;
  height: 20px;
}

img.kv {
  width: 716px;
  height: 716px;
}

img.mv {
  width: 720px;
  height: 736px;
}

img.bg03 {
  opacity: 50%;
  height: 237px;
}

img.staff {
  width: 473px;
  height: 465px;
  margin-top: 74.5px;
  margin-bottom: 74.5px;
  margin-right: 56px;
  object-fit: cover;
}

img.map_logo {
  width: 130px;
  height: 130px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

img.rect_daycare {
  width: 668px;
  height: 542px;
  border-radius: 32px;
  object-fit: cover;
}

img.rect_outreach {
  width: 668px;
  height: 519px;
  border-radius: 32px;
  object-fit: cover;
}

img.rect_tea {
  width: 668px;
  height: 519px;
  border-radius: 32px;
  object-fit: cover;
}

img.rect_lunch {
  width: 668px;
  height: 496px;
  border-radius: 32px;
  object-fit: cover;
}

img.rect_consultation {
  width: 668px;
  height: 542px;
  border-radius: 32px;
  object-fit: cover;
}

img.split_line {
  width: auto;
  height: 60px;
  object-fit: none;
  background-repeat: repeat-x;
}

.split_line1 {
  height: 60px;
  background-image: url("../img/line1b.png");
  background-repeat: repeat-x;
  
}

.split_line2 {
  height: 60px;
  background-image: url("../img/line2b.png");
  background-repeat: repeat-x;
  
}

.split_line3 {
  height: 60px;
  background-image: url("../img/line3b.png");
  background-repeat: repeat-x;
  
}

.back_bg03 {
  height: 237px;
  background-image: url("../img/img_03bg.jpg");
  background-repeat: repeat-x;
}

.back_bg08 {
  height: 237px;
  background-image: url("../img/img_08bg.jpg");
  background-repeat: repeat-x;
}

.tentativeImage {
    /* 背景画像の上にrgbaを置いて背景画像のみを透過させる */
    background: rgba(255,255,255,0.5);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (width < 768px) {
  /* SP画像サイズ */
  img.header1 {
    width: 69px;
    height: 72px;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: 0;
  }

  img.header2 {
    width: 74px;
    height: 35px;
  }

  img.header3 {
    width: 94.5px;
    height: 34px;
  }

  img.header4 {
    width: 106.17px;
    height: 35px;
  }

  img.header5 {
    width: 76.43px;
    height: 35px;
  }

  img.kv {
    width: 100%;
    height: auto;
  }

  img.mv {
    width: 100%;
    height: auto;
  }

  img.bg03 {
    object-fit: none;
    opacity: 50%;
    height: 237px;
  }

  img.staff {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }

  img.map_logo {
    width: 130px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  img.rect_daycare {
    width: 100%;
    height: auto;
    border-radius: 32px;
  }

  img.rect_tea {
    width: 100%;
    height: auto;
    border-radius: 32px;
  }

  img.rect_lunch {
    width: 100%;
    height: auto;
    border-radius: 32px;
  }

  img.rect_consultation {
    width: 100%;
    height: auto;
    border-radius: 32px;
  }
    
  .back_bg03 {
    height: 322px;
  }

  .back_bg08 {
    height: 322px;
  }

  .tentativeImage {
      align-items:normal;
      padding-top: 60px;
      padding-bottom: 60px;
  }

}

.js_menuClose {
  display: block;
  text-decoration:none;
  font-size: 16px;
  white-space: nowrap;
}

.btn_reservation {
  background-color: var(--color_bg_white);
  border-color: var(--color_bg_orange);
  border-width: 4px;
  border-radius: 39px;
  color: var(--color_text_brown);
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  align-content: center;
  text-decoration: none;
  white-space: nowrap ;
}

.btn_reservation_top {
  width: 160px;
  height: 39px;
  border-width: 2px;
  z-index: 1000;
}

.btn_reservation1 {
  width: 245px;
  height: 71px;
  margin-top: 39px;
  font-size: 16px;
}

.btn_reservation_outreach {
  width: 277px;
}

.btn_reservation2 {
  width: 482px;
  height: 77px;
}

.btn_reservation3 {
  width: 286px;
  height: 52px;
  margin-top: 16px;
  border-width: 2px;
  font-size: 14px;
}

.display_sp_only {
  display: none;
}

.display_lp_only {
  display: block;
}

@media screen and (width < 768px) {

  .display_sp_only {
    display: block;
  }

  .display_lp_only {
    display: none;
  }

  .btn_reservation {
    border-width: 2px;
  }

  .btn_reservation_top {
    width: auto;
    height: 65px;
    border-width: 2px;
  }

  .btn_reservation1 {
    width: 100%;
    height: 61px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .btn_reservation2 {
    width: 100%;
    height: 61px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .btn_reservation3 {
    width: 100%;
    height: 61px;
    margin-top: 16px;
    border-width: 2px;
    font-size: 20px;
  }

.btn_bottom_margin_sp {
  margin-bottom: 40px;
}

  .margin_title {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 32px;
  }
}

.btn_open_map {
  background-color: var(--color_bg_white);
  border-color: var(--color_bg_orange);
  border-width: 2px;
  border-radius: 39px;
  color: var(--color_text_brown);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  align-content: center;
  width: 195px;
  height: 52px;
  text-decoration: none;
}

.bmargin32 {
  margin-bottom: 32px;
}

div.whats {
  margin-top: 75.78px;
  margin-bottom: 75.78px;
  margin-left: 32px;
  margin-right: 32px;
}
@media screen and (width < 768px) {
  div.whats {
    margin-top: 40px;
    margin-bottom: 80px;
    margin-left: 24px;
    margin-right: 24px;
  }
}

.rect_news {
  margin-top: 48px;
}

.un_index_news_table {
  display: flex;
  margin-top: 10px;
  padding-top: 41px;
  margin-bottom: 35px;
  align-items: center;
}

@media screen and (width < 768px) {
  .un_index_news_table {
    padding-top: 41px;
    margin-bottom: 32px;
  }
}

.news_caption {
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_lightbrown);
  text-align: left;
  height: 23px;
}

.news_contents {
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_brown);
  margin-left: 16px;
}

img.news_image {
  max-width: 1024px;
  min-width: 382px;
}

.font_small {
  font-size: 16px;
}

.font20 {
  font-size: 20px;
}

.font_bold {
  font-weight: bold;
}

.font_medium {
  font-weight: 500;
}

.font_color_orange {
  color: var(--color_bg_orange);
}

.font_color_brown {
  color: var(--color_text_lightbrown);
}

.font_color_darkbrown {
  color: var(--color_text_darkbrown);
}

.inline_center {
  text-align: center;
}

.p_inline {
  display: inline;
}

.str_profile {
  line-height: 180%;
}

.br-sp {
    display: none;
}
@media screen and (width < 768px) {
  .br-sp {
    display: block; /* スマホのみ改行 */
  }
}

div.pos_center {
  display: flex;
  justify-content: center;
}

div.pos_cnter_vertical {
  display: grid;
  justify-content: center;
}

div.flex_main {
  display: flex; /* PCは横並び */
  align-items: center;
}

div.flex_lpsp {
  display: flex;
}

div.flex_center {
  align-items: center;
}

div.flex_reverse {
  flex-direction: row-reverse;
}

@media screen and (width < 768px) {
  div.flex_main {
    display: block; /* スマホは縦並び */
  }
}

.bl_header {
  position: sticky;
  top: 0;
  left: 0;
  height: 74px;
  z-index: 1000;
}

.bl_header_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (width >= 768px) {
  .bl_header_inner {
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 8px 16px;
  }
}
@media screen and (width < 768px) {

  .bl_header {
    height: 64px;
  }

  .bl_header_inner {
    -moz-column-gap: 0px;
    column-gap: 0px;
    padding: 11px 16px;
  }
}

.bl_header_logo {
  position: relative;
  z-index: 1;
  min-width: 58px;
  min-height: 58px;
}
@media screen and (width < 768px) {
  .bl_header_logo {
    margin-top: 6px;
    min-width: 42px;
    min-height: 42px;
  }
}

.font_menu_title {
  color: var(--color_text_brown);
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 99;
}
@media screen and (width < 768px) {
  .font_menu_title {
    font-size: 24px;
    margin-left: 8px;
  }
}

.section_news {
  padding-left: 208px;
  padding-right: 208px;
  padding-top: 56px;
  padding-bottom: 56px;
}

section.section_staff {
  padding-top: 56px;
  padding-bottom: 56px;
}

section.section_access {
  padding-top: 56px;
  padding-bottom: 56px;
}

section.section_service {
  padding-top: 56px;
  padding-bottom: 32px;
}

section.section_sub {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 40px;
  padding-bottom: 40px;
}

section.section_inquiry {
  padding-top: 56px;
  padding-bottom: 56px;
}

@media screen and (width < 768px) {

  .section_news {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  section.section_staff {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.section_access {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.section_service {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 56px;
  }

  section.section_sub {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.section_inquiry {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.main_brown {
  background-color: var(--color_bg_brown);
}

.main_lightbrown {
  background-color: var(--color_bg_lightbrown);
}

.main_white {
  background-color: var(--color_bg_white);
}

.caption_bold {
  font-size: 32px;
  font-weight: bold;
  color: var(--color_text_brown);
  margin-left: 16px;
  margin-right: 16px;
  vertical-align: middle;
}

.caption_bold_en {
  font-size: 32px;
  font-weight: bold;
  color: var(--color_text_lightbrown);
  margin-left: 16px;
  margin-right: 16px;
}

.caption_regular {
  font-size: 32px;
  font-weight: normal;
  color: var(--color_text_brown);
}

.caption_mini {
  font-size: 20px;
  font-weight: bold;
  color: var(--color_text_lightbrown);
  text-align: center;
  white-space: nowrap ;
}

.caption_black_mini {
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_darkbrown);
}

.caption_black_middle {
  font-size: 24px;
  font-weight: bold;
  color: var(--color_text_darkbrown);
}

iframe.map {
  width: 800px;
  height: 489px;
  border-radius: 32px;
  margin-top: 32px;
  margin-left: 32px;
}

div.top_rect {
  margin-top: 60px;
  margin-left: 64px;
  margin-right: 64px;
}

div.staff_rect {
  margin-top: 60px;
  margin-left: 64px;
  margin-right: 64px;
  width: 495px;
}

div.div_access {
  display:block;
  width: 297px;
  height: 454px;
  margin-top: 47.2px;
  margin-left: -68px;
  background-color:  var(--color_bg_brown);
  border-radius: 16px;
  padding-top: 16px;
}

.access_caption {
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_lightbrown);
  text-align: center;
  height: 23px;
  margin-bottom: 16px;
}

.access_contents {
  font-size: 16px;
  font-weight: normal;
  color: var(--color_text_darkbrown);
  margin-left: 24px;
}

.access_attention {
  margin-top: 32px;
  margin-bottom: 56px;
  text-align: center;
}

.rect_service_ex {
  margin-top: 32px;
  width: 503px;
}

.rect_service_list {
  width: 503px;
  margin-top: 48px;
  background-color: var(--color_bg_white);
  border-radius: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.rect_service_inner {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.service_big {
  font-size: 20px;
  color: var(--color_text_lightbrown);
  margin-bottom: 16px;
}

.service_small {
  font-size: 14px;
  color: var(--color_text_lightbrown);
}

div.service_rect {
  margin-left: 56px;
  width: 100%;
}

div.inquiry_rect {
  background-color: var(--color_bg_brown);
  max-width: 1024px;
  margin-top: 24px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 80px;
  padding-left: 212px;
  padding-right: 212px;
}

.service_title {
  margin-bottom: 40px;
}

.service_contents {
  margin-top: 16px;
  margin-bottom: 16px;
}

.service_contents:last-of-type {
  margin-bottom: 32px;
}

.service_contents:not(:last-of-type) {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--color_text_lightbrown);
}

.service_subcontents_margin {
  margin-top: 56px;
}

@media screen and (width < 768px) {

  .service_title {
    margin-left: -24px;
    margin-right: -24px;
  }
  
  .caption_bold {
    font-size: 24px;
    white-space: nowrap ;
  }

  .caption_bold_en {
    font-size: 24px;
    white-space: nowrap ;
  }

  .caption_regular {
    font-size: 24px;
    font-weight: normal;
    color: var(--color_text_brown);
  }

  .caption_lunch {
    margin-left: 0;
    margin-right: 0;
  }

  iframe.map {
    width: 100%;
    height: 489px;
    margin-left: 0px;
  }

  div.div_access {
    width: 100%;
    height: 454px;
    margin-top: 24pxpx;
    margin-bottom: 32px;
    margin-left: 0px;
  }

    
  div.top_rect {
    margin-top: 60px;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 80px;
  }

  div.staff_rect {
    margin-top: 40px;
    margin-left: 24px;
    margin-right: 24px;
    width: auto;
  }

  div.service_rect {
    margin-left: 0px;
  }

  .rect_service_ex {
    width: auto;
  }

  .rect_service_list {
    width: auto;
    padding-left: 0px;
  }

  div.inquiry_rect {
    width: auto;
    margin-top: 32px;
    margin-bottom: 96px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

}

@media screen and (width < 400px) {

  .caption_bold {
    font-size: 20px;
    white-space: nowrap ;
  }

  .caption_bold_en {
    font-size: 20px;
    white-space: nowrap ;
  }
}

.inquiry_submit {
  background-color: var(--color_text_lightbrown);
  color: #DDDDDD;
  font-size: 20px;
  display: block;
  margin: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 121px;
  padding-right: 121px;
  border-radius: 30px;
}

.inquiry_submit2 {
  background-color: var(--color_text_lightbrown);
  color: var(--color_bg_white);
  font-size: 20px;
  display: block;
  margin: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 121px;
  padding-right: 121px;
  border-radius: 30px;
}

@media screen and (width < 400px) {

  .inquiry_submit {
    padding-left: 60px;
    padding-right: 60px;
  }

  .inquiry_submit2 {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.inquiry_back {
  font-size: 20px;
  margin: auto;
  white-space: nowrap;
  text-align: center;
  text-decoration: underline;
}

.un_index_section {
  position: relative;
  margin-bottom: 64px;
  z-index: 900;
}
.un_index_section_inner {
  background-color: rgba(255, 255, 255, 1.0);
  border: double 4px #DCA33E;
}
@media screen and (width < 768px) {
  .un_index_section {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.un_index_section_title_jp {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #F6D69D;
  padding-bottom: 40px;
}

.un_index_section_title_en {
  text-align: center;
  font-family: "Vidaloka", sans-serif;
  font-size: 64px;
  font-weight: normal;
  color: #F6D69D;
}

.header_img {
  width: 58px;
  height: 58px;
  object-fit: cover;
}

@media screen and (width < 768px) {
  .header_img {
    width: 42px;
    height: 42px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
}

img {
  width: 100%;
}

#main .section-wrap {
    padding: var(--headerHeight) var(--px) var(--py);
    margin-top: calc(-1 * var(--headerHeight));
}

@media screen and (width >= 768px) {

  .move-top.mv {
      transform: translateY(0px);
  }
}

@media screen and (width >= 768px) {
  .el_menuBtn {
    display: none;
  }
}
@media screen and (width < 768px) {
  .el_menuBtn {
    overflow: hidden;
    display: flex;
    margin-left: auto; /* 右寄せ */
    margin-right: 3px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    aspect-ratio: 1/1;
    height: 100%;
    background: none;
    border: none;
  }
  .el_menuBtn_border {
    display: block;
    position: relative;
    color: var(--color_text_brown);
    width: 18px;
    height: 12px;
  }
  .el_menuBtn_border::before, .el_menuBtn_border::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: inherit;
    height: 2px;
    background: currentColor;
    translate: -50% 0;
  }
  .el_menuBtn_border::before {
    top: 0;
    transition: top 0.3s, translate 0.3s, rotate 0.3s;
  }
  .el_menuBtn_border::after {
    bottom: 0;
    transition: bottom 0.3s, translate 0.3s, rotate 0.3s;
  }
  .el_menuBtn_border_text {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    text-indent: 100%;
    white-space: nowrap;
    background: currentColor;
    translate: 0 -50%;
    transition: background 0.3s;
  }
  .el_menuBtn.is_open .el_menuBtn_border::before {
    top: 50%;
    translate: -50% calc(100% - 1px);
    rotate: 45deg;
  }
  .el_menuBtn.is_open .el_menuBtn_border::after {
    bottom: 50%;
    translate: -50% calc(100% + 1px);
    rotate: -45deg;
  }
  .el_menuBtn.is_open .el_menuBtn_border .el_menuBtn_border_text {
    background: transparent;
  }
}
.bl_header::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 1.0);
}

.bl_footer {
  background: var(--color_bg_orange);
  color: #000;
  display: flex;
  justify-content: center;
}

.footer_contents {
  font-size: 16px;
  margin-left: 32px;
}

div.footer_div {
  display: flex;
  margin-bottom: 32px;
}

a.footer_link {
  text-decoration: underline;
  margin-left: 8px;
}

a.footer_link:visited {
  color: #000;
}

a.footer_link:link {
  color: #000;
}

@media screen and (width >= 768px) {
  .bl_footer {
    padding-block: 39px 41px;
    position: relative;
    z-index:1;
  }
}
@media screen and (width < 768px) {
  .bl_footer {
    display: block;
    padding: 32px;
    position: relative;
    z-index:1;
  }

  .footer_contents {
    margin-left: 0;
  }

  div.footer_div {
    display: flex;
    margin-bottom: 32px;
  }
}

.bl_footer_copyright small {
  font-size: 16px;
}


@media screen and (width < 768px) {
  .move-top.mv {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (width >= 768px) {
  .bl_globalNav {
    position: relative;
    margin-left: auto;
    margin-right: -48px;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav {
    overflow: hidden;
    position: absolute;
    inset: 0;
    left: 100%;
    height: 100vh;
    padding-top: 90px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.25));
    transition: left 0.3s;
  }
  .bl_globalNav.is_open {
    left: 0;
  }
}
.bl_globalNav_list {
  display: flex;
  list-style: none;
  align-items: center;
}
@media screen and (width >= 768px) {
  .bl_globalNav_list {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list li {
    width: 89.7435897436%;
  }
}
.bl_globalNav_list li a {
  font-weight: bold;
  color: var(--color_text_brown);
  letter-spacing: 0.05em;
}
@media screen and (width >= 768px) {
  .bl_globalNav_list li a {
    font-size: 16px;
    line-height: 1;
    transition: opacity 0.3s;
  }
  .bl_globalNav_list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (width < 768px) {
  .bl_globalNav_list li a {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
  }
}

.ly_inner_news {
  margin-inline: auto;
}

.ly_wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

.ly_container {
  flex: 1;
  align-content: center;
  background-attachment: fixed;
}

div.inquiry_end_rect {
  background-color: var(--color_bg_brown);
  max-width: 1024px;
  margin-top: 24px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 212px;
  padding-right: 212px;
}


.inquiry_item {
  width: auto;
}

.caption_inquiry {
  font-size: 14px;
  color: var(--color_black);
  white-space: nowrap ;
}

.text_inquiry {
  height: 48px;
  width: 600px;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--color_text_border);
  margin-top: 8px;
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
}

.text_inquiry_big {
  height: 172px;
  width: 600px;
  border-radius: 10px;
  border-width: 1px;
  border-color: var(--color_text_border);
  margin-top: 8px;
  margin-bottom: 24px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
  word-break: break-all;
}

.mail_item {
  margin-top: 16px;
  margin-bottom: 16px;
}

.c-form-privacy {
  width: 600px;
  max-height: 360px;
  overflow-y: auto;
  padding: 20px 15px;
  text-align: left;
  background: var(--color_bg_white);
  font-size: 14px;
  margin-bottom: 16px;
}
.c-form-privacy__ttl {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.c-form-privacy__lead {
  max-width: 600px;
  width: 100%;
  margin: 20px auto 30px;
}
.c-form-privacy dt {
  border-bottom: 1px solid #bdbbba;
}
.c-form-privacy li {
  position: relative;
}
.c-form-privacy li .c-form-num {
  position: absolute;
  left: 0;
  top: 0;
  font-style: normal;
  list-style-type:none;
}
.c-form-privacy ol {
  list-style-type:none;
}
.c-form-privacy li .c-form-privacy-content {
  padding-left: 3rem;
  display: block;
}

.chk_pri {
  font-size: 14px;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.menu_reservation {
  display: none;
  flex-direction: column;
  margin-top: -10px;
  margin-right: 24px;
  width: 144px;
  justify-self: flex-end;
  position: relative;
  z-index: 1001;
}

.menu_reservation_item {
  display: flex;
  width: 144px;
  height: 58px;
  background-color: var(--color_bg_orange);
  align-items: center;
  margin-bottom: 2px;
}

.menu_reservation_item_a {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  color: var(--color_text_brown);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.history_back {
  margin: auto;
  margin-top: 32px;
  font-size: 20px;
  white-space: nowrap;
  text-align: center;
  text-decoration: underline;
}

@media screen and (width < 768px) {

  .text_inquiry {
    width: 100%;
  }

  .text_inquiry_big {
    width: 100%;
  }
  
  .c-form-privacy {
    width: 100%;
  }

  div.inquiry_end_rect {
    width: auto;
    margin-top: 32px;
    margin-bottom: 96px;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

}
