@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    color: #231815;
    -webkit-font-adjust: none;
}

@media screen and (max-width: 640px) {
    body {
        font-size: 13px;
    }
}

@media screen and (min-width: 641px) {
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    img {
        max-width: 100%;
        height: auto;
    }

    .desktop {
        display: none;
    }
}

a:hover {
    opacity: 1;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: flash;
    animation-duration: 1s;
    animation-name: flash;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.container {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

@media screen and (min-width: 641px) {

    .jhdac #main .container,
    .recruit #main .container {
        width: 820px;
    }

    .fukuribi #main .container {
        width: 850px;
    }

    #footer .container {
        width: 960px;
    }
}

@media screen and (max-width: 640px) {
    .container {
        width: auto;
    }
}

#header {
    background-color: #FFF;
    width: 100%;
    margin-bottom: 42px;
    padding-top: 20px;
}

#header .logo {
    width: 95px;
    height: 131px;
    display: block;
    margin: auto;
    padding: 30px;
}

@media screen and (max-width: 640px) {
    #header .logo {
        width: auto;
        height: auto;
        padding: 0;
        text-align: center;
    }

    #header .logo img {
        width: auto;
        height: 65px;
    }
}

#header .nav01,
#header .nav02 {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}

#header .nav01 a,
#header .nav01 span,
#header .nav02 a,
#header .nav02 span {
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-decoration: none;
    text-align: center;
}

#header .nav01 li,
#header .nav02 li {
    display: inline;
}

@media screen and (max-width: 640px) {

    #header .nav01,
    #header .nav02 {
        width: 100%;
    }

    #header .nav01 a,
    #header .nav02 a {
        height: auto;
        padding: 10px 0;
    }

    #header .nav01 a,
    #header .nav01 li,
    #header .nav02 a,
    #header .nav02 li {
        display: block;
    }
}

#header .nav01 a {
    width: 120px;
}

@media screen and (max-width: 640px) {
    #header .nav01 a {
        width: auto;
    }
}

#header .nav02 a {
    margin: 0 10px;
}

#header .nav02 span {
    margin: 0 0 0 30px;
}

@media screen and (max-width: 640px) {
    #header .nav02 {
        width: auto;
    }
}

@media screen and (max-width: 640px) {
    #header {
        margin-bottom: 18px;
        padding-top: 20px;
    }

    #header .global {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.9);
        padding: 20px 0;
        z-index: 9999;
    }

    #header .global span {
        display: none;
    }
}

#header .mobile {
    position: absolute;
    top: 20px;
    right: 15px;
}

#top .cover {
    overflow: hidden;
}

#top .cover .wrap {
    white-space: nowrap;
}

#top .cover .wrap div,
#top .cover .wrap img {
    display: inline;
}

#top .cover .slick-slide {
    display: block;
}

#top .slick-slider {
    margin-bottom: 0;
}

@media screen and (max-width: 640px) {
    #top {
        margin-bottom: 22px;
    }

    #top img {
        /*width: 616px;
        height: 245px;
        margin-left: -308px;*/
        width: 100%;
        height: auto;
        left: auto;
        margin-left: 0;
    }
}

#news {
    width: 945px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    #news {
        width: auto;
        height: auto;
    }

    #news img,
    #news .box01,
    #news .box02,
    #news .newslist {
        width: auto;
    }
}

#news a {
    color: black;
}

#news img {
    width: 205px;
    height: 20px;
    position: absolute;
    top: 65px;
    left: 47px;
}

@media screen and (max-width: 640px) {
    #news img {
        position: static;
    }
}

#news .box01 {
    height: 150px;
    width: 300px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 640px) {
    #news .box01 img {
        height: 12px;
        width: auto;
    }
}

#news .box02 {
    width: 615px;
    padding: 15px;
}

#news .box01,
#news .box02 {
    float: left;
}

@media screen and (max-width: 640px) {

    #news .box01,
    #news .box02 {
        width: auto;
        height: auto;
        float: none;
    }
}

