@charset "utf-8";
/* CSS Document */
/*******************************************************************
基本カラー
濃いオレンジ：#F96　or　rgba(255,153,102,1.0);
薄いオレンジ：#FDB
*******************************************************************/

body {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	color: #000;
}
a {
	color: #4E331F;
	text-decoration: none;
}
a:hover, a:focus {
	color: #4E331F;
	text-decoration: underline;
}
.container {
	margin: 0 auto;
	padding: 0 15px;
}
@media (min-width: 768px) {
.container {
	width: 1200px;
}
}
/*******************************************************************
ヘッダー　ここから
*/

#header {
	padding: 30px 0px;
}
@media (min-width: 768px) {
#header {
	background-image: url(headerBg.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}
}
#header h1 {
	font-size: 36px;
	line-height: 1.2;
}
#header .logo {
	margin-bottom: 10px;
}
#header .tel {
	font-size: 28px;
}
#header .tel i.fa {
	color: #F96;
}
/*
ヘッダー　ここまで
*******************************************************************/


/*******************************************************************
グローバルナビゲーション　ここから
*/
#gnavi ul li {
	border-bottom: 1px dotted #F96;
	line-height: 2.5;
}
#gnavi ul li:last-child {
	border-bottom: none;
}
#gnavi ul li a {
	display: block;
	color: #F96;
}
#gnavi ul li a:hover {
	background-color: rgba(255,153,102,0.2);
	text-decoration: none;
}
#gnavi ul li a.no_data {
	pointer-events: none;
	background-color: #E4E4E4;
	color: #ADADAD;
}


/* スマホ　*/
@media (max-width: 767px) {
#gnavi {
	margin-bottom: 50px;
	border: 1px solid #F96;
	border-radius: 5px;
	background-color: rgba(255,255,255,1);
}
 .toggle{
	  background:rgba(255,153,102,1);
	  padding: 5px;

}
  .close{background:rgba(255,153,102,1);}

}

/* PC　*/
@media (min-width: 768px) {
#gnavi {
	padding: 30px 0;
	background-color: #FFF;
}
#gnavi ul {
    display: table;
    width: 100%;
    font-size: 16px;
    border: none;	
}
#gnavi ul li {
	display: inline-block;
	margin: 2px;
	font-size: 14px;
}
#gnavi ul li a {
	background-color: rgba(255,153,102,1);
	display: inline-block;
	border-radius: 5px;
	padding: 2px 20px;
	color: #000;
}
#gnavi ul li a:hover {
	background-color: rgba(255,153,102,0.5);
	border-radius: 5px;
}
}
/*
グローバルナビゲーション　ここまで
*******************************************************************/


/*******************************************************************
コンテンツ共有　ここから
*/
#contents {
	background-color: #FFF;
	margin-bottom: 10px;
}
#contents:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media (min-width: 768px) {
#contents {
	padding: 0px 20px;
}
}
@media (max-width: 767px) {
#contents {
	padding: 50px 5px 20px;
	background-image: url(headerBg.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}
}
#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: 440px;
	float: right;
	padding: 10px;
}
}
/*
メインとキャッチコピー　ここまで
*******************************************************************/


/*******************************************************************
教室案内　ここから
*/
.guidance h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}
/*　基本情報のテーブル　ここから　*/
@media (max-width: 767px) {
.guidance table {
	width: 98%;
	margin-bottom: 10px;
}
.guidance table tr th {
	padding: 5px;
	border-top: 1px solid #F96;
	background-color:#FDB;
}
.guidance table tr td {
	padding: 5px;
}
.guidance table tr th, .guidance table tr td {
	width: 100%;
	display: block;
	border-top: none;
}
}
@media (min-width: 768px) {
.guidance table tr th {
	width: 200px;
}
.guidance table {
	width: 98%;
	margin: 0 auto 10px;
}
.guidance table tr th {
	padding: 10px;
	border: 1px solid #F96;
	background-color:#FDB;
}
.guidance table tr td {
	padding: 10px;
	border: 1px solid #F96;
	background-color: rgba(255,255,255,0.5);
}
}

.guidance .sns li {
	float: left;
	text-align: left;
	margin: 1px;
}


/*
教室案内　ここまで
*******************************************************************/

/*******************************************************************
講師プロフィール　ここから
*/
.instructor h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}
.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: 600px;
	float: left;
	text-align: left;
	padding: 10px;
}
}
/*
講師プロフィール　ここまで
*******************************************************************/
/*******************************************************************
地図　ここから
*/
.map h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}
@media (min-width: 768px) {
.map .map_canvas {
	width:100%;
	height:500px;
}
}
@media (max-width: 767px) {
.map .map_canvas {
	width:100%;
	height:350px;
}
}
/*
地図　ここまで
*******************************************************************/


/*******************************************************************
コンタクト　ここから
*/
.contact .open {
	border: 2px solid #F96;
	border-radius: 5px;
	background-color: #FFF;
}
.contact .open h3 {
	font-size: 20px;
	background-color: #F96;
	padding: 5px;
}
.contact .open p {
	padding: 10px;
}
.contact .tel_num {
	background-color: #F96;
	font-size: 28px;
	border-radius: 5px;
	line-height: 90px;
}
@media (min-width: 768px) {
.contact {
	width: 1060px;
	margin: auto;
}
.contact .open {
	width: 500px;
	float: left;
}
.contact .tel_num {
	width: 500px;
	float: right;
}
}
@media (max-width: 767px) {
.contact .open {
	margin-bottom: 10px;
}
}



