body{
    text-align: center;
    margin: 0px;
    padding: 0px;
}
#wrapper{
    background: #fff;
}
#fixed_yoyaku{
    display: none;
}
/* -------------------------------------
  common
 ------------------------------------- */
.bn_area img {
    margin: 10px 0;
    max-width: 100%;
    height: auto;
}
.breadcrumbs {
    font-size: 0.9em;
    margin: 10px 5px 0 5px;
    text-align: right;
}
.breadcrumbs a.home {
	background:url(images/icon_home.png) no-repeat left center;
    padding: 5px 0 5px 35px;
}

.pagetop{
    clear: both;
    text-align: right;
    width: 700px;
    margin: 0px auto;
}
/*    Back to top button    */
#back-top {
    position: fixed;
    bottom: 5%;
    right: 3%;
    z-index: 2;
}
#back-top span {
    width: 84px;
    height: 84px;
    display: block;
}
/*    gmap    */
.gmap {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*     midashi    */
.flamegray {
    position: relative;
    font-size: 1.3em;
    text-align: left;
    width: 98%;
    background: #fff;
    border: 5px solid #EFEFEF;
    margin: 40px 0 20px -3px;
    padding: 10px 1%;
}
.flamegray.first {
    margin: 0px 0 20px -3px;
}
.flamegray:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 250px;
    height: 3px;
    background: #00E6E6;
}
.flamegray:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    width: 3px;
    height: 95%;
    background: #00E6E6;
}
.leftline {
    padding: 0 0 0 35px;
    font-size: 1.2em;
    margin: 0 0 5px 0;
    font-weight: bold;
    position: relative;
}
.leftline:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 13px;
    left: 0px;
    width: 25px;
    height: 5px;
    background: #FF6B87;
}
.u_left {
    font-size: 1.3em;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.u_left:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 250px;
    height: 2px;
    background: #00E6E6;
}
.u_gray {
    font-size: 1.3em;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #EFEFEF;
}
.tbline_pink {
    border-top: 2px solid #FF6B87;
    border-bottom: 1px solid #FF6B87;
    padding: 10px;
    margin: 20px auto;
}
.u_blue {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 2px solid #00E6E6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tbline_blue {
    font-size: 1.1em;
    border-top: 2px solid #00E6E6;
    border-bottom: 1px solid #EFEFEF;
    padding: 10px;
    margin: 20px auto;
}
/*     format    */
.flame_graypink {
    position: relative;
    background: #FF6B87;
    padding: 10px;
    margin: 40px auto;
    width: 70%;
    height: 110px;
    text-align: center;
    z-index: 1;
}
.flame_graypink .flame_inner {
    position: absolute;
    content: "";
    bottom: 5px;
    right: 5px;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
}
.border_b {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/* -------------------------------------
 header
------------------------------------- */
#header {
    width: 100%;
    border-bottom: 2px solid #00E6E6;
}
#header_inner {
    width: 1060px;
    height: auto;
    margin: 0 auto;
    padding: 10px 10px;
    overflow: hidden;
    text-align: left;
    position: relative;
}
h1.header-logo {
    display: inline;
    width: 320px;
    float: left;
    margin: 0px;
}
#header-inquiry {
    float: right;
    width: 600px;
    height: auto;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: right;
}
#header-inquiry p.txt {
    font-size: 15px;
}
#header-inquiry .tel_inq {
    padding: 12px 0;
}
#header-inquiry p.telno {
    font-size: 30px;
    font-weight: bold;
    float: right;
    margin-left: 55px;
}
#header-inquiry span.iconTel {
    position: absolute;
    top: 35px;
    right: 220px;
    background: url(images/icon_tel.png) no-repeat;
    display: inline-block;
    width: 46px;
    height: 46px;
}
/* -------------------------------------
 content
------------------------------------- */
#content{
    width: 100%;
    padding: 0;
    text-align: left;
}
.home #content {
    text-align: center;
}
.cont_inner {
    width: 1080px;
    margin: 30px auto;
}
.indent,.indent_pc {
    padding: 0 30px;
}
#main_cont {
    width: 780px;
    float: left;
    text-align: left;
    overflow: hidden;
}
#side_cont {
    width: 250px;
    float: right;
}
#main_visual {
    width: 1080px;
    margin: 0px auto 0px auto;
}
#main_visual img {
    width: 100%;
    height: auto;
}

