@charset "UTF-8";
/* CSS Document */


/* PC：ウィンドウ幅が769px以上の場合に適用するCSS */
@media screen and (min-width: 680px){
	

.nonePC {display:none !important}
.br-pc { display:block; }
.br-sp { display:none; }

.pc { display: block !important; }
.sp { display: none !important; }
	
	
.coution{
	color:#BC0003;
	text-align: center;
	display: block;font-size: 90%;
	line-height: 220%;
	margin-top: 1%;
	}
	
	

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
	
	
	
	
	
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
	
	

	
	


/*///////////////////////////////////////////////


ベース・共通項目


///////////////////////////////////////////////*/


html {
 scroll-behavior: smooth;
}	
	
	
	

body{
	 animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	letter-spacing: 0;
	font-family: 'Crimson Text', serif;
	color: #333;
	text-align: justify; // Required for IE and Edge 
text-align-last: right;
	letter-spacing: 1px;
	}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
	
	
	
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
	



/* ページトップへ戻る */
#pageTop{
 position: fixed;
 bottom: 30px;
 right: 30px;
	z-index: 10000;
 }

	
.topgo{
	width: 50px;
	height: auto;
	}	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


ヘッダー


///////////////////////////////////////////////*/
	
	
	
header{
	width: 1100px;
	margin: 5% auto 3%;
}	
	
	
h1{
	width: 200px;
	height: auto;
	}	
	
	
nav ul.gnavi{
	float: right;
	width: 800px;
	margin-top: -50px;
	}	
	
	
nav ul.gnavi li{
	display: inline-block;
	margin: 0 5% 0 0;
	font-size: 110%;
	}
	

nav ul.gnavi li a:hover{
	color: #604c3f;
	text-decoration: underline;
	}	
	
	
nav ul.gnavi li.icon{
	width: 30px;
	height: auto;
	vertical-align: bottom;
	margin-bottom: -10px;
	}	
	
	
	
	
	
	
/*///////////////////////////////////////////////


メイン


///////////////////////////////////////////////*/	
	
	
	
h2.madoicopy{
	text-align: center;
	margin: 5% 0 0 0;
	font-size: 130%;
	font-weight:normal;
	line-height: 220%;
	letter-spacing: 2px;
	}
	
	
.v_line_fix {
	margin: 5% auto;
  width: 1px;
  height: 100px;
  background-color: #ccc;
}	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


 ブログ
	
	
////////////////////////////////////////////////*/		
	

	
h3{
	width: 300px;
	height: auto;
	margin: 0 auto;
	}
	
	
	
p.bloginsta{
	margin: 5% auto;
	text-align: center;
	width: 500px;
	}	
	
	
	
p.instabloglink{
	width: 30px;	
	text-align: center;
	margin: 7% auto;
	display: block;
	padding-bottom: 15%;
	}	
	
	
