@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 100%;
  line-height: 1.4;
  text-align: center;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #465564;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: 'メイリオ',Meiryo,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  }
}

::selection {
  background-color: yellow;
}

::-moz-selection {
  background-color: yellow;
}

img {
  vertical-align: middle;
  border: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  outline: 0;
}

img {
  width: 100%;
  height: auto;
}

/* 共通 */

.wrap_cmn {
  width: 100%;
  min-width: 375px;
}

.area_cmn {
  width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 959px) {
  .area_cmn {
    width: 700px;
  }
}

.view_pc {
  display: none;
}

@media screen and (min-width: 959px) {
  .view_pc {
    display: block;
  }
}

.view_sp {
  display: block;
}

@media screen and (min-width: 959px) {
  .view_sp {
    display: none;
  }
}

/* ヘッダー */

.header {
  background-image: linear-gradient(315deg, #ffa5b4, #ffdce6);
  height: 100%;
  margin: 0 auto;
  min-width: 375px;
}

.header_wrap {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 90%;
  margin: 0 auto;
  max-width: 400px;
}

.logo_header {
  position: absolute;
  top: 1%;
  left: 0;
  right: 0;
  width: 44%;
  max-width: 210px;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 999;
}

.logo_header:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.top {
  width: 100%;

  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.kome_top {
  position: absolute;
  bottom: 0.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
}

@media screen and (min-width: 959px) {
  .header_wrap {
    max-width: 1100px;
  }

  .kome_top {
    bottom: 1.2%;
    font-size: 12px;
  }
}

/* ご予約はこちら */

.wrap_contact {
  background-color: #e6f5de;
  padding: 20px 0;
}

.contact_wrap {
  overflow: hidden;
  width: 100%;
  height: 120px;
}

.contact_wrap::after {
  position: relative;
  z-index: 8;
  top: -100%;
  left: -100%;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  transform: translate(0, 12px);
  background: rgba(255, 255, 255, 0.8);
}

.contact_inner {
  position: relative;
  width: 100%;
}

.contact {
  position: relative;
  z-index: 2;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  transition: all 0.2s ease-in-out;
  transform: translate(0, 0);
  border-radius: 20px;
  background: #fff;
}

.contact.hover {
  transform: translate(0, 12px);
}

.contact_wrap .contact .contact_inner {
  width: 260px;
  margin: 0 auto;
}

@media screen and (min-width: 959px) {
  .wrap_contact {
    padding: 50px 0;
  }

  .contact_wrap {
    height: 170px;
  }

  .contact_wrap::after {
    transform: translate(0, 20px);
  }

  .contact.hover {
    transform: translate(0, 20px);
  }
  
  .contact {
    padding: 18px 0;
  }

  .contact_wrap .contact .contact_inner {
    width: 400px;
  }
}

.contact_bg {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -12px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: linear-gradient(315deg, #ff96b4, #ffdcc8);
}

@media screen and (min-width: 959px) {
  .contact_bg {
    bottom: -20px;
  }
}

.contact_links {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrap_link_contact {
  display: inline-block;
  width: 255px;
  margin-top: 10px;
}

@media screen and (min-width: 959px) {
  .wrap_link_contact {
    width: 654px;
    margin-top: 20px;
  }
}

.wrap_link_contact .link_contact {
  border-radius: 10px;
  position: relative;
  display: block;
  padding: 10px 20px;
  background: #8ec43e;
  transition: 0.3s;
}

@media screen and (min-width: 959px) {
  .wrap_link_contact .link_contact {
    padding: 20px 45px;
    border-radius: 20px;
  }
}

.wrap_link_contact .link_contact.hover {
  background: #5aa72e;
}

.wrap_link_contact span {
  position: relative;
  display: block;
  width: 100%;
}

.wrap_link_contact span::after {
  position: absolute;
  top: 0;
  right: -5px;
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
}

.wrap_link_contact img {
  display: block;
  position: relative;
  top: 0;
  left: -5px;
  width: 200px;
}

.wrap_link_contact .contact_btn::after {
  background: url(../img/ico.png) no-repeat;
  background-size: 20px;
}

@media screen and (min-width: 959px) {
  .wrap_link_contact span::after {
    right: 5px;
    width: 50px;
    height: 50px;
  }

  .wrap_link_contact .contact_btn::after {
    background-size: 48px;
  }

  .wrap_link_contact img {
    left: 5px;
    width: 478px;
  }
}

/* コンテンツ3つ */

.box {
  margin: 0 auto;
  padding: 25px 0 50px 0;
  background: #fafff0;
}

.box_tit {
  width: 340px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.cmn_pic {
  width: 30.5%;
}

.contents01 ,.contents02 {
  width: 100%;
  padding-bottom: 30px;
}

.contents03 {
  width: 100%;
}

.area_cmn_in, .area_cmn_out {
  width: 310px;
  margin: 0 auto;
  padding-left: 5px;
}

@media screen and (min-width: 959px) {
  .area_cmn_in {
    width: 600px;
  }
  .area_cmn_out {
    width: 700px;
  }
}

@media screen and (min-width: 959px) {
  .box {
    padding: 85px 0 70px 0;
  }

  .box_tit {
    width: 600px;
    padding-bottom: 60px;
  }

  .cmn_pic {
    width: 32.5%;
  }
}

/* キラーン */
.contact_wrap.js_move::after {
  -webkit-animation: contact_btn_hover 0.3s ease-in;
  -moz-animation: contact_btn_hover 0.3s ease-in;
  -ms-animation: contact_btn_hover 0.3s ease-in;
  animation: contact_btn_hover 0.3s ease-in;
}

/* 特典 */
.tokuten {
  background-color: #ffeded;
  padding: 50px 0 30px;
}

.tokuten_wrap {
  padding-bottom: 30px;
}

.tokuten_wrap:last-child {
  padding-bottom: 0;
}

.tokuten img {
  padding-bottom: 5px;
}

.tokuten_kome {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 9px;
}

@media screen and (min-width: 959px) {
  .tokuten {
    padding: 85px 0 50px;
  }

  .tokuten_wrap {
    padding-bottom: 45px;
  }

  .tokuten img {
    padding-bottom: 10px;
  }

  .tokuten_kome {
    font-size: 12px;
  }
  .tokuten_kome_pc{
    display: flex;
  }
}

/* 新生活応援キャンペーン */
.wrap_campaign {
  position: relative;
  background-color: #ebf7f2;
  padding-bottom: 50px;
  overflow: hidden;
}

.wrap_campaign h2 {
  padding: 0;
  width: 340px;
  margin: 0 auto;
}

.pattern_01 {
  position: absolute;
  top: 450px;
  left: 0;
  width: 80px;
}

.pattern_02 {
  position: absolute;
  top: 400px;
  right: 0;
  width: 85px;
}

.view_370 {
  display: block;
}

.view_600 {
  display: none;
}

@media screen and (min-width: 600px) {
  .pattern_03 {
    position: absolute;
    left: -100px;
    width: 330px;
  }

  .pattern_04 {
    position: absolute;
    right: -100px;
    width: 280px;
  }

  .view_370 {
    display: none;
  }

  .view_600 {
    display: block;
  }
}

@media screen and (min-width: 959px) {
  .pattern_01 {
    top: 40px;
    width: 150px;
  }

  .pattern_02 {
    top: 0;
    width: 220px;
  }

  .pattern_03 {
    bottom: 0;
    left: 0;
    width: 250px;
  }

  .pattern_04 {
    bottom: 0;
    right: 0;
    width: 200px;
  }

  .view_600 {
    display: none;
  }
}

.campaign_contents {
  position: relative;
  z-index: 99;
}

.campaign_txt_top {
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0;
}

.campaign_present {
  width: 300px;
  margin: 0 auto 10px;
}

.campaign_txt_img {
  padding: 10px 0;
}

.notes_campaign {
  font-size: 10px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 959px) {
  .wrap_campaign h2 {
    width: 70%;
    max-width: 960px;
  }

  .campaign_txt_top {
    text-align: left;
    font-size: 20.5px;
  }

  .campaign_present {
    width: 100%;
  }

  .notes_campaign {
    font-size: 16px;
  }
}

/* 対照物件一覧 */
.subtit_maplist {
  padding: 40px 0 0;
}

@media screen and (min-width: 959px) {
  .subtit_maplist {
    max-width: 450px;
    margin: 0 auto;
  }
}

/* タブ切り替えボタン */
.tab_btn {
  position: relative;
  width: 100%;
  max-width: 544px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}

@media screen and (min-width: 959px) {
  .tab_btn {
    width: 100%;
    padding: 40px 0;
    max-width: 960px;
  }
}

.tab {
  position: relative;
  display: block;
  padding: 5px 0 0;
  width: 31%;
  height: 45px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  transition: 0.3s;
  box-shadow: 0 2px 6px #002956;
  cursor: pointer;
}

@media screen and (min-width: 959px) {
  .tab {
    font-size: 20px;
    height: 100%;
    padding: 15px 0;
    border-radius: 10px;
  }
}

/* 3つもらえるボタン */
.tab_col1 {
  color: #f096a5;
  background-color: #fff;
}

.tab_col1::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #f096a5;
  border-right: solid 2px #f096a5;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
}

@media screen and (min-width: 959px) {
  .tab_col1::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    right: 15px;
    left: auto;
    bottom: 0;
  }
}

/* 2つ選べるボタン */
.tab_col2 {
  color: #f6ab00;
  background-color: #fff;
}

.tab_col2::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #f6ab00;
  border-right: solid 2px #f6ab00;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
}

@media screen and (min-width: 959px) {
  .tab_col2::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    right: 15px;
    left: auto;
    bottom: 0;
  }
}

/* 1つ選べるボタン */
.tab_col3 {
  color: #46c8be;
  background-color: #fff;
}

.tab_col3::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #46c8be;
  border-right: solid 2px #46c8be;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -15px;
  margin: auto;
}

