@charset "UTF-8";

@media screen and (max-width: 600px) {
  #b_none + * {
    display: none;
  }
}

.block_news_1 li a > p:last-of-type {
  width: calc(100% - 90px);
  color: #ffffff;
}

#top_news + div.block_news_1 ul {
  position: relative;
  padding-left: 110px;
}

#top_news + div.block_news_1 ul:before {
  position: absolute;
  content: 'お知らせ';
  top: 0;
  left: 0;
  color: var(--i_txt_color);
  font-size: 2rem;
  width: 100px;
}

#top_news + div.block_news_1 ul:after {
  position: absolute;
  content: '';
  width: 10px;
  background: var(--i_txt_color);
  height: 90%;
  top: 5%;
  left: 90px;
}

#top_news + div.block_news_1 .heading.block_header_6.align-center {
  display: none;
}

@media screen and (max-width: 480px) {
  #top_news + div.block_news_1 ul {
    padding-left: 0;
  }

  .block_news_1 li a > p:last-of-type {
    width: 100%;
  }

  #top_news + div.block_news_1 ul:after {
    left: -10px;
  }

  #top_news + div.block_news_1 ul:before {
    content: none;
  }

  #top_news + div.block_news_1 .heading.block_header_6.align-center {
    display: block;
  }
}

#concept1 + .delay1Active {
  max-width: 1200px;
  margin: 0 auto;
  overflow: initial;
}

#concept1 + .delay1Active .content_wrapper {
  width: 600px;
  margin: 0 auto;
}

#concept2 + .contents_box01 {
  max-width: 1200px;
  margin: 0 auto;
  overflow: initial;
}

#concept2 + .contents_box01 > div {
  width: 600px;
  margin: initial;
}

#concept2 + .contents_box01 > div .heading.block_header_7 h2 {
  color: #fff;
  color: var(--i_txt_color);
}

#concept2 + .contents_box01 > div .heading.block_header_7 p {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #a9db8e;
}

#concept2 + .contents_box01 > div .inner_item_txt p {
  color: #fff;
  color: var(--i_txt_color);
}

#concept3 + .contents_box01 {
  max-width: 1200px;
  margin: 0 auto;
  overflow: initial;
}

#concept3 + .contents_box01 > div {
  width: 600px;
  margin: initial;
}

#concept3 + .contents_box01 > div .heading.block_header_7 h2 {
  color: #fff;
  color: var(--i_txt_color);
}

#concept3 + .contents_box01 > div .heading.block_header_7 p {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  background: #a9db8e;
}

#concept3 + .contents_box01 > div .inner_item_txt p {
  color: #fff;
  color: var(--i_txt_color);
}

#concept4 + .composite_box01 {
  max-width: 1200px;
  margin: 0 auto;
  overflow: initial;
}

#concept4 + .composite_box01 > div {
  width: 600px;
  margin: 0 0 0 auto;
}

#concept4 + .composite_box01 > div > div {
  margin-top: -500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#concept4 + .composite_box01 > div > div .inner_item {
  width: 48%;
  margin-left: 0;
  padding: 1rem;
  position: relative;
}

#concept4 + .composite_box01 > div > div .inner_item:before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #8a5d3a;
  background: #a9db8e;
}

#concept4 + .composite_box01 > div > div .inner_item:nth-child(n + 3) {
  margin-top: 2%;
}

#concept4 + .composite_box01 > div > div .inner_item .inner_item_txt p {
  font-size: 14px;
  color: #ed7734;
}

#concept1 + .delay1Active .content_wrapper p {
  color: #8a5d3a;
}

@media screen and (max-width: 1120px) {
  #concept1 + .delay1Active .content_wrapper {
    width: 100%;
  }

  #concept1 + .delay1Active .content_wrapper h2 {
    margin: 0 auto 10px;
  }

  #concept1 + .delay1Active .content_wrapper h2:before {
    left: calc(50% - 20px) !important;
  }

  #concept1 + .delay1Active .content_wrapper p {
    width: 100%;
    text-align: center;
  }

  #concept2 + .contents_box01 > div {
    width: 100%;
  }

  #concept3 + .contents_box01 > div {
    width: 100%;
  }

  #concept4 + .composite_box01 > div {
    margin: 0 auto;
  }

  #concept4 + .composite_box01 > div > div {
    margin-top: 0px;
  }

  #concept4 + .composite_box01 > div > div .inner_item {
    padding: 2rem 1rem 1rem;
  }
}

@media screen and (max-width: 600px) {
  #concept4 + .composite_box01 > div {
    width: 100%;
  }

  #concept4 + .composite_box01 > div > div {
    display: block;
    padding-top: 3rem;
  }

  #concept4 + .composite_box01 > div > div .inner_item {
    height: 240px;
    width: 100% !important;
    margin: 0 auto 30px !important;
  }

  #concept4 + .composite_box01 > div > div .inner_item:before {
    width: 240px;
    height: 240px;
  }

  #concept4 + .composite_box01 > div > div .inner_item:nth-child(n + 3) {
    margin-top: 0;
  }
}

#table_img + .contents_box01 img {
  display: inline-block;
  height: 300px;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.widget_shop01 dd {
  line-height: 1.45;
}

.outer {
  text-align: center;
}

.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
  border: 1px solid #e8e8e8;
}

#concept4 + div .heading.block_header_4 .h {
  color: #ed7734;
}

#opentime + .block_table_5 table td:has(> div:empty) {
  background: #f7f7a8 !important;
}

@media screen and (max-width: 600px) {
  #concept1 + .delay1Active .content_wrapper p {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 500px) {
  .block_news_1 li a {
    display: flex;
  }

  .block_news_1.add_design2 li a {
    display: flex;
  }
}

