/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: #29819f;
}

a.defcolor {
    color: inherit;
}

a.defcolor:hover,
a:hover {
    color: #29439f;
    cursor: pointer;
}


a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
    display: block
}

ins {
    text-decoration: none
}

hr {
    border: 0;
    height: 1px
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-size: 7px;
    position: relative;
    top: -0.7em;
}

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}


picture,
picture img {
    display: inline-block
}

:focus:not(:focus-visible) {
    outline: none
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html,
body {
    width: 100%;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Meiryo", "メイリオ", sans-serif;
    line-height: 2;
    color: #21253d;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Meiryo", "メイリオ", sans-serif;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
}

.container .container {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 560px) {
    html body {
        font-size: 14px;
        padding: 0;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 11vw;
    }

    h3 {
        font-size: 7vw;
    }

    h4 {
        font-size: 5vw;
    }

    h6 {
        font-size: 18px;
    }
}

h1 {
    font-weight: 900
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

main {
    overflow: hidden;
}

.d-flex {
    display: flex;
}

@keyframes scroll {
    0% {
        width: 0
    }

    100% {
        width: 91px
    }
}

.circle {
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.blue {
    background-color: #009BE3
}


.pconly {
    display: inline-block
}

.sponly {
    display: none
}

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

    .sponly {
        display: inline-block
    }
}


img {
    max-width: 100%;
    height: auto;
}


button {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    font-weight: 700;
    color: #fff;
    background: #29819f;
    border-color: #29819f;
    border-radius: 3px;
    transition: all 0.3s;
}

button:hover {
    background: #1e576a;
}

.box {
    animation-fill-mode: forwards;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
#header {
    z-index: 100;
    transition: all .7s ease-out;
    position: fixed;
    right: 20px;
    top: 10px;
    transition: all .5s;

}

#header .wrapper {
    height: 100%;
    padding: 12px 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0;
}

#header .wrapper ul {
    display: block;
    width: 100%;
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    list-style: none;
}


#header .wrapper ul li {
    width: 6em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-backdrop-filter: saturate(1.8) blur(10px);
    backdrop-filter: saturate(1.8) blur(10px);
    -webkit-transition: all .5s;
    box-shadow: 0px 4px 4px 0px #0000001A;
    position: relative;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
}

#header .wrapper ul li:hover {
    background: #388ca898;
}

#header .wrapper ul li:first-child {
    border-radius: 12px 0 0 4px;
}

#header .wrapper ul li:last-child {
    border-right: 1px solid #fff;
    border-radius: 0 4px 12px 0;
}

#header.fixed .wrapper ul li {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff;
}

#header.fixed .wrapper ul li:hover {
    background: #388ca8;
}

#header.fixed .wrapper ul li:hover a {
    color: #fff;
}

#header.fixed .wrapper ul li:last-child {
    border-right: 1px solid #ccc;
}

#header .wrapper ul li a {
    font-size: 14px;
    height: 60px;
    padding: 20px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    transition: all .7s ease-out;
    display: inline-block;
    padding-top: 1em;
}

#header.fixed .wrapper ul li a {
    color: #444;
}

#menuarea {
    cursor: pointer;
}

#menu {
    width: 26px;
    height: 20px;
    position: relative;
    top: 35%;
    right: 12px;
    text-align: center;
    margin: 0 auto;
}

#menu span {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

#menu span i {
    width: inherit;
    height: 1.5px;
    display: inline-block;
    position: absolute;
    -webkit-transition: transform 100ms linear;
    transition: transform 100ms linear
}

#header #menu span i {
    background-color: #fff;
    transition: all .2s ease-out;
}


#header.fixed #menu span i {
    background-color: #a3a3a3;
}

#header.fixed .wrapper ul li:hover #menu span i {
    background-color: #fff;
}

body.open #header #menu {
    top: 35%;
}


#menu span i:nth-child(1) {
    top: 0px
}

#menu span i:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#menu span i:nth-child(3) {
    bottom: 0;
}

.open #menu span i {
    background-color: white;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.open #menu span i:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.open #menu span i:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0)
}

.open #menu span i:nth-child(2),
.open #menu span i:nth-child(3) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#submenu {
    opacity: 0;
    transform: translateX(15em);
    background: #fff;
    width: 10em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-backdrop-filter: saturate(1.8) blur(10px);
    backdrop-filter: saturate(1.8) blur(10px);
    -webkit-transition: all .5s;
    box-shadow: 0px 4px 4px 0px #0000001A;
    position: relative;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 70px;
    line-height: 40px;
    padding: 10px;
    transition: all .2s ease-out;
}

body.open #submenu {
    opacity: 1;
    transform: translateX(0em);
}

#submenu:before {
    content: "";
    position: absolute;
    top: -24px;
    right: 35px;
    margin-left: -13px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
}

#submenu:after {
    content: "";
    position: absolute;
    top: -28px;
    right: 33px;
    border: 14px solid transparent;
    border-bottom: 14px solid #ccc;
    z-index: 1;
}

@media screen and (min-width: 1001px) {
    #header .wrapper .site-logo {
        padding-left: 0;
        transition: all .7s ease-out;
    }
}


@media screen and (max-width: 560px) {
    #header {
        right: 2vw;
        top: auto;
        bottom: 2vw;
    }

    #header .wrapper ul li {
        width: 18vw;
    }

    #header .wrapper ul li a {
        font-size: 3.8vw;
        height: auto;
        padding: 2vw;
    }

    #menu {
        width: 6vw;
        height: 4vw;
        top: 4vw;
        right: 3vw;
    }

    #submenu {
        top: auto;
        bottom: 8vh;
        right: -6em;
    }

    body.open #submenu {
        right: 0em;
    }

    #submenu:before {
        top: auto;
        right: 16px;
        bottom: -10px;
        border-bottom: none;
        border-top: 12px solid #FFF;
    }

    #submenu:after {
        top: auto;
        right: 14px;
        bottom: -11px;
        border-bottom: none;
        border-top: 11px solid #ccc;
    }
}


