﻿/*Global*/
.space-divider{height:20px}
.space-divider--2x{height:40px}

/* for PC & Tablet */
@media (min-width:737px){
/* PCここから */

.pc_none{
display: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 170%;

    background: url(../img/bg.jpg);
}

h3 {
	background: url(../img/blog/honbun02.jpg) no-repeat;
	line-height: 265%;
	text-indent: 30px;
	padding-bottom:3px;
	font-size:16px;
}
ul{
list-style-type: none;
}
img {
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.pad_u10 {
	margin-bottom: 10px;
}
.pad_tlr10 {
	margin-bottom: 10px;
}
.pad_u30 {
	margin-bottom: 30px;
}
.pad10 {
   padding-top:10px;

}
.pad5 {
padding-top: 5px;
}
.padtb10 {
padding-top: 10px;
padding-bottom: 10px;
}



.clearfix:after { /*floatの解除、ここがポイント*/ 
    display:block;  
    clear:both;  
    height:0px;  
    visibility:hidden;  
    content:".";  

}  

.clearfix {  
   min-height: 1px; /*IE6、7対策*/ 
   overflow: hidden;
   zoom: 1;
}  

* html .clearfix {  
     height: 1px;  
    /*¥*//*/ /*MAC IE5.x対策*/ 
     height: auto;  
     overflow: hidden;  
     /**/ 
} 
/*20220107齊藤追記*/
.padtb11 {
padding-top: 10px;
padding-bottom: 10px;
font-size: 25px
}



/*-----------------------------ここまで　全ホームページ・ブラウザ共通項目--------------------------------------*/

/*-----------------------------------------------------------------
共通
------------------------------------------------------------------*/
.title {
	margin-bottom:0px;
}


/*-----------------------------------------------------------------
背景
------------------------------------------------------------------*/


/*-----------------------------------------------------------------
ヘッダー
------------------------------------------------------------------*/

#header {
    width: 920px;
	margin-left: auto;
	margin-right:auto;
	background:url(../img/head_bg.jpg) repeat-x;
}

h1 {
     float: left;
}
#h_navi {
	float: right;
	margin-top: 30px;
}
#h_navi li {
	float: right;
	margin-left: 20px;
}

/*-----------------------------------------------------------------
トップイメージ
------------------------------------------------------------------*/

#visual {
    background: url(../img/visual_bg.jpg) ;
	  height: 320px;
}
#visual2 {
    background: url(../img/visual_bg.jpg) ;
	  height: 219px;
}
.visIn {
   margin-right: auto;
   margin-left: auto;
    width: 960px;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.visIn img {
  top: 0;
    left: 0;
    position: absolute;
}

/*-----------------------------------------------------------------
メイン
------------------------------------------------------------------*/
#mainWrap {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 14px;
	color: #663300;
	margin-bottom: 20px;
} 



/*-----------------------------------------------------------------
メイン左
------------------------------------------------------------------*/

