@charset "utf-8";

/* CSS Document */

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  /* fuwafuwaっていうアニメーションをしてね！ */
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  /*-webkit-animation-direction:alternate;*/
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  /*-moz-animation-direction:alternate;*/
  -moz-animation-timing-function: ease;
}


/* fuwafuwaっていうアニメーションはこんなふうだよ！ */

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
  }
}

#header {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}


/* serviceと共通
	* --------------------------------------- */
.community_menu {
  text-align: center;
	margin: 30px auto 70px;
	display: flex;
	justify-content: center;
	width: 80%;
	max-width: 600px;

}
.community_menu li {
	border: solid #DBDBDB 1px;
	padding: 0.5em 0;
	margin: 0 0.5em;
	font-weight: 400;
	font-size: 0.8em;
	width: 15em;
	position:relative;
}
 
.community_menu li a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-indent:-999px;
	color: #000000;
}
.community_menu li a:hover{
    background-color:#E5E5E5;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.community_menu .current{
    background-color:#F0F0F0;
	border: solid #DBDBDB 1px;
	color: #727272;
}
@media screen and (min-width: 770px){
	.community_menu {
	margin: 55px auto 50px;
}
.community_menu li {
	font-size: 0.95em;
	padding: 0.8em 0;
	margin: 0 1em;	
	font-weight: 400;
	width: 18em;
}
}


/* クレストプラザ 
	* --------------------------------------- */

.plazaExplain {
  width: 100%;
  background-color: #d6e7e8;
	padding: 2em 1em;
}

.plazafacade{
	margin-top:50px;
	margin-bottom: 50px;
	position: relative;
}

.plazafacade figcaption{
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 1px 7px;
    /* background-color: #000000; */
    background-color: rgba(0,0,0,0.6);
    color: #FFFFFF;
    font-size: 0.6em;
}


/* プラザマップ
	* --------------------------------------- */

.inner-box {
  display: flex;
 flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto;
  justify-content: space-around;
}

.inner-box > div{
	width: 30%;
	}


.plaza_img{
text-align: center;
margin: auto;
}


ol.plazalist {
  counter-reset: list;
  list-style-type: none;
  font: 12px/1.6;
  padding: 0px;
  margin:auto;
}

ol.plazalist.plazalisttwo {
counter-reset: list 7;
}

ol.plazalist li {
  position: relative;
  line-height: 25px;
  margin: 12px 0px 12px 40px;
  padding-left: 10px;
  font-size: 14px;
/*  display: inline-block;*/
}

ol.plazalist li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -25px;
  width: 25px;
  height: 25px;
  background: #fff;
  text-align: center;
  color: #12606d;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
.inner-box >div{
	width:50%;
	}
	
div .plaza_img{
		width: 100%;
}

	
ol.plazalist {
padding: 20px 30px;
margin: auto;
}
}

@media screen and (max-width: 490px) {
	.plaza_img{
		margin:0;
	}
	
	.list-box{
		display:flex;
	
	}
ol.plazalist {
width: 100%;
padding: 0px;
margin: auto;
}
	
ol.plazalist  li{
font-size:12px;
	line-height: 1.8em;
}
   ol.plazalist li:before {
  left: -20px;
  width: 20px;
  height: 20px;
}
}


/* アコーディオンメニュー
	* --------------------------------------- */

.actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.actab input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.actab label {
  font-weight: bold;
  line-height: 3;
  position: relative;
  display: block;
  /*padding: 0 0 0 1em;*/
  cursor: pointer;
  /*margin: 0 0 1px 0;*/
  background: #034350;
  font-weight: lighter;
  font-size:18px;
}

@media screen and (max-width: 768px){
.actab label {
	font-size:15px;
}
}


.actab-content {
  /*overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;*/
  color: #383838;
  background: #f0eae0;
  text-align: center;
	width:100%;
}

.actab-content p {
  margin: 1.5em;
}


/* :checked */

.actab input:checked~.actab-content {
  max-height: 40em;
}


/* Icon */

.actab label::after {
  line-height: 3;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3em;
  height: 3em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  text-align: center;
}

.actab input[type=checkbox]+label::after {
  content:'▼';
	
}

.actab input[type=checkbox]:checked+label::after {
  transform: rotate(180deg);
}


