/*560px未満*/ @media screen and (max-width: 559px) {
}

/*960px未満*/ @media screen and (max-width: 959px) {
}

/*1200px未満*/ @media screen and (max-width: 1200px) {
}
/*
font-family: 'Nothing You Could Do', cursive;
*/


    
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
共通
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.6rem;/* 16px*/
	line-height: 2;
	font-family: 'Shippori Mincho', serif;/*	background-image: url(../common/img/base.jpg);*/
}
a {
	text-decoration: none;
	color: currentColor;
	transition: 0.3s;
	color: gray;
}
img {
	width: 100%;
}
a:hover {
	opacity: 0.7;
	color: #CCC;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.midashi {
	font-size: 2.0rem;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 5px;
}
.maxwidth {
	width: 95%;
	max-width: 960px;
	margin: auto;
}
section.bggray {
	background-color: #E6E6E6;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
ヘッダー
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
header {
	position: relative;
}
header h1 {
	position: absolute;
	bottom: 17%;
	left: 10%;
	z-index: 10;
	background: rgba(255,255,255,0.35);
	padding: 0.5em 1em;
	line-height: 1.7;
	font-size: 1.7rem;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
メニュー
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
div#min_banner {
	display: none;
}
div#topmenu {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15;
	background: rgba(255,255,255,0.35);
	transition: 0.3s;
	height: 100px;
}
div#topmenu .maxwidth {
	margin: auto auto 0;
}
div#topmenu.scroll {
	background: rgba(255,255,255,0.85);
	height: auto;
}
div#topmenu.scroll .maxwidth {
	margin: auto auto;
}
p.logo {
	width: 18%;
	margin: 10px 0 5px;
}
.logo a {
	max-width: 140px;
	display: block;
	transition: 0.3s;
}
div#topmenu.scroll .logo a {
	max-width: 100px;
	display: block;
}
div#menu {
	width: 80%;
	margin: 0 0 0 2%;
}
#menu ul {
	width: 100%;
	justify-content: flex-end;
	margin: auto;
}
#menu ul li {
	margin: 0 0.7%;
	border-right: solid 1px currentColor;
	line-height: 1;
	padding: 0 1.4% 0 0px;
}
#menu ul li a {
	color: #000;
}
#menu ul li:last-child {
	border: none;
}
#menu2 {
	display: none;
	position: fixed;
	top: -40px;
	z-index: 999999;
	width: 100%;
	transition: 0.6s;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
トップスライド
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.swiper-container {
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
li.swiper-slide {
	background-size: cover;
	background-position: center center;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
ニュースとブログ見出し
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
div#news {
	text-align: center;
}
div#news {
	padding: 2em 0 20px 0;
	margin: 0 auto 0 auto;
	font-size: 1.4rem;
}
#news a {
	color: rgb(86 0 0);
}
#news li {
    margin: 0 0 20px 0;
    line-height: 1.8;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
アバウト
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#about {
	background-image: url(/sono/files/about.jpg);
	padding: 50px 0;
	background-size: cover;
	color: #FFF;
	text-align: center;
}
p.midashi2 {
	font-size: 2.0rem;
}
div#a_text {
	font-size: 1.5rem;
	line-height: 2;
}
#about article {
	padding: 50px 0;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
各カテゴリ
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#category a {
	display: block;
	position: relative;
}
#category p.cate_moji {
	position: absolute;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 2.9rem;
	color: #FFF;
	top: 50%;
	left: 10%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
#category p.cate_moji2 {
	position: absolute;
	font-family: 'Nothing You Could Do', cursive;
	font-size: 2.9rem;
	color: #FFF;
	top: 50%;
	right: 10%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}
#category img {
	/* position: absolute; */
	display: block;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
インスタ
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section#insta {
	text-align: center;
	padding: 50px 0;
}
#insta p.midashi img {
	width: 30px;
	display: inline-block;
	vertical-align: text-bottom;
}
li.insta__item {
	width: 24%;
	margin: 0.5% 0.5%;
}
.insta__item a {
	height: 100%;
	background-size: cover;
	display: block;
	background-position: center center;
	aspect-ratio: 3/4;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
アクセス
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section#access {
	text-align: center;
	padding: 50px 0;
}