.header {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}


/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    padding: 20px 0 40px 0;
    background: #f1f1f1;
    font-size: 0.9em;
}

.footer_link {
    display: block;
    margin: 0;
    padding: 0;
}

.footer_link li {
    list-style: none;
    float: left;
    margin: 0 20px 0 0;
}

.footer_link li a {
    color: #666;
}

.footer_link li a:hover {
    text-decoration: none;
    color: #29819f;
}

.copyright {
    float: right;
    font-family: "Meiryo", "メイリオ", sans-serif;
    color: #666;
}

@media screen and (max-width: 768px) {
    ul.footer_link {
        display: block;
        margin: 0;
        padding: 0 0 10px 0px;
        text-align: center;
    }

    .footer_link li {
        list-style: none;
        float: none;
        margin: 0 5px;
        display: inline;
    }

    .copyright {
        display: block;
        clear: both;
        padding: 0;
        float: none;
        text-align: center;
    }
}


/* --- Map --- */

.map {
    position: relative;
    margin: 0px;
    width: 100%;
    border: none;
}

.map_detail {
    position: relative;
    margin: 0px;
    width: 100%;
    margin-right: 10px;
    border: none;
    width: 100%;
    padding: 0;
}


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

    .map1 {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

.img-logo {
    /* max-height: 20%; max-height: 30%; */
    padding: 10px;
}

.company {
    line-height: 1.9;
}

.navbar-nav>li>a {
    padding: 5px 10px;
}

.navbar-nav>li {
    margin-top: 15px;
    padding: 0 3px;
    font-size: .95em;
}

img.thumbnail {
    max-height: 250px;
}

.modal .eng-txt {
    margin-left: 0em;
}

@media (max-width: 768px) {
    .company .text-right {
        text-align: left;
    }

    .company {
        line-height: 1.3;
    }

    .company .col-sm-3,
    .company .col-sm-4,
    .company .col-sm-8,
    .company .col-sm-9 {
        padding-left: 0px !important;
        width: 100% !important;
    }

    .company .col-md-5,
    .company .col-md-7 {
        padding-top: 10px;
    }

    .company .col-sm-3 {
        width: 100% !important;
    }

    .company .col-sm-9 {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .company .col-md-7 {
        padding-top: 20px;
    }

    .company .col-sm-3 {
        width: 33.33333333333333%;
    }

    .company .col-sm-9 {
        width: 66.66666666666666%;
    }
}

.back-top {
    display: block;
    color: white;
    padding: 2px 0 0 24px;
    text-decoration: none;
}

@media screen and (max-width: 560px) {
    .back-top {
        display: none;
        bottom: -30em;
    }
}

.map-info {
    width: 240px;
}

.map-info .map-logo {
    width: 70px;
    float: left;
}

.map-info .map-data {
    width: 170px;
    float: left;
}

.map-info address,
.map-info p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .map-info {
        width: 180px;
        text-align: center;
    }

    .map-info .map-data {
        width: 180px;
        margin-top: 10px
    }
}

.back-top {
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 10px;
    width: 34px;
    margin: 0;
    padding: 0;
}

.back-top span {
    display: block;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
}

.back-top span:hover {
    background: rgba(255, 255, 255, 1);
}

.back-top a {
    display: block;
    color: #FFF;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
}

@media screen and (max-width: 400px) {
    .bland-name {
        width: 70% !important;
    }

    .bland-name img {
        width: 100% !important;
    }
}

.navbar {
    -webkit-backdrop-filter: saturate(1.8) blur(10px);
    backdrop-filter: saturate(1.8) blur(10px);
    -webkit-transition: all .5s;
    transition: all .5s;
}


/* SVG */

.path {
    stroke: #fff;
    fill: none;
    stroke-width: 0.2px;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    -moz-animation: DASH 3s ease-in-out 1s forwards;
    -webkit-animation: DASH 3s ease-in-out 1s forwards;
    -o-animation: DASH 3s ease-in-out 1s forwards;
    animation: DASH 3s ease-in-out 1s forwards;
    -webkit-transition: all 1.3s ease-in-out;
    transition: all 1.3s ease-in-out;
}

@keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.1);
        stroke: rgba(255, 255, 255, 0.4);
    }

    100% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.6);
        stroke: rgba(255, 255, 255, 08);
    }
}

@-moz-keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.1);
        stroke: rgba(255, 255, 255, 0.4);
    }

    100% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.6);
        stroke: rgba(255, 255, 255, 08);
    }
}

@-webkit-keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.1);
        stroke: rgba(255, 255, 255, 0.4);
    }

    100% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.6);
        stroke: rgba(255, 255, 255, 08);
    }
}

@-o-keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.1);
        stroke: rgba(255, 255, 255, 0.4);
    }

    100% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.6);
        stroke: rgba(255, 255, 255, 08);
    }
}

@-ms-keyframes DASH {
    0% {
        stroke-dashoffset: 3000;
        fill: rgba(255, 255, 255, 0);
    }

    50% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.1);
        stroke: rgba(255, 255, 255, 0.4);
    }

    100% {
        stroke-dashoffset: 0;
        fill: rgba(244, 249, 255, 0.6);
        stroke: rgba(255, 255, 255, 08);
    }
}

#contents {
    padding-top: 20px;
    margin: 0 auto;
}



div.col-md-4.col-md-offset-4.text-center.cf {
    text-align: center;
    display: block;
    clear: both;
}

table:not(.ui-datepicker-calendar) {
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-collapse: collapse;
    width: 100%;
}

table:not(.ui-datepicker-calendar) th,
table:not(.ui-datepicker-calendar) td {
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 10px;
}

table th {
    background-color: #eee;
    text-align: left;

}

