/*
Theme Name: KAREN結婚相談所
Description:
Theme URI: 
Author: 
Author URI: 
Version: 
License:
License URI: 
*/

@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif!important;
  font-weight: 400;
  overflow-x: hidden;
}

.sp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/*---------------------------------

  スライドショー調整

---------------------------------*/
.swiper-container {
  z-index: -1!important;
}

.swiper-container .slide-img img {
  width: 100%!important;
}

.mvWrap {
  padding-top: 59px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mvWrap {
    padding-top: 0;
  }
}

.mvImgSp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mvImgSp {
    display: none;
  }
}

.mvImgPc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mvImgPc {
    display: block;
  }
}

.mvTxtWrap {
  background-color: #90D5E5;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .mvTxtWrap {
    background: none;
    position: absolute;
    top: 30%;
    left: 10%;
    padding: 0;
  }
}

.mvTxtWrapPc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mvTxtWrapPc {
    display: block;
  }
}

.mvTxtWrapSp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .mvTxtWrapSp {
    display: none;
  }
}

.mvTxtWrapSpBottom {
  background-image: url(img/bg_header_sp.png);
  padding-bottom: 40px;
  background-size: cover;
  background-position: bottom;
}
@media only screen and (min-width: 768px) {
  .mvTxtWrapSpBottom {
    display: none;
  }
}

.mvTitImg {}
@media only screen and (min-width: 768px) {
  .mvTitImg {
    margin-top: -30px;
    margin-bottom: 20px;
  }
}

.mvTitImg img {
  max-width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mvTitImg img {
    max-width: 252px;
    margin: 0;
  }
}

.mvTxtImg {}
@media only screen and (min-width: 768px) {
  .mvTxtImg {}
}

.mvTxtImg img {
  max-width: 250px;
  margin: -30px auto 10px;
}
@media only screen and (min-width: 768px) {
  .mvTxtImg img {
    max-width: 278px;
    margin: -30px auto 30px;
  }
}

.mvBnrImg {}
@media only screen and (min-width: 768px) {
  .mvBnrImg {}
}

.mvBnrImg img {
  max-width: 80px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .mvBnrImg img {
     max-width: 133px;
     margin: 0;
  }
}

/*---------------------------------

  ヘッダー

---------------------------------*/
#header {
  padding: 15px 15px 0;
  width: 100%;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
@media only screen and (min-width: 768px) {
  #header {
    position: absolute;
    padding: 35px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    background-color: #90D5E5 !important;
    padding: 10px 15px 10px 15px;
  }
}

.headerLogo {
  max-width: 180px;
}
@media only screen and (min-width: 768px) {
  .headerLogo {
    max-width: 232px;
  }
}

.headerFlexWrap {
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .headerFlexWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.headerLogo {}
@media only screen and (min-width: 768px) {
  .headerLogo {}
}

.headerNavWrap {
  background-color: rgba(144,213,229,0.7);
}
@media only screen and (min-width: 768px) {
  .headerNavWrap {
    border-radius: 50px;
    width: 500px;
    padding: 20px 30px;
    position: relative;
  }
}
@media only screen and (min-width: 980px) {
  .headerNavWrap {
    width: 600px;
    padding: 20px 50px;
  }
}

@media only screen and (min-width: 768px) {
  .headerNavList {
    width: auto!important;
  }
}

.headerNavList a {
  color: #fff!important;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .headerNavWrap a {
    font-size: 13px;
  }
}

.headerNavListSp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 180px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 768px) {
  .headerNavListSp {
    display: none;
  }
}

.navToggle::after,
.navToggle::before {
  background-color: #90D5E5!important;
}

.headerSnsListWrap {
  display: none;
}
@media only screen and (min-width: 768px) {
  .headerSnsListWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: -20px;
    right: 40px;
  }
}

.headerSnsList {}
@media only screen and (min-width: 768px) {
  .headerSnsList {}
}

.headerSnsListlink {}
@media only screen and (min-width: 768px) {
  .headerSnsListlink {}
}

.headerSnsListImg {}
@media only screen and (min-width: 768px) {
  .headerSnsListImg {}
}

@media screen and (min-width: 769px) {
  .headerNavList a {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .headerNavList a::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
}

@media screen and (min-width: 769px) {
  .headerNavList a:hover::after {
    transform: scale(1, 1);
  }
}

.topScrollWrap {
  font-family: 'Sacramento', cursive;
  position: relative;
  width: 45px;
  margin: 0 auto 80px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) {
  .topScrollWrap {
    margin: -120px auto 80px;
    font-size: 16px;
  }
}

.top-scroll-border {
  animation-name: scroll_animation;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  position: absolute;
  right: 50%;
  width: 1px;
  height: 30px;
  background-color: #464646;
}

.top-scroll-txt {
  font-size: 10px;
  color: #464646;
  letter-spacing: .15em;
}

@keyframes scroll_animation {
  0% {
    bottom: -45px;
  }
  100% {
    bottom: -35px;
  }
}

@media (max-width: 767px) {
  @keyframes scroll_animation {
    0% {
      bottom: -45px;
    }
    100% {
      bottom: -35px;
    }
  }
}

/*---------------------------------

  共通

---------------------------------*/
.innerWrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .innerWrap {}
}

