@charset "utf-8";

/*--------------------------------------
	common
--------------------------------------*/
* {
	-webkit-text-size-adjust: 100%;
}
  
html {
	/* height: 100%; */
}
  
body {
	overflow: auto;
	height: 100%;
	line-height: 1.7;
	font-family: "Noto Sans JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Robot,"Droid Sans",sans-serif;
	font-size: 16px;
	position: relative;
}
body.fixed {
	/* overflow: hidden; */
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.4em;
		font-size: 14px;
	}
}
.fm {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
/* a:hover img {
	opacity: .8;
} */

@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}

.inner {
	margin: 0 auto;
	max-width: 1000px;
	width: 83.33%;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0 15px;
		max-width: 100%;
		width: 100%;
	}
}

#head {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(255, 255, 255, .8);
}
#head #sp-nav {
    display: none;
}
#head #menu-btn {
	display: none;
}
#head #tbl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#head #tbl .hlogo {
	flex: 0 0 220px;
	padding: 20px 0;
}
#head #tbl .gnaiv {
	display: flex;
	flex: 1;
	justify-content: center;
	padding: 0 20px;
	height: 83px;
}
#head #tbl .gnaiv li {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 15px;
	font-weight: bold;
	font-size: 13px;
	color: #004c80;
	cursor: pointer;
}
#head #tbl .gnaiv > li:nth-child(2):after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 15px;
	display: block;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	border-right: 2px solid #004c80;
	border-bottom: 2px solid #004c80;
	transform: rotate(45deg);
	z-index: 2;
}
#head #tbl .gnaiv > li:nth-child(2):hover:after {
	border-right: 2px solid #f00;
	border-bottom: 2px solid #f00;
}
#head #tbl .gnaiv li:hover {
	color: #f00;
}
#head #tbl .gnaiv li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 83px;
	font-weight: bold;
	font-size: 13px;
	color: #004c80;
}
#head #tbl .gnaiv li a:hover {
	color: #f00;
}
#head #tbl .gnaiv li img {
	margin-left: 5px;
	vertical-align: middle;
}
#head #tbl .gnaiv li .gbox {
	position: fixed;
	left: 0;
	top: 81px;
	display: none;
	padding-top: 5px;
	width: 100%;
	height: 170px;
	background-color: rgba(0, 76, 128, .8);
	z-index: 3;
}
#head #tbl .gnaiv li:nth-child(2):hover .gbox {
	display: flex;
	justify-content: center;
}
#head #tbl .gnaiv li:nth-child(2):hover .gbox li {
	flex: 0 0 220px;
	margin: 0 10px;
}
#head #tbl .gnaiv li:nth-child(2):hover .gbox li a {
	display: block;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
#head #tbl .gnaiv li:nth-child(2):hover .gbox li a img {
	margin-bottom: 5px;
}
#head #tbl .gnaiv li .gbox li span {
	position: relative;
}
#head #tbl .gnaiv li .gbox li span:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	z-index: 2;
}
#head #tbl .hsns {
	display: flex;
	flex: 0 0 130px;
}
#head #tbl .hsns li {
	margin: 0 4px;
}
#head #tbl .lang {
	position: relative;
	top: 16px;
	flex: 0 0 100px;
	height: 60px;
}
#head #tbl .lang > li > a:after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #004c80;
	border-right: 2px solid #004c80;
	transform: rotate(135deg);
	z-index: 2;
}
#head #tbl .lang li img {
	margin-right: 5px;
}
#head #tbl .lang li a {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 14px;
	color: #004c80;
}
#head #tbl .lang .lbox {
	display: none;
	position: absolute;
	left: 0;
	top: 30px;
}
#head #tbl .lang > li {
	height: 100%;
}
#head #tbl .lang > li:hover .lbox {
	display: block;
}