.oneArea {
  background: linear-gradient(155deg, #ffffff 0%, #ffffff 50%, #fafafa 50%, #fafafa 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


 ワーク
	
	
////////////////////////////////////////////////*/		
	
	

p.photo{
	margin: 3% auto 5%;
	text-align: center;
	filter: drop-shadow(25px 25px 0px rgba(0,0,0,0.1));
	}
	
	
	
p.readtxt{
	text-align:center;
	line-height: 220%;
	margin: 8% 0;
	}	
	
	
	
div.reshipibox{
	margin: 0 auto;
	background: #fafafa;
	border: 1px solid #ddd;
	width: 800px;
	padding: 1.5% 0 2%;
	}	
	
	
	
ul.reshipiul{
	text-align: center;
	line-height: 260%;
	padding:2% 0;
	margin: 0;
	}	
	
	
ul.reshipiul li a{
	letter-spacing: 2px;
	text-decoration: underline;	
	}	
	
	
ul.reshipiul li a:hover{
	color: #604c3f;
	}
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


レッスン
	
	
////////////////////////////////////////////////*/		
	
	
	

h2.lessoncopy{
	text-align: center;
	margin: 5% 0;
	font-size: 130%;
	font-weight:normal;
	line-height: 220%;
	letter-spacing: 10px;
	}
	
	
	
.contentsitem_three_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 700px;
	margin: 0 auto;
}

	
.contentsitem_box_three{
	margin: 0;
	padding: 3% 4%;
	width: 40%;
	background-color: #fff;
	border-left:1px solid #ddd;
	
	position: relative;
	height: auto;
	text-align: center;
	line-height: 180%;
	height: 60px;
}
	


.lastchild{
	border-right:1px solid #ddd;	
	}	
	
	
	
dl.snsregister{
	margin-top: -40px;	
	}	
	
	
	
dt.snsregistericon{
	width: 50px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	display: block;
	padding: 6% 0;
	}
	
dd.snsregistertxt{
	font-size: 90%;	
	}	
	
	
	
p.anticorona{
	font-size: 90%;
	line-height: 240%;
	margin-left: 10%;
	}	
	
	

	

	
	
	
	
	
	
/*///////////////////////////////////////////////


アコーディオンメニュー


///////////////////////////////////////////////*/
	
	
section.accordionbox{
	width: 1100px;
	margin: 8% auto 5%;
	text-align:center;
	}	
	

div#accordion{
	padding:1px 0;	
	}


	
.accordion-container_faq .accordion-title_faq {
  position: relative;
  width: 1000px;
 line-height: 220%;
  margin: 0 0 1px 0;
  padding:30px 50px;
  color: #000;
  cursor: pointer;
  font-size: 120%;
	letter-spacing: 0.2em;
	background-color: #eeeeee;
	text-align: left;
}
	
.accordion-container_faq .accordion-title_faq:hover,
.accordion-container_faq .accordion-title_faq:active,
.accordion-title.open { 
  background-color: #cccccc;
}

.accordion-container_faq .accordion-title_faq::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #333;
  transition: all .3s ease-in-out;
}

.accordion-container_faq .accordion-title_faq::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #333;
  transition: all .2s ease-in-out;
}

.accordion-container_faq .accordion-title_faq.open::before {
  transform: rotate(180deg);
}

.accordion-container_faq .accordion-title_faq.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 3% 5% 6%;
  background-color: #fff;
	border-top: none;
}




p.indent-1 {
padding-left:1em;
text-indent:-1em;
text-align: left;
letter-spacing: 2px;
padding-bottom: 15px;
line-height:200%;	
}	
	
	
p.lessoninfo{
text-align: left;
line-height: 240%;
	letter-spacing: 1px;
	}
	
	
		
	
div.menubox{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5% 0;
	margin: 5% 0;
	clear: both;
	overflow: hidden;
	}	
	
	
	
div.menuboxL{
	width: 350px;
	text-align: left;
	font-size: 90%;
	line-height: 300%;
	float: left;
	}	
	
	
div.menuboxR{
	float: right;
	}	
	
p.lessonphoto img{
	width: 500px;
	}	
	
	
	.photocenter img{
		clear: both;
		text-align: center !important;
		margin: 0 auto !important;
		display: block;
	}	
		
			
	
	
	
	
	
	
/*///////////////////////////////////////////////


マップ・コンタクト


///////////////////////////////////////////////*/	
	
	
	
div.ggmap{
	margin: 5% 0;	
	}	
	
	
p.maptxt{
	text-align:center;
	line-height: 280%;
	margin: 0 0 6%;
	}		
	
	
p.maptitle{
	text-align:center;
	font-size: 110%;
	margin-top: 3%;
	}	
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////

	

お問合せ

	
	
///////////////////////////////////////////////*/
	
	
	

	
	
	
.coutioncontact{
	color: #950608;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	margin: 9% auto 2%;
	font-size: 120%;
	border: 1px solid #950608;
	width: 1000px;
	padding: 3% 0;
	font-weight: bold;
	}	
	
	
p.contacttell{
	width: 28%;
	text-align: center;
	margin: 2% auto;
	}	

	
	
