/* --------------------------　メインスライダー　-------------------------- */

main {
	background: url("../../images/common/bg.webp");
	padding-bottom: 10px;
}
#subpage main {
	margin-top: 3px;
}
@media screen and (max-width: 1200px) {
	main {
	background: url("../../images/common/bg.webp");
	padding-bottom: 10px;
}
#subpage main {
	margin-top: 60px;
}
}

.top_main {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 700px;
  background: #000;
  background:url(../../images/top/main01.webp) ;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top:4px;
}

.top_main_sp {
		display: none;
		margin-top: 59px;
}
.pcimg {
	display: block;
}
.spimg {
	display: none;
}
@media screen and (max-width: 1200px) {
.pcimg {
	display: none;
}
.spimg {
	display: block;
}
}
@media screen and (max-width: 1200px) {
	
.top_main_sp {
		display: block;
		margin-top: 61px;
	}
  .top_main {
    width: auto;
	 height: 1000px !important; 
	   background:url(../../images/top/main01_sp.jpg) ;
	  background-size:100%;
	  background-repeat: no-repeat !important; 
	   top:0;
	  margin-top: 59px;
	  display: none;
	  
  }
  .top_main_title {
    width: 95%;
	 display: flex;
   justify-content: center;
  align-items: center;
	flex-direction: column;
	 
	   top: 0;
  }
	.top_main_title img {
    width: 100%;
  }


}

/* --------------------------　グローバルナビ　-------------------------- */
.gnavi {
	background: #fcbe00;
	margin-top: 0px;
}
.gnavi_nav {
	max-width: 1400px;
	margin: auto;
}
.gnavi_nav ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.gnavi_nav ul li {
	border-left: 1px solid #e7ae01;
	width: 16.6%;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
}
.gnavi_nav ul li:last-child {
	border-right: 1px solid #e7ae01;
}
.gnavi_nav ul li a {
	color:#403420;
	padding: 20px 0;
	display: block;
	font-weight: 600;
}
.gnavi_nav ul li a:hover {
	background: #f9c72f;
}


@media screen and (max-width: 1200px) {
.gnavi_nav ul li {
	border-left: 1px solid #e7ae01;
	width: 16.6%;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0;
	font-size: 1.2vw;
}
}



/* --------------------------　content　-------------------------- */
.main_inner {
	background: #fff;
	max-width:1200px;
	margin: 40px auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
#content {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 1120px;
	margin: auto;
	padding: 40px 0 20px 0;
}
#mainbox {
	width: 800px;
}
#sidebox {
	width: 280px;
}

/* --------------------------　サイド　-------------------------- */
.sidebanner {
	margin-bottom: 10px;
}
.sidebanner img {
}
.sidebanner p {
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}

#sidebox h2 {
	background: #fcbe00;
	color:#54341d;
	text-align: center;
	font-size: 2.4rem;
	margin: 0;
	padding: 8px 20px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sidebg {
	border: 2px solid #fcbe00;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.side_nav li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 1.8rem;
	display: block;
	position: relative;
	background: #fff;
	border-bottom: 1px dashed #54341d;
	padding: 8px 10px 10px 35px;
}
.side_nav li a {
	display: flex;
	justify-content: flex-start;
	color: #54341d;
	font-weight: bold;
	
}
.side_nav li a:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 25px;
    height: 25px;
    margin-top: 0px;
    content: "";
	background-image: url("../../images/common/menu_arrow.png");
}
.side_nav li a:after {
    display: block;
    position: absolute;
    top: 42%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    border-top: solid 1px #fb7c00;
    border-right: solid 1px #fb7c00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.snews_nav li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
	font-size: 1.5rem;
	display: block;
	position: relative;
	line-height: 1.6;
	padding-right: 25px;
}
.snews_nav li a {
	color: #403420;
}

.snews_nav li a:after {
    display: block;
    position: absolute;
    top: 42%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    border-top: solid 1px #fdad00;
    border-right: solid 1px #fdad00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.snews_nav li span {
	font-size: 1.4rem;
}
#sidebox h3 {
    background: #fcbe00;
    color: #ffffff;
    text-align: center;
    font-size: 2.2rem;
    margin: 10px -2px;
    padding: 8px 20px;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sidebg p {
	color: #403420;
	font-size: 1.5rem;
	line-height: 1.6;
}
#sidebox h3 i {
	color: #fdad00;
}

.sideback {
	margin-bottom: 20px;
}
.sideback a {
	background: #fb7c00;
	display: block;
	width: 100%;
	text-align: center;
	color:#fff;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 2.6rem;
	font-weight: 600;
}

.sideback2 a {
	background: #f8b13f;
	display: block;
	width: 100%;
	text-align: center;
	color:#fff;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 2.6rem;
	font-weight: 600;
}



/* --------------------------　TOP01　-------------------------- */


.top01 {
	margin-bottom: 30px;
}

.top02 {
	margin-bottom: 30px;
}

.top_course_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_course_box div {
	width: 32%;
	margin-bottom: 15px;
}
.top_course_box div img {
	width: 100%;
	height: auto;
}