@media screen and (max-width:768px) {
	#head #tbl .gnaiv {
		display: none;
	}
	#head #tbl .hlogo {
		padding: 0;
	}
	#head #tbl .hsns {
		display: none;
	}
    #head #tbl {
        display: block;
		padding: 15px 0;
    }
    #head #sp-nav {
        display: block;
        position: fixed;
        top: 0;
        right: 0px;
        bottom: 0;
        z-index: 999;
        width: 100%;
        background-color: #004c80;
        padding-top: 0px;
        margin-right: -100%;
        transition: ease-in-out .4s;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        padding-bottom: 120px;
		color: #fff;
    }
    #head #sp-nav.active {
        margin-right: 0px;
    }
    #head #sp-nav .hlogo {
		padding: 15px;
		border-bottom: 2px solid #fff;
	}
	#head #sp-nav > nav {
		padding: 0 10px;
	}
    #head #menu-img {
        position: fixed;
        top: 32px;
        right: 11px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #head #menu-btn {
        position: fixed;
        top: 12px;
        right: 10px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #head #menu-btn .sub-txt {
		margin-top: 2px;
        font-size: 75%;
        text-align: center;
        line-height: 1;
        color: #40857a;
    }
    #head #sp-nav ul:nth-child(1) {
		padding: 30px 30px 0;
	}
    #head #sp-nav ul.sns {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
    #head #sp-nav ul.sns li {
		margin: 0 10px;
	}
    #head #sp-nav ul:nth-child(1) li {
        display: block;
    }
    #head #sp-nav li .op-box a {
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    #head #sp-nav li .op-box a span {
        color: #fff;
        font-size: 70%;
        font-weight: normal;
        margin-left: 9px;
    }
    #head #sp-nav .btn,
	#head #sp-nav ul > li > a {
        color: #fff;
        text-decoration: none;
		font-weight: 500;
		font-size: 15px;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        position: relative;
        display: block;
	}
	#head #sp-nav nav.adult > ul > li > a {
        border-top: 1px #fff solid;
		color: #fff;
	}
	#head #sp-nav > nav > ul > li:nth-child(1) > a {
		border-top: none;
	}
    #head #sp-nav .btn.no-arrow:after {
        display: none;
    }
    #head #sp-nav .btn:after,
	#head #sp-nav ul:nth-child(1) > li > a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
    }
    #head #sp-nav .btn span,
	#head #sp-nav ul > li > a span {
        color: #fff;
        font-size: 70%;
        font-weight: normal;
        margin-left: 10px;
    }
    #head #sp-nav .op-box {
        display: none;
    }
    #head #sp-nav .stitle {
		padding: 7px 0;
		text-align: center;
		background-color: #000;
		font-weight: bold;
		font-size: 18px;
		color: #fff;
	}
	#head .btn_close {
		position: absolute;
		right: 10px;
		top: 10px;
	}
	#head .btn_close img {
		vertical-align: text-bottom;
	}
    .accordion_icon,
	.accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: -5px;
        margin-top: -7px;
        top: 50%;
        vertical-align: middle;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .menu-trigger,
	.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 24px;
		height: 19px;
    }
    .menu-trigger span {
        position: absolute;
        left: 6px;
        width: 100%;
        height: 3px;
        background-color: #000;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
	}
	
	#gnavi {
		padding: 5px 0 17px;
	}
	#gnavi li {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-top: 15px;
	}
	#gnavi a {
		display: block;
		padding: 2px 0 2px 10px;
		text-align: left;
		line-height: 1;
		letter-spacing: 0;
		font-weight: bold;
		font-size: 100%;
		text-decoration: none;
	}
}
@media screen and (max-width:480px) {
	#head #tbl .hlogo img {
		width: 130px;
		transition: ease-in-out .3s;
	}
	#head .htop {
		padding: 5px;
		font-size: 12px;
	}
    #head #sp-nav {
        top: 0;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow-y: auto;
		overflow-x: hidden;
	}
    #head #menu-img {
        position: fixed;
        top: 29px;
        right: 11px;
        z-index: 99999999;
	}
	#head.fixed #menu-img {
		display: none;
	}
    #head #menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 99999999;
    }
    #head #menu-btn .sub-txt {
		margin-top: 6px;
    }
    #head.fixed #menu-btn .sub-txt {
		margin-top: 0;
    }
    .menu-trigger {
        width: 35px;
		height: 35px;
    }
    .menu-trigger span {
        height: 3px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

.pagetop {
	margin-top: 20px;
	text-align: center;
}
footer#footer {
	background-color: #004c80;
	color: #fff;
}
footer#footer .inner {
	padding-top: 30px;
	padding-bottom: 10px;
}
footer#footer .top {
	display: flex;
	justify-content: space-between;
}
footer#footer .top .info {
	flex: 0 0 230px;
}
footer#footer .top .info .text {
	margin-top: 10px;
	font-size: 10px;
}
footer#footer .fnavi {
	display: flex;
}
footer#footer .fnavi > ul {
	display: flex;
	justify-content: center;
}
footer#footer .fnavi > ul li {
	margin: 0 12px;
}
footer#footer .fnavi > ul li ul li {
	margin: 0;
}
footer#footer .fnavi > ul:nth-child(2) li {
	margin: 0 5px;
}
footer#footer .fnavi > ul:nth-child(2) li img {
	width: 25px;
}
footer#footer .fnavi ul li a {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}
footer#footer .fnavi ul li a:hover {
	color: #f00;
}
footer#footer .fnavi ul.menu li a:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
footer#footer .fnavi ul.menu li a:hover:after {
	border-top: 2px solid #f00;
	border-right: 2px solid #f00;
}
footer#footer .fnavi ul.menu li:nth-child(4) a:after {
	border: none;
}
footer#footer .fnavi ul:nth-child(1) li a img {
	margin-left: 5px;
	vertical-align: middle;
}
footer#footer .copyright {
	margin-top: 20px;
	padding: 7px 0 0;
	text-align: center;
	font-size: 10px;
}
@media screen and (max-width: 767px) {
	footer#footer .inner {
		padding-top: 80px;
		max-width: 280px;
	}
	footer#footer .top {
		flex-wrap: wrap;
	}
	footer#footer .top .info {
		flex: 0 0 100%;
		text-align: center;
	}
	footer#footer .top .info .text {
		margin-top: 10px;
		font-size: 12px;
	}
	footer#footer .fnavi {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	footer#footer .fnavi ul {
		flex-wrap: wrap;
	}
	footer#footer .fnavi ul:nth-child(1) li {
		flex: 0 0 100%;
		margin: 0;
	}
	footer#footer .fnavi ul:nth-child(1) li a {
		position: relative;
		display: block;
		padding: 12px 0;
	}
	footer#footer .fnavi ul:nth-child(1) li a:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		display: block;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	footer#footer .fnavi ul:nth-child(2) {
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	footer#footer .fnavi ul:nth-child(2) img {
		vertical-align: middle;
	}
	footer#footer .fnavi ul.sns {
		margin-top: 30px;
	}
	footer#footer .copyright {
		margin-top: 30px;
	}
}

#topban {
	position: relative;
}
#topban img {
	width: 100%;
	height: auto;
}
#topban .mark {
	position: absolute;
	left: 0;
	right: 0;
	top: -50px;
	bottom: 0;
	margin: auto;
	width: 500px;
	height: 257px;
}
.OTHER #topban .mark {
	top: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 34px;
	color: #fff;
	text-shadow: 1px 1px 10px #000;
}
@media screen and (max-width: 767px) {
	#topban .mark {
		width: 320px;
		height: 164px;
	}
	.OTHER #topban .mark {
		padding-top: 20px;
		height: 30px;
		font-size: 20px;
	}
	#topban .mark img {
		width: 320px;
		height: 164px;
	}
}
@media screen and (max-width: 767px) {
}

#bread {
	padding: 0 0 10px;
}
#bread li {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	font-size: 12px;
}
#bread li:first-child {
	padding-left: 0;
}
#bread li::before {
	content: ">";
	position: absolute;
	left: 3px;
	top: 0;
	font-size: 12px;
}
#bread li:first-child::before {
	content: "";
	padding-left: 0;
}
#bread li a {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	#bread {
		padding: 10px 0;
	}
}