#news .newslist {
    width: 645px;
    margin-top: 15px;
}

@media screen and (max-width: 640px) {
    #news .newslist {
        width: auto;
    }
}

#news li {
    line-height: 1.2;
    margin-bottom: 0.5em;
}

#concept {
    font-size: 0;
}

#concept .text,
#concept .button {
    position: absolute;
    left: 50%;
    margin-left: -480px;
    z-index: 20;
}

#concept .button {
    top: 360px;
}

@media screen and (max-width: 640px) {
    #concept .back {
        height: 220px;
        width: auto;
        left: auto;
        margin-left: 0;
    }

    #concept .text {
        height: 220px;
        width: auto;
        margin-left: -140px;
        top: -70px;
    }

    #concept .button {
        top: 150px;
        margin-left: -95px;
    }
}

#staff {
    font-size: 0;
}

#staff .bar {
    position: absolute;
    bottom: 80px;
    z-index: 999;
}

@media screen and (max-width: 640px) {
    #staff .wrap {
        font-size: 0;
    }

    #staff a {
        display: inline-block;
        width: 33.3%;
        /*height: 180px;*/
        overflow: hidden;
    }

    #staff a:nth-child(1) img,
    #staff a:nth-child(2) img,
    #staff a:nth-child(3) img {
        margin-bottom: 40px;
    }

    #staff img {
        width: 100%;
        height: auto;
    }

    #staff .bar {
        height: 40px;
        width: auto;
        margin-left: -329px;
        margin-top: -20px;
        max-width: none;
        top: 50%;
    }
}

#original {
    font-size: 0;
    position: relative;
}

#original .text,
#original .button {
    position: absolute;
}

#original .text {
    height: 301px;
    width: 630px;
    z-index: 100;
    top: 120px;
    left: 50%;
    margin-left: -315px;
}

#original .button {
    height: 55px;
    width: 185px;
    z-index: 200;
    top: 340px;
    left: 50%;
    margin-left: -92px;
}

#original .button img {
    position: static;
    margin-left: 0;
}

@media screen and (max-width: 640px) {
    #original .back {
        height: 220px;
        width: auto;
        margin-left: -275px;
    }

    #original .text {
        height: 200px;
        width: auto;
        margin-left: -209px;
        left: 50%;
        top: 0;
    }

    #original .button {
        bottom: 20px;
        left: 50%;
        top: auto;
    }
}

#menu {
    font-size: 0;
}

#menu .menu,
#menu .style {
    display: block;
    position: relative;
    float: left;
    width: 700px;
}

#menu .label {
    position: absolute;
    top: 0;
    left: 0;
}

#menu img {
    margin-left: 0;
}

@media screen and (max-width: 640px) {

    #menu .menu,
    #menu .style {
        width: auto;
        float: none;
        max-width: 100%;
    }

    #menu img {
        width: auto;
        max-width: 100%;
    }

    #menu .wrap {
        width: 100%;
        left: auto;
        margin-left: auto;
    }

    #menu .hair {
        left: auto;
        top: 0;
        margin-left: auto;
    }
}

#access .head {
    position: absolute;
    top: 178px;
    left: 50%;
    margin-left: -480px;
    z-index: 9999;
}

#access #map1 {
    width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    #access .head {
        top: 15px;
        margin-left: -45px;
        height: 32px;
        width: auto;
    }

    #access #map1 {
        width: 100%;
    }
}

/*
#campus_map { width: 3000px; height: 430px; position: absolute; left: 50%; margin-left: -1500px;
}
*/
#footer {
    /* height: 400px;*/
    padding-top: 30px;
    padding-bottom: 45px;
    background: url('../img/footer.png') center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

#footer p,
#footer address {
    font-size: 14px;
    color: #FFF;
}

#footer p {
    text-align: center;
    margin-bottom: 22px;
    white-space: nowrap;
    position: relative;
}

#footer .fb {
    float: right;
    vertical-align: middle;
    margin-right: 30px;
}

