﻿body {
    color: #fff;
    font-family: "YakuHanMP", "Sawarabi Mincho", serif;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .1rem;
    -webkit-font-smoothing: antialiased;
    background: #000
}

.bg-gray {
    background: #F7F7F7
}

.bg-gray .inner {
    padding: 10px
}

a {
    color: #006;
    text-decoration: none;
    transition: all 0.3s ease
}

img {
    max-width: 100%;
    height: auto
}

.color1 {
    color: #003
}

.color2 {
    color: #0085d1
}

.color3 {
    color: #4f3420
}

.bold {
    font-weight: bold
}

.relative-box {
    position: relative;
    margin-top: 60px
}

@keyframes hd-scrolled {
    0% {
        opacity: 0;
        transform: translate(0, -100%)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

#header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 300;
    width: 100%
}

#header .inner {
    min-width: 1024px;
    margin: 0 auto;
    position: relative
}

#header .inner #logo a {
    position: absolute;
    left: 20px;
    top: 0;
    width: 455px;
    height: 100px;
    font-size: 0;
    background-size: 455px;
    background-position: left top;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat
}

#header .inner #head-right {
    float: right
}

#header.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    animation: hd-scrolled 0.65s cubic-bezier(0.2, 1, 0.2, 1);
    z-index: 300;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 0 0
}

#header.scrolled .inner #logo a {
    width: 350px;
    height: 70px;
    background-size: 350px;
    background-position: left top;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    top: -5px
}

#header.scrolled #navi {
    padding: 20px 0 5px
}

#navi {
    margin: 0 auto;
    padding: 30px 0 3px
}

#navi ul {
    width: 550px;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

#navi ul li a {
    padding: 0 13px;
    font-size: 15px;
    display: block;
    position: relative;
    color: #fff;
    padding-bottom: 10px;
    font-weight: normal;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px
}

#navi ul li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFFFFF;
    content: '';
    transition: all 0.3s ease-in-out 0s
}

#navi ul li a:hover:before {
    width: 100%
}

#tel {
    padding: 2px 5px 0 0;
    position: fixed;
    bottom: 0;
    right: 70px;
    width: 270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: auto
}

#tel #tel1 a {
    color: #006;
    background: rgba(255, 255, 255, 0.9);
    padding: 4px 10px;
    display: block;
    font-weight: normal;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 22px
}

#tel #tel1 a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f2a0";
    margin-right: 5px;
    font-weight: bold
}

#tel #head_mail a {
    display: block;
    background: #734c2f;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 1.7rem;
    width: 45px;
    height: 45px;
    padding-top: 5px;
    text-align: center;
    position: relative
}

#tel #head_mail a span {
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    left: 0;
    right: 0
}

#tel #head_mail a:hover {
    opacity: .5
}

#tel .tel-comment {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #4f3420;
    font-weight: bold
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #006;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    text-align: center
}

#page-top a:hover {
    opacity: 0.6
}

.foot_navi {
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.4)
}

.foot_navi ul {
    margin: 0 auto;
    width: 1000px
}

.foot_navi ul li {
    float: left;
    width: 166.66667px
}

.foot_navi ul li a {
    color: #fff;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    font-size: 13px
}

.foot_navi ul li a:before {
    content: "";
    background-color: #006;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .45em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #0085d1
}

#footer {
    background: rgba(0, 0, 51, 0.8);
    color: #fff
}

#footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0
}

#footer .inner .flogo {
    width: 320px;
    float: right
}

@media all and (max-width: 800px) {
    #footer .inner .flogo {
        margin: 10px auto;
        text-align: center;
        float: none
    }
}

#footer .inner .flogo img {
    max-width: 100%
}

#footer .inner .address {
    font-size: 1.2rem;
    margin-bottom: 10px
}

#footer .inner .copyright {
    font-size: 1.2rem
}

#flash {
    box-sizing: border-box;
    padding: 0 20px;
    height: auto;
    margin: 95px auto 0
}

