@charset "utf-8";

/* HTML5 ? Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a:link { color: #45940b; text-decoration: none; }
a:visited { color: #45940b; text-decoration: none; }
a:hover { color: #7bb71d; text-decoration: none;  }
a:focus { outline: thin dotted; text-decoration: none;  }
a:hover, a:active { outline: 0; text-decoration: none;  }

a:link,
a:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

img { -ms-interpolation-mode: bicubic; }


/* ===================================================
	Author: Kim
   =================================================== */

html {
  font-size: 9px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}
 
@media (min-width: 480px) {
	html {
		font-size: 10px; /* pc基準値 */
	}
}


body{ 
	font-size: 1.6rem;
	
	@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
	}
		
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	line-height: 2;
	background: #fff;
}

h2,h3,h4 {margin: 0; padding: 0;}
p {margin: 0; padding: 0;}
ul, li { margin: 0; padding: 0; list-style: none;}
dl, dt, dd { margin: 0; padding: 0;}


/* スマホ&PC各セクション */

img {
user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
-webkit-user-drag: none;
-khtml-user-drag: none;
-webkit-touch-callout: none;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

* {
	margin: 0;
	padding: 0;
}

.svg-inline--fa {
	margin-right: 6px;
}

.ropa {
	font-family: 'Ropa Sans', sans-serif;
}

.t-big {
	font-weight: bold;
	font-size: 110%;
}

.t-red {
	color: #ff0000;
}

h2.common {
	clear: both;
	border-left: 5px solid #222;
	border-right: 5px solid #222;
	font-size: 140%;
	margin-bottom: 30px;
	background: #f6f6f6;
	padding: 5px 10px;
}

h2.borderReed  {
border-bottom: solid 3px #7d9e57;
position: relative;
text-align: center;
line-height: 1.5;
margin-bottom: 25px;
clear: both;
}
h2.borderReed:after {
content: "";
display: block;
line-height: 0;
overflow: hidden;
position: absolute;
left: 0;
bottom: -3px;
width: 50%;
border-bottom: 3px solid #d3dcc8;
}

/* ======top page====== */

#mainVisual {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 120px;
}

#toppageArea {
	width: 100%;
	overflow: hidden;
}

#toppageArea li.toppageAboutus a {
	display: block;
	width: 100%;
	height: 100%;
}

#toppageArea li.toppageMethod {
	color: #fff;
}

#toppageArea li.toppageMethod a {
	display: block;
	width: 100%;
	height: 100%;
}

#toppageArea li .topPark {
	background: url(img/toppage/top_park.jpg) center bottom no-repeat;
}

#toppageArea li .topPark a {
	display: block;
	width: 100%;
	height: 100%;
}

#toppageArea li .topCharange {
	background: url(img/toppage/top_charange.jpg) center bottom no-repeat;
}

#toppageArea li .topCharange a {
	display: block;
	width: 100%;
	height: 100%;
}

h2.topicsReed {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 30px;
}

h2.topicsReed span {
	display: block;
	width: 250px;
	margin: 0 auto;
	overflow: hidden;
	background: #ccc;
	color: #fff;
	padding: 10px;
	font-size: 120%;
	text-align: center;
	border-radius: 0  0 15px 15px;
	line-height: 1;
}

.topicslistArea dl {
	overflow: hidden;
}

.topicslistArea dl dt {
	width: 20%;
	float: left;
	overflow: hidden;
}

.topicslistArea dl dt img {
	width: 100%;
	height: auto;
}

.topicslistArea dl dd {
	width: 75%;
	float: right;
}

.topicslistArea dl dd p {
	line-height: 1.3;
}

.topicslistArea dl dd p.date {
	font-size: 80%;
	color: #222;
	margin: 6px 0;
}

.topicslistArea .tabBtn {
	clear: both;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 50px;
}

.topicslistArea .tabBtn a {
	font-size: 100%;
}

.newIcon {
	padding: 3px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	margin-right: 6px;
	border-radius: 6px;
}


/* 固定ページ*/

.reed  {
	overflow: hidden;
	text-align: center;
}

.reed p {
	width: 100%;
	overflow: hidden;
}

.reed p.ropa {
	font-weight: bold;
	font-size: 250%;
	border-bottom: 1px solid #5dacac;
	line-height: 1.2;
	color: #5dacac;
	margin-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
}

.reed p.noto {
	font-size: 200%;
	font-family: "Noto Sans Japanese";
	font-weight: 100;
	line-height: 1.2;
}

table.commonTable {
	width: 100%;
	border: 1px solid #ccc;
}

table.commonTable th {
	border: 1px solid #ccc;
	padding: 10px;
	background: #f6ffe8;
	line-height: 1.5;
	vertical-align: middle;
}

table.commonTable td {
	border: 1px solid #ccc;
	padding: 10px;
	line-height: 1.5;
	vertical-align: middle;
}

table.centerTable th,
table.centerTable td {
	text-align: center;
}

table.fixedTable {
	table-layout: fixed;
}

.tabBtn a {
	padding: 10px 20px;
	text-align: center;
	margin-right: 10px;
	border-radius: 30px;
	color: #fff;
	font-size: 80%;
	background: #9fbb55;
}

ul.tabList {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

ul.tabList li {
	line-height: 3;
	float: left;
	margin-right: 10px;
}

.utsunomiya a {background: #74bcff;}
.mooka a {background: #d2a9fc;}

.commonContents {
	width: 100%;
	overflow: hidden;
}

.commonContents article {
	margin-bottom: 50px;
}

.commonContents p {
	margin-bottom: 30px;
}

/* ======インスタ====== */

#instafeed {
	width: 100%;
	overflow: hidden;
}

#instafeed li img {
	width: 100%;
	height: auto;
}


/* ======ご利用案内====== */

table.oneday {
	border: 1px solid #ccc;
}

table.oneday td,
table.oneday th {
	border: 1px solid #ccc;
	padding: 10px 20px;
}

table.onedayYellow th {background: #fffcd2;}
table.onedayGreen th {background: #e4eebc;}

table.oneday th {
	font-weight: bold;
	font-size: 120%;
}

h2.stepReed {
	width: 40%;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #666;
	font-size: 120%;
	border-radius: 0 0 20px 20px;
}

.step {
	background: #f2f2f2;
	padding: 0 40px 40px;
	box-sizing: border-box;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.step dl dt {
	margin-bottom: 10px;
}

.step dl dt img {
	width: 60%;
	height: auto;
	border-radius: 5px;
	display: block;
	margin: 0 auto;
}

.step dl dd span {
	font-size: 120%;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	margin-bottom: 10px;
	padding: 7px 0;
}

table.oneday td.time {
	width: 20%;
	text-align: center;
}

.bus dl {
	margin-bottom: 20px;
	line-height: 1.4;
}

.bus dl dt {
	margin-bottom: 10px;
}

.bus dl dd p.busName {
	font-size: 120%;
	font-weight: bold;
}

/* 店舗情報*/

#shopRight h2 {
	margin-bottom: 10px;
}

.shopTel {
	font-weight: bold;
	font-size: 180%;
}

.shopTel a {
	color: #000;
}

.shopGuide {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

.shopAddress {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

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

#shopRight h3 {
	margin-bottom: 10px;
}

ul.relatedPost span.date {
	font-size: 80%;
	display: block;
}

ul.relatedPost li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}

/* ======グローバルキッズパークについて====== */

.parkContents li a {
	display: block;
	padding: 10px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	border-radius: 10px;
	background: #ffba00;
	color: #fff;
	font-weight: bold;
	font-size: 120%;
}

.parkContents li a:hover {
	background: #ff6c00;
}


/* ======会社概要====== */

h4.ourGroup {
	background: #d3d3d3;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 7px;
	border-radius: 0 0 20px 20px;
	font-size: 180%;
}

ul.group01 {
	margin: 0 auto 50px;
	overflow: hidden;
}

.phi ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.phi ul li {
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

.phi ul li.pink p {
	border-top: 1px solid #ff6a9f;
	padding-top: 20px;
}

.phi ul li.yellow p {
	border-top: 1px solid #ffa800;
	padding-top: 20px;
}

.phi ul li.green p {
	border-top: 1px solid #bfd02d;
	padding-top: 20px;
}

.phi ul li h4 {
	width: 50%;
	text-align: center;
	padding: 5px 15px;
	border-radius: 30px 30px 0 0;
	color: #fff;
	font-size: 120%;
	display: block;
	margin: 0 auto;
}

.phi ul li.pink h4 {
	background: #ff6a9f;
}

.phi ul li.yellow h4 {
	background: #ffa800;
}

.phi ul li.green h4 {
	background: #bfd02d;
}

p.coCopy {
	text-align: center;
	margin-bottom: 40px;
}

/* ======店舗一覧====== */

dl.areaList {
	overflow: hidden;
}

dl.areaList a {
	color: #000;
}

dl.areaList dt {
	margin-bottom: 10px;
}

dl.areaList dt img {
	width: 100%;
	height: auto;
}

#shopArea a {
	color: #000;
}

#shopArea a:hover {
	color: #3ba59c;
}

ul.shopSelect {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}

ul.shopSelect li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 15px 0;
}

ul.shopSelect li.noselect {
	background: #f2f2f2;
}

ul.shopSelect li img {
	width: 60%;
	height: auto;
}

.shopListArea dl.shopList dt {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	overflow: hidden;
	width: 100%;
	padding: 12px;
	padding-left: 25px;
	font-weight: bold;
	border-radius: 25px 0 25px 0;
}

.shopListArea dl.shopList dt span a {
	color: #fff;
}

.shopListArea dl.shopList dd table {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}

.shopListArea dl.shopList dd table th {
	padding: 3px 0px;
	border-bottom: 1px dotted #ededed;
	width: 40%;
	vertical-align: middle;
	line-height: 1.5;
	padding: 6px 0;
}

.shopListArea dl.shopList dd table td {
	padding: 3px 0px;
	border-bottom: 1px dotted #ededed;
	vertical-align: middle;
	line-height: 1.5;
	padding: 6px 0;
}

h3.shopStyle {
	display: block;
	width: 60%;
	margin: 0 auto 10px;
	overflow: hidden;
	background: #666;
	color: #fff;
	padding: 15px;
	font-size: 100%;
	text-align: center;
	border-radius: 0  0 15px 15px;
	line-height: 1;
}

.shopListArea span.status {
	font-size: 70%;
	display: block;
	font-weight: bold;
}

.shopListArea span.new {color: #ff0000;}
.shopListArea span.comingsoon {color: #5ab841;}
.shopListArea span.null {display: none;}

/* =====チャレンジ====== */

article.charangeEntryBody {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 2.5;
	overflow: hidden;
}

article.charangeEntryBody p {
	margin-bottom: 20px;
}

h3.charangeReed {
	font-size: 120%;
	border-bottom: 1px dotted #4ca896;
	margin-bottom: 20px;
	color: #4ca896;
}

.charangeBtn {
	margin-bottom: 50px;
}

.charangeBtn a {
	background: #ffffff;
	color: #000;
	border: 2px solid #000;
	font-size: 110%;
	font-weight: bold;
	padding: 10px 20px;
}

ul.charangeYear {
	padding: 20px 0;
}

ul.charangeYear li a {
	width: 100%;
	display: block;
	padding: 10px;
	text-align: center;
	color: #fff;
	background: #93c12f;
	border-radius: 10px;
	box-sizing: border-box;
}

/* ======スタッフ====== */

.staffSeminar ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	list-style-type: armenian;
}

.staffSeminar li {
	box-sizing: border-box;
	overflow: hidden;
	list-style-type: armenian;
	font-size: 80%;
	line-height: 1.4;
}

.staffSeminar h3 {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

#adviser {
	padding: 20px;
	background: #f3f3f3;
	border-radius: 15px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	clear: both;
}

#adviser p.jobName {font-size: 80%;}
#adviser p.adviserName {font-size: 120%; font-weight: bold;}
#adviser p.job {font-size: 80%;}

/* ======プログラム紹介====== */


ul.programBtn {
	margin: 0 auto 30px;
}


ul.programBtn li a {
	width: 100%;
	padding: 0px;
	display: block;
	box-sizing: border-box;
	background: #74bcff;
}

.programListArea {
	width: 100%;
	overflow: hidden;
}

.programListArea .programBox:last-child {
	margin-bottom: 40px;
}


.programBox .programPhoto {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

.programBox .programPhoto img {
	width: 100%;
	height: auto;
}

.programBox .programName {
	width: 100%;
	overflow: hidden;
}

.programBox .programName h3 {
	line-height: 1.5;
	margin-bottom: 10px;
}

.programBox .programName p {
	font-size:80%;
}


.workList ul {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	list-style-type: armenian;
}

.workList li {
	box-sizing: border-box;
	overflow: hidden;
	list-style-type: armenian;
	line-height: 1.4;
}

.workList h3 {
	clear: both;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}

/* ブログ*/

#blogListArea dl {
	background: #f2f2f2;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
}

.blogSelect .shopSelect {
	margin-bottom: 30px;
}

/* ======お問い合わせフォーム====== */

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

table.contactTable th,
table.contactTable td {
	border-bottom: 1px dotted #ccc;
	padding: 15px 10px;
}

table.contactTable td input {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 6px;
}

table.contactTable td textarea {
	width: 100%;
	box-sizing: border-box;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 6px;
}

.wpcf7.is_confirm input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}

input.wpcf7c-conf,
textarea.wpcf7c-conf {
  border: none !important;
  background: #fff;
}

.wpcf7-text:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

.submitArea {
	width: 100%;
	margin: 0 auto 20px;
	overflow: hidden;
}

span.req {
	color: #ff0000;
}

.submitArea li {
	float: left;
	width: 30.3%;
	margin: 1.5%;
}

.submitArea li input {
	width: 100%;
	padding: 10px;
	text-align: center;
	background: #4e99e5;
	border: 1px solid #4e99e5;
	box-sizing: border-box;
	border-radius: 10px;
	font-weight: bold;
	color: #fff;
}

.submitArea li input:hover {
	background: #fff;
	color:  #4e99e5;
}

.submitArea li input.backBtn  {
	background: #666;
	border: 1px solid #666;
}

.submitArea li input.backBtn:hover {
	background: #fff;
	color: #666;
	border: 1px solid #666;
}

.shopText {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 20px;
}

#schedule {
	padding-top: 100px;
	margin-top: -100px;
}