#footer .tradelaw {
    float: right;
    vertical-align: middle;
    margin-right: 30px;
    position: relative;
    margin-top: -30px;
}

#footer .tradelaw a {
    font-size: 12px;
    color: #FFF;
}

#footer br {
    display: none;
}

#footer address {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 1em;
}

#footer address strong,
#footer address span {
    display: block;
}

#footer address span {
    text-indent: -0.4em;
}

@media screen and (max-width: 640px) {
    #footer {
        height: auto;
        background-size: auto 800px;
        padding-bottom: 45px;
    }

    #footer p,
    #footer address {
        white-space: normal;
        text-align: center;
        font-size: 90%;
    }

    #footer .logo {
        height: 45px;
    }

    #footer .tel,
    #footer .web,
    #footer .mail {
        width: 250px;
        height: 0;
        padding-bottom: 36px;
        display: block;
        background-size: 250px auto;
        margin: 0 auto 5px auto;
    }

    #footer .tel {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        background-image: url('../img/mobile/footer/tel.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #footer .mail {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        background-image: url('../img/mobile/footer/mail.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #footer .web {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        text-transform: capitalize;
        background-image: url('../img/mobile/footer/web.png');
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #footer .fb {
        margin-right: 0;
        margin-bottom: 1em;
        float: none;
        display: block;
    }

    #footer .tradelaw {
        float: none;
        margin-right: 0;
        margin-top: 0;
    }

    #footer br {
        display: inline;
    }

    #footer address strong,
    #footer address span {
        display: inline;
    }
}

#copyright {
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin: -45px 0 0 0;
}

#copyright img {
    position: relative;
    left: 50%;
    margin-left: -700px;
}

@media screen and (max-width: 640px) {
    #copyright img {
        max-width: none;
        width: 1400px;
    }
}

.path {
    line-height: 40px;
}

.path a {
    text-decoration: none;
    color: #3e210e;
}

.path a.top {
    color: #858585;
}

.path .container {
    width: 960px;
}

@media screen and (max-width: 640px) {
    .path {
        display: none;
    }
}

#main {
    margin-bottom: 80px;
    line-height: 2;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p,
#main table,
#main div,
#main dl,
#main ul,
#main ol {
    margin-bottom: 28px;
}

#main strong {
    font-weight: bold;
}

#main h1 {
    text-align: center;
    margin-bottom: 48px;
}

#main .alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

#main .alignright {
    float: right;
    margin: 0 0 20px 20px;
}

#main .aligncenter {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
    #main {
        padding: 0 15px;
    }

    #main .alignleft,
    #main .alignright {
        float: none;
        display: block;
        margin: 0 auto 15px auto;
    }

    #main h1 {
        margin-bottom: 22px;
    }

    #main h1 img {
        height: 33px;
        width: auto;
    }

    #main h2 {
        text-align: center;
    }
}

.menu #main table,
.recruit #main table,
.usces-cart #main table,
.tradelaw #main table {
    border-bottom: 1px solid #b0b0b0;
}

.menu #main th,
.menu #main td,
.recruit #main th,
.recruit #main td,
.usces-cart #main th,
.usces-cart #main td,
.tradelaw #main th,
.tradelaw #main td {
    border-top: 1px solid #b0b0b0;
    padding: 1em 2em;
    line-height: 1.2;
}

.menu #main th,
.recruit #main th,
.usces-cart #main th,
.tradelaw #main th {
    background: #eaeaea;
}

.menu #main td,
.recruit #main td,
.usces-cart #main td {
    text-align: center;
}

.menu #main .container {
    width: 38em;
}

.menu #main table {
    margin: 0 auto 80px auto;
}

.menu #main h2 {
    color: #df007f;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
    .menu #main .container {
        width: auto;
    }
}

.recruit #main h2,
.tradelaw #main h2 {
    font-size: 140%;
    text-align: center;
    border-bottom: 1px solid #3f210e;
    padding-bottom: 5px;
    clear: both;
}

