@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;700);

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /* font-size:.16rem; */
    font-size: 16px;
    width: 100%;
}
body {
    position: relative;
    /* background-image: url(../img/bg.png); */
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center top;
    background-color: #fff2db;
    /* background-color: #ffefe5; */
    color: #333333;
    font-size: 16px;
    /* font-size: .16rem; */
    /*font-family: 'M PLUS 1p', sans-serif;*/
    font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif !important;
    font-weight: 300;
    margin: 0;
    padding:0;
    overflow-x: hidden;
    box-sizing: border-box;
    
}

/*--------
body
---------*/
body.home {
	/* background-image: url(/ex03/wp-content/themes/dora/img/bkgnd.jpg) ;
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 100% auto;
	background-position-x: 50%;
	background-position-y: 10%;
	background-attachment:fixed; */
}

@media (max-width: 767px){
	body.home {
		/* background-image: url(/ex03/wp-content/themes/dora/img/bkgnd.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: 50%;
		background-position-y: 10%;
		background-attachment:fixed; */
    }
}

@media (max-width: 767px){
    body {
    font-size:14px;
    }
}


header {
    width:100%;
    /* position:fixed; */
    height: 100px;;
    left:0;
    top:0;
    z-index:999;
    padding-top: 10px;
    background: linear-gradient(#ffe8be, #fff2db);
}
.header_top h1 {
    font-size: 8px;
    text-align: center;
    padding: 3px 0;
}
.header-wrap {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #573000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 0 10px;
}

.header_address {
    font-size: 20px;
    text-align: right;
}

.header_tel {
    font-size: 30px;
}

.header_nav-item-link {
    font-size: 18px;
    line-height: 3em;
    text-align: center;
    padding-top: 20px;
}

#container {
    /*margin-top: 60px;*/
    /* padding-top: 60px; */
    margin: 0;
    position: relative;
}
.contents_wrap {
    margin: 0 20px;
}
a {
    color: #000;
    text-decoration: none;
}
a, a:visited {
    color: #333333;
}
a:hover {
    color: #333333;
    opacity: 0.7;
    text-decoration: none;
}
img {
    width: 100%;
    vertical-align: bottom;
}
p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 16px;
    line-height: 140%;
}

section {
    position: relative;
}

.main_menu {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    
}
.main_menu-icon {
    width: 70px;
    display: block;
    margin: 0 auto 5px;
}

h1, h2, h3, h4 {
    color: #333333;
    padding: 0;
    margin: 0;
}
    
.row{
    /* overflow-x: hidden */
    margin-left: 0;
    margin-right: 0;
}

hr:last-child {
    border: 0;;
}

#set-pc {
    display: block;
}
#set-sp {
    display: none;
}

@media (max-width:767px) {
    .hidden-sp {
        display: none;
    }
    .hidden-tab {
        display: none;
    }
    .drawer-hamburger {
        width:28px;
    }
}
@media (min-width:768px) {
    .hidden-pc {
        display: none;
    }
}

@media (max-width:420px) {
    .hidden-small {
        display: none;
    }
    .about_wrap h2 {
        padding-top: 20px;
    }
}
@media (min-width:421px) {
    .hidden-middle {
        display: none;
    }
}


/*--------common-adjust---------*/
.pt01 {padding-top: 1%;}
.pt03 {padding-top: 3%;}
.pt05 {padding-top: 5%;}
.pt10 {padding-top: 10%;}
.pt15 {padding-top: 15%;}

.pb01 {padding-bottom: 1%;}
.pb03 {padding-bottom: 3%;}
.pb05 {padding-bottom: 5%;}
.pb10 {padding-bottom: 10%;}
.pb15 {padding-bottom: 15%;}

.pr01 {padding-right: 1%;}
.pr03 {padding-right: 3%;}
.pr05 {padding-right: 5%;}
.pr10 {padding-right: 10%;}
.pr15 {padding-right: 15%;}

.pl01 {padding-left: 1%;}
.pl03 {padding-left: 3%;}
.pl05 {padding-left: 5%;}
.pl10 {padding-left: 10%;}
.pl15 {padding-left: 15%;}

.pv01 {padding-top: 1%;padding-bottom: 1%;}
.pv03 {padding-top: 3%;padding-bottom: 3%;}
.pv05 {padding-top: 5%;padding-bottom: 5%;}
.pv10 {padding-top: 10%;padding-bottom: 10%;}
.pv15 {padding-top: 15%;padding-bottom: 15%;}

.ph01 {padding-right: 1%;padding-left: 1%;}
.ph03 {padding-right: 3%;padding-left: 3%;}
.ph05 {padding-right: 5%;padding-left: 5%;}
.ph10 {padding-right: 10%;padding-left: 10%;}
.ph15 {padding-right: 15%;padding-left: 15%;}

