@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&display=swap');
@font-face { font-family: 'AR JULIAN'; src: url('arjulian.ttf')	format('truetype'); }

*,
*::before,
*::after {
	box-sizing: border-box;
} 
html, .root {
	font-size: 16px;
	line-height: 29px;
	margin: 0;
	padding: 0;
}
body {
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,'Yu Gothic',Verdana,Meiryo,sans-serif;
	font-size: 1rem;
	line-height: 1.8125rem;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	color: #000;
	background: url("../images/common/back.jpg") repeat scroll 0 0 transparent;
}
p, ul, ol, pre, table, blockquote {
	margin-top: 0rem;
	margin-bottom: 1.8125rem;
}
ul ul, ol ol, ul ol, ol ul {
	margin-top: 0rem;
	margin-bottom: 0rem;
}
ol, ul {
	list-style: none;
	padding-left : 0rem;
}

a {
	color: #0D9AD5;
}
a:visited {
	color: #0D9AD5;
}
a:active {
	color: #086e99;
}
/* レスポンシブ表示切り替え */
.pc { display: none !important; }
.sp { display: block !important; }
@media only screen and (min-width: 800px) {
.pc { display: block !important; }
.sp { display: none !important; }
}
/*--------------------------

header

--------------------------*/
/*--------------------------
mainnav
--------------------------*/
@media only screen and (min-width: 897px){
	a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav{
		position:fixed;
		top: 0;
		width:100%;
		z-index:500;
		text-align: center;
	}
	#mainnav h1{
		padding: 2rem 0rem;
	}
	#mainnav h1 img{
		width: 80%;
		max-width: 367px;
		margin: 0 auto;
	}
	#mainnav ul{
		width:80%;
		max-width:980px;
		margin: 0 auto 20px;
		display: flex;
		justify-content: space-between;
	}
	#mainnav a{
		font-family: 'AR JULIAN' , serif;
		color: #8D8C81;
		font-size: 1.3em;
		text-shadow: 2px 0 2px #E0E0E0;
		text-decoration: none;
		font-weight: 400;
		transition: all	0.3s ease;
	}
	#mainnav a:hover{
		opacity: 0.6;
	}
	#mainnav.changeNav{
		background: rgba(255,255,255,0.8);
	}
	#mainnav.changeNav h1{
		padding: 0rem 0rem;
		margin: .8em 0;
	}
	#mainnav.changeNav h1 img{
		max-width: 250px;
	}
}
@media only screen and (max-width: 896px){
	a#menu{
		display: block;
		position: fixed;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 50px;
		margin: 10px;
	}
	a#menu:hover, .active{
		text-decoration: none;
	}
	#menuBtn{
		display: block;
		position: fixed;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 4px;
		margin: 19px 10px 0 0;
		background: #8D8C81;
		transition: .2s;
		border-radius:2px;
	}
	#menuBtn:before, #menuBtn:after{
		display: block;
		content: "";
		position: fixed;
		top: 40px;
		right: 20px;
		width: 30px;
		height: 4px;
		background: #8D8C81;
		transition: .3s;
		border-radius:2px;
	}
	#menuBtn:after{
		margin-top: 11px;
	}
	a#menu .close{
		background: transparent;
	}
	a#menu .close:before, a#menu .close:after{
		margin-top: 0;
	}
	a#menu .close:before{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	a#menu .close:after{
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}
	#menutext:before{
		position: fixed;
		top: 57px;
		right: 20px;
		font-size:10px;
		font-weight:700;
		content: "MENU";
		color: #8D8C81;
	}
	a#menu .close2:before{
		right: 19px;
		content: "CLOSE";
	}
	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		text-align: left;
		z-index:500;
		background: rgba(255,255,255,1);
	}
	#mainnav h1{
		padding: 0rem 2rem;
	}
	#mainnav h1 img{
		width: 80%;
		max-width: 200px;
	}
	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #8D8C81;
		text-align: center;
		margin-bottom: 0;
	}
	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-top: 1px solid #ccc;
		color: white;
		font-family: 'AR JULIAN' , serif;
		font-size: 1.2em;
		font-weight: 400;
		text-decoration: none;
		transition: all	0.3s ease;
	}
	#mainnav a:hover{
		opacity: 0.6;
	}
	#mainnav.changeNav{
		background: rgba(255,255,255,0.8);
	}
}

