@charset "UTF-8";
/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #595757;
    /*    scroll-behavior: smooth;*/
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/* カラーセット */
:root {
  --main-blue: #07b0da;     /* アクセントカラー・リンクなどに使用 */
  --main-text: #595757;     /* 基本テキストカラー */
}

a {
  color: var(--main-text)!important;
  text-decoration: none!important;
}

a:hover {
    text-decoration: none!important;
}

/* 余白リセット */

* {
    margin: 0px;
    padding: 0px;
}

.wrapper {
    padding: 150px 0px!important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f3f3f3;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #f3f3f3;
    color: #000000;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

li {
    list-style-type: none;
}


/* ==========================================================================
   General styles"Avenir Next", Verdana, 
   ========================================================================== */

body {
    font-family: YuGothic, "yu-gothic-pr6n", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #000000;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/*
.col-md-4 {
    padding-bottom: 20px;
}
*/

.row {
    margin-right: -15px;
    /*margin-left: -15px;*/
}

.modal-header {
    background: #151A59;
}

.modal-header h4 {
    color: white;
}

.modal-footer {
    background: #2b2b2b;
}

.navbar-default {
    border-color: transparent;
    background-color: #dadada;
}

.navbar-toggle {
    border-color: transparent;
    border: 0px solid transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background-color: #16a085;
    color: white;
}

p {
    font-feature-settings: "palt" 1;
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

.odd a img {
    background: #f5f5f5;
}


/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    color: #000000;
}



h1.mainTl {
    display: block;
    margin-top: 40px;
}

h2.mainTl {
    display: block;
    margin-top: 40px;
}


/* Paragraph & Typographic */

p {
    line-height: 28px;
    /*    margin-bottom: 25px;*/
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #000000;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}


/* Images */

.overflow-image {
    margin-top: -65px;
}


/* Links */

a {
    color: #3498db;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #16a085;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    font-size: 77%;
}

#page-top a {
    text-decoration: none;
    /*    padding: 10px 0;*/
    text-align: center;
    display: block;
}

#page-top a:hover {
    opacity: 0.7;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.pb0 {
    padding-bottom: 0px!important;
}

.pb020 {
    padding-bottom: -20px!important;
}

.mb0 {
    margin-bottom: 0px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.ml30 {
    margin-left: 30px!important;
}

.ml40 {
    margin-left: 40px!important;
}

.ml45 {
    margin-left: 45px!important;
}

.ml50 {
    margin-left: 50px!important;
}

.ml60 {
    margin-left: 60px!important;
}

.ml65 {
    margin-left: 65px!important;
}

.pt10 {
    padding-top: 10px!important;
}

.pt30 {
    padding-top: 30px!important;
}

.pt40 {
    padding-top: 40px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt80 {
    margin-top: 80px!important;
}

.mt100 {
    margin-top: 100px!important;
}

.mt120 {
    margin-top: 120px!important;
}

.mt150 {
    margin-top: 150px!important;
}


/* =========================================================================
 hide：非表示
------------------------------------------------------------------------- */

.hide {
    display: none;
}

.PChide {
    display: none!important;
}

.PChide2 {
    display: none!important;
}

#MBheader {
    display: none;
}

@media screen and (max-width: 900px) {
    .PCshow {
        display: block;
        display: none;
    }
    .PChide {
        display: block!important;
        display: visible;
    }
    .PChide2 {
        display: visible!important;
    }
}


/* ==========================================================================
   header
   ========================================================================== */

header {
    position: static;
    padding-bottom: 10px;
    overflow: hidden;
    z-index: 999;
    position: relative;
}

#headerwrap {
    display: block;
    margin-top: 0px;
    width: 100%;
    /*  overflow: hidden;
*/
    z-index: 9999999999;
}

.logoArea {
    display: flex;
    width: 100%;
    padding-left: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.header_menu_left {
    padding-top: 0px;
    padding-top: 15px;
}

.header_menu_left ul {
    display: inline-block;
}

.header_menu_left ul li {
    float: left;
    margin-right: 40px;
    font-size: 15px;
}

.header_menu_left ul li a img {
    /*  width: 100%;*/
}

.header_menu_right {
    position: absolute;
    right: 100px;
    display: inline-block;
    padding-top: 15px;
}

.header_menu_right ul {
    display: inline-block;
}

.header_menu_right ul li {
    float: left;
    margin-left: 40px;
    font-size: 15px;
}


/* 途中から現れるヘッダーメニュー */

#lowMenuwrap {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
/*    background: #fff;*/
    height: 64px;
    z-index: 9999;
}

#lowMenuwrap .logoArea {
    display: flex;
    width: 100%;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#lowMenuwrap .logoArea h1 {
}

#lowMenuwrap .logoArea h1 img {
    height: 60px;
}

#lowMenuwrap .logoArea p {
}

#lowMenuwrap .logoArea h1 img,
#lowMenuwrap .logoArea p img {
    height: 30px;
}

.menu-reserve-sp{
    margin-top: 5px;
    margin-right: 10px;
}

.menu-reserve-sp img {
    width: 80%;
}

#lowMenuwrap .header_menu_left {
    padding-top: 25px;
}

#lowMenuwrap .header_menu_left ul {
    display: inline-block;
}

#lowMenuwrap .header_menu_left ul li {
    float: left;
    margin-right: 50px;
    font-size: 15px;
}

#lowMenuwrap .header_menu_left ul li a img {
    /*  width: 100%;*/
}

#lowMenuwrap .header_menu_right {
    position: absolute;
    right: 50px;
    display: inline-block;
    padding-top: 30px;
}

#lowMenuwrap .header_menu_right ul {
    display: inline-block;
}

#lowMenuwrap .header_menu_right ul li {
    float: left;
    margin-left: 30px;
    font-size: 14px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin-top: 9px;
    letter-spacing: 2px;

}
#lowMenuwrap .header_menu_right ul li.menu-lists-sns {
    margin-top: 7px;
    margin-left: 20px;
}




#lowMenuwrap .header_menu_right ul li.menu-reserve{
    margin-top: 0;
}


#footerTop {
    margin-top: 60px;
    /*  background: url('../img/footBg.jpg') bottom  repeat-x;*/
    display: block;
}

#footerTop h1,
#footerTop p {
    margin-bottom: 0;
}

#footerTop h1 img {
    padding-bottom: 0px;
    width: 456px;
}

#footerTop p img {
    width: 100%;
}

#footerwrap {
    padding-top: 50px;
}

div.footMenu1 {
    margin-left: 0px;
    margin-top: 20px;
}

p.address {
    margin-top: 10px;
}

div.footMenu2 {
    margin-bottom: 30px;
}

#footer2 {
    margin-top: 50px;
    padding-bottom: 0px;
}

#footer2 ul.footMenu {
    display: inline-block;
    margin-left: 0!important;
    padding: 0!important;
}

#footer2 ul.footMenu a {}

#footer2 ul.footMenu a:hover {
    opacity: 0.7;
}

#footer2 ul.footMenu li {
    font-size: 15px;
    float: left;
}

#footer2 ul.footMenu li a img {
    width: 70%;
}

#footer2 ul.footMenu li a img:hover {
    opacity: 0.7;
}

#footer2 ul.footMenu li+li {}

#footer2 .container {
    margin-top: 0px;
    padding: 5px 0 5px;
    text-align: center;
}

#footer2 h4 {
    font-size: 12px;
    color: white;
    font-weight: bold;
}


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

#menuwrap {
    margin: 40px auto 0px;
    width: 100%;
}

.menuContainer {
    display: block;
    width: 1000px;
    margin: 0 auto;
}

#menutile {
    width: 100%;
}

.item {
    /*  padding: 10px;*/
}

.item:hover {
    opacity: 0.7;
}

#photoMenu {
    max-width: 900px;
}

.photoMenuBtn {
    margin-top: 30px;
}

.photoMenuBtn div {
    display: block;
    margin-bottom: 20px;
}

#photoMenu a:hover {
    opacity: 0.7;
}

.menu01 {
    width: 418px;
    height: 434px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.menu02 {
    width: 147px;
    height: 230px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.menu03 {
    width: 220px;
    height: 230px;
    margin-bottom: 3px;
}

.menu04 {
    width: 207px;
    height: 138px;
    margin-right: 3px;
}

.menu05 {
    width: 297px;
    height: 322px;
    margin-right: 3px;
}

.menu06 {
    width: 220px;
    height: 230px;
}

.menu07 {
    width: 221px;
    height: 136px;
    margin-bottom: 3px;
}

div.menuItem {
    float: left;
    padding: 20px 5px;
}

.btnArea2 {
    display: block;
    float: right;
    margin-top: 18px;
    right: 0;
    width: 160px;
    z-index: 999;
}

.btnArea2 a img {
    width: 160px;
    z-index: 99999999;
}

#footer2 .footer_logo img {
    width: 90%;
}

#footer2 p.snss a {
    margin-right: 15px;
}

