@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

/* Setting */

body a {
    transition: .2s all linear;
}

body a:hover {
    opacity: 0.7;
}

hgroup {
    position: relative;
}

hgroup::after,
.main-menu-container::after {
    display: block;
    width: 100%;
    content: "";
    clear: both;
}

.lb {
    float: left;
}

.rb {
    float: right;
}

body .site {
    background: url(../../uploads/body-bg.jpg) repeat left top;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.8;
}

body #main-menu,
body #main-menu ul {
    margin: 0;
    list-style: none;
}

body #main-menu li {
    display: inline-block;
    margin: 0;
    padding: 0 30px;
    position: relative;
    float: left;
    vertical-align: top;
}

body #main-menu li.menu-hide a {
    display: none;
}

body #main-menu ul {
    display: none;
    width: 100%;
    padding: 10px 5px 5px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    visibility: hidden;
    opacity: 0;
}

body #main-menu li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
}

body #main-menu ul li {
    display: block;
    margin: 0 0 5px;
    padding: 0;
    float: none;
}

body .main-menu-container {
    position: relative;
}

.module-fancy-heading .fancy-heading {
    margin: 0;
}

body .footer-nav {
    margin: 0;
    text-align: center;
}

body .footer-nav li {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 5px 0 10px;
    position: relative;
    float: none;
    text-align: center;
    vertical-align: top;
}

body .footer-nav li::before {
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    content: "";
}

body .footer-nav li ul.sub-menu {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
}

body .footer-nav li ul.sub-menu::before {
    content: "[";
}

body .footer-nav li ul.sub-menu::after {
    content: "]";
}

body .footer-nav li ul.sub-menu li:first-child::before,
body .footer-nav li:first-child::before {
    display: none;
}

body .footer-nav li ul.sub-menu li {
    margin-bottom: 0;
}

body .copyright-container {
    padding: 5px 3%;
    font-size: 14px;
    text-align: center;
}

body #pc-backtop {
    right: 10px;
    bottom: 50px;
}


/* Font */

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font--tbchibi,
.title--font--tbchibi .module-title,
body #main-menu li a,
.module.title-x-line span.main-head,
body .footer-nav li a,
.title-main-note span.sub-head,
.module.title-main-chat .sub-head,
.news-school-list .post-meta .post-category,
.contact-btn a.ui.builder_button span,
body.single .post-title,
.subpage-title .fancy-heading .main-head,
.list-categories .widgettitle,
body .post-meta .post-category a {
    font-family: tbchibirgothicplusk-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.font--Sacramento,
.text--font--Sacramento .tb_text_wrap,
.module.title-x-line span.sub-head,
.title-main-note span.main-head,
.module.title-main-chat .main-head,
.subpage-title .fancy-heading .sub-head {
    font-family: 'Sacramento', cursive, serif;
}


/* Custom CSS */

.header-brand-container {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

#header {
    padding-bottom: 25px;
}

.take-inline {
    display: inline-block;
    vertical-align: middle;
}

.head-instagram-btn {
    margin-left: 10px;
}

.rb {
    padding-top: 10px;
}

body .main-menu-container {
    text-align: center;
}

body .main-menu-container #main-menu {
    display: inline-block;
}

body #main-menu li {
    padding: 0 35px 0 37px;
    position: relative;
}

body #main-menu li::before,
body #main-menu li:last-child::after {
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc( 50% - 7px);
    background: url(../../uploads/menu-dot.png) no-repeat center center;
    content: "";
}

body #main-menu li::before {
    left: 0;
}

body #main-menu li:last-child::after {
    right: 0;
}

body #main-menu li a {
    display: block;
    padding: 0 0 10px;
    color: #4a4a4a;
    font-size: 16px;
    transition: none;
}

body #main-menu li a:hover {
    background: url(../../uploads/menu-line.png) repeat-x left bottom;
    color: #af4425;
    text-decoration: none;
}

body .module_row>.row_inner,
body .module_row.fullwidth>.row_inner {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.module.title-x-line {
    margin-bottom: 30px;
    text-align: center;
}

.module.title-x-line .fancy-heading {
    display: inline-block;
    padding: 0 135px;
    background: url(../../uploads/x-line-bg.png) no-repeat left center, url(../../uploads/x-line-bg.png) no-repeat right center;
}

.module.title-x-line span.main-head {
    color: #af4425;
    font-size: 25px;
    line-height: 1.4;
}

.module.title-x-line span.sub-head {
    padding: 0;
    color: #af4425;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.8;
}

.module.ft-tel-number {
    text-align: right;
}

.module.ft-tel-number .tb_text_wrap {
    display: inline-block;
    padding: 0 0 4px 45px;
    background: url(../../uploads/ft-tel-icon.png) no-repeat left center;
    color: #662e1c;
    font-size: 30px;
    line-height: 1.4;
}

.module-text p:last-of-type {
    margin-bottom: 0;
}

.module.ft-text {
    margin: 25px 0 30px;
    color: #4a4a4a;
    font-size: 16px;
}

.footer-content {
    padding: 70px 0 50px;
}

.ft-menu-area {
    padding: 10px 0 12px;
    background: #662e1c;
    text-align: center;
}

.ft-menu-area #footer-nav,
.ft-insta-btn {
    display: inline-block;
    vertical-align: middle;
}

.ft-insta-btn a img {
    vertical-align: middle;
}

body .footer-nav li {
    padding: 0 10px 0 14px;
}

body .footer-nav li::before,
body .footer-nav li:last-child::after {
    width: auto;
    height: auto;
    position: absolute;
    top: calc( 50% - 8px);
    background: none;
    color: #fff;
    content: "・";
}

body .footer-nav li::before {
    left: -8px;
}

body .footer-nav li:last-child::after {
    right: -8px;
}

body .footer-nav li a {
    color: #fff;
    font-weight: normal;
}

body .footer-nav li {
    margin-bottom: 0;
}

.ft-insta-btn {
    margin-left: 10px;
}

body .copyright-container {
    padding: 20px 3%;
    color: #4a4a4a;
    font-size: 14px;
}

body .copyright-container .copyright,
body .copyright-container .footer-logo-area {
    display: inline-block;
    vertical-align: middle;
}

body .copyright-container .copyright {
    margin-right: 7px;
}

body .copyright-container .footer-logo-area {
    padding: 0 10px;
    background: #fff;
}

.footer-logo-area span {
    padding-left: 13px;
    position: relative;
}

.footer-logo-area a img {
    vertical-align: middle;
    line-height: 1;
}

.footer-logo-area span::before {
    position: absolute;
    left: 0;
    top: calc( 50% - 5px);
    content: "/";
    line-height: 1;
}

.footer-logo-area span:first-child {
    padding-left: 0;
}

.footer-logo-area span:first-child::before {
    display: none;
}

.header-brand-container {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
}

#header {
    padding-bottom: 25px;
}

