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

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
html {
    font-size: 5px;
}
body {
    color: #383838;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
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 {
    padding: 9px;
    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:link {
    color: #117434;
    text-decoration:none;
}
a:visited {
    color: #284d35;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    height: auto;
}
.none {
    display: none !important;
}
.pc,
.tb {
    display: none !important;
}
.sp {
    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 {
    overflow: hidden;
}
#wrapper {
    position: relative;
}
#main {
    padding-top: 50px;
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}
.contents {
}
.contents a:link {
    color: #426ecd;
    text-decoration: underline;
}
.contents a:visited {
    color: #584d8f;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    background: #fff;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
header #gn {
    height: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header #logo {
    flex-grow: 1;
    text-align: left;
    padding-left: 25px;
}
header #logo img {
    width: 137px;
    height: auto;
}
header #smp_tel a {
    background: url(../images/base/sp_h_tel.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
}
header #smp_tel a span {
    display: none;
}
header #smp_open_menu {
    width: 50px;
    height: 50px;
}
.open header #smp_open_menu {
    background: url(../images/base/sp_h_menu_close.png) no-repeat;
    background-size: 50px 50px;
}
.open header #smp_open_menu .menu-trigger {
    display: block;
    width: 50px;
    height: 50px;
}
.open header #smp_open_menu img {
    visibility: hidden;
}
#overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.3);
}
header #gn_main {
    position: fixed;
    top: 50px;
    right: -100%;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding: 0;
    background: #fff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
header #gn_main.open {
    right: 0;
}
header #gn_main nav {
}
header #gn_main ul.gn_menu {
    border-top: 1px solid #c9c9c9;
    padding: 5px 6%;
    text-align: left;
}
header #gn_main ul.gn_menu li {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: normal;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
}
header #gn_main ul.gn_menu li a {
    display: block;
    color: #4e9347;
    padding: 19px 35px 19px 15px;
    position: relative;
}
header #gn_main ul.gn_menu li a::before {
    content: "";
    display: block;
    background: url(../images/base/arrow_g.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
header #gn_main ul.gn_menu li span {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    margin-left: 7px;
}
header #gn_main .gn_btn li {
    margin: 10px 6% 0;
    text-align: left;
}
header #gn_main .request a {
    background: #f3a863;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    padding: 14px 55px 14px 35px;
    border-radius: 5px;
    display: block;
    position: relative;
}
header #gn_main .request a::after {
    content: "";
    display: block;
    background: url(../images/base/arrow_w.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}
header #gn_main .contact a {
    background: #383838;
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    padding: 14px 55px 14px 35px;
    border-radius: 5px;
    display: block;
    position: relative;
}
header #gn_main .contact a::after {
    content: "";
    display: block;
    background: url(../images/base/arrow_w.png) no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}
header #gn_main_close {
    background: #898989;
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px;
    margin-top: 15px;
}
header #gn_main_close span {
    position: relative;
    display: block;
    padding-top: 25px;
}
header #gn_main_close span::before {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 21px;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateY(-50%) rotate(45deg);
}
header #gn_main_close span::after {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 21px;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateY(-50%) rotate(-45deg);
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
footer a {
    color: inherit;
}
footer .f_contact {
    margin: 0 6%;
}
footer .f_tel {
    border: 2px solid #3eb134;
    border-radius: 2px;
    padding: 7px 16px 8px;
    margin-bottom: 20px;
}
footer .f_tel dt {
    background: #3eb134;
    color: #fff;
    border-radius: 2px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 6px;
    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: 6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    position: relative;
    padding-left: 36px;
}
footer .f_tel dd .num::before {
    content: "";
    display: block;
    background: url(../images/base/sp_icon_tel.png) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
}
footer .f_tel dd .time {
    display: block;
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 6px;
}
footer .f_mail {
    border: 2px solid #f09d80;
    border-radius: 2px;
    padding: 7px 16px 8px;
    margin-bottom: 20px;
}
footer .f_mail dt {
    background: #f09d80;
    color: #fff;
    border-radius: 2px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    padding: 6px;
    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: 4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    position: relative;
    padding: 4px 25px 4px 0;
    display: block;
}
footer .f_mail dd .to::before {
    content: "";
    display: block;
    background: url(../images/base/sp_arrow_mail.png) no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
}
footer .f_mail dd .time {
    display: block;
    font-size: 2.6rem;
    line-height: 1;
    margin-top: 6px;
}
footer .shopinfo {
    position: relative;
    margin-top: 30px;
}
footer .shopinfo h3 {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: normal;
    width: 100%;
    text-align: center;
}
footer .shopinfo h3 img {
    width: 225px;
    height: auto;
}
footer .shopinfo ul {
    display: none;
}
footer .copyright {
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    margin-top: 25px;
}
footer .copyright small {
    color: #6e6e6e;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.05em;
    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;
}


}