@media screen and (max-width:9900px) {
    .btnArea2 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1484px) {
    .btnArea2 {
        margin-top: 50px;
    }
}

@media screen and (min-width:1301px) and ( max-width:1410px) {
    .btnArea2 {
        margin-top: 24px;
    }
}

@media screen and (max-width: 1300px) {
    #lowMenuwrap ul.lowMenu a img {
        width: 70%;
    }
    #lowMenuwrap ul.lowMenu a:hover {}
    #lowMenuwrap ul.lowMenu ul {
        float: left;
        margin-right: 0px;
    }
    #lowMenuwrap ul.lowMenu li {
        float: left;
        margin-right: 10px;
    }
    #lowMenuwrap ul.lowMenu2 li {
        margin-right: 10px;
    }
    .btnArea2 {
        margin-top: 20px;
    }
    #lowMenuwrap ul.lowMenu2 li a.header2_tel img {
        width: 60%;
    }
}

@media screen and (min-width:1201px) and ( max-width:1300px) {
    .btnArea2 {
        margin-top: 14px;
    }
    @media screen and (max-width: 1158px) {
        .btnArea2 {
            margin-top: 24px;
        }
    }
    @media screen and (max-width: 1308px) {
        #lowMenuwrap ul.lowMenu a img {
            width: 90%;
        }
        #lowMenuwrap ul.lowMenu2 li:last-child {
            width: 19%;
        }
        #lowMenuwrap ul.lowMenu2 li a.header2_tel img {
            width: 70%;
        }
    }
    @media screen and (max-width: 1200px) {
        #lowMenuwrap ul.lowMenu li {
            float: left;
            margin-right: 15px;
        }
        #lowMenuwrap ul.lowMenu2 li:last-child {
            width: 10%;
        }
        #lowMenuwrap ul.lowMenu2 li a.header2_tel img {
            width: 100%;
        }
    }
    @media screen and (max-width: 1000px) {
        #lowMenuwrap ul.lowMenu {
            margin-left: 10px!important;
        }
        #lowMenuwrap ul.lowMenu a img {
            width: 80%;
        }
        #lowMenuwrap ul.lowMenu li {
            margin-right: 0px;
        }
        #lowMenuwrap ul.lowMenu2 li a.header2_tel img {
            width: 100%;
        }
        #lowMenuwrap ul.lowMenu2 li {
            margin-right: 0px;
            display: inline-block;
        }
        #lowMenuwrap ul.lowMenu2 li a.header2_instagram img,
        #lowMenuwrap ul.lowMenu2 li a.header2_twitter img {
            margin: 0;
            width: 70%;
        }
        #lowMenuwrap ul.lowMenu2 li:last-child {
            width: 15%;
        }
    }
    #footer2 {
        padding-left: 50px;
    }
    #footer2 .footer_logo img {
        width: 90%;
    }
    @media screen and (max-width: 991px) {
        #footer2 {
            padding-left: 0px;
        }
        #footer2 .footer_logo img {
            width: 50%;
        }
    }
    ul.topNews {
        display: inline-block;
        margin-top: 20px;
        text-align: left;
        width: 850px;
        /*  height: 90px;*/
        overflow: auto;
    }
    ul.topNews li {
        margin-bottom: 5px;
    }
    ul.topNews li a {
        color: #3498DB;
    }
    #footer2 p.address {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 1px;
    }
    #footer2 p.snss {
        display: flex;
    }
    #footer2 p.snss a {
        margin-right: 15px;
    }
    #footer2 p.snss a.footer_contact img {
        width: 160px;
    }
    #footer2 p.snss a.footer_twitter img {
        width: 40px;
    }
    #footer2 p.snss a:hover {
        opacity: 0.7;
    }
    #footer2 p.copyright {
        margin-top: 10px;
        font-size: 12px;
    }
    span.icon {
        background-repeat: no-repeat;
        background-position: middle;
        vertical-align: middle;
        padding-right: 17px;
    }
    span.iconTel {
        background-image: url('../img/lp/telIcon.svg');
    }
    span.iconFax {
        background-image: url('../img/lp/faxIcon.svg');
    }
    span.iconMail {
        background-image: url('../img/lp/mailIcon.svg');
    }
    /* ==========================================================================
   Image Mask
   ========================================================================== */
    .grid figure {
        text-align: center;
        position: relative;
    }
    .grid figure img {
        /*	width: 100%;*/
        display: block;
        position: relative;
        text-align: center;
    }
    .grid figcaption {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
        color: #fff;
        background: #151A59;
    }
    .grid figcaption h5 {
        margin: 0;
        padding-top: 0px;
        padding-left: 20px;
        padding-bottom: 5px;
        color: #fff;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
    }
    .grid figcaption a {
        text-align: left;
        padding: 5px 10px;
        margin-left: 20px;
        display: inline-block;
        background: #fff;
        color: #151A59;
        font-size: 13px;
    }
    /* Caption Style */
    .mask figure {
        overflow: hidden;
        text-align: center;
    }
    .mask figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }
    .no-touch .mask figure:hover img,
    .mask figure.cs-hover img {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    .mask figcaption {
        height: 50px;
        width: 100%;
        top: auto;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
        transition: transform 0.4s, opacity 0.1s 0.3s;
    }
    .no-touch .mask figure:hover figcaption,
    .mask figure.cs-hover figcaption {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
        -moz-transition: -moz-transform 0.4s, opacity 0.1s;
        transition: transform 0.4s, opacity 0.1s;
    }
    .mask figcaption a {
        position: absolute;
        top: 10px;
        bottom: 10px;
        right: 30px;
    }
    /* ==========================================================================
   Blog Section
   ========================================================================== */
    .blog-bg {
        background: #2b2b2b;
        padding-right: 0px;
        padding-left: 0px;
    }
    .blog-bg h4 {
        color: #000000;
        padding-top: 0px;
    }
    .blog-bg h5 {
        color: #000000;
        font-size: 13px;
    }
    .blog-content {
        padding-top: 10px;
        background: #f2f2f2;
    }
    /* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
    @media screen and (max-width:900px),
    screen and (max-device-width:900px) {
        div.galleryMenuItem {
            float: left;
            padding: 20px 0px 60px 0px;
            height: 350px;
        }
    }
    /*ノートPC用*/
    @media screen and (max-width: 1380px) {
        .logoArea {
            width: 100%;
            padding-left: 0;
            padding-left: 100px;
            /*   padding-bottom: 15px;*/
        }
        .logoArea h1 img {
            /*    width: 95px;
            margin-top: 0px;*/
        }
        .logoArea p img {
            /*    width: 95px;
            margin-top: 0px;*/
        }
    }



    /*タブレット用*/
    @media screen and (max-width: 900px) {
        .PCshow {
            display: block;
            display: none;
        }
        .PChide {
            display: block!important;
            display: visible;
        }
        .PChide2 {
            display: visible!important;
        }
        .logoArea {
            display: block;
            text-align: left!important;
            width: 100%;
            margin: 0;
            padding: 0;
            padding-left: 10px;
        }
    }
}




/* =========================================================================
 タブレット用スタイル
------------------------------------------------------------------------- */

