@charset 'utf-8';

/*
Theme Name: hanabaco-houday
Author: minoru kubota
Version: 1.0
*/

/*
---------------------------------------
reset
---------------------------------------
*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a,abbr,acronym,address,big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin:0;
	padding:0;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

input, textarea {
	margin: 0;
	padding: 0;
}

input:focus, textarea:focus {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

ol, ul {
	list-style: none;
}

table {
	width:100%;
	border-collapse: collapse;
	border-spacing:0;
}
table th {
	font-weight:normal;
}

caption, th {
	text-align: left;
}

a:focus {
	outline:none;
}

p,dd,li,address{
	font-style:normal;
}

body small {
	font-size: 1.1rem;
}

.pc-none {
	display: none;
}


/*
---------------------------------------
link
---------------------------------------
*/

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}


/*
---------------------------------------
clear
---------------------------------------
*/

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	min-height:1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear,
.both,
.clearboth {
	clear: both;
}

*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*
----------------------------------------
form
----------------------------------------
*/

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea, select {
	display: inline-block;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.8rem;
	border: solid 1px #231815;
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: left;
}

input[type=email],
input[type=tel],
input.l {
	width: 80%;
	margin: 0;
}

textarea {
	margin: 0 !important;
	width: 100% !important;
	height: 20rem !important;
}


/*
---------------------------------------
table
---------------------------------------
*/

caption {
	caption-side: bottom;
	padding-top: 20px;
}

.table-01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #fff;
	text-align: left;
}

.table-01 th {
	padding: 10px 20px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	background: #f9f9f9;
	vertical-align: middle;
}

.table-01 td {
	padding: 10px 20px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.table-02 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background: #fff;
	text-align: left;
}


/*
---------------------------------------
h1-h6
---------------------------------------
*/

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

.heading-01 {
	text-align: center;
	margin-bottom: 40px;
}

.heading-01 span {
	display: inline-block;
	width: 475px;
	max-width: 100%;
	padding: 0 20px 24px;
	color: #231815;
	font-size: 2.8rem;
	font-weight: 500;
	/*text-shadow: #f18d00 1px 1px 0px, #f18d00 -1px 1px 0px,
	#f18d00 1px -1px 0px, #f18d00 -1px -1px 0px;*/
	background: url( assets/img/common/ttl-bg-01.png ) center center / 100% 100% no-repeat;
}

.heading-01.l-size span {
	width: auto;
	font-weight: 500;
	line-height: 1.8;
	padding: 0 70px 24px;
	background: url( assets/img/common/ttl-bg-02.png ) center center / 100% 100% no-repeat;
}

.heading-02 {
	font-size: 3rem;
	color: #fff;
	background: #f8b62d;
	box-shadow: 8px 8px 0 #fff462;
	text-align: center;
	padding: 5px 20px;
	border-radius: 10px;
	margin: 40px 0;
}

.heading-03 {
	font-size: 2.8rem;
	line-height: 1.5;
	color: #f2a64f;
	border-left: solid 6px #f2a64f;
	padding-left: 20px;
	margin-bottom: 20px;
}


/*
---------------------------------------
bottun
---------------------------------------
*/

.btn-set .flex {
	justify-content: center;
}

.btn-set .flex li {
	margin: 0 70px;
}

.btn-set .flex a {
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 220px;
	padding: 0 10px 20px 0;
	background: url( assets/img/common/btn-bg.png ) center center / contain no-repeat;
	transition: all .4s;
}

.btn-set .flex a:hover {
	transform: scale( 1.1 );
}

.btn-set .flex a span {
	font-size: 2.4rem;
	font-weight: 500;
	color: #231815;
	/*text-shadow: #f18d00 1px 1px 0px, #f18d00 -1px 1px 0px,
	#f18d00 1px -1px 0px, #f18d00 -1px -1px 0px;*/
}


/*
---------------------------------------
list
---------------------------------------
*/

