/*
Theme Name: CURIOUS WORLD ACADEMY
*/

@charset "UTF-8";


/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  text-align:center;
  color:#333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500;
}
*, *::before, *::after {
  box-sizing: border-box;
}
input[type="text"] {
	width:100%;
}
input[type="email"] {
	width:100%;
}
input[type="tel"] {
	width:100%;
}
textarea {
	width:100%;
}
section {
}
.section-wrapper {
	margin:0 auto;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
a:hover {
	opacity:0.9;
	text-decoration:none;
}
.ib {
	display:inline-block;
}
.yt-wrapper {
  position: relative;
  width: 100%;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p {
	font-size:1.5rem;
	margin-bottom:2rem;
	line-height:1.4;
}
.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
table {
	width:100%;
	margin-bottom:20px;
}
th {
	background:#f0f0f0;
	padding:10px;
	text-align:center;
	border:1px solid #ddd;
	min-width:100px;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/* --------------------------------
 * header
 * -------------------------------- */
header {
}
header .branding {

	padding:10px;
	padding-bottom:10px;
	margin:0 auto;

}
@media screen and (min-width:768px) {

	header .branding .branding-l {
		width:250px;
		float:left;
	}
	header .branding .branding-r {
		float:right;
	}
	header .branding .branding-l .logo-image {
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	header .branding .branding-r .tel {
		vertical-align:middle;
		font-size:25px;
		float:left;
	}
	header .branding .branding-r .tel-text {
		margin:0;
		padding:0;
		font-size:12px;
	}
	header .branding .branding-r .tel-number {
		width:100%;
		margin-bottom:5px;
		padding:0;
	}
	header .branding .branding-r .eigyoubi {
		font-size:10px;
		margin:0;
		padding:0;
	}
	header .branding .branding-r .tel-number span {
		font-size:25px;
	}
	header .branding .branding-r .order-link {
		margin:0 0 0 20px;
		width:250px;
		font-size:1.6rem;
		background:#337ab7;
		padding:10px;
		float:left;
	}
	header .branding .branding-r .order-link a {
		display:block;
		width:100%;
		color:#ffffff;
	}
	header .main-visual {
		width:100%;
		height:650px;
		background:url(https://curious-world-academy.com/online/wp-content/uploads/2021/07/main_visual_20210709.jpg);
		position:relative;
	}
	header .main-visual .main-visual-copy {
		position:absolute;
		top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
	}
	header .main-visual .main-visual-description {
		background:#337ab7;
		padding:10px 20px 10px 20px;
		color:#fff;
		font-size:1.8rem;
		display:inline-block;
	}
	header .main-visual .main-visual-title {
		color:#fff;
		font-size:6rem;
		text-align:center;
	}
	header .sub-visual {
		width:100%;
		height:100px;
		background:url(./images/sub_visual.png);
	}
	header nav.NavMenu {
		width:100%;
		padding:5px 0 5px 0;
		margin-bottom:5px;
	}
	header nav.NavMenu li {
		display:inline-block;
		width:9%;
		border-left:1px solid #dddddd;
	}
	header nav.NavMenu li:last-child {
		border-right:1px solid dddddd
	}
	header nav.NavMenu li a {
		color:#000;
	}

}
@media screen and (max-width:768px) {

	header .branding .branding-l {
		width:100%;
	}
	header .branding .branding-r {
		width:100%;
	}
	header .branding .branding-l .logo-image {
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	header .branding .branding-r .tel {
		vertical-align:middle;
		font-size:25px;
		margin:10px 0 20px 0;
	}
	header .branding .branding-r .tel-text {
		margin:0;
		padding:0;
		font-size:12px;
		text-align:center;
	}
	header .branding .branding-r .tel-number {
		width:100%;
		margin-bottom:5px;
		padding:0;
		text-align:center;
	}
	header .branding .branding-r .eigyoubi {
		font-size:10px;
		margin:0;
		padding:0;
		text-align:center;
	}
	header .branding .branding-r .tel-number span {
		font-size:25px;
	}
	header .branding .branding-r .order-link {
		margin:0 auto 0 auto;
		width:250px;
		font-size:1.6rem;
		background:#fca702;
		padding:10px;
	}
	header .branding .branding-r .order-link a {
		display:block;
		width:100%;
		color:#ffffff;
	}
	header .main-visual {
		width:100%;
		height:250px;
		background:url(https://curious-world-academy.com/online/wp-content/uploads/2021/07/main_visual_20210709.jpg);
		background-size: cover;
		position:relative;
	}
	header .main-visual .main-visual-copy {
		position:absolute;
		top: 50%;
    	left: 50%;
		min-width:300px;
		font-weight:bold;
    	transform: translate(-50%, -50%);
    	-webkit-transform: translate(-50%, -50%);
    	-ms-transform: translate(-50%, -50%);
	}
	header .main-visual .main-visual-description {
		background:#337ab7;
		padding:10px 10px 10px 10px;
		color:#fff;
		font-size:1.2rem;
		display:inline-block;
	}
	header .main-visual .main-visual-title {
		color:#fff;
		font-size:3rem;
		text-align:center;
	}
	header .sub-visual {
		width:100%;
		height:70px;
		background:url(./images/sub_visual.png);
	}
	header .branding .tel {
		margin-top:10px;
	}
	header .branding .tel-number {
		margin:0 auto 0 auto;
	}
	header .branding .order-link {
		padding:10px 0 0 0;
	}
	.header nav.NavMenu{
		position: fixed;
		z-index: 2;
		top: 0;
		left: 0;
		background: #fff;
		opacity:0.95;
		color: #000;
		text-align: center;
		width: 100%;
		transform: translateY(-100%);
		transition: all 0.6s;
	}
	.header nav.NavMenu ul{
		background: #e5f0f9;
		opacity:1;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	.header nav.NavMenu ul li{
		font-size: 1.1em;
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.header nav.NavMenu ul li:last-child{
		padding-bottom: 0;
		border-bottom: none;
	}
	.header nav.NavMenu ul li a{
		display: block;
		color: #458ac5;
		padding: 1em 0;
	}
	.header nav.NavMenu.active{
		transform: translateY(0%);
	}
	.header .Toggle {
		display: block;
		border-radius:2px;
		position: fixed;
		right: 13px;
		top: 12px;
		width: 42px;
		height: 40px;
		cursor: pointer;
		z-index: 3;
	}
	.header .Toggle span {
		display: block;
		position: absolute;
		width: 30px;
		border-bottom: solid 5px #458ac5;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 6px;
	}
	.header .Toggle span:nth-child(1) {
		top: 9px;
	}
	.header .Toggle span:nth-child(2) {
		top: 18px;
	}
	.header .Toggle span:nth-child(3) {
		top: 27px;
	}
	.header .Toggle.active span:nth-child(1) {
		top: 18px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.header .Toggle.active span:nth-child(2),
	.header .Toggle.active span:nth-child(3) {
		top: 18px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

}


/* --------------------------------
 * parts
 * -------------------------------- */
 @media screen and (min-width:768px) {

	.heading {
		display: inline-block;
		margin:80px 0 50px 0;
		padding:10px;
		letter-spacing: 2px;
		font-size: 2.5rem;
		color:#000000;
		font-weight:bold;
		border-bottom:4px solid #175890;

	}
	.lead {
		font-size:2.2rem;
		margin:0 0 40px 0;
		font-weight:bold;
	}
	.link-btn {
		background:#79b3e5;
		width:500px;
		padding:15px;
		text-align:center;
		margin:20px auto 20px auto;
		position:relative;
	}
	.link-btn:after {
		content:'〉';
		color:#ffffff;
		position:absolute;
		top:30%;
		right:10px;
	}
	.link-btn a {
		display:block;
		color:#ffffff;
		width:100%;
	}
	.link-btn:hover {
		opacity:0.9;
	}
	input[type="submit"] {
		background:#fca702;
		color:#ffffff;
		width:500px;
		padding:15px;
		text-align:center;
		margin:20px auto 20px auto;
		border:none;
	}
	input[type="submit"]:hover {
		opacity:0.9;
	}
}
@media screen and (max-width:768px) {

	.heading {
		display: inline-block;
		margin:80px 0 50px 0;
		padding:10px;
		letter-spacing: 2px;
		font-size: 2rem;
		color:#000000;
		font-weight:bold;
		border-bottom:4px solid #175890;
	}
	.link-btn {
		background:#79b3e5;
		width:300px;
		padding:15px;
		text-align:center;
		margin:20px auto 20px auto;
		position:relative;
	}
	.link-btn:after {
		content:'〉';
		color:#ffffff;
		position:absolute;
		top:30%;
		right:10px;
	}
	.link-btn a {
		display:block;
		color:#ffffff;
		width:100%;
	}
	.link-btn:hover {
		opacity:0.9;
	}
	#send-btn {
		background:#fca702;
		color:#ffffff;
		width:500px;
		padding:15px;
		text-align:center;
		margin:20px auto 20px auto;
		border:none;
	}
	#send-btn a {
		display:block;
		color:#ffffff !important;
		width:100%;
	}
	#send-btn:hover {
		opacity:0.9;
	}

}


 /* --------------------------------
 * footer
 * -------------------------------- */
footer {
	margin:40px 0 0 0;
	padding:40px 0 100px 0;
	color:#ffffff;
	background:#458ac5;
}
footer p {
	margin:0;
}
@media screen and (min-width:768px) {

	#footer-conv-pc {
		display:block;
		background:#337ab7;
		position:fixed;
		width:150px;
		height:150px;
		border-radius:50%;
		text-align:center;
		font-size:2rem;
		bottom:50px;
		right:50px;
	}
	#footer-conv-pc:hover {
		opacity:0.9;
	}
	#footer-conv-pc a {
		color:#ffffff;
		display:block;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		padding-top:30%;
	}
	#footer-conv-sp {
    	display:none;
	}

}
@media screen and (max-width:768px) {

	#footer-conv-pc {
    	display:none;
	}
	#footer-conv-sp {
		display:block;
   	 	background:#ffffff;
		border:1px solid #458ac5;
		position:fixed;
		bottom:0;
		width:100%;
		text-align:center;
	}
	#footer-conv-sp li {
		display:inline-block;
		padding:10px;
		width:32%;
		text-align:center;
	}
	#footer-conv-sp li a{
		color:#333;
	}
	#footer-conv-sp li i {
		font-size:40px;
		color:#458ac5;
	}
	#footer-conv-sp .tel-btn {
		border-right:1px solid #458ac5;
	}
	#footer-conv-sp .mail-btn {
		border-right:1px solid #458ac5;
	}
	#footer-conv-sp .line-btn a {
		color:#1dcd00;
	}
	#footer-conv-sp .line-btn i {
		color:#1dcd00;
	}

}


