@charset "utf-8";

#main {
    margin-bottom: 0;
}


/* Safari 6.1+ (10.0 is the latest version of Safari at this time) */
@media (max-width: 991px) and (min-color-index:0) and (-webkit-min-device-pixel-ratio:0) {
    @media {
        .header__content {
            display: flex;
        }

        .header__content .header__col {
            width: 100%;
        }
    }
}

@media (max-width: 991px) {
    @-moz-document url-prefix() {
        .header__content {
            display: table;
        }

        .header__content .header__col {
            width: inherit;
        }
    }

    @supports (-ms-ime-align:auto) {
        .header__content {
            display: table;
        }

        .header__content .header__col {
            width: inherit;
        }
    }
}

.fixed-under {
    padding-bottom: 40px;
}

.global-nav {
    z-index: 9999;
}

.footer-widget-area {
    font-size: 14px;
}

.page #main {
    margin-bottom: 0;

}

.h1,
h1 {
    font-size: 24px;
}

@media (max-width: 767px) {

    .h1,
    h1 {
        font-size: 20px;
    }

    .h2,
    h2 {
        font-size: 20px;
    }

    .h3,
    h3 {
        font-size: 18px;
    }

    .page #main {
        margin-bottom: 0;
    }
}

/*ヘッダーメニュー*/
.vgg-slider__item-content {
    z-index: 2;
}

.header--fixed {
    position: fixed;

}

p img {
    margin-bottom: -11.5px;
}


@media (max-width: 767px) {



    .page-header__title {
        font-size: 20px;
    }
}

.site-branding-head {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .site-branding-head {
        display: table;
        width: 100%;
    }

    .site-branding-col {
        display: table-cell;
        vertical-align: middle;
    }
}


/*ヘッダーメニュー*/


/*基本*/

body {
    word-break: break-all;
    font-size: 16px;
}

.head-img {
    width: 100vw;
}

.responsive-nav li ul {
    width: max-content;
    min-width: 200px;
}

.mincho {
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.site-branding__logo {
    width: 180px;
    transition: all .3s;
    max-width: initial;
    height: auto;
}

.header--fixed--is_scrolled .site-branding__logo {
    width: 160px;
    height: auto;
    max-width: initial;
}

@media only screen and (max-width:767px) {
    body {
        font-size: 14px;
    }

    .site-branding__logo {
        width: 160px;
    }

    .header--fixed--is_scrolled .site-branding__logo {
        width: 110px;
    }
}

.site-branding {
    padding: 10px 0;
}

.copyright {
    background-color: #c34881;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

#container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer {
    margin-top: auto;
}

@media screen and (min-width: 768px) {
    .nopc {
        display: none !important;
    }

}

@media only screen and (max-width:767px) {
    .nosp {
        display: none !important;
    }
}

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

.entry-content_img img {
    display: block;
    margin: 0 auto;
    max-width: 580px;
}

.foot_box {
    display: inline-block;
    max-width: 210px;
}

@media (max-width: 991px) {
    .widget_nav_menu ul li {
        display: inline-block;
        margin: 0 10px;
        padding: 5px;
    }

    .foot_box_container {
        text-align: center;
    }

    .foot_box {
        text-align: left;
    }
}

/*基本ここまで*/


/*次の記事*/

#prev_next {
    width: 100%;
    margin: 40px 0 24px;
    padding: 0;
    display: flex;
}

#prev_next #prev,
#prev_next #next {
    width: 50%;
    padding: 20px 10px 10px;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    display: flex;
    position: relative;
    text-decoration: none;
    align-items: center;
}

#prev_next #prev p,
#prev_next #next p {
    font-size: 90%;
    line-height: 1.5;
    margin: 0;
    font-weight: bold;
    color: #333;
}

#prev_next #prev:hover,
#prev_next #next:hover {
    background-color: rgba(238, 238, 238, 0.7);
}

#prev_next #prev {
    border-right: #ccc 1px solid;
}

#prev_next #prev_title,
#prev_next #next_title {
    font-size: 90%;
    top: -1em;
    position: absolute;
    border: 1px #ccc solid;
    background: #fff;
    text-align: center;
    padding: 3px;
    color: #666;
}