#content {
	width:705px;
	height:auto;
	float: right;
	magin-top:25px;
	padding-top: 20px;
}
.viewer {
	margin: 0 auto;
	width:705px;
	height: 115px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer img {
	top: 0;
	left: 0;
	position: absolute;
}
.clear {
    clear: both;
}

h2 {
	float:left;
}
.submenu  {
	float: right;
}
ul.submenu li {
	display: inline;
}
.subtitle {
	margin-bottom:20px;
	margin-top: 20px;
}
追加20180426
.student {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-lef: 20px;
	margin-right:auto;
}
.floatBox {
	width: 705px;
}
.leftBox370 {
	float:left;
	width : 370px;
}
.rightBox {
	float: right;
}
.leftBox {
	float: left;
}
.height190 {
	line-height: 190%;
}
#eduBg {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/policyBg.jpg) no-repeat;
	margin-top: 28px;
}
.eduBox {
	width: 340px;
	height: 135px;
	vertical-align: middle;
}
.eduBox li {
	float: left;
	vertical-align: middle;
	padding-right: 10px;
	height: 140%;
}
.qFrame {
	background:url(../img/qatitle.jpg) no-repeat;
	width: 705px;
	height: 95px;
	text-indent:130px;
	font-size: 16px;
	line-height: 100px;
	font-weight: bold;
	cursor: pointer;
}
.aFrame {
	background:url(../img/answerbg02.jpg) no-repeat;
	width:705px;
	height:140px;
}
.aFrame p {
	margin-left:20px;
	margin-right: 160px;
	padding-top: 20px;
}
.a01Frame {
	background:url(../img/answerbg01.jpg) no-repeat;
	width:705px;
	height:195px;
}
.a01Frame p {
	margin-left:20px;
	margin-right: 160px;
	padding-top: 18px;
}
.qaFrame {
	padding-bottom: 15px;
}
.envirBox {
	width: 705px;
	margin-bottom: 20px;
}
.envirIn {
	float:left;
}
.envirIn ul {
	margin-right: 17px;
	width: 160px;
	font-size: 12px;
}
.envirIn ul.right {
	margin-right: 0px;
}
.day {
	line-height: 150%;
	font-size: 15px;
	color:#630;
}
.day tr td {
	padding-right: 5px;
	vertical-align: top;
}
.day tr td p{
	padding-bottom: 10px;
}
.day2 {
	line-height: 150%;
	font-size: 15px;
	color:#630;
}
.day2 tr td {
	padding-right: 5px;
	vertical-align: top;
}
.day2 tr td p{
	padding-bottom: 10px;
}
.dayR {
	padding-top: 20px;
}
td.kyusyoku {
	background-image: url(../img/day/dayP04-trans.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.dotLine {
	background: url(../img/dotLine.jpg);
	height: 5px;
	margin-bottom:15px;
}
.guide {
	background-image: url(../img/line-trans.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 566px;
	font-size: 16px;
	height: 35px;
	text-align: right;
}
#eve04 {
	float: left;
	width: 176px;
}
#eve04 ul {
	width: 165px;
	background:url(../img/evebg04.jpg) repeat-y;
}
#eve05 {
	margin-right: 10px;
	float: left;
}
#eve05 ul {
	width: 165px;
	background:url(../img/evebg05.jpg) repeat-y;
}
#eve06 {
	margin-right: 10px;
	float: left;
}
#eve06 ul {
	width: 165px;
	background:url(../img/evebg06.jpg) repeat-y;
}
#eve07 {
	float: right;
}
#eve07 ul {
	width: 165px;
	background:url(../img/evebg07.jpg) repeat-y;
}
#eve08 {
	margin-right: 10px;
	float: left;
}
#eve08 ul {
	width: 165px;
	background-image: url(../img/evebg09.jpg);
	background-repeat: repeat-y;
}
#eve09 {
	margin-right: 10px;
	float: left;
}
#eve09 ul {
	width: 165px;
	background-image: url(../img/evebg10.jpg);
	background-repeat: repeat-y;
}
#eve10 {
	margin-right: 10px;
	float: left;
}
#eve10 ul {
	width: 165px;
	background-image: url(../img/evebg11.jpg);
	background-repeat: repeat-y;
}
#eve11 {
	float: right;
}
#eve11 ul {
	width: 165px;
	background-image: url(../img/evebg12.jpg);
	background-repeat: repeat-y;
}
#eve12 {
	float: left;
	margin-right:10px;
}
#eve12 ul {
	width: 165px;
	background-image: url(../img/evebg01.jpg);
	background-repeat: repeat-y;
}	
#eve08 table tr td {
	background-image: url(../img/eve08.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 28px;
	text-indent: 20px;
}
#eve11 table tr td {
	background-image: url(../img/eve01.jpg);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 28px;
	text-indent: 15px;
	font-size: 14px;
	color: #630;
}
#eve02 {
	margin-right: 10px;
	float: left;
}
#eve02 ul {
	width: 165px;
	background-image: url(../img/evebg02.png);
	background-repeat: repeat-y;
}
#eve03 {
	margin-right: 10px;
	float: left;
}
#eve03 ul {
	width: 165px;
	background-image: url(../img/evebg03.jpg);
	background-repeat: repeat-y;
}
#eveother {
	float: right;

}
#eveother table tr td {
		font-size:14px;
	color: #630;
	line-height: 180%;
}
	
.lastimg {
	vertical-align: top;
	}