.innerSmallWrap {
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .innerSmallWrap {}
}

/*---------------------------------

  トップ

---------------------------------*/
.messageTit {
  color: #90D5E5;
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .messageTit {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.messageTxt {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .messageTxt {
    font-size: 16px;
    margin-bottom: 120px;
    line-height: 2.0;
  }
}

.titOrange {
  color: #FAB126;
  font-family: 'Sacramento', cursive;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .titOrange {
    font-size: 29px;
  }
}

.titReason {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .titReason {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

.titReason span {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
  display: inline-block;
  margin-right: 5px;
  color: #90D5E5;
}
@media only screen and (min-width: 768px) {
  .titReason span {}
}

.reasonWrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .reasonWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
}

.reasonReverseWrap {}
@media only screen and (min-width: 768px) {
  .reasonReverseWrap {
    flex-flow: row-reverse
  }
}

.reasonImgWrap {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .reasonImgWrap {
    text-align: left;
    width: 30%;
    margin-bottom: 0;
  }
}

.reasonImg {
  max-width: 150px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .reasonImg {
    max-width: 220px;
    margin: 0;
  }
}

.reasonTxtWrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .reasonTxtWrap {
    width: 68%;
    margin-bottom: 0;
  }
}

.reasonTit {
  color: #90D5E5;
  font-family: 'Sacramento', cursive;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .reasonTit {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.reasonTit span {
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,sans-serif;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .reasonTit span {
    font-size: 18px;
  }
}

.reasonReverseWrap .reasonTit {
  color: #DEC7A2;
}
@media only screen and (min-width: 768px) {
  .reasonReverseWrap .reasonTit {}
}

.reasonTxt {
  font-size: 13px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .reasonTxt {
    font-size: 14px;
  }
}

.bgWave {
  background-color: #7CCCDD;
  background-image: url(img/bg_footer.png);
  background-size: cover;
  background-position: bottom;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .bgWave {
    background-position: bottom;
    padding-bottom: 200px;
  }
}

.bgBlue {
  background-color: #7ECCDC;
  padding-bottom: 30px;
}

.titPresent {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .titPresent {
    font-size: 26px;
    margin-bottom: 40px;
  }
}

.presentWrap {
  max-width: 880px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .presentWrap {}
}

.presentListWrap {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .presentListWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.presentList {}
@media only screen and (min-width: 768px) {
  .presentList {
    width: 31%;
  }
}

.presentListImg {
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .presentListImg {
    margin: 0 auto 20px;
  }
}

.presentListTit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .presentListTit {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    height: 60px;
    margin-bottom: 20px;
  }
}

.presentListTxt {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .presentListTxt {
    margin-bottom: 0;
  }
}

.plusWrap {
  background-color: #FFFAF2;
  border-radius: 20px;
  padding: 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .plusWrap {
    padding: 30px 35px;
    margin-top: 100px;
  }
}

.plusTitImg {
  color: #8CCCD8;
  text-align: center;
  font-family: 'Sacramento', cursive;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .plusTitImg {
    font-size: 39px;
  }
}

.plusTitImg span {
  font-size: 70%;
}

.plusTitImg img {
  margin: 0 auto;
}

.plusTit {
  font-size: 14px;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .plusTit {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.plusSubTit {
  background-color: #fff;
  border-radius: 15px;
  color: #8CCCD7;
  font-size: 14px;
  font-weight: bold;
  width: 320px;
  padding: 10px;
  margin: 0 auto 15px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .plusSubTit {
    font-size: 16px;
    margin: 0 auto 30px;
  }
}

.plusImg {}
@media only screen and (min-width: 768px) {
  .plusImg {}
}

.bgWaveBlue {
  background-color: #7ECCDC;
  background-image: url(img/bg_wave.png);
  background-size: cover;
  background-position: top;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .bgWaveBlue {
    background-position: bottom;
    padding-bottom: 300px;
    margin-bottom: 0;
  }
}

.titsub {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .titsub {
    font-size: 22px;
    margin-bottom: 50px;
  }
}

.dataWrap {
  max-width: 660px;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) {
  .dataWrap {
    margin-bottom: 120px;
  }
}

.dataTxtWrap {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) {
  .dataTxtWrap {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.dataListWrap {}
@media only screen and (min-width: 768px) {
  .dataListWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.dataListImgWrap {
  background-image: url(img/ico_wedding.png);
  background-size: 80px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .dataListImgWrap {
    background-size: 153px;
    width: 68%;
  }
}

.dataListTxtWrap {
  font-size: 10px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .dataListTxtWrap {
    margin-top: 30px;
  }
}

.dataListLinkWrap {}
@media only screen and (min-width: 768px) {
  .dataListLinkWrap {
    width: 30%;
  }
}

.dataListLink {}
@media only screen and (min-width: 768px) {
  .dataListLink {}
}

.dataListLink img {}
@media only screen and (min-width: 768px) {
  .dataListLink img {}
}

/*---------------------------------

  お客様の声

---------------------------------*/
.voiceWrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .voiceWrap {}
}

.voiceListWrap {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .voiceListWrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

.voiceList {
  border: 1px solid #2CA8C3;
  border-radius: 30px;
  display: block;
  padding: 15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .voiceList {
    width: 32%;
    padding: 20px;
    margin-bottom: 40px;
  }
  .voiceListWrap > a:nth-child(1),
  .voiceListWrap > a:nth-child(2),
  .voiceListWrap > a:nth-child(4),
  .voiceListWrap > a:nth-child(5),
  .voiceListWrap > a:nth-child(7),
  .voiceListWrap > a:nth-child(8) {
    margin-right: 2%;
  }
}

.voiceImg {
  max-width: 167px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .voiceImg {
    margin: 0 auto 20px;
  }
}

.voiceListTit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .voiceListTit {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.voiceListTxt {
  color: #464646;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .voiceListTxt {
    font-size: 14px;
  }
}

.voiceListMore {
  color: #FAB126;
  font-family: 'Libre Baskerville', serif;
  text-align: right;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .voiceListMore {
    margin-top: 20px;
  }
}

/*---------------------------------

  メインカウンセラー

---------------------------------*/
.bgTopCounselor {
  background-image: url(img/bg_wedding.png);
  background-size: 220px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .bgTopCounselor {
    background-size: 440px;
    padding-bottom: 220px;
  }
}

.bgCounselorWrap {
  background-image: url(img/bg_counselor@2x.png);
  background-size: cover;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .bgCounselorWrap {
    padding: 80px 0 400px;
  }
}

.counselorWrap {
  padding: 0 15px;
  max-width: 930px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .counselorWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}

.counselorImgWrap {}
@media only screen and (min-width: 768px) {
  .counselorImgWrap {
    position: absolute;
    left: 0;
  }
}

.counselorImgWrap img {
  max-width: 150px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .counselorImgWrap img {
    max-width: 334px;
  }
}

.counselorTxtWrap {
  background-image: url(img/bg_txt_counselar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 440px;
  max-width: 360px;
  margin: -50px auto 0;
  padding: 50px 80px 70px;
}
@media only screen and (min-width: 768px) {
  .counselorTxtWrap {
    background-size: 770px;
    padding: 120px 80px 160px;
    max-width: 620px;
    margin-left: auto;
    margin-right: 0;
  }
}

.counselorTit {
  color: #FFDEA0;
  font-size: 16px;
  font-family: 'Sacramento', cursive;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .counselorTit {
    font-size: 29px;
  }
}

.counselorSubTit {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .counselorSubTit {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

.counselorSubTxt {
  color: #fff;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .counselorSubTxt {
    font-size: 16px;
    line-height: 1.8;
  }
}

/*---------------------------------

  お知らせ・イベント

---------------------------------*/
.newsWrap {
  max-width: 700px;
  margin: -30px auto 40px;
}
@media only screen and (min-width: 768px) {
  .newsWrap {
    margin-top: -100px;
    margin-bottom: 120px;
  }
}

.newsListWrap {}
@media only screen and (min-width: 768px) {
  .newsListWrap {}
}

.newsList {
  border-bottom: 1px solid #90D5E5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .newsList {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

.newsListWrap li:last-child {
  border-bottom: none;
}

.newsListTopWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .newsListTopWrap {
    margin-bottom: 20px;
  }
}

.newsListDate {
  font-size: 14px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .newsListDate {
    margin-right: 10px;
  }
}

.newsListCatWrap {
  font-size: 12px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .newsListCatWrap {
    margin-right: 10px;
  }
}

.newsListCatWrap a,
.singleCatWrap a {
  background-color: #90D5E5;
  border-radius: 15px;
  color: #fff!important;
  display: inline-block;
  font-size: 12px;
  padding: 3px 15px;
}

.newsListNew {
  color: #FAB126;
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
}
@media only screen and (min-width: 768px) {
  .newsListNew {}
}

.newsListTit {}
@media only screen and (min-width: 768px) {
  .newsListTit {}
}

.newsListLinkTit {
  color: #464646;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .newsListLinkTit {
    font-size: 16px;
  }
}

.newsLinkWrap {}
@media only screen and (min-width: 768px) {
  .newsLinkWrap {}
}

.newsLink {}
@media only screen and (min-width: 768px) {
  .newsLink {}
}

/*---------------------------------

  ブログ

---------------------------------*/
.blogWrap {
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .blogWrap {
    margin-bottom: 140px;
  }
}

.blogListWrap {}
@media only screen and (min-width: 768px) {
  .blogListWrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.blogList {
  border: 1px solid #8E8E8E;
  border-radius: 30px;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .blogList {
    width: 32%;
    margin-bottom: 40px;
  }
  .blogListWrap > a:nth-child(1),
  .blogListWrap > a:nth-child(2),
  .blogListWrap > a:nth-child(4),
  .blogListWrap > a:nth-child(5),
  .blogListWrap > a:nth-child(7),
  .blogListWrap > a:nth-child(8),
  .blogListWrap > a:nth-child(10),
  .blogListWrap > a:nth-child(11) {
    margin-right: 2%;
  }
}

.blogListImg {
  background-position: center;
  background-size: cover;
  border-radius: 30px 30px 0 0;
  height: 160px;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .blogListImg {}
}

.blogListTopWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px 5px 15px;
}
@media only screen and (min-width: 768px) {
  .blogListTopWrap {
    padding: 20px 20px 10px 20px;
  }
}

.blogListDate {
  font-size: 13px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .blogListDate {}
}

.blogListCatWrap {
  color: #90D5E5;
  font-size: 13px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .blogListCatWrap {}
}

.blogListTit {
  color: #464646;
  font-size: 14px;
  padding: 0 15px 30px 15px;
}
@media only screen and (min-width: 768px) {
  .blogListTit {
    font-size: 16px;
    padding: 0 20px 30px 20px;
  }
}

.voiceLinkWrap,
.dataListLinkWrap,
.newsLinkWrap,
.blogLinkWrap {
  text-align: right;
}

.btnArrow {
  font-family: 'Sacramento', cursive;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
  font-size: 16px;
  width: 165px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btnArrow {
    font-size: 20px;
  }
}

.counselorTxtWrap .btnArrow {
  color: #fff;
}

.btnArrow:hover {
  color: #90D5E5;
}

.counselorTxtWrap .btnArrow:hover {
  color: #fff;
}

.btnArrow:hover::before,
.btnArrow:hover::after {
  background: #90D5E5!important;
}

.btnArrow::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 15%;
  width: 85%;
  height: 1px;
  background: #333;
  transition: all .3s;
}

.btnArrow::after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  transition: all .3s;
}

.counselorTxtWrap .btnArrow::before,
.counselorTxtWrap .btnArrow::after {
  background: #fff;
}

.counselorTxtWrap .btnArrow:hover::before,
.counselorTxtWrap .btnArrow:hover::after {
  background: #fff!important;
}


.btnArrow:hover::before {
  left: 20%;
}

.btnArrow:hover::after {
  right: -5%;
}

/*---------------------------------

  フッターバナー

---------------------------------*/
.bnrListWrap {
  max-width: 760px;
  margin: 60px auto 20px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .bnrListWrap {
    justify-content: space-between;
    margin-top: 180px;
    margin-bottom: 80px;
  }
}

.bnrList {
  margin: 0 10px 10px;
}
@media only screen and (min-width: 768px) {
  .bnrList {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bnrListLinkImg01 {
    max-width: 113px;
  }
  .bnrListLinkImg02 {
    max-width: 160px;
  }
  .bnrListLinkImg03 {
    max-width: 53.5px;
  }
  .bnrListLinkImg04 {
    max-width: 175px;
  }
}

/*---------------------------------

  フッター

---------------------------------*/
.bgfooterTop {
  background-color: #7ECCDC;
  background-image: url(img/bg_footer.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .bgfooterTop {
    padding-bottom: 200px;
  }
}

.bgfooter {
  background-color: #7ECCDC;
  color: #fff;
  padding: 30px 0 20px;
}
@media only screen and (min-width: 768px) {
  .bgfooter {
    padding: 70px 0 50px;
  }
}

.footerLogo {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footerLogo {
    margin-bottom: 40px;
  }
}

.footerLogoLink {}
@media only screen and (min-width: 768px) {
  .footerLogoLink {}
}

.footerLogoImg {
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .footerLogoImg {
    max-width: 410px;
  }
}

.footerLogoImg {}
@media only screen and (min-width: 768px) {
  .footerLogoImg {}
}

.footerLogoImg {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footerLogoImg {
    margin: 0;
  }
}

.footerListWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  .footerListWrap {
    margin-bottom: 0;
  }
}

.footerListAccessWrap {
  width: 100%;
  font-size: 13px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footerListAccessWrap {
    font-size: 14px;
    width: 48%;
    margin-bottom: 0;
  }
}

.footerListMenuWrap {
  width: 48%;
}
@media only screen and (min-width: 768px) {
  .footerListMenuWrap {
    width: 24%;
  }
}

.footerListMenu {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .footerListMenu {
    margin-bottom: 15px;
  }
}

.footerListMenu a {
  color: #FFF!important;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .footerListMenu a {
    font-size: 14px;
  }
}

.footerCopy {
  text-align: center;
  font-size: 12px;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .footerCopy {
    font-size: 14px;
    margin-top: 80px;
  }
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  #page-top {
    bottom: 20px;
    right: 20px;
  }
}

#page-top a {
  display: block;
  width: 120px;
}
@media screen and (min-width: 768px) {
  #page-top a {
    width: 223px;
  }
}

.headerSpace {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .headerSpace {
    background-image: url(img/bg_header.png);
    background-size: cover;
    background-position: top;
    padding-bottom: 320px;
  }
}

/*---------------------------------

  固定ページ

---------------------------------*/
.pageTit {
  background-image: url(img/bg_flower.png);
  background-size: 60px;
  background-position: right;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding: 30px 15px;
  max-width: 400px;
  margin: 0 auto;
  background-position: right;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .pageTit {
    background-size: 139px;
    font-size: 28px;
    padding: 60px 15px;
    max-width: 520px;
  }
}

.pageWrap {
  max-width: 700px;
  margin: 30px auto 60px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .pageWrap {
    margin: 70px auto 150px;
  }
}

.pageWrap h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .pageWrap h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.pageWrap p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .pageWrap p {
    font-size: 16px;
    margin-bottom: 35px;
  }
}

.pageWrap table {}
@media screen and (min-width: 768px) {
  .pageWrap table {}
}

.pageWrap table tr td {
  background-color: #F7F7F7;
}

.pageWrap table tr:nth-child(odd) td {
  background-color: #FFFFFF;
}

.pageWrap table tr td:nth-child(1) {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .pageWrap table tr td:nth-child(1) {
    border-right: 1px solid #CDF2FA;
  }
}

.pageWrap table th {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .pageWrap table th {
    padding: 20px 30px;
  }
}

.pageWrap table td {
  color: #464646;
  font-size: 14px;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .pageWrap table td {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .pageWrap table td {
    display: block;
    width: 100%;
  }
}

#breadcrumb {
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  #breadcrumb {
    margin-bottom: 50px;
  }
}

#breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

#breadcrumb ul li:after {
  content:"＞";
  display: inline-block;
  margin: 0 5px;
  font-size: 8px;
}
@media screen and (min-width: 769px) {
  #breadcrumb ul li:after {
    font-size: 10px;
  }
}

#breadcrumb ul li:last-child:after{
  content:"";
}

