@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

th {
    width: 30%;
    border-collapse: collapse;
    border: 1px solid #cbccd1;
    text-align: left;
    padding: 10px 15px;
    background: #fafbfd;
    font-weight: normal;
    vertical-align: top;
}

td {
    width: 70%;
    border-collapse: collapse;
    border: 1px solid #cbccd1;
    padding: 10px 15px;
    text-align: left;
    background: #fff;
}

table.tc th {
    width: 70%;
    border-collapse: collapse;
    border: 1px solid #cbccd1;
    text-align: center;
    padding: 10px 15px;
    background: #fafbfd;
    font-weight: normal;
    vertical-align: top;
}

table.tc td {
    width: 30%;
    border-collapse: collapse;
    border: 1px solid #cbccd1;
    padding: 10px 15px;
    text-align: center;
    background: #fff;
}

table.profile th {
    width: 80px;
    border-collapse: collapse;
    text-align: left;
    font-weight: 500;
    padding: 0 0 5px 0;
    vertical-align: top;
    background: none;
    border: none;
}

table.profile td {
    width: auto;
    border-collapse: collapse;
    padding: 0 0 15px 0;
    border: none;
}

td p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 768px) {

th {
    width: 115px;
    font-size: 15px;
    padding: 10px;
}

td {
    width: auto;
    font-size: 15px;
}

table.profile th {
    width: 70px;
    font-size: 16px;
}

table.profile td {
    width: auto;
    font-size: 16px;
}

}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#contents {
    clear: both;
    width: 1200px;
    margin: 0 auto 30px;
    padding: 0 15px;
    text-align: left;
    height: auto !important;
    overflow: hidden;
}

#contents_main {
    clear: both;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    text-align: left;
    height: auto !important;
    overflow: hidden;
}

#contents:after,
#contents_main:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


@media screen and (max-width: 768px) {

#contents,
#contents_main {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 0;
}

}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

.more_btn a {
    width: 300px;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    background: #327fba;
    color: #fff !important;
    position: relative;
    margin: 10px auto 25px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 0 #116aae;
}

.more_btn a span {
    position: relative;
    z-index: 3;
    color: #fff;
}

.more_btn a:hover span {
    color:#fff;
}

.more_btn a::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/navi_icon.png) no-repeat;
    background-size: 8px;
    width: 8px;
    height: 12px;
    vertical-align: middle;
    z-index: 3;
    margin-right: 15px;
}

.more_btn a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #5397c8;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.more_btn a:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.more_btn a:active {
    top: 3px;
    box-shadow: none;
}


@media screen and (max-width: 768px) {

.more_btn a {
    width: 80%;
    max-width: 300px;
    margin: 30px auto 20px;
}

}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: 999;
    text-align: center;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    font-size: 12px;
    letter-spacing: 0;
    width: 99px;
    height: 99px;
    display: block;
}

#page-top:hover {
    text-decoration: none;
}


@media screen and (max-width: 768px) {

#page-top {
    background-size: 100%;
    position: fixed;
    bottom: 105px;
    right: 5px;
}

#page-top a {
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    width: 50px;
    height: 50px;
    display: block;
}

}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

.breadcrumbs {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #111;
    letter-spacing: 1px;
}

.breadcrumbs a.home i {
    padding: 0 3px 0 0 !important;
    color: #383838;
    position: relative;
    top: -1px;
}

.breadcrumbs i.breadcrumb-arrows {
    padding-left: 18px;
    position: relative;
}

.breadcrumbs i.breadcrumb-arrows::before {
    content: '';
    display: block;
    border-bottom: 1px solid #383838;
    border-right: 1px solid #383838;
    height: 7px;
    width: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
    transform: rotate(-45deg);
}

.breadcrumbs a:hover {
    color: #111;
    text-decoration: underline;
}


@media screen and (max-width: 768px) {

.breadcrumbs {
    display: none;
}

}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */

.contact_tel {
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0;
}

.contact_tel a {
    height: auto;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.contact_tel a:hover {
    text-decoration: none;
}

table#contact_form p {
    margin-bottom: 0;
}

table#contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

#contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

#contact_form tr {
    border-bottom: none;
}

#contact_form th {
    border-collapse: collapse;
    padding: 15px;
}