.recruit #main table {
    margin: 0 auto 28px auto;
}

@media screen and (max-width: 640px) {
    .recruit #main img {
        display: none;
    }
}

.style #main ul {
    font-size: 0;
}

.style #main li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

@media screen and (max-width: 640px) {
    .style #main li {
        width: 33.3%;
    }
}

.staff #main .item {
    clear: both;
    overflow: hidden;
    *zoom: 1;
}

.staff #main dt {
    width: 4em;
    float: left;
}

.staff #main dd {
    padding-left: 4em;
    margin-bottom: 0.5em;
}

.staff #main h2 strong {
    font-size: 160%;
}

.concept #main {
    margin-bottom: 0;
}

.concept #main .container {
    margin-bottom: 0;
    margin-top: -955px;
    height: 955px;
}

.concept #main h1 {
    text-align: left;
}

.concept #main h1 img {
    height: 200px;
    width: auto;
}

@media screen and (max-width: 640px) {
    .concept .cover {
        display: none;
    }

    .concept #main {
        background: url('../img/concept/back.png') 24% center no-repeat;
        background-size: auto 800px;
    }

    .concept #main .container {
        margin: 0;
        height: auto;
        padding-bottom: 20px;
    }

    .concept #main h1 img {
        height: 120px;
    }
}

.jhdac #main h2,
.jhdac #main h3 {
    color: #3e210e;
    text-align: center;
    clear: both;
}

.jhdac #main h2 {
    font-size: 140%;
}

.jhdac #main h3 {
    font-size: 120%;
}

.jhdac #main .top {
    border-bottom: 2px solid #3e210e;
}

.fukuribi #main h2,
.fukuribi #main h3 {
    color: #3e210e;
    text-align: center;
}

.fukuribi #main h2 {
    font-size: 140%;
}

.fukuribi #main h3 {
    font-size: 120%;
    text-align: left;
}

.fukuribi #main .top {
    border-bottom: 2px solid #3e210e;
}

.fukuribi #main .col1,
.fukuribi #main .col2 {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
}

.fukuribi #main .col1 {
    width: 426px;
}

.fukuribi #main .col2 {
    width: 384px;
    margin: 10px 20px;
    text-align: left;
}

.fukuribi #main .cols {
    width: 890px;
    margin: 0 -20px;
    text-align: center;
}

.fukuribi #main .q,
.fukuribi #main .a {
    font-weight: bold;
}

.fukuribi #main .q i,
.fukuribi #main .a i {
    font-size: 300%;
    font-weight: normal;
    float: left;
    line-height: 1;
    width: 50px;
}

.fukuribi #main .q {
    color: #231815;
}

.fukuribi #main .a {
    color: #c09962;
}

@media screen and (max-width: 640px) {

    .fukuribi #main .col1,
    .fukuribi #main .col2,
    .fukuribi #main .cols {
        width: auto;
    }
}

.products #main h2,
.products #main h3,
.products2 #main h2,
.products2 #main h3 {
    text-align: center;
    font-size: 140%;
}

.products #main .lead,
.products2 #main .lead {
    width: 600px;
    margin: 0 auto 50px auto;
}

.products #main .item,
.products2 #main .item {
    overflow: hidden;
    *zoom: 1;
}

.products #main .item h2,
.products2 #main .item h2 {
    text-align: left;
}

.products #main .item .image,
.products2 #main .item .image {
    width: 30%;
    float: left;
    text-align: center;
}

.products #main .item .image img {
    width: 90%;
    height: auto;
}

.products #main .item .col,
.products2 #main .item .col {
    float: right;
    width: 65%;
}

@media screen and (max-width: 640px) {

    .products #main .lead,
    .products2 #main .lead {
        width: auto;
    }

    .products #main .item .image,
    .products2 #main .item .image {
        width: 60%;
        float: none;
        margin: 0 auto 30px;
    }

    .products #main .item .col,
    .products2 #main .item .col {
        width: 100%;
        float: none;
    }
}