.juicysliderimg {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    z-index: 9999
}

.juicysliderimg img {
    width: 80px;
    height: auto
}

#slideshow {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative
}

#catch {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#catch.is-hide {
    display: none
}

.bg_contact {
    background: url(../img/bg_contact.jpg) no-repeat 50% 70%;
    -webkit-background-size: cover;
    background-size: cover
}

.contact_bnr {
    text-align: center
}

.contact_bnr li {
    display: inline-block;
    margin: 0 15px
}

.bnr_tel,
.bnr_mail {
    display: block;
    padding: 6px 30px;
    border-radius: 25px;
    font-size: 2rem;
    font-weight: bold
}

.bnr_tel {
    border: 1px solid #00659e;
    color: #fff;
    background: rgba(0, 133, 209, 0.7)
}

.bnr_tel:hover {
    background: #0085d1;
    border-radius: inherit
}

.bnr_tel:before {
    font-family: 'FontAwesome';
    content: "\f095";
    margin-right: 10px
}

.bnr_mail {
    border: 1px solid #006;
    background: rgba(0, 0, 102, 0.8);
    color: #FFFFFF
}

.bnr_mail:hover {
    background: #006;
    border-radius: inherit
}

.bnr_mail:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px
}

.single {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    padding: 40px 0
}

@media screen and (max-width: 1025px) {
    .single {
        width: 98%
    }
}

.single02 {
    width: 100%;
    padding: 80px 0
}

.lsingle,
.rsingle {
    width: 48.44%
}

.lsingle {
    float: left
}

.rsingle {
    float: right
}

