@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_01 .sm {
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	letter-spacing: 0.1em;
}*/
.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共通kここまで */

.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;*/
}
.thoughtArea p.pb10 {
	padding-bottom: 10px;
}
.contents .main_ttl {
	background-color: #01017D;
	position: relative;
}
.contents .main_ttl:before {
	content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 100%;
  height: 20px;
  background-image: url(../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: 90px;
	background-image: url(../img/top/circle.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.contents .main_ttl .circle .inner {
	text-align: center;
	padding: 0 2% 20px;
}
.contents .main_ttl .circle .inner .m_logo {
	padding-bottom: 20px;
}
.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: 30px 0;
  text-align: center;
}
.onlinshop_bnrArea a {
  display: inline-block;
}
.onlinshop_bnrArea a:hover {
  opacity: .7;
}
.onlinshop_bnrArea a img {
  width: 100%;
}
/*　onlinshop_bnrAreaここまで　*/

/*　columnArea　*/
.columnArea {
  padding: 50px 0;
  background-color: #FFF;
}
.columnArea .inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.columnArea .inner ul li {
  width: 40%;
  margin: 0 2% 30px;
}
.columnArea .inner ul li a {
  display: block;
}
.columnArea .inner ul li a:hover {
  opacity: .7;
}
.columnArea .inner ul li .columnBox {
  background-color: #f7f7f7;
  padding: 25px 1em;
}
.columnArea .inner ul li .img {
  padding-bottom: 25px;
  text-align: center;
}
.columnArea .inner ul li .txt p {
  text-align: center;
  height: 80px;
  font-weight: bold;
}
.columnArea .inner ul li .txt p.columnName {
  height: 50px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #00007D;
  line-height: 1.2;
}

  /*　youtube　*/
.youtubeArea {
  text-align: center;
  background-image: url("../img/top/yt_bg.png");
  background-repeat: repeat;
  background-position: center center;
  padding: 80px 0;
}
.youtubeArea ul {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.youtubeArea ul li {
  width: 25%;
  padding: 30px;
}
.youtubeArea ul li a {
  display: block;
}
.youtubeArea ul li a:hover {
  opacity: .7;
  transition: all 0.3s !important;
}

/*　カレンダー　*/
.calendarArea .calendarWrap{
  width: 100%;
  max-width: 700px;
  margin-bottom: 32px;
}
.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(../img/top/trimming_bg.jpg);
}
.item02Area .school {
	background-image: url(../img/top/school_bg.jpg);
}
.item02Area .group {
	background-image: url(../img/top/group_bg.jpg);
}
.item02Area .houmon {
	background-image: url(../img/top/houmon_bg.jpg);
}
.item02Area .partner {
	background-image: url(../img/top/partner_bg.jpg);
}
.item02Area .online {
	background-image: url(../img/top/online_bg.jpg);
}
.item02Area .item .h2Area_01 .sm {
  padding: 10px 1em 0;
  color: #000;
	font-size: 17px;
  font-weight: bold;
	text-shadow: 0 0 7px #ffe, 0 0 7px #fff, 0 0 7px #ffe, 0 0 7px #fff;
}
.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;
}
.mapArea {
	background-color: #FFF;
}
.mapArea .maptxt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 20px;
	align-items: center;
}
.mapArea .maptxt p {
	width: 50%;
	text-align: center;
	color: #00007D;
	font-size: 26px;
}
.mapArea .maptxt .mapBtn {
	width: 50%;
	text-align: center;
}
.mapArea .maptxt a {
	display: inline-block;
	padding: 10px 50px;
	font-size: 18px;
	color: #fff;
	background-color: #A6AD2C;
	border-radius: 9px;
}
.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 h2 a:hover {
	opacity: .7;
}
.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: 30px 0 50px;
	text-align: center;
}
.naturalchoice_bnrArea a {
	display: inline-block;
}
.naturalchoice_bnrArea a:hover {
	opacity: .7;
}
/* ナチュラルチョイスバナー */

/* topicsArea tab */
.topicsArea .inner {
	max-width: 1000px;
}

.tab-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.tab-label {
	color: #000;
	background-color: #fff;
	margin-right: 10px;
	padding: 8px 60px;
	order: -1;
	position: relative;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	margin-bottom: 15px;
	cursor: pointer;
}
.tab-label:before {
 position: absolute;
  content: "";
  top: 100%;
	left: 50%;
	transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  width: 0;
  height: 0;
}
.tab-label:hover {
	color: #999;
}
.tab-label:last-of-type {
	margin-right: 0;
}
.tab-content {
	width: 100%;
	display: none;
	background-color: #FFF;
	padding: 50px 0;
	margin-bottom: 50px;
}
.tab-switch:checked+.tab-label {
	color: #fff;
	background-color: #000;
}
.tab-switch:checked+.tab-label:before {
  border-top: 8px solid #000;
}
.tab-switch:checked+.tab-label+.tab-content {
	display: block;
  transition: .5s;
}
.tab-switch {
	display: none;
}
.tab-content ul {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 50px;
}
.tab-content ul {
	/*min-height: 220px;*/
}