.bt {border-top: 1px solid #aaaaaa;}
.bb {border-bottom: 1px solid #aaa;}
.br {border-right: 1px solid #aaa;}
.bl {border-left: 1px solid #aaa;}

.posi_relv {position: relative;}
.posi_abst {position: absolute;}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}

.bg-drk {
    background: #f0f5fd;
}
.bg-wht {
    background: #ffffff;
}

.txt-lg {
    /*font-size: 4vw;*/
    font-size: 50px;
}
.txt-sm {
    /*font-size: 2vw;*/
    font-size: 25px;;
    line-height: 140%;
}
.ttl-h4 {
    color:#003ee4 ;
    /*font-size: 3.0vw;*/
    font-size: 32px;
    text-align: center;
    font-weight: 400;
}
a .ttl-h4 {
    color:#003ee4 ;
}
a:hover .ttl-h4 {
    color:#003ee4 ;
    opacity: 0.7;
    text-decoration: none;
}

.ttl-sub {
    color:#1a1a1a ;
    /*font-size: 1.6vw;*/
    font-size: 18px;
    line-height: 140%;
}


/*------------------
Navbar改造
------------------*/
/*----Bootstrap Section----------*/
.navbar-default {
    background-color: inherit;
    border-color:none;
}
.navbar-default .navbar-nav>li>a {
    /* color: #1a1a1a; */
    color: #573000;
    font-size: 16px;
}
.navbar {
    min-height: 60px;
    border-radius: 0;
    border:0;
}
.navbar-brand {
    /* padding: 4px 15px; */
}
.header-logo {
    max-width :160px;
}
.collapse {
    font-size: 19px;
}
.navbar-brand {
    float: none;
    font-size: 30px;
}
.navbar-nav {
    float: none;
    margin: 0;
}
.navbar-nav>li {
    float: none;
    display: inline-block;
    text-align: center;
    border-right: 1px dotted;
    padding-right: 6px;
    width: 125px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    
}
.navbar-nav>li:first-child {
    border-left: 1px dotted;
}
.navbar-nav>li>a {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-right: 0;
    padding-left: 0;
    
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggle {
    padding: 15px 10px;
}
.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}

@media (max-width:991px) {
    .main_menu-icon {
        width: 40px;
    }   
    .navbar-nav>li {
        width: 16%;
    }
    .collapse {
        font-size: 13px;
    }
    .container-fluid {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }
}

@media (max-width: 767px){
    .navbar-nav li {
        border-bottom: 1px solid #eee;
    }
    .navbar-nav li:last-child {
        border-bottom: 0px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-bottom: 1px solid #ccc;
    }
}
/*----Bootstrap Section----------*/

.pure-menu-heading {
    padding: 9px 15px ;
    max-width: 160px;
}
.pure-menu-link {
    padding: 23px 15px;
    font-size: 14px;
    color: #1a1a1a;
}
.custom-wrapper {
    background-color: #ffffff;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    /*height: 2.1em;*/
    height: 60px;
    overflow: hidden;
    display: flex;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}
.header-logo {
    /*max-width :160px;*/
}
.custom-wrapper.open {
    /*height: 18em;*/
    height: auto;
    padding-bottom: 10px;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.custom-toggle .bar:last-child {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-toggle.x .bar:last-child {
    transition: all 0.1s;
    opacity: 0;
}

@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle {
        display: block;
    }
    li.pure-menu-item {
        border-bottom: 1px solid #eee;
    }
    li.pure-menu-item:last-child {
        border-bottom: 0px ;
    }

}

/*------------------
index.php content
------------------*/
#bg-wht {
    background-color: #fff;
    width: 100vw;
}
#sec01{
    color: #000;
    font-size: 30px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    flex-direction: column;
    padding: 24% 15%;
}
.sec2-abs,
.sec2-abs1,
.sec2-abs2 {
    position: absolute;
}
.sec2-abs {
    left: 10%;
    top: 10%;
    width: 80%;
    color: #fff;
}
.sec2-abs1 {
    left: 10%;
    top: 10%;
    width: 80%;
    color: #fff;
}
.sec2-abs2 {
    left: 10%;
    top: 20%;
    width: 80%;
    color: #fff;
    line-height: 140%;
}
#sec02,
#sec03,
#sec03s {
    text-align: center;
}
#sec03 img,
#sec03s img {
    /* width: 100%; */
    /* background: #003ee4; */
    /* padding: 10%; */
    /* border-radius: 15%; */
}
#sec03 p,
#sec03s p {
    /*font-size: 1.6vw;*/
    /* font-size: 18px; */
    /* color:#003ee4 ; */
}
#sec04,
#sec05,
#sec06,
#sec07,
#sec04s,
#sec05s,
#sec06s,
#sec07s {
    /* padding: 10% 15%; */
}