.event div#eve04 li {
	text-indent : 15px;
	background: url(../img/dot04-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
.event div#eve05 li {
	text-indent : 15px;
	background: url(../img/dot05-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
.event div#eve06 li {
	text-indent : 15px;
	background: url(../img/dot06-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
.event div#eve07 li {
	text-indent : 15px;
	background: url(../img/dot07-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
.event div#eve08 li {
	text-indent : 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
.event div#eve09 li {
	text-indent : 15px;
	background: url(../img/dot10-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
.event div#eve10 li {
	text-indent : 15px;
	background: url(../img/dot11-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
.event div#eve11 li {
	text-indent : 15px;
	background: url(../img/dot12-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}
.event div#eve12 li {
	text-indent : 15px;
	background: url(../img/dot01-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
}	
.event div#eve02 li {
	background: url(../img/dot02-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
	text-indent: 15px;
}
.event div#eve03 li {
	background: url(../img/dot03-trans.png) no-repeat bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 180%;
	text-indent: 15px;
}
.event ul li img {
	margin-left: 15px;
}

/*-----------------------------------------------------------------
メイン右
------------------------------------------------------------------*/

#navi {
   width: 180px;
   float: left;
}
#infoFrame {
	width: 705px;
	background-image: url(../img/infoBg.jpg);
	background-repeat: no-repeat;
	padding: 5px 0;
	height: 140px;
}

#news_box {
	width:580px;
	float:left;
	margin:25px 0 0;
	height:120px;

}
.news {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F69;
	line-height: 170%;
	margin-bottom: 5px;
	margin-left: 150px;
	font-size:120%;
}
.date {
width:110px;
float: left;
padding-left: 20px;
box-sizing: border-box;
background-image: url(../img/point/clover.jpg);
background-repeat: no-repeat;
background-position: left center;
}
.news_title {
width:320px;
float: left;
padding-left: 10px;
box-sizing: border-box;
}
#news_box02 {
	width:280px;
	padding-left: 20px;
	margin-top: 5px;
	font-size:120%;
}
.news02 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #699;
	line-height: 170%;
	margin-bottom: 3px;
	width: 285px;
}
.date02 {
	width:70px;
	float: left;
	text-indent: 5px;
}
.news_title02 {
	width:210px;
	float: right;
	text-indent: 10px;
}
#newsLog {
	float: right;
	margin-right:25px;
	padding-top: 30px;
	width:80px;
	height:90px;
}
#secSpace {
	margin-top: 20px;
}
#secLeft {
     float: left;
	 width:360px;
}
#secRight {
	float: right;
}
.mailMag {
	line-height: 130%;
	font-size: 12px;
}
.conList {
     margin-bottom:5px;
}
#secRight .mailMag img {
	padding-top:10px;
}#eve08 table tr td {
	background-image: url(../img/eve08.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 28px;
	text-indent: 15px;
	font-size: 14px;
	color: #630;
}
table.nyuenGuide {
	font-size: 14px;
	color: #630;
	width: 99%;
}
table.nyuenGuide th {
	text-align: center;
	background-color: #FCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 17%;
	vertical-align: middle;
}
table.nyuenGuide td {
	padding-left: 15px;
	background-color: #FFF;
	padding-top : 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCC;
	border-bottom-color: #FCC;
	line-height: 150%;
	vertical-align: middle;
}
table.nyuenGuide td p{margin:0;}
table.nyuenGuide tr {
   border-right: solid #FCC 1px;
}
.guidesub {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #630;
	margin-bottom: 5px;
}
.lightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FCC;
}
.fontb {
	font-size: 14px;
	color: #630;
	line-height: 150%;
	padding-right: 8px;
}
.movieSpace {
	background-image: url(../img/movieBg.jpg);
	height: auto;
	width: 365px;
	padding-bottom: 10px;
}
.movieSpace img {
	padding-left: 10px;

}
.m_space{
	width:365px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#infoFrame02 {
background-image: url(../img/diaryBg.jpg);
background-repeat: no-repeat;
width: 330px;
min-height: 160px;
padding: 50px 0 20px 0;
margin: 0;
font-size: 12px;
}
.diaryTit {
	margin-left: 28px;
}
.diaryLog {
	float: right;
	margin-right: 25px;
}
.diaryHead {
}
/*-----------------------------------------------------------------
サイドメニューボタン2


/*-----------------------------------------------------------------
フッター
------------------------------------------------------------------*/
#footer_on {
	background:url(../img/footer_bg.jpg);
	height: auto;
}
#footer_onIN {
	width: 920px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 0px;
}
#footer {
	background-color: #0099CC;
	padding-bottom: 20px;
	color: #FFFFFF;
	padding-top: 10px;
}
#footer_in {
	width: 920px;
	margin-left: auto;
	margin-right:auto;
	background: url(../img/footer_bg02.jpg) repeat-x;
	line-height: 180%;
}
.Fimg {
    text-align: left;
}
.return {
	position: fixed;
	bottom: 80px;
	right: 80px;
}
.return img {
	width: 159px;
        height: 75px;
	display: block;
}
.eveLine {
	clear:both;
	text-align: center;
}


/* ---------------------------------------------------------------------
ブログ
--------------------------------------------------------------------- */

