@charset "UTF-8";
/* CSS Document */
.mainArea {
	height: 400px;
	background-image: url(https://freewan.net/img/sub/h2_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mainArea .bread .inner {
	padding: 15px 2%;
	text-align: right;
}
.mainArea .bread .inner p,
.mainArea .bread .inner p a {
	color: #fff;
	font-size: 17px;
}
.mainArea .bread .inner p a:hover {
	color: #A7AE2C;
}
.h2Area {
	background-color: #fff;
	position: relative;
}
.h2Area:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 20px;
	background-image: url("https://freewan.net/img/top/wave03.png");
	background-position: top left;
	background-repeat: repeat-x;
}
.h2Area.before_none {
	background-color: unset;
}
.h2Area.before_none:before {
	content: none;
}
.h2Area .circle {
	position: relative;
}
.h2Area .circle:before {
	content: "";
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
	height: 94px;
	background-image: url(https://freewan.net/img/top/circle_w.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.h2Area .circle .inner {
	text-align: center;
	padding: 5px 2% 70px;
}
.h2Area .circle .inner .foot {
	padding-bottom: 10px;
}
.h2Area .circle .inner .sm {
	font-size: 18px;
	font-weight: bold;
}
.h2Area .circle .inner .txtArea {
  padding-top: 30px;
  font-size: 17px;
}
.h2Area .circle .inner .txtArea p {
  font-weight: bold;
}
.h2Area .circle .inner .ttlArea h2 {
  margin-top: 10px;
	font-size: 40px;
  font-weight: bold;
  color: #00007D;
}
.h2Area .circle .inner .ttlArea p.jp {
  font-size: 22px;
  color: #00007D;
  font-weight: bold;
}
.subBox {
	position: relative;
}
.subBox:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 20px;
	background-image: url(https://freewan.net/img/common/wave02.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.kindergartenBox .item .h3Area h3,
.storeinfoBox .item .h3Area h3,
.hotelBox .item .h3Area h3 {
	display: inline-block;
	padding: 25px 0 20px;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.kindergartenBox .item .h3Area h3:before,
.storeinfoBox .item .h3Area h3:before,
.beautyBox .item .h3Area h3:before,
.beautyBox .menuArea .h3Area h3::before,
.beautyBox .item04_a .h3Area h3:before,
.reservationAreaBL h3:before,
.hotelBox h3:before {
	content: "";
  position: absolute;
  top: 32%;
  left: -60px;
  width: 38px;
  height: 56px;
  background-image: url(https://freewan.net/img/kindergarten/mark01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.kindergartenBox .item .h3Area h3:after,
.storeinfoBox .item .h3Area h3:after,
.beautyBox .item .h3Area h3:after,
.beautyBox .menuArea .h3Area h3:after,
.beautyBox .item04_a .h3Area h3:after,
.reservationAreaBL h3:after,
.hotelBox h3:after {
	content: "";
  position: absolute;
  top: 32%;
  right: -60px;
  width: 38px;
  height: 32px;
  background-image: url(https://freewan.net/img/kindergarten/mark01.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.contactArea {
  background-color: #FFF;
}
.contactArea .inner {
	text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
}
.contactArea .inner h3 {
	display: inline-block;
	padding: 25px 0 20px;
	font-size: 27px;
	font-weight: bold;
	color: #2A2A55;
	position: relative;
}
.contactArea .inner h3:before {
  content: "";
  position: absolute;
  top: 25%;
  left: -110px;
  width: 65px;
  height: 56px;
  background-image: url(https://freewan.net/img/sub/mark03.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.contactArea .inner h3:after {
  content: "";
  position: absolute;
  top: 25%;
  right: -110px;
  width: 65px;
  height: 56px;
  background-image: url(https://freewan.net/img/sub/mark03.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.contactArea .inner .tel {
	padding-top: 20px;
}
.contactArea .inner .c_storeArea .c_storeBox a {
  display: inline-block;
}
.contactArea .inner .c_storeArea .c_storeBox a:hover {
  opacity: .8;
}
.contactArea .inner .c_storeArea .c_storelist {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  width: 100%;  
  max-height: 150px;
  margin: 0 auto 35px;
  border: 5px solid #03067B;
  border-radius: 10px;
  overflow: hidden;
}
.contactArea .inner .c_storeArea .c_storelist .storeImg {
  width: 48%;
}
.contactArea .inner .c_storeArea .c_storelist .storeImg img {
}
.contactArea .inner .c_storeArea .c_storelist .storeTxt {
  width: 52%;
  text-align: left;
  padding-left: 35px;
}
.contactArea .inner .c_storeArea .c_storelist .storeTxt dl dt {
  font-size: 24px;
  font-weight: bold;
  color: #070A7D;
}
.contactArea .inner .c_storeArea .c_storelist .storeTxt dl dd {
  font-size: 15px;
  font-weight: bold;
}
.contactArea .inner .c_storeArea .c_storelist .storeTxt dl dd p.tag span {
  display: inline-block;
  text-align: center;
  padding: 0px 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
}
.Imgtac {
    text-align: center;
}

/*追加20220714*/
.bnrArea .campaignBnr {
	text-align: center;
	padding: 0 20px 50px;
}
.bnrArea .campaignBnr a:hover {
	opacity: .7;
}
.bnrArea .campaignBnr img {
	max-width: 500px;
	width: 100%;
}
/*20220714追記END*/

/*kitamura追記*/
.images {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
}
.inimages {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.images img {
	max-width: 100%;
	margin: 0 auto;
	vertical-align: bottom;
}
.images .left {
	float: left;
	width: 45%;
	margin-top: 40px;
}
.images .right {
	float: right;
	width: 45%;
	margin-top: 40px;
}
.images .imagesbtn {
	margin-top: 20px;
}
.images .imagesbtn a {
	width: 100%;
	height: 100%;
}
.images .imagesbtn a:hover {
	opacity: 0.7;
}
.bhwtxt .inner {
	text-align: center;
	padding: 0 0 80px;
}
.bhwtxt .inner p {
	text-align: center;
	padding-bottom: 60px;
}
.btnArea_a a img:hover {
	opacity: 0.7;
}
.btnArea_a {
	text-align: center;
}
.btnArea_b {
	margin: 30px 0 40px;
	text-align: left;
}
.btnArea_b .btn a {
	width: 200px;
	padding: 15px 0;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #0099CC;
	border-radius: 30px;
}
.btnArea_b .btn a:hover {
	background-color: #FF9999;
	color: #000;
}
.googlemap {
	width: 1000px;
	margin: 0 auto;
}
.moreArea {
	margin-top: 70px;
	background-color: #fff;
}
.moreArea .inner {
	padding: 50px 2%;
	overflow: hidden;
}
.moreArea .inner .ttl {
	float: left;
	width: 65%;
	padding-left: 9%;
	font-size: 20px;
	font-weight: bold;
	color: #222;
 	line-height: 58px; 
	position: relative;
}
.moreArea .inner .ttl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 55px;
	background-image: url(https://freewan.net/img/beauty/foot.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
}
.moreArea .inner .btnArea {
	float: right;
}
.moreArea .inner .btnArea .btn a {
	background-color: #A7AE2C;
}
.moreArea .inner .btnArea .btn a:hover {
	background-color: #01017D;
}
@media screen and (max-width: 900px) {
	.moreArea .inner .ttl {
		width: 60%;
		font-size: 15px;
	}
}
/*kitamura追記END*/


@media screen and (max-width: 768px) {
	.mainArea {
		padding-top: 75px;
		height: inherit;
		background-image: url(https://freewan.net/img/sub/h2_bg_sp.jpg);
    background-position: top 40px center;
	}
	.mainArea .bread .inner {
		padding: 6vw 3vw 90px;
	}
	.mainArea .bread .inner p,
	.mainArea .bread .inner p a {
		font-size: 3.4vw;
	}
	.h2Area .circle:before {
		top: -33px;
		background-size: 60%;
	}
	.h2Area .circle .inner {
		padding: 0 5vw 50px;
	}
	.h2Area .circle .inner .foot {
		padding-top: 4vw;
		padding-bottom: 15px;
	}
	.h2Area .circle .inner .foot img {
		width: 12%;
	}
	.h2Area .circle .inner h2 img {
		width: auto;
		height: 40px;
	}
  .h2Area .circle .inner .ttlArea h2 {
    font-size: 5vw;
	}
  .h2Area .circle .inner .ttlArea p.jp {
    font-size: 3vw;
	}
	.h2Area .circle .inner .sm {
		font-size: 4.2vw;
	}
	.h2Area .circle .inner .txtArea {
		padding-top: 25px;
		font-size: 4vw;
		text-align: left;
		line-height: 1.4;
	}
	.contactArea .inner {
		padding: 30px 5vw 50px;
	}
  .kindergartenBox .item .h3Area h3,
  .storeinfoBox .item .h3Area h3 {
		display: inline-block;
		padding: 15px 0;
		font-size: 4vw;
	}
	.kindergartenBox .item .h3Area h3:before,
  .storeinfoBox .item .h3Area h3:before,
  .beautyBox .item .h3Area h3:before,
	.beautyBox .menuArea .h3Area h3::before,
	.beautyBox .item04_a .h3Area h3:before,
	.reservationAreaBL h3:before,
	.hotelBox h3:before {
		left: -38px;
		width: 33px;
		height: 28px;
	}
	.kindergartenBox .item .h3Area h3:after,
  .storeinfoBox .item .h3Area h3:after,
	.beautyBox .item .h3Area h3:after,
	.beautyBox .menuArea .h3Area h3:after,
	.beautyBox .item04_a .h3Area h3:after,
	.reservationAreaBL h3:after,
	.hotelBox h3:after {
    right: -38px;
		width: 33px;
		height: 28px;
	}
  .contactArea .inner h3 {
    display: inline-block;
    padding: 10px 0;
    font-size: 4.5vw;
  }
	.contactArea .inner h3:before {
		left: -38px;
		width: 28px;
		height: 23px;
	}
	.contactArea .inner h3:after {
		right: -38px;
		width: 28px;
		height: 23px;
	}
	.contactArea .inner .tel {
		padding-top: 30px;
	}
  .contactArea .inner .c_storeArea .c_storelist {
    max-height: 100%;
  }
  .contactArea .inner .c_storeArea .c_storelist .storeImg {
    width: 100%;
  }
  .contactArea .inner .c_storeArea .c_storelist .storeTxt {
    width: 100%;
    padding: 2% 5%;
  }
	.bnrArea .campaignBnr {
		padding: 0 5vw 50px;
		}
	
/*kitamura追記*/
	.images {
		max-width: 100%;
		padding: 0 3vw;
	}
	.inimages {
		width: 100%;
	}
	.images .left,
	.images .right {
		float: none;
		width: 100%;
		margin-top: 40px;
	}
	.bhwtxt .inner {
	padding: 2vh 3vw 3vh;
	}
	.bhwtxt .inner p {
		text-align: left;
		padding-bottom: 2vh;
	}
	.btnArea_b {
		text-align: center;
	}
	.btnArea_b .btn a {
		width: 50%;
		padding: 10px 0;
		margin: 0 auto;
		display: block;
		font-size: 3.3vw;
	}
	.googlemap {
		width: 100%;
		margin: 0 auto;
	}
.moreArea {
		margin-top: 40px;
	}
	.moreArea .inner {
		padding: 60px 5vw 30px;
	}
	.moreArea .inner .ttl {
		float: none;
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
		font-size: 3.5vw;
		line-height: inherit; 
		text-align: center;
	}
	.moreArea .inner .ttl:before {
		top: -45px;
		left: 50%;
		transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-size: 50%;
		background-position: center center;
	}
	.moreArea .inner .btnArea {
		float: none;
		padding-top: 15px;
	}
	/*kitamura追記END*/
	
}
