@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

#main {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #747474;
}

#footer-in {
    padding: 50px 0 0 0;
}

.footer-icon-logo {
    width: 66px;
    margin: 0 auto;
}

ul {
    padding: 0;
}

.post_list,
.cat-item,
.sidebar-box ul li {
	list-style: none;
}

.ttl-text {
    color: #ff6699;
    font-weight: bold;
    font-size: 22px;
}

#header .menu-nav {
    float: right;
    margin: 20px 0;
}

#footer .menu-nav {
    margin: 20px 0;
    text-align: center;
}

.center {
    text-align: center;
}

.menu-nav li {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    line-height: 18px;
}

#copyright {
    padding: 0 0 20px 0;
}

.menu-nav li a {
    color: #ff6699!important;
    text-decoration: none;
    font-weight: bold;
}

.menu-nav li .futura {
    color: #a8a8a8;
    font-family: 'Didact Gothic', sans-serif;
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    font-weight: normal;
}

.sns-pages,
#sidebar {
    display: none;
}

#header .alignleft {
    margin: 0;
}

header {
    background: #fff;
    width: 100%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed!important;
    z-index: 2;
}

article header {
    box-shadow: none;
}

#site-title {
    width: 66px;
    margin: 0;
    position: relative;
    top: 6px;
}

#mobile-menu a,
#header .alignright {
    display: none;
}

#navi ul {
    background: none;
    border: none;
    margin: 20px 0;
}

#navi-in,
#body-in {
    width: 100%!important;
}

#navi ul li a {
    padding: 0;
    margin: 0 20px;
    display: block;
}

#menu-top_menu li a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.menu-top_menu-container {
    float: right;
}

header {
    border-bottom: solid 1px #eee;
}

#navi ul li a:hover {
    background-color: #fff;
}

#s01 {
    background: url(images/ma_bg01.jpg) no-repeat;
    background-size: cover;
}

#body {
    margin: 0;
}

#s01 {
    position: relative;
}

.text-ttl {
    font-size: 120%;
    margin: 0 0 5px 0;
}

.mgb20 {
    margin: 0 0 20px 0;
}

.mgb10 {
    margin: 0 0 10px 0;
}

hr {
    width: 100%;
    border: 0.5px solid #ddd;
}

.btn-more a {
    text-decoration: none;
    color: #6a7e85;
    border: solid 1px #6a7e85;
    display: block;
    padding: 10px;
    text-align: center;
    width: 180px;
    margin: 30px auto 0 auto;
}


input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    color: #fff;
    border-radius: 0px;
    vertical-align: middle;
    box-shadow: none;
    border: 0;
    width: 100%;
    max-width: 400px;
    -webkit-transition: background-color 0.24s ease-in-out;
    background-color: rgba(255,255,255,0);
    border: solid 1px #5b5c5c;
    transition: background-color 0.24s ease-in-out;
}

input:focus, textarea {
  outline: 0;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="url"]:focus, input[type="tel"]:focus, textarea:focus {
    border: 1px solid #6a7e85;
    background: rgba(255,255,255,0);
    box-shadow: 0 0 3px #6a7e85;
}

textarea {
    resize: none;
}

.wpcf7 dt {
    color: #5b5c5c;
    font-weight: normal;
}

.wpcf7 .color-red {
    color: #fa4955;
    font-size: 50%;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    color: #6a7e85;
    border: solid 1px #6a7e85;
    display: block;
    padding: 10px;
    text-align: center;
    width: 180px;
    margin: 30px auto 0 auto;
    border-radius: 0;
    background: none;
    font-size: 100%;
    letter-spacing: 1px;
}

.contact-text {
    font-size: 80%;
}

.home .entry-content {
    margin: 0;
    padding: 0!important;
}

.entry-content,
.archive #main {
    padding: 84px 0 0 0;
    margin: 0;
}

#footer {
    background: #fff;
    padding: 0;
    color: #a8a8a8;
}

#footer a {
    color: #a8a8a8;
}

#breadcrumb {
    margin: 10px 0 0 0;
}

.post-meta .edit,
.footer-post-meta {
    display: none;
}

.navigation a, .navigation a:hover,
.post-meta .category a, .post-meta .category a:hover {
    color: #6a7e85!important;
}

.post-meta .post-date, .post-meta .post-update, .post-meta .category, .post-meta .comments, .post-meta .edit, .footer-post-meta .post-tag, .footer-post-meta .post-author, .footer-post-meta .edit {
    font-size: 80%;
}

.article header,
.entry header {
    border-bottom: none;
}

.post p {
    margin: 0 0 10px 0;
}

