@charset "UTF-8";
/* CSS Document */





/*--------------------------------------------------------------------
メインビジュアル
--------------------------------------------------------------------*/
.main_v_box_dummy {
}
.main_v_box {
	display: none;
	overflow: hidden;
}

/* ページャー（共通） */
.slick-dots{
	text-align: center;
	margin-top: 10px;
}
.slick-dots li{
	display: inline;
	margin: 0.5em;
}
.slick-dots button{
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	padding: 6px;
	color: transparent;
	background: transparent;
	background-color: #003894;
	text-align: center;
	overflow: hidden;
	text-indent: 10px;
	border-radius: 100%;
	border-style: none;
	border: 0;
	outline: none;
	cursor: pointer;
}
.slick-dots button::-moz-focus-inner{
	border :0;
}

.slick-dots .slick-current button{
	background-color: #ccc;
}




/*--------------------------------------------------------------------
説明会ボタン（削除済）
--------------------------------------------------------------------*/
.topBtn01 {
	padding: 0 10px;
	text-align: center;
}
.topBtn01 a {
	display: inline-block;
	width: 100%;
	max-width: 593px;
}
.topBtn01 img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
.topBtn01 a {
	max-width: 768px;
}
}




/*--------------------------------------------------------------------
ボタンリンク
--------------------------------------------------------------------*/
.topNavi {
	display: block;
	margin: 0 -1%;
}
.topNavi li {
	float: left;
	width: 48%;
	margin: 0 1% 20px;
}
.topNavi li:nth-child(odd) {
	clear: both;
}
@media screen and (max-width: 768px) {
	.topNavi li {
		float: none;
		width: 100%;
		max-width: 420px;
		margin: 0 auto 10px;
	}
}
.topNavi li a {
	display: block;
	padding-bottom: 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 0px 0px rgba(51, 51, 51, 0.14);

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.topNavi li a:hover {
	padding-top: 10px;
	padding-bottom: 0;
	box-shadow: none;
}
.topNavi li a img {
	width: 100%;
	height: auto;
	border-radius: 5px;

	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;
}
.topNavi li:nth-of-type(1) a img {
	box-shadow: 0px 10px 0px 0px #d80033;
}
.topNavi li:nth-of-type(2) a img {
	box-shadow: 0px 10px 0px 0px #f28e00;
}
.topNavi li:nth-of-type(3) a img {
	box-shadow: 0px 10px 0px 0px #62a83c;
}
.topNavi li:nth-of-type(4) a img {
	box-shadow: 0px 10px 0px 0px #5475c7;
}
.topNavi li a:hover img {
	filter:alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	opacity: 1 !important;
}
.topNavi li:nth-of-type(1) a:hover img {
	box-shadow: 0px 0px 0px 0px #d80033;
}
.topNavi li:nth-of-type(2) a:hover img {
	box-shadow: 0px 0px 0px 0px #f28e00;
}
.topNavi li:nth-of-type(3) a:hover img {
	box-shadow: 0px 0px 0px 0px #62a83c;
}
.topNavi li:nth-of-type(4) a:hover img {
	box-shadow: 0px 0px 0px 0px #5475c7;
}





/*--------------------------------------------------------------------
開店までの道のり
--------------------------------------------------------------------*/
.senior {
	margin-top: 20px;
	background: #fff9cb;
}
.senior .inner {
	position: relative;
	max-width: 880px;
	margin: 0 auto;
	padding: 50px 10px 30px;
}
.senior .inner h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  width: 280px;
  height: 45px;
}
.senior .inner .seniorList {
  margin-top: 20px;
}
.senior .inner .seniorList > li {
  float: left;
  width: 50%;
}
.senior .inner .seniorList > li ul > li {
  float: left;
}
.senior .inner .seniorList > li ul > li dl dt {
  padding: 10px 0 10px 30px;
}
.senior .inner .seniorList > li ul > li dl dt span {
  border-bottom: 2px dotted #033695;
  padding-bottom: 10px;
}
.senior .inner .seniorList > li ul > li dl dd {
  padding: 10px 0 20px 25px;
  color: #033695;
}
.senior .inner .seniorList > li ul > li dl dd p {
  margin-top: 10px;
}
.senior .inner .seniorList > li ul > li dl dd p::before {
  content: "・";
}
.senior .inner .seniorList > li ul > li dl dd a {
  color: #033695;
  text-decoration: none;
}
.senior .inner .seniorList > li ul > li dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .senior {
    width: 100%;
    background: #fff9cb;
  }
  .senior .inner {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    padding: 50px 10px 30px;
  }
  .senior .inner h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
    width: 280px;
    height: 45px;
  }
  .senior .inner .seniorList {
    margin-top: 0px;
  }
  .senior .inner .seniorList > li {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .senior .inner .seniorList > li ul > li {
    float: none;
  }
  .senior .inner .seniorList > li ul > li dl {
    margin-top: 10px;
    border-top: 1px dotted #033695;
  }
  .senior .inner .seniorList > li ul > li dl dt {
    padding: 0;
  }
  .senior .inner .seniorList > li ul > li dl dt span {
    border-bottom: 2px dotted #033695;
    padding-bottom: 10px;
  }
  .senior .inner .seniorList > li ul > li dl dd {
    padding: 0;
    color: #033695;
  }
  .senior .inner .seniorList > li ul > li dl dd p {
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #033695;
  }
  .senior .inner .seniorList > li ul > li dl dd p::before {
    content: "";
  }
  .senior .inner .seniorList > li ul > li dl dd a {
    color: #033695;
    text-decoration: none;
  }
  .senior .inner .seniorList > li ul > li dl dd a:hover {
    text-decoration: underline;
  }
}