#blogMain {
	float: left;
	width: 526px;
	padding-top: 15px;
}
#blogMain2 {
	float: left;
	width: 526px;
	padding-top: 15px;
}
#blogMenu {
	float: right;
	width: 170px;
	padding: 21px 0 0;
	background-image:url("../img/blog/blogheader.jpg"), url(../img/blog/blogsideBg.jpg);
	background-position: 0 0, 0 21px;
	background-repeat:no-repeat, repeat-y;
	margin-top: 15px;
}
.post {
	background-image: url(../img/blog/honbun.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:17px;
}
.honbun {
	background-repeat: repeat-y;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 45px;
	padding-bottom: 10px;
}
.honbun img{
max-width: 100%;
height: auto;
}
.blogbg {
	background-image: url(../img/blog/honbun03.jpg);
	background-repeat: repeat-y;
}
.postinfo {
	text-align: right;
	margin-right: 50px;
}
.blogft {
	background-image: url(../img/blog/honbun04.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
h4 {
	line-height: 250%;
	background-image:url(../img/blog/category.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: 8px;
	margin-bottom: 10px;
	color: #F30;
}
#mainWrap #content #blogMenu ul li {
line-height: 120%;
margin-bottom: 10px;
font-size: 12px;
position: relative;
padding-left: 10px;
}
#mainWrap #content #blogMenu ul li:before{
content: '・';
font-size: 20px;
font-weight: bold;
position: absolute;
left: 0;
top: 2px;
}
#blogMenu ul {
	padding-left: 10px;
	padding-right: 10px;
}
#blogMenu ul li a:hover {
	text-decoration: underline;
}
#mainWrap #content #blogMenu2 ul li {
line-height: 120%;
margin-bottom: 10px;
font-size: 12px;
position: relative;
padding-left: 10px;
}
#mainWrap #content #blogMenu2 ul li:before {
content: '・';
font-size: 20px;
font-weight: bold;
position: absolute;
left: 0;
top: 2px;
}
#blogMenu2 {
	float: right;
	width: 170px;
	background-image:url("../img/blog/blogheader.jpg"), url(../img/blog/blogsideBg.jpg);
	background-position: 0 0, 0 21px;
	background-repeat:no-repeat, repeat-y;
	margin-top: 15px;
	padding: 21px 0 0;
}
#blogMenu2 .wrap{
margin-bottom: 30px;
}
#blogMenu2 ul {
	padding-left: 10px;
	padding-right: 10px;
}
#blogMenu2 h4 {
	line-height: 250%;
	background-image: url(../img/blog/category2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: 8px;
	margin-bottom: 10px;
	color: #630;
}
#blogMenu2 ul li a:hover {
	text-decoration: underline;
}
#blogMain .post h3 a:hover {
	color: #630;
	text-decoration: underline;
}
.postinfo a:hover {
	color: #630;
	text-decoration: underline;
}
.pagelink {
	margin-bottom: 10px;
}
.pageprev {
	float: left;
}
.pagenext {
	float: right;
}
#pagetitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 250%;
	border: 1px solid #F93;
	background-color: #FFF;
	margin-bottom: 30px;
}
.contactLeft {
margin-bottom: 5px;
}
.contactRight {

}
.fontRed {
	color: #F00;
	font-size: 12px;
}
#blogMain h3 {
	background:url(../img/blog/blog2honbun02.jpg) no-repeat;
} #sitemapTbl {
	text-align: left;
	background-image: url(../img/sitemapBg.jpg);
	color: #600;
	line-height: 180%;
	width: 650px;
}
#sitemapTbl tr td {
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	background-image: url(../img/sitemapLine.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.sitemapL {
	float: left;
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 30px;
}
.sitemapR {
	float: right;
	padding-right: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#mainWrap #content #sitemapTbl .sitemapL ul {
	width: 250px;
}
#mainWrap #content #sitemapTbl .sitemapR ul {
	width: 250px;
	line-height: 250%;
	text-indent: 15px;
	font-size: 15px;
}
#sitemapTbl .sitemapL ul li {
	line-height: 250%;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
	font-size: 15px;
	text-indent: 15px;
}
#mainWrap #content #sitemapTbl .sitemapL ul li ul li {

}
#mainWrap #content #sitemapTbl .sitemapL ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 160%;
	padding-left: 15px;
}
#mainWrap #content #sitemapTbl .sitemapR ul li {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
}
#mainWrap #content #sitemapTbl .sitemapR ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 160%;
}
#mainWrap #content #sitemapTbl .sitemapR ul li ul {
	padding-bottom: 5px;
}
#mainWrap #content #sitemapTbl .sitemapL ul li ul {
	padding-bottom: 5px;
}
#mainWrap #content #sitemapTbl .sitemapR ul li ul li {
	padding-left: 15px;
}
.hogosya_adb{
	text-align:right;
	margin:0 10px 10px 0;
}
.hogosya_bn{
	margin:15px 0 10px 0;
	padding:0;
}




#kansensyo {
	font-size: 14px;
	color: #630;
	width: 99%;
}
#kansensyo tr{
	border:1px solid #FCC;
}

#kansensyo th {
	text-align: center;
	background-color: #FCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#kansensyo td {
	padding-left: 15px;
	background-color: #FFF;
	padding-top : 10px;
	padding-bottom: 10px;
	line-height: 150%;
	border:1px solid #FCC;
}
.link{
	text-decoration:underline;
}#mainWrap #content .nyuenGuide tr td strong {
	color: #F00;
}

/*20200507齊藤追加*/
.negative{
background-image:url(../img/double.png);
background-repeat:repeat-x;
background-position: center;
}

div#simple {
    display: none;
}
ul.children {
    padding:0 !important;
}

.nextprev {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
padding: 0 20px;
}

li.cat-item.cat-item-1 > a,
li.cat-item.cat-item-9 > a{
display: none;
}
li.cat-item.cat-item-1:before,
li.cat-item.cat-item-9:before{
display: none;
}
li.cat-item.cat-item-1,
li.cat-item.cat-item-9{
padding-left: 0 !important;
}

/* メールフォーム設定
-----------------------------------------------------------------------------*/
.comments-open-content input.text {
padding: 10px;
box-sizing: border-box;
width: 100%;
}
.comments-open-content input.text01 {
    width: 60%;
    box-sizing: border-box;
    padding: 10px;
}
.comments-open-content textarea#mail_text {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    min-height: 150px;
}
div#mail-form-author,
div#mail-form-child,
div#mail-form-address,
div#mail-form-tell,
div#mail-form-email,
div#mail-form-subject,
div#mail-form-text{
    margin-bottom: 20px;
}
input.submit {
width: 40%;
padding: 20px 0 18px;
background-color: #FF9900;
border: 0;
font-weight: bold;
}
.thnx {
margin-top: 30px;
font-size: 130%;
line-height: 2;
text-align: center;
}
div#mail-wrap {
    overflow: hidden;
	padding: 0 50px;
	margin-bottom: 30px;
}
div#mail-wrap > .contactRight > br{
display: none;
}


