* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

#backstretch {
    height: 520px;
}

.top_slider {
    height: 520px;
    float: left;
    width: 100%;
    position: relative;
}
.top_slider #slidebody {
    position: absolute;
    top: 0;
}

@media screen and (min-width: 1025px) {
    #sec02 #sec02body {
        max-width: 1160px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
/*
Theme Name: My theme
Theme URI:
Author: Dev team
Author URI
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
*/
/* Categories 01 to 03 are the basics. */

/* Variables */
:root {


}

.admin-bar {
    --global--admin-bar--height: 32px;
}
@media only screen and (max-width: 782px) {

    .admin-bar {
        --global--admin-bar--height: 46px;
    }
}

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

    :root {
        --global--font-size-xl: 2.5rem;
        --global--font-size-xxl: 6rem;
        --global--font-size-xxxl: 9rem;
        --heading--font-size-h3: 2rem;
        --heading--font-size-h2: 3rem;
    }
}


*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.45;
    font-size:18px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;

}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration-thickness: 1px;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration-style: dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*
Theme Name: KANATOYOMARINE
Description: かなとよマリン テンプレート
Author: Wintel
Author URI: http://www.wintel.co.jp
*/



/* clear fix */
.cf:before,
.cf:after { content:""; display:table; }
.cf:after { clear:both; }
.cf { zoom:1; overflow: hidden; }



/* コンテンツレイアウト */
#mmcontents-wp {
    height: auto;
    width: 100%;
    margin: 0 auto 0 auto;
    clear: both;
    padding: 30px 0 25px 0;
}



/* 一覧 */
#main .entry {
    padding: 25px 0;
    border-bottom: 1px dotted #ccc;
}
#main .entry:first-of-type {
    padding: 0 0 25px 0;
}
#main .entry-thumbnail {
    display: block;
    float: left;
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0 25px 0 0;
}
#main .entry-thumbnail img {
    padding: 0;
    margin: 0;
    float: none;
    max-width: 100%;
    height: auto;
}
#main .entry-contents {
    display: block;
    height: auto;
    margin: 0;
    padding: 0 0 0 175px;
}
#main .entry-contents h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
}
#main .entry-contents h2 a {
    text-decoration: none;
}
#main .entry-contents h2 a:hover {
    text-decoration: underline;
}
#main .entry-excerpt {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
#main .entry-date {
    color: #09c;
    font-size: 16px;
}

@media screen and (max-width: 640px) {
    #main .entry {
        padding: 15px 0;
        border-bottom: 1px dotted #ccc;
    }
    #main .entry-thumbnail {
        display: block;
        float: left;
        width: 50px;
        height: 50px;
        padding: 0;
        margin: 0 15px 0 0;
    }
    #main .entry-contents {
        display: block;
        height: auto;
        margin: 0;
        padding: 0 0 0 65px;
    }
    #main .entry-contents h2 {
        font-size: 18px;
        line-height: 24px;
    }
    #main .entry-excerpt {
        display: none;
    }
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.bg_page{
    width: 100%;
    height: 36.458vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

.box_img_title .wpb_wrapper{
    position: relative;
}
.box_img_title .wpb_wrapper:before{
    content: '';
    width: 100%;
    height: 100%;
    background:#333;
    opacity: .4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.box_img_title .wpb_wrapper h3{
    position: absolute;
    left : 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}
p,.CjVfdc{
    margin-bottom: 15px;
}

.cl_while,.cl_while a{
    color:#fff;
}


.page-template-default ul{
   
}

.page-template-default ul li{
    
}



/* Đặt chiều rộng và căn chỉnh cho form */
.wpcf7-form {
    max-width: 600px;
    margin: 0 auto; /* Căn giữa form */
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Style cho ô nhập (input, textarea) */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #fff;
    color: #333;
}

/* Style khi hover vào ô nhập */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    border-color: #0073e6; /* Màu xanh khi focus */
    outline: none;
    box-shadow: 0 0 5px rgba(0, 115, 230, 0.3);
}

/* Style nút gửi */
.wpcf7-form input[type="submit"] {
    background-color: #0073e6; /* Màu xanh */
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hiệu ứng hover cho nút gửi */
.wpcf7-form input[type="submit"]:hover {
    background-color: #005bb5; /* Đậm hơn khi hover */
}

/* Style cho thông báo lỗi */
.wpcf7-form .wpcf7-not-valid-tip {
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
}

/* Style cho thông báo thành công */
.wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    background-color: #dff0d8; /* Màu xanh nhạt */
    color: #3c763d;
    border: 1px solid #d6e9c6;
    border-radius: 5px;
}


.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.equired{
    color: red;
}

#footer{
    display: inline-block;
    width: 100%;
    text-align: center;
}