.sec .inner {
	padding-top: 70px;
	padding-bottom: 70px;
}
.sec h1.midashi {
	text-align: center;
	line-height: 1.4;
	letter-spacing: 5px;
	font-weight: 200;
	font-size: 30px;
	color: #004c80;
}
.sec h1.midashi.b {
	letter-spacing: 3px;
	font-size: 38px;
}
.sec h2.midashi {
	padding: 20px 0;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 5px;
	border-bottom: 1px solid #004c80;
	font-weight: 200;
	font-size: 30px;
	color: #004c80;
}
.sec h2.midashi span {
	font-size: 24px;
}
.sec .msub {
	text-align: center;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: 200;
	font-size: 20px;
	color: #004c80;
}
.sec .lead {
	margin-top: 30px;
	line-height: 1.8;
	font-size: 20px;
}
.sec .more {
	text-align: center;
}
.sec .more span,
.sec .more a {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #004c80;
	font-size: 18px;
	color: #004c80;
}
.sec .more a:hover {
	border: 1px solid #f00;
	color: #f00;
}
.sec a.waku {
	display: block;
	border: 1px solid #fff;
}
.sec a.waku:hover .more span,
.sec a.waku:hover {
	border: 1px solid #f00;
	color: #f00;
}
.sec a.waku2 img {
	display: block;
	border: 1px solid #fff;
}
.sec a.waku2:hover .more span,
.sec a.waku2:hover img {
	border: 1px solid #f00;
	color: #f00;
}
@media screen and (max-width: 767px) {
	.sec .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec h1.midashi {
		font-size: 20px;
	}
	.sec h1.midashi.b {
		line-height: 1.4;
		font-size: 22px;
	}
	.sec h2.midashi {
		font-size: 20px;
	}
	.sec h2.midashi span {
		display: block;
		font-size: 16px;
	}
	.sec .msub {
		margin-top: 10px;
		letter-spacing: 0;
		font-size: 14px;
	}
	.sec .lead {
		margin-top: 20px;
		font-size: 16px;
	}
	.sec .more a {
		padding: 8px 15px;
		font-size: 14px;
	}
}

#TOP #sec1 .body {
	position: relative;
	margin-top: 30px;
}
#TOP #sec1 .body .more {
	position: absolute;
	right: 20px;
	bottom: -26px;
}
@media screen and (max-width: 767px) {
	#TOP #sec1 .body .more {
		right: 15px;
		bottom: -18px;
	}
}

#TOP #sec2 .body dl {
	border-bottom: 1px solid #004c80;
}
#TOP #sec2 .body dl a {
	display: flex;
	padding: 25px 20px;
}
#TOP #sec2 .body dl a:hover {
	color: #f00;
}
#TOP #sec2 .body dl dt {
	flex: 0 0 170px;
	line-height: 1.6;
	letter-spacing: 2px;
}
#TOP #sec2 .body dl dd {
	flex: 1;
	line-height: 1.6;
}
#TOP #sec2 .more {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	#TOP #sec2 .body dl a {
		flex-wrap: wrap;
		padding: 20px 10px;
	}
	#TOP #sec2 .body dl dt {
		flex: 0 0 100%;
	}
	#TOP #sec2 .body dl dd {
		flex: 0 0 100%;
	}
}

#TOP #sec3 .body .rows {
	display: flex;
	justify-content: space-between;
}
#TOP #sec3 .body .rows .list {
	flex: 0 0 49%;
	margin-top: 30px;
	text-align: center;
}
#TOP #sec3 .body .rows .list .name {
	font-weight: bold;
	font-size: 22px;
}
#TOP #sec3 .body .rows .list .number {
	font-size: 16px;
}
#TOP #sec3 .body .rows .list .price {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #004c80;
	font-weight: bold;
	font-size: 24px;
}
#TOP #sec3 .more {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	#TOP #sec3 .body .rows {
		flex-wrap: wrap;
	}
	#TOP #sec3 .body .rows .list {
		flex: 0 0 100%;
		margin-top: 50px;
	}
	#TOP #sec3 .body .rows .list .name {
		font-size: 20px;
	}
	#TOP #sec3 .body .rows .list .number {
		font-size: 14px;
	}
	#TOP #sec3 .body .rows .list .price {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 20px;
	}
	#TOP #sec3 .more {
		margin-top: 40px;
	}
}

#TOP #sec4 .body .top {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#TOP #sec4 .body .top .img {
	flex: 0 0 60%;
}
#TOP #sec4 .body .top .text {
	flex: 0 0 35%;
	font-size: 20px;
}
#TOP #sec4 .body .bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#TOP #sec4 .body .bottom .box {
	flex: 0 0 33%;
	padding: 15px 20px;
	background-color: #004c80;
	line-height: 1.8;
	font-size: 17px;
	color: #fff;
}
#TOP #sec4 .body .bottom .rows {
	flex: 0 0 63%;
	display: flex;
	justify-content: space-between;
}
#TOP #sec4 .body .bottom .rows .list {
	flex: 0 0 32%;
}
#TOP #sec4 .body .bottom .rows .list .img {
	position: relative;
}
#TOP #sec4 .body .bottom .rows .list .img .more {
	margin-top: -26px;
}
#TOP #sec4 .body .bottom .rows .list a span {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	#TOP #sec4 .body .top {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	#TOP #sec4 .body .top .img {
		flex: 0 0 100%;
	}
	#TOP #sec4 .body .top .text {
		flex: 0 0 100%;
		margin-top: 10px;
		font-size: 13px;
	}
	#TOP #sec4 .body .bottom {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	#TOP #sec4 .body .bottom .box {
		flex: 0 0 100%;
		padding: 15px 25px;
		font-size: 16px;
	}
	#TOP #sec4 .body .bottom .rows {
		flex-wrap: wrap;
		flex: 0 0 100%;
	}
	#TOP #sec4 .body .bottom .rows .list {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#TOP #sec4 .body .bottom .rows .list .img .more {
		margin-top: -20px;
	}
	#TOP #sec4 .body .bottom .rows .list .img .more a {
		font-size: 14px;
	}
}

#TOP #sec5 .body .rows {
	display: flex;
	justify-content: space-between;
}
#TOP #sec5 .body .rows .list {
	flex: 0 0 48%;
	margin-top: 30px;
}
#TOP #sec5 .body .rows .list .img {
	position: relative;
}
#TOP #sec5 .body .rows .list .img .more {
	margin-top: -26px;
}
#TOP #sec5 .body .rows .list .img .more a {
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	#TOP #sec5 .body .rows {
		flex-wrap: wrap;
		flex: 0 0 100%;
	}
	#TOP #sec5 .body .rows .list {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#TOP #sec5 .body .rows .list .img .more {
		margin-top: -20px;
	}
	#TOP #sec5 .body .rows .list .img .more a {
		font-size: 14px;
	}
}