/* -------------------------------------
 footer
------------------------------------- */
#footer{
    clear: both;
    background: #F8F8F8;
    width: 100%;
    margin: 50px auto 0px auto;
    overflow: hidden;
}
.home #footer {
    margin: 0 auto;
}
#footer .inner{
    width: 1040px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 20px 10px 20px;
}
.footer_info {
    padding: 20px 10px 20px 10px;
    margin: 20px auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-align-items: stretch; /* Safari */
    align-items:         stretch;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}
#footer .gmap {
    width: 48%;
}
#footer .info_box {
    width: 49%;
}
#footer .info_box p {
    padding-bottom: 10px;
}
#footer .info_box p.parking {
    display: inline-block;
    border: 1px solid #666;
    padding: 5px 15px;
    margin-bottom: 10px;
}
#footer p.telno {
    font-size: 30px;
    font-weight: bold;
}
#footer p.telno::before {
    position: relative;
    content: "";
    background: url("images/icon_tel.png") no-repeat;
    display: inline-block;
    top: 11px;
    width: 46px;
    height: 46px;
    padding-right: 10px;
}
#footer .time_table {
    font-size: 0.85em;
    margin: 10px auto;
}
#footer .time_table table {
    border: 1px solid #6184D4;
    border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    margin: auto;
}
#footer .time_table table td {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #6184D4;
    padding: 5px 5px;
    background: #fff;
}
#footer .time_table table th {
    font-size: 1.1em;
    color: #fff;
    text-align: center;
    background: #6184D4;
    border: 1px solid #6184D4;
    border-right: 1px solid #ffffff;
    padding: 5px 15px;
}
#footer .time_table table th:last-child {
    border-right: 1px solid #6184D4;
}
#footer .time_table td.midashi {
    text-align: left;
}
#fNav {
    background: #13b7b7;
    color: #fff;
}
#fNav ul {
    width: 250px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
#fNav ul > li {
    background: url("images/icon_fnav.png") no-repeat left center;
    padding: 5px 5px 5px 30px;
    text-align: left;
}
#fNav ul li a {
    color: #fff;
    text-decoration: none;
}
p.copyright {
    width: 1070px;
    clear: both;
    margin: 0 auto;
    padding: 5px;
    font-size: 12px;
    text-align: right;
}
/* -------------------------------------
  home
 ------------------------------------- */
#home_info {
    background: #eee;
    padding: 30px 0;
    margin-top: 30px;
    text-align: left;
}
#home_info .home_info_inner {
    width: 720px;
    margin: 0 auto;
    padding: 1px 30px 20px 30px;
    background: #fff;
    overflow: hidden;
}
#home_info p.date {
    float: left;
    color: #444444;
    margin-right: 20px;
}
#home_info p.date span {
    padding: 5px 10px;
    margin-right: 10px;
    color: #fff;
    background: #FF333D;
    border-radius: 5px;
    letter-spacing: 0;
}
#home_info p.title a {
    font-weight: bold;
}
#home_info .cont {
    padding: 20px 0;
}
#home_info .toList {
    float: right;
    padding-top: 10px;
}
#home_info .toList a {
    color: #333;
    text-decoration: none;
}
#home_info .toList a::after {
    position: relative;
    content: url(images/arrow_black.png);
    text-align: center;
    top: 0;
    left: 0;
    padding-left: 10px;
}
.home .onayami {
    margin: 30px auto;
    padding: 20px;
    background: #FFC067;
    border-radius: 10px;
}
.home .onayami p {
    font-weight: bold;
    font-size: 1.2em;
}
.home .onayami p.title {
    text-indent: -9999px;
    background: url(images/ti_onayami.png) no-repeat center center;
    height: 67px;
}
.home .onayami ul {
    background: rgba(255,255,255,.8);
    border-radius: 10px;
    width: 96%;
    margin: 20px auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content:         space-around;
    -webkit-align-items: stretch; /* Safari */
    align-items:         stretch;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}
