@charset "UTF-8";

a:hover {
	
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}




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

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

header {
	background: #fff;
	padding: 10px 10px;
	width: auto;
	box-shadow: 0 5px 5px -6px rgba(0,0,0,.3);
	position: relative;
	z-index: 10;
}
.head_wrap {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: auto;
}
header h1 {
	width: 380px;
	height: auto;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
header h1 img {
	width: 100%;
}
.pchead_nav {
	display: flex;
}
.pchead_nav  img {
	width: auto;
	height: 60px;
	margin-left: 5px;
}

#mainvisual {
	background-image:url("../images/main_pc2026b.jpg");
	background-position: top center;
	width: 100%;
	height: 1040px;
	
}

.contet_wrap {
	width: 950px;
	margin: auto;
}

.main_wrap {
	width: 1000px;
	margin: auto;
	height: 1100px;
	position: relative;
}


.pcmain {
	background-image:url("../images/980.gif");
	width: 1000px;
	height: 765px;
}
.spmain {
	display: none;
}

.appbutton01 {
	padding-top: 500px;
	margin-left: 120px;
}

.s01_kome {
	font-size: 12px;
	text-align: right;
	margin-bottom: 40px;
	margin-right: 100px;
}

h2 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
h3.t02 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
h3.t03 {
	font-size: 42px;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	color: #5e5da0;
}
h3.t04 {
	font-size: 42px;
	font-weight: normal;
	text-align: center;
	line-height: 160%;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	color: #362e2b;
}


#cont01 {
	background: #49a7ee;
	padding: 40px 0;
	
}


.cta01 {
	background: #fff;
	padding: 40px;
	border-radius: 10px;
}
.cta_button {
	display: flex;
	justify-content: space-between;
}
.cta_button div {
	width: 33%;	
}
.cta_button div img {
	width: 100%;
	
}




#cont02 {
	background: -moz-linear-gradient(top, #c1c9d6, #FFF);
  background: -webkit-linear-gradient(top, #c1c9d6, #FFF);
  background: linear-gradient(to bottom, #c1c9d6, #FFF);
	padding: 60px 0 60px 0;
}

.t02 {
	width: 850px;
	margin: auto;
	
}


#cont03 {
	background-image:url("../images/cont03.jpg");
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 425px;
}
#cont04 {
	background-color: #fff;
	padding: 60px 0 60px 0;
}
#cont05 {
	background-color: #f0f8fe;
	padding: 60px 0 60px 0;
}
#cont06 {
	background-color: #fdfecf;
	padding: 60px 0 60px 0;
}
#cont07 {
	background-image:url("../images/cont07.png");
	padding: 0px 0 60px 0;
}
#cont08 {
	background-image:url("../images/cont08.jpg");
	background-position: top center;
	background-size: cover;
	width: 100%;
	height: 450px;
}

#cont09 {
	background-color: #bee6f4;
	padding: 60px 0 60px 0;
}

#faq {
	background-color: #fff;
	padding: 60px 0 60px 0;
}


.slider {
    width: 70%;
    margin: 20px auto 80px;
	margin-bottom: 60px;
}
.mypattern {
    width: 100%;
}

.mypattern .slick-slide {
    margin: 10px;
}

/*slick setting*/

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}

/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000;
}
.voicebox {
	background-color: #fff;
	padding: 30px;
	width: 90%;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	line-height: 120%;

}

.staffcomment {
	background: #f4f4f4;
	padding: 20px;
	border-radius: 8px;
	margin-top: 10px;
}

.staffcomment span {
	font-weight: bold;
}
.staffcomment i {
	color:#26b99a;
}



.formbg {
	background: #fff;
	border-radius: 10px;
	padding: 40px;
}

.formtitle {
	width: 600px;
	margin: auto;
	margin-bottom: 20px;
}



p.koumoku {
	font-size: 20px !important;
	margin-bottom: 5px;
}
.must{
	font-family: "A1 Gothic R", sans-serif;
	font-size: 16px !important;
	color:#DB0003;
}