/* アコーディオン内リスト
	* --------------------------------------- */

.gallary_point {
  display: flex;
  justify-content: space-around;
  border-radius: 10px;
}

ul.gallary_point li {
  font-size:17px;
  font-weight:bold;
  border-radius: 5px;
  background-color: #b1d5d1;
  padding: 10px 40px;
  margin-bottom: 15px;
  display: flex;
  text-align: left;
  align-items:center;
  justify-content: center;
}

.slide-contents{
	margin: 0 auto;
	max-width: 1024px;
}


/* スマホ縦並び* ----- */
@media screen and (min-width: 1024px) {
.br_ipad{
	display: block;
}
}

@media screen and (max-width: 767px) {
.gallary_point {
display: block;
margin: 2em 1em;
}
	
.actab-content p {
text-align: left
}
.br_ipad{
	display: none;
}
}
@media screen and (min-width: 769px) {
.br_acc{
display: none;
}
ul.gallary_point li {
text-align: center;
width:30%;
	}
}

@media screen and (max-width: 414px) {
.br_acc{
display: none;
}
ul.gallary_point li {
text-align: left;
	}
	.br_ipad{
	display: block;
}
}



 
/* ギャラリーエリア
	* --------------------------------------- */

.gallaryArea .gallarytitle {
	text-align: center;
  font-size: 22px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    font-family: 'Noto Serif JP', 'Noto Serif', serif;
    /* font-family: "Times New Roman", Times, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Sawarabi Mincho", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", serif; */
    font-feature-settings: "palt";
}

.gallaryArea .gallarytitle span{
    display: block;
    margin-bottom: 0px;
    letter-spacing: 0.1em;
    color: #236B7A;
    font-family: 'Montserrat', "Noto Sans Japanese", "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
    font-size: 16px;
}

.box figure{
	position:relative;
}

.box figcaption{
	position:absolute;
	right:0;
	bottom:0;
	padding:1px 7px;
	font-size:15px;
	color:white;
}
.box .fitness figcaption{
	color:black;
}
.gallaryArea {
  margin-top: 20px;
	margin-bottom: 50px;
}

.gallaryArea>div {
  position: relative;
  margin-bottom: 100px;
}

.gallaryArea>div:before {
  content: "";
  display: block;
  /*padding-top: 50%;*/
  /* 1:1 */
}


@media screen and (max-width: 768px) {
  .gallaryArea div {
    position: static;
    height: auto;
  }
  .gallaryArea>div:before {
    content: "";
    display: none;
    padding-top: 0;
    /* 1:1 */
  }

	.box figcaption{
	font-size:12px;
}
	
	
  .gallaryArea h3 {
    font-family: "Times New Roman", Times, NotoSerifCJKjp, "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ 明朝", serif;
    font-size: 1.3em;
  }
  .gallaryArea h3, .gallaryArea .even h3 {
    position: static;
    padding: 2% 5%;
    text-align: center;
    min-width: auto;
  }
}

/* section 全体の基礎フォント設定もココ 
	* --------------------------------------- */

.section {
  text-align: center;
  background-size: cover;
}

.section * {
  position: relative;
  /*text-shodowに必須*/
  /*    text-shadow: 
	0 0 1px #000,
	0 0 5px #FFF, 
	0 0 5px #FFF, 
	0 0 5px #FFF, 
	0 0 5px #FFF;*/
  font-weight: normal;
}

.section p {
  font-size: 1.2em;
  line-height: 2.2em;
}
/*
.slide {
  background-size: cover;
  color: #000;
  background-position: center;
  position: relative;
}

.slide figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .slide figcaption {
    right: 10px;
    bottom: 65px;
  }
}

@media screen and (max-width: 490px) {
  #section0 .slide figcaption {
    right: 2%;
    bottom: 17%;
  }
}

@media screen and (max-width: 360px) {
  #section0 .slide figcaption {
    right: 2%;
    bottom: 20%;
  }
}
*/
.fontWhite {
  color: #FFF;
  text-shadow: 0 0 5px #000;
}

.fullpageHeader {
  display: none;
}