#table_center1_pc + .block_table_2 table tr td {
  text-align: center;
}

#table_center1_pc + .block_table_2 table tr:nth-child(1) td {
  background: #bec1c3 !important;
}

#table_center1_pc + .block_table_2 table tr:nth-child(2) td {
  background: #806413 !important;
  color: #ffffff !important;
}

#table_center1_pc + .block_table_2 table tr:nth-child(3) td {
  background: #faf9e4 !important;
}

#table_center1_sp + .block_table_6 table tr:nth-child(1) td {
  background: #bec1c3 !important;
}

#table_center1_sp + .block_table_6 table tr:nth-child(2) td {
  background: #806413 !important;
  color: #ffffff !important;
}

#table_center1_sp + .block_table_6 table tr:nth-child(3) td {
  background: #faf9e4 !important;
}

#table_center2_sp + .block_table_6 table tr:nth-child(1) td {
  background: #bec1c3 !important;
}

#table_center2_sp + .block_table_6 table tr:nth-child(2) td {
  background: #806413 !important;
  color: #ffffff !important;
}

#table_center2_sp + .block_table_6 table tr:nth-child(3) td {
  background: #faf9e4 !important;
}

#table_center2_pc + .block_table_2 table tr td {
  text-align: center;
}

#table_center2_pc + .block_table_2 table tr:nth-child(1) td {
  background: #ccecff !important;
}

#table_center2_pc + .block_table_2 table tr:nth-child(2) td {
  background: #e8cce0 !important;
}

#table_center3_sp + .block_table_6 table tr:nth-child(1) td {
  background: #ccecff !important;
}

#table_center3_sp + .block_table_6 table tr:nth-child(2) td {
  background: #e8cce0 !important;
}

#table_center4_sp + .block_table_6 table tr:nth-child(1) td {
  background: #ccecff !important;
}

#table_center4_sp + .block_table_6 table tr:nth-child(2) td {
  background: #e8cce0 !important;
}

#table_center1_sp + .block_table_6 {
  display: none;
}

#table_center1_sp + .block_table_6 table tr td {
  text-align: center;
}

#table_center2_sp + .block_table_6 {
  display: none;
}

#table_center2_sp + .block_table_6 table tr td {
  text-align: center;
}

#table_center3_sp + .block_table_6 {
  display: none;
}

#table_center3_sp + .block_table_6 table tr td {
  text-align: center;
}

#table_center4_sp + .block_table_6 {
  display: none;
}

#table_center4_sp + .block_table_6 table tr td {
  text-align: center;
}

@media screen and (max-width: 900px) {
  #table_center1_pc + .block_table_2 {
    display: none;
  }

  #table_center2_pc + .block_table_2 {
    display: none;
  }

  #table_center1_sp + .block_table_6 {
    display: block;
  }

  #table_center2_sp + .block_table_6 {
    display: block;
  }

  #table_center3_sp + .block_table_6 {
    display: block;
  }

  #table_center4_sp + .block_table_6 {
    display: block;
  }
}

#top_news + div.block_news_1 ul {
  height: 210px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  #top_news + .block_news_1 ul li:nth-child(n + 5) {
    display: block;
  }

  #top_news + .block_news_1 ul {
    width: calc(100% - 110px);
    height: 210px;
  }
}

@media screen and (max-width: 480px) {
  #top_news + .block_news_1 ul {
    width: 100%;
  }
}

.block_table_5 table thead th:nth-of-type(7) {
  background: #deebf5;
}

.block_table_5 table thead th:nth-of-type(8) {
  background: #f4def5 !important;
}

.block_table_5 table thead th:nth-of-type(9) {
  background: #f4def5 !important;
}
#voice + .widget_gallery01 table {
    width: 100%;
    table-layout: fixed;
}
#voice + .widget_gallery01 .inner_item .heading h4 {
    background: #a9db8e80;
    padding: 5px 10px 5px 25px;
    margin-bottom: 0px;
    display: block;
}
#voice + .widget_gallery01 .inner_item .heading h4:before {
    top: 50%;
    transform: translateY(-50%);
}
#voice + .widget_gallery01 .inner_item .heading .head {
    position: absolute;
    top: 7px;
    right: 10px;
    font-weight: 600;
}
#voice + .widget_gallery01 table.voice_table_pc {
    background: #a9db8e80;
}
#voice + .widget_gallery01 table.voice_table_sp {
    display: none;
    background: #a9db8e80;
}
#voice + .widget_gallery01 .inner_item p {
    font-family: 'Noto Sans JP', sans-serif;
}
#voice + .widget_gallery01 .inner_item {
    border: 3px solid #8A5D3A;
    box-sizing: border-box;
}


@media screen and (max-width: 900px) {
#voice + .widget_gallery01 table.voice_table_pc {
    display: none;
}
#voice + .widget_gallery01 table.voice_table_sp {
    display: block;
    border-bottom: 1px solid;
    font-size: 3.1vw;
}
#voice + .widget_gallery01 table.voice_table_sp td:nth-child(n + 2) {
    padding-left: 1rem;
}
}

@media screen and (max-width: 800px) {
#voice + .widget_gallery01 .inner_item .heading .head {
    background: #a9db8e80;
    border-bottom: 1px solid var(--i_border_color);
    position: initial;
    text-align: right;
   padding-right: 0.5rem;
}
}

#voice + .widget_gallery01 .inner_item p {
    font-weight: 600;
}
.widget_gallery01.add_design4 .inner_item .heading {
    margin: 0px !important;
}
@media screen and (max-width: 600px) {
.widget_gallery01.add_design4 .inner_item a {
    margin: 0 auto 0px;
}
}

p.text {
    background: #e4dfdf80!important;
}

#voice + .widget_gallery01 .inner_item p {
    background: #e4dfdf80!important;
}