@media screen and (min-width: 601px) {
    table:not(.ui-datepicker-calendar) tr:nth-child(even) {
        background: #f4f4f4;
    }

    table:not(.ui-datepicker-calendar) th:nth-child(1) {
        width: 20%;
    }

    table:not(.ui-datepicker-calendar) th:nth-child(2) {
        width: 10%;
    }

    table:not(.ui-datepicker-calendar) th:nth-child(3) {
        width: 10%;
    }

    table:not(.ui-datepicker-calendar) th:nth-child(4) {
        width: 10%;
    }

    table:not(.ui-datepicker-calendar) th:nth-child(5) {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    table:not(.ui-datepicker-calendar) {
        border: none;
    }

    table:not(.ui-datepicker-calendar) thead {
        display: none;
    }

    table:not(.ui-datepicker-calendar) tr {
        border-top: 1px solid #d5d5d5;
        display: block;
        margin-bottom: 20px;
    }

    table:not(.ui-datepicker-calendar) th {
        display: block;
        border-right: 1px solid #d5d5d5;
    }

    table:not(.ui-datepicker-calendar) td {
        border-right: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        display: block;
        padding: 10px;
        text-align: left;
    }
}

table:not(.ui-datepicker-calendar) td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
}

.long-text {
    text-align: left !important;
}

.long-text:before {
    display: block;
    width: 100%;
}

table:not(.ui-datepicker-calendar) td:nth-child(odd) {
    background: #f4f4f4;
}


.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pt60 {
    padding-top: 60px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

span.must {
    color: #cc5040;
    font-size: .8em;
}

span.error {
    margin-bottom: 0px;
    display: block;
    color: #cc5040;
}

.subm,
.subm2,
.subm3 {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
}

.subm3 {
    z-index: 10;
}

.subm {
    z-index: 1;
}

.subm-box {
    position: relative;
    min-height: 5em;
}

.subm3 span {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    border: 0px;
    letter-spacing: 2px;
    outline: none;
    cursor: pointer;
    overflow: hidden;
    * zoom: 1;
    color: #fff !important;
    display: block;
    border-radius: 3px;
    padding: 8px;
    text-align: center;
}

.subm input,
.subm3 span {
    width: 200px;
}

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

    .subm input,
    .subm3 span {
        width: auto;
    }
}

.fix-btn,
.send-btn {
    float: left;
}

.confirm .fix-btn,
.confirm .send-btn {
    float: left;
}

.fix-btn {
    margin-right: 20px;
}

.send-btn:after {
    content: '';
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    margin-top: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px
}

.mw_wp_form_confirm .fix-btn:after {
    content: '';
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    margin-top: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    left: 15px
}


.confirm .subm3,
.error .subm3 {
    display: none
}

.confirm span.recruit {
    display: none
}

.subm,
.subm2 {
    overflow: hidden;
    * zoom: 1
}

input.btn.btn-warning,
input.btn.btn-primary {
    padding: 8px 40px;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed,
iframe,
object {
    max-width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}


/*--------------------------------------------------------------
Bolg
--------------------------------------------------------------*/
.search .entry-header {
    padding: 0px;
    margin: 0;
}

.search article {
    padding: 10px 0 !important;
    border-bottom: 1px dotted #ccc;
    margin: 10px 0;
}

.entry-thumb {
    width: 40%;
    margin-right: 5%;
    float: left;
    clear: both;
}

.entry-thumb-large img {
    width: 100%;
}

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

    .entry-thumb {
        width: 25%;
        margin-right: 3%;
    }
}

@media screen and (max-width: 560px) {
    footer {
        padding: 20px 0 60px 0;
    }
}

.hentry {
    padding-top: 20px;
}

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

article,
article {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}

#page article .entry-content a {
    color: #222;
    text-decoration: underline;
}

#page article a img:hover {
    opacity: 0.7;
}

#page article a:hover {
    color: #29819f;
}

.entry-thumb {
    margin-bottom: 0px;
}

#secondary {
    padding-bottom: 50px;
}

@media only screen and (max-width: 480px) {
    #secondary {
        background: #f6f6f6;
        overflow: hidden;
        padding-top: 30px;
    }

    .widget-area .widget {
        margin-bottom: 0px;
        padding-top: 30px;
    }

    h3.widget-title {
        border-bottom: 1px #949494 solid;
        margin-bottom: 20px !important;
        padding-bottom: 5px !important;
    }

    #secondary aside:last-child {
        padding-bottom: 30px
    }

    footer {
        border-top: #ccc solid 1px;
    }
}

.header-image {
    background: rgba(0, 0, 0, 0.1)url(../img/kv2.jpg);
    display: block;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 640px) {
    .header-image {
        background-position: bottom;
    }
}

.header-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 200px;
    content: '';
}


/* Blog */

.img-right {
    float: none;
}

@media screen and (min-width: 768px) {
    .img-right {
        float: right;
    }

    .img-left {
        float: left;
    }

    .img-left {
        width: 60%;
    }

    .img-right {
        width: 40%;
    }
}

.img-right img,
.img-left img {
    width: 100%;
}

.second ul {
    padding: 1em;
}

.second ul li {
    padding-bottom: .5em;
}

.second ul.toc_list li {
    padding-bottom: 0;
}

.static-page ol {
    margin-left: 0;
    padding-left: 1.5em;
}

.static-page ol li {
    margin-bottom: 10px;
}

.static-page section:nth-child(n+1) {
    margin-top: 40px;
    clear: both;
}

.text-center-imp {
    text-align: center !important
}


/*--------------------------------------------------------------
Aminme
--------------------------------------------------------------*/


.fadeInUp,
.fadeInDown {
    animation-delay: 0.7s;
    animation-duration: 1.5s;
}

.attention_note {
    font-weight: normal;
    font-size: 0.8em;
}