.list-circle {
	margin: 10px 0 30px 0;
	font-size: 1.6rem;
}

.list-circle li:before {
	content: '';
	display: inline-block;
	width: .8rem;
	height: .8rem;
	border: solid 2px #ff9800;
	margin-right: 5px;
	border-radius: 50%;
}

.contact-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 140px;
	background: #e6e6e6;
	border-collapse: separate;
	border-spacing: 5px;
	margin:  30px auto;
}

.contact-list li {
	display: table-cell;
	background: #fff;
	vertical-align: middle;
}


/*
---------------------------------------
flex
---------------------------------------
*/

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}


/*
---------------------------------------
layout
---------------------------------------
*/

html[lang=ja] {
	margin-top: 0 !important;
}

html[lang=ja] #wpadminbar {
	top: auto;
	bottom: 0;
}

html{
	font-size: 62.5%;
}

body {
	font-family: 'M PLUS Rounded 1c', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-size: 1.8rem;
	text-align: center;
	position: relative;
	-webkit-text-size-adjust: 100%;
}

body * {
	box-sizing: border-box;
}

.wrap {
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto;
}

#wrapper {
	background: #fff;
}

#contents {
	text-align: left;
	line-height: 2;
	padding: 60px 0;
}


/*
---------------------------------------
header
---------------------------------------
*/

#wrapper > header {
	border-top: solid 10px #f0831e;
	position: relative;
	padding-bottom: 91px;
}

#wrapper > header .head-wrap {
	max-width: 1500px;
	padding: 70px 340px 20px;
	font-size: 1.5rem;
	position: relative;
}

#wrapper > header h1 {
	margin-bottom: 10px;
	padding-right: 50px;
}

#wrapper > header h1 img {
	width: 460px;
}

#wrapper > header .desc {
	margin-bottom: 10px;
}

#wrapper > header .tel-wrap {
	position: absolute;
	right: 20px;
	bottom: 0;
	width: 300px;
	background: #f0831e;
	color: #fff;
	padding: 15px 10px;
	border-radius: 20px 20px 0 0;
	white-space: nowrap;
}

#wrapper > header .tel a {
	display: block;
	color: #fff;
	margin: 5px 0 10px 0;
}

#wrapper > header .tel .num {
	display: inline-block;
	background: url( assets/img/common/icon-tel.png ) left center / 24px no-repeat;
	padding: 0 0 0 34px;
	white-space: nowrap;
	font-size: 3rem;
}

#wrapper > header .btn a {
	display: block;
	color: #f0831e;
	background: #fff url( assets/img/common/icon-mail.png ) 15px center / 32px no-repeat;
	padding: 15px 10px 15px 42px;
	margin: 0 5px;
	transition: all .2s;
}

#wrapper > header .btn a:hover {
	box-shadow: 0 5px 0 rgba( 0, 0, 0, .2 );
}

#g-nav {
	border-top: solid 4px #f0831e;
	border-bottom: solid 4px #f0831e;
	padding: 20px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999;
	transition: all .2s;
}

.g-nav-fixed #g-nav {
	position: fixed;
	top: 0;
	bottom: auto;
	box-shadow: 0 5px 5px rgba( 0, 0, 0, .1 );
}

#g-nav ul {
	justify-content: center;
	border-left: dashed 1px #898989;
	max-width: 1500px;
}

#g-nav li {
	width: 15%;
	border-left: dashed 1px #898989;
}

#g-nav li:first-child {
	border: none;
}

#g-nav li:nth-child( 2 ),
#g-nav li:nth-child( 4 ) {
	width: 20%;
}

#g-nav a {
	display: block;
	padding: 10px;
	position: relative;
}

#g-nav a::after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	bottom: -4px;
	background: #000;
	opacity: 0;
	transform: translateX( -50% );
	transition: all .4s;
}

#g-nav a:hover::after {
	opacity: 1;
}

#g-nav li:first-child a {
	color: #f18d00;
}

