/* ------------------------------------------------------------------------ */
/* 基本スタイル変更																													*/
/* ------------------------------------------------------------------------ */
@import url(''https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap'');

body{
	font-family: 'Kiwi Maru', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #500000;
}

h1{
	font-weight: normal;
	font-size: 0%;
	color: #fff;
	text-indent: 0;
	height: auto;
	width: auto;
}
/*
h2{
	text-align: center;
}*/

main{
	margin-top: 100px;
	flex: none;
}
@media screen and (max-width: 980px){
	main{
		margin-top: 80px;
	}
}
@media screen and (max-width: 720px){
	main{
		margin-top: 70px;
	}
}

footer{
	margin-top: 0;
}

/* ------------------------------------------------------------------------ */
/* ヘッダー用デザイン																												*/
/* ------------------------------------------------------------------------ */
header{
	top: 0;
	width: 100%;
	max-width: 1600px;
	z-index: 100;
	background-color: #FFF;
	opacity: 0.9;
	position: fixed;
	height: 100px;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 35px 20px 0px 20px;
}
header > div{
	display: flex;
}
header > div > img{
	width: 193px;
	height: 72px;
	transition: all 0.2s linear;
	image-rendering: -webkit-optimize-contrast;
	margin-left: 0px;
	margin-top: -20px;
}
@media screen and (max-width: 980px){
	header > div > img{
		margin-left: 0px;
	}
}
header > div > img:hover{
	cursor: pointer;
	opacity: 0.8;
}
header > div > p{
	font-size: 100%;
	color: #000;
	font-weight: bold;
	display: grid;
	text-align: center;
	width: 82%;
	text-shadow: 1px 1px 2px #aaa;
	align-items: center;
	justify-content: center;
	padding: 0.8em;
}
@media screen and (max-width: 980px){
	header{
		height: 80px;
		padding: 30px 20px 0px 20px;
	}
	header > div > img{
		width: 168px;
		height: 63px;
	}
	header{
		font-size: 90%;
	}
}
@media screen and (max-width: 720px){
	header{
		height: 70px;
		padding: 25px 20px 0px 20px;
	}
	header > div > img{
		width: 156px;
		height: 58px;
	}
	header > div > p{
		font-size: 80%;
	}
}

/* ------------------------------------------------------------------------ */
/* ヘッダーメニューの実装																										*/
/* ------------------------------------------------------------------------ */
#pldown-menu{
	text-align: right;
	margin: 0 auto;
	display: block;
	width: 95%;
	height: 30px;
	position: relative;
	font-size: 17px;
	margin-top: 10px;
	line-height: 1em;
}
#pldown-menu > ul{
	position: absolute;
	width: 100%;
	right: 0px;
}
#pldown-menu > ul > li{
	position: relative;
	display: inline-block;
	transition: .3s;
	list-style: none;
	color: #500000;
	margin-left: 20px;
	padding-bottom: 10px;
	font-weight: 600;
}
#pldown-menu > ul > li:first-child{
	margin-left: 0px;
}
#pldown-menu > ul > li:hover{
	color: #e3cdbd;
	transition: .3s;
}
#pldown-menu > ul > li > a:link{
	text-decoration: none;
	color: #500000;
}
#pldown-menu > ul > li > a:visited{
	color: #500000;
}
#pldown-menu > ul > li > a:hover{
	color: #e3cdbd;
	transition: .3s;
}
#pldown-menu > ul > li > a:active{
	color: #500000;
}

pull{
	position: relative;
	width: 15px;
	height: 10px;
	font-size: 10px;
	line-height: 15.5px;
	display: inline-block;
}
pull:before{
	content: '▼';
	font-size: 10px;
	position: absolute;
	left: 3px;
	top: -4px;
}