#breadcrumb a, #breadcrumb span {
  color: #333;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #breadcrumb a, #breadcrumb span{
    font-size: 14px;
  }
}

#breadcrumb br {
  display: none;
}

.faqTit {
  background-image: url(img/txt_q.png);
  background-position: left top 8px;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 15px 15px 30px;
}
@media screen and (min-width: 769px) {
  .faqTit {
    background-position: left top 28px;
    font-size: 16px;
    padding: 30px;
  }
}

.faqTxt {
  background-image: url(img/txt_a.png);
  background-position: left top 5px;
  background-repeat: no-repeat;
  padding: 0 15px 15px 30px;
  font-size: 14px;
  margin-bottom: 20px;
  background-size: 20px;
}
@media screen and (min-width: 769px) {
  .faqTxt {
    background-position: left top;
    padding: 0 30px;
    margin-bottom: 40px;
  }
}

.faqTxt p {
  margin-bottom: 0;
}

.profileWrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .profileWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
}

.profileImgWrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .profileImgWrap {
    width: 48%;
    margin-bottom: 0;
  }
}

.profileImgWrap img {
  margin: 0 auto;
  width: 200px;
}
@media screen and (min-width: 769px) {
  .profileImgWrap img {
    width: 334px;
  }
}

.profileTxtWrap {}
@media screen and (min-width: 769px) {
  .profileTxtWrap {
    width: 48%;
  }
}