@media screen and (max-width: 768px) {
  .section * {
    text-shadow: none;
  }
  .spfontWhite {
    color: #FFF;
    text-shadow: 0 0 5px #000, 0 0 5px #000;
  }
  .fullpageHeader {
    display: block;
    width: 100%;
    height: 50px;
    background: #FFF;
  }
  .fullpageHeader #logo {
    max-width: 175px;
  }
  .fullpageHeader #logo img {
    width: 100%;
    height: auto;
  }
  #crestPlaza #header {
    display: none;
  }
  #crestPlaza #header p#logo {
    display: none;
  }
  #crestPlaza #header #hNavArea {
    display: none;
  }
}

/* 共通
	* --------------------------------------- */
.cmnContentsC, .cmnContentsR, .cmnContentsL {
  position: absolute;
  bottom: 10%;
  max-width: 90%;
  margin: auto;
}

.cmnContentsC {
  right: 0;
  left: 0;
  bottom: auto;
  top: 150px;
  width: 80%;
  margin: auto;
  max-width: 1024px;
  text-shadow: 2px 2px 3px #000;
}

#section0 .cmnContentsC, #section10 .cmnContentsC {
  max-width: 600px;
}

.cmnContentsR {
  right: 5%;
  text-align: right;
}

.cmnContentsL {
  text-align: left;
  left: 5%;
}

.content-lead .time {
  opacity: 0.8;
  display: block;
  font-size: 0.55em !important;
  font-weight: 100;
  line-height: 2.0em;
  font-style: normal;
}

.cmnContentsR .time {
  padding-right: 10px;
  font-style: normal;
}

.cmnContentsL .time {
  padding-left: 10px;
  font-style: normal;
}




@media screen and (max-width: 490px) {
  .section {
    padding-top: -50px;
  }
}


/* Other Contents
	* --------------------------------------- */
.otherContents h3{
	font-size: 21px;
	text-align:center;
	margin-bottom:50px;
	font-family: 'Noto Serif JP', 'Noto Serif', serif;
}



.otherlist{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.otherlist li{
	width:32%;
	margin-bottom: 30px;
}

.otherlist p{
	background-color: #034350;
	color:white;
	font-size:15px;
	line-height: 2.0rem;
	text-align:center;
}

@media screen and (max-width: 768px){
	.otherContents h6{
		font-size:18px;
	}
	
	.otherlist li{
	width:48%;
	margin-bottom: 30px;
}
	
	.otherlist p{
		font-size:12px;
	}
}

/* Bottom menu
	* --------------------------------------- */
#infoMenu li a {
  color: #fff;
  color: #fff;
}

.scroll {
  position: fixed;
  bottom: 8%;
  margin: auto;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  height: auto;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .scroll {
    display: none;
  }
}

.bg-scale {
  position: relative;
  overflow: hidden;
  text-align: center;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC;
  padding: 180px 0;
  /*≒高さ*/
  margin: 50px auto;
}

.bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/public/linktoStory.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.bg-scale:hover:after {
  opacity: .8;
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.bg-scale .inner {
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  padding: 70px 0;
}

.bg-scale .inner a {
  width: 100%;
  height: 100%;
}

.bg-scale .inner span {
  padding: 10px 20px;
  background: #C6FFDD;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width:768px) {
  .bg-scale {
    padding: 0;
  }
}

#linktoStory {
  font: 14px/1.8 "Adobe Garamond Pro", "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
  max-width: 700px;
  max-height: 500px;
  margin-top: 100px;
  border: none;
}

#linktoStory .parts01 {
  font-size: 1.4em;
  letter-spacing: 0.1em;
}

#linktoStory .parts02 {
  font-size: 1.8em;
}

#linktoStory .parts03 {
  font-size: 1.5em;
}

#linktoStory span {
  font-size: 1.5em;
  color: #FFF;
  letter-spacing: 0.1em;
}

#linktoStory:hover {
  cursor: pointer;
}

#linktoStory:hover span {
  opacity: 0.8;
}


/*slick dot 変更*/

.slick-dotted.slick-slider
{
    margin-bottom: 0px;
}

.slick-dots
{
    bottom: 10px;

}
.slick-dots li button:before
{
    font-size: 15px;
    content: '●';
}

/*.bg-community {
	background-image: url("../img/commyunity/276620_l.jpg");
	background-size: contain;
	background-repeat: repeat;
	background-opacity:0.3;
}*/

.anddog-title {
	display: block;
	margin-top: 2.0em;

}