@media screen and (max-width: 980px){
	#pldown-menu{
		font-size: 13px;
	}
	#pldown-menu > ul{
		position: absolute;
		width: 260px;
		right: 160px;
	}
	#pldown-menu > ul > li{
		margin-left: 20px;
	}

	pull{
		position: relative;
		width: 12px;
		height: 10px;
		font-size: 10px;
		line-height: 15.5px;
		display: inline-block;
	}
	pull:before{
		content: '▼';
		font-size: 8px;
		position: absolute;
		left: 3px;
		top: -2px;
	}
}
@media screen and (max-width: 980px){
	#pldown-menu{
		display: none;
	}
}
img.contactus{
	width: 155px;
	height: 43px;
	position: absolute;
	right: 0;
	top: -15px;
	cursor: pointer;
	transition: .3s;
}
@media screen and (max-width: 980px){
	img.contactus{
		width: 135px;
		height: 35px;
		top: -13px;
	}
}
img.contactus:hover{
	opacity: 0.9;
	transition: .3s;
}

/* プルダウンメニュー */
.pldown-contents{
	position: absolute;
	width: 200px;
	top: 2.0em;
	left: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: rgba(255,255,255, 0.98);
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	height: 0;
	transition: 0.3s;
	visibility: hidden;
	z-index: 0;
	padding: 0px 0px 0px 0px;
}
.pulldown{
	opacity: 0.98;
	visibility: visible;
	transform: translateY(0);
}
.pldown-contents > ul{
	text-align: center;
	line-height: 2.5em;
}
.pldown-contents > ul > li{
	display: block;
	list-style: none;
}
.pldown-contents > ul > li:hover{
	color: #014DA0;
	background-color: transparent;
}
.pldown-contents > ul > li > a{
	display: block;
	width: 100%;
}
.pldown-contents > ul > li > a:link,
.pldown-contents > ul > li > a:visited{
	text-decoration: none;
	color: #014DA0
}
.pldown-contents > ul > li > a:hover{
	color: #FFF;
	background-color: #80A6D0;
}

#p-menu1{
	width: 100px;
	height: calc(2.5em * 1);
	left: -13px;
}
#p-menu2{
	width: 100px;
	height: calc(2.5em * 2);
	left: -6px;
}

.slide_menu{
	display: none;
}
@media screen and (max-width: 980px){
	.slide_menu{
		display: block;
		position: fixed;
		right: 10px;
		top: 0px;
		z-index: 9999;
	}
}
@media screen and (max-width: 720px){
	.slide_menu{
		display: block;
		position: fixed;
		right: 10px;
		top: 0px;
		z-index: 9999;
	}
}

/* ------------------------------------------------------------------------ */
/* フッター																																	*/
/* ------------------------------------------------------------------------ */
#footer{
	max-width: 100%;
	width: 100%;
	color: #fff;
	background-color: #500000;
	font-weight: 500;
}

#footer > .container > .frames{
	max-width: 1050px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 15px;
	padding: 40px 20px 20px 20px;
}

#footer p.copyright{
	width: 100%;
	color: #fff;
	font-size: 13px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

ul.footer_menu{
	display: block;
}

ul.footer_menu li{
	color: #fff;
	display: inline-block;
	margin-right: 20px;
	font-weight: 600;
	font-size: 15px;
}

ul.footer_menu li a{
	color: #fff;
	font-weight: 600;
}

ul.footer_menu li a:hover{
	opacity: 0.5;
}

ul.footer_menu li a:link,
ul.footer_menu li a:visited
{
	text-decoration: none;
}

.footer_sns{
	display: block;
}
.footer_sns > a:hover{
	opacity: 0.5;
}

img.sns{
	max-width: 40px;
	width: 100%;
}

img.sns:first-child{
	margin-right: 0em;
}

@media screen and (max-width: 980px){
	#footer{
		max-width: 1600px;
		width: 100%;
		color: #fff;
		background-color: #500000;
		font-weight: 500;
	}

	#footer > .container > .frames{
		max-width: 980px;
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		font-size: 15px;
		padding: 0;
	}

	#footer p.copyright{
		width: 100%;
		color: #fff;
		font-size: 13px;
		padding: 0px 0px 20px 0px;
		text-align: center;
	}

	ul.footer_menu{
		display: none;
	}

	ul.footer_menu li{
		color: #fff;
	}

	ul.footer_menu li a{
		color: #fff;
		font-weight: 600;
	}

	ul.footer_menu li a:hover{
		opacity: 0.5;
	}

	ul.footer_menu li a:link,
	ul.footer_menu li a:visited
	{
		text-decoration: none;
	}

	.footer_sns{
		margin: 0 auto;
		padding-top: 2em;
		text-align: center;
	}
}