#flow {
	padding-top: 100px;
	margin-top: -100px;
}

#faq dl {
	width: 90%;
	margin: 0 auto 40px;
	overflow: hidden;
}

#faq dl dt {
	background: #a5c039;
	padding: 20px;
	color: #fff;
	overflow: hidden;
	border-radius: 10px 10px 0 0 ;
}

#faq dl dt span {
	background: #fff;
	padding: 10px;
	color: #000;
	font-weight: bold;
	margin-right: 10px;
}

#faq dl dd {
	background: #fcfff1;
	padding: 20px;
	border-radius: 0 0 10px 10px;
}

#faq dl dd p {
	margin-bottom: 10px;
}

#faq dl dd p.stepTitle {
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
}



/* ==|== media queries ====================================================== */

/* ===================
	スマホ
   =================== */

@media only screen and (max-width: 479px) {
	
/* ====================================================== */
	
html {
  font-size: 8px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}

.dot {
	font-family: 'Barlow Condensed', sans-serif;
}
	
.pcView {
	display: none;
}

.pcTabView {
	display: none;
}

table {
	font-size: 90%;
}

table {
	width: 100%;
}

table td, table th {
	padding: 7px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}


header{
	width: 100%;
	height: initial;
	background: url("img/lib/header_bg.png") no-repeat;
	background-size: cover;
	background-position: center -44px;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-sizing: border-box;
}

.headerInner{
	width: 100%;
	/*height: 82px;*/
	margin: 0 auto;
	box-sizing: border-box;
}

#logo{
	width: 30%;
	margin: 0 auto;
}

#logo img{
	width: 100%;
}

.gMenu{
	width: 100%;
	overflow: scroll;
}

.gMenu ul{
	/*width: 750px;*/
  /*width: 880px;*/
  width: 945px;
	display: flex;
}

.gMenu ul li{
	width: 25%;
	/*height: 48px;*/
  height: 56px;
  /*padding: 1.3% 1.5% 0;*/
  /*adding: 1.5% 1.3% 0;*/
  /*padding: 1.6% 1.1% 0;*/
  padding : 1.8% 1.1% 0;
	box-sizing: border-box;
	text-align: center;
}

.gMenu ul li img{
	width: 100%;
	margin: 0 auto;
}

.gMenu ul li:nth-child(1){
	position: relative;
	background: url("img/common/headerList_bg01.png") bottom no-repeat;
	background-size: contain;
}

.secondMenu{
	width: 100%;
	height: 50px;
	background-color: #fff;
	overflow-x: scroll;
}

.secondInner{
	width: 490px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
  position: relative;
}

.secondInner_left {
  display: block;
  width: 18px;
  height: 42px;
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 95px;
  left: 0;
  z-index: 2;
}

.secondInner_right {
  display: block;
  width: 30px;
  height: 88px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  position: fixed;
  top: 48px;
  right: 0;
  z-index: 2;
}
  
.secondInner ul li{
	float: left;
	/*width: 90px;*/
  width: 75px;
	height: 50px;
	font-size: 8px;
	line-height: 1.2;
	text-align: center;
	position: relative;
}

.secondInner ul li a{
	color: #111;
}

.secondInner ul li span{
	display:block;
	padding-top: 2px;
}


.secondInner ul li span:before{
	width: 15px;
	height: 15px;
	margin: 8px auto;
}

.secondInner ul li:nth-child(1) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon01.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(2) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon02.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(3) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon06.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(4) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon07.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(5) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon05.png") no-repeat center;
	background-size: cover;
}

/*.secondInner ul li:nth-child(6) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon06.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(7) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon07.png") no-repeat center;
	background-size: cover;
}


.secondInner ul li:nth-child(8) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon08.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(9) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon09.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(10) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon10.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(11) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon11.png") no-repeat center;
	background-size: cover;
}*/


.secondInner ul li:last-child{
	width: 160px;
	height: 100%;
	/*margin: 10px 30px 0;*/
  margin: 10px 10px 0;
	text-align: center;
}

.hTel a{
	font-size: 300%;
	font-weight: bold;
	line-height: 1.5;
	
}

/* ======top page====== */

#topCircleArea {
	width: 95%;
	margin: 0 auto 40px;
	overflow: visible;
}

#topCircleArea #bigCircle01 {
	float: left;
	width: 48%;
}

#topCircleArea #bigCircle02 {
	float: right;
	width: 48%;
}

#deai {
	text-align: center;
	margin: auto;
}

#deai img {
	width: 80%;
	display: block;
	margin: 0 auto 10px;
}

ul#topCircleNavi li {
	float: left;
	width: 28.3%;
	margin: 2.5%;
}

ul.topContentsBnr {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

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

#toppageArea {
	padding-top: 142px;
}

#toppageArea h2 {
	font-size: 240%;
	margin-bottom: 10px;
	line-height: 1;
}

#toppageArea li {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#toppageArea p {
	font-size: 80%;
	line-height: 1.5;
	margin-bottom: 20px;
}

#toppageArea h2 {
	font-size: 250%;
}

#toppageArea li.toppageAboutus {
	background: url(img/toppage/top_aboutus_sp.jpg) center bottom no-repeat;
	background-size: 100%;
	height: 200px;
	box-sizing: border-box;
	position: relative;
}

#toppageArea li.toppageMethod {
	background: url(img/toppage/top_method_sp_long.jpg) center bottom no-repeat;
	background-size: 100%;
	height: 200px;
	padding: 30px;
	box-sizing: border-box;
}

#toppageArea li .topPark {
	background-size: 100%;
	width: 100%;
	float: left;
	height: 200px;
	position: relative;
}

#toppageArea li .topCharange {
	background-size: 100%;
	width: 100%;
	float: left;
	height: 200px;
	position: relative;
}

.logoIcon {
	width: 75%;
	position: absolute;
	top: 25%;
	left: 12.5%;
}

.logoIcon .topReedBtn {
	width: 60%;
	margin: 0 auto;
}

.topicslistArea {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
}

.topicslistArea dl {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	background-size: 15px;
	border-bottom: 1px dotted #ccc;
}