/*--------------------------------------------------------------------
インタビュー動画エリア
--------------------------------------------------------------------*/
.movie_box {
	display: none;

}
@media screen and (max-width: 768px) {
.movie_box {
	min-width: 0;
}
}
.inv_heading {
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 768px) {
.inv_heading img {
	width: 90%;
	max-width: 320px;
	height: auto;
}
}

.slider {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
.slick-list {
	overflow: visible;
}
.slick-slide {
	text-align: center;
}
.slider-for .slick-current .movie_contents {
	transform: scale(1.00);
	z-index: 9999;
}
a.movie_contents {
	transform: scale(0.80);
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 9em;
	padding: 10px;
	background: #fff;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	text-align: left;
	text-decoration: none;
	overflow: hidden;
}
a.movie_contents:hover {
	text-decoration: none;
}
.movie_contents img {
	float: left;
	width: 60%;
	height: auto;
	margin-right: 2%;
}
.movie_text {
	font-size: 16px;
}
.movie_heading {
	margin: 0 0 10px 62%;
	border-bottom: 2px solid #003894;
	font-size: 130%;
	font-weight: bold;
	color: #222;
}
.movie_desc {
	margin: 10px 0 2em;
	color: #666;
	font-size: 90%;
	line-height: 1.3;
}
.hash_text {
	position: absolute;
	bottom: 10px;
	margin-left: 60%;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2;
}


@media screen and (max-width: 1000px) {
.movie_text {
	font-size: calc(16px - ((16 - 13) * (((1000px - 640px) - (100vw - 640px)) / (1000 - 640))));
}
}
@media screen and (max-width: 640px) {
a.movie_contents {
	width: 94%;
	max-width: none;
	padding-bottom: 1.6em;
}
.movie_contents img {
	margin-bottom: 1%;
}
.movie_text {
	font-size: 13px;
}

.hash_text {
	margin-left: 0;
}
}





/*--------------------------------------------------------------------
  下部バナーリスト
--------------------------------------------------------------------*/
.lowPartLinks .inner {
	width: 96%;
	max-width: 880px;
	margin: 0 auto;
}
.lowPartLinks .inner .bnrList li {
  margin-bottom: 30px;
}
.lowPartLinks .inner .bnrList li a img:hover {
  opacity: 0.8;
}
.lowPartLinks .inner .bnrList li ul li {
	width: 49%;
	margin-bottom: 30px;
}
.lowPartLinks .inner .bnrList li ul li:nth-of-type(1) {
  float: left;
}
.lowPartLinks .inner .bnrList li ul li:nth-of-type(2) {
  float: right;
}

@media screen and (max-width: 768px) {
  .lowPartLinks .inner {
	width: 96%;
    max-width: 100%;
  }
  .lowPartLinks .inner .bnrList li {
    margin-bottom: 10px;
  }
  .lowPartLinks .inner .bnrList li a img:hover {
    opacity: 0.8;
  }
  .lowPartLinks .inner .bnrList li ul li {
	width: 100%;
	margin-bottom: 0;
  }
  .lowPartLinks .inner .bnrList li ul li:nth-of-type(1) {
    float: none;
  }
  .lowPartLinks .inner .bnrList li ul li:nth-of-type(2) {
    margin-top: 10px;
    float: none;
  }
}






/*--------------------------------------------------------------------
  わんこイラスト
--------------------------------------------------------------------*/
.dogIcon {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .dogIcon {
    display: none;
  }
}
.dogIcon .dog {
  position: absolute;
  bottom: -30px;
  left: 0;
}

/*# sourceMappingURL=top.css.map */
