@charset "UTF-8";
/*
Theme Name: 韓国語の奈良はんぐる教室 WEB教室用スタイルシート
Author: あそびラボ
*/

/*====================================================
WEB教室
====================================================*/
.pass {
	background: linear-gradient(#f4ffff , #beebe1);
	text-align: center;
	padding: 33px 0 0;
}
.pass .bg {
	background: url(../images/pass_bg.png) top 154px left 51px no-repeat;
	background-size: 990px;
	height: 1075px;
	width: 1050px;
	margin: 0 auto;
}
.pass .footer_bg {
	height: 121px;
	background: url(../images/pass_footer.png) top center no-repeat; 
}
.pass h2 {
	height: 206px;
	width: 655px;
	margin: 0 auto;
	background: url(../images/pass_illust.png) top left no-repeat;
	background-size: 624px;
	padding: 30px 0 0;
}
.pass_area {
	background: url(../images/pass_area.png) top center no-repeat;
	background-size: 631px;
	height: 266px;
	padding: 56px 0 0;
	margin: -40px 0 0;
}
.pass_area p {
	text-align: center;
	margin: 0 0 20px;
	line-height: 1.7;
}
.pass_area form {
	text-align: center;
	line-height: 1.7;
}
.pass_area form input {
	padding: 8px;
	font-size: 18px;
}
.pass_area form input:first-of-type {
	background: #e8f0fe;
	border: 1px solid #ffffff;
	box-shadow: 1px 1px 2px 0 #707070 inset;
}
.pass_area form input:first-of-type:hover {
	transition: 0.3s;
}
.pass_area form input:first-of-type:focus {
	outline: none;
	box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.pass_area form input[type="submit"] {
	background: #dc7023;
    color: #fff;
    border-radius: 10px;
}
.pass_area form input[type="submit"]:hover {
	opacity: .7;
}


/*====================================================
カテゴリボタン
====================================================*/
section.cate-btn {
	padding: 30px 0 0;
    width: 1020px;
    margin: 0 auto;
}
.web-class section.cate-btn {
	padding: 60px 0 270px;
}
.web-class section.cate-btn p {
	text-align: center;
	margin: 0 0 30px;
}
section.cate-btn ul {
	display: flex;
	justify-content: space-around;
	padding: 0 100px;
}
section.cate-btn ul li a {
	background: #D26214;
	border-radius: 20px;
	padding: 10px 0 7px;
	font-size: 22px;
	color: #fff;
	width: 200px;
	display: block;
	text-align: center;
}
section.cate-btn ul li a:hover {
	opacity: .7;
}
section.cate-btn ul li:nth-of-type(2) a {
	background: #304284;
}
section.cate-btn ul li:nth-of-type(3) a {
	background: #3f2f25;
}

/*====================================================
教材動画
====================================================*/
.movie_archive {
	padding: 55px 0 200px;
}
.movie_archive ul {
	display: flex;
	flex-wrap: wrap;
}
.movie_archive ul li {
	margin: 0 10px 20px;
	width: 320px;
}
.movie_archive ul li p.date {
	color: #7b7b7b;
    font-weight: bold;
    margin: 0;
}
.movie_archive ul li h2 {
	background: #fad6af;
    border-radius: 10px;
    padding: 10px 12px 7px;
    color: #222;
    font-weight: bold;
    margin: 0 0 17px;
    font-size: 20px;
    letter-spacing: 0.05em;
}
.movie_archive ul li p {
	line-height: 1.3;
	margin: 10px 0 0;
}

.movie_archive ul li .video {
	position:relative;
	width:100%;
	padding-top:56.25%;
	margin: 0 0 20px;
}
.movie_archive ul li .video iframe {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	margin: 0 0 20px;
}

/*====================================================
教材PDF
====================================================*/
.pdf_archive {
	padding: 55px 0 200px;
}
.pdf_archive ul li {
	margin: 0 0 20px;
}
.pdf_archive ul li h2 {
	background: #304284;
    border-radius: 10px;
    padding: 13px 12px 10px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 24px;
    letter-spacing: 0.05em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pdf_archive ul li h2 span {
	border-radius: 10px;
	padding: 5px 10px 3px;
	color: #304284;
	font-size: 16px;
	background: #fff;
	display: block;
    margin: -3px 0 0;
}
.pdf_archive ul li div {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
.pdf_archive ul li div p img {
	width: 190px;
}
.pdf_archive ul li div p:first-of-type {
	line-height: 1.3;
	margin: 0 30px 0 0;
}
.pdf_archive ul li div p:last-of-type {
	flex-shrink: 0;
}

/*====================================================
スマホ
====================================================*/
@media screen and (max-width: 750px) {
	.pass .bg {
    	background: url(../images/sp/pass_bg.png) top 435px left 21px no-repeat;
    	background-size: initial;
    	height: 1110px;
    	width: initial;
	}
	.pass .footer_bg {
    	height: 187px;
    	background: url(../images/sp/pass_footer.png) top center no-repeat;
	}
	.pass h2 {
		background: url(../images/sp/pass_illust.png) bottom left 8px no-repeat;
    	background-size: initial;
    	padding: 0;
		width: initial;
		height: 215px;
	}
	.pass h2 img {
		margin: 0 auto;
	}
	.pass_area {
    	background: url(../images/sp/pass_area.png) top center no-repeat;
    	background-size: initial;
    	height: 351px;
    	padding: 38px 0 0;
    	margin: -45px 0 0;
	}
	.pass_area p {
		font-size: 24px;
    	line-height: 1.4;
	}
	.pass_area form input {
		font-size: 32px;
		display: block;
		margin: 0 auto;
	}
	.pass_area form input:first-of-type {
		width: 410px;
		margin: 0 auto 15px;
	}
	.pass_area form input[type="submit"] {
		padding: 8px 10px 5px;
	}
	
	.web-class main section ul {
		display: block;
	}
	.web-class main section ul li a {
		border-radius: 30px;
		padding: 20px 0 17px;
		font-size: 38px;
		width: 330px;
		display: block;
		margin: 0 auto 40px;
	}
	section.cate-btn {
    	width: initial;
	}
	.web-class section.cate-btn {
    	padding: 60px 0 300px;
	}
	section.cate-btn ul {
		padding: 0;
	}


/* 教材動画 */
	.movie_archive ul {
		display: block;
	}
	.movie_archive ul li {
    	margin: 0 0 50px;
    	width: initial;
	}
	.movie_archive ul li h2 {
    	padding: 15px 12px 12px;
    	font-size: 28px;
	}

/* 教材PDF */
	.pdf_archive ul li {
    	margin: 0 0 50px;
	}
	.pdf_archive ul li h2 {
    	padding: 15px 12px 12px;
    	font-size: 28px;
	}
	.pdf_archive ul li h2 span {
		font-size: 20px;
	}

/* 掲示板 */
	.wpforo main #wpforo-wrap {
		width: initial;
		padding: 0 30px 300px;
	}
	.wpforo main #wpforo-wrap .wpf-breadcrumb div {
		font-size: 24px;
	}
	.wpforo main #wpforo-wrap .wpforo-feed {
	    font-size: 16px;
		display: none;
	}
	.wpforo main #wpforo-wrap #wpforo-title {
	    font-size: 32px;
		line-height: 1.2;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .cat-title {
	    font-size: 28px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .cat-stat-topics {
	    width: 12%;
	    font-size: 18px;
	}
	.wpforo main #wpforo-wrap .wpforo-forum-title {
	    font-size: 28px!important;
	    line-height: 1.3!important;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-forum-footer {
	    font-size: 22px;
		padding: 15px 0;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-topic-title {
	    font-size: 26px;
	}
	.wpforo main .topictoggle {
	    font-size: 26px!important;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-forum-stat-topics {
	    width: 12%;
		font-size: 21px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-topic-date {
		font-size: 20px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-topics-list {
	    padding: 10px 0;
	}
	.wpforo main #wpforo-wrap .wpf-button {
	    font-size: 18px;
	    line-height: 22px;
	}
	.wpforo main #wpforo-wrap .wpf-head-bar-left {
	    width: 70%;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .head-title {
	    font-size: 28px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .head-stat-posts {
	    font-size: 20px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic-title a {
	    font-size: 28px;
	    line-height: 1.2;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic-title {
	    padding: 15px 0;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic-stat-posts {
		font-size: 20px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic-start-info {
	    font-size: 26px;
	    line-height: 1.5;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-post-title {
		font-size: 26px;
		line-height: 1.5;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-post-date {
		font-size: 24px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-posts-list {
		padding: 10px 0;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .cat-stat-posts,
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-forum-stat-posts,
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-forum-icon,
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-topic-user {
		display: none;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-forum {
		padding: 10px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-topics-list {
		width: 96%;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-topics-list li {
		padding: 5px 0;
	}
	.wpforo main .wpf-subforum-sep {
		display: none;
	}
	.wpforo main #wpforo-wrap .wpf-head-bar {
	    padding: 5px 0 10px;
	}
	.wpforo main #wpforo-wrap .wpf-head-bar-right {
	    width: initial;
	}
	.wpforo main #wpforo-wrap .wpf-button {
	    font-size: 20px;
	    line-height: 1.5;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic-icon {
		display: none;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic {
		padding: 10px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .head-stat-views,
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic-stat-views {
		display: none;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic-info {
		width: 90%;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-last-post-user,
	.wpforo main #wpforo-wrap .wpf-vsep {
		display: none;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpf-last-post-by {
	    display: block;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-category,
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post-head,
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-topic-head {
		font-size: 28px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left {
	    float: none;
	    width: 100%;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-right {
	    float: none;
	    width: 100%;
	    margin-left: 0;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-name {
		font-size: 28px;
		margin: 0 0 15px;
		text-align: left;
	}
	.wpforo main #wpforo-wrap .wpf-member-title.wpfut {
	    font-size: 22px;
	    line-height: 1.3;
	    padding: 5px 15px 1px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-joined,
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-posts {
		font-size: 22px;
	}
	.wpforo main .wpforo-post .wpf-right .wpforo-post-content-top {
		font-size: 22px;
	}
	.wpforo main #wpforo-wrap .wpforo-post .wpf-right .wpforo-post-content p {
	    font-size: 26px;
	}
	.wpforo main #wpforo-wrap .wpforo-post .wpforo-post-content {
		padding: 20px;
		font-size: 26px!important;
	    line-height: 1.3!important;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .bottom {
	    font-size: 22px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .post-wrap {
	    margin-bottom: 30px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-title {
		display: none;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-avatar {
	    display: inline-block;
	    width: 80px;
	    float: left;
	    margin-right: 10px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-data {
	    margin-left: 80px;
	    display: block;
	    text-align: left;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-joined {
	    text-align: left;
	    display: inline-block;
	    padding-right: 5px;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-left .author-posts {
	    text-align: left;
	    display: inline-block;
	    padding-right: 0;
	}
	.wpforo main #wpforo-wrap .wpf-post-create .wpf-subject,
	.wpforo main #wpforo-wrap .wpf-topic-create .wpf-subject,
	.wpforo main #wpforo-wrap #wpf-post-create .wpf-post-guest-fields input[type="text"] {
		font-size: 32px;
		line-height: 1;
	}
	.wpforo main #wpforo-wrap input[type="submit"],
	.wpforo main #wpforo-wrap input[type="reset"],
	.wpforo main #wpforo-wrap input[type="button"],
	.wpforo main #wpforo-wrap .wpf-post-create .wpf-subject {
	    padding: 5px 15px!important;
	    font-size: 32px;
	    line-height: 1.5;
		margin: 30px 0 10px;
	}
	.wpforo main #wpforo-wrap #wpf-post-create .wpf-post-guest-fields {
	    margin-bottom: 15px;
	    font-size: 26px;
	}
	.wpforo main #wpforo-wrap .wpf-topic-navi .wpf-navi-item {
	    font-size: 24px;
	}
	.wpforo main #wpforo-wrap .wpf-default-attachment label {
	    font-size: 24px;
		display: block;
   		margin: 0 0 10px;
	}
	.wpforo main #wpforo-wrap label {
		font-size: 26px;
	}
	.wpforo main #wpforo-wrap .wpf-default-attachment input[type="file"],
	.wpforo main #wpforo-wrap .wpf-default-attachment p {
		float: none;
		margin: 0 0 10px;
		line-height: 1.5;
		display: flex;
		align-items: center;
		font-size: 22px;
	}
	.wpforo main #wpforo-wrap .wpf-post-create .mce-container-body textarea {
		font-size: 32px;
	}
	.wpforo main #wpforo-wrap .mce-toolbar [id^=mceu_].mce-listbox button {
		font-size: 22px;
		width: 54px;
	}
	.wpforo main #wpforo-wrap .wpf-post-create .mce-toolbar .mce-btn button i {
    		font-size: 30px;
	}
	.wpforo main .mce-toolbar .mce-btn button, .qt-dfw {
		padding: 6px 17px;
	}
	.wpforo main #wpforo-wrap .wpf-breadcrumb .wpf-root i {
    	font-size: 24px;
	}
	.wpforo main #wpforo-wrap #wpforo-description {
		font-size: 20px;
		line-height: 1.3;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-forum-description {
    	font-size: 20px;
    	line-height: 1.3;
	}
	.wpforo main #wpforo-wrap .wpf-search input[type="text"].wpf-search-field {
		height: 30px;
		padding: 0 3px 0 30px;
		width: 30px;
	}
	.wpforo main #wpforo-wrap .wpf-search input[type="text"].wpf-search-field:focus {
		width: 300px;
		font-size: 22px;
	}
	.wpforo main #wpforo-wrap .wpf-search i {
		position: absolute;
		margin: 0 0 0 4px;
		top: 14px;
		font-size: 20px;
		line-height: 19px;
		padding: 0;
		z-index: 10;
		cursor: pointer;
		vertical-align: baseline;
	}
	.wpforo main #wpforo-wrap .wpfl-1 .wpforo-post .wpf-action {
	    margin: 6px;
	}
	.wpforo main #wpforo-wrap #wpf-reply-form-title {
    	font-size: 32px;
	}
	.wpforo main #wpforo-wrap label {
    	font-size: 32px;
	}
	.wpforo main #wpforo-wrap #wpf-post-create .wpf-post-guest-fields input[type="text"] {
		margin: 10px 0 20px;
	}
	.wpforo main #wpforo-wrap #wpf-post-create {
    padding: 30px 20px;
	}
	.wpforo main #wpforo-wrap .wpforo-topic-footer {
		display: none;
	}
	.wpforo main .wpf-p-error {
		font-size: 22px;
	}
	.wpforo main #wpforo-wrap .wpf-post-edit-wrap .wpf-post-edited {
    	font-size: 18px;
	}
}
@media screen and (max-width: 480px) {
	.wpforo main #wpforo-wrap .wpf-breadcrumb div:nth-last-child(2) {
    	display: block!important;
	}
}