/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:680px )
{@charset "UTF-8";


/* SP：ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and ( max-width:680px ){


	
	
html {
  scroll-padding-top: 80px; /* 固定ヘッダの高さ分 */
}


.noneSP {display:none !important;}

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




img{
	width:100%;
	height: auto
	}

	
.coution{
	color: deeppink;
	text-align: center;
	display: block;
	}





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


ベース・共通項目


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


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: "Noto Sans JP"; 
	color: #333;
	text-align: justify; // Required for IE and Edge 
text-align-last: right;
	}


@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: 10px;
 }

	
.topgo{
	width: 40px;
	height: auto;
	}	
	
	
	


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


ヘッダー


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


header{
	width: 100%;
	margin:0;
	padding: 0;
}



h1 img{
	text-align:center;
	width: 70%;
	height:auto;
	margin: 0 auto;
	padding: 2% 0;
	display: block;
	}



ul.iconnav{
	margin: 0 auto;
	display: block;
	text-align: center;
	}	
	
	
ul.iconnav li{
	display: inline-block;
	padding:0px 10px 30px;
	vertical-align: middle;
	}	
	
	
ul.iconnav li img{
	width: 35px;
	height: 35px;
	}	
	
	

ul.iconnav li.contact img{
	width: 110px;
	height: auto;
	display: block;
	}	
		
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


メイン画面


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


p.slogan{
	text-align: center;
	color: #fff;
	z-index: 100;
	position:relative;
	margin: 35% auto 0;
	width: 60%;

	}
	
	
section.mainbox{
	width:100% !important;
	height:350px;
	display:block;
	}
	
	
	
p.readcopy{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 90%;
	line-height: 250%;
	letter-spacing: 1px;
	padding: 3% 0 6%;
	}	
	
	
p.readcopy002{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 130%;

	letter-spacing: 10px;
	padding: 1% 0;
	}
	
	
	
	

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


タイトル


///////////////////////////////////////////////*/
	
	
	
h2 img{
	width: 52%;
	margin: 0 auto;
	display: block;
	}	
	


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


お料理の特徴


///////////////////////////////////////////////*/
	
	
	
section.gallery{
	margin:3% 0 0 -6px;
	text-align: center;
	width: 95%;
	text-align: center;
	}		
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


アバウト


///////////////////////////////////////////////*/	
	
	
	
	
h3.about img{
	width: 35%;
	margin: 10% auto 0;
	display: block;
	}		
	
	
	
section.aboutbox{
	background: #C0B099;
	height: auto;
	padding:8% 5%;
	}	
	
	
	
div.whitebox{
	width: 90%;
	margin: 0 auto;
	padding:5%;
	background: #FFFFFF;
	border-radius: 10px;
	}	
	
	
	
p.photoabout{
	text-align: center;
	margin: 0 auto;
	}	
	
	
	
p.txtabout{
		
		margin: 6% auto;
		line-height: 240%;
		font-size: 80%;
		letter-spacing: 1px;
	}	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


アバウト


///////////////////////////////////////////////*/	
	
	
	
	
h3.school img{
	width: 45%;
	margin: 10% auto 0;
	display: block;
	}	
	
	
	
p.photoschool img{
	margin: 0 auto;
	text-align: center;
	width: 90%;
	display: block;
	}
	
	
	
	
	
	
/*///////////////////////////////////////////////


スクール


///////////////////////////////////////////////*/	
	
	
	
	
h2.school img{
	width: 45%;
	margin: 5% auto 0;
	display: block;
	}		
	
	
	
h3.seen img{
	width: 52%;
	margin: 10% auto 0%;
	display: block;
	}	
	
	
	
	
	
p.txtschool{
		margin: 3% auto 6%;
		line-height: 240%;
		font-size: 85%;
		letter-spacing: 1px;
	padding:0 5%;
	}		
	
	
	

	

	
	

div.lesson01{
	width: 90%;
	height: auto;
	padding:10% 5%;
	background: #E1CE9D;
	font-size: 88%;
	}
	

	