.OTHER #sec1 .inner {
	padding-top: 10px;
}
.OTHER .sec .slider_blk {
	margin-top: 100px;
}
.OTHER .sec .slider_blk .slider-nav {
	padding: 25px 50px;
	background-color: #004c80;
}
.OTHER .sec .slider_blk .slider-nav .thumbnail_img {
	padding: 5px;
}
@media screen and (max-width: 767px) {
	.OTHER .sec .slider_blk {
		margin-top: 50px;
	}
	.OTHER .sec .slider_blk .slider-nav {
		padding: 5px 20px;
		background-color: #004c80;
	}
	.OTHER .sec .slider_blk .slider-nav .thumbnail_img {
		padding: 2px;
	}
}
.OTHER #sec2 .plogo {
	margin-bottom: 70px;
	text-align: center;
}
.OTHER #sec2 .rows .list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.OTHER #sec2 .rows .list:nth-child(even) {
	flex-direction: row-reverse;
}
.OTHER #sec2 .rows .list .img {
	flex: 0 0 61%;
}
.OTHER #sec2 .rows .list .info {
	flex: 0 0 36%;
}
.OTHER #sec2 .rows .list .info .title {
	line-height: 1.4;
	font-weight: bold;
	font-size: 34px;
	color: #004c80;
}
.OTHER #sec2 .rows .list .info .text {
	margin-top: 15px;
	line-height: 1.7;
	font-size: 20px;
}
@media screen and (max-width: 767px) {
	.OTHER #sec2 .plogo {
		margin-bottom: 30px;
	}
	.OTHER #sec2 .plogo img {
		width: 210px;
	}
	.OTHER #sec2 .rows .list {
		flex-wrap: wrap;
		margin-top: 50px;
	}
	.OTHER #sec2 .rows .list:nth-child(even) {
		flex-direction: row;
	}
	.OTHER #sec2 .rows .list .img {
		flex: 0 0 100%;
	}
	.OTHER #sec2 .rows .list .info {
		flex: 0 0 100%;
	}
	.OTHER #sec2 .rows .list .info .title {
		margin-top: 20px;
		font-size: 22px;
	}
	.OTHER #sec2 .rows .list .info .text {
		margin-top: 10px;
		font-size: 16px;
	}
}
.OTHER #sec3 .rows {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.OTHER #sec3 .rows .list {
	flex: 0 0 31%;
	margin-left: 3%;
	margin-top: 50px;
	text-align: center;
}
.OTHER #sec3 .rows .list:nth-child(3n+1) {
	margin-left: 0;
}
.OTHER #sec3 .rows .list .name {
	margin-top: 10px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 20px;
}
.OTHER #sec3 .rows .list .info {
	margin-top: 10px;
	padding: 10px;
	line-height: 1.4;
	border-top: 1px solid #004c80;
	border-bottom: 1px solid #004c80;
	font-size: 13px;
}
.OTHER #sec3 .rows .list .price {
	margin-top: 8px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 24px;
}
.OTHER #sec3 .rows .list .min {
	margin-top: 5px;
	line-height: 1.4;
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.OTHER #sec3 .rows .list {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 50px;
	}
	.OTHER #sec3 .rows .list .name {
		margin-top: 5px;
	}
	.OTHER #sec3 .rows .list .info {
		font-size: 14px;
	}
}

#contact_blk {
	background-color: #d9e4ec;
}
#contact_blk .top_text {
	text-align: center;
	line-height: 1.8;
	font-size: 22px;
}
#contact_blk .rows {
	display: flex;
	margin-top: 30px;
}
#contact_blk .rows .info {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	flex: 0 0 50%;
	text-align: center;
	background-color: #004c80;
	color: #fff;
}
#contact_blk .rows .info .text {
	font-weight: bold;
	font-size: 20px;
}
#contact_blk .rows .info .tel {
	margin-top: 30px;
}
#contact_blk .rows .info .tantou {
	margin-top: 10px;
	font-weight: bold;
	font-size: 16px;
}
#contact_blk .rows .img {
	flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
	#contact_blk .top_text {
		font-size: 18px;
	}
	#contact_blk .rows {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	#contact_blk .rows .info {
		flex: 0 0 100%;
		padding: 25px 20px;
	}
	#contact_blk .rows .info .text {
		line-height: 1.8;
		font-size: 18px;
	}
	#contact_blk .rows .info .tel {
		margin-top: 30px;
	}
	#contact_blk .rows .info .tantou {
		margin-top: 10px;
		font-size: 14px;
	}
	#contact_blk .rows .img {
		flex: 0 0 100%;
	}
}

#BOAD #sec1 .midashi {
	margin-top: 20px;
}
#BOAD #sec1 .midashi img {
	max-width: 720px;
}
#BOAD #sec1 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#BOAD #sec1 .rows .list {
	flex: 0 0 32%;
}
#BOAD #sec1 .rows .list .more {
	margin-top: -26px;
}
@media screen and (max-width: 767px) {
	#BOAD #sec1 .midashi img {
		max-width: 100%;
	}
	#BOAD #sec1 .rows {
		flex-wrap: wrap;
		margin-top: 50px;
	}
	#BOAD #sec1 .rows .list {
		flex: 0 0 100%;
		margin-top: 30px;
	}
	#BOAD #sec1 .rows .list .more {
		margin-top: -26px;
	}
}

