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

        スマートフォンサイト用

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


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #333;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.85;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "Noto Sans JP",
        "游ゴシック体",
        "Yu Gothic",
        "游ゴシック",
        YuGothic,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
.en {
    font-style: italic;
    font-family:
        "Lora",
        "Noto Serif JP",
        serif;
}
.mincho {
    font-family:
        "Noto Serif JP",
        serif;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family:
        "Noto Serif JP",
        serif;
}
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 {
    word-wrap: break-word;
    word-break:break-all;
}
a:link {
    color: #0066FF;
    text-decoration:none;
}
a:visited {
    color: #003399;
    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 {
    display: none !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  */
/******************************************************/
#wrapper {
    position: relative;
    overflow: hidden;
}
#main {
    display: block;
    position: relative;
    background: #fff;
}
#main .inbox {
    position: relative;
}
.contents a:link {
    color: #0066FF;
    text-decoration:underline;
}
.contents a:visited {
    color: #003399;
}
.contents section {
    padding: 45px 20px;
}


/******************************************************/
/* 見出し  */
/******************************************************/
#main h2 {
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 18px;
}
#main h2 .en {
    color: #74a72d;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: normal;
    display: block;
    margin-bottom: 12px;
}
#main h2 strong {
    color: #00523a;
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
}


/******************************************************/
/* 各種ボタン  */
/******************************************************/
#main .btn {
    text-align: center;
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
}
#main .btn a {
    text-decoration: none;
    position: relative;
    background: linear-gradient(270deg, #00523a 0%, #07a33e 100%);
    color: #fff;
    max-width: 74.4vw;
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
#main .btn a::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 16px;
}


/******************************************************/
/* お問い合わせエリア  */
/******************************************************/
#main #contact_area {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 35px 0 45px;
}
#main #contact_area h2 strong {
    font-size: 1.8rem;
}
#main #contact_area .area {
}
#main #contact_area dl {
    margin-top: 20px;
}
#main #contact_area dt {
    background: #74a72d;
    color: #fff;
    width: 10em;
    height: 2em;
    border-radius: 1em;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 12px;
}
#main #contact_area dd p {
    text-align: center;
}
#main #contact_area dd .num {
    font-size: 3.2rem;
    line-height: 1;
}
#main #contact_area dd .num a {
    color: inherit;
    text-decoration: none;
}
#main #contact_area dd .num span {
    font-size: 2.4rem;
    line-height: 1;
}
#main #contact_area dd .time {
    font-size: 1.3rem;
    margin-top: 3px;
}
#main #contact_area dd p.btn {
    margin-top: 0;
}


/******************************************************/
/* header  */
/******************************************************/
header #gn {
    background: #00523a;
    color: #fff;
    height: 100vh;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
@keyframes view {
    0%  {opacity: 0; transform: scale(0.98);}
    100%  {opacity: 1; transform: scale(1);}
}
header #logo {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
header #logo img {
    width: 120px;
    height: 270px;
    animation: view 0.8s linear forwards;
}
header #smp_open_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    width: 62px;
    height: 62px;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.menu-trigger span {
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin: 6px auto;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}
/* ハンバーガーメニュー */
header #gn_main {
    position: absolute;
    top: 52px;
    right: 20px;
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
header #gn_main.open {
    z-index: 19999;
}
header #gn_main ul.gn_menu {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    opacity: 0;
    transform: translateY(-20%);
}
header #gn_main.open ul.gn_menu {
    opacity: 1;
    transform: translateY(0);
}
header #gn_main ul.gn_menu > li {
    border-top: 1px solid rgba(255,255,255,0.2);
    text-align: right;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 12px 0;
}
header #gn_main ul.gn_menu ul {
    margin-bottom: 10px;
    padding-left: 10px;
}
header #gn_main ul.gn_menu ul li {
    font-size: 1.1rem;
    line-height: 1.2;
}
header #gn_main ul li {
    display: none;
    transform: scaleY(0.6);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
header #gn_main.open ul li {
    transform: scaleY(1);
    display: block;
}
header #gn_main ul.gn_menu li a {
    color: #fff;
    display: block;
    position: relative;
    padding: 6px 0;
}
header #gn_main ul.gn_menu li li a {
    padding: 3px 0;
}
header #gn_main ul.gn_menu ul li a::before {
    content: "・";
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    position: relative;
    background: #74a72d;
    color: #fff;
    padding: 40px 20px 20px;
}
footer a {
    color: inherit !important;
}
footer .inbox {
}
footer #f_info {
    text-align: center;
    margin-bottom: 40px;
}
footer #f_info dt {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 16px;
}
footer #f_info dt strong {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 8px;
}
footer #f_info dd {
    font-size: 1.2rem;
    line-height: 1.35;
}
footer #f_info dd p {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 3px;
}
footer #f_sitemap nav ul {
    display: block;
}
footer #f_sitemap ul li {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.35;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
footer #f_sitemap ul li a {
    padding: 16px 20px;
    display: block;
    flex-grow: 1;
    position: relative;
}
footer #f_sitemap ul li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
}
footer #f_sitemap nav > ul > li {
    border-top: 1px solid rgba(255,255,255,0.2);
}
footer #f_sitemap ul ul {
    display: none;
}
footer #f_sitemap dd li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}
footer .copyright {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 20px;
    font-size: 1rem;
    line-height: 1.45;
    text-align: center;
}
footer .copyright small {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/******************************************************/
/* 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;
}


}