#g-nav li:first-child a::after {
	background: #f18d00;
}

#g-nav li:nth-child(2) a {
	color: #00a9a9;
}

#g-nav li:nth-child(2) a::after {
	background: #00a9a9;
}

#g-nav li:nth-child(3) a {
	color: #806756;
}

#g-nav li:nth-child(3) a::after {
	background: #806756;
}

#g-nav li:nth-child(4) a {
	color: #e73278;
}

#g-nav li:nth-child(4) a::after {
	background: #e73278;
}

#g-nav li:nth-child(5) a {
	color: #0093d4;
}

#g-nav li:nth-child(5) a::after {
	background: #0093d4;
}

#g-nav li:nth-child(6) a {
	color: #f18d00;
}

#g-nav li:nth-child(6) a::after {
	background: #f18d00;
}

#sp-btn {
	display: none;
	position: absolute;
	right: 10px;
	top: 30px;
	cursor: pointer;
}

#sp-btn.fixed {
	position: fixed;
	top: 10px;
}

#sp-btn > div {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #f1a64e;
	position: relative;
}

#sp-btn span {
	display: inline-block;
	box-sizing: border-box;
	transition: all .5s;
}

#sp-btn span {
	position: absolute;
	left: 15px;
	right: 15px;
	height: 2px;
	background: #fff;
}

#sp-btn span:nth-of-type(1) {
	top: 17px;
}

#sp-btn span:nth-of-type(2) {
	top: 24px;
}

#sp-btn span:nth-of-type(3) {
	top: 31px;
}

header.active #sp-btn span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
header.active #sp-btn span:nth-of-type(2) {
	opacity: 0;
}
header.active #sp-btn span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}


/*
---------------------------------------
main-contents
---------------------------------------
*/

#main-contents {
	width: 70%;
}

.single-column #main-contents {
	width: 100%;
}

#main-contents .cat-list {
	display: inline-block;
	margin-right: 5px;
}

#main-contents .cat-list li {
	display: inline-block;
	margin-right: 5px;
}

#main-contents .cat-list li a {
	display: inline-block;
	padding: 0 10px;
	border: solid 1px #f2a64f;
	background: #f2a64f;
	font-size: 1.4rem;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	transition: all .4s;
}

#main-contents .cat-list li a:hover {
	background: #fff;
	color: #f2a64f;
}

#main-contents .post-header {
	border-bottom: dashed 1px #231815;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

#main-contents .post-header h1 {
	font-size: 3rem;
	line-height: 1.4;
	color: #f2a64f;
	margin-top: 20px;
}

#main-contents .photo {
	text-align: center;
}

#main-contents img {
	max-width: 100%;
	height: auto;
}

.search-ans {
	background: #f3f3f3;
	padding: 10px 20px;
	margin-bottom: 30px;
}

.post a {
	text-decoration: underline;
}

.post .more-link {
	display: block;
	text-align: center;
	width: 16rem;
	margin: 60px 0 0 auto;
	padding: 5px 0;
	background: #f3f3f3;
	border-radius: 4px;
	text-decoration: none;
	position: relative;
	transition: all .4s;
}

.post .more-link:after {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-left: solid 4px #333;
	position: absolute;
	right: 1rem;
	top: 50%;
	margin-top: -4px;
	transition: all .4s;
}

.post .more-link:hover {
	background: #000;
	color: #fff;
}

.post-contents .more-link:hover:after {
	border-left: solid 4px #fff;
}

.post-contents p {
	margin-bottom: 40px;
}

.post-contents h2 {
	font-size: 2.6rem;
	line-height: 1.4;
	padding: 0 0 10px;
	margin-bottom: 20px;
	color: #f2a64f;
	border-bottom: solid 1px #f2a64f;
}

.post-contents h3 {
	font-size: 2.4rem;
	line-height: 1.4;
	color: #f2a64f;
	margin-bottom: 20px;
	padding-left: 15px;
	border-left: solid 5px #f2a64f;
}