.mydog {
	display: block;
	padding: 3%;
	max-width: 1248px;
	width: 85%;
	background-color:rgba(255,255,255,0.50);
	margin: auto;
	text-align: center;
	border: 1px solid rgba(81,81,81,1.00); 
	
}

@media screen and (max-width:768px){
	.mydog{
		width: 95%;
	}
}


.mydog span{
	line-height: 5px;
}

.mylogo {
	display: block;
	margin: auto;
	text-align: center;
	max-width: 350px;
	border-bottom: 1px solid rgba(45,45,45,1.00);
	border-top: 1px solid rgba(45,45,45,1.00);
	padding-top: 10px;
	margin-top: 1.0em;
	width: 80%;
}

.mydog-title {
	color: #FFF;
	/*border-bottom: 1px solid rgba(255,255,255,1.00);*/
	font-size: 1.2em;
	padding-top:10px;


	
}

.mydogimg {
	display: block;
	widhth:35%;
	
	
}

.mydogcontents {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	
}

.mydog-text {
	display: block;
	width: 100%;
	margin: auto;
text-align: left;
		background-color: rgba(81,81,81,0.80);
	display: block;
	width: 100%;
	padding:5px 20px;
}

.mydog-illust {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
   text-align: left;
}


.mydog-illust li{
	display: block;
	width: 24%;
	margin: auto;
	align-items: bottom;
	padding: 1%;
/*	border: 1px solid rgba(63,63,63,1.00);*/
	
	
}

@media screen and (max-width:768px){
	.mydog-illust li {
		width: 48%;
		text-align: left;

	}
}

@media screen and (max-width:498px){
	.mydog-illust li {
		width: 100%;
}
}



.illust-text {
	font-size: 12px;
}

.ilust-title {
	font-size: 0.9em;
	line-height: normal;
    margin-bottom: 10px;
	font-weight: bold;
}

.facilityname {
	font-size: 1.5em;
	font-family: auto;
	margin: auto;
	text-align: center;
	color: #000;
	margin-bottom: 1.0em;
	display: block;
	font-weight: 300;
	
}

@media screen and (max-width:768px){
	.facilityname{
		font-size: 1.5em;
	}
	.ilust-title {
		font-size: 15px;
		margin-top: 10px;
	}
}

.facilityname::after {
	content:" ";
	display: block;
	border-bottom: 3px solid rgba(67,170,196,1.00);
	width: 150px;
	height: 15px;
	margin: auto;
	text-align: center;
}

.faci-left {
	display: block;
	width: 65%;
}

@media screen and (max-width:768px){
	.faci-left {
	width: 100%;
	
	
	}}


.rigth-text {
	display: block;
	width: 30%;
	margin: auto;
	text-align: left;
}


.facility-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	width: 90%;
	margin: auto;
	text-align: center;
		margin-top: 4.0em;

}



@media screen and (max-width:768px){
	.rigth-text {
		margin-top: 1.0em;
	width: 100%;

}
	.facility-content {margin-top: 20px;
	width: 90%;}
}




.bg-community {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url("../img/commyunity/bg.jpg");
	background-size: contain;
	margin-bottom: 2.0em;
	
}

.faci-text {
	font-size: 13px;
    display: block;
	margin-bottom: 1.0em;
	line-height: 1.8;
}
@media screen and (max-width:768px){

	.faci-text{
		line-height: 2.0em;
	}
	
}

.facility-area {
	display: block;
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 8.0em;

	display: block;
  margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(255,255,255,0.80);
	    width: 90%;
    margin: auto;
    text-align: center;
		margin-top: 1.0em; 
}

.faci-tile {
	display: block;
	font-size: 1.3em;
	margin-bottom: 1.0em;
	line-height: 1.5em;
	margin-top: 1.0em;
	font-weight: bolder;
}

@media screen and (max-width:768px){
	.faci-tile{
		font-size: 1.2em;
	}
}
@media screen and (max-width:768px){
.faci-title{
		width: 100%;
	}}

.senyu-are {
display: block;
	background-color: rgba(255,255,255,0.80);
	    width: 90%;
    margin: auto;
    text-align: center;
		margin-top: 50px; 
  margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.dogwrapper {
	max-width: 1248px;
	margin: auto;
	text-align: center;
}

.qt-list {
  text-align: justify;
  font-size: 13px;
}



.list-row4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
	width: 90%;
	margin: auto;
	text-align: left;
}
.list-row3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.8;
  letter-spacing: 0;
	width: 90%;
	margin: auto;
	text-align: left;
}




