@charset "utf-8";
#headphoto {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/head-brk-photo03.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* 共通 */
.l-section.-bg-gray {
  background-color: #ececeb;
}

#breakfast{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#breakfast img{
  width: 100%;
  height: auto;
}




.breakfast_intro_section {
  background-color: #ECECEB;
  padding: 60px 28px;
}
.breakfast_intro_title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
}
.breakfast_intro_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  padding-top: 30px;
  text-align: left;
}
.breakfast_price_section {
  padding: 60px 28px;
}
.breakfast_price_title {
  text-align: center;
}
.breakfast_price_title .title_en {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.breakfast_price_title .title_jp {
  display: block;
  font-size: 28px;
  font-weight: 700;
  padding-top: 23px;
  line-height: 1;
}
.breakfast_price_subtitle {
  font-size: 24px;
  font-weight: 700;
  padding-top: 40px;
  text-align: center;
  line-height: 1;
}
.breakfast_price_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  padding-top: 20px;
}

.breakfast_price_table_box {
  padding-top: 30px;
}

.breakfast_price_table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #54585A;
}

.breakfast_price_table_th,
.breakfast_price_table_td {
  width: 50%;
  border-collapse: collapse;
  border: 1px solid #54585A;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}

.breakfast_price_table_th {
  background-color: #E7E7E5;
}

.breakfast_price_cap {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: center;
  padding-top: 30px;
}
.breakfast_theten_intro_section {
  padding: 60px 28px;
  background-color: #ECECEB;
}
.breakfast_theten_intro_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding-top: 30px;
}
.breakfast_theten_intro_about {
  width: 100%;
  max-width: 800px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;
  padding: 20px;
  border: 2px solid #666666;
  margin: 30px auto 0;
}
.breakfast_theten_cont_section {
  padding: 60px 28px;
}
.breakfast_theten_cont_block {
  display: grid;
  gap: 80px;
}
.breakfast_theten_cont_inner {
  display: grid;
  gap: 30px;
}
.breakfast_theten_cont_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding-top: 10px;
}
.breakfast_theten_cont_title span {
  display: inline-block;
}
.breakfast_theten_cont_subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6666666667;
  text-align: center;
}
.breakfast_theten_cont_subtitle.subtitle02 {
  padding-top: 10px;
}
.breakfast_theten_cont_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  padding-top: 30px;
}

.breakfast_theten_cont_twocol_box {
  display: grid;
  gap: 40px;
  padding-top: 20px;
}
.breakfast_theten_cont_twocol {
  display: grid;
  grid-template-areas: "img" "inner";
}
.breakfast_theten_cont_twocol_inner {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: inner;
  padding-top: 20px;
}
.breakfast_theten_cont_twocol_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.breakfast_theten_cont_twocol_text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  padding-top: 20px;
  text-align: left;
}

.breakfast_theten_cont_twocol_img {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: img;
}
.breakfast_other_menu_section {
  padding: 60px 28px;
}
.breakfast_other_menu_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.breakfast_other_menu_list {
  display: grid;
  gap: 30px;
  padding-top: 40px;
}
.breakfast_other_menu_item {
  display: grid;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #54585A;
}
.breakfast_other_menu_corner {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.breakfast_other_menu_menu {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: left;
}

.breakfast_other_menu_cap_list {
  display: grid;
  gap: 5px;
  padding-top: 40px;
}
.breakfast_other_menu_cap_item {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 2px;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: left;
}
.breakfast_other_menu_cap_item::before {
  content: "※";
}

@media screen and (min-width: 769px){
  .breakfast_intro_section {
    padding: 67px 56px;
  }
  .breakfast_intro_title {
    font-size: 28px;
  }
  .breakfast_intro_text {
    padding-top: 46px;
  }
  .breakfast_price_section {
    padding: 70px 56px;
  }
  .breakfast_price_title .title_en {
    font-size: 25.6px;
  }
  .breakfast_price_title .title_jp {
    font-size: 32px;
  }
  .breakfast_price_subtitle {
    padding-top: 60px;
  }
  .breakfast_price_cap {
    padding-top: 50px;
  }
  .breakfast_theten_intro_section {
    padding: 100px 56px;
  }
  .breakfast_theten_intro_text {
    padding-top: 35px;
  }
  .breakfast_theten_intro_about {
    margin: 43px auto 0;
  }
  .breakfast_theten_cont_section {
    padding: 70px 56px 80px;
  }
  .breakfast_theten_cont_block {
    gap: 140px;
  }
  .breakfast_theten_cont_inner {
    gap: 40px;
  }
  .breakfast_theten_cont_title {
    font-size: 28px;
  }
  .breakfast_theten_cont_subtitle {
    font-size: 24px;
  }
  .breakfast_theten_cont_twocol_box {
    gap: 0;
    padding-top: 30px;
  }
  .breakfast_theten_cont_twocol {
    grid-template-areas: none;
    grid-template-columns: repeat(2, 1fr);
  }
  .breakfast_theten_cont_twocol_inner {
    grid-area: auto;
    padding-top: 35px;
  }
  .breakfast_theten_cont_twocol_inner.twocol_odd {
    padding-left: 20px;
  }
  .breakfast_theten_cont_twocol_inner.twocol_even {
    padding-right: 20px;
  }
  .breakfast_theten_cont_twocol_title {
    font-size: 20px;
  }
  .breakfast_theten_cont_twocol_img {
    grid-area: auto;
  }
  .breakfast_other_menu_section {
    padding: 80px 56px;
  }
  .breakfast_other_menu_title {
    font-size: 28px;
  }
  .breakfast_other_menu_list {
    gap: 40px;
    padding-top: 60px;
  }
  .breakfast_other_menu_item {
    padding-bottom: 40px;
  }
  .breakfast_other_menu_cap_list {
    padding-top: 70px;
  }
}