/*--------------------------

footer

--------------------------*/
#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
#footer .copyright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.2;
}
#footer .copyright img {
	width: 100%;
	max-width: 214px;
	padding-top: 2em;
}
#footer .copyright p {
	font-family: 'AR JULIAN' , serif;
	color: #8D8C81;
	padding-top: 1.5em;
}
#footer dl {
	display: flex;
}
#footer dt{
	font-family: 'AR JULIAN' , serif;
	color: #8D8C81;
	font-size: 1.2em;
	min-width: 10em;
}
#footer dd {
	margin-left: 0;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #8D8C81;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position:relative;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
/*--------------------------

main

--------------------------*/
main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	padding-top: 108px;
}
section{
	width: 100%;
	clear:both;
}
.innerbox {
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: left;
}
.col {
	flex-direction: column;
	flex-wrap: wrap;
}
.col-item {
	margin-bottom: 2em;
}
figure {
	margin: 0;
	padding: 0 0 0.5em;
}
figcaption {
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1.6;
	padding-top: 0.7em;
	color: #333;
}
figcaption span {
	font-weight: 400;
}
img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	vertical-align: middle;
}
.str {
	color: #ae3034;
	font-size: 1.1em;
	font-weight: 700;
}
/* 見出し */
.font1 {
	font-family: 'AR JULIAN' , serif;
}
.font2 {
	font-family: 'Kaisei Opti', serif;
}
h2.title {
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 1.7em;
	line-height: 1.2;
	color: #fff;
	padding: 10px 20px 12px;
	background: #8d8c81;
	border-radius: 5px;
}
h3.title2 {
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.2;
	color: #ae3034;
	border-bottom: solid 2px #ae3034;
	padding-bottom: 7px;
	margin: 50px 0 20px;
}
/* ボタン */
.btn {
	width: 80%;
	max-width: 550px;
	margin: 0 auto 1em;
	text-align: center;
	font-weight: 700;
}
.btn a {
	display: block;
	width: 100%;
	padding: 10px 20px;
	color: #ffffff;
	background: #ae3034;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #ccc;
	text-decoration: none;
}
.btn a:hover {
	opacity: 0.7;
}
/* サブメニュー */
.sub-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sub-nav li {
	padding: 0 0.7em 1em;
}
.sub-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	height: 115px;
	color: #ffffff;
	text-align: center;
	font-family: 'Kaisei Opti', serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
	background: #ae3034;
	border-radius: 50%;
	text-decoration: none;
}
.sub-nav li a:hover {
	opacity: 0.7;
}
/* table */
table {
	width: 100%;
	margin: 0.5em auto 2em;
	border-collapse: collapse;
	border-top: #d3d3d3 1px solid;
}
th, td {
	display: block;
}
th {
	border-bottom: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-right: #d3d3d3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
}
td {
	border-bottom: #d3d3d3 1px solid;
	border-left: #d3d3d3 1px solid;
	border-right: #d3d3d3 1px solid;
	text-align: left;
	padding: 10px;
}
/* 囲み枠 */
.card {
	padding: 5px 30px 30px;
	background-color: #FFF;
}
.card h2 {
	font-weight: 400;
	color: #8D8C81;
}
.box-gaiyou {
	position: relative;
	margin: 1em 0;
	padding: 2em 2em 0.5em;
	border: solid 3px #8D8C81;
	border-radius: 8px;
}
.box-gaiyou .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 7px 15px;
	line-height: 1;
	font-size: 1.1em;
	background: #8D8C81;
	color: #ffffff;
	font-weight: bold;
	border-radius: 8px;
}
.box-gaiyou p,
.box-gaiyou ol {
	margin-bottom: 1em;
}
/*--------------------------
　main header.sec-header
--------------------------*/
.sec-header {
	width: 100%;
	max-height: 400px;
	text-align: center;
	position: relative;
	margin-bottom: 2em;
}
.sec-header .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	width: 90%;
	text-align: center;
	font-family: 'AR JULIAN' , serif;
	font-weight: 400;
	font-size: 3em;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 5px #000;
}
.sec-header figure {
	padding: 0;
}
.sec-header figure img {
	max-width: 100%;
	max-height: 350px;
	object-fit: cover; 
}