#prev_next #next_title {
    right: 10px;
}

#prev_next #prev img,
#prev_next #next img {}

#prev_next #prev_no,
#prev_next #next_no {
    width: 50%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#prev_next #prev_no {
    border-right: #ccc 1px solid;
}

#prev_next_home {
    margin: 0 auto;
    text-align: center;
}

#next_no a {
    width: 100%;
}

#prev_next_home img {
    transition: all .3s;
    width: 60px
}

#prev_next_home:hover img {
    transition: all .3s;
    opacity: 0.85;
}

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

    #prev_next #prev,
    #prev_next #prev::before,
    #prev_next #prev::after,
    #prev_next #next,
    #prev_next #next::before,
    #prev_next #next::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    #prev_next #prev_title,
    #prev_next #next_title {
        padding: 3px 10px;
    }

    #prev_next #next_title {
        right: 10px;
    }

    #prev_next #prev img {
        margin-right: 10px
    }

    #prev_next #next img {
        float: right;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {

    #prev_next #prev,
    #prev_next #next {
        flex-direction: column;
    }

    #prev_next #prev img,
    #prev_next #next img {
        width: 80px;
        margin-bottom: 10px;
    }
}

/*次の記事ここまで*/


/*flexメニュー*/

.top-flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.top-flex-inner {
    margin: 15px 0;
    position: relative;
    width: 48%;
}

@media screen and (min-width: 768px) {
    .top-flex-inner {
        width: 23%;
        margin: 1%;

    }
}


/*flexメニューここまで*/


/*コンタクトフォーム*/

.cform .smf-item__description {
    font-size: 16px;
}


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

    .cform .smf-item__description {
        font-size: 14px;
    }

}

.submit-btn input {
    background: #1F6FF0;
    width: 100%;
    max-width: 550px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: 2px #1F6FF0 solid;
    text-align: center;
    padding: 15px 5px;
    color: #fff;
    transition: all 0.4s ease;
}

.submit-btn input:hover {
    background: #1c1c1e;
    border: 2px #fff solid;
}


/*コンタクトフォームここまで*/


/*会社概要テーブル*/

.tbcompany th {
    width: 7em;
    border-bottom: solid 1px #707070;
    font-weight: normal;
    padding: 30px 0 30px 0px;
}

.tbcompany td {
    line-height: 150%;
    border-bottom: solid 1px #707070;
    padding: 30px 25px;
}

.tbcompany {
    font-size: 16px;
    width: 100%;
    word-break: break-all;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

    .tbcompany th,
    .tbcompany td {
        width: 100%;
        display: block;
    }

    .tbcompany td {
        padding: 15px;
    }

    .tbcompany th {
        padding: 15px 0 15px 0px;
    }
}


/*会社概要テーブルここまで*/


/*ボタン*/

.linkbtn {
    max-width: 300px;
    padding: 10px 0;
    color: #fff;
    margin: auto;
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    border-bottom: solid 2px #fff;
    font-size: 20px;
    transition-duration: 0.3s;
}

.linkbtn:hover {
    color: #fff;
    text-decoration: none;
}

.linkbtn:after {
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: 17px;
    position: absolute;
    right: 0;
    top: 12px;
    font-size: 20px;
    transition-duration: 0.3s;
}

.linkbtn:hover:after {
    padding-right: 4px;
    transition-duration: 0.3s;
}

@media only screen and (max-width:767px) {
    .linkbtn {
        font-size: 18px;
    }

    .linkbtn:after {
        top: 8px;
    }
}

/*ボタンここまで*/

