@charset "UTF-8";
/*

  新着情報

*/
.news {
  width: 100%;
}

.news__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.news__headingbox__heading {
  padding-left: 43px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news__headingbox__heading {
    padding-left: 39px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.news__headingbox__heading:before {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 38px;
  height: 23px;
  background: url(../img/common/icon_heading_news.svg) no-repeat;
  background-size: 38px 23px;
}

@media screen and (max-width: 767px) {
  .news__headingbox__heading:before {
    width: 34px;
    height: 21px;
    background-size: 34px 21px;
  }
}

.news__listbox {
  width: 100%;
}

.news__listbox__list {
  text-align: center;
  width: 253px;
  padding: 0 15px;
}

.news__listbox__list__image {
  width: 100%;
  margin-bottom: 20px;
}

.news__listbox__list__date {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.news__listbox__list__heading {
  font-size: 1.5rem;
  line-height: 1.2;
}

/*

  AQUA CAFE　TOPページ特集ロール用

*/
.news__listbox__list2 {
  text-align: center;
  width: 300px;
  padding: 0 15px;
}

.news__listbox__list__image2 {
  width: 100%;
  margin-bottom: 20px;
}

/*

  AQUA CAFEイチオシのお店

*/
.onepress {
  width: 100%;
  margin: 0 auto;
}

.onepress__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.onepress__headingbox__heading {
  padding-left: 35px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .onepress__headingbox__heading {
    padding-left: 26px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.onepress__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_heading_onepress.svg) no-repeat;
  background-size: 30px 30px;
}

@media screen and (max-width: 767px) {
  .onepress__headingbox__heading:before {
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
  }
}

.onepress .onepress__box_frame {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .onepress .onepress__box_frame {
    padding: 0 35px;
    background: url(../img/common/bg_pattern_slanting.gif) center repeat;
  }
}

@media screen and (min-width: 768px) {
  .onepress__box {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 50px;
  }
}

@media screen and (max-width: 767px) {
  .onepress__box {
    padding: 35px 20px;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
  }
}

@media screen and (max-width: 767px) {
  .onepress__box .slick-prev {
    left: -35px !important;
  }
}

@media screen and (max-width: 767px) {
  .onepress__box .slick-next {
    right: -35px !important;
  }
}

.onepress__box__item {
  padding: 0 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .onepress__box__item {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    padding: 0 5px;
  }
}

.onepress__box__item__img {
  max-width: 335px;
  width: 41%;
}

@media screen and (max-width: 767px) {
  .onepress__box__item__img {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.onepress__box__item__text {
  width: 54%;
}

@media screen and (min-width: 768px) {
  .onepress__box__item__text {
    max-width: 445px;
  }
}

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

.onepress__box__item__text__heading {
  font-size: 2rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .onepress__box__item__text__heading {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
  }
}

.onepress__box__item__text__heading span {
  display: inline-block;
  font-size: 1.5rem !important;
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .onepress__box__item__text__heading span {
    margin-bottom: 5px !important;
  }
}

.onepress__box__item__text__read {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.onepress__box__item__text a {
  width: 100%;
}

/*

  初めての方へ

*/
.beginners_guide {
  max-width: 570px;
  width: 90%;
  margin: 15px auto 0;
}

/*

  条件で探す

*/
.conditions {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .conditions {
    padding-bottom: 10px;
  }
}

.conditions__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.conditions__headingbox__heading {
  padding-left: 34px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .conditions__headingbox__heading {
    padding-left: 25px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.conditions__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 29px;
  height: 30px;
  background: url(../img/common/icon_heading_conditions.svg) no-repeat;
  background-size: 29px 30px;
}

@media screen and (max-width: 767px) {
  .conditions__headingbox__heading:before {
    width: 20px;
    height: 21px;
    background-size: 20px 21px;
  }
}

.conditions__list {
  width: 100%;
}

.conditions__list__item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .conditions__list__item:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .conditions__list__item {
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.conditions__list__item:last-child {
  margin-bottom: 0;
}

.conditions__list__item__img {
  max-width: 530px;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .conditions__list__item__img {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.conditions__list__item__img img {
  width: 100%;
}

.conditions__list__item__text {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .conditions__list__item__text {
    max-width: 390px;
  }
}

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

.conditions__list__item__text__heading {
  font-size: 2rem;
  /*↓extends↓*/
  font-weight: bold;
  /*↑extends↑*/
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .conditions__list__item__text__heading {
    font-size: 1.8rem;
    /*↓extends↓*/
    font-weight: bold;
    /*↑extends↑*/
    text-align: center;
    margin-bottom: 15px;
  }
}

.conditions__list__item__text__read {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .conditions__list__item__text__read {
    margin-bottom: 25px;
  }
}

.conditions__list__item__text a {
  margin-top: 8px;
  width: 100%;
}

/*

  エリア・地域で探す

*/
.area__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.area__headingbox__heading {
  padding-left: 30px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .area__headingbox__heading {
    padding-left: 26px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.area__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 25px;
  height: 25px;
  background: url(../img/common/icon_heading_search_white.svg) no-repeat;
  background-size: 25px 25px;
}

@media screen and (max-width: 767px) {
  .area__headingbox__heading:before {
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
  }
}

.area__inr {
  width: 90%;
  margin: 0 auto;
  padding: 70px 50px 0;
  background-color: #fef7ff;
}

@media screen and (max-width: 767px) {
  .area__inr {
    padding: 20px 15px 0;
  }
}

.area__inr__overlay {
  width: 120%;
  height: 100%;
  margin-left: -10%;
  padding-bottom: 70px;
  background: url(../img/page/top/bg_area_model_20190221.png) left bottom no-repeat, url(../img/page/top/bg_area_item.png) right bottom no-repeat;
}

@media screen and (max-width: 767px) {
  .area__inr__overlay {
    background: url(../img/page/top/bg_area_item.png) right bottom no-repeat;
    padding-bottom: 30px;
  }
}

.area__inr__overlay__pickup {
  width: 91%;
  margin-left: 4.5%;
}

.area__inr__overlay__pickup__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.area__inr__overlay__pickup__headingbox__heading {
  padding-left: 29px;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  color: #E8528D;
}

@media screen and (max-width: 767px) {
  .area__inr__overlay__pickup__headingbox__heading {
    padding-left: 22px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.area__inr__overlay__pickup__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 24px;
  height: 25px;
  background: url(../img/common/icon_heading_area_pink.svg) no-repeat;
  background-size: 24px 25px;
}

@media screen and (max-width: 767px) {
  .area__inr__overlay__pickup__headingbox__heading:before {
    width: 20px;
    height: 21px;
    background-size: 20px 21px;
  }
}

.area__inr__overlay__pickup__intro {
  width: 90%;
  margin: 0 auto 30px;
  padding: 15px 20px;
  background: #E8528D;
}

.area__inr__overlay__pickup__intro__image {
  margin-bottom: 18px;
}

.area__inr__overlay__pickup__list {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 48px;
  border-bottom: 1px solid #ED8298;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .area__inr__overlay__pickup__list {
    padding-bottom: 8px;
  }
}

.area__inr__overlay__pickup__list__item {
  width: 22.5%;
  margin-top: 8px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .area__inr__overlay__pickup__list__item {
    width: 100%;
    margin-bottom: 25px;
  }
}

.area__inr__overlay__region {
  width: 91%;
  margin-top: 63px;
  margin-left: 4.5%;
}

@media screen and (max-width: 767px) {
  .area__inr__overlay__region {
    margin-top: 33px;
  }
}

.area__inr__overlay__region__list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
}

.area__inr__overlay__region__list__item {
  width: 51.5%;
  border: 1px solid #E8528D;
  margin-bottom: 20px;
}

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

.area__inr__overlay__region__list__item:last-child {
  margin-bottom: 0;
}

.area__inr__overlay__region__list__item__heading {
  color: #ffffff;
  line-height: 1.2;
  padding: 12px 14px 11px;
  background: #E8528D;
}

.area__inr__overlay__region__list__item__list {
  background: #ffffff;
  padding: 10px 14px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

.area__inr__overlay__region__list__item__list li {
  line-height: 2;
  margin-right: 15px;
}

/*

  アクアカフェのサポートシステム

*/
.support {
  width: 100%;
  margin: 0 auto;
}

.support__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.support__headingbox__heading {
  padding-left: 25px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .support__headingbox__heading {
    padding-left: 19px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.support__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 20px;
  height: 30px;
  background: url(../img/common/icon_heading_support.svg) no-repeat;
  background-size: 20px 30px;
}

@media screen and (max-width: 767px) {
  .support__headingbox__heading:before {
    width: 14px;
    height: 21px;
    background-size: 14px 21px;
  }
}

.support__type {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .support__type {
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
  }
}

.support__type__item {
  max-width: 465px;
  width: 47.5%;
  padding: 40px 30px;
  border-top: 1px solid #69bd83;
  border-left: 1px solid #69bd83;
  border-right: 4px solid #69bd83;
  border-bottom: 4px solid #69bd83;
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .support__type__item {
    width: 100%;
    padding: 20px 15px;
    margin: 0 auto 30px;
  }
  .support__type__item:last-child {
    margin-bottom: 0 auto;
  }
}

.support__type__item__heading {
  font-size: 2rem;
  /*↓extends↓*/
  font-weight: bold;
  /*↑extends↑*/
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .support__type__item__heading {
    font-size: 1.8rem;
    /*↓extends↓*/
    font-weight: bold;
    /*↑extends↑*/
    margin-bottom: 15px;
  }
}

.support__type__item__read {
  margin-bottom: 30px;
}

/*

  イチオシ用表組(yumikura追記

*/
.onepress__content__detail {
  max-width: 596px;
  /*width: 61%;*/
  margin-bottom:20px;
}

@media screen and (max-width: 767px) {
  .onepress__content__detail {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    margin-bottom:20px;
  }
}

.onepress__content__detail__text {
  border: 1px solid #f19db5;
  margin: 20px 19px 0 8px;
}

@media screen and (max-width: 767px) {
  .onepress__content__detail__text {
    margin: 20px 0 0;
  }
}

.onepress__content__detail__text__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  /* Safari */
  flex-wrap: nowrap;
  -webkit-align-content: stretch;
  /* Safari */
  align-content: stretch;
}

.onepress__content__detail__text__list__item {
/*  min-width: 80px;*/
  min-width: 100px;
/*  width: 20%;*/
  width: 30%;
  padding: 5px 15px;
/*  background: #f19db5;*/
  background: #E8528D;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* Safari */
  align-items: center;

  flex-wrap: nowrap;
  -webkit-align-content: stretch;
}

.onepress__content__detail__text__list__detail {
  width: 80%;
  padding: 5px 15px;
  border-bottom: 1px solid #f19db5;
  border-left: 1px solid #f19db5;
  background: #ffffff;
}

.onepress__content__detail__text__list__detail span {
  font-size: 0.9rem !important;
  /*margin-left: 10px;*/
}

.onepress__content__detail__text__list:last-child p {
  border-bottom: none;
}

.onepress__content__detail__icon {
  margin-top: 25px;
  display: inline-block;
}

.onepress__content__detail__icon li {
  width: 49px;
  float: left;
  margin: 0 8px 16px;
}

@media screen and (max-width: 767px) {
  .onepress__content__detail__icon li {
    width: 45px;
    margin: 0 5px 10px;
  }
}

/*

  リンクボタン（白背景）

*/
.btn_white2 {
  background: #ffffff;
  display: block;
  padding-top: 10px;
  padding-bottom: 7px;
  border-radius: 6px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .btn_white2 {
    padding-top: 8px;
    padding-bottom: 9px;
  }
}

.btn_white2 p {
  color: #ED8298;
  display: inline-block;
/*  font-size: 2rem;*/
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .btn_white2 p {
/*  font-size: 1.8rem;*/
    font-size: 1.4rem;
  }
}

.btn_white2 p:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url(../img/common/btn_arrow_pink.svg) no-repeat;
  background-size: 16px 16px;
}

.sectionblock_search {
  width: 100%;
  padding: 50px 0;
}

@media screen and (max-width: 767px) {
  .sectionblock_search {
    padding: 50px 0;
  }
}

/*

  トップページ検索ボタン

*/
.search-btn-square-shadow {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #ED8298;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #E8528D;
  border-radius: 3px;
}
.search-btn-square-shadow:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}


.searches {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .searches {
    padding-bottom: 10px;
  }
}

.searches__headingbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.searches__headingbox__heading {
  padding-left: 34px;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .searches__headingbox__heading {
    padding-left: 25px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.searches__headingbox__heading:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  content: '';
  width: 29px;
  height: 30px;
  background: url(../img/common/icon_heading_search_gray.svg) no-repeat;
  background-size: 29px 30px;
}

@media screen and (max-width: 767px) {
  .searches__headingbox__heading:before {
    width: 20px;
    height: 21px;
    background-size: 20px 21px;
  }
}

.searches__list {
  width: 100%;
}

.searches__list__item {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .searches__list__item:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    /* Safari */
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 767px) {
  .searches__list__item {
    -webkit-flex-direction: column;
    /* Safari */
    flex-direction: column;
    margin-bottom: 60px;
  }
}

.searches__list__item:last-child {
  margin-bottom: 0;
}

.searches__list__item__img {
  max-width: 530px;
  width: 55%;
}

@media screen and (max-width: 767px) {
  .searches__list__item__img {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.searches__list__item__img img {
  width: 100%;
}

.searches__list__item__text {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .searches__list__item__text {
    max-width: 390px;
  }
}

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

.searches__list__item__text__heading {
  font-size: 2rem;
  /*↓extends↓*/
  font-weight: bold;
  /*↑extends↑*/
  line-height: 1.2;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .searches__list__item__text__heading {
    font-size: 1.8rem;
    /*↓extends↓*/
    font-weight: bold;
    /*↑extends↑*/
    text-align: center;
    margin-bottom: 15px;
  }
}

.searches__list__item__text__read {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .searches__list__item__text__read {
    margin-bottom: 25px;
  }
}

.searches__list__item__text a {
  margin-top: 8px;
  width: 100%;
}

.searchblock_word {
  margin:10px; 
  width:600px; 
  height:60px;
  font-size:150%;
  padding:5px;
}

@media screen and (max-width: 767px) {
  .searchblock_word {
    margin:10px; 
    width:300px; 
    height:40px;
    font-size:120%;
  }
}
