@charset "UTF-8";
/* --------------------------------------------- */
/* ▼all (全環境に共通) */
/* --------------------------------------------- */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,
aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

*, *:before, *:after {
    box-sizing: border-box;
    word-break: break-all;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #111;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #111;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

input,select {
    vertical-align: middle;
}

address {
    font-style: normal;
}

ol,ul {
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.3;
}

img {
    vertical-align: bottom;
    font-size: 0;
    line-height: 0;
    height: auto;
    max-width: 100%;
}
iframe {
    vertical-align: bottom;
}
html {
    font-size: 62.5%;
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-family: "Helvetica Neue","Hiragino Kaku Gothic ProN","Hiragino Sans",Arial,Meiryo,sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #333;
}

a {
    color:#222;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:visited {
    color: #222;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #222;
}

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a[href^="tel:"] {
    pointer-events: none;
}

a.link {
    color:#222;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #222;
}

a.linklist {
    color: #014099;
}

a.linklist:hover {
    color: #3480ce;
    text-decoration: underline;
}

a.blank::after {
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/img_v4/ico_blank.svg) right top no-repeat;
    content: '';
    margin-left: 2px;
}
button, input, optgroup, select, textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
    border: none;
    outline: none;
}

*:focus {
    outline: none;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/**======== layout ========**/
.container {
    position: relative;
}

/*** header ***/
header.site-header {
    z-index: 51;
    width: 100%;
    border-bottom: 1px solid #dadada;
    position: sticky;
    top: 0;
    background: #fff;
    transition: transform .3s ease;
}
.site-header-in {
    height: 64px;
    margin: 0 24px;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.logo-wrap {
    display: flex;
    align-items: center;
    gap:22px;
    padding: 0;
}
.logo-wrap .area-logo {
    padding: 0;
    width: auto;
    margin: 0;
}
.logo-wrap .area-logo a {
    display: block;
}
.logo-wrap .area-logo img {
    width: auto;
    height: 40px;
}
.logo-wrap .op-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-wrap .op-logo img {
    width: auto;
    height: 29px;
}
.site-header .hd-menu-list {
    display: none;
}
/* site-header-nav */
.site-header-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    flex-direction: column;
    width: 320px;
    height: 100vh;
    min-height: 100vh;
    min-height: 100dvh;
    padding-bottom: 64px;
    overflow-y: scroll;
    box-shadow: none;
    transition: transform .3s;
    transform: translateX(100%);
    background-color: var(--main-color);
}
.site-header-nav.active {
    transform: translateX(0);
}
#hd-menubtn {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 64px;
    height: 64px;
    overflow: hidden;
    text-align: center;
    z-index: 100;
}
#hd-menubtn .on {
    display: block;
}
#hd-menubtn .off {
    display: none;
}
#hd-menubtn.active .on {
    display: none;
}
#hd-menubtn.active .off {
    display: block;
}
#hd-menubtn .menubtn-area {
    transition: all .4s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
}
#hd-menubtn .menubtn-area .on:before {
    position: absolute;
    top: 7px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 38px;
    height: 38px;
    vertical-align: top;
    background-color: var(--main-color);
    -webkit-mask: url(/img_v4/ico_map.svg) center / 38px 38px no-repeat;
    mask: url(/img_v4/ico_map.svg) center / 38px 38px no-repeat;
}
#hd-menubtn .menubtn-area .text {
    font-size: 11px;
    margin-bottom: 4px;
    color: var(--main-color);
}
#hd-menubtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    background: #fff;
    width: 23px;
}
#hd-menubtn.active .menubtn-area {
    transform: rotateX(360deg);
}
#hd-menubtn.active span:nth-of-type(1) {
    top: 20px;
    left: 20px;
    transform: translateY(6px) rotate(-135deg);
    width: 40%;
}
#hd-menubtn.active span:nth-of-type(2) {
    opacity: 0;
}
#hd-menubtn.active span:nth-of-type(3) {
    top: 32px;
    left: 20px;
    transform: translateY(-6px) rotate(135deg);
    width: 40%;
}
.site-header-nav .nav-list-wrap {
    flex-direction: column;
    padding: 0 0 100px;
    height: auto;
    margin: 0 auto;
}
.site-header-nav .nav-list-wrap .all-top {
    position: absolute;
    top: 20px;
    left: 20px;
}
.site-header-nav .nav-list-wrap .all-top a {
    color: #fff;
    font-size: 13px;
    padding: 4px 6px 4px 12px;
    position: relative;
}
.site-header-nav .nav-list-wrap .all-top a::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 34%;
    left: 0;
    transform: rotate(225deg);
}
.site-header-nav .nav-list {
    height: auto;
    padding:46px 20px 0;
}
.site-header-nav .nav-list .ttl {
    text-align: center;
    font-size: 12px;
    padding-top: 15px;
    color: #fff;
}
.site-header-nav .nav-list dl dt {
    position: relative;
    background: #fff;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    padding: 8px 0 8px 0;
    margin-top: 10px;
    cursor: pointer;
}
.site-header-nav .nav-list dl dd li {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    padding-bottom: 6px;
    width: 33.333%;
    border-bottom: 1px solid #fff;
}
.site-header-nav .nav-list dl dd li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #fff;
    color: #fff;
}
.site-header-nav .nav-list dl dd li a:hover {
    color: #333;
    background: #fff;
}
.site-header-nav .nav-list dl dd li:nth-child(3n) a {
    border-right: none;
}
.site-header-nav .nav-list-ul {
    display: block;
    height: auto;
}
.site-header-nav .nav-list-li {
    padding: 25px 16px 0;
}
.site-header-in .site-header-nav .nav-list-li:hover {
    border: none;
}
.site-header-nav .nav-list-li .nav-name {
    padding-bottom: 20px;
}
.site-header-nav .nav-list-li .list-wrap {
    position: relative;
    visibility: unset;
    box-shadow: none;
    padding: 0;
}
.site-header-in .site-header-nav .nav-list-li .list-wrap .list-ul {
    max-width: none;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 32px;
    gap: 20px 20px;
}
.site-header-in .site-header-nav .nav-list-li .list-wrap .list-ul .list-li a .img-box {
    max-width: 200px;
}
.site-header-in .site-header-nav .hd-link-wrap {
    margin: 50px 16px 0;
    padding: 30px 0;
    width: calc(100% - 32px);
    border-top: 1px solid #fff;
}
.site-header-in .hd-txtcopy {
    position: absolute;
    top: 40%;
    right: 70px;
    font-size: 13px;
    color: #696969;
    font-family: "Yu Gothic";
    font-weight: 700;
}
#hd-menubtn-bg.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
#hd-menubtn-bg {
    height: 100vh;
    width: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    transition: all .2s;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}