div.lesson02{
	width: 90%;
	height: auto;
	padding:10% 5%;
	background: #BCAA95;
	font-size: 88%;
	}
	
	
	
dl.lesson,dt,dd{
	padding: 0;
	margin: 0;
	}	
	
dl.lesson dt{
	width: 90%;	
	margin: 4% 0 3%;
	}	
	
	
dl.lesson dd{
	line-height: 260%;
	font-size: 90%;
	}		
	
	
dd.illust{
	width: 24%;
	height: auto;
	float: right;
	margin-top: -70px;
	}	
	
	
	
	
p.photocenter{
	text-align: center;
	padding: 0% 0 10%;
	margin: -10px 0 0 0;
	}	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


レッスンのご予約


///////////////////////////////////////////////*/	
		
	
h2.lesson{
	font-size: 140%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: normal;
	text-align: center;
	letter-spacing: 3px;
	margin: 10% 0 5% 0;
	}	
	
	
	
section.linebox{
	background-color: #EADFD0;
	height: auto;
	overflow: hidden;
	}	
	
	
p.lineicon{
	width: 20%;
	height: auto;
	margin: 0 auto;
	padding: 8% 0 2%;
	}	
	
	
	
p.linetxt{
	line-height: 280%;
	text-align:center;
	letter-spacing: 2px;
	font-size: 80%;
	}	
	
	
	
	
	
/*///////////////////////////////////////////////


CSSアニメーションボタン
	
	
///////////////////////////////////////////////*/
	
	
div.container{
	margin: 0% auto;
	text-align: center;
	}
	
	

/* ここから下がボタンのCSS　*/
.c-button {
  outline: none;
  display: inline-block;
  width: inherit;
  min-width: 70%;
  text-align: center;
  background-color: #00B900;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  padding: 20px 25px;
  font-weight: 700;
  font-size: 100%;
  letter-spacing: 2px;
  opacity: 1 !important;
	border: 1px solid #00B900;
	margin: 3% 0 10% 0;
}
.c-button span {
  position: relative;
  z-index: 99;
	
}
.c-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
}
	
.c-button svg {
  width: 35px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: all 0.1s;
}
.c-button:hover {
  color: #00B900 !important;
  border: 1px solid #00B900;

}
.c-button:hover:after {
  width: 100%;
}
.c-button:hover svg path {
  stroke: #00B900;
}
		
	
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


プロフィール
	
	
///////////////////////////////////////////////*/	
	
	
h2.profile img{
	width: 40%;
	margin: 14% auto 0;
	display: block;
	}		
	
	
	
p.profilephoto{
	text-align: center;
	margin: 0% auto 6%;
	width: 80%;
	}

	
	
p.profiletxt{

	line-height: 280%;
	font-size: 80%;
	letter-spacing: 1px;
	margin: 3% 5%;
	text-align: justify; // Required for IE and Edge 
text-align-last: right;
	}	
	
	

	
p.name{
	font-size: 130%;
	text-align: center;
	margin-top: 10%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 7px;
	}
	
	
	
	
span.englishname{
	font-size: 70%;	
	letter-spacing: 5px;
	}	
	
	
	
	
p.instaicon{
	width: 8%;
	height: auto;
	margin: 0 auto;
	padding: 3% 0 3%;
	}	
	
	
	
table.history{
	width: 90%;
	margin: 5% auto;
	}	
	
table.history th,td{
		padding: 2%;
	display: block;
	}
	
	
table.history th{
	background-color: #c5b8ad;
	text-align: center;
display: block;
	padding: 4% 0;
	}	
	
	
table.history td{
	letter-spacing: 1px;
	padding: 3% 3% 5%;
	line-height: 230%;
	font-size: 82%;
	
	}	
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


お問合せ
	
	
///////////////////////////////////////////////*/	
	
	
h2.contact img{
	width: 38%;
	margin: 13% auto 0;
	display: block;
	}		
	
	
	