.form_style input[type=text],[type=tel],[type=email] ,textarea{
	font-size: 20px;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	transition: 0.3s;
	border: 0.055em solid #787878;
	outline: none;
	margin-bottom: 20px;
}
.form_style input[type=text]:focus {
	border: 0.111em solid black;
}

.form_style input[type=tel]:focus {
	border: 0.111em solid black;
}

.form_style input[type=email]:focus {
	border: 0.111em solid black;
}

.form_style textarea:focus {
	border: 0.111em solid black;
}
.policy {
	border: 0.055em solid #787878;
	height: 11.111em;
	padding: 0.5em;
	font-size: 1.6rem;
	overflow: auto;
	white-space: pre-wrap;
	font-size: 16px;
}
.doui_check {
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	margin-bottom: 25px;
	margin-left: -40px;
}
.doui_check ul {
	list-style: none;
}
.doui_check .checkbox_option {
	margin: 0 0 5px 0;
	padding: 0;
}
.doui_check label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
	
}
.doui_check .checkbox_input {
	position: relative;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.doui_check .checkbox_input:before {
	position: absolute;
	z-index: 1;
	left: 0.8em;
	top:-5px;
	width: 1.5em;
	height: 0.5em;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 3px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
.doui_check .checkbox_input:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.doui_check .checkbox_input:after {
	position: absolute;
	top: -0.9em;
	left: 0;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
	border: 2px solid #787878;
	background: #ffffff;
	border-radius: 50%;
}
	/*---------------------
送信フォーム
---------------------*/

/*ボタンの基本スタイル*/
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="button"]::focus{
  outline-offset: -2px;
}


input[type="submit"],
input[type="reset"] {
	font-size: 24px;; /*16px*/
	margin-top: 0.4375em; /*7px*/
	margin-right: 0.4375em; /*7px*/
	padding-top: 10px;
	padding-bottom: 10px;
	width: 12.5em;
	background: white;
	color: black;
	border: 1px solid black;
	border-radius: 0;
	text-align: center;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover{
	background: black;
	color: white;
}

input[type="submit"]:activ,
input[type="reset"]:activ{
	color: black;
	}
	
.btns {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px;
	text-align: center;
}

.sendbutton {
	
}
input[type="image"] {
	width: 40%;
	margin: 30px 0 40px 0;
}

.title01 {
	background-color: #5e5da0;
	color: #fff;
	font-size: 36px;
	text-align: center;
	padding: 30px;
	border-radius: 60px;
	letter-spacing: 0.05em;
	margin-bottom: 60px;
}





.faq_title {
	margin-bottom: 40px;
}

.acc01 {
	margin: 0px;
	margin-bottom: 10px;
}
.acc01 dt
{
	
	background: url("../images/ac_icon01.png") no-repeat right center,-webkit-linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../images/ac_icon01.png") no-repeat right center,-ms-linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* IE10+ */
	background: url("../images/ac_icon01.png") no-repeat right center,linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* W3C */
	background-size: 31px 20px,auto auto;
	font-weight: bold;
	color:#fff;
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 0 15px 15px;
}

.acc01 dt.active
{
	background: url("../images/ac_icon02.png") no-repeat right center,-webkit-linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* Chrome10+,Safari5.1+ */
	background: url("../images/ac_icon02.png") no-repeat right center,-ms-linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* IE10+ */
	background: url("../images/ac_icon02.png") no-repeat right center,linear-gradient(top,  rgba(45,140,215,1) 0%,rgba(45,140,215,1) 100%); /* W3C */
	background-size: 31px 20px,auto auto;
	font-weight: bold;
	color:#fff;
	font-size: 20px;
	line-height: 1.2;
	padding: 15px 0 15px 15px;
}

.acc01 dd
{
    padding: 10px !important;
	background-color: #ffffff;
	margin-left: 0px;
}

.acc01 span {
	font-family: 'Fjalla One', sans-serif;
	font-size: 24px;
}


.benner {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.benner div {
	width: 32.5%;
}


.sitelink {
	text-align: center;
	padding: 60px 0 0px 0;
}
.sitelink a {
	color: #333;
}


.copy {
	font-size: 12px;
	text-align: center;
	margin-bottom: 100px;
}




#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0px 5px 5px 5px rgba(0,0,0,.3);
}
 

	
ul#fbn  {
    list-style: none;
    display: flex;
    flex-flow: wrap;
    width: 100%;
    justify-content: space-between;
}
#footerFloatingMenu li {
box-sizing: border-box;
width: 33.3%;

}
#footerFloatingMenu li img {
width: auto;

}