.topicslistArea dl dd {
	padding-right: 20px;
	box-sizing: border-box;
}


/* ======メインビジュアル====== */

#mainVisual {
	padding-top: 0;
	margin-bottom: 20px;
}

#commonTitle {
	width: 100%;
	padding-top: 132px;
}

#commonTitle #titleContents {
	width: 100%;
	overflow: hidden;
}

#commonTitle #bc {
	font-size: 70%;
	background: #fff;
	padding: 10px;
	text-align: left;
}


/* ======コンテンツ====== */

#contents {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.reed {
	width: 90%;
	margin: 10px auto 20px;
}

.reed p.noto {
	font-size: 160%;
}

.conceptText {
	padding: 20px;
}

.commonBox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.commonContents {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

#conceptBoxArea {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: auto;
	padding-bottom: 30px;
}

#conceptBoxArea #conceptBox .conceptText h3 {
	margin-bottom: 15px;
	font-size: 140%;
	line-height: 1.3;
}

.archiveBox {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
}

.archiveBox dt {
	width: 20%;
	float: left;
	overflow: hidden;
}

.archiveBox dt img {
	width: 100%;
	height: auto;
}

.archiveBox dd {
	width: 75%;
	float: right;
}

.archiveBox dd p {
	line-height: 1.3;
}

.archiveBox dd p.date {
	font-size: 80%;
	color: #222;
	margin: 4px 0;
}


/* ======ご利用案内====== */

.step dl {
	margin-bottom: 30px;
}

.step dl:last-child {
	margin-bottom: 0;
}

/* ======投稿====== */

h2.entryTitle {
	line-height: 1.3;
}

article#entryBody {
	margin-bottom: 30px;
}

#archiveMain {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	
}

/* ======チャレンジ====== */

.conceptText p {
	margin-bottom: 20px;
}

.conceptText p:last-child {
	margin-bottom: 0;
	text-align: center;
}

.conceptText p strong {
	font-size: 120%;
}

.charangeShopBtn a {
	font-size: 120%;
	font-weight: bold;
	background: #ffba00;
	text-align: center;
}

.charangeShopBtn a:hover {
	background: #ffde00;
	color: #000;
}

ul.charangeYear li {
	width: 80%;
	margin: 0 auto 10px;
}

/* ======グローバルキッズメソッドについて====== */

.conceptIcon {
	width: 90%;
	margin: 20px auto;
	overflow: hidden;
}

.conceptIcon dl {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
}

.conceptIcon dl a {
	color: #000;
}

.conceptIcon dl dd {
	line-height: 1.5;
	text-align: center;
}

/* ======グローバルキッズパークについて====== */
.parkContents ul {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.parkContents li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}

/* ======会社概要====== */

h4.ourGroup {
	width: 70%;
	border-radius: 10px;
	margin-bottom: 30px;
}

.history {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 80%;
}

.history li {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	line-height: 3;
}

.history li span {
	position: absolute;
	right: 0;
	top: 0;
	width: 25%;
}

ul.group01 {
	width: 70%;
	margin: 0 auto 30px;
	overflow: hidden;
	font-size: 80%;
}

ul.group01 li {
	width: 100%;
	text-align: center;
	line-height: 1.5;
}

ul.group02{
	width: 70%;
	margin: 0 auto 30px;
	overflow:hidden;
	font-size: 80%;
}

ul.group02 li{
	width: 100%;
	text-align: center;
	line-height: 1.4;
}

.phi ul {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.phi ul li {
	width: 100%;
	margin-bottom: 30px;
}

p.coCopy {
	font-size: 100%;
	line-height: 1.5;
	padding: 20px;
	margin-bottom: 10px;
}

/* ======店舗一覧====== */

#shopArea {
	background-size: 100%;
}

.shopListArea dl.shopList {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

ul.shopSelect li img {
	width: 90%;
	height: auto;
}

dl.areaList {
	width: 90%;
	margin: 0 auto 30px;
}

dl.areaList dd h2 {
	font-size: 120%;
}

dl.areaList dd p.areaAddress {
	font-size: 100%;
	line-height: 1.5;
}

dl.areaList dd p.areaTel {
	font-size: 200%;
}

/* ======店舗情報====== */

.spShopTel {
	text-align: center;
	padding: 10px 0;
	font-size: 200%;
	font-weight: bold;
}

.spShopTel a {
	color: #000;
}

#shopLeft {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
	padding: 30px 0;
}

#shopLeft h2 {
	text-align: center;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#shopRight {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}


#viewer {
	margin: 0 auto;
	width:320px;
	text-align: center;
	overflow: hidden;
}
#viewer div {
	width: 100%;
	height: 224px;
	overflow: hidden;
	position: relative;
}
#viewer div img {
	top: 0;
	left: 0;
	position: absolute;
}
 
#viewer ul {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
 
#viewer ul li {
	width: 25%;
	float: left;
	display: inline;
}
 
#viewer .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#viewer img {
	width: 100%;
	height: auto;
}

.ggmap {
clear: both;
position: relative;
padding-bottom: 76.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 90%;
margin: 30px auto 0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ======スタッフ====== */

.staffSeminar {
	padding: 15px;
}

.staffSeminar li {
	font-size: 90%;
	padding: 3px 0;
}

.adviserLeft {
	margin-bottom: 25px;
}

/* ======プログラム紹介====== */


ul.programBtn {
	width: 80%;
	margin-bottom: 30px;
}

ul.programBtn li {
	width: 30.3%;
	margin: 1.5% 1.5% 0;
}

.programBox {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.workList ul {
	width: 100%;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.workList li {
	line-height: 1.4;
}

.workList h3 {
	width: 95%;
	margin: 0 auto;
}

/* ======ブログ====== */

#blogListArea dl {
	width: 95%;
	margin: 0 auto 15px;
}


/* ======instagram====== */

#topInstagramArea {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}


#topInstagramArea #instafeed li {
	width: 30.3%;
	margin: 1.5%;
	float: left;
	height: 80px;
	overflow: hidden;
}

#side #instafeed {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}

#side #instafeed li {
	width: 30.3%;
	margin: 1.5%;
	float: left;
	height: 80px;
	overflow: hidden;
}

/* ======フッター====== */

footer {
	width: 100%;
	background: url(img/common/footer_bg_sp.png) center bottom no-repeat;;
	color: #3e454d;
	padding-bottom: 150px;
	background-size: 100%;
	margin-top: 50px;
} 

footer #footerContents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

footer #footerContents ul {
	width: 100%;
	overflow: hidden;
}

footer #footerContents li {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ede9c8;
	font-size: 100%;
	background: #fff9c3;
}

#footerCopy {
	width: 60%;
	margin: 30px auto;
}

footer #footerContents address {
	clear: both;
	font-style: normal;
	font-size: 80%;
	line-height: 1;
	text-align: center;
	margin-top: 15px;
}

footer #footerContents li a {
	color: #3e454d;
	padding: 10px 20px;
	display: block;
	box-sizing: border-box;
}

footer a:visited {
	color: #fff;
}

footer a:color {
	color: #fff;
}

/*プログラムアコーディオン*/
.accbox {
   width: 100%;
}

/*ラベル*/
.accbox label {
	display: block;
	margin: 0;
	padding : 0;
	color :#222;
	cursor :pointer;
	transition: all 0.5s;
	padding: 10px 20px;
}

/*ラベルホバー時*/
.accbox label:hover {
	background :#85baef;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.2s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
	height: auto;
	padding: 5px;
	background: #fff;
	opacity: 1;
}

.accshow a {
	padding: 0;
	width: 50%;
	float: left;
	display: block;
	text-align: center;
}

.accshow img {
	width: 50%;
	height: auto;
}

/* ======お問い合わせフォーム====== */

table.contactTable {
	width: 95%;
	margin: 0 auto 30px;
}

table.contactTable th {
	width: 40%;
}

.harfBox {
	width: 95%;
	overflow: hidden;
	margin: 0px auto;
}

ul.dotLine {
	margin-bottom: 40px;
}

ul.dotLine li {
	padding: 15px 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.3;
}

#iyoku {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

#iyoku img {
	width: 100%;
}

ul.photoList li {
	width: 100%;
	margin-bottom: 15px;
}

/* ===================
	追記
   =================== */

	article#entryBody p {
	margin-bottom: 20px;
}

.prevNext {
	width: 100%;
	overflow: hidden;
}

.prevNext .prev a {
	width: 48%;
	float: right;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	background: #f3f3f3;
}

.prevNext .next a {
	width: 48%;
	float: left;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	background: #f3f3f3;
}

/* フローティング求人ボタン */
.sideRecruit {
	width: 50px;
	position: fixed;
	bottom: 70px !important;
	right: 13px !important;
}

.sideRecruit li {
	box-sizing: border-box;
	float: left;
}

.sideRecruit img {
	display: block;
	width: 100%;
	height: auto;
}


}

/* ===================
	タブレット
   =================== */

@media only screen and (min-width:479px) and (max-width:1024px) {
	
/* ====================================================== */

@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
  
  /* ======top page====== */

#toppageArea h2 {
	font-size: 200%;
	margin-bottom: 20px;
	line-height: 1;
}

#toppageArea li {
	height: 450px;
	width: 50%;
	padding-top: 70px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	font-size: 80%;
}

#toppageArea li:last-child {
	width: 50%;
	padding-top: 50px;
}

#toppageArea li.toppageAboutus {
	background: url(img/toppage/top_aboutus.jpg) center bottom no-repeat;
	background-size: cover;
}

#toppageArea li .topPark {
	background-size: cover;
	width: 100%;
	height: 50%;
	position: relative;
}

#toppageArea li .topCharange {
	background-size: cover;
	width: 100%;
	height: 50%;
	position: relative;
}

.logoIcon {
	position: absolute;
	top: 25%;
	left: 10%;
	width: 70%;
}

h4.ourGroup {
	margin-bottom: 20px;
}

.contentsBox {
	padding: 0 15px;
}

.group01 {
	font-size: 75%;
}

.history {
	font-size: 75%;
}

.phi {
	font-size: 80%;
}

.coCopy {
	font-size: 110%;
	line-height: 1.5;
}

.staffSeminar {
	font-size: 80%;
}

.shopListArea {
	font-size: 90%;
}

