@charset "UTF-8";
/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */
/* var base = 12;
 var to = 72;
 for (var i = 10; i<=to; i++) {
    var p = Math.ceil(i/base*100);
    console.log("$px"+i+":"+p+"%;");
 } */
/* var base = 640;
 var to = 740;
 for (var i = 10; i<=to; i = i + 5) {
    var p = Math.ceil(i/base*100);
    console.log("$pe"+i+"px"+":"+p+"%;");
 } */
/*複数行...*/
/*.lineclamp {
  line-height: 1.5;
  height: 4.1em;
  position: relative;
  padding-right: 1em;
  overflow: hidden;
}*/
/*.lineclamp:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 1em;
}*/
html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4, h5,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot,
input, textarea, label {
    margin: 0;
    padding: 0; }

h1, h2, h3, h4, h5, strong {
    font-weight: normal; }

ul {
    list-style: none; }

a {
    text-decoration: none;
    color: #121212; }
a:visited {
    /*color:rgba(199,187,207,0.8)!important;*/ }
a:active {
    background-color: rgba(0, 0, 0, 0.5); }

a:hover {
    opacity: 0.7;
    -webkit-transition: all .6s;
    transition: 0.6s; }

html {
    width: 100%;
    height: 100%; }

body {
    min-width: 1100px;
    height: 100%;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    color: #121212;
    background: #fff;
    font-family: Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif; }


* {
    box-sizing: border-box; }

address {
    font-style: normal; }

.mb0 {
    margin-bottom: 0px !important; }

.mb1p {
    margin-bottom: 1% !important; }

.btnone {
    border-top: none !important; }

.bbnone {
    border-bottom: none !important; }

.w100p {
    width: 100% !important; }

.tac {
    text-align: center; }

.vat {
    vertical-align: top; }

.fl {
    float: left; }

.fr {
    float: right; }

/* table */
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: separate; }

.chrome table {
    border-collapse: collapse; }

@-moz-document url-prefix() {
    table {
        border-collapse: separate; } }
.apnone {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -o-appearance: none; }

/* googlemap */
#gmap {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    border: 1px solid #000; }
#gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/* svg */
#svg_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }

.svg_wrap {
    position: relative; }

/* *******************************
 * header
 * *******************************/
.header .inner .slider_top .bx-wrapper {
    width: 100%;
    height: 500px;
    margin: 0 auto; 
}
.header .inner .slider_top .bx-wrapper .bx-viewport {
    height: 500px !important; 
    width:1100px;
}
.header .inner .mod1 {
    position: relative;
    color: #786756;
    font-size: 100%;
    line-height: 225%;
    text-align: right; 
}
/*.header .inner .mod1 .logo {
    position: absolute;
    bottom: 0;
    left: 147px;
    width: 215px;
    /* height: 72px; */
    /*margin: 0 0 5px 0;
}
.header .g_nav {
    background: url("../img/header/bg_gnav.png") repeat-x; }
.header .g_nav .inner {
    position: relative; 
    width:1100px;
}
.header .g_nav .inner ul {
    width: 966px;
    float: right; }
.header .g_nav .inner ul li {
    float: left;
    background: url("../img/header/line_nav.png") no-repeat; 
    padding:0 36px;
}
.header .g_nav .inner ul li a {
    display: block;
    background: url("../img/header/nav_verti.png") no-repeat;
    width: 107px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%; }
.header .g_nav .inner ul .nav1 {
    background: none; }
.header .g_nav .inner ul .nav1 a {
    width: 91px; }
.header .g_nav .inner ul .nav2 a {
    width: 180px;
    background-position: 0 -50px; }
.header .g_nav .inner ul .nav3 a {
    width: 144px;
    background-position: 0 -100px; }
.header .g_nav .inner ul .nav4 a {
    width: 129px;
    background-position: 0 -150px; }
.header .g_nav .inner ul .nav5 a {
    width: 89px;
    background-position: 0 -200px; }
.header .g_nav .inner ul .nav6 a {
    background-position: 0 -250px; }
.header .g_nav .inner ul .nav7 a {
    background-position: 0 -300px; }
.header .g_nav .inner ul .nav8 a {
    width: 110px;
    background-position: 0 -350px; }
/*
.header .g_nav .inner .icon_dog {
    position: absolute;
    bottom: -23px;
    height: 129px;
    left: -40px;
}
*/

#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10; }

/* *******************************
 * footer
 * *******************************/
