@charset 'utf-8';

/*
Theme Name: irodori-sports
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;
	transition: all .2s;
}

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 #ccc;
	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;
	padding: 0 8rem;
	background-image:
		url( assets/img/2x/h-bg-01-before.png ),
		url( assets/img/2x/h-bg-01-after.png );
	background-position:
		left center,
		right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	margin-bottom: 4rem
}

.heading-01 span {
	display: block;
	background: #37342F;
	color: #fff;
	padding: 5px 0;
	font-size: 2.8rem;
}

.heading-02 {
	font-size: 3rem;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #EF8100;
	background-image:
		url( assets/img/2x/h-bg-02-before.png ),
		url( assets/img/2x/h-bg-02-after.png );
	background-position:
		left .6rem top .6rem,
		right .6rem bottom .6rem;
	background-size: 2.3rem;
	background-repeat: no-repeat;
	padding: .4rem 4rem;
	margin-bottom: 4rem;
}

.heading-02 span {
	font-size: 2rem;
}

.heading-02.gr {
	background-color: #00A7A7;
}

.heading-02.pk {
	background-color: #E53178;
}

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

.heading-04 {
	font-size: 2rem;
	padding-left: 2.4rem;
	margin-bottom: 3rem;
	position: relative;
}

.heading-04::before {
	content: '';
	width: 1.8rem;
	height: 1.8rem;
	background: #EF8B00;
	position: absolute;
	top: .7rem;
	left: 0;
}

.btn-01 {
	margin-top: 3rem;
}

.btn-01 a {
	display: block;
	font-size: 2.4rem;
	text-align: center;
	color: #00A7A7;
	background: #fff;
	border: solid 1px #00A7A7;
	padding: 1.1rem;
}

.btn-01 a:hover {
	color: #fff;
	background: #00A7A7;
}

.west .btn-01 a {
	color: #E2007F;
	border: solid 1px #E2007F;
}

.west .btn-01 a:hover {
	color: #fff;
	background:  #E2007F;
}

.btn-02 a {
	display: block;
	font-size: 2rem;
	text-align: center;
	color: #EF8B00;
	background: #fff;
	border: solid 1px #EF8B00;
	padding: 2.6rem 2rem 3.2rem;
	position: relative;
}

.btn-02 a::after {
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	border-right: solid 1px #EF8B00;
	border-bottom: solid 1px #EF8B00;
	pointer-events: none;
	transition: all .2s;
}

.btn-02 a:hover {
	color: #fff;
	background: #EF8B00;
}

.btn-02 a:hover::after {
	border-color: #fff;
}

.btn-02.bg-color a {
	font-size: 2.4rem;
	color: #fff;
	background: #EF8B00;
	padding: 2.8rem 2rem 3.25rem;
}

.btn-02.bg-color a::after {
	border-color: #fff;
}

.btn-02.bg-color a:hover {
	background: #F0A44E;
}

.bg {
	background: #FFE5DB;
	padding: 6rem 0;
	margin-bottom: 6rem;
}

.bg .cont {
	margin-bottom: 0 !important;
}


/*
---------------------------------------

bottun

---------------------------------------
*/

.btn-set {
	background: #FFE5DB;
	padding: 5rem 0;
}

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

.btn-set .flex li {
	width: calc( ( 100% - 6rem ) / 2 );
}

.btn-set .flex li:nth-child( even ) {
	margin-left: 6rem;
}


/*
---------------------------------------

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 1p', '游ゴシック体', '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: 1140px;
	padding: 0 3rem;
	margin: 0 auto;
}

#wrapper {
	background: #fff;
	overflow: hidden;
}

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


/*
---------------------------------------

header

---------------------------------------
*/

#wrapper > header {
	background: url( assets/img/2x/bg-01.png ) center top / auto 23px repeat-x;
	position: relative;
	padding-bottom: 87px;
}

#wrapper > header .head-wrap {
	max-width: 1500px;
	height: 28rem;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2.3rem 35rem 0;
	font-size: 1.5rem;
	position: relative;
}

#wrapper > header h1 a {
	display: block;
}

#wrapper > header h1 img {
	width: 64rem;
}

#wrapper > header .tel-wrap {
	position: absolute;
	right: 20px;
	width: 300px;
	border: solid 2px #E74729;
	white-space: nowrap;
}

#wrapper > header .tel-wrap .txt-wrap {
	padding: 10px 10px 11px;
	background#fff
}

#wrapper > header .tel-wrap .txt-wrap .txt {
	font-size: 1.8rem;
}

#wrapper > header .tel a {
	display: block;
	margin: .5rem 0 0;
	background: url( assets/img/2x/icon-tel.png ) left center / 34px no-repeat;
	padding: 0 0 0 45px;
	line-height: 1.3;
}

#wrapper > header .tel .num {
	display: inline-block;
	color: #E74729;
	white-space: nowrap;
	font-size: 3rem;
	font-weight: bold;
}