@media screen and (max-width:900px) {
    .PCshow {
        display: block;
        display: none!important;
    }
    .PCshow2 {
        display: none!important;
    }
    .PChide {
        display: block;
        display: visible;
    }
    .PChide2 {
        display: visible!important;
    }
    h1.mainTl {
        margin-top: 0px;
    }
    h2.mainTl {
        margin-top: 0px;
    }
    h1.mainTl img {
        width: 85%;
    }
    .logoArea {
        text-align: left;
        width: 100%;
        padding-top: 0px;
        margin-top: 0px;
        padding-bottom: 0px!important;
    }
    header {
        padding-bottom: 0px;
        overflow: hidden;
        z-index: 8888;
/*        height: 75px;*/
    }
    #headerwrap {
        display: block;
        margin-top: 0px;
        text-align: left;
        width: 100%;
        overflow: hidden;
    }

    .logoArea p {
        position: absolute;
        left: 20px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    #headerwrap p img {
        width: 130px;
    }
    .ul li {
        margin: 0!important;
        margin-right: 5px!important;
        padding-top: 7px!important;
    }
    .socialIcon2 {
        display: none;
    }
    #menuwrap {
        margin: 20px auto 0px;
    }
    .menuContainer {
        width: 100%;
        margin: 0 auto;
    }
    .itemS {}
    #photoMenu {
        text-align: center;
        width: 100%;
        padding: 0 30px;
    }
    #menutile {
        overflow: hidden;
    }
    #menutile div {
        display: inline-block;
        overflow: visible;
    }
    div.menuItem {
        float: left;
        padding: 20px 5px;
    }
    .menuContainer {
        width: 100%;
        margin: 0 auto;
    }
    ul.topNews {
        display: inline-block;
        margin-top: 20px;
        text-align: left;
        width: 100%;
        /*    height: 150px;*/
        overflow: auto;
        padding-right: 35px;
    }
    #information {
        margin-top: 20px;
    }
    #information .row .twitter_area img {
        margin-top: 8px;
        width: 95%;
    }
    h1.infoFlag img {
        width: 166%;
        overflow: hidden;
        text-align: center;
    }
    h1.mainTl img {
        width: 40%;
    }
    p.infoFlag img {
        width: 166%;
        overflow: hidden;
        text-align: center;
    }
    p.mainTl img {
        width: 40%;
    }
    ul.side_menu {
        margin-top: 50px;
        margin-left: 0px!important;
    }
    .news-list {
        text-align: left;
        margin-bottom: 40px;
        margin-left: 0px;
    }
    .news_carender {
        margin-top: 0px;
    }
    #footerTop {
        margin-top: 30px;
    }
    #footerTop h1 img {
        width: 85%;
    }
    #footerTop p img {
        width: 85%;
    }
    #footer2 {}
    div.footMenu1,
    div.footMenu2 {
        margin: 0;
    }
    div.footMenu2 {
        margin-bottom: 30px;
    }
    #footer2 ul.footMenu {
        text-align: center!important;
        display: inline-block;
        margin: 0!important;
    }
    #footer2 ul.footMenu a {
        color: #fff;
    }
    #footer2 ul.footMenu a:hover {
        color: #16a085;
    }
    #footer2 ul.footMenu li {
        font-size: 15px;
        float: left;
    }
    #footer2 .footer_logo img {
        width: 75%;
    }
    #page-top {
        position: fixed;
        bottom: 25px;
        right: 10px;
        font-size: 77%;
    }
    #page-top img {
        width: 70%;
    }
    .about_about {
        margin-top: 10px;
    }
    .about_tel {
        margin-top: 20px;
    }
    #footer2 ul.footMenu li a img {
        width: 60%;
    }
}

@media screen and (min-width:641px) and ( max-width:899px) {
    #sp_fixed_footer {
        display: none!important;
    }
}


/* スマホ用 */

@media screen and (max-width:640px) {
    #footer2 ul.footMenu li {
        float: left;
        margin-bottom: 15px;
    }
    div.footMenu1,
    div.footMenu2 {
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }
    #information .row .twitter_area img {
        margin-top: 0px;
        width: 95%;
    }
    .gallery_title img {
        width: 70%;
    }
    section#access_oliva .about_ill img {
        width: 70%;
    }
    section#access_oliva .about_ill {
        text-align: center;
        margin-top: -70px;
    }
    .about_img img {
        width: 100%;
    }
    .access_text img {
        width: 100%;
    }
    span.about_ill2 {
        left: 85%;
        top: 0px;
    }
    span.about_ill2 img {
        width: 80%;
    }
    section#about_oliva {
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    #footer2 .footMenu1 {
        margin-top: 20px;
        margin-left: 20px;
    }
    #footer2 ul.footMenu li {}
    #footer2 ul.footMenu li.access_oliva {
        margin-left: 0px;
    }
    #footer2 ul.footMenu li.icons_oliva a img {
        margin: 0px;
    }
    #footer2 ul.footMenu li.recruit_oliva {
        margin: 0px;
        margin-left: 17px;
    }
    #footer2 ul.footMenu li.contact_oliva {
        margin: 0px;
        margin-left: 6px;
    }
    #footer2 p.snss {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    #footer2 ul.footMenu li a img {
        height: 50px;
    }
    #footer2 p.snss a.footer_contact img {
        margin-right: 10px;
        width: 120px;
    }
    #footer2 p.snss a.footer_twitter img {
        width: 30px;
    }
    #sp_fixed_footer {
        background-color: var(--main-blue);
        padding: 0 0 0 10px;
        width: 100%;
        z-index: 9999999;
    }
    /*    #sp_fixed_footer{
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 999999999;
    }
*/
    p.floatUl {
        display: inline-block;
        margin: 0!important;
        padding: 3px!important;
    }
    p.floatUl a {
        float: left!important;
    }
    a img.float_footer_tel_sp {
        width: 260px;
        margin-right: 10px!important;
    }
    a img.float_footer_contact_sp {
        width: 70px;
    }
    .access_text {
        margin-top: 20px;
    }
    #footer2 {
        padding-bottom: 60px;
    }
    #footer2 .footer_logo {
        margin-left: 50px;
    }
    #footer2 .address {
        margin-left: 50px;
    }
}

@media screen and (max-width:320px) {
    #footer2 .footer_logo {
        margin-left: 35px;
    }
    #footer2 .address {
        margin-left: 35px;
    }
    #footer2 .footMenu1 {
        margin-left: 0;
    }
}





/*iPhone5用*/
@media screen and (max-width:321px) {
    .PChide2 {
        display: visible!important;
    }
    
    .PChide {
        display: block;
        display: visible!important;
    }
    
    #lowMenuwrap {
        text-align: center;
        padding-top: 30px;
        margin: 0 auto;
    }
    
    #lowMenuwrap ul.lowMenu {
        text-align: center;
        display: inline-block;
        padding-left: 27px!important;
    }
    
    #lowMenuwrap ul.lowMenu a img {
        width: 80%;
    }
    
    #lowMenuwrap ul.lowMenu a:hover {
        opacity: 0.5;
    }
    
    #lowMenuwrap ul.lowMenu li {
        width: 90px;
        float: left;
        margin-right: -5px;
        margin-bottom: 20px;
    }
    
    #lowMenuwrap ul.lowMenu li span.PChide {}
    
    #lowMenuwrap ul.lowMenu li span {
        display: inline-block;
        padding-left: 7px;
    }
    
    #lowMenuwrap ul.lowMenu li:last-child {
        margin-right: 0px;
    }
    
    #lowMenuwrap ul.lowMenu li span.leftTate {
        padding-right: 5px;
    }
    
    .socialIcon2 ul {
        margin-left: 0px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1115px;
    }
}
.container-fluid {
    padding-left: 0!important;
    padding-right: 0!important;
}
header {
    z-index: 9999999!important;
}

header.entry-header {
    z-index: 888888!important;
}

@media screen and (max-width:900px) {
    #navArea {
        display: inline-block;
        z-index: 999999;
    }
    
    h1.lower_mainTl {
        margin-top: -60px;
    }
    
    h1.lower_mainTl img {
        width: 35%;
    }
    
    p.lower_mainTl {
        margin-top: -60px;
    }
    
    p.lower_mainTl img {
        width: 35%;
    }
    
    #navArea {
        z-index: 999999!important;
    }
    
    .toggle_btn {
        z-index: 888888!important;
    }
    
    .carousel {
        z-index: 1!important;
    }
}

/* ナビ固定 */
.is-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
    width: 100%;
}

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
.menu-wrapper {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999999999;

}
.menu-wrapper-logoarea {
    display: flex;
}

.menu-wrapper-logoarea h1 img {
    width: 70%;
}

.menu-wrapper-logoarea p img {
    width: 70%;
}
.menu-wrapper .btn {
    position: fixed;
    top: 10px;
    right: 10px;
}

.menu-lists ul {
    display: flex;
}
.menu-lists ul li {
    padding: 10px;
}
.menu-lists ul li.menu-lists-icons {
    margin-top: 15px;
}
.menu-lists ul li.menu-lists-icons a img {
    width: 35px;
}
.menu-lists ul li.menu-lists-icons a.header2_instagram {
    margin-left: 20px;
}


.main {
    padding-top: 80px;
    /*追記*/
    
    height: 1000px;
    /*メインコンテンツを入れた後で消す*/
    
    background: rgb(214, 189, 238);
    /*メインコンテンツを入れた後で消す*/
    
    text-align: center;
    /*メインコンテンツを入れた後で消す*/
    
    z-index: -999;
    /*一番下*/
}

@media (max-width:375px) {

    .menu-wrapper-logoarea h1 img {
        width: 45%;
    }
    .menu-wrapper-logoarea p img {
        width: 45%;
    }

}