.bt2101{
display: block;
margin: 40px 0 50px;
}
.bt2101 img{
width: 100%;
height: auto;
}
.bt2101:hover,
.bt2101:active {
opacity: 70; opacity:0.7; transition-property: all; transition: 0.3s linear;
}
.nextprev div {
    width: 48%;
}
/*20220203齊藤追記*/
.comments-open-content input.text02 {
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
}
/*20220902追記*/
.bt2102{
display: block;
margin: 0 0 50px;
}
.bt2102 img{
width: 100%;
height: auto;
}
.bt2102:hover,
.bt2102:active {
opacity: 70; opacity: 0.7; transition-property: all; transition: 0.3s linear;
}

/*20230508木野追記*/
.bt2100{
display: block;
margin: 50px 0 ;
}	
	
/* 未就園児エントリ
-----------------------------------------------------------------------------*/
span.mwform-radio-field.vertical-item:nth-child(1),
span.mwform-radio-field.vertical-item:nth-child(3){
    display: block;
}
.btradio span.mwform-radio-field.vertical-item:nth-child(1),
.btradio span.mwform-radio-field.vertical-item:nth-child(3){
    display: block;
    margin-top: 0;
}
/*span.mwform-radio-field.vertical-item:nth-child(1):before {
	white-space: pre;
	content: '第１回６/５（土）\A第２回７/３（土）';
	display: block;
	font-weight:normal;
	margin-bottom: 5px;
    margin-left: 27px;
}
span.mwform-radio-field.vertical-item:nth-child(1):after {
    content: '子育て支援事業「園庭開放」';
	display: block;
	font-weight: bold;
	
}
span.mwform-radio-field.vertical-item:nth-child(2):before {
	white-space: pre;
	content: '第1回:中止 \A第２回６/２１（月） ';
	display: block;
	font-weight:normal;
	margin-bottom: 5px;
    margin-left: 27px;
}
span.mwform-radio-field.vertical-item:nth-child(3):after {
    content: '入園説明会';
	display: block;
	font-weight: bold;
}*/

.btradio span.mwform-radio-field.vertical-item:nth-child(1):before {
    content: '' !important;
	display: none;
	font-weight: bold;
}
.btradio span.mwform-radio-field.vertical-item:nth-child(2):before {
    content: '' !important;
	display:none;
	font-weight: bold;
}
.nextprev .bt02 {
    text-align: right;
}
/*フォーム用*/
.text07121:before {
content: '';
font-weight: normal;
margin: 0 0 1px 28px;
white-space: pre;
display: block;
line-height: 2;
}
.text07122:before {
content: '';
font-weight: normal;
margin: 0 0 1px 28px;
white-space: pre;
display: block;
line-height: 2;
}

.text07123:before {
content: '';
font-weight: normal;
margin: 0 0 1px 28px;
white-space: pre;
display: block;
line-height: 2;
}

.mw_wp_form_preview .text07121,
.mw_wp_form_preview .text07122,
.mw_wp_form_preview .text07123,
.mw_wp_form_preview .text07124{
    display: none;
}
span.mwform-radio-field-text {
    font-weight: normal;
}
/*20210827齊藤追記*/
.p-event__cancel{
	margin-left: 8px;
}
.c-cancel--close{
	color:#FFF;
	background:#e9606d;
}
.c-cancel{
	padding: 2px 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 3px
}
/*20210827ここまで*/

/*PCここまで*/
}
/*PCここまで*/

/* Tablet */
@media screen and (min-width:1000px) and (max-width:1920px) {
}
/*Tabletここまで*/

/* for mobile */
@media (max-width:736px){

body {
background-image: url("../img/bg.jpg");
}

.sp_none{
display: none !important;
}

/* スマホヘッダー
----------------------------------------------- */
header{
width:100%;
position:relative;
height:80px;
z-index:999;
box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 9px 3px -3px rgba(0,0,0,0.3);
background-color:#fff;
}
header .wrap{
height: 100%;
}
header .wrap .container .t_tel.pc_none{
width: 60px;
height: 60px;
line-height: 60px;
background: #0054a7;
text-align: center;
color: #fff;
display: block;
position: absolute;
right: 70px;
top: 10px;
font-size: 18px;
}
h1{
margin-left: 10px;
width : 100% ;
width : -webkit-calc(100% - 70px) ;
width : calc(100% - 70px) ;
height: 100%;
display: flex;
align-items: center;
font-size: 25px;
font-weight: bold;
}
h1 a{
display:block;
line-height: 1.2;
}
h1 a small{
display: block;
font-size: 65%;
}
h1 a img{
width:auto;
height:40px;
}

/* PCスライダ
-----------------------------------------------------------------------------*/
#visual {
display: none;
}

/* メインコンテンツ
-----------------------------------------------------------------------------*/
img{
max-width: 100%;
height: auto;
}
#content {
width: 90%;
margin: 0 auto 50px;
}
div#news_box {
padding: 20px;
background-color: #fff;
box-sizing: border-box;
border: 3px solid #99CC67;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
margin-bottom: 20px;
}
div#infoFrame,
div#secLeft{
margin-bottom: 40px;
}
a#newsLog {
padding: 15px;
color: #fff;
text-align: center;
font-weight: bold;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
background-color: #F69;
margin: 0 auto;
display: block;
}

