/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:700&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
}
ol, ul {
	list-style: none;
}
body {
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.free{
background: #dd4f4b;}
.free img{
max-width: 100%;
}
.free a{
width: 100%;
    display: block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td, th {
	border: none;
	text-align: left;
	vertical-align: top;
word-break: break-all;
}
img {
	border:0px;
	vertical-align: top;
}
hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.clear {
	clear: both;
}
.clear hr {
	display: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#pageTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
.global_footer {
	text-align: center;
	padding: 20px;
}
@media (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
}
/* Yutube　のレスポンシブ */
.video_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*メニュー*/
@media (max-width: 767px) {
.menu {
	display: none;
}
}
@media (min-width: 768px) {
.toggle {
	display: none;
}
}

/* facebook　のレスポンシブ */

@media screen and (min-width: 768px) {
.fb-page-parent > .fb-page {
	width: 500px;
}
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe[style] {
	width: 100%;
}
.tag {
	padding: 10px 10px 30px;
}
.tag ul li a{
    padding: 3px 1.5em;
    float: left;
    margin: 3px 5px;
    border-radius: 20px;
    background: #D7D7D7;
    text-decoration: none;
    font-size: 12px;
}
.tag ul li a:hover{
    background: #E1E1E1;
}
#footer {
clear:both;
}

.ad_l {
	width:570px;
	float:left;
}
.ad_r {
	width:570px;
	float:right;
}
@media (max-width: 767px) {
.ad_l {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
.ad_r {
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
}


.ad_once,
.ad_cols {
	margin: 15px auto;
}
@media (max-width: 767px) {
.ad_once,
.ad_cols ul li > div {
	width:98%;
	margin: 0 auto 10px;
	overflow: auto;
}
}
@media (min-width: 768px) {
.ad_cols ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.ad_cols ul li {
	display: table-cell;
	width: 50%;
	padding: 15px;
	vertical-align: middle;
	overflow: auto;
}
}



/************************************************************
　予定表　.calender
*/
.calender {
	padding: 0 0 50px 0;
}
.calender h2 {
	border-radius: 8px;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 1em;
	margin-bottom: 10px;
}
.calender .link {
	text-align: right;
}

.calender .next-prev {
	text-align: center;
}
.calender .next-prev ul {
	display: table;
	width: 150px;
	margin: 0 auto 30px;
}
.calender .next-prev ul li {
	display: table-cell;
	width: 50px;
}
.calender h4 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.calender h4 span {
	font-weight: bold;
}
.calender .schedule table tbody tr td {
	background-color: rgba(255,255,255,.5);
}
.calender .schedule table tbody tr td .date .num {
	font-weight: bold;
	font-family: 'M PLUS 1p', sans-serif;
	margin-right: 10px;
	padding: 3px;
}
.calender .schedule table tbody tr td.none {
	/*background-color: #F2F2F2;*/
}
.calender .schedule table tbody tr td.san {
	/*background-color: #FBD6D7;*/
}
.calender .schedule table tbody tr td.san .date .num {
	color: #C00;
}
.calender .schedule table tbody tr td.holiday {
	/*background-color: #FBD6D7;*/
}
.calender .schedule table tbody tr td.holiday .date .num {
	color: #C00;
}
.calender .schedule table tbody tr td .date .holidayname {
	color: #C00;
	font-size: 12px;
}
.calender .schedule table tbody tr td.sat {
	/*background-color: #CCEAF0;*/
}
.calender .schedule table tbody tr td.sat .date .num {
	color: #0D48A3;
}
.calender .schedule table tbody tr td.today {
	background-color: #FFFBE5;
}
.calender .schedule table tbody tr td [class*=label] a {
	display: block;
	border-radius: 5px;
	background-color: rgba(192,192,192,0.2);
	margin-bottom: 5px;
	margin-right: 2px;
}
.calender .schedule table tbody tr td [class*=label] a:hover {
	background-color: rgba(255,0,0,0.2);
}
.calender .submit {
	text-align: center;
	padding: 10px;
}
.calender .submit input {
	background-color: #ED273C;
	display: inline-block;
	border: 1px solid #ED273C;
	border-radius: 4px;
	padding: 5px 20px;
	color: #FFF;
	min-width: 50px;
	font-size: 16px;
}
.calender .submit input.grace {
	background-color: #DCD9D4;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), radial-gradient(at 50% 0%, rgba(255,255,255,0.10) 0%, rgba(0,0,0,0.50) 50%);
	background-blend-mode: soft-light, screen;
	border: 1px solid #CCC;
	color: #333;
}

.calender_detail .text {
	word-break: break-all
}


@media (max-width: 767px) {
.calender .schedule table {
	width: 100%;
	margin-bottom: 50px;
}
.calender .schedule thead {
        display: none;
}
.calender .schedule th,
.calender .schedule td {
		display: block;
		width: 100%;
		padding: 0;
}
.calender .schedule td {
		height: auto;
		display: -webkit-flex;
		display: flex;
	border-bottom: 1px solid #CCC;
}
.calender .schedule table tbody tr .none {
		display: none
}

.calender .schedule table tbody tr td .labels {
	padding: 5px;
	font-size: 12px;
}
.calender .schedule table tbody tr td [class*=label] a {
		padding: 5px 1em;

}

/* 日付 */
.calender .schedule table tbody tr td .num {
		font-weight: normal;
		padding: 7px;
		font-size: 16px;
		display: block;
		margin-bottom: 0;
		width: 40px;
		height: auto;
}
/* モバイル用曜日を追加 */
.calender .schedule table tbody tr td .date span:after {
		font-size: 11px;
		position: relative;
		left: -5px;
}
.calender .schedule table tbody tr td:nth-child(1) .date span:after {
		content: "（日）";
}
.calender .schedule table tbody tr td:nth-child(2) .date span:after {
		content: "（月）";
}
.calender .schedule table tbody tr td:nth-child(3) .date span:after {
		content: "（火）";
}
.calender .schedule table tbody tr td:nth-child(4) .date span:after {
		content: "（水）";
}
.calender .schedule table tbody tr td:nth-child(5) .date span:after {
		content: "（木）";
}
.calender .schedule table tbody tr td:nth-child(6) .date span:after {
		content: "（金）";
}
.calender .schedule table tbody tr td:nth-child(7) .date span:after {
		content: "（土）";
}
}
@media (min-width: 768px) {
.calender {
	width: 1000px;
	margin: 0 auto;
}
.calender h4 {
	font-size: 20px;
}
.calender h4 span {
	font-size: 36px;
}
.calender h4 span::before {
	margin-left: 20px;
}
.calender .schedule table {
	width: 100%;
}
.calender .schedule table tr th {
	padding: 1px;
}
.calender .schedule table tr td {
	width: 14.2%;
	border-bottom: 1px solid #CCC;
}
.calender .schedule table tbody tr td .date .num {
	font-size: 18px;
}
.calender .schedule table thead tr td {
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	border-left: 1px solid #CCC;
	color: #333;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	font-size: 18px;
}
.calender .schedule table thead tr td:nth-child(7n+1) {
	border-left: none;
}
.calender .schedule table tbody tr td {
	height: 120px;
	border-left: 1px solid #CCC;
}
.calender .schedule table tbody tr td a {
	font-size: 12px;
}
.calender .schedule table tbody tr td:nth-child(7n+1) {
	border-left: none;
}
.calender .schedule table tbody tr td [class*=label] {
		margin-top: 0;
		margin-right: 5px;
		font-size: 12px;
}

.calender .schedule table tbody tr td [class*=label] a {
		display: block;
		padding: 0 5px;
}
}

/*
　/予定表　.calender
******************************************/
@media (max-width: 800px) {
.calender .table_sp, .calender .table_sp tbody, .calender .table_sp thead, .calender .table_sp tfoot, .calender .table_sp tr, .calender .table_sp th, .calender .table_sp td {
	display: block;
}
.calender .table_sp {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.calender .table_sp th {
	background-color: #F2F2F2;
	border-top: 1px solid #CCC;
	padding: 5px;
}
.calender .table_sp td {
	border-top: 1px solid #CCC;
	padding: 5px;
}
}
@media (min-width: 801px) {
.calender .table_sp {
	width: 100%;
	margin-bottom: 20px;
}
.calender .table_sp th {
	background-color: #F2F2F2;
	border: 1px solid #CCC;
	padding: 5px;
	width: 200px;
}
.calender .table_sp td {
	border: 1px solid #CCC;
	padding: 5px;
}
}


.sns_btn {
	padding: 20px;
}
.sns_btn ul {
	display: table;
	margin: auto;
}
.sns_btn ul li {
	display: table-cell;
	vertical-align: middle;
}
.sns_btn ul li > div {
	margin: 10px;
}

.sns_btn .copy-value {
  cursor: pointer;
  position: relative;
}
.sns_btn .copy-value:hover {
  background: #f2fafc;
}
/* Tooltip */
.sns_btn .tooltip::after {
    content: 'Copied!';
    background: #555;
    display: inline-block;
    color: #fff;
    border-radius: .4rem;
    position: absolute;
    left: 50%;
    bottom: -1.8rem;
    transform: translate(-50%, 0);
    font-size: 0.7rem;
    padding: 4px 10px 6px 10px;
    animation: fade-tooltip .5s 1s 1 forwards;
}
 
/* Animation */
@keyframes fade-tooltip {
  to { opacity: 0; }
}


 @media (min-width: 768px) {
.instructor img {
}
.blog_detail .photo {
    width: 60%;
    margin: auto;
}
}




