@charset "utf-8";

/*
Theme Name: tibet
Author: h.chida
*/

/* --------------------------------
初期設定
---------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-style: initial;
	-webkit-text-size-adjust: 100%;
}
html,body {
	color: #333;
	font-family: 'Noto Sans JP','Yu Gothic',YuGothic,sans-serif;
	line-height: 1.6;
	font-size: 15px;
	width: 100%;
}
a {
	color: #333;
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	text-decoration: none;
}
img {
	height: auto;
	max-width: 100%;
}
input, button, select, textarea {
	-webkit-appearance: none;
}
strong {
	font-weight: bold;
}

/* --------------------------------
font
---------------------------------*/
.fontll {
	font-size: 20px;
}
.fontl {
	font-size: 16px;
}
.fontm {
	font-size: 15px;
}
.fonts {
	font-size: 14px;
}
.fontss {
	font-size: 12px;
}
h1, h2 {
	font-size: 28px;
}
.h_sub {
	font-size: 18px;
	letter-spacing: 1px;
}

/* --------------------------------
共通
---------------------------------*/
.area {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	width: 100%;
}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear: both;
}
.hover {
	-webkit-transition: all linear 0.2s;
	transition: all linear 0.2s;
	opacity: 1;
}
.hover:hover {
	opacity: 0.7;
}
.gfont {
	font-family: 'Courgette', cursive;
}
.button {
	background-color: #fff;
	border: solid 5px #DE759E;
	border-radius: 3em;
	color: #DE759E;
	display: inline-block;
	padding: 1em 3em 1em 1em;
	width: 100%;
	max-width: 300px;
	position: relative;
	text-align: center;
}
.button::after {
	content: '\f054';
	display: block;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	margin-top: -0.7em;
	top: 50%;
	right: 1.5em;
}
.em {
	color: #DE759E;
	font-weight: bold;
}

/* --------------------------------
HEADER
---------------------------------*/
header {
	background-color: #DE759E;
	position: relative;
	width: 100%;
}
header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
header .logo {
	float: left;
}
header .logo a {
	color: #fff;
	display: inline-block;
	line-height: 1.2;
}
header .logo a .maintitle{
	display: inline-block;
	font-size: 24px;
	font-family: serif;
	margin-left: 10px;
	padding-top: 5px;
	vertical-align: middle;
}
header .logo a .subtitle{
	display: inline-block;
	font-size: 12px;
	font-family: serif;
	padding-left: 10px;
	vertical-align: middle;
}
header nav{
	display: block;
	float: right;
	font-size: 14px;
}
header nav ul {
	padding-right: 1em;
}
header nav ul li {
	display: inline-block;
}
header nav ul li a{
	color: #fff;
	display: block;
	line-height: 60px;
	padding: 0 0.5em;
}

header .sp_menu {
	display: none;
}

/* --------------------------------
FOOTER
---------------------------------*/
footer {
}
footer .footer1 {
	background-color: #EEEEEE;
	padding: 2em 0;
}
footer .footer1 .footer_title{
	font-weight: bold;
	padding-bottom: 1em;
}
footer .footer1 img{
	height: 120px;
	width: auto;
}
footer .footer1 .footer1l{
	float: left;
	width: 50%;
}
footer .footer1 .footer1r{
	float: right;
	width: 50%;
}
footer .footer1 .footer1r a{
	display: inline-block;
	max-width: 150px;
	line-height: 1.2;
	padding-right: 0.5em;
	text-align: center;
}
footer .footer2 {
	background-color: #DE759E;
	color: #fff;
	padding: 2em 0;
}
footer .footer2 {
	background-color: #DE759E;
	padding: 1.5em 0;
	text-align: center;
}
footer .footer2 a{
	color: #fff;
}
footer .footer2 .footer_nav ul {
	padding: 0.5em;
}
footer .footer2 .footer_nav ul li {
	display: inline-block;
}
footer .footer2 .footer_nav ul li a{
	display: block;
	padding-right: 1em;
}
footer .footer2 .social a{
	margin: 0 5px;
}
footer .footer2 .copyright{
	padding: 1em 0;
}

footer .logo {
	padding: 1.5em 0 0.5em 0;
}
footer .logo a {
	display: inline-block;
	line-height: 1.2;
}
footer .logo a .maintitle{
	display: inline-block;
	font-size: 24px;
	font-family: serif;
}
footer .logo a .subtitle{
	display: inline-block;
	font-size: 12px;
	font-family: serif;
	padding-left: 10px;
	vertical-align: middle;
}