/*--------------------------
　TOPPAGE
--------------------------*/
/* スライダー */
.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 3em;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider ul li img {
	width: 100%;
	display: none;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #fff url(../images/slider/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../images/slider/next.jpg) no-repeat left center;}
.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}
.pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* iframe */
iframe {
	width: 100% !important;
	height: 80% !important;
	min-height: 450px !important;
}
/*--------------------------
　SHOPINFO
--------------------------*/
.shopdata .shopname {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: 700;
}
.shopdata dl {
	display: flex;
}
.shopdata dt{
	color: #ae3034;
	min-width: 10em;
}
.shopdata dd {
	margin-left: 0;
}
.shopdata ul li {
	margin-bottom: 0.7em;
}
.shopdata ul li:last-child {
	margin-bottom: 2em;
}
/*--------------------------
　MENU
--------------------------*/
.shoptime dl {
	display: flex;
}
.shoptime dt{
	color: #ae3034;
	min-width: 4em;
	font-weight: 700;
}
.shoptime dd {
	margin-left: 0;
}
/* リスト */
.list-menu1,
.list-menu2 {
	list-style-type: none!important;
}
.list-menu1 li,
.list-menu2 li {
	padding: 10px 20px;
}
.list-menu1 li:nth-child(odd),
.list-menu2 li:nth-child(odd) {
	background: rgba(255,255,255,0.8);
}
.list-menu1 dl,
.list-menu2 dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.list-menu1 dd,
.list-menu2 dd {
	text-align: right;
}
/* 吹き出し */
.balloon {
	position: relative;
	display: inline-block;
	margin: 0 1em 0.3em 0;
	padding: 7px 10px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: 700;
	background: #ae3034;
	border-radius: 10px;
	text-align: center;
}
.balloon:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -22px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #ae3034;
	z-index: 1;
}
.balloon p {
	margin: 0;
	padding: 0;
}
/*--------------------------
　GALLERY+LIVE
--------------------------*/
/*--------------------------
　LESSON
--------------------------*/
#lesson section {
	margin-bottom: 4em;
}
#lesson section.sub-nav_container {
	margin-bottom: 1em;
}
#lesson .box-gaiyou dl {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
#lesson .box-gaiyou dt {
	min-width: 150px;
	margin-right: 2em;
}
#lesson .box-gaiyou dd {
	margin-left: 0;
}
#lesson .box-gaiyou .teacher {
	font-size: 1.2em;
	font-weight: 700;
}
#lesson .twins {
	display: inline-block;
	width: 50%;
}
/*--------------------------
　CONTACT
--------------------------*/
.btn-form {
	display: inline-block;
	width: 200px;
	margin: 0 auto 1em;
	text-align: center;
	font-weight: 700;
	padding: 10px 20px;
	color: #ffffff;
	background: #ae3034;
	border: none;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #ccc;
}
.btn-form:hover {
	opacity: 0.7;
}
/*--------------------------

Responsive

--------------------------*/
@media print {
	#mainnav {
		position: absolute;
	}
	.innerbox {
		width: 1024px;
	}
}
@media print, screen and (min-width: 897px) {
	table {
		display: table;
	}
	th, td {
		display: table-cell;
	}
	th {
		width: 200px;
		text-align: center;
	}
	td {
		border-left: none;
	}
	#footer {
		padding-top: 2em;
	}
	#footer dl {
		flex-direction: column;
	}
	#footer .copyright {
		padding-right: 4em;
	}
	main {
		padding-top: 280px;
	}
	main section{
		margin-bottom: 1em;
	}
	.sec-header {
		margin-bottom: 3em;
	}
	.col {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
	}
	.col2 .col-item {
		width: 47%;
	}
	.col3 .col-item {
		width: 30%;
	}
	.layout2 {
		text-align: center;
	}
	.col-item .card {
		height: 100%;
	}

	.list-menu1 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.list-menu1 li {
		width: 47%;
	}
	.list-menu1 li:nth-child(odd) {
		background: none;
	}
	.list-menu1 li:nth-child(1),
	.list-menu1 li:nth-child(4),
 	.list-menu1 li:nth-child(5),
	.list-menu1 li:nth-child(8),
	.list-menu1 li:nth-child(9),
 	.list-menu1 li:nth-child(12),
 	.list-menu1 li:nth-child(13),
 	.list-menu1 li:nth-child(16),
 	.list-menu1 li:nth-child(17) {
		background: rgba(255,255,255,0.8);
	}
	#shopinfo .shopdata dl {
		flex-direction: column;
	}
	#shopinfo .map iframe {
		min-height: 500px !important;
	}
}
@media screen and (max-width: 500px) {
	#footer dl {
		flex-direction: column;
	}
}