.post-contents h4 {
	font-size: 2.2rem;
	line-height: 1.4;
	color: #f2a64f;
	margin-bottom: 20px;
}

.post-contents ul,
.post-contents ol {
	margin-bottom: 40px;
}

.post-contents ul li {
	list-style: disc;
	margin-left: 30px;
}

.post-contents ol li {
	list-style: decimal;
	margin-left: 30px;
}

.post-contents blockquote {
	background: #f3f3f3 url(../img/common/blockquote.png) 20px 20px no-repeat;
	padding: 30px 60px 10px 60px;
	margin-bottom: 30px;
	border-radius: 12px;
}

.post-contents blockquote p,
.post-contents blockquote ul,
.post-contents blockquote ol {
	margin-bottom: 20px;
}

.post-list .post {
	margin-bottom: 60px;
	align-items: flex-start;
}

.post-list .post > figure {
	width: 40%;
}

.post-list .post > figure a {
	display: block;
	line-height: .5;
	background: #000;
	overflow: hidden;
	border-radius: 20px;
}

.post-list .post > figure img {
	transition: all .6s;
}

.post-list .post > figure a:hover img {
	transform: scale( 1.1 );
	opacity: .8;
}

.post-list .post > figure + .txt {
	width: 60%;
	padding-left: 30px;
}

.post-list .post a {
	text-decoration: none;
}

.post-nav {
	margin-top: 40px;
	padding-top: 40px;
	border-top: dashed 1px #898989;
	justify-content: space-between;
	align-items: center;
}

.post-nav .prev {
	width: 30%;
}

.post-nav .back {
	width: 40%;
	text-align: center;
	margin: 0 auto;
	padding: 0 20px;
}

.post-nav .back a {
	display: inline-block;
	border: solid 1px #f2a64f;
	padding: 10px 20px;
	border-radius: 10px;
	transition: all .2s;
}

.post-nav .back a:hover {
	color: #fff;
	background: #f2a64f;
}

.post-nav .next {
	width: 30%;
	text-align: right;
}

#main-contents .post-list .post h2 {
	line-height: 1.4;
	margin: 5px 0;
}

#main-contents .post-list .post h2 a {
	font-size: 2.4rem;
	color: #f2a64f;
}

.post-list .more {
	text-align: right;
	margin-top: 5px;
}

#main-contents .post-list .more a {
	display: inline-block;
	border: solid 1px #f2a64f;
	color: #f2a64f;
	font-size: 1.4rem;
	padding: 0 20px;
	border-radius: 10px;
	transition: all .2s;
}

#main-contents .post-list .more a:hover {
	background: #f2a64f;
	color: #fff;
}

.pagination ul {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination li {
	margin: 0 5px;
}

.pagination a,
.pagination span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: solid 1px #f2a64f;
	border-radius: 5px;
	color: #f2a64f;
	transition: all .2s;
}

.pagination a:hover,
.pagination .current {
	background: #f2a64f;
	color: #fff;
}


/*
---------------------------------------
sidebar
---------------------------------------
*/

#sidebar {
	width: 30%;
	padding-left: 60px;
}

#sidebar .side-wrap {
	position: sticky;
	top: 110px;
}

#sidebar h2 {
	font-size: 2.4rem;
	color: #f2a64f;
	border-bottom: dashed 1px #898989;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#sidebar ul {
	margin-bottom: 40px;
}

#sidebar li {
	padding-left: 2.5rem;
	position: relative;
}

#sidebar li::before {
	content: '●';
	color: #f2a64f;
	position: absolute;
	left: 0;
	top: 0;
}


/*
---------------------------------------
footer
---------------------------------------
*/

.footer-btn {
	background: #fff462;
	padding: 30px 0;
}

.footer-btn .flex {
	justify-content: space-between;
}

.footer-btn li {
	width: calc( ( 100% - 60px ) / 4 );
}