.shopListArea th {
	text-align: left;
}
   
}

	
html {
  font-size: 9px; /* sp基準値 */
  -webkit-text-size-adjust: 100%;
}
	
.pcView {
	display: none;
}

.spOnly {
	display: none;
}

header{
	width: 100%;
	height: 160px;
	background: url("img/lib/header_bg.png") no-repeat;
	background-size: cover;
	background-position: center -60px;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-sizing: border-box;
	overflow: hidden;
}

.headerInner{
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}

#logo{
	width: 20%;
	float: left;
	margin-top: 24px;
	margin-right: 3%;
}

#logo img{
	width: 80%;
	margin: 0 10%;
}

.gMenu{
	width: 74%;
	float: right;
	margin: 0 3% 0 0;
	box-sizing: border-box;
	overflow-x: scroll;
}

.gMenu ul{
	/*width: 680px;*/
	width: 730px;
	display: flex;
	box-sizing: border-box;
}

.gMenu ul li{
	width: 22%;
	height: 70px;
	margin-top: 10px;
	/*padding: 5.5% 1.5% 0;*/
  /*padding: 4.8% 1.8% 0;*/
  /*padding: 4.8% 1.5% 0;*/
  padding: 5.0% 1.5% 0;
	box-sizing: border-box;
	overflow: hidden;
}

.gMenu ul li img{
	width: 100%;
	padding: 5% 0 0;
}

.gMenu ul li:nth-child(1){
	position: relative;
	background: url("img/common/headerList_bg01.png") bottom no-repeat;
	background-size: contain;
}

.gMenu ul li:nth-child(1):after{
	content: "";
	width: 100%;
	height: 3px;
	display: block;
	background: #fff;
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: auto;
}

/*一行目背景ここまで*/

.secondMenu{
	width: 100%;
	background-color: #fff;
	overflow-x: scroll;
}

.secondInner{
	width: 620px;
	margin: 0 auto;
	overflow: hidden;
  height: 70px;
}

.secondInner ul li{
	float: left;
	width: 100px;
	/*height: 80px;*/
	height: 70px;
	font-size: 8px;
	line-height: 1.2;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.secondInner ul li a{
	color: #111;
}

.secondInner ul li span{
	display:block;
	padding-top: 11px;
}


.secondInner ul li span:before{
	width: 20px;
	height: 20px;
	margin: 7px auto;
}

.secondInner ul li:nth-child(1) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon01.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(2) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon02.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(3) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon06.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(4) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon07.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(5) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon05.png") no-repeat center;
	background-size: cover;
}

/**.secondInner ul li:nth-child(6) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon06.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(7) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon07.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(8) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon08.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(9) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon09.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(10) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon10.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(11) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon11.png") no-repeat center;
	background-size: cover;
}**/


.secondInner ul li:last-child{
	width: 160px;
	height: 100%;
	/*margin: 22px 30px;*/
  margin: 19px 30px;
	text-align: center;
}

.hTel a{
	font-size: 300%;
	font-weight: bold;
	line-height: 1.5;
	
}

/* ======top page====== */

#toppageArea h2 {
	font-size: 300%;
	margin-bottom: 20px;
}

#toppageArea li {
	padding-top: 280px;
	width: 50%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

#toppageArea li:last-child {
	width:50%;
	padding-top: 50px;
}

#toppageArea h2 {
	font-size: 300%;
	line-height: 1;
}

#toppageArea li.toppageAboutus {
	background: url(img/toppage/top_aboutus.jpg) center bottom no-repeat;
	background-size: cover;
}

#toppageArea li.toppageMethod {
	background: url(img/toppage/top_method.jpg) center bottom no-repeat;
	background-size: cover;
}

#toppageArea li p.topReed {
	overflow: hidden;
}

#toppageArea li p.topReedBtn {
	overflow: hidden;
	width: 250px;
	margin: 0 auto;
}

#toppageArea li .topPark {
	background-size: cover;
	width: 100%;
	height: 50%;
	position: relative;
}

#toppageArea li .topCharange {
	background-size: cover;
	width: 100%;
	height: 50%;
	position: relative;
}

#toppageArea li.top01 {
	position: relative;
}

.logoIcon {
	position: absolute;
	top: 40%;
	left: 12.5%;
	width: 70%;
}

.logoIcon .topReedBtn {
	width: 60%;
	margin: 0 auto;
}


.topicslistArea {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
}

.topicslistArea dl {
	width: 42%;
	margin: 1.5% 3%;
	float: left;
	overflow: hidden;
	background: url(img/common/topics_arr.png) right center no-repeat;
	background-size: 20px;
}

.topicslistArea dl dd {
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 10px;
}

#topInstagramArea #instafeed li {
	width: 22%;
	margin: 1.5%;
	float: left;
	height: 130px;
	overflow: hidden;
}

/* ======メインビジュアル====== */

#mainVisual {
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}

#commonTitle {
	width: 100%;
	padding-top: 160px;
}

#commonTitle #titleContents {
	width: 100%;
	overflow: hidden;
}

#commonTitle #bc {
	font-size: 70%;
	background: #fff;
	padding: 10px;
	text-align: left;
}


/* ======コンテンツ====== */

#contents {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.reed  {
	width: 80%;
	max-width: 800px;
	padding: 30px 0;
	margin: 0 auto;
}

.conceptText {
	padding: 20px;
}

.commonBox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

.commonContents {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

#conceptBoxArea {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: auto;
	margin-top: 40px;
	padding-bottom: 0 !important;
}

#conceptBoxArea #conceptBox {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

#conceptBoxArea #conceptBox .conceptPhoto {
	float: left;
	width: 48%;
	overflow: hidden;
}

#conceptBoxArea #conceptBox .conceptPhoto img {
	width: 100%;
	height: auto;
}

#conceptBoxArea #conceptBox .conceptText {
	float: right;
	width: 48%;
	overflow: hidden;
}

#conceptBoxArea #conceptBox .conceptText {
	padding: 20px;
	padding-left: 10px;
	box-sizing: border-box;
}

#conceptBoxArea #conceptBox .conceptText img {
	width: 60%;
	display: block;
	margin: 0 auto;
}

.conceptText p {
	margin-bottom: 20px;
}

.conceptText p:last-child {
	margin-bottom: 0;
}


#conceptBoxArea #conceptBox .conceptText h3 {
	margin-bottom: 20px;
}


.archiveBox {
	overflow: hidden;
	padding: 20px;
	border-bottom: 1px dotted #ccc;
}

.archiveBox dt {
	width: 20%;
	float: left;
	overflow: hidden;
}

.archiveBox dt img {
	width: 100%;
	height: auto;
}

.archiveBox dd {
	width: 75%;
	float: right;
}

.archiveBox dd p {
	line-height: 1.3;
}

.archiveBox dd p.date {
	font-size: 80%;
	color: #222;
}


/* ======ご利用案内====== */

.step dl {
	margin-bottom: 30px;
}

.step dl:last-child {
	margin-bottom: 0;
}

/* ======投稿====== */

h2.entryTitle {
	line-height: 1.3;
}

article#entryBody {
	margin-bottom: 30px;
}

#archiveMain {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	
}

/* ======チャレンジ====== */

.conceptText p {
	margin-bottom: 20px;
}

.conceptText p:last-child {
	margin-bottom: 0;
	text-align: center;
}

.conceptText p strong {
	font-size: 120%;
}

.charangeShopBtn a {
	font-size: 120%;
	font-weight: bold;
	background: #ffba00;
	text-align: center;
}

.charangeShopBtn a:hover {
	background: #ffde00;
	color: #000;
}

/* ======グローバルキッズメソッドについて====== */

.conceptIcon {
	width: 90%;
	margin: 20px auto;
	overflow: hidden;
}

.conceptIcon dl {
	width: 100%;
	overflow: hidden;
}

.conceptIcon dl a {
	color: #000;
}

.conceptIcon dl dd {
	line-height: 1.5;
	text-align: center;
}

/* ======グローバルキッズパークについて====== */
.parkContents ul {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}
.parkContents li {
	width: 48%;
	overflow: hidden;
	float: left;
	margin: 1%;
}



/* ======会社概要====== */

h4.ourGroup {
	width: 350px;
}

ul.group01 {
	width: 60%;
}

ul.group01 li {
	float: left;
	width: 45%;
	margin: 0 27.5%;
	text-align: center;
	line-height: 1.4;
}

ul.group02{
	width: 80%;
	margin: 0 auto 50px;
	overflow:hidden;
}

ul.group02 li{
	float: left;
	width: 20%;
	margin: 0 2.5%;
	text-align: center;
	line-height: 1.4;
}

.history ul {
	width: 30.3%;
	float: left;
	margin: 1.5%;
	overflow: hidden;
	font-size: 75%;
}

.history ul:last-child {
	margin-right: 0;
}

.history li {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	line-height: 3;
}

.history li span {
	position: absolute;
	right: 0;
	top: 0;
	width: 28%;
}


.phi ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
}

.phi li:last-child {
	margin-right: 0;
}

p.coCopy {
	font-size: 160%;
}

/* ======店舗一覧====== */

#shopArea {
	width: 100%;
	overflow: hidden;
}

.shopListArea dl.shopList {
	width: 28.3%;
	margin: 2.5%;
	float: left;
}

dl.areaList {
	width: 30.3%;
	margin: 1.5%;
	float: left;
}

dl.areaList dd h2 {
	font-size: 100%;
}

dl.areaList dd p.areaAddress {
	font-size: 80%;
	line-height: 1.5;
}

dl.areaList dd p.areaTel {
	font-size: 150%;
}



/* ======店舗情報====== */

#shopLeft {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
	padding: 30px 0;
}

#shopLeft h2 {
	text-align: center;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#shopRight {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}


#viewer {
	margin: 0 auto;
	width:600px;
	text-align: center;
	overflow: hidden;
}
#viewer div {
	width: 100%;
	height: 420px;
	overflow: hidden;
	position: relative;
}
#viewer div img {
	top: 0;
	left: 0;
	position: absolute;
}
 
#viewer ul {
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
}
 
#viewer ul li {
	width: 25%;
	float: left;
	display: inline;
}
 
#viewer .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#viewer img {
	width: 100%;
	height: auto;
}