.voiceitem {
	background: #fff;
	padding: 20px;
	line-height: 150%;
}
.vph {
	width: 120px;
	text-align: center;
	float: left;
}
.vph img {
	width: 120px;
}
.vcom {
	width: 80%;
	float: right;
}

.app {
	width: 448px;
	margin: auto;
}


.card {
	margin-top: 20px;
}





.content_title {
	background: #0671bf;
	color: #fff;
	font-size: 30px;
	padding: 15px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
}



#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	text-shadow: 0px 1px 0px #FFFFFF;
	margin-bottom: 40px;	
}

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 #E3E3E3;
	clear: left;
	float: left;
	width: 200px;
	font-weight: bold;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left: 220px;
	
}

#gaiyou a:link,#gaiyou a:visited  {
	color: #0c3385;
	text-decoration: underline;
}



.policytxt p {
	font-size: 16px;
	margin-bottom: 16px;
}


















a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}


.cta_fixbutton {
	display: flex;
	justify-content: space-between;
	width: 950px;
	margin: auto;
}
.cta_fixbutton div {
	width: 33%;	
}
.cta_fixbutton div img {
	width: 100%;
	
}

#subcont {
	background-color: #fff;
	padding: 60px 0 0px 0;
}


.footer_cont {
		padding-bottom: 100px;
}

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

.txS {
	font-size: 12px;
}



.content_wrap {
	width: 1000px;
	margin: auto;
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}
.t01 {
	margin-bottom: 0px;
}
.t01 img {
	margin-top: -15px;
}
.title {
	background-image: linear-gradient(155deg, rgba(96, 71, 2, 1), rgba(76, 50, 0, 1));
	padding: 20px 40px;
	color: #fff;
	font-size: 42px;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin-bottom: 40px;
	line-height: 120%;
	font-family: 'Noto Serif JP', serif;
}
.title span {
	font-size: 40px;
}


ul.checklist li{
    list-style: none;
	text-align: left;
	font-size: 24px;
	line-height: 180%;
	text-indent:-33px; 
	border-bottom: 1px dashed #737373;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
 
ul.checklist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f00c";
  position: relative;
  left : 0em; 
  color: #771700; 
    margin-right: 10px;
	font-size: 24px;
}
.checklist div {
	width: 60%;
	text-align: center;
	margin: auto;
}
.checklist div img {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.check_box {
	border: 20px solid #771700;
	padding: 20px;
	margin-bottom: 40px;
}

.inner_box {
	width: 920px;
	margin: auto;
	margin-bottom: 60px;
}

.p01 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}
.txtbox p {
	font-size: 20px;
}
.offer {
	margin-bottom: 40px;;
}

.offer_txt {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px !important;
	font-weight: bold;
}
.offer_button {
	width: 900px;
	margin: auto;
	margin-bottom: 60px;

}


.flex02box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.flex02box div {
	width: 49%;
	margin-bottom: 20px;
}

