@charset "utf-8";
/* CSS Document */
/*
#563F2C
228,228,228
*/
/*******************************************************************
基本カラー
濃い：#563F2C　or　rgba(86,63,44,1.0);
薄い：
*******************************************************************/

body {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	color: #2F0000;
}
a {
	color: #2F0000;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2F0000;
	text-decoration: underline;
}
.container {
	background: rgba(255,255,255,0.3);
	margin: 0 auto;
	padding: 0 15px;
}

@media (min-width: 768px) {
.container {
	width: 1150px;
}
.container {
	background: rgba(255,255,255,0.7);
	margin: 0 auto;
	padding: 0 15px;
}
}
/*******************************************************************
ヘッダー　ここから
*/

#header {
	padding: 30px 0px;
}
#header h1 {
	font-size: 36px;
	line-height: 1.2;
}
#header .tel {
	font-size: 28px;
}

@media (min-width: 768px) {
#header {
	text-align: left;
}
#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header .logo {
	float: left;
	margin-right: 10px;
}
#header .school_name {
	float: left;
}
#header .tel {
	float: right;
}
}
/*
ヘッダー　ここまで
*******************************************************************/


/*******************************************************************
グローバルナビゲーション　ここから
*/

/* スマホ　*/
#gnavi {
	margin-bottom: 50px;
}
#gnavi ul li {
	border-bottom: 1px dotted #333;
	line-height: 2.5;
}
#gnavi ul li:last-child {
	border-bottom: none;
}
#gnavi ul li a {
	display: block;
	color: #333;
}
#gnavi ul li a.no_data {
	pointer-events: none;
	color: #CCC;
}

@media (max-width: 767px) {
#gnavi {
	border: 1px solid #333;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.3);
}
#gnavi ul li a:hover {
	background-color: rgba(86,63,44,0.2);
	text-decoration: none;
}
.toggle {
	background-color: rgba(86,63,44,1);
	padding: 5px;
	color: #FFF;
	border-radius: 5px;
}
}

/* PC　*/
@media (min-width: 768px) {
#gnavi {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#gnavi ul li {
	display: inline;
	margin-left: 2px;
	margin-right: 5px;
	font-size: 16px;
	border: none;
}
#gnavi ul li a {
	display: inline-block;
	color: #333;
	background-image: url(menu_icon.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 20px;
	padding-right: 5px;
	line-height: 45px;
}
#gnavi ul li a:hover {
	text-decoration: underline;
}
}
/*
グローバルナビゲーション　ここまで
*******************************************************************/

/*******************************************************************
ここから
*/
#contents {
	text-align: left;
}
#contents h2 {
	background-image: url(h2_icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 50px;
	line-height: 40px;
	font-size: 26px;
	margin-bottom: 20px;
}
#contents .section {
	margin-bottom: 50px;
}
.main {
	margin-bottom: 20px;
}
.main .mainImg img {
	max-width: 100%;
}
.main .mainTxt {
	text-align: left;
}
.main .mainTxt h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
.main .mainImg {
	width: 460px;
	float: left;
	padding: 10px;
	text-align: center;
}
.main .mainTxt {
	width: 600px;
	float: left;
	padding: 10px;
}
}

/*******************************************************************
教室案内　ここから
*/

/*　基本情報のテーブル　ここから　*/
@media (max-width: 767px) {
.guidance table {
	width: 98%;
	margin-bottom: 10px;
}
.guidance table tr th {
	padding: 5px;
	border-top: 1px solid #CCC;
	background-color: rgba(204,204,204,0.2);
	font-weight: bold;
}
.guidance table tr td {
	padding: 5px;
	background-color: rgba(255,255,255,0.5);
}
.guidance table tr th, .guidance table tr td {
	width: 100%;
	display: block;
	border-top: none;
}
}

