@charset "UTF-8";
/*
Theme Name: hop
Theme URI: http://www.eikaiwa-hop.com/
Version: 1.0
*/

/*--- initialize ---*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,a,img,blockquote,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:bottom;
}

#header, #sidebar, #footer, .widget {
	overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*--- フォントスタイル フォントサイズ ---*/
body {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	/*background: #fefefe url(img/bg_top) repeat-x;*/
	background: #fefefe url(img/bg_top.jpg) repeat-x;
	color:#666;
}

/*--- レイアウトに関する指定 ---*/

#wrap {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	font-size: 16px;
}

#header {
	margin: 10px 0 20px 0;
	font-size: 12px;
}

#navi {
	clear:both;
	/* height:50px; */
}
#navi ul {
	float: left;
}
#navi li {
	float: left;
	list-style-type:none;
}

#top_image {
	margin: 0;
	clear:both;
}

#content {
	width: 960px;
	background: #fefefe;
	padding: 30px 0 0 0;
}

#main {
	float: left;
	width: 714px;
	margin: 0 0 30px 0;
	line-height: 1.8em;
}

#sidebar {
	float: right;
	width: 222px;
	margin: 0 0 30px 0;
	line-height: 1.6em;
}

#footer {
	clear: both;
	background-color: #4DA05E;
	color: #FFFFFF;
	padding-top: 22px;
}

/* ---------------------------------------- #header内の指定 ---*/

/* -- H1 -- */
h1 {
	font-size: 12px;
	font-weight: normal;
}

/* -- サイト名とお問い合わせ -- */
.logo {
	float: left;
	margin: 5px 0 0 0;
}

.contact {
	float: right;
	text-align: right;
	color: #f00;
}

/* ---------------------------------------- #Main内の指定 ---*/

#main p {
	margin: 0 0 10px 0;
	display: block;
}

#main a, #sidebar ul a, #sidebar p a {
  text-decoration: none;
  color: #009;
  border-bottom: 1px solid #009;
}

#main a:hover, #sidebar ul a:hover, #sidebar p a:hover {
  text-decoration: none;
 /* background: #B4DAFF; */
  color: #009;
  border-bottom: 1px solid #009;
}

/* iPhoneだと2クリックになるためhover opacityは利用NG
a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}*/

/* -- 以下 リスト関係 -- */
#main dl { margin: 1em 0; }

#main dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dashed #666;
}

#main dd { margin-bottom: 2em; }

#main ul { margin: 1em 0 1em 20px; }
#main ol { margin: 1em 0 1em 30px; }
#main li { margin-bottom: 0.5em; }

/* -- 大バナー -- */
.top_banner {
	background:#F7F8ED;
	border:1px #E1E4BC solid;
	width:301px; padding:1px; /* Total=303px */
	float:left;
	margin:0 0 30px 0;
}
.tb_setsumei {
	margin:5px 10px 10px 10px;
	padding: 0 0 5px 0px;
	border-bottom: 1px #ccc dotted;
	font-size:12px;
}
.tb_img {
	/* heignt:67px; */
	float:left;
	margin:5px 10px 10px 10px;
}
.tb_link {
	/* heignt:67px; */
	float:left;
	margin:5px 0 0 0;
	color:#336600;
	font-size:14px;
}

/* ---------------------------------------- トップページの新着情報 */

#top_news { /* 一松模様枠*/
	background-color: #ffffff;
	background-image: url(img/bg_news_up.png), url(img/bg_news_down.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
	padding: 80px 28px 20px 28px;
	box-sizing: border-box;
}
#top_news h2 {
	margin: 8px 0 8px 0;
	width: 69px;
	display: block;
	float: none;
	height: 133px;
	display: none;
}
#top_news h2 img {
	margin: 27px 0px 0px 26px;
	display: none;
}
#top_news h2 .news-resp {
	color: #fff;
	font-size: 20px;
	display: none; /* PCでは非表示に */
}

#top_news .news-list {
	display: block;
	float: left;
	width: 100%;
	min-height: 149px;
	background-color: #fff;
}

#top_news ul {
	margin: 8px 0 0 10px;
	padding: 0 10px 0 0;
	display: block;
	border-bottom: 1px dotted #aaa;
}
#top_news li {
	list-style-type:none;
	/*border-bottom: 1px dashed #ccc;*/
	margin-bottom: 10px;
}
.top_news_image {
	width: 96px;
	float: left;
	padding: 0 10px 0 0;
}
.top_news_info {
	width: calc(100% - 106px);
	float: right;
}
#top_news .news_date {
	font-size:12px;
	line-height: 1.3em;
	color: #006;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	background: url(img/button_1.gif) no-repeat 2px 4px;
	display: block;
}
#top_news .news_title {
	font-size:12px;
}
#top_news .meta {
	text-align:right;
	font-size: 12px;
	margin: 0 0 5px 0;
	width: 100%;
}

/*******************************************
　トップページのレッスンの一例
*******************************************/

.top_lesson_example {
	display: block;
	float: left;
	margin-right: 24px;
	margin-bottom: 20px;
}
.top_lesson_example-right {
	margin-right: 0px;
}

#main .top_lesson_shosai {
	background-color: #F0F0E0;
	padding: 10px;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
}
#main .top_lesson_shosai p.shosai-text {
	width: 458px;
	margin: 0 0 0 0;
	display: block;
	float: left;
	font-size: 15px;
}
#main .top_lesson_shosai p.shosai-button {
	width: auto;
	display: block;
	float: right;
	margin-top: 33px;
}
#main .top_lesson_shosai p.shosai-button a {
	border: none;
}

/*******************************************
　トップページのムービーボックス
*******************************************/