.ggmap {
clear: both;
position: relative;
padding-bottom: 76.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
width: 90%;
margin: 30px auto 0;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* ======スタッフ====== */

.staffSeminar li {
	float: left;
	width: 33.3%;
	padding: 3px;
}

#adviser {
	padding: 30px;
}

.adviserLeft {
	float: left;
	width: 38%;
}

.adviserRight {
	float: right;
	width: 58%;
}

/* ======ブログ====== */

#blogListArea dl {
	width: 30.3%;
	margin: 1.5%;
	float: left;
}


/* ======プログラム紹介====== */


ul.programBtn {
	width: 80%;
	margin-bottom: 30px;
}

ul.programBtn li {
	width: 30.3%;
	margin: 1.5% 1.5% 0;
}

.programBox {
	width: 29.3%;
	margin: 2%;
	float: left;
	overflow: hidden;
}

.workList ul {
	width: 100%;
	overflow: hidden;
	padding: 15px;
	box-sizing: border-box;
}

.workList li {
	line-height: 1.4;
}

.workList h3 {
	width: 95%;
	margin: 0 auto;
}


/* ======instagram====== */

#topInstagramArea {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}


#topInstagramArea #instafeed li {
	width: 30.3%;
	margin: 1.5%;
	float: left;
	height: 170px;
	overflow: hidden;
}

#side #instafeed {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}

#side #instafeed li {
	width: 30.3%;
	margin: 1.5%;
	float: left;
	height: 170px;
	overflow: hidden;
}


/* ======フッター====== */

footer {
	width: 100%;
	background: url(img/common/footer_bg_sp.png) center bottom no-repeat;;
	color: #3e454d;
	padding-bottom: 300px;
	background-size: 100%;
	margin-top: 50px;
} 

footer #footerContents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

footer #footerContents ul {
	width: 100%;
	overflow: hidden;
}

footer #footerContents li {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ede9c8;
	font-size: 100%;
	background: #fff9c3;
}

#footerCopy {
	width: 30%;
	margin: 30px auto;
}

footer #footerContents address {
	clear: both;
	font-style: normal;
	font-size: 80%;
	line-height: 1;
	text-align: center;
	margin-top: 15px;
}

footer #footerContents li a {
	color: #3e454d;
	padding: 10px 20px;
	display: block;
	box-sizing: border-box;
}

footer a:visited {
	color: #fff;
}

footer a:color {
	color: #fff;
}

.menu li {
	width: 40%;
	margin: 10px 5%;
	float: left;
	text-align: center;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bold;
	font-size: 80%;
}

/*プログラムアコーディオン*/
.accbox {
   width: 100%;
}

/*ラベル*/
.accbox label {
	display: block;
	margin: 0;
	padding : 0;
	color :#222;
	cursor :pointer;
	transition: all 0.5s;
	padding: 10px 20px;
}

/*ラベルホバー時*/
.accbox label:hover {
	background :#85baef;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.2s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
	height: auto;
	padding: 5px;
	background: #fff;
	opacity: 1;
}

.accshow a {
	padding: 0;
	width: 50%;
	float: left;
	display: block;
	text-align: center;
}

.accshow img {
	width: 50%;
	height: auto;
}

#topCircleArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	overflow: visible;
	position: relative;
	height: 250px;
}

#topCircleArea #bigCircle01 {
	width: 25%;
	position: absolute;
	top: -50px;
	left: 0;
}

#topCircleArea #bigCircle02 {
	width: 25%;
	position: absolute;
	top: -50px;
	right: 0;
}

#deai {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width:35%;
}

ul#topCircleNavi {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	width:45%;
}

ul#topCircleNavi li {
	float: left;
	width: 28.3%;
	margin: 2.5%;
}

ul.topContentsBnr {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	overflow: hidden;
}

ul.topContentsBnr li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

ul.topContentsBnr li:last-child {
	margin-right: 0;
}

.conceptIcon dl {
	width: 28.3%;
	float: left;
	margin: 2.5%;
	overflow: hidden;
}

.harfBox {
	width: 48%;
	overflow: hidden;
	margin-bottom: 50px;
}

.leftBox {
	float: left;
}

.rightBox {
	float: right;
}

ul.dotLine {
	margin-bottom: 40px;
}

ul.dotLine li {
	padding: 15px 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.3;
}


#iyoku {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

#iyoku img {
	width: 60%;
}

#contents {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

ul.photoList {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

ul.photoList li {
	width: 30.3%;
	float: left;
	margin: 1.5%;
}

/* ===================
   ***** 追記 *****
   =================== */

article#entryBody p {
	margin-bottom: 20px;
}

.prevNext {
	width: 100%;
	overflow: hidden;
}

.prevNext .prev a {
	width: 48%;
	float: right;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	background: #f3f3f3;
}

.prevNext .next a {
	width: 48%;
	float: left;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	background: #f3f3f3;
}

/* フローティング求人ボタンう*/
.sideRecruit {
	width: 100px;
	position: fixed;
	bottom: 20px !important;
	right: 10px !important;
}

.sideRecruit li {
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	float: left;
}

.sideRecruit img {
	display: block;
	width: 100%;
	height: auto;
}


}


/* ===================
   PC
   =================== */
   
@media only screen and (min-width: 1025px) {
	
	.spView {
		display: none;
	}
	
	.spOnly {
	display: none;
}

.spShow{display:none;}

/* ======ヘッダー====== */

header{
	width: 100%;
	/*min-width: 1420px;*/
	min-width: 1200px;
	height: 100px;
	background: url("img/lib/header_bg.png") no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	z-index: 9999;
	box-sizing: border-box;
}

.headerInner{
	max-width: 1440px;
	height: 100px;
	margin: 0 auto;
	padding: 0 25px;
	/*padding: 0 20px;*/
	box-sizing: border-box;
}

#logo{
	width: 13%;
	float: left;
	margin-top: 33px;
	margin-right: 0;
}

#logo img{
	width: 90%;
	margin: 0 3%;
}

.gMenu{
	width: 87%;
	height: 100px;
	float: right;
	margin: 0 auto 0 0;
	box-sizing:border-box;
}

.gMenu ul{
	width: 100%;
	height: 100%;
}

.gMenu ul li{
	float: left;
	/*width: 6.6%;*/
  /*width: 6.2%;*/
  width: 5.8%;
	height: 86px;
  /*padding: 26px 1.2% 0;*/
  padding: 32px 1.0% 0;
	margin-top: 14px;
	box-sizing: border-box;
}

.gMenu ul li img{
	/*width: 105%;*/
  /*width: 100%;*/
  width: 103%;
}

.gMenu ul li:nth-child(4){
	position: relative;
	background: url("img/common/headerList_bg01.png") center bottom no-repeat;
	/*background-size: 115%;*/
	/*background-size: 105%;*/
  background-size: 113%;
}

#recruitBtn {
	width: 300px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 20px;
}

#recruitBtn li {
	float: left;
	width: 48%;
	margin: 0 1%;
}

#recruitBtn a {
	display: block;
	width: 100%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	color: #2a83d6;
	border-radius: 0 0 10px 10px;
	text-decoration: none;
	font-size: 90%;
}

#recruitBtn a:hover {
	background: #2a83d6;
	color: #fff;
}


.secondMenu{
	width: 100%;
	background-color: #fff;
}

.secondInner{
	width: 100%;
	max-width: 1000px;
	height: 70px;
	margin: 0 auto;
}

.secondInner ul{
	width: 100%;
	margin: 0 auto;
}

.secondInner ul li{
	float: left;
	width: 140px;
	height: 70px;
	font-size: 8px;
	line-height: 1.2;
	text-align: center;
}

.secondInner ul li.hTel {
	float: right;
}

.secondInner ul li a{
	color: #111;
	text-decoration: none;
}

.secondInner ul li span{
	display:block;
  padding-top: 5px;
}


.secondInner ul li span:before{
	width: 20px;
	height: 20px;
	margin: 10px auto;
}

.secondInner ul li:nth-child(1) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon01.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(2) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon02.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(3) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon06.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(4) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon07.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(5) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon05.png") no-repeat center;
	background-size: cover;
}

/**ヘッダー二行目のアイコン 
.secondInner ul li:nth-child(6) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon06.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(7) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon07.png") no-repeat center;
	background-size: cover;
	width: 40px;
	height: 40px;
	margin: 10px auto;
}

.secondInner ul li:nth-child(8) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon08.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(9) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon09.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(10) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon10.png") no-repeat center;
	background-size: cover;
}

.secondInner ul li:nth-child(11) span:before{
	content:"";
	display: block;
	background: url("img/lib/nav/nav_icon11.png") no-repeat center;
	background-size: cover;
}
*/

.secondInner ul li:last-child{
	width: 160px;
	height: 100%;
	/*margin: 15px 30px;*/
	margin: 19px 30px;
	text-align: center;
	float: right;
}

.hTel a{
	font-size: 300%;
	font-weight: bold;
	line-height: 1.5;
	
}
	
/* ======メインビジュアル====== */

#commonTitle {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-top: 200px;
}

.greenTitle {
	background: url(img/common/title_bg.gif);
	background-size: 50px;
}

.blueTitle {
	background: url(img/common/title_bg.gif);
	background-size: 50px;
}

#commonTitle img {
	width: 100%;
	max-width: 1200px;
	height: auto;
}

#commonTitle #titleContents {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#commonTitle #bc {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 70%;
	background: #fff;
	padding: 10px 20px;
	width: 40%;
	text-align: left;
}

/* ======top page====== */

#toppageArea h2 {
	font-size: 300%;
	margin-bottom: 20px;
}

#toppageArea li {
	padding-top: 280px;
	width: 50%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
}

#toppageArea li:last-child {
	width:50%;
	padding-top: 80px;
}

#toppageArea h2 {
	font-size: 300%;
	line-height: 1;
}

#toppageArea li.toppageAboutus {
	background: url(img/toppage/top_aboutus.jpg) center bottom no-repeat;
	background-size: cover;
}

#toppageArea li.toppageMethod {
	background: url(img/toppage/top_method.jpg) center bottom no-repeat;
	background-size: cover;
}

#toppageArea li p.topReed {
	overflow: hidden;
}

#toppageArea li p.topReedBtn {
	overflow: hidden;
	width: 250px;
	margin: 0 auto;
}

