/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

iframe {
    display: block;
}

/* 初期設定
================================================== */
body {
    font-family: 'Noto Sans JP', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, 'ヒラギノ角ゴ Pro', Hiragino Kaku Gothic Pro, '游ゴシック体', 'メイリオ', Meiryo sans-serif !important;
    font-weight: 400;
    font-feature-settings: "palt";
    color: #444;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    line-height: 2.0em;
    background: #fff;
    overflow-x: hidden;
}
a {
    color: #00a73c;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
}
a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 2.0em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 2.0em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
    text-align: center;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 1.5em;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc li:before {
    content:'●';
    margin-right: 5px;
    color: #00a73c;
}
ul.disc li {
    font-size: 15px;
    text-indent: -1.3em;
}

ul.dot li {
    padding-left: 0.9em;
}
ul.dot li:before {
    content: '・';
    margin-right: 5px;
    margin-left: -0.9em;
}

ul.num {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
ul.num li {
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
    line-height: 1.3em;
}
ul.num li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #00a73c;
  color: #fff;
  font-weight: bold;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -40px;
  text-align: center;
  height: 30px;
  width: 30px;
  padding-top: 3px;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
  top: -5px;
}

strong {
    font-weight: bold;
    line-height: inherit;
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 14px;
        line-height: 1.5em;
        text-align: justify;
    }
    p a, p a:visited {
        line-height: 1.5em;
    }
}



/* グリッドシステム
================================================== */
.frame {
    padding: 0 20px;
    width: 100%;
    max-width: 1240px;
    min-width: 727px;
    margin: 0 auto;
    box-sizing: border-box;
}
.container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.g1, .g15, .g2, .g25, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11 {
    margin-right: 4%;
    min-height: 1px;
}
.g3_SP, .g4_SP, .g6_SP {
    margin-right: 4%;
    min-height: 1px;
}
.lc {
    margin-right: 0;
}

.container.reverse {
    flex-flow: row-reverse;
}
.container.reverse .lc {
    margin-right: 4%;
}
.container.reverse .reverse_lc {
    margin-right: 0;
}
.container.h_center {
    align-items: center;
}

.g1     { width: 4.666666666666667%; }
.g15    { width: 9%; }
.g2     { width: 13.333333333333334%; }
.g25    { width: 17.666666666666668%; }
.g3     { width: 22%; }
.g4     { width: 30.666666666666664%; }
.g5     { width: 39.33333333333333%; }
.g6     { width: 48%; }
.g7     { width: 56.666666666666664%; }
.g8     { width: 65.33333333333333%; }
.g9     { width: 74%; }
.g10    { width: 82.66666666666667%; }
.g11    { width: 91.33333333333333%; }
.g12    { width: 100%; }

.g3_SP  { width: 22%; }
.g4_SP  { width: 30.666666666666664%; }
.g6_SP  { width: 48%; }

.flex_end {
    justyify-content: flex-end;
}
.flex_center {
    justyify-content: center;
}

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}

@media only screen and (max-width: 767px) {
    body {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .frame {
        display: block;
        min-width: 0;
        padding: 0 20px;
        width: 100%;
        max-width: none;
        min-width: auto;
    }
    .g1, .g15, .g2, .g25, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .g3_SP  { width: 48%; }
    .g4_SP  { width: 48%; }
    .lc_SP {
        margin-right: 0;
    }
    .order1 {
        order: 1;
    }
}



/* ヘッダー
================================================== */
header {
    background: #fff;
}
#header_logo {
    padding: 20px 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
}

nav {
    display: block;
    width: 100%;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    z-index: 1000;
    box-sizing: border-box;
    background: #fff;
}
nav ul {
	display: flex;
    justify-content: center;
	list-style-type: none;
    margin: 0 auto;
}
nav ul li a {
    display: block;
    padding: 20px 30px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    box-sizing: border-box;
}
nav ul li a:hover {
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: 11px;
}
nav ul li.current a {
    color: #00a73c;
    text-decoration-line: underline;
    text-decoration-thickness: 10px;
    text-underline-offset: 11px;
}
@media only screen and (max-width: 1200px) {
    nav ul {
        margin-right: 3%;
    }
    nav ul li a {
        padding: 44px 8px 37px 8px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    nav {
        display: none;
    }
}

.nav_arrow a:after {
    content: url('../img/nav_arrow.png');
    margin-left: 10px;
    position: relative;
    top: -3px;
}

/* スクロール時 */
.fixed {
    top: 0;
    left: 0;
    z-index: 10000;
}
.fixed #top_menu {
    display: none;
}
nav.fixed {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}
nav.fixed ul {
    align-items: center;
}
nav.fixed ul li {
    padding: 15px 0;
}
nav.fixed ul li a {
    padding: 0;
    font-size: 14px;
    margin: 0 30px;
}
nav.fixed ul li a, nav.fixed ul li.current a {
    text-decoration-thickness: 5px;
    text-underline-offset: 11px;
}

