html {
    font-size: 62.5%;
}

body {
    background: #fef9e9;
    color: #333;
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.8;
}

.text_red {
    color: #d00;
}

.text_brown {
    color: #755410;
}

.input_t {
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #dedede;
    padding: 10px;
    width: 100%;
}

.input_t:focus {
    border: 1px solid #f9bd3d;
    outline: none;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
}

textarea.input_t {
    height: 150px;
}

.input_50 {
    width: 50px;
}

.suptext {
    font-size: 75.5%;
    vertical-align: top;
    position: relative;
    top: -0.1em;
}

.error {
    color: #f44237;
    display: none;
}

.btn a:hover,
#gnavi a {
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
    box-shadow: none !important;
}

header {
    background: #fefdfc;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 30px 0 0;
    position: relative;
}

#h_top::after {
    clear: both;
    content: '';
    display: block;
}

#h_top .btn_orange {
    display: inline-block;
    margin-left: 5px;
    width: 166px;
}

#h_top .btn_orange a {
    background: #f9bc3d;
    border: 4px solid #fce9c2;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 2px 0;
    text-decoration: none;
    text-align: center;
}

#h_top .access_s {
    background: url(../images/icon_access_s.png) no-repeat 0 0;
    display: inline-block;
    padding-right: 10px;
    width: 12px;
    height: 16px;
    vertical-align: sub;
}

#h_top .contact_s {
    background: url(../images/icon_contact_s.png) no-repeat 0 0;
    display: inline-block;
    padding-right: 10px;
    width: 15px;
    height: 10px;
}

#h_top .btn_orange a:hover {
    background: #ffb00b;
}

#h_top .sp_menu {
    display: none;
}

#gnavi li {
    float: left;
    width: 16.66%;
    text-align: center;
}

#gnavi ul::after {
    clear: both;
    content: '';
    display: block;
}

#gnavi li a {
    color: #755410;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
}

#gnavi li a:hover {
    color: #b18d44;
}

#gnavi .icon {
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
}

#gnavi .top .icon {
    background: url(../images/icon_top.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
}

#gnavi .recommendation .icon {
    background: url(../images/icon_recommendation.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
}

#gnavi .school .icon {
    background: url(../images/icon_school.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

#gnavi .activity .icon {
    background: url(../images/icon_activity.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 30px;
}

#gnavi .access .icon {
    background: url(../images/icon_access.png) no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
}

#gnavi .faq .icon {
    background: url(../images/icon_faq.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 30px;
}

#gnavi .contact .icon {
    background: url(../images/icon_contact.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 28px;
}

#gnavi .link .icon {
    background: url(../images/icon_link.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 30px;
}

#gnavi_sp {
    display: none;
}

#breadcrumb {
    background: #fff;
    border-bottom: 1px solid #f4eee3;
    padding: 5px 0;
}

#breadcrumb li {
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 8px;
}

#main {
    padding: 50px 0 80px;
}

#main::after {
    clear: both;
    content: '';
    display: block;
}

.inner {
    margin: 0 auto;
    width: 1110px;
}

.page_title {
    background: url(../images/h1_dot.png) repeat-x left bottom;
    color: #755410;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.page_title p {
    font-size: 1.4rem;
}

.page_title .icon {
    margin-right: 10px;
    vertical-align: middle;
}

.page_subtitle {
    border-bottom: 5px solid #fee4ae;
    color: #f8ae12;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px;
}


/*--------------------------------------------------
 index
--------------------------------------------------*/

#index #mv {
    background: url(../images/mv.jpg) no-repeat center;
    background-size: cover;
    height: 600px;
}

#index .index_menu a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 10px 10px 110px;
}

#index .index_menu li {
    display: inline-block;
    margin: 0 20px 40px 0;
    width: 350px;
    height: 80px;
    border: 5px solid #fff;
    box-sizing: border-box;
    box-shadow: 5px 5px 0 #e5e5e5;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
    transition: All 0.3s ease;
    vertical-align: top;
}