#ABOUT #sec1 .rows {
	display: flex;
	justify-content: space-between;
}
#ABOUT #sec1 .rows .text {
	flex: 0 0 48%;
	line-height: 1.8;
}
#ABOUT #sec1 .rows .img {
	flex: 0 0 48%;
	text-align: center;
}
#ABOUT #sec1 .rows .img img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 410px;
}
@media screen and (max-width: 767px) {
	#ABOUT #sec1 .rows {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#ABOUT #sec1 .rows .text {
		flex: 0 0 100%;
		margin-top: 30px;
	}
	#ABOUT #sec1 .rows .img {
		flex: 0 0 100%;
	}
	#ABOUT #sec1 .rows .img img {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		max-width: 310px;
	}
}
#ABOUT #sec2 .ban {
	width: 100%;
	height: 750px;
}
#ABOUT #sec2 .ban1 {
	background: transparent url(../images/about/sec2_ban1.jpg) no-repeat center center;
	background-size: cover;
}
#ABOUT #sec2 .ban2 {
	background: transparent url(../images/about/sec2_ban2.jpg) no-repeat center center;
	background-size: cover;
}
#ABOUT #sec2 .inner {
	position: relative;
}
#ABOUT #sec2 .ban .layer {
	position: absolute;
	left: 0;
	top: 100px;
	padding: 50px 40px;
	max-width: 520px;
	background-color: #004c80;
	color: #fff;
}
#ABOUT #sec2 .ban.ban2 .layer {
	left: auto;
	right: 0;
	top: 100px;
}
#ABOUT #sec2 .layer .title {
	line-height: 1.4;
	font-weight: bold;
	font-size: 28px;
}
#ABOUT #sec2 .layer .text {
	margin-top: 20px;
	line-height: 2;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#ABOUT #sec2 .ban {
		height: 465px;
	}
	#ABOUT #sec2 .ban1 {
		background: transparent url(../images/about/sp_sec2_ban1.jpg) no-repeat center center;
		background-size: cover;
	}
	#ABOUT #sec2 .ban2 {
		background: transparent url(../images/about/sp_sec2_ban2.jpg) no-repeat center center;
		background-size: cover;
	}
	#ABOUT #sec2 .inner {
		position: relative;
	}
	#ABOUT #sec2 .ban .layer {
		position: absolute;
		left: 0;
		right: 0;
		top: 30px;
		margin: auto;
		padding: 30px 20px;
		max-width: 90%;
		background-color: #004c80;
		color: #fff;
	}
	#ABOUT #sec2 .ban.ban2 .layer {
		left: 0;
		right: 0;
		top: 30px;
	}
	#ABOUT #sec2 .layer .title {
		line-height: 1.4;
		font-weight: bold;
		font-size: 20px;
	}
	#ABOUT #sec2 .layer .text {
		margin-top: 20px;
		line-height: 2;
		font-size: 14px;
	}
}

#ABOUT #sec3 .title {
	line-height: 1.4;
	font-weight: bold;
	font-size: 28px;
}
#ABOUT #sec3 .text {
	margin-top: 15px;
	line-height: 1.8;
	font-size: 20px;
}
#ABOUT #sec3 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#ABOUT #sec3 .rows .img {
	flex: 0 0 48%;
	text-align: center;
}
#ABOUT #sec3 .rows .img img {
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	#ABOUT #sec3 .title {
		font-size: 20px;
	}
	#ABOUT #sec3 .text {
		margin-top: 15px;
		line-height: 1.8;
		font-size: 16px;
	}
	#ABOUT #sec3 .rows {
		flex-wrap: wrap;
		margin-top: 0;
	}
	#ABOUT #sec3 .rows .img {
		flex: 0 0 100%;
		margin-top: 30px;
	}
	#ABOUT #sec3 .rows .img img {
		margin-bottom: 10px;
	}
}
#ABOUT #sec4 .ban {
	width: 100%;
	height: 750px;
}
#ABOUT #sec4 .ban1 {
	background: transparent url(../images/about/sec4_ban1.jpg) no-repeat center center;
	background-size: cover;
}
#ABOUT #sec4 .ban2 {
	background: transparent url(../images/about/sec4_ban2.jpg) no-repeat center center;
	background-size: cover;
}
#ABOUT #sec4 .inner {
	position: relative;
}
#ABOUT #sec4 .ban .layer {
	position: absolute;
	left: 0;
	top: 100px;
	padding: 40px 30px;
	max-width: 520px;
	background-color: #004c80;
	color: #fff;
}
#ABOUT #sec4 .ban.ban1 .layer {
	max-width: 350px;
}
#ABOUT #sec4 .layer .title {
	line-height: 1.6;
	font-weight: bold;
	font-size: 28px;
}
#ABOUT #sec4 .layer .text {
	margin-top: 20px;
	line-height: 2;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	#ABOUT #sec4 .ban {
		height: 465px;
	}
	#ABOUT #sec4 .ban1 {
		background: transparent url(../images/about/sp_sec4_ban1.jpg) no-repeat center center;
		background-size: cover;
	}
	#ABOUT #sec4 .ban2 {
		background: transparent url(../images/about/sp_sec4_ban2.jpg) no-repeat center center;
		background-size: cover;
	}
	#ABOUT #sec4 .inner {
		position: relative;
		height: 100%;
	}
	#ABOUT #sec4 .ban .layer {
		position: absolute;
		left: 0;
		right: 0;
		top: 30px;
		margin: auto;
		padding: 20px 20px;
		max-width: 90%;
		background-color: #004c80;
		color: #fff;
	}
	#ABOUT #sec4 .ban.ban2 .layer {
		top: auto;
		bottom: -170px;
	}
	#ABOUT #sec4 .layer .title {
		font-size: 24px;
	}
	#ABOUT #sec4 .ban2 .layer .title {
		font-size: 18px;
	}
	#ABOUT #sec4 .layer .text {
		margin-top: 20px;
		line-height: 2;
		font-size: 14px;
	}
}

.dl_list dl {
	position: relative;
	display: flex;
	padding: 23px 0;
	border-bottom: 1px solid #004c80;
	font-size: 15px;
}
.dl_list dl dt {
	flex: 0 0 125px;
	letter-spacing: 2px;
}
.dl_list dl dd {
	flex: 1;
	padding-left: 15px;
	border-left: 1px solid #004c80;
}
.dl_list dl dd p {
	position: relative;
	padding-left: 15px;
}
.dl_list dl dd p:before {
	content: "・";
	position: absolute;
	left: -5px;
}
.dl_list dl dd p span {
	font-weight: bold;
	color: #f00;
}
.dl_list dl .circle {
	position: absolute;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 134px;
	height: 134px;
	text-align: center;
	line-height: 1.4;
	background-color: #f00;
	border-radius: 154px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.dl_list dl {
		flex-wrap: wrap;
		padding: 15px 0;
		font-size: 15px;
	}
	.dl_list dl dt {
		flex: 0 0 100%;
		letter-spacing: 2px;
	}
	.dl_list dl dd {
		flex: 0 0 100%;
		margin-top: 10px;
		padding-left: 0;
		line-height: 1.6;
		border-left: none;
	}
	.dl_list dl dd p {
		padding-left: 15px;
	}
	.dl_list dl .circle {
		top: 115px;
		width: 80px;
		height: 80px;
		border-radius: 80px;
		font-size: 12px;
	}
}

