@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
	color: #1e1c1a;
	line-height: 1.8;
	font-family:Times,Times New Roman,"リュウミン M-KL",Ryumin Medium KL,serif;
	background-color: #d3d5d3;
	letter-spacing: 1px;
}

article, aside, dialog, figure, footer, hgroup, section { 
	display: block;
}

ol, ul {
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

h2 {
    writing-mode: vertical-rl;
    position:relative;
    top:50%;
	left:50%;
	transform:translate(-50%, 0);
	letter-spacing: 3px;
}

img {
		max-width: 100%;
	}

a {
	color: #1e1c1a;
	text-decoration: none;
}

a:hover {
	opacity: 0.6;
}

.caution {
	font-size: 85%;
}

/* ボタン */
.btn {
	display: block;
    width: 280px;
	height: 48px;
	text-align: center;
	margin: 20px auto 0;
	letter-spacing: 2px;
    background-color: #efefef;
	border: 1px solid #1e1c1a;
	color: #1e1c1a;
	line-height: 50px;
	border-radius: 4px;
	text-decoration: none;
}

.btn::before,
.btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}

.btn,
.btn::before,
.btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn:hover {
	background-color: #1e1c1a;
	border-color: #1e1c1a;
	color: #efefef;
	opacity: 1;
}

footer {
	text-align: center;
	letter-spacing: 2px;
	font-size: 10px;
	background-color: #1e1c1a;
	color: #efefef;
	padding: 8px 0;
}


/* sp */
@media only screen and (max-width: 750px) {
	
	body {
		font-size: 18px;
	}
	
	.pc { display: none !important; }
	.sp { display: block !important; }
	
	h1 {
		font-size: 26px;
		letter-spacing: 4px;
		padding: 8px;
	}
	
	h2 {
		margin-bottom: 40px;
	}
	
	#container {
		padding: 0 40px;
	}
	
	#main,
	#news,
	#profile,
	#works,
	#lessons,
    #onlineshop,
	#contact {
		margin-bottom: 100px;
	}
	
	#main #hero_photo {
		margin-bottom: 30px;
	}
	
	#main .textbox {
		line-height: 2;
	}
	
	#news ul li {
		padding: 16px 16px 20px;
		border-top: 1px solid #999999;
	}
	
	#news ul li:last-child {
		border-bottom: 1px solid #999999;
	}
	
	#news ul li time {
		font-size: 14px;
		color: #999999;
		letter-spacing: 2px;
	}
	
	#news ul li h3 {
		font-size: 18px;
		line-height: 1.6;
	}
	
	#profile .box .img img {
		margin-bottom: 30px;
		width: 100%;
	}
	
	#profile h3 {
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 1.6;
		margin-bottom: 30px;
	}
	
	#profile h3 .en {
		font-size: 16px;
		display: block;
	}
	
	#lessons ul.img {
		margin-bottom: 30px;
	}
	#works .text,
	#onlineshop .text,
	#contact .text {
		margin-bottom: 50px;
	}

}


/* pc */
@media only screen and (min-width: 751px) {
	
	body {
		font-size: 15px;
	}
	
	.pc { display: block !important; }
	.sp { display: none !important; }
	
	h1 {
		font-size: 26px;
		letter-spacing: 4px;
		padding: 20px 0;
	}
	
	h2 {
		margin-bottom: 60px;
		font-size: 26px;
	}
	
	#main {
		width: 800px;
		margin: 0 auto;
	}
	
	#main .textbox {
        width: 380px;
        height: 380px;
        margin: 60px auto 160px;
        letter-spacing: 2px;
        writing-mode: vertical-rl;
        text-orientation: upright;
        line-height: 2;
    }
    
    #main .textbox p {
        margin-left: 20px;
    }
    
    #news,
    #profile,
    #works,
    #lessons,
    #onlineshop,
    #contact {
		width: 1000px;
		margin: 0 auto 180px;
	}
	
	#news ul li {
		padding: 24px 60px;
		border-top: 1px solid #999999;
	}
	
	#news ul li:last-child {
		border-bottom: 1px solid #999999;
	}
	
	#news ul li time {
		font-size: 14px;
		color: #999999;
		padding-right: 40px;
		letter-spacing: 2px;
	}
	
	#news ul li h3 {
		font-size: 15px;
		display: inline-block;
		line-height: 1.6;
	}
	
	#profile .box {
		overflow: hidden;
	}
	
	#profile .box .img {
		float: left;
		width: 320px;
	}
	
	#profile h3 {
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 1.6;
		margin-bottom: 24px;
	}
	
	#profile h3 .en {
		font-size: 14px;
		display: block;
	}
	
	#profile .box .text {
		width: 580px;
		float: right;
	}
	
	#profile .box .text .description {
		line-height: 1.8;
	}
	
	#lessons ul.img {
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	#lessons ul.img li {
		width: 480px;
	}
	
	#lessons ul.img li.left {
		float: left;
	}
	
	#lessons ul.img li.right {
		float: right;
	}
	
	#works .text,
	#lessons .text,
    #onlineshop .text,
	#contact .text {
		width: 800px;
		margin: 0 auto;
	}

    #works .text,
	#onlineshop .text,
	#contact .text {
		margin-bottom: 50px;
	}

    #onlineshop .btn,	
	#contact .btn {
		margin: 0 auto;
	}
	
}
	
/* 940px - 751px */
@media only screen and (min-width: 751px) and (max-width:950px) {

}