.tab-content ul li {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.tab-content ul li:last-of-type {
	padding-bottom: 0;
}

.tab-content ul li .date {
	width: 8em;
}
.tab-content ul li .left {
	width: 30%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
}
.tab-content ul li .right {
	width: 70%;
	padding-left: 0.5em;
}
.tab-content ul li .left .category {
	/*margin-left: 10px;*/
	text-align: center;
	border-radius: 20px;
}
.tab-content ul li .left .category a {
	display: inline-block;
	width: 12em;
	font-size: 11px;
	color: #fff;
	line-height: 1;
	padding: 5px 1em 7px;
	text-align: center;
	border-radius: 20px;
}
.tab-content ul li .left .c_information {
	background-color: #00007D;
}
.tab-content ul li .left .c_blog {
	background-color: #A7AE2C;
}
.tab-content ul li .left .category:hover {
	opacity: .7;
	transition: .3s;
}
.tab-content ul li .right p {
	padding-left: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.topicsArea .inner .btnArea {
	padding-top: 40px;
}

@media screen and (max-width: 850px) {
	/* topicsArea */
	.tab-content ul li .left {
		width: 35%;
	}	
	.tab-content ul li .right {
		width: 65%;
	}	
}

@media screen and (max-width: 768px) {
	.mainArea {
		padding-top: 75px;
	}
	/* h2部分TOP共通 */
	.h2Area_01 {
		height: auto;
	}
	.h2Area_01 h2 img {
		width: auto;
		height: 40px;
	}
	.h2Area_01 h2:after {
		width: 30px;
	}

	.h2Area_01 .sm {
		font-size: 2vw;
	}
  .h2Area_01 h2 {
    font-size: 26px;
  }
	.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 a img {
    width: 90%;
  }
  /*　onlinshop_bnrAreaここまで　*/
  
  /*　columnArea　*/
  .columnArea {
    padding: 0;
  }
  .columnArea .inner {
    padding: 70px 5vw 15px;
  }
  .columnArea .inner ul li {
    width: 90%;
    margin: 10px 1%;
  }
  .columnArea .inner ul li .txt p.columnName {
    font-size: 4vw;
    height: auto;
  }
  .columnArea .inner ul li .txt p {
    font-size: 3.5vw;
    height: auto;
  }
  .columnArea .inner ul li a {
    padding: 7% 5%;
  }
  
  /*　youtube　*/
	.youtubeArea {
    padding: 60px 0;
}
  .youtubeArea iframe {
    width: 90%;
    height: 315px;
    /*height: auto;*/
  }
  .youtubeArea ul {
    flex-wrap: wrap;
		padding: 0 5%;
  }
  /*.youtubeArea ul li:first-child {
    width: 100%;
    margin: 10px 25%;
  }*/
  .youtubeArea ul li {
    width: 50%;
		padding: 20px;
  }
	
  /*　カレンダー　*/
  .calendarArea {
    padding-top: 70px;
  }
  .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;
	}
  .covid19 a {
    font-size: 14px;
  }
  .storeopenNews {
    margin-bottom: 50px;
  }
  .storeopenNews img {
    margin-top: 0px;
  }
  .item02Area .item h2 {
    line-height: 1;
  }
	.mapArea .maptxt p {
    width: 100%;
		padding-bottom: 10px;
		font-size: 20px;
	}
	.mapArea .maptxt .mapBtn {
    width: 100%;
	}
	.mapArea .maptxt a {
		font-size: 16px;
	}
	.map {
    height: 200px;
	}
	
	/*　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: 50px;
	}
	.naturalchoice_bnrArea a img {
		width: 90%;
	}
	/* ナチュラルチョイスバナー */
	
	/* topicsArea */
	.topicsArea .inner {
		padding: 0 5vw 50px;
	}
	.tab-content {
		padding: 30px 0 40px;
	}
	.tab-label {
    margin-right: 8px;
    padding: 8px 0;
    margin-bottom: 0px;
    width: 120px;
    text-align: center;
    font-size: 12px;
}
	.tab-content {
		margin-block: 15px;	
	}	
	.tab-content ul {
		/*min-height: inherit;*/
		padding: 0px 20px;
	}
	.tab-content .btn01 {
		text-align: center;
		padding-top: 30px;
	}
	.tab-content ul li {
		display: block;
		padding-bottom: 20px;
	}
	.tab-content ul li .left {
		width: 100%;
		padding-bottom: 5px;
	}	
	.tab-content ul li .date {
    width: 7em;
	}
	.tab-content ul li .left .category a {
		display: list-item;
    width: 10em;
    font-size: 2.5vw;
	}
	.tab-content ul li .right {
		width: 100%;
	}	
	.tab-content ul li .right p {
    padding-left: 1em;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
	}
	.tab-content ul li .right p a {
    padding-left: 0;
	}
}

@media screen and (max-width: 450px) {
	/* topicsArea */
		.topicsArea .inner {
    padding: 0 3vw 50px;
	}
	.tab-label {
    width: 31%;
	}
}
