* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3 {
	font-size: 100%;
}
img {
	vertical-align: bottom;
}

header,nav,article,section,aside,footer {
	display: block;
}


body{
	line-height:1.5;
	text-align:center;
	color:#666c67;
	font-family: YuGothic,'Yu Gothic','Yu Gothic UI',sans-serif;
}

#wrapper {
}

ul {
	list-style-type:none;
	text-decoration:none;
}

header{
	width:100%;
	height:300px;
	background-image:url(img/header_2.jpg);
	background-repeat: no-repeat;
}
h1{
	font-size:48px;
	color:white;
	position:absolute;
	top:150px;
	left:120px;
	display: block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
a{
	text-decoration:none;
}
a:visited{
	color:#666c67;
}
header p{
	font-size:14px;
	position: fixed;
	top:100px;
	writing-mode: vertical-rl;
}
.v_title_right{
	right:5px;
}
.v_title_left{
	left:5px;
}
.v_title_left:after{
	content: "";
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:5px;
	margin-top:5px;
	background:url(img/inst.png) no-repeat;
	background-size:contain;
}

h2{
	font-size:30px;
	padding-top:20px;
	padding-bottom:10px;
}

.h2_ja{
	font-size:20px;
	padding-bottom:20px;
}

h3{
	font-size:22px;
	padding:20px 20px;
}


section{
	width:1050px;
	margin:auto;
	padding-top:30px;
}


/*レッスン*/
.img{
	width:650px;
	float:left;
}
.box{
	width:500px;
	position:relative;
	top:0px;
	left:0px;
	border-top: 700px solid #fffbcc;
	border-right: 250px solid transparent;
}

.img_txt{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	position:absolute;
	color:gray;
	margin-top:-680px;
	padding-left:0px;
	writing-mode: vertical-rl; 
}
.img_img {
	position:absolute;
	margin-left:25px;
	margin-top:-680px;
}

.img2_img {
	position:absolute;
	margin-left:230px;
	margin-top:-250px;
}

.text{
	width:350px;
	margin:auto;
	margin-top:150px;
	padding:10px;
	float:left;
}
.box2{
	width:450px;
	position:relative;
	top:0px;
	left:20px;
	border-bottom: 680px solid lavenderblush;
	border-left: 200px solid transparent;
}

.img_img2 {
	position:absolute;
	margin-left:175px;
	margin-top:20px;
}

.img2_img2 {
	position:absolute;
	margin-left:-230px;
	margin-top:-270px;
}
.img_txt2{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	position:absolute;
	color:gray;
	margin-top:20px;
	padding-left:425px;
	writing-mode: vertical-rl; 
}

.text2{
	width:350px;
	margin:auto;
	margin-top:150px;
	padding:10px;
	float:left;
}

.box3{
	width:440px;
	position:relative;
	top:0px;
	left:0px;
	border-bottom: 700px solid aliceblue;
	border-right: 250px solid transparent;
}
.img_txt3{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	position:absolute;
	color:gray;
	margin-top:20px;
	padding-left:0px;
	writing-mode: vertical-rl; 
}
.img_img3 {
	position:absolute;
	margin-left:25px;
	margin-top:10px;
}

.img2_img3 {
	position:absolute;
	margin-left:230px;
	margin-top:-240px;
}

.text3{
	width:350px;
	margin:auto;
	margin-top:150px;
	padding:10px;
	float:left;
}

.lesson2{
	border:solid 1px black;
	padding-bottom:50px;
	margin-top:30px;
	margin-bottom:30px;
}
th{
	padding:20px 40px 20px 40px;
}
td{
	text-align:left;
	padding:20px;
}
h4{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-size:24px;
	padding:10px;
}

/*オーダー*/
.type{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	background-color:#fffbcc;
	margin:30px;
	padding:20px;
}
hr{
	margin:20px;
}

.dip{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	margin:10px 100px;
	padding:20px;
}
.order_txt{
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	font-size:18px;
	margin:20px 100px;
	padding:10px;
}

.contact{
  position: relative;
	display: inline-block;
	width:150px;
	height:30px;
	border: 1px solid black;
	background-color:lightgray;
	font-size: 18px;
	padding:20px 50px;
	margin-top:30px;
	margin-bottom:20px;
}
.contact:before,.contact:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: black;
}
.contact:before{
  width: 60px;
  transform: translate(30px, 0px);
}
.contact:after{
  width: 30px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}

.order2{
	width:900px;
	margin:auto;
	border:solid 1px black;
	padding-bottom:50px;
	margin-top:50px;
	margin-bottom:50px;
	line-height:1.8;
}

.flow{
	text-align:left;
	margin-left:50px;
	counter-reset: my-counter;
	list-style: none;
	margin-bottom:30px;
}
 
li{
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
	text-indent:10px;
}
li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: black;
  color: white;
  display: block;
  float: left;
  margin-left: -30px;

  height: 30px;
  width: 30px;
  border-radius: 50%;
}
li:after {
  float: left;
  margin-left: -30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
/*コレクション*/

section{
	width:1050px;
	margin:auto;
}
.col_box{
	width:1050px;
	margin:auto;
}

.box_in1 {
	width:300px;
	height:300px;
	overflow:hidden;
	margin:10px 5px 10px 15px;
	position:relative;	/* 相対位置指定 */
	float:left;
}

.caption {
	font-size:150%;
	text-align:center;
	padding-top:120px;
	color:white;
}
.mask {
	width:100%;
	height:100%;
	position:	absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;					/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.box_in1:hover .mask {
	opacity:		1;	/* マスクを表示する */
}




/*問い合わせフォーム*/

.kiyaku{
	text-align:left;
	padding-left:50px;
}
.lead-form{
  text-align: center;
  font-size:20px;
}
form{
  width:460px;
	margin-top:20px;
}
.item{
  overflow: hidden;
  margin-bottom: 20px;
}
.label{
  float: left;
  margin-right: 20px;
  width:135px;
  border-left: solid 3px #e0505d;
  padding-left: 10px;
}
.inputs{
  float: left;
  width:300px;
}
input[type="text"],input[type="email"]{
  border: solid 1px #aaa;
  border-radius:5px;
  padding:10px;
  font-size: 15px;
}
textarea{
  border: solid 1px #aaa;
  border-radius:5px;
  padding: 10px;
  height: 160px;
  font-size: 15px;
}
.btn-area{
  text-align: center;
}
input[type="submit"]{
  background: #e0505c;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}
input[type="reset"]{
  background: #aaa;
  border: none;
  color: white;
  font-size:17px;
  font-weight:bold;
  padding: 10px 20px;
  margin: 0 5px;
}

/*footer*/

footer{
	width:100%px;
	height:150px;
	font-size:14px;
	padding-top:80px;
	background-color:#fffbcc;
}

.foot_copy{
	font-size:12px;
	padding:20px;
}

.clearfix:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.kaijyo{
	clear:left;
}
