@charset "utf-8";
/* home.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_home a {
	color: #FFFFFF !important;	
}
#bt_home a span {
	color: rgba(255,255,255,0.60) !important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	position: relative;
	height: 100vh;
}

/* -- スクロール ----------------------------------------------- */
.scroll {
	position: absolute;
	right: 0px;
	bottom: 160px;
	left: 0px;
	text-align: center;
	color: #000000;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -160px;
  content: "";
  height: 150px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2;
}
/* 線の背景色 */
.scroll::after {
  background-color: #ffffff;
  bottom: -160px;
  content: "";
  height: 150px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 期間限定インフォ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#info_area {
	margin-top: 50px;
	border: 3px solid #FF9AA2;
	border-radius: 10px;
	background-color: #FFF1F2;
	color: #FF7882;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
}
#info_area h3 {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 15px;
}
#info_area p {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.7em;
}
#info_area a  {
	color: #FF7882;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#info_area a:hover  {
	color: #FF3E4C;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3ボックス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	margin-bottom: 40px;
}
.h3_box h3 {
	text-align: center;
	color: #FF9AA2;
	font-weight: 800;
}
.h3_box h3 img {
	width: 80px;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 店舗　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_shop {
	padding-top: 100px;
	padding-bottom: 120px;
	background-image: url(../images/home_shop_bg.jpg),url(../images/home_shop_bg.jpg);
	background-repeat: no-repeat,no-repeat;
	background-position: center 10px,center bottom 10px;
}

/* -- リード文 ----------------------------------------------- */
#lead {
	text-align: center;
	margin-bottom: 50px;
}

/* -- 店舗リスト ----------------------------------------------- */
#shop_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.shop_list {
	width: 230px;
}

/* 写真 */
.shop_thumb {
	margin-bottom: 10px;
	border: 10px solid #7AD1F2;
	border-radius: 20px;
}
.shop_thumb img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* 店舗名、営業時間 */
.shop_list h4 {
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}
.shop_list p {
	text-align: center;
	font-family: "Roboto", sans-serif;
}
.shop_list p img {
	width: 16px;
	height: auto;
	margin-right: 10px;
	vertical-align: middle;
}
.shop_list p span {
	font-size: 14px;
	font-family: "Noto Sans JP", sans-serif;
}

/* -- ボタン ----------------------------------------------- */
#shop_bt a {
	height: 60px;
	text-align: center;
	color: #FFFFFF;
	background-color: #0fb3f0;
	text-decoration: none;
	font-weight: 800;
	font-size: 16px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 10px;
}
#shop_bt a:hover {
	background-color: #1F1F1F;
}
#shop_bt a span {
	position: absolute;
	right: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* LINE　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#line_area {
	background-color: #49a366;
	color: #FFFFFF;
	padding-top: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
}
#line_area h3 {
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}
#line_area h4 {
	font-size: 50px;
	line-height: 1em;
	font-weight: 900;
	text-align: center;
	margin-bottom: 20px;
}
#line_area p {
	text-align: center;
	margin-bottom: 20px;
}
#line_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 330px;
	margin-left: auto;
	margin-right: auto;
}
#line_area li {
}
#line_area li img {
	border-radius: 5px;
}
.caption {
	width: 145px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4em;
	margin-top: 5px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 区切り 01　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kugiri_01 {
	margin-bottom: 20px;
}

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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* サービス案内　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_service {
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.sv_list {
	margin-bottom: 20px;
}
.sv_bt a {
	border: 7px solid #7ad1f2;
	border-radius: 15px;
	text-decoration: none;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
}

/* キラリ */
.sv_bt a::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(122,209,242,0) 0%, rgba(122,209,242,0.30) 100%);
  background: linear-gradient(to right, rgba(122,209,242,0) 0%, rgba(122,209,242,0.30) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.sv_bt a:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* -- サムネイル ----------------------------------------------- */
.sv_thumb {
	width: 140px;
}
.sv_thumb img {
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* -- タイトル ----------------------------------------------- */
.sv_tt {
	padding-left: 20px;
}
.sv_tt li {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
}
.sv_tt li:nth-child(1) {
	font-size: 30px;
	line-height: 1.2em;
	color: #0fb3f0;
}
.sv_tt li:nth-child(2) {
	font-size: 14px;
	line-height: 1.2em;
	color: #b7b7b7;
}

/* -- あしあと ----------------------------------------------- */
.sv_footprints {
	width: 50px;
	position: absolute;
	right: 30px;
}
.sv_footprints img {
	width: 100%;
	height: auto;
}

/* ポヨン */
.sv_bt a:hover .sv_footprints {
	animation: poyo .6s ease 0s 1 normal running none;
}
@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}
.sv_bt a:active .sv_footprints {
	animation: push .6s;
}
@keyframes push {
	from, to { transform: none; }
	10% { transform: scale(.8); }
	40% { transform: scale(1.1); }
	60% { transform: scale(.96); }
	80% { transform: scale(1.02); }
}

/* -- 備考 ----------------------------------------------- */
#sv_bikou {
	text-align: right;
	font-size: 12px;
	margin-right: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会員特典　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_member {
	background-image: url(../images/home_member_bg.jpg),url(../images/home_member_bg_02.jpg);
	background-position: center top,center bottom;
	background-size: 100% auto,100% auto;
	background-repeat: no-repeat,no-repeat;
	background-color: #EBFAFF;
	padding-bottom: 140px;
}
#dog_mark {
	text-align: center;
}
#dog_mark img {
	width: 120px;
	height: auto;
	margin-top: -100px;
}
#area_member h3 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	text-align: center;
	margin-top: 50px;
	color: #878787;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 60px;
}
#area_member h3 span {
	color: #00aeef;
	font-size: 16px;
	line-height: 1.2em;
	display: block;
	margin-bottom: 10px;
}
#area_member p {
	color: #444444;
	padding-left: 30px;
	padding-right: 30px;
}

