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

        スマートフォンサイト用

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


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 5px;
}
body {
    color: #333333;
    font-size: 2.6rem;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "こぶりなゴシック W3 JIS2004",
        "Koburina Gothic W3 JIS2004",
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN",
        "メイリオ",
        "Meiryo",
        "ＭＳ Ｐゴシック",
        "MS P Gothic",
        Verdana,
        Arial,
        Helvetica,
        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 #cccccc;
    border-left: 1px solid #cccccc;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 9px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    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 #cccccc;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #507e96;
    text-decoration:none;
}
a:visited {
    color: #1e3a71;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.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
}
.invisible {
    transition: all 1.2s;
    opacity: 0.0;
}
.visible {
    transition: all 1.2s;
    opacity: 1.0;
}
h2.invisible,
.more.invisible {
    margin-top: -4.6875vw !important;
}
h2.visible,
.more.visible {
    margin-top: 0 !important;
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
    position: relative;
}
#main {
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}
.contents {
}
.contents a:link {
    color: #0066ff;
    text-decoration:underline;
}
.contents a:visited {
    color: #0b4fb5;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    position: relative;
}
header .inbox {
    position: relative;
    display: flex;
    height: 80px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
header #logo {
    order: 1;
    background: #387d39;
    flex-grow: 1;
    text-align: left;
    position: relative;
    z-index: 20000;
}
header #logo a {
    display: inline-block;
    padding: 28px 0 27px 23px;
    height: 25px;
}
header #logo img {
    width: 133px;
    height: 25px;
}
header #gn {
    order: 3;
}
header .smp_menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .smp_menu li {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 60px;
    height: 55px;
    font-size: 1.8rem;
}
header .smp_menu li a {
    color: inherit;
}
header .smp_menu li:nth-of-type(1) img,
header .smp_menu li:nth-of-type(2) img {
    margin-bottom: 2px;
}
header #smp_open_menu img {
}
header .tel {
    order: 2;
    width: 70px;
    position: relative;
    z-index: 20000;
}
header .tel a img {
    width: 70px;
    height: 80px;
}

/* ハンバーガーメニュー */
/*
#overlay {
    position: fixed;
    z-index: 12000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
}
*/
/*
header #gn.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15000;
}
*/
header #gn {
    position: relative;
    z-index: 15000;
}
header #gn_main {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -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 #smp_close_menu {
    background: #d80c18;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 80px;
    cursor: pointer;
    z-index: 30000;
    text-align: right;
}
header .gn_logo {
    height: 32px;
    padding-top: 23px;
    text-align: center;
}
header #gn_main nav {
    text-align: left;
    padding: 0 0 30px;
    margin-top: 80px;
}
header #gn_main ul.menu {
}
header #gn_main ul.menu li {
    border-bottom: 1px solid #387d3a;
    font-size: 2.6rem;
    letter-spacing: 0.08em;
    line-height: 1;
}
header #gn_main ul.menu li a {
    color: inherit;
    display: block;
    margin-bottom: 1px;
    width: 100%;
    padding: 24px 35px;
    box-sizing: border-box;
}
header #gn_main p.gn_tel {
    padding: 23px 0;
    text-align: center;
}
header #gn_main p.gn_tel img {
    width: 250px;
}
header #gn_main .sns {
    display: flex;
    justify-content: space-between;
    margin: auto;
	width: 160px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
header #gn_main .sns li a img {
    width: 70px;
	flex-wrap: wrap;
}
header #gn_main .sns li a strong {
    display: none;
}
header #gn_main .sns li.line img {
    width: 160px;
	margin-top: 20px;
}

/* 看板 */
header #mainimg {
    position: relative;
    margin-top: 80px;
}
header #mainimg .mvlogo {
    text-align: center;
    position: absolute;
    left: 0;
    top: 12%;
    width: 100%;
    z-index: 100;
}
header #mainimg .mvlogo img {
    width: 225px;
    height: 147px;
}
header #mainimg .img img {
    width: 100%;
    height: auto;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    clear: both;
    position: relative;
    z-index: 1;
}
footer #f_access {
    background: #fe9c34 url(../images/base/footerback-rp.png);
    color: #000000;
    position: relative;
    padding: 56px 0 84px;
}
footer #f_access::before {
    content: "";
    display: block;
    background: url(../images/base/footerback-top.png) repeat-x;
    background-size: 683px 19px;
    width: 100%;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
}
footer #f_access::after {
    content: "";
    display: block;
    background: url(../images/base/footerback-bottom.png) repeat-x;
    background-size: 683px 11px;
    width: 100%;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}
footer #f_access h2 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #ffffff;
    margin-bottom: 18px;
}
footer #f_access h2#access {
    margin-top: -100px;
    padding-top: 100px;
}
footer #f_access h2 img {
    width: 141px;
    height: 28px;
    margin-bottom: 10px;
}
footer #f_access .lbox {
    margin: 0 35px 10px;
}
footer #f_access p {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 8px;
    text-align: center;
}
footer #f_access p.btn {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 77px 18px;
}
footer #f_access p.btn a {
    background: #ffffff url(../images/base/bot-green.png) no-repeat 96% center;
    background-size: 15px 15px;
    color: inherit;
    border: 1px solid #f00;
    padding: 9px 0;
    display: block;
    text-align: center;
}
footer #f_access p.link_btn {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 77px 18px;
}
footer #f_access p.link_btn a {
    background: #ffffff url(../images/base/bot-green.png) no-repeat 96% center;
    background-size: 15px 15px;
    color: inherit;
    border: 1px solid #f00;
    padding: 9px 0;
    display: block;
    text-align: center;
    margin-top: 6px;
}
footer #f_access dl {
    margin-top: 18px;
}
footer #f_access dt {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
}
footer #f_access dd {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.65;
    margin-top: 8px;
}
footer #f_access p.reserve {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.65;
    margin-top: 18px;
}
footer #f_logo {
    padding: 32px 0 30px;
}
footer #f_logo h2 {
    margin-bottom: 16px;
}
footer #f_logo h2 img {
    width: 250px;
}
footer #f_logo p.tel {
    text-align: center;
}
footer #f_logo p.tel img {
    width: 250px;
}
#copyright {
    border-top: 1px solid #d80c18;
    line-height: 1;
    text-align: center;
}
#copyright small {
    color: #666666;
    font-size: 0.7rem;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 16px 0;
    margin: auto;
    display: block;
}
#copyright small img {
    width: 80px;
    height: auto;
}


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


}