#movie {
	margin: 66px 0px;
}
#movie h2 {
	text-align: center;
	margin-bottom: 16px;
}
#movie .tv-box {
	width: 329px;
	height: 241px;
	background-image: url("img/back_tv_box.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 19px 0px 0px 19px;
	display: block;
	float: left;
	margin-right: 18px;
}
#movie .tv-box .tv-box-inner {
	width: 309px;
	height: 174px;
}
#movie .tv-box .tv-box-inner img {
	max-width: 100%;
	max-height: 100%;
}
#movie .box-right {
	margin-right: 0px;
}

#movie .tv-box-big {
	width: 672px;
	height: 486px;
	background-image: url("img/back_tv_bigbox.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 37px 0px 0px 42px;
	display: block;
}

/* ムービー＋フィルム */
#movie .tv-box-1 {
	width: 100%;
	height: 260px;
	background-image: url("img/back_tv_and_film2.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 19px 0px 0px 0px;
	display: block;
	float: none;
	margin-right: 0px;
	box-sizing: border-box;
}
#movie .tv-box-1 .tv-box-inner {
	width: 309px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
}
#movie .tv-box-1 .tv-box-inner img {
	max-width: 100%;
	max-height: 100%;
}


/*******************************************
　トップページのアクセス
*******************************************/

#top-access {
	margin-top: 48px;
	display: block;
}
#top-access h3 {
	margin-bottom: 21px;
}
#top-access .gmap {
	display: block;
	float: left;
	width: 480px; /*468px;*/
	margin-right: 10px;
	vertical-align: top;
}
#top-access .access {
	display: block;
	float: left;
	width: 222px;
	font-size: 16px;
	line-height: 1.7em;
}
#top-access .space-comments {
	border: double 3px #FF814C;
	padding: 0.6em;
	margin: 0.5em 0em;
}
#top-access .space-comments p {
	margin-bottom: 0;
}

/* ---------------------------------------- トップページのもっと身近な? */

#top_motto {
	margin: 10px 0 10px 0;
}

#top_motto h3{
	color: #369;
	font-size: 18px;
	font-weight: bold;
}

#top_motto ul {
	padding-right: 300px;
}
#top_motto li {
	color: #006;
	border-bottom: 1px dashed #ccc;
}

/* ---------------------------------------- トップページのサービス */

#top_service {
	height: 221px;
	margin: 0 0 20px 0;
}
#top_service h2 {
	margin: 0 0 0 0;
}

#top_service ul {
 	margin: 10px 0 0 0;
 	padding: 0;
}
#top_service li {
	float: left;
	list-style-type:none;
 	margin: 0;
 	padding: 0;
}

#top_service a {
	border: 0 !important;
	background:#fefefe !important;
}

/* ---------------------------------------- トップページのキャンペーン */

#top_campaign {
	clear: both;
	margin: 0 0 0 0;
}


/* ---------------------------------------- .post内の指定 */

.post {
	margin-bottom: 40px;
}

.post h2, .title {
	min-height: 44px;
	line-height: 1.25em;
	background-color: #FF814C;
	background-image:
		url(img/bg_h2_icon.png),
		url(img/bg_h2_fukidashi.png);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom right, bottom center;
	font-size: 28px;
	font-weight: bold;
	color:#fff !important;
	border-radius: 16px 16px 0px 0px;
		-moz-border-radius: 16px 16px 0px 0px;
		-webkit-border-radius: 16px 16px 0px 0px;
	padding: 10px 77px 26px 15px;
	margin: 0 0 15px 0;
}

.post h2 a, .title a {
  text-decoration: none;
  color:#000 !important;
  border-bottom: none !important;
}
.meta {
  text-align:right;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.entry {
  margin: 0 0 20px 0;
	display: inline-block;
}

.post h3 {
  	font-size: 20px;
  	padding: 0.4em 72px 0.3em 26px;
  	font-weight: bold;
  	color: #4DA05E;
  	margin:0px 0px 10px 0px;
	border-left: 15px solid #4DA05E;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	background-image:
		url(img/bg_h3_icon.png),
		none;
	background-repeat: no-repeat, repeat-y;
	background-position: bottom right, left;
	background-color: #eee;
}

.post h4 {
	font-size: 16px;
	padding: 1px 0 1px 6px;
	border-bottom: 1px dashed #63A953;
	font-weight: bold;
	color:#63A953;
	margin:0 0px 10px 0px;
}

.post p {
   margin:0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
}

.post blockquote {
   margin:0 20px 0 50px;
   padding: 10px 0 10px 0;
   background: #F3F8FC;
}

.post ul {
 	padding: 0 10px 0 0px;
}
.post li {
	list-style-type:none;
	padding: 0 0 0 15px;
	background: url(img/bg_ul_li_01.png) no-repeat 2px 0.3em;
	line-height:1.3em;
}
.post li ul li {
	list-style-type:none;
	padding: 0 0 0 15px;
	background: url(img/bg_ul_li_02.png) no-repeat 2px 0.3em;
	line-height:1.3em;
}

.post table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:20px 0px 20px 0px;
	vertical-align: middle;
}
#main th {
	padding: 5px 8px 5px 8px;
	background-image: url(img/bg_th.png);
	background-repeat: repeat;
	border: 1px solid #999;
	vertical-align: middle;
}
#main td {
	padding: 5px 5px 5px 5px; /* 5px 8px 5px 8px; */
	background: #fff;
	border: 1px solid #999;
	vertical-align: middle;
}
.post table p {
	margin:0 0 0 0;
}
.green-line {
border-top: 1px solid #060;
border-left: 1px solid #060;
}
.green-line td {
border-bottom: 1px solid #060;
border-right: 1px solid #060;
}