#hd-menubtn-bg.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.sp-hd-sticky {
    display: none;
}
/*** footer ***/
.site-footer {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 55px 40px 95px 75px;
    position: relative;
    z-index: 4;
}
.site-footer-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.site-footer-container .area-ft {
    display: flex;
    padding: 0;
}
.site-footer-container .area-ft .footer-logo-wrap {
    margin-right: 120px;
}
.site-footer-container .area-ft .footer-logo-wrap .area-logo {
    margin-bottom: 6px;
}
.site-footer-container .area-ft .footer-logo-wrap .area-logo a img {
    width: 220px;
}
.site-footer-container .area-ft .footer-logo-wrap .media-logo {
    padding-top: 5px;
}
.site-footer-container .area-ft .footer-logo-wrap .bt-txt {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.4;
}
.site-footer-container .area-ft .footer-logo-wrap .media-logo a img {
    max-width: 180px;
    max-height: 44px;
}
.site-footer-container .area-ft .footer-link {
    padding-right: 50px;
}
.site-footer-container .area-ft .footer-link ul li {
    position: relative;
    padding: 4px 0;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
.site-footer-container .area-ft .footer-link ul li::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 10px;
    background: var(--main-color);
    margin-right: 8px;
}
.site-footer-container .area-ft .footer-link ul li a {
    font-size: 13px;
}
.site-footer-container .area-ft .footer-link ul li a:hover {
    text-decoration: underline
}
.site-footer-container .area-ft .footer-info {
    width: 280px;
    margin-top: 0;
    border-radius: 6px;
    line-height: 1.6;
    margin-left: auto;
    box-sizing: border-box;
}
.site-footer-container .area-ft .footer-info .business-sec {
    color: #3b525c;
    text-align: center;
    background: var(--sub-color);
    padding: 20px;
    border-radius: 20px;
}
.site-footer-container .area-ft .footer-info .business-sec .txt {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.site-footer-container .area-ft .footer-info .business-sec .btn a {
    width: 200px;
    color: #0a2733;
    padding: 0 14px;
    height: 44px;
    font-size: 14px;
    line-height: 42px;
    display: inline-block;
    border: 1px solid #757575;
    text-align: center;
    font-weight: 700;
    box-sizing: border-box;
    border-radius: 25px;
    background: #fff;
}
.site-footer-container .area-ft .footer-info .business-sec .btn a:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff!important;
}
.site-footer-container .copy {
    padding-top: 40px;
    text-align: right;
}

