@charset "UTF-8";
/* PCでは非表示 */
.pc_no {
	display: none;
}
/*自動隙間　横並び　行替え　左寄せ*/
.flex {
	display: -moz-box;		/* Fx用 */
	display: -webkit-box; 	/* Safari、スマホ用 */
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;/*折り返しても*/
}
.flex_cen {
	justify-content: center;
}
.flex_bet {
	justify-content: space-between;
}
/* -------------------------- */
/* --------content----------- */
/* -------------------------- */
.content {
	width : 1060px;
	margin: auto;
	box-sizing: border-box;
}
.wrap, .wrap_sp {
	width : 83%;
	margin-left: 14rem;
}
/* -------------------------- */
/* -----------main----------- */
/* -------------------------- */

#main {
	background-image: url(../img/bg_top.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#top_logo {
	width: 300px;
	padding: 1rem 0 0 0;
}
/* メイン画像 */
.slider ul li {
	position: absolute;
	top: 6rem;
	animation-iteration-count: infinite;
	animation-duration: 10s;
}
/* アニメーション開始時間の設定 */
.slider ul li:nth-child(1) {
	animation-name: slider;
	animation-delay: -2s;
}
.slider ul li:nth-child(2) {
	animation-name: slider;
	animation-delay: 5s;
	opacity: 0;
	z-index: 5;
}
/* フェードイン・フェードアウトの設定 */
@keyframes slider {
 0% {
opacity:0;
}
 50% {
opacity:1;
}
 100% {
opacity:0;
}
}
/* --------- */