p.coutionmail{
	font-size: 80%;
	text-align: center;
	margin: 8% 0 5%;
	line-height: 220%;
	color: #B60003;
	letter-spacing: 2px;
	}	
	
	
	
table.contact{
	width: 90%;
	margin: 0 auto;
	}	
	
table.contact th{
	margin: 0 auto;
	background: #C0B099;
	padding:5% 4%;
	border-bottom: 1px solid #fff;
	letter-spacing: 1px;
	display: block;
	font-size: 90%;
	}		
	
	
	
table.contact td{
	font-size: 90%;
	margin: 0 auto;
	background: #FFF;
	padding:4%;
	border-bottom: 1px solid #C0B099;
	letter-spacing: 1px;
	display: block;
	}	
	
	
	
	
	
	
	

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


フォーム


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






.hoge{
width:80%;
border:0;
padding:20px !important;
font-size:90%;
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:300px !important;
border:0;
padding:10px;
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%;
	}


	
	
.hogechoice{
width:40% !important;
border:0 !;
padding:15px 40px !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;

}		
	

	
	
#submit_button {
    text-align: center;
    padding: 5% 15%;
    margin: 8% auto 12%;
    display: block;
    font-size: 110%;
    background-color: #838075;
    color: #fff;
    letter-spacing: 0.2em;
	border: none !important;
}	
	
	

	
	
	
	
	
	
/* ラジオボタン */




input[type=radio] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}



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


フッター
	
	
///////////////////////////////////////////////*/		
	
	
	
	
footer{
	padding: 5%;	
	}	
	
	
	
p.footlogo{
		width: 55%;
	margin: 5% auto 3%;
	}	
	
	
p.copyright{
	text-align: center;
	padding-top: 10px;
	font-size: 70%;
	letter-spacing: 1px;
	}	
	
	
	
	
	
	
	
	
	
	
AOS.init({
  offset: 120,
  delay: 0,
  duration: 400,
  easing: 'ease',
  once: false,
  mirror: false,
  anchorPlacement: 'top-bottom',
});	
	
	
	

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


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

	
	
div.thanksbox{
	margin: 50% auto;
	text-align: center;
	}	
	
	
p.thankslogo{
	width: 65%;
	height: auto;
	margin: 32% auto 0;
	}	
	
	
	
p.thankstxt{
	text-align: center;	
	margin-top: 5%;
	letter-spacing: 0.3em;
	line-height: 220%;
	font-size: 110%;
	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: 100%;
	width: 60%;
	margin: 0 auto;

	}	
		
	
	
	
	
	
.mt50{
	margin-top: 40px !important;	
	display: block;
	}	
	
	
	
	
/*///////////////////////////////////////////////


Googleカレンダー
	
	
///////////////////////////////////////////////*/	
	
/*.googleCalendar iframe {
  width: 90%;
  height: 650px;
	margin: 0 auto 10%;
	text-align: center;
	display: block;
}
	*/
	
	
	
/*　Googleカレンダー（スマホ表示） */

.googleCalender iframe {
width:100% !important;
max-width:800px !important;
height:630px !important;
}	
	
		
p.sctitle{
	text-align: center;
	margin:0 0 4% 0;
	font-size: 130%;
	letter-spacing: 3px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	}		
	
	


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


GoogleMAPS
	
	
///////////////////////////////////////////////*/		
	
	
	
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}		
	
	
	
.spmt30{
	margin-top: 30px;
	padding-top: 60px;
	}	
	
	
	
p.maptxt{
	text-align: center;
	letter-spacing: 2px;
	font-size: 80%;
	padding: 4% 0 10%;
	line-height: 200%;
	}	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


アトリエ
	
	
///////////////////////////////////////////////*/	
	
	
	
	
/* .viewer
------------------------- */
.viewer {
	margin: 10% auto 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 5% 0;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 0 !important;
}
.viewer ul li img {
	width: 90%;
	height: auto;
	
	text-align: center;
	display: block;
}



	
	
	
	
		
	
	
	
	
	
	
	
	
	
	
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
