@charset "shift_JIS";
/* CSS Document */


* { 
margin: 0;
 padding: 0;
  border: 0;
	box-sizing: border-box;
}
ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {
	border-collapse: collapse;
}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}


/*font*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}




/*font*/

a {
	color: #0090EC;
	text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
	color: #E1001C;
} 
a:active {
　　color: #CC0066; 
} 


/*　PCスマホ表示の切り替  */
/*-- PC版表示CSS  --*/
.pc {
	display: block;
}
.sp {
	display: none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}
/*　PCスマホ表示の切り替  */

header {
    background-color: #FFFFFF;
	padding-top: 5px;
}
#header {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	/*
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : nowrap;
	z-index: 20;

	*/
}
h1 {
    width: 26%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
h1 img {
	width: 100%;
    transition-duration: 0.7s;
}

h1 a:hover img {
    transition-duration: 0.7s;
	opacity: 0.7;
}


#mainnav {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}


/*　ナビゲーション  */

nav {
}
nav ul {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    align-items: stretch;
    padding-bottom: 10px;
	list-style: none;
}
nav ul li {
	height: auto;
	display: block;
	text-align: center;
	align-self: center;
	width: calc(100% / 6);
}
	
nav ul li a {
    color: #3c0f0c;
    text-decoration: none;
    font-size: 17px;
    transition-duration: 0.7s;
}
nav ul li a:hover {
    transition-duration: 0.7s;
    color: #FF484B;
}

nav ul li img {
	width: 85%;
}
nav a:hover img {
	transform: translateY(-6px);
}
nav img {
	transition-duration: 0.5s;
	max-width: 100%;
	cursor: pointer;
}

 @media screen and (max-width:1200px) {
nav {
float: none;

}
nav ul {
width: 100%;
	max-width: 100%;

}	 

#header {
	display: block;
	width: auto;
}

h1 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}

#mainnav {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
	 
}

 @media screen and (max-width:768px) {

nav ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFCEA;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-radius: 10px;
}
nav ul li {
	width: calc(100% / 2 - 10px);
	width : -webkit-calc(100% / 2 - 10px);
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px;
    text-decoration: none;
}
nav ul li a {
    text-decoration: none;
	padding: 10px;
    color: #3c0f0c;
	display: inline-block;
}	 
	
#mainnav {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}	
#header {
    width: 100%;
}		 

	 
}
 @media screen and (max-width:480px) {


h1 {
    width: 50%;
}

#mainnav {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}	
nav ul {
	box-sizing: border-box;
}	
nav ul li {
	width: 48%;
    list-style-type: none;
    text-align: center;
    background-color: #FFFFFF;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom:10px;
	padding: 5px;
	box-sizing: border-box;
}

nav ul li img {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
nav ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFCEA;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-radius: 10px;
}	
nav ul li a {
    display: block;
}		 
	 
}




/*-----------------------------------*/
/*　　　　 スマホ用ナビ　 　　　  　 */
/*-----------------------------------*/


#sp_navi {
	display: none;
	z-index: 30;
}
/* ++++ トグルボタン ++++ */
	
#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
}
.open {
    z-index: 60;
    width: 60px;
    height: 50px;
    transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
    box-sizing: border-box;
    background-color: rgba(95,178,255,0.70);/*トグルカラー*/
    border-radius: 10px;
    margin-top: 0.5em;
    margin-right: 0.5em;
}
.open::before, .open::after {
	content: "";
}
.open span, .open::before, .open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid white;
　/*トグルボタンのサイズとカラー*/
 transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 50;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .5s;
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
    background-color: rgba(255,255,255,0.90); /*背景色*/
}
/* ++++ ドロワーメニュー ++++ */
.menu {
	z-index: 50;
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 6%;
	margin: 0;
	box-sizing: border-box;
	transform: translateX(-100%);
	transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
#navTgl:checked ~ .menu {
	transform: none;
}
 @media screen and (max-width:768px) {
/*TB SP ナビゲーション*/
#sp_navi {
	display: block;
	width: 100%;
}
.pc_nav {
	display: none;
	width: 100%;
	float: none;
}
}

