@charset "UTF-8";



/*　トップページ　細かい所
====================================================== */
/* 共通 */
/* ▼img hover 効果▼ */
.box_img {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

img.scale {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

a:hover img.scale {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* ▲img hover 効果▲ */


/*----- ギャラリー ------*/
/* http://black-flag.net/jquery/20110707-3305.html */

#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 500px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	height: 500px;
	float: left;
	display: inline;
	overflow: hidden;
}

#loopslider ul li {
	height: 500px;
	width: 1020px;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	display: table;
}

#loopslider ul li a.movie {
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#loopslider ul li a.movie:hover {
	background: rgba(2, 11, 21, 0.30);
	transition: all 0.5s ease 0s;
}

#loopslider ul li a.movie:before {
	content: "\f16a";
	font-family: FontAwesome;
	font-size: 6em;
}

#loopslider ul li.slide01 {
	background: url(../img/bg_slider01.jpg) no-repeat center 37% / 100% auto;
}

#loopslider ul li.slide02 {
	background: url(../img/bg_slider07.jpg) no-repeat 0 37% / 100% auto;
}

#loopslider ul li.slide03 {
	background: url(../img/bg_slider03.jpg) no-repeat 10% 37% / 100% auto;
}

#loopslider ul li.slide04 {
	background: url(../img/bg_slider04.jpg) no-repeat 10% 37% / 100% auto;
}


.s_title {
	background-image: url(http://kiyuumi.com/img/s_title.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left: 18px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 16px;
}


/*----- キャッチ ------*/
#catch {
	text-align: center;
	padding: 40px 0 20px;
}


/*----- コンテンツ ------*/
#m_contents {
	background:
		url(../img/bg_p001_right.png) no-repeat right -130px center,
		url(../img/bg_p001_left.png) no-repeat left -130px center,
		url(../img/bg_g01.png) no-repeat center center / 100% 91%;
	padding: 80px 0;
	z-index: 1;
}

#m_contents .slider {
	background-color: #fff;
	margin: 0 auto 25px;
	padding: 15px 6px 15px 15px;
	width: 990px;
}

#m_contents2 {
	background: url(../img/bg_g01.png) no-repeat center center / 100% 100%;
	padding: 40px 0;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
}

#m_contents2 p {
	margin: 0 1em 1em;
}



/* スライダーカスタム */
.slick-slider {
	margin-bottom: 0 !important;
}

.slick-prev {
	left: -38px !important;
}

.slick-next {
	right: -26px !important;
}

.slick-prev,
.slick-next {
	height: 55px !important;
	top: 35% !important;
	width: 55px !important;
	margin-top: 0 !important;
}

.slick-prev:before {
	content: url(../img/img_arrow_left.png) !important;
}

.slick-next:before {
	content: url(../img/img_arrow_right.png) !important;
}

