@charset "UTF-8";
/* CSS Document */
.mainArea {
	width: 100%;
	/*padding-top: 30px;*/
}
.swiper-container {
	z-index: 1!important;
}
.swiper-slide {
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}
.swiper-slide a:hover {
	opacity: 0.9;
}
.contents {
	position: relative;
	z-index: 50;
}

/* h2部分TOP共通 */
.h2Area_01 {
	text-align: center;
  padding-bottom: 30px;
}
.h2Area_01 h2 {
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  font-size: 30px;
  color: #00007D;
  font-weight: bold;
}
.h2Area_01 h2:after {
	content: "";
  position: absolute;
  width: 55px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #A7AE2C;
}
.h2Area_02 h2 {
	padding-bottom: 0;
	display: inline-block;
	position: relative;
}
.h2Area_02 h2:after {
	content: "";
	position: absolute;
	width: 55px;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #A7AE2C;
}
.h2Area_02 .sm {
	padding-top: 15px;
	font-size: 23px;
	font-weight: bold;
	color: #222;
	letter-spacing: 0.1em;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.h2Area_02 .sm02 {
	display: inline-block;
	padding-left: 2%;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;}
.pb10 {
	padding-bottom: 10px!important;
}
/* h2部分TOP共通 ここまで */

/*　私たちの想い　*/
.ttlArea .txt {
	margin-bottom: 30px;
}
.h_left ul li a:hover,
.ttlArea a:hover {
	opacity: 0.8;
}
.thoughtArea{
  padding: 70px 100px;
	text-align: center;
}
.thoughtArea img{
	width:360px;
}
.thoughtArea h2{
	margin-bottom: 30px;
}
.thoughtArea p{
	text-align: center;
	font-size: 18px;
  /*font-weight: bold;*/
}
.contents .main_ttl {
	background-color: #01017D;
	position: relative;
}
.contents .main_ttl:before {
	content: "";
  position: absolute;
  /*top: -15px;*/
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 20px;
  background-image: url(https://freewan.net/img/common/wave01.png);
  transform: scale(1, -1);
  background-position: top left;
  background-repeat: repeat-x;
}
.contents .circle {
	position: relative;
}
.contents .circle:before {
	content: "";
	position: absolute;
	top: -88px;
	left: 0;
	width: 100%;
	/*height: 94px;*/
	height: 90px;
	background-image: url(https://freewan.net/img/top/circle.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.contents .main_ttl .circle .inner {
	text-align: center;
	/*padding: 0 2% 70px;*/
	padding: 0 2% 20px;
}
.contents .main_ttl .circle .inner .m_logo {
	padding-bottom: 20px;
}
.contents .main_ttl .circle .inner .shop {
	display: inline-block;
	color: #fff;
	padding: 6px 20px;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
	letter-spacing: .2em;
}
.contents .main_ttl .circle .inner .ttlArea .ttl {
	padding-bottom: 20px;
	font-size: 40px;
	letter-spacing: -0.02em;
	font-weight: bold;
	color: #222;
}
.contents .main_ttl .circle .inner .ttlArea .txt {
	font-size: 17px;
}

/*　私たちの想い ここまで　*/

 /*　onlinshop_bnrArea　*/
.onlinshop_bnrArea {
  background-color: #FFF;
  padding: 50px 0;
  text-align: center;
}
.onlinshop_bnrArea a {
  display: inline-block;
}
.onlinshop_bnrArea a:hover {
  opacity: .7;
}
.onlinshop_bnrArea a img {
  width: 100%;
}
/*　onlinshop_bnrAreaここまで　*/

 /*　dogland_bnrArea　*/
.dogland_bnrArea {
  padding: 60px 0;
  text-align: center;
}
.dogland_bnrArea a {
  display: inline-block;
}
.dogland_bnrArea a:hover {
  opacity: .7;
}
.dogland_bnrArea a img {
  max-width: 500px;
}
/*　dogland_bnrArea　*/

/*　youtube　*/
.youtubeArea {
  text-align: center;
  background-image: url("https://freewan.net/img/top/yt_bg.png");
  background-repeat: repeat;
  background-position: center center;
  padding: 80px 0 75px;
}
.youtubeArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.youtubeArea ul li {
  width: 20%;
  padding: 30px;
}
.youtubeArea ul li a {
  display: block;
}
.youtubeArea ul li a:hover {
  padding: 20px;
  transition: all 0.3s !important;
}
.contents .cmsArea {
  background-color: #f9f8f4;
	/*position: relative;*/
}
/*.contents .cmsArea:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 20px;
	background-image: url(https://freewan.net/img/common/_wave01.png);
	background-position: top left;
	background-repeat: repeat-x;
}*/
.contents .cmsArea .inner {
  max-width: 800px;
	overflow: hidden;
	padding-bottom: 50px;
}
.contents .cmsArea .inner .cmsBox　{
  margin-bottom: 64px;
}
.contents .cmsArea .inner .cmsBox .cmsTxt {
	background-color: #FFF;
}
.contents .cmsArea .inner .cmsBox .cms {
	padding: 50px 30px;
}
.contents .cmsArea .inner .cmsBox .cms dl {
	overflow: hidden;
	margin-bottom: 20px;
}
.contents .cmsArea .inner .cmsBox .cms dl dt,
.contents .cmsArea .inner .cmsBox .cms dl dd {
	float: left;
}
.contents .cmsArea .inner .cmsBox .cms dl dd {
	/* width: 85%; */
  width: 83.5%;
	margin-left: 3%;
	padding-left: 2%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #000;
}
.contents .cmsArea .inner .cmsBox .cms .btnArea {
	padding-top: 20px;
}

/*　カレンダー　*/
.calendarArea .inner {
	padding: 60px 0;
  width: 100%;
	max-width: 700px;
}
.calendarArea iframe{
  width: 100%;
  height: 0;
  border:0;
  transition: .3s;
}
.calendarArea .btnArea02 {
  display: flex;
  justify-content: space-around;
}
/*　カレンダー ここまで　*/

/*　item　*/

.item02Area .item {
	float: left;
	width: 50%;
	padding: 75px 0;
	/*background-position: center center;*/
	background-position: top center;
  background-repeat: no-repeat;
	background-size: cover;
}
.item02Area .item h2 {
	color: #000;
  text-shadow: 0 0 7px #FFE, 0 0 7px #FFF, 0 0 7px #FFE, 0 0 7px #FFF;
}
.item02Area .item h2 span.jp{
	font-size: 18px;
}
.item02Area .trimming {
	background-image: url(https://freewan.net/img/top/trimming_bg.jpg);
}
.item02Area .school {
	background-image: url(https://freewan.net/img/top/school_bg.jpg);
}
.item02Area .group {
	background-image: url(https://freewan.net/img/top/group_bg.jpg);
}
.item02Area .houmon {
	background-image: url(https://freewan.net/img/top/houmon_bg.jpg);
}
.item02Area .partner {
	background-image: url(https://freewan.net/img/top/partner_bg.jpg);
}
.item02Area .online {
	background-image: url(https://freewan.net/img/top/online_bg.jpg);
}
.item02Area .dogrun {
	background-image: url(https://freewan.net/img/top/dogrun_bg.jpg);
}
.item02Area .item .h2Area_01 .sm {
  color: #000;
  font-weight: bold;
  padding: 10px 1em 0;
}
.item02Area .item .btnArea .btn a {
	color: #494541;
	background-color: #fff;
}
.item02Area .item .btnArea .btn a:hover {
	color: #fff;
	background-color: #494541;
}
.storeopenNews img {
  margin-top: 80px;
}
.storeopenNews a:hover {
  opacity: 0.8;
}
.map {
  height: 300px;
}

/*　counselingArea　*/
.counselingArea {
	background-color: #FFF;
}
.counselingArea .inner {
	padding: 70px 0;
  text-align: center;
}
.counselingArea .inner h2 img {
	max-width: 800px;
}
.counselingArea .inner ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
  max-width: 620px;
	margin: 0 auto;
}
.counselingArea .inner ul li {
	width: 25%;
  padding: 10px;
}
.counselingArea .inner ul li a {
	display: block;
}
.counselingArea .inner ul li a:hover {
	opacity: .7;
}
.counselingArea .inner ul li a img {
	width: 90%;
	padding-bottom: 5px;
}
.counselingArea .inner ul li a p {
	font-size: 16px;
	font-weight: bold;
	color: #1e2c5a;
}
/*　counselingArea　*/

/* ナチュラルチョイスバナー */
.naturalchoice_bnrArea {
	background-color: #FFF;
	padding-bottom: 50px;
	text-align: center;
}
.naturalchoice_bnrArea02 {
	padding: 50px 0;
}
.naturalchoice_bnrArea a {
	display: inline-block;
}
.naturalchoice_bnrArea a:hover {
	opacity: .7;
}
/* ナチュラルチョイスバナー */


@media screen and (max-width: 1105px) {
	.contents .cmsArea .inner .cmsBox .cms dl {
		font-size: 14px;
	}
	.contents .cmsArea .inner .cmsBox .cms dl dd a {
		line-height: 1.3;
	}
  /*.h2Area_01 {
    height: 146px;
	}*/
}

@media screen and (max-width: 768px) {
	.mainArea {
		padding-top: 75px;
	}
	/* h2部分TOP共通 */
	.h2Area_01 {
		height: auto;
	}
  .h2Area_01 h2 {
    font-size: 26px;
  }
	.h2Area_01 h2 img {
		width: auto;
		height: 40px;
	}
	.h2Area_01 h2:after {
		width: 30px;
	}
	.h2Area_01 .sm {
		font-size: 2vw;
	}
	.h2Area_02 h2 img {
		width: auto;
		height: 40px;
	}
	.h2Area_02 h2:after {
		width: 40px;
		bottom: -5px;
	}
	.h2Area_02 .sm {
		padding-top: 15px;
		font-size: 20px;
	}
	.h2Area_02 .sm02 {
		display: block;
		padding-left: 0;
	}
	.pb10 {
		padding-bottom: 5px!important;
	}
	/* h2部分TOP共通kここまで */

  /*　私たちの想い　*/
	.thoughtArea {
		padding: 60px 5vw;
	}
	.thoughtArea p {
    font-size: 16px;
    text-align: left;
  }
	.contents .circle:before {
		top: -35px;
		background-size: 80%;
	}
	.contents .main_ttl .circle .inner {
		padding: 0 5vw 20px;
	}
	.contents .main_ttl .circle .inner .m_logo {
		padding-top: 6vw;
    padding-bottom: 10px;
	}
  .contents .main_ttl .circle .inner .m_logo img {
	  width: 40vw;
    min-width: 220px;
  }
	.contents .main_ttl .circle .inner .ttlArea .ttl {
		padding-bottom: 25px;
		font-size: 5.6vw;
	}
	.contents .main_ttl .circle .inner .ttlArea .txt {
		font-size: 4vw;
		text-align: left;
	}

   /*　onlinshop_bnrArea　*/
  .onlinshop_bnrArea {
    padding: 40px 0;
  }
  .onlinshop_bnrArea a img {
    width: 90%;
  }
  /*　onlinshop_bnrAreaここまで　*/

   /*　dogland_bnrArea　*/
  .dogland_bnrArea {
    padding: 40px 0;
  }
  .dogland_bnrArea img {
    width: 90%;
  }
  /*　dogland_bnrArea ここまで　*/

  /*　youtube　*/
	.youtubeArea {
    padding: 60px 0 55px;
	}
  .youtubeArea iframe {
    width: 90%;
    height: 315px;
    /*height: auto;*/
  }
  .youtubeArea ul {
    flex-wrap: wrap;
  }
  .youtubeArea ul li:first-child {
    width: 100%;
    margin: 10px 25%;
  }
  .youtubeArea ul li {
    width: 50%;
    padding: 10px 20px;
  }
	.contents .cmsArea .inner {
		padding: 0 5vw 50px;
	}
	.contents .cmsArea .inner .cmsBox {
		float: none;
		width: 100%;
		margin: 0 0;
		/*padding-bottom: 40px;*/
	}
	.contents .cmsArea .inner .cmsBox .cms {
		padding: 30px 0 40px;
	}
	.contents .cmsArea .inner .cmsBox .cms dl {
		font-size: 3.8vw;
		padding: 0 20px;
	}
	.contents .cmsArea .inner .cmsBox .cms dl dt,
	.contents .cmsArea .inner .cmsBox .cms dl dd {
		float: none;
	}
	.contents .cmsArea .inner .cmsBox .cms dl dt {
		padding-bottom: 8px;
	}
	.contents .cmsArea .inner .cmsBox .cms dl dd {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}

  /*　カレンダー　*/
	.calendarArea .inner {
    padding: 50px 5vw;
	}
  .calendarArea .h2Area_01 h2 {
    font-size: 26px;
  }
  .calendarArea .btnArea02 {
    display: flex;
    flex-direction: column;
  }
  /*　カレンダー　*/

  .btnArea02 .btn a:first-child {
    margin-bottom: 20px;
  }
	.beautyArea {
		background-image: none;
	}
	.beautyArea .inner {
		min-height: inherit;
		padding: 0 5vw;
		background-size: 96%;
		background-position: top center;
	}
	.beautyArea .inner .txtArea {
		position: static;
		top: 0;
		left: 0;
		padding-top: 58vw;
	}
	.beautyArea .inner .txtArea .txt {
		padding: 15px 0 30px;
		font-size: 4vw;
	}
	.beautyArea .inner .txtArea .btnArea,
	.trainingArea .inner .txtArea .btnArea {
		text-align: center;
	}
	.trainingArea {
		background-image: none;
	}
	.trainingArea .inner {
		padding: 60px 5vw 0;
	}
	.trainingArea .inner .txtArea {
		width: 100%;
		padding-left: 0;
	}
	.trainingArea .inner .txtArea .txt {
		padding: 15px 0 30px;
		font-size: 4vw;
	}
	.trainingArea .inner ul li:nth-child(2) {
		padding-top: 20px;
	}
	.trainingArea .inner ul li:nth-child(3) {
		padding-top: 40px;
	}
	.itemArea {
		background-position: bottom 35px left;
		background-repeat: no-repeat;
		background-size: 75%;
	}
	.itemArea .inner {
		padding: 0 5vw 180px;
	}
	.itemArea .inner ul {
		float: none;
		width: 100%;
	}
	.itemArea .inner ul li {
		padding: 30px 0;
	}
	.itemArea .inner ul li:nth-child(2) {
		padding-left: 0;
	}
	.itemArea .inner ul li .txt {
		padding: 20px 0 30px;
		font-size: 4vw;
	}
	.itemArea .inner ul li .btnArea {
		text-align: center;
	}
	.todayArea .inner {
		padding: 30px 5vw 50px;
	}
	.todayArea .inner ul {
		padding: 30px 0;
		display: block;
	}
	.todayArea .inner ul li {
		float: left;
		width: 48%;
		margin: 1%;
	}
	.todayArea .inner .btnArea {
		text-align: center;
	}
	.item02Area .item {
		float: none;
		width: 100%;
		padding: 45px 5vw;
	}
  .storeopenNews {
  	margin-bottom: 50px;
  }
  .storeopenNews img {
  	margin-top: 0px;
  }
	.map {
		height: 200px;
	}
  .item02Area .item h2 {
    line-height: 1;
  }

	/*　counselingArea　*/
	.counselingArea .inner {
     padding: 60px 5vw 50px;
	}
	.counselingArea .inner h2 img {
     max-width: 100%;
	}
	.counselingArea .inner ul {
		max-width: 100%;
		padding: 0 1em;
	}
	.counselingArea .inner ul li {
		width: 50%;
		padding: 10px 10px 20px;
	}
	/*　counselingArea　*/

	/* ナチュラルチョイスバナー */
	.naturalchoice_bnrArea {
    padding-bottom: 40px;
	}
	.naturalchoice_bnrArea02 {
		padding: 30px 0;
	}
	.naturalchoice_bnrArea a img {
		width: 90%;
	}
	/* ナチュラルチョイスバナー */

}
