@charset "UTF-8";
#main h1 {
  left: 0;
  position: absolute;
  top: 0;
}
.color-blue {
  color: #265B70;
}
.ib {
  display: inline-block;
}
.breakfastContents {
  font-size: 14px;
  width: 100%;
}
.breakfastContents * {
  box-sizing: border-box;
}
/* mv ズームしながらフェード切り替え */
.main_imgBox {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  position: relative; 
  z-index: 1;
}
.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  animation: anime5 40s 0s infinite;
}
.main_img:nth-of-type(1) {
  background-image: url('../images/breakfast/main01_sp.jpg?v20240227');
}
.main_img:nth-of-type(2) {
  background-image: url('../images/breakfast/main02_sp.jpg?v20240227');
  animation-delay: 8s; 
}
.main_img:nth-of-type(3) {
  background-image: url('../images/breakfast/main03_sp.jpg?v20240227');
  animation-delay: 16s; 
}
.main_img:nth-of-type(4) {
  background-image: url('../images/breakfast/main04_sp.jpg?v20240227');
  animation-delay: 24s; 
}
.main_img:nth-of-type(5) {
  background-image: url('../images/breakfast/main05_sp.jpg?v20240227');
  animation-delay: 32s; 
}
/* 5枚用 */
@keyframes anime5 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  23% {
    opacity: 1;
    z-index: 5;
  }
  40% {
    opacity: 0;
    transform: scale(1.15) ;
  }
  100% {
    opacity: 0;
      z-index: 1;
  }
}
/* breakfastLead */
.breakfastLead {
  margin: 0 auto;
  max-width: 1024px;
  padding: 40px 15px;
  position: relative;
  width: 100%;
}
.breakfastLead_inner {
  background-color: #104A621A;
  line-height: 1.7;
  max-width: 894px;
  padding: 40px 30px 30px;
  width: 100%;
}
.breakfastLead_title {
  margin-bottom: 25px;
  margin-left: -15px;
  margin-top: -55px;
  max-width: 386px;
  width: 82%;
}
.breakfastLead_img {
  border-radius: 50%;
  height: 0;
  margin: 0 auto 50px;
  overflow: hidden;
  padding-top: 69%;
  position: relative;
  width: 69%;
}
.breakfastLead_img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
/* breakfastSection */
.breakfastSection {
  text-align: center;
}
.breakfastSection.-blue {
  background-color: #104A620D;
}
.breakfastSection_inner {
  margin: 0 auto;
  max-width: 1064px;
  padding: 40px 15px;
}
.breakfastSection_title {
  margin-bottom: 30px;
}
.breakfastSection_title .icon {
  margin: 5px 10px;
  vertical-align: middle;
  width: 26px;
}
.breakfastSection_title .text {
  margin: 0 10px;
  max-width: 100%;
  vertical-align: middle;
  width: 203px;
}
/* breakfastList */
.breakfastList {
  margin-top: 30px;
}
.breakfastList_item {
  font-size: 12px;
  text-align: left;
}
.breakfastList_item-ttl {
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
.breakfastList_item-txt {
  margin-top: 10px;
}
.breakfastList_item + .breakfastList_item {
  margin-top: 26px
}
/* breakfastBlock */
.breakfastBlock {
  margin: 50px auto 0;
}
.breakfastBlock_title {
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  margin: 0 auto 30px;
  padding-bottom: 10px;
  width: fit-content;
}
.note {
  font-size: 10px;
  text-align: right;
}
.breakfastBlock_menu {
  background-color: #104A620D;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 25px 30px 15px;
}
.breakfastBlock_menu ul {
  width: 50%;
}
.breakfastBlock_menu li {
  margin-bottom: 10px;
  text-align: left;
}
/* breakfastimgList */
.breakfastimgList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.breakfastimgList_item {
  margin-bottom: 15px;
  width: calc(50% - 7px);
}
.breakfastimgList_item.-type2 {
  width: 100%;
}
/* #ichioshi */
#ichioshi .breakfastSection_inner {
  padding-bottom: 10px;
}
#ichioshi .breakfastSection_title .icon {
  width: 24px;
}

