@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px), print {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #383838;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 1.6rem;
    text-align: justify;
}
dt {
    font-size: 1.6rem;
}
dd {
    font-size: 1.6rem;
}
strong, th {
    font-weight: 700;
}
ul, ol {
}
li {
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.6rem;
    padding: 20px;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #bbbbbb;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #117434;
    text-decoration:none;
    filter: Alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:visited {
    color: #284d35;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.none {
    display: none !important;
}
.sp,
.tb {
    display: none !important;
}
.pc {
    display: inline-block !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
.red {
    color: #ff0000;
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
}
.contents {
    position: relative;
}
.contents a:link {
    color: #426ecd;
    text-decoration:none;
}
.contents a:visited {
    color: #584d8f;
}
.contents a:hover {
    text-decoration: underline;
}
#main {
    display: block;
    position: relative;
    min-width: 1100px;
    overflow-x: hidden;
}
#main .inbox {
    position: relative;
    width: 1100px;
    margin: auto;
}
#main.sub {
    padding-top: 70px;
}
#main section {
    min-width: 1100px;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    height: 100px;
    min-width: 1100px;
}
header #gn {
    position: relative;
    padding: 0 4%;
    display: flex;
    align-items: center;
    height: 100px;
}
header #logo {
    font-size: 1.3rem;
    line-height: 1;
    flex-shrink: 0;
    margin-right: 4%;
}
header #smp_tel {
    flex-shrink: 0;
    order: 2;
    text-align: center;
    margin-left: 25px;
}
header #smp_tel .num {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #3eb134;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}
header #smp_tel .num img {
    margin-right: 4px;
}
header #smp_tel .time {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    margin-top: 3px;
}
header #smp_open_menu {
    display: none;
}
header #gn_main {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
header #gn_main nav {
    flex-grow: 1;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
header #gn_main ul.gn_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
}
header #gn_main ul.gn_menu li {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: normal;
    position: relative;
    margin-right: 5.5%;
}
header #gn_main ul.gn_menu li.sp_li {
    display: none;
}
header #gn_main ul.gn_menu li a {
    color: #393939;
}
header #gn_main ul.gn_menu li span {
    display: none;
}
header #gn_main ul.gn_menu li.now a {
    position: relative;
}
header #gn_main ul.gn_menu li.now a::after {
    content: "";
    display: block;
    background: #ea5e4c;
    height: 2px;
    position: absolute;
    bottom: calc(50% - 50px);
    left: 0;
    right: 0;
}
header #gn_main .request a {
    background: #f3a863;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    padding: 9px 42px 9px 20px;
    border-radius: 30px;
    display: block;
    position: relative;
}
header #gn_main .request a::after {
    content: "";
    display: block;
    background: url(../images/base/arrow_w.png) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 19px;
}
header #gn_main .contact {
    display: none;
}
header #gn_main #gn_main_close {
    display: none;
}
/* フローティング */
header #gn_sub.fixed {
    position: fixed;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    position: relative;
    z-index: 1;
    padding: 80px 0;
    min-width: 1100px;
}
footer a {
    color: inherit;
}
footer .f_contact {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}
footer .f_tel {
    border: 3px solid #3eb134;
    border-radius: 3px;
    padding: 14px 20px;
    min-width: 390px;
}
footer .f_tel dt {
    background: #3eb134;
    color: #fff;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 7px;
    margin-bottom: 8px;
}
footer .f_tel dd {
    color: #3eb134;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .f_tel dd .num {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    position: relative;
    padding-left: 48px;
}
footer .f_tel dd .num::before {
    content: "";
    display: block;
    background: url(../images/base/icon_tel.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
}
footer .f_tel dd .time {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 8px;
}
footer .f_mail {
    border: 3px solid #f09d80;
    border-radius: 3px;
    padding: 14px 20px;
    min-width: 390px;
}
footer .f_mail dt {
    background: #f09d80;
    color: #fff;
    border-radius: 3px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 7px;
    margin-bottom: 8px;
}
footer .f_mail dd {
    color: #f09d80;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .f_mail dd .to {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    position: relative;
    padding: 7px 35px 7px 0;
    display: block;
}
footer .f_mail dd .to::before {
    content: "";
    display: block;
    background: url(../images/base/arrow_mail.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
}
footer .f_mail dd .time {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 8px;
}
footer .shopinfo {
    position: relative;
    padding-top: 50px;
}
footer .shopinfo h3 {
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
}
footer .shopinfo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 25px;
}
footer .shopinfo ul li {
    margin: 10px 20px 0;
    color: #6e6e6e;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
footer .copyright {
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    margin-top: 45px;
}
footer .copyright small {
    color: #6e6e6e;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}