@charset "utf-8";

<!-- photo/campaign/online-photo/assets/css/style.css -->
p {
    letter-spacing: 1px;
}
.p-headVis--albumPlan {
  background:url('../img/bg-sp-headvis-newdress-0001.jpg') no-repeat;
  background-size: 100%;
}
.c-label--brown{
  background:#a68736;
  color:#fff;
}
.p-planTabCont__img {
  width: 100%;
}
.p-planTabContTitle{
  color: #ffa8a8;
}
.c-cardReport__photo{
  width: 350px;
  height: auto;
}
.p-slide--report .slick-prev, .p-slide--report .slick-next{
  top: 195px;
}
.c-label--color{
  border-top: 1px solid #b5b5b5;
  margin-top: 20px;
  padding-top: 20px;
}
.c-label--album{
  padding:0.2em 1em;
  position: relative;
  border:none;
  letter-spacing: 0.06em;
}
.c-label--album:after{
  display: block;
  position: absolute;
  right:0;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 0;
  top:0;
  border-color: transparent #fff transparent transparent;
}
.c-titleArtEx--album{
  /*color:#a68736;*/
}
.c-titleArtEx__subTxt--album{
  color:#eb615a;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-titleArtEx__name--album{
  font-weight: 300;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
}
.c-limited-dateArea{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-limited-date{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align:  center;
      -ms-flex-align:  center;
          align-items:  center;
}
.c-limited-date + .c-limited-date{
  margin-top: 1em;
}
.c-limited-label{
  color:#a68736;
  border:#a68736 2px solid;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin-right:1em;
  padding:0.25em 0.5em;
  min-width: 6em;
}

.c-limited-date-text{
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-cardReport__name__subTxt{
  font-size: 10px;
  font-size: 1.0rem;
  display: inline-block;
  margin-left:0.5em;
}

.l-plan-overviewArea{
  background:#fff;
  border:1px solid #a68736;
  padding:20px;
}
.c-plan-overviewTitle{
  text-align: center;
  color:#a68736;
  font-size: 20px;
  font-size: 2.0rem;
  margin-bottom:20px;
}
.c-plan-overviewTitle__subTxt{
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  margin-top:1em;
}
.c-plan-overviewIncludedItem{
  margin-bottom:50px;
}
.c-plan-overviewPanel{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-plan-overviewPanel__item + .c-plan-overviewPanel__item{
  margin-top:50px;
}
.c-plan-overviewPanel__present{
  border:1px solid #eb615a;
  padding: 40px 20px;
  position: relative;
}
.c-plan-overviewPanel__present__txt{
  color:#eb615a;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom:20px;
}
.c-plan-overviewPanel__present__subTxt{
  color:#fff;
  background:#eb615a;
  border-radius: 50%;
  padding: 1em;
  width:4em;
  height: 4em;
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top:-40px;
  left:-20px;
}
.c-plan-overviewPanel__present__img{
  width:80%;
}

.c-plan-overviewPanel__img{
  position: relative;
}
.c-plan-overviewPanel__icn{
  position: absolute;
  top:-30px;
  left:-10px;
  display: block;
  width:150px;
}

.p-planTargetShopTitle{
  display: block;
  margin-top:2em;
  font-weight: 600;
  background:#f1f1f1;
  padding: 0.25em;
}
.p-planTargetShopTitle:before{
  font-size: 18px;
  font-size: 1.8rem;
  margin-right:0.5em;
}

.p-planTargetShopList{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em;
}
.p-planTargetShopList li{
  font-size: 13px;
  font-size: 1.3rem;
}
.p-planTargetShopList li + li{
  margin-top:0.5em;
}
.p-planTabCont{
  background-color: white;
}

@media print, screen and (min-width: 640px) {
  .p-headVis--albumPlan {
    background: url('../img/bg-headvis-newdress-0001.jpg') no-repeat 50% 50%;
    background-size: cover;
  }
  .p-planTabCont__img {
    width:calc(50% - 15px);
  }
  .c-para--type2{
    font-size: 2.0rem;
  }
  .c-titleArtEx__subTxt--album{
    font-size: 2.8rem;
  }
  .c-titleArtEx__name--album{
    font-size: 4.2rem;
  }
  .c-limited-dateArea{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-limited-label{
    font-size: 1.8rem;
  }
  .c-limited-date-text{
    font-size: 1.8rem;
  }
  .c-limited-date{
  }
  .c-limited-date + .c-limited-date{
    margin-top: 0;
    margin-left:2em;
  }
  .c-cardReport__name__subTxt{
    font-size: 1.4rem;
  }
  .l-plan-overviewArea{
    padding: 40px;
  }
  .c-plan-overviewTitle{
    font-size: 4.2rem;
    margin-bottom:45px;
  }
  .c-plan-overviewTitle__subTxt{
    font-size: 2.0rem;
    margin-top:10px;
  }
  .c-plan-overviewIncludedItem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom:60px;
  }
  .c-plan-overviewPanel{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-plan-overviewPanel__item + .c-plan-overviewPanel__item{
    margin-top:0;
  }
  .c-plan-overviewPanel__present{
    margin-left:30px;
    padding: 20px;
    width:calc(60% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-plan-overviewPanel__present__txt{
    font-size: 1.8rem;
    margin-bottom:0;
  }
  .c-plan-overviewPanel__present__subTxt{
    font-size: 2.0rem;
  }
  .c-plan-overviewPanel__present__img{
    width:250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex:0;
        -ms-flex:0 0 250px;
            flex:0 0 250px;
  }

  .c-plan-overviewPanel__img{
    width:calc(40% - 60px);
  }
  .c-plan-overviewPanel__icn{
    width:230px;
    top:-40px;
    left:-50px;
  }
  .p-planTargetShopList{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-planTargetShopList li{
    width:50%;
    margin-bottom:0.75em;
  }
  .p-planTargetShopList li + li{
    margin-top:0;
  }
}

@media screen and (max-width:678px) { 
    ul.c-mediaGallery.p-slide.js-quaternarySlide-sample.c-fadeIn.wrap-sp.c-fadeInDone {
        flex-wrap: wrap;
    }
    li.p-slide__item.c-mediaGallery__item {
        width: 80%;
        margin-bottom: 6%;
    }
    .c-containerRow.c-md-block-xl {
        margin: 0;
        text-align: left;
    }
    ol.c-list-number li {
        margin-bottom: 10px;
    }
}
.c-icon-check:before {
    content: "\e900";
    padding-right: 5px;
}

li.p-slide__item.c-mediaGallery__item {
    text-align: left;
}

@media print, screen and (min-width: 640px){
.p-slide {
    margin-bottom: 90px;
}
}

.co01 {
    text-align: left;
    margin-bottom: 2%;
}
.c-pageTitle.c-icon-check {
    display: block;
    height: auto;
    margin: 10px 0 5px;
}

/*---------------------
202209追記
---------------------*/
.p-tabNavi__item:not(.is-active){
  font-size: 12px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 640px){
  .p-tabNavi__item:not(.is-active){
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-planTabContMedia{
  margin-bottom: 10px;
}
@media print, screen and (min-width: 640px){
  .p-planTabContMedia{
    margin-bottom: 20px;
  }

}

<!-- photo/campaign/online-photo/assets/css/page.css -->
body{
    overflow-x: hidden;
}
    ul li .photo,
    ul li .txt {
        box-sizing: border-box;
    }
        /* 奇数の行に対して指定 */
    ul li:nth-child(odd) {
        flex-direction: row-reverse;
    }
 
    /* 必要に応じて余白つけてください */
    ul li:nth-child(odd) .txt {
        padding-right: 10px;
    }
ul.point_block li {
    width: 100%;
    margin: 0 20px;
}
ul.point_block li div.photo{
    text-align: center;
}
ul.point_block {
    display: flex;
    text-align: initial;
}
.c-sectTitle-point {
    font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.2;
    color: #ff8b8b;
}
p.txth1 {
    font-weight: 600;
    line-height: 1.8;
    border-bottom: 2px solid #ff8b8b;
    font-size: 17px;
    margin-bottom: 3%;
}

p.txt {
    padding-top: 11px;
}
.c-telBlock.u-md-mg-l60.telbox01 {
    margin-bottom: 7%;
}
.c-pageTitle{
    white-space: normal;
}

/*pc only*/
@media print, screen and (min-width: 640px) {
.contactbox01 {
    width: 40%;
}
}
/*sp first*/
@media print, screen and (max-width: 640px) {
    ul.point_block {
        max-width: 600px;
    }
 
    ul.point_block li {
        display: flex;
        align-items: center;
    }
    ul.point_block {
    display: block;
    }
    ul.point_block li {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    margin-bottom: 10px;
    }
    ul.point_block li div.photo {
    margin: 10px;
    width: 100%;
    }
    .c-sectTitle-point {
    font-size: 1.7rem;
    }
    p.txth1 {
    font-size: 12px;
    }
    .c-card01 a {
    color: inherit;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    }
    .c-card__photo.c-card__photo--mask-l {
        width: 35%;
        padding-right:4px;
    }
    .c-card__block--inLarge {
        padding: 4px;
        width: 65%;
    }
    .c-card__labels {
        margin-bottom: 4px;
    }
    .c-label--txt-m {
        font-size: 12px;
        font-size: 0.5rem;
    }
    .c-card__title {
        font-size: 1.3rem;
    }
    .c-card__photo.c-card__photo--mask-l {
    display: block;
    }
    .c-card__block--inLarge .c-card__linkTxt {
    right: 10px;
    bottom: 10px;
    position: static;
    margin-left: 0;
    display: block;
    text-align: right;
    }
    ul.point_block li {
        display: block;
    }
}

<!-- photo/plan/style.css -->
/*--------------------------------
メインビジュアル
---------------------------------*/
.p-photoPlanHeadVis__inner.p-headVisInner {
  height: 320px;
  overflow: hidden;
}
.p-photoPlanHeadVis__inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media print, screen and (min-width: 640px) {
  .p-photoPlanHeadVis__inner.p-headVisInner {
    height: 462px;
  }
}
.p-photoPlanHeadVis__inner picture{
  display:block;
  width:100%;
  height:100%;
}

/*--------------------------------
CTA
---------------------------------*/
@media print, screen and (max-width: 639.9px) {
  .p-photoPlanCTA .c-md-block-flexCenter{
    margin:0 auto;
    max-width:320px;
  }
}

/*--------------------------------
プラン概要
---------------------------------*/
.p-photoPlanName.c-sectTitle {
  margin-bottom: 15px;
}
.p-photoPlanDressType {
  font-size: 20px;
  font-size: 2rem;
  color: #ff8b8b;
  text-align: center;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.p-photoPlanPrice.p-planTabContPrice {
  text-align: center;
  margin-bottom: 0;
}
.p-photoPlanCatchTxt.c-catchTxt {
  text-align: left;
  color: #535353;
}
@media print, screen and (min-width: 640px) {
  .p-photoPlanName.c-sectTitle {
    margin-bottom: 25px;
  }
  .p-photoPlanDressType {
    font-size: 2.7rem;
  }
}

/*--------------------------------
プランに含まれるもの
---------------------------------*/
[class^="p-photoPlanIcon-"]:before,
[class*=" p-photoPlanIcon-"]:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.p-photoPlanIcon-camera::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-camera.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-dress::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-dress.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-accessory::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-accessory.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-album::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-album.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-biyoshi::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-biyoshi.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-bouquet::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-bouquet.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-movie::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-movie.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-ribbon::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-ribbon.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-album2::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-album2.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-map::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-map.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-cracker::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-cracker.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-dance::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-dance.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-rain::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-rain-guarantee.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanIcon-car::before {
  background: url(/photo/plan/assets/img/img-photo-plan-icon-car.svg) no-repeat 50% 50% / cover;
}
.p-photoPlanList-icons li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-photoPlanList-icons + p {
  padding: 10px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align:left;
}
@media print, screen and (min-width: 640px) {
  [class^="p-photoPlanIcon-"]:before,
  [class*=" p-photoPlanIcon-"]:before {
    width: 90px;
    height: 90px;
    margin-right: 25px;
  }
  .p-photoPlanList-icons li {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .p-photoPlanList-icons + p {
    padding: 20px 0 0 15px;
    font-size: 2.1rem;
    text-align:center;
  }
}

/*--------------------------------
オプション
---------------------------------*/
.p-photoPlanOption__blockWrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #b5b5b5;
}
.p-photoPlanOption__price.p-planTabContPrice {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
.p-photoPlanOption__price span {
  font-size: 11px;
  font-size: 1.1rem;
  color: #535353;
}
@media print, screen and (min-width: 640px) {
  .p-photoPlanOption__blockWrap {
    margin-top: 35px;
    padding-top: 35px;
  }
  .p-photoPlanOption__name.c-title--type2 {
    font-size: 1.8rem;
  }
  .p-photoPlanOption__price.p-planTabContPrice {
    font-size: 2.5rem;
  }
}

/*--------------------------------
その他のおすすめプラン
---------------------------------*/
.p-photoPlanRecommend__blockWrap.c-mediaBlockWrap {
  padding-bottom: 85px;
}
.p-photoPlanRecommend__name, .p-photoPlanRecommend__type{
  font-weight: bold;
}
.p-photoPlanRecommend__price.p-planTabContPrice {
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.p-photoPlanRecommend__price.p-planTabContPrice span {
  font-size: 10px;
  font-size: 1rem;
}
.p-photoPlanRecommend__name + .p-photoPlanRecommend__price.p-planTabContPrice{
  margin-top:10px;
}
.p-photoPlanRecommend__price.p-photoPlanRecommend__price--other {
  font-size: 13px;
  font-size: 1.3rem;
}
.p-photoPlanRecommendBtn--size.c-btn--size-s {
  width: 160px;
}
@media print, screen and (min-width: 640px) {
  .p-photoPlanRecommend__blockWrap.c-mediaBlockWrap {
    padding-bottom: 40px;
  }
  .p-photoPlanRecommend__name {
    font-size: 1.8rem;
    margin-top: 15px;
  }
  .p-photoPlanRecommend__type {
    font-size: 1.8rem;
  }
  .p-photoPlanRecommend__price.p-planTabContPrice {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .p-photoPlanRecommend__price.p-planTabContPrice span {
    font-size: 1.8rem;
  }
  .p-photoPlanRecommend__name + .p-photoPlanRecommend__price.p-planTabContPrice{
    margin-top:20px;
  }
  .p-photoPlanRecommend__price.p-photoPlanRecommend__price--other {
    font-size: 2rem;
  }
  .p-photoPlanRecommend__price.p-photoPlanRecommend__price--other span {
    font-size: 1.4rem;
  }
  .p-photoPlanRecommendBtn--size.c-btn--size-s {
    width: 220px;
  }
}
@media print, screen and (max-width: 640px) {
  .p-photoPlanRecommendBtn__inner.c-btn__inner--medium2 {
    padding: 10px 15px;
  }
}

/*--------------------------------
ABテストのためボタン色を強制的に変更
---------------------------------*/
.p-photoPlanBtn--orange.c-btn-pink {
  background: #ac0a1d;
}
.p-photoPlanBtn--orange.c-btn-pink:hover {
  background: #d72136;
}
.p-photoPlanBtn--lightOrange.c-btn-lightPink {
  background: #ac0a1d;
}
.p-photoPlanBtn--lightOrange.c-btn-lightPink:hover {
  background: #d72136;
}

dl.p-sortList__item:first-child {
  align-items: flex-start;
}
dl.p-sortList__item:first-child .p-sortList__itemName {
  margin-top: 15px;
}
dl.p-sortList__item:first-child .p-selectBoxWrap {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 640px) {
  dl.p-sortList__item:first-child .p-sortList__itemName {
    margin-top: 10px;
  }
}


<!-- fiar作成に伴い追加したスタイルは下記 -->
.p-sortListResults__item{
    display: none;
}
.p-sortListResults__item.is-visible{
    display: list-item;
}

.c-cardList {
    background: #FFFFFF;
}

.p-calendar td:nth-of-type(7n) .p-calPop{
  margin-left: -110px;
}
.p-calendar .p-calPop{
  color: #666666;
}

.p-calendar td:nth-of-type(7n) .p-calInner {
    background: #dff7ff;
    color: #66ccff;
}


.p-calendar td:nth-of-type(6n) .p-calInner {
  background: #f6f6f6;
    color: #757575;
}

.p-calendar td:nth-of-type(1) .p-calInner {
  background: #ffe5e5;
    color: #ffa8a8;
}

.p-calendar th:nth-of-type(7n) .p-calInner {
    color: #66ccff;
}

.p-calendar th:nth-of-type(6n) .p-calInner {
  color: #757575;
}

.p-calendar th:nth-of-type(1) .p-calInner {
    color: #ffa8a8;
}

.p-sortCalResultsWrap {
    padding-top: 30px;
    margin-top: 0px;
    background: #FFFFFF;
}

.p-sortCalResultsWrap.p-event__dialog {
    height: 100%;
    background: #FFFFFF;
    overflow: auto;
}

.js-modal__calResults{
    height: 100%;
    background: #FFFFFF;
    overflow: auto; 
}

@charset "utf-8";
.p-headVis--fair {
  background: url(/photo/assets/img/bg-sp-headvis-photo-fair-0001.jpg) no-repeat center;
  background-size: cover;
}
.p-headVis__title{
  text-shadow:2px 2px 2px rgba(138,128,110,.9);
}
@media print, screen and (min-width: 640px) {
  .p-headVis--fair {
    background: url(/photo/assets/img/bg-headvis-photo-fair-0001.jpg) no-repeat;
    background-size: cover;
  }
}

.c-cardList-district{
    font-size: 1.6rem;
    list-style: none;
}

dl.p-sortList__item p.p-sortList__notes {
  font-size: 1.1rem;
}

.c-card__btnWrap .c-btn-pink {
  background: #ac0a1d;
}
.c-card__btnWrap .c-btn-pink:hover,
.c-card__btnWrap .c-btn-pink:active {
  opacity: .8;
}
.c-card__btnWrap .c-btn-linePink {
  border: 2px solid #ac0a1d;
  color: #ac0a1d;
}
.c-card__btnWrap .c-btn-linePink:hover, 
.c-card__btnWrap .c-btn-linePink:active {
  background: #ac0a1d;
  color: #fff;
}

.l-wrap-base:has(.p-sortNavi),
.l-wrap-base:has(.p-sortList),
.p-sortListResults__head {
  display: none;
}


.u-txt-green02 {
  color: #858585 !important;
}
.u-txt-green03 {
  color: #25a5cd !important;
}