.course_img02 .img_box {width:100%;margin-bottom:20px;display:block;}
@media screen and (min-width:1024px) {
.course_img02 .img_box {width:47%;}    
}

/*=infinite=*/
.mb200 {
  margin-bottom:200px;
}
.infinite {
    position:relative;
}
.infinite .ttl_inf{
	position: absolute;
	color:#fff;
    z-index:100;
    left:10px;
    bottom:-20px;
    mix-blend-mode: overlay;
}

.infinite .infiniteslide img{
	width:250px;
    height:250px;
    padding:0px 8px;
    object-fit:cover;
}
@media screen and (min-width:1024px) {
.infinite {
    position:relative;
}
.infinite .ttl_inf{
	position: absolute;
	color:#fff;
    z-index:100;
    left:150px;
    bottom:-70px;
    mix-blend-mode: overlay;
}

.infinite .infiniteslide img{
	width:300px;
    height:300px;
}
}


.tab_area {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    column-gap: 15px;
    row-gap: 15px;
}

.tab {
    padding: 10px 0;
    font-size: 15px;
    width:32%;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
    color: #b80006;
    background:#fff;
}

.tab p {
    font-size: 15px;
    display: inline;
}

.tab.is-active {
    border: solid 1px #b80006;
    background: #b80006;
    color: #fff;
}

.panel {
    display: none;
}

.panel.is-active {
    display: block;
    background-size: cover;
    padding: 30px 0 0;
}