#toppageArea li .topPark {
	background-size: cover;
	width: 100%;
	height: 50%;
	position: relative;
}

#toppageArea li .topCharange {
	background-size: cover;
	width: 100%;
	height: 50%;
	position: relative;
}

#toppageArea li.top01 {
	position: relative;
}

.logoIcon {
	position: absolute;
	top: 40%;
	left: 25%;
	width: 50%;
}

.topicslistArea {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto 40px;
}

.topicslistArea dl {
	width: 42%;
	margin: 1.5% 3%;
	float: left;
	overflow: hidden;
	background: url(img/common/topics_arr.png) right center no-repeat;
	background-size: 20px;
}

.topicslistArea dl dd {
	padding-right: 20px;
	box-sizing: border-box;
	padding-top: 10px;
}

#topInstagramArea #instafeed li {
	width: 22%;
	margin: 1.5%;
	float: left;
	height: 180px;
}

#topCircleArea {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	overflow: visible;
	position: relative;
	height: 300px;
}

#topCircleArea #bigCircle01 {
	width: 25%;
	position: absolute;
	top: -50px;
	left: 0;
}

#topCircleArea #bigCircle02 {
	width: 25%;
	position: absolute;
	top: -50px;
	right: 0;
}

#deai {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width:35%;
}

ul#topCircleNavi {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	width:45%;
}

ul#topCircleNavi li {
	float: left;
	width: 28.3%;
	margin: 2.5%;
}

ul.topContentsBnr {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 30px;
	overflow: hidden;
}

ul.topContentsBnr li {
	float: left;
	width: 49%;
	margin-right: 2%;
}

ul.topContentsBnr li:last-child {
	margin-right: 0;
}

/* ======コンテンツ====== */

#contents {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 40px auto;
}

#contents .contentsBox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

table {
	width: 100%;
}

table td, table th {
	padding: 7px;
	text-align: left;
	font-weight: normal;
}

.commonContents {
	margin-bottom: 40px;
}

.commonContents article {
	padding: 0 15px;
}

.commonBox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}


/* ======ご利用案内====== */

table.oneday {
	border: 1px solid #ccc;
	width: 50%;
	float: left;
}


.step dl {
	width: 29.3%;
	margin: 0 2%;
	float: left;
}

.bus dl {
	width: 47%;
	margin: 0 1.5%;
	float: left;
	overflow: hidden;
}

/* ======投稿====== */

#archiveMain {
	width: 100%;
	float: none;
	overflow: hidden;
}

#archiveSide {
	width: 28%;
	float: right;
	overflow: hidden;
}

#archiveMain dl.archiveBox {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}

#archiveMain dl.archiveBox dt {
	width: 20%;
	float: left;
	overflow: hidden;
}

#archiveMain dl.archiveBox dt img {
	width: 100%;
	height: auto;
}

#archiveMain dl.archiveBox dd {
	width: 78%;
	float: right;
	overflow: hidden;
}

article#entryBody {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	line-height: 2.5;
}

article#entryBody p {
	margin-bottom: 20px;
}

/* ======チャレンジ====== */

.charangeShopBtn a {
	font-size: 100%;
	font-weight: bold;
	background: #ffba00;
}

.charangeShopBtn a:hover {
	background: #ffde00;
	color: #000;
}

.charangeYear li {
	width: 47%;
	margin: 1.5%;
	float: left;
	font-size: 120%;
	font-weight: bold;
}

/* ======店舗一覧====== */

#shopArea {
	width: 100%;
	overflow: hidden;
}

.shopListArea dl.shopList {
	width: 28.3%;
	margin: 2.5%;
	float: left;
}

dl.areaList {
	width: 30.3%;
	margin: 1.5%;
	float: left;
}

dl.areaList dd h2 {
	font-size: 100%;
}

dl.areaList dd p.areaAddress {
	font-size: 80%;
	line-height: 1.5;
}

dl.areaList dd p.areaTel {
	font-size: 150%;
}


/* ======店舗情報====== */

#shopLeft {
	width: 48%;
	float: left;
	overflow: hidden;
}

#shopRight {
	width: 48%;
	float:right;
	overflow: hidden;
}


#viewer {
	margin: 0 auto 40px;
	width:100%;
	text-align: center;
}
#viewer div {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
#viewer div img {
	top: 0;
	left: 0;
	position: absolute;
}
 
#viewer ul {
	width: 100%;
}
 
#viewer ul li {
	width: 25%;
	float: left;
	display: inline;
}
 
#viewer .active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

#viewer img {
	width: 100%;
	height: auto;
}

.ggmap {
position: relative;
padding-bottom: 76.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* ======プログラム紹介====== */


ul.programBtn {
	width: 60%;
}

ul.programBtn li {
	width: 30.3%;
	margin: 0 1.5%;
}

ul.programBtn li a {
	width: 100%;
	padding: 0px;
	display: block;
	box-sizing: border-box;
	background: #74bcff;
}

.programBox {
	width: 29.3%;
	margin: 2%;
	float: left;
	overflow: hidden;
}

.workList ul {
	margin-bottom: 40px;
}

.workList li {
	float: left;
	width: 22.5%;
	padding: 5px 1.5%;
}

/* ======コンセプト====== */

.reed  {
	width: 60%;
	max-width: 700px;
	padding: 30px 0 0;
	margin: 0 auto;
	overflow: hidden;
}

.conceptText .reed  {
	width: 80%;
	margin: 0 auto 30px;
	padding: 0;
	font-size: 80%;
}


#conceptBoxArea {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	height: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 0 !important;
}

#conceptBoxArea #conceptBox {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

#conceptBoxArea #conceptBox .conceptPhoto {
	float: left;
	width: 48%;
	overflow: hidden;
}

#conceptBoxArea #conceptBox .conceptPhoto img {
	width: 100%;
	height: auto;
}

#conceptBoxArea #conceptBox .conceptText {
	float: right;
	width: 48%;
	overflow: hidden;
}

#conceptBoxArea #conceptBox .conceptText {
	padding: 30px 0;
}

#conceptBoxArea #conceptBox .conceptText img {
	width: 60%;
	display: block;
	margin: 0 auto;
}

.conceptText p {
	margin-bottom: 20px;
}

.conceptText p:last-child {
	margin-bottom: 0;
}


#conceptBoxArea #conceptBox .conceptText h3 {
	margin-bottom: 20px;
}

.conceptIcon dl {
	width: 28.3%;
	float: left;
	margin: 2.5%;
	overflow: hidden;
}

.conceptIcon dl a {
	color: #000;
}

.conceptIcon dl dd {
	line-height: 1.5;
	text-align: center;
}

.harfBox {
	width: 48%;
	overflow: hidden;
	margin-bottom: 50px;
}

.leftBox {
	float: left;
}

.rightBox {
	float: right;
}

ul.dotLine {
	margin-bottom: 40px;
}

ul.dotLine li {
	padding: 15px 10px;
	border-bottom: 1px dotted #ccc;
	line-height: 1.3;
}


#iyoku {
	text-align: center;
	width: 100%;
	margin-bottom: 50px;
}

#iyoku img {
	width: 60%;
}


/* ======会社概要====== */

h4.ourGroup {
	width: 350px;
}

ul.group01 {
	width: 60%;
}

ul.group01 li {
	width: 45%;
	margin: 0 27.5%;
	text-align: center;
	line-height: 1.4;
}

ul.group02{
	width: 80%;
	margin: 0 auto 50px;
	overflow:hidden;
}

ul.group02 li{
	float: left;
	width: 20%;
	margin: 0 2.5%;
	text-align: center;
	line-height: 1.4;
}

.history ul {
	width: 31%;
	float: left;
	margin-right: 3%;
	overflow: hidden;
	font-size: 80%;
}

.history ul:last-child {
	margin-right: 0;
}

.history li {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	line-height: 3;
}

.history li span {
	position: absolute;
	right: 0;
	top: 0;
	width: 26%;
}

.phi ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
}

.phi li:last-child {
	margin-right: 0;
}

p.coCopy {
	font-size: 160%;
}

/* ======スタッフ====== */

.staffSeminar li {
	float: left;
	width: 33.3%;
	padding: 3px;
}

#adviser {
	padding: 30px;
}

.adviserLeft {
	float: left;
	width: 38%;
}

.adviserRight {
	float: right;
	width: 58%;
}

/* ======ブログ====== */

#blogListArea {
	padding-top: 40px;
}

#blogListArea dl {
	width: 30.3%;
	margin: 1.5%;
	float: left;
}


/* ======instagram===== */

#instafeed li {
	width:30.3%;
	float: left;
	margin: 1.5%;
	height: 70px;
	overflow: hidden;
}
 
/* =======================================
	ClearFixElements
======================================= */
#viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
 
#viewer ul {
	display: inline-block;
	overflow: hidden;
}



/* ======フッター====== */

footer{
	width: 100%;
	overflow: hidden;
	padding-bottom: 300px;
	background: url(img/common/footer_bg.jpg)center bottom no-repeat;
	background-size: 100%;
}

.footerBorder {
	width: 100%;
	height: 110px;
	background: url(img/common/footer_border.jpg) repeat-x;
}

#footerContents {
	width: 100%;
	max-width: 1200px;
	background-size: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
	padding-bottom: 50px;
	box-sizing: border-box;
}

#footerContents ul {
	overflow: hidden;
	margin-right: 5%;
	float: left;
}

#footerContents a {
	color: #222;
}

#footerContents #footerCopy {
	width: 25%;
	float: right;
	overflow: hidden;
	text-align: center;
}

#footerContents #footerCopy img {
	width: 80%;
	height: auto;
}

#footerContents #footerCopy address {
	font-size: 60%;
	font-style: normal;
	margin-top: 10px;
}

/*プログラムアコーディオン*/
/*ラベル*/
.accbox label {
	display: block;
	margin: 0;
	padding : 0;
	color :#222;
	cursor :pointer;
	transition: all 0.5s;
}

/*チェックは隠す*/
.accbox input {
	display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.3s;
	max-width: 300px;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
	height: auto;
	opacity: 1;
}

.accshow a {
	padding: 20px;
	width: 30%;
	float: left;
	display: block;
	text-align: center;
}

.accshow img {
	width: 100%;
	height: auto;
}