#footer img{
    display: inline-block;
    margin-bottom: 25px;
    width: 200px;
}

#featuresmm ul{
    display: flex;
    flex-wrap: wrap;
}
.feed-wrap ul li{
    margin-bottom:15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width:768px){

    .box_img{
        width: 100%;
        padding-top: 80%;
        position: relative;
        float: left;
        margin-bottom: 10px;
    }

    .box_img img{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        object-fit: cover;

    }

}

#sec04body{
    font-size:14px;
}
#sec04body img{
    max-width: 192px;
    display: inline-block;
    margin-bottom:15px;
}


#sec02{
    position:relative;
}
#sec02:before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #fff;
    opacity: .6;
}
#sec02 #sec02body{
    z-index:1;
    position: relative;
}

.li_custom_po a{
    display: inline-block;
    position: relative;
}
.li_custom_po a:before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    position: absolute;
        z-index: 1;
}
.li_custom_po a span{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #fff;
    z-index: 2;
    white-space: nowrap;
}

@media (max-width:767px){

    #footer img{
        width:150px;
        margin-top:30px;
    }

    #sec04body img{
        max-width: 192px;
        display: inline-block;
        margin-bottom: 15px;
        margin-top: 50px;
        width: 150px;
    }
    #footer{
        font-size:14px;
    }
}

#newsmm a,#featuresmm a{
    text-decoration:none;
}
#pagetitle h1{
    margin-top: 1.5vw;
}

.ov_hide{
    overflow: hidden;
}

.box_style1 > div > .wpb_wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: var(--ib-icon-sp);
    --ib-icon-sp: 20px;
    align-items: flex-start;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 15px;
    color: #3c3c3c;
}

.box_style1 > div > .wpb_wrapper > .wpb_text_column:first-child{
    font-size: 74px;
    max-width: 50%;
    font-weight: 700;
    line-height: 1;
    color: #3460da;
    line-height: .7;
}
@media (min-width:768px){
    .bootom{
    display: flex;
    flex-wrap: wrap;
}
}
.flex_box{
    display:flex;
    flex-wrap:wrap;
}
.box_style1 >div,.box_style1 >div  > div {
    height:100%;
}
.bootom > div > div,.bootom >div > div > div{
    height:100%;
}
@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(80px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadein {
    opacity: 0;
}
.fadein.active {
    animation-name: fade-in;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@media (max-width:767px){
    .content_map{
        width:100%;
    }
}

.wrap_video{
    position: absolute;
    left: 0;
    width: 100%;
    right: 0;
    top: 0;
}

.inner_video{
    position: relative;
    width: 100%;
    height: 520px;
}

.inner_video video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#slidemm #slidebody{
    z-index: 111;
    position: relative;
}

video{
    max-width:100%;
}
#newsmm video{
    margin-top: 70px;
}


@media (max-width:767px){
    .wrap_video{
        position: relative;
        width: 100%;
        padding-top: 56%;
        float: left;
    }

    .inner_video{
        height: auto;
        width: auto;
        position: static;
    }
    #slidemm{
        height: auto !important;
    }
}

.ancho_inner br{
    display: none;
}