@keyframes view-zoomin {
    0% {
        opacity: 0;
        transform: scale(0.95)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes view-slideup {
    0% {
        opacity: 0;
        transform: translate(0, 35px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

.animation {
    opacity: 0
}

.slideup.on {
    opacity: 1;
    animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.zoomin.on {
    opacity: 1;
    animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1)
}

.mtitle {
    font-size: 1.3rem;
    color: #006;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center
}

.mtitle span {
    display: block;
    font-size: 2.5rem
}

.mtitle2-w,
.mtitle2 {
    color: #006;
    line-height: 1.5;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    color: #fff
}

.mtitle2-w span,
.mtitle2 span {
    color: #fff;
    display: block;
    font-size: 4rem;
    font-family: "Playfair Display", serif;
    letter-spacing: .3rem
}

@media all and (max-width: 639px) {

    .mtitle2-w span,
    .mtitle2 span {
        font-size: 3rem
    }
}

.mtitle2 {
    color: #555
}

.mtitle2 span {
    font-size: 4rem;
    color: #006
}

.mtitle3 {
    font-weight: normal;
    font-size: 2.8rem
}

.mtext1 {
    font-size: 2.5rem;
    color: #000;
    font-weight: normal
}

.mtext2 {
    font-size: 2rem;
    font-family: "YakuHanMP", "Sawarabi Mincho", serif;
    font-weight: normal;
    color: #111
}

.mtitle_middle {
    font-size: 1.8rem;
    border-bottom: 2px solid #ccc;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.mtitle_middle:first-letter {
    font-size: 2rem
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #006;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_middle span {
    font-size: .8rem
}

.mtitle_small {
    font-size: 1.6rem;
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
    font-weight: 700
}

.mtitle_small:before {
    content: "";
    background-color: #006;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .7em;
    left: 0
}

.btn01 {
    font-size: 15px;
    font-weight: bold
}

.btn01 a {
    background: #006;
    text-align: center;
    width: 250px;
    margin: 10px auto 10px;
    display: block;
    padding: 8px 5px;
    font-weight: bold;
    border: 2px solid #006;
    border-radius: 30px;
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .btn01 a {
        font-size: 1.2rem;
        padding: 5px
    }
}

.btn01 a:link {
    color: #fff;
    text-decoration: none
}

.btn01 a:visited {
    color: #fff
}

.btn01 a:hover {
    background: #fff;
    text-decoration: none;
    color: #006
}

.btn01.white a {
    background: #fff;
    border: 2px solid #eee;
    color: #333
}

.btn01.white a:hover {
    background: #111;
    color: #fff
}

.news-bl {
    overflow: hidden;
    margin: 15px auto 30px
}

.news-bl dt {
    float: left;
    width: 7em;
    padding: 3px 5px;
    line-height: 1.3;
    background: #006;
    color: #fff;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-title {
    font-size: 2.5rem;
    font-weight: normal;
    border-bottom: 1px solid #fff
}

.news-title span {
    font-size: 1.6rem;
    padding-left: 10px
}

.news {
    margin: 5px auto
}

.news dt {
    float: left;
    width: 7em;
    padding-top: 10px;
    line-height: 1.3;
    color: #ccc
}

.news dd {
    padding-left: 7em;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.4;
    border-bottom: 1px solid #555
}

.news dd:last-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px
}

.bg-02 {
    background: url(../img/bg-02.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.bg-greet {
    background: url(../img/bg-greet.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 55%;
    margin: 100px auto -250px 0;
    height: 470px;
    box-shadow: 20px 20px 0 #003;
    position: relative;
    z-index: -1
}

.bg-grid {
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    background-image: -webkit-linear-gradient(transparent 95%, rgba(136, 136, 136, 0.2) 50%, rgba(136, 136, 136, 0.2)), -webkit-linear-gradient(0deg, transparent 95%, rgba(136, 136, 136, 0.2) 50%, rgba(136, 136, 136, 0.2));
    background-size: 20px 20px;
    background-repeat: repeat
}

.section-greet {
    position: relative
}

.greet-mbox {
    width: 65%;
    margin-left: auto;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.8);
    border: 4px solid rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 10
}

.greet-mbox.mbox-right {
    margin-right: auto;
    margin-left: 0
}

.greet-mbox.mbox-right:before {
    right: auto;
    left: 30px
}

.greet-mbox:before {
    content: attr(title);
    position: absolute;
    top: -90px;
    right: 30px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    z-index: 2;
    font-weight: normal;
    font-size: 5rem
}

.greet-mbox .mbox-text {
    padding: 20px;
    display: block;
    line-height: 2
}

.title01,
.title01-static {
    display: block;
    position: absolute;
    right: 0;
    width: 70%;
    height: 80px;
    top: -130px;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(0, 0, 102, 0.8);
    color: #fff;
    font-family: "Playfair Display", serif;
    letter-spacing: .2rem
}

.title01 span,
.title01-static span {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem
}

.title01-static {
    margin-top: 20px;
    position: relative
}

.mbox {
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    border: 4px solid #333
}

.mbox .mbox-text {
    padding: 20px;
    display: block
}

.list4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.list4 li {
    box-sizing: border-box;
    width: 23.5%;
    box-shadow: 3px 3px 0 rgba(85, 85, 85, 0.5)
}

@media all and (max-width: 800px) {
    .list4 li {
        width: 44%;
        margin-bottom: 20px
    }
}

@media all and (max-width: 639px) {
    .list4 li {
        width: 80%
    }
}

.mbox-col2 {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
    cursor: pointer
}

.mbox-col2 a {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20
}

.mbox-col2 * {
    transition: all 0.25s ease
}

.mbox-col2:hover {
    transform: scale(1.05);
    border: 3px solid #ccc
}

.mbox-col2 .col2-title {
    position: absolute;
    top: 0px;
    font-family: "Playfair Display", serif;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    font-size: 4rem;
    line-height: 1.4
}

.mbox-col2 .col2-title span {
    display: block;
    font-size: 1.7rem
}

@media all and (max-width: 800px) {
    .mbox-col2 .col2-title {
        font-size: 3rem
    }
}

.mbox-col2_txt {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -10px;
    z-index: 10;
    left: 0;
    box-sizing: border-box;
    padding: 10px;
    font-weight: bold
}

.mbox-col2_txt>.btn01 {
    background: #006;
    background: linear-gradient(to bottom, navy 50%, #006 50% 100%);
    text-align: center;
    max-width: 250px;
    box-sizing: border-box;
    margin: 10px auto 10px;
    display: block;
    padding: 8px 5px;
    font-weight: bold;
    border: 2px solid navy;
    border-radius: 30px;
    font-size: 1.4rem
}

@media all and (max-width: 639px) {
    .mbox-col2_txt>.btn01 {
        font-size: 1.2rem;
        padding: 5px
    }
}

.mbox-col2_txt>.btn01:link {
    color: #fff;
    text-decoration: none
}

.mbox-col2_txt>.btn01:visited {
    color: #fff
}

.mbox2 {
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #eee;
    padding: 20px
}

.snip_parent {
    padding: 50px 0
}

.snip_parent .snip {
    font-family: 'Raleway', Arial, sans-serif;
    color: #FFFFFF;
    position: relative;
    float: left;
    overflow: hidden;
    max-width: 50%;
    width: 100%;
    background: #FFFFFF
}

.snip_parent .snip * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.snip_parent .snip img {
    opacity: 0.8;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.snip_parent .snip figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snip_parent .snip figcaption>div.one {
    height: 40%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip figcaption>div.two {
    height: 60%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip figcaption>div.two h3,
.snip_parent .snip figcaption>div.two p {
    position: absolute;
    top: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center
}

.snip_parent .snip figcaption>div.two h3 {
    bottom: 0;
    font-size: 3rem;
    font-weight: normal
}

.snip_parent .snip figcaption>div.two h3 span {
    display: block;
    font-size: 2rem
}

.snip_parent .snip figcaption>div.two p {
    display: none;
    top: 100px
}

.snip_parent .snip:hover {
    background: #000000
}

.snip_parent .snip:hover figcaption>div.one {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip:hover figcaption>div.two {
    height: 75%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip_parent .snip:hover figcaption>div.two p {
    display: block
}

.snip_parent .snip:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.snip_parent .snip a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.tbl {
    width: 100%
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border-bottom: 1px solid rgba(79, 52, 32, 0.5);
    padding: 10px
}

.tbl tr:last-child th,
.tbl tr:last-child td {
    border-bottom: none
}

.tbl th {
    color: #006;
    border-right: 1px solid rgba(79, 52, 32, 0.5)
}

.tbl.tbl-policy {
    font-family: "YakuHanMP", "Sawarabi Mincho", serif;
    font-weight: normal;
    width: 85%;
    margin: 10px auto
}

.tbl.tbl-policy th {
    font-weight: normal;
    background: rgba(241, 241, 241, 0.5);
    font-size: 3rem;
    width: 25%;
    line-height: 1.5
}

.tbl.tbl-policy th span {
    font-size: 1.7rem;
    display: block;
    color: #555
}

.tbl.tbl-policy td {
    background: rgba(255, 255, 255, 0.5)
}

.tbl01 th {
    width: 30%
}

.tbl_simple {
    width: 100%
}

.tbl_simple td {
    border-bottom: 1px solid #006;
    padding: 20px;
    vertical-align: middle;
    font-weight: normal
}

.tbl_simple th {
    font-weight: normal;
    width: 24%;
    text-align: left;
    padding: 20px 10px;
    border-bottom: 1px solid #006
}

.tbl_simple th span {
    display: block;
    border-right: 1px solid #006
}

.tbl_simple tr:last-child th,
.tbl_simple tr:last-child td {
    border-bottom: none
}

.ggmap {
    position: relative;
    padding-bottom: 21.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.characteristic .child {
    float: left;
    width: 48.44%;
    margin: 0 3% 3% 0;
    box-sizing: border-box;
    border: 1px solid #CCCCCC
}

.characteristic .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.characteristic .child dt {
    background: #006;
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 5px
}

.characteristic .child dd {
    padding: 10px
}

.list_common li,
.list_note li,
.list_note2 li {
    padding-bottom: 10px;
    padding-left: 1rem;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child,
.list_note li:last-child,
.list_note2 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_note li,
.list_note2 li {
    padding: 3px;
    display: inline;
    padding-right: 10px;
    border-bottom: none
}

.list_note li:before,
.list_note2 li:before {
    content: "◆";
    margin-right: 5px;
    color: #003
}

.list_note2 li {
    display: block
}

.list_note2 li.no-circle:before {
    display: none
}

.list_note2 li:before {
    font-family: "FontAwesome";
    content: "\f111";
    font-weight: bold;
    margin-right: 5px;
    color: #c00
}

.title02 span {
    background: #006;
    color: #fff;
    padding: 5px 10px;
    display: inline-block
}

.list_1 li {
    position: relative;
    background: #ddd;
    padding: 10px 10px 10px 30px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden
}

.list_1 li:before {
    content: "";
    width: 45px;
    background: rgba(0, 0, 102, 0.8);
    transform: rotate(-45deg);
    height: 45px;
    position: absolute;
    left: -30px;
    top: 0
}

.list_1 li:last-child {
    margin-bottom: 0
}

.works_list {
    padding: 5px
}

.works_list li {
    padding: 3px 0;
    border-bottom: 1px dotted rgba(0, 0, 102, 0.5)
}

.works_list li:before {
    font-family: "FontAwesome";
    content: "\f138";
    color: #006;
    margin-right: 5px
}

.cut {
    overflow: hidden;
    zoom: 1
}

.w300 {
    width: 300px
}

.spbr {
    display: none
}

.page_title_box {
    margin: 95px auto 0;
    padding: 160px 0 20px;
    box-sizing: border-box;
    width: 98%
}

.page_title_box .page_title {
    text-align: center;
    font-size: 4rem;
    line-height: 1.2;
    color: #fff;
    font-weight: normal;
    letter-spacing: .5rem;
    font-family: "Playfair Display", serif
}

.page_title_box .page_title span {
    display: block;
    font-size: 1.6rem;
    border-top: 1px solid #fff;
    padding-top: 10px
}

.page_title_box01 {
    background: url(../img/title_box01.jpg) no-repeat center;
    background-size: cover;
    background-position: 50% 40%
}

.page_title_box02 {
    background: url(../img/title_box02.jpg) no-repeat 50% 70%;
    background-size: cover
}

.page_title_box03 {
    background: url(../img/title_box03.jpg) no-repeat center 30%;
    background-size: cover
}

.page_title_box04 {
    background: url(../img/title_box04.jpg) no-repeat center;
    background-size: cover
}

.page_title_box05 {
    background: url(../img/title_box05.jpg) no-repeat center;
    background-size: cover
}

.breadcrumb_box {
    margin: 30px auto 0;
    padding: 5px 0;
    width: 95%;
    margin: 0 auto
}

.breadcrumb_box .breadcrumb {
    margin: 0 auto 0;
    width: 1000px;
    padding-left: 0
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li a {
    color: lemonchiffon
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

#contents {
    background: url(../img/body_bg.png);
    color: #111;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 35px
}

.form .form-pattern-1 {
    background: transparent;
}

.form .form-contents form dl {
    margin-bottom: 0;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) .textarea {
    border-radius: 0;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) input.textarea {
    height: 35px;
}

.form dl dt {
    float: left;
    width: 280px;
    padding-top: 20px
}

.form dl dt span,
.form .form-pattern-1 dl dt:not(.pattern-exclusion) span.required::before {
    color: #fff;
    background: #006;
    padding: 5px;
    margin-right: 5px;
    font-size: 11px;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form dl dd {
    padding-left: 280px;
    padding-bottom: 20px;
    padding-top: 23px;
    line-height: 1.5;
    border-bottom: 1px solid #eee
}

.form dl dd:last-child {
    border-bottom: none
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 80%;
    border-radius: 0;
    -webkit-appearance: none
}

.form .textarea {
    height: 20px
}

.form .textarea02 {
    width: 37.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button,
.form .form-pattern-1 .submit-btn {
    cursor: pointer;
    position: relative;
    display: block;
    color: #FFFFFF;
    text-align: center;
    background: #006;
    border: 1px solid #006;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 15px 0;
    transition: all 0.2s ease-in-out 0s;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    width: 300px;
    margin: 0 auto
}

.form button:hover,
.form .form-pattern-1 .submit-btn:hover {
    background: #FFFFFF;
    color: #006
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #006
}

.form button:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    margin-right: 10px
}

.form .select-wrap {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-width: 192px;
    min-width: 12em;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #333
}

.form .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 2;
    display: block;
    width: 200%;
    width: -webkit-calc(100% + 5em);
    margin: 0;
    padding: 11px 35px 11px 11px;
    padding: .6875rem 2.1875rem .6875rem .6875rem;
    background: transparent;
    border: 0;
    outline: none;
    line-height: 1.5
}

.form .entypo-down-open-mini:before {
    font-family: "FontAwesome";
    content: "\f0ab";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 12px;
    right: .75rem;
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #006
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #006;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    box-shadow: 20px -1px #FFF
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #006;
    border-bottom: 3px solid #006;
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    box-shadow: 41px 0px #EEE
}

.faq dt {
    border-bottom: 1px dotted #ddd;
    padding: 5px 0 10px;
    margin-bottom: 10px;
    background: #006;
    color: #fff
}

.faq dt:before {
    font-family: 'FontAwesome';
    content: "\f059";
    margin-right: 5px;
    color: #fff;
    padding-left: 5px;
    font-size: 15px
}

.faq dt a {
    color: #fff
}

.faq dt a:hover {
    text-decoration: underline
}

.faq dd img {
    max-width: 100%;
    height: auto
}

.faq dd:before {
    content: "A.";
    display: block;
    margin-right: 5px;
    color: rgba(0, 0, 102, 0.5);
    font-weight: bold;
    font-size: 25px
}

.dl01 dd {
    padding: 5px 5px 5px 20px;
    background: rgba(0, 0, 102, 0.2);
    margin-bottom: 15px
}

.note {
    padding: 10px;
    background: #eee;
    color: #b62a17;
    font-size: 13px
}

.gallery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: -20px
}

.gallery li {
    width: calc((100% - 45px) /4);
    box-sizing: content-box;
    margin: 0 15px 20px 0
}

.gallery li:nth-child(4n) {
    margin-right: 0
}

.gallery li a {
    background: #f7f7f7;
    display: block;
    text-align: center;
    padding: 0px;
    height: 190px;
    vertical-align: middle
}

.gallery li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    font-family: 'object-fit: contain;'
}

.gallery li p {
    font-size: 13px;
    margin: 3px 0 10px
}

@media screen and (max-width: 680px) {
    .gallery li {
        width: calc((100% - 40px) /2);
        box-sizing: content-box;
        margin: 0 10px 20px
    }

    .gallery li:nth-child(2n) {
        margin-right: 0
    }

    .gallery li:nth-child(3n) {
        margin: 0 10px 20px
    }

    .gallery li a {
        height: 110px
    }
}

.bnr-list {
    display: flex;
    flex-wrap: wrap
}

.bnr-list li {
    width: 320px;
    margin-right: 20px
}

.bnr-list li:nth-child(3n) {
    margin-right: 0
}

.bnr li {
    float: left;
    width: 33.33333%
}

.fm-text {
    border: 1px solid #aaa;
    padding: 10px;
    font-size: 12px;
    margin: 10px 0;
    background-color: #fff
}

.blog_card {
    padding: 5px
}

.blog_card li {
    padding: 5px;
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    margin-bottom: 10px
}

.blog_card li .blog-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.blog_card li .blog_dt {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #280000
}

.blog_card li .blog_dt:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_card li .blog_img {
    width: 100px;
    text-align: center
}

.blog_card li .blog_img img {
    max-width: 100%
}

.blog_card li .blog_right {
    flex: 1;
    margin-left: 10px
}

.blog_card li .blog_title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px
}

.blog_card li .blog_body {
    line-height: 1.2;
    font-size: 12px
}

.blog_card li img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.list3 li {
    width: 32%
}

.top-works-wrap {
    position: relative
}

.top-works-title {
    position: absolute;
    background: rgba(79, 52, 32, 0.7);
    bottom: 0;
    z-index: 20;
    display: block;
    width: 100%;
    color: #fff;
    padding: 3px;
    box-sizing: border-box
}

#blog_flexwrap {
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    padding: 30px 0 0;
    margin: 0 auto
}

#blog_flexwrap #blog_side {
    width: 250px;
    margin-left: 20px
}

#blog_flexwrap #blog_main {
    flex: 1
}

#blog_flexwrap #blog_main section {
    margin-bottom: 25px
}

.blog_sttl01 {
    border: 1px solid #ccc;
    color: #006;
    text-indent: 10px;
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal
}

.blog_sttl01:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ca";
    margin-right: 5px
}

.blog_mttl {
    font-size: 1.6rem;
    border-bottom: 2px solid #eee;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.blog_mttl:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #006;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.blog_time {
    padding-top: 0px;
    font-weight: normal
}

.blog_time:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blog_box {
    min-height: 300px;
    position: relative
}

.blog_box img {
    max-width: 100%;
    padding: 15px 0
}

.pages {
    margin-top: 30px;
    text-align: center
}

.page_next,
.page_prev {
    display: inline-block;
    padding: 10px
}

@media screen and (max-width: 768px) {
    #blog_flexwrap {
        display: -webkit-block;
        display: block;
        width: 95%;
        padding: 30px 0
    }

    #blog_flexwrap #blog_main {
        background: #fff;
        width: 100%;
        flex: 1;
        margin-bottom: 20px
    }

    #blog_flexwrap #blog_side {
        width: 100%;
        margin-left: 0px
    }
}

.blogCard {
    display: flex;
    flex-wrap: wrap
}

.blogCard * {
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.blogBox {
    width: calc((100% - 10px) /4);
    margin: 0 5px 20px 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff
}

.blogBox:nth-child(4n) {
    margin-right: 0
}

.blogBox figure {
    height: 150px;
    overflow: hidden;
    border: 1px solid #003
}

.blogBox figure img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.blogBox figure:hover img {
    opacity: 1 !important;
    transform: scale(1.1)
}

.blogDate {
    text-align: right;
    color: #fff;
    margin-left: auto;
    background: #006;
    width: 120px;
    padding: 3px;
    font-size: 14px
}

.blogDate:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
    font-weight: normal
}

.blogTitle {
    color: #000
}

.blogTitle a {
    color: #000;
    font-size: 15px
}

.business-title {
    font-size: 4rem;
    font-family: "Playfair Display", serif;
    line-height: 1.1;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 102, 0.2);
    color: #006
}

.business-title span {
    color: #333;
    font-size: 2rem;
    padding: 5px;
    position: relative
}

.business-title span:before {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    width: 1050px;
    left: -700px;
    top: -0px;
    z-index: 2;
    background: #000
}

@media all and (max-width: 639px) {
    .business-title {
        font-size: 2.7rem;
        line-height: 1.3
    }

    .business-title span {
        font-size: 1.5rem
    }

    .business-title span:before {
        width: 200px;
        left: -15px
    }
}

.list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px
}

.list2>li {
    box-sizing: border-box;
    width: 48%;
    padding: 10px;
    box-shadow: 4px 4px 10px rgba(0, 0, 102, 0.3);
    margin-bottom: 40px;
    border: 1px solid #eee;
    background: rgba(255, 255, 255, 0.9)
}

@media all and (max-width: 639px) {
    .list2>li {
        width: 95%;
        margin-bottom: 25px
    }
}

/*# sourceMappingURL=basis.css.map */