.aligncenter {
  margin-left:auto;
  margin-right:auto;
  display : block;
}
.alignright {
   float: right;
   margin: 0 0 0 10px;
}
.alignleft {
   float: left;
   margin: 0 10px 0 0;
}
.alignclear {
   clear:both;
}

.breadcrumb {
   font-size:12px;
   margin: 0 0 15px 0;
}

/******　よくある質問を見やすく ******/
#main .post p.faq-f {
	display: block;
	margin-bottom: 0.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-indent: -3.5em;
	padding-left: 4em;
	background-color: #eeeeee;
	border-radius: 12px 12px 12px 12px;
		-moz-border-radius: 12px 12px 12px 12px;
		-webkit-border-radius: 12px 12px 12px 12px;
	background-image: url(img/bg_faq_right.png), url(img/bg_faq.png);
	background-repeat: no-repeat, no-repeat;
	background-position: bottom right, bottom left;
	min-height: 44px;
}
#main .post p.faq-f:first-letter {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	Background-color: #FF814C;
	color: #fff;
	padding: 0.3em 0.5em;
	border-radius: 11px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
	margin-right: 0.5em;
}
#main .post p.faq-a {
	display: block;
	border: 1px dashed #87C878;
	padding-top: 1em;
	padding-bottom: 0.7em;
	margin-bottom: 2.5em;
	text-indent: -3.5em;
	padding-left: 4em;
	border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
}
#main .post p.faq-a:first-letter {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	Background-color: #87C878;
	color: #fff;
	padding: 0.3em 0.5em;
	border-radius: 11px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
	margin-right: 0.5em;
}

#main .post p.voice {
	background-color: #F9F4EB;
	background-image: url(img/bk_memo.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 3.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1.3em;
	margin-bottom: 2.5em;
}
#main .post p.voice span {
	color: #FF814C;
	font-size: 14px;
	font-weight: bold;
}
#main .post div.wp-caption.alignnone {
	width: 100% !important;
}
#main .post div.wp-caption.alignnone img {
	max-width: 100%;
	height: auto;
}
#main a:hover img {
	border-bottom: none;
}
#main p.wp-caption-text {
	font-size: 13px;
	margin: 10px 0 35px 0;
	text-align: center;
}

/* ---------------------------------------- #sidebar内の指定 */

#sidebar h3 {
  font-size: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 10px;
  font-weight: normal;
  color:#fff;
  background: #3571b9 url(img/side_title.gif) no-repeat;
  width:170px;
  height: 23px;
  line-height: 23px;
}

#sidebar h3 a {
  color:#fff;
  text-decoration: none;
}

#sidebar .textwidget  {
	margin:0 0 10px 0;
}

#sidebar ul {
	background:#fefefe;
	padding:5px;
	font-size: 12px;
	margin:0 0 10px 0;
}

#sidebar li {
	padding: 0px 0px 10px 15px;
	background: url(img/button_2.gif) no-repeat 2px 0.5em;
	list-style-type:none;
}

#sidebar p {
	font-size: 12px;
}

#sidebar .sidebody {
	background:#F7F6F3;
	padding:6px;
	margin:0 0 10px 0;
}


/* ---------------------------------------- #footer内の指定 */

#footer_wrapper {
	max-width: 960px;
	margin: 0 auto;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

.address {
	text-align:left;
	max-width: 500px;
	float: left;
	font-size: 16px;
	margin-right: 107px;
}
.address img {
	margin-bottom: 16px;
}

.footer_box {
	text-align:left;
	font-size:13px;
	max-width: 250px;
	width: 220px;
	float: left;
	margin-right: 24px;
}
.footer_box h3 {
	font-size: 16px;
	border-bottom: solid 1px #fff;
	margin-bottom: 0.5em;
}
.rinen_box {
	text-align:left;
	font-size:12px;
	max-width: 250px;
	width: 220px;
	float: left;
	margin-right: 0px;
}
.rinen_box h3 {
	font-size: 16px;
	border-bottom: solid 1px #fff;
	margin-bottom: 0.5em;
}


/**************** Webフォーム整形（東内） ****************/

.wpcf7 p {
	padding: 0.7em 0 0.7em;
}
span.wpcf7-list-item {
	display: block;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	padding:0.5em;
	box-shadow:inset 1px 1px 2px rgba(0, 0, 0, 0.15);
	background:#FCFCFC;
	border:#999 1px solid;
	color:#222;
	font-size:14px;
}
input[type=submit],
input[type=reset],
input[type=button] {
	padding:4px 15px;
	border-radius:15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .1);
	background:#F8F8F8;
	background:-moz-linear-gradient(#FCFCFC, #F3F3F3);
	background:-webkit-linear-gradient(#FCFCFC, #F3F3F3);
	background:-o-linear-gradient(#FCFCFC, #F3F3F3);
	background:-ms-linear-gradient(#FCFCFC, #F3F3F3);
	background:linear-gradient(#FCFCFC, #F3F3F3);
	border:#bbb 1px solid;
	color:#444;
	font-size:13px;
}
input[type=checkbox] {
	-webkit-transform: scale(2);
	transform: scale(2);
	margin-right:0.3em;
}

input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	box-shadow:#aaa 0 0 5px;
}

.wpcf7-not-valid-tip {
	color: #BE0000
}

/*　フォーム周り（確認枠）　*/
.kakunin {
	text-align: center;
	margin: 1em 0em;
	background: #C9CEE5;
	padding: 1em;
	line-height: 1.8em;
}
/***********************************************
　　　レスポンシブ対応のコンタクトフォーム
***********************************************/
@media screen and (max-width:479px) {
#main div.wpcf7 {
	padding-left: 8px;
	padding-right: 8px;
	max-width: 100%;
}
#main .wpcf7-form-control.wpcf7-textarea,
#main .wpcf7-form-control.wpcf7-text {
	max-width: 100%;
	width: 95%;
}
#main p.cf7-submit {
	text-align: center;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
	width: 100%
}
}


