@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
    color: #000;
    font-family: 'Shippori Mincho';
    font-size: 14px;
    line-height: 30px;
    background: url("../img/shared/bd_bg.jpg") repeat;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 40px;
        letter-spacing: 3px;
    }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wow{
	visibility: hidden;
}
/* shippori-mincho-b1-regular - japanese_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shippori Mincho B1';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/shippori-mincho-b1-v23-japanese_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* shippori-mincho-b1-500 - japanese_latin */
@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho B1';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/shippori-mincho-b1-v23-japanese_latin-500.woff2") format("woff2");
}
/* shippori-mincho-b1-700 - japanese_latin */
@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho B1';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/shippori-mincho-b1-v23-japanese_latin-700.woff2") format("woff2");
}
/* shippori-mincho-regular - japanese_latin */
@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/shippori-mincho-v16-japanese_latin-regular.woff2") format("woff2");
}
/* shippori-mincho-500 - japanese_latin */
@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/shippori-mincho-v16-japanese_latin-500.woff2") format("woff2");
}
/* shippori-mincho-700 - japanese_latin */
@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/shippori-mincho-v16-japanese_latin-700.woff2") format("woff2");
}
/* cormorant-garamond-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/cormorant-garamond-v20-latin-600.woff2") format("woff2");
}
/* eb-garamond-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/eb-garamond-v31-latin-regular.woff2") format("woff2");
}
/* eb-garamond-600 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/eb-garamond-v31-latin-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fnt-shippori {
    font-family: 'Shippori Mincho';
}
.fnt-shippori-b1 {
    font-family: 'Shippori Mincho B1';
}
.fnt-cormorant {
    font-family: 'Cormorant Garamond';
}
.fnt-eb {
    font-family: 'EB Garamond';
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
}
html {
    min-width: auto;
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}
.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: 0.8s;
}
.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: 0.5s;
}
.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        -webkit-transition: none !important;
        animation: unset !important;
        transition: none !important;
    }
}
/*=============================================
===============================================
===============================================
*************** mobie first header ************
===============================================
===============================================
*=============================================*/
header h1 {
    color: #898989;
    position: absolute;
    left: 5px;
    top: 195vw;
    line-height: 25px;
    right: 5px;
    text-align: center;
}
#head-key .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 78%;
    z-index: 9;
}
#head-top {
    padding: 0 0 60px;
}
.nav-header .nav {
    display: block;
    padding-top: 15%;
    height: auto;
    margin-bottom: 5vw;
}
.nav-header .logo-nav {
    margin: auto;
    max-width: 150px;
}
.nav-header a.nav-main {
    padding: 10px 51px;
    font-size: 20px;
    text-align: center;
    justify-content: flex-start;
    display: flex;
    box-sizing: border-box;
}
.nav-header a.nav-main.active, .nav-header a.nav-main:hover {
    color: #999999
}
.nav-header .sub-nav span {
    padding: 0 10px;
    font-size: 16px;
}
.nav-header li a.nav-main.active::before {
    width: 40%;
    height: 1px;
    background: #3b2718;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30%;
    display: none;
}
.nav-header a.nav-main span {
    padding: 5px 30px;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {
    display: none;
}
.nav-header .sub-box {
    opacity: 1;
    visibility: visible;
    position: inherit;
    top: inherit;
    left: initial;
    width: auto;
    padding: 0 25px;
}
.nav-header .tel-nav {
    text-align: center;
    font-size: 31px;
}
.nav-header .tel-icon {
    padding-left: 0;
    width: 100%;
    border-left: none;
}
.head-info {
    margin-right: 0px;
    display: none;
}
#key-box {
    width: 100%;
}
.header-box {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
}
header .logo {
    padding: 30px 0 10px 10px;
    width: 23%;
    max-width: 150px;
    position: absolute;
    top: 3vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}