div#map iframe {
    width: 100%;
    aspect-ratio: 7 / 2;
    display: block;
    height: auto;
    filter: brightness(90%) contrast(125%) grayscale(80%) sepia(7%);
}
.ac_text {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 30px;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
フッター
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
footer {
	width: 100%;
	background: #a5a5a5;
}
#footer {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 36px 0;
}
footer p {
	font-size: 1.25rem;
	line-height: 1.5;
	color: #FFF;
}
div#f_top {
	width: 24%;
}
#f_top img {
	max-width: 268px;
}
a.instalink {
	margin: 6px auto 0;
	display: block;
}
div#f_under {
	width: 72%;
	margin: 0 0 0 4%;
}
div#f_under, #mini_under {
	font-size: 1.2rem;
}
div#f_under ul, #mini_under ul {
	margin: 0 auto;
	color: #FFF;
}
div#f_under ul li a, #mini_under ul li a {
	color: #FFF;
}
li.h6 {
	font-size: 1.3rem;
	font-weight: 600;
	border-bottom: dotted 1px #E8E7E7;
}
div#mini_under {
	display: none;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
オリジナルページ
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
section .banar {
    background: #CCC;
    text-align: center;
    font-size: 1.8rem;
    margin: 160px 0 0 0;
}
div#itemlist {
    margin: 60px 0 0 0;
}
.ori_item img {
    width: 100%;
    height: auto;
    display: block;
}
.ori_item {
    width: 24%;
    margin: 0.5%;
}

div#itemlist {
    margin: 60px 0 0 0;
}

.name p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 5px 0 10px 0;
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
リクルートページ
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.main {
	margin: 60px 0 0 0;
}
.rec_text {
	font-size: 1.5rem;
	text-align: center;
	margin: 20px 0;
	border-bottom: 1px solid currentColor;
	padding: 0 0 20px 0;
}
.rec_detail {
	width: 80%;
	margin: 0 auto 40px;
}
.rec_photo {
	width: 50%;
}
.text1 {
	font-size: 1.4rem;
}
.koyou {
	background: #000;
	color: #FFF;
	text-align: center;
	margin: 20px 0;
}
.text1.zinzai {
	text-align: center;
	border-bottom: solid 1px currentColor;
	padding: 0 0 16px 0;
	margin: 0 0 20px 0;
}
.oubo1 {
	text-align: center;
	background: #000;
	color: #FFF;
}
a.btn {
	border: solid 1px currentColor;
	color: #000;
	padding: 0.5em 1em;
	display: inline-block;
	border-radius: 0.5em;
	margin: 10px 0;
}
a.btn:hover {
	color: rgb(136 11 11);
}
.youshi {
	text-align: center;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
レッスン
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
#lesson h3 {
	text-align: center;
	margin: 20px 0;
}
.classhed {
	width: 100%;
	display: block;
	position: relative;
	height: 570px;
	background-size: cover;
	background-position: center;
}
h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: rgb(165 29 29 / 53%);
	color: #FFF;
	font-size: 1.8rem;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}
#lesson p.text {
	font-size: 1.4rem;
	text-align: center;
	margin: 12px 0;
}
.hyo table {
	width: 90%;
	margin: auto;
	font-size: 1.3rem;
}
td {
	padding: 0.6em 1em;
}
th {
	text-align: center;
}
div#higasa {
    margin: 60px 0 0 0;
    padding: 60px 0 0 0;
    border-top: solid 1px #000;
}
h2 {
	margin: 60px auto 0;
	font-size: 1.6rem;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #000;
	padding: 8px 0;
	font-weight: bold;
	text-align: center;
}
.teacher {
	text-align: center;
	margin: 50px 0;
}
.teacher h4 {
	background: #DDD;
	padding: 0.5em 0;
	font-size: 1.6rem;
}
.teacher img {
	width: 50%;
	max-width: 200px;
	margin: 30px 0 0 0;
}
.syoukai {
	font-size: 1.4rem;
}
p.name {
	font-size: 1.6rem;
	line-height: 1;
}


/*960px未満*/ @media screen and (max-width: 959px) {
div#f_top {
	width: 100%;
	border-bottom: solid #c8c8c8 1px;
	padding: 0 0 12px 0;
	text-align: center;
	margin: auto auto 12px;
}
#f_top p span {
	display: none;
}
div#f_under {
	width: 100%;
	margin: auto;
}
}