@media screen and (min-width: 959px) {
  .tab_col3::after {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    right: 15px;
    left: auto;
    bottom: 0;
  }
}

/* クリックされた時 */
.tab_col1.active {
  color: #fff;
  background-color: #f096a5;
}

.tab_col1.active::after {
  content: '';
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

.tab_col2.active {
  color: #fff;
  background-color: #f6ab00;
}

.tab_col2.active::after {
  content: '';
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

.tab_col3.active {
  color: #fff;
  background-color: #46c8be;
}

.tab_col3.active::after {
  content: '';
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

.content {
  position: relative;
  display: none;
  width: 100%;
  max-width: 544px;
  z-index: 99;
  margin: 0 auto;
}

@media screen and (min-width: 959px) {
  .content {
    width: 100%;
    max-width: 960px;
  }
}

.content.show {
  display: block;
}

/* 対照物件リスト */
.wrap_list_maplist {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 959px) {
  .item_list_maplist {
    display: flex;
    flex-wrap: wrap;
  }
}

/* タイトル */
.tit_list_maplist {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 2px 0;
  text-indent: 0.5em;
  letter-spacing: 0.2em;
  color: #fff;
}

@media screen and (min-width: 959px) {
  .tit_list_maplist {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
  }
}

/* タイトル色変え */
.tit_col_01 {
  background: #f096a5;
}

.tit_col_02 {
  background: #f6ab00;
}

.tit_col_03 {
  background: #46c8be;
}

/* テキスト */
@media screen and (min-width: 959px) {
  .txt_list_maplist {
    display: flex;
    box-sizing: border-box;
    width: 74%;
    padding: 10px 0;
    padding-left: 30px;
    background: #fff;
  }
}

.txt_list_maplist ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 3px 0;
}

@media screen and (min-width: 959px) {
  .txt_list_maplist ul {
    display: inline-flex;
    align-content: center;
    margin: 0;
  }
}

.txt_list_maplist ul li {
  box-sizing: border-box;
  width: 50%;
}

@media screen and (min-width: 959px) {
  .txt_list_maplist ul li {
    display: inline-block;
    width: auto;
    border-bottom: 0;
  }
}

.txt_list_maplist ul li.is_col01 {
  width: 100%;
  border-left: 0;
}

@media screen and (min-width: 959px) {
  .txt_list_maplist ul li.is_col01 {
    width: auto;
  }
}

.txt_list_maplist ul li.is_col01 .link_list_maplist {
  border-left: 0;
}

@media screen and (min-width: 959px) {
  .txt_list_maplist ul li::after {
    padding: 0.5em;
    content: "/";
  }
}

@media screen and (min-width: 959px) {
  .txt_list_maplist ul li:last-child::after {
    padding: 0;
    content: " ";
  }
}

/* 線色変え */
@media screen and (min-width: 959px) {
  .border_b_col_1 {
    border-bottom: 1px solid #f096a5;
  }
}

@media screen and (min-width: 959px) {
  .border_b_col_2 {
    border-bottom: 1px solid #f6ab00;
  }
}

@media screen and (min-width: 959px) {
  .border_b_col_3 {
    border-bottom: 1px solid #46c8be;
  }
}

/* リンクav */
.link_list_maplist {
  font-size: 12px;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  margin: 3px 0;
  padding: 1em 0;
  color: #465564;
  background-color: #fff;
}

.link_list_maplist.left_none {
  border-left: none;
}

@media screen and (min-width: 959px) {
  .link_list_maplist {
    font-size: 16px;
    display: inline-block;
    margin: 1em 0.5em;
    padding: 0;
    text-align: left;
    border-left: 0;
    border-bottom: 2px solid #fff;
  }
}

.link_list_maplist span {
  position: relative;
  padding-right: 16px;
}

@media screen and (min-width: 959px) {
  .link_list_maplist span {
    padding-right: 18px;
  }
}

.link_list_maplist span:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: " ";
  transform: translate(0, -50%);
  background: url(../img/ico_maplist.png) no-repeat;
  background-position: top right;
  background-size: 14px;
}

@media screen and (min-width: 959px) {
  .link_list_maplist span:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}

.list_border_col_1 {
  border-left: 1px solid #f096a5;
}

@media screen and (min-width: 959px) {
  .list_border_col_1 {
    border-left: none;
  }
  .list_border_col_1:hover {
    color: #f096a5;
    border-bottom: 2px solid #f096a5;
  }
  .list_border_col_1:hover span::after {
    background: url(../img/ico-maplist-hover_1.png) no-repeat;
    background-position: top right;
    background-size: 16px;
  }
}

.list_border_col_2 {
  border-left: 1px solid #f6ab00;
}

@media screen and (min-width: 959px) {
  .list_border_col_2 {
    border-left: none;
  }
  .list_border_col_2:hover {
    color: #f6ab00;
    border-bottom: 2px solid #f6ab00;
  }
  .list_border_col_2:hover span::after {
    background: url(../img/ico-maplist-hover_2.png) no-repeat;
    background-position: top right;
    background-size: 16px;
  }
}

.list_border_col_3 {
  border-left: 1px solid #46c8be;
}

@media screen and (min-width: 959px) {
  .list_border_col_3 {
    border-left: none;
  }
  .list_border_col_3:hover {
    color: #46c8be;
    border-bottom: 2px solid #46c8be;
  }
  .list_border_col_3:hover span::after {
    background: url(../img/ico-maplist-hover_3.png) no-repeat;
    background-position: top right;
    background-size: 16px;
  }
}

/* 注釈 */
.txt_maplist {
  position: relative;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 11px;
  font-weight: bold;
  width: 94%;
  z-index: 99;
}

@media screen and (min-width: 959px) {
  .txt_maplist {
    padding: 20px 0 30px;
    font-size: 14px;
  }
}

/* 予約ボタン */
.btn_yoyaku {
  position: relative;
  top: 0;
  display: block;
  padding: 15px 0;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #46c8be;
  box-sizing: border-box;
  box-shadow: 0 10px #46c8be;
  z-index: 99;
}

.btn_yoyaku img {
  width: 240px;
  margin: 0 auto;
}

@media screen and (min-width: 959px) {
  .btn_yoyaku {
    padding: 15px 0;
    width: 80%;
    border: 4px solid #46c8be;
    box-shadow: 15px 15px #46c8be;
  }

  .btn_yoyaku img {
    width: 350px;
  }
}

/* エサキホームトップページはこちら */
.link_wrap {
  width: 100%;
  background: #46c8be;
}

.link_wrap .link_txt {
  font-size: 14px;
  line-height: 1.4em;
  display: inline-block;
  padding: 1.5em 0;
  text-decoration: underline;
  color: #fff;
}

@media screen and (min-width: 959px) {
  .link_wrap .link_txt {
    font-size: 18px;
    padding: 1em 0;
  }
}

.link_wrap .link_txt.hover {
  text-decoration: none;
}

/* ページトップ */
.pagetop {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 7px;
  width: 18.7%;
  min-width: 50px;
  max-width: 100px;
  transition: all 0.2s ease-in-out;
  transform: translate(0, 0);
}

@media screen and (min-width: 959px) {
  .pagetop {
    right: 20px;
    bottom: 14px;
  }
}

.pagetop.hover {
  transform: translate(0, -10px);
}

/* フッター */
footer {
  font-size: 12px;
  line-height: 1.4em;
  padding: 1em 0;
  text-align: center;
  background: #fff;
}

@media screen and (min-width: 959px) {
  footer {
    position: relative;
    z-index: 3;
    padding: 2em 0;
  }
  footer footer br {
    display: none;
  }
}

footer img {
  display: block;
  width: 133px;
  margin: 1.5em auto;
  padding-bottom: 5px;
}

@media screen and (min-width: 959px) {
  footer img {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}

footer p {
  line-height: 1.8em;
}

@media screen and (min-width: 959px) {
  footer p {
    display: inline-block;
  }
  footer p br {
    display: none;
  }
}

/* アニメーション */
.fadein {
  animation: fadeIn 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes contact_btn_hover {
  100% {
    left: 100%;
    transform: skewX(-30deg);
    background: rgba(255, 255, 255, 0.3);
  }
}

@-ms-keyframes contact_btn_hover {
  100% {
    left: 100%;
    transform: skewX(-30deg);
    background: rgba(255, 255, 255, 0.3);
  }
}

@keyframes contact_btn_hover {
  100% {
    left: 100%;
    transform: skewX(-30deg);
    background: rgba(255, 255, 255, 0.3);
  }
}

.poyopoyo {
  animation: poyopoyo 3s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.93);
  }
}