/* nav */
nav {
	width: 180px;
	position: fixed;
}
#sidelogo {
	width: 90%;
	margin: -4rem 0 1rem 1rem;
	transition: 0.3s
}
nav hr {
	height: 0px;
	border-radius: 1px;
	border: 1px solid rgb(83, 71, 65);
	width: 20%;
	margin: 1rem auto 0 auto;
}
.menu {
	padding: 1.5rem 0;
}
.menu li {
	font-size: 1.3rem;
	text-align: center;
	font-weight: 200;
	line-height: 3.25rem;
}
.menu li a {
	color: #534741;
}
.menu li a span.en {
	display: inline;
}
.menu li a:hover span.en {
	display: none;
}
.menu li a span.jp {
	display: none;
}
.menu li a:hover span.jp {
	display: inline;
}
/* sns */
.sns ul li img {
	width: 40px;
	margin: 2rem 0.5rem;
}
/* 問い合わせ */
.inquiry {
	color: #fff;
	position: fixed;
	top: 0;
	right: 4rem;
	font-weight: 300;
	font-size: 0.8rem;
	background: -moz-linear-gradient(top, #534741, #34302E);
	background: -webkit-linear-gradient(top, #534741, #34302E);
	background: linear-gradient(to bottom, #534741, #34302E);
	display: inline;
	padding: 0.8% 1%;
	z-index: 10;
}
.inquiry:hover {
	background: #C69C6D;
}
.top_message {
}
/* main見出し */
#main h2 {
	font-size: 1.6rem;
	font-weight: 300;
	position: relative;
	z-index: 1000;
	text-align: right;
	margin-top: 22rem;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 1rem;
	color: #FFF;
	background: rgba(0,0,0,0.5);
}
/* アイコン */
.icon {
	width: 25px;
	padding: 0.1rem 0.5rem 0 0;
}
/* フォントサイズ */
.font_sm {
	font-size: 0.8rem;
}
/* フォントカラー */
.font_white {
	color: #fff;
}
.font_brown {
	color: #998675;
}
/* マージン　パティング */
.m_l_m {
	margin-left: 2rem;
}
.m_top_m {
	margin-top: 1.5rem;
}
.m_tb_s {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.m_tb_m {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.m_minus_s {
	margin-top: -3.5rem;
}
/* 画像位置調整 */
.f_r {
	float: right;
}
/* 文字間調整 */
.sp_s {
	letter-spacing: -0.02rem;
}
.sp_m {
	letter-spacing: 0.05rem;
}
/* 見出し */
h2 {
	font-size: 0.8rem;
	font-weight: 800;
}
/* -------------------------- */
/* --------message----------- */
/* -------------------------- */
.box_message {
	background-image: url(../img/bg_message.png);
	background-repeat: no-repeat;
}
/* message見出し */
#message {
	margin-top: 5rem;
}
#message h2 {
	padding: 2.5rem 0 1.5rem 0;
}
#message h2 img, #instructor h2 img, #access h2 img, #news h2 img {
	height: 50px;
}
#message h2 img {
	margin-left: -2rem;
}
#message h4 {
	font-size: 1.6rem;
	margin: 0 0 3rem -1rem;
}
#message p {
	font-weight: 500;
	letter-spacing: 0px;
	margin-bottom: 2rem;
	line-height: 2.3rem;
}
/* ----------------------------- */
/* -----------pottery----------- */
/* ---------------------------- */
.bg_brown {
	background-color: #534741;
	padding: 0.5rem 0 0 1rem;
	display: flex;
	margin-top: 3rem;
	margin-bottom: -1rem;
}
/* pottery見出し */
#pottery h2, #art h2 {
	background-image: url(../img/bg_pottery.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 200px;
}
#pottery h2 {
	padding: 3rem 0 2.5rem 0;
}
#pottery h2 img {
	height: 50px;
	margin-top: -1rem;
}
.text_po {
	margin: 1.5rem 0 0 1rem;
}
/* -----------trial----------- */
.box_trial {
	background-image: url(../img/bg_trial.png);
	background-repeat: no-repeat;
}
#pottery h3, #member h3, #workshop h3 {
	font-size: 2.3rem;
	font-weight: 200;
	line-height: 2rem;
}
#pottery h3 {
	margin: 3rem auto 1rem auto;
}
.small {
	display: block;
	font-size: 0.9rem;
}
#pottery h5 {
	background-color: #F8F4EB;
	padding: 0.5rem 1rem;
	font-size: 1.2rem;
}
.box_l {
	width: 60%;
}
#pottery table th, #membe table th, #access table th {
	color: #998675;
	font-weight: 200;
	text-align: left;
	width: 75px;
	height: 3rem;
}
#pottery table td, #membe table td {
	letter-spacing: 0.1rem;
}
/* course */
#pottery h6 {
	text-align: center;
	background-color: #C7B299;
	font-size: 1rem;
}
.box_c {
	width: 48%;
	border: solid 1px #C7B299;
}
.box_c p {
	text-align: center;
	line-height: 1.25rem;
}
.caution li {
	list-style: none;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.caution li:before {
	content: "※"
}
/* -----------member----------- */
#member {
	border: double #534741;
	margin-top: 3rem;
	height: 392px;
}
.box_m {
	margin: -4rem 0 0 4rem;
}
.often {
	font-size: 1.2rem;
	background-color: #F8F4EB;
	vertical-align: middle;
	padding: 0 0.5rem;
	margin-left: 0.5rem;
}
/* -----------workshop----------- */
#workshop {
	background-image: url(../img/bg_workshop.jpg);
	background-repeat: no-repeat;
}
.box_r {
	margin-left: 20rem;
}
#workshop h3 {
	margin: 1.5rem 0;
}
#workshop ul li {
	background-color: #F8F4EB;
	margin: 1rem 0;
	padding: 0.25rem 1rem;
}
/* -------------------------- */
/* -----------art----------- */
/* -------------------------- */
.box_art {
	background-image: url(../img/bg_art.png);
	background-repeat: no-repeat;
}
/* art見出し */
#art h2 {
	padding: 2rem 0 2.5rem 0;
}
#art h3 {
	font-size: 2rem;
	font-weight: 200;
	margin-top: 5rem;
}
#art table {
	margin: 2rem 0 1rem 0;
}
#art table th {
	color: #998675;
	font-weight: 200;
	text-align: left;
	width: 75px;
	height: 2rem;
}
#art ul {
	margin-bottom: 1rem;
}
#art ul li {
	line-height: 3rem;
}
.bg_beige {
	background-color: #F8F4EB;
	padding: 0.25rem 0.5rem;
}
/* -----------others----------- */
#others {
	border: solid 1px #534741;
	margin: 2rem 0 5rem 0;
}
.box_others {
	background-image: url(../img/icon_others.png);
	background-repeat: no-repeat;
	background-position: top right;
	margin-left: 1.5rem;
}
#others h4 {
	font-size: 2rem;
	font-weight: 200;
	margin-top: 1rem;
}
/* -------------------------- */
/* --------instructor-------- */
/* -------------------------- */
.bg_inst {
	background-image: url(../img/bg_instructor.png);
	background-repeat: no-repeat;
}
.box_instructor {
	margin-left: 26rem;
}
#instructor h2, #access h2 {
	padding: 0 0 1.5rem 0;
}
#instructor h2 img {
	margin-left: -0.5rem;
}
#instructor h4 {
	width: 11%;
	background-color: #F8F4EB;
	padding-left: 5%;
	margin-bottom: 1%;
	font-size: 0.8rem;
}
#instructor p {
	margin-bottom: 2%;
	font-size: 0.9rem;
	letter-spacing: 0.05rem;
}
#instructor ul {
	padding-bottom: 3%;
	font-size: 0.9rem;
}
/* -------------------------- */
/* -----------news----------- */
/* -------------------------- */
#news {
	margin: 3rem auto 2rem auto;
}
/* news見出し */
#news h2 {
	padding: 2rem 0 2.5rem 0;
}
#news h2 {
	background-image: url(../img/bg_news.png);
	background-repeat: no-repeat;
	text-align: center;
	width: 200px;
}
.box_news {
	border-top: solid 1px #534741;
	border-bottom: solid 1px #534741;
}
#news ul {
	width: 650px;
	padding-top: 1rem;
}
#news ul li {
	line-height: 2.2rem;
}
.date {
	color: #998675;
	font-size: 0.8rem;
	margin-right: 1.5rem;
}
/* -------------------------- */
/* ---------access----------- */
/* -------------------------- */

