@charset "utf-8";

/* base */
body {
	background-image: url(/images/bg.png);
	font-family:
		"Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
		color: #333;
		font-size: 14px;
 	/* for IE6/7 */
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
	line-height: 1.5;
}

a {
	color:#00709d;
	}

/* ラッパーの横幅指定 */
#wrapper,
#header,
#contents-new {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  box-sizing: border-box;
}

/* ヘッダー */
#header #head1 {
	height:200px;
	background: url(../images/head1-logo.png) no-repeat;
	}

#header #head1 #head1-logo {
	display: block;
	width:720px;
	height:200px;
	float:left;
	}

#header #head1 #head1-logo h1 {
	padding-top:60px;
	padding-left:60px;
	}

#header #head1 #head1-address {
	display: block;
	width:290px;
	height:200px;
	margin-left:720px;
	}

#header #head1-address ul {
	width:250px;
	height:30px;
	padding-top:155px;
	padding-left:5px;
	list-style:none;
	}

#header #head1-address ul li a {
	width:80px;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	}

#head1-address-kotsu {
	margin-left:10px;
	}

#head1-address-toiawase {
	margin-left:10px;
	}


#header #head2 {
	width:960px;
	height:235px;
	margin-left:50px;
	background-color: #80CDE2;
	/* background:url(../images/head-bg.png) repeat-y; */
	}

#header #head-new2 #topphoto {
	width: 100%;
  	margin-bottom: 1rem;
	height: auto;
	overflow: hidden;   /* はみ出し防止の保険 */
}
@media screen and (min-width: 769px) {
	#header #head-new2 #topphoto {
		margin-bottom: 2rem;
	}
}

#header #head-new2 #topphoto div img {
	width: 100%;
}

/* 新しいヘッダー スマホ版 */
#head-new-mobile {
	display: flex;
	gap:1rem;
	background-color: #80CDE2;
	padding:10px;
}
#head-new-mobile .hn-logo {
	max-width:90px;
	min-width:70px;
}
#head-new-mobile .hn-title {
	width: auto;
}

#head-new-mobile .hn-title,
#head-new-mobile .hn-adress{
	color: #FFF;
	font-weight: bold;
}
#head-new-mobile .hn-title .hn-title-1 {
	font-size:12px;
}
#head-new-mobile .hn-title .hn-title-2 {
	font-size:2rem;
}
#head-new-mobile .hn-title .hn-title-3 {
	font-size:11px;
}
#head-new-mobile #hn-menu div.button {
	font-size:10px;
}


/* 新しいヘッダー */
#head-new {
  background-color: #80CDE2;
  padding: 30px;

  /* 下揃えの土台：各カラムを同じ高さに伸ばす */
  align-items: stretch;

  /* 欄間のすき間（必要に応じて変更） */
  gap: 30px;

  /* 行の“底”を明確にする最低高さ（必要なら調整） */
  min-height: 120px;

  /* 折り返しを避けたい場合は nowrap（必要に応じて） */
  flex-wrap: nowrap;
}

/* 幅設計：ロゴ=200px固定、住所=280px固定、タイトル=余り全部 */
#head-new .hn-logo   { flex: 0 0 110px; }
#head-new .hn-title  { flex: 1 1 auto; min-width: 0; }
#head-new .hn-adress { flex: 0 0 280px; }

/* ロゴ：幅基準でフィット（高さは自動）。上下は中央寄せ */
#head-new .hn-logo{
  display: flex;
  align-items: flex-end;     /* 下寄せにしたいなら flex-end に */
}
#head-new .hn-logo img{
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* ★中央＆右カラム：縦フレックスで“下寄せ” */
#head-new .hn-title,
#head-new .hn-adress{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;  /* 下揃え */
  min-height: 0;              /* はみ出し防止の保険 */
}

/* タイトル側の文字指定 */
#head-new .hn-title p{
  color: #fff;
  font-weight: bold;
  margin: 0;
}
#head-new .hn-title-1 { font-size: 1rem; }
#head-new .hn-title-2 {
  font-size: 2.5rem;
  letter-spacing: -0.08em; /* 単位必須 */
}
#head-new .hn-title-3 { font-size: 0.8rem; }