.study {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.study div {
	width: 47.3%;
	background: #003473;
	text-align: center;
	font-size: 16px;
	color:#fff;
	margin-bottom: 10px;
	padding: 10px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.syoseki {
	background: #eceded;
	padding: 40px;
	margin-top: 20px;
}
.syoseki h3 {
	background: #313131;
	text-align: center;
	color: #fff;
	font-size: 30px;
	padding: 15px;
	margin: 0;
	margin-bottom: 20px;
	
}
.syoseki img {
	width: 100%;
}
.syoseki p {
	margin-bottom: 0;
}

.reach_box {
	border: 20px solid #362e2b;
	padding: 20px;
	margin-bottom: 40px;
}
.taiken {
	margin-top: 10px;
	margin-bottom: 10px !important;
}

.suisen_bg {
	background: #333;
	padding: 25px;
	background: -moz-linear-gradient(top, #876731, #d5cea1);
  background: -webkit-linear-gradient(top, #876731, #d5cea1);
  background: linear-gradient(to bottom, #876731, #d5cea1);
	margin-bottom: 20px;
}
.suisen_inner {
	background: #fff;
	padding: 20px;
}
.suisen_user {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}
.suisen_item01 {
	width: 20%;
}
.suisen_item02 {
	width: 77%;
	font-size: 16px;
}
.suisen_item02 p {
	line-height: 1.5;
	margin-bottom: 16px;
	
}
.suisen_name {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: bold;
}
.suisen_txt {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	border-top: 1px solid #333;
	padding-top: 15px;
}

.tokuten_title {
	margin-bottom: 40px;
}
.tokuten_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tokuten_item {
	width: 49%;
	margin-bottom: 15px;
}
.tokuten_item img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.tokuten_midashi {
	background: #e60012;
	color: #fff;
	font-size: 22px;
	padding: 10px 20px;
	min-height: 60px;
	display: flex;
  align-items: center;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.4;
}


table#table-01 {
    width: 100%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size: 16px;
	margin-bottom: 40px;
}

table#table-01 th {
    padding: 15px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #e95213;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
	color: #fff;
}
table#table-01 td {
    padding: 15px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}
.day {
	background: #f3f2f2 !important;
}

.open {
	background: #00ca00;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
}

.close {
	background: #313131;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px 15px;
}
.zuimg {
	float: right;
	width: 500px;
	padding: 0px 0px 0px 10px;
}

.user_bg {
	background: #d9d0c4;
	padding: 25px;
	margin-bottom: 20px;
}

.price01 {
	text-align: center;
	font-size: 48px !important;
	font-weight: bold;
	margin: 0 !important;
}
p.price02 {
	text-align: center;
	font-size: 150px;
	font-weight: bold;
	color: #e60012;
	margin: 0 !important;
}

.price01 span,
.price02 span {
	font-size: 40px;
}
.pricebox p {
	margin-bottom: 24px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	margin-bottom: 40px;
}

.hosyo {
   background: -moz-linear-gradient(top, #e4e4e3, #f3f3f2);
  background: -webkit-linear-gradient(top, #e4e4e3, #f3f3f2);
  background: linear-gradient(to bottom, #e4e4e3, #f3f3f2);
	padding: 20px;
	margin: 60px 0 40px 0;
}
.hosyo02 {
   border: 4px solid #434343;
	padding: 20px;
}

.hosyo02 h2 {
  padding: 15px;
  color: #fff;
  background: #e60012;
  -webkit-box-shadow: 5px 5px 0 #a1000c;
  box-shadow: 5px 5px 0 #a1000c;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
}


ul.cleanlist li{
    list-style: none;
	text-align: left;
	font-size: 22px;
	line-height: 180%;
	text-indent:-20px; 
	border-bottom: 1px dashed #737373;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	margin-left: -20px;
}
 
ul.cleanlist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f621";
  position: relative;
  left : 0em; 
  color: #73bad8; 
    margin-right: 10px;
	font-size: 24px;
}

.clean_box {
	border: 20px solid #b3dddb;
	padding: 30px;
	margin-bottom: 40px;
}
.corona {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: 6px solid #b3dddb;
	padding: 20px;
	margin-bottom: 30px;
	color: #62bbb7;
}

.content_footer {
	background: #f1f0f0;
	padding: 80px 60px;
}
.footer_logo {
	width: 400px;
	margin: auto;
	margin-bottom: 30px;
}

footer {
	background: #191919;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 16px;
}

.koen {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.koen_banner {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.koen_banner div {
	width: 23.5%;
	margin: 5px;
}
.koen_banner div img {
	width: 100%;
}

.spyoutube {
		padding: 20px;
		background: #000;
	display: none;
}






/* --------------------------　講師 -------------------------- */

.tch_box {
	margin-bottom: 40px;
}
.tch_head {
	display: flex;
	justify-content: space-between;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 20px;
}
.tch_head_photo {
	width: 30%;
}
.tch_head_photo img {
	width: 100%;
	height:100%;
	object-fit: cover; /* この一行を追加するだけ！ */
}
.tch_head_txt {
	width: 70%;
	background-color:#c09215;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	padding:20px;
}
.tch_head_name {
	font-size: 28px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 130%;
}
.tch_head_name_s {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 8px;
}
.tch_head_name span {
	font-size: 16px;
}
.tch_head_txt p {
	font-size: 16px;
}

.katagaki {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.katagaki div {
	width: 49.5%;
	margin-bottom: 5px;
	background: #3e2e27;
	padding: 10px;
	text-align: center;
	color:#fff;
	font-size: 16px;
	box-sizing: border-box;
}
.katagaki::after {
    content: "";
    display: block;
    width: 32.6%;
    height: 0;
}

.job {
	display: flex;
	justify-content: space-between;
	
}
.reki {
	width: 49%;
	font-size: 16px;
}
.group {
	width: 49%;
}

#ryakureki {
	border-top: none;
	width: 100%;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 20px;
}

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

dl#ryakureki dt,dl#ryakureki dd {
	padding: 0px;
	text-align: left;
}

dl#ryakureki dt {
	clear: left;
	float: left;
	width: 20%;	
}

dl#ryakureki dd {
	background: #fff;
	margin-left:22%;	
}



ul.grouplist li{
    list-style: none;
	text-align: left;
	font-size: 16px;
	line-height: 1.7;
	text-indent:-27px; 
     margin-left:-20px;
}
 
ul.grouplist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #3e2e27; 
  margin-right: 10px;
	
}
.job h4 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	border-bottom: 4px solid #8b6a10;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.reki p {
	font-size: 16px;
	line-height: 1.7;
}


#footerFloatingMenu {
    display: none;
}

	.sp_txt {
		display: none;
		
	}

