@charset "utf-8";

/* ======================

 common

====================== */
img {
	max-width:100%;
	height:auto;
}
body {
	line-height:1.5;
	font-size:18px;
	background:#faf2e3;
	color:#111111;
}
a {
	color: #111;
	outline: none;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
	color:#eb7f58;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a[href^="tel:"] { cursor: default; color: #111; text-decoration: none; }
a[href^="tel:"]:hover { text-decoration: none; opacity: 1; color: #111; }
a[href^="tel:"]:hover img { opacity: 1 }


.flex_box {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.fs15 {
	font-size:15px !important;
}
.bb_n {
	border-bottom:none !important;
}
.mark {
	background: linear-gradient(transparent 75%, #f1ad90 75%);
}
li { list-style:none; }
.btn2 {
	width:560px;
	display:block;
	margin:20px auto 0;
	border:1px solid #e1abab;
	border-radius:4px;
	color:#fff;
	position:relative;
}
.btn2:after {
	content:">";
	position:absolute;
	top:0;
	right:10px;
}
.btn2 span {
	font-family: 'Roboto', sans-serif;
	font-size:21px;
	font-weight:bold;
	margin-right:15px;
}

header {
	background:url(../img/tel_bg.jpg) repeat;
}
.header_content {
	width:1000px;
	margin:0 auto;
	padding:10px 0;
	display:flex;
	justify-content:space-between;
	color:#fff;
	font-size:17px;
	font-weight:bold;
    align-items: flex-end;
}
.head_tel {
	display:flex;
	align-items:center;
}
.head_tel a {
	color:#fff;
}
.head_tel .btn {
	padding:10px 50px;
	display:inline-block;
	border-radius:22px;
	height:44px;
	box-sizing:border-box;
	background:#eb7f58;
	line-height:1.5;
	margin:0 15px;
}
nav ul {
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	width:100%;
}
nav ul li {
	width:25%;
	position:relative;
}
nav ul li:before {
	content:"";
	width:1px;
	height:30px;
	display:block;
	background:#cb8b8b;
	position:absolute;
	top:30%;
}
nav ul li:last-child:after {
	content:"";
	width:1px;
	height:30px;
	display:block;
	background:#cb8b8b;
	position:absolute;
	top:30%;
	right:0;
}
nav ul li a {
	width:100%;
	text-align:center;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:15px 0;
}
nav ul li a:hover {
	color:#fff;
}
nav ul li a span {
	display:block;
	font-size:11px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
nav ul li a:hover span {
	color:#8a1c1b;
}
.mv img {
	width:100%;
	height:auto;
}
section {
	padding:70px 0;
}
.red {
	color:#ab3c3c;
	font-weight:bold;
}
.main_content {
	width:1000px;
	margin:0 auto;
}
.f_18 {
	font-size:18px;
}
.f_24 {
	font-size:24px;
	white-space: nowrap;
}

.f_24b {
	font-size:24px;
}


.db {
    display: block !important;
    width: 100% !important;
	margin:50px 0;
	margin-bottom:50px !important;
}



/* ======================

 course

====================== */
.page_title {
	background:url(../img/u_h2_bg.jpg) repeat;
}
.page_title span {
	font-size:48px;
	padding:50px 0;
	width:1000px;
	margin:0 auto;
	display:block;
	font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
	font-weight:900;
	position:relative;
}
.page_title span:after {
	content:url(../img/c_01.png);
	position:absolute;
	right:0;
	top:25px;
}
.c_01,
.menu_btn {
	width:1000px;
	margin:0 auto;
	text-align:center;
	line-height:1.8;
}
.c_01_title {
	font-size:47px;
	font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
	font-weight:900;
}
.c_01_cont {
	font-size:23px;
	font-weight:bold;
	margin:50px 0;
}
.page_in_nav {
	margin-top:70px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
}
.page_in_nav li {
    width: 20%;
    display: flex;
    justify-content: space-around;
}
.page_in_nav li a {
    border: 4px solid #ad4040;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    background: url(../img/tel_bg.jpg) repeat;
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
    font-weight: 900;
    font-size: 26px;
    line-height: 28px;
    height: 80px;
    align-items: center;
    justify-content: center;
    width: 90%;
	position:relative;
}
.page_in_nav li a:after {
    position: absolute;
    content: url(../img/page_in_under.jpg);
    bottom: -27px;
    left: -4px;
    width: 180px;
    overflow: hidden;
}
.page_in_nav li a:hover {
	background:#fff;
	color:#ab3c3c;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.page_in_nav li .active {
	background:#fff;
	color:#ab3c3c;
}
.c_02,
.c_04,
.c_06 {
	background:#eb7f58;
	text-align:center;
}
.c_02_title,
.c_03_title,
.c_04_title,
.c_05_title,
.c_06_title {
	margin-bottom:50px;
}
.c_02 p,
.c_03 p,
.c_04 p,
.c_05 p,
.c_06 p {
	line-height:36px;
	margin-bottom:50px;
}
.c_02 .menu,
.c_03 .menu,
.c_04 .menu,
.c_05 .menu,
.c_06 .menu {
	margin:50px 0;
}
.c_02 .menu ul,
.c_03 .menu ul,
.c_04 .menu ul,
.c_05 .menu ul,
.c_06 .menu ul {
	display:flex;
	justify-content:space-between;
	align-items:center;
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
    font-weight: 900;
	font-size:38px;
	margin: 25px 0;
}
.c_02 .menu ul li,
.c_03 .menu ul li,
.c_04 .menu ul li,
.c_05 .menu ul li,
.c_06 .menu ul li  {
	position:relative;
	text-align: left;
}
.hin {
    display: inline-block;
    font-size: 30px;
    background: #fff;
    padding: 0 10px 4px;
    border-radius: 6px;
    border: 3px solid #ac3f3f;
    vertical-align: initial;
    line-height: 40px;
    position: relative;
    top: -3px;
	margin-left: 5px;
}
.hin span {
    color: #ab3c3c;
    font-size: 44px;
    position: relative;
    top: 4px;
}
.no_img {
    position: absolute;
    top: 40px;
    right: -5px;
}
.c_02 .menu ul li:last-child,
.c_03 .menu ul li:last-child,
.c_04 .menu ul li:last-child,
.c_05 .menu ul li:last-child,
.c_06 .menu ul li:last-child {
	font-family: 'Lora', serif;
	font-weight:bold;
	font-size:60px;
	color:#990b0b;
}
.syurui {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 10px;
	margin-bottom:5px;
	font-size:40px;
    position: relative;
    top: -5px;
}
.c_02 .menu ul li:last-child span,
.c_03 .menu ul li:last-child span,
.c_04 .menu ul li:last-child span,
.c_05 .menu ul li:last-child span,
.c_06 .menu ul li:last-child span {
	font-size:35px;
}
.menu2 {
	border:3px solid #ac3f3f;
	width:100%;
	box-sizing:border-box;
	background:#f5bfac;
	padding:35px;
	text-align:left;
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
    font-weight: 900;
	font-size:24px;
	margin-bottom:50px;
}
.menu2 li:before,
.menu2 p:before ,
.menu3 li:before {
	content:"●";
	color:#a73c3c;
}
.menu2 p {
    margin-bottom: 0;
    line-height: 24px;
    margin-top: 11px;
	padding-left:1em;
	text-indent:-1em;
}
.menu2 ul,
.menu3 ul,
.menu8 ul {
	display:flex;
	flex-wrap:wrap;
}
.menu2 li,
.menu3 li,
.menu8 li {
	width:50%;
    letter-spacing: -.1rem;
}
.menu3,
.menu8 {
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
    font-weight: 900;
	font-size:38px;
	text-align:left;
}
.menu3 img {
	margin-bottom:30px;
}
.menu3 ul {
	font-size:28px;
	border-bottom:2px solid #993535;
	padding-bottom:50px;
	margin-bottom:50px;
}
.yen {
    display: inline-block;
    float: right;
	padding-right:10px;
	font-family: 'Lora', serif;
	font-weight:bold;
	color:#990b0b;
	font-size:45px;
	line-height:43px;
}
.yen span {
	font-size:30px;
}
.li_no:before{
	content:"" !important;
}
.menu4,
.menu5 {
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
    font-weight: 900;
	font-size:38px;
	text-align:left;
}
.menu4 p:first-child,
.menu5 p:first-child {
	color:#a93333;
	text-align:center;
}
.no_img2 {
	vertical-align:middle;
}
.p_line {
	font-size:30px;
	background:#f8d6c8;
    display: inline-block;
    padding: 0 5px;
}
.price {
    font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 60px;
    display: inline-block;
    color: #990b0b;
    position: absolute;
    right: 0;
    top: -15px;
}
.price .syurui {
	margin-left:20px;
}
.price span {
	font-size:35px;
}
.menu4 li,
.menu5 li {
	position:relative;
	height:200px;
}
.menu4 li:before,
.menu5 li:before,
.menu7 li:before {
	content:"●";
	color:#a73c3c;
}
.menu4 li img {
    position: absolute;
    left: 310px;
    width: 100px;
}
.menu_btn .page_in_nav {
	margin-top:0;
}
.c_03,
.c_05 {
	background:#f6d6c2;
	text-align:center;
}
.c_03 .menu ul,
.c_04 .menu ul,
.c_05 .menu ul,
.c_06 .menu ul {
	font-size:33px;
	letter-spacing: -.3rem;
}
.c_03 .menu ul .hin,
.c_04 .menu ul .hin,
.c_05 .menu ul .hin,
.c_06 .menu ul .hin {
    letter-spacing: 0rem;
}
.c_03 .menu ul li:last-child,
.c_04 .menu ul li:last-child,
.c_05 .menu ul li:last-child,
.c_06 .menu ul li:last-child {
	position:relative;
	top:-50px;
}
.c_03 .menu2,
.c_05 .menu2 {
	background:#fbebe1;
}
.c_03 .p_line,
.c_05 .p_line {
    background: #f1ad90;
}
.menu5 {
	margin-top:50px;
}
.menu4 ul,
.menu5 ul {
	font-size:32px;
}
.menu5 .no_img3 {
    position: absolute;
    left: 475px;
    width: 100px;
}
.menu5 .no_img4 {
    position: absolute;
    left: 600px;
    width: 100px;
}
.c_05_title2 {
	font-size:54px;
	font-family: "Sawarabi Mincho";
	color:#ab3c3c;
	font-weight:bold;
	text-align:left;
	letter-spacing: -0.2rem;
}
.c_05_title2 span {
	font-size:29px;
}
.line_full {
    display: block;
    width: 100% !important;
}
.jyoukyu {
    font-size: 18px;
    font-weight: bold;
    color: #ffb518;
    background: #000;
    padding: 1px 5px 3px;
    border-radius: 3px;
    position: relative;
    top: -5px;
    margin-left: 2px;
}
.hin2 {
    display: inline-block;
    font-size: 30px;
    background: #fff;
    padding: 0 10px 4px;
    border-radius: 6px;
    border: 3px solid #ac3f3f;
    vertical-align: initial;
    line-height: 40px;
    position: relative;
    top: -30px;
    margin-left: 5px;
    right: -345px;
}

.f_tel_content {
	width:1000px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.f_tel {
	background:url(../img/footer.jpg) no-repeat top left;
	background-size:cover;
	font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
	font-weight:900;
	color:#fff;
	font-size:30px;
}
.f_tel a {
	display: inline-block;
	margin-top:20px;
	color:#fff;
}
.f_tel a img {
	vertical-align: bottom;
	margin-right:20px;
}
.f_tel .btn {
	padding:10px 50px;
	display:inline-block;
	border-radius:28px;
	height:56px;
	box-sizing:border-box;
	background:#eb7f58;
	line-height:1;
}
footer {
	background:url(../img/tel_bg.jpg) repeat;
}
.f_nav nav ul {
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	width:1000px;
}
.f_nav nav ul li {
	width:25%;
	position:relative;
}
.f_nav nav ul li:before {
	content:"";
	width:1px;
	height:30px;
	display:block;
	background:#cb8b8b;
	position:absolute;
	top:30%;
}
.f_nav nav ul li:last-child:after {
	content:"";
	width:1px;
	height:30px;
	display:block;
	background:#cb8b8b;
	position:absolute;
	top:30%;
	right:0;
}
.f_nav nav ul li a {
	width:100%;
	text-align:center;
	color:#fff;
	display:block;
	font-weight:bold;
	padding:15px 0;
}
.f_nav nav ul li a span {
	display:block;
	font-size:11px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.f_nav nav ul li a:hover span {
	color:#8a1c1b;
}
.footer_contents {
	text-align:center;
	font-size:16px;
	padding:60px 0;
	border-top:1px solid #cb8b8b;
	color:#fff;
	line-height:36px;
}
.footer_contents ul {
	width:1000px;
	margin:50px auto 0;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.footer_contents ul li {
	margin-bottom:15px;
}
#copyright {
	text-align:center;
	background:#222222;
	font-size:12px;
	color:#fff;
	padding:20px 0;
}
#copyright a {
	color:#fff;
}




.menu_page .c_01_title {
	margin-bottom:50px;
}
.menu_page .page_in_nav li,
.information .page_in_nav li {
    width: 25%;
}
.menu_page .page_in_nav li a:after,
.information .page_in_nav li a:after {
    position: absolute;
    content: url(../img/page_in_under2.jpg);
    bottom: -27px;
    left: -4px;
    width: 225px;
    overflow: hidden;
}
.information .page_in_nav {
    margin-top: 0;
	margin-bottom:70px;
}
.f_l {
	text-align:left;
}
.menu_page .c_02 .menu ul li {
	padding-left:100px;
	box-sizing:border-box;
}
.menu_page .hin {
    display: inline-block;
    font-size: 30px;
    background: #fff;
    padding: 0 10px 4px;
    border-radius: 6px;
    border: 3px solid #ac3f3f;
    vertical-align: initial;
    line-height: 40px;
    position: relative;
    top: -27px;
    margin-left: 30px;
}
.menu_page .menu4 li img {
    position: absolute;
    left: 340px;
    width: 100px;
}
.menu_page .menu4 ul, .menu_page .menu5 ul {
    font-size: 28px;
}
.menu_page .menu4, .menu_page .menu5 {
	padding-top:50px;
	border-top:2px solid #ac3f3f;
	border-bottom:2px solid #ac3f3f;
	padding-bottom:50px;
	margin-bottom:50px;
}
.no_p li {
	padding-left:0 !important;
}
.menu6 {
	border:3px solid #ac3f3f;
	width:100%;
	box-sizing:border-box;
	background:#f5bfac;
	padding:35px;
	text-align:left;
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
	margin-bottom:50px;
}
.menu6 p {
	margin-bottom:0;
}
.menu7 {
	margin:50px 0 0;
	width:1000px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:left;
}
.menu7 li {
	width:49%;
	margin-bottom:50px;
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
    font-weight: 900;
    font-size: 32px;
}
.menu7 dl {
	display:flex;
	justify-content:space-between;
}
.menu7 dd {
	text-align:right;
	font-family: 'Lora', serif;
    font-weight: bold;
    font-size: 48px;
    display: inline-block;
    color: #990b0b;
	position:relative;
	top:-12px;
}
.menu7 dd span {
	font-size: 28px;
}
.menu8 ul {
	font-size:28px;
	padding-bottom:50px;
}
.menu8 {
	margin-top:50px;
}
.menu8 p {
	padding:5px 10px;
	width:280px;
	background:#f8d6c8;
	text-align:center;
	margin-bottom:30px;
	display:inline-block;
	margin-right:15px;
	clear:both;
}
menu8_01 li:before {
	content:"";
}
.menu8_01 li {
	width:33%;
	text-align:center;
}
.menu8_02 {
	display:block !important;
}
.menu8_02 li {
	width:100%;
	clear:both;
}
.price2 {
	display:inline-block;
    float: right;
	font-size:28px;
}
.price2 .yen {
    float: initial;
    padding: 0 10px;
}
.c_05 .menu8 p {
	background:#f1ad90;
}
.menu8_03  {
	margin-top:-30px;
	width:100%;
}
.menu8_03 li {
	font-size:25px;
}
.menu8_03 li:before {
	content:"・";
	color:#000;
}
.menu8 .no_title {
    padding: 0;
    width: inherit;
    background: none !important;
    text-align: left;
    display: inline-block;
    margin-right: 0;
    font-size: 25px;
}
.menu8_04 {
    display: block !important;
	width:70%;
	float:left;
}
.menu8_04 li {
	width:100%;
	clear:both;
}
.p_title2 {
	font-size:30px;
	width:200px;
	color:#990b0b;
	background:#f7e9c0 !important;
}
.p_line3 {
	width:100% !important;
	background:none !important;
	font-size: 36px;
}
.menu9 {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align:left;
	margin:50px 0 0;
}
.menu9 li {
	margin-bottom:30px;
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
    font-weight: 600;
}
.menu9 li p:before {
	content:"▲";
}
.information .menu6  {
	background:#fdf9f1 !important;
	overflow:hidden;
}
.information .menu6 ul {
	float:left;
}
.information .menu6 div {
    float: right;
    position: relative;
    top: 35px;
}
.information .menu6 li {
	font-size:24px;
}
.information .menu6 li:before {
	content:"●";
	color:#a73c3c;
}
.information table,.information td,.information th {
    border-collapse: collapse;
    border:2px solid #7a7978;
	font-size:20px;
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
}
.information table {
	margin-bottom:70px;
}
.information th {
	background:#f5bfac;
	width:120px;
	padding: 10px 0;
	box-sizing:border-box;
    font-weight: 900;
}
.information td {
	box-sizing:border-box;
	text-align:left;
	background:#faf2e3;
    font-weight: nomal;
	padding: 10px 30px;
}
.gmap {
	margin-bottom:70px;
}
.information .c_02 .menu6 {
	background:#f5bfac !important;
    font-family: "Noto Sans Japanese","Malgun Gothic","Gulim", sans-serif;
    font-weight: 900;
}
.menu_page .c_02 .menu4 .p_line {
	width:100%;
	padding:15px 0;
	text-align:center;
}
.menu4_pitem {
	margin:50px 0 0;
	text-align:center;
}
.red_line {
	padding-top:70px;
	margin-top:70px;
	border-top:2px solid #ac3f3f;
}
.f_b {
	color:#000 !important;
    font-family: "Noto Sans Japanese" !important;
	font-size:80% !important;
}