/* 住所側の文字指定 */
#head-new .hn-adress p{
	font-size:0.9rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

/* ヘッダーのメニュー */
#hn-menu {
	margin-top:5px;
}
#hn-menu div.button {
	background-color: #01B2D2;
	color:#fff;
	font-weight: bold;
	border:none;
	width: 100%;
}

#head-new2 {
  background-color: #80CDE2;
	padding:0 30px;
}




#rss {
	padding:50px 10px 10px 10px;
	}

#rss li {
	font-size:12px;
	line-height:1.2;
	}

.blog-more {
	font-size:11px;
	float:right;
	}


/*  contents  */
#contents-new {
	background-color:#FAEFEC;
	margin:0;
	padding:30px 20px;
	}


#contents {
	width:960px;
	margin:0;
	margin-left:50px;
	background-image:url(../images/basebg.png);
	background-repeat:repeat-y;
	}


#contents-body {
	width:920px;
	padding:20px 25px 20px 15px;
	}

#contents #contents-body-l {
	width:655px;
	float:left;
	}

#contents-new #cn-body-1 .entry-header h1 {
	font-weight:bold;
	font-size:1.5rem;
	color:#00accb;
	}
#cn-body-1 nav.post-nav {
	margin-top:2rem;
	display: flex;
	justify-content: center;
	gap:3rem;
}


#contents #contents-body-l h2 a {
	width:655px;
	height:55px;
	line-height:55px;
	text-indent:-9999px;
	background:url(../images/banner-nyuen.png) no-repeat;
	display:block;
	}

.stb-text {
	padding-top:0 !important;
	}

/*�ی��҂̐��̃X�^�C��*/
#voice {
	margin-top:10px;
	}
#voice li {
	padding-bottom:10px;
	}


/*middle banner*/

/* #contents-body-l-bn {
	width:655px;
	height:165px;
	margin-bottom:20px;
	} */

#contents-body-l-bn ul {
	list-style:none;
	}

#contents-body-l-bn ul li {
	text-indent:-9999px;
	float:left;
	}

#bn-yochien a {
	display:block;
	width:155px;
	height:165px;
	line-height:165px;
	background:url(../images/banner-yochien.png) no-repeat;
	}

#bn-kosodate a {
	display:block;
	width:155px;
	height:165px;
	line-height:165px;
	background:url(../images/banner-kosodate.png) no-repeat;
	margin-left:10px;
	}

#bn-work a {
	display:block;
	width:155px;
	height:165px;
	line-height:165px;
	background:url(../images/banner-work.png) no-repeat;
	margin-left:10px;
	}

#bn-jiritsu a {
	display:block;
	width:155px;
	height:165px;
	line-height:165px;
	background:url(../images/banner-jiritsu.png) no-repeat;
	margin-left:10px;
	}


/*topics*/

#contents-body-topic {
	margin: 2rem 0;
	}

	#contents-body-topic > div.topics-box {
	background-color: #FFF;
	padding: 1rem 2rem;
	margin-bottom: 2rem;
	border-radius: 5px;
	}

	#contents-body-topic > div.topics-bo:last-child {
		margin-bottom:0;
	}

#contents-body-topic ul {
	list-style: none;
	}

#contents-body-topic ul li {
	line-height:3.0;
	}

#contents-body-topic h3.topic-title {
	color: #01B2D2;
}

#contents-body-topic .topics-list {
	line-height:1.2;
	/* display: flex; */
}

#contents-body-topic .tlist-title {
	margin-left:2rem;
	margin-bottom:1rem;
}



/*wordpress style*/

.entry-title {
	margin-top:20px;
	}

.entry-meta {
	text-align:right;
	}



/*second-page-topic*/

.contents-body-second {
	/* width:655px; */
	}

.contents-body-second2 {
	width:655px;
	margin-top:20px;
	}