/*.footer {
    background: #766c61;
    padding: 3% 0 0.5% 0; }

.footer .flogo {
    display: inline-block; }
*/
/*
.footer .f_nav {
    display: inline-block;
    width: 72%;
    font-size: 117%;
    text-align: center;
    float: right; }
.footer .f_nav li {
    border-right: 1px solid #fff;
    float: left;
    padding: 0 2%;
    margin: 0 0 2% 0; }
.footer .f_nav li a {
    display: inline-block;
    color: #fff; }
.footer .f_nav .nav1, .footer .f_nav .nav8 {
    border-left: 1px solid #fff; }
.footer .f_nav{
    color: #fff;
}
.footer .copyr {
    font-size: 100%;
    color: #fff;
    line-height: 175%;
    text-align: center;
    padding: 3.5% 0 0 0; }
.footer .copyr a {
    color: #fff; }
*/
/* *******************************
 * common
 * *******************************/
.wrap {
    width: 100%;
    overflow: hidden; }

.main {
    height: auto;
    padding: 0 0 3% 0; }

.diin {
    display: inline-block; }

.c_blue {
    color: #1e00ff; }
.c_blue a {
    color: #1e00ff; }

.c_red {
    color: #fe0303; }
.c_red a {
    color: #fe0303; }

.more {
    font-size: 125%;
    padding: 0 4%;
    line-height: 200%; }
.more a {
    color: #fff; }

.slidep_btn {
    cursor: pointer; }

.slidep_c {
    display: none; }

.t {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", arial, helvetica, sans-serif; }

.t {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif; }

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

.i {
    margin: 0 2.5%; }

.a {
    max-width: 100%;
    height: auto; }

.imgbox {
    overflow: hidden; }
.imgbox img {
    max-width: 100%;
    height: auto; }

.h {
    font-size: 0; }

.contact .require {
    background: #ff0000;
    color: #fff;
    text-align: center;
    padding: 0 1%;
    font-size: 84%; }

.contact .any {
    background: #00736d;
    color: #fff;
    text-align: center;
    padding: 3px 1%;
    font-size: 84%; }

/* popup featherlight */
.featherlight-content {
    width: 85%; }
.featherlight-content .event_imgbox img {
    width: 100%; }

/* input */
input[type="text"], input[type="email"], input[type="tel"],
textarea, select {
    width: 95%;
    border: 1px solid #362e2b;
    background: #eee;
    padding: 1%;
    font-size: 167%;
    vertical-align: middle; }

input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer !important;
    border: 0 none; }

input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    border: none; }

.at {
    font-size: 200%;
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 1px; }
.at input[type="checkbox"]:checked {
    left: -8px; }

.at label,
.checkbox label,
.radio label {
    cursor: pointer; }

.contact_t {
    border: 1px solid #000;
    border-top: none;
    margin: 0 0 1% 0; }
.contact_t .t_title {
    background: #eee;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 200%;
    font-weight: bold;
    text-align: left;
    padding: 3%; }
.contact_t .t_title .s_txt {
    font-weight: normal; }
.contact_t .t_title .require, .contact_t .t_title .any {
    font-weight: normal;
    margin: 0 3% 0 0; }
.contact_t .d_input {
    font-size: 184%;
    padding: 2% 3%; }
.contact_t .d_input .title {
    display: block; }
.contact_t .d_input .base_txt {
    font-size: 100%; }
.contact_t .d_input .ca_txt {
    color: #08024f; }
.contact_t .d_input .rtxt {
    display: inline-block;
    padding: 0 0 0 5%; }
.contact_t .d_input .c_blue {
    color: #1e00ff; }
.contact_t .d_input input[type="text"],
.contact_t .d_input input[type="email"],
.contact_t .d_input textarea, .contact_t .d_input select {
    border: 1px solid #000;
    margin: 0 0 4% 0;
    width: 100%; }
.contact_t .d_input textarea {
    width: 100%; }
.contact_t .d_input .zip input {
    width: 24%; }
.contact_t .d_input .add select {
    width: 64.5%; }
.contact_t .d_input .zip31, .contact_t .d_input .zip32, .contact_t .d_input .zip41, .contact_t .d_input .zip42 {
    margin: 0 8px; }
.contact_t .d_input .zip32 {
    width: 125px; }
.contact_t .radio .wpcf7-list-item {
    display: inline-block;
    width: 45%;
    margin: 1.5% 0;
    vertical-align: top; }
.contact_t .name input[type="text"] {
    width: 46.5%; }
.contact_t .s_tarea {
    height: 100px; }

.vat th {
    vertical-align: top; }

.btn_grey {
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 200%;
    color: #777777;
    line-height: 55px; }

/* *******************************
 * top
 * *******************************/
.top {
    width: 100%; }
.top .top_htb .mnav li {
    float: left;
    width: 25%;
    line-height: 50px;
    background: #B59980;
    text-align: center;
    font-size: 20px;
    font-family: 'yumin';
    padding: 1px;
    border: 1px solid #fff;
    font-family:YuMincho, "游明朝", Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.top .top_htb .mnav li a{
    color:#fff;
    display: block;
}
.top .top_htb .inhtb {
    position: relative;
    height: 400px; }
.top .top_htb .inhtb .bg_htb {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3% 0 0 0; }

.top .top_castella, .top .top_cafe, .top .top_pethotel2, .top .top_school2 {
    padding: 0 0 2% 0; }
.top .top_castella .left, .top .top_castella .right, .top .top_cafe .left, .top .top_cafe .right, .top .top_pethotel2 .left, .top .top_pethotel2 .right, .top .top_school2 .left, .top .top_school2 .right {
    display: inline-block; }
.top .top_castella .left, .top .top_cafe .left, .top .top_pethotel2 .left, .top .top_school2 .left {
    width: 65%; }
.top .top_castella .left .txt, .top .top_castella .left .icon, .top .top_cafe .left .txt, .top .top_cafe .left .icon, .top .top_pethotel2 .left .txt, .top .top_pethotel2 .left .icon, .top .top_school2 .left .txt, .top .top_school2 .left .icon,.top_castella .box{
    display: inline-block;
    vertical-align: top; }
.top .top_castella .right, .top .top_cafe .right, .top .top_pethotel2 .right, .top .top_school2 .right {
    position: relative;
    width: 34%;
    vertical-align: top; }
.top .top_castella {
    padding: 0 0 3% 0; }
.top .top_castella .right {
    padding: 2% 0 0 0; }
.top .top_castella .right .icon {
    position: absolute;
    left: -10%;
    bottom: 70%;
}
.top .top_castella .circle img{
    width:28%;
    margin:10px 10px 10px 0;
    border-radius:50%;
}
.top .top_castella .small_txt{
    font-size:16px;
}
.top .top_dogrun {
    background: url("../img/bg_dogrun.jpg");
    background-position: 50% 0; }
.top .top_dogrun .in_box .txt {
    width: 61%;
    line-height: 175%; }
.top .top_cafe .left .txt {
    width: 82%; }
.top .top_cafe .left .txt span{
    display:inline-block;
    width:40%;
    margin:0 1%;
}
.top .top_cafe .right{
    margin:30px 0 0 0;
}
.top .top_cafe .left .txt span img{
    width:100%;
}
.top .top_cafe .left .icon {
    width: 17.2%; }
.top .top_pethotel {
    background: url("../img/bg_pethotel.jpg");
    background-position: 50% 0; }
/*.top .top_pethotel .in_box .txt {
    line-height: 175%; }*/
.top .top_pethotel .in_box .txt .btn {
    letter-spacing: -1.2px; }
.top .top_pethotel2 {
    padding: 0 0 2% 0; }
.top .top_pethotel2 .left .txt {
    width: 82%; }
.top .top_pethotel2 .left .icon {
    width: 17.2%; }
.top .top_school {
    background: url("../img/bg_school.jpg");
    background-position: 50% 0; }
.top .top_school .in_box .txt {
    /*
    width: 61%;
    line-height: 175%; */}
.top .top_school2 {
    padding: 0 0 2% 0; }
.top .top_school2 .left .txt {
    width: 98%; }
.top .top_school2 .right {
    text-align: center;
    margin: 5.5% 0 0 0; }

.top .top_shop {
    background: #fbecdc;
    height: auto;
    padding: 0 0 2% 0; }
.top .top_shop .inner .t_shop {
    padding: 3% 0; }
.top .top_shop .inner .shop_box {
    display: inline-block;
    color: #4a5d00;
    text-align: center;
    margin: 0 0.1%; }
.top .top_shop .inner .shop_box .name {
    font-size: 184%;
    font-weight: bold; 
    margin:5px 0 0 0;
}
.top .top_shop .inner .shop_box .add {
    font-size: 109%;
    padding: 0 0 3% 0; }
.top .top_shop .inner .first {
    margin-left: 0; }
.top .top_shop .inner .last {
    margin-right: 0; }

/* *******************************
 * free-learning
 * *******************************/
.freel .freelf_box {
    color: #282828;
    margin-bottom: 7%; }
.freel .freelf_box .freelf_inbox .freel_txt {
    font-size: 217%;
    color: #00b7ee; }
.freel .freelf_box .freelf_inbox .pdb15 {
    font-size: 184%;
    padding: 0 0 3% 0; }
.freel .freelf_box .freelf_inbox .submit {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 3% 0 5% 0; }
.freel .freelf_box .freelf_inbox input[type="submit"] {
    width: 62.5%;
    background: #7ecef4;
    padding: 3% 8.5%;
    margin: 0 0 0 5%;
    text-align: center;
    color: #fff;
    font-size: 220%;
    font-weight: bold; }
.freel .freelf_box .freel_form {
    border: 1px solid #000; }
.freel .freelf_box .freel_form .label_u {
    display: block;
    width: 100%;
    font-size: 167%;
    background: #7ecef4;
    padding: 3% 0 3% 2%; }
.freel .freelf_box .freel_form .require {
    display: inline-block;
    width: 60px;
    color: #fe0303;
    padding: 0 0 0 3%; }
.freel .freelf_box .freel_form .input_d {
    display: block;
    width: 100%;
    padding: 3% 0 3% 5%;
    font-size: 167%; }
.freel .freelf_box .freel_form .input_d input[type="text"] {
    width: 95%;
    text-align: left; }
.freel .freelf_box .freel_form .input_d .add1 select, .freel .freelf_box .freel_form .input_d .add1 input[type="text"], .freel .freelf_box .freel_form .input_d .add2 select, .freel .freelf_box .freel_form .input_d .add2 input[type="text"], .freel .freelf_box .freel_form .input_d .add3 select, .freel .freelf_box .freel_form .input_d .add3 input[type="text"] {
    margin: 0 1% 2% 0; }
.freel .freelf_box .freel_form .input_d .wpcf7-list-item-label {
    margin: 0 8% 0 0; }
.freel .freelf_box .freel_form .input_d .year, .freel .freelf_box .freel_form .input_d .month, .freel .freelf_box .freel_form .input_d .day, .freel .freelf_box .freel_form .input_d .syear {
    margin-right: 1%; }
.freel .freelf_box .freel_form .input_d .year select, .freel .freelf_box .freel_form .input_d .month select, .freel .freelf_box .freel_form .input_d .day select, .freel .freelf_box .freel_form .input_d .syear select {
    width: 26%; }
.freel .freelf_box .freel_form .input_d .month, .freel .freelf_box .freel_form .input_d .day {
    margin-left: 1%; }
.freel .freelf_box .freel_form .input_d .inname {
    margin: 0 1%; }
.freel .freelf_box .freel_form .input_d .w152 {
    width: 30% !important; }
.freel .freelf_box .freel_form .input_d .last span {
    margin: 0 !important; }

@media screen and (max-width: 587px) {
    body {
        font-size: 11px; } }
@media screen and (max-width: 570px) {
    body {
        font-size: 10px; } }
@media screen and (max-width: 520px) {
    body {
        font-size: 9.5px; } }
@media screen and (max-width: 460px) {
    body {
        font-size: 9px; } }
@media screen and (max-width: 454px) {
    body {
        font-size: 8.5px; } }
@media screen and (max-width: 427px) {
    body {
        font-size: 8px; } }
@media screen and (max-width: 414px) {
    body {
        font-size: 7.7px; } }
@media screen and (max-width: 375px) {
    body {
        font-size: 7px; } }
@media screen and (max-width: 347px) {
    body {
        font-size: 6.5px; } }
@media screen and (max-width: 320px) {
    body {
        font-size: 6px; }

    .freelearning_box {
        border: 6px solid #e5f9ff; } }

/*# sourceMappingURL=style.css.map */


.top_castella .box{
    width: 31.5%;
    margin: 0.4%;
    /*position: relative;
    height: 0;
    padding: 25% 0 0 0;
    overflow: hidden;*/
}
.top_castella .box img{
    width:100%;
    /*position:absolute;
    top:0;*/
}



#image-bloc {
    height: 440px;
}
.bx-viewport {
    overflow: visible!important;
}
.main-container { 
    overflow: hidden;
    padding-bottom: 150px;
}
.bxslider {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bxslider li {
    width: 1100px!important;
    margin: 0;
    padding: 0;
}


.bx-clone{
    /*filter:alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;*/
}
.bxslider ul{
    /*width:1100px!important;*/
}

