@charset "UTF-8";
/* CSS Document */
/*all*/
.page-wrapper {
	width: 100%;
}
.page-inner {
	width: 80%;
	margin: 120px auto 50px;
}
.page-inner img {
	width: 700px;
	max-width: 100%;
}
img.icon {
	width: 20px;
	padding-right: 10px;
}
.page-inner h4 {
	color: #777777;
	font-size: 14px;
}
.page-inner h4 span {
	padding-right: 10px;
}
.page-inner dd {
	margin-left: 0;
}
.page-inner .box-wrapper h2 {
	width: 100%;
	border-bottom: 2px solid #BB9803;
}
.page-inner .box-wrapper-img{text-align:center;}
.page-inner .box-wrapper-img img{width:100%; max-width:1000px;}
.include-wrapper {
	border-radius: 10px;
	padding: 10px 30px;
	background: rgba(218,206,131,0.33);
}
.include-wrapper li {
	line-height: 18px;
	padding-bottom: 15px;
}
.learn-more-btn {
	width: 100%;
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.5px;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.learn-more-btn a {
	margin: 20px 20px 40px;
	padding: 10px;
	border: none;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	top: 0;
	transition: .1s all;
	text-decoration: none;
}
.learn-more-btn .fa {
	font-size: 15px;
	padding-right: 80px;
	display: inline;
}
.learn-more-btn a:hover {
	transition: .1s all;
	opacity: .8;
	border-radius: 5px;
}
.book_today-box a {
	width: 200px;
	font-size: 30px;
	color: #fff;
	padding: 0 20px;
	margin: 20px 0;
	text-decoration: none;
	display: block;
	position: relative;
	background: #000000;
}
.book_today-box a:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000000;
	border-width: 23px;
	margin-top: -23px;
}
.book_today-box a:hover {
	opacity: .7;
	transition: .1s
}
/*all-end*/