#sec04 h3 img,
#sec05 h3 img,
#sec06 h3 img,
#sec07 h3 img,
#sec04s h3 img,
#sec05s h3 img,
#sec06s h3 img,
#sec07s h3 img {
    /* width: 100%;
    margin: 0 auto; */
}
@media (max-width: 767px){
    #sec03,
    #sec03s {
        /* padding: 0 5%; */
        background: url(../img/wave_bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom -6% right;
    }
    #sec04,
    #sec05,
    #sec06,
    #sec07,
    #sec04s,
    #sec05s,
    #sec06s,
    #sec07s {
        padding: 0 5%;
    }
    #sec03s {
        padding-bottom: 5%;
    }
}
#sec08s iframe,
#sec08 iframe{
    vertical-align: bottom;
}
@media (max-width: 500px){
    #sec03,
    #sec03s {

    background-position: bottom -4% right;
    }
}
@media (max-width: 340px){
    #sec03,
    #sec03s {

    background-position: bottom -2% right;
    }
}

/*=============================
    追加
=============================*/

.slider0 {
    max-width: 900px;
    object-fit: contain;
    margin: -2px auto;
    position: relative;
}
.slider-frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 900px;
    width: 100%;
}



/* #slider::after {
    content: "";
    display: block;
    height: 561px;
    background: url(../img/frame3.png) no-repeat 50% 0;
    background-size: cover;
    position: absolute;
    /* margin: -660px 0 0; */
    /* width: 1000px;
    top: -2%;
    left: -1%; */
/* } */ 

/* .slider01 {
    height: 300px;
    object-fit: cover;
} */
/* 
.slick-slide img {
    display: block;
    max-height: 540px;
    object-fit: contain;
} */
/* スライダードット部分改造 */
.slick-dots2 {
	position: absolute;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 10px 0 0;
	width: 100%;
}

.slick-dots2 li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots2 li.slick-active
	button::before {
  background-color: #333;
}

.slick-dots2 li button {
	background: transparent;
	border:0;
	font-size: 0pt;
}

.slick-dots2 li button::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 12px;
	height: 12px;
	font-family: "slick";
	line-height: 20px;
	text-align: center;
	color: #333333;
  border: 1px solid #333;
  border-radius: 50%;
}

.slick-dots2 li button {
	/*デフォルトの数字を消す*/      
	background: transparent;
	border:0;
	font-size: 0pt;
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}
/* スライダードット部分改造 ここまで */
@media (max-width: 991px) {
    /* #slider::after {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin: -52vh auto 0;
        height: 370px;
    }
    .slick-slide img {
        max-height: 350px;
    } */
}
@media (max-width: 560px) {
    /* #slider::after {
        position: relative;
        margin: -30vh auto 0;
        height: 220px;
        background-size: 560px;
    }
    .slick-slide img {
        max-height: 300px;
        max-width: 300px;
        margin: 0 auto;
    } */
}

/*=============================
    各ページ共通
=============================*/
.pageTitle {
    width: 240px;
    margin: 0 auto 10px;
}
.pageTitle img {
    width: 100%;
}

.title_wrap {
    display: flex;
    margin-bottom: 20px;
}

.title_wrap img {
    width: 50px;
}


.title_sub {
    font-size: 12px;
    color: #FA6C39;
    font-weight: 700;
}
h3 {
    font-size: 22px;
    color: #FA6C39;
    font-weight: 700;
    /* margin-bottom: 20px; */
}
h4 {
    font-weight: 700;
    margin-bottom: 10px;
}

.button_base {
    display: inline-block;
    border: 2px solid #FA6C39;
    background-color: #fff;
    padding: 10px 74px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #FA6C39 !important;
    font-weight: 700;
}
.button_base a {
    color: #FA6C39;
    font-weight: 700;
    font-size: 14px;
}
.button_base:hover {
    border: 2px solid #fff;
    background-color: #FA6C39;
    color: #fff !important;
    opacity: 1;
}
.button_base a:hover {
    color: #fff;
}
.fa-arrow-right {
    padding-left: 2rem;
    position: absolute;
    top: calc(50% - 0.5rem);
}
.contents {
    /* max-width: 980px; */
    margin: 0 auto;
}
@media screen and (max-width:767px) {
    h3 {
        font-size: 18px;
    }
    .title_sub {
        line-height: 2;
    }
    h4 {
        font-size: 14px;
    }
    .pageTitle {
        width: 170px;
    }
}

/*=============================
    index.php
=============================*/
#sec02 {
    max-width: 980px;
    margin: 0 auto 30px;
}
.about_text {
    text-align: center;
    /* margin-top: -50px; */
    font-size: 16px;
    line-height: 1.7em;
    background-color: #fff2db;
    padding: 10px 5%;
}

.about_wrap {
    display: flex;
    background-color: #fff2db;
    justify-content: space-between;
    /* margin-top: -30px; */
    /* padding-bottom: 30px; */
}
.about_wrap h2 {
    margin: auto;
    font-weight: 700;
}