@media (max-width:900px) {
    .btn {
        width: 100%;
        display: block;
        width: 39px;
        height: 42px;
        position: absolute;
        right: 10px;
        top: 5px;
        z-index: 9999999994;
        /*追記：いつも一番上*/
    }
    
    .close .bar {
        background-color: #231815;
    }
    
    .bar {
        width: 32px;
        height: 1px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #231815;
    }
    
    .bar-top {
        top: 10px;
    }
    
    .bar-middle {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .bar-bottom {
        bottom: 10px;
    }
    
    .btn.close .bar-top {
        transform: translate(-50%, 10px) rotate(45deg);
        transition: transform .3s;
    }
    
    .btn.close .bar-middle {
        opacity: 0;
        transition: opacity .3s;
    }
    
    .btn.close .bar-bottom {
        transform: translate(-50%, -8px) rotate(-45deg);
        transition: transform .3s;
    }
    
    .menu-lists {
        display: none;
        background: #fff;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 10px;
        padding-left: 10px;
        text-align: left;
        z-index: 999999999;
    }
    
    .menu-lists ul {
        padding: 25% 0 45px 15%;
        text-align: left;
        display: block;
    }
    
    .menu-lists ul li {
        margin-bottom: 20px;
        font-family: "yu-gothic-pr6n", sans-serif;
        letter-spacing: 1.5px;
    }
    
    .menu-lists ul li.works-li {
        margin-bottom: 15px;
    }

    .menu-lists ul li.works-li-small {
        margin-bottom: 15px;
        padding: 0;
    }

    .menu-lists ul li.works-li-small a {
        padding-left: 30px;
    }

    .menu-lists ul li.works-li-top {
        margin-top: 20px;
    }

    .menu-lists ul li.address {
        margin-bottom: 0px;
        font-family: "yu-gothic-pr6n", sans-serif;
        letter-spacing: 2px;
        font-size: 11px;
    }

    .menu-lists ul li.address span {
        font-family: "yu-gothic-pr6n", sans-serif;
    }

    .menu-lists ul li a {
        color: #0e0000;
        font-size: 16px;
    }
    
    .menu-lists ul li.menu-lists-sns a {
        margin-right: 5px;
    }

    .menu-lists ul li.menu-lists-sns a img{
        height: 20px;
    }

}



/* iPad対策 */
@media screen and (max-width: 999px) {
}
@media screen and (max-width: 900px) {
    h1.plan_title img {
        width: 40%;
    }
    p.plan_title img {
        width: 40%;
    }
}
@media screen and (min-width:900px) and ( max-width:1112px) {
    .concept_text {
        text-align-last: center;
    }
    
    h1.concept_title img {
        width: 35%;
    }
    p.concept_title img {
        width: 35%;
    }
    
    #plan_menu {
        margin-top: -10%;
    }
}
@media screen and (max-width:768px) {
    .concept_text {
    }
    
    h1.concept_title img {
        width: 35%;
    }
    
    h1.plan_title img {
        width: 40%;
    }
    
    p.concept_title img {
        width: 35%;
    }
    
    p.plan_title img {
        width: 40%;
    }
    #plan_menu {
        margin-top: 0%;
    }
    
    h1.mainTl img {
        width: 30%;
    }
    p.mainTl img {
        width: 30%;
    }
}


/*　画面サイズが768pxから1024pxまではここを読み込む　*/
@media screen and (min-width:901px) and ( max-width:1283px) {
    .logoArea h1 img {
        /*    width: 95px;*/
    }
    
    .header_menu_left {}
    
    .header_menu_left ul {}
    
    .header_menu_left ul li {
        margin-right: 30px;
    }
    
    .header_menu_right ul li {
        margin-left: 30px;
    }
}
@media screen and (max-width:640px) {
    #headerwrap h1 img {
        width: 130px;
    }
    
    #headerwrap p img {
        width: 130px;
    }
    .menu-lists ul li a img.about_sp {
        width: 90px!important;
    }
    
    .menu-lists ul li a img.contact_sp {
        width: 85px!important;
    }
}



/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ハンバーガー内調整 */
@media screen and (max-width:375px) {
    .menu-lists ul {
        padding: 10% 0 45px 10%;
        text-align: left;
        display: block;
    }

    nav.menu-lists ul {
        /*  padding-top: 0px;*/
    }
    
    .menu-lists ul li.menu-lists-icons {
        /*    margin-top: 0px;*/
    }
    
    .menu-lists ul li.menu-lists-icons a img {
        width: 30px;
    }
}

/* ハンバーガー内調整 */
@media screen and (max-width:320px) {
    nav.menu-lists ul {
        padding-top: 0px;
    }
    
    .menu-lists ul li a {
        font-size: 16px;
    }

    .menu-lists ul li a img {
        width: 120px;
    }
    
    ul.sp_menu_menu {
        padding: 0px 15px!important;
    }
    
    .menu-lists ul li {
        padding: 12px 0 5px 0;
    }
    
    .menu-lists ul li.menu-lists-icons {
        margin-top: 0px;
    }
    .menu-lists ul li.instaIcon a img {
        width: 70px;
    }}

.close {
    opacity: 1;
}

    /*小さいノートPC用*/
    @media screen and (max-width: 1200px) {
        .logoArea {
            padding-left: 50px!important;
        }
        .header_menu_right {
            right: 50px;
        }
        #lowMenuwrap .logoArea {
        padding-left: 50px!important;
        }
        .header_menu_left ul li,
        #lowMenuwrap .header_menu_left ul li {
            margin-right: 20px;
            font-size: 15px;
        }
        #lowMenuwrap .header_menu_right {
            right: 50px;
        }
       .header_menu_right ul li,
        #lowMenuwrap .header_menu_right ul li {
            margin-left: 20px;
            font-size: 15px;
        }
    }



/* ----------------------------------------ここよりカスタムCSS 20220925---------------------------------------- */
html{
    overflow: auto;
}
body {
    font-size: 1em;
    line-height: 1.4;
    background-size: cover;
    scroll-behavior: smooth;
}

.bodywrap {
     overflow: hidden;
 }

img {
    max-width: 100%;
    vertical-align: middle;
}

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

p {
    letter-spacing: 1px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

@media screen and (max-width: 800px) {
    select {
        width: 100%;
    }
}

em {
    font-style: normal;
}


/*Webフォント*/

@font-face {
    font-family: 'hannari';
    src: url(../font/hannari.eot) format('embedded-opentype'), url(../font/hannari.otf) format('opentype');
}

.hannari {
    font-family: 'hannari';
    font-feature-settings: "palt" 1;
    letter-spacing: -2px;
}


/* --------------------------------------------------
   responsive
-------------------------------------------------- */

@media screen and (max-width: 800px) {
    body {
        font-size: 1em;
        line-height: 1.4;
        background-size: cover;
        scroll-behavior: smooth;
    }
    .pc-show {
        display: none!important;
    }
    .sp-show {
        display: block;
    }
}

@media screen and (min-width: 801px) {
    .pc-show {
        display: block;
    }
    .sp-show {
        display: none!important;
    }
}


/* --------------------------------------------------
   margin&padding
-------------------------------------------------- */

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt120 {
    margin-top: 120px;
}

.mt150 {
    margin-top: 150px;
}


/* --------------------------------------------------
   Header
-------------------------------------------------- */

.firstview {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    overflow: hidden;
}

.firstview-img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin: 0 auto;
    z-index: 1;
}