.index #main .container,
.post #main .container {
    overflow: hidden;
    *zoom: 1;
}

.index #main .body,
.index #main .side,
.post #main .body,
.post #main .side {
    float: left;
}

.index #main .body,
.post #main .body {
    width: 672px;
    padding-right: 30px;
}

.index #main .body .post,
.post #main .body .post {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 60px;
}

.index #main .body .category,
.post #main .body .category {
    text-align: right;
}

.index #main .body h2,
.post #main .body h2 {
    font-size: 140%;
    background: url('../img/blog/line.png') left bottom no-repeat;
    padding-bottom: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.index #main .body h2 span,
.post #main .body h2 span {
    font-size: 60%;
    font-weight: normal;
    display: block;
}

.index #main .body h2 a,
.post #main .body h2 a {
    color: #3e210e;
    text-decoration: none;
}

.index #main .body img,
.post #main .body img {
    max-width: 100%;
    height: auto;
}

.index #main .side,
.post #main .side {
    width: 258px;
    line-height: 1.2;
}

.index #main .side a,
.post #main .side a {
    display: block;
    color: #666666;
    margin-bottom: 0.5em;
}

.index #main .side .recent a,
.post #main .side .recent a {
    background: url('../img/blog/arrow.png') left 0.4em no-repeat;
    padding-left: 12px;
}

.index #main .side .recent .date,
.post #main .side .recent .date {
    font-size: 80%;
}

.index #main .pagination,
.post #main .pagination {
    line-height: 28px;
}

.index #main .pagination li,
.post #main .pagination li {
    margin-bottom: 0;
}

.index #main .pagination li img,
.post #main .pagination li img {
    vertical-align: top;
}

.index #main .pagination .next,
.post #main .pagination .next {
    text-align: right;
    margin-top: -28px;
}

@media screen and (max-width: 640px) {

    .index #main .body,
    .index #main .side,
    .post #main .body,
    .post #main .side {
        width: auto;
        float: none;
        padding: 0;
    }
}

.cover {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.cover img,
.cover .wrap {
    position: relative;
    left: 50%;
    margin-left: -700px;
    max-width: none;
}

.cover .wrap img {
    position: static;
    left: auto;
    margin: auto;
}

@media screen and (max-width: 640px) {
    .cover .wrap {
        left: auto;
        margin-left: 0;
    }
}

@media screen and (max-width: 640px) {

    .page .cover img,
    .page .cover .wrap {
        max-width: 100%;
        left: auto;
        margin-left: auto;
    }
}

#map1 {
    height: 430px;
    width: 100%;
}

@media screen and (max-width: 640px) {
    #map1 {
        height: 280px;
    }
}

form.shop .skubutton {
    width: 230px;
    height: 50px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../img/product/cart.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

form.shop span,
form.shop .skuquantity {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

form.shop .skuquantity {
    width: 3em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-size: 160%;
    text-align: right;
}

.usccart_navi {
    display: none;
}

.usces-cart #main table {
    width: 100%;
}

.usces-cart #main th {
    white-space: nowrap;
}

.usces-cart #main td {
    text-align: left;
}

.usces-cart #main input[type=text],
.usces-cart #main textarea {
    width: 98%;
    font-size: 140%;
    padding: 0.2em;
}

.usces-cart #main .send {
    text-align: center;
}

#viewport.detail {
    width: 780px;
    font-size: 0;
}

#viewport.detail div {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}

#viewport.detail .photo {
    width: 420px;
}

#viewport.detail .photo img {
    max-width: 240px;
    height: auto;
}

#viewport.detail .photo .thumb {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

#viewport.detail .photo .thumb,
#viewport.detail .photo .thumb img {
    width: 60px;
    height: auto;
}

#viewport.detail .photo .thumb img {
    margin-bottom: 10px;
}

#viewport.detail .photo .highlight {
    width: auto;
    float: right;
}