.profileTit {}
@media screen and (min-width: 769px) {
  .profileTit {}
}

.profileSubTit {
  margin-bottom: 5px!important;
}
@media screen and (min-width: 769px) {
  .profileSubTit {
    margin-bottom: 10px!important;
  }
}

.profileName {
  background-color: #90D5E5;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 30px;
  text-align: center;
  margin-bottom: 10px;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .profileName {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.profileSubTxt {
  font-size: 13px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .profileSubTxt {
    font-size: 14px;
  }
}

.messageTxtWrap {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .messageTxtWrap {
    font-size: 16px;
    line-height: 2.0;
  }
}

/*---------------------------------

  会員データ

---------------------------------*/
.dataInnerWrap {
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .dataInnerWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}

.dataImgTyuusyaku {
  width: 500px;
  margin: -40px auto 20px;
}
@media screen and (min-width: 769px) {
  .dataImgTyuusyaku {
    margin: -50px auto 20px;
  }
}

.dataTxtTyuusyaku {
  font-size: 10px;
  margin: 0 0 30px auto;
}
@media screen and (min-width: 769px) {
  .dataTxtTyuusyaku {
    max-width: 270px;
    margin: 0 60px 80px auto;
  }
}

.dataInnerListWrap {
  max-width: 300px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 769px) {
  .dataInnerListWrap {
    max-width: none;
    margin: 0 auto 40px;
  }
}

.dataInnerTxtWrap {
  font-size: 14px;
  max-width: 250px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .dataInnerTxtWrap {
    font-size: 16px;
    margin: 0 auto 20px;
  }
}

.dataInnerSubTxtWrap {
  font-size: 10px;
  width: 180px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .dataInnerSubTxtWrap {}
}

.dataInnerImgWrap {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .dataInnerImgWrap {}
}

.dataInnerListWrap img,
.dataInnerImgWrap img {
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .dataInnerListWrap img,
  .dataInnerImgWrap img {
    margin: 0 auto 20px;
  }
}

.dataTopImg {
  margin: 0 auto 30px;
}
@media screen and (min-width: 769px) {
  .dataTopImg {
    margin: 0 auto 60px;
  }
}

/*---------------------------------

  プラン料金

---------------------------------*/
.txtPlanCenter {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .txtPlanCenter {
    font-size: 16px;
    text-align: center;
    margin-bottom: 120px;
  }
}

.innerPlanListWrap {
  
}
@media screen and (min-width: 769px) {
  .innerPlanListWrap {
    display: flex;
    justify-content: space-between;
  }
}

.innerPlanList {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .innerPlanList {
    width: 49%;
  }
}

.innerPlanList01 {
  
}
@media screen and (min-width: 769px) {
  .innerPlanList01 {
    
  }
}

.innerPlanList02 {
  
}
@media screen and (min-width: 769px) {
  .innerPlanList02 {
    
  }
}

.innerPlanList03 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .innerPlanList03 {
    
  }
}

.innerPlanListTit {
  color: #90D5E5;
  font-family: 'Sacramento', cursive;
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
}
@media screen and (min-width: 769px) {
  .innerPlanListTit {
    font-size: 23px;
  }
}

.innerPlanListBox {
  border: 1px solid #90D5E5;
  border-radius: 30px;
  padding: 15px;
  margin-top: -6px;
}
@media screen and (min-width: 769px) {
  .innerPlanListBox {
    padding: 25px;
    margin-top: -8px;
  }
}

.innerPlanList02 .innerPlanListBox {
  background-color: #F5FDFF;
}

.innerPlanList03 .innerPlanListBox {
  background-color: #FFFAF2;
}

.innerPlanListBoxTit {
  color: #90D5E5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .innerPlanListBoxTit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.innerPlanListBoxTxt {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .innerPlanListBoxTxt {
    font-size: 13px;
  }
}