.top03 {
	margin-bottom: 30px;
}

.top04 {
	margin-bottom: 30px;
}
.top05 {
	margin-bottom: 30px;
}
.top05 img {
	margin-bottom: 20px;
}
.top05 p {
	font-size: 1.8rem;
}


#mainbox h2 {
	display: block;
	position: relative;
	border-bottom: 4px solid #e9620f;
	border-top: 4px solid #e9620f;
	color:#403420;
	font-size: 3rem;
	padding: 15px 0 15px 110px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 30px;
}
#mainbox h2:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100px;
    height: 60px;
    margin-top: 0px;
    content: "";
	background-image: url("../../images/common/titlelogo.png");
}


.top06 {
	margin-bottom: 40px;
}


.top06box {
	display: flex;
	justify-content: space-between;
}
.top06box div {
	width: 32%;
}
.top06box div img {
	width: 100%;
	height: auto;
}


.top07 {
	margin-bottom: 30px;
}

.tokucyo_title {
	margin-bottom: 30px;
}

.tokucyo_midashi {
	margin-bottom: 20px;
}
.tokucho_box {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 30px;
}
.tokucho_r {
	width: 49%;
}
.tokucho_r img {
	width: 100%;
	height: auto;
}
.tokucho_l {
	width: 49%;
}
.tokucho_l p {
	font-size: 1.8rem;
}


.top08 {
	margin-bottom: 40px;
}
.imgmg {
	margin-bottom: 30px;
}

.top09 {
	margin-bottom: 40px;
}

.profilebox {
	display: flex;
	justify-content: space-between;
}
.profile_l {
	width: 25%;
}
.profile_r {
	width: 70%;
}
.profile_r p {
	font-size: 1.8rem;
}
.profile_l img {
	width: 100%;
	height: auto;
}

.top10 {
	margin-bottom: 40px;
}

.top11 {
	margin-bottom: 40px;
}

.top12 {
	margin-bottom: 40px;
}
.ctabg {
	background: #fdf8ee;
	border: 1px solid #fa6103;
	border-radius: 15px;
	padding: 30px;
}




#gaiyou {
	border-top: none;
	width: 100%;
	font-size: 1.8rem;
	line-height: 180%;
	margin-bottom: 20px;	
	border-bottom: 1px solid #d1d0d0;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 20px;
}

dl#gaiyou dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: left;
	width: 25%;
	font-weight: bold;
}

dl#gaiyou dd {
	border-top: 1px solid #d1d0d0;
	margin-left:28%;
}

.gmap {
	width: 100%;
}
.gmap iframe {
	width: 100%;
	height: 300px;
}








@media screen and (max-width: 1200px) {
	
/* --------------------------　グローバルナビ　-------------------------- */
.gnavi {
	display: none;
}
	
/* --------------------------　content　-------------------------- */
#content {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	width: auto;
	margin: auto 10px;
	padding: 20px 0 40px 0;
}
#mainbox {
	width: auto;
}
#sidebox {
	width: auto;
}

.main_inner {
	background: #fff;
	max-width:auto;
	margin: 10px 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}	

/* --------------------------　サイド　-------------------------- */
.sidebanner {
	width: 80%;
	margin: 0 auto 5px auto;
}
.sidebanner img {
	width: 100%;
	height: auto;
}
.sidebanner p {
	font-size: 1.4rem;
	line-height: 1.6;
	padding: 0;
	margin: 0;
}

#sidebox h2 {
	background: #fcbe00;
	color:#54341d;
	text-align: center;
	font-size: 2rem;
	margin: 0;
	padding: 15px 20px;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.sidebg {
	border: 2px solid #fcbe00;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.side_nav li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 1.6rem;
	display: block;
	position: relative;
	background: #fff;
	border-bottom: 1px dashed #54341d;
	padding: 8px 10px 10px 30px;
}
.side_nav li a {
	display: flex;
	justify-content: flex-start;
	color: #54341d;
	font-weight: bold;
	
}
.side_nav li a:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 20px;
    height: 20px;
    margin-top: 0px;
    content: "";
	background-image: url("../../images/common/menu_arrow.png");
	background-size: cover;
}
.side_nav li a:after {
    display: block;
    position: absolute;
    top: 42%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    border-top: solid 1px #fb7c00;
    border-right: solid 1px #fb7c00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.snews_nav li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
	font-size: 1.5rem;
	display: block;
	position: relative;
	line-height: 1.6;
	padding-right: 25px;
}
.snews_nav li a {
	color: #403420;
}

.snews_nav li a:after {
    display: block;
    position: absolute;
    top: 42%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin-top: 0px;
    border-top: solid 1px #fdad00;
    border-right: solid 1px #fdad00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}
.snews_nav li span {
	font-size: 1.4rem;
}
#sidebox h3 {
	border-bottom: 1px solid #403420;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #403420;
	margin: 5px 0 10px 0;
	padding: 0 0 10px 0;
}
.sidebg p {
	color: #403420;
	font-size: 1.5rem;
	line-height: 1.6;
}