/** 汎用 **/
/* preview-message */
.preview-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: rgb(0 0 0 / 70%);
    background: rgb(255 0 0 / 70%);
    padding: 20px 30px;
    min-width: 300px;
    border-radius: 12px;
    color: #fff;
    line-height: 1.3;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    text-align: center;
    z-index: 51;
}
.preview-message .main {
    font-size: 15px;
}
.preview-message .sub {
    font-size: 10px;
    margin-top: 10px;
}
.preview-message-close {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    background-color: rgb(255 255 255);
    line-height: 1;
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    border: 0.2em solid currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    cursor:pointer;
    top:-0.8em;
    left:-0.8em;
  }
  .preview-message-close:hover {
    background-color: rgb(255 255 255 / 90%);
  }
  .preview-message-close > span {
    width: 52%;
    height: 0.2em;
    background: currentColor;
    border-radius: 0.1em;
    position: relative;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .preview-message-close > span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

/* sns */
.sns-wrap .share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 50;
    margin: 0;
}
.sns-wrap .share li.btn a,
.sns-wrap .share li.btn button {
	display:block;
	width:28px;
	height:28px;
	background:transparent no-repeat center;
	border-radius:50%;
	cursor:pointer;
	margin: 0 12px;
}
.sns-wrap .share li.btn a,
.sns-wrap .share li.btn button {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.sns-wrap .share li.btn a:hover,
.sns-wrap .share li.btn button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.sns-wrap .share li.share-x a {
	background-color:#000;
	background-image:url(/img_v4/ico_x_w.svg);
	background-size:16px auto;
}
.sns-wrap .share li.share-fb a {
	background-color:#1877f2;
	background-image:url(/img_v4/ico_facebook_w.svg);
	background-size:43px auto;
}
.sns-wrap .share li.share-ln a {
	background-color:#06c755;
	background-image:url(/img_v4/ico_line.svg);
	background-size:29px auto;
}
.sns-wrap .share li.share-copy {
    border-left: 1px solid #eee;
}
.sns-wrap .share li.share-copy a {
	background-image:url(/img_v4/ico_link.svg);
	background-size:24px auto;
}
.sns-wrap .share li.share-txt {
    color: #999;
    font-size: 11px;
    padding: 0 7px;
}
.sns-wrap .share li span {display: none;}

.sns-wrap .share li:last-child .tooltip::after {
    left: -30%;
}

#copybtn-txt {
    visibility: hidden;
    min-width: 250px;
    background-color: #313131d6;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 15px 30px; 
    position: fixed;
    z-index: 90;
    left: 50%;
    bottom: 30px; 
    transform: translateX(-50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 25%);
}
#copybtn-txt.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 1.8s;
    animation: fadein 0.5s, fadeout 0.5s 1.8s;
}
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

/* tooltip */
.tooltip {
    display: inline-block;
    position: relative;
}
.tooltip::before,
.tooltip::after {
    -webkit-transition: all 0.2s;
    opacity: 0;
    position: absolute;
    transition: all 0.2s;
    visibility: hidden;
    z-index: 11;
}
.tooltip::before {
    -webkit-transform: translateX(-50%);
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #eaf1ff;
    border-bottom: 0;
}
.tooltip::after {
    -webkit-transform: translateX(-50%);
    background: #eaf1ff;
    border-radius: 3px;
    color: #666;
    content: attr(data-tooltip);
    display: block;
    font-size: 10px;
    letter-spacing: -.5px;
    font-weight: 400;
    padding: 6px 8px;
    white-space: nowrap;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
}
.tooltip:hover {
    cursor: pointer;
}
.tooltip:hover::before {
    opacity: 1;
    visibility: visible;
}
.tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}
/* luminous */
.lum-gallery-button {
    display: none !important;
}