.firstview-img img {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.site-branding-text {
    top: 20px;
    left: 0;
    padding: 20px;
    height: auto;
    position: absolute;
    width: 100%;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    z-index: 9999;
}

h1.oliver-logo {
    float: left;
    display: inline-block;
}

p.oliver-logo {
    float: left;
    display: inline-block;
}

p.oliver-tel {
    float: right;
    margin-right: 40px;
}

@media screen and (max-width: 800px) {
    .firstview-img {
        max-width: auto;
        margin: 0 auto;
    }
    .firstview-img img {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .site-branding-text {
        top: 0px;
    }
    h1.oliver-logo {
        float: right;
        margin-right: 40px;
        width: 160px;
    }
    p.oliver-logo {
        float: right;
        margin-right: 40px;
        width: 160px;
    }
}


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

/* ========== FV base ========== */
.fv{
  position: relative;
  width: 100%;
  height: 90vh; /* 指定どおり固定 */
  overflow: hidden;
  margin-top: 80px;
}

.fv-slides{
  position: relative;
  width: 100%;
  height: 100%;
}

.fv-slide{
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 2s ease;
  will-change: opacity;
}

.fv-slide.is-active{
  opacity: 1;
}

/* キャプション */
.fv-caption{
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0 24px;
  z-index: 1;
}

.fv-caption-inner{
  color: #fff;
}

.fv-caption h1{
  font-size: clamp(28px, 4.5vw, 64px);
  letter-spacing: .06em;
  margin: 0 0 0em;
}

.fv-caption h2{
  font-size: clamp(18px, 2.2vw, 32px);
  line-height: 1.8;
  letter-spacing: .04em;
  margin: 0 0 .25em;
}

/* ========= FV文字色固定（白） ========= */
.fv-caption h1,
.fv-caption h2 {
  color: #fff !important;
  text-shadow: 0 2px 2px rgba(0,0,0,.8)!important;
  font-weight: bold;
}

/* ドット */
.fv-dots{
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.fv-dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255,255,255,.5);
  cursor: pointer;
}

.fv-dot.is-active{
  background: rgba(255,255,255,1);
}

/* SP改行ヘルパーが必要なら */
.sp-br{ display:none; }
@media (max-width: 768px){
  .sp-br{ display:inline; }

  .fv{
    position: relative;
    width: 100%;
    height: 90vh; /* 指定どおり固定 */
    overflow: hidden;
    margin-top: 60px;
}


}


.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/* トップページWorks一覧*/
.works-list{
    background: #f3f3f3;
    padding: 140px 0;
}

h3.work-list-h3{ 
    font-size: 15px;
    margin-top: 16px;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

h3.work-list-h3 span{ 
    font-size: 30px;
    color: var(--main-blue);
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin-top: 16px;
    margin-bottom: 60px;
    letter-spacing: 3px;
    padding-right: 15px;
}

h4.work-list-h4 { 
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 2.5;
    font-weight: 400;
    margin-bottom: 60px;
}

.top-about-text{
    margin-top: 120px;
}

p.the_title {
    margin-top: 10px;
    font-size: 14px;
    color: #231815;
}

span.category {
    position: relative;
    width: 100%;
    margin-top: 5px;
    display: block;
    font-size: 14px;
}

span.category a {
    color: var(--main-blue);
}

.list-p{
    padding: 0 0 50px;
}

.list-p li{
    padding: 0 0 0 0;
}

.list-p li a{
}

.list-p li a img{
    background: #fff;
}

/*マウスオーバーで画像を拡大する*/

.img_wrap {
    margin: 0 auto;
    overflow: hidden;
}

.img_wrap img {
    width: 100%;
    transition-duration: 1s;
}

.img_wrap:hover img {
    transform: scale(1.1);
    transition-duration: 1s;
}

/* ALL WORKS */
.text-center {
    text-align: center!important;
}

/* Worksページ */

.works-archive{
    margin-top: 60px;
}

.works-list-p{
    padding: 0 0 25px!important;
}

.works-list-p li a img{
    background: #f3f3f3!important;
}

h1.page-h1{ 
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

h1.page-h1 span{ 
    font-size: 32px;
    color: var(--main-blue);
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin-top: 16px;
    margin-bottom: 60px;
    letter-spacing: 3px;
    padding-right: 15px;
}

h1.work-page-h1{ 
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

h1.work-page-h1 span{ 
    font-size: 32px;
    color: var(--main-blue);
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin-top: 16px;
    margin-bottom: 60px;
    letter-spacing: 3px;
    padding-right: 15px;
}

h2.work-page-h2{ 
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 60px;
    letter-spacing: 3px;
}

h2.work-page-h2 span{ 
    font-size: 32px;
    color: var(--main-blue);
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin-top: 16px;
    margin-bottom: 60px;
    letter-spacing: 3px;
    padding-right: 15px;
}

.works-archive h2{ 
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 2.5;
    font-weight: 400;
    margin-bottom: 60px;
}

ul.works-link {
    display: inline-block;
}

ul.works-link li {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin-top: 7px;
    letter-spacing: 2px;
    padding: 10px;
    border: 1px solid #000000;
}

ul.works-link li a {
    display: block;
}

ul.works-link li:hover {
    background: var(--main-blue);
    border: 1px solid var(--main-blue);
}

ul.works-link li a:hover {
    color: #ffff;
}

a.detail-btn-tag{
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 0.7rem 1rem 0.6rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    backface-visibility: hidden;
    outline: none;
    border-radius: 0px;
    margin:0 5px 5px 5px;
}


/* Aboutページ */

h3.page-h3{ 
    font-size: 48px;
    font-family: "FP-こぶりなゴシック StdN W1";
    color: var(--main-blue);
    margin-bottom: 35px;
    letter-spacing: 10px;
    font-feature-settings: "palt" 1;
}

p.page-text{ 
    font-size: 15px;
    margin-bottom: 55px;
    line-height: 2.5;
    letter-spacing: 2px;
}
.about-page-margin{
    margin-top: 60px;
    padding: 0;
}

.bg-video-wrap {
    display: inline-block;
    margin-bottom: 55px;
}

.bg-video-wrap video {
    width: 100%;
}

section.about-img{
   margin: 150px 0 0px;
}

section.about-img img{
    width: 100%;
}

h4.page-h4{ 
    font-size: 20px;
    color: var(--main-blue);
    margin-bottom: 35px;
    letter-spacing: 5px;
}

div.company-area{
    margin-top: 100px;
}

.p00{
    padding: 0 0!important;
}

p.aisatsu-text{
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 2px;

}

p.aisatsu-text-center{
    font-size: 16px;
    line-height: 2.4;
    padding: 15px 0;
}

p.profile-text{
    font-size: 15px;
    line-height: 2.4;
}

p.name-text{
    text-align: right;
}

p.name-text span{
    display: inline-block;
    font-size: 15px;
    text-align: right;
    margin-top: 10px;
}

div.profile-wrap{
    padding: 30px 30px 20px;
    background: #f3f3f3;
}

div.company-wrap{
    padding: 80px 100px 80px;
    background: #f3f3f3;
}

table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

div.company-wrap table {
    width: 100%;
    text-align: left;
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
    border-spacing: 0px 20px;
/*    font-family: "FP-こぶりなゴシック StdN W1";*/
    letter-spacing: 2px;
}

div.company-wrap table tr td {
    padding-bottom: 20px;
}

div.company-wrap table th {
    vertical-align: top;
    width: 27%!important;
    margin-bottom: 50px!important;
    font-weight: normal!important;
    line-height: 2em!important;

}

div.company-wrap table td {
    /*    width: 75%!important;*/
    margin-bottom: 50px!important;
    line-height: 2em!important;
}

div.company-wrap table td iframe {
    margin-top: 20px;
}


@media screen and (max-width: 768px) {
    .top-about-text {
        margin-top: 60px;
    }

/* Worksページ */

    .works-archive{
        margin-top: 0px;
    }

    .works-list-p li a img{
        background: #f3f3f3!important;
    }

    h1.page-h1{ 
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 50px;
        letter-spacing: 3px;
    }

    h1.page-h1 span{ 
        font-size: 30px;
        color: var(--main-blue);
    font-family: "Source Sans Pro", Arial, sans-serif;
        margin-top: 16px;
        margin-bottom: 60px;
        letter-spacing: 3px;
        padding-right: 15px;
    }

    h1.work-page-h1{ 
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 40px;
        letter-spacing: 3px;
    }

    h1.work-page-h1 span{ 
        font-size: 30px;
        color: var(--main-blue);
    font-family: "Source Sans Pro", Arial, sans-serif;
        margin-top: 16px;
        margin-bottom: 60px;
        letter-spacing: 3px;
        padding-right: 15px;
    }

    .works-archive h2{ 
        font-size: 15px;
        letter-spacing: 1.5px;
        line-height: 2;
        font-weight: 400;
        margin-bottom: 30px;
    }

    h2.work-page-h2{ 
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 40px;
        letter-spacing: 3px;
    }

    h2.work-page-h2 span{ 
        font-size: 30px;
        color: var(--main-blue);
        font-family: "Source Sans Pro", Arial, sans-serif;
        margin-top: 16px;
        margin-bottom: 60px;
        letter-spacing: 3px;
        padding-right: 15px;
    }


    h3.work-list-h3{ 
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 40px;
        letter-spacing: 3px;
    }

    h3.work-list-h3 span{ 
        font-size: 30px;
        color: var(--main-blue);
        font-family: "Source Sans Pro", Arial, sans-serif;
        margin-top: 16px;
        margin-bottom: 60px;
        letter-spacing: 3px;
        padding-right: 15px;
    }

    h4.work-list-h4 { 
        font-size: 15px;
        line-height: 2;
        font-weight: 400;
        margin-bottom: 30px;
        text-align: justify;
    }
    p.the_title {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1.5;
    }

    /* Aboutページ */
    #about-page{
        margin-bottom: 50px;
    }

    .about-page-margin{
        margin-top: 0px;
        padding: 0 15px;
    }

    .p00{
        padding: 0 15px!important;
    }

    p.profile_photo{
        text-align: center;
    }

    
    p.name-text{
        margin-top: 20px;
        text-align: center;
    }

    p.name-text img{
        width: 65%;
    }

    div.profile-wrap{
        margin-top: 20px;
    }


    h3.page-h3{ 
        font-size: 3.5em;
    }

    p.page-text{ 
        font-size: 15px;
        margin-bottom: 35px;
        text-align: justify;
    }

    p.aisatsu-text,
    p.profile-text{ 
        font-size: 15px;
        text-align: justify;
    }

    .bg-video-wrap {
        margin-bottom: 35px;
    }

    .bg-video-wrap video {
        width: 100%;
    }

    section.about-img{
        width: 100%;
        margin: 100px 0 40px;
    }

    section.about-img img{
        width: 100%;
    }

    h4.page-h4{ 
        font-size: 20px;
        color: #00a5a8;
        margin-bottom: 35px;
        letter-spacing: 5px;
    }

    div.company-area{
        margin-top: 0px;
    }

    div.company-wrap{
        padding: 20px 20px;
    }

    table {
        border-collapse: separate;
        text-indent: initial;
        border-spacing: 2px;
    }

    div.company-wrap table {
        width: 100%;
        text-align: left;
        font-size: 15px;
        display: block;
        margin-bottom: 20px;
        border-spacing: 0px 20px;
/*        font-family: "FP-こぶりなゴシック StdN W1";*/
        letter-spacing: 2px;
    }

    div.company-wrap table tr {
        margin-bottom: 50px!important;
    }

    div.company-wrap table th {
        vertical-align: top;
        width: 100%!important;
        margin-bottom: 0px!important;
        font-weight: bold!important;
        line-height: 2em!important;
        display: inline-block;

    }

    div.company-wrap table td {
        width: 100%!important;
        margin-bottom: 0px!important;
        line-height: 2em!important;
        display: inline-block;
    }

    p.page-map iframe{
        height: 300px;
    }

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

    p.page-map iframe{
        height: 270px;
    }

}


/* Serviceページ */

h2.page-h2{ 
    font-size: 48px;
    font-family: "FP-こぶりなゴシック StdN W1";
    color: var(--main-blue);
    letter-spacing: 6px;
    font-feature-settings: "palt" 1;
}

h2.mb40{
    margin-bottom: 40px;
}
h2.service-page-h2{ 
    font-size: 48px;
    font-family: "FP-こぶりなゴシック StdN W1";
    color: var(--main-blue);
    letter-spacing: 6px;
    font-feature-settings: "palt" 1;
}

h3.service-page-h3{ 
    font-size: 48px;
    font-family: "FP-こぶりなゴシック StdN W1";
    color: var(--main-blue);
    letter-spacing: 6px;
    font-feature-settings: "palt" 1;
}

.service-page-margin1{
    margin-top: 60px;
}

.service-page-margin{
    margin-top: 150px;
}


p.service-page-sub{ 
    font-size: 17px;
    margin-bottom: 40px;
}

p.service-page-text{ 
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 2.5;
    letter-spacing: 1.5px;
}

div.service-about{
    background: #f3f3f3;
    padding: 20px 40px 10px;
}

div.content-price{
    margin: 20px 0 0;
    padding-top: 40px;
    border-top: 1px solid var(--main-blue);
}

div.content-price p{
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 2;
}

div.content-price p b{
    color: var(--main-blue);
}

div.service-about p.service-about-text{
    font-size: 15px;
    line-height: 2.5;
    letter-spacing: 2px;
}

div.service-img-area{
    padding: 60px 0 30px;
}

div.service-img-area p{
    font-size: 14px;
    margin-bottom: 5px;
}

.area-l{
    margin-right: 15px;
}

.area-r{
    margin-left: 15px;
}

p.service-img{
    margin-bottom: 5px;
}

p.service-img img{
    border: 1px solid #ddd;
}

div.flow-wrap{
    padding: 100px 100px 100px 200px;
    background: #f3f3f3;
}

div.flow-wrap .col-lg-2{
    padding-right: 0;
}


div.flow-second{
    margin-top: 60px;
}

p.flow-icon{
    text-align: center;
}

p.flow-icon img{
    height: 48px;
}

p.flow-title{
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

p.flow-text{
    font-size: 14px;
}

/* Contactページ */

p.contact-text{ 
    font-size: 15px;
    line-height: 3;
}

p.contact-text span{ 
    color: #e60012;
}

.contact-page-margin{
    margin-top: 60px;
}

/* 投稿singleページ */
h1.entry-title{
    margin-top: 57px;
    color: var(--main-blue);
    font-size: 28px;
    letter-spacing: 1px;
}

.single-post span.category {
    margin-bottom: 20px;
}

.single-post span.category a {
    font-size: 14px;
    color: #231815;
}

.entry-content p{
    font-size: 15px;
    line-height: 200%;
}

p.custam-client{
    margin-top: 0px;
    font-size: 14px;
}

p.custam-website{
    text-align: right;
    margin-top: 60px;
}

p.custam-website a{
    text-align: center;
}

.post-navigation{
    margin-top: 100px;
}

div.work-image-area{
    margin-top: 100px;
    padding: 30px 30px;
    background: #f3f3f3!important;
}


@media screen and (max-width: 768px) {
/* Serviceページ */
    h2.page-h2{ 
        font-size: 3em;
        font-family: "FP-こぶりなゴシック StdN W1";
        margin-top: 0px;
        margin-bottom: 30px;
    }

    h2.work-page-h2{ 
        font-size: 15px;
        margin-top: 16px;
        margin-bottom: 40px;
        letter-spacing: 3px;
    }

    h2.work-page-h2 span{ 
        font-size: 30px;
        color: var(--main-blue);
        font-family: "Source Sans Pro", Arial, sans-serif;
        margin-top: 0px;
        margin-bottom: 60px;
        letter-spacing: 3px;
        padding-right: 15px;
    }

    .service-page-margin1{
        margin-top: 0px;
    }

    h2.service-page-h2{ 
        font-size: 3em;
        letter-spacing: 2px;
    }
    h3.service-page-h3{ 
        font-size: 3em;
        letter-spacing: 2px;
    }

    .service-page-margin{
        margin-top: 90px;
    }

    p.service-page-sub{ 
        font-size: 15px;
        margin-bottom: 30px;
    }

    p.service-page-text{ 
        font-size: 15px;
        margin-bottom: 20px;
        text-align: justify;
    }

    div.service-about{
        background: #f3f3f3;
        padding: 30px 20px 20px;
    }
    div.content-price {
        margin: 0px 0 0;
        padding: 20px 0 20px;
        border-top: 1px solid var(--main-blue);
        border-bottom: 1px solid var(--main-blue);
    }


    div.content-price p{
        font-size: 14px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 2;
    }

    div.content-price p.mt0{
        margin-top: 0!important;
    }


    div.content-price p:last-of-type{
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 2;
    }

    div.content-price-3 p{
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 2;
    }

    div.content-price .col-12{
        padding: 0;
    }

    div.service-about p.service-about-text{
        font-size: 13px;
        line-height: 2;
    }

    div.service-img-area{
        padding: 30px 0 30px;
    }

    div.service-img-area p{
        font-size: 12px;
        margin-bottom: 5px;
    }

    div.flow-wrap{
        padding: 40px 20px 20px;
    }

    p.flow-title{
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0px;
    }

    p.flow-text{
        font-size: 14px;
    }

    .area-l{
        margin-right: 0px;
    }

    .area-r{
        margin-left: 0px;
    }

    div.flow-second{
        margin-top: 30px;
    }

    /* Contactページ */
    .contact-page-margin {
        margin-top: 10px;
    }

    p.contact-text{ 
        font-size: 15px;
        text-align: justify;
    }

    /* 投稿singleページ */
    h1.entry-title{
        margin-top: 30px;
        font-size: 2.4em;
        letter-spacing: 3px;
    }

    .single-post span.category {
        margin-bottom: 20px;
    }

    .single-post span.category a {
        font-size: 14px;
        color: #231815;
    }

    .entry-content p{
        font-size: 15px;
        line-height: 200%;
        text-align: justify;
    }

    p.custam-client{
        margin-top: 0px;
        font-size: 13px;
        text-align: left;
    }

    p.custam-website{
        margin-top: 20px;
        text-align: left;
        overflow: hidden;
    }

    p.custam-website a{
        text-align: center;
    }

    .post-navigation{
        margin-top: 100px;
    }

}



@media screen and (max-width: 800px) {
    .cv-area {
        margin-top: 60px;
    }
    body {
        width: 100%;
    }
    .contents {
        width: 100%;
    }
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #006934;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 70px;
    transition: background 0.5s;
    z-index: 999999;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

section#contact {
    padding: 60px 0;
}

@media screen and (max-width: 9999px) {
    div.aboutMenu {
        padding: 40px 0px 30px 0px;
    }
}

@media screen and (max-width: 1200px) {
    div.aboutMenu {
        padding: 40px 0px 30px 0px;
    }
}

div.conceptMenu {
    margin: 15px 0px 20px 0px;
}

@media screen and (max-width:640px) {
    div.conceptMenu {
        width: 100%;
        padding: 20px 0px;
        border-radius: 0px;
        margin-top: 0;
    }
    section#contact {
        padding: 0px 0;
    }
}

ul.ul_aboutMenu li img.concept_about {
    width: inherit;
    height: 120px;
}

ul.ul_aboutMenu li img.concept_tel {
    width: inherit;
    height: 120px;
}

ul.ul_aboutMenu li img.concept_mail {
    width: inherit;
    height: 120px;
    margin-top: 5px;
}


/*
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1100px!important;
}
*/

.wpcf7 {
    max-width: 100%!important;
    margin: 0 auto !important;
}

.cform th {
	font-size: 15px;
	width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
	border-bottom: solid 1px #d6d6d6;
	padding: 30px 0 30px 0px;
	font-weight: normal;
}

.cform td {
	font-size: 15px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 30px 0 30px 0px;
}

.cform td.td100 {
    font-size: 15px;
	width: 100%; 
    line-height: 200%;
}

.cform td.bordernone{
	border-bottom: none;
}

.cform {
	width: 100%;
	margin: 50px auto 0;
}

.cform td [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 0px;
}

.cform td option,
.cform td textarea,
.cform td input[type=text],
.cform td input[type=tel],
.cform td input[type=email],
.cform td input[type=search],
.cform td input[type=url] {
	width: 100%;
    background: #f3f3f3;
    border: none;
    padding: 15px 10px!important;
}

.required-srt {
	font-size: 13pt;
	padding: 5px;
	color: #ce0000;
	margin-left: 10px;
	vertical-align: middle;
}

input[type="submit"] {
    color: #000000;
	display: inline-block;
	padding: 15px 20px;
    font-size: 15px;
    text-align: center;
	background-color: #fff;
    border: 1px solid #000000;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 1s;
}

/*--hover--*/
input[type="submit"]:hover {
    transition: background-color 1s;
    background-color: #000000;
    color: #fff;
}


@media only screen and (max-width:767px) {
    .cform {
        width: 100%;
        margin: 10px auto 0;
    }

    .cform th {
		width: 100%;
		display: block;
		border-top: none;
        padding: 20px 0 10px 0px;
		border-bottom: none;
	}
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
        padding: 0px 0 20px 0px;
	}
    .cform td.td100 {
        font-size: 13px;
        width: 100%; 
        line-height: 150%;
        padding: 20px 0 20px 0px;
        text-align: justify;
    }
    .cform option, .cform textarea, .cform input[type=text], .cform input[type=email], .cform input[type=search], .cform input[type=url] {
    width: 100%;
    background: #f3f3f3;
    border: none;
    padding: 15px 10px;
    font-size: 16px;
}


}

.submit-btn input {
	background: var(--main-blue)!important;
	margin: 40px auto 30px!important;
	display: block!important;
	border: 1px var(--main-blue) solid!important;
	text-align: center!important;
	padding: 15px 40px!important;
    font-size: 15px!important;
	color: #fff!important;
    cursor: pointer;
    border-radius: 0px!important;
	transition: all 0.4s ease!important;
    letter-spacing: 3px!important;
    font-weight: normal!important;
    height: auto!important;
}

.submit-btn input:hover {
	background: #fff!important;
	color: #231815!important;
	border: 1px #231815 solid!important;
    transition: all 0.4s ease!important;
}

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

    .submit-btn input {
        border-radius: 0!important;
    }

    .submit-btn input:hover {
        border-radius: 0!important;
    }

}

/* INSTAGRAM */
section#instagram {
    margin: 0 auto 0;
    padding-top: 0px;
    padding-bottom: 150px;
    margin-top: 0px;
}