.about_wrap img {
    width: 100px;
}

.sec03_wrap {
    max-width: 960px;
    margin: 0 auto;
    /* padding: 50px 0; */
    
}
.wave_bg {
    background-image: url(../img/wave2.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/* .wave_bg-t {
    background: url(../img/wave_top.svg) no-repeat;
    background-size: contain;
    background-position: center -30%;
}
.wave_bg-b {
    background: url(../img/wave_bottom.svg) no-repeat;
    background-size: cover;
    background-position: center 80%;
    height: 190px;
    width: 100%;
} */
.lesson {
    /* margin-bottom: 30px; */
    
}
.lesson p {
    padding: 10px 0 20px;
}
.lesson_title {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.title_icon {
    width: 60px;
    height: 60px;
}
.title_image {
    width: 160px;
}
.lesson_wrap {
    padding: 0 5%;
}
.lesson_image img{
    border-radius: 15px;
}
.admission {
    margin-bottom: 30px;
}
.admission p {
    padding: 10px 0;
}
.admission_title {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
.admission_image img{
    border-radius: 15px;
}

/* .flexbox {
    display: flex;
    margin-bottom: 80px;
} */
.sec04_wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 50px 10px;
}


.news {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    /* position: relative; */
    /* width: 50%; */
}
.news_title {
    display: flex;
    justify-content: center;
}
.news_icon {
    /* position: absolute; */
    width: 50px;
    margin: 10px 0;
}

.news h2 {
    text-align: center;
    /* background-color: #fa6c39;
    color: #fff; */
    margin: 10px 0;
    padding:  10px 0;
    font-size: 26px;
    position: relative;
}
.news h2::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: 0px; /*下線の上下の位置*/
    left: 50%;
    width: 50px; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    transform: translate(-50%); /*位置の調整*/
    background-color: #FA6C39; /*下線の色*/
}
.news_list { 
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-bottom: 40px; */
    margin: 0 auto;
}

.news_list li {
    border-bottom: 1px solid #c2c2c2;
    font-size: 14px;
    list-style:none;
    width: 96%;
    padding: 10px 0;
}

.news_list li div {
    display: table-cell;
    /* width: 144px; */
}

.news_list li p {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
    font-size: 14px;
}

.news_list li time {
    display: table-cell;
    vertical-align: top;
    width: 90px;
}
/* 
.recruit {
    width: 40%;
}
.recruit_title {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.recruit_icon {

    width: 50px;
    margin: 10px 0;
}
.recruit h2 {
    text-align: center;
    margin: 10px 0;
    padding:  10px 0;
    font-size: 26px;
    position: relative;
}

.recruit h2::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: 0px; 
    left: 50%;
    width: 50px; 
    height: 2px; 
    transform: translate(-50%); 
    background-color: #FA6C39; 
} */

.access {
    max-width: 980px;
    margin: 0 auto 30px;
}
.access_title {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.access_icon {
    /* position: absolute; */
    /* top: -10%; */
    width: 50px;
    margin: 10px 0;
}
.access h2 {
    text-align: center;
    /* background-color: #fa6c39;
    color: #fff; */
    margin: 10px 0;
    padding:  10px 0;
    font-size: 26px;
    position: relative;
}
.access h2::before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: 0px; /*下線の上下の位置*/
    left: 50%;
    width: 50px; /*下線の幅*/
    height: 2px; /*下線の太さ*/
    transform: translate(-50%); /*位置の調整*/
    background-color: #FA6C39; /*下線の色*/
}
.access_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;

}
.access_map {
    width: 70%;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.access_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.access_address dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 40px;
}
.access_address dt {
    width: 25%;
    font-weight: normal;
}
.access_address dd {
    width: calc(80% - 40px);
    margin-bottom: 20px;
}

.content_bottom {
    max-width: 980px;
    margin: 0 auto;
}

.footer-box-2 {
    display: flex;
}
.footer-box-2 li {
    margin-right: 1em;
}
@media (max-width:1024px) {
    .flexbox {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width:991px) {
    .download {
        width: 37%;
        margin-left: 3%;
    }
    .download h2 {
        padding-left: 65px;
    }
    .photo {
        width: 37%;
        margin-left: 3%;
    }
    .photo h2 {
        padding-left: 65px;
    }
}

@media (max-width:767px) {
    .about_text {
        font-size: 14px;
    }
    .sec02_wrap {
        display: flex;
    justify-content: space-between;
    top: -50px;
    position: relative;

    }
    .sec02_wrap img {
        width: 100px;
    }
    .about_wrap img {
        width: 70px;
    }
    .about_wrap h2 {
        font-size: 20px;
    }

    .lesson {
        background: url(../img/wave_top.svg);
    background-repeat: no-repeat;
    }
    .admission {
        /* background: url(../img/wave_bottom.svg);
    background-repeat: no-repeat;
    background-position: bottom; */
    }

    .lesson_wrap {
        padding: 0 5% 30px;
        background-color: #ffde93;
        
    }
    .lesson_wrap p {
        font-size: 14px;
    }
    .admission_wrap {
        padding: 0 5% 10px;
        background-color: #ffde93;
    }
    .admission p {
        font-size: 14px;
    }
    .wave_bg {
        background-image: none;
        /* background-repeat: no-repeat; */
        /* background-size: auto 100%; */
    }

    .flexbox {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .sec04_wrap {
        padding: 0;
    }
    .news {
        width: 100%;
        margin: 0 auto 20px;
    }
    .news_list {
        padding-left: 0;
    }
    .download {
        width: 90%;
        margin: 0 auto;
    }
    .recruit {
        width: 90%;
        margin: 0 auto 20px;
    }
    .recruit_banner {
        width: 90%;
        margin: 0 auto;
    }
    .access_wrap {
        display: block;
        padding: 0;
    }
    .access_map {
        width: 100%;
        padding-bottom: 60%;
    }
    .access_address dl {
        margin-left: 0;
        margin-top: 10px;
    }
    .access_address dd {
        width: 71%;
        margin-left: 4%;
    }
}

@media (max-width:400px) {
    .sec02_wrap img {
        width: 80px;
    }
    .about_wrap img {
        width: 50px;
        display: none;
    }
    .news h2 {
        font-size: 20px;
    }
    .news_list li p {
        display: block;
    }
    .news_icon {
        width: 40px;
    }
    
    .access h2 {
        font-size: 20px;
    }
    .access_icon {
        width: 40px;
    }
    .title_icon {
        width: 40px;
        height: 40px;
    }
    .title_image {
        width: 130px;
    }
}

/*=============================
    page-price.php
=============================*/
.price_about {
    max-width: 980px;
    margin: 0 auto 30px;
}
.price_about p {
    font-size: 14px;
}
.price_list {
    max-width: 980px;
    margin: 0 auto;
}
.price_title img {
    width: 50px;
}
.lessonClass {
    margin-bottom: 40px;
}
.lessonClass p {
    font-size: 12px;
}
.lesson_table {
	width: 100%;
	/* margin-bottom: 1.5em; */
	border-spacing: 0;
    background-color: #fff;
    font-size: 14px;
}
/* table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    padding: 0;
    border: 0;
    height: 1px; 
    width: 1px;
    overflow: hidden;
} */
.lesson_table thead tr th {
      background-color: #FA6C39 !important;
      border: 1px solid #CECECE !important;
      font-weight: normal;
      text-align: center;
      color: white !important;
      font-weight: 700;
}
.lesson_table thead th:first-of-type {
	text-align: center; 
}
.lesson_table tbody tr td:first-of-type {
	text-align: center; 
}
.lesson_table tbody, .lesson_table tr, .lesson_table th, .lesson_table td {
    display: block;
    padding: 0;
    text-align: center;
    white-space: normal;
}
.lesson_table th, .lesson_table td {
    padding: 1.4em 0 !important;
    vertical-align: middle;
    font-weight: normal;
}
.lesson_table tbody tr {
	margin-bottom: 1em;
}
.lesson_table tbody tr:last-of-type {
	margin-bottom: 0;
}
.lesson_table tbody tr td:first-of-type {
	background-color: #FA6C39 !important;
	color: white !important;
	text-align: center;
	/* font-weight: bolder; */
}
.scrollable-table th, .scrollable-table td {
	border: none;
}
.scrollable-table td {
	background-color: white;
}
.lesson_table tbody tr td {
	text-align: center;
	border-left: none !important;
	border-bottom: none !important;
}
/* table tbody tr td[data-title]:before {
	content: attr(data-title);
	float: left;
	font-size: .9em;
	color: rgba(94,93,82,.75);
} */
.lesson_table tbody tr td:nth-child(1):before {
	content: none;
}


.lesson_table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}
.lesson_table tr {   
display: table-row; 
}
.lesson_table th, .lesson_table td {
    display: table-cell;
    padding: .5em;
}
.lesson_table tbody {
    display: table-row-group; 
}
.lesson_table tbody tr {
    display: table-row;
/* border-width: 1px; */
}
.lesson_table tbody tr td:first-of-type {
background-color: white !important;
color: rgba(94,93,82,1) !important;
text-align: center;
}
.lesson_table tbody tr td {
  border-left: 1px solid #CECECE !important;
  border-bottom: 1px solid #CECECE !important;
}
table tbody tr td:not(:nth-child(1))  {
  /* text-align: center;  */
}
/* table tbody tr td[data-title]:before {
  font-size: .9em;
}
table tbody tr td[data-title]:before {
  content: none;
} */
.lesson_table, .lesson_table td, .lesson_table th {
  border-collapse: collapse;
  border:1px solid #CECECE;
}

.lesson_table tbody tr th {
    width: 380px;
}

.class01  .lesson_table thead th {
    width: 200px;
}
.class02 .lesson_table {
    max-width: 580px;
}
.class02 .lesson_table thead th {
    width: 200px;
}
.class03 .lesson_table {
    max-width: 580px;
}
.class03 .lesson_table thead th {
    width: 200px;
}
@media screen and (max-width:767px) {

    .price_about {
        margin: 0 0 30px;
    }
    .price_about p {
        font-size: 12px;
    }
    /* .price_list {
        margin: 0 20px;
    } */
    
    /*before*/
    /* table {
        width: 100%;
    }
    thead {
        display: none;
    }
    table tr {
        width: 100%;
    }
    table td {
        width: 100%;
        display: block;
    }
    table td:first-child {
        background: #FA6C39;
        color: #fff;
    }
    table td::before {
        content: attr(data-label);
        margin-right: 5%;
    }
    table tbody tr th {
        width: 100%;
    }
    tbody tr th {
        display: block;
        width: 100%;
        background: #FA6C39;
        color: #fff;
        font-weight: 700;
    } */

    .lesson_table {
        margin-bottom: 10px;
    }
    .lesson_table tbody tr th {
        background: #FA6C39;
        color: #fff;
        font-weight: 700;
    }
    .lesson_table th, .lesson_table td {
        padding: .7em 0 !important;
    }
    .td-left {
        width: 40%;
    }
    .class02 .lesson_table {
        max-width: 100%;
    }
    .class03 .lesson_table {
        max-width: 100%;
    }
}

/*=============================
    page-lesson.php
=============================*/
.lesson_class {
    max-width: 980px;
    margin: 0 auto 50px;
}

.juniorClass h4 {
    border-bottom: 5px dashed #FFA854;
    padding-bottom: 10px;
    /* background:linear-gradient(to right, rgba(255,168,84,1), rgba(255,168,84,1) 66%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size:30px 5px;
    width: 100%;
    height: 5px; */
}

.class_wrap {
    display: flex;
    justify-content: space-between;
}

.class_detail {
    width: 60%;
}

.class_text {
    font-size: 14px;
    margin-bottom: 10px;
}
.annotation {
    font-size: 12px;
}

.class_subtitle {
    font-size: 18px;
    color: #FA6C39;
    font-weight: 700;
    padding: 10px 0;
}

.class_image {
    width: 40%;
    padding-left: 10px;
}
.class_image img {
    width: 100%;
    border-radius: 15px;
}
.juniorClass, .beginnerClass, .kidsClass, .adultClass {
    margin-bottom: 30px;
}


.beginnerClass h4 {
    border-bottom: 5px dashed #FFDE93;
    padding-bottom: 10px;
}

.kidsClass h4 {
    border-bottom: 5px dashed #F5B5B9;
    padding-bottom: 10px;
}

.adultClass h4 {
    border-bottom: 5px dashed #97D4DA;
    padding-bottom: 10px;
}

.lessonSchedule {
    max-width: 980px;
    margin: 0 auto 50px;
}

.schedule_image {
    width: 100%;
}

/*=============================
    page-lesson.php レッスン内料金表
=============================*/
.class_detail table th, .class_detail table td {
    padding: .7em 0 !important;
}
.class_detail table tbody tr th {
    width: 30%;
}
.class_detail table tbody tr td {
    width: 23.33%;
}
.kidsClass_table tbody tr th {
    width: 40% !important;
}
.adultClass_table tbody tr th {
    width: 40% !important;
}

.table_title {
    position: relative;
    cursor: pointer;
}
.table_title::after {
    position: absolute;
    top: 40%;
    right: 20px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%) rotate(135deg);
    border-right: 4px solid currentColor;
    border-top: 4px solid currentColor;
    content: "";
    transition: all .3s ease;
}
.table_title.close_button::after {
    width: 18px;
    right: 18px;
    height: 0;
    transform: rotate(0deg);
    border-right: 0;
}


@media screen and (max-width:767px) {

    .class_wrap {
        display: block;
    }
    .class_detail {
        width: 100%;
    }
    .class_detail table {
        font-size: 12px;
    }
    .class_image {
        width: 100%;
        padding-left: 0;
    }
    .class_subtitle {
        font-size: 14px;
        padding: 0 0 10px;
    }
    .class_text {
        font-size: 12px;
    }
    .annotation {
        margin-bottom: 20px;
        font-size: 10px;
    }

}


/*=============================
    page-feature.php
=============================*/
.feature {
    max-width: 980px;
    margin:  0 auto 30px;
}

.feature_item {
    max-width: 980px;
    margin-bottom: 30px;
}
.feature_item:last-child {
    margin-bottom: 50px;
}

.feature_content {
    margin: 0 30px;
}
.feature_content p {
    font-size: 14px;
}
.feature_item .title_wrap {
    align-items: center;
    margin-bottom: 10px;
}
.feature_item .title_wrap img {
    width: 30px;
}

.feature_item .title_wrap h4 {
    color: #FA6C39;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .feature_content p {
        font-size: 12px;
    }
    .feature_item .title_wrap img {
        width: 24px;
    }
}