.footer-btn a {
	display: block;
	padding: 20px 10px;
	background: #fff;
	border: solid 3px #231815;
	color: #231815;
	font-size: 2rem;
	font-weight: 500;
	border-radius: 10px;
	transition: all .2s;
}

.footer-btn a:hover {
	box-shadow: 0 5px 0 rgba( 0, 0, 0, .2 );
}

footer {
	padding: 60px 0 80px;
}

footer .footer-nav {
	margin-bottom: 60px;
}

footer .footer-nav a {
	display: inline-block;
	padding: 5px 0 5px 29px;
	margin-right: 40px;
	text-align: left;
	background: url( assets/img/common/arrow-01.png ) left center / 24px no-repeat;
}

footer .footer-nav li:nth-child(8) a {
	width: 18rem;
	max-width: 100%;
}

footer .address .flex {
	align-items: center;
	justify-content: center;
}

footer .address .school {
	/*width: 50%;*/
	text-align: left;
}

footer .address .logo {
	line-height: .5;
}

footer .address .logo img {
	width: 238px;
}

footer .address .txt {
	/*width: calc( 100% - 238px );*/
	padding-left: 30px;
	font-size: 1.3rem;
}

.copyright {
	background: #f2a64f;
	color: #fff;
	padding: 30px 20px 45px;
}

#page-top {
	position: fixed;
	right: 20px;
	bottom: 40px;
}

#page-top a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url( assets/img/common/btn-bg.png ) center center / contain no-repeat;
	color: #fff;
	width: 80px;
	height: 80px;
	padding: 16px 22px 24px 18px;
	transition: all .4s;
}

#page-top a:hover {
}


/*
---------------------------------------
home
---------------------------------------
*/

#home .news-list {
	margin-bottom: 30px;
}

#home .news {
	width: calc( ( 100% - 80px ) / 3 );
	margin: 0 40px 40px 0;
}

#home .news:nth-child(3n) {
	margin: 0 0 40px 0;
}

#home .news a {
	display: block;
}

#home .news figure {
	overflow: hidden;
	background: #000;
	line-height: .5;
	border-radius: 20px;
	margin-bottom: 15px;
}

#home .news img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .6s;
}

#home .news a:hover img {
	transform: scale( 1.1 );
	opacity: .8;
}

#home .news h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #f18d00;
	margin: 5px 0 10px;
}

#home .news .desc {
	font-size: 1.4rem;
}

#home .insta-link {
	text-align: center;
	margin-bottom: 60px;
}

#home .insta-link a {
	display: inline-block;
	font-size: 2.2rem;
	color: #f18d00;
	padding: 10px 40px;
	border: solid 2px #E12F1C;
	border-radius: 10px;
	transition: all .2s;
}

#home .insta-link a:hover {
	box-shadow: 0 5px 0 rgba( 0, 0, 0, .2 );
}

#home .insta-link a::before {
	display: inline-block;
	content: '';
	width: 24px;
	height: 24px;
	background: url( assets/img/common/icon-insta.png ) left center / contain no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}

#home .about-box .cont {
	margin-bottom: 80px;
}

#home .about-box .cont a {
	text-decoration: underline;
}

#home .about-box strong {
	display: block;
	text-align: center;
	color: #f18d00;
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 30px;
}


/*
---------------------------------------
page
---------------------------------------
*/

.page #contents {
	/*border-top: solid 4px #f0831e;*/
}

.contact-bnr {
	border: solid 1px #e94729;
	color: #e94729;
	padding: 20px;
	margin-bottom: 60px;
	border-radius: 20px;
	line-height: 1.4;
}

.contact-bnr .flex {
	align-items: center;
	text-align: center;
}

.contact-bnr h2 {
	width: 28%;
	font-size: 2.4rem;
}

.contact-bnr .tel {
	width: 35%;
}

.contact-bnr .tel a {
	display: inline-block;
	font-size: 4rem;
	color: #e94729;
	position: relative;
}