.sp_add {
    box-sizing: border-box;
    background-color: rgba(128,220,255,0.50);
    padding: 1em;
    border-radius: 20px;
}
/*　ナビゲーション  */





#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
	position: relative;
}
#h_left {
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 10;
}
#h_right {
	position: absolute;
	top:0px;
	right: 0px;
	z-index: 11;
}
#h_left img {
	width: 100%;
}
#h_right img {
	width: 100%;
}


#h_left {
	width: 400px;
}
#h_right {
	width: 400px;
}
 @media screen and (max-width:1400px) {
#h_left {
	width: 300px;
}
#h_right {
	width: 300px;
}
}
 @media screen and (max-width:1000px) {
#h_left {
	width: 200px;
}
#h_right {
	width: 200px;
}
}
 @media screen and (max-width:768px) {
#h_left {
	width: 150px;
}
#h_right {
	width: 150px;
}
}


 @media screen and (max-width:480px) {
#h_left {
	width: 100px;
}
#h_right {
	width: 100px;
}
	 
}

#slogan {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
#slogan img {
	width: 100%;
}
 @media screen and (max-width:768px) {
#slogan {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
}

























.animated:hover{
animation: bounceIn 1s;
}
.animated2:hover{
animation: rubberBand 1s;
}

h2 {
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    background-image: url(images/bg_h2.png);
    background-repeat: no-repeat;
    background-position: center center;

    padding-bottom: 150px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 10px;
    padding-top: 30px;
}


h3 {
    display: inline-block;
    padding: 0.5em 1em;
    color: #C82E59;
    background-color: #FFF4E0;
    border-left: 4px dotted rgba(0, 0, 0, 0.1);
    border-right: 4px dotted rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    width: 80%;
    font-size: 25px;
    position: relative;
}



h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #F84C67;
}

img {
	vertical-align: bottom;
	border: 0px;

}



main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}




/*ページ構成*/
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 18px;
    color: #422300;
    background-color: #fff;
    line-height: 1.7em;
}

main {
	text-align: center;
	display: block;
	clear: both;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2em;
	background-color: #FFFFFF;
}


footer {
    text-align: center;
    background-color: #59BEEF;
    color: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 30px;
}

footer .copy {
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    padding-top: 15px;

}
footer .copy img {
	height: 30px;
	}
footer table {
    margin-right: auto;
    margin-left: auto;
    border-spacing: 3px;
    border-top: 1px dashed #FFFFFF;
    border-bottom: 1px dashed #FFFFFF;
	width: 1200px;
}

footer td {
    padding: 20px;
    text-align: center;
	width: 50%;
}

footer td img {
    padding: 5px;
    vertical-align: middle;
}
footer td a {
    color: #FFFFFF;
}


#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: -100px;
}

#page_top img {
    width: 100%;
}

/* トップ */

#topslide {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

#topimg1 {
	position:absolute;
	top:0px;
	left: 0px;
	line-height: 0px;
	vertical-align: top;
}

#topimg1 img {
	width: 100%;
}
#topimg2 {
	position:absolute;
	bottom:0px;
	left: 0px;
	line-height: 0px;
	vertical-align: bottom;
}

#topimg2 img {
	width: 100%;
}


#news {
    margin-bottom: 80px;
	}

#news ul {
    text-align: left;
    padding: 20px;
    background-color: #DCF3FF;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}
#news li {
    text-align: left;
    border-bottom: 1px dashed #5392CC;
    margin-bottom: 10px;
    padding-bottom: 15px;
    background-image: url(images/list.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    list-style-type: none;
}


.flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;	
}

#shisetsu {
    margin-bottom: 80px;
	}


.sflex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.sflex article {
    width: 50%;
	margin-bottom: 20px;
	}