.instagram_area{
    margin: 0 auto 0px;
    padding: 0px;
    max-width: 1200px;
}

h3.instagram_h3{
    font-family: "Source Sans Pro", Arial, sans-serif;
    margin-top: 3px;
    letter-spacing: 3px;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;

}

p.instagram_text {
    padding-bottom: 60px;
    font-size: 15px;
    line-height: 2.3;
    text-align: center;

}

p.instagram_icon {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 2.3;
    text-align: center;

}

p.instagram_icon a {
    padding: 0 10px;
}

p.instagram_icon a img {
    width: 25px;
}

.instagram_bg {
    margin: 0 auto 0;
    text-align: left;
    margin-top: -200px;
    background: linear-gradient(90deg, #fff 0%, #fff 40%, #e6e6e6 40%, #e6e6e6 100%);
    padding-top: 0px;
    padding-bottom: 400px;
}




/* footer */

#footer {
    padding: 80px 80px 60px;
    background: var(--main-blue);
    color: #fff;
}

#footer .container {
    max-width: 900px;
}

#footer  #footer-contact{
    margin: 10px 0;
    padding: 30px 50px;
    border: 1px #fff solid;
    margin-bottom: 100px;
    font-size: 14px;
}

#footer p {
    font-size: 13px;
    line-height: 1.8!important;
    margin-bottom: 0!important;
}