ul.photoList {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
}

ul.photoList li {
	width: 30.3%;
	float: left;
	margin: 1.5%;
}

/*====================
お問い合わせフォーム
====================*/
#commontitle{
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding-top: 200px;
}

#contents {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 40px auto;
}

/* ===================
   追記
   =================== */

article#entryBody p {
	margin-bottom: 20px;
}

.prevNext {
	width: 100%;
	overflow: hidden;
}

.prevNext .prev a {
	width: 48%;
	float: right;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	background: #f3f3f3;
}

.prevNext .next a {
	width: 48%;
	float: left;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: block;
	background: #f3f3f3;
}

}


/*画面横*/
/*=====================
スマホ横
=====================*/
@media only screen and (max-width: 900px) and  (orientation: landscape) {
/* 横向きの場合のスタイル */
#header{
	height: 140px;
}

.headerInner{
	height: 60px;
	box-sizing: border-box;
}

#logo{
	margin-top: 20px;
}

.gMenu{
	height: 60px;
}

.gMenu ul li{
	float: left;
	width: 24%;
	height: 50px;
	/*padding: 3% 1.5% 0;*/
  /*padding: 2.2% 1.2% 0;*/
  /*padding: 2.3% 1.1% 0;*/
	padding: 2.9% 1.1% 0;
	box-sizing:border-box;
}

.gMenu ul li:nth-child(3){
	background-size: contain;
}

.gMenu ul li img{
	width: 80%;
	padding: 0 10%;
}

#toppageArea{
	padding-top: 90px;
}

#commonTitle{
	padding-top: 140px;
}

}

/*=====================
ipad横
=====================*/
@media only screen and (min-width: 1024px) and (max-width:1024px) and (orientation: landscape) {
/* 横向きの場合のスタイル */
header{
	background-position: center -60px;
}

.gMenu ul li{
	width: 17%;
}

.gMenu ul li img{
	width: 100%;
	margin: 0;
	padding: 0;
}

#toppageArea{
	padding-top: 100px;
}

}

/*デバイス別ヘッダー調整*/

/*ギャラクシー系*/
@media only screen and (max-width: 360px){
	header{
		background-position: center -44px;
	}

	.gMenu{
		height: 50px;
	}

	.gMenu ul li{
		height: 50px;
	}
}

/*iphone5(se)*/
@media only screen and (max-width: 320px){
	header{
		background-position: center -44px;
	}
	
	.gMenu{
		height: 53px;
		overflow-x: scroll;
	}

	.gMenu ul{
		display: flex;
		width: 680px;
	}

	.gMenu ul li{
		height: 53px;
		float: none;
	}
}


/* ===================
   PC
   =================== */
   
@media only screen and (min-width: 1800px) {
	#pageVisual {
		background-position: center bottom no-repeat !important;
	}

}

/* ===================
   グローバルリンク追記
   =================== */

button{
	border: none;
	background: none;
}

.ropa{font-family:"Ropa Sans"}
.miso{font-family: Miso;}
.tsuku{font-family: TsukuARdGothic-Regular;}
.buntu{font-family: Ubuntu Bold;}

.common__content {
	width: 30.3%;
	float: left;
	margin: 1.5%;
	overflow: hidden;
}

.common__content img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.contentTitle {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

/*===== header end=====*/
#wrap{
	width: 100%;
	padding-top: 160px;
}

section.section__mv{
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

section.section__mv .mv__columnLeft{
	width: 100%;
	background: url("img/common/main_bg.jpg") center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 80px;
	position: relative;
}

.mv__columnLeft p.mvheading_Top{
	font-size: 1.4vw;
	color: #fff;
	margin-top: 120px;
}

.mv__columnLeft .mvheading_Bottom{
	width: 100%;
	position: absolute;
	bottom: 80px;
}

.mv__columnLeft .mvheading_Bottom h1{
	font-size: 6vw;
	line-height: 1.4;
	color: #fff;
}

.mv__columnLeft .mvheading_Bottom p{
	font-size: 1vw;
	color: #fff;
	padding-left: 20px;
}

section.section__mv .mv__columnRight{
	width: 520px;
	background: #dacd00;
	position: relative;
}

section.section__mv .mv__columnRight .columnRight__inner{
	width: 100%;
	box-sizing: border-box;
	padding: 40px;
}

.columnRight__inner .circleRight{
	width: 80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: -40px;
}

.columnRight__inner p.columnrightTitle{
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.columnRight__inner .business01 img{
	width: 60%;
	margin: 20px 20%;
}

.columnRight__inner .business01 p{
	color: #000;
	font-size: 90%;
	display: flex;
	justify-content: center;
}

.columnRight__inner p.plus_icon{
	font-size: 400%;
	line-height: 1;
	color: #fff;
	text-align: center;
}

.columnRight__inner button.businessBtn{
	display: block;
	margin: auto;
	border: none;
	background: none;
}

.commonBtn a{
	display: block;
	width: 120px;
	font-weight: bold;
	padding: 12px 60px;
	border-radius: 50px;
}

.businessBtn a{
	color: #000;
	background: #fff7cd;
	margin: 30px auto 0;
	display: block;
	text-align: center;
}
/*======== end mv ========*/
section.section__concept{
	width: 100%;
	overflow: hidden;
	display: flex;
}

section.section__concept .conceptLeft{
	width: 30%;
	background: url("img/common/top_01.jpg") center no-repeat;
	background-size: cover;
}

section.section__concept .conceptCenter{
	width: 40%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 40px;
}

section.section__concept .conceptCenter h3{
	font-size: 2vw;
	transform: scale(0.8,1);
	text-align: center;
	margin-bottom: 40px;
}

section.section__concept .conceptCenter article{
	font-size: 1vw;
	display: flex;
	justify-content: center;
	line-height: 2;
}

section.section__concept .conceptRight{
	width: 30%;
	background: url("img/common/top_02.jpg") center no-repeat;
	background-size: cover;
}

.companyBtn{
	display: block;
	margin: 30px auto 0;
}

.companyBtn a{
	width: 210px;
	background: #fff7cd;
	text-align: center;
	margin: 0 auto;
	display: block;
}


/*======== end concept ========*/
section.section__topics{
	width: 100%;
}

section.section__topics h3{
	font-size: 160%;
	text-align: center;
	transform: scale(0.8, 1);
	background: #f7f7f7;
	width: 360px;
	margin: 0 auto;
	border: 1px solid #d2d2d2;
	border-bottom: #f7f7f7;
	border-radius: 12px 12px 0 0;
	padding: 12px 0;
}

section.section__topics .topics__inner{
	width: 100%;
	background: url("img/common/form_bg.jpg") center no-repeat;
	background-size: cover;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	position: relative;
}

section.section__topics .topicsArea{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 60px;
	padding: 40px 0;
	box-sizing: border-box;
	overflow: hidden;
}

section.section__topics .topicsArea .topics{
	width: 29.3%;
	float: left;
	box-sizing: border-box;
	padding: 10px 30px;
	background: #fff;
	margin: 0 2%;
}

section.section__topics .topicsArea .topics img {
	margin-bottom: 15px;
}

section.section__topics .topicsArea .topics .date a{
	font-size: 80%;
	line-height: 1;
	margin-top: 14px;
}
section.section__topics .topicsArea .topics .title a{
	color: #427c05;
	font-weight: bold;
	margin: 14px 0;
	line-height: 1;
}

section.section__topics .topicsArea .topics .text a{
	font-size: 80%;
}

section.section__topics .topicsArea .topics .cercleBtn{
	width: 40px;
	height: 40px;
	position: relative;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}

section.section__topics .topics__inner .gray{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

section.section__topics .topics__inner .gray a{
	width: 320px;
	margin: 0 auto;
	color: #fff;
	display: block;
	background: #454343;
	padding: 14px 0;
	border-radius: 12px 12px 0 0;
}

/* ===================
   PC
   =================== */
   
@media only screen and (min-width: 1600px) {

footer{
	padding-bottom: 400px !important;
}


}


/* ===================
	タブレット
   =================== */
@media only screen and (max-width:1024px) {
.spView{display:block;}
.spShow{display:none;}
.pcView{display:none;}


/*======== end header ========*/
#wrap{
	padding-top: 130px;
}

section.section__mv .mv__columnLeft{
	padding: 20px;
}

.mv__columnLeft p.mvheading_Top{
	font-size: 2vw;
}

.mv__columnLeft .mvheading_bottom{
	bottom: 120px;
}

.mv__columnLeft .mvheading_Bottom h1{
	font-size: 5vw;
	line-height: 1.6;
}

.mv__columnLeft .mvheading_Bottom p{
	font-size: 1.4vw; 
}

button.commonBtn a{
	width: 140px;
	font-size: 80%;
}
/*======== end mv ========*/
section.section__concept .conceptCenter h3{
	font-size: 180%;
	margin-bottom: 20px;
}
/*======== end concept ========*/
/*============= end toppage =============*/

.spShopTel {
	text-align: center;
}

.spShopTel a {
	color: #000;
	font-size: 220%;
	display: block;
	font-weight: bold;
	margin: 20px auto;
}

}

/* ===================
	スマホ
   =================== */
@media only screen and (max-width: 599px) {
.spShow{display: block;}
.columnRight__inner .circleRight{display:none;}

#wrap{
	padding-top: 80px;
}

section.section__mv{
	display: initial;
}

section.section__mv .mv__columnLeft{
	height: 100vh;
	box-sizing: border-box;
	padding-top: 80px;
}

.mv__columnLeft p.mvheading_Top{
	font-size: 100%;
}

.mv__columnLeft .mvheading_Bottom{
	width: initial;
	position: initial;
	margin-top: 40px;
}

.mv__columnLeft .mvheading_Bottom h1{
	font-size: 180%;
	line-height: 1.6;
}

.mv__columnLeft .mvheading_Bottom p {
	font-size: 60%;
	padding-left: 1vw;
}

.mv__columnLeft .circlebottom{
	width: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 120px;
	margin: auto;
	z-index: 10;
	animation: key1 .3s ease infinite alternate;
}

section.section__mv .mv__columnRight{
	width: 100%;
}
/*======== end mv ========*/
section.section__concept{
	display: initial;
}

section.section__concept .conceptLeft,section.section__concept .conceptRight{
	width: 100%;
	height: 200px;
}

section.section__concept .conceptCenter{
	width: 100%;
}

section.section__concept .conceptCenter article{
	font-size: 90%;
}

/*======== end concept ========*/

section.section__topics{
	width: 100%;
	padding-top: 50px;
}

section.section__topics .topicsArea ul{
	display: initial;
}

section.section__topics .topicsArea ul li{
	width: 90%;
	border-right: none;
	border-bottom: 1px solid #000;
	margin: 0 auto 20px;
}

section.section__topics .topicsArea .topics{
	width: 100%;
	box-sizing: border-box;
	padding: 10px 30px;
	background: #fff;
}

section.section__topics .topicsArea .topics img {
	width: 100px;
	height: auto;
	float: left;
	margin: 0 20px 80px 0;
}

section.section__topics .topics__inner{
	background: none;
}

/*======== end topics ========*/
.footer__inner .footer_logo{
	width: 120px;
	margin: 0 auto;
}
/*============= end toppage =============*/

.spShopTel a {
	color: #000;
	font-size: 150%;
	display: block;
	font-weight: bold;
	margin: 20px auto;
}

.common__content {
	width: 100%;
}

.sideTel {
	width: 70px;
	position: fixed;
	top: 10px !important;
	right: 10px !important;
	z-index: 9999;
}

.sideTel li {
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
	float: left;
}

.sideTel img {
	display: block;
	width: 100%;
	height: auto;
}

}

/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* Aboutページ拡充 2022.12.30 山口追加 */
#users {
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px;
	margin: 45px 0;
}
.sub-tit-01 {
	overflow: hidden;
	text-align: center;
}
.sub-tit-01 p {
	width: 100%;
	overflow: hidden;
}
.sub-tit-01 p:first-child {
	color: #5dacac;
	font-family: 'Ropa Sans', sans-serif;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: 1px solid #5dacac;
	margin-bottom: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.sub-tit-01 p:last-child {
	font-size: 200%;
	font-family: "Noto Sans Japanese";
	font-weight: 100;
	line-height: 1.2;
}

.list-users {
	display: flex;
	flex-wrap: wrap;
}
.list-users li {
	position: relative;
	font-size: 14px;
	padding: 0 0 30px 30px;
}
.list-users li::before {
	content: "";
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	background: url(img/lib/check_yellow.png) no-repeat center center / contain;
}
.list-users li::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

.box-disability {
	display: flex;
	flex-wrap: wrap;
}
.box-disability h3 {
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: "Noto Sans Japanese";
	font-weight: 700;
	letter-spacing: 0.14em;
	background-color: #67b5b7;
	border-radius: 0 0 22px 0;
	text-align: center;
	padding: 7px 0 8px;
}
.box-disability .list-disability {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.14em;
	padding: 15px 0 40px;
}
.box-disability .list-disability::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	bottom: 25px;
	border-bottom: 1px dotted #ccc;
}

