@charset "utf-8";
body.loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
h1 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 12px;
}
h1 span {
  font-size: 17px;
  letter-spacing: 1px;
}
h2 {
  font-size: 24px;
  width: 91%;
  margin: 0 auto 35px;
  line-height: 1.5;
}
h3 {
  font-size: 20px;
}
/* ========================
    tripla-booking
========================== */
#reservation_01.lower {
  display: none;
}

/* ========================
	コンテンツ基本
========================== */
.con_outer {
  margin-bottom: 80px;
  text-align: center;
}
.con_outer .inner {
  width: 91%;
  margin: 30px auto;
}
/* ========================
	concept
========================== */
#concept p {
  width: 91%;
  margin: 0 auto;
}
/* ========================
	feature
========================== */
#feature {
  background: url("/matsusaka_beef/image/common/back_img.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 27% top;
  position: relative;
  color: #fff;
  padding: 80px 0;
  font-weight: lighter;
}
#feature::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: -1;
}
#feature .feature_list {
  width: 91%;
  margin: auto;
}
#feature .feature_list li {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 25px 20px;
  border: 1px solid #fff;
}
#feature .feature_list li:last-child{
  margin-bottom: 0;
}
#feature .feature_list li dt {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
  letter-spacing: 0;
}
#feature .feature_list li dt span {
  font-size: 14px;
  display: block;
  line-height: 1.3;
  margin-bottom: -30px;
}
#feature .feature_list li dd {
  text-align: left;
}
/* ========================
	dedication
========================== */
.dedication_list {
  padding-bottom: 30px;
}
.dedication_list:last-child {
  padding-bottom: 0;
}
.dedication_list .list_dit {
  width: 91%;
  margin: 20px auto 0;
  text-align: left;
}
.dedication_list .tit {
  font-size: 20px;
  line-height: 1.5;
  width: 91%;
  margin: 0 auto 20px;
}
.dedication_list .tit span {
  font-size: 14px;
}
.img_box{
  position: relative;
}
.fv_emblem{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 105px;
}
.fv_emblem.other{
  width: 90px;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 52px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
  h1 span {
    font-size: 22px;
    letter-spacing: 2px;
  }
  /* ========================
	コンテンツ基本
========================== */

  /* ========================
	feature
========================== */
#feature {
  background-size: cover;
  background-position: top 63% center;
}
#feature .feature_list li dt {
  margin-bottom: 10px;
}
#feature .feature_list li dt span {
  margin-bottom: -35px;
}
#feature .feature_list li dt span .pc_br {
  display: none;
}
  /* ========================
	dedication
========================== */
.dedication_list .tit.pc_on {
  display: none;
}
.dedication_list .sp_on {
  display: block;
}
}
@media screen and (min-width: 1024px) {
  h2 {
    margin-bottom: 50px;
  }
  /* ========================
	feature
========================== */
  #feature {
    padding: 80px 0;
  }
  #feature .feature_list {
    display: flex;
    justify-content: space-between;
    width: 95%;
  }
  #feature .feature_list li {
    margin: 0 20px 0 0;
    width: 32%;
  }
  #feature .feature_list li:last-child {
    margin-right: 0;
  }
  #feature .feature_list li dt {
    line-height: 1.4;
    margin-bottom: 15px;
    font-size: 25px;
  }
  #feature .feature_list li dt span {
    font-size: 15px;
  }
  #feature .feature_list li dt span .pc_br {
    display: block;
  }
  #feature .feature_list li:nth-child(1)> dt span {
    margin-bottom: -15px;
  }
  /* ========================
	dedication
========================== */
  .dedication_list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 50px;
  }
  .dedication_list:last-child {
    padding-bottom: 50px;
  }
  .dedication_list:nth-child(even) {
    flex-direction: row-reverse;
  }
  .dedication_list .img_box {
    width: 60%;
  }
  .dedication_list .list_dit {
    width: 32%;
    margin: 0 auto;
  }
  .dedication_list .tit {
    font-size: 24px;
  }
  .dedication_list .tit.pc_on {
    display: block;
  }
  .dedication_list .sp_on {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  h3 {
    margin-bottom: 20px;
  }
  /* ========================
	コンテンツ基本
========================== */
  .con_outer .inner {
    width: 900px;
    margin: 40px auto;
  }
  #container .topicpath{
    margin-bottom: 60px;
  }
  /* ========================
	concept
========================== */
#concept {
  margin-bottom: 70px;
}
  /* ========================
	feature
========================== */

  /* ========================
	dedication
========================== */
  .dedication_list .tit span {
    font-size: 15px;
  }
  .fv_emblem, .fv_emblem.other {
    top: 20px;
    right: 20px;
    width: 168px;
  }
}
@media screen and (min-width: 1200px) {
  /* ========================
	feature
========================== */
  #feature .feature_list {
    width: 1100px;
  }
  #feature .feature_list li dt {
    font-size: 28px;
  }
  #feature .feature_list li dd {
    line-height: 2.2;
  }
}
@media screen and (min-width: 1920px) {
  .concept_list .list_dit {
    width: 25%;
  }
  .dedication_list .list_dit {
    width: 25.55%;
    text-align: left;
    margin: 0 auto;
  }
}