.sflex figure {
    width: 80%;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.sflex figure img {
	width: 100%;
}

.sflex figure::before,
.sflex figure::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	z-index: 1;
}
.sflex figure::before {
    border-top: 20px solid #82BEFF;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #82BEFF;
    top: -7px;
    left: -7px;
}
.sflex figure::after {
	border-top: 20px solid transparent;
	border-right: 20px solid #82BEFF;
	border-bottom: 20px solid #82BEFF;
	border-left: 20px solid transparent;
	bottom:-7px;
	right:-7px;
}
.sflex dl {
	padding: 20px;
}
.sflex dt {
    font-size: 1.3rem;
    border-bottom: 1px solid hsla(0,0%,90%,1.00);
    padding: 20px;
    margin-bottom: 10px;
    color: #1E5582;
}
.sflex dd {
    border-bottom: 1px solid hsla(0,0%,90%,1.00);
	padding: 20px;
}

.sflex iframe {
    width: 100%;
    height: 400px;

}


.txt {
    text-align: left;
    padding: 30px;
    border: 2px dashed #CBDF70;
    border-radius: 20px;
    background-color: #FFFCED;
}

#rinen {
    margin-bottom: 80px;
	}





#houshin {
    margin-bottom: 80px;
	}




#mokuhyou {
    margin-bottom: 80px;
	}


















@media screen and (max-width:1100px){

html,body {
}

footer .copy img {
	width: 60%;
	height:auto;
	}
footer table {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
h2 {

	font-size: 26px;
}
	
main {
	width: auto;
padding: 15px;
}
.sflex {
    width: 100%;
}
	
	
}

@media screen and (max-width:480px){

h2 {
    font-size: 23px;
    background-size: 90% auto;
}

h3 {
	font-size: 17px;
}

footer .copy img {
	width:87%
}
footer th {
	display: block;
}
footer td {
	display: block;
}

footer {
    padding-bottom: 100px;
}
.txt1 {
    text-align: left;
    font-size: 2em;
    color: #6A8BAD;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
.txt2 {
    text-align: left;
    font-size: 1.1em;
    color: #77675D;
    margin-top: 20px;
    margin-bottom: 20px;
}
.txt3 {
    text-align: right;
    font-size: 1.3em;
    color: #022647;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}	
	footer td {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

.sflex article {
    width: 100%;
	margin-bottom: 20px;
	}
	
}



#about {
	}

#tokushoku {
    margin-bottom: 80px;
	}
#tokushoku article {
    padding: 35px;
    background-color: #FBF5EB;
    margin-bottom: 30px;
    background-image: url(images/bg_tokushoku.png), -webkit-linear-gradient(357deg,rgba(255,248,238,1.00) 0%,rgba(255,216,211,1.00) 100%);
    background-image: url(images/bg_tokushoku.png), -moz-linear-gradient(357deg,rgba(255,248,238,1.00) 0%,rgba(255,216,211,1.00) 100%);
    background-image: url(images/bg_tokushoku.png), -o-linear-gradient(357deg,rgba(255,248,238,1.00) 0%,rgba(255,216,211,1.00) 100%);
    background-image: url(images/bg_tokushoku.png), linear-gradient(93deg,rgba(255,248,238,1.00) 0%,rgba(255,216,211,1.00) 100%);
    background-repeat: no-repeat;
    background-position: right bottom;
    border-radius: 20px;
}



.aboutbox {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
.aboutbox figure {
	width: 30%;
}
.aboutbox figure img {
	width: 100%;
}

.aboutbox dl {
	width: 67%;
    text-align: left;
}
.aboutbox dt {
    font-size: 1.3rem;
    border-bottom: 1px solid hsla(38,37%,46%,1.00);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.aboutbox dd {
}


@media screen and (max-width:480px){
.aboutbox figure {
	width: 100%;
	margin-bottom: 10px;
	order: 2;
}
.aboutbox dl {
	width: 100%;
	order: 1;
}
.aboutbox {
	width: 100%;
}	
}



#info {
    margin-bottom: 80px;
	}
#info article {
    border: 5px solid #FFEAB2;
    border-radius: 20px;
    margin-bottom: 30px;
}
#info dl {
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
#info dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/flower6.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    border-bottom: 2px dashed #FFCE48;
    padding-bottom: 10px;
    padding-top: 5px;
}
#info dd {
    text-align: left;
    margin-bottom: 10px;
}

.ipdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.ipdf a {
    display: block;
    background-color: #FFB944;
    padding: 7px;
    width: 80%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ipdf a:hover {
    background-color: #EB9300;
}

#daily {
	margin-bottom: 80px;
}
#daily table {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#daily table th {
    padding: 5px;
    border-width: 2px;
    border-style: solid;
}
#daily table td {
	padding: 5px;
    text-align: left;
    border-width: 2px;
    border-style: solid;
}
#daily table tr:nth-child(4n) th {
    background-color: #D3F47F;
}
#daily table tr:nth-child(4n-1) th {
    background-color: #B0F9B2;
}
#daily table tr:nth-child(4n-2) th {
    background-color: #A6F7D7;
}
#daily table tr:nth-child(4n-3) th {
    background-color: #B2E9FF;
}


#daily ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
	margin-bottom: 50px;
	margin: auto;
}

#daily li {
	width: calc(100% / 4 - 20px);
	margin: 10px;
    box-sizing: border-box;
	position: relative;
	list-style: none;
}

#daily li img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    border: 10px solid #FFFFFF;
    -webkit-box-shadow: 5px 5px 5px #C7C4C2;
    box-shadow: 5px 5px 5px #C7C4C2;
}
@media screen and (max-width:768px){
#daily li {
    width: 90%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
#daily li img {
	width: 100%;
	object-fit: cover;
	height: auto;
}
}
@media screen and (max-width:480px){
#daily table {
    width: 100%;
}
}


#event {
	margin-bottom: 80px;
}

#eflex {
    width:100%;
	list-style: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

#eflex img {
	width: 100%;

}
#eflex article {
    margin-bottom: 20px;
	width: 32%;
    padding: 10px;
    margin-bottom: 35px;
    border-radius: 20px;
}
#eflex article:nth-child(5n) {
    background-color: #BDEFFF;
    background-image: url(images/bg_wr.png);
}
#eflex article:nth-child(5n-2) {
    background-color: #FFEFC1;
    background-image: url(images/bg_wr.png);
}
#eflex article:nth-child(5n-3) {
    background-color: #DCF8B7;
    background-image: url(images/bg_wr.png);
}
#eflex article:nth-child(5n-1) {
    background-color: #E5E8FF;
    background-image: url(images/bg_wr.png);
}
#eflex article:nth-child(5n-4) {
    background-color: #FFE5F1;
    background-image: url(images/bg_wr.png);
}

.eflex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-top: 40px;
}
#event table {
	width: 100%;
	border-collapse: collapse;
	border:0px;
}
#event th {
    border: 0px;
}
#event td {
	padding: 10px;
	border:0px;
}

#event td figure {
    padding: 12px;
    border: 3px dashed #fff;
    margin: 0px;
    border-radius: 25px;
}

#event td figure img {
    width: 100%;
    border-radius: 15px;
}
#event th dl {
    text-align: left;
	padding: 5px;
}
#event th dt {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.8em;
}
#event th dd {
    font-weight: normal;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-radius: 10px;
}
#event th img {
    width: 10%;
}
.other {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-radius: 20px;
    background-color: #F0EBDB;
    text-align: left;
}

@media screen and (max-width:768px){
#eflex article {
    margin-bottom: 10px;
	width: 49%;
}
}
@media screen and (max-width:480px){
#eflex article {
    margin-bottom: 10px;
	width: 100%;
}	
	
}












#kosodate {
    margin-bottom: 80px;
	}
#kosodate article {
    border: 5px solid #FFE9EB;
    border-radius: 20px;
    margin-bottom: 30px;
}
#kosodate dl {
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 20px;
}
#kosodate dt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.2em;
    background-image: url(images/tsumiki.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    border-bottom: 2px dashed hsla(354,100%,81%,1.00);
    padding-bottom: 10px;
    padding-top: 5px;
}
#kosodate dd {
    text-align: left;
    margin-bottom: 10px;
}