.list-row4 li {
	display: block;
	width: 24%;
	
}

.list-row3 li {
	display: block;
	width: 32%;
	
}

@media screen and (max-width:768px){
.list-row4 li {
		width:48%;}
.list-row3 li {
		width:100%;}}

.commyunity-contents {
	display: block;
	margin-bottom: 2.0em;
	
}


@media screen and (max-width:768px){
.dog-title {text-align: center;
	
}}

@media screen and (max-width:768px){

.dog-text {
	text-align: left;
	line-height: 2.0em;
	
}}

@media screen and (max-width:768px){
.text-em {
	font-size: 12px;
	margin-top: 10px;
	
}}

.sp-faci {
	display: none;
}

@media screen and (max-width:768px){
	.sp-faci{
		display:block; 
		text-align: left;
	}
	
}

.pc-faci {
		display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}


.right-text {
    width: 30%;
		margin: auto;
		vertical-align: middle;
		align-items: center;
	text-align:left; 
}


@media screen and (max-width:768px){
	.right-text{
		width: 100%;
		text-align: left;
	}
}



.dog-contents {
	display: block;
	padding-bottom: 50px;
	text-align: left;
}

.sub-facitext {
	font-size: 12px;
	display: block;
	margin-bottom: 1.0em;
	font-weight: 100;
	line-height: 1.8;
	padding: 2%;
	text-align: left;
	
}


@media screen and (max-width:768px){
.dog-top {
	width: 90%;
	margin: auto;
	text-align: center;
	font-weight: 700;
    line-height: normal;
}}


	@media screen and (max-width:768px){
.dog-contet-text {
	margin: auto;
	text-align: center;

}
}

.facility {
display: block;
	padding-top: 2.0em;
	background-image: url("../img/commyunity/bg_floor.png");
	padding-bottom: 2.0em;
    max-width: 1024px;
    margin: auto;
}

@media screen and (max-width:768px){
	.facility{
		width: 100%;
	}
}

@media screen and (max-width:768px){
	
.sub-facitxt {font-size: 14px;
	text-align: left;
	font-weight: bolder;
	margin-bottom: 10px;
	
}
}


@media screen and (max-width:768px){
.wrapper {
	text-align: left;
	
}}

.dog-subtitle {
	font-size: 15px;
}

.main-wanrom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: auto;
	line-height: 1.8;
	margin-bottom: 2.0em;
	text-align: left;
	
	
}
.main-wanrom li {
	display: block;
	width: 48%;
	padding: 1%;
}
.main-wanrom p{
	font-size: 14px;
}

@media screen and (max-width:768px){
	.main-wanrom li {
		width: 100%;
	}
	.main-wanrom h2{margin-bottom: 10px;}
	.revers-contents {
flex-direction: column-reverse;
	
}

}

.my-dog-text {
	display: block;
	padding-top: 15px;
	color: #FFF;
}




.illustplan-area {
	display: flex;
	flex-wrap: wrap;
	max-width: 1248px;
	margin: auto;
	text-align: center;
	align-items: top;
}
.illustplan-area > li {
	display: block;
	width: 48%;
	padding: 2%;
	}
.illustplan-area > li:last-child {
	display: block;
	width: 50%;

	}

@media screen and (max-width:768px){
	.illustplan-area > li {

    width: 90%;
    margin: auto;
		margin-bottom: 1.2em;
	
	
}
	.illustplan-area > li:last-child {
	display: block;
	width: 100%;

	}
}

.point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.wanimg {
	margin-bottom: 5px;
	padding: 2%;

	
}

.ponit-wan {
	display: flex;
	flex-wrap: wrap;
	    padding-bottom: 10px;




}
.ponit-wan > img{
	padding: 2%;
}
.ponit-wan > li{
	width: 48%;
	margin: auto;
	vertical-align: middle;
	
}