/*=============================
ギャラリーのためのcss
=============================*/


.gallery {
    columns: 4;/*段組みの数*/
    padding: 0 15px;/*ギャラリー左右に余白をつける*/
    margin: 0;
}
    
.gallery li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
    list-style: none;
}
    
/*ギャラリー内のイメージは横幅100%にする*/
.gallery img {
    width: 100%;
    height: auto;
    vertical-align: bottom;/*画像の下にできる余白を削除*/
    border-radius: 10px;
    /* box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 6px 6px 10px 2px rgba(0,0,0,0.3); */
}
    
/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
    .gallery {
        columns: 3;
    }	
}
    
@media only screen and (max-width: 767px) {
    .gallery {
        columns: 2;
        padding: 0;
    }	
    
}



/*=============================
    page-contact.php
=============================*/
.contact {
    max-width: 680px;
    margin:  0 auto 30px;
}

.contact_text {
    margin-bottom: 30px;
}

.contact_text p {
    text-align: center;
    font-size: 14px;
}

.contact_box {
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 6px 6px 10px 2px rgba(0,0,0,0.3);
}

.contact_box-title {
    text-align: center;
    font-size: 22px;
    padding-bottom: 20px;
}

.contact_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contact_time {
    font-size: 14px;
}

.contact_tel {
    font-weight: 700;
    font-size: 22px;
    line-height: normal;
}