.contact-bnr .tel a::before {
	display: inline-block;
	content: '';
	width: 35px;
	height: 50px;
	background: url( assets/img/common/icon-tel.png ) left center / contain no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}

.contact-bnr .btn {
	width: 35%;
	margin-left: auto;
}

.contact-bnr .btn a {
	display: block;
	color: #fff;
	background: #e94729;
	padding: 15px 10px;
	transition: all .2s;
	position: relative;
}

.contact-bnr .btn a::before {
	display: inline-block;
	content: '';
	width: 50px;
	height: 30px;
	background: url( assets/img/common/icon-mail.png ) center center / contain no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}

.contact-bnr .btn a:hover {
	background: #ce3925;
}


/*
---------------------------------------
curriculum
---------------------------------------
*/

#curriculum .course-01 {
	margin-bottom: 80px;
}

#curriculum .heading-02 {
	position: relative;
	margin-top: 60px;
}

#curriculum .course-01 .heading-02 {
	background: #f19dab;
	box-shadow: 8px 8px 0 #fff462;
}

#curriculum .course-02 .heading-02 {
	background: #f3a069;
}

#curriculum .heading-02 span {
	font-size: 2.4rem;
}

#curriculum .heading-02::before {
	content: '';
	width: 110px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate( -50%, -60% );
}

#curriculum .info figure {
	width: 40%;
}

#curriculum .course-01 .info figure {
	padding-right: 40px;
}

#curriculum .course-02 .info figure {
	padding-left: 40px;
}

#curriculum .info .txt {
	width: 60%;
}

#curriculum .course-02 .info {
	align-items: center;
	flex-direction: row-reverse;
}

#curriculum .info h4 {
	color: #f19dab;
	border-left: solid 6px #f19dab;
}

#curriculum .course-02 .info h4 {
	color: #f3a069;
	border-left: solid 6px #f3a069;
}

#curriculum h5 {
	margin: 20px 0;
}

#curriculum h5 span {
	display: inline-block;
	background: #f19dab;
	color: #fff;
	padding: 0 10px;
	font-size: 2rem;
	width: 400px;
	max-width: 100%;
	text-align: center;
}

#curriculum .time-table {
	line-height: 1.6;
}

#curriculum .time-table dt {
	width: 7rem;
	margin-bottom: 10px;
}

#curriculum .time-table dd {
	width: calc( 100% - 7rem );
	margin-bottom: 10px;
}

#curriculum .time-table strong {
	color: #f0831e;
	font-weight: normal;
}

#curriculum .course-02 .flow {
	margin: 40px 0;
}

#curriculum .course-02 .flow > div {
	width: 50%;
}

#curriculum .course-02 .flow > div:nth-child(odd) {
	padding-right: 40px;
	border-right: dashed 1px #898989;
}

#curriculum .course-02 .flow > div:nth-child(even) {
	padding-left: 40px;
}

#curriculum .course-02 .flow > div h5 {
	margin: 0 0 20px;
}

#curriculum .course-02 .flow h5 span {
	width: 100%;
}

#curriculum .course-02 .flow h5 span.ttl-01 {
	background: #f3a069;
}

#curriculum .course-02 .flow h5 span.ttl-02 {
	background: #e94729;
}

.price-pdf {
	margin-bottom: 40px;
}

.price-btn {
	background: #e94729;
	color: #fff;
	align-items: center;
	padding: 20px;
	border-radius: 20px;
	transition: all .2s;
}

.price-btn:hover {
	color: #fff;
	background: #ce3925;
	cursor: pointer;
}

.price-btn h2 {
	width: 50%;
	font-size: 3rem;
	text-align: center;
}

.price-btn .read {
	width: 35%;
	border-left: dashed 1px #fff;
	padding-left: 30px;
	line-height: 1.5;
}

.price-btn .btn {
	width: 15%;
	text-align: center;
	line-height: .5;
}