.widget_new_entries a:hover, .widget_new_popular a:hover, .widget_popular_ranking a:hover, .wpp-list a:hover, .entry-read a:hover, .entry .post-meta a:hover, .related-entry-read a:hover, .entry a:hover, .related-entry-title a:hover, .navigation a:hover, #footer a:hover, .article-list .entry-title a:hover, .blog-card-title a:hover {
    color: #5b5c5c;
}

#archive-title {
    color: #ff6699;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    background: none;
}

.post-link a {
    color: #5b5c5c;
    text-decoration: none;
}

.post-link {
    border-bottom: solid 1px #eee;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.home #container {
    background: #f9f7f7;
}

button#responsive-menu-button {
    right: 0!important;
    top: 0!important;
}

dt, dd {
    font-size: 90%;
}

.post-template-default #main,
.page-template-news #main,
.category #main {
    padding: 80px 0 0 0;
}

.post header {
    position: relative!important;
    z-index: 1;
    height: auto;
}

.post .entry-content {
    padding: 20px 0 0 0;
}

.navigation a, .navigation a:hover, .post-meta .category a, .post-meta .category a:hover {
    color: #ff6699!important;
}

.navigation {
    margin: 20px 0 40px 0;
}

input, textarea {
    -webkit-appearance: none;
}

#responsive-menu-pro-container #responsive-menu-pro-wrapper {
    height: 100%;
}

.bg-color01 {
    background: #eaeaea;
    padding: 50px 0 30px 0;
}

.ma-point .point-img {
    width: 40%;
    margin: 0 auto;
}

.ma-point .head {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin: 10px 0 0 0;
}

.price {
    padding: 50px 0;
    text-align: center;
}

.price-text {
    font-size: 38px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0 0 0 10px;
}

.bg-img01 {
    background: url(images/ma_bg02.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 30px 0; 
}

.dl-content {
    text-align: center;
}

.faq {
    padding: 50px 0;
}

/* 表示ボタン */
.openBtn { 
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ff6699;
    border-left: 10px solid #ff6699;
    color: #ff6699;
} 

/* 説明文 */
.textArea {
    display: none;
    padding: 10px 10px 30px 50px;
} 

/* 表示ボタン ー 逆三角アイコン */
.faColor {
    color: #ff6699;
}

.page header {
    position: relative;
}

.breadcrumb {
    font-size: 12px;
    line-height: 18px;
    margin: 10px 0;
}

.breadcrumb a {
    color: #ff6699;
}

.message-box {
    border: solid 1px #ddd;
    padding: 20px;
    margin: 0 0 20px 0;
}

.message-text .head {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
}

.message-text .name {
    margin: 0;
    color: #ff6699;
    text-align: right;
}

.search-ttl {
    width: 140px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    background: url(images/ma_icon05.png) no-repeat, #ff6699;
    background-size: 26px;
    background-position: left 5px center;
    color: #fff;
    padding: 5px 0 5px 40px;
    margin: 10px 0 0 0;
}

.search-ttl2 {
    width: 140px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    background: url(images/ma_icon07.png) no-repeat, #4b4b4b;
    background-size: 26px;
    background-position: left 5px center;
    color: #fff;
    padding: 5px 0 5px 40px;
    margin: 0;
}

.search-box {
    border: solid 3px #ff6699;
    padding: 20px;
    margin: 0 0 40px 0;
}

.search-box2 {
    border: solid 3px #4b4b4b;
    padding: 10px 10px 0 10px;
}

.search-box2 dl a {
    color: #747474;
    margin: 0 10px 0 0;
    display: inline-block;
}

.search-box2 dl {
    width: 100%;
    margin: 0 0 10px 0;
}

.area-ttl {
    width: 120px;
    border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
    background: #fdbed3;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
    margin: 0;
}

.area-box {
    background: #fdbed3;
    padding: 20px;
    margin: 0 0 20px 0;
}

.school {
    border: solid 1px #a8a8a8;
    background: #fff;
    display: inline-block;
    padding: 10px;
}

.area-name {
    color: #a8a8a8;
    font-size: 12px;
    margin: 0;
}

.school-name {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.school-url {
    margin: 0;
    line-height: 18px;
}

.school-url a {
    color: #ff6699;
    font-size: 12px;
}

.post-img {
    display: inline-block;
    width: 18%;
    margin: 0;
}

.post-text {
    display: inline-block;
    vertical-align: top;
	width: 80%;
    line-height: 24px;
}

#sns-group {
    margin: 30px 0 0 0;
}

#related-entries h2 {
    color: #ff6699;
    font-size: 18px;
}

#main .post {
    margin-bottom: 30px;
}

.post-ttl {
    color: #747474;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.post-text a {
    text-decoration: none;
    width: 80%;
    margin: 0 0 0 1%;
}

.post-date2 {
    color: #a8a8a8;
    font-size: 12px;
    padding: 0 0 0 5px;
    display: block;
}