header h1 {
    font-size: 1.8vw;
    padding: 5px 5px 0;
    width: 60%;
    line-height: 1.8;
}
.hamberger-btn {
    position: relative;
    top: 17px;
    right: 0;
    width: 48px;
    height: 48px;
    z-index: 201;
    overflow: hidden;
    right: 0;
    margin: 0 auto;
}
.hamberger-btn::after {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "MENU";
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'EB Garamond';
}
.hamberger-btn span {
    width: 22px;
    height: 2px;
    position: absolute;
    top: 35%;
    transform: translate3D(-50%, -50%, 0);
    left: 50%;
    background: #fff;
    transition: all 0.4s;
}
.hamberger-btn span::before, .hamberger-btn span::after {
    width: 22px;
    height: 2px;
    position: absolute;
    left: 0;
    background: #fff;
    content: "";
}
.hamberger-btn span::after {
    top: -7px;
}
.hamberger-btn span::before {
    top: 7px;
}
.nav-header .sub-nav::before {
    display: none;
}
.menu-open .hamberger-btn span {
    transform: rotate(360deg);
}
.menu-open .hamberger-btn span {
    transform: rotate(142deg) translateX(20px);
    top: 5px;
    left: 58%;
}
.menu-open .hamberger-btn span::after {
    transform: rotate(-105deg) translateX(0px);
    top: 0;
}
.menu-open .hamberger-btn::after {
    content: "CLOSE";
}
.menu-open .hamberger-btn span::before {
    opacity: 0;
}
@media only screen and (min-width: 768px) {
    .hamberger-btn {
        position: fixed;
        right: 0;
        top: 0;
        background: #333333;
        width: 135px;
        height: 70px;
        cursor: pointer;
        opacity: 0;
        visibility: hidden
    }
	.menu-open .hamberger-btn {
		  opacity: 1;
        visibility: visible
	}
    .hamberger-btn:hover{
        opacity: 0.8 !important;
    }
    .fixed-btn .hamberger-btn {
        opacity: 1;
        visibility: visible
    }
    .hamberger-btn::after {
        bottom: 26px;
        left: 20px;
        font-size: 20px;
        letter-spacing: 0;
    }
    .hamberger-btn span {
        left: 29px;
        top: 35px;
        width: 30px;
    }
    .hamberger-btn span::before, .hamberger-btn span::after {
        width: 30px;
    }

    .menu-open .hamberger-btn span {
        left: 31px;
        top: 22px;
    }

    .menu-open .hamberger-btn span::before {}
}
.nav-header {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    background: url(../img/shared/bd_bg.jpg) repeat;
}
.nav-header .banner {
    width: 80%;
    margin: 0 auto;
}
.menu-open .nav-header {
    visibility: visible;
    overflow: scroll;
    z-index: 99;
    opacity: 1;
}
.js-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    padding-bottom: 200px;
}
.js-scroll .box-tel {
    border: 1px solid;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 5vw;
    width: 85%;
    margin: 0 auto 5vw;
    padding: 0%;
}
.js-scroll .box-tel dl dt {
    text-align: center;
}
.js-scroll .box-tel .tel {
    border-radius: 5px;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 0;
}
.js-scroll .box-tel .tel .tel-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    font-size: 5vw;
    align-items: baseline;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.js-scroll .box-tel .tel .tel-icon span {
    font-size: 3.5vw;
    margin-right: -2%;
}
.js-scroll .box-tel .tel .tel-icon span img {
    width: 19%;
    margin-right: 3%;
}
.js-scroll .box-tel .fax {
    border-radius: 5px;
    padding: 0px 5%;
    text-align: center;
}
.js-scroll .box-tel .fax .fax-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    align-items: baseline;
}
.js-scroll .box-tel .fax .fax-icon span {
    font-size: 3.5vw;
    margin-right: -2%;
}
.js-scroll .box-tel .fax .fax-icon span img {
    width: 23%;
    margin-right: 5%;
}
.js-scroll .info {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.js-scroll .sns {
    margin: 0 20px;
    justify-content: center;
}
.js-scroll .sns li {
    margin: 0 5px;
}
@media only screen and (min-width: 768px) {
    .js-scroll .logo {
        position: absolute;
        left: 14px;
        top: 0px;
        right: auto;
        width: 100px;
    }
    .js-scroll .box-tel {
        margin-bottom: 30px;
        width: 560px;
        border-radius: 10px;
    }
    .js-scroll .box-tel dl {
        display: flex;
        height: 100%;
    }
    .js-scroll .box-tel dl dt {
        font-size: 20px;
        align-self: center;
        padding-left: 29px;
        border-right: 1px solid;
        height: 100px;
        align-self: center;
        display: flex;
        align-items: center;
        padding-right: 20px;
        width: 143px;
        letter-spacing: 3px;
    }
    .js-scroll .box-tel .tel {
        width: 289px;
        margin-top: 6px;
        margin-bottom: -3px;
    }
    .js-scroll .box-tel .tel .tel-icon {
        font-size: 26px;
        width: 100%;
    }
    .js-scroll .box-tel .tel .tel-icon span {
        font-size: 18px;
        margin-right: 0px;
    }
    .js-scroll .box-tel .tel .tel-icon span img {
    width: 14px;
    margin-right: 3px;
    margin-top: -3px;
}
    .js-scroll .box-tel .fax {
        width: 288px;
        margin-bottom: -9px;
    }
    .js-scroll .box-tel .fax .fax-icon {
        font-size: 26px;
    }
    .js-scroll .box-tel .fax .fax-icon span {
        font-size: 18px;
        margin-right: 0px;
    }
    .js-scroll .box-tel .fax .fax-icon span img {
    margin-top: -6px;
    width: 18px;
    margin-right: 3px;
}
    .js-scroll .box-tel .time {
        margin-left: 27px;
        font-size: 13px;
    }
    .js-scroll .box-tel .time span {
        display: inline-block !important;
    }
    .js-scroll .group {
        position: relative;
    }
    .js-scroll .info {
        line-height: 29px;
        text-align: left;
        margin-left: 165px;
        width: 440px;
        margin-bottom: -3px;
        margin-top: 18px;
        letter-spacing: 2.5px;
    }
    .js-scroll .sns {
        margin-left: 157px;
        width: 114px;
    }
    .js-scroll .sns li {
        width: 29px;
        margin: 0 10px;
    }
	.js-scroll .sns li:nth-child(1){
        width: 33px;
       
    }
}
.hide-nav {
    width: 50px;
    display: flex;
    justify-content: center;
    margin: 15px auto;
    height: 50px;
}
header h1 {
    width: 94%;
    font-size: 2.2vw;
    padding: 5px;
}
.hamberger-btn {
    top: 0;
}
#key-box {
    height: 100%;
    min-height: 215vw;
    position: relative;
}
#key-box .keyvisual li {
    height: 450px;
}
footer {
    position: relative;
    margin-top: 0;
    padding: 34px 0 0;
}
footer .logo {
    max-width: 88px;
    margin: 0 auto 27px;
}
footer nav {
    display: none
}
footer .box-tel {
    border: 1px solid;
    border-radius: 6px;
    text-align: center;
    margin-bottom: 5vw;
    width: 76%;
    margin: 0 auto 3vw;
    padding: 2%;
    box-sizing: border-box;
}
footer .box-tel dl dt {
    text-align: center;
    margin-bottom: 3vw;
}
footer .box-tel .tel {
    border-radius: 5px;
    padding: 0 4%;
    text-align: center;
    margin-bottom: -2vw;
	line-height: 1.8;
}
footer .box-tel .tel .tel-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    font-size: 5vw;
    align-items: baseline;
    font-weight: 500;
    letter-spacing: 0.1em;
	
}
footer .box-tel .tel .tel-icon span {
    font-size: 3.5vw;
    margin-right: -2%;
}
footer .box-tel .tel .tel-icon span img {
    width: 16%;
    margin-right: 3%;
    margin-top: -7%;
}
footer .box-tel .fax {
    border-radius: 5px;
    padding: 0px 5%;
    text-align: center;
	line-height: 1.8;
}
footer .box-tel .fax .fax-icon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    font-size: 5vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    align-items: baseline;
}
footer .box-tel .fax .fax-icon span {
    font-size: 3.5vw;
    margin-right: -2%;
}
footer .box-tel .fax .fax-icon span img {
    width: 20%;
    margin-right: 5%;
    margin-top: -5%;
}
footer .info {
    text-align: center;
    border-bottom: 3px solid #389ea3;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 87%;
    margin: 0 auto -4vw;
}
@media only screen and (min-width: 768px) {
    footer .box-tel {
        width: 520px;
        border-radius: 10px;
        margin-left: 60px;
        margin-bottom: 16px;
    }
    footer .box-tel dl {
        display: flex;
    }
    footer .box-tel dl dt {
        margin-bottom: 0;
        width: 158px;
        font-size: 20px;
        padding-top: 39px;
        letter-spacing: 3px;
        text-align: left;
        margin-left: 14px;
    }
    footer .box-tel dl dd {
        border-left: 1px solid;
        align-self: center;
        width: 297px;
        text-align: left;
    }
    footer .box-tel .tel {
        width: 100%;
        margin-bottom: -3px;
		line-height: 40px;
    }
    footer .box-tel .tel .tel-icon {
        font-size: 26px;
    }
    footer .box-tel .tel .tel-icon span {
        font-size: 18px;
    }
    footer .box-tel .tel .tel-icon span img {
        width: 12px;
        margin-right: 4px;
    }
    footer .box-tel .fax {
        width: 100%;
        margin-bottom: -6px;
		line-height: 40px;
    }
    footer .box-tel .fax .fax-icon {
        font-size: 26px;
    }
    footer .box-tel .fax .fax-icon span {
        font-size: 18px;
    }
    footer .box-tel .time {
        margin-left: 30px;
        font-size: 13px;
        letter-spacing: 2px;
    }
    footer .info {
        border-bottom: 0;
        margin-bottom: 0;
        text-align: left;
        font-size: 16px;
        line-height: 30px;
        margin-left: 70px;
        letter-spacing: 2px;
    }
    footer .info a {
        border-bottom: 1px solid
    }
    footer .info a:hover {
        border-bottom: 0
    }
}
#fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #333333;
    z-index: 102;
    opacity: 1;
    transition: opacity 0.3s ease;
}
.menu-open #fixed-sp {
    z-index: 107
}
.fixed-btn #fixed-sp {
    opacity: 1;
}
#fixed-sp ul {
    display: flex;
}
#fixed-sp ul li {
    width: 20%;
    height: 55px;
}
@media only screen and (max-width: 767px) {
    .menu-open #fixed-sp ul li:nth-child(4) {
        background: url(../img/shared/bd_bg.jpg) repeat;
        height: 70px;
    }
    .menu-open .hamberger-btn span {
        background: #000;
    }
    .menu-open .hamberger-btn span::before, .menu-open .hamberger-btn span::after {
        background: #000;
    }
    .menu-open .hamberger-btn::after {
        color: #000;
    }
}
#fixed-sp ul li:nth-child(1) {
    width: 50%;
    background: #5ca2a5;
    height: 70px;
}
#fixed-sp ul li:nth-child(1) img {
    width: 22px;
    margin-right: 5px;
    margin-top: 2px;
}
#fixed-sp ul li:nth-child(2) {
    border-right: 1px solid #999999;
}
#fixed-sp ul li:nth-child(3) {
    border-right: 1px solid #999999;
}
#fixed-sp ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #FFF;
}
#fixed-sp ul li a.fnt-eb {
    font-family: 'EB Garamond';
    flex-direction: column;
    justify-content: flex-end;
}
#fixed-sp ul li a img {
    width: 11px;
    margin-top: 6px;
}
#fixed-sp ul li:nth-child(3) a img {
    width: 13px;
}
#pagetop {
    bottom: 91px;
    width: 50px;
    z-index: 98;
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0 auto;
    left: 0;
}
footer {
    color: #000;
    background: url("../img/shared/footer_bg.jpg") no-repeat center;
    background-size: cover;
}
footer h2 {
    text-align: center;
    font-weight: bold;
    font-size: 48px;
    line-height: 40px;
    margin: 0 auto 8%;
    display: block;
}
footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
footer .group-bnr {
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .group-bnr li {
    width: 48%;
    margin-bottom: 1.5vw;
}
footer .left {
 
    max-width: 100%;
    margin-bottom: 9vw;
}
footer .tel {
    padding: 16px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8%;
}
footer .tel dt {
    font-weight: bold;
}
footer .tel dt span {
    font-weight: bold;
    font-size: 27px;
    margin-left: 5px;
    vertical-align: sub;
}
footer .tel dd {
    font-size: 12px;
    line-height: 20px;
}
footer .banner {
    position: relative;
    margin-bottom: 8%;
}
footer .banner span {
    position: absolute;
    font-size: 4vw;
    font-weight: bold;
    z-index: 10;
    top: 18%;
    left: 6%;
    line-height: 1.5;
}
footer .right {
    max-width: 100%;
    margin-bottom: 7vw;
}
footer .right h3 {
    text-align: center;
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
}
footer .right .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-bottom: 1px solid #444444;
    padding: 10px 0;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0;
}
footer .right .info dl dt {
    width: 79px;
}
footer .right .info dl dd {
    width: calc(100% - 60px);
    padding-left: 5px;
    box-sizing: border-box;
}
footer .right .fbbox{
	height: 100vw;
	overflow: hidden;
    text-align: center;
}
footer .bottom {
    background: url(../img/shared/bg2.jpg) repeat;
    padding: 7vw 10px 33vw;
    margin-top: 13vw;
}
footer .access-btn {
    text-align: center;
    margin-bottom: 4vw;
}
footer .access-btn span {
    border-bottom: 1px solid;
    display: inline-block;
    position: relative;
    line-height: 19px;
}
footer .access-btn span::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    background: url(../img/shared/icon_url.png) no-repeat;
    width: 15px;
    height: 17px;
    background-size: 100%;
}
footer address span {
    display: inline-block;
    position: relative;
}
footer address span::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    background: url(../img/shared/icon_windows.png) no-repeat;
    width: 15px;
    height: 17px;
    background-size: 100%;
}
@media only screen and (min-width: 768px) {
    footer .group-bnr {
        justify-content: flex-start;
        margin-left: 65px;
    }
    footer .group-bnr li {
        width: 278px;
        margin-right: 18px;
        margin-bottom: 15px;
    }
    footer .right h3 {
        font-size: 18px;
        text-align: left;
        border-left: 3px solid #389ea3;
        padding-left: 18px;
        letter-spacing: 3px;
		margin-bottom: 30px;
    }
    footer .bottom {
        padding: 39px 0 90px;
        margin-top: 80px;
    }
    footer .bottom .wrap {
        width: 1353px;
        padding: 0 20px;
    }
    footer .access-btn {
        text-align: right;
        margin-bottom: 10px;
		margin-right: 20px;
    }
	footer .access-btn span{
		font-size: 13px;
	}
}
/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    /*.fixed-btn footer:after {
    background: #3b2718;
    content: "";
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 97;
  }
  #fixed-sp {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 85px !important;
  }*/
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
    /* .fixed-btn footer:after {
     background: #3b2718;
     content: "";
     position: fixed;
     bottom: 0px;
     left: 0;
     right: 0;
     height: 36px;
     z-index: 97;
   }
   #fixed-sp {
     bottom: calc(env(safe-area-inset-bottom) - 0px);
   }
   #pagetop {
     bottom: 85px !important;
   }*/
}
.btn-cus {
    position: relative;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    padding-bottom: 0 !important;
    width: 400px;
    max-width: 91%;
    margin-left: auto;
    margin-right: auto;
}
.btn-cus a {
    display: block;
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
    background: #333333;
    border: 1px solid #fff;
    border-radius: 50px;
    overflow: hidden;
    letter-spacing: 1px;
}
.btn-cus a::after {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow.png") no-repeat center;
    width: 15px;
    height: 12px;
    background-size: 100%;
    right: 9%;
    top: 50%;
    transform: translateY(-50%);
}
.btn-cus.white a {
    background: none;
    color: #fff;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
}
.btn-cus.down a {
    background: #5ca2a5;
    border: 1px solid #5ca2a5;
    border-radius: 50px;
    color: #fff;
}
.btn-cus.down a::after {
    content: "";
    background: url("../img/shared/icon_down.png") no-repeat;
    width: 8px;
    height: 14px;
    background-size: 100%;
    top: 50%;
    filter: invert(1);
}
.pc {
    display: none;
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** CSS FOR PC ***************
===============================================
===============================================
*=============================================*/
@media only screen and (min-width: 768px) {
      .menu-open main::after{
        content:"";
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        bottom: 0;
        height: 100vh;
        background: rgba(0,0,0,0.8);
           opacity: 0;
        visibility: hidden;
          transition: all 0.5s;
          z-index: 99
    }
    .menu-open main::after{
        opacity: 1;
        visibility: visible;
          transition: all 0.5s
    }
    .btn-cus a {
        font-size: 18px;
        height: 85px;
        line-height: 85px;
          transition: all 0.5s;
    }
    .btn-cus.white a {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
        transition: all 0.5s
    }
     .btn-cus a:hover{
        background: #5ca2a5;
        transition: all 0.5s;
 
    }
    .btn-cus.white a:hover{
        background: #5ca2a5;
        transition: all 0.5s;
   
    }
    .sp {
        display: none;
    }
    .pc {
        display: block;
    }
    /*=============================================
******************** header ******************
*=============================================*/
    header {
        position: relative;
        width: 100%;
        z-index: 100;
    }
    header .logo {
        text-align: center;
        font-size: 28px;
        padding: 20px 10px 10px;
        left: 30px;
        right: auto;
        width: 120px;
        top: 0;
    }
    header .logo a {
        text-decoration: none;
    }
    header h1 {
        font-size: 12px;
        padding: 10px;
        text-align: left;
        width: 20px;
        left: 0;
        top: 390px;
        height: 650px;
    }
    html img {
        max-width: 100%;
        height: auto;
    }
    #head-key .logo {
        width: auto;
    }
    .js-scroll {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        padding-top: 50px;
        overflow-y: auto;
        padding-left: 87px;
        overflow-x: hidden;
    }
    /*=============================================
******************* nav-fixed ****************
*=============================================*/
    .nav-header {
        top: 0;
        right: 0;
        position: fixed;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        height: 100%;
        left: auto;
        min-height: 100vw;
        width: 750px;
        right: 0;
        padding: 40px;
        box-sizing: border-box;
        min-height: 100vh;
    }
 
    .nav-header .logo-nav {
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-header .logo-nav img {
        width: 100%;
        height: auto;
    }
    .nav-header .tel-icon {
        font-size: 24px;
        letter-spacing: 0.08em;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .fixed-btn .nav-header {
    }
    .nav-header .nav {
        position: relative;
        display: flex;
        justify-content: flex-start;
        max-width: 1000px;
        /* margin: auto; */
        padding-top: 0;
        width: auto;
        flex-wrap: wrap;
        flex-direction: column;
        flex-wrap: wrap;
        height: 197px;
        margin-bottom: 20px;
    }
    .nav-header .nav li {
        margin-bottom: 15px;
    }
    .nav-header a.nav-main, .nav-header .sub-nav {
        position: relative;
        display: flex;
        text-decoration: none;
        cursor: pointer;
        justify-content: flex-start;
        align-items: center;
        letter-spacing: 0.05em;
        font-size: 24px;
        width: 100%;
        height: 100%;
        padding: 5px 11px;
        margin: 0 12px;
        transition: all 0.5s;
    }
    .nav-header a.nav-main::after, .nav-header .sub-nav::after {
        width: 0%;
        height: 1px;
        /* background: #000; */
        content: "";
        position: absolute;
        bottom: 20px;
        left: 5%;
        transition: all 0.4s ease;
        display: block;
    }
    .nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
        width: 90%;
    }
    .nav-header .sub-box {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 50px;
        left: 0;
        width: 275px;
        background: #FFF;
        box-sizing: border-box;
        padding: 10px;
        transition: all 0.4s ease;
    }
    .nav-header .sub-nav::before {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #000;
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 2px;
        transition: all 0.3s ease;
    }
    .btn-fix {
        position: fixed;
        right: 19px;
        bottom: 20px;
		z-index: 10;
    }
    .header-top .nav-h {
        position: absolute;
        right: 57px;
        top: 42px;
        display: flex;
    }
    .header-top .nav-h li {
        margin-right: 26px;
        font-size: 18px;
    }
       .header-top .nav-h li a{
        position: relative
    }
       .header-top .nav-h li a::after {
        width: 0%;
        height: 1px;
        background: #69849F;
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        transition: all 0.4s ease;
        display: block;
    }
    .header-top .nav-h li a.active::after, .header-top .nav-h li a:hover::after {
        width: 100%;
    }
    .header-top .box-tel {
        width: 514px;
        border-radius: 10px;
        margin-left: 60px;
        margin-bottom: 16px;
        position: absolute;
        right: 70px;
        top: 103px;
        border: 1px solid;
        padding: 17px 10px 27px;
        box-sizing: border-box;
    }
    .header-top .box-tel dl {
        display: flex;
    }
    .header-top .box-tel dl dt {
        margin-bottom: 0;
        width: 175px;
        font-size: 20px;
        padding-top: 27px;
        letter-spacing: 3px;
        text-align: left;
        margin-left: 22px;
    }
    .header-top .box-tel dl dd {
        border-left: 1px solid;
        align-self: center;
        width: 298px;
        text-align: left;
        padding-left: 31px;
        height: 90px;
        margin-top: -1px;
        letter-spacing: 3px;
    }
    .header-top .box-tel .tel {
        width: 100%;
        margin-bottom: -6px;
        margin-top: -8px;
    }
    .header-top .box-tel .tel .tel-icon {
        font-size: 26px;
    }
    .header-top .box-tel .tel .tel-icon span {
        font-size: 18px;
    }
    .header-top .box-tel .tel .tel-icon span img {
        width: 15px;
        margin-top: -6px;
        margin-left: -7px;
        margin-right: 7px;
    }
    .header-top .box-tel .fax {
        width: 100%;
        margin-bottom: -9px;
    }
    .header-top .box-tel .fax .fax-icon {
        font-size: 26px;
    }
    .header-top .box-tel .fax .fax-icon span {
        font-size: 18px;
    }
    .header-top .box-tel .fax .fax-icon span img {
        width: 19px;
        margin-right: 4px;
        margin-left: -6px;
        margin-top: -8px;
    }
    .header-top .box-tel .time {
        margin-left: -7px;
        font-size: 13px;
        letter-spacing: 2px;
    }
    .header-top .info {
        text-align: center;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .header-top .sns {
        margin: 0 20px;
        justify-content: center;
        position: absolute;
        right: 66px;
        top: 249px;
    }
    .header-top .sns li {
        margin: 0 8px;
        width: 29px;
    }
    /*=============================================
******************* keyvisual ****************
*=============================================*/
    #head-key {
        display: block;
        justify-content: space-between;
        width: 100%;
        margin-bottom: -2px;
    }
    #key-box {
        width: 100%;
        height: 1314px;
        overflow: hidden;
        min-height: 100vh;
        background: #000;
    }
    #key-box .keyvisual {
        width: 100%;
        height: 100%;
    }
    #key-box .keyvisual li {
        height: 800px;
    }
   
    /*=============================================
******************* footer *******************
*=============================================*/
    footer {
        position: relative;
        padding: 97px 0 0;
    }
    footer nav {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        width: 345px;
        flex-direction: column;
        height: 140px;
        margin-top: 20px;
        letter-spacing: 5px;
    }
    footer nav > a {
            margin-right: 34px;
    width: 197px;
    text-align: left;
    font-size: 18px;
    }
    footer nav > a:hover{
        opacity: 0.8
    }
    footer nav > a + a:before {
        /* content: "\7C"; */
        display: inline-block;
        margin-right: 15px;
        text-decoration: none;
        text-decoration-line: none;
        text-decoration-color: transparent;
    }
    footer .row {
        display: flex;
        justify-content: space-between;
    }
    footer .logo {
        text-align: center;
        max-width: 111px;
    }
    footer dl.tel-ft {
        padding: 10px 0 15px;
        text-align: center;
    }
    footer dl.tel-ft dt {
        font-weight: bold;
    }
    footer dl.tel-ft dt .tel-icon {
        font-size: 25px;
    }
    footer dl.tel-ft dt .tel-icon span {
        font-size: 24px;
        padding: 0 4px 0 8px;
    }
    footer .info-footer {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-bottom: 20px;
    }
    footer .info-footer dl {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dashed;
    }
    footer .info-footer dl dt {
        font-weight: bold;
    }
    footer h2 {
        text-align: center;
        font-weight: bold;
        font-size: 48px;
        line-height: 40px;
        margin-bottom: 58px;
    }
    footer .group {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    footer .left {
        width: 581px;
        margin-bottom: 27px;
    }
    footer .tel {
        padding: 16px 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    footer .tel dt {
        font-weight: bold;
    }
    footer .tel dt span {
        font-weight: bold;
        font-size: 30px;
        margin-left: 17px;
        vertical-align: sub;
    }
    footer .tel dd {
        font-size: 16px;
    }
    footer .banner {
        position: relative;
        margin-bottom: 30px;
    }
    footer .banner span {
        position: absolute;
        font-size: 20px;
        font-weight: bold;
        z-index: 10;
        top: 19px;
        left: 30px;
        line-height: 28px;
    }
    footer .right {
        width: 335px;
        margin-top: 20px;
		margin-bottom: 40px;
    }
    footer .right .fbbox{
        height: 350px;
		text-align: left;
    }
	.fb-page, .fb-page span, .fb-page span iframe[style]{
		    width: 280px;
	}
    footer .right .info dl {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        padding: 10px 0;
        font-size: 16px;
        line-height: 24px;
    }
    footer .right .info dl dt {
        width: 150px;
    }
    footer .right .info dl dd {
        width: calc(100% - 150px);
        padding-left: 0;
    }
    /*=============================================
***************** copyright ******************
*=============================================*/
    #pagetop {
        cursor: pointer;
        transition: all 0.3s ease;
        bottom: 98px;
        right: 10px;
        position: absolute;
        width: 65px;
    }
    #pagetop:hover {
        opacity: 0.9;
    }
    #socialbuttons {
        max-width: 350px;
        line-height: 1;
        margin-right: 0;
        margin-bottom: -50px;
		justify-content: flex-end;
    }
    address {
        padding: 25px 0 10px;
        text-align: left;
        line-height: 20px;
        font-size: 13px;
        line-height: 25px;
    }
    address span {
        display: block;
    }
	address span:hover{
		text-decoration: underline;	
	}
}
.dot_right .slick-dots {
    text-align: right;
}
.dot_left .slick-dots {
    text-align: left;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
      animation-duration: 1s;
  animation-delay: 0.3s;
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 20px, 0);
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInBlur {
    0% {
        opacity: 0;
        -webkit-filter: blur(6px);
        filter: blur(6px);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}
@keyframes fadeInBlur {
    0% {
        opacity: 0;
        -webkit-filter: blur(6px);
        filter: blur(6px);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
    }
}
.fadeInBlur {
    -webkit-animation-name: fadeInBlur;
    animation-name: fadeInBlur;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn-over img, .over-img img, img.over, img:not(.btn):not(.non-over), button img, .btn {
        opacity: 1;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
        transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
    }
    .btn {
        transition: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
    }
    .over-img img:hover, img.over:hover, a:hover img:not(.btn):not(.non-over), button:hover img {
        cursor: pointer;
        opacity: .8;
        transform: none !important;
        -moz-transform: none !important;
        -webkit-transform: none !important;
    }
    a:before {
        text-decoration: underline;
        display: inline-block;
    }
    a:before, a:hover:before {
        text-decoration: none;
    }
}
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
html {
    min-width: auto;
}
html a:hover {
    text-decoration: none;
}
html .wrap {
    padding: 0 5%;
    width: auto;
    max-width: 100%;
}
.sp {
    display: block;
}
.pc {
    display: none !important;
}
html #socialbuttons .social-line {
    width: 70px;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    html #socialbuttons .social-line {
        width: auto;
        overflow: hidden;
    }
    html .wrap {
        padding: 0;
        width: 1000px;
        max-width: 100%;
        box-sizing: border-box;
    }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 768px) {
    body {
        position: static !important;
        top: 0 !important;
        box-sizing: border-box;
    }
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.txt, .txt1, .txt2, .txt3 {
    text-align: justify;
}
@media only screen and (min-width: 768px) {
    .txt, .txt1, .txt2, .txt3 {
        text-align: inherit;
    }
    hr.line {
        height: 14px;
    }
	.btn-fix.abo{
		position: absolute;
		bottom: 200px;
	}
}
.img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.img-parallax img {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}
.item-shared {
    background: url("../img/shared/bg3.jpg") repeat;
    padding: 5% 4%;
    margin-bottom: 6vw;
    box-sizing: border-box;
    width: 100%;
}
.item-shared .row1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4vw;
}
.item-shared .row1 .col {
    width: 43%;
}
.item-shared .row1 .col .carnumber {
    font-weight: bold;
    color: #fff;
    background: #5ca2a5;
    text-align: left;
    margin-bottom: 2vw;
    padding-left: 7%;
}
.item-shared .row1 .col .carname {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
	margin-bottom: 2vw;
	word-break: auto-phrase;
    
}
.item-shared .row1 .col .ttl {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-bottom: 3vw;
}
.item-shared .row1 .col .img {
    position: relative;
}
.item-shared .row1 .col .img .stamp1 {
    background: rgba(191, 42, 45, 0.8);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    z-index: 5;
    transform: translateY(-50%);
    font-size: 14px;
}
.item-shared .row1 .col .img .stamp2 {
    background: rgba(199, 170, 52, 0.8);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    z-index: 5;
    transform: translateY(-50%);
}
.item-shared .row1 .col2 {
    width: 52%;
}
.item-shared .row1 .col2 .info {
    border-bottom: 1px solid #92918D;
    padding-bottom: 3vw;
    margin-bottom: 2vw;
}
.item-shared .row1 .col2 .info dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 11px;
    margin-bottom: 2vw;
    letter-spacing: 0;
    line-height: 20px;
	word-break: break-word;
}
.item-shared .row1 .col2 .info dl dt {
    width: 56px;
    background: #e2ddcf;
    text-align: center;
}
.item-shared .row1 .col2 .info dl dd {
    width: calc(100% - 56px);
    margin-left: 3px;
    font-size: 11px;
}
.item-shared .row1 .col2 .ttl2 {
    letter-spacing: 0;
    margin-bottom: 3vw;
    line-height: 23px;
	    word-break: break-word;
}
.item-shared .row1 .col2 .ttl2 dt {
    font-size: 11px;
}
.item-shared .row1 .col2 .ttl2 dd {
    font-size: 13px;
}
.item-shared .row1 .col2 .btn-cus {
    max-width: 100%;
}
.item-shared .row1 .col2 .btn-cus a {
    border-radius: 30px;
    height: 37px;
    line-height: 37px;
}
.item-shared .row2 .ttl-fax {
    text-align: center;
    font-size: 16px;
    margin-bottom: 2vw;
}
.item-shared .row2 .ttl-fax span::before {
    content: "";
    background: url("../img/shared/icon_fax_2.png") no-repeat;
    width: 20px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    background-size: 100%;
}
.item-shared .row2 .gr-btn {
    justify-content: center;
}
.item-shared .row2 .gr-btn .btn {
    border: 1px solid #000;
    margin: 0 3px;
    line-height: 24px;
}
.item-shared .row2 .gr-btn .btn a {
    padding: 4px 8px;
    font-size: 12px;
}
@media only screen and (min-width: 768px) {
    .item-shared {
        margin-bottom: 20px;
        width: 242px;
        margin-right: 10px;
        padding: 23px 10px;
        box-sizing: border-box;
    }
    .item-shared:nth-child(4n + 4) {
        margin-right: 0
    }
    .item-shared .row1 {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .item-shared .row1 .col {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 9px;
    }
    .item-shared .row1 .col .carnumber {
        margin-bottom: 8px;
        width: 64%;
        padding: 0 11px;
        font-size: 20px;
        letter-spacing: 2px;
		word-break: keep-all;
    }
    .item-shared .row1 .col .carname {
        font-size: 18px;
        margin-bottom: 13px;
		line-height: 25px;
    }
    .item-shared .row1 .col .ttl {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    .item-shared .row1 .col .img {
        height: 176px;
    }
    .item-shared .row1 .col .img .stamp1 {
        font-size: 20px;
    }
    .item-shared .row1 .col .img .stamp2 {
        font-size: 20px;
    }
    .item-shared .row1 .col2 {
        width: 100%;
    }
    .item-shared .row1 .col2 .info {
        padding-bottom: 10px;
        margin-bottom: 9px;
    }
    .item-shared .row1 .col2 .info dl {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .item-shared .row1 .col2 .info dl dt {
        font-size: 13px;
    }
    .item-shared .row1 .col2 .info dl dd {
        font-size: 16px;
        margin-left: 11px;
    }
    .item-shared .row1 .col2 .ttl2 {
        margin-bottom: 20px;
        line-height: 27px;
    }
    .item-shared .row1 .col2 .ttl2 dt {
        font-size: 13px;
    }
    .item-shared .row1 .col2 .ttl2 dd {
        font-size: 16px;
    }
    .item-shared .row1 .col2 .btn-cus a {
        height: 54px;
        line-height: 54px;
        font-size: 18px;
    }
    .item-shared .row2 .ttl-fax {
        margin-bottom: 20px;
    }
  
    .item-shared .row2 .gr-btn .btn {
        letter-spacing: 0;
    }
    .item-shared .row2 .gr-btn .btn:hover{
        opacity: 0.8
    }
    .item-shared .row2 .gr-btn .btn a {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .item-shared .row1 .col .row {
        height: auto !important;
		word-break: break-word;
    }
    .item-shared .row1 .col2 .ttl2 {
        height: auto !important;
    }
}