#index .index_menu li:nth-child(3n) {
    margin-right: 0;
}

#index .index_menu .yellow {
    background: #fff5e0;
}

#index .index_menu .yellow:hover {
    border: 5px solid #f9bd3d;
}

#index .index_menu .blue {
    background: #dff7fd;
}

#index .index_menu .blue:hover {
    border: 5px solid #6ed2ec;
}

#index .index_menu .pink {
    background: #ffebee;
}

#index .index_menu .pink:hover {
    border: 5px solid #ff95a5;
}

#index .index_menu .menu {
    float: left;
    margin: -20px 0 0 -10px;
    width: 110px;
    height: 110px;
}

#index .index_menu .menu_reccomend {
    background: url(../images/menuicon_reccomend.png) no-repeat left 50%;
    display: block;
}

#index .index_menu .menu_school {
    background: url(../images/menuicon_school.png) no-repeat left 50%;
    display: block;
}

#index .index_menu .menu_access {
    background: url(../images/menuicon_access.png) no-repeat left 50%;
    display: block;
}

#index .index_menu .menu_activity {
    background: url(../images/menuicon_activity.png) no-repeat left 50%;
    display: block;
}

#index .index_menu .menu_faq {
    background: url(../images/menuicon_faq.png) no-repeat left 50%;
    display: block;
}

#index .index_menu .menu_contact {
    background: url(../images/menuicon_contact.png) no-repeat left 50%;
    display: block;
}

#index .index_menu .menu_bbs {
    background: url(../images/menuicon_bbs.png) no-repeat left 50%;
    display: block;
}

#index .index_menu .menu_blog {
    background: url(../images/menuicon_blog.png) no-repeat left 50%;
    display: block;
}

#index .index_menu .menu_link {
    background: url(../images/menuicon_link.png) no-repeat left 50%;
    display: block;
}

#index .news {
    background: url(../images/news_bg.png) repeat;
    box-sizing: border-box;
    padding: 50px 0 80px;
    width: 100%;
}

#index .index_title {
    margin-bottom: 30px;
    text-align: center;
}

#index .news .news_cont {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

#index .news .news_cont li {
    border-bottom: 1px dashed #6ed2ec;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#index .news .news_cont a {
    text-decoration: none;
}

#index .news .news_cont a:hover {
    text-decoration: underline;
}

#index .news .news_cont .tag {
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    padding: 2px 0;
    margin-right: 10px;
    width: 120px;
    text-align: center;
}

#index .news .news_cont .tag_blue {
    background: #6ed2ec;
}

#index .news .news_cont .tag_pink {
    background: #ff899b;
}

#index .news .news_cont .tag_green {
    background: #8bc24a;
}

#index .news .news_cont .tag_red {
    background: #de392c;
}

#index .news .news_cont .date {
    margin-right: 10px;
}

#index .news .more {
    text-align: right;
}

#index .about {
    background: #fef9e9 url(../images/about_bg.png) repeat 50%;
    padding: 50px 0 80px;
    width: 100%;
}

#index .about ul {
    margin: 0 auto;
    width: 900px;
}

#index .about li {
    margin-bottom: 30px;
}

#index .about ul img {
    margin-right: 10px;
    vertical-align: top;
}

#index .about .text {
    display: inline-block;
    width: 800px;
}

#index .about .title {
    color: #755410;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
}

#index .about .comment {
    color: #555555;
    font-size: 16px;
}


/*--------------------------------------------------
 recommendation
--------------------------------------------------*/

#recommendation .comment {
    margin: 0 auto;
    width: 800px;
}

#recommendation .comment p {
    margin-bottom: 30px;
}

#recommendation .comment .block {
    margin-bottom: 70px;
}

#recommendation .photo {
    margin-right: 50px;
}

#recommendation .icon_stone {
    vertical-align: sub;
    margin: 0 10px;
}

#recommendation .kounou {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px 50px 50px;
}

#recommendation .kounou .subtitle {
    color: #755410;
    font-weight: bold;
    margin: 40px 0 10px;
}