.contact_accept a {
    text-decoration: underline;
}

.contact_check-text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width:560px) {
    .contact_wrap {
        display: block;
        text-align: center;
    }
    .contact_box-title {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .contact_tel {
        font-size: 22px;
    }
    .contact_time {
        padding-bottom: 10px;
    }
    .contact_text p {
        font-size: 12px;
    }
    .contact_box {
        padding: 30px 10px;
    }
    .contact_check-text {
        font-size: 12px;
    }
}
/*=============================
    contact from 7 改造
=============================*/

.wpcf7 {
	max-width: 700px;
	margin: 0 auto;
}
div.wpcf7-response-output {
	font-size: 95%;
	margin: 2em 0 1em;
	padding: 0.8em 1em;
	border: 2px solid #cf2e2e;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #00d084;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #cf2e2e;
}
div.wpcf7-spam-blocked {
	border: 2px solid #ff6900;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #fcb900;
}
span.wpcf7-not-valid-tip {
	color: #cf2e2e;
}
.ajax-loader {
	display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    text-align: center;
    font-weight: 700;
    background-color: #46b450;
    color: #fff;
    font-size: 16px;
}

/* button, */
input,
input[type="search"],
select,
textarea {
	background-color: #fff;
	box-sizing: border-box;
	line-height: 1.6;
	max-width: 100%;
}
/* button, */
/* input[type="button"], */
input[type="reset"],
input[type="submit"] {
	background-color: #fff;
    border: 2px solid #FA6C39;
	border-radius: 35px;
	color: #FA6C39;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	padding: 14px 85px;
	text-transform: uppercase;
	transition: .3s ease-in-out;
}
/* button:hover,
button:focus, */
/* input[type="button"]:hover,
input[type="button"]:focus, */
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #FA6C39;
    color: #fff;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
	border: none;
	color: #333;
	margin-top: 0.6em;
	padding: 0.6em;
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #333;
}
input[type="file"] {
	margin-top: 0.6em;
}
select {
	border: solid 1px #e6e6e6;
	margin-top: 0.6em;
	padding: 0.6em;
}
textarea {
	max-width: 720px;
	width: 100%;
}