.kpdf {
    padding-top: 10px;
    padding-bottom: 10px;
}
.kpdf a {
    display: block;
    background-color: #FF9FA8;
    padding: 7px;
    width: 80%;
    color: #FFFFFF;
    border-radius: 6px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.kpdf a:hover {
    background-color: #FF4D5E;
}










.cate {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight:900;
  font-style: normal;
    font-size: 1.6em;
}
#blog {
	margin-bottom: 50px;
	}


#blogbox {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}
#blogside {
    width: 25%;
    margin-bottom: 20px;
    border-right: 1px solid #4B4B4B;
    padding-right: 50px;
}
#blogside ul {
    counter-reset: list;
    list-style-type: none;
    line-height: 1.6;

    text-align: left;

    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#blogside ul li:before{
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #72AB44;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blogside ul li:after{
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* a タグの背景色を消す */
#blogside ul li a {
    display: inline; /* または block */
    color: #5D9B11;
}

/* li に初期背景色を設定 */
#blogside ul li {
    position: relative;
    padding: 15px 15px 15px 30px;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px dashed #BBBBBB;
    background-color: #F1F1F1; /* ← ここに初期色 */
}

/* li がホバーされたら背景色を変える */
#blogside ul li:hover {
    background-color: #EDFBDF; /* ← ここにホバー色 */
    color: #777777;
}
#blogside ul li a:hover {
    color: #0053A0;
}


#blog_o {
    text-align: center;
    width: 71%;
    margin-top: 0px;
    margin-bottom: 20px;
}

#blog .blogmain {
    text-align: center;
    margin-bottom: 55px;
    padding-bottom: 35px;
    padding-top: 35px;
    background-color: #FFFAF2;
    padding-right: 35px;
    padding-left: 35px;
}

#blog dl {}
#blog dl dt {
    font-size: 35px;
    text-align: left;
    margin-bottom: 50px;
}

#blog dl dd {
    text-align: left;
    padding: 15px;
    margin-bottom: 25px;
}
.blogdate {
    font-size: 12px; 
    text-align: right !important;
    border-top: 1px solid #B5B5B5;
    border-bottom: 1px solid #B5B5B5;
    margin-bottom:50px;
	padding: 3px !important;
}
.blogphoto {
	width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
}
.blogphoto figure {
    width: 32%;
    margin-bottom: 25px;
}
.blogphoto img {
	width: 100%;
	border:solid 10px #FFF;
	box-shadow: 1px 1px 4px 0px #D5D3D1;
}
.blogphoto figcaption {
    font-size: 75%;
    text-align: center;
    padding: 5px;
    margin: 5px;
    border-radius: 20px;
}


.blogpdf {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.blogpdf div {
	width: 32%;
margin-bottom: 15px;
}
.blogpdf a {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 6px;
    display: block;
    background-color: #E9E1D3;
    color: #7F644D;
    text-decoration: none;
    border-radius: 20px;
}
.blogpdf a:hover {
    background-color: #CCA982;
    color: #FFFFFF;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ページ送り*/
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
    display: inline;
    margin: 0 2px;
    padding: 0;
    display: inline-block;
    background-color: #675144;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    font-size: 0.9em;
    list-style-type: none;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
    color: #430001;
    background-color: #FFFAF2;
    border-radius: 50%;
    border: 2px solid #B37F80;
}
@media screen and (max-width:768px){
	#blog .blogmain {
		padding: 25px;
	}
	#blog dl dt {
    font-size: 28px;
    margin-bottom: 40px;
	}
.blogphoto figure {
	width: 100%;
}
.blogpdf div {
	width: 100%;
}	

#blogside, #blog_o {
    width: 100%;
    border-right-width: 0px;
	padding: 0;
}	
	
/*ページ送り*/
.pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after{
    content: "";
  }
  .pager .pagination li.next span::before{
    content: "";
  }	
.pager .pagination li {
	border-radius: 0%;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
	border-radius: 0%;
}
}









@media screen and (max-width:480px){
	}
@media screen and (max-width:768px){
	}




.bnr_pc {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    margin-top: 15px;
}
.bnr_pc img {
	width: 100%;
}

@media screen and (max-width:768px){
.bnr_pc {
    width: 30%;
}
	}
@media screen and (max-width:480px){
.bnr_pc {
    width: 50%;
}
	}