.txtPlanLeft {
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 40px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .txtPlanLeft {
    padding-left: 20px;
    margin-bottom: 40px;
    line-height: 2.0;
  }
}

.pageWrap table td {
  display: table-cell!important;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .pageWrap table td,
  .pageWrap table th {
    padding: 20px 15px;
  }
}

.planTable {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .planTable {
    margin-bottom: 25px;
  }
}

.planTableTit {
  background-color: #90D5E5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .planTableTit {
    font-size: 16px;
  }
}

.planTableSubTit {
  background-color: #E3FAFF;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .planTableSubTit {
    font-size: 14px;
  }
}

.planTableOrangeTit {
  color: #FAB42E!important;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .planTableOrangeTit {
    font-size: 20px;
  }
}

.planBorder {
  border-right: 1px solid #FAB42E;
}
@media screen and (min-width: 769px) {
  .planBorder {}
}

.tableTxtWrap {
  font-size: 13px;
}
@media screen and (min-width: 769px) {
  .tableTxtWrap {
    font-size: 14px;
  }
}

.tableTxtWrap span {
  color: #90D5E5;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .tableTxtWrap span {}
}

@media screen and (max-width: 768px) {
  .scroll {
    margin-bottom: 20px;
  }
  .scroll table {
    width: 670px;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

.mt120 {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .mt120 {
    margin-top: 120px;
  }
}

/*---------------------------------

  ご成婚の流れ

---------------------------------*/
#flow {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  #flow {}
}

.flowWrap {
  border-radius: 30px;
  border: 1px solid #9CD9E8;
  padding: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .flowWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
    margin-bottom: 30px;
  }
}