@media (min-width: 768px) {
.guidance table {
	width: 98%;
	margin: 0 auto 10px;
}
.guidance table tr th {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: rgba(204,204,204,0.2);
	width: 200px;
}
.guidance table tr td {
	padding: 10px;
	border: 1px solid #CCC;
	background-color: rgba(255,255,255,0.5);
}
}
.guidance .sns li {
	float: left;
	text-align: left;
	margin: 1px;
}
/*
教室案内　ここまで
*******************************************************************/
/*******************************************************************
講師プロフィール　ここから
*/
.instructor .instSec {
	margin-bottom: 30px;
}
.instructor .img img {
	max-width: 100%;
}
.instructor .txt {
	text-align: left;
}
.instructor .txt h3 {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 120%;
}

@media (min-width: 768px) {
.instructor .img {
	width: 440px;
	float: right;
	padding: 10px;
}
.instructor .txt {
	width: 650px;
	float: left;
	text-align: left;
	padding: 10px;
}
}

/*
講師プロフィール　ここまで
*******************************************************************/
/*******************************************************************
地図　ここから
*/
@media (min-width: 768px) {
.map .map_canvas {
	width: 100%;
	height: 500px;
}
}

@media (max-width: 767px) {
.map .map_canvas {
	width: 100%;
	height: 350px;
}
}
/*
地図　ここまで
*******************************************************************/
/*******************************************************************
コンタクト　ここから
*/
.contact .open {
	text-align: center;
	border: 2px solid #563F2C;
	border-radius: 5px;
	background-color: #FFF;
}
.contact .open h3 {
	font-size: 20px;
	background-color: #563F2C;
	padding: 5px;
	color: #FFF;
}
.contact .open p {
	padding: 10px;
}
.contact .tel_num {
	text-align: center;
	background-color: #563F2C;
	font-size: 28px;
	border-radius: 5px;
	line-height: 90px;
	color: #FFF;
}
.contact .tel_num a {
	color: #FFF;
}

@media (min-width: 768px) {
.contact {
	width: 1050px;
	margin: 0 auto;
}
.contact .open {
	width: 500px;
	float: left;
}
.contact .tel_num {
	width: 500px;
	float: right;
}
}

@media (max-width: 767px) {
.contact .open {
	margin-bottom: 10px;
}
}
/*
コンタクト　ここまで
*******************************************************************/
/*******************************************************************
ギャラリー（トップページ）　ここから
*/
.gallery .gallerySec .article {
}
.gallery ul.btn {
	float: right;
}
.gallery ul.btn li {
	float: right;
}
.gallery ul.btn li a {
	background-color: rgba(86,63,44,1);
	display: inline-block;
	border-radius: 5px;
	padding: 5px 20px;
	color: #FFF;
}
.gallery ul.btn li a:hover {
	background-color: rgba(86,63,44,0.5);
	border-radius: 5px;
}

@media (max-width: 767px) {
.gallery .gallerySec .article {
	margin: 0 auto 10px;
}
.gallery .gallerySec .article .box .img img {
	width: 100%;
}
}
@media (min-width: 768px) {
.gallery .gallerySec {
	width: 960px;
	margin: 0 auto;
}
.gallery .gallerySec .article {
	width: 280px;
	height: 280px;
	margin: 12px;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: left;
}
.gallery .gallerySec .article .box {
	display: table;
}
.gallery .gallerySec .article .box .img {
	display: table-cell;
	width: 280px;
	height: 280px;
	line-height: 280px;
	vertical-align: middle;
	text-align: center;
	layout-grid-line: 280px;
}
.gallery .gallerySec .article .img img {
	max-height: 280px;
	max-width: 280px;
	vertical-align: middle;
}
}

