@charset "UTF-8";
/*////////////////////////
umisoba.aoinapoli.jp
dolce.css
///////////////////////*/

#main_visual{
    background-image: url(../images/menu/dolce/dolce_top_pc.jpg);
}

.btn_box_flex{
    display: flex;
    width: 60%;
    margin: 0 auto 10rem;
}

.recommend_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 3rem auto 15rem;
}

.recommend_flex .recommend_cont{
    width: 45%;
    margin: 0 3rem;
}

.recommend_flex .recommend_cont .img{
    position: relative;
    background-color: #F1F093;
    padding: 3rem;
}

.recommend_flex .recommend_cont .img img{
    margin-bottom: -10rem;
}

.recommend_flex .recommend_cont h4{
    font-size: 1.8rem;
    margin: 10rem 0 2rem;
    font-weight: 600;
}

.recommend_flex .recommend_cont h4 span{
    display: inline-block;
    font-size: 1.2rem;
   margin-top: 1rem;
   font-weight: 400;
   line-height: 2rem;
}

.recommend_flex .recommend_cont .read{
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.dolce_postion{
    position: relative;
}

.dolphin_postion{
    position: absolute;
    width: 210px;
    bottom: -10rem;
    right: 8%;
}

.dolce_menu_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.dolce_menu_flex a{
    width: 20%;
    margin: .5rem;
}


/* 吹き出し */

.fukidashi {
  position: relative;
  width: fit-content;
  padding: 12px 16px;
  border-bottom: 2px solid #024099;
  z-index: 5;
  margin: 0 0 1rem 10rem;
  font-size: 1.2rem;
  line-height: 2rem;
}

.fukidashi a{
  color: #E3594D;
}

.fukidashi::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -13px;
  width: 30px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: #024099;
}

.fukidashi::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -28px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff; /* 背景色と同じ色を指定 */
  border-radius: 50%;
  background-color: #024099;
}



@media (max-width: 767px){

#main_visual{
    background-image: url(../images/menu/dolce/dolce_top_sp.jpg);
}

.btn_box {
    margin-bottom: 5rem;
}

.btn_box_flex {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 5rem;
}

.btn_box_flex .btn_b:first-of-type{
    margin-bottom: 1rem;
}

.recommend_flex {
    width: 90%;
    flex-wrap: wrap;
    margin: 3rem auto 6rem;
}

.recommend_flex .recommend_cont {
    width: 100%;
    margin: 0;
}

.recommend_flex .recommend_cont:first-of-type{
    margin-bottom: 10rem;
}

.recommend_flex .recommend_cont .read {
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.recommend_flex .recommend_cont h4 {
    margin: 10rem 0 1rem;
}

.dolphin_postion {
    width: 150px;
    bottom: 44%;
    right: 2%;
}

.dolce_menu_flex {
    width: 90%;
}

.dolce_menu_flex a {
    width: 47%;
}

.fukidashi {
    padding: 10px 12px;
    margin: 0 0 1rem 14rem;
}

.fukidashi::before {
    right: inherit;
    left: -24px;
    transform: rotate(-50deg);
}

.fukidashi::after {
    right: inherit;
    left: -23px;
}
}