@media (max-width:768px) {
  #main.morning {
    aspect-ratio: 75 / 100;
    height: auto;
  }
  #main .cover,
  .main_img {
    height: 100%;
  }
}
@media (min-width:769px) {
  .main_img:nth-of-type(1) {
    background-image: url('../images/breakfast/main01.jpg');
  }
  .main_img:nth-of-type(2) {
    background-image: url('../images/breakfast/main02.jpg');
  }
  .main_img:nth-of-type(3) {
    background-image: url('../images/breakfast/main03.jpg'); 
  }
  .main_img:nth-of-type(4) {
    background-image: url('../images/breakfast/main04.jpg'); 
  }
  .main_img:nth-of-type(5) {
    background-image: url('../images/breakfast/main05.jpg'); 
  }
  .breakfastContents {
    font-size: 18px;
  }
  .breakfastLead {
    margin: 0 auto;
    padding: 140px 15px 105px;
  }
  .breakfastLead_inner {
    padding: 60px 145px 35px 60px;
    width: 80%;
  }
  .breakfastLead_title {
    margin-bottom: 35px;
    margin-left: -30px;
    margin-top: -90px;
    width: auto;
  }
  .breakfastLead_img {
    bottom: 0;
    height: 300px;
    left: auto;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 0;
    transform: translateY(30px);
    top: 0;
    width: 300px;
  }
  /* breakfastSection */
  .breakfastSection_inner {
    padding: 80px 20px 60px;
  }
  .breakfastSection_title .icon {
    width: 40px;
  }
  .breakfastSection_title .text {
    width: 277px;
  }
  /* breakfastList */
  .breakfastList {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
  }
  .breakfastList_item {
    font-size: 14px;
  }
  .breakfastList_item-ttl {
    font-size: 18px;
    margin: 15px 20px 0;
  }
  .breakfastList_item-txt {
    margin: 10px 20px 0;
  }
  /* breakfastBlock */
  .breakfastBlock {
    margin: 80px auto 0;
  }
  .breakfastBlock_title {
    font-size: 22px;
    margin: 0 auto 60px;
  }
  .breakfastBlock_menu {
    font-size: 15px;
    margin: 80px auto 0;
    max-width: 800px;
    padding: 40px 40px 20px;
  }
  .breakfastBlock_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
  }
  .breakfastBlock_menu li {
    margin: 0 94px 15px 0;
    width: auto;
  }
  .breakfastBlock_menu ul + ul {
    justify-content: start;
  }
  .breakfastBlock .note {
    font-size: 15px;
  }
  /* breakfastimgList */
  .breakfastimgList_item.-type2 {
    width: calc(50% - 10px);
  }
  /* #liveKitchen */
  #liveKitchen .breakfastList_item {
    padding-bottom: 120px;
    width: 47%;
  }
  #liveKitchen .breakfastList_item:nth-child(2) {
    margin-top: 120px;
  }
  #liveKitchen .breakfastList_item:nth-child(3) {
    margin-top: -160px;
  }
  #liveKitchen .breakfastList_item:nth-child(4) {
    margin-top: 0;
    padding-bottom: 0;
  }
  /* #ichioshi */
  #ichioshi .breakfastSection_title .icon {
    width: 40px;
  }
  #ichioshi .breakfastList_item {
    text-align: center;
    width: 32%;
  }
  #ichioshi .breakfastList_item + .breakfastList_item {
    margin-top: 60px;
  }
  #ichioshi .breakfastList_item + .breakfastList_item .breakfastList_item-ttl {
    font-size: 15px;
  }
  #ichioshi .breakfastList_item:nth-child(1) {
    margin: 0 auto ;
    width: 100%;
  }
  #ichioshi .breakfastList_item:nth-child(1) .breakfastList_item-img {
    max-width: 700px;
    margin: 0 auto;
    width: 68%;
  }
  #menu01 .breakfastimgList_item {
    height: 0;
    padding-top: 23.4%;
    position: relative;
  }
  #menu01 .breakfastimgList_item img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #menu01 .breakfastimgList_item:nth-child(1) {
    width: 33%
  }
  #menu01 .breakfastimgList_item:nth-child(2) {
    width: 29%
  }
  #menu01 .breakfastimgList_item:nth-child(3) {
    width: 34%
  }
  #menu01 .breakfastimgList_item:nth-child(4) {
    width: 29%
  }
  #menu01 .breakfastimgList_item:nth-child(5) {
    width: 35%
  }
  #menu01 .breakfastimgList_item:nth-child(6) {
    width: 32%
  }
}