.gallery .gallerySec ul li > div {
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 8px;
}
.gallery .gallerySec ul li .img img {
	max-width: 100%;
	max-height: 100%;
}
.gallery .gallerySec ul li .text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px;
}
@media (max-width: 767px) {
.gallery .gallerySec ul li {
}
}
@media (min-width: 768px) {
.gallery .gallerySec ul {
	display: flex;
	justify-content: space-between;
}
.gallery .gallerySec ul li {
	width: 33.3%;
}
.gallery .gallerySec ul li .img {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.gallery .gallerySec ul li .img {
	height: 300px;
}
}

/*
ギャラリー（トップページ）　ここまで
*******************************************************************/
/*******************************************************************
ギャラリー（一覧ページ）　ここから
*/
@media (max-width: 767px) {
.gallery_detail .article {
	margin-bottom: 10px;
}
.gallery_detail .article .img img {
	max-width: 100%;
}
}

@media (min-width: 768px) {
.gallery_detail .gallery_wrap {
	max-width: 960px;
	margin: 0 auto 20px;
}
.gallery_detail .article {
	width: 440px;
	height: 520px;
	float: left;
	margin: 9px;
	border: 1px solid #CCC;
}
.gallery_detail .article .box {
	display: table;
}
.gallery_detail .article .box .img {
	display: table-cell;
	width: 440px;
	height: 440px;
	line-height: 440px;
	vertical-align: middle;
	text-align: center;
	layout-grid-line: 440px;
}
.gallery_detail .article .img img {
	max-height: 440px;
	max-width: 440px;
	vertical-align: middle;
}
.gallery_detail .article .caption {
	padding: 10px;
}
}

/*
ギャラリー（一覧ページ）　ここまで
*******************************************************************/
/*******************************************************************
お問い合わせフォーム　ここから
*/
@media (max-width: 767px) {
.inquiry dl {
	text-align: left;
}
.inquiry dl dt {
	font-weight: bold;
}
.inquiry dl dd {
	padding: 5px 5px 5px 10px;
}
}

@media (min-width: 768px) {
.inquiry dl dt {
	width: 200px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding: 5px;
}
.inquiry dl dd {
	text-align: left;
	padding: 5px 5px 5px 220px;
}
}
/* -------------------------------------
 フォームの装飾
-------------------------------------- */
.f_item {
	padding: 8px;
	margin-bottom: 5px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.f_item:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.f_item::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.f_item:-ms-input-placeholder {
 color: #999;
}
.f_item::-webkit-input-placeholder {
 color: #999;
}
.f_item[disabled], .f_item[readonly], fieldset[disabled] .f_item {
	background-color: #eee;
	opacity: 1;
}
.f_item[disabled], fieldset[disabled] .f_item {
	cursor: not-allowed;
}
textarea.f_item {
	height: auto;
}

@media (min-width: 768px) {
.f_wrap input.w30, .f_wrap textarea.w30 {
	width: 30%;
}
.f_wrap input.w50, .f_wrap textarea.w50 {
	width: 50%;
}
.f_wrap input.w80, .f_wrap textarea.w80 {
	width: 80%;
}
.f_wrap input.w100, .f_wrap textarea.w100 {
	width: 95%;
}
}

@media (max-width: 767px) {
.f_wrap input.w30, .f_wrap input.w50, .f_wrap input.w80, .f_wrap input.w100 {
	width: 95%;
}
.f_wrap textarea {
	width: 95%;
}
}
.submit {
	text-align: center;
	padding: 10px;
}
.submit input {
	padding: 5px 20px;
}
.btn {
	display: inline-block;
	padding: 10px 18px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #fff6;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.btn-dot01 {
	color: #333;
	background-color: rgba(86,63,44,1);
	font-weight: bold;
	font-size: 120%;
}
.btn-dot01 a {
	font-weight: bold;
	color: #fff;
	font-size: 120%;
}
.btn-dot01:hover, .btn-dot01:focus, .btn-dot01:active, .btn-dot01.active, .open .dropdown-toggle.btn-dot01 {
	color: #555;
	background-color: rgba(86,63,44,0.5);
	border-color: #563F2C;
}
.btn-dot01:active, .btn-dot01.active, .open .dropdown-toggle.btn-dot01 {
	background-image: none;
}
/*
お問い合わせフォーム　ここまで
*******************************************************************/

/*******************************************************************
クーポン　ここから
*/
.coupon {
	background-color: #FFF;
	margin: 20px;
	padding: 20px;
	height: 100%;
	border-radius: 10px;
}
.coupon h1 {
	margin-bottom: 30px;
}
.coupon .c_wrap {
	width: 90%;
	margin: 0 auto 30px;
	text-align: left;
}
.coupon .c_wrap h2 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	border-bottom: 1px solid #563F2C;
}
.coupon .c_wrap .naiyo {
	font-size: 16px;
	margin-bottom: 50px;
}
.coupon .c_wrap .note {
	background-color: #F2F2F2;
	font-size: 12px;
	padding: 20px;
	border-radius: 10px;
}
.coupon p {
	margin-bottom: 20px;
}
/*
クーポン）　ここまで
*******************************************************************/
/*******************************************************************
発表会情報　ここから
*/
.recital .img img {
	max-width: 100%;
}
.recital .txt {
	text-align: left;
}
.recital h3 {
	font-weight: bold;
	border-bottom: 3px dotted #563F2C;
	margin-bottom: 10px;
	text-align: left;
}
.recital h3 span {
	background-color: rgba(86,63,44,.2);
	padding: 0 1em;
	border-radius: 40px;
}
.recital .txt dl dt {
	background-color: rgba(86,63,44,.2);
	padding: 0 1em;
	border-radius: 40px;
}
.recital .txt dl dd {
	padding: 5px;
	margin-bottom: 10px;
}
.recital .notice {
	border: 3px dotted #563F2C;
	text-align: left;
}

@media (max-width: 767px) {
.recital .img {
	margin-bottom: 20px;
}
.recital .txt {
	margin-bottom: 20px;
}
.recital h3 {
	font-size: 20px;
}
.recital .txt h3 span {
	font-size: 12px;
}
.recital .notice {
	font-size: 12px;
	padding: 10px;
}
}

@media (min-width: 768px) {
.recital .img {
	width: 440px;
	float: right;
	padding: 10px;
}
.recital .txt {
	width: 440px;
	float: left;
	text-align: left;
	padding: 10px;
}
.recital h3 {
	font-size: 24px;
}
.recital h3 span {
	font-size: 18px;
}
.recital .txt dl dt {
	font-size: 18px;
}
.recital .notice {
	padding: 15px;
}
}
/*
発表会情報　ここまで
*******************************************************************/
/*******************************************************************
ブログ（index一覧）　ここから
*/
.blog {
	margin-bottom: 20px;
}
.blog:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blog ul.btn :after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blog ul.btn {
	float: right;
}
.blog ul.btn li {
	float: right;
}
.blog ul.btn li a {
	background-color: rgba(86,63,44,1);
	display: inline-block;
	border-radius: 5px;
	padding: 5px 20px;
	color: #FFF;
}
.blog ul.btn li a:hover {
	background-color: rgba(86,63,44,0.5);
	border-radius: 5px;
}
.blog img {
	max-width: 100%;
}
.blog ul.list > li {
	border-bottom: 3px dotted #CCC;
}
.blog ul.list > li > div {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.blog ul.list > li > div .txt {
	display: table-cell;
	width: 80%;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}
.blog ul.list > li > div .txt h3 a {
	display: block;
}
.blog ul.list > li > div .txt h3 a:hover {
	background-color: inherit;
}
.blog ul.list > li > div .txt h3 span.cate {
	padding: 1px 1em 0px;
	border-radius: 50px;
	background-color: rgba(86,63,44,0.4);
}
.blog ul.list > li > div .txt .date {
	color: #999;
}
.blog ul.list > li > div .photo {
	display: table-cell;
	width: 20%;
	padding: 5px;
	vertical-align: middle;
	text-align: right;
}
.blog ul.list > li > div .photo img {
	max-width: 100%;
}

@media (max-width: 767px) {
.blog ul.list > li > div .photo img {
	max-height: 50px;
}
}

@media (min-width: 768px) {
.blog ul.list {
	width: 960px;
	margin: 0 auto;
}
.blog ul.list > li > div .txt h3 {
	font-size: 20px;
}
.blog ul.list > li > div .photo img {
	max-height: 80px;
}
}
/*
ブログ（index一覧）　ここまで
*******************************************************************/



/*******************************************************************
ブログ（詳細）　ここから
*/
.blog_detail .article {
	margin-bottom: 50px;
}
.blog_detail .cateNavi {
	margin-bottom: 30px;
}
.blog_detail .cateNavi ul {
	width: 100%;
}
.blog_detail .cateNavi ul li {
	float: left;
	text-align: center;
}
.blog_detail .cateNavi ul li a {
	border: 1px solid #563F2C;
	display: block;
	border-radius: 50px;
	padding: 5px 0;
	margin: 1px;
}
.blog_detail .cateNavi ul li span.none {
	border: 1px solid #ccc;
	display: block;
	margin: 1px;
	background-color: #F7F5F2;
	color: #ccc;
	padding: 5px 0;
	border-radius: 50px;
}
.blog_detail .cateNavi ul li a:hover {
	color: #563F2C;
	background-color: rgba(86,63,44,0.1);
}
.blog_detail .b_title {
	margin-bottom: 10px;
}
.blog_detail .b_title h3 {
	text-align: left;
	border-bottom: 3px dotted #CCC;
	margin-bottom: 5px;
}
.blog_detail .b_title h3 a {
	display: block;
	color: #666;
}
.blog_detail .b_title h3 a:hover {
	text-decoration: none;
	background-color: rgba(86,63,44,0.1);
}
.blog_detail .b_title h3 span.cate {
	padding: 1px 1em 0px;
	border-radius: 50px;
	background-color: rgba(86,63,44,0.4);
}
.blog_detail .more {
	text-align: center;
}
.blog_detail .more a {
	display: block;
	color: #666;
	padding: 5px;
	background-color: rgba(86,63,44,0.1);
}
.blog_detail .more a:hover {
	text-decoration: none;
	background-color: rgba(86,63,44,0.4);
}
.blog_detail .b_title .date {
	text-align: right;
}
.blog_detail .photo {
	margin-bottom: 10px;
	text-align: left;
}
.blog_detail .text {
	margin-bottom: 30px;
	text-align: left;
}
.blog_detail .photo img {
	max-width: 100%;
}
.blog_detail .tagArea {
	margin-bottom: 50px;
}
.blog_detail .tagArea ul li {
	display: inline-block;
}
.blog_detail .tagArea ul li a {
	padding: 0 1em;
	margin-right: 5px;
	background-color: #ccc;
	color: #333;
	border-radius: 50px;
}

@media (max-width: 767px) {
.blog_detail .b_title h3 span.cate {
	font-size: 11px;
}
.blog_detail .cateNavi ul li {
	width: 33%;
}
}

@media (min-width: 768px) {
.blog_detail .b_title h3 {
	font-size: 26px;
}
.blog_detail .b_title h3 span.cate {
	font-size: 20px;
}
.blog_detail .article {
	width: 960px;
	margin: 0 auto 50px;
}
.blog_detail .cateNavi ul li {
	width: 16%;
}
}
.blog_detail .pager {
	margin-bottom: 20px;
}
.blog_detail .pager .right li {
	display: inline;
	margin: 1px;
}
.blog_detail .pager .right li.none {
	padding: 3px 8px;
	border: 2px solid #F2F2F2;
	background-color: #F2F2F2;
	color: #999;
}
.blog_detail .pager .right li a {
	padding: 3px 8px;
	border: 1px solid #ccc;
	display: inline-block;
}

@media (max-width: 767px) {
.blog_detail .pager {
	text-align: center;
}
}

@media (min-width: 768px) {
.blog_detail .pager {
	width: 960px;
	margin: 0 auto 20px;
}
.blog_detail .pager .left {
	float: left;
}
.blog_detail .pager .right {
	float: right;
}
}
/*
ブログ（詳細）　ここまで
*******************************************************************/

#pageTop {
	color: #FFF;
	font-size: 20px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 25px;/* width,heightの半分 */
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: rgba(86,63,44,0.8);/* 円の色 */
	text-align: center
}
#pageTop i {
	margin-top: 14px;
}
#pageTop a {
	color: #FFF;
}
/*******************************************************************
カレンダー（詳細）　ここから
*/
.calender h2 {
	line-height: 40px;
	font-size: 26px;
	background-image: url(h2_icon.png);/*基本のh2背景が一色の場合はnone*/
	background-color: none;/*背景色変更*/
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}
#contents .calender_detail h2 {
	line-height: 40px;
	font-size: 18px;
	background-color: #563F2C;/*背景色変更*/
	background-image: none;
	border-radius: 5px;
	color: #FFF;/*必要に応じて文字の色も変更*/
	padding: 5px;
	text-align: center;
	margin-bottom: 20px;
}
.calender_detail .article {
	margin-bottom: 10px;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0 0 5px #CCC;
	clear: both;
}
.calender_detail .text {
	text-align: left;
	clear: both;
	padding: 10px 20px;
}
.calender_detail .photo {
	padding: 10px;
}
.calender_detail .photo img {
	max-width: 100%;
}
.calender_detail .c_title h3 {
	text-align: left;
	margin-bottom: 5px;
	padding: 0 20px
}