.home .onayami ul li {
    background: url("images/illust_kubi.png") no-repeat center 10px;
    width: calc(33.3%-40px);
    width: 290px;
    margin: 10px 20px 30px 20px;
    font-size: 15px;
    padding-top: 180px;
    letter-spacing: 0;
}
.home .onayami ul li span {
    font-weight: bold;
    font-size: 1.2em;
}
.home .onayami ul li.kata {
    background: url("images/illust_kata.png") no-repeat center 10px;
}
.home .onayami ul li.koshi {
    background: url("images/illust_koshi.png") no-repeat center 10px;
}
.home .onayami ul li.hiza {
    background: url("images/illust_hiza.png") no-repeat center 10px;
}
.home .onayami ul li.kotsuban {
    background: url("images/illust_kotsuban.png") no-repeat center 10px;
}
.home .onayami ul li.tsukare {
    background: url("images/illust_tsukare.png") no-repeat center 10px;
}
.home .bn_area {
    text-align: center;
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content:         space-between;
    -webkit-align-items: stretch; /* Safari */
    align-items:         stretch;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
}


/* -------------------------------------
 subP Title
------------------------------------- */
.ptitle {
    text-align: center;
    background: url("images/bg_subtitle.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 188px;
    margin: 0 auto;
    position: relative;
}
.ptitle div {
    position: absolute;
    top: 40px;
    left: 50%;
    width: 100%;
    height: 100px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.ptitle div h2 {
    font-size: 22px;
    font-weight: bold;
    padding-top: 35px;
}
/* -------------------------------------
 subP
------------------------------------- */
.cont_inner p {
    margin: 10px 0;
}
.cont_inner p span {
    font-weight: bold;
    font-size: 1.2em;
}

/* beginners */
.beginners .cont_inner {
    text-align: left;
}
.beginners .greeting {
    background: url("images/illust_hajimete.png") no-repeat left top;
    margin: 50px;
    padding: 10px 0px 10px 300px;
}
.beginners .flow {
    margin: 80px;
    padding: 0px 80px 40px 80px;  
}
.beginners .flow h3 {
    text-align: center;
}
.beginners .flow h3:before {
    left: 50%;
    margin: 0 0 0 -125px;
}
.beginners .flow .flow_cont {
    margin: 50px auto;
    position: relative;
    background: #EFEFEF;
    padding: 20px 70px 20px 30px;
    height: 70px;
}
.beginners .flow .flow_cont:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #EFEFEF transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}
.beginners .flow .flow_cont.f7:after{
    border: none;
}
.beginners .flow .flow_cont.f7 {
    margin: 50px auto 10px auto;
}
.beginners .flow dt {
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px 5px;
    background: #fff;
    width: 160px;
    text-align: center;
    float: left;
    margin-right: 30px;
}
.beginners .flow dd {
    padding-top: 20px;
}
.beginners .flow .f5 dd,
.beginners .flow .f6 dd{
    padding-top: 0px;
}
.beginners .flow .flow_cont .icon {
    text-indent: -9999px;
    background: url("images/img_flow1.jpg") no-repeat right 10px top 12px;
    width: 121px;
    height: 100px;
    position: absolute;
    top: 0;
    right: 0;
}
.beginners .flow .flow_cont.f2 .icon {
    background: url("images/img_flow2.jpg") no-repeat right 10px top 12px;
}
.beginners .flow .flow_cont.f3 .icon {
    background: url("images/img_flow3.jpg") no-repeat right 10px top 12px;
}
.beginners .flow .flow_cont.f4 .icon {
    background: url("images/img_flow4.jpg") no-repeat right 10px top 12px;
}
.beginners .flow .flow_cont.f5 .icon {
    background: url("images/img_flow5.jpg") no-repeat right 10px top 12px;
}
.beginners .flow .flow_cont.f6 .icon {
    background: url("images/img_flow6.jpg") no-repeat right 10px top 12px;
}
.beginners .flow .flow_cont.f7 .icon {
    background: url("images/img_flow7.jpg") no-repeat right 10px top 12px;
}

/* guidance */

.guidance .cont_inner p.ti {
    font-weight: bold;
}
.guidance dl.price {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-bottom: none;
    width: 40%;
    margin-bottom: 20px;
}
.guidance dl.price dt {
    box-sizing: border-box;
    background: #fff6c8;
    padding: 8px;
    width: 30%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;    
}
.guidance dl.price dd {
    box-sizing: border-box;
    background: #fff;
    padding: 8px;
    width: 70%;
    border-bottom: 1px solid #ccc;
}
.guidance dl.price.jihi {
    width: 80%;
    text-align: left;
}
.guidance dl.price.jihi dt {
    background: #dff7dd;
}
.guidance .syojobetsu dl {
    background: url("images/illust_kubi_gr.png") no-repeat right center;
    min-height: 175px;
    margin-bottom: 20px;
}
.guidance .syojobetsu dl dt {
    font-size: 1.2em;
    color: #2AC300;
    position: relative;
    margin-bottom: 20px;
}
.guidance .syojobetsu dl dt:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 250px;
    height: 2px;
    background: #2AC300;
}
.guidance .syojobetsu dl dd {
    font-size: 1.1em;
    width: 80%;
}
.guidance .syojobetsu dl.kata {
    background: url("images/illust_kata_gr.png") no-repeat right center;
    min-height: 175px;
}
.guidance .syojobetsu dl.kata dt {
    color: #FF7108;
}
.guidance .syojobetsu dl.kata dt:before {
    background: #FF7108;
}
.guidance .syojobetsu dl.koshi {
    background: url("images/illust_koshi_gr.png") no-repeat right center;
    min-height: 175px;
}
.guidance .syojobetsu dl.koshi dt {
    color: #FF0339;
}
.guidance .syojobetsu dl.koshi dt:before {
    background: #FF0339;
}
.guidance .syojobetsu dl.hiza {
    background: url("images/illust_hiza_gr.png") no-repeat right center;
    min-height: 175px;
}
.guidance .syojobetsu dl.hiza dt {
    color: #007EFF;
}
.guidance .syojobetsu dl.hiza dt:before {
    background: #007EFF;
}
.guidance .syojobetsu dl.jiko {
    background: url("images/illust_jiko_gr.png") no-repeat right center;
    min-height: 175px;
}
.guidance .syojobetsu dl.jiko dt {
    color: #F81ED2;
}
.guidance .syojobetsu dl.jiko dt:before {
    background: #F81ED2;
}
.guidance .syojobetsu p {
    font-size: 1.2em;
    margin: 20px auto;
    font-weight: bold;
}
.guidance .cont_pic {
    width: 45%;
    margin-bottom: 20px;
}
.guidance .cont_pic img {
    max-width: 100%;
    height: auto;
}
/* director */
.director .pic_r p {
    width: calc(80% - 26px);
}
.director .pic_r img {
    float: right;
    width: 20%;
    height: auto;
    margin-left: 20px;
    padding: 2px;
    border: 1px solid #ccc;
}
.director .pic_r h4 {
    display: inline-block;
    width: calc(80% - 26px);
}
.director dl.keireki dt {
    box-sizing: border-box;
    background: #EFEFEF;
    padding: 8px;
    width: 200px;
    border-bottom: 1px solid #fff;
    float: left;
}
.director dl.keireki dd {
    box-sizing: border-box;
    background: #fff;
    padding: 8px 0 8px 230px;
    width: 70%;
    border-bottom: 1px solid #ccc;
}
/* faq */
.faq .cont_inner {
    background: url("images/img_faq.jpg") no-repeat right 170px;
}
#faqbox dt{
    background: url("images/img_Q.jpg") no-repeat left top;
    padding: 10px 0 10px 55px;
}
#faqbox dd{
    background: url("images/img_A.jpg") no-repeat left top;
    padding: 10px 0 35px 55px;
}
/* access */
.access .pic div {
    width: 45%;
    margin: 40px auto;
}
.access .pic div img {
    width: 100%;
    height: auto;
}
/* accident */
.accident .cont_inner {
    text-align: center;
}
.accident .flame_graypink {
    height: 80px;
}
.accidentflow {
    text-align: left;
    background: url("images/img_flow.jpg") no-repeat right 10px;
    margin-bottom: 20px;
}
.accidentflow dt img{
    padding: 0px 5px 0 0;
    margin: 0 0 0 0;
    float: left;
}
.accidentflow dd{
    padding: 0px 0px 20px 35px;
    clear: both;
}
/* column */
#main_cont .item {
    padding: 0 0 0 5px;
    margin: 10px 5px 30px 5px;
    border-left: 2px solid #00E6E6;
}
#main_cont .item h3.title {
    font-size: 1.2em;
    margin: 0;
    padding: 10px;
    border-bottom: 1px dashed #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
