@charset "UTF-8";
/*////////////////////////
weenamkee.jp
menu.css
///////////////////////*/


/*////////////////////////
メインビジュアル
///////////////////////*/

.main_section .main_img{
  background-image: url(../images/menu/main.jpg);
}

.menu_section_01{
  padding: 0;
}
.menu_section_01 p,.menu_section_02 p.source_txt{
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 2rem 3rem;
  text-align: justify;
}
.menu_section_01 p span,.menu_section_02 p.source_txt span{
  color: #CA2C1F;
  font-weight: 700;
}

.menu_section_02{
  background-image: url(../images/bg_beige.jpg);
  background-size: contain;
}
.menu_section_02 .source{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 1.5rem auto;
}
.menu_section_02 .source .img{
  width: 40%;
}
.menu_section_02 .source p{
  width: 60%;
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-left: 1rem;
}
.menu_section_02 .source p .bold{
  font-weight: bold;
}
.menu_section_02 .source p span{
  display: inline-block;
  background-color: #fff;
  margin: .2rem 0;
  padding: 0 .4rem;
}
.menu_section_03 .menu_cont{
  width: 100%;
  position: relative;
  margin: 4rem auto 0;
  height: auto;
}
.menu_section_03 .menu_cont .img{
  width: 90%;
  position: relative;
  margin: auto;
}
.menu_section_03 .menu_cont .img img{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: cover;
  border-radius: 2rem;
  filter: brightness(0.9);
}
.menu_section_03 .menu_cont .ttl{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    color: #CA2C1F;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 2.8rem;
    text-align: center;
}
.menu_section_03 .menu_cont .ttl span{
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
}
.menu_section_03{
  padding: 5rem 0;
}
.menu_section_03 .menu_cont a{
  color: #000000;
}
.menu_section_03 .menu_cont .img{
  width: 65%;
  position: relative;
  margin: auto;
}
.menu_section_03 .menu_cont .img img{
  border-radius: 50%;
  filter: brightness(0.8);
}
.menu_section_03 .menu_cont .ttl{
    color: #ffffff;
    top: 45%;
}
.menu_section_03 .menu_cont .ttl span{
  color: #ffffff;
}
.menu_section_03 .menu_cont .txt {
    font-size: 1.4rem;
    width: 80%;
    margin: 2rem auto 0;
    line-height: 2.2rem;
}


@media (max-width: 768px) {
  .menu_section_03 .menu_cont .img {
    width: 80%;
}
}