.price-btn .btn img {
	width: 83px;
}

.pdf-btn {
	margin-top: 40px;
	background: #e94729;
	color: #fff;
	text-decoration: none !important;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 20px;
	transition: all .2s;
}

.pdf-btn:hover {
	color: #fff;
	background: #ce3925;
	cursor: pointer;
}

.pdf-btn .txt {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-right: 5%;
}

.pdf-btn .icon {
	line-height: .5;
}

.pdf-btn .icon img {
	width: 83px;
}


/*
---------------------------------------
facilities
---------------------------------------
*/

#facilities .facility-list > div {
	width: calc( ( 100% - 80px ) / 2 );
	margin-bottom: 60px;
}

#facilities .facility-list > div:nth-child(odd) {
	margin-right: 80px;
}

#facilities .facility-list .ttl {
	font-size: 2rem;
	border-left: solid 6px #f2a64f;
	padding-left: 15px;
	margin-bottom: 20px;
}


/*
---------------------------------------
flow
---------------------------------------
*/

#flow .step-list {
	padding-bottom: 10px;
}

#flow .step-list .step {
	margin-bottom: 40px;
}

#flow .step-list .num {
	width: 160px;
	position: relative;
}

#flow .step-list .num::after {
	content: '';
	width: 20px;
	height: 60px;
	background: url( assets/img/common/arrow-02.png ) center bottom / 20px repeat-y;
	position: absolute;
	top: 145px;
	left: 50px;
}

#flow .step-list .step:first-child .num::after,
#flow .step-list .step:nth-child(2) .num::after {
	height: 180px;
}

#flow .step-list .step:last-child .num::after {
	display: none;
}

#flow .step-list .num {
	display: inline-block;
	width: 120px;
	height: 120px;
	padding: 10px 20px 20px 10px;
	line-height: .5;
}

#flow .step-list .txt {
	width: calc( 100% - 160px );
}

#flow .step-list .txt h4 {
	font-size: 3rem;
	margin: 30px 0 10px;
	color: #f2a64f;
}

#flow .step-list .txt > p {
	min-height: 8rem;
}

#flow .step-list .contact-bnr {
	margin: 20px 0 0;
	padding: 15px;
}

#flow .step-list .contact-bnr h2 {
	font-size: 1.8rem;
}

#flow .step-list .contact-bnr .tel a {
	font-size: 3.4rem;
}

#flow .step-list .contact-bnr .btn a {
	font-size: 1.6rem;
	padding: 15px 10px;
}

#flow .price-box {
	margin-bottom: 40px;
}

#flow .price-box .price {
	justify-content: space-between;
	margin: 20px 0;
}

#flow .price-box .price > p {
	width: calc( ( 100% - 40px ) / 2 );
	border: solid 1px #f2a64f;
	padding: 10px 20px;
	border-radius: 20px;
	text-align: center;
	color: #f2a64f;
	font-size: 4rem;
}

#flow .price-box .note {
	font-size: 1.6rem;
}


/*
---------------------------------------
school
---------------------------------------
*/

#school .info-box {
	font-size: 2rem;
	margin-bottom: 60px;
}

#school .info {
	margin-bottom: 40px;
}

#school .info > .txt {
	width: 50%;
	padding-right: 30px;
}

#school .info .logo {
	margin-bottom: 20px;
}

#school .info .logo img {
	width: 400px;
}

#school .info > figure {
	width: 50%;
}

#school .info-list dt {
	width: 12rem;
	text-align: center;
	color: #f2a64f;
	white-space: nowrap;
	text-align-last: justify;
}

#school .info-list dd {
	width: calc( 100% - 12rem );
	padding-left: 40px;
}

#school .map iframe {
	width: 100%;
	height: 400px;
}

#school .info-02 {
	margin-top: 100px;
}

/*
---------------------------------------
faq
---------------------------------------
*/

#faq .faq-list {
	margin: 60px 0;
}