.flowReverseWrap {
  background-color: #FFFAF2;
}
@media screen and (min-width: 769px) {
  .flowReverseWrap {
    flex-flow: row-reverse;
  }
}

.flowImgWrap {
  margin: 0 auto 10px;
}
@media screen and (min-width: 769px) {
  .flowImgWrap {
    margin: 0;
    width: 28%;
  }
}

.flowImg {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .flowImg {}
}

.flowTxtWrap {}
@media screen and (min-width: 769px) {
  .flowTxtWrap {
    width: 70%;
  }
}

.flowStepTit {
  color: #90D5E5;
  font-family: 'Sacramento', cursive;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .flowStepTit {
    font-size: 23px;
  }
}

.flowTit {
  color: #90D5E5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .flowTit {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.flowTxt {
  font-size: 13px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .flowTxt {
    font-size: 14px;
  }
}

.flowTxt strong {
  color: #6BCEE5;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .flowTxt strong {}
}

.flowStrongTxt {
  color: #FAB126;
  font-family: 'Sacramento', cursive;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .flowStrongTxt {
    font-size: 25px;
    margin-top: 25px;
  }
}

.icoArrow {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .icoArrow {
    margin-bottom: 30px;
  }
}

.icoArrow img {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .icoArrow img {}
}

/*---------------------------------

  お問い合わせ

---------------------------------*/
.wpcf7-form {
  margin: 0;
  padding-top: 5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .wpcf7-form {
    padding: 30px 0 40px;
    margin: 0;
  }
}

.form_flex_wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form_flex_wrap {
    margin: 0 0px 20px;
  }
}
@media screen and (min-width: 768px) {
  .form_flex_wrap {
    width: 85%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 20px;
    max-width: 870px;
    width: 100%;
  }
}

.form_item {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .form_item {
    padding-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    width: 280px;
  }
}

.form_item span {
  font-size: 9px;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .form_item span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .submit_button {
    width: 80%;
  }
}