/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/
.btn-warning,
.btn-primary {
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff !important;
    background-color: #29819f;
    border-color: #2a7d9a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1e576a;
}

.btn-warning {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
}

.btn-warning:hover {
    color: #fff;
    background-color: rgb(67, 67, 67);
}

.w-btn {
    padding: 12px 100px;
}


.input-form .btn-primary.disabled,
.input-form .btn-primary.disabled:hover,
.input-form .btn-primary.disabled:active,
.input-form .btn-primary:disabled,
.input-form .btn-primary:disabled:hover {
    background-color: #999 !important;
    border-color: #999 !important;
    background-image: -webkit-linear-gradient(122deg, #999 0%, ##999 100%);
    cursor: pointer;
    background-image: linear-gradient(122deg, #999 0%, #999 100%);
    box-shadow: 0px;
}

.cus_radio {
    display: none;
}

.cus_radio+label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.cus_radio+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-radius: 50%;
}

.cus_radio:checked+label {
    color: #000;
    margin-bottom: 0;
}

.cus_radio:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #3681bc;
    border-radius: 50%;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0px !important;
}

#hb-form-1-privacy-policy,
#hb-form-1-terms-and-cond,
.cus_check {
    display: none;
}

.hb-terms-and-cond,
.hb-privacy-policy,
.mwform-checkbox-field-text {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
}

.hb-terms-and-cond::before,
.hb-privacy-policy::before,
.mwform-checkbox-field-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 4px;
}

#hb-form-1-privacy-policy:checked+.hb-privacy-policy,
#hb-form-1-terms-and-cond:checked+.hb-terms-and-cond,
.cus_check:checked+.mwform-checkbox-field-text {
    color: #000;
}

#hb-form-1-privacy-policy:checked+.hb-privacy-policy:after,
#hb-form-1-terms-and-cond:checked+.hb-terms-and-cond:after,
.cus_check:checked+.mwform-checkbox-field-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1e576a;
    border-right: 3px solid #1e576a;
}

div.privacy_policy {
    background: #eaeaea;
    margin: 0 0 20px;
    max-height: 8em;
    border: .82px solid #eee;
    border-radius: 5px;
    overflow: auto;
    text-align: left !important;
    padding: 12px;
    font-size: 10px
}

div.privacy_policy h2,
div.privacy_policy h3,
div.privacy_policy h4 {
    font-size: 12px;
    font-weight: bold;
    color: #555555;
    text-align: left;
}

div.privacy_policy h3:before,
div.privacy_policy h3:after {
    width: 0;
}

div.privacy_policy h3 {
    padding: 0;
    margin-top: 0;
}

.send-form .form-control.w50 {
    width: 48%;
    float: left;
}

.send-form .form-control.w50:nth-child(1) {
    margin-right: 4%;
}

.confirm-form .privacy_policy_check,
.confirm-form .privacy_policy {
    display: none;
}

.confirm-form .subm3 {
    display: none;
}

.send-form dt {
    position: relative;
}

.langs {
    padding: 4px 10px;
    border-radius: 10px;
    color: #c3c3c3;
    font-size: 10px;
    clear: both;
}

.langs.mul {
    background: rgba(7, 44, 130, 0.2)
}

.langs.jap {
    background: rgba(156, 23, 147, 0.2)
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}


/*--------------------------------------------------------------
Foot pages
--------------------------------------------------------------*/


#subpage table.tbl #this_top {
    pointer-events: none;
}

#subpage table.tbl td {
    text-align: left;
}

#subpage table.tbl th {
    background: #afa5b1;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
}

#subpage table.tbl tr td.last {
    border-bottom: 3px solid #fa2a8f;
}

#subpage table.tbl td {
    border: solid 1px #ccc;
    padding: 10px;
}

#subpage table.tbl {
    margin: 20px auto;
    width: 100%;
}

#subpage table.tbl td:first-child {
    background: #f1f5fb;
}

@media screen and (max-width: 640px) {
    #subpage table.tbl td:first-child {
        border: solid 1px #ccc !important;
    }

    #subpage table.tbl {
        width: 100%;
    }

    #subpage table.tbl .thead {
        display: none;
    }

    #subpage table.tbl tr {
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }

    #subpage table.tbl td {
        display: block;
        width: 100%;
        border-top: none;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

    #subpage table.tbl td ul {
        clear: both;
    }

    #subpage table.tbl td:first-child {
        background: #f1f5fb;
        font-weight: bold;
        border: none;
    }

    #subpage table.tbl td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
        display: block;
        width: 100%;
    }
}



/*--------------------------------------------------------------
aside
--------------------------------------------------------------*/

.aside-image {
    padding: 0;
    position: relative;
}

.aside-image .image-container {
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.aside-image .image-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    z-index: 0;
    background-position: 50% 50%;
}

.aside-image .content-wrap {
    padding: 70px 0 70px 50px;
}

.aside-image.right .image-container {
    left: auto;
    right: 0;
}

.aside-image.right .content-wrap {
    padding: 70px 50px 70px 0;
}

.error-wrap h1 {
    font-size: 35px;
    color: #ddd;
    font-weight: 600;
    margin: 0 0 40px;
    line-height: normal;
}

.error-wrap h5 {
    margin-top: 60px;
    font-size: 18px;
    font-weight: normal;
}

.error-wrap .error-search {
    padding: 0 80px;
}

.error-wrap #search-form {
    height: 50px;
    margin-bottom: 17px;
    position: relative;
    width: 100%;
}

.error-wrap .search-input {
    margin: 0;
    width: 100%;
}

.error-wrap #search-submit {
    height: 50px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    border-radius: 0 3px 3px 0;
    background: #443f3f;
    border-color: #443f3f;
}

.error-wrap #search-submit:hover {
    color: #fff;
}

#secondary .search-form input {
    max-width: 90%;
}

.search-form input {
    border-radius: 40px;
    padding: 5px 15px;
    outline: 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.search-form input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}