div.footer-contact-left{
    border-right: 1px #fff solid;
}

div.footer-contact-left p{
    padding: 20px 0;
    font-size: 14px!important;
}

div.footer-contact-right{
    padding: 16px 0 0 50px;
}

div.footer-contact-right button{
    background: #fff;
    color:#000000;
    border:none;
    position:relative;
    width: 100%;
    height:60px;
    font-size:14px;
    padding: 5%;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
}
div.footer-contact-right button:hover{
  background:var(--main-blue);
  color:#fff;
}
div.footer-contact-right button:before,button:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:1px;
  width:0;
  background: #fff;
  transition:400ms ease all;
}
div.footer-contact-right button:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
div.footer-contact-right button:hover:before,button:hover:after{
  width:100%;
  transition:800ms ease all;
}

.footer-logo{
}

.footer-insta-copyright{
    text-align: right;
    margin-top: 30px;
}

.footer-insta-copyright a{
    margin-left: 10px;
}

.footer-logo img {
    margin-top: -25px;
    height: 30px;
    margin-bottom: 10px;
}

/* =========================================
   内藤印刷 会社住所ブロック（Bootstrap対応）
   ========================================= */
.company-address-list {
  color: #ffffff;                  /* テキストカラー */
  font-size: 16px;                 /* ベース文字サイズ */
  line-height: 1.6;
  font-variant-numeric: tabular-nums; /* TEL/FAXの桁揃え */
}

/* 各行（row） */
.company-address-list .row {
  align-items: flex-start !important; /* ラベルと住所の上揃え */
  margin-bottom: 0.4rem;
}

/* ラベル（例：[本 社]） */
.company-address-list .label {
  font-weight: 700;
  white-space: nowrap;
}

/* 住所 */
.company-address-list .addr {
  min-width: 200px;
  padding-right: 0; /* TEL/FAXとの間を詰める */
}

/* TEL＋FAX（1カラムまとめ） */
.company-address-list .contact {
  white-space: nowrap;
  text-align: left;   /* 左寄せ */
  letter-spacing: 0.02em;
  word-spacing: 0.2em;  /* 「TEL」「FAX」の間を自然に */
}

/* 行区切り調整（SP向けの視認性UP） */
.company-address-list .row + .row {
  margin-top: 0.4rem;
}

/* =========================
   スマホ時（768px以下）
   ========================= */
@media (max-width: 767.98px) {
  .company-address-list {
    font-size: 15px;
    line-height: 1.7;
  }

  .company-address-list .row {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 0.6rem;
    margin-top: 0.6rem;
  }

  .company-address-list .label {
    margin-bottom: 0.2rem;
  }

  .company-address-list .addr {
    padding-right: 0;
    margin-bottom: 0.2rem;
  }

  .company-address-list .contact {
    white-space: normal; /* 折り返し許可 */
    padding-left: 0.5rem;
    text-align: center;
  }

  /* TELとFAXを改行（任意） */
  .company-address-list .contact {
    display: block;
  }
}









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



    /* footer */
    #footer {
        padding: 30px 0 0px;
        text-align: center;
    }
    .footer-logo{
        margin-top: 0px;
    }

    .footer_logo a img {
        width: 180px;
    }
    .copyright {
        text-align: center;
        font-size: 13px;
        margin-top: 10px;
    }
    /* form page */
    section.form_page {
        padding: 40px 0 40px;
    }
    .footer-logo img {
        margin-top: 0px;
    }

}


/* ホバーエフェクト 画像縮小 */

.image_mouseover_1 {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.image_mouseover_1 img {
    display: block;
    transform: scale(1.2);
    transition-duration: 0.5s;
}

.image_mouseover_1 img:hover {
    transform: scale(1);
    transition-duration: 1s;
}


/*画像にワク*/

#about .simpleParallax {
    border: 1px solid #956134;
}


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

    .menu-wrapper-logoarea h1 img {
        width: 70%;
    }
    h3.concept_h3_sp {
        margin-right: 0px;
        font-family: "Source Sans Pro", Arial, sans-serif;
        margin-top: 20px;
        letter-spacing: 3px;
        font-size: 22px;
    }
    p.concept_text {
        margin-top: 30px;
        padding: 0;
        padding-right: 20px;
        font-size: 13px;
        line-height: 2.3;
        letter-spacing: 1px;

    }

    p.mens_text span {
        font-size: 12px;
    }
    .access_text {
        font-size: 12px;
        letter-spacing: 0;
    }
    .price {
        font-size: 12px;
    }
    .contact_tokuten{
        padding: 30px 10px;
        border: 1px solid #e6e6e6;
        margin: 30px 0;
    }

    p.contact_tokuten_text {
        padding-bottom: 10px;
        font-size: 13px;
        line-height: 2;
        text-align: center;
    }

}