.mainyoutube {
	width: 560px !important;
	margin: auto;
	position: absolute;
	bottom:75px;
	right: 35px;
}
.mainyoutube iframe {
	width: 100% !important;
}

.txtM {
	font-size: 30px;
}

.marker {
background: linear-gradient(transparent 50%, #fbd2d2 50%);
}

.arrow {
	margin-bottom: 20px;
	width: 400px;
	margin: auto;
}
.arrow img {
	width: 100%;
}

.txtLL {
	font-size: 48px !important;
}

.gosic {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif !important;
}
.mincho {
	font-family: 'Noto Serif JP', serif;
}

.sml {
	font-size: 15px !important;
}

.movbg {
	background-color:#cf9e18;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.3' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
	padding: 40px;
}
.movbg h2 {
	color: #fff;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
}
.movbg h3 {
	background: #604d17;
	text-align: center;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	padding: 15px;
	margin-bottom: 20px;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
	margin-bottom: 30px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.youtube .end_bottom {
	margin-bottom: 0 !important;
}
.meritbg {
	background: url("../images/bg01.jpg");
	padding: 40px 40px;
	margin-top: -40px;
	background-position: center top;
	background-size:cover;
}
.meritlist {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 24px;
}
.meritlist i {
	color: #771700;
	margin-right: 10px;
}



.t01bg {
	background: #604702;
	padding: 40px;
}

.t01bg h2 {
	color: #fff;
	font-size: 48px;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
}
.t01bg h3 {
	color: #fff;
	font-size: 40px ;
	text-align: center;
	font-weight: bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
}

.semiph {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.semiph div {
	width: 31%;
}
.semiph div img {
	width: 100%;
	height: auto;
	border: #fff 8px solid;
}

.t01bg p {
	color:#fff;
	margin-bottom: 20px;
	font-size: 20px;
}
.rightimg {
	float: right;
	margin-left: 20px;
}
.rightimg {
	width: 250px;
	height: auto;
}
.kaiketu {
	background: -moz-linear-gradient(top, #FFC778, #FFF);
  background: -webkit-linear-gradient(top, #FFC778, #FFF);
  background: linear-gradient(to bottom, #FFC778, #FFF);
	padding: 60px 0;
}

.kaiketu_title {
	text-align: center;
	font-size: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	line-height: 1.5;
	color: #762200;
}
.kekka {
	margin: 40px 0 20px 0;
}
.kekka img {
	width: 100%;
	height: auto;
}
.kaiketu_title02{
	text-align: center;
	font-size: 42px;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	line-height: 1.5;
}
.about {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(200,130,100,0.4);
	margin-bottom: 20px;
}
.about_title {
	background: #003473;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	font-size: 36px;
	color:#fff;
	padding: 20px;
	font-weight: bold;
}
.about_cont {
	padding: 30px;
}
.about_cont p {
	font-size: 20px;
}
p.mgcut {
	margin-bottom: 10px !important;
}
.about_cont .point {
	color:#003473;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.6;
}

.btm20 {
	margin-bottom: 20px;
}
.btm30 {
	margin-bottom: 30px;
}
.btm40 {
	margin-bottom: 40px;
}
.title02 {
	background: #003473;
	text-align: center;
	font-size: 36px;
	color:#fff;
	padding: 20px;
	font-weight: bold;
}
.get {
	border: 10px solid #003473;
	padding: 20px;
	margin-bottom: 40px;
	
}
.title03 {
	background: #003473;
	text-align: center;
	font-size: 36px;
	color:#fff;
	padding: 20px;
	font-weight: bold;
	border-bottom: 5px solid #003473;
}
.book {
	float: right;
	margin-left: 15px;
}
.book img {
	width: 120px;
	height: auto;
}

.yellow {
	color: #FAF203;
}
.bold {
	font-weight: bold;
}

.introbg {
	background: #262626;
	padding:20px;
	margin-top: -2px;
}
.orderbox {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: auto;
}
.orderbox a {
width: 49.5%;
}
.orderbox img {
	width: 100%;
	height: auto;
}

.offer_mes {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}
.offer_mes p {
	font-size: 30px;
}
.offer_mes span {
	background: linear-gradient(transparent 60%, #fbe602 0%);
}
#slider {
	padding: 0;
	margin: 0;
	margin-top: -20px;
}
#slider img {
	width: 400px;
}
.priceimg {
	width: 80%;
	margin: auto;
	margin-bottom: 40px;
}
.priceimg img {
	width: 100%;
	height: auto;
}

.sch  {
	background-image:url("../images/schbg.jpg");
	background-repeat: repeat;
	background-position: top center;
	margin-top: -40px;
	padding: 40px;
	box-sizing: border-box;
	
}
.schBOX  {
	background: #fff;
	padding: 30px 30px 20px 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
	
}
.schDATE  {
	background: #222;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 36px;
	font-family: 'Noto Serif JP', serif;
	color:#fff;
	font-weight: 600;
	
	
}
.schlist {
	background: #f4f3f0;
	padding: 20px;
	box-sizing: border-box;
}
ul.schlist li{
    list-style: none;
	text-align: left;
	font-size: 24px;
	line-height: 180%;
	text-indent:-33px; 
	border-bottom: 1px dashed #737373;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	padding-left: 33px;
}
 
ul.schlist > li:before {
    font-family: "Font Awesome 5 Free";
  font-weight: 900;/*←ココ*/
  content: "\f111";
  position: relative;
  left : 0em; 
  color: #960101; 
    margin-right: 10px;
	font-size: 24px;
}

.schBOX figure  {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	
	
}