.page-wrap {
    padding: 83px 0 100px;
    clear: both;
}

.page-template-page_front-page .page-wrap {
    padding: 0;
}

.entry-post {
    margin-bottom: 20px;
}

.entry-page p,
.entry-post p,
.post p {
    margin-bottom: 24px;
}

.post ol li {
    margin-bottom: 12px;
}

.post h2 {
    font-size: 28px;
    margin-bottom: 24px;
}

.post h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

.post h4 {
    font-size: 20px;
    margin-bottom: 24px;
}

.entry-post img {
    margin: 10px 0 20px;
}

.header-slider,
.owl-wrapper {
    direction: ltr;
}

.header-slider,
.owl-carousel {
    -webkit-transform: translate3d(0, 0, 0);
}


.breadcrumbs ul {
    margin: 0;
}

.breadcrumbs ul li {
    display: inline;
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}


/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/

.content-area .post-wrap,
.contact-form-wrap {
    padding-right: 20px;
}

.content-area .hentry {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

#page .content-area .hentry {
    padding-top: 20px;
    padding-bottom: 0px;
}

.page-template-page_fullwidth .content-area .hentry {
    padding-bottom: 0px;
}

.content-area .hentry:first-child {
    padding-top: 0;
}

.content-area .hentry:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}

.content-area .hentry:first-child:after {
    height: 0;
}

.hentry .post-content {
    overflow: hidden;
}

.content-area .entry-thumb {
    text-align: center;
    margin-bottom: 30px;
}

.hentry .title-post {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    margin: 0;
}

@media screen and (max-width: 560px) {
    .hentry .title-post {
        font-size: 6vw;
    }
}




.posts-layout .hentry .title-post a,
.search .hentry .title-post a {
    font-size: .7em;
    color: #21253d;
    line-height: 1;
}



.no_bullets {
    background: #fcfcfc;
    border: 1px dotted #ccc;
    ;
    position: relative;
    z-index: 0;
    padding: 35px 15px 5px;
    border-radius: 5px;
    margin-top: 20px;
}

.entry-content {
    margin-bottom: 30px;
}

span.anc {
    height: 50px;
    display: block;
}

.nav-links {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 50px;
}

.no_bullets:after {
    background-color: #565656;
    color: #fff;
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px;
    content: 'INDEX';
    padding: 5px 20px;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 20px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

.toc_list {
    padding-left: 20px;
}

h3.tbge {
    position: relative;
    padding-bottom: 10px;
    line-height: 1.4;
}

h3.tbge:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: -webkit-repeating-linear-gradient(-45deg, #999, #999 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #1d3d74, #1d3d74 3px, #fff 3px, #fff 6px);
    ;
}

h3.tbge:after {
    right: 0px;
}

.post section.second h3 {
    font-size: 1.3em;
}

.post section.second h3.tbge {
    font-size: 1.6em;
}

.entry-content section .second strong.marcker {
    background: linear-gradient(rgba(254, 254, 152, 0) 30%, #FEFE98 90%);
}

.entry-content .summary {
    background-color: #f7f7f7;
    position: relative;
    padding: 1em;
    border: 1px solid #eee;
    border-radius: 5px;
}

.entry-content .summary:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 0 0 18px 18px;
    border-style: solid;
    border-color: #ccc #fff #fff #ccc;
    outline: 1px #fff solid;
}

.entry-content .summary h3.tbge {
    position: relative;
    text-align: center;
    margin-top: 0;
}

.entry-content .summary h3.tbge span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #f7f7f7;
    text-align: left;
}

.entry-content .summary h3.tbge::before {
    position: absolute;
    top: 50%;
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}

.entry-content .summary h3.tbge:after {
    display: none;
}

span.author.vcard {
    padding: 0;
    margin: 0;
}


.fullwidth {
    width: 100%;
}

.error-404 {
    text-align: center;
}

.error-404 .page-content p {
    margin-bottom: 30px;
}


.blog-pagination ul {
    width: 100%;
    text-align: right;
    list-style: none;
}

.blog-pagination ul li,
.blog-pagination ul li a {
    display: inline-block;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.blog-pagination ul li {
    margin-left: 3px;
}

.blog-pagination ul li.active,
.blog-pagination ul li:hover a {
    color: #fff;
}


/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/

.widget-area .widget {
    position: relative;
    margin-bottom: 40px;
    padding-top: 0px;
}

h2.wp-block-heading {
    margin: 30px 0 5px;
    font-size: 20px;
}

.wp-block-search__label {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    ;
}

.widget.widget_block {
    margin-bottom: 0;
}

button[aria-label="Search"] {
    font-size: .8em;
}

.widget-area .widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 1px;
}

.widget-area .widget:first-child {
    padding-top: 0;
}

.widget-area .widget:first-child:before {
    height: 0;
}

.widget-area .widget-title {
    font-size: 16px;
    line-height: normal;
    color: #443f3f;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0;
    text-transform: uppercase;
}

.widget ul {
    list-style: none;
}

.widget-area .widget ul li {
    padding: 5px 0 0 0;
}

.widget-area .widget ul li:first-child {
    padding-top: 0;
}

.widget-area .widget ul li:last-child {
    padding-bottom: 0;
}

.widget-area,
.widget-areaa {
    color: #767676;
}




/* widget categories */

.widget-categories .categories li a {
    position: relative;
    display: block;
}

.widget-categories .categories li span {
    position: absolute;
    right: 0;
    top: 0;
}

.widget-tags .tag-list a {
    display: inline-block;
    font-size: 13px;
    color: #767676;
    border: 1px solid #dbdbdb;
    padding: 7px 15px;
    margin: 4px;
    margin-left: 0;
}

.widget-tags .tag-list a:hover {
    color: #5e5e5e;
}


/*--------------------------------------------------------------
Single
--------------------------------------------------------------*/