/*workshops*/
.cooking-page-inner ul {
	padding-left: 10px;
}
.cooking-page-wrapper {
	background: url(../png/bg-teacher-3.png) repeat;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.cooking-page-wrapper .page-inner {
	background: rgba(255,255,255,0.83);
	border-radius: 15px;
	padding: 1% 4%;
	margin-top: 30px;
}
.cooking-main-v h1 {
	width: 80%;
	margin: 0 auto;
	padding-top: 100px;
	text-align: right;
	text-shadow: 2px 2px 3px #333;
}
.cooking-main-v {
	background: url(../jpg/top-img.jpg) no-repeat;
	background-size: cover;
	height: 500px;
}
.meal-class {
	width: 100%;
	height: auto;
	padding: 30px 0;
	background: url(../jpg/workshop-bg-3.jpg) repeat;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.meal-class h2 {
	font-size: 40px;
}
.meal-class-inner {
	margin: 0 10px;
	text-align: center;
}
.meal-class-box {
	position: relative;
	width: 20%;
	height:440px;
	display: inline-block;
	background: rgba(255,255,255,0.70);
	margin: 0 5px;
	padding: 0 10px;
	border-radius: 10px;
	vertical-align: top;
}
img.right-img {
	width: 50%;
	margin: 2%;
	float: right;
}
img.left-img {
	width: 50%;
	margin: 2%;
	float: left;
}
.dessert-class {
	width: 100%;
	height: auto;
	padding: 30px 0;
	background: url(../jpg/dessert-bg-5.jpg) repeat;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.dessert-class h2 {
	font-size: 40px;
}
.dessert-class h2 i {
	font-size: 26px;
	margin-left: 5px;
}
.dessert-class-inner {
	margin: 0 10px;
	padding-bottom: 20px;
	text-align: center;
}
.dessert-class-inner i {
	font-size: 50px;
	margin-top: 200px;
}
.dessert-class-box {
	position: relative;
	width: 40%;
	height: 600px;
	display: inline-block;
	background: rgba(255,255,255,0.70);
	margin: 0 5px;
	padding: 0 10px;
	border-radius: 10px;
	vertical-align: top;
}
.dessert-class-box p {
	padding-bottom: 20px;
}
.cooking-page-wrapper .learn-more-btn a {
	background-color: #f7c100;
	box-shadow: 0 2px 3px rgba(41,33,0,0.52);
}
.cooking-page-wrapper .learn-more-btn .fa {
	padding-right: 10px;
}
.cooking-page-wrapper .dessert-class-box {
	height: 500px;
}
.wagashi-learn-more-btn {
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.5px;
	text-align: center;
}
.wagashi-learn-more-btn a {
	width: 80%;
	background: rgba(0,175,133,1.00);
	box-shadow: 0 2px 3px rgba(18,41,1,0.52);
	margin: 20px 20px 40px;
	padding: 10px;
	border: none;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	transition: .1s all;
	text-decoration: none;
}
.wagashi-learn-more-btn .fa {
	font-size: 15px;
	padding-right: 10px;
	display: inline;
}
.wagashi-learn-more-btn a:hover {
	transition: .1s all;
	opacity: .8;
	border-radius: 5px;
}

/*topics*/
.topics{width: 80%; margin: 50px auto 50px;}
.topics p{ font-size:11px;}
.topics p.titles{ color:#693; font-size:13px; font-weight:bold;}

/*tea-ceremony*/
.tea-ceremony-main-v h1 {
	width: 80%;
	margin: 0 auto;
	padding-top: 225px;
	text-align: left;
	text-shadow: 2px 2px 3px #333;
}
.tea-ceremony-main-v {
	background: url(../jpg/teaceremony-top2-3.jpg) no-repeat;
	background-size: cover;
	height: 600px;
}
.teaceremony-page-wrapper {
	background: url(../jpg/japanesetea-3.jpg) repeat;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.teaceremony-page-wrapper .page-inner {
	background: rgba(255,255,255,0.83);
	border-radius: 15px;
	padding: 1% 4%;
	margin-top: 30px;
}
.teaceremony-page-wrapper .right-img {
	width: 40%;
	margin-left: 30px;
}
.teaceremony-page-wrapper .dessert-class-box ol {
	padding-left: 24px;
	text-align: left;
	font-size: 16px;
}
.teaceremony-page-wrapper .dessert-class-box {
	width: 42%;
	height: 660px;
}
.teaceremony-page-wrapper .dessert-class {
	padding: 5px 0;
	background: url(../jpg/dessert-bg-6.jpg) repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.teaceremony-page-wrapper .learn-more-btn a {
	background-color: #1d5b10;
	box-shadow: 0 2px 3px rgba(18,41,1,0.52);
}
/*kimono-page*/
.kimono-page-main-v h1 {
	width: 80%;
	margin: 0 auto;
	padding-top: 225px;
	text-align: right;
	text-shadow: 2px 2px 3px #333;
}
.kimono-page-main-v {
	background: url(../jpg/kimono-top.jpg) no-repeat;
	background-size: cover;
	height: 430px;
}
.kimono-page-wrapper .page-inner {
	background: rgba(255,255,255,0.83);
	border-radius: 15px;
	padding: 1% 4%;
	margin-top: 30px;
}
.kimono-page-wrapper .dessert-class {
	padding: 5px 0;
	background: url(../jpg/kimono-page-bg-3.jpg) repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.kimono-page-wrapper .learn-more-btn a {
	background-color: #960d4b;
	box-shadow: 0 2px 3px rgba(44,26,34,0.50);
}
.kimono-page-wrapper .dessert-class-box {
	height: 680px;
}
.kimono-page-wrapper .dessert-class-box ol {
	padding-left: 24px;
	text-align: left;
	font-size: 16px;
}
/*cloth-page*/
.cloth-page-wrapper {
	background-color: #464646;
	background-position: center center;
	background-size: cover;
	background: url(../jpg/bg-cloth-4.jpg) repeat;
	margin-bottom: 0;
	padding-bottom: 10px;
	　background-attachment: fixed;
}
.cloth-page-wrapper .page-inner {
	background: rgba(255,255,255,0.83);
	border-radius: 15px;
	padding: 1% 4%;
	margin-top: 30px;
}
.cloth-page-main-v {
	background: url(../jpg/top-img-2.jpg) no-repeat;
	background-size: cover;
	height: 400px;
}
.cloth-page-main-v h1 {
	width: 80%;
	margin: 0 auto;
	padding-top: 225px;
	text-align: right;
	text-shadow: 2px 2px 3px #333;
}
.cloth-page-wrapper .dessert-class {
	padding: 5px 0;
	background: url(../jpg/kimono-page-bg-3.jpg) repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cloth-page-wrapper .dessert-class-box ol {
	padding-left: 24px;
	text-align: left;
	font-size: 16px;
}
.cloth-page-wrapper .dessert-class {
	padding: 5px 0;
	background: rgba(153,44,45,0.93);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.cloth-page-wrapper .dessert-class-box {
	height: 450px;
}
.cloth-page-wrapper .learn-more-btn a {
	background-color: #7c0404;
	box-shadow: 0 2px 3px rgba(63,5,18,0.50);
}
/*calligraphy-page*/
.calligraphy-page-wrapper {
	background-color: #464646;
	background: url(../jpg/bg-calligraph-4.jpg) repeat;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.calligraphy-page-main-v {
	background: url(../jpg/top-img-3.jpg) no-repeat;
	background-size: cover;
	height: 400px;
}
.calligraphy-page-wrapper .page-inner {
	background: rgba(255,255,255,0.83);
	border-radius: 15px;
	padding: 1% 4%;
	margin-top: 30px;
}
.calligraphy-page-main-v h1 {
	width: 80%;
	margin: 0 auto;
	padding-top: 225px;
	text-align: right;
	text-shadow: 2px 2px 3px #333;
}
.calligraphy-page-wrapper .dessert-class {
	padding: 5px 0;
	background: rgba(85,85,85,0.85);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.calligraphy-page-wrapper .dessert-class-box ol {
	padding-left: 24px;
	text-align: left;
	font-size: 16px;
}
.calligraphy-page-wrapper .dessert-class-box {
	height: 450px;
}
.calligraphy-page-wrapper .learn-more-btn a {
	background-color: #0A0A0A;
	box-shadow: 0 2px 3px rgba(31,32,30,0.52);
}
/*origami-page*/
.origami-page-wrapper {
	background: url(../jpg/bg-origami-4.jpg) repeat;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.origami-page-wrapper .page-inner {
	background: rgba(255,255,255,0.83);
	border-radius: 15px;
	padding: 1% 4%;
	margin-top: 30px;
}
.origami-page-main-v {
	background: url(../jpg/top-img-4.jpg) no-repeat;
	background-size: cover;
	height: 400px;
}
.origami-page-main-v h1 {
	width: 80%;
	margin: 0 auto;
	padding-top: 225px;
	text-align: right;
	text-shadow: 2px 2px 3px #333;
}
.origami-page-wrapper .dessert-class {
	padding: 5px 0;
	background: rgba(163,138,3,0.92);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.origami-page-wrapper .dessert-class-box ol {
	padding-left: 24px;
	text-align: left;
	font-size: 16px;
}
.origami-page-wrapper .dessert-class-box {
	height: 450px;
}
.origami-page-wrapper .learn-more-btn a {
	background-color: #564905;
	box-shadow: 0 2px 3px rgba(43,39,2,0.50);
}
/*maiko-page*/
.maiko-page-wrapper {
	margin-bottom: 0;
	padding-bottom: 0;
}

.maiko-main-v h1 {
	width: 80%;
	margin: 0 auto;
	padding-top: 250px;
	text-align: center;
	text-shadow: 2px 2px 3px #333;
}
.maiko-main-v {
	background: url(../jpg/maiko-tradition-top-3.jpg) no-repeat;
	background-size: cover;
	height: 500px;
}

/*workshops-end*/


@media screen and (min-width: 980px) {
.cloth-page-wrapper .dessert-class-box {
	max-height: 560px;
}
}

@media screen and (max-width: 900px) {
.meal-class-box {
	width: 40%;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 730px) {
.dessert-class-box {
	width: 80%;
	height: 480px;
	margin-bottom: 20px;
}
.dessert-class-inner i {
	display: none;
}
.cooking-page-wrapper .meal-class-box {
	height: auto;
}
.cooking-page-wrapper .meal-class-box p {
	margin-bottom: 80px;
}
.cooking-page-wrapper .dessert-class-box {
	height: auto;
}
.teaceremony-page-wrapper .dessert-class-box {
	width: 80%;
	height: auto;
}
.teaceremony-page-wrapper .dessert-class-box ol {
	padding-bottom: 80px;
}
.kimono-page-wrapper .dessert-class-box {
	height: auto;
}
.kimono-page-wrapper .dessert-class-box ol {
	padding-bottom: 80px;
}
.cloth-page-wrapper .dessert-class-box {
	height: auto;
}
.cloth-page-wrapper .dessert-class-box img {
	margin-bottom: 80px;
}
.calligraphy-page-wrapper .dessert-class-box {
	height: auto;
}
.calligraphy-page-wrapper .dessert-class-box img {
	margin-bottom: 80px;
}
.origami-page-wrapper .dessert-class-box {
	height: auto;
}
.origami-page-wrapper .dessert-class-box img {
	margin-bottom: 80px;
}
}

@media screen and (max-width: 500px) {
.soft-box {
	padding: 10px;
}
.meal-class h2 {
	font-size: 30px;
}
.meal-class-box {
	width: 90%;
}
.dessert-class-box {
	width: 90%;
	height: 430px;
}
.dessert-class h2 {
	font-size: 26px;
}
.dessert-class h2 i {
	font-size: 16px;
}
img.right-img {
	width: 100%;
	float: none;
}
img.left-img {
	width: 100%;
	float: none;
}
/*teaceremony*/
.teaceremony-page-wrapper .right-img {
	width: 100%;
	margin-left: 0;
}
.teaceremony-page-wrapper .right-img-wrapper {
	text-align: center;
}
.tea-ceremony-main-v h1 {
	text-align: center;
	padding-top: 300px;
}
.tea-ceremony-main-v {
background-position : -480px 0;
background-size:1000px;
}
/*cooking-page*/
.cooking-main-v h1 {
	padding-top: 230px;
	text-align: center;
}
.cooking-main-v {background-position: center;
}
/*kimono-page*/
.kimono-page-main-v h1 {
	padding-top: 210px;
	text-align: center;
}
.kimono-page-main-v {
	background-position: center;
}
/*origami*/
.origami-page-main-v {
background-position: -170px 50px;
}
.origami-page-main-v h1 {
text-align: center;

}
/*cloth-wrapping*/
.cloth-page-main-v {
background-position:-170px 0;
background-size: 700px;
}
.cloth-page-main-v h1 {
	padding-top: 200px;
	text-align: center;
}
	
/*maiko*/
.maiko-main-v {
	background-position:-100px;
}

/*topics*/
.topics{ display:none;}
}