.point-title1 {
	    font-weight: bolder;

    font-size: 1.0em;
    /* display: block; */
    /* margin: 10px 0; */
    padding-left: 2px;
    /* vertical-align: middle; */
    background-color: #d8eefe;
    padding: 3px 2px 4px 12px;
    width: 100%;
	margin: auto;
    vertical-align: middle;
    align-items: center;
	
}



.point-title1::before{
	content: "1";
	width: 25px;
	height: 20px;
	display: block;
	background-color: #094067;
	color: #fff;
	float: left;
	padding-top: 6px;
	font-size: 15px;
   margin-right: 5px;
	border-radius: 8px;
	border: 2px solid #FFF;
	    margin-top: 5px;

	
}
.point-title2 {
	font-weight: bolder;
	font-size: 1.2em;
	display: block;

	padding-left: 2px;
    vertical-align: middle;
	background-color: #d8eefe;
	padding: 12px;
	width: 100%;

}
.point-title2::before{
	content: "2";
	width: 25px;
	height: 20px;
	display: block;
	background-color: #094067;
	color: #fff;
	float: left;
	padding-top: 6px;
	font-size: 15px;
   margin-right: 5px;
	border-radius: 8px;
	border: 2px solid #FFF;
margin-top: -5px;}
	
.point-title3 {
	font-weight: bolder;
	font-size: 1.2em;
	display: block;
	padding-left: 2px;
    vertical-align: middle;
	background-color: #d8eefe;
	padding: 12px;
	width: 100%;

}
.point-title3::before{
	content: "3";
	width: 25px;
	height: 20px;
	display: block;
	background-color: #094067;
	color: #fff;
	float: left;
	padding-top: 6px;
	font-size: 15px;
   margin-right: 5px;
	border-radius: 8px;
	border: 2px solid #FFF;
	margin-top: -5px;
	
	
}.point-title4 {
	font-weight: bolder;
	font-size: 1.2em;
	display: block;
	padding-left: 2px;
    vertical-align: middle;
	background-color: #d8eefe;
	padding: 12px;
	width: 100%;

}
.point-title4::before{
	content: "4";
width: 25px;
	height: 20px;
	display: block;
	background-color: #094067;
	color: #fff;
	float: left;
	padding-top: 6px;
	font-size: 15px;
   margin-right: 5px;
	border-radius: 8px;
	border: 2px solid #FFF;
	margin-top: -5px;
	
}

.point-title5 {
	font-weight: bolder;
	font-size: 1.2em;
	display: block;
	padding-left: 2px;
    vertical-align: middle;
	background-color: #d8eefe;
	padding: 12px;
	width: 100%;

}
.point-title5::before{
	content: "5";
width: 25px;
	height: 20px;
	display: block;
	background-color: #094067;
	color: #fff;
	float: left;
	padding-top: 6px;
	font-size: 15px;
   margin-right: 5px;
	border-radius: 8px;
	border: 2px solid #FFF;
	margin-top: -5px;
	
}
.crosstext {
	text-align: left;
	line-height: 1.4em;
}

.balcony-area {
	margin-top: 10px;
	flex-wrap: wrap;
	border: 1px solid rgba(99,99,99,0.40);}

.balcony-area　.balconytext{
	width: 100%;
	padding: 2%;
}



.point03 {
	width: 49%;
	border: 1px solid rgba(61,61,61,0.40);
	margin-top: 10px;
	
}

.point03 p{
	margin: auto;
	text-align: left;
}
.point03 >img{
	display: block;
	padding: 2%;}



.crossimg {
	padding-left: 2%;
}

.plan-point {
	 
    padding: 0%;
}

.border::after{
	content: "";
	display: block;
	border-bottom: 1px solid #555;
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.balconyimg {
	padding: 2%;
}
.ponit-wan-area {
	display: block;
	border: 1px solid rgba(61,61,61,0.40);
}

.caption {
	margin: auto;
	text-align: right;
}






.jitsuyou {
	position: relative;
	width: 100%;
	display: block;
	
}
.jitsuyou::after{
    display: block;
    content: " ";
    width: 100%;
    height: 100px;
    max-width: 64px;
    max-height: 51px;
    position: absolute;
    left: 4%;
    background-image: url(../img/cmn/shinanlogo.png);
    background-size: cover;
    bottom: 9%;

}
.sub-attention{
	font-size: 0.5em;
	display: block;
	margin: 1.5em auto;
	width: 90%;
	text-align: left;
}