.text1{
    font-weight: bold;
    color: #000;
}
.ancho_inner{
    display: grid;
    grid-template-columns: 150px auto;
    margin-bottom: 20px;
}
.item_right{
    display: grid;
    grid-template-columns: 150px auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.item_right > p {

}
.item_right br{
    display:none;
}
.box_right{
    display: flex;
    flex-direction: column;
}
.fz90,
body .wd-menu-price .menu-price-details{
    font-size: 85%;
}
.fz90 p{
    margin-bottom: 3px;
}

.fz90{
    margin-top: 10px;
    padding-top: 7px;
    border-top: 1px dotted var(--brdcolor-gray-300);
    font-style: normal;
}
@media (max-width: 767px) {
    .ancho_inner{
        grid-template-columns: auto;
    }

    .inner_lelf{
        margin-bottom: 15px;
    }

    .item_right{
        grid-template-columns: 100px auto;
    }
    .box_right{
        display: flex;
        flex-direction: column;
    }
}

.home .main-page-wrapper .container{
    max-width: none !important;
    width: auto !important;
}

.home .main-page-wrapper .container .row {
    display: block;
}

.sublist{
    display: none;
}
.l-nav{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.l-nav_inner{
}

.l-nav_inner > ul{
}

.l-nav_inner > ul li{
    display: inline-block;
}
.l-nav_inner ul li .sp{
    display: none;
}

.l-nav_inner ul li .pc{
    display: unset;
}

.whb-header-bottom{
    background-color:#3FAEDE !important;
}


.l-nav_inner > ul li{
    font-weight: bold;
    margin-right: 22px;
    float: left;
    text-align: center;
    margin-bottom: 0;
}

.l-nav_inner > ul li:last-child{
    margin-right: 0;
}

.l-nav_inner > ul li a{
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0;
}

.l-nav_inner > ul > li:nth-child(1){
    margin-right: 10px;
    position: relative;
}

.l-nav_inner > ul > li:nth-child(1),
.l-nav_inner > ul > li:nth-child(2){
    /*color: #fff;
    font-weight: bold;
    padding: 20px 0;

	border:1px solid #fff;
	border-radius: 10px;*/
    width: 230px;
    position: relative;
    z-index: 1;
    height: 52px;
}
.l-nav_inner > ul > li:nth-child(1) > div,
.l-nav_inner > ul > li:nth-child(2) > div{
    color: #fff;
    font-weight: bold;
    /* padding: 10px 0; */
    width: 100%;
    top: 0;
    left: 0;
    background: #3FAEDE;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.l-nav_inner > ul > li:nth-child(1):hover .sublist,
.l-nav_inner > ul > li:nth-child(2):hover .sublist {
    display: block;
}

.l-nav_inner > ul > li:nth-child(1):hover .sublist a,
.l-nav_inner > ul > li:nth-child(2):hover .sublist a{
    background-color: transparent;
    color: #ffffff;
}

.l-nav_inner > ul > li:nth-child(1) .sublist a:hover,
.l-nav_inner > ul > li:nth-child(2) .sublist a:hover{
    opacity: .7;
}

.l-nav_inner > ul li a:hover{
    opacity: .7;
}

.touch > ul{
    padding: 10px 0;
}

.touch > div > .span{
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
    position: relative;
}

.touch > div > .span::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 5px;
}

.l-nav_inner > ul > li:nth-child(3),
.l-nav_inner > ul > li:nth-child(6){
    width: auto;
    display: inline-block;
    white-space: nowrap;
}

.l-nav_inner > ul > li:nth-child(4),
.l-nav_inner > ul > li:nth-child(5){
    width: auto;
    display: inline-block;
    white-space: nowrap;
}

.l-nav_inner ul li .sp{
    display: none;
}

.sublist {
    width: 100%;
    margin: 0 auto;
    display: none;
    background:#3FAEDE;
    /*position: absolute;
    top: 66px;*/
}

.sublist .button{
    background: #3FAEDE;
    box-shadow: none;
    border-radius: 0;
}

.l-nav_inner ul .sublist li{
    margin: 0 5%!important;
    width: 90%!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important;
    border-bottom: 1px dotted #fff!important;
    border-radius: 0;
}

.l-nav_inner ul .sublist li:first-child{
    border-top: 1px dotted #fff!important;
}
.l-nav_inner ul .sublist li:last-child{
    border-bottom: none!important;
}

.arrow{
    position: relative;
}
.arrow div:after{
}

@media screen and (max-width: 768px){
    .l-nav{
        display: inline-block;
    }
    /* nav */
    .l-nav_inner > ul > li:nth-child(1){
        width: 49%;
        margin-right: 2%;
        height: 45px;
    }
    .l-nav_inner > ul > li:nth-child(2){
        width: 49%;
        margin-right: 0;
        height: 45px;
    }

    .l-nav_inner > ul > li:nth-child(3),
    .l-nav_inner > ul > li:nth-child(4),
    .l-nav_inner > ul > li:nth-child(5),
    .l-nav_inner > ul > li:nth-child(6){
        margin-right: 20px;
    }
    .l-nav_inner > ul {
        display: flex
    ;
        flex-wrap: wrap;
        align-items: center;
    }
    .l-nav_inner > ul > li:nth-child(1) > div, .l-nav_inner > ul > li:nth-child(2) > div{
        flex-wrap: wrap;
        flex-direction: column;
    }
}

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

    .l-nav_inner > ul > li:nth-child(1){
        width: 49%;
        margin-right: 2%;
        height: 80px;
    }
    .l-nav_inner > ul > li:nth-child(2){
        width: 49%;
        margin-right: 0;
        height: 80px;
    }

    .l-nav_inner ul li:nth-child(3),
    .l-nav_inner ul li:nth-child(4),
    .l-nav_inner ul li:nth-child(5),
    .l-nav_inner ul li:nth-child(6){
        margin-right: 0;
                width: 50%;
    }
    .l-nav_inner ul li:last-child{
        border-left: 1px solid #fff;
    }
    .l-nav_inner ul li a{
        font-size: 14px;
        line-height: 1.3em;
    }
    .l-nav_inner ul li .sp{
        display: block;
    }
    .l-nav_inner ul li .pc{
        display: none;
    }
    .sublist{
        top: 96px;
    }

   #menu-menu-seccon-1{
       justify-content: center;
   }
   
}

    #menu-menu-seccon-1 .color-scheme-dark{
          background:#3FAEDE;
        
    }
     #menu-menu-seccon-1 .color-scheme-dark a{
         color:#fff;
     }
     
     #menu-menu-seccon  .wd-dropdown{
          background:#3FAEDE !important;
        
    }
     #menu-menu-seccon  .wd-dropdown a{
         color:#fff !important;
     }