/*780px未満*/ @media screen and (max-width: 780px) {
div#topmenu {
	display: none;
}
#min_banner {
	display: block !important;
	margin: 20px auto;
	text-align: center;
}
#min_banner p.logo {
	width: 100%;
}
#min_banner .logo a {
	max-width: 140px;
	display: block;
	transition: 0.3s;
	margin: auto;
}
#min_banner .logo {
	position: unset;
	margin-bottom: 10px;
}
#min_banner .clearfix {
	position: unset;
	display: flex;
	flex-wrap: wrap;
}
#min_banner ul li {
	width: 23%;
	padding: 1% 5% 0 5%;
	font-size: 13px;
}
#min_banner li a {
	line-height: 1.5;
	/* padding: 0; */
    /* margin: 0; */
	display: inline-block;
	margin: auto;
}
#banner.scroll {
	background: unset;
	padding: 0;
}
#banner .logo {
	display: none;
}
#menu {
	display: none !important;
}
#menu2 {
	display: block;
	position: fixed;
	top: -40px;
	z-index: 999999;
	width: 100%;
	transition: 0.6s;
}
#menu2.scroll {
	top: 0px;
	transition: 0.6s;
}
#menu2 #navi {
	margin-bottom : 1.5em;
	/*background-color: RGBA(0, 0, 0, 0.84);*/
	/*! border-top: 1px solid #827D7D; */
	width: 100%;   /* 幅を100％に */
	z-index: 100;  /* 必要に応じて */
	margin-top: 0;
	/*position: fixed;*/
	top: 0px;
	/*! height: 100vh; */
	z-index: 130;
}
#menu2 #navi ul {
	overflow : hidden;     /* 必要に応じて */
	margin: 0;
	padding: 0;
}
#menu2 #navi ul li {
	width : 100%;    /* 幅を100％に */
	font-size: 15px;
	height: calc(100vh/10);
	letter-spacing: 3px;
}
#menu2 #navi ul li a {
	color : #FFF;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: dotted 1px #888;
	height: 100%;
	background: RGBA(0, 0, 0, 0.71);
}
#menu2 #navi ul li a:hover {
	color: #8FEDF1;
	background-color : #333;
	text-decoration: none;
}
#menu2 #navi ul {
	display: none;      /* スモールデバイスでは非表示に */
}
#menu2 #navi a#pull {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	z-index: 10;
	font-weight: 600;
	background: RGBA(0, 0, 0, 0.71);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
}
#menu2 #navi a:hover#pull {
	color: #99DDF5;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.swiper-container {
	height: 100vw;
	width: 100%;
	overflow: hidden;
}
header h1 {
	display: none;
}
div#map iframe {
    width: 100%;
    aspect-ratio: 4 / 3;
	}
/*アバウト780*/
p.a_block {
	text-align: justify;
	margin: 0 10px 16px;
}
p.a_block br {
	display: none;
}
/*インスタ780*/
li.insta__item {
	width: 49%;
	margin: 0.5% 0.5%;
}
/*アクセス780*/
.ac_text {
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-top: 30px;
	margin: 30px 5% 0;
	text-align: justify;
}
/*オリジナル780*/
section .banar {
    margin: 0px 0 0 0;
}
.ori_item {
    width: 32.33333%;
    margin: 0.5%;
}
.name p {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.3;
    margin: 5px 0 10px 0;
}
/*リクルート780*/
.rec_text {
	text-align: justify;
}
.rec_text br {
	display: none;
}
.rec_detail {
	width: 100%;
	margin: 0 auto 5px;
}
.text1 {
	font-size: 1.4rem;
	padding: 0 8px;
}
.koyou {
	background: #000;
	color: #FFF;
	text-align: center;
	margin: 20px 0;
	font-size: 1.5rem;
	padding: 2% 5%;
	line-height: 1.5;
}
.text1.zinzai {
	text-align: justify;
	border-bottom: solid 1px currentColor;
	padding: 0 8px 16px;
	margin: 0 0 20px 0;
}
.text1.zinzai br {
	display: none;
}
.rec_detail .text1 {
	text-align: justify;
}
.rec_detail .text1 br {
	display: none;
}
/*レッスン780*/
th {
	display: block;
	border: none;
	border-bottom: dotted 1px currentColor;
	width: 100%;
}
td {
	display: block;
	border: none;
	margin: 0 auto 16px auto;
	line-height: 1.8;
}
.classhed {
	width: 100%;
	display: block;
	position: relative;
	height: 250px;
	background-size: cover;
	background-position: center;
}
h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: rgba(165,29,29,0.5);
	color: #FFF;
	font-size: 1.5rem;
	padding: 5px 2.5%;
	/* margin: 0 0; */
	width: 95%;
	text-align: center;
	line-height: 1.5;
}
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
ニュース
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
.titlebloc h4 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 20px;
}
div.blogcontent {
	max-width: 650px;
	margin: auto;
}
.blogcontent p {
	line-height: 3rem;
}
.blogcontent p img {
	margin: 15px auto;
	width: 100%;
	height: auto;
}
.blogcontent p a {
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	color: #000000;
	font-weight: bold;
}
.blogcontent p a:hover {
	opacity: 60%;
}