#main_cont .item p.date {
    font-size: 0.9em;
    color: #888888;
    text-align: right;
    padding: 0 5px;
}
#main_cont .item .cont {
    padding: 0 0 20px 10px;
}
#main_cont .item .cat_area {
    font-size: 0.9em;
    color: #888888;
    border-top: 1px dashed #e0e0e0;
    border-bottom: 1px solid#e0e0e0;
    padding: 5px 5px;
    text-align: right;
}

/* -------------------------------------
 single
------------------------------------- */
.single #main_cont .item {
    padding: 0 0 0 5px;
    margin: 10px 5px 30px 5px;
    border-left: none;
}
.single #main_cont .item .cat_area {
    border-bottom: none;
}
/* -------------------------------------
 main_cont h3
------------------------------------- */
#main_cont h2.title {
    position: relative;
    font-size: 1.1em;
    text-align: center;
    background: #eeeeee;
    color: #333;
    margin: 8px auto 30px auto;
    padding: 5px 1px 5px 0;
    border: 1px solid #F4F4F4;
    width: 99%;
    z-index: 1;
}
#main_cont h2.title:before {
    position: absolute;
    content:'';
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    background: #F4F4F4;
    z-index: -1;
}

/* -------------------------------------
 side_cont
------------------------------------- */
#side_cont h2 {
    text-align: center;
	border: 1px solid #dcdcdc;
    background: #F9F9F9;
    color: #333;
    margin: 10px auto 10px auto;
    padding: 5px;
}
#side_cont .widget_block {
    margin-bottom: 30px;
}
#side_cont .widget_block li {
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	display: block;
    text-align: left;
}