/* -------------------------------------------- */
/* ▼pc */
/* -------------------------------------------- */

.sp-none {
    display: block;
}

.sp-only {
    display: none;
}
.tb_sp-none {
    display: block;
}

.tb_sp-only {
    display: none;
}
a[href^="tel:"].phone-link {
    pointer-events: all;
}

/* -------------------------------------------- */
/* ▼tablet */
/* -------------------------------------------- */
@media screen and (max-width: 979px) {
    .tb_sp-none {
        display: none !important;
    }

    .tb_sp-only {
        display: block !important;
    }

    /*** footer ***/
    .site-footer-container .area-ft {
        flex-direction: column;
    }
    .site-footer-container .area-ft .footer-logo-wrap {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .site-footer-container .area-ft .footer-link {
        padding-right: 0px;
    }
    .site-footer-container .area-ft .footer-info {
        width: 100%;
        padding-top: 35px;
    }

}

/* ------------------------------------ */
/* ▼sp */
/* ------------------------------------ */
@media screen and (max-width: 479px) {
    .sp-none {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }
    a[href^="tel:"] {
        pointer-events: all;
    }

    /*** header ***/
    header.site-header {
        position: relative;
        top: auto;
    }
    .site-header-in {
        height: 48px;
        margin: 0 16px;
    }
    .logo-wrap {
        gap:10px;
    }
    .logo-wrap .area-logo img {
        height: 25px;
    }
    .logo-wrap .op-logo img {
        height: 23px;
    }
    .site-header-in .hd-txtcopy {
        display: none;
    }
    #hd-menubtn {
        width: 32px;
        height: 48px;
    }
    #hd-menubtn .menubtn-area .on:before {
        top: 5px;
        width: 26px;
        height: 26px;
        -webkit-mask: url(/img_v4/ico_map.svg) center / 26px 26px no-repeat;
        mask: url(/img_v4/ico_map.svg) center / 26px 26px no-repeat;
    }
    #hd-menubtn .menubtn-area .text {
        font-size: 10px;
        margin-bottom: 5px;
    }
    #hd-menubtn.active span {
        height: 2px;
    }
    #hd-menubtn.active span:nth-of-type(1) {
        top: 20px;
        left: 10px;
    }
    #hd-menubtn.active span:nth-of-type(3) {
        top: 32px;
        left: 10px;
    }
    .sp-hd-sticky {
        display: block;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 10;
    }
    .sp-hd-sticky ul.hd-menu-list {
        padding: 0;
        display: flex;
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        width: 100%;
        border-bottom: 1px solid #dadada;
    }
    .sp-hd-sticky ul.hd-menu-list::-webkit-scrollbar {
        display: none;
    }
    .sp-hd-sticky ul.hd-menu-list li {
        flex-shrink: 0;
    }
    .sp-hd-sticky ul.hd-menu-list li.active {
        border-bottom: 2px solid var(--main-color);
    }
    .sp-hd-sticky ul.hd-menu-list li.profile a {
        padding-left: 16px;
    }
    .sp-hd-sticky ul.hd-menu-list a {
        font-size: 12px;
        margin:0;
        padding: 12px;
        line-height: 1.3;
        display: flex;
        align-items: center;
    }
    .sp-hd-sticky ul.hd-menu-list a .txt {
        padding: 0;
        width: auto;
    }
    /*** footer ***/
    .site-footer {
        padding: 30px 40px;
    }
    .site-footer-container .area-ft .footer-logo-wrap .bt-txt {
        font-size: 11px;
    }

    /** 汎用 **/
    /* sns */
    .sns-wrap .share li.btn a,
    .sns-wrap .share li.btn button {
        width: 22px;
	    height: 22px;
        margin: 0 10px;
    }
    .sns-wrap .share li.share-x a {
        background-size:12px auto;
    }
    .sns-wrap .share li.share-fb a {
        background-size:34px auto;
    }
    .sns-wrap .share li.share-ln a {
        background-size:23px auto;
    }
    .sns-wrap .share li.share-copy a {
        background-size: 22px auto;
    }
    /* tooltip */
    .tooltip::before,
    .tooltip::after {
        display: none;
    }


}