/*
コンタクト　ここまで
*******************************************************************/
/*******************************************************************
ギャラリー（トップページ）　ここから
*/
.gallery h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	color: #4E331F;
	padding: 5px;
	margin-bottom: 20px;
}


.gallery .gallerySec .article {
	width: 280px;
	height: 280px;
	float: left;
	margin: 12px;
	border: 1px solid #CCC;
}
.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 ul.btn li {
	display: inline;
}
.gallery ul.btn li a {
	background-color: rgba(255,153,102,1);
	display: inline-block;
	border-radius: 5px;
	padding: 5px 20px;
	color: #4E331F;
}
.gallery ul.btn li a:hover {
	background-color: rgba(255,153,102,0.5);
	border-radius: 5px;
}
@media (min-width: 768px) {
.gallery .gallerySec {
	width: 960px;
	margin: 0 auto;
}
}

.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;
}
}

/*
ギャラリー（トップページ）　ここまで
*******************************************************************/
/*******************************************************************
ギャラリー（一覧ページ）　ここから
*/
.gallery_detail h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	color: #4E331F;
	padding: 5px;
	margin-bottom: 20px;
}
@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;
}
}
/*
ギャラリー（一覧ページ）　ここまで
*******************************************************************/
/*******************************************************************
お問い合わせフォーム　ここから
*/
.inquiry h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	color: #4E331F;
	padding: 5px;
	margin-bottom: 20px;
}
@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(255,153,102,1);
	border-color: #F96;
	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(255,153,102,0.5);
	border-color:#F96;
}
.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 #F96;
}
.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;
	margin-bottom: 30px;
}
.coupon .c_wrap .school_info {
	border: 1px solid #F96;
	padding: 5px;
	color: #F96;
	border-radius: 10px;
}
.coupon .c_wrap .school_info h3 {
	background-color: #F96;
	border-radius: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 10px;
	margin-bottom: 10px;
}
.coupon .c_wrap .school_info p {
	padding: 0 20px;
}
.coupon .c_wrap .school_info a {
	color: #F96;
}
.coupon_bottom p {
	margin-bottom: 20px;
}
/*
クーポン）　ここまで
*******************************************************************/
/*******************************************************************
発表会情報　ここから
*/
.recital h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	color: rgb(52, 12, 13);
	padding: 5px;
	margin-bottom: 20px;
}
.recital .img img {
	max-width: 100%;
}
.recital .txt {
	text-align: left;
}
.recital h3 {
	font-weight: bold;
	border-bottom: 3px dotted #F96;
	margin-bottom: 10px;
	text-align: left;
}
.recital h3 span {
	background-color: #F96;
	padding: 0 1em;
	border-radius: 40px;
	color: #FFF;
}
.recital .txt dl dt {
	background-color: #FDB;
	padding: 0 1em;
	border-radius: 40px;
}
.recital .txt dl dd {
	padding: 5px;
	margin-bottom: 10px;
}
.recital .notice {
	border: 3px dotted #F96;
	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 h2{
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}


.blog ul.btn li {
	display: inline;
}
.blog ul.btn li a {
	background-color: rgba(255,153,102,1);
	display: inline-block;
	border-radius: 5px;
	padding: 5px 20px;
}
.blog ul.btn li a:hover {
	background-color: rgba(255,153,102,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: #F96;
}

.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 h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}
.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;
}
.blog_detail .cateNavi ul li a {
	border: 1px solid #F96;
	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: #F2F2F2;
	padding: 5px 0;
	border-radius: 50px;
}
.blog_detail .cateNavi ul li a:hover {
	color: #DD0000;
	background-color: rgba(255,153,102,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(255,153,102,0.1);
}

.blog_detail .more a {
	display: block;
	color: #666;
	padding: 5px;
	background-color: rgba(255,153,102,0.1);
}
.blog_detail .more a:hover {
	text-decoration: none;
	background-color: rgba(255,153,102,0.4);
}
.blog_detail .b_title .date {
	text-align: right;
}
.blog_detail .b_title h3 span.cate {
	padding: 1px 1em 0px;
	border-radius: 50px;
	background-color: #F96;
}
.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;
}
}

/* ブログ一覧表示変更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(255,153,102,1.0);;
	color: #000;
}
.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　ここまで　*/

/*
ブログ（詳細）　ここまで
*******************************************************************/


#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: #F96;/* 円の色 */
	text-align:center
	
}

#pageTop i{
margin-top:14px;}

/*******************************************************************
カレンダー（詳細）　ここから
*/
.calender h2 {
	line-height: 40px;
	font-size: 26px;
	background-color: #F96;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 20px;
}
#contents .calender_detail h2{
	line-height: 40px;
	font-size: 26px;
	background-color: rgba(255,153,102,1);/*背景色変更*/
	background-image:none;
	border-radius: 5px;
	color: rgb(52, 12, 13);/*必要に応じて文字の色も変更*/
	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;
}

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