/******　GoogleMapをレスポンシブに ******/
/* .gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */


/******　トップページスライダー用 ******/
#main-slider-container {
	clear:both;
	margin:0;
	padding:0;
    width: 100%;
    position: relative;
}

/* Main Slider */
.flexslider {
    width: 100%;
}
.slide {
    width: 100%;
}

#main-slider-container > img:first-child {
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 250px; /*381px;*/
    z-index: 5;
}

#main-slider-container .slides > li {
    height: 500px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

#main-slider-container .width-container {
    position: relative;
    z-index: 2;
}

#main-slider-container .slider-heading-container {
    text-align: center;
    position: relative;
    float: left;
    z-index: 2;
}

#main-slider-container .main-headings {
    color: #fff;
    position: absolute;
    top: 100px;
    opacity: 0;
}

#main-slider-container .main-headings h1,
#main-slider-container .main-headings h2 {
    width: 556px;
    font-family: "Proxima Nova Condensed";
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    padding: 14px 10px;
    font-weight: 400;
    text-align: center;
}

#main-slider-container .main-headings h1 {
    font-size: 40px;
}

#main-slider-container .main-headings h2 {
    font-size: 28px;
}

#main-slider-container .main-headings span {
    background-image: url("../images/color-options/heading-connector-sprite.png");
}

#main-slider-container .heading-connector1 {
    width: 540px;
    height: 18px;
    display: block;
}

#main-slider-container .heading-connector2 {
    width: 528px;
    height: 29px;
    float: right;
    display: block;
}

#main-slider-container .sub-headings {
    position: absolute;
    top: 297px;
    opacity: 0;
}

#main-slider-container .sub-headings h2 {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 300 !important;
    clear: both;
    text-align: left;
}

#main-slider-container .sub-headings span i {
    margin-right: 15px;
    float: left;
    line-height: 26px;
}

#main-slider-container .sub-headings h2 {
    width: 458px;
    padding: 15px 15px 15px 24px;
    background-color: #f9fbfb;
    margin: 0px 0px 14px 46px;
    font-size: 22px;
}

#main-slider-container button {
    width: 179px;
    height: 45px;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    position: absolute;
    top: 530px;
    left: 205px;
    opacity: 0;
}

#main-slider-container .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    min-height: 500px;
}

#main-slider-container .slide-element {
    position: absolute;
}

#main-slider-container #slide1-element {
    top: 191px;
    right: 644px;
}

#main-slider-container #slide2-element {
    top: 88px;
    right: 240px;
}

#main-slider-container #slide3-element {
    top: 10px;
    right: 600px;
}

#main-slider-container #slide5-element {
    top: 25px;
    right: -256px;
}

#main-slider-container .progress-bar {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.40);
    margin-top: -4px;
    position: absolute;
    z-index: 5;
}

#main-slider-container .progress-bar .bar {
    width: 0;
    height: 4px;
    background-color: rgba(119, 119, 119, 0.45);
}



/*** フッターから「理念」を削除したので、その見た目を揃える（東内） ***/

.footer_box {
	float: right;
	margin-right: 04px;
}


/*** Tableの空白セルに×印を書く ***/
#main .non-cell {
	background-image: url(img/bg_no-cell.png);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/*** 固定ページの h2 タイトルタグ を飾る ***/

