@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #0a3245;
    text-decoration: none;
}
a:visited {
    color: #0a3245;
}
a:hover {
    color: #0a3245;
}
a:active {
    color: #0a3245;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #0a3245;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
    overflow: hidden;
}
#main {
    display: block;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

/*---改行 --*/
.sp2_br {
    display: none;  
  }
  @media screen and (max-width: 390px) {
    .sp_br {
      display: block; 
    }
  }
  
  .sp_br {
    display: none;
  }
  @media screen and (max-width: 540px) {
    .sp_br {
      display: block; 
    }
  }
  .tb_br {
    display: none; 
  }
  @media screen and (max-width: 640px) {
    .tb_br {
      display: block; 
    }
  }
  .md_br {
    display: none; 
  }
  @media screen and (max-width: 768px) {
    .md_br {
      display: block; 
    }
  }


  .spup_br {
    display: none; 
  }
  @media screen and (min-width: 541px) {
    .spup_br {
      display: block; 
    }
  }
  .sp2up_br {
    display: none; 
  }
  @media screen and (min-width: 641px) {
    .sp2up_br {
      display: block; 
    }
  }
  .mdup_br {
    display: none; 
  }
  @media screen and (max-width: 769px) {
    .mdup_br {
      display: block; 
    }
  }
  .pcup_br {
    display: none; 
  }
  @media screen and (max-width: 898px) {
    .pcup_br {
      display: block; 
    }
  }

/*---ブレイクポイント制御 --*/


@media all and (min-width: 898px) {
    .tb {
        display: none !important;
    }
}
@media all and (min-width: 641px) {
    .md {
        display: none !important;
    }
}
@media all and (min-width: 541px) {
    .sp2 {
        display: none !important;
    }
}
@media all and (min-width: 391px) {
    .sp {
        display: none !important;
    }
}


@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.4rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    img {
        width: 100%;
    }
}



/*------------------------------------------------------------
	#gHeader
------------------------------------------------------------*/
#gHeader {
    max-width: 1000px;
    width: 100%;
    position: absolute;
    top: 6%;
    left: 3%;
    z-index: 1;
}

@media all and (max-width: 896px) {
    #gHeader {
        max-width: inherit;
        width: auto;
        top: 20px;
        left: 20px;
        transform: translateX(0);
    }
    #gHeader h1 {
        width: 176px;
    }
}
/*------------------------------------------------------------
	footer 
------------------------------------------------------------*/
#footer .footer-inside, 
#footer .footer-socialmediaicon {
    display: block;
    width: 100%;
    max-width: 1312px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}
#footer {
    font-size: 1.2rem;
    color: #fff;
    background: #666;
    padding: 16px 0 24px 0;
}
#footer .footer-inside, 
#footer .footer-socialmediaicon {
    margin-bottom: 24px;
}
#footer .footer-inside:last-child, 
#footer .footer-socialmediaicon:last-child {
    margin-bottom: 0;
}
#footer .footer-inside > *:last-child, 
#footer .footer-socialmediaicon > *:last-child {
    margin-bottom: 0;
}
#footer a {
    text-decoration: none;
    color: #fff;
}
#footer a:hover, 
#footer a:focus, 
#footer a:active {
    text-decoration: underline;
}
#footer #permanentmenu ul {
    margin: -8px -8px 16px -8px;
}
#footer #permanentmenu ul > li {
    display: inline-block;
    margin: 8px 8px 0 8px;
}
#footer .footer-socialmediaicon > *:last-child {
    margin-bottom: 0;
}
#footer .footer-socialmediaicon ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: -8px;
    margin-top: -8px;
    width: 100%;
}
#footer .footer-socialmediaicon ul > li {
    display: block;
    margin: 8px 8px 0 8px;
}
#footer .footer-socialmediaicon ul img {
    width: 32px;
    height: 32px;
}
#footer .footer-inside, 
#footer .footer-socialmediaicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#footer #permanentmenu {
    margin: 0;
}
#footer #permanentmenu > *:last-child {
    margin-bottom: 0;
}
#footer #creditline {
    margin: 0 0 0 auto;
}
#footer #creditline > *:last-child {
    margin-bottom: 0;
}
#footer #creditline > p {
    text-align: right;
    white-space: nowrap;
    margin: 0 0 8px 0;
}
#footer #creditline .footer-legalinformation {
    text-align: right;
    white-space: nowrap;
    margin: 0;
}
#footer #creditline .footer-legalinformation ul {
    margin: -4px -4px 0 -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
}
#footer #creditline .footer-legalinformation ul li {
    white-space: nowrap;
    margin: 4px 4px 0 4px;
}
.pageTop {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 1000;
}
@media all and (min-width: 897px) {
    .pageTop:hover {
        opacity: 0.7;
    }
    #gFooter .fNavi li a:hover {
        text-decoration: underline;
    }
}
@media all and (max-width: 896px) {
    #footer .footer-inside, 
    #footer .footer-socialmediaicon {
        -ms-flex-direction: row;
        -webkit-box-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 8px;
        padding-right: 8px;
    }
    #footer #permanentmenu {
        width: 100%;
        margin-bottom: 16px;
    }
    #footer #permanentmenu ul > li {
        position: relative;
    }
    #footer #permanentmenu ul > li:after {
        content: "";
        display: inline-block;
        background: #fff;
        width: 1px;
        height: 1.2rem;
        vertical-align: middle;
        position: absolute;
        top: 50%;
        right: -10px;
        margin: -.6rem 0 0 0;
    }
    #footer #permanentmenu ul > li:last-child:after {
        display: none;
    }
    #footer .footer-socialmediaicon, 
    #footer #creditline .footer-legalinformation ul {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-pack: start;
        -webkit-flex-pack: start;
        -ms-flex-pack: start;
    }
    #footer .footer-socialmediaicon ul {
        margin-left: -8px;
        margin-right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    #footer #creditline {
        margin: 0;
    }
    #footer #creditline .footer-legalinformation ul li, 
    #footer #creditline > p {
        text-align: left;
        white-space: normal;
    }
    .pageTop {
        bottom: 33px;
    }
}
.fixBtn {
    position: fixed;
    right: 0;
    bottom: 187px;
    width: 56px;
    height: 190px;
    z-index: 22;
}
.fixBtn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00a0cf;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 5px 0 0 rgba(37, 148, 87, 1), -2px 5px 0 0 rgba(37, 148, 87, 1), 0 0 0 2px rgba(37, 148, 87, 1);
    background-color: #FFF600;
    font-feature-settings: "palt";
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    -webkit-writing-mode: horizontal-tb;
    -webkit-writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
}
.fixBtn a span {
    padding-bottom: 25px;
    background: url(../../img/common/icon01.png) no-repeat bottom center / 17px;
}
.fixBtn a:hover {
    opacity: 0.7;
}
@media all and (max-width: 896px) {
    .fixBtn {
        bottom: 105px;
        width: 56px;
        height: 58px;
    }
    .fixBtn a {
        padding-top: 2px;
        font-size: 1rem;
        line-height: 1.1;
        text-align: center;
        border-radius: 3px 0 0 3px;
        box-sizing: border-box;
        letter-spacing: 0.1em;
        box-shadow: 0 1px 0 0 rgba(37, 148, 87, 1), -1px 2px 0 0 rgba(37, 148, 87, 1), 0 0 0 1px rgba(37, 148, 87, 1);
        writing-mode: horizontal-tb;
        -webkit-writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
    }
    .fixBtn a span {
        padding-bottom: 15px;
        background-size: 12px;
    }
}