.single-post .hentry {
    padding-bottom: 0;
}

.single-post .author-post {
    position: relative;
    margin-top: 50px;
    background-color: #eee;
    padding: 20px;
}

.single-post .author-post .author-avatar {
    float: left;
    width: 145px;
    background-color: #f5f5f5;
    padding: 3px;
}

.single-post .author-post .author-info {
    position: relative;
    padding: 0 20px 0 35px;
    margin-left: 140px;
    min-height: 140px;
}

.single-post .author-post .name {
    margin: 3px 0 17px 0;
}

.single-post .author-post .name h6 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.single-post .author-post .intro {
    margin: 0;
}

.single-post .author-post ul.socials {
    position: absolute;
    top: 10px;
    right: 20px;
    list-style: none;
    margin: 0;
}

.single-post .author-post ul.socials li {
    float: left;
    text-align: center;
    margin-right: 5px;
}

.single-post .author-post ul.socials li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    color: #ccc;
}


/* comment post */


/*--------------------------------------------------------------
Portfolio single
--------------------------------------------------------------*/

.photo-box {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px 3px #fff, 0px 0px 0px 3px rgba(0, 0, 0, 0.1), 1px 2px 2px 3px #999;
    -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px 3px #fff, 0px 0px 0px 3px rgba(0, 0, 0, 0.1), 1px 2px 2px 3px #999;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2), 0px 0px 0px 3px #fff, 0px 0px 0px 3px rgba(0, 0, 0, 0.1), 1px 2px 2px 3px #999;
}


/*--------------------------------------------------------------
entry-thumb
--------------------------------------------------------------*/

div.entry-thumb {
    background-size: cover !important;
    background-position: center center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 4px;
}

div.entry-thumb:before {
    content: '';
    background: inherit;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
}



.section-lead {
    font-weight: normal;
}

.lead-mid {
    font-size: 1.4em;
    line-height: 1.5;
}

.lead-sm {
    font-size: 1.3em;
    font-weight: bold;
}

#subpage #logo {
    position: relative;
    display: inline-block;
    padding-right: 2em;
    top: 10px;
    left: 10px;
}

#subpage #logo img {
    display: block;
}

#logo a:hover img {
    opacity: 0.8;
}

#subpage .page-title {
    display: inline-block;
    position: relative;
    color: #fff;
    top: -15px;
}






.hb-searched-summary,
.hb-search-fields-and-submit {
    max-width: 800px;
    margin: 0 auto;
}

.hbook-wrapper select,
.hbook-wrapper .hb-input-datepicker,
.hb-details-fields input,
.form-control {
    display: block;
    width: 100%;
    height: auto;
    min-height: 34px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

    .hbook-wrapper select,
    .hbook-wrapper .hb-input-datepicker,
    .hb-details-fields input,
    .form-control {
        font-size: 16px;
    }
}

.hbook-wrapper select:focus,
.hbook-wrapper .hb-input-datepicker:focus,
.hb-details-fields input:focus,
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px;
    clear: both
}


.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

#hb-form-1-terms-and-cond[type=checkbox],
#hb-form-1-privacy-policy[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    float: left;
    margin-left: -20px
}

#hb-form-1-terms-and-cond+#hb-form-1-terms-and-cond,
#hb-form-1-privacy-policy+#hb-form-1-privacy-policy,
.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.hbook-wrapper select,
select.form-control {
    border: 1px solid #ccc;
    background: #fff;
    position: relative;
    display: inline-block;
    max-width: 100%;
    vertical-align: baseline;
}

.hbook-wrapper select {
    text-align: center;
}

.hb-adults:after,
.hbook-wrapper select:after,
.subjectbox:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 8px;
    height: 8px;
    margin: auto;
    border: solid #888;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.subjectbox.harf:after {
    right: calc(50% + 25px);
}

.confirm .subjectbox:after {
    display: none;
}

.confirm .subjectbox:after @media screen and (max-width: 400px) {
    .bland-name img {
        width: 80% !important;
    }
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.form-group {
    overflow: hidden;
}





/* PC */
@media screen and (min-width: 868px) {

    .sp-only,
    .sps-only {
        display: none;
    }

    span.eng-title {
        margin-left: 1em;
        font-size: 0.6em;
    }


    .form-group span.eng-txt {
        font-size: 0.8em;
    }

    h3 .fa-3x {
        margin-bottom: 5px;
    }

    .spsmall {
        font-size: 0.9em;
    }

    hr.ccc {
        width: 50%;
    }
}

small {
    font-size: 0.75em;
    display: inline-block;
}

#home_kv #logo {
    position: absolute;
    z-index: 100;
    top: 20px;
    left: 20px;
}

/* home */
#home_kv {
    height: 80vh;
    overflow: hidden;
    display: block;
}


.home_section {
    position: relative;
    padding: 50px 10px;
    overflow: hidden;
}

#book.home_section {
    padding: 20px 0 40px;
    overflow: hidden;
}


.bg_gray {
    background-color: #f1f6f7;
}

.chatch h3 {
    position: absolute;
    top: 80px;
    font-size: 40px;
    padding: 30px;
    z-index: 100;
    border-radius: 5px;
    z-index: 3;
}

.chatch h3::before {
    position: absolute;
    content: '"';
    font-size: 60px;
    left: 10px;
    top: 15px;
    font-family: 'Apple Chancery', Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}


#chatch1.chatch .chatch_img {
    width: 80%;
}

@media screen and (max-width: 560px) {
    .home_section {
        padding: 30px 10px;
    }

    .chatch h3 {
        font-size: 8vw;
        top: 0;
    }

    #subpage #logo {
        width: 100%;
        top: 10px;
        left: 0;
        padding-right: 0;
    }

    #subpage #logo img {
        margin: 0 auto;
        width: 140px;
    }

    #subpage .page-title {
        width: 100%;
        text-align: center;
        top: 0;
    }
}