#wrapper > header .btn {
	padding: 10px;
	background: #E74729;
}

#wrapper > header .btn a {
	display: block;
	color: #E74729;
	background: #fff url( assets/img/2x/icon-mail.png ) 15px center / 35px no-repeat;
	padding: 15px 10px 15px 60px;
	transition: all .2s;
}

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

#g-nav {
	padding: 20px 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #EF8100;
	color: #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;
	max-width: 1500px;
}

#g-nav li {
	width: 10%;
	border-left: solid 1px #fff;
}

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

#g-nav li:first-child {
	width: 20%;
}

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

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

#g-nav li:nth-child( 6 ) {
	width: 15%;
}

#g-nav a {
	display: block;
	color: #fff;
	padding: 1rem .5rem;
	position: relative;
}

#g-nav a::after {
	content: '';
	height: 4px;
	position: absolute;
	right: 50%;
	left: 50%;
	bottom: 0;
	background: #fff;
	opacity: 0;
	transition: all .2s;
}

#g-nav a:hover::after {
	right: 2rem;
	left: 2rem;
	opacity: 1;
}

#sp-btn {
	display: none;
	position: absolute;
	right: 1rem;
	top: 2.4rem;
	cursor: pointer;
}

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

#sp-btn > div {
	width: 50px;
	height: 50px;
	background: #EF8100;
	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 #EF8100;
	background: #EF8100;
	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: #EF8100;
}

#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: #EF8100;
	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: #EF8100;
	border-bottom: solid 1px #EF8100;
}

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

.post-contents h4 {
	font-size: 2.2rem;
	line-height: 1.4;
	color: #EF8100;
	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;
	padding: 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;
}

.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 #EF8100;
	padding: 10px 20px;
	border-radius: 10px;
	transition: all .2s;
}

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

.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: #EF8100;
}

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

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

#main-contents .post-list .more a:hover {
	background: #EF8100;
	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 #EF8100;
	border-radius: 5px;
	color: #EF8100;
	transition: all .2s;
}

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


/*
---------------------------------------

sidebar

---------------------------------------
*/

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

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

#sidebar h2 {
	font-size: 2.4rem;
	color: #EF8100;
	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: '';
	width: 1.6rem;
	height: 1.6rem;
	background: #EF8100;
	position: absolute;
	left: 0;
	top: 1rem;
}


/*
---------------------------------------

footer

---------------------------------------
*/

.footer-btn {
	padding: 6rem 0;
}

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

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

.address-wrap {
	text-align: left;
	border-bottom: solid 1px #37342F;
}

.address-wrap .sec {
	padding: 4rem 0;
}

.address-wrap .sec + .sec {
	border-top: dashed 1px #37342F;
}

.address-wrap .address {
	align-items: center;
}

.address-wrap .address .logo {
	width: 45%;
	padding-right: 3rem;
	margin: 0;
}

.address-wrap .address .txt {
	width: 55%;
}

.address-box .group {
	align-items: flex-end;
}

.address-box .group .txt-wrap {
	width: calc( 100% - 25.5rem );
	padding-right: 2rem;
}

.address-box .group .btn {
	width: 25.5rem;
}

.address-box .group .address + .address {
	margin-top: 3rem;
}

footer {
	padding: 6rem 0 8rem;
	background: url( assets/img/2x/bg-01.png ) center bottom / auto 23px repeat-x;
}

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

footer .footer-nav a {
	display: inline-block;
	padding: .5rem 0 .5rem 3rem;
	margin-right: 3rem;
	text-align: left;
	background: url( assets/img/2x/list-01.png ) left center / 21px no-repeat;
}

footer .footer-nav a:hover {
	color: #EF8100;
}

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

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

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

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

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

.copyright {
	background: #37342F;
	color: #fff;
	padding: 2rem;
}

#page-top {
	position: fixed;
	right: 2rem;
	bottom: 9rem;
}

#page-top a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba( 0, 121, 193, .8 );
	border: solid 3px rgba( 255, 255, 255, .7 );
	border-radius: 50%;
	color: #fff;
	width: 8rem;
	height: 8rem;
	padding: 2rem;
	transition: all .4s;
}


/*
---------------------------------------

home

---------------------------------------
*/

#home .main-img {
	position: relative;
}

#home .main-img .main {
	display: block;
	line-height: .5;
	margin-bottom: 0;
}

#home .news-box {
	background: #FFE5DB;
	padding-bottom: 2rem;
	margin-bottom: 6rem;
}

#home .news-box .wrap {
	position: relative;
}

#home .news-box h2 {
	font-size: 3rem;
	text-align: center;
	color: #EF8100;
	background: #37342F;
	color: #fff;
	margin-bottom: 40px;
}

#home .news-box h2 span {
	display: inline-block;
	padding: 28px 0 28px 80px;
	background: url( assets/img/2x/ball.png ) left center / 69px no-repeat;
}