.news {
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #F69;
line-height: 1.7;
padding: 10px 0;
}
.date {
padding-left: 20px;
box-sizing: border-box;
background-image: url(../img/point/clover.jpg);
background-repeat: no-repeat;
background-position: left center;
}
div#infoFrame02 {
padding: 20px;
background-color: #fff;
box-sizing: border-box;
border: 3px solid #D8E7AE;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
margin-bottom: 20px;
}
.news02 {
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #699;
line-height: 1.7;
padding: 10px 0;
}
div#navi {
display: none;
}
p.Fimg img {
    display: block;
    margin: 0 auto;
}
/*20220628追記*/
.subtitle {
	margin-bottom:20px;
	margin-top: 20px;
}

/* フッター
-----------------------------------------------------------------------------*/
/*スマホ用*/
footer{
background-color: #0099CC;
}
footer > ul {
width: 90%;
margin: 0 auto;
padding: 20px 0;
}
footer > ul > li > a{
display: block;
padding: 10px;
border-bottom: 1px dashed #fff;
color: #fff !important;
background: url(../img/footer_bg02.jpg);
}
footer > ul > li:first-of-type > a{
border-top: 1px dashed #fff;
}
/*既存*/
#footer {
background-color: #0099CC;
color: #FFFFFF;
padding-bottom: 20px;
}
#footer_in{
width: 90%;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
background: url(../img/footer_bg02.jpg);
}
#footer_in strong{
display: block;
}

/* 下層ページ共通
-----------------------------------------------------------------------------*/
#mainTitle h2 img{
max-width: 100%;
height: auto;
margin: 0 auto 10px;
display: block;
}

ul.submenu{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
}
ul.submenu li {
width: 48%;
height: auto;
}
ul.submenu li a{
display: block;
}
ul.submenu li a img{
width: 100%;
height: auto;
}
.f_right{
display: block;
text-align: right;
}


/* 浄徳寺幼稚園について
-----------------------------------------------------------------------------*/
#eduBg{
padding-top: 30px;
}
#eduBg .leftBox,
#eduBg .rightBox{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
}
#eduBg .leftBox{
margin-bottom: 30px;
}
#eduBg .eduBox{
width: 48%;
height: auto;
}
.eduBox img {
    text-align: center;
    display: block;
    margin: 0 auto;
}
/*テーブル*/
table.nyuenGuide {
width: 100%;
font-size: 14px;
color: #630;
}
table.nyuenGuide th {
	text-align: center;
	background-color: #FCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 100%;
	display: block;
	padding: 10px 0;
	line-height: 1.2;
	box-sizing: border-box;
}
table.nyuenGuide td {
    padding:10px 15px;
    background-color: #FFF;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #FCC;
    border-bottom-color: #FCC;
    line-height: 1.5;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
table.nyuenGuide tr {
   border-right: solid #FCC 1px;
}
.return {
text-align: right;
padding-right: 5%;
}

/* 入園入学について
-----------------------------------------------------------------------------*/
.envirIn img{
width: 100%;
height: auto;
margin-bottom: 10px;
}

/* 
-----------------------------------------------------------------------------*/
p.qFrame {
padding: 20px;
background-color: #93CFD9;
margin-bottom: 20px;
border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
}
.aFrame,
.a01Frame{
padding: 20px;
background-color: #FECECE;
margin-bottom: 20px;
border-radius:8px;
-webkit-border-radius:8px;
-moz-border-radius:8px;
}
.guide a{
text-decoration: underline;
}

/* サイトマップ
-----------------------------------------------------------------------------*/
#sitemapTbl > div > ul > li {
text-align: left;
padding: 20px;
border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #F90;
}
#sitemapTbl > div > ul > li > ul > li{
padding-left: 35px;
position: relative;
}
#sitemapTbl > div > ul > li > ul > li:before{
    position: absolute;
    content: 'L';
    font-weight: bold;
    left: 22px;
    top: -2px;
	color: #A8A7A7;
}

/* お問合せ
-----------------------------------------------------------------------------*/
p.padtb10 {
    text-align: left;
    margin-bottom: 15px;
}
input#mail_author {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    width: 100% !important;
}
input[type="text"] {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    width: 100% !important;
}
input#mail_email {
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
}
div#mail-form-subject {
    margin-bottom: 20px;
}
div#mail-form-email {
    margin-bottom: 20px;
}
textarea#mail_text {
    width: 100%;
	box-sizing: border-box;
	padding: 10px;
}