.home_section h3 {
    margin-bottom: 10px;
}

.home_section h4 {
    text-align: center;
    margin: 10px 0;
}

.home_section h6 {
    font-size: 16px;
}

.home_section img:not(#gallery img) {
    border-radius: 5px;
}

.home_section p {
    margin-bottom: 10px;
}

.hb-check-dates-wrapper,
.chosen-adults,
.chosen-children,
.hb-price-breakdown-section span {
    font-weight: bold;
}

.hb-price-breakdown-section {
    font-size: 0.85em;
}

.hb-price-breakdown-section.hb-fee-accom-added.hb-fee-apply-to-type-per-accom {
    font-size: 1em;
}


a.small {
    font-size: 0.8em;
    position: relative;
}

a.small::after {
    content: ' >';
    position: absolute;
    top: 0px;
    right: -11px;
}

#chatch2.chatch h3 {
    right: -30%;
    text-align: right;
}

#chatch2.chatch .chatch_img {
    width: 80%;
    position: relative;
    left: 20%;
}

#chatch1,
#chatch2 {
    position: relative;
    margin-bottom: 60px;
}

#chatch1 .chatch_txt,
#chatch2 .chatch_txt {
    bottom: -30px;
    padding: 30px;
    position: relative;
    background: #fff;
    z-index: 100;
    border-radius: 5px;
}

#chatch1 .chatch_txt {
    right: 0;
}

#chatch2 .chatch_txt {
    left: 0;
}


#chatch1 .chatch_desc,
#chatch2 .chatch_desc {
    bottom: -25px;
    padding: 30px;
    position: absolute;
    background: #fff;
    z-index: 3;
    border-radius: 5px;
    width: 60%;
}

#chatch1 .chatch_desc {
    right: 0;
}

#chatch2 .chatch_desc {
    left: 0;
}



@media screen and (min-width: 768px) and (max-width: 1000px) {
    #chatch2.chatch h3 {
        right: -31%;
    }
}

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

    #chatch1.chatch,
    #chatch2.chatch {
        overflow: hidden;
    }

    #chatch1.chatch .chatch_img,
    #chatch2.chatch .chatch_img {
        margin-left: 0%;
        width: 100%;
        left: 0;
    }

    #chatch1.chatch .chatch_img {
        margin-left: 10px;
    }

    #chatch2.chatch .chatch_img {
        margin-left: -10px;
    }

    #chatch1 .chatch_txt,
    #chatch2 .chatch_txt {
        border-radius: 0px;
        padding: 20px 30px;
        bottom: 0px;
        position: relative;
    }

    #chatch1 .chatch_desc,
    #chatch2 .chatch_desc {
        border-radius: 0px;
        padding: 20px 30px;
        bottom: 0px;
        position: relative;
        width: 100%;
    }

    #chatch2.chatch h3 {
        right: 0%;
    }

    #chatch2.home_section {
        padding: 0 0 50px;
    }

    input {
        font-size: 16px;
    }
}


#amenity ul li {
    display: inline-block;
    text-align: center;
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 5px 2px;
    margin: 7px 5px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.2;
}

/* news */
#news {
    background: #fff;
}

#news .col-md-3.col-sm-4.col-xs-6 {
    margin-bottom: 30px;
}

#news .col-md-4.col-md-offset-4.text-center {
    padding: 30px 0 50px;
}

#news img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    #amenity ul li {
        width: 28%;
    }
}

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

    .news_img {
        margin-right: 10px;
    }

    .news_txt {
        max-width: 58%;
        top: -9px;
        position: relative;
    }

}

@media screen and (max-width: 560px) {
    #home_kv #logo {
        position: absolute;
        z-index: 100;
        top: 65px;
        width: 100%;
        display: block;
        margin: 0 auto;
        text-align: center;
        left: 0;
    }

    #home_kv #logo img {
        width: 40%;
    }

    #amenity ul li {
        width: 28%;
        font-size: 2.8vw;
    }
}

.imgList-img {
    min-height: 150px;
    overflow: hidden;
    position: relative;
}

.imgList-img img {
    border-radius: 5px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .imgList-img {
        min-height: 200px;
    }
}

.imgList-img img {
    vertical-align: middle;
    display: inline-table;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.imgList a {
    color: #333;
}

#service .imgList a {
    color: #fff;
}

.imgList:hover {
    opacity: 0.6;
    text-decoration: none;
}

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


/* Contact */

#contact {
    max-width: 800px;
    min-height: 55vh;
    margin: 0 auto;
}

#contact p {
    margin-bottom: 30px;
    text-align: center;
}

.form {
    padding: 0 0 50px 0 !important;
    min-height: 95%;
}




/* HOME */

/* hbook */

.hb-title {
    text-align: center;
    margin-bottom: 20px;
}

.hb-policies-area,
.hb-price-breakdown-section:last-child,
.hb-searched-summary {
    margin-bottom: 20px;
}

.hb-confirm-button {
    margin-top: 20px;
}

.hb-confirm-button input[type="submit"] {
    padding: 12px 110px !important;
}

.hb-details-fields p {
    display: flex;
    margin-bottom: 20px;
}

.hb-details-fields label {
    width: 11em;
}

@media (min-width: 576px) {
    #book .container {
        max-width: 100%;
    }
}


#book [type="submit"] {
    color: #fff;
    background-color: #29819f;
    border-color: #2a7d9a;
    display: inline-block;
    padding: 12px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#book [type="submit"]:hover {
    background-color: #1e576a;
}

.hb-resa-summary-content br {
    display: none;
}

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

    .hb-check-dates-wrapper.hb-chosen-check-in-date span,
    .hb-check-dates-wrapper.hb-chosen-check-out-date span {
        display: block;
    }
}