@media (min-width: 768px) {
.calender_detail h2 {
	font-size: 25px;
}
.calender_detail h2 span {
	font-size: 30px;
	margin: 0 10px;
	font-weight: bold;
}
.calender_detail .article {
	width: 980px;
	margin: auto;
}
.calender_detail .c_title h3 {
	font-size: 26px;
	border-bottom: 1px dotted;
}
}

@media (max-width: 767px) {
.calender_detail h2 {
	font-size: 18px;
}
.calender_detail h2 span {
	font-size: 22px;
	margin: 0 10px;
	font-weight: bold;
}
.calender_detail .c_title h3 {
	font-size: 20px;
	text-align: left;
	border-bottom: 1px dotted;
}
.calender_detail .c_title {
	clear: both;
}
}
.calender_detail .back_c {
	margin-bottom: 20px;
	text-align: right;
}
.calender_detail .back_c p {
	background: #eee;
	border-radius: 10px;
	display: inline-block;
	padding: 10px;
	margin-bottom: 20px;
}



/* ブログ一覧表示変更CSS　20210825　*/
.blog_detail .b_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 3px dotted #999;
}
.blog_detail .b_list_left {
	flex: 1 0 80%;
	margin: 8px;
}
.blog_detail .b_list_left h3 {
	text-align: left;
}
.blog_detail .b_list_left h3 a {
	display: block;
}
.blog_detail .b_list_left h3 a:hover {
	background-color: rgba(55,55,55,.08);
}
.blog_detail .b_list_left h3 span.cate {
	padding: 1px 1em 0px;
	border-radius: 50px;
	background-color: rgba(86,63,44,1.0);
	color: #FFF;
}
.blog_detail .b_list_left .text {
	margin-bottom: 0;
	font-size: 18px;
}
.blog_detail .b_list_left .date {
	text-align: right;
}
.blog_detail .b_list_photo {
	flex: 1 0 12%;
	margin: 8px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.blog_detail .b_list_photo img {
	width: 95%;
}
@media (min-width: 768px) {
.blog_detail .b_list_left h3 {
	font-size: 24px;
}
.blog_detail .b_list_left h3 span.cate {
	font-size: 16px;
}
}
@media (max-width: 767px) {
.blog_detail .b_list_left {
	flex: 1 0 75%;
}
.blog_detail .b_list_left .text {
	line-height: 1.2;
	font-size: 11px;
}
.blog_detail .b_list_left h3 {
	font-size: 18px;
}
.blog_detail .b_list_left h3 span.cate {
	font-size: 12px;
}
.blog_detail .b_list_left .date {
	font-size: 11px;
}
.blog_detail .b_list_photo {
	flex: 1 0 15%;
	height: 60px;
}
}
/* ブログ一覧表示変更CSS　ここまで　*/


/*
カレンダー（index一覧）　ここまで
*******************************************************************/
