@charset "UTF-8"; /*
Template:sparkling
Theme Name:sparkling_child
*/
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
}

h1 {
    margin: 0!important;
}

.bold {
    font-weight: 600;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb5em {
    margin-bottom: 5em!important;
}

.mb10em {
    margin-bottom: 10em;
}

a:link {
    text-decoration: none;
    color: #313131;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #ccc;
}

a:active {
    color: #fff;
}

.page-h2 {
    font-size: 24px;
    margin: 21px 0 30px;
    color: #003686;
    border-bottom: #003686 1px solid;
    padding-bottom: 7px;
}

.page-h2 {
    font-size: 24px;
    margin: 21px 0 30px;
    color: #000;
    border-bottom: 2px solid #b3b3b3;
    width: 100%;
    padding-bottom: 8px;
}

.page-h2:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 38%;
    border-bottom: 2px solid #246CA6;
    padding-bottom: 8px;
}

.rec h3 {
    font-size: 1.6em!important;
    color: #808080!important;
    font-weight: 500!important;
    border-bottom: #808080 2px solid;
}

.hr {
    border-bottom: 2px solid #af1f24;
    width: 100%;
    padding-bottom: 0.4em;
}

.hr:after {
    content: "";
    display: block;
    overflow: hidden;
    position: absolute;
    width: 24%;
    border-bottom: 2px solid #000;
    padding-bottom: 0.4em;
}

.entry-content h3 {
    color: #898989!important;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.6;
}

.rec dl {
    border-bottom: 2px solid #B3B3B3;
    width: 100%;
    padding-top: 0.2em;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.rec dl:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 22%;
    border-bottom: 2px solid #BAE3F9;
}

.rec dt {
    clear: left;
    float: left;
    width: 25%;
    font-weight: 500;
    color: #000;
}

.rec dd {
    margin: 0 0 0.8em 25%;
}

.od1 {
    order: 1;
}

.od2 {
    order: 2;
}

.sp_only {
    display: none;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1100px;
    }
}

@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    body {
        font-size: 14px;
    }

    .rec dl:after {
        left: 1em;
        width: 23%;
    }

    .page-h3:after {
        left: 1em;
        width: 23%;
    }

    .privacy p {
        font-size: 0.8em;
    }

    .mb30 {
        margin-bottom: 0;
    }

    .mb5em {
        margin-bottom: 2em;
    }

    .page-h2 {
        text-align: center;
    }
}

/*==========================
ヘッダー
===========================*/
.navbar.navbar-default {
    border-radius: 0px!important;
}

#logo img {
    width: 300px;
    padding: 20px 0;
}

.navbar.navbar-default {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
}

.navbar-header {
    margin: 0 auto;
}

.navbar-collapse {
    padding: 0!important;
    border: none;
}

.navbar {
    border: none;
}

.navbar > .container .navbar-brand {
    font-size: 28px;
    margin: 0;
    padding: 15px 0;
}

.nav>li>a {
    padding: 0;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.navbar-nav {
    margin-right: 1em;
}

.navbar-nav > li {
    transition: 0.3s;
    padding: 20px 10px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 1.1em;
    font-weight: 500;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ccc!important;
}

.nav li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 0;
    height: 12px;
    margin-top: -6px;
    border-right: 1px solid #fff;
}

.nav li:last-child:before {
    border-right: none;
}

@media screen and (max-width: 1199px) {
    .navbar.navbar-default {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        padding: 0;
        margin: 0 auto!important;
    }

    .navbar.navbar-default {
        font-size: 12px;
    }

    #logo img {
        width: 210px;
        padding: 25px 0 0;
    }
}

@media screen and (max-width: 767px) {
    #logo img {
        width: 220px;
        padding: 10px 0 0;
    }

    .navbar-nav > li {
        transition: 0.3s;
        padding: 8px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 1.4em;
        font-weight: 600;
    }

    .navbar-default .navbar-nav > .active > a {
        border-bottom: none;
        transform: none;
    }

    .navbar-nav {
        width: 100%;
        display: block;
        transform: none;
    }

    .nav li:before {
        display: none;
    }

    .navbar-nav {
        margin: 0;
        padding: 30px 0;
    }
}

/*==========================
フッター
===========================*/
#colophon {
    border: none;
    padding: 2em 0;
}

