@charset "utf-8";
/* CSS Document */

/* クリアフィックス
-------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


/* タイトルエリア
-------------------------------------------------- */

.diary_body {
	width: 1024px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.diary_body {
		width: 90vw;

	}
}

.diary_label {
	display: flex;
	margin-bottom: 46px;
}

.mouth_area {
	height: 55px;
	line-height: 55px;
	background: url(/common_2017/info/month.png) right center no-repeat #222222;
	color: #fff;
	padding: 0 40px 0 20px;
	font-size: 30px;
	letter-spacing: -1px;
}

.mouth_area span {
	color: #23b7fe;
}

.date_area {
	display: inline-block;
	background-color: #222222;
	height: 55px;
	line-height: 55px;
	font-size: 0;
	padding: 0 12px 0 15px;
	float: left;
	margin-right: 18px;
}

.date_area span {
	vertical-align: middle;
}

.date_area span.date {
	color: #23b7fe;
	font-size: 36px;
	/* letter-spacing: -3px; */
	transform: scale(0.8, 1);
	margin-right: 5px;
}

.date_area span.date span {
	/* vertical-align: top; */
	display: inline-block;
	margin: 0 0.08em 0.1em 0.16em;
}

.date_area span.week {
	color: #23b7fe;
	font-size: 14px;
	font-weight: bold;
	transform: scale(0.8, 1);
	margin-right: 5px;
}

.date_area span.count {
	color: #222222;
	background-color: #e9f8ff;
	font-size: 15px;
	padding: 0 7px 0 4px;
	border-radius: 3px;
	letter-spacing: -3px;
	transform: scale(0.8, 1);
	display: inline-block;
	min-width: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}

.date_area span.slash {
	display: inline-block;
	width: 30px;
	height: 55px;
	background: url(/common_2017/info/date.png) no-repeat;
	background-size: auto 100%;
}

.date_area span.year {
	color: #fff;
	transform: scale(0.8, 1);
	display: inline-block;
	font-size: 16px;
}

dl.cate_area {
	flex: 1;
	float: left;
	padding-top: 18px;
	color: #666666;
}

div.diary_main dl.cate_area {
	float: none;
	padding-top: 0;
	display: none;
}

@media screen and (max-width: 768px) {
	div.diary_main dl.cate_area {
		display: block;
	}
}


dl.cate_area dt {
	display: inline-block;
}

dl.cate_area dd {
	display: inline-block;
}

dl.cate_area dd ul li {
	display: inline-block;
	background-color: #e9f8ff;
	padding: 0 5px 0 3px;
	border: 1px solid #c3dce7;
	border-radius: 3px;
	margin-right: 3px;
}

h2.diary_ttl {
	min-height: 93px;
	box-sizing: border-box;
	padding: 0 15px 20px;
	font-size: 28px;
	border-bottom: 1px solid #bfbfbf;
	font-weight: bold;
	margin-bottom: 18px;
}

.archive_ttl_area h2.diary_ttl {
	padding: 0 0 20px;
	min-height: 80px;
}

.diary_ttl_area {
	padding: 0 25px 20px 0;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 18px;
}

.diary_ttl_area h2 {
	/* width: 670px; */
	width: 100%;
	float: left;
	font-size: 28px;
	font-weight: bold;
}

.diary_ttl_area .writer {
	/*width: 400px;*/
	/*width: auto;*/
	float: right;
}

.diary_ttl_area .writer .icon {
	float: right;
	margin-left: 15px;
}

.diary_ttl_area .writer .name {
	color: #222222;
	font-size: 12px;
	text-align: right;
	float: right;
	padding-top: 25px;
	/*width: 160px;*/
}