.sideback {
	margin-bottom: 20px;
}
.sideback a {
	background: #fb7c00;
	display: block;
	width: 100%;
	text-align: center;
	color:#fff;
	padding: 15px;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 2.2rem;
	font-weight: 600;
}

.sideback2 a {
	background: #f8b13f;
	display: block;
	width: 100%;
	text-align: center;
	color:#fff;
	padding: 15px;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 2.2rem;
	font-weight: 600;
}
	
	
	
/* --------------------------　TOP メイン　-------------------------- */


.top01 {
	margin-bottom: 15px;
}

.top02 {
	margin-bottom: 15px;
}

.top_course_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_course_box div {
	width: 49%;
	margin-bottom: 7px;
}
.top_course_box div img {
	width: 100%;
	height: auto;
}


.top03 {
	margin-bottom: 15px;
}

.top04 {
	margin-bottom: 15px;
}
.top05 {
	margin-bottom: 15px;
}
.top05 img {
	margin-bottom: 15px;
}
.top05 p {
	font-size: 1.5rem;
}


#mainbox h2 {
	display: block;
	position: relative;
	border-bottom: 3px solid #e9620f;
	border-top: 3px solid #e9620f;
	color:#403420;
	font-size: 2rem;
	padding: 15px 0 15px 65px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}
#mainbox h2:before {
    display: block;
    position: absolute;
    top: 10px;
    left: 0px;
    width: 60px;
    height: 36px;
    margin-top: 0px;
    content: "";
	background-image: url("../../images/common/titlelogo.png");
	background-size: cover;
}


.top06 {
	margin-bottom: 30px;
}


.top06box {
	display: flex;
	justify-content: space-between;
}
.top06box div {
	width: 32%;
}
.top06box div img {
	width: 100%;
	height: auto;
}


.top07 {
	margin-bottom: 15px;
}

.tokucyo_title {
	margin-bottom: 20px;
}

.tokucyo_midashi {
	margin-bottom: 10px;
}
.tokucho_box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 10px;
}
.tokucho_r {
	width: auto;
	margin-bottom: 10px;
}
.tokucho_r img {
	width: 100%;
	height: auto;
}
.tokucho_l {
	width: auto;
	
}
.tokucho_l p {
	font-size: 1.5rem;
}


.top08 {
	margin-bottom: 20px;
}
.imgmg {
	margin-bottom: 15px;
}

.top09 {
	margin-bottom: 20px;
}

.profilebox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.profile_l {
	width: 60%;
	margin: 0 auto 10px auto;
}
.profile_r {
	width: auto;
}
.profile_r p {
	font-size: 1.5rem;
}
.profile_l img {
	width: 100%;
	height: auto;
}

.top10 {
	margin-bottom: 20px;
}

.top11 {
	margin-bottom: 20px;
}

.top12 {
	margin-bottom: 20px;
}
.ctabg {
	background: #fdf8ee;
	border: 1px solid #fa6103;
	border-radius: 15px;
	padding: 15px;
}




#gaiyou {
	border-top: none;
	width: 100%;
	font-size: 1.4rem;
	line-height: 170%;
	margin-bottom: 20px;	
	border-bottom: 1px solid #d1d0d0;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #d1d0d0;
	clear: left;
	float: left;
	width: 23%;
	font-weight: bold;
}

dl#gaiyou dd {
	border-top: 1px solid #d1d0d0;
	margin-left:28%;
}

.gmap {
	width: 100%;
}
.gmap iframe {
	width: 100%;
	height: 200px;
}
}








.ulineBld {
	text-decoration: underline;
	font-weight: bold;
}


#form {
   margin-top:-100px;
  padding-top:100px;
}


.my_right input{
		border-radius: 5px !important;
	font-size: 18px;
	}

.bold {
	font-weight: bold;
}
.red {
	color:#c31700;
}



.footer_fix_btn {
  display: none;
}
.copy {
	font-size: 1.2rem;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}

.cta_tel {
	margin: 20px auto;
	width: 90%;
}
.tel_small {
	text-align: center;
	font-size: 1.4rem;
}


@media (max-width: 1200px) {
	
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
  z-index: 2;
  display: block;
}

.footer_fix_btn a:hover {
  opacity:0.8;
}

.fix_button {
	line-height: 1.7;
	width: auto;
    margin: auto;
	display: flex;
	justify-content: space-between;
	background: #e9620f;
}
.fix_button a {
	border-right: 1px dashed #e99f72;
	text-align: center;
	font-size: 1rem;
	text-decoration:none;
	color:#fff;
	width: 25%;
	box-sizing: border-box;
	padding: 10px 10px 5px 10px;
}



.fix_button i {
	font-size: 2.4rem;
}
.copy {
	font-size: 2.5vw;
	color: #b2b2b2;
	padding: 20px 0 10px 0;
}
	
.cta_tel {
	margin: 15px auto;
	width: 90%;
	border: 2px solid #34a93a;
	border-radius: 10px;
	padding: 10px;
}
p.tel_small {
	text-align: center;
	font-size: 1rem;
}

}


#about,
#osusume,
#onayami,
#price {
    padding-top: 100px;
    margin-top:-100px;
}