/* ------------------------------------------------------------------------ */
/* ページ共通デザイン																												*/
/* ------------------------------------------------------------------------ */

/* コンテンツ大枠(背景画像と左右にバラ画像を配置) */
.contents{
	height: 100%;
	background-image: url('../img/hula_bg_rose2.png'), url('../img/hula_bg_rose.png'), url('../img/hula_bg_pink.png');
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: left, right, top;
	background-size: 12%, 12%, 100%;
}

article{
	background-color: rgba(255,255,255,0.6);
	max-width: 1050px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border-radius: 30px;
	margin-top: 50px;
}
@media screen and (max-width: 980px){
	article{
		width: 95%;
	}
}

article.sub{
	border-radius: 30px;
	background-color: rgba(255, 255, 255, 0.6);
	padding: 50px 50px;
	margin-top: 70px;
}
@media screen and (max-width: 980px){
	article.sub{
		border-radius: 30px;
		background-color: rgba(255, 255, 255, 0.6);
		padding: 50px 25px;
		width: 95%;
		margin-top: 50px;
	}
}

.sect-sub{
	height: 100%;
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
}

/* セクション共通 */
.pink{
	color: #f56a65;
}

h2.title{
	font-size: 32px;
	font-weight: 500;
	margin: 0 auto;
	letter-spacing: 5px;
}
h2.title::before{
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url('../img/hula_icon_03.png') no-repeat;
	background-size: contain;
	margin-right: 10px;
	transform: translate(0px, 10px);
}
@media screen and (max-width: 980px){
	h2.title{
		font-size: 23px;
		letter-spacing: 3px;
	}
	h2.title::before{
		width: 40px;
		height: 40px;
		transform: translate(0px, 12px);
	}
}

br.wrap{
	display: inline;
}
br.wrap2{
	display: none;
}
span.wrap{
	display: inline;
}
@media screen and (max-width: 980px){
	br.wrap{
		display: none;
	}
	span.wrap{
		display: none;
	}
}
@media screen and (max-width: 500px){
	br.wrap2{
		display: inline;
	}
}

/* ------------------------------------------------------------------------ */
/* トップページ用デザイン																										*/
/* ------------------------------------------------------------------------ */
div.top_img{
	padding: 0;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 20px;
}
.xs_img{
	display: none;
	max-width: 100%;
	margin: 0 auto;
}
.lg_img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 800px){
	div.top_img{
		padding: 0;
		max-width: 850px;
		width: 100%;
		padding: 0 15px;
	}
	.xs_img{
		display: block;
	}
	.lg_img{
		display: none;
	}
}

/* トップメッセージ部 */
p.top_message{
	display: none;
}
@media screen and (max-width: 800px){
	p.top_message{
		font-size: 5.0vw;
		font-style: italic;
		text-align: center;
		display: block;
		padding: 1em 0;
	}
}

.boxs{
	display: flex;
}
.box{
}