.hb-summary-total-price,
.hb-summary-accom-wrapper,
.hb-price-breakdown-fees,
.hb-price-breakdown-discount,
.hb-price-breakdown-extra_adults,
.hb-price-breakdown-extra_children {
    border-top: 2px dotted #ccc;
    display: block;
    padding-top: 10px;
}

.hb-price-breakdown-discount {
    color: #e26262;
    margin-bottom: 15px;
}

.hb-summary-total-price,
.hb-summary-accom-wrapper {
    margin-top: 10px;
}

.hb-payment-form-stripe {
    ackground: #d4e6ea;
}

.top-rev {
    margin-top: -100px;
    z-index: 100;
    position: relative;
    padding: 20px;
    box-shadow: 0px -2px 3px .1rem rgba(0, 0, 0, 0.25);

}


@media (min-width: 768px) {
    .col-md-3-mr {
        margin-left: 25%;
    }
}

.swiper-slide {
    position: relative;
}

#home_kv .swiper-container {
    height: 80vh;
}

#home_kv .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    height: 80vh;
}

#home_kv .swiper-slide .swiper-text {
    position: absolute;
    top: 45%;
    opacity: 0;
    transform: translateX(5em);
    transition: all 0.4s ease;
    text-align: right;
    right: 10%;
    color: #fff;
    z-index: 100;
}

#home_kv .swiper-slide .swiper-img {
    width: 100%;
    height: 100vh;
    background-position: center center !important;
    background-size: cover !important;
    top: -20vh;
    position: relative;
}




#home_kv .swiper-slide-active .swiper-text {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s;
}

#home_kv .swiper-slide .swiper-text h2,
#home_kv .swiper-slide .swiper-text h3 {
    color: #fff;
}

#home_kv .swiper-slide {
    opacity: 0;
    transition: all 1200ms ease-in-out;
}

#home_kv .swiper-slide.swiper-slide-active {
    opacity: 1;
    transition: all 1200ms ease-in-out;

}

#home_kv .swiper-pagination {
    z-index: 10000;
    bottom: 0vh;
    position: absolute;
}

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

    .col-md-4 .col-sm-6,
    .col-md-3 .col-sm-6 {
        width: 100%;
    }

    .col-md-4 .col-md-12,
    .col-md-3 .col-sm-12 {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .row-sm {
        display: flex;
    }

    .col-md-6 .col-sm-6,
    .col-md-4 .col-sm-6,
    .col-md-3 .col-sm-6 {
        margin-bottom: 20px;
    }

    #activity .col-md-4,
    #activity .col-md-6,
    #activity .col-md-3,
    #accsess .col-md-6,
    #accsess .col-lg-12 {
        padding-left: 0;
        padding-right: 0;
    }
}


@media screen and (max-width: 560px) {
    .text-left-sm {
        text-align: left !important;
    }

    #home_kv .swiper-slide .swiper-img {
        background-position: 60% center !important;
    }

    .row-sm {
        display: block;
    }

    .col-md-6.order-1,
    .col-md-6 .col-sm-6,
    .col-md-4 .col-sm-6,
    .col-md-3 .col-sm-6 {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0px;
    }

    .p-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

#s_gallery .swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-pagination-bullet-active {
    background: #29819f !important;
}


@media screen and (max-width: 767px) {
    #home_kv .swiper-slide .swiper-text {
        width: auto;
        text-align: center;
        right: auto;
    }
}

.fadeInLeftLight {
    animation-name: fadeInLeftLight
}



@keyframes fadeInLeftLight {
    0% {
        opacity: 0;
        transform: translate3d(-50px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRightLight {
    animation-name: fadeInRightLight
}

@keyframes fadeInRightLight {
    0% {
        opacity: 0;
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeftLight {
    animation-name: fadeInLeftLight
}



@keyframes fadeInUpLight {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUpLight {
    animation-name: fadeInUpLight
}


.subtitle {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

#map_detail {
    height: 250px;
    width: 100%;
    padding: 0;
}

.linkarrow {
    position: relative;
    padding-right: 10px;
}

.linkarrow::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
}

.linkarrow:hover:before {
    border-top: 1px solid #29439f;
    border-right: 1px solid #29439f;
}

#privacy ol,
#terms ol {
    list-style: decimal;
    padding-left: 1em;
}

#privacy ol ol,
#terms ol ol {
    list-style: lower-roman;
}

.subsection {
    margin-bottom: 30px;
}

.footpage {
    margin-bottom: 50px;
}

.footpage h2 {
    font-size: 25px;
    padding: 20px 0 40px;
}

.footpage h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

hr {
    border-bottom: 1px solid #ccc;
}

.wp-block-image .alignright {
    width: 50%;
}

.allowlink {
    display: inline-block;
}

.prevallow,
.nextallow,
.allowlink {
    position: relative;
}

.nextallow,
.allowlink {
    margin-right: 2em;
}

.prevallow {
    margin-left: 2em;
}

.nextallow:after,
.allowlink:after {
    content: '';
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    display: block;
    margin-top: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: -1em;
}

.prevallow:after {
    content: '';
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    position: absolute;
    display: block;
    margin-top: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: -1em;
}

.br-0 {
    border-radius: 0px !important;
}

.br-5 {
    border-radius: 5px;
}

.hoi a:hover img,
#gallery a:hover img {
    opacity: 0.75;
}

.modaal-gallery-item img,
.modaal-container {
    border-radius: 5px !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #383838 !important
}

@media screen and (max-width: 560px) {
    .modaal-gallery-control {
        bottom: -60px !important;
        zoom: 0.7 !important;
    }

}

#gallery_img .swiper-slide,
#gallery_img a,
#gallery_img img {
    cursor: pointer !important;
}

.txt-white {
    color: #fff !important;
}

.txt-white:hover {
    opacity: 0.7;
}

.entry-thumb-large img {
    border-radius: 5px;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

#furusato img:hover {
    opacity: 0.7;
}