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

        PCサイト用

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


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    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;
    font-weight: 500;
}
h1,
h2,
h3,
.gothic {
}
* 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.5rem;
    text-align: justify;
}
dt {
    font-size: 1.5rem;
}
dd {
    font-size: 1.5rem;
}
strong, th {
    font-weight: 600;
}
ul, ol {
}
li {
    font-size: 1.5rem;
}
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 #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.5rem;
    padding: 9px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    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 #aaaaaa;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #0066a8;
    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: #204862;
    text-decoration:none;
}
a:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
    color: inherit;
}
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;
}
.smp {
    display: none !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
}
.contents {
    position: relative;
    min-width: 1080px;
}
.contents a:link {
    color: #0066a8;
    text-decoration:none;
}
.contents a:visited {
    color: #204862;
}
.contents a:hover {
    text-decoration: underline;
}
#main {
    display: block;
    position: relative;
    min-width: 1080px;
    overflow-x: hidden;
    background: url(../images/base/washi_bg.jpg);
}
#main .inbox {
    position: relative;
    width: 1000px;
    margin: auto;
}
#main.sub {
    padding-top: 70px;
}
#main section {
    min-width: 1080px;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    min-width: 1080px;
}
header #logo {
    font-size: 1.3rem;
    line-height: 1;
}
header #gn {
}
header #smp_open_menu {
    display: none;
}
header #gn_main nav {
    margin: 0;
    padding: 0;
}
header #gn_main ul.gn_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header #gn_main ul.gn_menu li {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.12em;
    position: relative;
    margin-left: 45px;
    white-space: nowrap;
}
header #gn_main ul.gn_menu li.now::after {
    content: "";
    background: #fff;
    display: block;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
header #gn_main ul.gn_menu li a {
    color: #fff;
}
header #gn_main ul.gn_menu .h_tel {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.08em;
    height: 120px;
    margin-left: 90px;
    display: table;
    flex-shrink: 0;
}
header #gn_main ul.gn_menu .h_tel a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #7d0c0a;
    color: #fff;
    padding: 10px 35px;
}
header #gn_main ul.gn_menu .h_tel .num {
    display: block;
    margin-top: 2px;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 0.12em;
}

/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
    min-width: 1080px;
    text-align: left;
}
footer #f_shop_info {
    display: flex;
}
footer #f_shop_info .bg {
    background: #000 url(../images/base/shop_info_bg.jpg) no-repeat center center;
    background-size: cover;
    width: calc(50% - 85px);
    flex-shrink: 0;
}
footer #f_shop_info .info {
    width: calc(50% + 85px);
    padding: 330px 0 90px;
}
footer #f_shop_info .h2title {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0 auto 30px;
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}
footer #f_shop_info .h2title strong {
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.1em;
    order: 1;
    display: block;
}
footer #f_shop_info .h2title span {
    font-size: 1.8rem;
    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 {
    border: none;
    margin-left: 20%;
}
footer #f_shop_info table th {
    border: none;
    border-bottom: 1px solid #808080;
    padding: 10px 40px 10px 0;
    font-size: 1.6rem;
    line-height: 1.45;
}
footer #f_shop_info table td {
    border: none;
    border-bottom: 1px solid #808080;
    padding: 10px 0;
    font-size: 1.6rem;
    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: 1.6rem;
    line-height: 1.45;
}
footer #f_shop_info table td li:nth-of-type(n+2) {
    margin-top: 10px;
}
footer #f_map iframe {
    width: 100%;
}
footer #f_sns ul {
    margin-top: 80px;
    margin-bottom: 60px;
    display: flex;
    text-align: center;
    justify-content: center;
}
footer #f_sns ul li {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 45px;
}
footer #f_sns ul li a {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 50px 12px 20px;
    min-width: 230px;
    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;
    width: 80px;
    height: 13px;
    position: absolute;
    top: calc(50% - 7px);
    right: -32px;
}
footer #f_sns ul li a img {
    width: 34px;
    height: 34px;
    margin-right: 12px;
    flex-shrink: 0;
}
footer #f_sns ul li a span {
    text-align: center;
    flex-grow: 1;
}
footer .copyright {
    font-size: 1.1rem;
    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 {
    display: none;
}


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


}