.post h2.kotei_title {
	padding: 13px 82px 30px 15px;
	line-height: 1.2em;
}
.post h2.kotei_title:after  {
	font-size: 0.5em;
	display: none;
	left: 0.3em;
	position: relative;
	color: #FEC8B2;
	text-indent: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
.post h2.kotei_title:before  {
	font-size: 0.5em;
	display: none;
	left: 0em;
	position: relative;
	color: #fde6dc;
	text-indent: 0em;
	line-height: 1em;
	margin-bottom: 0em;
}


.post h2 img {
	box-shadow: 0px 3px 5px #000000;
		-moz-box-shadow: 0px 3px 5px #000000;
		-webkit-box-shadow: 0px 3px 5px #000000;
}

/*レッスン・クラス*/
.lesson .post h2.kotei_title {
	background-image:
		url(img/h2_face01.png),
		url(img/bg_h2_fukidashi.png);
	background-position: center right 20px, bottom center;
	padding: 10px 200px 18px 15px;
}
.lesson.ruby-yes .post h2.kotei_title:after {
	content: "Lesson・Class";
}
/*スケジュール・料金*/
.schedule .post h2.kotei_title {
	background-image:
		url(img/h2_face02.png),
		url(img/bg_h2_fukidashi.png);
	background-position: center right 20px, bottom center;
	padding: 10px 200px 18px 15px;
}
.schedule.ruby-yes .post h2.kotei_title:after {
	content: "Schedule-Price";
}
/*よくある質問*/
.faq .post h2.kotei_title {
	background-image:
		url(img/h2_face03.png),
		url(img/bg_h2_fukidashi.png);
	background-position: center right 20px, bottom center;
	padding: 10px 200px 18px 15px;
}
.faq.ruby-yes .post h2.kotei_title:after {
	content: "FAQ";
}
/*運営会社・アクセス*/
.company .post h2.kotei_title {
	background-image:
		url(img/h2_face04.png),
		url(img/bg_h2_fukidashi.png);
	background-position: center right 20px, bottom center;
	padding: 10px 200px 18px 15px;
}
.company.ruby-yes .post h2.kotei_title:after {
	content: "Company・Access";
}
/*お問い合わせ*/
.inquiry .post h2.kotei_title {
	background-image:
		url(img/h2_face05.png),
		url(img/bg_h2_fukidashi.png);
	background-position: center right 20px, bottom center;
	padding: 10px 200px 18px 15px;
}
.inquiry.ruby-yes .post h2.kotei_title:after {
	content: "Inquiry";
}

.ruby-yes h2.kotei_title:after {
	display: block;
}
/*訪問英語レッスン*/
.after_school .post h2.kotei_title {
	background-image:
		url(img/h2_face10.png),
		url(img/bg_h2_fukidashi.png);
	background-position: center right 20px, bottom center;
	padding: 10px 200px 23px 15px;
}
.after_school.ruby-yes .post h2.kotei_title:before {
	content: "【幼稚園】【小学校】【中学校】向け";
}
.after_school h2.kotei_title:before {
	display: block;
}


/***********************************************************
　　レスポンシブ対応
***********************************************************/
@media screen and (max-width: 767px) {
#wrap {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	font-size: 16px;
}
.logo {
	float:none;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0px 8px 0px 8px;
}
.contact {
	float:none;
	text-align: center;
}
#header {
	background-color: #fff;
	padding: 0 0 0.5em 0;
}
#navi {
	background-color: #FF824C;
}
#navi ul { /*ナビの横幅：横幅に合わせる*/
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: 480px;
	line-height: 1.0em;
}
.nav-to-contact {
	display: none;
}
#wrap img {
	max-width: 100%;
	height: auto;
}
#main {
	float: none;
	width: 100%;
	margin-left: 0px;
	padding-left: 8px;
	padding-right: 8px;
	box-sizing: border-box;
}
#content {
	width: 100%;
}
.post p {
	padding: 0px 8px 0px 8px;
}
.post table {
	margin:20px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	max-width: 100%
}
#top_news {
	margin: 0 0 37px 0;
	background-color: #ff824c;
	border: 2px solid #ff824c;
	border-radius: 16px;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
	background-image: none;
	padding: 0;
}
#top_news h2 {
	text-align: center;
	float: none;
	height: auto;
	border-bottom: none;
	width: 100%;
	padding-bottom: 0px;
	display: inline-block;
	margin: 8px 0px 0px 0px;
}
#top_news h2 img {
	display: none;
}
#top_news h2 .news-resp {
	display: inline; /* スマホで表示に */
}
#top_news .news-list {
	border-left: none;
	display: block;
	float: none;
	width: 100%;
	border-radius: 0px 0px 14px 14px;
		-moz-border-radius: 0px 0px 14px 14px;
		-webkit-border-radius: 0px 0px 14px 14px;
	padding-bottom: 5px;
}
#top_news ul {
	margin: 8px 8px 0px 10px;
	display: block;
	border-bottom: none;
}
#top_news li {
	list-style-type: none;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0;
	padding:10px 0;
}
.top_news_image {
	width: 96px;
	float: left;
	padding: 0 10px 0 0;
}
.top_news_info {
	width: calc(100% - 106px);
	float: right;
}
#top_news .news_date {
	font-size:12px;
	line-height: 1.3em;
	color: #006;
	padding: 0 10px 0 0;
	font-weight: bold;
	padding: 0px 0px 0px 15px;
	background: url(img/button_1.gif) no-repeat 2px 4px;
	display: block;
}
#top_news .news_title {
	font-size:12px;
}
#top_news .meta {
	text-align: center;
	font-size: 12px;
	margin: 0 0 5px 0;
	width: 100%;
}

#top_motto ul {
	padding-right: 0px;
}
#top_service ul { /* NARTSのサービスの画像を１列に */
	width: 182px;
	margin-left: auto;
	margin-right: auto;
}
.post li {
	background: url(img/button_3.gif) no-repeat 2px 0.3em;
}

#main .top_lesson_shosai p.shosai-text {
	width: 100%;
	margin: 0 0 0 0;
	display: block;
	float: none;
	font-size: 15px;
}
#main .top_lesson_shosai p.shosai-button {
	width: auto;
	display: block;
	float: none;
	margin-top: 5px;
	text-align: center;
}

#movie .tv-box {
	width: 329px;
	height: 241px;
	background-image: url("img/back_tv_box.png");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 19px 0px 0px 19px;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#top-access .gmap {
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0px;
}
#top-access .adress-text {
	float: none;
	width: 100%;
	text-align: center;
}
#top-access .access {
	float: none;
	width: 100%;
	text-align: center;
}

/* スライダー部 */
.flexslider ul.slides li {
	background-size: contain;
}

#sidebar {
	float: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#footer {
	clear: both;
	height: auto;
}

/* 固定ページなどの調整 */
.post h2, .title,
.lesson .post h2.kotei_title,
.schedule .post h2.kotei_title,
.faq .post h2.kotei_title,
.company .post h2.kotei_title,
.inquiry .post h2.kotei_title,
.after_school .post h2.kotei_title {
	min-height: 30px;
	background-image:
		none,
		none;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	padding: 8px 8px 8px 8px;
	margin: 0 0 10px 0;
	text-align: center;
	margin-left: 4px;
	margin-right: 4px;
}
.post h2.kotei_title {
	padding: 13px 15px 15px 15px;
}
.post h2.kotei_title:after  {
	font-size: 0.5em;
	display: block;
	left: 0.3em;
	position: relative;
	text-indent: 0em;
	line-height: 1.3em;
	margin-bottom: 0.4em;
}