.take-inline {
    display: inline-block;
    vertical-align: middle;
}

.head-instagram-btn {
    margin-left: 10px;
}

.rb {
    padding-top: 10px;
}

body .main-menu-container {
    text-align: center;
}

body .main-menu-container #main-menu {
    display: inline-block;
}

body #main-menu li {
    padding: 0 35px 0 37px;
    position: relative;
}

body #main-menu li::before,
body #main-menu li:last-child::after {
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc( 50% - 6px);
    background: url(../../uploads/menu-dot.png) no-repeat center center;
    content: "";
}

body #main-menu li::before {
    left: 0;
}

body #main-menu li:last-child::after {
    right: 0;
}

body #main-menu li a {
    display: block;
    padding: 0 0 10px;
    color: #4a4a4a;
    font-size: 16px;
    transition: none;
}

body #main-menu li a:hover {
    background: url(../../uploads/menu-line.png) repeat-x left bottom;
    color: #af4425;
    text-decoration: none;
}

body .module_row>.row_inner {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.module.title-x-line {
    margin-bottom: 30px;
    text-align: center;
}

.module.title-x-line .fancy-heading {
    display: inline-block;
    padding: 0 135px;
    background: url(../../uploads/x-line-bg.png) no-repeat left center, url(../../uploads/x-line-bg.png) no-repeat right center;
}

.module.title-x-line span.main-head {
    color: #af4425;
    font-size: 25px;
    line-height: 1.4;
}

.module.title-x-line span.sub-head {
    padding: 0;
    color: #af4425;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.8;
}

.module.ft-tel-number {
    text-align: right;
}

.module.ft-tel-number .tb_text_wrap {
    display: inline-block;
    padding: 0 0 4px 45px;
    background: url(../../uploads/ft-tel-icon.png) no-repeat left center;
    color: #662e1c;
    font-size: 30px;
    line-height: 1.4;
}

.module-text p:last-of-type {
    margin-bottom: 0;
}

.module.ft-text {
    margin: 25px 0 30px;
    color: #4a4a4a;
    font-size: 16px;
}

.contents-h p {
    line-height: 31px;
}

.footer-content {
    padding: 70px 0 50px;
}

.ft-menu-area {
    padding: 10px 0 12px;
    background: #662e1c;
    text-align: center;
}

.ft-menu-area #footer-nav,
.ft-insta-btn {
    display: inline-block;
    vertical-align: middle;
}

.ft-insta-btn a img {
    vertical-align: middle;
}

body .footer-nav li {
    padding: 0 10px 0 14px;
}

body .footer-nav li::before,
body .footer-nav li:last-child::after {
    width: auto;
    height: auto;
    position: absolute;
    top: calc( 50% - 8px);
    background: none;
    color: #fff;
    content: "・";
}

body .footer-nav li::before {
    left: -8px;
}

body .footer-nav li:last-child::after {
    right: -8px;
}

body .footer-nav li a {
    color: #fff;
    font-weight: normal;
}

body .footer-nav li {
    margin-bottom: 0;
}

.ft-insta-btn {
    margin-left: 10px;
}

body .copyright-container {
    padding: 20px 3%;
    color: #4a4a4a;
    font-size: 14px;
}

body .copyright-container .copyright,
body .copyright-container .footer-logo-area {
    display: inline-block;
    vertical-align: middle;
}

body .copyright-container .copyright {
    margin-right: 7px;
}

body .copyright-container .footer-logo-area {
    padding: 0 10px;
    background: #fff;
}

.footer-logo-area span {
    padding-left: 13px;
    position: relative;
}

.footer-logo-area a img {
    vertical-align: middle;
    line-height: 1;
}

.footer-logo-area span::before {
    position: absolute;
    left: 0;
    top: calc( 50% - 5px);
    content: "/";
    line-height: 1;
}

.footer-logo-area span:first-child {
    padding-left: 0;
}

.footer-logo-area span:first-child::before {
    display: none;
}

.row-home-main .themify_builder_slider .slide-image {
    margin-bottom: 0;
}

.row-home-main .module-slider {
    margin-bottom: 20px;
}

.module.slider-fix {
    position: absolute;
    right: 0;
    bottom: 0;
}

.title-main-note {
    margin-bottom: 40px;
    text-align: center;
}

.title-main-note .fancy-heading {
    display: inline-block;
    padding: 0 37px;
    background: url(../../uploads/main-note-bg01.png) no-repeat left bottom, url(../../uploads/main-note-bg02.png) no-repeat right bottom;
}

.title-main-note span.main-head {
    color: #af4425;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

.title-main-note span.sub-head {
    padding: 0;
    color: #4a4a4a;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.3;
}

.event-post .post-image {
    margin-bottom: 20px;
}

.event-post .post-date {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.8;
}

.event-post .loops-wrapper.grid3 .post-title {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

.event-post .post-title a {
    color: #4a4a4a;
}

.module-post.event-post p.post-meta {
    margin-bottom: 0;
    position: absolute;
    left: 10px;
    top: -15px;
}

.module-post.event-post p.post-meta .post-tag{ display: none; }

.event-post .post-meta .post-category {
    padding: 0;
    background: none;
}

.event-post .post-meta .post-category a {
    display: inline-block;
    width: 80px;
    border-radius: 13px;
    background: #662e1c;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    text-decoration: none!important;
}



.event-post .post {
    position: relative;
}

.event-post .builder-posts-wrap.grid3>.post {
    margin-bottom: 25px;
}

.module.event-post {
    margin-bottom: 20px;
}

.module.btn-orange {
    text-align: center;
}

.module.btn-orange .module-buttons-item {
    display: inline-block;
    padding: 0;
}

.module.btn-orange .module-buttons-item a.ui.builder_button {
    display: block;
    width: 250px;
    padding: 6px 10px 13px;
    border-radius: 25px;
    background: url(../../uploads/white-dot.png) no-repeat left 20px center, url(../../uploads/white-dot.png) no-repeat right 20px center;
    background-color: #af4425;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

.home-row01 {
    background: url(../../uploads/row-line-bg.png), url(../../uploads/row-line-bg.png), url(../../uploads/home-row-bg.jpg);
    background-position: center top 30px, center bottom 30px, left top;
    background-repeat: no-repeat, no-repeat, repeat;
}

.module.home-greeting-text {
    margin-bottom: 60px;
    padding-bottom: 30px;
    background: url(../../uploads/home-row01-bg01.png) no-repeat left bottom, url(../../uploads/home-row01-bg02.png) no-repeat right bottom;
    font-size: 17px;
    line-height: 2.1;
}

.module.home-greeting-text .tb_text_wrap {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
}

.home-row01 .row_inner {}

.module.text-main {
    text-align: center;
}

.module.text-main .module-title {
    margin-bottom: 10px;
    color: #4a4a4a;
    font-size: 25px;
}

.module.text-main .tb_text_wrap {
    color: #af4425;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.8;
}

.module.title-main-chat {
    text-align: center;
}

.module.title-main-chat .fancy-heading {
    display: inline-block;
    width: 284px;
    padding: 0 0 40px;
    margin-bottom: 35px;
    background: url(../../uploads/title-chat-bg02.png) no-repeat center bottom;
}

.module.title-main-chat .main-head {
    display: inline-block;
    padding: 10px 25px 0 25px;
    background: url(../../uploads/title-chat-bg01.png) no-repeat left top;
    color: #af4425;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.module.title-main-chat .sub-head {
    padding: 0;
    color: #4a4a4a;
    font-size: 25px;
    line-height: 1.8;
}

.news-school-list .list-post {
    height: 250px;
    overflow-y: auto;
}

.news-school-list .post-date {
    margin: 0 15px 0 0;
    float: left;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.8;
}

.module-post.news-school-list p.post-meta {
    margin: 0 15px 0 0;
    float: left;
}

.module-post.news-school-list p.post-meta .post-tag,
.module-post.news-school-list .taglists{ display: none; }

.news-school-list .post-meta .post-category {
    display: block;
    margin: 0 15px 0 0;
    padding: 0;
    background: none;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 1px;
}

.news-school-list .post-meta .post-category a {
    display: inline-block;
    padding: 0 15px 2px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    -o-border-radius: 13px;
    background: #662e1c;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
}

.news-school-list .post-meta .post-category a:hover {
    text-decoration: none;
}

.news-school-list .post-title {
    margin-bottom: 0;
    padding: 1px 0;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

body .news-school-list .post-title a {
    color: #4a4a4a;
}

.news-school-list .post {
    margin-bottom: 40px;
}

.news-school-list .post:last-of-type {
    margin-bottom: 0;
}

.module.news-school-list {
    margin-bottom: 50px;
}

.home-row02 {
    background: url(../../uploads/home-row02-bg1.jpg) no-repeat center center;
    background-size: cover;
}

.module_row.fullwidth.home-row02>.row_inner,
body .module_row.fullwidth.row-info>.row_inner {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.module_row.fullwidth.home-row02>.row_inner .tb-column-inner,
body .module_row.fullwidth.row-info>.row_inner .tb-column-inner {
    padding: 40px;
    border: #fff 1px solid;
}

.module_row.fullwidth.home-row02>.row_inner .tb-column-inner .tb-column-inner,
body .module_row.fullwidth.row-info>.row_inner .tb-column-inner .tb-column-inner {
    padding: 0;
    border: 0;
}

.contact-btn {
    text-align: center;
}

.contact-btn a.ui.builder_button {
    display: inline-block;
    width: 202px;
    height: 198px;
    padding: 0;
    border: 0;
    background: url(../../uploads/contact-btn-bg.png) no-repeat center center;
}

.contact-btn a.ui.builder_button span {
    display: block;
    width: 140px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
}

.module.text--size--16 {
    font-size: 16px;
}

.module.lh--2 {
    line-height: 2;
}

.module.tel-button {
    text-align: center;
}

.module.tel-button .module-buttons-item {
    display: inline-block;
    padding: 1px 0 4px 40px;
    background: url(../../uploads/ft-tel-icon.png) no-repeat left center;
    color: #662e1c;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}

.module.tel-button .module-buttons-item span {
    vertical-align: top;
    margin: 0;
}

body .module_row.fullwidth.home-row02>.row_inner {
    max-width: 800px;
}

.row--bg--pattern {
    background: url(../../uploads/home-row-bg.jpg) repeat left top;
}

body.single #layout {
    max-width: 1000px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.single .post-image {
    margin-bottom: 10px;
    text-align: center;
}

body.single .post-title {
    font-size: 20px;
}

.history-back-container {
    text-align: center;
}

a.history-back-button {
    display: inline-block;
    width: 200px;
    padding: 10px 20px;
    border-radius: 25px;
    background: #af4425;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
}

a.history-back-button:hover {
    text-decoration: none;
}

.subpage-title {
    text-align: center;
}

.subpage-title .fancy-heading .main-head {
    display: block;
    padding: 8px 5px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    position: relative;
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.subpage-title .fancy-heading .sub-head {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    color: #af4425;
    font-size: 18px;
    font-weight: bold;
}

.subpage-title .fancy-heading .sub-head::before,
.subpage-title .fancy-heading .sub-head::after {
    display: block;
    width: 27px;
    height: 1px;
    padding: 0;
    border: 0;
    position: absolute;
    top: 50%;
    background: #af4425;
    content: "";
}

.subpage-title .fancy-heading .sub-head::before {
    left: -27px;
}

.subpage-title .fancy-heading .sub-head::after {
    right: -27px;
}

.about-page .fancy-heading .main-head {
    max-width: 386px;
    width: 100%;
    background: url(../../uploads/about-name-bg.png) no-repeat center center;
}

.info-page .fancy-heading .main-head {
    max-width: 288px;
    width: 100%;
    background: url(../../uploads/info-name-bg.png) no-repeat center center;
}

.school-page .fancy-heading .main-head {
    max-width: 288px;
    width: 100%;
    background: url(../../uploads/school-name-bg.png) no-repeat center center;
}

body .module_row.fullwidth.row-about01>.row_inner {
    max-width: 900px;
    width: 100%;
    padding: 40px 50px;
    position: relative;
    background: url(../../uploads/paper-bg.jpg) repeat left center;
}

body .module_row.fullwidth.row-about01>.row_inner::before,
body .module_row.fullwidth.row-about01>.row_inner::after {
    display: block;
    width: 140px;
    height: 88px;
    position: absolute;
    background: url(../../uploads/paper-row-after.png) no-repeat center center;
    content: "";
}

body .module_row.fullwidth.row-about01>.row_inner::before {
    left: -30px;
    top: -30px;
}

body .module_row.fullwidth.row-about01>.row_inner::after {
    right: -30px;
    bottom: -30px;
}

.module.about-text01 .module-title {
    margin-bottom: 20px;
    padding-bottom: 24px;
    background: url(../../uploads/about-title-bg.png) no-repeat center bottom;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
}

.module.about-text01 .tb_text_wrap {
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    line-height: 2.3;
}

.module.title-orange-18 .module-title {
    margin-bottom: 15px;
    color: #af4425;
    font-size: 18px;
    line-height: 1.6;
}

.module.image-border-radius img {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border: #fff 5px solid;
    box-sizing: content-box;
}

.text--size--16 {
    font-size: 16px;
}

.module.title-main {
    margin-bottom: 30px;
    text-align: center;
}

.module.title-main .module-title {
    margin-bottom: 7px;
    color: #4a4a4a;
    font-size: 25px;
    font-weight: normal;
}

.module.title-main .tb_text_wrap {
    color: #af4425;
    font-size: 19px;
    font-weight: bold;
}

.subrow-white-box.box-4-col .col4-1,
.subrow-white-box.box-3-col .col3-1 {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    background: #fff;
}

.subrow-white-box.box-3-col>.subrow_inner {
    max-width: 740px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.subrow-white-box.box-3-col>.subrow_inner>.col3-1 {
    max-width: 226px;
    margin-left: auto;
    margin-right: auto;
}

.subrow-white-box.box-3-col>.subrow_inner>.col3-1.first {
    margin-left: 0;
}

.subrow-white-box.box-3-col>.subrow_inner>.col3-1.last {
    margin-right: 0;
}

.module-image.image-left.icon-inline .image-wrap {
    margin: 0 15px 0 0;
}

.module.icon-inline .image-content {
    padding-top: 7px;
    color: #4a4a4a;
}

.module.icon-inline .image-content .image-title {
    font-size: 23px;
    font-weight: normal;
}

.module-text.line-height--2 {
    line-height: 2.2;
    letter-spacing: 1px;
}

.module-text.line-height--2 .tb_text_wrap p {
    margin-bottom: 30px;
}

.module-text.line-height--2 .tb_text_wrap p:last-of-type {
    margin-bottom: 0px;
}

.about-row02 {
    background: url(../../uploads/about-row-bg.png) no-repeat right calc( 50% - 440px) bottom 100px;
}

.module.table-info {
    padding: 20px 50px 50px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    background: #fff;
}

.module.table-info table {
    width: 100%;
    border-collapse: collapse;
}

.module.table-info tr th,
.module.table-info tr td {
    padding: 17px 20px;
    border-bottom: #af4425 1px dotted;
    line-height: 2;
    text-align: left;
    vertical-align: top;
}

.module.table-info tr th {
    width: 165px;
    box-sizing: border-box;
}

.module.info-text {
    padding: 45px 50px 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    background: url(../../uploads/info-row-bg.png) no-repeat right center;
    background-color: #fff;
}

.module.info-text .module-title,
.module.info-text .tb_text_wrap {
    max-width: 430px;
}

.module.info-text .module-title {
    padding-bottom: 13px;
    margin-bottom: 15px;
    border-bottom: #af4425 solid 1px;
    color: #af4425;
    font-size: 18px;
}

.row-info {
    background: url(../../uploads/info-intro-bg.jpg) no-repeat center center;
    background-size: cover;
}

.module.info-intro-text {
    font-size: 18px;
    text-align: center;
}

.module.info-intro-text .module-title {
    display: inline-block;
    width: 318px;
    margin-bottom: 30px;
    padding: 11px 10px 12px;
    background: url(../../uploads/info-intro-title.png) no-repeat center center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.8;
}

body .module-text a,
body .module-text a:visited,
body .module-text a:focus,
body .module-text a:active {
    color: #4a4a4a;
    text-decoration: underline;
}

body .module-text a:hover {
    text-decoration: none;
}

.module.title-orange-radius .module-title {
    margin-bottom: 30px;
    padding: 7px 10px 8px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    background: #af4425;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
}

.module.privacy-text {
    height: 250px;
    padding-right: 10px;
    overflow-y: auto;
    line-height: 2.2;
}

.page-id-320 .footer-content {
    display: none;
}

.module.school-text {
    max-width: 600px;
    width: 100%;
    padding: 25px 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border: #af4425 solid 1px;
    background: #fff;
    text-align: center;
}

.module.school-text .module-title {
    margin-bottom: 10px;
    color: #af4425;
    font-size: 19px;
    font-weight: bold;
}

.module.table-school table {
    width: 100%;
    border-collapse: collapse;
}

.module.table-school tr td {
    padding: 14px 5px;
    border: #af4425 solid 1px;
    background: #fff;
    color: #4a4a4a;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}

.module.table-school tr td:first-child {
    padding: 0 10px 0 45px;
    color: #af4425;
    font-weight: bold;
    text-align: left;
    box-sizing: border-box;
}

.module.table-school tr:first-child td {
    background: #af4425;
    color: #fff;
    font-weight: bold;
}

.module.table-school tr:first-child td:first-child {
    text-align: center;
}

.module.table-school.table01 tr td:first-child {
    width: 290px;
}

.module.school-icon-text .module-title {
    margin-bottom: 10px;
    color: #af4425;
    font-size: 16px;
    text-align: center;
}

.school-col4>.subrow_inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

body.archive #layout {
    max-width: 1000px;
    width: 100%;
}

body.archive .page-title {
    display: none;
}

body.archive #content {
    max-width: calc( 100% - 256px);
    width: 100%;
}

body.archive #sidebar {
    max-width: 226px;
    width: 100%;
    padding: 0;
}

.list-categories {
    padding-bottom: 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.list-categories .widgettitle {
    margin-bottom: 0;
    padding: 6px 5px 8px;
    background: #af4425;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1.8;
}

.widget ul {
    padding-top: 15px;
}

#themify-list-categories-2 ul li {
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    margin-left: 10px;
    border: 0;
    background: url("../../uploads/list-cate-icon.png") no-repeat;
    background-position-x: 0px;
    background-position-y: 7px;
    font-size: 14px;
    line-height: 1.8;
}

body .cat-item-7 ul ul {
    margin: 6px 0 6px 0;
}

body .widget ul li a,
body .widget ul li a:visited,
body .widget ul li a:active,
body .widget ul li a:focus,
body .widget ul li a:hover {
    color: #4a4a4a;
}

body .widget ul li a:hover {
    text-decoration: underline;
}

body.archive .post-meta .post-category,
body.single .post-meta .post-category {
    padding: 0;
    margin: 0;
    background: none;
}

body.archive .post-meta,
body.single .post-meta {
    margin: 0 0 6px;
}

body.archive .post-meta .post-category a,
body.single .post-meta .post-category a {
    display: inline-block;
    padding: 0 20px 2px;
    border-radius: 12.5px;
    -moz-border-radius: 12.5px;
    -webkit-border-radius: 12.5px;
    -o-border-radius: 12.5px;
    background: #662e1c;
    color: #fff;
}

body.archive .loops-wrapper.list-thumb-image .post-image {
    margin: 0 25px 0 0;
}

body.archive .post-date,
body.single .post-date {
    margin: 0 15px 0 0;
    float: left;
    line-height: 1.8;
}

body.archive .post-title,
body.single .post-title {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

body.archive .post-title a,
body.archive .post-title a:visited,
body.archive .post-title a:active,
body.archive .post-title a:focus,
body.archive .post-title a:hover body.single .post-title a,
body.single .post-title a:visited,
body.single .post-title a:focus,
body.single .post-title a:active,
body.single .post-title a:hover,
body.archive .entry-content a,
body.archive .entry-content a:visited,
body.archive .entry-content a:active,
body.archive .entry-content a:focus,
body.archive .entry-content a:hover {
    color: #4a4a4a;
}

body.archive .entry-content a {
    text-decoration: underline;
}

body.archive .entry-content a:hover {
    text-decoration: none;
}

body .pagenav {
    padding: 0 0 50px;
}

body .pagenav a,
body .pagenav span {
    min-width: 35px;
    min-height: 35px;
    padding-top: 9px;
    border-radius: 0;
    border: #af4425 solid 1px;
    background: none;
    color: #af4425;
    font-size: 14px;
    text-decoration: underline;
    transition: 0.2s all linear;
}

body .pagenav .current,
body .pagenav a:hover {
    opacity: 1;
    background: #af4425;
    color: #fff;
}

body.archive #body,
body.single #body {
    padding-bottom: 50px;
    border-bottom: #af4425 1px solid;
}

body.archive .post .entry-content p:last-of-type {
    margin-bottom: 0;
}

.teacher {
	text-align: center;
}

.teacher .builder-posts-wrap.list-thumb-image .post {
    margin-bottom: 1em;
    width: 19%;
    display: inline-grid;
    width: calc(90% / 5);
    margin-left: 15px;
}

.teacher figure.post-image {
    max-width: 100% !important;
}

.teacher .post-title a {
    text-align: center;
    display: block;
}

body .teacher .post-title a{
    margin-bottom: 10px;
    color: #af4425;
    font-size: 16px;
    text-align: center;
}

body.archive .cat-16 .post-title,
body.single .cat-16 .post-title {
    background-color: #af4425;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 10px;
	margin-top: 40px;
    font-size: 18px;
}

body.single .cat-16 .post-content time.post-date.entry-date.updated {
    display: none;
}

body.single .cat-16 .post-content .entry-content p{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	margin-top: 20px;
}

.teacher-detail th {
    border: solid 1px #af4425;
    background-color: #af4425;
	color: #ffffff;
	width: 20%;
    text-align: left;
    padding: 15px 15px 15px 30px;
}
.teacher-detail td {
    border: solid 1px #af4425;
    background-color: #ffffff;
    padding: 15px 15px;
}
.teacher a.more-link {
    display: none;
}
/*************** contact form ***************/
.wpcf7 table{
	width:100%;
}

.wpcf7 th {
    background-color: #af4425;
    color: #fff;
    padding: 8px;
	width:25%;
}

.wpcf7 td {
    padding: 5px 10px;
    width: 60%;
}

input[type=tel]:focus {
    outline: none;
    background-color: #f9f9f9;
}

textarea,
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=tel],
input[type=url] {
    background-color: #fff;
    border: solid 1px #ddd;
    padding: 6px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    width: 100%;
    max-width: 100%;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    vertical-align: middle;
}

input[type=reset],
input[type=submit],
button {
    background-color: #af4425;
}

input[type=reset]:hover,
input[type=submit]:hover,
button:hover {
    background-color: #af4425;
    opacity: 0.7;
}

.wpcf7 p.fa {
    text-align: center;
    display: block;
    margin-top: 30px;
}


/* Spacing */

.module.mb--50 {
    margin-bottom: 50px;
}

.module.mb--45 {
    margin-bottom: 45px;
}

.module.mb--40 {
    margin-bottom: 40px;
}

.module.mb--35 {
    margin-bottom: 35px;
}

.module.mb--30 {
    margin-bottom: 30px;
}

.module.mb--25 {
    margin-bottom: 25px;
}

.module.mb--20 {
    margin-bottom: 20px;
}

.module.mb--15 {
    margin-bottom: 15px;
}

.module.mb--10 {
    margin-bottom: 10px;
}

.pt--100 {
    padding-top: 100px;
}

.pt--90 {
    padding-top: 90px;
}

.pt--80 {
    padding-top: 80px;
}

.pt--70 {
    padding-top: 70px;
}

.pt--60 {
    padding-top: 60px;
}

.pt--50 {
    padding-top: 50px;
}

.pt--20 {
    padding-top: 20px;
}

.pb--130 {
    padding-bottom: 130px;
}

.pb--100 {
    padding-bottom: 100px;
}

.pb--90 {
    padding-bottom: 90px;
}

.pb--80 {
    padding-bottom: 80px;
}

.pb--70 {
    padding-bottom: 70px;
}

.pb--60 {
    padding-bottom: 60px;
}

.pb--50 {
    padding-bottom: 50px;
}

.pb--40 {
    padding-bottom: 40px;
}

.pb--30 {
    padding-bottom: 30px;
}

.pb--20 {
    padding-bottom: 20px;
}


/*===================================================================
==============================     WIDTH 1024px     =================
===================================================================*/

@media screen and (max-width: 1024px) {
    /* Copy old file */
    /* Mobile Menu Button */
    #menu-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 900;
        top: 0;
        right: 0;
        width: 48px;
        height: 48px;
        background-color: #cee;
    }
    #menu-button .ham-lines {
        position: relative;
        margin: 0 auto;
        width: 32px;
        height: 32px;
    }
    #menu-button .ham-lines span,
    #menu-button .ham-lines::before,
    #menu-button .ham-lines::after {
        position: absolute;
        display: block;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 28px;
        height: 2px;
        background-color: #555;
        border-radius: 1px;
    }
    #menu-button .ham-lines span {
        bottom: 15px;
        transition: all .25s .25s;
        opacity: 1;
    }
    #menu-button .ham-lines::before,
    #menu-button .ham-lines::after {
        content: "";
    }
    #menu-button .ham-lines::before {
        bottom: 24px;
        animation: menu-bar01 .75s forwards;
    }
    #menu-button .ham-lines::after {
        bottom: 6px;
        animation: menu-bar03 .75s forwards;
    }
    #menu-button .ham-text {
        font-size: 12px;
        line-height: 1;
    }
    #menu-button.is-active .ham-lines span {
        opacity: 0;
    }
    #menu-button.is-active .ham-lines::before {
        animation: active-menu-bar01 .5s forwards;
    }
    #menu-button.is-active .ham-lines::after {
        animation: active-menu-bar03 .5s forwards;
    }
    @keyframes menu-bar01 {
        0% {
            transform: translateY(9px) rotate(45deg);
        }
        50% {
            transform: translateY(9px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    @keyframes menu-bar03 {
        0% {
            transform: translateY(-9px) rotate(-45deg);
        }
        50% {
            transform: translateY(-9px) rotate(0);
        }
        100% {
            transform: translateY(0) rotate(0);
        }
    }
    @keyframes active-menu-bar01 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(9px) rotate(0);
        }
        100% {
            transform: translateY(9px) rotate(45deg);
        }
    }
    @keyframes active-menu-bar03 {
        0% {
            transform: translateY(0) rotate(0);
        }
        50% {
            transform: translateY(-9px) rotate(0);
        }
        100% {
            transform: translateY(-9px) rotate(-45deg);
        }
    }
    /* Mobile Header Menu Container */
    #main-menu-container {
        position: fixed;
        z-index: 700;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 64px;
        overflow-y: auto;
        background-color: #cec;
        transition: .3s;
        visibility: hidden;
        opacity: 0;
    }
    #main-menu-container.is-active {
        visibility: visible;
        opacity: 1;
    }
    /* Search Form in Header Nav */
    #headerwrap #header #searchform {
        position: static;
        width: auto;
        margin: 0 auto;
        padding: 8px 16px;
        text-align: center;
    }
    #headerwrap #header #searchform #s {
        float: none;
        width: 80%;
        height: auto;
        font-size: 16px;
        line-height: 1.6;
    }
    /* Header Main Menu */
    #main-menu-container .main-menu,
    #main-menu-container .sub-menu {
        margin: 0;
        list-style: none;
    }
    #main-menu-container .menu-item {
        margin: 0;
        padding: 8px 0 0 16px;
    }
    #main-menu-container .main-menu {
        position: static;
        width: 100%;
        max-width: 94%;
        margin: 0 auto 16px;
        padding: 0;
        border: none;
        border-radius: 0;
        background-color: transparent;
        box-shadow: none;
    }
    #main-menu-container .main-menu>li {
        margin: 0 16px;
        padding: 8px;
        border-bottom: dotted 1px #aaa;
    }
    #main-menu-container .main-menu>li:last-of-type {
        border-bottom: none;
    }
    #main-menu-container .main-menu li a {
        font-size: 16px;
        line-height: 2;
        color: #333;
    }
    /* Setting */
    body #menu-button {
        width: 100%;
    }
    body #menu-button,
    body .sp-footer-icons-container a {
        background: #af4425;
    }
    body #menu-button .ham-lines span,
    body #menu-button .ham-lines::before,
    body #menu-button .ham-lines::after {
        background: #fff;
    }
    body #menu-button .ham-lines {
        margin-left: auto;
        margin-right: 10px;
    }
    body #header,
    body.mobile_menu_active #header {
        padding-top: 48px;
    }
    body.default_width #layout .module_row>.row_inner,
    body .module-layout-part .module_row.fullwidth>.row_inner,
    body .module_row.fullwidth>.row_inner {
        max-width: 94%;
    }
    body #main-menu-container {
        background: rgba(0, 0, 0, 0.8);
    }
    body #main-menu-container .main-menu {
        display: none;
        max-width: 460px;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -2;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
    body #main-menu-container.is-active .main-menu {
        display: block;
        z-index: 1;
        opacity: 1;
        visibility: visible;
    }
    body #main-menu-container .main-menu>li {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        float: none;
        border-bottom: 0;
    }
    body #main-menu-container .main-menu li a {
        padding: 0;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    body #main-menu li a::after {
        display: none;
    }
    body #main-menu li.menu-hide a {
        display: block;
    }
    body #main-menu ul {
        display: block;
        padding: 0;
        position: relative;
        left: 0;
        background: none;
        visibility: visible;
        opacity: 1;
    }
    #main-menu-container .menu-item {
        padding-left: 0;
    }
    #main-menu-container .menu-item li a {
        text-decoration: none;
        font-size: 12px;
    }
    .ham-text {
        display: none;
    }
    #header.pagewidth,
    body .module_row.fullwidth>.row_inner,
    body .module_row.fullwidth.home-row02>.row_inner {
        max-width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    body .pagewidth {
        max-width: 100%;
    }
    .header-brand-container {
        padding-top: 70px;
    }
    body .sp-footer-icons-container a i {
        color: #fff;
    }
    body #main-menu li::before,
    body #main-menu li:last-child::after {
        display: none;
    }
    body .module_row>.row_inner,
    body .module_row.fullwidth>.row_inner {
        max-width: 94%;
    }
    body.single #layout {
        padding-left: 3%;
        padding-right: 3%;
    }
    .about-row02 {
        background-position: right 3% bottom 50px;
    }
    body.archive #layout {
        max-width: 94%;
    }
}