@media screen and (max-width: 900px) {
    .sliderArea p,
    p.concept_text,
    p.stylist_text,
    p.nail_text,
    p.nail_kome {
        text-align: justify;
        text-justify: inter-ideograph;
        letter-spacing: 1;
    }

}


/* 全画面ズームスライダー */

.wrap {
    margin: 0 calc(50% - 50vw);
    position: relative;
    overflow: hidden;
    padding: 50px 50px 0px 0px;
    height: 90%;
    border-bottom: 50px #fff solid;
}

@keyframes zoom {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
    animation: zoom 20s linear 0s 1 normal both;
}

/*位置*/
.slide-text {
    position: absolute;
    left: 0%;
    font-family: serif;
    font-weight: bold;
    color: #1a1a1a;
    z-index: 9999;
    background: #e6e6e6;
    width: 42%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;

}
.slide-text-inner {
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

/*大きい画面
@media screen and (max-width: 1400px) {
    .slide-text {
        padding: 30% 5% 10%;
    }
}
@media screen and (max-width: 1000px) {
    .slide-text {
        padding: 40% 5% 10%;
    }
}
*/

.slide-text-inner p{
    color: #fff;
    display: inline-block;
}

.slide-text-inner ul.swiper-menu{
    margin-top: 12%;
    margin-left: 43%;
}

.slide-text-inner ul.swiper-menu li{
    text-align: left;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 45px;
}

.slide-text-inner ul.swiper-menu li a{
}

.slide-text-inner ul.swiper-menu li a:hover{
    opacity: 80%;
}

.slide-img img {
    object-fit: cover;
    height: 90vh;
    width: 100vw;
}

.swiper {
    width: 200px;
    height: 200px;
}

.swiper-container {
    width: 100%;
    /*    margin: 0px 0 90px;*/
    padding: 0px;
}

.swiper-slide {
    opacity: 0.4;
    overflow: hidden;
    transition: .7s;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1);
    /* スライドの大きさ調整 */
}

.swiper-pagination {
    /* display: none!important;*/
}

@media screen and (max-width:900px) {
    .wrap {
    padding: 15px;
    border-bottom: none;

    }
    .swiper-container {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .slide-img img {
        object-fit: cover;
        height: 59vh;
        width: 100vw;
    }
}

.footer-fix {
    position: absolute;
    width: 100%;
    /*←絶対位置*/
    bottom: 0;
    /*下に固定*/
}

@media screen and (max-width:900px) {
    .footer-fix {
        position: static;
        width: 100%;
    }
}

.br-pc {
    display: block;
}

.br-sp {
    display: none;
}

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

/* レスポンシブ、ブレークポイントを768pxとする */
    .wrapper {
        padding: 30px 0 100px;
    }

    /* スマホ基本padding */
    .container {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .header-bg {
        height: 50vh;
        background-size: 120%;
    }

    .works-list {
        background: #f3f3f3;
        padding: 60px 0;
    }

    .list-p{
        padding: 0 0 25px;
    }

    div.footer-contact-left {
        border-right: none;
    }

    div.footer-contact-right {
        padding: 10px 0 0 0px;
    }

    #footer #footer-contact {
        margin: 10px 0;
        padding: 30px 30px;
        margin-bottom: 30px;
        font-size: 15px;
    }

    div.footer-contact-left p {
        padding: 0px 0 20px;
        font-size: 14px!important;
    }

     #footer p.footer-insta-copyright {
        text-align: center;
        font-size: 11px!important;
        line-height: 2.5!important;
    }

    #footer p {
        padding-bottom: 10px;
    }

    .br-pc {
        display: none;
    }
    
    .br-sp {
        display: block;
    }
}


/*========= ローディング画面のためのCSS ===============*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999;
  text-align:center;
  color:#fff;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash-logo img{
  width: 100%;
}


/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/
.splashbg{
    display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
    display: block;
    content: "";
    position:fixed;
  z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
  left: 0;
    transform: scaleX(0);
    background-color: var(--main-blue);/*伸びる背景色の設定*/
  animation-name:PageAnime;
  animation-duration:0.8s;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
}

@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#page{
  opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #page{
  animation-name:PageAnimeAppear;
  animation-duration:0.8s;
  animation-delay: 0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0.5;
  }
  50% {
  opacity: 1;
}
  100% {
  opacity: 1;
}
}

/* 共通ボタンのスタイル */
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    /*rem算出をしやすくするために*/
}
.btn-tag,
a.btn-tag,
button.btn-tag{
    font-size: 13px;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    backface-visibility: hidden;
    outline: none;
    border-radius: 0px;
    margin-bottom: 5px;
}
a.btn-borderA {
    border: 1px solid var(--main-text);
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    width: 95px;
}
a.btn-borderB {
    border: 1px solid var(--main-text);
    width: 200px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
a.btn-borderC {
    border: 1px solid var(--main-blue);
    width: 110px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    padding: 0.4rem 1rem;
    background: var(--main-blue);
    color: #fff;
}

a.btn-borderA:hover,
a.btn-borderB:hover{
    color: #fff!important;
    background: var(--main-blue);
    border: 1px solid var(--main-blue);
}

a.btn-borderC:hover{
    color: var(--main-text)!important;
    background: #fff;
    border: 1px solid var(--main-text);
}

a.btn-borderA:active {
    text-align: center;
    width: 95px;
}

a.btn-borderB:active {
    width: 200px;
}

a.btn-borderC:active {
    width: 120px;
}

.js-btn-more,
.js-btn-close{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 60px;
}

span.btn-borderB {
    border: 1px solid #231815;
    width: 200px;
    font-family: "Source Sans Pro", Arial, sans-serif;
}
span.btn-borderB:hover{
    color: #fff;
    background: var(--main-blue);
    border: 1px solid var(--main-blue);

}

span.btn-borderB:active {
    width: 200px;
}

/* 重要 12件まで非表示 */

/* LOGO-3 */
/* WEB-4 */
/* GRAPHIC-5 
body.category-3 .js-btn-more,
body.category-4 .js-btn-more,
body.category-5 .js-btn-more{
    display: none!important;
}
*/




/* タブレット用ボタンサイズ */
@media (max-width: 1020px) and (min-width: 768px) {
    a.btn-border-gr,
    a.btn-borderA,
    a.btn-borderB,
    a.btn-borderC {
        width: 45%;
    }
}
@media (max-width: 768px) {
    .btn,
    a.btn,
    button.btn {
        font-size: 14px;
    }
    
    a.btn-border,
    a.btn-border-gr {
        width: 60%;
    }
    
    a.btn-borderA{
        width: 38%;
        margin-bottom: 10px;
    }

    a.btn-borderB,
    a.btn-borderC {
        width: 45%;
        margin-bottom: 10px;
    }
    
    a.btn-border-gr {
        margin-top: 0px;
    }
    
    a.btn-borderC {
        width: 35%;
        font-size: 13px;
        padding: 0.5rem 0.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
/*        margin: 0 auto;*/
    }
    
    a.btn-borderD {
        width: 100%;
        font-size: 12px;
        padding: 0.5rem 0.5rem;
    }
    
    a.btn-borderM {
        border: 1px solid #292929;
        border-radius: 0px;
        background: #fff;
        font-size: 14px;
        width: 40%;
        padding: 1rem 1rem;
    }

    .js-btn-more,
    .js-btn-close{
        margin-top: 30px;
    }


}

p.all-works-btn{
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
}

p.fv-detail-btn {
    margin-top: 20px;
    text-align: right;
    overflow: hidden;
}

p.all-works-btn-single{
    margin-top: 60px;
    text-align: center;
    overflow: hidden;
}

p.top-btn {
    margin-top: 60px;
    text-align: center;
    overflow: hidden;
}


/* 改行設定 */
br.pc-br{
    display: block;
}

br.sp-br{
    display: none;
}
@media (max-width: 768px) {
    br.pc-br{
    display: none;
    }

    br.sp-br{
        display: block;

    }
    p.fv-detail-btn {
        text-align: center;
    }


}

/* 投稿サムネイル拡大 */

article.type-post{
    margin-top: 80px;
}

img.size-large {
    width: 100%;
    height: auto;
    background: #f3f3f3!important;
}

@media (max-width: 768px) {
    article.type-post{
        margin-top: 10px;
    }

}

/* WPログイン時のヘッダー */
body.logged-in #lowMenuwrap{
    margin-top: 35px;
}