#top_contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    z-index: 100;
    margin-bottom: -90px;
}
#top_contact .tel {
    display: flex;
    align-items: center;
    padding: 0 0 0 50px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    background: #f0f0f0;
    border-radius: 0 0 0 20px;
}
#top_contact .tel a {
    font-size: 40px;
    color: #444;
}
#top_contact .tel a small {
    font-size: 50%;
}
#top_contact .hour {
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    background: #f0f0f0;
}
#top_contact .privacy {
    display: flex;
    align-items: center;
    padding: 10px 5% 10px 20px;
    background: #f0f0f0;
}
@media only screen and (max-width: 767px) {
    #top_contact {
        display: none;
    }
}

/* スマホ用バーガーメニュー */
#header_logo_SP {
    display: none;
}
#SP_gnav_bg {
    display: none;
}
@media only screen and (max-width: 767px) {
    #header_logo_SP {
        padding: 10px 20px;
        display: block;
    }
    #header_logo_SP img {
        width: auto;
        height: 26px;
    }
    #SP_gnav_bg {
        display: block;
    }
    #top_menu {
        display: none;
    }
}

.drawer-overlay {
    background-color: rgba(255,255,255,0) !important;
}
.drawer-nav {
    color: #333 !important;
    background-color: #fff !important;
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
}
.drawer-nav .inner {
    padding: 40px 60px;
    height: 100svh !important;
    box-sizing: border-box;
}
.drawer-nav ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    /* height: calc(100vh - 200px) !important; */
}
.drawer-nav ul li {
    display: block;
    text-align: left;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
}
.drawer-nav ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    border-top: 1px solid #aaa;
    box-sizing: border-box;
}
.drawer-nav ul li.toppage a {
    border-top: none;
}
.drawer-nav ul li.sub a {
    border-top: none;
}
.drawer-nav ul li.sub a:before {
    content: '・';
    margin-right: 5px;
}
.drawer-nav ul li a:hover {
    background: #f0f0f0;
}
.drawer-nav ul li.order {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.drawer-nav ul li.current a {
    color: #fff;
    background: #00a73c;
}



/* フッター
================================================== */
footer {
    background: #000;
    padding: 30px 0 100px 0;
    color: #fff;
}
footer ul#footer_menu {
    display: flex;
    justify-content: center;
}
footer ul#footer_menu li {
    padding: 0 20px;
}
footer ul#footer_menu li a {
    color: #fff;
    font-weight: bold;
}
footer p, footer p a {
    color: #fff;
    text-align: center;
}

footer address p.footer_logo {
    margin-top: 80px;
    margin-bottom: 15px;
}
footer address p.footer_tel {
    font-family: "Smooch Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-size: 50px;
    margin-top: -0.4em;
    margin-bottom: -0.7em;
    line-height: 1em;
}
footer address p.footer_tel small {
    font-size: 20px;
}

#copyright {
    margin-top: 50px;
    font-size: 11px;
}
@media only screen and (max-width: 767px) {
    footer {
        padding: 50px 0;
    }
    footer ul#footer_menu {
        display: none;
    }
    footer address p.footer_logo {
        margin-top: 0;
    }
    footer address p.footer_logo img {
        width: 250px;
    }
    footer address p.footer_tel {
        margin-top: -0.2em;
        margin-bottom: -0.4em;
    }
    #copyright {
        margin-top: 30px;
        font-size: 10px;
        text-align: center;
    }
}

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 70%;
    }
}



/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 30px 20px 30px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #444 url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 4px;
}
p.btn1 a:hover {
    transform: scale(1.02);
}
@media only screen and (max-width: 767px) {
    p.btn1 a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}

p.btn2 a {
    display: block;
    padding: 30px 20px 30px 30px;
    color: #444 !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #fff url(../img/arrow2.png) right 20px center no-repeat;
    border-radius: 4px;
}
p.btn2 a:hover {
    transform: scale(1.02);
}
@media only screen and (max-width: 767px) {
    p.btn2 a {
        padding: 20px 20px 20px 30px;
        font-size: 14px;
    }
}
