@charset "UTF-8";

body {
	font-family: 'ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

}

body#top {
	/*background: #FFE55F;*/
	/*background: url("../images/bg.jpg") top center;*/
}

.topPage {
	width: 100%;
	margin: 0 auto;
	/*padding: 0 0 40px 0;*/
}

.topPage .inner {
	width: 100%;
	margin: 0 auto;
}

.topPage header {
	width:960px;
	margin: 0 auto;
}

.topPage header h1 {
}

.topPage header h1 img {
	width: 100%;
	height: auto;
}

.topPage .inner2 {
}

.topPage main {
    width: 740px;
    padding: 80px 110px 30px;
    margin: -170px auto 0 auto;
    background: url(../images/bg.jpg) top center;
}

.topPage main .about {
	margin-bottom: 50px;
}

.topPage main .about h2 {
	color: #0066b5;
    font-size: 180%;
    border-bottom: 1px solid #0066b5;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
	text-align: center;
}

.topPage main .about img {
	width: 90%;
	height: auto;
	display: block;
	margin: 0 auto;
 }

.topPage main .about p {
    font-size: 103%;
	text-align: justify;
}

.topPage main .about table {
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
}

.topPage main .about table th {
	padding: 10px 20px 10px 5px;
	width: 120px;
}

.topPage main .about table th span {
	background: #0066b5;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	font-size: 100%;
	width: 90%;
	display: inline-block;
	padding: 5%;
}

.topPage main .about table td {
	font-size: 110%;
	line-height: 1.5;
}



.listPage {
	width: 90%;
	margin: 0 auto 50px;
	border-radius: 20px;
	padding: 0 5% 0;
	background: #FFF;
	box-shadow: 5px 5px 5px #ccc;
}

.listPage .inner3 {
	position: relative;
	top: -25px;
}

.listPage h2 {
	margin-bottom: 20px;
}

.listPage h2 img {
	width: 100%;
	height: auto;
}

.listPage p {
	color: #E60012;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	font-size: 120%;
}

.listPage h3 {
	color: #009944;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	font-size: 125%;
}

.listPage .schedule {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}

.listPage .sch {
	width: 32%;
}

.listPage .sch .days {
	margin: 0 auto 10px;
}

.listPage .sch .days img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}


.inner2 {
}



.sch00 {
	width: 100%;
}

.sch00 img {
	display: block;
	width: 80%;
	height: auto;
}

.sch01,
.sch03,
.sch05 {
	margin-bottom: 3%;
}

.sch01 a,
.sch02 a,
.sch03 a,
.sch04 a,
.sch05 a,
.sch06 a {
	display: block;
}

.sch01 a:hover,
.sch02 a:hover,
.sch03 a:hover,
.sch04 a:hover,
.sch05 a:hover,
.sch06 a:hover {
	opacity: 0.8;
}

.sch00 img,
.sch01 img,
.sch02 img,
.sch03 img,
.sch04 img,
.sch05 img,
.sch06 img {
	width: 100%;
	height: auto;
}

.bnr_L {
	width: 100%;
	margin: 0 auto;
}

.bnr_L a {
	display: block;
}

.bnr_L a:hover {
	opacity: 0.8;
}

.bnr_L a img {
	width: 100%;
	height: auto;
}

.btnArea {
	width: 94%;
	margin: 0 auto 4%;
	text-align: center;
}

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

.btnArea p a {
	display: inline;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 120%;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
}

.linkRed {
	color: #f00;
}

.btnArea a {
	display: block;
}

.btnArea a:hover {
	opacity: 0.8;
}

.btnArea p a:hover {
	opacity: 0.8;
	color: #f00;
	border-bottom: 1px solid #f00;
}

.btnArea a img {
	width: 100%;
	display: block;
}

.btnArea a {
	width: 100%;
	margin: 0 auto;
}


.btnArea a:nth-child(3) {
	margin-bottom: 7%;
}

.bnrArea {
	width: 100%;
	margin: 30px auto 0;
}



.bnrArea a {
	display: block;
}

.bnrArea a:hover {
	opacity: 0.7;
}



.bnrArea a img {
	width: 100%;
	height: auto;
}


.topPage footer {
	margin: 20px auto;
	border-top: 1px solid #333;
	padding-top: 20px;
	text-align: center;
	font-size: 100%;
}

.topPage footer p:nth-child(1) {
	font-size: 110%;
}

.topPage footer p:nth-child(2) {
	font-size: 90%;
	margin-top: 10px;
}








header h3 {
	background: #35B597;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
  padding: 0.3em 1em;
	position: relative;
}

header h3:before {
	position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #fff;
	padding: 0 2%;
}

header h3 span {
  position: relative;
  background: #35B597;
	padding: 0 0.7em;
}

header .feature_nav {
	margin: 0 0 30px 0!important;
}

header .feature_nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
}

header .feature_nav ul li {
	width: 48%;
	list-style: none;
	margin: 0 auto 2%;
}

header .feature_nav ul li+li {
	margin-top: 0;
}

header .feature_nav ul li a {
	background: #6FBA2C url("../img/arrow_white.svg") 10px center no-repeat;
	background-size: 16px;
	color: #fff;
	padding: 0.5em 0.5em 0.5em 1.5em;
	width: 100%;
	display: block;
	font-weight: bold;
	font-size: 120%;
}


.boxArea,
.boxArea2 {
	position: relative;
	/*padding-bottom: 7%;*/
}

.boxArea tr td a,
.boxArea2 tr td a {
		color: #231815 !important;
}