p.contacttxt{
	text-align: center;
	line-height: 220%;
	margin-bottom: 2%;
	}	
	
		
	
	
	
	
table.contact{
	clear:both;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	width:800px;
	margin:6% auto;
}

table.contact th{
    border-right:1px solid #cccccc;
	margin-left:2%;
    border-bottom:1px solid #cccccc;
    color:#333333;
    background-color:#fafafa;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
	font-size:95%;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	height:80px;
	width:200px;
	letter-spacing: 3px;
}

	
	
table.contact td{
    border-right:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
	text-align:left;
	font-size:95%;
	line-height:180%;
	vertical-align:middle;
	padding:20px;
	letter-spacing: 3px;
}

	
	
#submit_button {
    text-align: center;
    padding: 2% 8%;
    margin: 6% auto 15%;
    display: block;
    font-size: 120%;
    color: #fff;
    letter-spacing: 0.2em;
    border: none;
    background-color: #3e3a39 !important;
}	
	
	




/*///////////////////////////////////////////////


フォーム


///////////////////////////////////////////////*/





.hoge{
width:80%;
border:0;
padding:20px !important;
font-size:95%;
font-family:Arial, sans-serif;
color:#333;
border:solid 1px #ccc;
margin:10px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
	
	
.hoge002{
width:20%;
border:0;
padding:20px !important;
font-size:110%;
font-family:Arial, sans-serif;
color:#333;
border:solid 1px #ccc;
margin:10px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}



.hogebiko{
width:90% !important;
height:350px !important;
border:0;
padding:10px;
border:solid 1px #ccc;
margin:10px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

	
.hogeluluca{
width:15% !important;
border:0;
padding:20px !important;
font-size:1.3em;
font-family:Arial, sans-serif;
border:solid 1px #ccc;
margin:10px 0px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}	



p.sendbtn{
	text-align:center;
	margin:5%;
	}
	
	
	
	
	

	
/*///////////////////////////////////////////////


フッター


///////////////////////////////////////////////*/
	
	
	
	
	
	
footer{
	background-color: #eee;
	padding: 5% 0;
	text-align: center;
	}
	
	
	
	
	
	
	
	
	
	
.mtm60{
	margin-top: -60px !important;
	}	
	
	
	
	
.mtm0{
	margin-top: 0px !important;
	}	
	
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


サンクス
	
	
///////////////////////////////////////////////*/		
		
	

	
	
div.thanksbox{
	margin: 10% auto;
	text-align: center;
	}	
	
	
p.thankslogo{
	width: 15%;
	height: auto;
	margin: 22% auto 0;
	}	
	
	
	
p.thankstxt{
	text-align: center;	
	margin-top: 5%;
	letter-spacing: 0.3em;
	line-height: 220%;
	font-size: 120%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}
	
	
	
p.topbtn a{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: block;
letter-spacing: 0.3em;
	padding:2% 4%;
	font-size: 110%;
	width: 20%;
	margin: 0 auto;

	}		
	
	
	
	
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


追加：ショップ情報
	
	
///////////////////////////////////////////////*/
	
	
	
	
	
.mt100{
	margin-top: 100px !important;
	}	
	
	
	
	
div.shopbox{
	width: 800px;
	margin: 0 auto;
	line-height: 200%;
	border-bottom: 1px solid #ddd;
	padding: 3% 4%;
	overflow: hidden;
	}	
	
	
div.shopbox002{
	width: 800px;
	margin: 0 auto;
	line-height: 200%;
	padding: 3% 4%;
	}
	
	
span.shoptitle{
	font-weight: bold;
	display: block;
	}	
	
	
	
	
	
.hrline {
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
	width: 800px;
	border: none;
	padding: 0% 4%;
}
	
	
	

	
.noneunder{
	border-bottom: none !important;	
	}	
	
	
	
	

	
div.shopboxL{
	width: 400px;
	float: left;
	}	
	
	
div.shopboxR{
	width: 300px;
	float: right;
	}	
	
	
	
	
.mt50{
	margin-top: 100px !important;	
	display: block;
	}	
	
	
	
	
	

	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
