@charset "UTF-8";
.etc {
  font-size: 80%;
  margin-left: 3px;
}

.etc:before {
  display: none !important;
}

.etc:after {
  display: none !important;
}

/**********************************************************************
	パソコン - className : none
***********************************************************************/
.box-info-wrap {
  background-color: #f8f8f8;
  padding: 40px 10px 5px;
  margin-right: -10px;
  margin-bottom: 100px;
  margin-left: -10px;
}

.box-info-wrap .box-info a.hoverBlue {
  text-decoration: none;
  color: #333;
  margin-left: 20px;
  padding: 41px;
  display: inline-block;
}

.box-info-wrap .box-info a.hoverBlue p.txt-box-info {
  padding: 0 25px;
}

.box-info-wrap .box-info a.hoverBlue p.m-btn {
  margin: 0 auto;
}

.box-info-wrap .box-info a.hoverBlue p.m-btn:hover {
  opacity: 1;
}

.box-info-wrap .box-info a.hoverBlue:hover {
  padding: 40px;
  border: solid 1px #0c489b;
  background-color: rgba(11, 72, 155, 0.05);
}

.drinking_01_item p.btn_ditail {
  position: absolute;
  bottom: 20px;
}
/*
#info_top div.img-bg {
    background-position: top;
    background-size: contain;
}

#info_top div.img-bg.img-1-1, div.img-bg.img-square {
    padding-top: 75%;
}
*/


#info_top .ttl_03 {
    font-size: 2.5rem;
}
#info_top a.hoverOpc {
    color: #333;
    font-size: 115%;
}

#info_top a.hoverOpc:hover {
    color: #FFF;
}

#info_top .ttl_03 span.etc {
    text-shadow: 2px 2px 7px white, -2px -2px 7px white;
    display: inline;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.8rem;
    letter-spacing: normal;
    color: #333;
    margin-bottom: 0px;
}

#info_top a.hoverOpc:hover .ttl_03 span.etc {
    text-shadow: 2px 2px 7px #0c489b, -2px -2px 7px #0c489b;
    color: #FFF;
}
/*
#info_top .m-card.card-picture .picture-inner {
    right: 20px;
}
*/

/**********************************************************************
	タブレット - className : none
***********************************************************************/
@media only screen and (max-width: 1000px) {
  .box-info-wrap .box-info {
    margin-bottom: 40px;
  }
  .box-info-wrap .box-info a.hoverBlue {
    text-decoration: none;
    color: #333;
    margin-left: 5px;
    padding: 11px;
    display: inline-block;
  }
  .box-info-wrap .box-info a.hoverBlue h4.ttl_04 {
    font-size: 2.0rem;
  }
  .box-info-wrap .box-info a.hoverBlue h4.ttl_04 span:before {
    top: 15px;
    left: -30px;
  }
  .box-info-wrap .box-info a.hoverBlue h4.ttl_04 span:after {
    top: 15px;
    right: -30px;
  }
  .box-info-wrap .box-info a.hoverBlue p.txt-box-info {
    padding: 0px;
  }
  .box-info-wrap .box-info a.hoverBlue p.m-btn {
    margin: 0 auto;
  }
  .box-info-wrap .box-info a.hoverBlue p.m-btn:hover {
    opacity: 1;
  }
  .box-info-wrap .box-info a.hoverBlue:hover {
    padding: 10px;
    border: solid 1px #0c489b;
    background-color: rgba(11, 72, 155, 0.05);
  }

    #info_top .ttl_03 span.etc {
        text-shadow: 2px 2px 7px white, -2px -2px 7px white;
        display: inline;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 1.8rem;
        letter-spacing: normal;
        color: #333;
        margin-bottom: 0px;
    }
    #info_top a.hoverOpc:hover .ttl_03 span.etc {
        text-shadow: 2px 2px 7px #0c489b, -2px -2px 7px #0c489b;
        color: #FFF;
    }
}

/**********************************************************************
	スマホ - className : none
***********************************************************************/
@media only screen and (max-width: 767px) {
  .box-info-wrap .box-info a.hoverBlue {
    padding: 11px;
    margin-left: 0px;
  }
  .box-info-wrap .box-info a.hoverBlue h4.ttl_04 {
    font-size: 1.8rem;
  }
    #info_top a.hoverOpc {
        color: #333;
    }
    #info_top .ttl_03 {
        font-size: 1.8rem;
    }
    #info_top .ttl_03 span.etc {
        font-size: 1.4rem;
        color: #333;
    }
    #info_top a.hoverOpc:hover .ttl_03 span.etc {
        text-shadow: 2px 2px 7px white, -2px -2px 7px white;
        color: #333;
    }
    #info_top a.hoverOpc p {
        color: #333;
        font-size: 1.3rem !important;
        line-height: 150%;
    }
    .info_box .m-card.card-picture .picture-inner {
        left: 10px;
        right: 5px;
    }
    .info_box .m-card.card-picture .picture-inner.r10 {
        right: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .info_box .m-card.card-picture .picture-inner {
        left: 5px;
        right: 5px;
    }
    #info_top a.hoverOpc p {
        font-size: 1.1rem !important;
    }
}

