@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: deeppink;
	text-align: center;
	display: block;
	}
	
	

.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
	
	
	
	
	


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


ベース・共通項目


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


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

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


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


ヘッダー


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


header{
	width: 100%;
	margin:0;
	padding: 0;
	height: 60px;
}

	
div.headerbox{
	width: 1100px;
	margin: 30px auto 0;
	}
	

h1 img{
	text-align:left;
	margin-top: 10px;
	}

	
	
ul.iconnav{
		float: right;
	margin-top: -80px;
	}	
	
	
ul.iconnav li{
	display: inline-block;
	padding: 10px;
	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-top: 30%;
	}
	
	
section.mainbox{
	width:1100px !important;
	height:800px;
	margin:50px auto 0!important;
	display:block;
	}
	
	
	
p.readcopy{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 140%;
	line-height: 220%;
	letter-spacing: 2px;
	padding: 3% 0;
	}	
	
	
p.readcopy002{
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 200%;
	line-height: 220%;
	letter-spacing: 1em;
	padding: 1% 0;
	}
	
	
	
	

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


タイトル


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


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


お料理の特徴


///////////////////////////////////////////////*/
	
	
	
section.gallery{
	margin:3% auto;
	text-align: center;
	width: 900px;
	display: block;
	}		
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


アバウト


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

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


アバウト


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


スクール


///////////////////////////////////////////////*/	
	
	
	
	
h2.school img{
	width: 22%;
	margin: 5% auto 0;
	display: block;
	}		
	
	
	
h3.seen img{
	width: 22%;
	margin: 10% auto 5%;
	display: block;
	}	
	
	
	
	
	
p.txtschool{
		text-align: center;
		margin: 3% auto;
		line-height: 260%;
		font-size: 90%;
		letter-spacing: 2px;
	}		
	
	
	
div.lessonbox{
	background: url("../images/bg_001.jpg") no-repeat;
	background-position:left;
	height: 550px;
	margin: 5%;
	}	
	
	
div.lessonbox002{
	background: url("../images/bg_002.jpg") no-repeat;
	background-position:left;
	height: 550px;
	margin: 5%;
	}
	
	
	

div.lesson01{
	width: 550px;
	height: 200px;
	padding: 5%;
	margin-top: 8%;
	background: #E1CE9D;
	float: right;
	}
	

	
div.lesson02{
	width: 550px;
	height: 200px;
	padding: 5%;
	margin-top: 8%;
	background: #BCAA95;
	float: right;
	}
	
	
	
dl.lesson,dt,dd{
	padding: 0;
	margin: 0;
	}	
	
dl.lesson dt{
	width: 80%;	
	margin-bottom: 2%;
	}	
	
	
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: 3% 0 6%;
	}	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


レッスンのご予約


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


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

/* ここから下がボタンのCSS　*/
.c-button {
  outline: none;
  display: inline-block;
  width: inherit;
  min-width: 450px;
  text-align: center;
  background-color: #00B900;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  padding: 30px 25px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  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: 18%;
	margin: 10% auto 0;
	display: block;
	}		
	
	
	
p.profilephoto{
	text-align: center;
	margin: 3% 0;
	}

	
	
p.profiletxt{
	text-align: center;
	line-height: 280%;
	font-size: 95%;
	letter-spacing: 1px;
	margin-top: 3%;
	}	
	
	

	
p.name{
	font-size: 150%;
	text-align: center;
	margin-top: 5%;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 7px;
	}
	
	
	
	
span.englishname{
	font-size: 80%;	
	letter-spacing: 5px;
	}	
	
	
	
	
p.instaicon{
	width: 3%;
	height: auto;
	margin: 0 auto;
	padding: 3% 0 3%;
	}	
	
	
	
table.history{
	width: 900px;
	margin: 5% auto;
	}	
	
table.history th,td{
		padding: 2%;
	}
	
	
table.history th{
	width: 100px;
	border-bottom: 1px dotted #ddd;

	}	
	
	
table.history td{
	width: 500px;
	border-bottom: 1px dotted #ddd;
	letter-spacing: 1px;
	padding: 3%;
	line-height: 230%;
	font-size: 95%;
	}	
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


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

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


フォーム


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






.hoge{
width:50%;
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:80% !important;
height:350px !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: 3% 10%;
    margin: 8% auto 12%;
    display: block;
    font-size: 140%;
    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: 25%;
	margin: 0 auto 3%;
	}	
	
	
p.copyright{
	text-align: center;
	padding-top: 10px;
	font-size: 85%;
	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: 35%;
	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;

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


Googleカレンダー
	
	
///////////////////////////////////////////////*/	
	
	

	
/*.googleCalendar iframe {
	width: 900px;
	height: 600px;
	margin: 0 auto 10% !important;
	text-align: center !important;
	display: block;
  }
*/
	
	
/*　Googleカレンダー（PC表示） */
.googleCalender iframe {
height:600px;
		margin: -1% auto 10% !important;
	text-align: center !important;
	display: block;
}	
	
	
	
p.sctitle{
	text-align: center;
	margin:0 0 4% 0;
	font-size: 160%;
	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: 70%;
}	
	
	
	
p.maptxt{
	text-align: center;
	letter-spacing: 2px;
	margin: -180px 0 200px;
	}
	
	
	
	
	
	
	
	
	
	
/*///////////////////////////////////////////////


アトリエ
	
	
///////////////////////////////////////////////*/	
	
	
	
	
.viewer {
	margin: -0px auto 6% !important;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
	overflow: hidden;
	position: relative;

}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.viewer ul li img {
	width: 100%;
	height: auto
}


	
	
	
	
	
	
	
	
	
	
	
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