.contents-body-second-b {
	background-color:#FFFFFF;
	padding:10px 30px;
	border-radius: 5px;
	}

.contents-body-second-b h3 {
	width:100%;
	color:#00accb;
	font-size:x-large;
	border-bottom:dashed 1px #00b2d2;
	}

.contents-body-second-b p {
	padding-top:20px;
	}

.contents-body-second-b ul {
	list-style:disc;
	padding:10px 20px 0;
	}

.contents-body-second-b ul li {
	}

.contents-body-second-b table {
	margin-top:20px;
	border-collapse: collapse;
	}

.contents-body-second-b table td {
	border:solid 1px #cccccc;
	padding:10px;
	}


.ctb-bg1 {
	background-color:#00b2d2;
	color:#FFFFFF;
	}


/*under banner*/
#contents-body-l-ub {
	width:655px;
	height:80px;
	margin-top:20px;
	}

#contents-body-l-ub ul {
	list-style:none;
	}

#ub-tayori a {
	display:block;
	width:200px;
	height:80px;
	line-height:80px;
	text-indent:-9999px;
	float:left;
	background:url(../images/ub-tayori.png) no-repeat;
	}

#ub-album a {
	display:block;
	width:200px;
	height:80px;
	line-height:80px;
	text-indent:-9999px;
	float:left;
	background:url(../images/ub-zaien.png) no-repeat;
	margin-left:27px;
	}

#ub-musium a {
	display:block;
	width:200px;
	height:80px;
	line-height:80px;
	text-indent:-9999px;
	float:left;
	background:url(../images/ub-musium.png) no-repeat;
	margin-left:28px;
	}

/*yochien-hoshin*/
#yochien-hoshin1 {
	font-weight:bold;
	text-align:center;
	width:100%;
	margin:10px 0;
	padding:10px;
	background-color:#eeeeee;
 	border-radius: 15px;
	behavior: url(http://pokkeroom.net/js/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	} /*�p��*/


/*fivearea*/
.fivearea {
	width:100%;
	margin:2rem 0;
	}

.fivearea div {
	padding:10px;
	-moz-border-radius: 15px; /* Firefox */
 	-webkit-border-radius: 15px; /* Safari and Chrome */
 	border-radius: 15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(http://pokkeroom.net/js/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	} /*�p��*/

.fivearea div p {
	margin:0;
	padding:0;
	font-size:20px;
	fint-weight:bold;
	}

.fivearea-health {
	background-color:#cce9f2;
}

.fivearea-word {
	background-color:#f9d3e3;
}

.fivearea-env {
	background-color:#e7c394;
}

.fivearea-human {
	background-color:#c4d0a2;
}

.fivearea-express {
	background-color:#c6aec9;
}

.fivearea-manner {
	background-color:#f8f0aa;
}

/*contents-side-menu*/

#contents-body-menu {
	width:250px;
	margin-left:670px;
	}

#contents-body-menu ul {
	list-style:none;
	text-indent:-9999px;
	width:250px;
	}

	#contents-body-menu ul li a {
	width:250px;
	height:50px;
	line-height:50px;
	display:block;
	}


/*sub-menu*/
#cn-side > ul.cmenu-accout {
	background-color:#d0eaea;
}

#cn-side ul.cmenu-accout > li {
	background-color: #2ABBDB;
	padding:0;
	border-bottom: solid 0.5px #fff;
	}
#cn-side ul.cmenu-accout > li:first-child {
	border-radius: 5px 5px 0 0;
}
#cn-side ul.cmenu-accout > li:last-child {
	border-radius: 0 0 5px 5px;
	border-bottom: none;
}
#cn-side ul.cmenu-accout > li > a {
	display: block;
	padding:1rem;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	line-height: 1.2;
}
#cn-side ul.cmenu-accout > li > ul {
	padding: 1rem;
	background-color:#d0eaea;
}
#cn-side ul.cmenu-accout > li > ul > li {
	line-height:2;
	font-size:13px;
}

