@charset "utf-8";
/* CSS Document */
html {
	font-size: 14px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background-color: #fff;
	color: #010101;
	line-height: 1.5;
	letter-spacing: 0.03em;
	min-width: 1040px;
	margin: auto;
	 -webkit-text-size-adjust: 100%;
	font-size: 1rem;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
img {
	width: auto;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
}
a[href^="tel:"] { 
    cursor: default;
}
a:hover {
	transition: all 0.3s;
	opacity: 0.7;
}
a[href^="tel:"]:hover {
	opacity: 1;
}
.sp_only {
	display: none;
}
.inner {
	max-width: 1040px;
	margin: auto;
}
.web_font a { font-family: "Rounded Mplus 1c"; }
/*共通*/
.txt p {
	margin-top: 0;
	margin-bottom: 1.5em;
}
.txt p:last-child {
	margin-bottom: 0; 
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb80 {
	margin-bottom: 80px;
}
.txt_small {
	font-size: 0.857em;
}
.txt_bold {
	font-weight: 600;
}
.txt_blue {
	color: #121258;
}
.txt_red {
	color: #ff817e;
}
a.btn {
	width: 373px;
	font-size: 1.28rem;
	font-weight: 600;
	background: url(../../images/common/icn-arrow.png) no-repeat calc(100% - 20px) center;
	background-color: #fff;
	color: #1c1660;
	display: block;
	text-align: left;
	padding: 15px 0 15px  25px;
	cursor: pointer;
	border-radius: 5px;
}
a.btn_red {
	border: 3px solid #f77d7a;
	color: #f77d7a;
	background-image: url(../../images/common/icn-arrow_pink.png);
	background-color: transparent;
}
a.btn_red02 {
	background-color: #f77d7a;
	color: #fff;
	background-image: url(../../images/common/icn-arrow_white.png);
}
a.btn_red.sp_only {
	display: none;
}

.btn.center {
	margin-left: auto;
	margin-right: auto;
}
.icn_cat {
	font-size: 0.85rem;
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 3px 0;
	width: 80px;
	display: inline-block;
	vertical-align: 2px;
	margin-left: 10px;
}
.ttl_h2 {
	text-align: center;
	font-size: 2.85rem;
	margin-bottom: 1.5em;
	color: #1c1660;
	font-weight: 600;
}
.ttl_h2 span {
	font-size: 1.28rem;
	display: block;
	color: #000;
}
.list_fukidashi li {
	background: url(../../images/common/icn-green.png) no-repeat left center;
	padding: 5px 0 5px 40px;
	text-indent: -10px;
	margin-bottom: 20px;
	color: #1c1660;
	letter-spacing: -0.5px;
}
section {
	padding: 55px 0;
}
.align_center {text-align: center;}











/*ヘッダー*/
#sp_navi {
	display: none;
}
.sp_btn {
	display: none;
}
#masthead {
	background: url(../../images/common/bg-body.jpg) repeat left center;
	padding: 25px 0 11px 0;
}
#header-inner {
	max-width: 1040px;
	margin: auto;
	padding-left: 180px;
	position: relative;
	display: flex;
}
#header-inner:before {
	content: url(../../images/common/img-header_icn.png);
	position: absolute;
	left: 0;
	top: -25px;
}
#header-inner .logo {
	width: 408px;
	float: left;
}
#header-inner .header_right {
	width: 206px;
	float: right;
}
#header-inner a {
	display: inline-block;
	/* line-height: 0; */
}
#header-inner .header_right div:first-child {
	margin-bottom: 15px;
	text-align: center;
}
#header-inner .header_right div:first-child a {
	margin-left: 11px;
}
#header-inner .header_right div:first-child a:first-child {
	margin-left: 0;
	width: 150px;
}
#header-inner .header_right div:nth-of-type(2) {
	display: flex;
	justify-content: center;
	max-width: 150px;
	margin: auto;
}
#header-inner .header_right div:nth-of-type(2) a:nth-of-type(2) {
	margin: 0 22px;
}
#header-inner .header_right div:nth-of-type(2) img {
	height: 34px;
}

#site-navigation {
	overflow: hidden;
	padding: 20px 0;
}
#site-navigation .menu {
	max-width: 1040px;
	margin: auto;
}
#site-navigation .menu ul {
	letter-spacing: -.4em;
	text-align: center;
}
#site-navigation .menu ul li {
	letter-spacing: normal;
	display: inline-block;
}
#site-navigation .menu ul li a {
	display: block;
	padding: 3px 10.5px;
	/*background: url(../../images/common/bg-gnavi_line.png) no-repeat right center;*/
	border-right: 1px solid #000;
	font-size: 1.28rem;
	font-weight: 600;
}
#site-navigation .menu ul li:last-child a {
	background: none;
	border:none;
}

/*フッター*/

