/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit::after {
  background: url(../img/breakfast/pagetit_bg.jpg) center;
  background-size: cover;
}

.common_slide {
  margin-bottom: 48px;
}
.common_slide.wide_container {
  max-width: none;
}
.common_slide img {
  width: 100%;
}

/* ---------------------------------------------------
		about
------------------------------------------------------ */
#about {
  background: #e1d3bd;
}
#about .about_bg {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 800px;
  padding-bottom: 40px;
  background: url(../img/breakfast/about_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #faf7f7;
}
#about .about_bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 364px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#about .about_bg .sec_tit {
  margin-bottom: 24px;
  text-align: left;
}
#about .about_bg .sec_tit .en {
  display: inline-block;
  margin: 0 0 0 16px;
  vertical-align: middle;
}
#about .about_bg02 {
  padding: 108px 0 108px;
  background: url(../img/bath/totonoinoyu_bg_02.svg) no-repeat left calc(50vw - 610px) bottom 16px;
  background-size: 442px;
}
#about .about_col {
  margin-bottom: 40px;
  gap: 32px 0;
}
#about .about_col .col_img {
  width: 31.6%;
  max-width: 368px;
}

@media screen and (max-width: 810px) {
  #about .about_bg {
    display: block;
    height: auto;
    padding: 50vw 0 40px;
  }
  #about .about_bg::before {
    height: 300px;
  }
  #about .about_bg .sec_tit {
    margin-bottom: 24px;
  }
  #about .about_bg .sec_tit .en {
    display: block;
    margin: 8px 0 0;
  }
  #about .about_bg02 {
    padding: 48px 0 48px;
    background: url(../img/bath/totonoinoyu_bg_02.svg) no-repeat left calc(50vw - 200px) top 104px;
    background-size: 400px;
  }
  #about .about_col {
    margin-bottom: 40px;
    gap: 16px;
  }
  #about .about_col .col_img {
    width: calc(50% - 8px);
    max-width: 100%;
  }
}
/* ---------------------------------------------------
		restaurant
------------------------------------------------------ */
#restaurant {
  padding: 112px 0;
}
#restaurant .restaurant_col {
  margin-top: 64px;
}
#restaurant .restaurant_col .col_table {
  width: 50%;
  margin-top: 24px;
}
#restaurant .restaurant_col .col_table .table_img {
  margin-top: 48px;
  text-align: center;
}
#restaurant .restaurant_col .col_img {
  width: 35%;
  max-width: 368px;
  margin: 0 auto 0 5%;
}

@media screen and (max-width: 810px) {
  #restaurant {
    padding: 48px 0;
  }
  #restaurant .restaurant_col {
    margin-top: 40px;
  }
  #restaurant .restaurant_col .col_table {
    width: 100%;
    margin-top: 0;
  }
  #restaurant .restaurant_col .col_table .table_img {
    width: 80%;
    margin-top: 48px;
  }
  #restaurant .restaurant_col .col_img {
    width: 50%;
    max-width: 100%;
    margin: 40px 10% 0 auto;
  }
}
/* ---------------------------------------------------
		producer
------------------------------------------------------ */
#producer {
  padding: 112px 0;
  background: url(../img/breakfast/producer_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #c7af87;
}
#producer .producer_col {
  margin-top: 48px;
}
#producer .producer_col .col_img {
  width: 40%;
  max-width: 456px;
  margin-left: 6%;
}
#producer .producer_col .col_txt {
  width: 45%;
}
#producer .producer_col .col_txt .txt_name {
  margin-bottom: 32px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
}
#producer .producer_col .col_txt .txt_name .en {
  display: inline-block;
  margin-left: 16px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

@media screen and (max-width: 810px) {
  #producer {
    padding: 48px 0 96px;
  }
  #producer .producer_col {
    margin-top: 48px;
  }
  #producer .producer_col .col_img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #producer .producer_col .col_img img {
    max-width: 70%;
  }
  #producer .producer_col .col_txt {
    width: 100%;
    margin-top: 40px;
  }
  #producer .producer_col .col_txt .txt_name {
    margin-bottom: 24px;
    font-size: 2.6rem;
  }
  #producer .producer_col .col_txt .txt_name .en {
    display: inline-block;
    margin-left: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
}