.cmenu-ko li {
	padding-left:15px;
	width:220px;
	}


/*movie*/
#cmenu-movie {
	margin:30px 0px;
	width:250px;
}

#cmenu-movie h3 {
	display:block;
	text-indent:-9999px;
	background:url(../images/rmenu-movie.png) no-repeat;
	width:250px;
	height:30px;
	}


/*  footer  */
#footer {
	padding:20px;
	background-color: #D0EAEA;
}
#footer .columns {
	margin:0 1rem;
}
#footer .column {
	text-align: center;
}
@media screen and (min-width: 769px) {
	#footer .columns {
		margin: 0 3rem;
	}
}

#footer .foot-contents {
	position:relative;
	padding:20px auto 20px;
	overflow: hidden;     /* Win IE5.0�ɂ͓K�p���Ȃ��i�����j */
	}

#footer .foot-contents ul {
	list-style:none;
	position: relative;
	left: 50%;
	float: left;
	}

#footer .foot-contents ul li {
    position: relative;
	left: -50%;
	float: left;
	padding:10px;
	 }

/*gcal*/
.gcal {
	background-color:#FFF;
	padding:5px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	}

.gcal h3 {
	color:#008cb9;
}
.gcal p a {
	color:#cc566b;
	font-size:14px;
	font-weight:500;
	line0height:1.5;
}


/*pokke english page*/
.top-text {
	font-size: 1.2em;
	font-weight: bold;
	color: #0000ff;
	text-decoration: underline;
	margin:1em 0;
}
.message-box1 {
	background-color: #ccebf3;
	padding: 1em;
}
.message-box2 {
	border: dashed 2px #00709D;
	padding: 1em;
}
.eng-tb table {
	width:600px;
}
.eng-tb th {
	white-space:nowrap;
	padding:0.5em;
	background-color:#999999;
	color:#FFFFFF;
	border:solid 1px #FFFFFF;
}
.eng-st-box {
	margin:1em 0;
	background-color:#999999;
	color:#FFFFFF;
	font-size:1.2em;
	padding:1em;
	text-align:center;
}
.eng-st-box a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.eng-st-box a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}
.p-box {
	border:solid 3px #999999;
	padding:1em;
	margin:1em 0;
	font-size:1.5em;
	font-weight:bold;
}
.teacher-box {
	padding:1em;
	margin:1em 0;
}

.pokke_insta {
	margin-top:20px;
	padding:0 10px;
	background-color:#FFFFFF;
	border-radius:5px;
}

.pokke_insta_img img {
	width:70px;
	padding-right:5px;
	padding-bottom:5px;
}

.pokke_insta p {
	float:right;
	padding:0.5em;
	margin:5px;
	background-color:#007294;
	border-radius:5px;
}

.pokke_insta p a {
	font-size:0.9em;
	font-weight:600;
	color:#FFFFFF;
}

.pokke_insta_logo {
	float:right;
	padding:0;
}
.pokke_insta_logo img {
	width:50px;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}


/* fonts */
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* custom */
@media screen and (min-width: 769px) {
	a[href^="tel:"]{
		pointer-events: none;
	}
    .br-mob {
	display:none;
  }
}
.ateria {
	font-weight: bold;
	background-color: #004059;
	text-align:right;
	padding:1rem;
	color:#FFF;

}
.ateria a {
	color:#FFF;
}
.ateria a:hover {
	text-decoration: solid;
}



/*---category archive style ---*/
.oshirase-list {
	font-size:14px;
	line-height:1.5;
	}


.red-com {
	color:#CC33CC;
	text-size:10px;
	}

.margin-t0 {
	margin-top:0 !important;
	}

.blue-bold {
	color:#00accb;
	font-weight:bold;
	}

.green-bold {
	color:#00CC66;
	font-weight:bold;
	}

.orange-bold {
	color:#FF9900;
	font-weight:bold;
	}

.gray-com {
	color:#666666;
	text-size:10px;
	}
.pink-bold {
	color:#FF66CC;
	font-weight:bold;
	}