/*560px未満*/ @media screen and (max-width: 559px) {
div#f_under {
	display: none;
}
div#mini_under {
	display: block;
	margin: auto;
	text-align: center;
}
/*オリジナル559*/
    .ori_item {
    width: 49%;
    margin: 0.5%;
}
}
/*緊急*/
div#kinkyu {
	width: 80%;
	height: auto;
	background: rgb(223 221 212);
	/* background-image: url(/webstore/template/default/img/common/bg.jpg); */
	z-index: 99;
	/* border-radius: 10px; */
	box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.7);
	text-align: center;
	padding: 20px;
	font-size: 13px;
	transition: 0.5s;
	position: fixed;
	top: -200%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
	max-width: 600px;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0, 0.99);
}
div#kinkyu.open {
	top: 50%;
	transition: 0.3s;
}
div#line {
	padding: 5%;
	border: solid 3px rgb(0, 0, 0);
}
#kinkyu p {
	font-size: 14px;
	line-height: 150%;
}
#kinkyu h1 {
	font-size: 18px;
	margin: 0 auto 13px;
	font-weight: 600;
	position: relative;
	text-align: center;
	left: auto;
	bottom: auto;
}
#kinkyu ul {
	border-top: solid 2px currentColor;
	margin: 14px 0 14px 0;
}
#kinkyu ul li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #444;
	padding: 10px 5px 10px 5px;
	line-height: 150%;
	text-align: left;
}
#kinkyu .le {
	width: 25%;
	text-align: left;
}
#kinkyu .rig {
	width: 75%;
	text-align: left;
}
a#kinclose {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border: solid 1px #000;
	width: 2em;
	height: 2em;
	line-height: 2em;
	/* border-radius: 50%; */
	color: #FFF;
	background: #000;
	font-weight: 600;
	transition: 0.3s;
	font-size: 18px;
	border: solid 1px #000;
}
#kinclose .material-icons {
	font-size: 2em !important;
	line-height: 100%;
	letter-spacing: 1em;
	display: block;
	/* padding: 2px; */
	transition: 0.5s;
}
a#kinclose:hover {
/*background: rgba(214, 211, 201, 0.98);
    color: #000;
    border: 4px #000 solid;
    top: -2px;
    right: -2px;*/
}
#kinclose .material-icons:hover {
	transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
}
@media screen and (max-width: 500px) {
div#kinkyu {
	width: 85%;
	padding: 10px;
	position: absolute;

	top: -200%;
}
div#kinkyu.open {
	top: 50%;
  	transform: translateY(0%) translateX(-50%);
-webkit- transform: translateY(0%) translateX(-50%);
}
div#line {
	padding: 4%;
	border: solid 2px rgb(0, 0, 0);
}
#kinkyu ul li {
	display: block;
}
#kinkyu ul li div {
	width: 100% !important;
}
#kinkyu h1 {
	font-size: 16px;
	margin: 13px 0 13px;
   display: block;
}
#kinkyu p {
	font-size: 13px;
	line-height: 150%;
}
#kinkyu .le {
	width: 25%;
	text-align: left;
	font-weight: 600;
}
}
/*緊急＿エンド*/