#footer {
	background-color: #fdfcf3;
	padding: 55px 0;
}
#footer dl {
	width: 31%;
	float: left;
}
#footer dl:nth-of-type(1) {
	width: 34%;
}
.site_menu dl:nth-of-type(2) {
	margin: 0 2%;
}
.site_menu dl dt {
	font-size: 1.14rem;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: 600;
}
.site_menu dl dd {
	padding-left: 15px;
	margin-bottom: 25px;
}
.site_menu dl dd ul {
	padding-left: 15px;
	display: none;
	margin: 15px 0 0 0;
}
.site_menu dl dd ul li {
	margin-bottom: 15px;
}
.site_menu .toggle_menu .toggle_btn {
	background: url(../../images/common/icn-plus.png) no-repeat right center;
	padding: 0 25px 0 0;
	letter-spacing: -0.3px;
	width: 18px;
	height: 18px;
	display: inline-block;
	cursor: pointer;
	vertical-align: -3px;
} 
.site_menu .toggle_menu .toggle_btn.close {
	background-image: url(../../images/common/icn-minus.png);
}
.footer_address {
	font-weight: 600;
	color: #fff;
	background: url(../../images/common/bg-body.jpg);
}
.footer_address .inner {
	padding: 100px 0 69px 32%;
	background: url(../../images/common/bg-footer_ill.png) no-repeat left top;
}
.footer_address .txt {
	font-size: 1.14rem;
	line-height: 2;
}
.footer_address .txt p span:first-child{
	display:block;
	position:relative;
	top:5px;
	font-size:1rem;
}
.footer_address .copy {
	font-weight: normal;
	font-size: 0.9rem;
}

.footer_eiken {
	font-weight: normal;
	font-size: 0.9rem;
	margin-bottom: 2em;
}



.bread {
	padding: 40px 0;
}

/*最新情報*/
#index_info {
	padding: 55px 0;
}
#index_info .ttl_info {
	font-size: 2.14rem;
	font-weight: 600;
	margin-bottom: 1em;
	color: #1c1660;
	position: relative;
}
#index_info .ttl_info span {
	font-size: 1.14rem;
	margin-left: 1em;
	color: #000;
}
#index_info table {
	width: 100%;
}
#index_info table tr {
	border-bottom: 3px solid #eeeeee;
}
#index_info table th {
	padding: 15px 0;
	text-align: left;
	width: 28%;
}
#index_info table th {
	padding: 15px 0 15px 1em;
	text-align: left;
}
#index_info .icn_new {
	margin-right: 15px;
	vertical-align: -2px;
}
#index_info .icn_new.sp_icn {
	display: none;
}

.list_course {
	letter-spacing: -.4em;
	text-align: center;
}
.list_course li {
	border-radius: 5px;
	width: 312px;
	height: 75px;
	position: relative;
	display: inline-block;
	margin: 0 0 15px 15px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
}
.list_course li:nth-of-type(3n+1) {
	margin-left: 0;
}
.list_course li a{
	display: block;
	height: 100%;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #dfc700;
	padding-left: 120px;
	line-height: 75px;
	color: #dfc700;
	font-size: 1.3rem;
}
.list_course li span {
	font-weight: 800;
    height: 65px;
    display: inline-block;
    line-height: 22px;
    padding: 11px 10px 0 18px;
    margin: 5px;
    border-radius: 5px;
    background-color: #dfc700;
    width: 103px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    text-indent: -13px;
    color: #fff;
    font-size: 1.3rem;
}
.list_course li.line02 a {
	line-height: 18px;
	padding-top: 20px;
}
.list_course li.line03 a {
	line-height: 18px;
	padding-top: 10px;
	font-size: 1.2rem;
}
.list_course li.course02 a,
.course01 .list_course li a {
	border-color: #ff9a57;
	color: #ff9a57;
}
.list_course li.course02 span,
.course01 .list_course li span {
	background-color: #ff9a57;
}
.list_course li.course03 a,
.course03 .list_course li a {
	border-color: #ff6f6f;
	color: #ff6f6f;
}
.list_course li.course03 span,
.course03 .list_course li span {
	background-color: #ff6f6f;
}
.list_course li.course04 a,
.course04 .list_course li a {
	border-color: #caabdb;
	color: #caabdb;
}
.list_course li.course04 span,
.course04 .list_course li span {
	background-color: #caabdb;
}
.list_course li.course05 a,
.course05 .list_course li a {
	border-color: #97d9f4;
	color: #97d9f4;
}
.list_course li.course05 span,
.course05 .list_course li span {
	background-color:#97d9f4;
}
.list_course li.no a {
	padding-left: 0;
	text-align: center;
}




.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

.pagetop {
	position: fixed;
	right: 5%;
	bottom: 5%;
	cursor: pointer;
	z-index: 999999;
}
.footer_address a {
	color: #fff;
}

/** TOP空き状況バナー **/
a.btn_apply {
	margin: 50px auto 20px;
	width: 80%;
	text-align: center;
}
.btn_apply_top {
	position: absolute;
	right: -25px;
	top: -50px;
	z-index: 10;
	animation: fuwafuwa 2s infinite ease-in-out;
}
@keyframes fuwafuwa {
  0% {
transform: translate(0, 0);
}
50% {
transform: translate(0, -20px);
}
100% {
transform: translate(0, 0);
}
}


.wp-pagenavi a.first,
.wp-pagenavi a.last {
  width: 5.0em;
}




#header-inner .logo {
	color: #fff;
	font-weight: 700;
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#header-inner .logo span {
	display: block;
}
#header-inner .logo span.en {
	font-size: 2.3rem;
	line-height: 1;
	margin-bottom: 0.2rem;
}
@media only screen and (max-device-width: 767px) {
	.boxHeaderYoutube {
		display: block;
		text-align: center;
		margin-top: 2rem;
	}
	#header-inner .boxHeaderYoutube {
		display: none !important;
	}
}