/* sp表示 */
@media only screen and (max-width: 479px) {
	.sub-tit-01 {
		width: 90%;
		margin: 10px auto 45px;
	}
	.sub-tit-01 p:last-child {
		font-size: 160%;
	}
	.list-users {
		flex-direction: column;
		width: 90%;
		margin: 0 auto 20px;
	}
	.list-users.pcView {
		display: none;
	}
	.box-disability {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
	}
	.box-disability h3 {
		font-size: 15px;
	}

	#schedule {
		width: 90%;
		padding-bottom: 0;
		margin: 0 auto;
	}
	
/* フローティングバナー */
	#floating_bnr {
		position: fixed;
		width: 100%;
		height: 56px;
		bottom: 0;
		z-index: 9999;
	}
	#floating_bnr .inner-floating {
		padding: 0;
	}
	.box-floating {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	.box-floating a:link, .box-floating a:visited, .box-floating a:hover, .box-floating a:active {
		color: #fff;
		text-decoration: none;
	}
	#floating_mail_link {
		display: block;
		width: 50%;
		height: 56px;
		background-color: #69c478;
		text-align: center;
	}
	#floating_mail_link .bnr-mail, #floating_phone_link .bnr-phone {
		display: flex;
		flex-wrap: nowrap;
		height: 56px;
		font-weight: bold;
		align-items: center;
		justify-content: center;
		text-align: left;
	}
	#floating_mail_link .bnr-mail img {
		width: 22px;
		height: 22px;
		margin-right: 10px;
		text-align: center;
	}
	#floating_phone_link {
		display: block;
		width: 50%;
		height: 56px;
		background-color: #2ea1d7;
		text-align: center;
	}
	#floating_phone_link .bnr-phone img {
		width: 22px; 
		height: 23px;
		margin-right: 10px;
		text-align: center;
		image-rendering: -webkit-optimize-contrast;
	}
  
/* Serviceページ拡充 2024.04.01 大家追加 */
  .gl_plus_PCimg {
    display: none;
  }
  
  .gl_plus_SPimg {
    width: 320px;
    display: block;
    margin: 0 auto 60px;
  }

  .service_flow-gl-plus {
    width: 100%;
  }

  .service_flow-gl-plus tr {
    border-bottom: none;
  }
  
  .service_flow-br {
    display: none;
  }

  .service_flow-step, .service_flow-title {
    font-size: 116%;
    font-weight: bold;
    vertical-align: top;
    padding: 7px 0;
    text-align: left!important;
    white-space: nowrap;
    display: inline-block;
  }

  .service_flow-step {
    width: 24%;
  }

  .service_flow-title {
    width: 69%;
    
  }

  .service_flow-gl-plus td {
    width: 94%;
    vertical-align: middle;
    padding: 7px 0 20px;
    text-align: justify;
    display: block;
    border-bottom: none;
  }
  
}

/* tb表示 */
@media only screen and (min-width:480px) and (max-width:1024px) {
	#users {
		width: 100%;
	}

	.sub-tit-01 {
		width: 90%;
		max-width: 800px;
		margin: 10px auto 45px;
	}
	.sub-tit-01 p:last-child {
		font-size: 160%;
	}
	.list-users {
		flex-direction: column;
		width: 90%;
		max-width: 480px;
		margin: 0 auto 20px;
	}
	.list-users.pcView {
		display: none;
	}
	.box-disability {
		flex-direction: column;
		width: 90%;
		max-width: 480px;
		margin: 0 auto;
	}
	.box-disability h3 {
		font-size: 15px;
	}

	#schedule {
		width: 90%;
		max-width: 480px;
		padding-bottom: 0;
		margin: 0 auto;
	}
  
  
/* Serviceページ｜GLプラス追加　2024.04.01 大家 */
  .gl_plus_PCimg {
    width: 650px;
    display: block;
    margin: 0 auto 100px;
  }
  
  .gl_plus_SPimg {
    display: none;
  }

  .service_flow-gl-plus {
    width: 100%;
  }

  .service_flow-gl-plus tr {
    border-bottom: 2px solid #fff;
  }

  .service_flow-gl-plus tr:nth-child(3n) {
    border-bottom: 1.5px solid #666;
  }

  .service_flow-gl-plus tr:last-child {
    border-bottom: none;
  }

  .service_flow-step, .service_flow-title {
    font-size: 100%;
    font-weight: bold;
    vertical-align: top;
    padding: 20px 7px;
    text-align: left!important;
    white-space: nowrap;
  }

  .service_flow-step {
    width: 7%;
  }

  .service_flow-title {
    width: 15%;
    
  }

  .service_flow-gl-plus td {
    width: 53%;
    vertical-align: middle;
    padding: 20px 7px;
    text-align: justify;
  }
  
  /* フローティングバナー */
	#floating_bnr {
		display: none;
	}
  /* 上部・問合せフローティング */
  .sideTel {
    display: none;
  }
  
}

/* pc表示 */
@media only screen and (min-width: 1025px) {
	#users {
		width: 100%;
	}

	.sub-tit-01 {
		max-width: 800px;
		margin: 10px auto 45px;
	}
	.list-users {
		flex-direction: row;
		justify-content: center;
		padding-bottom: 60px;
	}
	.list-users.spView {
		display: none;
	}
	.list-users ul {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 50%;
		max-width: 450px;
	}
	.list-users ul li {
		font-size: 16px;
		padding-left: 35px;
	}
	.list-users li::before {
		width: 29px;
		height: 29px;
	}
	.list-users ul:first-child {
		margin: 0 30px 0 0;
	}

	.box-disability {
		max-width: 1200px;
		margin: 0 auto;
	}
	.box-disability h3 {
		font-size: 16px;
	}
	.box-disability ul {
		display: flex;
		flex-wrap: wrap;
	}
	.box-disability ul .block-disability {
		width: 30%;
		padding-right: 3%;
	}
	.box-disability .list-disability {
		font-size: 16px;
		padding-left: 15px;
	}
	.box-disability .list-disability::after {
		display: none;
	}
	.box-disability .notes {
		margin: 0 auto;
	}

	#schedule {
		max-width: 698px;
		margin: 0 auto;
	}

	/* フローティングバナー */
	#floating_bnr {
		display: none;
	}
  
  
/* Serviceページ｜GLプラス追加　2024.04.01 大家 */
  .gl_plus_PCimg {
    width: 700px;
    display: block;
    margin: 0 auto 100px;
  }
  
  .gl_plus_SPimg {
    display: none;
  }

  .service_flow-gl-plus {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .service_flow-gl-plus tr {
    border-bottom: 2px solid #fff;
  }

  .service_flow-gl-plus tr:nth-child(3n) {
    border-bottom: 1.5px solid #666;
  }

  .service_flow-gl-plus tr:last-child {
    border-bottom: none;
  }

  .service_flow-step, .service_flow-title {
    font-size: 105%;
    font-weight: bold;
    vertical-align: top;
    padding: 20px 7px;
  }

  .service_flow-step {
    width: 7%;
  }

  .service_flow-title {
    width: 15%;
  }

  .service_flow-gl-plus td {
    width: 53%;
    vertical-align: middle;
    padding: 20px 7px;
    text-align: justify;
  }
  
}

@media only screen and (min-width:1025px) and (max-width:1299px) {
	header {
	  min-width: 1025px;!important
	}
	
	.gMenu ul li{
	  padding: 40px 1.0% 0;!important
	}
  }