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

        スマートフォンサイト用

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


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 5px;
}
body {
    color: #000000;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
    font-family: times,
        "游明朝体",
        "YuMincho",
        "游明朝",
        "Yu Mincho",
        "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN W3",
        HiraMinProN-W3,
        "ヒラギノ明朝 ProN",
        "Hiragino Mincho ProN",
        "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro",
        "HGS明朝E",
        "ＭＳ Ｐ明朝",
        "MS PMincho",
        serif;
    -webkit-text-size-adjust: 100%;
}
h1,
h2,
h3,
.gothic {
}
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: #0066a8;
    text-decoration:none;
}
a:visited {
    color: #204862;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.none {
    display: none !important;
}
.pc {
    display: none !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
    position: relative;
    background: url(../images/base/washi_bg.jpg);
    background-size: 100% auto;
    overflow: hidden;
}
#main {
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}
.contents {
}
.contents a:link {
    color: #0066a8;
    text-decoration:underline;
}
.contents a:visited {
    color: #204862;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
header #logo {
    font-size: 1.8rem;
    line-height: 1.1;
}
header #logo img {
}
header #smp_open_menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20000;
    display: table;
    width: 60px;
    height: 60px;
    background: #7d0c0a;
}
.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: 2px;
    background-color: #fff;
    border-radius: 4px;
    margin: 5px auto;
}
.menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) 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;
}

/* ハンバーガーメニュー */
#overlay {
    background: rgba(0,0,0,0.85);
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
}
header #gn {
    position: relative;
    z-index: 15000;
    background: #000;
}
header #gn_main {
    position: absolute;
    top: 0;
    left:0;
    position: relative;
    transform: translateX(-100%);
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    color: #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;
    height: 0;
}
header #gn_main.open {
    transform: translateX(0);
    left: 0;
    z-index: 19999;
    height: auto;
}
header #gn_main ul.gn_menu {
    margin: 30vw 20vw 0;
}
header #gn_main ul.gn_menu li {
    font-size: 3.2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #ffffff;
    margin-top: 10vw;
}
header #gn_main ul.gn_menu li a {
    display: block;
    padding: 10px 10px 4px;
    color: #ffffff;
}
header .h_tel {
    display: none;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #000;
    padding-bottom: 15vw;
    color: #fff;
    position: relative;
    z-index: 1;
}
footer a {
    color: #fff !important;
}
footer #f_shop_info {
    background: #000 url(../images/base/smp_shop_info_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0 40px;
}
footer #f_shop_info .bg {
    display: none;
}
footer #f_shop_info .info {
    padding: 0 20px;
}
footer #f_shop_info .h2title {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
}
footer #f_shop_info .h2title h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    white-space: nowrap;
}
footer #f_shop_info .h2title h2 strong {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    order: 1;
    display: block;
}
footer #f_shop_info .h2title h2 span {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.1em;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translateX(-100%);
}
footer #f_shop_info table {
    width: 100%;
    border: none;
}
footer #f_shop_info table th {
    border: none;
    border-bottom: 1px solid #808080;
    padding: 10px 20px 10px 0;
    font-size: 2.4rem;
    line-height: 1.45;
    white-space: nowrap;
}
footer #f_shop_info table td {
    border: none;
    border-bottom: 1px solid #808080;
    padding: 10px 0;
    font-size: 2.4rem;
    line-height: 1.45;
}
footer #f_shop_info table tr:last-of-type th,
footer #f_shop_info table tr:last-of-type td {
    border: none;
}
footer #f_shop_info table td li {
    font-size: 2.4rem;
    line-height: 1.45;
}
footer #f_shop_info table td li:nth-of-type(n+2) {
    margin-top: 8px;
}
footer #f_map iframe {
    width: 100%;
    height: 190px;
}
footer #f_sns ul {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}
footer #f_sns ul li {
    margin: 20px 40px 0;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
footer #f_sns ul li a {
    color: #fff;
    border: 2px solid #fff;
    padding: 14px 16px 13px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
}
footer #f_sns ul li a:before {
    content: "";
    display: block;
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
}
footer #f_sns ul li a::after {
    content: "";
    display: block;
    background: url(../images/base/smp_arrow_w.png) no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 7px;
    position: absolute;
    top: calc(50% - 4px);
    right: -20px;
}
footer #f_sns ul li a img {
    width: 25px;
    height: 25px;
    margin-right: 6px;
    flex-shrink: 0;
}
footer #f_sns ul li a span {
    text-align: center;
    flex-grow: 1;
    padding-right: 20px;
}
footer .copyright {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    padding: 24px 0;
}
footer .copyright small {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: center;
}
/* スマホ用下部ナビ */
#smp_gn_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20000;
}
#smp_gn_menu ul {
    display: flex;
    justify-content: space-between;
    margin: 0 -1px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.1);
}
#smp_gn_menu li {
    flex-grow: 1;
    background: url(../images/base/smp_gn_bg.png);
    margin: 0 1px;
    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;
}


}