.post h3 {
  	padding: 0.4em 60px 0.3em 1em;
}

.alignright, .alignleft {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.address {
	text-align :center;
	max-width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
}
#footer img {
	max-width: 100%;
}
.footer_box {
	text-align: center;
	max-width: none;
	width: 100%;
	float: none;
	margin-right: 0px;
	margin-bottom: 20px;
	border-bottom: solid 2px #fff;
}
.footer_box h3 {
	font-size: 16px;
	border-bottom: dotted 1px #fff;
}
.rinen_box {
	text-align: center;
	max-width: none;
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.rinen_box h3 {
	border-bottom: dotted 1px #fff;
}

}

/***** ファブレット *****/

@media screen and (max-width: 713px) {

#main-slider-container #slide2-element {
    top: 121px;
    right: 181px;
}
#main-slider-container #slide2-element {
    top: 148px;
    right: 140px;
}
#main-slider-container #slide3-element {
    top: 10px;
    right: 170px;
}


#lesson_example {
	width: 492px;
	margin-left: auto;
	margin-right: auto;
}
#lesson_example img {
	max-width: none;
}
.top_lesson_example-right {
	margin-right: 24px;
}
#movie .tv-box-big {
	width: 424px;
	height: 320px;
	background-size: 480px 345px;
	padding: 25px 28px 0px 28px;
	margin-left: auto;
	margin-right: auto;
}
#movie .tv-box-big .tv-box-big-inner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#movie .tv-box-big .tv-box-big-inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#main td {
	padding: 2px 2px 2px 2px;
}
table.min-text {
	font-size: 12px;
	line-height: 1.35em;
}


/* よくある質問を見やすく：レスポンシブ */
#main .post p.faq-f, #main .post p.faq-a {
	display: block;
	margin-left: 8px;
	margin-right: 8px;
}
}

/***** スマホ*****/

@media screen and (max-width: 479px) {
#navi ul { /*ナビの横幅：横幅に合わせる*/
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	line-height: 1.0em;
}
#main-slider-container .slides > li {
	height: 380px !important;
}
#main-slider-container .flexslider {
	height: 380px;
}
#main-slider-container .flexslider .slides img {
	width: 50% !important;
}
#main-slider-container #slide1-element {
	top: 101px;
	right: 90px;
}
#main-slider-container #slide2-element {
    top: 148px;
    right: 90px;
}
#main-slider-container #slide3-element {
    top: 20px;
    right: 80px;
}
#top_news li {
	padding: 10px 0px;
	margin-bottom: 5px;
	background-image: none;
}
.top_news_image {
	width: 96px;
	float: left;
	padding: 0 10px 0 0;
}
.top_news_info {
	width: calc(100% - 106px);
	float: right;
}
#top_news .news_date {
	display: block;
	padding: 0px 0px 0px 15px;
	width: auto;
	top: 0px;
}
#top_news .news_title {
	width: auto;
}
#lesson_example {
	width: 100%;
}
.top_lesson_example {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
#movie .tv-box {
	width: 282px;
	height: auto;
	background-size: contain;
	padding: 19px 19px 67px 19px;
	float: none;
	margin-right: auto;
	margin-left: auto
}
#movie .tv-box .tv-box-inner {
	position: relative;
	width: 100%;
/*	padding-top: 56.25%;　iframeからimgに変更になったので */
}
#movie .tv-box .tv-box-inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
#movie .tv-box-big {
	width: 282px;
	height: 217px;
	background-size: 320px 234px;
	padding: 17px 19px 0px 19px;
	margin-left: auto;
	margin-right: auto;
}
#wrap img.table-text-pic {
	max-width: none;
	width: 95px;
}


}


/***** 東内追加分（2020.12.3） *****/
#main .post .entry ol li {
	list-style-type: decimal;
	background-image: none;
	padding-left: 0px;
	margin-left: 15px;
}

/***** 東内追加分（2021.1.16） *****/
/* フランチャイズ募集 */
.franchise .post h2.kotei_title {
	background-image:
		url(/wp-content/uploads/h2_face06.png),
		url(img/bg_h2_fukidashi.png);
	background-position: center right 20px, bottom center;
	padding: 10px 100px 18px 15px;
}
.franchise.ruby-yes .post h2.kotei_title:after {
	content: "You can open your English school.";
}
.fc_box1 {
	display:block;
	width: 45%;
	float:left;
}
.fc_box2 {
	display: block;
	width: 50%;
	float: right;
}
/******　よくある質問を見やすく(フランチャイズ) ******/
#main .post .faq-fc p.faq-fc-f {
	display: block;
	margin-bottom: 0.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-indent: 0em;
	padding-left: 4em;
	background-color: #eeeeee;
	border-radius: 12px 12px 12px 12px;
		-moz-border-radius: 12px 12px 12px 12px;
		-webkit-border-radius: 12px 12px 12px 12px;
	background-image: url(img/bg_faq_right.png), url(/wp-content/uploads/faq_fc_q.png), url(img/bg_faq.png);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: bottom right, left 8px top 8px, bottom left;
	min-height: 44px;
}
#main .post .faq-fc p.faq-fc-a {
	display: block;
	border: 1px dashed #87C878;
	padding-top: 1em;
	padding-bottom: 0.7em;
	margin-bottom: 2.5em;
	text-indent: 0em;
	padding-left: 4em;
	border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	background-image: url(/wp-content/uploads/faq_fc_a.png);
	background-repeat: no-repeat;
	background-position: left 8px top 6px;

}
@media screen and (max-width:479px) {
.fc_box1 {
	display:block;
	width: 100%;
	float:none;
}
.fc_box2 {
	display: block;
	width: 100%;
	float: none;
}
} /* ←レスポンシブ */