.contact_table {
    width: 100%;
    font-size: 14px;
}

.contact_table tr {
    border-bottom: 2px dashed #c2c2c2;
}
.contact_table tr:last-child {
    border-bottom: none;
}

.contact_table tr td {
    padding-bottom: 10px;
}

.contact_center {
	text-align: center;
}
.contact_require {
	background: #ff0000;
	font-size: 10px;
    padding: 2px 5px;
    border-radius: 5px;
    vertical-align: super;
    color: #fff;
}
.contact_accept {
	text-align: center;
	margin-bottom: 20px;
    font-size: 14px;
}
.contact_accept label {
    font-weight: 300;
}
.contact_submit {
	text-align: center;
}

.contact_table th {
    vertical-align: middle;
    font-weight: 300;
    width: 25%;
}
@media (max-width:560px) {
	.contact_table th, .contact_table td {
		display: block;
		width: auto;
	}
	.contact_table th {
		padding: 1em .5em 0;
	}
	.contact_table td {
		padding: 0 .5em 1em;
	}
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="tel"] {
		width: 100%;
	}
}

/*=============================
    プライバシーポリシー
=============================*/

.hidden-area {
    display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
	padding:0;
}


.privacyPolicy_text {
    font-size: 14px;
}
.privacyPolicy_title {
    margin-top: 20px;
}