.form_answer input[type="date"], .form_answer input[type="text"], .form_answer input[type="email"], .form_answer input[type="tel"], .form_answer textarea, .form_answer select {
  width: 100%;
  padding: 12px 20px;
  line-height: 120%;
  min-height: 50px;
  letter-spacing: .05em;
  font-size: 14px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
  background-color: #EBEBEB;
  border: none;
}
.form_answer .form_time select {
  padding: 17px 10px;
}
@media screen and (max-width: 767px) {
  .form_answer input[type="date"], .form_answer input[type="text"], .form_answer input[type="email"], .form_answer input[type="tel"], .form_answer textarea, .form_answer select {
    font-size: 16px;
    padding: 5px 10px;
  }
  .form_answer .form_time select {
    padding: 15px 10px;
  }
}

.form_answer {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .form_answer {
    width: calc(100% - 180px);
  }
}

.form_answer .textarea {
  height: 110px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .form_answer .textarea {
    height: 170px;
    width: 100%;
  }
}

.submit_button {
  width: 100%;
  max-width: 300px;
  height: 50px;
  border: none;
  border: 1px solid #FAB126;
  background-color: #FAB126;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 20px auto;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 15px;
}
@media screen and (min-width: 769px) {
  .submit_button {
    margin: 20px auto 0;
    font-size: 16px;
    height: 60px;
    max-width: 320px;
  }
}

.submit_button:hover {
  cursor: pointer;
  opacity: 0.7;
}

.wpcf7-response-output {
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto!important;
  line-height: 3;
}
@media screen and (min-width: 769px) {
  .wpcf7-response-output {
    font-size: 19px;
    margin: 30px auto 0!important;
  }
}

.wpcf7 .ajax-loader {
  display: none!important;
}

@media screen and (min-width: 769px) {
  .form_request_wrap {
    margin-bottom: 50px!important;
  }
}

span.wpcf7-list-item:nth-child(1) {
  display: inline-block;
  margin: 0 0 0 0;
}

strong.red {
  font-size: 10px;
  border-radius: 5px;
  color: #FAB126!important;
  padding: 2px 7px;
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  strong.red {
    font-size: 12px;
    margin-right: 20px;
  }
}

span.wpcf7-list-item {
  margin: 0!important;
}

.wpcf7-not-valid-tip {
  font-weight: bold !important;
  margin-top: 5px;
}

.wpcf7-list-item-label {
  margin-right: 10px;
}

.wpcf7-radio .wpcf7-list-item {
  display: flex!important;
  align-items: center;
  margin-bottom: 5px !important;
}

.wpcf7-radio .wpcf7-list-item-label {
  margin-left: 3px!important;
}

.form_date_txt {
  font-size: 12px;
  margin-top: 10px;
}

.form_date_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .form_date_wrap {
    margin-bottom: 20px;
  }
}

.form_date {
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .form_date {
    display: flex;
    align-items: center;
  }
}

.form_date span {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .form_date span {
    display: inline-block;
    margin-right: 10px;
  }
}

.form_time {}
@media screen and (min-width: 769px) {
  .form_time {}
}

.form_time span {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .form_time span {
    display: inline-block;
    margin-right: 10px;
  }
}

.wpcf7-list-item-label {
  font-size: 12px;
}

.wpcf7-checkbox span.wpcf7-list-item {
  margin-right: 10px!important;
}
@media screen and (min-width: 769px) {
  .wpcf7-checkbox span.wpcf7-list-item {
    margin-right: 20px!important;
  }
}

.txtIntroCenter {
  font-size: 14px!important;
}
@media screen and (min-width: 769px) {
  .txtIntroCenter {}
}

.acceptance-353 {
  display: block;
  margin: 0 auto;
  max-width: 260px;
}

.wpcf7-list-item-label {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .wpcf7-list-item-label {
    font-size: 14px;
  }
}

/*---------------------------------

  お知らせ・イベント

---------------------------------*/
.infoLinkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .infoLinkWrap {
    margin-bottom: 80px;
  }
}

.infoLink {
  border: 1px solid #464646;
  border-radius: 30px;
  display: block;
  padding: 5px 10px;
  min-width: 100px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin: 0 8px;
}
@media screen and (min-width: 769px) {
  .infoLink {
    font-size: 14px;
    min-width: 140px;
    margin: 0 25px;
    padding: 10px;
  }
}

.infoLinkOn {
  border: 1px solid #90D5E5;
  background-color: #90D5E5;
  color: #fff!important;
}

.infoLinkGray {
  border: 1px solid #DEC7A2!important;
  background-color: #DEC7A2;
  color: #fff!important;
}

.cat_event {
  background-color: #DEC7A2!important;
}

.pagenate {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  border: 1px solid #90D5E5;
  border-radius: 50%;
  color: #90D5E5!important;
  margin: 0 5px;
}
@media screen and (min-width: 769px) {
  .page-numbers {
    font-size: 14px;
  }
}

.page-numbers.current {
  background-color: #90D5E5;
  color: #fff!important;
}

/*---------------------------------

  ブログ

---------------------------------*/
.post-type-archive-blog .pageWrap,
.tax-cat_blog .pageWrap,
.archive.date .pageWrap {
  max-width: 820px;
}
@media screen and (min-width: 769px) {
  .post-type-archive-blog .pageWrap {}
}

.dropdownMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .dropdownMenu {
    max-width: 480px;
  }
}