#ABOUT #sec5 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#ABOUT #sec5 .rows .img {
	flex: 0 0 307px;
}
#ABOUT #sec5 .rows .img .p {
	margin-bottom: 15px;
}
#ABOUT #sec5 .rows .info {
	flex: 1;
	padding-left: 30px;
}
@media screen and (max-width: 767px) {
	#ABOUT #sec5 {
		margin-top: 180px;
	}
	#ABOUT #sec5 .rows {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	#ABOUT #sec5 .rows .img {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#ABOUT #sec5 .rows .img .p {
		margin-bottom: 15px;
	}
	#ABOUT #sec5 .rows .info {
		flex: 0 0 100%;
		padding-left: 0;
	}
}

#ABOUT #sec6 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#ABOUT #sec6 .rows .img {
	flex: 0 0 48%;
}
#ABOUT #sec6 .rows .info {
	flex: 0 0 48%;
}
#ABOUT #sec6 .rows .info .sub {
	font-size: 20px;
}
#ABOUT #sec6 .rows .info .name {
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 28px;
}
#ABOUT #sec6 .rows .info .title {
	margin-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #004c80;
	font-size: 20px;
	color: #004c80;
}
@media screen and (max-width: 767px) {
	#ABOUT #sec6 .rows {
		flex-wrap: wrap;
		margin-top: 30px;
	}
	#ABOUT #sec6 .rows .img {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#ABOUT #sec6 .rows .info {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#ABOUT #sec6 .rows .info .sub {
		text-align: center;
		font-size: 16px;
	}
	#ABOUT #sec6 .rows .info .name {
		margin-top: 10px;
		text-align: center;
		font-size: 22px;
	}
	#ABOUT #sec6 .rows .info .join {
		margin-top: 15px;
		text-align: center;
	}
	#ABOUT #sec6 .rows .info .title {
		margin-top: 30px;
		padding-bottom: 15px;
		font-size: 16px;
	}
}

#COMPANY #lnavi {
	margin-top: 50px;
}
#COMPANY #lnavi ul {
	display: flex;
	justify-content: space-between;
}
#COMPANY #lnavi ul li {
	flex: 0 0 32%;
}
#COMPANY #lnavi ul li a {
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #004c80;
	color: #004c80;
}
@media screen and (max-width: 767px) {
	#COMPANY #lnavi {
		margin-top: 20px;
	}
}
#COMPANY #sec1 {
	margin-top: 100px;
}
#COMPANY #sec1 .rows {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#COMPANY #sec1 .rows .info {
	flex: 0 0 48%;
}
#COMPANY #sec1 .rows .info dl {
	display: flex;
	padding: 7px 0;
	border-bottom: 1px solid #004c80;
}
#COMPANY #sec1 .rows .info dl:nth-child(1) {
	border-top: 1px solid #004c80;
}
#COMPANY #sec1 .rows .info dl dt {
	flex: 0 0 100px;
	padding-right: 10px;
	text-align: right;
}
#COMPANY #sec1 .rows .info dl dd {
	flex: 1;
	padding: 0 10px;
	border-left: 1px solid #004c80;
}
#COMPANY #sec1 .rows .img {
	flex: 0 0 48%;
}
@media screen and (max-width: 767px) {
	#COMPANY #sec1 {
		margin-top: 50px;
	}
	#COMPANY #sec1 .rows {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 30px;
	}
	#COMPANY #sec1 .rows .info {
		flex: 0 0 100%;
		margin-top: 30px;
	}
	#COMPANY #sec1 .rows .img {
		flex: 0 0 100%;
	}
}
#COMPANY #sec2 .rows {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#COMPANY #sec2 .rows .list {
	display: block;
	flex: 0 0 47%;
	margin-top: 50px;
}
#COMPANY #sec2 .rows .list .title {
	margin-top: 10px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#COMPANY #sec2 .rows .list {
		flex: 0 0 100%;
		margin-top: 30px;
	}
}
#COMPANY #sec3 .name {
	margin-top: 40px;
	text-align: center;
}
#COMPANY #sec3 .row {
	display: block;
}
#COMPANY #sec3 .row .list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#COMPANY #sec3 .row .list .img {
	flex: 0 0 66%;
}
#COMPANY #sec3 .row .list .info {
	flex: 0 0 30%;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	#COMPANY #sec3 .row .list {
		flex-wrap: wrap;
		margin-top: 40px;
	}
	#COMPANY #sec3 .row .list .img {
		flex: 0 0 100%;
	}
	#COMPANY #sec3 .row .list .info {
		flex: 0 0 100%;
		margin-top: 20px;
	}
}

#SCHOOL #sec1 {
	margin-top: 30px;
}
#SCHOOL #sec1 .body {
	margin-top: 50px;
}
#SCHOOL #sec1 .body .text {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	#SCHOOL #sec1 .body .text {
		margin-top: 20px;
	}
}

#SCHOOL #sec2 {
	margin-top: 30px;
}
#SCHOOL #sec2 .row {
	display: flex;
	justify-content: space-between;
}
#SCHOOL #sec2 .row .list {
	flex: 0 0 31.5%;
	margin-top: 120px;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #004c80;
}
#SCHOOL #sec2 .row .list .circle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -100px auto 0;
	width: 160px;
	height: 160px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4;
	background-color: #ed1c24;
	border-radius: 160px;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}