#contact_form td {
    padding: 15px 25px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    width: 100%;
    border: none;
    border: 1px solid #cbccd1;
    padding: 10px;
    font-size: 16px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

span.wpcf7-list-item {
    margin: 5px 25px 5px 0 !important;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="date"],
.wpcf7 form input[type="number"] {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: none;
    border: 1px solid #cbccd1;
    padding: 10px;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }

#contact_form select {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    border: none;
    border: 1px solid #cbccd1;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
}

.wpcf7 form lavel {
    width: 50%;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.wpcf7 form lavel:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    color: #666;
    position: absolute;
    line-height: 150%;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

#contact_form input[type="file"] {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    line-height: 150%;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="textarea"]:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
    border: 1px solid #a9a9a9;
    outline: none;
 }

#contact_form input[type="file"]:focus {
    border: 1px solid #a9a9a9;
    outline: none;
}

.wpcf7 form input[type="textarea"],
#contact_form input[type="submit"],
#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form input[type="checkbox"],
#contact_form input[type="radio"],
#contact_form input[type="image"],
#contact_form input[type="file"],
#contact_form textarea {
    outline:none;
}

input[type="submit"] {
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
}

div.wpcf7 .ajax-loader,
.wpcf7-spinner {
    display: none !important;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    color: #cc5589 !important;
    display: block;
    margin-top: 5px;
    font-size: 15px;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 0 40px!important;
    color: #cc5589 !important;
    border: none !important;
    text-align: center;
    font-size: 15px;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
    border: none !important;
    text-align: center;
}

.kome {
    font-size: 13px !important;
    padding-top: 5px;
    line-height: 150%;
    display: block;
}


@media screen and (max-width: 768px) {

.contact_tel {
    margin-bottom: 13px;
    font-size: 21px;
    line-height: 150%;
    letter-spacing: 0;
}

table#contact_form {
    margin-bottom: 0;
}

#contact_form tr {
    border: none;
}

#contact_form th {
    width: 100%;
    text-align: left;
    display: block;
    border: none;
}

#contact_form td {
    width: 100%;
    text-align: left;
    display: block;
    border: none;
    background: none;
    padding: 15px 0;
}

.wpcf7 form lavel {
    width: 100% !important;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form input[type="checkbox"] {
    top: -2px;
}

input[type="radio"] {
    width: auto;
    top: -2px;
}

.android #contact_form input[type="file"] {
    font-size: 12px;
}

#contact_form select {
    line-height: 34px;
    height: 34px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    text-indent: 5px;
    padding: 0 !important;
}

.wpcf7 form lavel::before {
    display: none;
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"] {
    width: auto;
    max-width: 100%;
}

.wpcf7-validation-errors {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
    width: 100%;
    max-width: 275px;
    line-height: 170%;
}

.android #contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    line-height: 10px;
    height: 34px;
}

}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    background: #e07aa7;
    color: #fff;
    display: inline-block;
    font-style: normal;
    margin-left: 5px;
    line-height: 100%;
    font-size: 12px;
    padding: 4px 8px;
}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

.submit {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 1px;
    padding: 15px 15px;
    border: none;
    width: 300px;
    height: 55px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    background: #327fba;
    color: #fff !important;
    position: relative;
    margin: 10px auto 20px;
    border-radius: 10px;
    z-index: 1;
    overflow: hidden;
    transition: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 0 #116aae;
}

.submit:hover {
    border: none;
    text-decoration: none;
}

.submit:active {
    top: 3px;
    box-shadow: none;
}

@media screen and (max-width: 768px) {

.submit {
    width: 80%;
    max-width: 300px;
}

}


/* -----------------------------------------------------------
	fancybox
----------------------------------------------------------- */

.fancybox-content {
    border: 10px solid #fff !important;
    margin: 0 40px !important;
}

.fancybox-close-small {
    width: 30px !important;
    height: 30px !important;
    background: rgba(30, 30, 30, .6) !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    opacity: 1 !important;
    padding: 1px !important;
    position: absolute !important;
    right: -25px !important;
    top: -25px !important;
}


@media (max-width: 768px) {

.fancybox-content {
    margin: 0 40px !important;
}

}


/* -----------------------------------------------------------
	hover.css
----------------------------------------------------------- */

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}



/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}