.dropdown {
  width: 170px;
  display: inline-block;
  background-color: #fff;
  border-radius: 2px;
  border-bottom: 1px solid #90D5E5;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left;
}

.dropdown .select {
  background-image: url(img/ico_arrow_bottom.png);
  background-size: 16px;
  background-position: right 15px center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  padding: 10px 30px 10px 10px;
  text-align: center;
}

.dropdown .select > i {
  font-size: 13px;
  color: #888;
  cursor: pointer;
  transition: all .3s ease-in-out;
  float: right;
  line-height: 20px;
}

.dropdown:hover {
  box-shadow: 0 0 4px rgb(204, 204, 204);
}

.dropdown:active {
  background-color: #f8f8f8;
}

.dropdown.active:hover,
.dropdown.active {
  box-shadow: 0 0 4px rgb(204, 204, 204);
  border-radius: 2px 2px 0 0;
  background-color: #f8f8f8;
}

.dropdown.active .select > i {
  transform: rotate(-90deg);
}

.dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  margin-top: 1px;
  box-shadow: 0 1px 2px rgb(204, 204, 204);
  border-radius: 0 1px 2px 2px;
  overflow: hidden;
  display: none;
  max-height: 144px;
  overflow-y: auto;
  z-index: 9;
}

.dropdown .dropdown-menu li {
  padding: 10px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.dropdown .dropdown-menu {
  padding: 0;
  list-style: none;
}

.dropdown .dropdown-menu li:hover {
  background-color: #f2f2f2;
}

.dropdown .dropdown-menu li:active {
  background-color: #e2e2e2;
}

/*---------------------------------

  成婚者様の声

---------------------------------*/
.post-type-archive-voice .pageWrap {
  max-width: 1000px;
}

/*---------------------------------

  詳細ページ

---------------------------------*/
.singleWrap {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .singleWrap {
    
  }
}

.singleTit {
  color: #464646;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .singleTit {
    font-size: 22px;
  }
}

.singleDateWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .singleDateWrap {
    margin-bottom: 15px;
  }
}

.singleDate {
  font-size: 13px;
  margin-right: 10px;
}
@media screen and (min-width: 769px) {
  .singleDate {}
}

.singleCatWrap {}
@media screen and (min-width: 769px) {
  .singleCatWrap {}
}

.singleThumbnailWrap {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .singleThumbnailWrap {
    margin-bottom: 20px;
  }
}

.singleNavWrap {
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .singleNavWrap {
    margin-top: 60px;
  }
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.nav-previous {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .nav-previous {}
}

.nav-previous a {
  background-image: url(img/ico_navi_left.png);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: inline-block;
  font-size: 13px;
  padding: 15px 15px 10px 20px;
}
@media screen and (min-width: 769px) {
  .nav-previous a {
    background-size: 150px;
    font-size: 14px;
    padding: 15px 15px 10px 60px;
  }
}

.nav-next {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .nav-next {}
}

.nav-next a {
  background-image: url(img/ico_navi_right.png);
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: inline-block;
  font-size: 13px;
  padding: 15px 20px 10px 15px;
}
@media screen and (min-width: 769px) {
  .nav-next a {
    background-size: 150px;
    font-size: 14px;
    padding: 15px 60px 10px 15px;
  }
}

.singleWrap h2 {
  background-color: #90D5E5;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .singleWrap h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.singleWrap h3 {
  border-bottom: 2px solid #90D5E5;
  border-left: 2px solid #90D5E5;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
}
@media screen and (min-width: 769px) {
  .singleWrap h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.singleWrap h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .singleWrap h4 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.singleWrap p {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .singleWrap p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.singleLinkBtn {
  background-color: #90D5E5;
  border-radius: 15px;
  color: #fff!important;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  text-align: center;
  width: 140px;
  margin: 20px auto;
}
@media screen and (min-width: 769px) {
  .singleLinkBtn {
    font-size: 14px;
  }
}

.singleNewsWrap {
  margin-top: 60px;
}
@media screen and (min-width: 769px) {
  .singleNewsWrap {
    margin-top: 120px;
  }
}

.singleVoiceWrap {
  border: 1px solid #90D5E5;
  border-radius: 15px;
  padding: 15px;
}
@media screen and (min-width: 769px) {
  .singleVoiceWrap {
    padding: 15px 30px;
  }
}

.singleVoiceWrap .singleThumbnailWrap img {
  max-width: 170px;
  margin: 0 auto;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: block!important;
}

.set-color-sky.concierge-bnr-set {
  background: none!important;
  border: none!important;
}

@media screen and (min-width: 769px) {
  .concierge-bnr-set ul li {
    max-width: 195px!important;
  }
}

.icoNew {
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  background-color: #FAB126;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 769px) {
  .icoNew {
    width: 53px;
    height: 53px;
  }
}

@media screen and (max-width: 768px) {
  .page-id-23 .pageWrap table,
  .page-id-23 .pageWrap table tr,
  .page-id-23 .pageWrap table td {
    display: block!important;
    width: 100%;
  }
  .page-id-23 .pageWrap table tr td:nth-child(1) {
    padding-bottom: 0;
  }
}