#SCHOOL #sec2 .row .list .title {
	padding: 15px 0;
	line-height: 1.6;
	border-bottom: 2px solid #004c80;
	font-weight: bold;
	font-size: 20px;
}
#SCHOOL #sec2 .row .list .time {
	margin-top: 15px;
	line-height: 1.2;
	font-weight: bold;
	font-size: 28px;
	color: #80a5bf;
}
#SCHOOL #sec2 .row .list .price {
	line-height: 1.2;
	font-weight: bold;
	font-size: 50px;
	color: #ed1c24;
}
#SCHOOL #sec2 .row .list .other {
	margin-top: 10px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 18px;
}
#SCHOOL #sec2 .row .list .other span {
	line-height: 1.4;
	font-weight: bold;
	font-size: 28px;
	color: #ed1c24;
}
@media screen and (max-width: 767px) {
	#SCHOOL #sec2 {
		margin-top: 30px;
	}
	#SCHOOL #sec2 .row {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	#SCHOOL #sec2 .row .list {
		flex: 0 0 100%;
		margin-top: 110px;
		padding: 15px;
		text-align: center;
		border-radius: 10px;
		border: 2px solid #004c80;
	}
	#SCHOOL #sec2 .row .list .circle {
		margin: -90px auto 0;
		width: 140px;
		height: 140px;
		border-radius: 140px;
		font-size: 26px;
	}
	#SCHOOL #sec2 .row .list .title {
		font-size: 18px;
	}
	#SCHOOL #sec2 .row .list .time {
		font-size: 26px;
	}
	#SCHOOL #sec2 .row .list .price {
		font-size: 44px;
	}
	#SCHOOL #sec2 .row .list .other {
		font-size: 16px;
	}
	#SCHOOL #sec2 .row .list .other span {
		font-size: 26px;
	}
}

#SCHOOL #sec3 {
	margin-top: 30px;
}
#SCHOOL #sec3 .row {
	display: flex;
	justify-content: space-between;
}
#SCHOOL #sec3 .row .list {
	flex: 0 0 30%;
	margin-top: 50px;
	text-align: center;
}
#SCHOOL #sec3 .row .list .title {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
}
#SCHOOL #sec3 .row .list .price {
	line-height: 1.2;
	font-weight: bold;
	font-size: 28px;
	color: #ed1c24;
}
@media screen and (max-width: 767px) {
	#SCHOOL #sec3 {
		margin-top: 30px;
	}
	#SCHOOL #sec3 .row {
		flex-wrap: wrap;
	}
	#SCHOOL #sec3 .row .list {
		flex: 0 0 100%;
		margin-top: 50px;
	}
	#SCHOOL #sec3 .row .list .title {
		margin-top: 15px;
	}
	#SCHOOL #sec3 .row .list .price {
		margin-top: 10px;
	}
}

#SCHOOL #sec4 {
	margin-top: 30px;
}
#SCHOOL #sec4 .row .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
#SCHOOL #sec4 .row .list:nth-child(even) {
	flex-direction: row-reverse;
}
#SCHOOL #sec4 .row .list .img {
	flex: 0 0 64%
}
#SCHOOL #sec4 .row .list .info {
	flex: 0 0 33%
}
#SCHOOL #sec4 .row .list .info .title {
	line-height: 1.6;
	font-weight: bold;
	font-size: 32px;
	color: #004c80;
}
#SCHOOL #sec4 .row .list .info .text {
	margin-top: 10px;
	line-height: 1.8;
	font-size: 18px;
}
#SCHOOL #sec4 .row .list .info .other {
	margin-top: 20px;
	padding-left: 12px;
	line-height: 1.6;
	text-indent: -12px;
	font-size: 12px;
}
#SCHOOL #sec4 .row .list .info .other:before {
	content: "※";
}
#SCHOOL #sec4 .bottom {
	margin-top: 30px;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 42px;
}
#SCHOOL #sec4 .bottom span {
	color: #ed1c24;
}
@media screen and (max-width: 767px) {
	#SCHOOL #sec4 {
		margin-top: 30px;
	}
	#SCHOOL #sec4 .row .list {
		margin-top: 50px;
	}
	#SCHOOL #sec4 .row .list:nth-child(even) {
		flex-direction: row;
	}
	#SCHOOL #sec4 .row .list .img {
		flex: 0 0 100%;
	}
	#SCHOOL #sec4 .row .list .info {
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#SCHOOL #sec4 .row .list .info .title {
		line-height: 1.6;
		font-size: 24px;
	}
	#SCHOOL #sec4 .row .list .info .text {
		margin-top: 10px;
		font-size: 16px;
	}
	#SCHOOL #sec4 .row .list .info .other {
		margin-top: 20px;
		padding-left: 12px;
		line-height: 1.6;
		text-indent: -12px;
		font-size: 12px;
	}
	#SCHOOL #sec4 .bottom {
		margin-top: 30px;
		line-height: 2;
		font-size: 24px;
	}
}
#SCHOOL #sec5 .slider_blk {
	margin-top: 50px;
}
#SCHOOL #sec6 .row {
	margin-top: 30px;
}
#SCHOOL #sec6 .row .list {
	position: relative;
	display: flex;
	padding: 20px 0;
}
#SCHOOL #sec6 .row .list:before {
	content: "";
	position: absolute;
	left: 40px;
	top: -12px;
	width: 16px;
	height: 16px;
	border-top: 4px solid #004c80;
	border-right: 4px solid #004c80;
	transform: rotate(135deg);
}
#SCHOOL #sec6 .row .list:first-child:before {
	border: none;
}
#SCHOOL #sec6 .row .list .step {
	display: flex;
	flex: 0 0 100px;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 1;
	background-color: #004c80;
	border-radius: 100px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