.post_list .list {
    border-top: solid 1px #eaeaea;
    padding: 10px 0 2px 0;
}

.post_list {
    border-bottom: solid 1px #eaeaea;
    margin: 0 0 30px 0;
}

.post-img img {
    width: 100%;
    height: auto;
}

.side-ttl {
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px #eaeaea;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sidebar-box a {
    color: #ff6699;
}

.sidebar-box ul {
    margin: 0;
}

.sidebar-box {
    margin: 0 0 30px 0;
}

.sidebar-box .date {
    color: #a8a8a8;
    font-size: 14px;
}

.sidebar-box .label-danger {
    background: #fdbed3;
    color: #fff;
    font-size: 12px;
    padding: 4px;
}

.policy-box {
    margin: 0 0 30px 0;
}

.policy-head {
    font-weight: bold;
}

.policy-list {
    padding: 0 0 0 50px;
}

.policy-box a {
    color: #ff6699;
}

.gaiss-class li p {
    margin: 0;
}

.class-ttl {
    color: #ff6699;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.gaiss-class {
    text-align: left;
    background: #eee;
    border-radius: 20px;
    padding: 20px 20px 10px 20px;
}

.gaiss-class li {
    margin: 0 0 10px 0;
}

.font-bold {
    font-weight: bold;
}

.dl-bnr {
    text-align: center;
}

.gaiss-deal dt {
    font-weight: bold;
}

.column-sidebar {
    font-size: 14px;
}

.related-entry-content header {
	position: initial!important;
	border-bottom: none;
	margin: 0 0 5px 0;
}

.related-entry-title a {
	font-size: 14px;
}


/*===============================================
●PC/タブレット
===============================================*/
@media screen and (min-width: 769px) {

    #header-in,
    #footer-in {
        width: 960px;
    }

    #header .alignleft {
        width: auto;
        float: left;
    }

    nav {
        width: 780px;
        float: right;
    }

    .contents-width,
    .post,
    .archive main,
    .page-template-news main {
        width: 960px;
        margin: 0 auto;
    }

    .sp-display {
        display: none;
    }

    .main-ttl {
        width: 670px;
        left: 0;
        right: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        height: 356px;
    }

    .company-info dt {
        display: inline-block;
        width: 20%;
        vertical-align: top;
    }

    .company-info dd {
        display: inline-block;
        width: 80%;
        margin: 0;
    }

    .wpcf7 dt {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    .wpcf7 dd {
        display: inline-block;
        width: 74%;
        margin: 0 0 20px 0;
    }

    .wpcf7 {
        margin: -30px 0 0 0!important;
    }

    #footer-navi ul li {
        display: block;
        text-align: left;
        margin: 0 0 5px 0;
    }

    #footer-navi ul {
        margin: 0;
    }

    #footer-navi-in .menu-top_menu-container {
        float: left;
    }

    #footer-navi ul li::before {
        content: none;
    }

    #footer {
        overflow: hidden;
    }

    .footer-logo {
        width: 80px;
        float: left;
        margin: 0 50px;
    }

    .footer-right-box {
        float: right;
        padding: 20px 0 0 0;
    }

    .post-template-default main {
        width: 100%;
        margin: 0 auto;
    }

    .post header {
        width: auto;
    }

    .text-group {
        width: 40%;
        padding: 28% 0 0 8%;
        float: left;
    }

    .main-img {
        float: right;
        width: 340px;
        padding: 10% 0 0 0;
    }

    .dl-bnr li {
        display: inline-block;
        height: 60px;
    }

    #about {
        background: url(images/ma_img03.png)no-repeat;
        background-size: 20%;
        background-position: left bottom;
        padding: 150px 0px 150px 260px;
    }

    .ma-point li {
        display: inline-block;
        width: 28.9%;
        margin: 0 2%;
        vertical-align: top;
    }

    .sub-copy {
        width: 60%;
        margin: 0 auto;
    }

    .message-img {
        margin: 0;
        display: inline-block;
        width: 20%;
        vertical-align: top;
    }

    .message-text {
        display: inline-block;
        width: 77%;
        padding: 0 0 0 2%;
        vertical-align: top;
    }

    .search-box2 dl dt {
        display: inline-block;
        width: 10%;
    }

    .search-box2 dl dd {
        margin: 0;
        display: inline-block;
        width: 90%;
    }

    .school {
        width: 430px;
        margin: 0 2.5px 10px 2.5px;
        vertical-align: top;
    }

    .column-main {
        display: inline-block;
        width: 610px;
    }

    .column-sidebar {
        display: inline-block;
        width: 324px;
        margin: 10px 0 0 20px;
        vertical-align: top;
    }

    .footer-content {
        font-size: 14px;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .footer-content li a {
        color: #ff6699!important;
    }

    .footer-content li {
        display: inline-block;
        margin: 0 10px;
    }

    .gaiss-class {
        width: 70%;
        margin: 0 auto 20px auto;
    }

}