/* お知らせ
-----------------------------------------------------------------------------*/
#blogMain2{
margin-bottom: 50px;
}
#blogMain2 h3 {
background: url(../img/blog/honbun02_sp.jpg);
font-size: 18px;
font-weight: bold;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 15px;
line-height: 1.2;
margin-bottom: 20px;
}
#blogMain h3 {
background: url(../img/blog/blog2honbun02_sp.jpg);
font-size: 18px;
font-weight: bold;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 15px;
line-height: 1.2;
margin-bottom: 20px;
}
#blogMain{
margin-bottom: 50px;
}
#blogMain .post,
#blogMain2 .post {
background-color: #fff;
background-repeat: no-repeat;
background-position: top;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
margin-bottom: 30px;
padding: 20px;
box-shadow: 1px 4px 11px -7px #777777;
}
#blogMenu,
#blogMenu2{
background-color: #fff;
background-repeat: no-repeat;
background-position: top;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
margin-bottom: 30px;
padding: 20px;
box-shadow: 1px 4px 11px -7px #777777;
}
#blogMenu h4 {
background: url(../img/blog/honbun02_sp.jpg);
font-size: 18px;
font-weight: bold;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 10px;
line-height: 1.2;
margin-bottom: 20px;
}
#blogMenu2 h4 {
background: url(../img/blog/blog2honbun02_sp.jpg);
font-size: 18px;
font-weight: bold;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 10px;
line-height: 1.2;
margin-bottom: 20px;
}
#blogMenu ul li,
#blogMenu2 ul li{
padding: 0 0 10px 20px;
position: relative;
}
#blogMenu ul li:before,
#blogMenu2 ul li:before{
position: absolute;
content: '・';
font-weight: bold;
left: 0;
top: 1px;
font-size: 26px;
}
li.cat-item.cat-item-1 > a,
li.cat-item.cat-item-9 > a{
display: none;
}
li.cat-item.cat-item-1:before,
li.cat-item.cat-item-9:before{
display: none;
}
li.cat-item.cat-item-1,
li.cat-item.cat-item-9{
padding-left: 0 !important;
}
#blogMenu .wrap,
#blogMenu2 .wrap{
margin-bottom: 20px;
}
.hogosya_sign{
display: none;
}
.fontbT tr td{
display: block;
width: 100%;
}
ul.children {
    padding: 0 0 !important;
}

.nextprev{

}

/*20200510和田追加*/
.negative{
background-image:url(../img/double.png);
background-repeat:repeat-x;
background-position: center;
}
/* メールフォーム設定
-----------------------------------------------------------------------------*/
.comments-open-content input.text,
.comments-open-content input.text01{
padding: 10px;
box-sizing: border-box;
width: 100%;
}
.comments-open-content textarea#mail_text {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    min-height: 150px;
}
div#mail-form-author,
div#mail-form-child,
div#mail-form-address,
div#mail-form-tell,
div#mail-form-email,
div#mail-form-subject,
div#mail-form-text{
    margin-bottom: 20px;
}
input.submit {
width: 100%;
padding: 20px 0 18px;
background-color: #FF9900;
border: 0;
font-weight: bold;
}
.thnx {
margin-top: 30px;
font-size: 130%;
line-height: 2;
text-align: center;
}
div#mail-wrap {
    overflow: hidden;
	padding: 0;
	margin-bottom: 20px;
}
div#mail-wrap > .contactRight > br{
display: none;
}
/*1135*/
/*ios サブミットリセット*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.m_space object {
    width: 100%;
    height: auto;
}

/* 園での生活
-----------------------------------------------------------------------------*/
.event {
    width: 60%;
    margin: 0 auto;
}
.event ul li a{
display: block;
}
.event div li {
padding: 10px;
line-height: 180%;
box-sizing: border-box;
}
.event div#eve04 li {
background: url(../img/dot04-trans.png) no-repeat bottom;
}
.event div#eve05 li {
background: url(../img/dot05-trans.png) no-repeat bottom;

}
.event div#eve06 li {
	background: url(../img/dot06-trans.png) no-repeat bottom;
}
.event div#eve07 li {
	background: url(../img/dot07-trans.png) no-repeat bottom;
}
.event div#eve08 li {
	background: url(../img/dot08-trans.png) no-repeat bottom;
}
.event div#eve09 li {
	background: url(../img/dot10-trans.png) no-repeat bottom;
}
.event div#eve10 li {
	background: url(../img/dot11-trans.png) no-repeat bottom;
}
.event div#eve11 li {
	background: url(../img/dot12-trans.png) no-repeat bottom;
}
.event div#eve12 li {
	background: url(../img/dot01-trans.png) no-repeat bottom;
}	
.event div#eve02 li {
	background: url(../img/dot02-trans.png) no-repeat bottom;
}
.event div#eve03 li {
	background: url(../img/dot03-trans.png) no-repeat bottom;
}
.event img {
width: 100%;
height: auto;
}
#eve04,
#eve05,
#eve06,
#eve07,
#eve08,
#eve09,
#eve10,
#eve11,
#eve12,
#eve01,
#eve02,
#eve03{
margin-bottom: 30px;
}
#eve04 ul {
	background:url(../img/evebg04.jpg) repeat;
}
#eve05 ul {
	background:url(../img/evebg05.jpg) repeat;
}
#eve06 ul {
	background:url(../img/evebg06.jpg) repeat;
}
#eve07 ul {

	background:url(../img/evebg07.jpg) repeat;
}
#eve08 ul {
	background-image: url(../img/evebg09.jpg);
	background-repeat: repeat;
}
#eve09 ul {
	background-image: url(../img/evebg10.jpg);
	background-repeat: repeat;
}
#eve10 ul {
	background-image: url(../img/evebg11.jpg);
	background-repeat: repeat;
}
#eve11 ul {
	background-image: url(../img/evebg12.jpg);
	background-repeat: repeat;
}
#eve12 ul {
	background-image: url(../img/evebg01.jpg);
	background-repeat: repeat;
}	
#eve08 table tr td {
	background-image: url(../img/eve08.png);
	background-repeat: no-repeat;
	padding-top: 45px;
	padding-bottom: 28px;
	text-indent: 20px;
}
#eve02 ul {
	background-image: url(../img/evebg02.png);
	background-repeat: repeat;
}
#eve03 ul {
	background-image: url(../img/evebg03.jpg);
	background-repeat: repeat;
}
.fontRed {
    color: #F00;
    font-size: 12px;
}
.envirIn li {
    background-position: center;
}