#SCHOOL #sec6 .row .list .step span {
	flex: 0 0 100%;
	line-height: 1.2;
	font-size: 34px;
}
#SCHOOL #sec6 .row .list .info {
	flex: 1;
	padding-left: 30px;
	padding-top: 15px;
}
#SCHOOL #sec6 .row .list .info .title {
	line-height: 1.4;
	font-weight: bold;
	font-size: 20px;
	color: #004c80;
}
#SCHOOL #sec6 .row .list .info .text {
	margin-top: 5px;
	line-height: 1.6;
	font-size: 18px;
}
#SCHOOL #sec6 .row .list .info ul {
	display: flex;
	margin-top: 5px;
}
#SCHOOL #sec6 .row .list .info ul li {
	position: relative;
	margin-right: 20px;
}
#SCHOOL #sec6 .row .list .info ul li:nth-child(3) {
	padding-right: 110px;
}
#SCHOOL #sec6 .row .list .info ul li:nth-child(3) img {
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	#SCHOOL #sec5 .slider_blk {
		margin-top: 50px;
	}
	#SCHOOL #sec6 .row {
		margin-top: 0;
	}
	#SCHOOL #sec6 .row .list {
		flex-wrap: wrap;
		padding: 40px 0;
		text-align: center;
	}
	#SCHOOL #sec6 .row .list:before {
		content: "";
		position: absolute;
		left: 50%;
		top: -15px;
		margin-left: -8px;
		width: 16px;
		height: 16px;
	}
	#SCHOOL #sec6 .row .list .step {
		flex: 0 0 100px;
		margin: 0 auto;
		width: 100px;
		height: 100px;
		text-align: center;
		line-height: 1;
		background-color: #004c80;
		border-radius: 100px;
		font-weight: bold;
		font-size: 16px;
		color: #fff;
	}
	#SCHOOL #sec6 .row .list .step span {
		flex: 0 0 100%;
		line-height: 1.2;
		font-size: 34px;
	}
	#SCHOOL #sec6 .row .list .info {
		flex: 0 0 100%;
		padding-left: 0;
		padding-top: 15px;
	}
	#SCHOOL #sec6 .row .list .info .title {
		line-height: 1.4;
		font-weight: bold;
		font-size: 20px;
		color: #004c80;
	}
	#SCHOOL #sec6 .row .list .info .text {
		margin-top: 10px;
		line-height: 1.8;
		font-size: 14px;
	}
	#SCHOOL #sec6 .row .list .info ul {
		display: block;
		margin-top: 10px;
	}
	#SCHOOL #sec6 .row .list .info ul li {
		position: relative;
		margin-right: 20px;
		margin-top: 5px;
		font-size: 16px;
	}
}
#SCHOOL #sec7 .map {
	margin-top: 50px;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
#SCHOOL #sec7 .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
#SCHOOL #sec7 .address {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#SCHOOL #sec7 .map {
		margin-top: 30px;
	}
}

#BIKE #sec1 .body .rows {
	display: flex;
	justify-content: space-between;
}
#BIKE #sec1 .body .rows .list {
	flex: 0 0 49%;
	margin-top: 30px;
	text-align: center;
}
#BIKE #sec1 .body .rows .list .name {
	font-weight: bold;
	font-size: 22px;
}
#BIKE #sec1 .body .rows .list .number {
	font-size: 16px;
}
#BIKE #sec1 .body .rows .list .price {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #004c80;
	font-weight: bold;
	font-size: 24px;
}
#BIKE #sec1 .more {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	#BIKE #sec1 .body .rows {
		flex-wrap: wrap;
	}
	#BIKE #sec1 .body .rows .list {
		flex: 0 0 100%;
		margin-top: 50px;
	}
	#BIKE #sec1 .body .rows .list .name {
		font-size: 20px;
	}
	#BIKE #sec1 .body .rows .list .number {
		font-size: 14px;
	}
	#BIKE #sec1 .body .rows .list .price {
		margin-top: 10px;
		padding-top: 10px;
		font-size: 20px;
	}
	#BIKE #sec1 .more {
		margin-top: 40px;
	}
}

#BIKE .blk .list {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
#BIKE .blk .list .img {
	flex: 0 0 48%;
}
#BIKE .blk .list .info {
	flex: 0 0 48%;
}
#BIKE .blk .list .info .title {
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 32px;
	color: #004c80;
}
#BIKE .blk .list .info .item {
	margin-top: 20px;
}
#BIKE .blk .list .info .item .name {
	font-weight: bold;
	font-size: 20px;
}
#BIKE .blk .list .info .item .number {
	font-size: 16px;
}
#BIKE .blk .list .info .item .price {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #004c80;
	font-weight: bold;
	font-size: 22px;
}
@media screen and (max-width: 767px) {
	#BIKE .blk .list {
		flex-wrap: wrap;
		margin-top: 50px;
	}
	#BIKE .blk .list:first-child {
		margin-top: 30px;
	}
	#BIKE .blk .list .img {
		flex: 0 0 100%;
	}
	#BIKE .blk .list .info {
		margin-top: 10px;
		flex: 0 0 100%;
	}
	#BIKE .blk .list .info .title {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 22px;
	}
	#BIKE .blk .list .info .text {
		line-height: 1.8;
	}
	#BIKE .blk .list .info .item {
		margin-top: 20px;
		text-align: center;
	}
	#BIKE .blk .list .info .item .name {
		font-weight: bold;
		font-size: 20px;
	}
	#BIKE .blk .list .info .item .number {
		margin-top: 10px;
		font-size: 16px;
	}
	#BIKE .blk .list .info .item .price {
		margin-top: 10px;
		padding-top: 10px;
		font-weight: bold;
		font-size: 22px;
	}
}

#BIKE #sec3 .more {
	margin-top: 50px;
	margin-bottom: 80px;
}
#BIKE #sec3 .catch {
	margin-top: 20px;
	text-align: center;
	line-height: 1.6;
	font-weight: bold;
	font-size: 32px;
	color: #004c80;
}
#BIKE #sec3 .row {
	display: flex;
	justify-content: space-between;
}
#BIKE #sec3 .row .list {
	flex: 0 0 48%;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	#BIKE #sec3 .more {
		margin-top: 50px;
		margin-bottom: 80px;
	}
	#BIKE #sec3 .catch {
		margin-top: 20px;
		line-height: 1.8;
		font-size: 20px;
	}
	#BIKE #sec3 .row {
		flex-wrap: wrap;
	}
	#BIKE #sec3 .row .list {
		flex: 0 0 100%;
		margin-top: 20px;
	}
}


#BIKE #sec4 .row {
	display: flex;
	justify-content: space-between;
}
#BIKE #sec4 .row .list {
	flex: 0 0 48%;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	#BIKE #sec4 .row {
		flex-wrap: wrap;
	}
	#BIKE #sec4 .row .list {
		flex: 0 0 100%;
		margin-top: 20px;
	}
}