/*===============================================
●スマホ
===============================================*/
@media screen and (max-width: 768px) {
    .pc-display {
        display: none;
    }

    .ma-dl {
        margin: 0 0 -8px 0;
    }

    div#main {
        padding: 0;
    }

    .contents-width {
        width: 92%;
        margin: 0 auto;
    }

    header {
        height: 52px;
    }

    .bg-color,
    .bg-img1,
    .bg-img2 {
        padding: 50px 0;
    }

    .menu-ttl {
        margin: 0 auto 20px auto;
        display: block;
    }

    .menu-contents {
        width: 100%;
    }

    .about-ttl {
        text-align: center;
    }

    dd {
        margin: 0;
    }

    dt {
        margin: 0 0 5px 0;
    }

    .menu-contents dd {
        margin: 0 0 10px 0;
    }

    .footer-logo {
        width: 20%;
        margin: 0 auto 20px auto;
    }

    .menu-top_menu-container {
        display: none;
    }

    #footer-in {
        width: 100%!important;
    }

    #contact .menu-contents {
        margin: -20px 0 0 0;
    }

    #site-title {
        width: 42px;
    }

    #h-top {
        min-height: auto;
        width: 92%;
        margin: 0 auto;
    }

    header {
        top: 0;
        padding: 0 0 2px 0;
    }

    #header #h-top .alignleft {
        margin: 0;
    }

    .main-ttl {
        position: absolute;
        top: 20%;
        right: 0;
        bottom: 0;
        left: 0;
        width: 92%;
        margin: auto;
    }

    #sidebar {
        margin: 0;
        padding: 0!important;
    }

    .post-template-default #main,
    .page-template-news #main,
    .category #main {
        padding: 60px 0 0 0;
        width: 100%;
        margin: 0 auto;
    }

    .page-template-news #main {
        padding: 60px 0;
    }

    .text-group {
        padding: 20% 0 0 0;
        width: 80%;
        margin: 0 auto;
    }

    .dl-bnr {
        text-align: center;
    }

    .dl-bnr li {
        display: inline-block;
        height: 42px;
    }

    .main-img {
        width: 54%;
        margin: 0 auto;
    }

    #about {
        padding: 80px 0 30px 0;
    }

    .ttl-text {
        text-align: center;
    }

    .ma-point li {
        width: 80%;
        margin: 0 auto 30px auto;
    }

    .bg-img01 {
        padding: 30px 0 10px 0;
    }

    .textArea {
        padding: 0;
    } 

    .menu-nav li {
        display: inline-block;
        text-align: center;
        margin: 0;
        line-height: 18px;
        width: 49.2%;
        border-top: solid 1px #ddd;
    }

    .menu-nav li a {
        display: block;
        padding: 15px 0;
    }

    .menu-nav .spbtm {
        border-bottom: solid 1px #ddd;
    }

    .menu-nav .spm {
        margin: 0 0 0 -5px;
        border-left: solid 1px #ddd;
    }

    .message-img {
        width: 50%;
        margin: 0 auto 10px auto;
    }
    
    .search-box2 dl dt {
        display: block;
    }

    .entry-content,
    .archive #main {
        padding: 56px 0 0 0;
    }

    .school {
        width: 94%;
        margin: 0 0 10px 0;
    }

    .area-box {
        padding: 5%;
    }

    .search-box {
        margin: 0 0 20px 0;
    }

    .post-ttl {
        font-size: 14px;
    }

    .post-img {
        width: 28%;
    }

    .post-text {
        width: 68%;
        margin: 0 0 0 1%;
        vertical-align: top;
    }

    .post-date2 {
        margin: 0;
        padding: 0;
    }

    .column-img {
        margin: 10px 0;
    }

    .gaiss-deal dt {
        margin: 0;
    }

    .gaiss-deal dd {
        margin: 0 0 10px 0;
        border-bottom: solid 1px #ddd;
        padding: 0 0 10px 0;
    }

    #footer .menu-nav {
        margin: 20px 0 0 0;
    }

    .footer-content {
        margin: 0;
    }

    .footer-content li a {
        color: #ff6699!important;
        text-decoration: none;
        display: block;
        text-align: center;
        padding: 10px;
        border-bottom: solid 1px #ddd;
        font-weight: bold;
    }

    #copyright {
        padding: 10px 0;
    }

    .credit {
        font-size: 12px;
    }

    .policy-list {
        padding: 0;
    }

    .post-text {
        line-height: 20px;
    }




}