/*--------------------------------------------------
 school, activity
--------------------------------------------------*/

#school .block,
#activity .block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 50px;
    margin-bottom: 30px;
}

#school h3,
#activity h3 {
    display: table-cell;
    width: 300px;
    text-align: center;
    vertical-align: middle;
}

#school .item,
#activity .item {
    background: linear-gradient(transparent 50%, #ffd200 50%);
    color: #755410;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    padding: 0 10px;
}

#school .block .text,
#activity .block .text {
    display: table-cell;
    width: 750px;
}

#school .block table {
    border: 1px solid #a5d075;
    width: 100%;
}

#school .block table th {
    background: #82b24e;
    border-bottom: 1px solid #a5d075;
    color: #fff;
    padding: 10px;
    width: 40%;
    text-align: center;
    vertical-align: middle;
}

#school .block table td {
    background: #f4fdeb;
    border-bottom: 1px solid #a5d075;
    padding: 10px;
    vertical-align: middle;
}

#school .school_inside {
    text-align: center;
}

#school .school_inside div {
    display: inline-block;
    margin: 0 15px;
}


/*--------------------------------------------------
 access
--------------------------------------------------*/

.map img {
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.googlemap a {
    background: #f9bc3d;
    border: 4px solid #fce9c2;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 0;
    text-decoration: none;
    text-align: center;
}

.googlemap a:hover {
    background: #ffb00b;
}

.access {
    width: 456px;
}

.access dl {
    margin-bottom: 30px;
}

.access dt {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 80px;
}

.access dd {
    display: inline-block;
    vertical-align: top;
}

.access ol {
    margin-bottom: 20px;
}

.access li {
    text-indent: -2em;
    margin-left: 2em;
}

#access .access_area {
    margin-bottom: 50px;
}

#access .photo_area img {
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

#access .phto_blcok {
    float: left;
    margin-left: 30px;
    width: 255px;
}

#access .phto_blcok:first-child {
    margin-left: 0;
}


/*--------------------------------------------------
 faq
--------------------------------------------------*/

#faq .question_block {
    background: #fff;
    box-sizing: border-box;
    border: 5px solid #c4dd99;
    line-height: 2;
    padding: 30px;
    margin-bottom: 50px;
}

#faq .answer_block {
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    margin-bottom: 50px;
}

#faq .answer_block .q {
    background: #8bc24a;
    border-radius: 75%;
    color: #fff;
    display: inline-block;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    margin-right: 10px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(102, 102, 102, 0.2);
    line-height: 50px;
    width: 50px;
    height: 50px;
}

#faq .answer_block .question {
    border-bottom: 1px solid #eadfcb;
    color: #f9bc3d;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


/*--------------------------------------------------
 link
--------------------------------------------------*/

#link .link_block {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    line-height: 2;
    padding: 30px;
}

#link .link_block .icon {
    margin-right: 10px;
}


/*--------------------------------------------------
 contact
--------------------------------------------------*/

#contact #step2,
#contact #step3 {
    display: none;
}

#contact .form {
    margin: 0 auto;
    width: 800px;
}

#contact .form dl {
    margin-bottom: 30px;
}

#contact .form dt {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
}

#contact .form dd {
    display: inline-block;
    vertical-align: middle;
    width: 73%;
}

#contact .form .required {
    background: #ff899b;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: 1px 6px;
    margin-left: 10px;
}

.btn_area {
    text-align: center;
}

.btn_next {
    background: #f9bd3d;
    box-shadow: 0 1px 5px #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 60px;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn_next:hover {
    background: #ffce67;
}