@media screen and (min-width: 768px) {
    .va-middle {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
}


/*Q&A*/

.qanda th {
    border-bottom: solid 1px #333;
    padding: 10px 0 10px 45px;
    font-size: 20px;
}

.qanda th:before {
    content: 'Q';
    font-size: 40px;
    font-family: 'Yu Gothic UI';
    font-weight: bold;
    position: absolute;
    top: -5px;
    left: 0;
    line-height: initial;
}

.qanda td {
    line-height: 150%;
    padding: 20px 0 10px 45px;
}

.qanda td:before {
    content: 'A';
    font-size: 40px;
    font-family: 'Yu Gothic UI';
    font-weight: bold;
    position: absolute;
    top: 17px;
    left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #FF0000;
}

.qanda {
    font-size: 16px;
    width: 100%;
}

.qanda th,
.qanda td {
    width: 100%;
    display: block;
    position: relative;
    color: #000;
}

.qanda tr {
    display: block;
    margin-bottom: 30px;
}

.qanda p {
    margin: 0;
}

.qaindent {
    margin-left: 30px;
    margin-bottom: 10px;
}


/*Q&Aここまで*/


/*問い合わせ*/
input[type=submit] {
    color: #000;
}

.submit-btn input[type=submit] {
    color: #fff;
}


.all-borderline {
    border: 1px solid #989898;
    padding: 10px;
}

.contact-tel:before {
    position: absolute;
    content: "\f095";
    font-family: FontAwesome;
    color: #333;
    left: 10px;
    line-height: 0.7;
    font-size: 46px;
}

.contact-tel {
    border-bottom: solid 3px #333;
    padding: 0 0 15px 40px;
}

.cform-tel-numb {
    padding: 0 18px;
    font-size: 18px;
    line-height: 1em;
    margin: 25px 15px;
}

.contact-mail:before {
    position: absolute;
    content: "\f0e0";
    font-family: FontAwesome;
    color: #333333;
    left: 10px;
    line-height: 0.7;
    font-size: 40px;
}

.contact-mail {
    border-bottom: solid 3px #333;
    padding: 0 0 15px 40px;
}

.contact_comp {
    border-style: solid;
    border-color: #aaaaaa;
    padding: 20px 0;
    margin-bottom: 20px;
}

.page-header--has_background-image {
    padding-top: 110px;
    padding-bottom: 110px;
}

.sp_tel {
    margin: 10px auto;
    display: block;
}

@media screen and (min-width: 768px) {
    .cform-tel-numb {
        font-size: 28px;
    }

    .mailform {
        padding: 30px 55px;
        box-shadow: 0 3px 10px #e6e6e6;
        background-color: #ffffff;
    }
}


/*問い合わせここまで*/


/*グリッドデザイン*/

.grid_link {
    display: block;
    cursor: pointer;
}

.entries--archive a,
.entries--related-posts a {
    color: #333;
    text-decoration: none;
    height: 100%;
}

.entries--archive a:hover,
.entries--related-posts a:hover {
    color: #333;
}

.entries--archive,
.entries--related-posts {
    display: flex;
    flex-wrap: wrap;
}

.entries--archive h2,
.entries--related-posts h2 {
    font-size: 16px;
    margin: 5px 13px 0;
}

.entries .article {
    width: 31.333%;
    margin: 1%;
    padding-bottom: 0;
    border: none;
}

.entries .entry--has_media__link {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 1em;
}

.entries .entry--has_media__media {
    width: 100%;
}

.entry--has_media {
    overflow: hidden;
}

.entry--has_media__inner img {
    transition: 0.3s all;
    width: 100%;

}

.entry--has_media__inner img:hover {
    transform: scale(1.2, 1.2);
    transition: 1s all;
}

.entries .entry--has_media__body {
    overflow: initial;
}

.entry_thumbnai {
    overflow: hidden;
    margin-bottom: 10px;
}

.entry-meta_items {
    font-size: 12px;
    margin: 10px 13px 0;
}

.entry-meta_items:before {
    content: '\f017';
    font-family: FontAwesome;
    padding-right: 4px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .entries .article {
        width: 100%;
        margin: 0 0 40px 0;
    }

}


/*グリッドデザインここまで*/

.related-posts__title {
    padding: 0.25em 0.5em;
    border-left: solid 5px #333;
}

.isAnimate {
    opacity: 1;
}

.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.delay-15s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

@media only screen and (min-width: 768px) {
    .delay-05s-pc {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .delay-15s-pc {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    .delay-1s-pc {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .delay-2s-pc {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }

    .delay-3s-pc {
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

    .delay-4s-pc {
        -webkit-animation-delay: 4s;
        animation-delay: 4s;
    }

    .delay-5s-pc {
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
    }
}

@media all and (-ms-high-contrast: none) {
    .animated {
        opacity: 1;

    }
}

/* その場で */
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 下から */

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

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

/* 上から */

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

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

/* 左から */

.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

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

/* 右から */

.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    visibility: hidden;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

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

/* X 軸（縦へ） */
.rotate_box {
    -webkit-perspective: 500px;
    perspective: 500px;
}

.rotateX {
    animation-name: rotateXAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes rotateXAnime {
    from {
        transform: rotateX(90deg);
    }

    to {
        transform: rotateX(0deg);
    }
}

.wow {
    will-change: transform;
}

/*スマホメニュー*/

.off-canvas-nav--dark {
background-color: #C34881;
border-top: 1px solid #c95c8f;
border-bottom: 1px solid #c95c8f;
}
.off-canvas-nav--dark > ul, .off-canvas-nav--dark > * > ul {
border-bottom: none;
}
.off-canvas-nav--dark li {
border-top: none;
border-bottom: 1px solid #c95c8f;
}
.off-canvas-nav--dark a {
color: #fff;
}
.off-canvas-nav--dark .current-menu-item > a, .off-canvas-nav--dark .current_page_ancestor > a, .off-canvas-nav--dark .current-page-ancestor > a, .off-canvas-nav--dark .current_page_item > a, .off-canvas-nav--dark .current_page_parent > a {
background-color: #C34881;
color: #fff;
}
.off-canvas-nav--dark ul ul {
border-top: 1px solid #c95c8f;
border-left: 1px solid #c95c8f;
}

.off-canvas-nav--dark a:hover, .off-canvas-nav--dark a:active, .off-canvas-nav--dark a:focus {
    background-color: #be3575;
}
.off-canvas-nav--dark ul ul li {
border-left: none;
}
.global-nav {
z-index: 9999;
}

/*スマホメニュー幅*/
/*
.off-canvas-nav-right.off-canvas-nav-open .responsive-nav-contents, .off-canvas-nav-right.off-canvas-nav-open .off-canvas-nav {
transform: translate(-220px, 0);
-ms-transform: translate(-220px, 0);
-moz-transform: translate(-220px, 0);
-webkit-transform: translate(-220px, 0);
}
.off-canvas-nav-right .off-canvas-nav {
right: -220px;
}
.off-canvas-nav {

max-width: 220px;
}
*/
/*スマホアンダー*/
/*
.under-form .btn {
background-color: #337ab7;
border-color: #2e6da4;
}
*/

/*PCメニュー*/
.responsive-nav a {
  margin-top: 10px;
}

.responsive-nav .menu>.menu-item>a:after {
  content: '';
  width: 0;
  transition: all 0.3s ease;
  border-bottom: 3px solid #ffffff;
  display: block;
  margin-top: 5px;
}

.responsive-nav .menu>.menu-item>a:hover:after {
  width: 100%;
  border-bottom: 3px solid #ffffff;
}

.responsive-nav .sub-menu a:after {
  content: '';
  width: 0;
  transition: all 0.3s ease;
  border-bottom: 3px solid #ffffff;
  display: block;
  margin-top: 5px;
}

.responsive-nav .sub-menu a:hover:after {
  width: 100%;
  border-bottom: 3px solid #ffffff;
}

.responsive-nav .sub-menu a {
  padding: 10px 5px 0;
}


/*ページネーション*/
.pagination>li>span {
    background-color: #e7388a !important;
    border: 1px solid #ffffff !important;
}

.pagination>li>a,
.pagination>li>span {
  color: #fff !important;
  background-color: #C34881;
  border: 1px solid #ffffff;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  background-color: #C34881;
  border-color: #ffffff;
}



.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.portfolio-item img {
    width: 100%;
    height: auto;
}

.portfolio-gallery .gallery-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.portfolio-gallery img {
    max-width: 200px;
    height: auto;
}