.box_access {
	background-image: url(../img/bg_access.png);
	background-repeat: no-repeat;
}
#access h2 img {
	margin-left: -3rem;
	margin-top: 4rem;
}
#access iframe {
	margin-left: 5%;
	width: 60%;
}
/* -------------------------- */
/* ---------footer----------- */
/* -------------------------- */
footer {
	height: 40px;
	color: #fff;
	background: -moz-linear-gradient(top, #34302E, #534741);
	background: -webkit-linear-gradient(top, #34302E, #534741);
	background: linear-gradient(to bottom, #34302E, #534741);
	margin-top: 3rem;
}
#copyright {
	text-align: center;
	font-size: 0.65rem;
	letter-spacing: 0.1rem;
	padding-top: 0.75rem;
}
/* ---------page_top----------- */
#page_top {
	width: 50px;
	height: 40px;
	position: absolute;
	right: 0;
	background-color: #998675;
}
#page_top a {
	display: block;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
	margin: 1rem 0 0 0.7rem;
}
#page_top:hover {
	background-color: #C7B299;
}
#requestf a {
	background-color: #FFFFFF;
	color: #FFFFFF;
	display: inline-block;
	writing-mode: vertical-rl;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
	padding: 0.7rem;
	position: fixed;
	top: 200px;
	right: 3rem;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	letter-spacing: 0.08rem;
	z-index: 10;
	transition: .3s;
}
#requesti a {
	background-color: #FFFFFF;
	color: #FFFFFF;
	display: inline-block;
	writing-mode: vertical-rl;
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .3);
	padding: 0.7rem;
	position: fixed;
	top: 280px;
	right: 3rem;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	letter-spacing: 0.08rem;
	z-index: 10;
	transition: .3s;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
}
.modal__bg {
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
}