/***** 東内追加分（2021.2.5） *****/
.c19-box {
	border: 2px dashed #009100;
	padding: 1em;
		-webkit-border-radius: 10px;
	border-radius: 10px;
}
/***** 東内追加分（2021.3.3） *****/
.franchise.ruby-yes .post h2.kotei_title:after {
	content: "Let's open your English school in your house!";
}
.fc_box1 {
	padding: 0.5em;
	background-color: #fff000;
	box-sizing: border-box;
	line-height: 2.0em;
	font-size: 1.6em;
	text-align: center;
}
/***** 東内追加分（2022.3.10） *****/
#main img {
	max-width: 100%;
	height: auto;
}
.nayami-mother {
	display: block;
	z-index: 9;
}
.nayami-mother .lp-copy {
	float: right;
	z-index: 10;
}

/***** 東内追加分（2022.3.23） *****/
.entry img {
	max-width: 100%;
	height: auto;
}
.fc-list01 li {
	font-size: 1.5em;
	background-position: 2px 12px;
}
.franchise .post h2.kotei_title {
	background-image:
		url(/wp-content/uploads/h2_face07.png),
		url(img/bg_h2_fukidashi.png);
	background-position: top 5px right 20px, bottom center;
	padding: 10px 100px 18px 15px;
}
h2.lp_title {
	line-height: 2em;
	position: relative;
	background-color: #FF814C;
	border-radius: 16px 16px 16px 16px;
		-moz-border-radius: 16px 16px 16px 16px;
		-webkit-border-radius: 16px 16px 16px 16px;
	background-image: url(img/bg_h2_icon.png),none;
	font-size: 35px;
}
h2.lp_title:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #FF814C;
	border-width: 20px;
	margin-left: -20px;
}
/***** 東内追加分（2022/04/05） *****/
.top-subcopy-pc {
	font-size: 2.0em;
	line-height: 1.3em;
	font-weight: 700;
	color: #006a2d;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
	text-align: justify;
	margin-bottom: -15px;
}
.top-subcopy-pc img {
	width: 100%;
	height: auto;
}
.top-subcopy-mp {
	display: none;
}
@media screen and (max-width: 479px) {
	.top-subcopy-pc {
		display: none;
	}
	.top-subcopy-mp {
		display: block;
		padding-top: 10px;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: -15px;
	}
	.top-subcopy-mp img {
		width: 100%;
		height: auto;
	}
}

/*** 東内追加分 2022.4.9 ***/
.fb-space {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.fb-space div.fb-area {
	background-color: #ff824c;
	padding: 20px;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	box-sizing: border-box;
	background-image: url("/wp-content/uploads/fb_back_man.png"), url("/wp-content/uploads/fb_back_woman.png"), url("/wp-content/uploads/bg_ichimatsu_orange.png");
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: left 10px top 50px, right 10px top 60px, center bottom;
}
.fb-space .fb-page {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	display: block;
}
@media screen and (max-width: 479px) {
	.fb-space div.fb-area {
		background-image: none, none;
	}
}
/*** 東内追加分 2022.4.13 ***/
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:200px;
  overflow: hidden;
	background-color: #006a2d;
	padding-top: 1.5em;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:355px;
	list-style: none;
}
.slider1 li img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/*** 東内追加分 2022.4.15 ***/
#footer {
	background-color: #006a2d;
	padding-bottom: 20px;
}

/*** 東内追加分 2022.5.7 ***/
.adult_class {
	width: 1.5em;
	height: 1em;
	display: inline-block;
	background-image: url("/wp-content/uploads/bg_orange_star.png");
	background-repeat: no-repeat;
	background-position: top 3px right;
}


/*** 東内追加分 2022.5.24 ***/
#main .minoridai-table th {
	border: none;
	border-bottom: 2px solid #ffffff;
	background-image: none;
	background-color: #83b61a;
	padding-left: 1em;
	padding-right: 1em;
	color: #ffffff;
}
#main .minoridai-table td {
	border: none;
	border-bottom: 2px solid #ffffff;
	background-color: #ebf2dc;
	padding-left: 1em;
	padding-right: 1em;
}
/*** 東内追加分 2022.7.27 ***/
#header {
	display: block;
}
.chr {
	width: 94px;
	display: block;
	position: relative;
/*	left: 750px; */
	top: 5px;
	z-index: 99;
	float: left;
	margin-left: 10px;
}
.chr-bottom {
	display: inline-block;
	width: 78px;
	height: auto;
	float: left;
	margin-right: 15px;
}
@media screen and (max-width: 767px) {
	.chr-bottom {
		display: block;
		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 15px;
		text-align: center;
	}
	.chr {
		display: block;
		position: static;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 15px;
		float: none;
		margin-left: auto;
	}
	.slider1 {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.top-img01 {
		margin-bottom:1em;
		margin-right:0em;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*** 東内追加分 2022.10.8　***/
div.instaslider-nr-1, #sb_instagram {
	max-width: 222px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d30067;
	padding: 1px !important;
	box-sizing: border-box;
}
#sbi_images {
	padding: 0px !important;
}
#sidebar ul#wis-slides {
	padding: 0px;
	margin-bottom: 0px;
}
#sidebar div.instaslider-nr-1:before, #sbi_images:before {
	content: url("");
	background-image: url("/wp-content/uploads/logo-instagram_followme02.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	height: 63px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	max-width: 222px;
	padding-left: 15px;
	padding-right: 20px;
	margin-top: 10px;
}

