@charset "utf-8";

#contents .cafe_info {
  border-top: 1px solid #508086;
  color: #282828;
  font-size: 16px;
  margin: 0 auto 50px;
  padding-left: 20px;
  padding-top: 20px;
}
#contents .menu {
  border: 1px solid #054b64;
  border-radius: 5px;
  color: #054b64;
  padding: 5px 20px;
  margin: 0 auto 170px;
}
#contents .ex_info {
  background: #e8eded none repeat scroll 0 0;
  color: #054b64;
  padding: 5px 0;
  text-align: center;
  margin-top: 70px;
}
#contents h4 {
  margin: 0 auto;
  padding: 10px 0 10px 20px;
  color: #054B64;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #054B64;
  border-top: 1px solid #054B64;
}
#contents .use {
  border: 1px solid #054b64;
  border-radius: 5px;
  color: #054b64;
  padding: 5px 20px;
  margin: 50px auto 0;
}
.retro_list01{
  box-sizing: border-box;
  list-style: none;
  margin: 30px 0 50px;
  max-width: 470px;
  width: 100%;
}
.retro_list01 li {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
  position: relative;
}
.retro_list01 li:last-child::after{
  content: "～";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.retro_list01 .line {
  background: radial-gradient(#000 10%, transparent 30%) center/ 7px 7px;
  background: -ms-radial-gradient(#000 10%, transparent 30%) center/ 7px 7px;
  content: '';
  display: flex;
  flex: 1 1 auto;
  height: 7px;
  margin: 0 10px;
}
hr {
  padding: 0;
  border: 0;
  outline: 0;
}
.retro_list01 .price {
  text-align: right;
  padding-right: 20px;
}
.cafe_txt01{
  margin: 30px auto;
}
.cafe_txt02{
  display: flex;
  margin: 10px 0 0 0;
}
.cafe_txt02 span{
  display: block;
  margin-right: 30px;
}
.cafe_txt03{
  margin-top: 30px;
}
.cafe_sc02{
  margin-top: 150px;
  padding-bottom: 150px;
}
#contents .cafe_sc02 h4{
  background: #e5eaea;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","游明朝", YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  margin-bottom: 40px;
}
._box_news a{
  display: flex;
}
._box_news{
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.post_img{
  width: 35%;
}
.post_img div{
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
._box_news a ul{
  background: #fff;
  padding: 20px;
  width: 65%;
}
._box_news a ul .day{
  color: #fff;
  background: #054b64;
  font-size: 15px;
  font-weight: bold;
  min-width: 110px;
  padding: 4px 10px;
  display: inline-block;
  line-height: 1;
}
._box_news a ul .ttl{
  font-size: 17px;
  margin: 15px auto;
  font-weight: bold;
}
._box_news a ul .content{
  font-size: 15px;
}
.cafe_sc02 .more_btn{
  text-align: right;
  margin-top: 20px;
}
.cafe_sc02 .more_btn a{
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cafe_sc02 .more_btn a img{
  display: block;
  width: 12px;
  margin-left: 8px;
  height: 100%;
}

/* IE10�ȍ~ */
@media all and (-ms-high-contrast:none){
  .ttl_sc p:first-child {
    max-height:220px;
  }
}

/* SP */
@media (max-width: 767px) {
  .retro_list01{
    margin: 30px 0 25px;
  }
  .retro_list01 li{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .header_logo {
    top: -6%;
  }
  .ttl_sc p:first-child {
  }
  #contents {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  #contents .ex_info {
    margin-top: 35px;
    font-size:70%;
  }
  .cafe_sc02{
    margin-top: 50px;
    padding-bottom: 50px;
  }
  ._box_news a ul {
    padding: 15px;
  }
  ._box_news a ul .day{
    font-size: 12px;
    min-width: 80px;
  }
  ._box_news a ul .ttl {
    font-size: 15px;
    margin: 10px auto 0;
  }
  ._box_news a ul .content {
    font-size: 12px;
  }
}
/* iPhone 4, 4S, 5, 5s, 5c, iPod touch 4, 5 */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {


}
/* iPhone6 plus */
@media only screen  and (device-height: 736px),
only screen  and (device-width: 736px) {

}
/* iPhone6 */
@media only screen and (device-height: 667px),
only screen and (device-width: 667px) {

}