footer img {
    width: 160px;
    margin: 1em auto;
}

#footer-area {
    text-align: center;
}

#footer-area p {
    margin: 0;
    font-size: 15px;
}

.footer-nav.nav {
    margin: 10px 0;
    font-size: 1em;
}

#footer-area nav a:hover {
    color: #ccc;
}

#footer-area p.copy {
    font-size: 0.7em;
    background: #000;
    padding: 2em 0;
    color: #fff;
}

.footer_btn a {
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 0.2em 2.5em;
    display: inline-block;
    margin-bottom: 3em;
}

.footer_btn a:hover {
    color: #003686!important;
    background-color: #fff;
}

#footer-area .site-info nav ul li:last-child {
    display: none;
}

#footer-area .site-info nav ul li:nth-last-child(2):before {
    border-right: none;
}

#footer-area .site-info nav ul li:last-child {
    display: none;
}

a.btn_rec {
    display: inline-block;
    font-weight: 600;
    padding: 5px 2em;
    margin: 1em 0;
    border: 2px #fff solid;
    color: #fff!important;
    font-size: 1.2em;
}

a.btn_rec:hover {
    background-color: #fff!important;
    text-decoration: none;
    color: #003686!important;
}

@media screen and (max-width: 767px) {
    .footer-nav.nav {
        margin: 10px 0;
        float: none;
        font-size: 1em;
    }
}

/*==========================
右サイドバー
===========================*/
.well {
    min-height: 20px;
    padding: 23px 6%;
    margin-bottom: 20px;
    margin-top: 13px;
    border: none;
    background-color: inherit;
    box-shadow: none;
}

#secondary .widget > h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    border-bottom: #000 2px solid;
    padding-bottom: 7px;
    font-weight: 500;
    text-transform: none;
}

#secondary .widget a {
    color: #313131;
}

#secondary .widget a:hover {
    color: #ccc!important;
}

.widget ul {
    padding: 0;
    line-height: 18px;
    font-size: 16px;
}

.widget ul li {
    list-style: none;
    border-bottom: 1px #999 dashed;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-top: 10px;
    background: url(img/list02.png) no-repeat;
    background-position: 10px;
    color: #313131;
}

.widget_nav_menu ul li a {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

#secondary #menu-menu-1 li:nth-last-child(2) {
    display: none;
}

#text-7 .textwidget {
    color: #313131;
    text-align: center;
}

#text-7 .textwidget span {
    color: #005752;
    font-size: 1.4em;
}

#text-3 img {
    padding: 0.8em 0;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.side_map iframe {
    height: 300px;
}

.well p {
    text-align: left;
    color: #313131;
    font-size: 0.9em;
}

.side-btn {
    margin: 1.5em auto;
    width: 100%;
    max-width: 450px;
}

.side-btn img {
    display: block;
    width: 100%;
}

.side-btn p {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.5;
}

.side-btn p span {
    font-size: 0.7em;
}

#text-3 img {
    transition: 0.3s;
    text-align: center;
}

#text-3 img:hover {
    filter: brightness(120%);
    transition: 0.3s;
}

@media screen and (max-width: 992px) {
    #secondary .widget {
        margin-bottom: 30px;
    }

    .well p {
        text-align: center;
    }
}

/*==========================
左コンテンツ
===========================*/
.entry-content {
    margin: 17px 0;
}

.entry-content ul {
    padding: 0 0 1em;
}

.entry-content li {
    display: inline-block;
}

.entry-content li:before {
    content: "・";
}

.entry-content li:after {
    content: "　";
}

.post-inner-content:first-child {
    border-top: none;
}

.list:before {
    content: "■";
}

.list02:before {
    content: "▶︎";
    color: #003686;
}

.price {
    margin: 1em 0;
}

.post-inner-content {
    padding: 0 1em;
    background-color: inherit;
    border: none;
}

h1.page-title {
    font-size: 20px!important;
    color: #999!important;
    font-weight: 600;
}

.page-header {
    font-size: 20px;
    margin-bottom: 30px;
    color: #999;
    border-bottom: #999 2px solid;
    padding-bottom: 10px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .entry-content {
        margin: 20px 0;
    }
}

/*==========================
投稿ページ
===========================*/
.entry-meta {
    margin-bottom: 0px;
}