/* --------------------------------
パンくず
---------------------------------*/
.breadcrumb ul {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
.breadcrumb ul li {
	display: inline-block;
	padding-right: 0.5em;
}
.breadcrumb ul li a{
	display: inline-block;
	padding: 1em 0;
}

/* --------------------------------
Top
---------------------------------*/
.home .top_image {
	background-image: url(images/top_image.jpg);
	background-position: center center;
	background-size: cover;
	height: 640px;
	width: 100%;
}
.home .top_image .top_image_innter {
	background-color: rgba(0,0,0,0.35);
	color: #fff;
	height: 100%;
	width: 100%;
	text-align: center;
}
.home .top_image .top_image_innter .top_title{
	font-size: 80px;
	padding: 1em 0 0.5em 0;
}
.home .top_image .top_image_innter .top_copy{
	font-size: 16px;
	line-height: 2;
}
.home .top_tibet {
	background-color: #DDDCCA;
	padding: 2em 0;
	text-align: center;
}
.home .top_tibet .top_tibet_innter {
	background-image: url(images/zazen.png);
	background-size: content;
}
.home .top_tibet .top_tibet_innter {
	background-image: url(images/zazen.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.home .top_tibet .top_tibet_innter .top_tibet_message {
	padding: 3em 0;
}
.home .top_tibet .top_tibet_innter .top_tibet_message p {
	padding-bottom: 1em;
}
.home .top_classroom {
	padding: 3em 0;
}
.home .top_classroom .top_classroom_photo {
	float: left;
	margin-left: 35px;
	text-align: right;
	width: 50%;
}
.home .top_classroom .top_classroom_list {
	background-color: rgba(255,255,255,0.8);
	border: #A4CCD4 solid 10px;
	float: left;
	height: 350px;
	margin-top: 1em;
	margin-left: -70px;
	padding: 1em;
	text-align: center;
	width: 50%;
}
.home .top_classroom .top_classroom_list .top_classroom_desc {
	padding: 1em 0;
}
.home .top_classroom .top_classroom_list ul {
	list-style: disc;
	padding: 1.5em 0;
}
.home .top_classroom .top_classroom_list ul li{
	float: left;
	margin-left: 5%;
	width: 45%;
}
.home .top_classroom .top_classroom_list ul li a{
	color: #DE759E;
	display: block;
	text-align: left;
}

.home .top_instructor {
	background-color: #DDDCCA;
	margin-bottom: 70px;
}
.home .top_instructor .top_instructor_inner {
	background-color: #fff;
	border: solid 10px #A4CCD4;
	position: relative;
	bottom: -70px;
	padding: 2em;
}
.home .top_instructor .top_instructor_inner .photo_instructor{
	float: left;
	margin-right: 15px;
	width: 250px;
}
.home .top_instructor .top_instructor_inner .top_instructor_desc{
	margin-left: 270px;
}
.home .top_instructor .top_instructor_inner a.button {
	display: block;
	margin: 0 auto;
}

.home .top_message {
	padding: 3em 0;
	text-align: center;
}

/* --------------------------------
ページ送り
---------------------------------*/
.pagination ul {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li.active,
.pagination ul li a{
	display: inline-block;
	height: 2em;
	line-height: 2em;
	margin-right: 2px;
	padding: 0;
	text-align: center;
	width: 2em;
}
.pagination ul li.active {
	background-color: #DE759E;
	color: #fff;
}
.pagination ul li a{
	background-color: #eee;
	color: #333;
}

/* --------------------------------
parts
---------------------------------*/
/* teacher */
.teacher_name_jp{
	font-size: 28px;
}
.teacher_name_en{
	font-size: 18px;
	padding-left: 2em;
}

/* messages */
ul.messages li {
	display: block;
	float: left;
	padding: 1em 1em 2em 1em;
	width: 33.3333%;
}
ul.messages li:nth-of-type(3n+1) {
	clear: both;
}
ul.messages li a{
	display: block;
	text-align: left;
}
ul.messages li a .eyecatch{
	background-size: cover;
	background-position: center center;
}
ul.messages li a .eyecatch::after{
	content: "";
	display: block;
	padding-top: 62.5%;
}
ul.messages li a .cat {
	background-color: #DE759E;
	color: #fff;
	display: inline-block;
	margin-top: 0.5em;
	padding: 2px 5px;
	min-width: 100px;
}
ul.messages li a .post_title {
	font-weight: bold;
	margin-top: 0.5em;
}

/* sidebar */
.side_box {
	border: solid 10px #A4CCD4;
	margin-bottom: 2em;
	padding: 1em;
}
.side_box .side_title {
	border-left : 7px solid #DE759E;
	line-height: 1.2;
	padding-left: 7px;
}
.side_box ul{
	margin-left: 1em;
	list-style: disc;
	padding: 1em;
}

/* next previous */
.next_prev {
	background-color: #f1f1f1;
	margin: 1em 0;
	padding: 1em;
}
.next_prev .prev {
	float: right;
	text-align: right;
	width: 50%;
}
.next_prev .next {
	float: left;
	text-align: left;
	width: 50%;
}

/* --------------------------------
スマホ対応
---------------------------------*/
@media screen and (max-width: 1000px) {
	html,body {
		font-size: 14px;
	}

	/* common */
	.area {
		padding: 0 10px;
	}
	.sp_show {
		display: block;
	}

	/* font */
	.fontll {
		font-size: 18px!important;
	}
	.fontl {
		font-size: 16px!important;
	}
	.fontm {
		font-size: 13px!important;
	}
	.fonts {
		font-size: 12px!important;
	}
	.fontss {
		font-size: 10px!important;
	}
	h1, h2 {
		font-size: 24px;
	}
	.h_sub {
		font-size: 14px;
	}

	/* header */
	header .sp_menu {
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer;
		display: block;
		height: 50px;
		line-height: 50px;
		width: 50px;
	}
	header .sp_menu span {
		background-color: #ffffff;
		border-radius: 10px;
		display: block;
		height: 2px;
		position: absolute;
		left: 10px;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	header .sp_menu span.bar1 {
		top: 15px;
		width: 25px;
	}
	header .sp_menu span.bar2 {
		top: 23px;
		width: 15px;
	}
	header .sp_menu span.bar3 {
		top: 31px;
		width: 25px;
	}
	header .active span.bar1 {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 26px;
	}
	header .active span.bar2 {
		opacity: 0;
	}
	header .active span.bar3 {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 26px;
	}
	header {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99;
	}
	header .logo {
		height: 50px;
		float: none;
		text-align: center;
		width: 100%
	}
	header .logo a .maintitle{
		font-size: 20px;
	}
	header .logo a .subtitle{
		font-size: 10px;
	}
	header nav {
		display: none;
		float: none;
	}
	header nav ul li{
		display: block;
	}
	header nav ul li a {
		line-height: 40px;
		padding: 0 1em;
	}

	/* footer */
	footer .footer1 .footer1l,
	footer .footer1 .footer1r{
		float: none;
		margin: 0 auto;
		max-width: 600px;
		padding-bottom: 1em;
		text-align: center;
		width: 100%;
	}
	footer .footer1 img {
		height: 90px;
	}
	footer .footer2 .footer_nav ul li {
		display: inline-block;
		width: 100%;
	}
	footer .footer2 .footer_nav ul li a{
		padding: 3px;
	}

	/* Parts */
	.teacher_name_jp{
		font-size: 24px;
	}
	.teacher_name_en{
		font-size: 14px;
		padding-left: 1em;
	}

	ul.messages li {
		padding: 5px;
		width: 50%;
	}
	ul.messages li:nth-of-type(3n+1) {
		clear: initial;
	}
	ul.messages li:nth-of-type(2n+1) {
		clear: both;
	}

	/* パンくず */
	.breadcrumb ul li{
		color: #ccc;
	}
	.breadcrumb ul li a{
		color: #ccc;
		padding: 0.5em 0;
	}

	/* Home */
	.home .top_image {
		height: 500px;
	}
	.home .top_image .top_image_innter .top_title{
		font-size: 40px;
		padding: 2.5em 0 1em 0;
	}
	.home .top_image .top_image_innter .top_copy{
		font-size: 14px;
		line-height: 1.5;
		padding: 0 1em;
	}
	.home .top_tibet .top_tibet_innter .top_tibet_message {
		line-height: 1.5;
		max-width: 500px;
		margin: 0 auto;
		padding: 2em 1em;
	}
	.home .top_tibet .top_tibet_innter .top_tibet_message br{
		display: none;
	}

	.home .top_classroom .top_classroom_photo {
		float: none;
		margin: 0 auto;
		text-align: center;
		max-width: 500px;
		width: 80%;
	}
	.home .top_classroom .top_classroom_list {
		height: auto;
		position: relative;
		float: none;
		margin: -70px auto 0 auto;
		max-width: 800px;
		text-align: center;
		width: 100%;
	}
	.home .top_instructor .top_instructor_inner {
		margin: 0 auto;
		max-width: 800px;
	}
}
@media screen and (max-width: 800px) {
	.home .top_instructor .top_instructor_inner .photo_instructor {
		display: block;
		float: none;
		margin: 0 auto 1em auto;
	}
	.home .top_instructor .top_instructor_inner .top_instructor_desc{
		margin-left: 0;
	}
}