.btn_back {
    background: #999;
    box-shadow: 0 1px 5px #ccc;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 14px 60px;
    margin: 0 10px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.btn_back:hover {
    background: #aaa;
}


/*--------------------------------------------------
 footer
--------------------------------------------------*/

footer {
    background: #f9bc3d;
    color: #755410;
    font-size: 1.3rem;
    padding: 40px 0;
}

footer .address {
    border-top: 1px solid #d0971f;
    color: #fff;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
}

footer .ftop::after {
    clear: both;
    content: '';
    display: block;
}

footer .ftop .pull_left {
    margin-right: 50px;
}

footer .fmenu {
    float: left;
}

footer .fmenu ul {
    float: left;
    margin: 0 40px;
}

footer .fmenu li::before {
    content: '▶';
    padding-right: 5px;
}

footer .fmenu a {
    color: #755410;
}


/*--------------------------------------------------
 mobile
--------------------------------------------------*/

@media screen and (max-width: 640px) {
    .inner {
        width: 100%;
    }
    img.sp100 {
        width: 100%;
    }
    header {
        box-sizing: border-box;
        padding: 10px 20px;
        position: fixed;
        width: 100%;
    }
    #h_top .pull_left {
        height: 50px;
    }
    #h_top .pull_left img {
        height: 100%;
    }
    #h_top .btn {
        display: none;
    }
    #h_top .sp_menu {
        display: block;
    }
    #breadcrumb ul {
        padding: 0 10px;
    }
    .sp_open,
    .sp_close {
        width: 50px;
        height: 50px;
    }
    .sp_open img,
    .sp_close img {
        width: 100%
    }
    .sp_menu .close {
        display: none;
    }
    #gnavi {
        display: none;
    }
    #gnavi_sp.open {
        opacity: 1;
        visibility: visible;
        height: calc(100vh - 61px);
        overflow: auto;
    }
    #gnavi_sp {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
        padding: 0 2%;
        box-sizing: border-box;
        background: rgb(254, 253, 252);
        height: 0;
        top: 70px;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
    #gnavi_sp ul li {
        border-bottom: 1px solid #e2dcce;
    }
    #gnavi_sp ul li a {
        text-decoration: none;
        font-size: 16px;
        padding: 10px 0;
        box-sizing: border-box;
        position: relative;
        display: block;
    }
    #breadcrumb {
        padding-top: 80px;
    }
    #main {
        padding: 50px 20px 80px;
    }
    #index {
        padding-top: 70px;
    }
    #index #main {
        display: none;
    }
    #index #mv {
        background-size: 200%;
        height: 250px;
    }
    #index .index_menu {
        display: none;
    }
    #index .index_menu li {
        margin: 0 20px 20px 0;
        width: 100%;
    }
    #index .index_menu .menu_reccomend,
    #index .index_menu .menu_school,
    #index .index_menu .menu_access,
    #index .index_menu .menu_activity,
    #index .index_menu .menu_faq,
    #index .index_menu .menu_contact,
    #index .index_menu .menu_bbs,
    #index .index_menu .menu_blog,
    #index .index_menu .menu_link {
        background-size: 90%;
    }
    #index .index_menu .menu {
        width: 90px;
    }
    #index .index_menu a {
        padding: 10px 10px 10px 80px;
    }
    #index .news {
        padding: 50px 20px 80px;
    }
    #index .about {
        box-sizing: border-box;
        padding: 50px 20px 80px
    }
    #index .about ul {
        width: 100%;
    }
    #index .about .text {
        width: 70%;
    }
    #recommendation .comment {
        width: 100%;
    }
    #school .block,
    #activity .block {
        padding: 20px;
    }
    #school h3,
    #activity h3 {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    #school .block .text,
    #activity .block .text {
        display: block;
        width: 100%;
    }
    .access {
        width: 100%;
    }
    #access .phto_blcok,
    #access .phto_blcok:first-child {
        float: none;
        margin: 0 auto;
    }
    #faq .answer_block {
        padding: 20px;
    }
    #faq .answer_block .question {
        line-height: 1.5;
    }
    #contact .form {
        width: 100%;
    }
    #contact .form dt,
    #contact .form dd {
        width: 100%;
    }
    footer .fmenu {
        display: none;
    }
    footer .ftop .pull_left {
        float: none !important;
        margin: 0 auto;
        text-align: center;
    }
}