@media screen and (max-width: 1080px) {
#header_inner {
    width: calc(100% - 20px);
    padding: 10px;
}
#main_visual {
    width: 100%;
    border-top: none;
}
#main_visual img {
    width: 100%;
    margin: 0px auto 0px auto;
    overflow: hidden;
    height: auto;
}
#footer .inner{
    width: calc(100% - 20px);
    padding: 20px 10px 10px 10px;
}
.cont_inner {
    width: auto;
}
.home .bn_area {
    display: block;
    margin: 20px auto;
}
.home .bn_area a {
    display: block;
    margin: 20px auto;
}
.bn_area img {
    max-width: 100%;
    height: auto;
}
#main_cont{
    width: 98%;
    padding: 0px 1%;
    overflow: hidden;
    background: none;
}
#side_cont {
    width: 60%;
    float: none;
    margin: 0px auto;
}




}
/********************************************************************************************************
tablet
*********************************************************************************************************/
@media screen and (max-width: 960px) {
.post img {
    max-width: 100%;
    height: auto;
}
/* -------------------------------------
 header
------------------------------------- */
#header_inner {
    height: 60px;
}
/* -------------------------------------
 footer
------------------------------------- */
.footer_info {
    display: block;
    width: 90%;
    padding: 20px 0px 10px 0px;
}
#footer .gmap {
    width: auto;
    margin-bottom: 30px;
}
#footer .info_box {
    width: auto;
}
#footer span.iconTel {
    position: absolute;
    top: 0px;
    left: 50%;
    background: url(images/icon_tel.png) no-repeat;
    display: inline-block;
    width: 46px;
    height: 46px;
}

/* -------------------------------------
 content
------------------------------------- */
.cont_inner {
    width: 96%;
    margin: 20px auto;
}
.indent_pc {
    padding: 0;
}
/* -------------------------------------
  common
 ------------------------------------- */
.breadcrumbs {
    font-size: 0.8em;
    margin: 0px 5px 0 5px;
    text-align: left;
}
.breadcrumbs a.home {
	background:url(images/icon_home.png) no-repeat left top;
    background-size: 22px 20px;
    padding: 5px 0 5px 26px;
}
/*     format    */
.flame_graypink {
    width: 95%;
    height: 110px;
}