/* 1024px */


/*===================================================================
==============================     WIDTH 939px     =================
===================================================================*/

@media screen and (max-width: 939px) {
    /* Setting */
    hgroup {
        padding: 15px 0;
    }
    .lb,
    .rb {
        width: 100%;
        padding: 0;
        float: none;
        text-align: center;
    }
    body #site-logo {
        margin-bottom: 10px;
        top: 0;
    }
    body #site-logo a {
        display: inline-block;
    }
    body .sp-footer-icons-container {
        bottom: 0;
    }
    body .sp-footer-icons-container a {
        display: block;
        width: 33.33%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        border-left: solid 1px #fff;
    }
    body .sp-footer-icons-container a:first-of-type {
        border-left: 0;
    }
    body .sp-footer-icons-container a i {
        color: #fff;
    }
    body #pagewrap {
        padding-bottom: 48px;
    }
    .header-brand-container {
        padding-top: 20px;
    }
    #header {
        padding-bottom: 0;
    }
    .footer-content {
        padding: 50px 0;
    }
    body .module_row.fullwidth.row-about01>.row_inner::before {
        left: -10px;
        top: -10px;
    }
    body .module_row.fullwidth.row-about01>.row_inner::after {
        right: -10px;
        bottom: -10px;
    }
    body .module_row.fullwidth.row-about01>.row_inner {
        padding: 30px 30px;
    }
    .subrow-white-box.box-4-col .col4-1,
    .subrow-white-box.box-3-col .col3-1 {
        padding: 15px 10px;
    }
    .module-image.image-left.icon-inline .image-wrap {
        margin: 0 0 5px;
    }
    .module-image.image-left.icon-inline .image-wrap {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
    }
    .module.icon-inline .image-content {
        margin-bottom: 0;
        padding-top: 5px;
        text-align: center;
    }
    .module.icon-inline .image-content .image-title {
        margin-bottom: 0;
        font-size: 18px;
    }
    .module.table-info {
        padding: 0px 20px 30px;
    }
    .module.table-school.table01 tr td:first-child {
        width: auto;
    }
    .module.table-school tr td:first-child {
        padding: 14px 10px;
    }
    body.archive #content {
        max-width: 100%;
        width: 100%;
        float: none;
    }
    body.archive #sidebar {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    /* Spacing */
    .module.md_mb--10 {
        margin-bottom: 10px;
    }
    .md_pt--50 {
        padding-top: 50px;
    }
    .md_pb--50 {
        padding-bottom: 50px;
    }
    .md_pb--30 {
        padding-bottom: 30px;
    }
}