/* 第一セクション */
.sect1{
	height: 100%;
	position: relative;
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
	padding: 120px 2em;
}
.sect1 > div.frames{
	max-width: 1050px;
	width: 100%;
	display: flex;
	frex-direction: row;
}
.sect1 > div.frames > div.frame1{
	max-width: 50%;
	width: 100%;
}
.sect1 > div.frames > div.frame1 > p.caption{
	font-size: 28px;
	margin-bottom: 0em;
}
.sect1 > div.frames > div.frame1 > p.message{
	font-size: 17px;
	line-height: 2.5em;
	position: relative;
}
.sect1 > div.frames > div.frame1 > p.message:before{
	content: '';
	display: block;
	max-width: 350px;
	max-height: 150px;
	width: 100%;
	height: 100%;
	background-image: url('../img/hula_text_01.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -7.5em;
	left: 7em;
	z-index: 0;
}
.sect1 > div.frames > div.frame2{
	max-width: 50%;
	width: 100%;
}
.sect1 > div.frames > div.frame2 > img{
	max-width: 100%;
	mix-blend-mode: multiply;
	padding: 10px;
}
@media screen and (max-width: 800px){
	.sect1{
		padding: 60px 2em 80 2em;
		background-image: url('../img/hula_text_01.png');
		background-repeat: no-repeat;
		background-size: 37%;
		background-position: center bottom 5em;
	}
	.sect1 > div.frames{
		flex-direction: column;
	}
	.sect1 > div.frames > div.frame1{
		max-width: 90%;
		width: 100%;
		margin: 0 auto;
	}
	.sect1 > div.frames > div.frame1 > p.caption{
		font-size: 5vw;
		margin-bottom: 0em;
	}
	.sect1 > div.frames > div.frame1 > p.message{
		font-size: 3vw;
		line-height: 2.5em;
	}
	.sect1 > div.frames > div.frame1 > p.message:before{
		content: '';
		display: none;
	}
	.sect1 > div.frames > div.frame2{
		max-width: 70%;
		width: 100%;
		margin: 0 auto;
	}
}

.btn_icon{
	height: 130px;
	width: 130px;
	background-image: url('../img/hula_icon_02.png');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-top: 1.5em;
	position: relative;
	z-index: 99;
}
.btn_icon:hover{
	opacity: 0.6;
	cursor: pointer;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
@media screen and (max-width: 980px){
	.btn_icon{
		margin: 0 auto;
		margin-top: 2.5em;
	}
}

/* 第二セクション */
.sect2{
	height: 100%;
	background-color: rgba(255,255,255, 0.2);
	padding: 120px 0;
	display: block;
	text-align: center;
}
.sect2 > article > div.state{
	max-width: 1050px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	align-items: center;
}
.sect2 > article > div.state > div.panel{
	width: 48%;
	display: inline-block;
	font-size: 16px;
	text-align: left;
}
.sect2 > article > div.state2{
	max-width: 1050px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 1.5em;
	padding-bottom: 1.5em;
	align-items: center;
}
.sect2 > article > div.state2 > div.panel2{
	width: 26%;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
}
.sect2 > article > div.state2 > div.panel3{
	width: 72%;
	display: inline-block;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
}
@media screen and (max-width: 980px){
	.sect2{
		padding: 60px 0;
	}
	.sect2 > article > div.state{
		flex-direction: column;
	}
	.sect2 > article > div.state > div.panel{
		width: 100%;
		text-align: left;
	}
	.sect2 > article > div.state2{
		flex-direction: column;
	}
	.sect2 > article > div.state2 > div.panel2{
		width: 100%;
	}
	.sect2 > article > div.state2 > div.panel3{
		width: 100%;
	}
}

.sect2 > article > h4.school1{
	font-size: 27px;
	font-weight: 500;
	color: #f56a65;
	padding-bottom: 10px;
	padding-left: 1em;
	width: 90%;
	border-bottom: 1px solid #f56a65;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-top: 1.5em;
}
.sect2 > article > h4.school1::before{
	content: "";
	display: inline-block;
	width: 55px;
	height: 114px;
	position: absolute;
	background: url('../img/hula_icon_04.png') no-repeat;
	background-size: contain;
	left: -10px;
	margin-top: -90px;
	margin-left: -20px;
	transform: translate(-10px, 35px);
	top: 50px;
}
.sect2 > article > h4.school2{
	font-size: 27px;
	font-weight: 500;
	color: #f56a65;
	padding-bottom: 10px;
	padding-left: 0em;
	width: 90%;
	border-bottom: 1px solid #f56a65;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-top: 1.5em;
}
.sect2 > article > h4.school2::after{
	content: "";
	display: inline-block;
	width: 67px;
	height: 115px;
	position: absolute;
	background: url('../img/hula_icon_05.png') no-repeat;
	background-size: contain;
	right: -40px;
	margin-top: -100px;
	margin-right: 0px;
	transform: translate(-10px, 35px);
}
.sect2 > article > h4.school3{
	font-size: 27px;
	font-weight: 500;
	color: #f56a65;
	padding-bottom: 10px;
	padding-left: 1em;
	width: 90%;
	border-bottom: 1px solid #f56a65;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-top: 1.5em;
}
.sect2 > article > h4.school3::after{
	content: "";
	display: inline-block;
	width: 55px;
	height: 114px;
	position: absolute;
	background: url('../img/hula_icon_06.png') no-repeat;
	background-size: contain;
	left: -10px;
	margin-top: -90px;
	margin-left: -20px;
	transform: translate(-10px, 35px);
}
@media screen and (max-width: 800px){
	.sect2 > article > h4.school1{
		padding-left: 1.5em;
	}
	.sect2 > article > h4.school1::before{
		top: 70px;
		left: 10px;
	}
	.sect2 > article > h4.school2::after{
		right: -30px;
	}
	.sect2 > article > h4.school3{
		padding-left: 1.5em;
	}
	.sect2 > article > h4.school3::after{
		top: 60px;
		left: 10px;
	}
}

/* 第三セクション */
.sect3{
	height: 100%;
	background-color: rgba(255,255,255, 0.4);
	padding: 120px 0;
	display: block;
	text-align: center;
}
@media screen and (max-width: 980px){
	.sect3{
		padding: 60px 0;
	}
}

table.price{
	margin: 0 auto;
	margin-top: 50px;
	max-width: 1050px;
	width: 100%;
	border-collapse: collapse;
	font-size: 18px;
	border-radius: 20px;
	overflow: hidden;
}
table.price tr td{
	border: 5px dotted #fff;
	border-radius: 20px;
	padding: 2em 1em;
	text-align: left;
	overflow: hidden;
}
@media screen and (max-width: 980px){
	table.price{
		width: 95%;
	}
}

h4.school4{
	font-size: 27px;
	font-weight: 500;
	color: #f56a65;
	padding-bottom: 10px;
	padding-left: 0em;
	width: 90%;
	border-bottom: 1px solid #F8736D;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-top: 1.5em;
}

.place{
	font-size: 20px;
	color: #f56a65;
	margin-left: 1em;
	display: inline-block;
}

/* 第四セクション */
.sect4{
	height: 100%;
	background-color: rgba(255,255,255, 0.2);
	padding: 120px 0;
	display: block;
	text-align: center;
}
.picarea{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: stretch;
	font-size: 16px;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 30px;
}
.picarea > .picbox{
	max-width: 370px;
	width: 100%;
	text-align: left;
}
.picarea > .picbox:first-child{
	margin-right: 20px;
}
.picarea > .picbox > img{
	width: 100%;
	margin-top: 20px;
}
@media screen and (max-width: 980px){
	.sect4{
		padding: 60px 0;
	}
	.picarea{
		flex-direction: column;
	}
	.picarea > .picbox{
		max-width: 100%;
		width: 100%;
		text-align: left;
	}
	.picarea > .picbox:first-child{
		margin-right: 0px;
		margin-bottom: 1em;
	}
	.picarea > .picbox > img{
		width: 100%;
		margin-top: 20px;
	}
}

/* 第五セクション */
.sect5{
	height: 100%;
	background-color: rgba(255,255,255, 0.4);
	padding: 120px 0;
	display: block;
	text-align: center;
}
.btn_icon2{
	height: 130px;
	width: 130px;
	background-image: url('../img/hula_icon_07.png');
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn_icon2:hover{
	opacity: 0.6;
	cursor: pointer;
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}
@media screen and (max-width: 980px){
	.sect5{
		padding: 60px 0;
	}
}

/* 第六セクション */
.sect6{
	height: 100%;
	background-color: rgba(255,255,255, 0.2);
	padding: 120px 0px;
	display: block;
	text-align: center;
	padding
}
@media screen and (max-width: 980px){
	.sect6{
		padding: 60px 0;
	}
}

table.qanda{
	font-size: 16px;
	font-weight: 500;
	border-collapse: separate;
	border-spacing: 0px 1em;
	line-height: 1.5em;
	width: 100%;
}
table.qanda tr td{
	text-align: left;
	vertical-align: middle;
}
table.qanda tr td.q1{
	content: "";
	background: url('../img/hula_icon_08.png') no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
}
table.qanda tr td.q2{
	padding-left: 10px;
	color: #500000;
}
table.qanda tr td.a1{
	content: "";
	background: url('../img/hula_icon_09.png') no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
}
table.qanda tr td.a2{
	padding-left: 10px;
	color: #f56a65;
}

div.border{
	border-bottom: 3px dotted #500000;
}

.addr{
	font-size: 16px;
	margin-left: 1em;
	display: inline-block;
}
.addr > a:link,
.addr > a:visited{
	color: #500000;
	text-decoration: none;
}
.addr > a:hover{
	color: #f56a65;
}

img.state_img{
	max-width: 450px;
	width: 100%;
	margin-top: 1.5em;
}
img.state_img2{
	max-width: 750px;
	width: 100%;
	margin-top: 1.5em;
}
@media screen and (max-width: 980px){
	img.state_img{
		width: 90%;
		padding-bottom: 1.5em;
		margin: 0 auto;
		display: block;
	}
	img.state_img2{
		width: 90%;
		padding-bottom: 1.5em;
		margin: 0 auto;
		display: block;
	}
}


.state_img2.imglg{
	display: block;
}
.state_img2.imgxs{
	display: none;
}
@media screen and (max-width: 800px){
	.state_img2.imglg{
		display: none;
	}
	.state_img2.imgxs{
		display: block;
	}
}

/* ------------------------------------------------------------------------ */
/* 講師紹介ページ用デザイン																									*/
/* ------------------------------------------------------------------------ */
.instructor{
	display: flex;
	align-items: center;
	flex-direction: row;
}
.instructor > div.item1{
	width: 45%;
	vertical-align: middle;
}
.instructor > div.item2{
	width: 55%;
	padding: 0 1em;
	text-align: left;
}
.instructor > div.item2 > p.name{
	color: #f56a65;
	font-size: 32px;
}
.instructor > div.item2 > img{
	width: 187px;
}
@media screen and (max-width: 980px){
	.instructor{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.instructor > div.item1{
		width: 50%;
		vertical-align: baseline;
		text-align: center;
	}
	.instructor > div.item2{
		width: 90%;
		padding: 0 1em;
		text-align: center;
	}
	.instructor > div.item2 > p.name{
		text-align: center;
		color: #f56a65;
	}
	.instructor > div.item2 > img{
		max-width: 187px;
		width: 100%;
	}
}

hr.line{
	border: none;
	background-color: #500000;
	margin: 1em 0;
	height: 1px;
}
/* ------------------------------------------------------------------------ */
/* お問い合わせページ用デザイン																							*/
/* ------------------------------------------------------------------------ */
.text_red{
	color: #F00;
	font-size: 80%;
	padding-left: 10px;
}

ul.contact{
	width: 90%;
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.5em;
}
ul.contact li{
	border-bottom: 1px solid #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

input{
	height: 30px;
	width: 100%;
	border: 1px solid #ccc;
	padding-left: 5px;
	border-radius: 5px;
}
textarea{
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 5px;
}
input[type="submit"], input[type="reset"]{
	width: auto;
	height: 40px;
	line-height: 15px;
}
.input-frame{
	display: flex;
}
.input-frame > .caption{
	max-width: 280px;
	min-width: 220px;
	width: 100%;
	line-height: 35px;
	font-size: 110%;
	text-align: left;
}
.input-frame > .data{
	width: 100%;
}
.input-frame > .data2{
	width: 80px;
}
.input-frame > .list{
	display: inline-flex;
	align-items: center;
	position: relative;
	max-width: 80px;
}
.input-frame > .list::after{
	position: absolute;
	top: 50%;
	right: 1.4em;
	transform: translate(50%, -50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	content: '';
}
.input-frame > .list > select{
	height: 30px;
	appearance: none;
	min-width: 80px;
	padding: 0px 10px;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	color: #333333;
	font-size: 1em;
	cursor: pointer;
}
@media screen and (max-width: 800px){
	.input-frame{
		display: flex;
		flex-direction: column;
	}
}

ul.note{
	width: 90%;
	margin: 0 auto;
	font-size: 90%;
	line-height: 1.5em;
	list-style-type: disc;
	padding-left: 1em;
}
ul.note li{
	line-height: 1.5em;
	text-align: left;
}

select{
	height: 30px;
	max-width: 270px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
}

.btn1{
	padding: 5px 15px;
	border-radius: 10px;
	background-color: #FCCBD1;
	font-family: 'Kiwi Maru', sans-serif;
	font-weight: 600;
	font-style: normal;
	cursor: pointer;
}
.btn1:hover{
	background-color: #ECBBC1;
}

.btn2{
	padding: 5px 15px;
	border-radius: 10px;
	font-family: 'Kiwi Maru', sans-serif;
	font-weight: 400;
	font-style: normal;
	cursor: pointer;
}