.entry-title {
    font-size: 20px;
    margin: 50px 0 10px;
    color: #999!important;
    font-weight: 600;
}

.entry-title a {
    color: #000;
}

.entry-title a:hover {
    color: #bababa;
}

/*==========================
補正
===========================*/
#secondary .widget > h3 {
    padding-top: 3px;
}

.post-inner-content {
    padding: 0 0 2em;
}

body.archive .post-inner-content {
    border-top: none;
}

.entry-content .pr {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.entry-content .pr .box {
    padding: 1em;
}

.entry-content .pr .box img {
    width: 100%;
    transition: 0.3s;
}

.entry-content .pr .box img:hover {
    filter: brightness(120%);
    transition: 0.3s;
}

#recent-posts-2.widget {
    margin-bottom: 0!important;
}

#text-6 {
    text-align: right!important;
}

#text-6 p {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8em;
}

@media screen and (max-width: 767px) {
    .entry-content dl {
        font-size: 0.8em;
    }

    .navbar-toggle {
        margin: 13px 8px 10px;
    }

    .main-content-area {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    .entry-content .pr {
        display: block;
    }
}

/*==========================
コンタクトフォーム
===========================*/
#contact .page-h2:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 35%;
    transform: translateX(-12px);
    border-bottom: #fff 1px solid;
}

#contact p {
    font-size: 0.9em;
    margin: 0;
}

.form_t {
    color: #000;
    font-size: 1em;
    width: 200px;
    font-weight: 500;
    display: inline-block;
    background-color: #BAE3F9;
    padding: 1.5em 0 1.5em 0.8em;
}

.area {
    height: 365px;
    padding-right: 2em;
}

.area textarea {
    margin: 1em 0;
    height: 240px;
}

.form_t small {
    color: #c1272d;
    font-size: 0.7em;
    padding-left: 0.6em;
}

.note {
    font-size: 0.8em;
    line-height: 1.6!important;
}

.wpcf7-text, .your-message {
    font-size: 1.2em;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

label {
    margin-bottom: 0;
    font-weight: 500!important;
}

label .half {
    width: 140px;
}

label .half_f {
    width: 180px;
}

.wpcf7-form-control-wrap {
    padding-left: 1.5em;
}

label .short {
    width: 100px;
}

label .long {
    width: 420px;
}

label p {
    margin: 0;
}

form p {
    background-color: #EAF6FB;
}

.ml1 {
    margin-left: 1em;
}

.ml2 {
    margin-left: 2em;
}

.wpcf7-form p {
    margin-bottom: 1px;
}

.sub-btn {
    margin: 2em auto;
    padding: 0.5em 2em;
    color: #fff!important;
    background-color: #246CA6!important;
    font-size: 1.2em!important;
    border: 0!important;
    border-radius: 10px;
    text-align: center;
}

.send {
    text-align: center;
    margin: 0 auto;
}

.send input {
    transition: 0.3s;
}

.send input:hover {
    filter: brightness(120%);
    transition: 0.3s;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 1px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #29abe2;
    color: #29abe2;
}

span.wpcf7-list-item {
    margin: 0 0 0 3em;
}

textarea#area {
    margin: 18px 0 0 -5px;
}

@media screen and (min-width: 992px) {
    label .half {
        width: 140px;
    }

    label .half_f {
        width: 180px;
    }

    label .long {
        width: 385px;
    }
}

@media screen and (max-width: 768px) {
    #post-28 header h1 {
        text-align: center;
        font-size: 1.4em;
    }

    #contact p {
        font-size: 16px;
        margin: 0 0 1.5em;
    }

    .form_t {
        font-size: 16px;
        width: 100%;
        padding: 0.5em;
    }

    label {
        display: block;
    }

    label .half {
        width: 100%;
        margin: 0;
    }

    label .half_f {
        width: 100%;
    }

    label .long {
        width: 100%;
    }

    .area {
        height: inherit;
    }

    .form_t {
        font-size: 1.2em;
        width: inherit;
        display: block;
        margin: 1em 0 0;
    }

    .ml1 {
        margin-left: 0;
    }

    .ml2 {
        margin-left: 0;
    }

    .wpcf7-form-control-wrap {
        padding: 0;
    }

    span.wpcf7-list-item {
        margin: 0 0 0 2em;
    }
	
	textarea#area {
    margin: 0;
}
}