.bt2101{
display: block;
margin: 30px 0;
}
.bt2101 img{
width: 100%;
height: auto;
}
/*20220902追記*/
.bt2102{
display: block;
}
.bt2102 img{
width: 100%;
height: auto;
}

/*ページャー*/
.wp-pagenavi a, .wp-pagenavi span {
display: inline-block !important;
}


#pagetitle {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height:1;
    border: 1px solid #F93;
    background-color: #FFF;
    margin-bottom: 30px;
	padding: 15px;
}
.honbun img{
max-width: 100%;
height: auto;
}

/* 未就園児エントリ
-----------------------------------------------------------------------------*/
span.mwform-radio-field.vertical-item:nth-child(1),
span.mwform-radio-field.vertical-item:nth-child(3){
    display: block;
}
.btradio span.mwform-radio-field.vertical-item:nth-child(1),
.btradio span.mwform-radio-field.vertical-item:nth-child(3){
    display: block;
    margin-top: 0;
}

/*span.mwform-radio-field.vertical-item:nth-child(1):before {
	white-space: pre;
	content: '第１回６/５（土）\A第２回７/３（土）';
	display: block;
	font-weight:normal;
	margin-bottom: 7px;
	margin-left: 27px;
}
span.mwform-radio-field.vertical-item:nth-child(1):after {
    content: '子育て支援事業「園庭開放」';
	display: block;
	font-weight: bold;
}
span.mwform-radio-field.vertical-item:nth-child(2):before {
white-space: pre;
	content: '第1回:中止 \A第２回６/２１（月） ';
	display: block;
	font-weight:normal;
	margin-bottom: 5px;
    margin-left: 27px;

}
span.mwform-radio-field.vertical-item:nth-child(3):after {
    content: '入園説明会';
	display: block;
	font-weight: bold;
}*/

.btradio span.mwform-radio-field.vertical-item:nth-child(1):before {
    content: '' !important;
	display: none;
	font-weight: bold;
}
.btradio span.mwform-radio-field.vertical-item:nth-child(2):before {
    content: '' !important;
	display:none;
	font-weight: bold;
}
table#careers2 td {
    display: block;
}
table#careers2 td img{
width: 100%;
height: auto;
}

/*フォーム用*/
.text07121:before {
content: '';
font-weight: normal;
margin: 0 0 1px 28px;
white-space: pre;
display: block;
line-height: 2;
}
.text07122:before {
content: '';
font-weight: normal;
margin: 0 0 1px 28px;
white-space: pre;
display: block;
line-height: 2;
}
.text07123:before {
content: '';
font-weight: normal;
margin: 0 0 1px 28px;
white-space: pre;
display: block;
line-height: 2;
}

.mw_wp_form_preview .text07121,
.mw_wp_form_preview .text07122,
.mw_wp_form_preview .text07123,
.mw_wp_form_preview .text07124{
    display: none;
}

/*20210827齊藤追記*/
.p-event__cancel{
	margin-left: 8px;
}
.c-cancel--close{
	color:#FFF;
	background:#e9606d;
}
.c-cancel{
	padding: 2px 4px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	-webkit-border-radius: 3px
}
/*20210827ここまで*/

/*spここまで*/
}
/*spここまで*/

/*20250903 - guide*/
.table__data-inner{display:flex;justify-content: space-between;align-items: center;}
@media (max-width:736px){
	.table__data-inner{flex-direction:column;}
}
.table__data-inner > div{text-align: center;}
@media (min-width:737px){
.table__data-inner > div:last-child{width:40%}
}
/*20250903 - guide end*/

/*20251128 - survey*/
.survey__score{text-align:center;margin:20px 0;}
.survey__head{text-align:center;margin-top:30px;}
.survey__head > span{padding:8px 30px 5px 30px;background-color:orange;border-radius:50px;font-size:18px;}
.survey__head span{display:inline-block;}

/*20251225 - self assessment*/
.score__color--green{color:#3ec900;}
.score__color--green02{color:#ff3f5a;}
.score__color--yellow{color:#ffc200;}
.score__color--blue{color:#3b9fea;}
.self__score > span{display:inline-block;}