@charset "UTF-8";
/*! ===============================================================================
 * [ main visual ]
 * =============================================================================== */
/* 帯のBG */
.main-visual {
  background: #eee;
}
/* カテゴリリボンの三角部分の色 */
.main-visual .category:before {
  border-top-color: #4c4c4c;
}
.main-visual .category:after {
  border-bottom-color: #4c4c4c;
}
/* カテゴリリボン・テキストの色 */
.main-visual .category .txt {
  background: #4c4c4c;
  color: #fff;
}
/* ｈ1タイトルテキストの色 */
.main-visual .title {
  color: #4c4c4c;
  /* 縁取り（画像の背景色に合わせて） 不要ならnoneへ */
  text-shadow: 0 3px 5px #eee, 3px 0 5px #eee, 0 -3px 5px #eee, -3px 0 5px #eee, -3px -3px 5px #eee, 3px -3px 5px #eee, -3px 3px 5px #eee, 3px 3px 5px #eee;
}
/* ｈ1タイトルアイコン 内祝 */
/*
.main-visual .main-txt:before {
  background-image: url(/cmn_lp/images/ico_ttl_uchiiwai.png);
}
*/
/* ｈ1タイトルアイコン 内祝以外 */
.main-visual .main-txt:before {
  background-image: url(/cmn_lp/images/ico_ttl_normal.png);
} 

/* ===============================================================================
 * age parts for choju style
 * =============================================================================== */
.age-list_choju a {text-decoration: none!important;}
.age-list_choju .box {
  padding: 1px;
  overflow: hidden;
}
  .age-list_choju.box-wrap.block4 .box:nth-child(n+5) {
    margin-top: 32px;
  }
.age-list_choju .age-list_btn {
  border: #fff 4px solid;
  background: #f4f4e9;
  box-shadow:0px 0px 0px 1px #d8d8cc;
  -moz-box-shadow:0px 0px 0px 1px #d8d8cc;
  -webkit-box-shadow:0px 0px 0px 1px #d8d8cc;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  position: relative;
}
.age-list_choju .age-list_btn:hover {
  opacity: .7;
}
.age-list_choju .txt_name {
  font-size: 2.4rem;
  color: #555;
  text-align: center;
  font-weight: bold;
  height: 74px;
  padding-top: 26px;
}
.age-list_choju .txt_age {
  position: absolute;
  bottom: 0;
  background: url(/choju/common/images/bg_age.png) repeat 0 0;
  width: calc(100% + 10px);
  height: 50px;
  left: -5px;
  bottom: -5px;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 1.7rem;
  line-height: 54px;
  font-weight: bold;
}
.age-list_choju .txt_age:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  background: #e0e0c8;
  width: 100%;
  height: 1px;
}
.age-list_choju .txt_age span {
  font-weight: bold;
}
.age-list_choju .txt_age .txt_age_inner {
  display: block;
  position: relative;
  padding: 0 15px 0 30px;
}
.age-list_choju .txt_age .txt_age_inner:before,
.age-list_choju .txt_age .txt_age_inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  line-height: 1;
}
.age-list_choju .txt_age .txt_age_inner:before {
  background: url(/choju/common/images/ico_age.png) no-repeat 0 0;
  width: 25px;
  height: 22px;
  margin-top: -13px;
  left: 3%;
}
.age-list_choju .txt_age .txt_age_inner:after {
    content: "\e914";
    font-family: defico;
    line-height: 1;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -8px;
    font-weight: normal;
}
@media print,screen and (max-width:1430px) {
  .age-list_choju.box-wrap.block4 {
    width: 101.5%;
    margin-left: -1.5%;
  }
  .age-list_choju.box-wrap.block4 .box {
    width: 31.83333333%;
    margin-left: 1.5%;
  }
  .age-list_choju.box-wrap.block4 .box:nth-child(n+4) {
    margin-top: 32px;
  }
}
@media print,screen and (max-width:1240px) {
.age-list_choju .txt_name {
  font-size: 2.2rem;
  }

.age-list_choju .txt_age {
  font-size: 1.6rem;
}
}
@media print,screen and (max-width:1040px) {
.age-list_choju .txt_age .txt_age_inner:before {
    left: 5px;
}
.age-list_choju .txt_age .txt_age_inner:after {
    right: 3px;
}
}

.isTablet .age-list_choju .txt_name {
  font-size: 1.9rem;
}
.isTablet .age-list_choju .txt_age {
  font-size: 1.2rem;
}
.isTablet .age-list_choju .txt_age .txt_age_inner {
    padding: 0 11px 0 20px;
}

.isTablet .age-list_choju .txt_age .txt_age_inner:after {
  font-size: 11px;
  margin-top: -6px;
}
.isTablet .age-list_choju .txt_age .txt_age_inner:before {
  width: 18px;
  height: 18px;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  margin-top: -9px;
  left: 5px;
}