/* --------------------------------
 * archive
 * -------------------------------- */
.articles_index {
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
	z-index:1;
	position:relative;
}
.articles_index a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.articles_index::after {
	content:'〉';
	color:#666;
	position:absolute;
	top:35%;
	right:5px;
}
.articles_index .article_thumnail {
	float:left;
	width:100px;
}
.articles_index .article_thumnail img{
	width:100px;
	height:100px;
}
.articles_index .article_content {
	float:right;
	width: 100%;
	margin-left: -110px;
	padding-left: 110px;
	padding-right:40px;
	box-sizing: border-box;
}
.articles_index .article_content h2 {
	font-size:1.8rem;
	border-left:none;
	background:none;
	margin:0 0 10px 0;
	padding:0;
	font-weight:bold;
}
.articles_index .article_content p {
	margin:0;
}
.articles_index .article_content time {
	text-align:right;
	display:block;
	margin-top:20px;
}
#pager_navigation {
	width:100%;
	text-align:center;
}
#pager_navigation a {
	display:inline-block;
	width:120px;
	background:#f6f6f6;
	padding:10px;
	text-align:center;
	border:1px solid #ddd;
	margin:0 50px 0 50px;
}


 /* --------------------------------
 * page_top
 * -------------------------------- */
#page_top {
	position: fixed;
	bottom: 30px;
	right: 20px;
}
#page_top a {
	background-color: #999;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 20px 20px;
}
#page_top a:hover {
	 background-color: #666;
	text-decoration: none;
}