@media screen and (max-width: 768px) {
	.ttl_area .mouth_area {
		height: 40px;
		line-height: 40px;
		padding: 0 30px 0 15px;
		color: #fff;
		font-size: 20px;
		background: url(/common_2017/info/month.png) right center no-repeat #222;
		background-size: auto 100%;
		display: inline-block;
	}

	.ttl_area .mouth_area span {
		color: #23b7fe;
	}

	.ttl_area h2.diary_ttl {
		font-size: 20px;
		font-weight: bold;
		color: #222222;
		padding-bottom: 20px;
		border-bottom: 1px solid #7f7f7f;
		margin-bottom: 20px;
		min-height: auto;
		padding-left: 0;
	}

	.diary_label {
		margin-bottom: 20px;
	}

	.date_area {
		display: inline-block;
		background-color: #222222;
		height: 40px;
		line-height: 40px;
		font-size: 0;
		padding: 0 12px 0 15px;
		float: left;
		margin-right: 18px;
	}

	.date_area span {
		vertical-align: middle;
	}

	.date_area span.date {
		color: #23b7fe;
		font-size: 20px;
		/* letter-spacing: -3px; */
		transform: scale(0.8, 1);
		margin-right: 5px;
	}

	.date_area span.date span {
		vertical-align: top;
		/* margin-right: 0.3em;
		margin-top: 0.2em;
		line-height: 1; */
	}

	.date_area span.week {
		color: #23b7fe;
		font-size: 12px;
		font-weight: bold;
		transform: scale(0.8, 1);
		margin-right: 5px;
	}

	.date_area span.count {
		color: #222222;
		background-color: #e9f8ff;
		font-size: 12px;
		padding: 0 4px 0 1px;
		border-radius: 3px;
		letter-spacing: -3px;
		transform: scale(0.8, 1);
		display: inline-block;
		min-width: 20px;
		height: 15px;
		line-height: 15px;
		text-align: center;
	}

	.date_area span.slash {
		display: inline-block;
		width: 20px;
		height: 40px;
		background: url(/common_2017/info/date.png) no-repeat;
		background-size: auto 100%;
	}

	.date_area span.year {
		color: #fff;
		transform: scale(0.8, 1);
		display: inline-block;
		font-size: 14px;
	}

	.diary_label dl.cate_area {
		display: none;
	}

	.dl.cate_area {
		text-align: right;
		color: #666666;
		font-size: 12px;
		margin-bottom: 20px;
	}

	dl.cate_area dt {
		display: inline-block;
	}

	dl.cate_area dd {
		display: inline-block;
	}

	dl.cate_area dd ul li {
		display: inline-block;
		background-color: #e9f8ff;
		padding: 0 5px 0 3px;
		border: 1px solid #c3dce7;
		border-radius: 3px;
	}

	.diary_ttl_area {
		padding: 0 0 20px 0;
		margin-bottom: 20px;
	}

	.diary_ttl_area h2 {
		width: 100%;
		float: none;
		/*font-size: 20px;*/
		font-size: 5vw;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.diary_ttl_area .writer {
		width: 100%;
		float: none;

		display: flex;
		/*justify-content: flex-end;*/
		align-items: center;

		flex-direction: row-reverse;
	}

	.diary_ttl_area .writer .icon {
		margin-left: 10px;
		width: 15%;
	}

	.diary_ttl_area .writer .icon img {
		width: 100%;
		height: auto;
	}

	.diary_ttl_area .writer .name {
		font-size: 1.2rem;
		padding-top: 0;
	}
}

/* 骨格
-------------------------------------------------- */

.diary_main {
	padding-bottom: 70px;
}

.diary_main .left_box {
	width: 764px;
	float: left;
	padding-left: 24px;
}

.diary_main .left_box.archive_area {
	padding-left: 0;
}

.diary_main .right_box {
	width: 200px;
	float: right;
}

.diary_main .left_box .more_link {
	text-align: right;
	margin-bottom: 25px;
}

.diary_main .left_box .more_link a {
	display: inline-block;
	padding: 3px 7px 2px 25px;
	background: url(/common_2017/info/ico_prev.png) 10px center no-repeat;
	background-color: #f2f3f0;
	border-radius: 5px;
	color: #111111;
}

.diary_main h4.ttl_h4 {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-right: 26px;
	background: url(/common_2017/info/h3.png) right center no-repeat;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.diary_main {
		padding-bottom: 0;
	}

	.diary_main .left_box {
		width: 100%;
		float: none;
		padding-left: 0;
	}

	.diary_main .left_box.archive_area {
		padding-left: 0;
	}

	.diary_main .right_box {
		width: 100%;
		float: none;
		margin-top: 8vw;
	}

	.diary_main .left_box .more_link {
		display: none;
	}
}



/* お知らせ一覧
-------------------------------------------------- */

.archive_list>ul {
	/* display: flex;
	flex-wrap: wrap;
	gap: 50px; */

	display: grid;
	/* 1fr(フラクション)を3回繰り返す＝3等分にする */
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	/* カード同士の隙間（上下左右） */

	/* リストの黒点を消す＆余白リセット（必要なら） */
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 各カードの高さ設定 */
.archive_list>ul>li {
	display: flex;
	/* これで中の要素(aタグ)が高さを広げられるようになります */
	height: auto;
}

/* aタグを親(li)いっぱいに広げる */
.archive_list>ul>li>a {
	display: flex;
	flex-direction: column;
	/* 中身を縦並びに維持 */
	justify-content: space-between;
	/* 余白の扱い（必要に応じて） */
	height: 100%;
	/* liの高さに合わせる */
	background: #fff;
	/* 背景色があれば */
}

/* .archive_list>ul {
	font-size: 0;
	letter-spacing: 0;
	padding-top: 44px;
}

.archive_list>ul>li {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 52px;
	margin-bottom: 50px;
}

.archive_list>ul>li:nth-child(3n) {
	margin-right: 0;
} */

.archive_list>ul>li h3 {
	margin-bottom: 10px;
	color: #222222;
	font-size: 14px;
	/* min-height: 60px; */
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.archive_list>ul>li:hover h3 {
	color: #23b7fe;
}

.archive_list>ul>li h3>span {
	color: #1b8bc1;
	font-size: 16px;
	display: block;
	vertical-align: middle;
}

.archive_list>ul>li h3>span span {
	font-size: 13px;
}

.archive_list>ul>li h3 a:hover {
	text-decoration: underline;
}

.archive_list>ul>li a p {
	overflow: hidden;
	border: 1px solid #dddddd;
}


.archive_list>ul>li a .photo {
	display: block;
	box-sizing: border-box;

	transition: All 0.4s ease;
	height: 220px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	background-size: cover;
	transition: all .3s ease-out;
	background-position: 50% 0;
}

.archive_list>ul>li a .photo:hover {
	transform: scale(1.2);
}

.archive_list>ul>li a .photo img {
	max-width: 100%;
	height: auto;
	/*object-fit: cover;*/
	transition: 0.2s;
}

.archive_list>ul>li:hover a .photo img {
	transform: scale3d(1.2, 1.2, 1.2);
}

.sp_top_date_nav {
	display: none;
}

@media screen and (max-width: 768px) {
	.sp_top_date_nav {
		display: block;
		text-align: right;
		margin-bottom: 20px;
	}

	.sp_top_date_nav .date_nav {
		width: 195px;
		display: inline-block;
		margin-bottom: 0;
	}

	.archive_list>ul {
		padding-top: 0;
		grid-template-columns: repeat(2, 1fr);
		gap: 4vw;
	}

	.archive_list>ul>li {
		/* width: 49%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 30px; */
		font-size: 14px;
		font-size: 4.375vw;
		/* 14px */
		margin-right: 0;
	}

	.archive_list>ul>li:nth-child(2n) {
		/* margin-left: 2%; */
	}

	.archive_list>ul>li h3 {
		color: #222;
		/*min-height: 6em;*/
		margin-bottom: 0.4em;
		font-size: 3.125vw;
		/* 10px */
	}

	.archive_list>ul>li h3 span.rbt_r {
		display: block;
		color: #1b8bc1;
	}

	.archive_list>ul>li h3>span span,
	.archive_list>ul>li h3>span {
		font-size: 2.8125vw;
		/* 9px */
	}

	.archive_list>ul>li a .photo {
		border: 1px solid #dddddd;
		overflow: hidden;
		height: 46vw;
		display: block;
		background-color: #f2f2f2;
	}

	.archive_list>ul>li a .photo img {
		width: 100%;
		height: auto;
		transition: 0.2s;
	}
}


/* 記事
-------------------------------------------------- */

.diary_dtl {
	margin-bottom: 60px;
	margin-top: 20px;
}

.diary_dtl p {
	font-size: 1.6rem;
	margin-bottom: 1.5em;
	line-height: 2.2;
}

.diary_dtl p.ttl {
	font-size: 1.8rem;
	line-height: 1.4;
	color: #23b7fe;
	font-weight: 600;
	padding: 0.8em 0.5em 0.8em 0.8em;
	border-left: solid 3px #23b7fe;
}

.diary_dtl h5 {
	padding: 6px 0 6px 8px;
	border-left: 5px solid #23b7fe;
	font-size: 1.6rem;
	color: #222222;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 2em;
}

@media screen and (max-width: 768px) {
	.diary_dtl p {
		font-size: 4.0625vw;
		/* 13px */
		line-height: 1.8;
	}
}


.diary_dtl p sup {
	font-size: 0.6em;
	position: relative;
	top: -0.5em;
}

.diary_dtl p small {
	font-size: 1.2rem;
	color: #777;
}


.diary_dtl img {
	max-width: 100%;
}

.diary_dtl .txt {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.swiper-container {
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

.swiper-wrapper {
	text-align: center;
}

.swiper-slide {
	margin: auto;
}

.swiper-slide img {
	max-width: 100%;
}

.swiper-pagination {
	display: none;
}


.photo_area {
	width: 100%;
	margin-bottom: 30px;
}

.photo_area p {
	text-align: center;
	background-color: #f2f2f2;
}

.photo_area p img {
	/*width: 100%;*/
	height: auto;
	margin-inline: auto;
}

div.photo_area div.swiper-container {
	margin-bottom: 0;
}

@media screen and (min-width: 600px) {
	.swiper-wrapper {
		transform: none !important;
	}

	ul.swiper-wrapper,
	.thumbnails {
		font-size: 0;
		letter-spacing: 0;
		text-align: right;
		margin-bottom: 10px;
		display: block;
	}

	ul.swiper-wrapper li,
	.thumbnails li {
		display: inline-block;
		padding: 0 3px 0 0;
		background: url(/common_2017/diary/photo_nav.png) bottom repeat-x;
		width: auto;
	}

	ul.swiper-wrapper li {
		width: auto !important;
	}

	ul.swiper-wrapper li:last-child,
	.thumbnails li:last-child {
		padding-right: 0;
	}

	ul.swiper-wrapper li a,
	.thumbnails li span {
		border-bottom: 3px solid #cccccc;
		padding-bottom: 3px;
		display: block;
	}

	ul.swiper-wrapper li:hover a,
	.thumbnails li:hover span {
		border-bottom: 3px solid #23b7fe;
	}

	ul.swiper-wrapper li.current a,
	.thumbnails li.current span {
		border-bottom: 3px solid #23b7fe;
	}

	ul.swiper-wrapper li img,
	.thumbnails li img {
		cursor: pointer;
		width: auto;
		height: 40px;
	}


	.swiper-container {
		overflow: visible;
	}

	.swiper-container {
		background-color: transparent;
	}


}


.entry_sns,
.btm_nav_area {
	display: none;
}

@media screen and (max-width: 768px) {
	.box_photo_gallery p {
		display: none;
	}

	.left_box .cate_area {
		display: block;
		float: none;
		padding-top: 0;
		text-align: right;
		margin-bottom: 20px;
	}

	.thumbnails {
		display: none;
	}

	.swiper-pagination {
		display: block;
		font-size: 18px;
		position: inherit !important;
		bottom: auto;
		text-align: left !important;
		background: url(/common_2017/info/scroll.png) right center no-repeat;
		letter-spacing: -1px;

		background-size: 22% auto;
		-webkit-background-size: 22% auto;
	}

	.swiper-pagination span {
		transform: scale(0.8, 1) !important;
	}

	.swiper-pagination .swiper-pagination-current {
		color: #6cd0ff;
	}

	section.diary_dtl {
		font-size: 14px;
		margin-bottom: 30px;
		padding-top: 0;
	}

	section.diary_dtl .txt {
		margin-bottom: 20px;
	}

	section.diary_dtl h3 {
		padding: 3px 0 3px 8px;
		border-left: 5px solid #23b7fe;
		font-size: 16px;
		color: #222222;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.entry_sns {
		font-size: 0;
		letter-spacing: 0;
		text-align: right;
		margin-bottom: 20px;
	}

	.entry_sns li {
		display: inline-block;
		margin-left: 10px;
	}

	.btm_nav_area {
		margin-bottom: 20px;
	}

	.btm_nav_area .more {
		float: left;
		height: 25px;
		line-height: 25px;
		background: url(/common_2017/info/prev_active.png) 8px center no-repeat #23b7fe;
		background-size: 7px;
		border-radius: 5px;
		padding: 0 10px 0 20px;
		font-size: 12px;
	}

	.btm_nav_area .more a {
		color: #fff;
	}

	.btm_nav_area .date_nav {
		float: right;
	}

	.btm_nav_area .date_nav ul {
		width: 195px;
	}

	.btm_nav_area .date_nav li {
		font-size: 14px;
	}

	.photo_area {
		margin: 2em 0;
	}

}

/*@media screen and (max-width: 768px){
	.left_box .cate_area{
		display: block;
		float: none;
		padding-top: 0;
		text-align: right;
		margin-bottom: 20px;
	}
	.photo_area{
		display: none;
	}
	.sp_photo_area{
		display: block;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.bx-wrapper .bx-viewport{
		background: none !important;
		border: none !important;
		left: auto !important;
	}
	.slider_contents #slide_counter{
		float: left;
		transform: scale( 0.8 , 1 );
		font-size: 18px;
	}
	.slider_contents #slide_counter span{
		color: #6cd0ff;
	}
	.slider_contents .scroll{
		float: right;
	}
	.slider_contents .scroll img{
		width: 80px;
		vertical-align: middle;
	}
	section.diary_dtl{
		font-size: 14px;
		margin-bottom: 30px;
		padding-top: 0;
	}
	section.diary_dtl .txt{
		margin-bottom: 20px;
	}
	section.diary_dtl h3{
		padding: 3px 0 3px 8px;
		border-left: 5px solid #23b7fe;
		font-size: 16px;
		color: #222222;
		font-weight: bold;
		margin-bottom: 10px;
	}
	
	#main_photo{
		display: none;
	}
	.entry_sns{
		font-size: 0;
		letter-spacing: 0;
		text-align: right;
		margin-bottom: 20px;
	}
	.entry_sns li{
		display: inline-block;
		margin-left: 10px;
	}
	.btm_nav_area{
		margin-bottom: 20px;
	}
	.btm_nav_area .more{
		float: left;
		height: 25px;
		line-height: 25px;
		background: url(..//common_2017/info/prev_active.png) 8px center no-repeat #23b7fe;
		background-size: 7px;
		border-radius: 5px;
		padding: 0 10px 0 20px;
		font-size: 12px;
	}
	.btm_nav_area .more a{
		color: #fff;
	}
	.btm_nav_area .date_nav{
		float: right;
	}
	.btm_nav_area .date_nav ul{
		width: 195px;
	}
	.btm_nav_area .date_nav li{
		font-size: 14px;
	}

}*/


/* バナー
-------------------------------------------------- */

.diary_main .left_box .bnr {
	text-align: center;
	margin-bottom: 30px;
	transition: All 0.4s ease;
}

.diary_main .left_box .bnr:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	.diary_main .left_box .bnr {
		margin-bottom: 20px;
	}

	.diary_main .left_box .bnr img {
		max-width: 100%;
	}
}

/* 記事一覧
-------------------------------------------------- */

.diary_list {
	margin-bottom: 0;
}

.diary_list li {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.diary_list li:last-child {
	margin-bottom: 0;
}

.diary_list li span {
	color: #1b8bc1;
	font-size: 11px;
	vertical-align: middle;
	margin-right: 18px;
}

.diary_list li a {
	color: inherit;
}

.diary_list li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.diary_list {
		margin-bottom: 20px;
	}
}

/* ページナビ
-------------------------------------------------- */

.date_nav {
	text-align: right;
	margin-bottom: 20px;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	width: 195px;
	display: inline-block;
	height: 25px;
}

.date_nav li {
	font-size: 14px;
	display: inline-block;
	line-height: 25px;
	height: 25px;
	vertical-align: top;
}

.date_nav li:nth-child(1),
.date_nav li:nth-child(3) {
	width: 33.5%;
	color: #aaaaaa;
	position: relative;
}

.date_nav li:nth-child(2) {
	width: 33%;
}

.date_nav li a {
	display: block;
}

.date_nav li:nth-child(1) a,
.date_nav li:nth-child(3) a {
	position: absolute;
	top: 0;
	left: 0;
}

.date_nav li:nth-child(1) {
	border-right: 1px solid #fff;
	text-align: right;
	padding: 0 10px 0 25px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(/common_2017/info/prev_off.png) 10px center no-repeat #f2f3f0;
}

.date_nav li:nth-child(3) {
	border-left: 1px solid #fff;
	text-align: left;
	padding: 0 25px 0 10px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: url(/common_2017/info/next_off.png) 44px center no-repeat #f2f3f0;
}

.date_nav li:nth-child(1) a,
.date_nav li:nth-child(3) a {
	color: #111111;
}

.date_nav li:nth-child(1) a {
	background: url(/common_2017/info/prev_on.png) 10px center no-repeat #f2f3f0;
	padding: 0 10px 0 25px;
	border-right: 1px solid #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: All 0.4s ease;
}

.date_nav li:nth-child(1) a:hover {
	color: #fff;
	background: url(/common_2017/info/prev_active.png) 10px center no-repeat #23b7fe;
}

.date_nav li:nth-child(3) a {
	background: url(/common_2017/info/next_on.png) 44px center no-repeat #f2f3f0;
	padding: 0 25px 0 10px;
	border-left: 1px solid #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: All 0.4s ease;
}

.date_nav li:nth-child(3) a:hover {
	color: #fff;
	background: url(/common_2017/info/next_active.png) 44px center no-repeat #23b7fe;
}

.date_nav li:nth-child(2) a {
	background-color: #23b7fe;
	color: #fff;
	transition: All 0.4s ease;
}

/* カレンダー
-------------------------------------------------- */

.calender {
	margin-bottom: 25px;
	display: block;
}

.calender h4 {
	color: #333333;
	font-size: 32px;
	margin-bottom: 10px;
}

.calender table {
	width: 100%;
}

.calender table th {
	background-color: #23b7fe;
	color: #fff;
	padding: 3px;
}

.calender table tr:first-child th:first-child {
	border-top-left-radius: 5px;
}

.calender table tr:first-child th:last-child {
	border-top-right-radius: 5px;
}

.calender table td {
	background-color: #f2f3f0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 3px;
	color: #aaa;
}

.calender table td a {
	color: #222;
}

.calender table tr td:last-child {
	border-right: none;
}

.calender table tr:last-child td:first-child {
	border-bottom-left-radius: 5px;
}

.calender table tr:last-child td:last-child {
	border-bottom-right-radius: 5px;
}

.calender table td.on {
	color: #222;
}

.calender table td.holiday {
	color: #fd2020;
}

@media screen and (max-width: 768px) {
	.calender {
		display: none;
	}
}

/* 最新の日記
-------------------------------------------------- */

.latest_diary {
	margin-bottom: 25px;
	display: none;
}

.latest_diary h4.ttl_h4 {
	margin-bottom: 5px;
}

.latest_diary ul li {
	padding: 8px 0;
	border-bottom: 1px solid #bfbfbf;
}

.latest_diary ul li>span {
	font-size: 11px;
	display: block;
	color: #1b8bc1;
}

.latest_diary ul li>span span {
	font-size: 9px;
}

.latest_diary ul li a {
	color: #222222;
}

.latest_diary ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.latest_diary {
		display: none;
	}
}

/* SNS
-------------------------------------------------- */


dl.sns_area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 18px;
	margin-bottom: 25px;
}

dl.sns_area dt {
	font-size: 1.2rem;
	font-weight: 300;
	margin-bottom: 0;
	margin-right: 1em;
}

dl.sns_area dd {
	margin-right: 0;
}

dl.sns_area dd a {
	display: block;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

dl.sns_area dd img {
	width: 100%;
	height: auto;
}

dl.sns_area dd a:hover {
	transform: translate(0, -4px);
}

/* dl.sns_area {
	font-size: 0;
	margin-bottom: 25px;
}

dl.sns_area dt {
	color: #555555;
	font-size: 11px;
	margin-bottom: 10px;
}

dl.sns_area dd {
	display: inline-block;
	margin-right: 20px;
	transition: All 0.4s ease;
}

dl.sns_area dd:hover {
	opacity: 0.7;
}

dl.sns_area dd:last-child {
	margin-right: 0;
}

.right_box dl.sns_area,
.right_box .date_nav {
	display: block;
} */

@media screen and (max-width: 768px) {

	.right_box dl.sns_area,
	.right_box .date_nav {
		display: none;
	}
}

/* サイドバナー
-------------------------------------------------- */

ul.side_bnr {
	margin-bottom: 25px;
	display: block;
}

ul.side_bnr li {
	margin-bottom: 12px;
	transition: All 0.4s ease;
}

ul.side_bnr li:hover {
	opacity: 0.7;
}

ul.side_bnr li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	ul.side_bnr {
		display: none;
	}
}


/* 過去のおしらせ
-------------------------------------------------- */

.past_info {
	margin-bottom: 25px;
	display: block;
}

.past_info .this_year {
	background-color: #f2f3f0;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 10px;
}

div.box_archive h5,
.past_info .this_year h5 {
	background-color: #23b7fe;
	color: #fff;
	padding: 0 10px;
	height: 33px;
	line-height: 33px;
	border: 1px solid #f2f3f0;
	border-radius: 5px;
	font-weight: bold;
	font-size: 14px;
}

div.box_archive ul,
.past_info ul {
	font-size: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

	display: none;
}

.this_year ul:first-of-type,
.past_year ul:nth-child(3) {
	display: block;
}

div.box_archive ul li,
.past_info ul li {
	width: 25%;
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #aaaaaa;
	cursor: default;
}

div.box_archive ul li a,
.past_info .this_year ul li a {
	display: block;
	background-color: #f2f3f0;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #222222;
	transition: All 0.4s ease;
}

div.box_archive ul li:nth-child(n + 5) a {
	border-bottom: none;
}

.past_info .this_year ul li:nth-child(9) a {
	border-bottom-left-radius: 5px;
}

.past_info .this_year ul li:nth-child(12) a {
	border-bottom-right-radius: 5px;
}

.past_info .this_year ul li:nth-child(4n) a {
	border-right: none;
}

.past_info .this_year ul li.on a {
	color: #222222;
	transition: All 0.4s ease;
}

.past_info .this_year ul li.on a:hover {
	color: #23b7fe;
}

div.box_archive,
.past_info .past_year {
	background-color: #f2f3f0;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05);
}

.past_info .past_year select {
	border: 2px solid #91dbfe;
	box-sizing: border-box;
	width: 100%;
	padding: 0 8px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 5px;
	background: url(/common_2017/info/select.png) right 8px center no-repeat #fff;
	cursor: pointer;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 36px;
	line-height: 32px;
	font-weight: bold;
	font-size: 14px;
}

div.box_archive ul li a,
.past_info .past_year ul li a {
	display: block;
	background-color: #f2f3f0;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #222222;
	transition: All 0.4s ease;
}

div.box_archive ul li a:hover,
.past_info .past_year ul li a:hover {
	color: #23b7fe;
}

div.box_archive ul li:nth-child(9) a,
.past_info .past_year ul li:nth-child(9) a {
	border-bottom-left-radius: 5px;
}

div.box_archive ul li:nth-child(12) a,
.past_info .past_year ul li:nth-child(12) a {
	border-bottom-right-radius: 5px;
}

div.box_archive ul li:nth-child(4n) a,
.past_info .past_year ul li:nth-child(4n) a {
	border-right: none;
}

.past_nav {
	display: none;
}

.related_info {
	display: none;
}


/* 応援番組 */

.diary_dtl div.aid {
	border: 1px solid #d5d5d5;
	padding: 10px 15px 0;
	margin-bottom: 15px;
}

.diary_dtl div.aid strong {
	color: #f768a4;
	font-weight: bold;
	border: none;
	display: block;
	padding-left: 0;
	text-align: right;
	font-size: 1em;
}

.diary_dtl div.aid p strong.fmy {
	color: #48aefd;
}

.diary_dtl div.aid img {
	border: 10px solid #f0f1fa;
}

/* 2022-03-13 テーブル */


table.tbl_diary {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

table.tbl_diary,
table.tbl_diary th,
table.tbl_diary td {
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.5;
	border: 1px solid #ccc;
}

table.tbl_diary th {
	font-size: 1.3rem;
	width: 20%;
}

table.tbl_diary th,
table.tbl_diary td {
	/* padding: 0.5em 0.5em 0.5em 0.5em; */
	padding: 0.5em 1em;
}

table.tbl_diary th {
	background-color: #def4ff;
}

table.tbl_diary+p {
	margin-top: 32px;
}

table.tbl_diary.game_sched tbody tr>td:nth-of-type(1) {
	text-align: right;
	font-weight: bold;
	width: 22%;
}

table.tbl_diary.game_sched tbody tr>td:nth-of-type(2) {
	width: 13%;
	text-align: center;
}

table.tbl_diary.game_sched tbody tr>td:nth-of-type(3),
table.tbl_diary.game_sched tbody tr>td:nth-of-type(4) {
	text-align: center;
}


/*-==== responsive ====--*/
@media screen and (max-width: 768px) {
	.past_info {
		display: none;
	}

	.past_nav {
		display: block;
	}

	.bottom_date_nav {
		text-align: right;
	}

	.bottom_date_nav .date_nav {
		width: 195px;
		display: inline-block;
		margin-bottom: 5px;
	}

	.past_nav {
		margin: 0 0 20px;
	}

	.past_nav h3 {
		font-size: 12px;
		padding: 5px 15px 10px 5px;
		border: 1px solid #91dbfe;
		display: inline-block;
		border-bottom: none;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		background: url(/common_2017/info/border.png) right 5px top 12px no-repeat #fff;
		background-size: 6px;
		position: relative;
		z-index: 1;
	}

	.past_nav ul.month {
		font-size: 0;
		letter-spacing: 0;
		border: 1px solid #91dbfe;
		margin-top: -1px;
		overflow: hidden;
		border-top-right-radius: 3px;
		display: none;
	}

	.past_nav ul.month:nth-child(2) {
		display: block;
	}

	.past_nav ul.month li {
		width: 16.66666666666666%;
		height: 30px;
		line-height: 29px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: inline-block;
		text-align: center;
	}

	.past_nav ul.month li:nth-child(6) {
		border-right: none;
	}

	.past_nav ul.month li:nth-child(7),
	.past_nav ul.month li:nth-child(8),
	.past_nav ul.month li:nth-child(9),
	.past_nav ul.month li:nth-child(10),
	.past_nav ul.month li:nth-child(11),
	.past_nav ul.month li:nth-child(12) {
		border-bottom: none;
		line-height: 30px;
	}

	.past_nav ul.month li a {
		display: block;
		background-color: #f2f3f0;
		font-size: 12px;
		color: #222;
	}

	.past_nav ul.month li.current a {
		color: #fff;
		background-color: #23b7fe;
	}

	.scroll_area {
		white-space: nowrap;
		overflow-x: auto;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		border: 1px solid #91dbfe;
		border-top: none;
	}

	.past_nav ul.year {
		font-size: 0;
		letter-spacing: 0;
		width: 100%;
		height: 30px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}

	.past_nav ul.year li {
		width: 20%;
		height: 30px;
		line-height: 30px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		display: inline-block;
		white-space: normal;
		text-align: center;
	}

	.past_nav ul.year li a {
		display: block;
		background-color: #f2f3f0;
		font-size: 12px;
		color: #222;
	}

	.related_info {
		display: block;
		margin-bottom: 20px;
	}

	.related_info ul li {
		margin-bottom: 10px;
	}

	.related_info ul li span {
		color: #1b8bc1;
		display: block;
		margin-bottom: 2px;
	}

	.related_info ul li a {
		display: block;
		color: #222;
	}

}


/* カテゴリー
-------------------------------------------------- */

.side_cate ul {
	font-size: 0;
}

.side_cate ul li {
	display: inline-block;
	background-color: #def4ff;
	padding: 0 5px 0 3px;
	border-radius: 3px;
	margin-bottom: 6px;
	height: 20px;
	line-height: 20px;
	margin-right: 2px;
	transition: All 0.4s ease;
}

.side_cate ul li:hover {
	opacity: 0.7;
}

.side_cate ul li a {
	color: #222222;
	display: block;
	padding: 0 5px;
	font-size: 13px;
	letter-spacing: -1px;
}

/* 2020/07/01 */

.diary_dtl p strong {
	font-size: 1.2em;
	color: #1b8bc1;
}


/* 20220316 */


.diary_dtl a.href_pdf {
	position: relative;
	display: inline-block;
}

.diary_dtl a.href_pdf:after {
	content: '';
	display: block;
	width: 31px;
	height: 31px;
	background-image: url(/common_parts/icon_pdf_mini_48px.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	position: absolute;
	right: -5px;
	bottom: -10px;
}


/*2024-03-25 video*/


.diary_dtl video {
	cursor: pointer;
	width: 100%;
	margin-right: 0;
	margin-bottom: 1.8em;
}

.diary_dtl video.portrait {
	float: left;
	width: 45%;
	margin-right: 24px;
	margin-bottom: 0;
}


/*-==== responsive ====--*/
@media screen and (max-width: 768px) {
	.diary_dtl video.portrait {
		float: none;
		width: 80%;
		margin: 3vw auto;
	}
}


/* プリント */

@media print {

	.diary_main .right_box,
	div.photo_area div.swiper-container {
		display: none;
	}

	.diary_main .left_box {
		width: 100%;
		width: auto;
	}

}



/* 230908 */
.tamagawa_kunasiko {
	color: #c99d20;
	font-size: 1.2em;
	display: inline-block;
	margin: 0 0.1em;
}





























/*  */