body .main-page-wrapper{
    padding-top: 0;
}
.page-template .main-page-wrapper > .container{
    max-width:none;
}
body .website-wrapper *{
    font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif !important;
}

.fz14{
    font-size:14px;
}


.home .whb-header-bottom{
    background-color: #d7d7d782 !important;
    position: absolute;
    width: 100%;
}

.box_pob {
        position: absolute !important;
    bottom:24px  !important;
    width: 100%  !important;
    text-align: center;
        color: #fff;
}

.bottom_content{
    display: flex;
    justify-content: center;
    gap:15px;
}
.bottom_content > div{
        border: 3px solid #fff;
    border-radius: 10px;
    padding: 10px;
}

body .website-wrapper .wd-social-icons .wd-icon{
       font-family: "woodmart-font" !important;
}


@media (min-width : 767px){
    #sec04 h3.h3title2{
    top: 50px;
    position: relative;
}
}

.li_custom_po a{
        width: 100%;
    position: relative;
    height: 100%;
        padding-top: 63%;
}

.li_custom_po a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    
}

.social-instagram .wd-icon:before{
    display:none !important;
}

.wd-social-icon.social-instagram {
    background-image: url(https://link-kumamoto.jp/wp-content/uploads/2025/02/inta.png);
        background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent !important;
}