#viewport.detail .photo .highlight {
    border: 60px solid white;
}

#viewport.detail .desc {
    width: 20em;
    padding-left: 1em;
    font-size: 15px;
    line-height: 1.6;
}

#viewport.detail .desc img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
    #viewport.detail {
        width: 260px;
        margin: 0;
    }

    #viewport.detail div {
        display: block;
    }

    #viewport.detail img {
        max-width: 100%;
        height: auto;
    }

    #viewport.detail .photo {
        width: auto;
    }

    #viewport.detail .photo .highlight {
        border: none;
        display: block;
        float: none;
        margin: 0 auto 10px auto;
    }

    #viewport.detail .photo .thumb {
        width: auto;
    }

    #viewport.detail .photo .thumb img {
        width: 40px;
    }

    #viewport.detail .desc {
        width: auto;
        padding: 10px 0 0 0;
        font-size: 13px;
    }
}

.pagetop {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.pagetop a {
    position: absolute;
    right: -20px;
    top: -130px;
}

@media screen and (max-width: 640px) {
    .pagetop {
        width: auto;
    }

    .pagetop a {
        right: 0;
        top: -200px;
    }
}


.usces-cart #main .send input[type=button],
.usces-cart #main .send input[type=submit],
.usces-cart #main .send input[type=cancel] {
    border: 1px solid silver;
    font-size: 120%;
    background: white;
    padding: 0.5em 2em;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.usces-cart #main .ttl h3 {
    font-size: 130%;
    margin-bottom: 0;
    padding-top: 1em;
}

.usces-cart #main .ttl,
.usces-cart #main .ttl td {
    border-top: none;
    padding-left: 0;
}

@media screen and (max-width: 640px) {

    .usces-cart #main #cart_table thead,
    .usces-cart #main #cart_table tbody {
        display: block;
        width: 50%;
        float: left;
    }

    .usces-cart #main #cart_table tfoot {
        display: table;
        width: 100%;
    }

    .usces-cart #main #cart_table,
    .usces-cart #main #cart_table thead tr,
    .usces-cart #main #cart_table thead th,
    .usces-cart #main #cart_table thead td,
    .usces-cart #main #cart_table tbody tr,
    .usces-cart #main #cart_table tbody th,
    .usces-cart #main #cart_table tbody td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }

    .usces-cart #main #cart_table thead {
        /*         display:none; */
    }
}


.products #delivery {
    margin: 0 -20px 40px -20px;
    overflow: hidden;
}

.products #delivery h2 {
    font-size: 140%;
    text-align: left;
    border-bottom: 1px solid #3f210e;
    padding-bottom: 5px;
    clear: both;
    margin: 0 20px 28px 20px;
}

.products #delivery table {
    width: 460px;
    float: left;
    margin: 0 20px;
}

.products #delivery th,
.products #delivery td {
    border: 1px solid #b0b0b0;
    text-align: center;
    line-height: 1;
    padding: 1em 0;
}

.products #delivery th {
    background: #eaeaea;
}


@media screen and (max-width: 640px) {
    .products #delivery table {
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .products #delivery th {
        width: 40%;
    }

    .products #delivery th,
    .products #delivery td {
        padding: 0.5em 0;
    }

    .products #delivery .spnone {
        display: none;
    }

    .products #delivery .spbdtnone th,
    .products #delivery .spbdtnone td {
        border-top: none;
    }

}

#fancybox-content>div {
    overflow: hidden !important;
}


.sns {
    float: left;
}

.sns * {
    margin: 0 !important;
}

#header .tel {
    position: absolute;
    top: 7px;
    right: 200px;
}

#header .reserve {
    position: absolute;
    top: 0;
    right: 20px;
}


.staff01 {
    width: 470px;
}

@media screen and (max-width: 640px) {
    .staff01 {
        width: auto;
    }
}

#access .head {
    position: relative;
}

.post img {
    max-width: 100%;
    height: auto;
}

.usces-cart #main .post table img {
    max-width: 60px;
}