/* -------------------------------------
  home
 ------------------------------------- */
#home_info {
    padding: 30px 20px;
}
#home_info .home_info_inner {
    width: auto;
    padding: 1px 10px 20px 10px;
}
#home_info p.date {
    float: none;
    padding-bottom: 20px;
}
.home .onayami ul {
    width: 100%;
}
.home .onayami ul li {
    margin: 0 10px 30px 10px;
    min-width: 158px;
    font-size: 14px;
}

/* -------------------------------------
 subP Title
------------------------------------- */
.ptitle {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
}
.ptitle div {
    top: 18px;
    height: 68px;
}
.ptitle div h2 {
    font-size: 16px;
    padding-top: 20px;
}
/* -------------------------------------
 subP
------------------------------------- */    
.beginners .greeting {
    padding: 10px 0px 10px 220px;
    margin: 30px 20px 0px 0px;
}
.beginners .flow {
        margin: 30px 10px;
        padding: 0px 0px 40px 0px;  
}
.beginners .flow .flow_cont {
    background: #EFEFEF;
    padding: 20px 100px 20px 10px;
}
.beginners .flow dt {
    font-size: 1em;
    padding: 20px 0px;
    width: 130px;
    margin-right: 10px;
}
.guidance dl.price {
    width: 100%;
    border: none;    
}
.guidance dl.price.jihi {
    width: 100%;
}
.guidance dl.price {
    border: none;
}
.guidance dl.price dt {
    box-sizing: border-box;
    background: #fff6c8;
    padding: 8px;
    border-right: none;
}
.guidance dl.price dd {
    box-sizing: border-box;
    background: #fff;
    padding: 8px;
}
.guidance dl.price.jihi {
    display: -webkit-block;
    display: -moz-block;
    display: block;
    width: 100%;
    text-align: left;
}
.guidance dl.price.jihi dt {
    width: 100%;
    border: none;    
    }
.guidance dl.price.jihi dd {
    width: 100%;
    border: none;    
    }
.guidance .syojobetsu dl dd {
    font-size: 1em;
    width: 70%;
}
.accident .cont_inner img {
    max-width: 100%;
    height: auto;
}    
.accidentflow {
    background: url("images/img_flow.jpg") no-repeat right 140px;
}








}
/********************************************************************************************************
smartPhone
*********************************************************************************************************/
@media screen and (max-width:644px){
body {
font-size: 16px;
line-height: 1.6;
}

/* -------------------------------------
 footer
------------------------------------- */
.home #footer,#footer {
    margin-bottom: 40px;
}
#footer .time_table table th {
    font-size: 1em;
    padding: 5px 10px;
}
#footer .time_table table th.p5 {
    font-size: 1em;
    padding: 5px 5px;
}
#fNav {
    background: #fff;
}
#fNav img {
    max-width: 100%;
    height: auto;
}
p.copyright {
    width: auto;
    background: #13b7b7;
    clear: both;
    margin:10px auto 10px auto;
    padding: 5px;
    font-size: 12px;
    text-align: center;
}

#fixed_yoyaku {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    justify-content: space-around;
    text-align: center;
    z-index: 100;
}
#fixed_yoyaku a {
    background: rgba(255,107,135,0.9);
    color: #fff;
    font-size: 100%;
    width: 50%;
    display: block;
    padding: 15px 0 0 30px;
    text-decoration: none;
}
#fixed_yoyaku a.tel {
    border-right: 1px solid #fff;
}
#fixed_yoyaku a.access:before {
    content: url(images/icon_access_spfnavi.png);
    position: absolute;
    top: 10px;
    left: 55%;
}
#fixed_yoyaku a.tel:before {
    content: url(images/icon_tel_spfnavi.png);
    position: absolute;
    top: 10px;
    left: 2%;
}

/* -------------------------------------
  common
 ------------------------------------- */
.bn_area img {
    max-width: 100%;
    height: auto;
}
/*     format    */
.flame_graypink {
    height: 160px;
}

/* -------------------------------------
 content
------------------------------------- */
#side_cont {
    width: 80%;
}
/* -------------------------------------
  home
 ------------------------------------- */