#home .news-box .illust {
	position: absolute;
}

#home .news-box .illust-01 {
	top: -10rem;
	left: -2rem;
	transform: translateX( -100% );
}

#home .news-box .illust-02 {
	top: -8.4rem;
	right: -2rem;
	transform: translateX( 100% );
}

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

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

#home .news a {
	display: block;
	background: #D4D8D6;
}

#home .news figure {
	overflow: hidden;
	background: #000;
	line-height: .5;
	margin-bottom: 0;
}

#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 .txt {
	padding: 1.5rem 2rem 2rem;
	color: #231815;
}

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

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

#home .about-box .cont {
	margin-bottom: 6rem;
}

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

#home .about-box .east-west .box {
	width: calc( ( 100% - 6rem ) / 2 );
}

#home .about-box .east-west .box:nth-child( odd ) {
	margin-right: 6rem;
}

#home .about-box .east-west .ttl {
	text-align: center;
	background: #00A7A7;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5;
	padding: 3rem 1.5rem 3.35rem;
	margin-bottom: 3rem;
}

#home .about-box .east-west .west .ttl {
	background: #E2007F;
}

#home .about-box .east-west .ttl h3 {
	font-size: 3.6rem;
}

#home .about-box .vt .box {
	width: calc( ( 100% - 6rem ) / 2 );
}

#home .about-box .vt .box:nth-child( odd ) {
	margin-right: 6rem;
}

#home .about-box .pro {
	font-size: 2rem;
	text-align: center;
	align-items: center;
	padding: 0 2rem;
}

#home .about-box .pro .read {
	width: 60%;
}

#home .about-box .pro .img {
	width: 40%;
	margin-bottom: 0;
}


/*
---------------------------------------

page

---------------------------------------
*/

.page #contents {
	padding-top: 6rem;
}

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

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

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

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

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

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

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

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

.contact-bnr .btn a::before {
	display: inline-block;
	content: '';
	width: 35px;
	height: 23px;
	background: url( assets/img/2x/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 .info figure {
	width: 40%;
}

#curriculum .course .info {
	align-items: center;
}

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

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

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

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

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

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

#curriculum h5 {
	margin: 20px 0;
}

#curriculum h5 span {
	display: inline-block;
	background: #E53178;
	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: #E74729;
	font-weight: normal;
}

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

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

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

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

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

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

#curriculum .course-02 .flow h5 span {
	background: #00A7A7;
}

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

.price-pdf .mes {
	background: #fff;
	color: #E74729;
	padding: 1rem 2rem;
	border: solid 1px #E74729;
	width: 22rem;
	position: absolute;
	top: 50%;
	left: calc( 50% - 11rem );
	transform: translateY( -50% );
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}

.price-pdf a {
	pointer-events: none;
	opacity: .75;
}

.price-btn {
	background: #E74729;
	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;
}


/*
---------------------------------------

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 #F0A44E;
	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: 55px;
	background: url( assets/img/common/arrow.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: 165px;
}

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

#flow .step-list .num > p {
	display: inline-block;
	width: 120px;
	height: 120px;
	padding: 30px;
	text-align: center;
	border: solid 1px #EF8100;
	border-radius: 50%;
	color: #EF8100;
	background: #fff;
	line-height: 1.2;
}

#flow .step-list .num > p span {
	font-size: 4rem;
}

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

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

#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 #EF8100;
	padding: 10px 20px;
	border-radius: 20px;
	text-align: center;
	color: #EF8100;
	font-size: 3.6rem;
}

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


/*
---------------------------------------

school

---------------------------------------
*/

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

#school .info-box .address-wrap {
	border: none;
	margin-bottom: 4rem;
}

#school .info-box .address-wrap .sec {
	border-bottom: dashed 1px #37342F;
}

#school .info-box .address-wrap .sec + .sec {
	border-top: none;
}

#school .info-list dt {
	width: 12rem;
	text-align: center;
	color: #EF8100;
	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: #EF8100;
	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  #EF8100;
	border-radius: 5px;
	position: absolute;
	left: 0;
}

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

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

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

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

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

#faq .taiken-box .flex .txt {
	width: 62%;
	padding-right: 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: #EF8100;
	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: bold;
	margin-right: auto;
}

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

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

#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 #EF8100;
	background: #EF8100;
	color: #fff;
	padding: 10px 30px;
	border-radius: 10px;
	cursor: pointer;
	transition: all .2s;
}

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

#contact .form-box .req {
	display: inline-block;
	margin-left: 1rem;
	font-size: 1.4rem;
	line-height: 1.8;
	padding: 0 8px;
	background: #EF8100;
	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: '';
	width: 1.6rem;
	height: 1.6rem;
	background: #EF8100;
	position: absolute;
	left: 0;
	top: 1rem;
}

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