.policy_list {
    list-style: decimal;
    margin-left: 2em;
}
.policy_list li {
    font-size: 14px;
}
/*=============================
    footer.php
=============================*/

.footer {
    padding-top: 30px;
}
.footer_logo {
    width: 200px;
    margin: 0 auto 10px;
}
.footer_right {
    margin: auto 0;
}
.footer_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto 20px;
}
.footer_nav-items {
    display: flex;
    width: 100%;
    table-layout: fixed;
    padding-left: 0;
}
.footer_nav-items li {
    margin-right: 16px;
}
.footer_info {
    /* max-width: fit-content;
    max-width: -moz-fit-content; */
    margin: auto;
    text-align: center;
}

.footer_info h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer_info p {
    font-size: 14px;
}

@media (max-width:700px) {
    .footer_wrap {
        display: block;
    }
    .footer_nav-items {
        display: table;
        text-align: center;
        margin-bottom: 20px;
        line-height: 2;
    }
    .footer_nav-items li {
        width: 35%;
        display: inline-block;
        font-size: 14px;
        margin-right: 0;
    }
}

@media (max-width:350px) {
    .photo_banner {
        width: 200px;
    }
    .footer_nav-items li a {
        font-size: 12px;
    }
}

/*------------------
Footer.php
------------------*/

footer {
    background: #ffde93;
    color: #333;
}
footer a,
footer a:focus,
footer a:visited {
    color: #333;    
}
footer a:hover {
    color: #555;    
}
footer ul { 
    list-style: none;
}
.footer-container {
    max-width: 980px;
    margin: 0 auto;
}
.footer-box {
    padding: 6% 2% 4%;
}
.footer-box-1 li {
    display: inline-block;
}
.footer-box-2 li {
    font-size: 14px;
    padding: 6px 0 12px;
}
.footer-box-3 li {
    font-size: 14px;
    padding: 0;
}
.icon-sns {
    /*width: 10%;*/
    padding-right: 10px;
}

#copyright {
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
}

/*------------------
single.php
page.php
------------------*/
.entry  {
    max-width: 980px;
    margin: 0 auto;
    padding: 10% 1%;
}
.entry h2 {
    color: #003ee4;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    }

.entry a {
    color: #fff;
    text-decoration: none;
}

/*------------------
recruitページ
------------------*/
.benefitbox {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 1px 5px;
    font-size: 12px;
    /*line-height: 1.5;*/
    border-radius: 3px;
    display:inline-block;
    margin-right: 10px;
}

/*------------------
Contact From 7 改造
------------------*/
/* .group,
.group_txtarea {
    padding: 0 0 20px 0;
}
input,
textarea {
    background: #efefef;
    border-radius: 0.5em;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
}
.wpcf7-submit {
    width: 50%;
    padding: 10px;    
} */

/*------------------
pageTop
------------------*/
#pageTop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
}
#pageTop i {
    padding-top: 4px;
    font-size: 20px;
}
#pageTop a {
    display: block;
    z-index: 999;
    padding: 4px 0 0 0;
    border-radius: 30px;
    width: 35px;
    height: 35px;
    background-color: #464646;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*------------------
レスポンシブサイズ
------------------*/
@media (max-width: 767px){
    .sec2-abs {
        left: 5%;
        top: 10%;
        width: 91%;
    }
    .sec2-abs1 {
        left: 5%;
        top: 10%;
        width: 91%;
    }
    .sec2-abs2 {
        left: 5%;
        top: 23%;
        width: 91%;
    }
    .txt-lg {
        /*font-size: 5.2vw;*/
        font-size: 24px;
        line-height: 120%;
        text-shadow:1px 2px 1px #000000;
    }
    .txt-sm {
        /*font-size: 3.8vw;*/
        font-size: 16px;
        text-shadow:1px 2px 1px #000000;
    }
    #sec03s p {
        /*font-size: 3.8vw;*/
        font-size: 16px;
    }
    .ttl-h4 {
        /*font-size: 4.8vw;*/
        font-size: 22px;
    }
    .ttl-sub {
        /*font-size: 3.8vw;*/
        font-size: 16px;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .footer-container {
        width: 80%;
    }
    .entry  {
        padding: 20% 5%;
    }
    .footer-box {
        padding: 6% 2% 1%;
    }
    .footer-box:last-child {
        padding: 6% 2% 10%;
    } 
    #pageTop {
        bottom: 50px;
        right: 20px;
    }
}
