/* user add css */
.hidden-xs{
  display: none;
}
.visible-xs{
  display: inline;
}
img{
  max-width: 100%;
}
a{
  color: #333;
}
ul{
  padding: 0;
}
li{
  list-style: none;
}

.main_visual img{
  width: 100%;
}
.ec-layoutRole__mainBottom > .item_ranking,
.ec-layoutRole__mainBottom > .item_gallery{
  padding: 0 15px;
  margin: 50px 0;
}

.ec-layoutRole__mainBottom > .item_ranking .row{
  justify-content: center;
}

.item_ranking .col-12{
  margin-bottom: 30px;
}

h2.serif-head{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  text-align: center;
  margin-top: 0;
}
h2.serif-head span{
  display: block;
  font-family: Roboto, "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
.detail-box{
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 24px;
}
.item_gallery .item_photo{
  margin: 0;
}
.item_gallery h3{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.1em;
  margin: 0.5em 0 0.2em;
  padding: 3px 0 1px 7px;
}
.item_gallery p{
  font-size: 14px;
  font-weight: bold;
  margin: 0.1em 0;
  padding-left: 8px;
}
.item_gallery .small-txt{
  font-size: 80%;
  font-weight: normal;
  margin-left: 4px;
}
.item_gallery p.detail-btn{
  font-weight: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  padding: 0 8px;
}
.item_gallery p.detail-btn a{
  display: block;
  font-size: 13px;
  color: #333;
  padding: 8px 0 6px;
  margin: 0 auto;
  border: 1px solid #aaa;
}
.item_gallery p.detail-btn a:hover{
  opacity: 0.8;
}
.item_gallery .head__wrap{
  margin-top:6px;
  position: relative;
}
.item_gallery .head__wrap h3{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  height: 70px;
  border-left: 3px solid #557c65;
  padding-left: 4px;
}
.item_ranking .item_gallery p{
  font-size: 24px;
  font-weight: normal;
  text-align: right;
  margin-top: 8px;
  margin-bottom: 2px;
}
.item_ranking .item_gallery{
  position: static;
}
.item_ranking .item_gallery p.detail-btn{
  font-size: 14px;
  position: static;
  text-align: center;
  margin-top: 4px;
}
.item_ranking .item_gallery p.detail-btn a{
  width: 100%;
  color: #fff;
  background-color: #adb367;
  border: none;
}
.item_ranking .item_gallery p.detail-btn a:hover{
}
@media (min-width: 768px){
  .hidden-xs{
    display: inline;
  }
  .visible-xs{
    display: none;
  }
  .main_visual{
    margin-bottom: 48px;
  }
  .ec-layoutRole__mainBottom > .item_ranking,
  .ec-layoutRole__mainBottom > .item_gallery{
    padding: 0 15px;
    margin: 80px 0;
  }

  h2.serif-head{
    font-size: 28px;
  }
  h2.serif-head span{
    font-size: 16px;
  }
  .detail-box{
    padding-bottom: 44px;
    margin-bottom: 32px;
  }
  .item_gallery h3{
    font-size: 18px;
  }
  .item_gallery p{
    font-size: 16px;
  }
  .item_gallery p.detail-btn{
    padding: 0 16px;
  }
  .item_gallery p.detail-btn a{
    font-size: 14px;
    width: 60%;
  }
  .item_gallery .head__wrap{
    margin-top:6px;
  }
  .item_ranking .item_gallery p{
    margin-top: 10px;
  }
  .item_ranking .item_gallery p.detail-btn{
    margin-top: 6px;
  }
}

.ec-headerTitle .ec-headerTitle__title a{
  font-size: 24px;
}

.ec-headerTitle .ec-headerTitle__title a small{
  font-size: 12px;
}

@media (min-width: 768px) {
  .ec-headerTitle .ec-headerTitle__title a{
    font-size: 40px;
  }

  .ec-headerTitle .ec-headerTitle__title a small{
    font-size: 16px;
  }
}

.txt_bnr_area {
	padding: 0 0 16px;
}

.txt_bnr {
	background: #f8f8f8;
	border: 1px solid #D9D9D9;
	font-weight: bold;
	padding: 16px;
	margin: 90px 0 0;
	text-align: center;
}
.txt_bnr strong {
	color: #DE5D50;
	font-size: 20px;
}
.txt_bnr strong strong {
	font-size: 32px;
}