/* 939px */


/*===================================================================
==============================     WIDTH 680px     =================
===================================================================*/

@media screen and (max-width: 680px) {
    /* Setting */
    body .footer-nav li.menu-item-has-children {
        padding-left: 0;
    }
    body .footer-nav li.menu-item-has-children::before {
        display: none;
    }
    .head-instagram-btn {
        margin-left: 0;
    }
    .module.slider-fix {
        width: 210px;
    }
    .event-post .post-image {
        max-width: 312px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .module-post.event-post p.post-meta {
        left: calc( ( 50% - 80px)/2);
    }
    .event-post .post-image {
        margin-bottom: 10px;
    }
    .event-post .builder-posts-wrap.grid3>.post {
        margin-bottom: 50px;
    }
    .module.event-post {
        margin-bottom: 0;
    }
    .event-post .builder-posts-wrap.grid3>.post:last-of-type {
        margin-bottom: 30px;
    }
    .module.home-greeting-text {
        margin-bottom: 40px;
        padding-bottom: 30px;
        background-size: 70px auto, 70px auto;
        font-size: 16px;
        line-height: 1.8;
    }
    .module.text-main .module-title {
        margin-bottom: 5px;
        font-size: 20px;
    }
    .module.text-main .tb_text_wrap {
        font-size: 15px;
    }
    .module_row.fullwidth.home-row02>.row_inner .tb-column-inner {
        padding: 20px;
    }
    .news-school-list .post-title {
        width: 100%;
        margin-top: 5px;
        float: left;
    }
    .news-school-list .post {
        margin-bottom: 25px;
    }
    .news-school-list .post-meta .post-category a {
        font-size: 12px;
    }
    .module.text--size--16 {
        font-size: 14px;
    }
    .module.title-x-line .fancy-heading {
        padding: 0 125px;
    }
    .module.title-x-line span.main-head {
        font-size: 22px;
    }
    .module.title-x-line .fancy-heading {
        padding: 0 100px;
        background-size: auto 5px, auto 5px;
    }
    .module.title-x-line {
        margin-bottom: 15px;
    }
    .module.ft-tel-number {
        margin-bottom: 10px;
        text-align: center;
    }
    .module.img--center {
        text-align: center;
    }
    .module.ft-text {
        margin: 15px 0 20px;
        font-size: 14px;
    }
    body .footer-nav li {
        margin-bottom: 3px;
    }
    body .copyright-container .copyright {
        margin-right: 0;
        margin-bottom: 5px;
    }
    body .module_row.fullwidth.row-about01>.row_inner::before,
    body .module_row.fullwidth.row-about01>.row_inner::after {
        display: none;
    }
    body .module_row.fullwidth.row-about01>.row_inner {
        padding: 20px;
    }
    .module.about-text01 .tb_text_wrap {
        font-size: 15px;
        line-height: 2;
    }
    .subpage-title .fancy-heading .main-head {
        background-size: 100% auto;
        font-size: 18px;
    }
    .subrow-white-box.box-3-col>.subrow_inner>.col3-1 {
        max-width: 100%;
    }
    .module.image-border-radius img {
        box-sizing: border-box;
    }
    .module.table-info tr th,
    .module.table-info tr td {
        display: block;
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
    }
    .module.table-info {
        padding: 10px 20px 30px;
    }
    .module.info-text {
        padding: 20px;
        background-size: 0;
    }
    body .module_row.fullwidth.row-info>.row_inner .tb-column-inner {
        padding: 20px;
    }
    .module.info-intro-text {
        font-size: 16px;
    }
    .module.info-intro-text .module-title {
        margin-bottom: 10px;
    }
    .module.table-school table {
        width: 180%;
    }
    .module.table-school .tb_text_wrap {
        overflow-x: auto;
    }
    .module.table-school tr td:first-child,
    .module.table-school tr td {
        padding: 10px;
    }
    body.archive .post-date,
    body.single .post-date {
        float: none;
        margin-right: 0;
    }
    .module.sp_mb--30 {
        margin-bottom: 30px;
    }
    .module.sp_mb--15 {
        margin-bottom: 15px;
    }
    .md_pb--10 {
        padding-bottom: 10px;
    }
    .wpcf7 table {
        margin: 0 auto;
    }
    .wpcf7 th {
        display: block;
        width: auto;
        margin: 0 auto;
    }
    .wpcf7 td {
        display: block;
        width: 92%;
        margin: 0 auto;
    }
    textarea,
    input[type=text],
    input[type=password],
    input[type=search],
    input[type=email],
    input[type=tel],
    input[type=url] {
        width: 97%;
        max-width: 97%;
        padding: 6px 5px;
    }
	
	.teacher-detail th {
		border: none;
		width: 100%;
		text-align: center;
		padding: 15px 0px 15px 0px;
		display: block;
	}
	.teacher-detail td {
		display: block;
		text-align: center;
	}
	
}


/* 680px */


/*===================================================================
==============================     WIDTH 320px     =================
===================================================================*/

@media screen and (max-width: 320px) {
    .module.title-x-line .fancy-heading {
        display: block;
        padding: 0 50px;
        background-size: auto 3px;
    }
}


/* 320px */

@media screen and (max-width:680px) {
    #pagewrap .table-230 table {
        width: 230%;
    }
    /* .table-230 .tb_text_wrap {
        overflow-x: scroll !important;
	} */
    .page-id-318 .module.table-info tr th,
    .page-id-318 .module.table-info tr td {
        padding: 3px 0;
    }
    .page-id-318 .module.table-info tr th {
        border: none !important;
    }
    .vision-block-container {
        overflow: hidden;
    }
    .vision-block .module-title {
        transform: translateX(calc( calc(338px - calc(94vw - 60px)) / -2));
    }
    .category .post-image {
        width: 100%;
    }
    .category .post-image {
        margin-bottom: 10px;
        max-width: 312px;
        width: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    .category .post-image img {
        width: 100%;
    }
}