.boxArea tr td a:nth-child(odd),
.boxArea2 tr td a:nth-child(odd) {
	font-weight: bold;
}

.boxArea .gyokai-day {
	background: #6FBA2C url("../img/arrow_white.svg") 0.5em center no-repeat;
	background-size: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.3em 0.5em 0.3em 1.2em;
}

.boxArea2 .gyokai-day {
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.3em 0.5em 0.3em 0.5em;
}

.company-link tr td:nth-child(1) {
    width: 60%;
}

.content table td, .content table th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.75em 0.75em;
    vertical-align: top;
}

.company-link tr td:nth-child(even) {
    border: none;
	text-align: right;
	font-size: 100%;
}

.boxArea .table.is-striped tbody tr:not(.is-selected):nth-child(even) {
    background-color: #F0F7F4;
}

.boxArea2 .company-link tbody tr:not(.is-selected):nth-child(even) {
    background-color: #FCFAD5;
}



.boxArea .btnPagetop {
	display: block;
	width: 15%;
	background: #35B597;
	border-radius: 10px;
	text-align: center;
	padding: 0.2em 0.7em;
	color: #fff;
	position: absolute;
	right: 0;
}


.footer {
	background: #35B597 !important;
	padding: 0.5em;
	text-align: center;
	color: #fff;
}

.gyokai-time {
    background-color: #FFE55F;
    color: #333;
    font-weight: bold;
    font-size: 1.2em;
    padding: 10px 10px;
}

.gototop {
	/*position: relative;*/
}

.gototop a {
	position: relative;
	right: 0;
	display:block;
	background: #00AC97;
	padding: 1% 0;
	width: 25%;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5%;
	margin-left: auto;
}

.gototop a:hover {
	color: #fff;
}




@media (max-width: 820px) {

body {
	background: url(../images/bg.jpg) top center;
}

.topPage main {
	background: none;
}

.topPage .inner {
/*	background: url("../images/head_bg_sp.png") bottom center no-repeat;
	background-size: contain;
background-color:  #FFE100;*/
	padding-top: 0;
}

.inner2 {
/*background: #FABE00;*/
padding: 3% 0 0;
	margin-top: -10%;
}

.topPage header {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0%;
}


header h3 {
	font-size: 140% !important;
	padding: 0.75em 0;
}

header p {
	width: 92%;
	margin: 0 auto;
}

header .feature_nav ul {
	dislay: block;
}

header .feature_nav ul li {
	width: 100%;
	list-style: none;
	margin: 0 auto;
}

/*.topPage main .about table {
	width: 100%;
	margin: 0 auto;
}

.topPage main .about table th {
	vertical-align: sub;
	padding: 0 0 10px 0;
	font-size: 90%;
}

.topPage main .about table td {
	padding: 0.3em 0 1em 0.7em;
	font-size: 95%;
	text-align: justify;
}

.topPage main .about table th span {
	padding: 7px 0;
	width: 100%;
}*/


.topPage main .about table {
	width: 100%;
	margin: 0 auto;
	font-size: 90%;
}

.topPage main .about table th {
	width: 20%;
	font-size: 10px;
}

.topPage main .about table th,
.topPage main .about table td {
	vertical-align: sub;
	padding: 0 0 10px 0;
}

.topPage main .about table th.secondLine span {
	vertical-align: text-top !important;
}



.topPage main .about table td {
	vertical-align: sub;
	padding-left: 1em;
	font-size: 76%;
}
	
.boxArea {
	padding-bottom: 15%;
}

.boxArea .btnPagetop {
	width: 50%;
	padding: 0.2em 0.7em;
}
	
.topPage {
	width: 100%;
	margin: 0 auto;
}
	
.topPage header {
}
	
.topPage main {
	padding:3%;
	width: 90%;
	margin: 0 auto;
}
	
.topPage main .about {
    margin-bottom: 20px;
}
	
.topPage main .about h2 {
    font-size: 150%;
    padding: 0;
    margin-bottom: 20px;
	padding-bottom: 5px;
}

.topPage main .about p {
    font-size: 100%;
}

.listPage {
	padding: 2% 3%;
    margin: 0 auto 7%;
}

.listPage .inner3 {
	padding: 0%;
}


.listPage .inner3 {
	position: static;
	top: 0;
}

.listPage p {
font-size: 80%;
}

.listPage h3 {
font-size: 90%;
}

.listPage .sch .days {
    margin: 0 auto 4px;
}

.listPage .sch .days img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}


.bnrArea {
    width: 100%;
    margin: 0 auto;
}
	
.bnrArea p:nth-child(2) a {
	font-size: 120%;
	border-radius: 30px;
	padding: 0.3em 0;
	width: 100%;
	margin: 20px auto;
}

.btnArea {
	width: 100%;
}

.btnArea p a {
	font-size: 90%;
}
	
.topPage footer p:nth-child(1) {
	font-size: 90%;
}

.topPage footer p:nth-child(2) {
	font-size: 80%;
	margin-top: 10px;
}

.listPage .schedule {
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
}



/*.sch01, .sch02, .sch03, .sch04, .sch05, .sch06 {
    width: 32%;
}*/

.company-link tr td:nth-child(1) {
    width: 100%;
}

.company-link tr td{
    border: none;
	display: block;
	width: 100%;
}

.company-link tr td:nth-child(odd) {
	font-size: 110%;
	padding-bottom: 10px;
}

.company-link tr td:nth-child(even) {
	text-align: left;
	border-bottom: 1px solid #333;
	padding-top: 0;
}

.company-link tr td {
}

.gototop a {
	width: 40%;
	margin-right: 5%;
}

}