/* -- まるエリア ----------------------------------------------- */
#maru_area {
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#maru_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#maru_area li {
	width: calc(100% / 3);
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0;
    transform: translateY(100px);
    transition: opacity 1s ease-out, transform 1s ease-out;
    transition-delay: calc(var(--delay) * 0.5s);
}
#maru_area li.visible {
  opacity: 1;
  transform: translateY(0);
}

#maru_area li img {
	width: 100%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* スタッフボイス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_voice {
	border-top-style: none !important;
}






















/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* GVナビ　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#bt_home a {
	color: #FF9AA2 !important;	
}
#bt_home a span {
	color: rgba(255,154,162,0.60) !important;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	height: calc(100vh - 250px);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* h3ボックス　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.h3_box {
	margin-bottom: 40px;
}
.h3_box h3 img {
	width: 60px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 店舗　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* -- リード文 ----------------------------------------------- */
#lead {
	margin-bottom: 40px;
	text-align: left;
}

/* -- 店舗リスト ----------------------------------------------- */
#shop_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shop_list {
	width: 50%;
}
.shop_list:nth-child(odd) {
	padding-right: 10px;
}
.shop_list:nth-child(even) {
	padding-left: 10px;
}


/* 写真 */
.shop_thumb {
	border: 8px solid #7AD1F2;
	border-radius: 15px;
}
.shop_thumb img {
	border-radius: 8px;
}

/* 店舗名、営業時間 */
.shop_list h4 {
	font-size: 16px;
}
.shop_list p img {
	width: 14px;
	margin-right: 7px;
}
.shop_list p span {
	font-size: 12px;
	display: block;
	line-height: 1.2em;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* LINE　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#line_area {
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
#line_area h3 {
	font-size: 18px;
}
#line_area h4 {
	font-size: 40px;
	line-height: 1em;
}
#line_area ul {
	width: 100%;
}
#line_area li {
	width: calc(50% - 10px);
	text-align: center;
}
.caption {
	width: 100%;
	font-size: 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* サービス案内　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_service {
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.sv_bt a {
	border: 5px solid #7ad1f2;
	border-radius: 10px;
}

/* -- サムネイル ----------------------------------------------- */
.sv_thumb {
	width: 90px;
}
.sv_thumb img {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

/* -- タイトル ----------------------------------------------- */
.sv_tt {
	padding-left: 15px;
}
.sv_tt li:nth-child(1) {
	font-size: 20px;
	line-height: 1.2em;
}
.sv_tt li:nth-child(2) {
	font-size: 12px;
	line-height: 1.2em;
}

/* -- あしあと ----------------------------------------------- */
.sv_footprints {
	width: 40px;
	right: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会員特典　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#area_member {
	padding-bottom: 100px;
}
#dog_mark img {
	width: 80px;
	height: auto;
	margin-top: -60px;
}
#area_member h3 {
	margin-top: 30px;
	font-size: 22px;
	line-height: 1.2em;
	margin-bottom: 40px;
}
#area_member h3 span {
	font-size: 14px;
	line-height: 1.2em;
}
#area_member p {
	padding-left: 20px;
	padding-right: 20px;
}

/* -- まるエリア ----------------------------------------------- */
#maru_area {
	margin-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
}
#maru_area li {
	width: calc(100% / 3);
	padding-left: 5px;
	padding-right: 5px;
}
}