@media screen and (min-width: 768px) {
    .panel.is-active {
        padding: 40px 0px 0;
    }

    .tab {
        padding: 15px 0;
    }

    .tab p {
        font-size: 15px;
    }
}
/*----------------------------
tab
-----------------------------*/
@media screen and (max-width: 1024px) {
    .tab_area {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .tab {
        padding: 5px 0;
        font-size: 15px;
        text-align: center;
        cursor: pointer;
        transition: all ease 0.3s;
      width:48%;
    }

    .tab p {
        font-size: 15px;
        display: inline;
    }

    .tab.is-active {
        background: #b80006;
        color: #fff;
    }

    .panel {
        display: none;
    }

    .panel.is-active {
        display: block;
        background-size: cover;
        padding: 10px 0 0;
    }
}
/*============================
  sub-visual
============================*/
.main {
  position: relative;
}
.sub_mv {
  height: 200px;
  width: 100%;
  position: relative;
  background: url(../images/sub_mv.png) no-repeat center center / cover ;

}
.submain_ttl {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .1em;
  display: inline-block;
  font-family: "游明朝", sans-serif;
  color:#111;
  text-align: center;
  background: #fff;
  padding: 5px 12px;
  font-weight: bold;
}
.submain_txt {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .1em;
  display: block;
}
.submain_box{
text-align: center;
  position:absolute;
  display: block;
  width:auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color:#fff;
  text-transform: uppercase;
}

.text_cen {
 font-size: 14px;
 font-weight: bold;
 text-align: center;
 color:#fff;
  margin-bottom: 40px;
}
@media screen and (min-width: 300px) {
.submain_ttl {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .1em;
  display: inline-block;
  font-family: "游明朝", sans-serif;
  color:#111;
  text-align: center;
  background: #fff;
  padding: 5px 12px;
  font-weight: bold;
}
}

  @media screen and (min-width: 500px) {
.submain_ttl {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: .1em;
  display: inline-block;
  font-family: "游明朝", sans-serif;
  color:#111;
  text-align: center;
  background: #fff;
  padding: 5px 12px;
  font-weight: bold;
}
}
  
  
  

@media screen and (min-width: 768px) {
.sub_mv {
  height: 350px;
}
.submain_ttl {
  font-size: 35px;
}
.submain_txt {
  font-size: 22px;
}
}
@media screen and (min-width: 1024px) {
.sub_mv{
  height: 450px;
}
.submain_ttl {
font-size: 45px;
}
.submain_txt {
font-size: 24px;
}
  
  .text_cen {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 
}
}
@media screen and (min-width: 1280px) {
.sub_mv{
  height: 650px;
}
.submain_ttl {
font-size: 48px;
text-align: center;
}
.submain_txt {
font-size: 30px;
}
  
  .text_cen {
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 
}
}
@media screen and (min-width: 1500px) {
.sub_mv{
  height: 550px;
}
.submain_ttl {
font-size: 50px;
}
.submain_txt {
font-size: 36px;
}
 

}
/*----------------------------
 bread_crumb_list
-----------------------------*/
.breadcrumb{
  font-size: 10px;
  margin-bottom:0;
  background: #020202;
}
.breadcrumb p{
  margin-left: auto;
  color: #fff;
}
.breadcrumb a{
color: #fff;
}
   

@media screen and (min-width:768px) {
.breadcrumb{
font-size: 14px;
}
}

/* anker link */
.anker__items{
column-gap: 4%;
  row-gap: 10px;
}
.anker__item{
width: 100%;
height: 50px;
position: relative;
display: block;
}
.anker__item a{
display: block;
text-align: center;
line-height: 50px;
color:#fff;
transition: all .5s;
border:1px solid #070809;
background: #070809;
  box-shadow:0 5px 15px 4px #fff; 
}
.anker__item a:hover{
opacity:.7;
}
.anker__item.sub_course{
  width: 100%;
}
  .anker__item.sub_course a{
padding:10px;
  }
@media screen and (min-width:299px) {
.anker__items{
  column-gap: 1%;
}
.anker__item{
  width: 100%;
  height: 45px;
}
.anker__item a{
  line-height: 45px;
  padding:10px;
}
.anker__items{
  column-gap: 1%;
}
}
@media screen and (min-width:525px) {
.anker__items{
  row-gap: 10px;
}
.anker__item{
  width: 48%;
}
}
@media screen and (min-width:1024px) {
.anker__item{
  width: 31%;
}
.anker__item.sub_course{
  width: 100%;
}
  .anker__item.sub_course a{
padding:10px;
  }
}

.back_btn a{
    background: #b80006;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
  }
  .back_btn a:hover{
    opacity:0.8;
  }
/* 背景 */
.sub-img01 {
 	background: url(../images/sub_bg01.png) no-repeat center center/cover;
  }
.sub-img02 {
 	background: url(../images/sub_bg02.png) no-repeat center center/cover;
  }
   

/*============================
 menu
============================*/
.menu_img .img:not(:last-child){
 margin-bottom:20px;
}
.menu__items{
  display:block;
}
.menu__item{
  width: 100%;
  display:block;
}
.menu{
  margin-bottom:10px;
  border-bottom: dashed 1px #141414;
  display:block;
  padding: 10px 0 10px;
}
.menu__name{
 width: 100%;
}
.menu__price{
 width: 100%;
  font-weight:bolder;
  padding-top:5px
}
.menu__name_long{
 width: 100%;
}
.menu__price_long{
 width: 100%;
  font-weight:bolder;
  padding-top:5px
}

@media screen and (min-width:768px) {
.menu_img .img:not(:last-child){
 margin-bottom:0px;
}
.menu_img .img:last-child{
  padding-top:50px;
}
.menu_img .img{
  width:48%;
}

}
@media screen and (min-width:1024px) {
.menu__items{
  display:flex;
  align-items: end;
}
.menu__item{
  width:49%;

}
.menu__item_long{
  width:100%;
}
.menu{
  margin-bottom:10px;
  display:flex;
  padding: 20px 10px 10px;
  align-items: end;
}
.menu__name{
  display: inline-block;
  width: calc(100% - 100px);
  font-size:15px;
  font-weight:bolder;
}
.menu__txt{
  width: calc(100% - 100px);
}
.menu__price{
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size:15px;
  font-weight:bolder;
}
.menu__name_long{
  display: inline-block;
  width: calc(100% - 220px);
  font-size:15px;
  font-weight:bolder;
}
.menu__txt_long{
  width: calc(100% - 220px);
}

.menu__price_long{
  display: inline-block;
  width: 220px;
  text-align: right;
  font-size:15px;
  font-weight:bolder;
}
}

/*============================　
　　leon
============================*/
/* flexbox */
.textBox .textarea{
  width: 100%;
} 
.textBox .textarea .ttl{
  font-size:16px;
  position:relative;
  padding-left:40px;
}
.textBox .textarea .ttl::before{
  position:absolute;
  content: "";
  background: #b89264;
  width:30px;
  height:1px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.textBox .img{
  width: 100%;
  margin-bottom: 20px;
}
.textarea {
    color: #fff;
  }
.text-area_title {
  font-size : 16x;
  font-weight: bold;
    border-bottom: 2px solid #b80006;
}


@media screen and (min-width:300px) {
.text-area_title {
  font-size : 16x;
  font-weight: bold;
    border-bottom: 2px solid #b80006;
}
}

@media screen and (min-width:350px) {
.text-area_title {
  font-size : 19px;
  font-weight: bold;
    border-bottom: 2px solid #b80006;
}
}

@media screen and (min-width:500px){
.text-area_title {
  font-size : 20;
  font-weight: bold;
    border-bottom: 2px solid #b80006;
}
}

@media screen and (min-width:686px){
.text-area_title {
  font-size : 24px;
  font-weight: bold;
    border-bottom: 2px solid #b80006;
}
}


@media screen and (min-width:1024px) {
/* flexbox */
.textBox{
  align-items: center;
} 
.textBox .textarea{
  width: 50%;
}
.textBox .textarea .ttl{
  font-size:18px;
} 
.textBox .img{
  margin-left: calc(70% - 50vw);
  flex:1;
  margin-bottom: 0px;
  margin-right:5%;
}
.textBox.row-reverse .img{
  margin-right: calc(70% - 50vw);
  flex:1;
  margin-bottom: 0px;
  margin-left:5%;
}
  .text-area_title {
  font-size : 25px;
  font-weight: bold;
      border-bottom: 2px solid #b80006;
}
 

}
@media screen and (min-width:1720px) {
.textBox .textarea{
  margin-right: calc(50% - 30vw);
} 
.textBox.row-reverse .textarea{
  margin-left: calc(50% - 30vw);
  margin-right:0;
}
.textBox .img{
  margin-right:10%;
}
.textBox.row-reverse .img{
  margin-left:10%;
}
  .text-area_title {
  font-size : 30px;
  font-weight: bold;
    border-bottom: 2px solid #b80006;
}

}

/*============================　
　　recruit
============================*/
.rec_area{
  column-gap: 2%;
  row-gap: 40px;
}
.rec_list .ttl{
  column-gap: 4%;
  align-items: center;
  
}
.rec_list .ttl .point{
  font-size:18px;
  margin-top:2px;
}
@media screen and (min-width:768px) {
.rec_list{
  width:48%;
}
.rec_list .ttl .point{
  font-size:22px;
}
}
@media screen and (min-width:1024px) {
.rec_list{
  width:31%;
}
}

/*============================　
　　access
============================*/
.access_list:not(:last-child){
  margin-bottom: 20px;
}

/* -----Table----- */
.table01 .tr{
  display: block;
}
.table01 .th{
  width: 100%;
  padding:20px 0 0px 15;
  border-bottom:none;
  font-weight:bolder;
  color:#fff;
}
.table01 .td{
  width: 100%;
  padding: 5px 0 5px 10x;
  border-bottom: 1px solid #b80006;
color:#fff;
}
@media screen and (min-width:768px) {
.access_area{
  column-gap: 4%;
  row-gap: 20px;
}
.access_list{
  width:48%;
}
/* -----Table----- */
.table01 .tr{
display: flex;
justify-content: flex-start;
}
.table01 .th{
width: 25%;
padding: 12px;
line-height: 1.6;
border-bottom: 2px solid #b80006;
}
.table01 .td{
width: 75%;
padding: 12px;
line-height: 1.6;
border-bottom: 1px solid #fff;
} 
}
@media screen and (min-width:1024px) {
.access_area{
  column-gap: 1%;
  row-gap: 20px;
}
.access_list{
  width:31%;
}
}
/*============================　
　　contact
============================*/
.tel-area {
	background: #070809;
}
.tel-number {
color:#fff;
}
.webap {
background: #b80006;
 padding: 5px 15px;

}
.web-p {
text-align: center;
}
.bg-black {
background: #070809;
  box-shadow:0 5px 15px 4px #fff;
  padding: 8px 16px:
}
.rsvAtten {
 box-shadow:0 5px 15px 4px #fff;
  padding: 10px 20px;
}
.rsvTelBtn  {
margin: 0 0 20px 0;
}
@media screen and (min-width: 300px) {
.rsvTelBtn  {
margin: 0 0 20px 0 !important ;
}
  .rsvAtten {
 box-shadow:0 5px 15px 4px #fff;
  padding: 20px 30px;
  }
}

@media screen and (min-width: 375px) {
.rsvTelBtn  {
margin: 0 0 20px 0 !important ;
}
  .infoBtnArea  {
 	flex-direction: column!important;
}
  .rsvAtten {
 box-shadow:0 5px 15px 4px #fff;
  padding: 20px 30px;
  }
}


@media screen and (min-width: 380px) {
  .rsvTelBtn  {
margin: 0 20px 0 0 !important;
  }
 .infoBtnArea  {
 	flex-direction: row!important;
}

}
@media screen and (min-width: 768px) {
.infoBtnArea  {
 	flex-direction: row;
}
  .rsvTelBtn  {
margin: 0 20px 0 0 !important;
  }
  .rsvAtten {
 box-shadow:0 5px 15px 4px #fff;
  padding: 40px 60px;
}
}
.balloon2 {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 7px 15px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 24px;
  background: #b80006;
  border-radius:30px;
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border-top: 12px solid #b80006;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #b80006;
  z-index: 1;
}

@media screen and (min-width:768px) {
.balloon2 {padding: 7px 20px; font-size: 25px;}
}

@media screen and (min-width:1024px) {
.balloon2 {padding: 7px 40px; font-size: 35px;  border-radius:40px;}
}



/*============================　
　　guide
============================*/

/* faq */
.faq_list{
  background: #070809;
  padding: 30px 20px;
  color: #fff;
  box-shadow: 0px 5px 15px 0px #fff;
}
.faq_ttl{
  position: relative;
  padding-left:30px;
  font-weight:bold;
}
.faq_ttl::before {
  position: absolute;
  content: "Q";
  width:22px;
  height:22px;
  top:0;
  left:0;
  color: #fff;
}
 .flow__item {
    padding: 30px 20px 20px;
    background: #070809;
    position: relative;
    box-shadow: 0px 5px 15px 0px #fff;
    position: relative;
   margin-bottom: 80px;
  }

  .flow__item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    background: #f3f8f5;
    z-index: -1;
  }

  .flow__item .flex__img {
    width: 100%;
    margin-bottom: 10px;
  }

  .flow__item .flex__text {
    width: 100%;
  }

  .flow__num {
    font-size: 30px;
    color: #b80006;
    position: absolute;
    top: -20px;
    left: 10px;
  }
.flow_p {
  color:#fff;
}

  .reserve__item {
    padding: 10px;
    border: 3px double #c5a204;
    width: 100%;
    margin: 0 auto;
  }

  .reserve__item .ta-c02 {
    text-align: left;
  }

  .reserve__item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .reserve__ttl {
    font-size: 16px;
    color: #c5a204;
    text-align: center;
  }
@media screen and (min-width: 300px) {
.flow__num {
    font-size: 22px;
    color: #b80006;
    position: absolute;
    top: -20px;
    left: 10px;
  }

}

@media screen and (min-width: 400px) {
.flow__num {
    font-size: 28px;
    color: #b80006;
    position: absolute;
    top: -20px;
    left: 10px;
  }

}
  @media screen and (min-width: 768px) {
    .flow__item {
      padding: 50px 30px;
    }

    .flow__item .flex__img {
      width: 33%;
    }

    .flow__item .flex__text {
      width: 65%;
    }

    .flow__num {
      font-size: 50px;
      top: -40px;
      left: 30px;
    }

    .reserve__item {
      width: 90%;
    }

    .reserve__ttl {
      font-size: 18px;
    }

    .reserve__ttl br {
      display: none;
    }

  }


  @media screen and (min-width: 1024px) {
    .reserve__item .ta-c02 {
      text-align: center;
    }
  }




/*============================　
　　menu
============================*/
@media screen and (min-width: 300px){
.list_title {
color:#fff;
text-align: center;
font-weight: bold;
font-size: 17px;
}
.menu-title2 {
font-size: 18px;
color:#fff;
font-weight:bold;
 border-left: 5px solid #b80006;
padding-left:8px;
}
.subtitle2 {
  color:#fff;
  font-size: 16px;
   font-weight: bold;
}
}
  @media screen and (min-width: 500px){
.list_title {
color:#fff;
text-align: center;
font-weight: bold;
font-size: 20px;
}
.menu-title2 {
font-size: 22px;
color:#fff;
font-weight:bold;
 border-left: 5px solid #b80006;
padding-left:8px;
}
.subtitle2 {
  color:#fff;
  font-size: 19px;
   font-weight: bold;
}
  
  }

@media screen and (min-width: 767px){
.list_title {
color:#fff;
text-align: center;
font-weight: bold;
font-size: 22px;
}
.menu-title2 {
font-size: 23px;
color:#fff;
font-weight:bold;
 border-left: 5px solid #b80006;
padding-left:8px;
}
.subtitle2 {
  color:#fff;
  font-size: 21px;
   font-weight: bold;
}
  
  }


@media screen and (min-width: 1024px){
.list_title {
color:#fff;
text-align: center;
font-weight: bold;
font-size: 21px;
}
.menu-title2 {
font-size: 24px;
color:#fff;
font-weight:bold;
 border-left: 5px solid #b80006;
padding-left:12px;
}
.subtitle2 {
  color:#fff;
  font-size: 20px;
   font-weight: bold;
}
}

/*============================　
　　course
============================*/
@media screen and (min-width: 300px){
.menu-title {
font-size: 16px;
color:#fff;
font-weight:bold;
 border-left: 5px solid #b80006;
padding-left:12px;
 
}
 .subtitle{
  color:#fff;
  font-size: 15px;
   font-weight: bold;
   
}
}

@media screen and (min-width: 400px){
.menu-title {
font-size: 21px;
color:#fff;
font-weight:bold;
 border-left: 5px solid #b80006;
padding-left:12px;
 
}
 .subtitle{
  color:#fff;
  font-size: 18px;
   font-weight: bold;
   
}
}
  
@media screen and (min-width: 1024px){
.menu-title {
font-size: 24px;
color:#fff;
font-weight:bold;
 border-left: 5px solid #b80006;
padding-left:12px;
    margin-left: calc(70% - 50vw);
}
 .subtitle{
  color:#fff;
  font-size: 20px;
   font-weight: bold;
    margin-left: calc(70% - 50vw);
}

}



/*============================　
　　commitment
============================*/
 .sec-title {
  text-align : center;
  display: flex;
  align-items: center;
  justify-content: center;
    color: #b80006;
   font-weight: bold;
   font-size: 19px;
  }
 .sec-title::before {
  content: "";
    height: 2px;
    width: 35px;
    background: #b80006;
    margin-right: 20px;
    transform: rotate(45deg);
  }
  .sec-title::after {
  content: "";
    height: 2px;
    width: 35px;
    background: #b80006;
    margin-left: 20px;
    transform: rotate(-45deg);
  }
.bold {
   font-weight: bold;
    font-size: 16px;
  }

@media screen and (min-width:300px){
.sec-title {
  text-align : center;
  display: flex;
  align-items: center;
  justify-content: center;
    color: #b80006;
   font-weight: bold;
   font-size: 17px;
  }
 .sec-title::before {
  content: "";
    height: 2px;
    width: 27px;
    background: #b80006;
    margin-right: 12px;
    transform: rotate(45deg);
  }
  .sec-title::after {
  content: "";
    height: 2px;
    width: 27px;
    background: #b80006;
    margin-left: 12px;
    transform: rotate(-45deg);
  }
  .bold {
   font-weight: bold;
    font-size: 16px;
  }
}

@media screen and (min-width:450px){
.sec-title {
  text-align : center;
  display: flex;
  align-items: center;
  justify-content: center;
    color: #b80006;
   font-weight: bold;
   font-size: 19px;
  }
 .sec-title::before {
  content: "";
    height: 2px;
    width: 35px;
    background: #b80006;
    margin-right: 20px;
    transform: rotate(45deg);
  }
  .sec-title::after {
  content: "";
    height: 2px;
    width: 35px;
    background: #b80006;
    margin-left: 20px;
    transform: rotate(-45deg);
  }
  .bold {
   font-weight: bold;
    font-size: 16px;
  }
}
  
  
@media screen and (min-width:600px){
  
  .sec-title {
  text-align : center;
  display: flex;
  align-items: center;
  justify-content: center;
    color: #b80006;
   font-weight: bold;
     font-size: 27px;
  }
  .bold {
   font-weight: bold;
    font-size: 18px;
  }

}

@media screen and (min-width:1024px){
  
  .sec-title {
  text-align : center;
  display: flex;
  align-items: center;
  justify-content: center;
    color: #b80006;
   font-weight: bold;
     font-size: 30px;
  }
  .bold {
   font-weight: bold;
    font-size: 20px;
  }

}


@media screen and (min-width:1280px) {
  
  .sec-title {
  text-align : center;
  display: flex;
  align-items: center;
  justify-content: center;
    color: #b80006;
   font-weight: bold;
     font-size: 33px;
  }
  .sec-title::before {
  content: "";
    height: 2px;
    width: 45px;
    background: #b80006;
    margin-right: 20px;
    transform: rotate(45deg);
  }
  .sec-title::after {
  content: "";
    height: 2px;
    width: 45px;
    background: #b80006;
    margin-left: 20px;
    transform: rotate(-45deg);
  }
  .bold {
   font-weight: bold;
    font-size: 21px;
  }
}
  
  /*============================　
　　shop
============================*/
  .pay {
  width: 350px;
  }

@media screen and (max-width:767px) {
  .table01 .th.sp-nodis{
    display: none;
  }
}
  