#faq .faq-list dt {
	font-size: 2.4rem;
	color: #f2a64f;
	padding-left: 5.5rem;
	margin-bottom: 20px;
	position: relative;
}

#faq .faq-list dd {
	padding-left: 5.5rem;
	margin-bottom: 60px;
	position: relative;
}

#faq .faq-list dt::before,
#faq .faq-list dd::before {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	border: solid 2px  #f2a64f;
	border-radius: 8px;
	position: absolute;
	left: 0;
}

#faq .faq-list dt::before {
	content: 'Q';
	background: #f2a64f;
	color: #fff;
	top: 2px;
}

#faq .faq-list dd::before {
	content: 'A';
	color: #f2a64f;
	top: -4px;
}

#faq .taiken-box {
	margin: 80px 0 40px;
}

#faq .taiken-box .flex {
	align-items: center;
}

#faq .taiken-box .flex figure {
	width: 26%;
}

#faq .taiken-box .flex .txt {
	width: 72%;
	padding-left: 40px;
}


/*
---------------------------------------
trial
---------------------------------------
*/

#trial .info-box .read {
	margin-bottom: 60px;
}


/*
---------------------------------------
contact
---------------------------------------
*/

#contact .info {
	margin-bottom: 40px;
}

#contact .form-box .flex {
	align-items: center;
}

#contact .form-box tr {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	border-top: dashed 1px #231815;
	align-items: center;
}

#contact .form-box th {
	width: 35%;
	 padding: 20px 0 20px 25px;
	position: relative;
}

#contact .form-box th::before {
	content: '●';
	width: 10px;
	height: 10px;
	color: #f2a64f;
	position: absolute;
	left: 0;
	top: 20px;
}

#contact .form-box td {
	width: 65%;
	 padding: 20px 0 20px 20px;
}

#contact .form-box span.wpcf7-list-item {
	margin: 0 20px 0 0;
}

#contact .form-box .name.flex {
	justify-content: space-between;
}

#contact .form-box .name.flex > p {
	width: calc( 50% - 10px );
}

#contact .form-box td .name-ttl {
	display: inline-block;
	width: 5rem;
}

#contact .form-box td .name.flex input {
	width: calc( 100% - 6rem );
}

#contact .form-box td #zip {
	width: 15rem;
	margin: 0 0 20px 15px;
}

#contact .form-box td .note {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

#contact .form-box td.pp .check {
	font-weight: 500;
	margin-right: auto;
}

#contact .form-box td.pp .btn a {
	display: inline-block;
	border: solid 1px #f2a64f;
	background: #f2a64f;
	color: #fff;
	padding: 0 20px;
	border-radius: 10px;
	transition: all .2s;
}

#contact .form-box td.pp .btn a:hover {
	background: #fff;
	color: #f2a64f;
}

#contact .form-box .submit {
	text-align: center;
	margin: 40px 0;
}

#contact .form-box .submit .submit-btn {
	display: inline-block;
	font-size: 2.4rem;
	border: solid 1px #f2a64f;
	background: #f2a64f;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	cursor: pointer;
	transition: all .2s;
}

#contact .form-box .submit .submit-btn:hover {
	background: #fff;
	color: #f2a64f;
}

#contact .form-box .req {
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 8px;
	background: #f2a64f;
	color: #fff;
	border-radius: 3px;
}

#thanks .thanks-box {
	text-align: center;
}

/*
---------------------------------------
privacy-policy
---------------------------------------
*/

#privacy-policy .pp-list dt {
	padding: 0 0 10px 25px;
	border-bottom: dashed 1px #231815;
	margin-bottom: 20px;
	position: relative;
}

#privacy-policy .pp-list dt::before {
	content: '●';
	color: #f2a64f;
	position: absolute;
	left: 0;
	top: 0;
}

#privacy-policy .pp-list dd {
	font-size: 1.6rem;
	margin-bottom: 40px;
}