.slick-prev:before,
.slick-next:before {
	opacity: 0.85 !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus::before {
	opacity: 1 !important;
}

.slick-dots {
	bottom: -60px !important;
}

/* スライダーコンテンツ */
.multiple-item li {
	position: relative;
	/* float: left; */
	width: 235px;
	height: 235px;
	overflow: hidden;
}

.multiple-item li a {
	display: block;
}

.multiple-item li a:hover {
	opacity: 0.8;
}

.multiple-item li ul>li:nth-child(1) {
	/*画像部分*/
	height: 235px;
}

.multiple-item li img {
	position: relative;
	top: 50%;
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	/* -ms-transform: translate(-50%, -50%); */
	transform: translate(-50%, -50%);
}

.multiple-item li ul>li:nth-child(2) {
	/*テキスト*/
	position: absolute;
	bottom: 0px;
	/* background: rgba(2, 11, 21, 0.65); */
	height: 48px;
	display: table;
	font-weight: 300;

	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0.75, rgba(2, 11, 21, 0.9)),
			color-stop(1, rgba(2, 11, 21, 0)));
	background-image: -o-linear-gradient(bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
	background-image: -moz-linear-gradient(bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
	background-image: -webkit-linear-gradient(bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
	background-image: -ms-linear-gradient(bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
	background-image: linear-gradient(to bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
}

.multiple-item li p {
	color: #FFFFFF;
	text-align: center;
	/* padding: 1em 0; */
	display: table-cell;
	vertical-align: middle;
	font-size: 1.1em;
	/* font-weight: 400; */
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif; */
}


/*----- ピックアップ ------*/
/* #pickup {background-color:#f9f9f9; padding:30px 0;} */
/* ニュースティッカー */
.pickup_contents {
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 auto 30px;
	padding-bottom: 10px;
	width: 980px;
}

.pickup_contents ul {
	display: block;
	position: relative;
	/* text-align:center; */
}

.pickup_contents ul li {
	/* margin-top:5px; */
	margin-bottom: 10px;
}

.pickup_contents ul li a {
	color: #333;
}


/*----- トピックス ------*/
#topics {
	background: url(../img/bg_p002_right.png) no-repeat 98% center, url(../img/bg_p002_left.png) no-repeat 2% center;
	margin: 0 0 20px;
	padding: 20px 0;
}

#topics .topics_inner {
	width: 980px;
	margin: 0px auto 15px;
}

#topics #event {
	width: 470px;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#topics #blog {
	width: 470px;
	float: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#topics .btn_list a {
	background: #C34076;
	/*border: 1px solid #c02f5f;*/
	color: white;
	/*border-radius: 5px;*/
	display: block;
	margin: 0 auto;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
	width: 8em;
	float: right;
}

#topics .btn_list a:hover {
	/* border: 1px solid #920f2b; */
	background-color: #920f2b;
	color: #fff;
	transition: all 0.5s ease 0s;
}

#topics .btn_list a:before {
	content: "\f138";
	font-family: FontAwesome;
	margin-right: 5px;
}


/*----- プロフィール ------*/
#profiel {
	padding: 60px 0;
	background:
		url(../img/bg_p003.png) no-repeat left 70px top 15px,
		url(../img/bg_p004.png) no-repeat right 30px top 50%,
		url(../img/bg_p005.png) no-repeat left 15px bottom,
		url(../img/bg_g02.png) no-repeat center center / 100% 100%;
}

#profiel .pro_box {
	padding: 40px;
	width: 940px;
	margin: 0 auto;
	background-color: #FFF;
}

#profiel .pro_box .photo {
	float: left;
	margin-right: 40px;
}

/*　ページ毎
====================================================== */
/* 共通 */
.gmap {
	position: relative;
	height: 0;
	padding-top: 35%;
	overflow: hidden;
}

@media screen and (max-width: 740px) {
	.gmap {
		width: 100%;
		height: 40vh;
		padding-top: 0;
	}
}

.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 740px) {
	.gmap iframe {
		width: 100%;
		height: 40vh;
		position: relative;
		top: inherit;
		left: inherit;
	}
}

/* 各ページ */


/* 教室案内 school */
ul.ul_index li.inner a {
	display: block;
}

ul.ul_index li.inner a:hover {
	opacity: .8;
}

ul.ul_index li.inner {
	position: relative;
	float: left;
	/* display: block; */
	width: 313px;
	height: 193px;
	overflow: hidden;
	margin: 0 20px 20px 0;
	border-radius: 3px;
}

ul.ul_index li.inner:nth-child(3n) {
	margin: 0 0 20px 0;
}

ul.ul_index li.inner ul>li:nth-child(1) {
	/*画像部分*/
	height: 193px;
}

ul.ul_index li.inner img {
	position: relative;
	top: 50%;
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	/* -ms-transform: translate(-50%, -50%); */
	transform: translate(-50%, -50%);
}