.home .onayami {
    padding: 20px 10px;
}
.home .onayami p.title {
    text-indent: -9999px;
    background: url(images/ti_onayami_sp.png) no-repeat center center;
    background-size: 297px 31px;
    height: 36px;
}
.home .onayami ul li {
    background: url("images/illust_kubi_sp.png") no-repeat center 10px;
    background-size: 122px 122px;
    width: 122px;
    height: auto;
    margin: 10px 5px 10px 5px;
    padding-top: 140px;
}
.home .onayami ul li.kata {
    background: url("images/illust_kata_sp.png") no-repeat center 10px;
    background-size: 122px 122px;
}
.home .onayami ul li.koshi {
    background: url("images/illust_koshi_sp.png") no-repeat center 10px;
    background-size: 122px 122px;
}
.home .onayami ul li.hiza {
    background: url("images/illust_hiza_sp.png") no-repeat center 10px;
    background-size: 122px 122px;
}
.home .onayami ul li.kotsuban {
    background: url("images/illust_kotsuban_sp.png") no-repeat center 10px;
    background-size: 122px 122px;
}
.home .onayami ul li.tsukare {
    background: url("images/illust_tsukare_sp.png") no-repeat center 10px;
    background-size: 122px 122px;
}
/* -------------------------------------
 subP
------------------------------------- */
.beginners .greeting {
    background: url("images/illust_hajimete_sp.png") no-repeat left top;
    background-size: 67px 78px;
    padding: 10px 0px 10px 20px;
    margin: 30px 20px 0px 0px;
}
.beginners .greeting h3 {
    margin-left: 50px;
    margin-bottom: 30px;
}
.beginners .flow {
    margin: 20px 0px;
    padding: 10px;
}

.beginners .flow .flow_cont {
    margin: 30px auto;
    padding: 10px 100px 10px 10px;
    height: auto;
}
.beginners .flow .flow_cont.f7 {
    margin: 30px auto 10px auto;
}

.beginners .flow dl {
    margin-right: 20px;
    padding: 10px;
    background: #fff;
    min-height: 70px;
}
.beginners .flow dt {
    font-size: 1.2em;
    padding: 0px;
    width: auto;
    text-align: left;
    float: none;
    margin-right: 0px;
}
.beginners .flow dd {
    padding-top: 5px;
}
.beginners .flow .f5 dd,
.beginners .flow .f6 dd{
    padding-top: 0px;
}
.guidance .syojobetsu dl dd {
    width: 75%;
}
.guidance .syojobetsu dl.kubi {
    background: url("images/illust_kubi_gr.png") no-repeat right top;
    background-size: 110px 110px;
}
.guidance .syojobetsu dl.kata {
    background: url("images/illust_kata_gr.png") no-repeat right top;
    background-size: 110px 110px;
}
.guidance .syojobetsu dl.hiza {
    background: url("images/illust_hiza_gr.png") no-repeat right top;
    background-size: 110px 110px;
}
.guidance .syojobetsu dl.koshi {
    background: url("images/illust_koshi_gr.png") no-repeat right top;
    background-size: 110px 110px;
}
.guidance .syojobetsu dl.jiko {
    background: url("images/illust_jiko_gr.png") no-repeat right top;
    background-size: 110px 110px;
}
.guidance .cont_pic {
    width: 100%;
}

.director .pic_r {
    text-align: center;
}    
.director .pic_r p {
    text-align: left;
    width: auto;
}
.director .pic_r img {
    float: none;
    width: 50%;
    margin: 0px auto 20px auto;
}
.director .pic_r h4 {
    text-align: left;
    display: block;
    width: 100%;
}
.director dl.keireki dt {
    width: auto;
    border-bottom: none;
    float: none;
}
.director dl.keireki dd {
    padding: 8px;
    width: auto;
    border-bottom: none;
}
.faq .cont_inner {
    background: url("images/img_faq.jpg") no-repeat right 0px;
    background-size: 120px 127px;
}
.access .pic div {
    width: 100%;
    margin: 40px auto;
}
.accident .cont_inner {
    text-align: left;
}
.accident .flame_graypink {
    height: 100px;
}
.accidentflow {
    background: none;
}
}