/*** 東内追加分 2022.10.9　***/
.goto_sns {
	display: flex;
	float: left;
	width: 210px;
}
.goto_sns p {
	width: 64px;
	line-height: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	box-sizing: border-box;
}
.goto_sns p:nth-child(3) {
	width: 72px;
}
.goto_sns p img {
	width: 100%;
	height: auto;
}
.address {
	margin-right: 25px;
}
@media screen and (max-width: 767px) {
	.goto_sns {
		float: none;
		width: 210px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
}

/*** 東内追加分 2022.12.19　***/
.minoridai-info {
	display: flex;
	justify-content: space-between;
}
#main .minoridai-info img {
	margin-left: 0px;
}
#main table.rp-table {
	width: 100%;
}
@media screen and (max-width: 767px) {
	.minoridai-info {
		display: flex;
		flex-wrap: wrap;
	}
/***** 東内追加分（2023.12.19） *****/
#main table.rp-table {
	font-size: 11px;
	line-height: 1.3em;
}
}

/***** 東内追加分（2024.01.26） *****/
@media screen and (max-width: 767px) {
	#lesson_example {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#lesson_example img {
		width: 47%;
		max-width: 222px;
		height: auto;
		float: none;
	}
}
.taiken-100 {
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 7px 0;
	font-size: 18px;
	background:#87c878;
	color: #FFF;
	box-sizing: border-box;
	margin-bottom: 2em;
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}
#main .taiken-100 p {
	margin: 0;
	padding: 0 30px;
	border-top: dashed 1px #FFF;
	border-bottom: dashed 1px #FFF;
	line-height: 46px;
	font-size: 1.2em;
}
.taiken-100:before, .taiken-100:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.taiken-100:before {
	top: 0;
	left: 0;
	border-width: 30px 0px 30px 20px;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
}
.taiken-100:after {
	top: 0;
	right: 0;
	border-width: 30px 20px 30px 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
.what-5 { /* 英会話HOPってどんな所？ */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 3.5em;
}
.what-box {
    position: relative;
    margin: 1em 0px 1em 0px;
    padding: 0.5em 1em;
    border: solid 2px #ff804c;
	width: 31%;
	min-height: 86px;
	background-color: #ffece4;
/*	background-image: repeating-linear-gradient(-45deg,#ffece4 0, #ffece4 3px,transparent 3px,transparent 6px);*/ /*ストライプ*/
	border-radius: 16px 16px 16px 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.what-box span {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 6px 6px 6px 6px;
    height: auto;
	width: 35px;
    line-height: 25px;
    font-size: 17px;
    background: #ff804c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 50% 50% 50% 50%;
	box-sizing: border-box;
	text-align: center;
	display: none;
}
.what-box p {
    margin: 0; 
    padding: 0;
	line-height: 1.35em;
	color: #444444;
	font-size: 13px;
	text-align: center;
}
#main .what-box p.what-title {
	color: #000000;
	font-weight: 600;
	font-size: 1.3em;
	margin-bottom: 0px;
}
#main .what-box p.setsumei {
	display: none;
}
.what-box-6 {
	display: inline;
	margin: 1em 0px 1em 0px;
	width: 31%;
	box-sizing: border-box;
	border-radius: 16px 16px 16px 16px;
	background-color: #ff804c;
	color: #ffffff;
	padding: 0.5em 1em;
	background-image: url("/wp-content/uploads/h2_face07b-e1706619092626.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	border: solid 2px #ff804c;
}
.what-box-6 p {
	text-shadow: 1px 1px 0 #ff804c,
		-1px 1px 0 #ff804c,
		1px -1px 0 #ff804c,
		-1px -1px 0 #ff804c;
}
.j2200 {
	display: none;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background-color: #87c878;
	padding: 0.6em;
	margin-bottom: 50px;
}
#main .j2200 P:first-child {
	width: 85%;
	margin-bottom: 0px;
	color: #ffffff;
	text-align: center;
}
#main .j2200 P:last-child {
	width: 15%;
	margin-bottom: 0px;
	text-align: right;
	padding-top: 3px;
}
#main .j2200 P:last-child a {
	border-bottom: none;
}
.section-title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.what-box {
		width: 47%;
		box-sizing: border-box;
		margin-bottom: 1em;
	}
	.what-box-6 {
		display: inline;
		width: 47%;
		box-sizing: border-box;
		margin-bottom: 1em;
		border-radius: 16px 16px 16px 16px;
		background-color: #ff804c;
		color: #ffffff;
		padding: 0.5em 1em;
	}
	#main .j2200 P:first-child {
		width: 80%;
		text-align: left;
	}
	#main .j2200 P {
		font-size: 14px;
		line-height: 1.4em;
	}
	.taiken-100 {
		height: auto;
		line-height: 1.35em;
		max-width: 100%;
	}
	.taiken-100:before, .taiken-100:after {
		display: none;
	}
	#main .taiken-100 p {
		font-size: 16px;
		line-height: 1.6em;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

/***** 東内追加分（20254.05.17） *****/
.after-school-riyu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.after-school-riyu div {
	width: 50%;
	box-sizing: border-box;
}
.after-school-riyu div.riyu-text {
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1em;
	box-sizing: border-box;
}
.after-school-riyu h4 {
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 600px) {
	.after-school-riyu {
		flex-direction: column;
	}
	.after-school-riyu div {
		width: 100%;
	}
	.after-school-riyu div:nth-child(3) {
		order: 4;
	}
	.after-school-riyu div:nth-child(4) {
		order: 3;
	}
}
/* 2026-03-17追加（NARTS） */
@media screen and (max-width: 600px) {
	.access {
		padding-top: 1em;
	}
	.address {
		margin-right: 0px;
	}
}