ul.ul_index li.inner ul>li:nth-child(2) {
	/*テキスト*/
	position: absolute;
	bottom: 0px;
	width: 100%;
	/* background: rgba(2, 11, 21, 0.65); */

	background-image: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0.75, rgba(2, 11, 21, 0.9)),
			color-stop(1, rgba(2, 11, 21, 0)));
	background-image: -o-linear-gradient(bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
	background-image: -moz-linear-gradient(bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
	background-image: -webkit-linear-gradient(bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
	background-image: -ms-linear-gradient(bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
	background-image: linear-gradient(to bottom, rgba(2, 11, 21, 0) 0%, rgba(2, 11, 21, 0.9) 75%);
}

ul.ul_index li.inner p {
	color: #FFFFFF;
	text-align: center;
	padding: 1em 0;
}

ul.ul_index li.grid_inner:nth-last-child(1) {
	/*E:nth-last-child(n)後ろから数えてn番目の子となるE要素*/
	margin: 0;
}

/* お稽古場 hall */
.hall .a_box {
	display: table;
	padding: 15px 15px 10px;
	margin-bottom: 20px;
}

.hall .a_box .g_map iframe,
.hall .a_box .g_map2 iframe {
	width: 465px;
	height: 210px;
}

.hall .a_box .address {
	/* display: table-cell; */
	float: left;
	background-color: #FFF;
	padding: 15px;
	vertical-align: middle;
	height: 180px;
	width: 455px;
}

.hall .a_box .address p {
	line-height: 1.4;
}

dl.dl_school {
	line-height: 1.5;
	margin-bottom: 5px;
}

dl.dl_school dt {
	width: 3em;
	float: left;
}

dl.dl_school dd {
	padding-left: 3em;
}

.hall .a_box .g_map,
.hall .a_box .g_map2 {
	float: right;
}

ul.ul_about {
	margin: 0 auto;
	width: 470px;
}

ul.ul_about li {
	background-color: #EB6E6E;
	float: left;
	color: #fff;
	font-weight: 400;
	font-size: 1.06em;
	padding: 5px 10px;
	margin: 0 10px 10px 0;
}

ul.ul_about li:nth-child(even) {
	margin-right: 0;
}

ul.ul_about li:nth-child(3n) {
	clear: both;
}

.okeiko .price {
	width: 370px;
	margin: 0 auto 1em;
}

.okeiko p {
	text-align: center;
	margin-bottom: 1em;
}

.table_price {
	/*width:375px;*/
	width: 100%;
	margin: 10px auto 20px;
}

.hall .calendar iframe {
	height: 550px;
	width: 100%;
}


/* ブログ　テンプレート：/page-blog.php blog */
/* 歌詞集　テンプレート：/page-lyrics.php lyrics  */
.page-template-page-blog .bg_01,
.page-template-page-lyrics .bg_01 {
	position: relative;
	overflow: hidden;
}

.page-template-page-blog .bg_01 ul,
.page-template-page-lyrics .bg_01 ul {
	position: relative;
	left: 50%;
	float: left;
}

.page-template-page-blog .bg_01 ul li,
.page-template-page-lyrics .bg_01 ul li {
	position: relative;
	left: -50%;
	float: left;
}

ul.indexlist li {
	float: left;
	margin: 15px 0px 0px 15px;
}

ul.indexlist li a {
	background-color: #fff;
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 3px;
}

ul.indexlist li a:hover {
	background-color: #FFEFEF;
	border-radius: 3px;
	transition: all 0.5s ease 0s;
}

.cat-item.cat-item-7 {
	clear: both;
}

.category .cat-item.cat-item-7 {
	clear: inherit;
}



/* 動画コーナー */
.youtubelist .youtube {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 270px;
	margin: 2px 4px;
}

.youtubelist iframe {
	margin: 2px 4px;
}

.youtubelist .youtube:before {
	position: absolute;
	/*content: "▶";
	color: #fff;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 360px;*/
	/*	background: rgba(0, 0, 0, 0.6);
*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transition: all 0.3s;
}

.youtubelist .youtube:hover:before {
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	transition: all 0.3s;
}


/* 動画コーナー 2021/07/05 */
.col1_movie {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2em;
}

.col1_movie:last-of-type {
	margin-bottom: 0;
}

.col1_movie .col1_movie_left {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	max-width: 40%;
}

.col1_movie .col1_movie_left .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.col1_movie .col1_movie_left .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.col1_movie .col1_movie_right {
	-ms-flex-preferred-size: 57%;
	flex-basis: 57%;
	max-width: 57%;
	text-align: justify;
}

.col1_movie .col1_movie_right .title {
	font-size: 1.38em;
	font-weight: 500;
}

@media screen and (max-width: 740px) {
	.col1_movie {
		display: block;
	}

	.col1_movie .col1_movie_left,
	.col1_movie .col1_movie_right {
		max-width: 100%;
	}

	.col1_movie .col1_movie_right .title {
		margin-top: 0.5em;
	}
}


/*----- 生徒さん教室 ------*/
.students section {
	padding-top: clamp(2.5em, 5vw, 4em);
	padding-bottom: clamp(2.5em, 5vw, 4em);
}

.students section:first-of-type {
	padding-top: 0;
	padding-bottom: 0;
}

.students-mainV img {
	width: 100%;
	height: auto;
}

.students-lead {
	text-align: center;
	margin: 2em 0 3em;
	line-height: 2;
	font-size: 105%;
}

.students__about__wrap {
	background-color: #fff;
	padding: 2em;
	box-sizing: border-box;
}

.students__about__cont {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.students__about__cont--text {
	margin-left: 2em;
	flex: 1;
}

.students__about__wrap .gmap {
	width: 48%;
}

@media screen and (max-width: 740px) {
	.students-lead {
		text-align: left;
		margin: 1em 0 2.5em;
		font-size: inherit;
	}

	.students__about__wrap {
		padding: 1em;
	}

	.students__about__cont {
		display: block;
	}

	.students__about__cont--text {
		margin-left: 0;
	}

	.students__about__wrap .gmap {
		width: 100%;
		margin-top: 1em;
	}
}

.students__map__wrap {
	padding: 0 5vw;
}

@media screen and (max-width: 740px) {
	.students__map__wrap {
		padding: 0 2.5vw;
	}
}

.students__map--title {
	font-size: 110%;
	margin-top: 0.5em;
	margin-bottom: 0;
	font-weight: normal;
}

@media screen and (max-width: 740px) {
	.students__map--title {
		font-size: 95%;
		margin-top: 0.5em;
		margin-bottom: 1.25em;
	}
}

.students__price {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.students__price dl {
	display: flex;
	align-items: baseline;
	margin-bottom: 0.25em;
	font-size: 110%;
	width: 100%;
	max-width: 600px;
}

.students__price dt {
	text-align: right;
	margin-right: 1em;
	width: 5em;
}

.students__price dd {
	width: 23em;
	text-align: left;
	line-height: 1.3;
}

.students__price dd span {
	font-size: 90%;
	margin-top: 0.25em;
}

@media screen and (max-width: 740px) {
	.students__price dl {
		font-size: inherit;
	}
}

.students__teacher__wrap {
	background-color: #fff;
	padding: 2em;
	box-sizing: border-box;
}

.students__teacher__cont {
	display: flex;
	justify-content: space-between;
}

.students__teacher__cont--text {
	margin-left: 2em;
	flex: 1;
}

.students__teacher--photo {
	max-width: 185px;
	width: 80vw;
}

.students__teacher--photo img {
	width: 100%;
	height: auto;
}

.students__teacher--name {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1em;
}

@media screen and (max-width: 740px) {
	.students__teacher__wrap {
		padding: 1em;
	}

	.students__teacher__cont {
		display: block;
	}

	.students__teacher__cont--text {
		margin-left: 0;
	}

	.students__teacher--photo {
		max-width: 185px;
		width: 80vw;
		margin: 0 auto 0;
	}

	.students__teacher--name {
		font-size: inherit;
		font-weight: bold;
		margin: 1.5em 0 0.5em;
	}
}

.students__cv__wrap {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.students__gallery__cont {
	width: 50%;
	position: relative;
	height: 520px;
}

.students__gallery__cont::after {
	content: "";
	position: absolute;
	width: 90%;
	height: 90%;
	top: 0;
	left: 0;
	background-color: rgba(255, 239, 239, 0.65);
}

.students__gallery__cont .styudents__gallery--img01,
.students__gallery__cont .styudents__gallery--img02,
.students__gallery__cont .styudents__gallery--img03 {
	position: absolute;
	z-index: 10;
}

.students__gallery__cont .styudents__gallery--img01 {
	bottom: 5%;
	left: 12%;
	width: 40%;
}

.students__gallery__cont .styudents__gallery--img02 {
	bottom: 0;
	right: 5%;
	width: 40%;
}

.students__gallery__cont .styudents__gallery--img03 {
	top: 9.5%;
	width: 60%;
	right: 3%;
}

.students__cv__cont {
	flex: 1;
}

.styudents__gallery--img01 img,
.styudents__gallery--img02 img,
.styudents__gallery--img03 img {
	width: 100%;
	height: auto;
}

.students__about__photo-wrap {
	display: flex;
	justify-content: space-between;
}

.students__about__photo-wrap>div {
	width: 48%;
}

.styudents__gallery--img01 {
	max-width: 225px;
}

.styudents__gallery--img02 {
	max-width: 225px;
}

.styudents__gallery--img03 {
	max-width: 300px;
}

@media screen and (max-width: 740px) {
	.students__cv__wrap {
		display: block;
	}

	.students__gallery__cont {
		width: 100%;
		height: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.students__gallery__cont .styudents__gallery--img01,
	.students__gallery__cont .styudents__gallery--img02,
	.students__gallery__cont .styudents__gallery--img03 {
		position: relative;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
	}

	.students__gallery__cont .styudents__gallery--img01,
	.students__gallery__cont .styudents__gallery--img02 {
		width: 50%;
	}

	.students__gallery__cont .styudents__gallery--img03 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 2em;
	}

	.students__about__photo-wrap {
		display: flex;
		justify-content: space-between;
	}

	.students__about__photo-wrap>div {
		width: 48%;
	}
}


/* お問合わせ サンキューページ thanks*/

/* メールフォーム */
/* .w_contact {
	border: 1px dotted #ccc;
	margin: 0 auto;
	padding: 3% 14% 3% 18%;
	width: 68%;
}
.w_contact .tel_box {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 25px auto 20px;
  padding: 5px 60px;
  text-align: center;
}
.w_contact .tel_box p {
	font-size: 1.13em;
	font-weight: 500;
}
.w_contact .tel_box span {
	color: #005480;
	display: inline-block;
	font-size: 2em;
	font-weight: bold;
	padding: 0 6px 6px;
	vertical-align: middle;
}

.wpcf7-form {
	margin-top:30px;
}
.wpcf7-form select {
	padding: 1.2em;
}
.wpcf7-form dl {
	margin:0 0 20px;
}
.wpcf7-form dl dt {
	background-color: #EFF7FF;
	border-radius: 5px;
	float: left;
	font-size: 1em;
	padding: 1em;
	width: 13em;
	font-weight:300;
}
.wpcf7-form dl dd {
	float: left;
	margin-left: 30px;
}
.wpcf7-form dl dd input {
}
span.zip input.wpcf7-text {
	width: 7em;
}
.wpcf7-form dl dd textarea {
	width: 390px;
	font-size:0.88em;
	font-weight:normal;
	height:10em;
}
input.wpcf7-text {
	padding: 1.2em;
}
.wpcf7-form .wpcf7-list-item {
	display:block;
}

.wpcf7-submit:disabled {
	cursor:inherit;
	background-color:#FFF;
	color:#777;
	font-weight:400 !important;
	letter-spacing:1.0px;
	font-family: 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif !important;
}
.wpcf7-submit {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	border: 3px solid #005480;
	font-size: 1.25em;
	font-weight: 500;
	padding: 10px 40px;
	cursor:inherit;
	background-color:#FFF;
	color:#333;
	letter-spacing:1.0px;
	font-weight:400 !important;
	font-family: 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif !important;
}
.wpcf7-submit:enabled:hover {
	background-attachment: scroll;
	background-clip: border-box;
	background-image: none;
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat;
	background-size: auto auto;
	border: 3px solid #005480;
	font-size: 1.25em;
	font-weight: 500;
	padding: 10px 40px;
	background-color:#005480;
	cursor: pointer;
	color:#fff;
	transition:all 0.5s ease 0s;
	letter-spacing:1.0px;
	font-weight:400 !important;
	font-family: 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif !important;
} */