@charset "UTF-8";
/*--------------------------------------------------------
    共通
--------------------------------------------------------*/
* {
    margin:0;
    padding:0;
}

html, body {
}

body {
    /*font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;*/
    /*font-family: 'Avenir Next', Verdana, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, Osaka, sans-serif;*/
    /*font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #000;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;*/
    font-weight: 600;
    color: #000;
}

.header-top h1 {
    height: 20px;
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 12.5px;
    font-weight: normal;
    color: #000;
    text-shadow: 1px 1px 0 #fff;
}

h2 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 6px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    border-bottom: 2px solid #000;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #999;
}

h4.office {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #c40d23;
}

a {
    color: #666;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

a:hover {
    text-decoration: underline;
    color: #000;
}

dl {
    margin-top: 10px;
}

dl dt {
    font-size: 0.9em;
}

dl dd {
    padding-left: 1.5em;
    font-size: 0.9em;
}

.clear {
    display: table;
    content: " ";
    clear: both;
}

.page {
    padding-bottom: 60px;
}

.none-list-style {
    list-style-type: none;
}

.none-list-style li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-left: 24px;
    background-image : url(../images/list-mark.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.btn-list-all {
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-list-all:after {
    content: " ";
    display: table;
    clear: both;
}

.btn-list-all a {
    display: block;
    width: 150px;
    margin-right: 6px;
    /*
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
    */
    padding: 6px;
    text-align: center;
    background-color: #ccc;
    color: #000;
    font-size: 12px;
    float: right;
}

.btn-list-all a:hover {
    background-color: #666;
    color: #fff;
    text-decoration: none;
}

.nobr {
    white-space: nowrap;
}

.menu-button {
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 8px;
    left: 8px;
    width: 34px;
    height: 34px;
    background: url(../images/menu.png) no-repeat;
    background-position: center center;
    overflow: hidden;
    text-indent: -9999px;
}

.menu-close-button {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../images/menu-close.png) no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
}

.menu-button.right {
    right: 20px;
    left: auto;
}

.menu-button.bottom {
    top: 100px;
}

.menu-button.fixed {
    position: fixed;
}

#overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none;
}

.sidr-open #overlay {
    display: block;
}

.float-right {
    float: right;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
}

/*--------------------------------------------------------
    YouTube埋め込み
--------------------------------------------------------*/
.yt-wrap {
    max-width: 560px;
    margin: 40px auto;
}

.yt-area {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.yt-area iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
}

/*--------------------------------------------------------
    ページ共通背景
--------------------------------------------------------*/
h1.page-up {
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 10px;
    right: 10px;
    width: 100px;
    height: 180px;
    z-index: 0;
}

h1.page-up a {
    display: block;
    width: 100px;
    height: 273px;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(../images/body-bg-up.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}

h2.page-bot {
    display: block;
    left: 20px;
    width: 100%;
    height: 240px;
    border: none;
}

h2.page-bot ax {
    display: block;
    left: 20px;
    width: 100%;
    height: 240px;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(../images/body-bg-bot.jpg);
    background-repeat: no-repeat;
    background-position: 40px 0;
    background-size: contain;
}

h2.page-bot a.page-bot-1 {
    display: inline-block;
    width: 136px;
    height: 240px;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(../images/body-bg-bot-1.jpg);
    background-repeat: no-repeat;
    background-position: 20px 0;
    background-size: contain;
}

h2.page-bot a.page-bot-2 {
    display: inline-block;
    width: 174px;
    height: 240px;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(../images/body-bg-bot-2.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    h1.page-up {
        position: static;
        /*position: absolute;*/
        width: 100%;
    }
    h1.page-up a {
        width: 100%;
        height: 180px;
        background-position: center right;
    }
}

/*--------------------------------------------------------
    画像
--------------------------------------------------------*/
.resizeimage {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

.img-left {
    margin-right: 10px;
    float: left;
}

.img-right {
    margin-left: 10px;
    float: right;
}

.img-area {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.img-area-order {
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
}

.img-area img, .img-area-order img {
    diaplay: inline-block;
    margin: 4px;
}

figure {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-right: 6px;
    padding-bottom: 14px;
    padding-left: 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f3f3f3;
    text-align: center;
}

.img-area figure.figure-s, .img-area figure.figure-ss {
    display: inline-block;
    vertical-align: top;
}

figure.figure-s {
    height: 300px;
}

figure.figure-ss {
    height: 300px;
}

figure.figure-s {
    width: 320px;
    margin-right: 4px;
    margin-left: 4px;
}

figure.figure-ss {
    width: 240px;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 2px;
    padding-left: 2px;
}

figure.figure-ss img {
    width: 230px;
}

.merchandises figure {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-right: 6px;
    padding-bottom: 14px;
    padding-left: 6px;
    border: none;
    background-color: #fff;
    text-align: center;
}

.merchandises figure.figure-merchandise-deluxe {
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 2px;
    padding-left: 2px;
}

figcaption {
    font-size: 85%;
    font-weight: 700;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

figcaption .small {
    font-size: 75%;
    font-weight: 500;
}


figcaption.merchandise-deluxe-olive {
    margin-top: -7px;
    font-size: 0.8em;
    background-color: #5f6527;
    color: #fff;
}

figcaption.merchandise-deluxe-rice {
    margin-top: -7px;
    font-size: 0.8em;
    background-color: #967402;
    color: #fff;
}
 

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .resizeimage {
        padding: 4px;
    }
    .resizeimage img {
        width: 100%;
    }
    figure.figure-s, figure.figure-ss {
        height: auto;
    }
}

/*--------------------------------------------------------
    レイアウト
--------------------------------------------------------*/
.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
/*
    padding-right: 4px;
    padding-left: 4px;
*/
    padding-right: 0px;
    padding-left: 0px;
}

/* 768pxより大きい時 */
@media (min-width: 768px) {
    .container {
        width: 620px;
    }
}

/* 992pxより大きい時 */
@media (min-width: 992px) {
    .container {
        /*width: 770px;*/
        width: 800px;
    }
}

/* 1200pxより大きい時 */
@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .container {
        width: auto;
    }
}

/*--------------------------------------------------------
    flex
--------------------------------------------------------*/
.flex-container {
    display: flex;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /*justify-content: space-between;*/
    justify-content: space-around;
    /*align-items: center;
    align-items: flex-start;*/
    align-items: stretch;
}

.flex-item-1, .flex-item-2, .flex-item-3, .flex-item-bento-1, .flex-item-bento-2, .flex-item-bento-3 {
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

.flex-item-1 {
    width: 50%;
}

.flex-item-2, .flex-item-3 {
    width: 25%;
}

.flex-item-bento-1 {
    width: 50%;
}

.flex-item-bento-2, .flex-item-bento-3 {
    width: 25%;
}

.flex-item-1, .flex-item-bento-1 {
     order: 2;
}
.flex-item-2, .flex-item-bento-2 {
     order: 1;
}
.flex-item-3, .flex-item-bento-3 {
     order: 3;
}

/* 991pxより小さい時 */
@media screen and (max-width: 991px) {
    .flex-container {
        flex-direction: column;
        align-content: space-around;
    }
    .flex-item-1, .flex-item-2, .flex-item-3, .flex-item-bento-1, .flex-item-bento-2 {
         width: 100%;
    }
    .flex-item-1, .flex-item-bento-1 {
         order: 1;
    }
    .flex-item-2, .flex-item-bento-2 {
         order: 2;
    }
    .flex-item-3 {
         order: 3;
    }
    .flex-item-bento-3 {
         display: none;
    }
}

/*--------------------------------------------------------
    ページメイン
--------------------------------------------------------*/
.page-main {
    margin-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
}

.page-main p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.75;
    /*text-indent: 1em;*/
}

.page-inline {
    margin-right: 120px;
    margin-left: 120px;
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .page-main {
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .page-main {
        margin-top: 40px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-inline {
        margin-right: 20px;
        margin-left: 20px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .page-main {
        margin: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    .page-inline {
        margin-right: 6px;
        margin-left: 6px;
    }
}

/*--------------------------------------------------------
    テーブル
--------------------------------------------------------*/
table.line {
    margin: 0 auto;
    border-spacing: 0;
    border-left: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
}

.line th {
    background-color: #eeeeee;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 1px 1px 0 rgba(255,255,255, 2.5);
}

.line th {
    color: #330;
    text-align: center;
    white-space: nowrap;
}

table.line td, table.line th, table table.line td, table table.line th {
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 1em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.line td:first-child, .line th:first-child {
    border-left: none;
}

table.tbl-greeting {
    margin: 0 auto;
    border-spacing: 0;
}

table.tbl-greeting th {
    text-align: right;
    white-space: nowrap;
}

table.tbl-greeting td, table.tbl-greeting th, table table.tbl-greeting td, table table.tbl-greeting th {
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 1em;
    vertical-align: middle;
}

/* ------------------------------------------------ */
.table-group {
    display: table;
    width: auto;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.tbl {
    display: table;
    width: 100%;
}

.tbl-row {
    display: table-row;
}

.tbl-cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.tbl-cell-top {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.table-th, .table-td {
    display: table-cell;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 1em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.table-th {
    width: 10em;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    text-shadow: 1px 1px 0 rgba(255,255,255, 2.5);
    border-left: 1px solid #ccc;
}

.table-td {

}






/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .table-group {
        display: block;
    }
    .table-row {
        display: block;
    }
    .table-td {
        border-left: 1px solid #ccc;
    }
    .table-th, .table-td {
        display: block;
        width: auto;
    }

    table.line td, table.line th, table table.line td, table table.line th {
        padding-right: 4px;
        padding-left: 4px;
    }

    table.tbl-greeting td, table.tbl-greeting th, table table.tbl-greeting td, table table.tbl-greeting th {
        padding-right: 2px;
        padding-left: 2px;
    }
}

/*--------------------------------------------------------
    グループリスト
--------------------------------------------------------*/
.group-list {
    display: table;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
    border-top: 1px solid #999;
}

.group-list-row {
    display: table-row;
}

.group-list-label, .group-list-cont,
.group-list-label-hist, .group-list-cont-hist,
.group-list-label-access, .group-list-cont-access {
    display: table-cell;
}

.group-list-label {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: top;
    line-height: 1.5;
    border-bottom: 1px solid #999;
}

.group-list-cont {
    width: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    line-height: 1.75;
    border-bottom: 1px solid #999;
}


.group-list-hist {
    display: table;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
    border-top: 1px solid #999;
}

.group-list-label-hist {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: top;
    line-height: 1.5;
    border-bottom: 1px solid #999;
}

.group-list-cont-hist {
    width: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    line-height: 1.75;
    border-bottom: 1px solid #999;
}

.group-list-access {
    display: table;
    margin-top: 0;
    margin-right: 30px;
    margin-bottom: 40px;
    margin-left: 30px;
}

.group-list-label-access {
    width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: top;
    line-height: 1.5;
    background-color: #ccc;
    border-bottom: 1px solid #000;
}

.group-list-cont-access {
    width: 500px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: top;
    line-height: 1.75;
    border-bottom: 1px solid #000;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .group-list, .group-list-hist, .group-list-access {
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-left: 0px;
        border-top: none;
    }
    .group-list-access {
        display: block;
        margin-top: 0;
    }
    .group-list-row {
        display: block;
    }
/*
    .group-list-label {
        display: block;
        width: auto;
        padding: 10px;
        text-align: left;
        background-color: #ddd;
        border-right: none;
        border-left: none;
        border-bottom: none;
    }

    .group-list-cont {
        display: block;
        width: auto;
        border-right: none;
        border-bottom: none;
    }
*/
    .group-list-label-access {
        display: block;
        width: 100%;
    }
    .group-list-cont-access {
        display: block;
        width: 100%;
    }
}

/*--------------------------------------------------------
    headline
--------------------------------------------------------*/
h2.headline {
    width: 600px;
    height: 106px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 1px #666;
    line-height: 106px;
    border: none;
    background-color: #fff;
    background-image : url(../images/page-title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

h2.page-side {
    width: 100%;
    height: 36px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    color: #e8e4db;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
    background-color: #5F4B38;
    border-bottom: none;
}

.page_headline {
    margin: 30px auto;
    font-size: 20px;
    text-align: center;
}


/* 1200pxより小さい時 */
@media (min-width: 992px) and (max-width: 1200px) {
    h2.headline {
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    h2.headline {
        width: 500px;
        font-size: 26px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    h2.headline {
        width: 90%;
        height: 106px;
        margin: 0;
        padding-top: 80px;
        padding-right: 20px;
        padding-left: 20px;
        line-height: 1;
        font-size: 24px;
    }
}

/*--------------------------------------------------------
    メイン
--------------------------------------------------------*/
.main {
    min-height: 1200px;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 220px;
}

.sns-button {
    text-align: right;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .main {
        min-height: 0;
        padding-left: 0;
    }
}

/*--------------------------------------------------------
    ヘッダー
--------------------------------------------------------*/
.page-top {
    height: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 6px;
    color: #e8e4db;
    font-size: 12px;
    background-color: #584635;
}

.navbar-top {
    padding-right: 40px;
    padding-left: 40px;
    background-color: #fff;
}

.header-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
}

.header-top {
    background-color: #9fc5dd;
    opacity: 0.8;
}

.header {
    width: 100%;
    height: 101px;
    margin-bottom: 0px;
    background-color: #E9E5DC;
}

.header-info a {
    display: block;
    width: 300px;
    height: 81px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    background-image : url(../images/header-info.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    float: right;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 60px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb a, .breadcrumb a:hover {
    color: #1D2088;
    text-decoration: none;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .navbar-top {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-top-right {
        display: none;
    }
    .header {
        height: 182px;
    }
    .header-top  {
        height: 32px;
    }
    .header-top h1 {
        margin-top: 2px;
    }
}

/*--------------------------------------------------------
    ナビゲーター
--------------------------------------------------------*/
.navbar-brand {
    width: 80px;
    height: 100px;
    margin-left: 20px;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.navbar {
}


.navbar-wrapper {
    position: absolute;
    /*position: relative;*/
    height: 100px;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.navbar-default {
    /*position: absolute;*/
    position: relative;
    height: 100px;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 0;
    height: 40px;
    z-index: 20;
    /*background-color: #ff0;*/
    background-color: rgba(255,255,255,0.25);
    border: none;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #fff;
}

.navbar-default .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float: none;
}

.navbar-default .navbar-nav > li > a {
    width: 160px;
    height: 50px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    line-height: 4px;
    font-size: 15px;
    /*font-family: 'Century Gothic', Times, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
    /*font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;*/
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #000;
    text-align: center;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: none;
}

.navbar-default .navbar-nav > li#nav-home > a {
    background-image : url(../images/nav-home.png);
    border-right: 1px solid #10589A;
}

.navbar-default .navbar-nav > li#nav-about > a {
    background-image : url(../images/nav-about.png);
    border-right: 1px solid #10589A;
    border-left: 1px solid #10589A;
}

.navbar-default .navbar-nav > li#nav-greeting > a {
    background-image : url(../images/nav-greeting.png);
    border-right: 1px solid #10589A;
    border-left: 1px solid #10589A;
}

.navbar-default .navbar-nav > li#nav-member > a {
    background-image : url(../images/nav-member.png);
    border-right: 1px solid #10589A;
    border-left: 1px solid #10589A;
}

.navbar-default .navbar-nav > li#nav-contact > a {
    background-image : url(../images/nav-contact.png);
    border-left: 1px solid #10589A;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: #ddd;
    opacity: 0.85;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #009E96;
    background-color: #fff;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    margin-top: 0px;
    border-color: #fff;
    background-color: #18599A;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #18599A;
}

.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #fff;
    border-radius: 1px;
    background-color: #18599A;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        width: 160px;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav > li > a {
        width: 120px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav {
        width: 100%;
        margin: 0;
    }
    .pull-right {
      float: none !important;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > .active > a {
        display: block;
        width: 100%;
        height: 40px;
        margin: 0;
        padding-left: 20px;
        font-size: 18px;
        text-align: left;
        background-image: none;
        background-color: #eee;
        border: 1px solid #fff;
    }
    .navbar-default .navbar-nav > li#nav-home > a,
    .navbar-default .navbar-nav > li#nav-about > a,
    .navbar-default .navbar-nav > li#nav-greeting > a,
    .navbar-default .navbar-nav > li#nav-member > a,
    .navbar-default .navbar-nav > li#nav-contact > a {
        border-right: none;
        border-left: none;
    }
}

/*--------------------------------------------------------
    フッター
--------------------------------------------------------*/
.footer {
    margin-top: 4px;
    padding-top: 0;
    padding-bottom: 10px;
    color: #000;
    text-align: center;
    background-color: #fff;
}

.footer .copyright {
    margin-top: 20px;
}

ul#footer-navi {
    width: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0px;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}

#footer-navi li {
    line-height: 1.2;
    display: inline;
    margin: 0;
}

#footer-navi li a {
    display: inline-block;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 6px;
    padding-left: 8px;
    font-size: 12px;
    color: #000;
    white-space: nowrap;
}

#footer-navi a:hover {
    text-decoration: underline;
}

.footer .return-top {
    text-align: right;
}

.footer .return-top a {
    display: inline-block;
    width: 1.6em;
    padding: 10px;
    color: #fff;
    text-align: center;
    background-color: #10589A;
    border-radius : 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    ul#footer-navi {
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }
    #footer-navi li {
        display: block;
    }
    #footer-navi li a {
        display: block;
        font-size: 13.5px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding-bottom: 4px;
        border-bottom: 1px dotted #fff;
    }
    .footer .return-top a {
        margin-bottom: 0;
        border-bottom: none;
    }
}

/*--------------------------------------------------------
    フォーム
--------------------------------------------------------*/
textarea {
    width: 480px;
    height: 100px;
}

input[type=text], input[type=password], select.ll {
    width: 480px;
    height: 30px;
}

input.l, textarea.l {
    width: 350px;
}

input.m, textarea.m {
    width: 250px;
}

input.s, textarea.s {
    width: 100px;
}

input.ss, textarea.ss {
    width: 50px;
}

input[type=text], input[type=password], textarea, select {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border:#a9a9a9 1px solid;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
}

input[type=text], input[type=password], textarea {
    padding: 4px;
}

select {
    padding: 2px 4px;
    font-size: 16px;
}

select.ll {
    /*width: 490px;*/
    height: auto;
    padding: 8px 4px;
}

input[type=text]:focus, textarea:focus {
   border:solid 1px #20b2aa;
}

input[type=text], select { 
   outline: none;
}

input.err, textarea.err {
    background-color: #faa;
}

.form-horizontal .control-label {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: left;
}

.form-group {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.control-label {
    text-align: left;
}

.contact-form-group {
    display: table;
    margin: 20px auto;
    border-top: 1px solid #ccc;
}

.contact-row {
    display: table-row;
}

.contact-label {
    display: table-cell;
    width: 240px;
    padding: 4px;
    color: #000;
    vertical-align: middle;
    background-color: #eee;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.contact-input {
    display: table-cell;
    width: 500px;
    padding: 4px;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

textarea {
    min-height: 100px;
}

.btn-default {
    width: 180px;
    height: 70px;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #000;
    background-color: #bbb;
    border-color: #999;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(255, 255, 255, 0.1),
        2px 2px 2px rgba(255, 255 ,255, 1);
}

.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #ccc;
    border-color: #666;
}

.btn-success {
    width: 300px;
    height: 70px;
    margin-top: 4px;
    margin-right: 0;
    margin-bottom: 2px;
    margin-left: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    /*
    background-color: #c40d23;
    border-color: #720816;
    */
    background-color: #601d84;
    border-color: #9966cc;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000, 0.1),
        2px 2px 2px rgba(000, 000 ,000, 1);
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #803da4;
    border-color: #601d84;
}

.btn-info {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    background-color: #FFF6D6;
    border-color: #FFED51;
    background-color: #DCFFFF;
    border-color: #ADFFFF;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(255, 255, 255, 0.1),
        2px 2px 2px rgba(255, 255 ,255, 1);
}

.btn-info:hover {
    background-color: #ADFFFF;
    text-decoration: none;
}

.btn-gray {
    display: block;
    width: 80%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding: 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #000;
    text-decoration: none;
    background-color: #EA00EA;
    border-color: #7F4478;
    background-color: #eeeeee;
    border-color: #aaaaaa;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(255, 255, 255, 0.1),
        2px 2px 2px rgba(255, 255 ,255, 1);
}

.btn-gray:hover {
    background-color: #cccccc;
    text-decoration: none;
}

#contact.btn {
    min-width: 240px;
    min-height: 50px;
}

/*input.err, textarea.err {*/
.err {
    background-color: #fcc;
}

.form-check {
    padding: 4px;
    min-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #20b2aa;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .contact-form-group {
        display: block;
        border-top: none;
    }
    .contact-row {
        display: block;
    }
    .contact-label {
        display: block;
        width: auto;
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
    .contact-input {
        display: block;
        width: auto;
        min-height: 1.2em;
        /*
        border-right: none;
        border-bottom: none;
        */
        border-left: 1px solid #ccc;
    }
    textarea, input[type=text], input[type=password], select.ll {
        width: 98%;
    }
}

/*--------------------------------------------------------
    トップページ（言語選択ページ）
--------------------------------------------------------*/
.top-image {
    margin: 20px auto;
    width: 910px;
    height: 640px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image : url(../images/top-image.jpg);
}

.top-image2 {
    margin: 20px auto;
    width: 432px;
    height: 27px;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    background-image : url(../images/samurai-karaage.png);
}

.lang-area {
    border-top: 2px solid #aaa;
}

a.lang {
    display: inline-block;
    width: 140px;
    height: 60px;
    margin-top: 30px;
    margin-right: 40px;
    margin-bottom: 30px;
    margin-left: 40px;
    padding: 0px;
    font-size: 20px;
    background-color: #fff;
    /*border: 1px solid #666;*/
    text-decoration: none;
    line-height: 60px;
}

a.lang:hover {
    /*
    color: #fff;
    background-color: #666;
    */
}

a.ja {
    color: #aa0000;
    border: 2px solid #aa0000;
    border-radius : 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

a.ja:hover {
    color: #fff;
    background-color: #aa0000;
}

a.en {
    color: #0000aa;
    border: 2px solid #0000aa;
    border-radius : 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

a.en:hover {
    color: #fff;
    background-color: #0000aa;
}

/* 点滅 */
.blinking {
    -webkit-animation: blink 1.5s ease-in-out infinite alternate;
    -moz-animation: blink 1.5s ease-in-out infinite alternate;
    animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-moz-keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes blink {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.blinking2 {
    -webkit-animation: blink2 1.5s ease-in-out infinite alternate;
    -moz-animation: blink2 1.5s ease-in-out infinite alternate;
    animation: blink2 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink2 {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@-moz-keyframes blink2 {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes blink2 {
    0% {opacity: 1;}
    100% {opacity: 0;}
}

.blinking:hover, .blinking2:hover {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .top-image {
        width: 760px;
        height: 640px;
        background-image : url(../images/top-image760x640.jpg);
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .top-image {
        width: 600px;
        height: 500px;
        background-image : url(../images/top-image600x500.jpg);
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .top-image {
        width: 100%;
        height: auto;
        min-height: 300px;
    }
    .top-image2 {
        margin: 10px auto;
        width: 90%;
        max-width: 600px;
        height: 46px;
    }
    a.lang {
        width: 160px;
        height: 60px;
        margin-top: 30px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
}

/*--------------------------------------------------------
    トップページ
--------------------------------------------------------*/
h2.menu-title {
    width: 600px;
    height: 150px;
    margin: 20px auto;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    background-image : url(../images/menu-title.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

h2.menu-title-en {
    width: 600px;
    height: 150px;
    margin: 20px auto;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    background-image : url(../images/menu-title-en.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.menu-area {
    position: relative;
    width: 100%;
    height: 500px;
}

.menu-image {
    display: block;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    /*
    background-image : url(../images/menu-image.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    */
    background-size: cover;
}

.menu-image img {
    width: 100%;
    height: 100%;
}

.menu1, .menu2, .menu3, .menu-sns {
    list-style: none;
    z-index: 100;
}

.fb-area, .blog-area, .menu1, .menu2, menu3, .menu-sns {
    display: block;
    position: absolute;
}

.fb-area {
    top: 10px;
    left: 170px;
    width: 300px;
    height: 400px;
}

.blog-area {
    top: 10px;
    left: 490px;
    width: 300px;
    height: 400px;
}

.menu1 {
}

.menu2 {
}

.menu3 {
    width: 100%;
}

.menu-sns {
    width: 100%;
}

.blog-area a {
    display: block;
    width: 300px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image : url(../images/blog.jpg);
}

.blog-area a span {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.25);
}

.blog-area a:hover {
    opacity: 0.8;
}

.menu3 li, .menu-sns li {
    display: inline;
    text-align: center;
    margin: 0 auto;
}

.menu1 li a, .menu2 li a, .menu3 li a {
    display: inline-block;
    z-index: 100;
    width: 150px;
    height: 48px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    font-size: 15.5px;
    color: #000;
    line-height: 38px;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #999;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 10px;
/*
    -moz-box-shadow: 5px 5px 15px #aaa;
    -webkit-box-shadow: 5px 5px 15px #aaa;
    box-shadow: 5px 5px 15px #aaa;
*/
    background-repeat: no-repeat;
    background-position: center center;
    background-image : url(../images/menu-bg.png);
}

.menu1 li a.s, .menu2 li a.s, .menu-sns li a.s {
    font-size: 14px;
}

.menu1 li a.dbl, .menu2 li a.dbl, .menu-sns li a.dbl {
    margin-top: -20px;
    font-size: 15px;
    line-height: 14px;
}

.menu1 li a.dbl span, .menu2 li a.dbl span, .menu-sns li a.dbl span {
    font-size: 12px;
    line-height: 10px;
}

.menu1 li a:hover, .menu2 li a:hover, .menu3 li a:hover {
    background-image : url(../images/menu-bg-hover.png);
}

a.recipe-blinking {
    display: block;
}

a.recipe-blinking, .menu1 li a.new-blinking, .menu2 li a.new-blinking, .menu-sns li a.new-blinking {
    background-image :url(../images/menu-bg-bling.gif);
}

a.recipe-blinking:hover, .menu1 li a.new-blinking:hover, .menu2 li a.new-blinking:hover, .menu-sns li a.new-blinking:hover {
    background-image :url(../images/menu-bg-hover.png);
}

.menu-sns li a.sns-btn-fb,
.menu-sns li a.sns-btn-yt,
.menu-sns li a.sns-btn-in,
.menu-sns li a.sns-btn-li,
.menu-sns li a.sns-btn-tw,
.menu-sns li a.sns-btn-bl,
.menu-sns li a.sns-btn-bl-en {
    display: inline-block;
    z-index: 100;
    width: 60px;
    height: 60px;
    margin-right: 130px;
    margin-bottom: 10px;
    margin-left: 130px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    font-size: 11px;
    color: #000;
    text-align: center;
    line-height: 110px;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #999;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px;
}

.menu-sns li a.sns-btn-fb {
    background-image : url(../images/sns/facebook.png);
}

.menu-sns li a.sns-btn-yt {
    background-image : url(../images/sns/youtube.png);
}

.menu-sns li a.sns-btn-in {
    background-image : url(../images/sns/insta.png);
}

.menu-sns li a.sns-btn-li {
    background-image : url(../images/sns/line.png);
}

.menu-sns li a.sns-btn-tw {
    background-image : url(../images/sns/twitter.png);
}

.menu-sns li a.sns-btn-bl {
    background-image : url(../images/sns/blog.png);
}

.menu-sns li a.sns-btn-bl-en {
    background-image : url(../images/sns/blog_en.png);
}

.menu-sns li a.sns-btn-fb:hover,
.menu-sns li a.sns-btn-yt:hover,
.menu-sns li a.sns-btn-in:hover,
.menu-sns li a.sns-btn-li:hover,
.menu-sns li a.sns-btn-tw:hover,
.menu-sns li a.sns-btn-bl:hover,
.menu-sns li a.sns-btn-bl-en:hover {
    opacity: 0.75;
}

/* 768pxより大きい時 */
@media (min-width: 768px) {
    .menu-image {
        width: 100%;
        height: auto;
        min-height: 200px;
    }
    .menu-sns li a {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/* 991pxより小さい時 */
@media screen and (max-width: 991px) {
    .menu-area, .menu-image, .fb-area, .blog-area, .menu1, .menu2, .menu3, .menu-sns {
        position: static;
    }
    .menu-area {
        height: auto;
        text-align: center;
    }
    .menu-image {
        width: 620px;
        height: 413px;
    }
    .fb-area, .blog-area {
        margin: 10px auto;
    }
    .menu1 {
        margin-top: 30px;
    }
    .menu2 {
    }
    .menu-sns {
        margin-top: 40px;
    }
    .menu1 li a, .menu2 li a, .menu3 li a, .menu-sns li a {
        width: 100%;
        margin-bottom: 6px;
        -moz-box-shadow: 2px 2px 5px #aaa;
        -webkit-box-shadow: 2px 2px 5px #aaa;
        box-shadow: 2px 2px 5px #aaa;
    }
    .menu-sns li a {
        margin-right: 2px !important;
        margin-left: 2px !important;
        padding: 0 !important;
    }
}

/* 992pxより大きい時 */
@media (min-width: 992px) {
    .menu-area {
        position: relative;
        height: 600px;
    }
    .fb-area, .blog-area, .menu1, .menu2, .menu3, .menu-sns {
        position: absolute;
    }
    .menu-image {
        top: 40px;
        left: 180px;
        width: 400px;
        height: 266px;
    }
    .fb-area {
        top: 10px;
        left: 240px;
    }
    .blog-area {
        top: 420px;
        left: 240px;
    }
    .menu1 {
        top: 10px;
        left: 20px;
    }
    .menu2 {
        top: 10px;
        left: 590px;
    }
    .menu3 {
        top: 430px;
        left: -20px;
    }
    .menu3 li a {
        margin-right: 20px;
        margin-left: 20px;
    }
    .menu-sns {
        top: 500px;
        left: 0;
    }
    .menu-sns li a {
        margin-right: 4px !important;
        margin-left: 4px !important;
    }
    .menu1 li a, .menu2 li a, .menu3 li a, .menu-sns li a {
        display: inline-block;
        width: 150px;
        height: 38px;
        margin-bottom: 20px;
        padding-top: 4px;
        padding-right: 0;
        padding-bottom: 6px;
        padding-left: 0;
        text-shadow: 1px 1px 2px #999;
        text-decoration: none;
        border-radius: 10px;
/*
        -moz-box-shadow: 5px 5px 15px #aaa;
        -webkit-box-shadow: 5px 5px 15px #aaa;
        box-shadow: 5px 5px 15px #aaa;
*/
    }
}

/* 1200pxより大きい時 */
@media (min-width: 1200px) {
    .menu-area {
        width: 100%;
        height: 500px;
    }
    .menu-image {
        top: 10px;
        left: 180px;
        width: 600px;
        height: 400px;
    }
    .fb-area {
        top: 10px;
        left: 170px;
        width: 300px;
        height: 400px;
    }
    .blog-area {
        top: 10px;
        left: 490px;
        width: 300px;
        height: 400px;
    }
    .menu1 {
        top: 10px;
        left: 0px;
    }
    .menu2 {
        top: 10px;
        left: 810px;
    }
    .menu3 {
        top: 440px;
        left: 0;
    }
    .menu3 li a {
        margin-right: 74px;
        margin-left: 74px;
    }
    .menu-sns {
        top: 530px;
        left: 0;
    }
    .menu-sns li a {
        margin-right: 21px !important;
        margin-left: 21px !important;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    h2.menu-title, h2.menu-title-en {
        width: 96%;
        height: auto;
        min-height: 100px;
        margin-top: 10px;
    }
    .menu-image {
        position: static;
        margin: 0 auto;
        width: 340px;
        height: 226px;
/*
        position: static;
        margin: 0 auto;
        width: 100%;
        height: auto;
*/
    }
}

/*--------------------------------------------------------
    ごあいさつ
--------------------------------------------------------*/
h2.greeting {
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border: none;
}

.greeting-img {
    margin-top: 30px;
}

.greeting-text {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    font-size: 16px;
    line-height: 1.65;
}

.greeting-name-right {
}

#g1 {
    height: 31px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
    text-align: right;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(../images/greeting-2-1.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

#g2 {
    height: 31px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 32px;
    text-align: right;
    overflow: hidden;
    text-indent: -9999px;
    background-image : url(../images/greeting-2-2.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

/*--------------------------------------------------------
    ランチメニュー
--------------------------------------------------------*/
h3.lunch {
    margin-top: 0;
}

.lunch-strong-red {
    margin-top: 30px;
    padding-left: 4px;
    color: #f00;
    font-size: 14px;
    font-weight: 600;
}

.lunch-strong {
    margin-top: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

/*--------------------------------------------------------
    店舗紹介
--------------------------------------------------------*/
table.tbl-shop {
    margin: 10px auto;
    border-spacing: 0;
    border-left: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
}

table.tbl-shop th {
    width: 160px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 1px 1px 0 rgba(255,255,255, 2.5);
    color: #330;
    text-align: center;
    white-space: nowrap;
}

table.tbl-shop td {
    width: 400px;
}

table.tbl-shop th, table.tbl-shop td {
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 1em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

table.tbl-shop td.shop-name {
    padding: 0;
}

table.tbl-shop td.shop-name h4 span {
    display: block;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    color: #fff;
    background-color: #611987;
}

table.tbl-shop .shop-name a {
    display: block;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    color: #fff;
    background-color: #611987;
    text-decoration: none;;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    table.tbl-shop {
        width: 100%;
    }
    table.tbl-shop th {
        width: 68px;
    }
    table.tbl-shop td {
        width: auto;
    }
    table.tbl-shop th, table.tbl-shop td {
        padding-top: 2px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
        font-size: 0.85em;
    }
}

/*--------------------------------------------------------
    商品紹介
--------------------------------------------------------*/
.merchandises {
    margin: 40px auto;
    text-align: left;
}

.merchandise-box, .merchandise-box2 {
    display: inline-block;
    height: auto;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 14px;
    margin-left: 4px;
    overflow: hidden;
    text-align: left;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    border: 1px solid #800000;
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.merchandise-box-clear {
    display: inline-block;
    height: auto;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 14px;
    margin-left: 4px;
}

.merchandise-box2 {
    padding-bottom: 10px;
}

.merchandise-deluxe-box {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    padding-bottom: 20px;
    overflow: hidden;
    text-align: left;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    border: 1px solid #800000;
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

h3.merchandise-name {
    margin: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 17px;
    background-color: #800000;
    overflow: hidden;
    /*white-space: nowrap;*/
}

.merchandise-img {
    width: 412px;
    min-height: 250px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}

.merchandise-img2 {
    width: 1140px;
    min-height: 250px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}

.merchandise-deluxe-box .merchandise-img {
    width: auto;
    min-height: 250px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: center;
}

.merchandise-deluxe-box .merchandise-img img {
    diaplay: inline-block;
    margin: 0;
}

.merchandise-info {
    padding: 0 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.merchandise-info img {
    float: left;
    padding-right: 6px;
    padding-bottom: 6px;
}

.merchandise-deluxe-head {
    margin-top: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 22px;
    color: #41210d;
    font-weight: 700;
    text-shadow:  0.2px  0.2px 0px #41210d,
                 -0.2px  0.2px 0px #41210d,
                  0.2px -0.2px 0px #41210d,
                 -0.2px -0.2px 0px #41210d;
    line-height: 1;
    background-color: #e6d991;
    /*border-top: 2px solid #ae8c2b;
    border-bottom: 2px solid #ae8c2b;*/
}

/* 768pxより大きい時 */
@media (min-width: 768px) {
    .merchandises {
        text-align: center;
    }
    .merchandise-box, .merchandise-box2, .merchandise-box-clear {
        width: 500px;
        /*height: 450px;*/
        height: auto;
    }
    .merchandise-deluxe-box {
        width: 500px;
        height: auto;
    }
    .merchandise-img2 {
        width: 90%;
        height: auto;
        min-height: 100px;
    }
}

/* 992pxより大きい時 */
@media (min-width: 992px) {
    .merchandise-box, .merchandise-box-clear {
        width: 370px;
        height: 450px;
    }
    .merchandise-box2 {
        width: 754px;
        height: auto;
    }
    .merchandise-img {
        width: 98%;
    }
    .merchandise-img img {
        width: 280px;
        height: auto;
    }
    .merchandise-img2 img {
        width: 600px;
        height: auto;
        min-height: 100px;
    }
    .merchandise-deluxe-box {
        width: 754px;
        height: auto;
    }
}

/* 1200pxより大きい時 */
@media (min-width: 1200px) {
    .merchandise-box, .merchandise-box-clear {
        width: 470px;
        height: 450px;
    }
    .merchandise-box2 {
        width: 954px;
        height: auto;
    }
    .merchandise-img {
        width: 412px;
        min-height: 250px;
        text-align: center;
    }
    .merchandise-img img {
        width: 400px;
        height: auto;
    }
    .merchandise-deluxe-box {
        width: 954px;
        height: auto;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .merchandise-box, .merchandise-box2, .merchandise-deluxe-box {
        width: 96%;
        height: auto;
        padding-bottom: 6px;
    }
    .merchandise-box-clear {
        display: none;
    }
    .merchandise-img {
        width: 90%;
        min-height: 170px;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        float: none;
    }
    .merchandise-img img {
        width: auto;
        height: 170px;
    }
    .merchandise-img2 {
        width: 90%;
        height: auto;
        min-height: 100px;
    }
}

/*--------------------------------------------------------
    開業者募集
--------------------------------------------------------*/
.kaigyo-left-1 {
    width: 520px;
    height: auto;
    float: left;
}

.kaigyo-right-1 {
    margin-top: 30px;
    width: 440px;
    height: auto;
    text-align: center;
    float: right;
}

.kaigyo-right-1 img, .kaigyo-left-2 img {
    padding: 4px;
}

.kaigyo-left-2 {
    margin-top: 50px;
    width: 440px;
    height: auto;
    text-align: center;
    float: left;
}

.kaigyo-right-2 {
    margin-top: 20px;
    width: 520px;
    height: auto;
    float: right;
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .kaigyo-left-1 {
        width: 510px;
    }
    .kaigyo-right-1 {
        margin-top: 30px;
        width: 210px;
    }
    .kaigyo-left-2 {
        margin-top: 50px;
        width: 210px;
    }
    .kaigyo-right-2 {
        margin-top: 20px;
        width: 510px;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .kaigyo-left-1 {
        width: 100%;
    }
    .kaigyo-right-1 {
        margin-top: 10px;
        width: 100%;
    }
    .kaigyo-left-2 {
        margin-top: 40px;
        width: 100%;
    }
    .kaigyo-right-2 {
        margin-top: 20px;
        width: 100%;
    }
    .kaigyo-right-1 img, .kaigyo-left-2 img {
        padding: 1px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .kaigyo-left-1 {
        width: 100%;
    }
    .kaigyo-right-1 {
        margin-top: 10px;
        width: 100%;
    }
    .kaigyo-left-2 {
        margin-top: 40px;
        width: 100%;
    }
    .kaigyo-right-2 {
        margin-top: 20px;
        width: 100%;
    }
    .kaigyo-right-1 img, .kaigyo-left-2 img {
        padding: 1px;
    }
}

/*--------------------------------------------------------
    侍
--------------------------------------------------------*/
.samurai-left-1 {
    display: inline-block;
    max-width: 500px;
    margin-top: 40px;
    vertical-align: top;
}

figure.figure-samurai {
    display: inline-block;
    width: 320px;
    margin-top: 40px;
    margin-right: 14px;
    margin-left: 14px;
    vertical-align: top;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    figure.figure-samurai {
        display: block;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------
    講演依頼
--------------------------------------------------------*/
.lecture-left {
    display: inline-block;
    max-width: 650px;
    margin-top: 4px;
    vertical-align: top;
}

.lecture-right {
    display: inline-block;
    width: 220px;
    margin-top: 40px;
    margin-left: 50px;
    vertical-align: top;
}

table.tbl-lecture {
    margin: 0;
    border-spacing: 0;
}

table.tbl-lecture th {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    white-space: nowrap;
}

table.tbl-lecture td {
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    font-size: 1em;
    vertical-align: top;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .lecture-right {
        display: block;
        margin: 20px auto;
    }
}

/*--------------------------------------------------------
    ポイントカードと侍バッチ
--------------------------------------------------------*/
.badge-left {
    display: inline-block;
    max-width: 450px;
    vertical-align: top;
}

.badge-right {
    display: inline-block;
    width: 420px;
    margin-left: 50px;
    vertical-align: top;
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .badge-left {
        display: inline-block;
        max-width: 350px;
        vertical-align: top;
    }
    .badge-right {
        width: 400px;
        margin-left: 5px;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .badge-right {
        display: block;
        margin: 20px auto;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .badge-right {
        display: block;
        margin: 20px auto;
    }
    .badge-right img {
        max-width: 300px;
    }
}

/*--------------------------------------------------------
    魔法のレシピ
--------------------------------------------------------*/
.recipe-left {
    display: inline-block;
    max-width: 550px;
    vertical-align: top;
}

.recipe-right {
    display: inline-block;
    width: 300px;
    margin-left: 10px;
    vertical-align: top;
}

ul.recipe-list li {
    margin-top: 10px;
    margin-left: 40px;
    margin-bottom: 10px;
    list-style-type: none;
}

ul.recipe-list li:after {
    content: " ";
    display: table;
    clear: both;
}

ul.recipe-list li .l {
    display: block;
    width: 700px;
    padding-left: 1em;
    text-indent: -1em;
    float: left;
}

ul.recipe-list li img {
    float: right;
    margin-top: 10px;
}

a.recipe-link, a.recipe-link-l, a.recipe-link-dbl {
    display: block;
    max-width: 300px;
    height: 48px;
    margin-top: -50px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    text-align: center;
    font-size: 15.5px;
    color: #000;
    line-height: 38px;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #999;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image : url(../images/menu-bg-bling.gif);
}

a.recipe-link-dbl {
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

a.recipe-link-l {
    font-size: 24px;
    color: #000;
    line-height: 20px;
}

a.recipe-link:hover, a.recipe-link-l:hover, a.recipe-link-dbl:hover {
    text-shadow: 1px 1px 0px #fff;
    background-image : url(../images/menu-bg-hover.png);
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .recipe-left {
        display: inline-block;
        max-width: 450px;
        vertical-align: top;
    }
    ul.recipe-list li .l {
        width: 500px;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .recipe-right {
        display: block;
        margin: 20px auto;
    }
    ul.recipe-list li .l {
        width: 350px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .recipe-right {
        display: block;
        margin: 20px auto;
    }
    .recipe-right img {
        max-width: 300px;
    }
    ul.recipe-list li {
        margin-left: 16px;
    }
    ul.recipe-list li .l {
        width: 100%;
    }
    ul.recipe-list li img {
        display: block;
        margin: 0 auto;
        float: none;
    }
}

/*--------------------------------------------------------
    おとりよせ
--------------------------------------------------------*/
.order-item-err {
    margin-top: 10px;
    margin-bottom: 50px;
    padding: 10px;
    font-family: 'Avenir Next', Verdana, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, Osaka, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #f00;
}

.items {
    margin: 20px auto;
    text-align: center;
}

.items:after {
    content: " ";
    display: table;
    clear: both;
}

.item-box {
    display: inline-block;
    width: 220px;
    height: 260px;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    text-align: center;
    /*float: left;*/
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    border: 1px solid #800000;
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* 超高級からあげ */
.item-box-1 {
    display: inline-block;
    width: 340px;
    /*height: 280px;*/
    height: auto;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    text-align: center;
    /*float: left;*/
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    border: 1px solid #800000;
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* 高品質からあげ */
.item-box-2 {
    display: inline-block;
    width: 280px;
    height: 300px;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    text-align: center;
    /*float: left;*/
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    border: 1px solid #800000;
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

/* ハリウッドスター・ハリウッドハート */
.item-box-w {
    display: inline-block;
    width: 574px;
    height: 300px;
    overflow: hidden;
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    text-align: center;
    /*float: left;*/
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    border: 1px solid #800000;
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.item-name {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 13.5px;
    background-color: #800000;
    overflow: hidden;
    white-space: nowrap;
}

.item-name-s {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    font-size: 12px;
    background-color: #800000;
    overflow: hidden;
    white-space: nowrap;
}

.item-img {
    padding: 4px;
}

.item-box-w .item-img {
    margin: 0;
    padding-bottom: 0;
}

.item-input {
    text-align: center;
    white-space: nowrap;
}

.item-input select {
    width: 65px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.item-info {
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.25;
}

.order-label {
    display: table-cell;
    width: 500px;
    padding: 4px;
    color: #000;
    vertical-align: middle;
    background-color: #ddd;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.deli-label {
    display: table-cell;
    width: 500px;
    padding: 4px;
    color: #000;
    vertical-align: middle;
    background-color: #eee;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.deli-label-sub-total {
    display: table-cell;
    width: 500px;
    padding: 4px;
    color: #fff;
    vertical-align: middle;
    background-color: #666;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.deli-label-total {
    display: table-cell;
    width: 500px;
    padding: 4px;
    color: #fff;
    vertical-align: middle;
    background-color: #333;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.order-input {
    display: table-cell;
    width: 194px;
    padding-top: 4px;
    padding-right: 14px;
    padding-bottom: 4px;
    padding-left: auto;
    text-align: right;
    vertical-align: middle;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.order-text-right {
    display: table;
    width: auto;
    margin-top: 10px;
    margin-right: 0;
    margin-left: auto;
    font-size: 12px;
    text-align: left;
}

/*--------------------------------------------------------

--------------------------------------------------------*/
.order-head-l, .order-head-m {
    display: inline-block;
    width: auto;
    margin-top: 20px;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 30px;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    font-weight: 900;
    text-align: center;
    color: #000;
    white-space: nowrap;
    text-shadow: 1.5px 1.5px 1px #fff;
    background-image : url(../images/order-head-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.order-head-l {
    height: 80px;
    font-size: 32px;
    line-height: 80px;
}

.order-head-m {
    height: 60px;
    font-size: 26px;
    line-height: 60px;
}

.order-head-s {
    display: inline-block;
    width: auto;
    min-width: 200px;
    margin-top: 30px;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    font-size: 22px;
    line-height: 50px;
    background-image : url(../images/menu-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.order-box {
    width: auto;
    margin: 20px auto;
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px 10px;
}

.order-features-icon.tbl-cell i {
    position: relative;
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    color: #BE1414;
    /*
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    */
}

.order-features-body.tbl-cell {
    padding: 0;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px dotted #000;
}

.order-features-short.tbl-cell {
}

.order-features-short-img1 {
    background: url(../images/order-features-1.png) no-repeat;
}

.order-features-short-img2 {
    background: url(../images/order-features-2.png) no-repeat;
}

.order-features-short-img3 {
    background: url(../images/order-features-3.png) no-repeat;
}

.order-features-short-img1, .order-features-short-img2, .order-features-short-img3 {
    display: block;
    width: 120px;
    height: 26px;
    background-position: center center;
    background-size: contain;
    /*background-size: cover;*/
    overflow: hidden;
    text-indent: -9999px;
}

.order-features-short-icon, .order-features-short-img1, .order-features-short-img2, .order-features-short-img3 {
    -webkit-animation: blink-order 0.5s ease-in-out infinite alternate;
    -moz-animation: blink-order 0.5s ease-in-out infinite alternate;
    animation: blink-order 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink-order {
    0% {opacity: 1;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

@-moz-keyframes blink-order {
    0% {opacity: 1;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

@keyframes blink-order {
    0% {opacity: 1;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}

.order-text {
    margin-top: 20px;
    margin-bottom: 20px;
    /*margin: 30px auto;
    text-align: center;*/
    font-size: 17px;
    line-height: 1.4;
}

.order-text2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 17px;
    line-height: 1.4;
}

.order-banner1-text {
    margin-bottom: 16px;
    font-size: 19px;
    color: #41210d;
    font-weight: 700;
}

.order-text ul {
    margin-left: 30px;
}

.order-text ul ol {
    margin-left: 30px;
}

.order-text-half {
    display: table;
    min-width: 600px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-collapse: separate;
    border-spacing: 40px 20px;
    -moz-box-shadow: 5px 5px 15px #aaa;
    -webkit-box-shadow: 5px 5px 15px #aaa;
    box-shadow: 5px 5px 15px #aaa;
}

.order-color {
    display: inline-block;
    width: auto;
    padding-top: 4px;
    padding-right: 20px;
    padding-bottom: 4px;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #621987;
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.order-text-half ol {
    margin-top: 10px;
    padding-left: 30px;
}

.order-text-half ol li {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 18px;
}

img.order-easy-img {
    width: 120px;
    height: 120px;
}

.order-easy-body {
    padding: 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-align: left;
}

.order-banner1xxxxx, .order-banner2xxxxx {
    width: 970px;
    height: 48px;
    margin-top: 40px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: left center;
    /*background-size: contain;*/
}

.order-banner1, .order-banner2 {
    width: 970px;
    height: 48px;
    margin-top: 40px;
    padding-left: 44px;
    font-size: 26px;
    color: #41210d;
    font-weight: 700;
    text-shadow:  0.2px  0.2px 0px #41210d,
                 -0.2px  0.2px 0px #41210d,
                  0.2px -0.2px 0px #41210d,
                 -0.2px -0.2px 0px #41210d;
    line-height: 54px;
    background-repeat: no-repeat;
    background-position: left center;
    /*background-size: contain;*/
}

.order-banner1xxxxx {
    background-image : url(../images/order-banner1.png);
}

.order-banner1 {
    background-image : url(../images/order-banner1-2.png);
}

.order-banner2 {
    background-image : url(../images/order-banner2-2.png);
}

/* 768pxより大きい時 */
@media (min-width: 768px) {
    .order-banner1, .order-banner2 {
        width: 620px;
    }
}

/* 992pxより大きい時 */
@media (min-width: 992px) {
    .order-banner1, .order-banner2 {
        width: 800px;
    }
}

/* 1200pxより大きい時 */
@media (min-width: 1200px) {
    .order-banner1, .order-banner2 {
        width: 970px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .order-box {
        border-spacing: 4px 10px;
    }
    .order-features-icon.tbl-cell i {
        width: 18px;
        height: 18px;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }
    .order-features-body.tbl-cell {
        font-size: 14px;
        white-space: nowrap;
    }
    .order-features-short-img1, .order-features-short-img2, .order-features-short-img3 {
        width: 60px;
        height: 13px;
    }
    .order-banner1, .order-banner2 {
        width: auto;
    }
    .order-text-half {
        width: 100%;
        min-width: auto;
        border-spacing: 14px 20px;
    }
    .order-text-half ol {
        margin-top: 10px;
        padding-left: 18px;
    }
    .order-text-half ol li {
        margin-top: 6px;
        margin-bottom: 6px;
        font-size: 1em;
    }
    .order-text2 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .order-easy-body {
        font-size: 1em;
    }
    .order-head-l, .order-head-m {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
        font-weight: 900;
        text-align: center;
    }
    .order-head-l {
        height: 100px;
        font-size: 1.4em;
        line-height: 100px;
    }
    .order-head-m {
        height: 80px;
        font-size: 1.2em;
        line-height: 80px;
    }
    .order-head-s {
        width: 100%;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
        font-size: 1.1em;
    }
}


























h3.order-features {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    border-bottom: none;
}

.media.service-box {
    margin: 25px 0;
}

.media.service-box .pull-left {
    margin-right: 20px;
}

.media.service-box .pull-left > i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #BE1414;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 10px;
  background: #BE1414;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}









/* pricing */
.pricing {
    position: relative;
    margin-right: 4px;
    margin-bottom: 15px;
    margin-left: 4px;
    border: 3px solid #eee;
}

.pricing-active {
    border: 3px solid #E84D1C;
    margin-top: -10px;
    box-shadow: 7px 7px rgba(232, 77, 22, 0.2);
}

.pricing:hover {
    border: 3px solid #E84D1C;
}

.pricing:hover h4 {
    color: #E84D1C;
}

.pricing-head {
    text-align: center;
}

.pricing-head h3,
.pricing-head h4 {
    margin: 0;
    line-height: normal;
}

.pricing-head h3 {
    font-weight: 500;
    color: #fafafa;
    padding: 12px 0;
    font-size: 25px;
    background: #E84D1C;
    border-bottom: none;
}

.pricing-active .pricing-head-active h3 {
    font-size: 36px;
}

.pricing-head h4 {
    color: #5a733f;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 900;
    background: #fbfef2;
    border-bottom: solid 1px #f5f9e7;
}

.pricing-active .pricing-head-active h4 {
    color: #E84D1C;
    font-size: 20px;
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.price-active,
.pricing:hover {
    z-index: 9;
}

.price-active h4 {
    color: #36d7ac;
}


















.order-img {
    diaplay: block;
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 10px;
    text-align: center;
    /*white-space: nowrap;*/
    overflow: hidden;
    -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
    border: 1px solid #800000;
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #fff;
}

.order-img img {
    diaplay: inline-block;
    margin: 0;
}

.figure-order-deluxe, .figure-order {
    display: inline-block;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 4px;
    margin-bottom: 20px;
    margin-left: 4px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,.25);
    box-shadow: 2px 2px 5px rgba(0,0,0,.25);
    border-radius : 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background-color: #ffffee;
}

.order-img figcaption.merchandise-deluxe-olive, .order-img figcaption.merchandise-deluxe-rice {
    margin-bottom: 10px;
}

/* 768pxより大きい時 */
@media (min-width: 768px) {
    .figure-order-deluxe, .figure-order {
        width: 320px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}

/* 992pxより大きい時 */
@media (min-width: 992px) {
    .order-img {
        width: 98%;
    }
    .order-img img {
        width: 280px;
        height: auto;
    }
    .figure-order-deluxe, .figure-order {
        width: 220px;
    }
}

/* 1200pxより大きい時 */
@media (min-width: 1200px) {
    .order-img {
        width: 100%;
    }
    .order-img img {
        width: 400px;
        height: auto;
    }
    .figure-order-deluxe, .figure-order {
        display: inline-block;
    }
    .figure-order-deluxe {
        width: 300px;
    }
    .figure-order {
        width: 240px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .order-img {
        width: 100%;
        margin: 10px auto;
    }
    .order-img img {
    }
    .figure-order-deluxe, .figure-order {
        width: 90%;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .figure-order-deluxe img, .figure-order img {
        width: 100%;
    }
}















/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .item-box-w {
        /*width: 100%;*/
        height: auto;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .item-box-1, .item-box-2, .item-box-w {
        width: 100%;
        height: auto;
    }
    .item-box-1 .item-img img, .item-box-2 .item-img img, .item-box-w .item-img img {
        width: 80%;
        max-width: 500px;
        height: auto;
    }
    .order-label, .deli-label, .deli-label-total {
        display: block;
        width: auto;
        border-right: none;
        border-left: none;
        border-bottom: none;
    }
    .order-input {
        display: block;
        width: auto;
        /*
        border-right: none;
        border-bottom: none;
        */
        border-left: 1px solid #ccc;
    }
}

/*--------------------------------------------------------
    ピックアップ聖林
--------------------------------------------------------*/
.pickup-item {
    margin-top: 8px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #800000;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    /*background-color: #800000;*/
    overflow: hidden;
}

.pickup-head, .pickup-head-s, .pickup-head-s1 {
    height: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    background-color: #800000;
    overflow: hidden;
}

.pickup-head {
    padding-top: 12px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.pickup-head-s {
    padding-top: 2px;
    padding-bottom: 10px;
    font-size: 15px;
}

.pickup-head-s1 {
    padding-top: 12px;
    padding-bottom: 0px;
    line-height: 30px;
    font-size: 15px;
    background-color: #800000;
}

.pickup-bg-1 {
    /*background-color: #A04940 !important; 小豆色*/
    /*background-color: #FC5900 !important; 黄丹*/
    /*background-color: #E4A343 !important; 小麦色*/
}
.pickup-bg-2 {
    /*background-color: #CD6118 !important; 飴色*/
}

.pickup-body {
}

.pickup-body-s {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    font-size: 17px;
}

.pickup-body img {
    max-hight: 500px;
    object-fit: cover;
}

.pickup-item-2-1 {
    height: 300px;
}

.pickup-item li {
    margin-left: 1em;
}

.pt110 {
    padding-top: 110px !important;
}

.pickup_help_a {
    width: 2em !important;
}










.pickup-check {
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
    /*background-color: #611987;*/
    background-color: #eeeeee;
    border: 1px solid #999;
}

.pickup-check-total {
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 2px;
    /*background-color: #611987;*/
    background-color: #eeeeee;
    border: 1px solid #999;
}

.pickup-check-name {
}

.pickup-check-val {
    text-align: right;
}

.pickup-check-name, .pickup-check-val {
    text-size: 1em;
    font-weight: normal;
    color: #000;
}

.pickup-title {
}

.pickup-check-total {
    display: block;
    padding: 6px;
    text-align: right;
    color: #601d84;
    font-size: 20px;
    font-weight: bold;
}
/*
.pickup-check-total:after {
    display: block;
    clear: both;
    content: "";
}
*/
.pickup-total {
    display: block;
    text-align: right;
    color: #800000;
    font-size: 18px;
    font-weight: bold;
}


.pickup-item-img {
    width: 200px;
    height: 150px;
    /*object-fit: cover;*/
    object-fit: contain;
}

.pickup-head::after {
    /*
    clear: both;
    display: table;
    content: "";
    */
}

.pickup-title {
    /*
    display: inline-block;
    float: left;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    color: #000;
    font-size: 1.15em;
    font-weight: bold;
    */
    /*background-color: #611987;
    background-color: #eeeeee;*/
}

.pickup-description {
    padding: 6px;
    font-size: 0.9em;
}

.pickup-text {
    margin-top: 6px;
    margin-bottom: 6px;
    /*display: inline-block;*/
    /*text-align: right;*/
}

.pickup-price {
    display: inline-block;
    min-width: 6em;
    font-size: 15px;
    font-weight: bold;
    /*color: #601d84;*/
    /*color: #800000*/
}

.pickup-amount {
    display: inline-block;
    margin-left: 0.5em;
}

.pickup-amount2 {
    display: inline-block;
    margin-left: 0.5em;
    width: 5em;
    text-align: right;
    color: #800000;
    font-weight: bold;
    white-space: nowrap;
}

.pickup-text select {
    width: 5em;
}

.pickup-text select.l {
    width: 10em;
}

.pickup-unit {
    /*
    display: inline-block;
    width: 3em;
    text-align: left;
    */
}

.pickup-situation-text {
    margin-bottom: 1em;
    padding: 1em;
    color: #fff;
    font-weight: bold;
    background-color: #2F701D;
}

.pickup-situation-text a {
    display: block;
    color: #fff;
    text-decoration: none;;
}

.scroll-table {
    overflow: auto;
    white-space: nowrap;
}

table.tbl-pickup {
    width: 100%;
    margin: 10px auto;
    border-spacing: 0;
    border-left: solid #ccc 1px;
    border-bottom: solid #ccc 1px;
}

table.tbl-pickup th {
    xwidth: 160px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 1px 1px 0 rgba(255,255,255, 2.5);
    color: #330;
    text-align: center;
    white-space: nowrap;
}

table.tbl-pickup th, table.tbl-pickup td {
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 6px;
    padding-left: 16px;
    font-size: 1em;
    vertical-align: middle;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* 991pxより小さい時 */
@media (max-width: 991px) {
    .pickup-item {
        margin-top: 4px;
        margin-bottom: 14px;
    }
    .pickup-body-s {
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .pickup-item-2-1 {
        height: auto;
    }
    .pt110 {
        padding-top: 1em !important;
    }



    .pickup-item, .pickup-item .pickup-item-left, .pickup-item .pickup-item-right {
        display: block;
        width: 100%;
    }
    .pickup-item .pickup-item-left {
        margin: 0 auto;
        text-align: center;
    }
    .pickup-item-left, .pickup-item-right {
        padding: 0;
    }
    .pickup-item-img {
        width: 100%;
        height: auto;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    table.tbl-shop {
        width: 100%;
    }
    table.tbl-shop th {
        width: 68px;
    }
    table.tbl-shop td {
        width: auto;
    }
    table.tbl-shop th, table.tbl-shop td {
        padding-top: 2px;
        padding-right: 4px;
        padding-bottom: 2px;
        padding-left: 4px;
        font-size: 0.85em;
    }
    .pt110 {
        padding-top: 1em !important;
    }
}

/*--------------------------------------------------------
  メンバー紹介
--------------------------------------------------------*/
h2.member {
    padding-top: 20px;
    color: #3E3A39;
    font-size: 30px;
    font-weight: 600;
    border-top: 3px solid #10589A;
    border-bottom: none;
}

.member-1-line ul.member-1 {
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: center;
    list-style-type: none;
}

.member-1-line ul.member-1 li {
    display: inline-block;
    margin-top: 0;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 30px;
    width: 240px;
}

h2.member-1 {
    margin-top: 0;
    margin-bottom: 4px;
    padding: 0;
    border: none;
    color: #3E3A39;
    font-size: 30px;
    font-weight: 700;
}

.member-1-img {
    display: block;
    width: 240px;
    height: 270px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.member-1-name {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
}

.member-1-text {
    display: block;
    height: 60px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #000;
    font-size: 19px;
    font-weight: 550;
    text-align: left;
    overflow: hidden;
}

.member-1-line ul.member-1 li a {
    display: block;
    color: #00489E;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
}

.member-2-row {
    text-align: center;
}

.member-2-line ul.member-2 {
    display: block;
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: left;
    list-style-type: none;
}

.member-2-line ul.member-2 li {
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 170px;
}

.member-2-img {
    display: block;
    width: 170px;
    height: 191px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.member-2-name {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #000;
    font-size: 26px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
}

.member-2-text {
    display: block;
    height: 60px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #000;
    font-size: 17.5px;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
}

.member-2-line ul.member-2 li a {
    display: block;
    color: #00489E;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
}

/*--------------------------------------------------------
  プロフィール
--------------------------------------------------------*/
.profile {
    padding-right: 40px;
    padding-left: 40px;
}

.profile ul {
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0;
    list-style-type: none;
}

.profile ul li {
    display: table;
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 3px solid #10589A;
}

.profile-row {
    display: table-row;
}

.profile-left {
    display: table-cell;
}

.profile-right {
    display: table-cell;
}

.profile-img {
    display: block;
    width: 170px;
    height: 191px;
    margin-right: 30px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.profile-name {
    font-size: 32px;
}

.profile-kana {
    font-size: 24px;
}

.profile-text {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .profile {
        padding-right: 8px;
        padding-left: 8px;
    }
    .profile ul li, .profile-row, .profile-left, .profile-right {
        display: block;
    }
    .profile-left, .profile-img {
        margin: 10px auto;
        text-align: center;
    }
    .profile-name, .profile-kana {
        display: block;
        text-align: center;
    }

}

/*--------------------------------------------------------
  イベント
--------------------------------------------------------*/
.event-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

.event-doby {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 15px;
}

table.table-event {
    margin: 20px auto;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
}

table.table-event th {
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
    font-weight: 600;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: #FEF7E6;
}

table.table-event td {
    padding: 6px;
    font-weight: 600;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
}

/*--------------------------------------------------------
    業者の皆様へ
--------------------------------------------------------*/
a.supplier-contact {
    display: block;
    max-width: 300px;
    height: 48px;
    margin-top: -50px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    text-align: center;
    font-size: 15.5px;
    color: #000;
    line-height: 38px;
    white-space: nowrap;
    text-shadow: 1px 1px 2px #999;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image : url(../images/menu-bg.png);
}

a.supplier-contact:hover {
    text-shadow: 1px 1px 0px #fff;
    background-image : url(../images/menu-bg-hover.png);
}

/*--------------------------------------------------------
    侍クッキング
--------------------------------------------------------*/
.cooking-sentence {
    display: table;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
}

.cooking-group {
    display: table;
    width: auto;
    margin: 0;
}

.cooking-list {
    display: table-cell;
    width: 460px;
    margin: 0 auto;
    padding: 6px;
    text-align: center;
}

/* 1199pxより小さい時 */
@media (min-width: 992px) and (max-width: 1199px) {
    .cooking-list {
        width: 360px;
    }
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .cooking-group {
        display: block;
    }
    .cooking-list {
        width: 100%;
        display: block;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .cooking-group {
        display: block;
    }
    .cooking-list {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }
    .cooking-list img {
        width: 90%;
    }
}

/*--------------------------------------------------------
    アクセス
--------------------------------------------------------*/
.access-head {
    margin-top: 60px;
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.access-text {
    padding: 16px;
    font-size: 15px;
    border-bottom: 1px solid #000;
}

.access-map {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}

.access-map .small {
    margin-bottom: 10px;
    font-weight: 600;
}

.access-map-link {
    margin-bottom: 20px;
    text-align: right;
}

.access-map-link a {
    display: inline-block;
    padding-top: 2px;
    padding-right: 14px;
    padding-bottom: 2px;
    padding-left: 14px;
    color: #fff;
    font-size: 12px;
    text-align: right;
    background-color: #666;
}

.access-map-link a:hover {
    background-color: #999;
    text-decoration: none;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .access-head {
        margin-top: 60px;
        margin-right: 0;
        margin-left: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        font-weight: 600;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
    }
}

/*--------------------------------------------------------
    トピックス
--------------------------------------------------------*/
.topics-inline {
    padding-right: 15px;
    padding-left: 15px;
}

.topics-left {
}

.topics-left a {
    display: block;
    width: 80%;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 0;
    padding: 10px;
    color: #1D4B9F;
    text-align: center;
    border-top: 1px solid #1D4B9F;
    border-bottom: 1px solid #1D4B9F;
    text-decoration: none;
}

.topics-left a:hover {
    text-decoration: none;
}

.topics-right {
    padding-left: 60px;
}

.topics-head {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1D4B9F;
}

.topics {
}

.topics ul {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px;
    list-style-type: none;
}

.topics ul li {
    margin-tip: 10px;
    margin-bottom: 10px;
}

.topics-title {
    display: inline-block;
    width: auto;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-left: 10px solid #1D4B9F;
    float: left;
}

.topics-cate {
    display: inline-block;
    width: 120px;
    padding: 4px;
    font-size: 11px;
    color: #666;
    text-align: center;
    border: 1px solid #999;
    float: right;
}

.topics-date {
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 15px;
    font-weight: 600;
    color: #1D2088;
    text-align: right;
}

.topics-doby {
}

/*--------------------------------------------------------
    プライバシーポリシー
--------------------------------------------------------*/
.privacy h3 {
    margin-top: 20px;
}

/*--------------------------------------------------------
    サイトマップ
--------------------------------------------------------*/
.sitemap-home a {
    font-size: 18px;
    margin-bottom: 8px;
    color: #1D2088;
}

ul.sitemap {
    list-style-type: none;
}

ul.sitemap li {
    margin-top: 4px;
    margin-left: 40px;
    margin-bottom: 4px;
}

ul.sitemap li a {
    font-size: 18px;
    color: #1D2088;
}

/*--------------------------------------------------------
    アクセス
--------------------------------------------------------*/
.map {
    width: auto;
    height: 600px;
}

/* 991pxより小さい時 */
@media (min-width: 768px) and (max-width: 991px) {
    .map {
        width: auto;
        height: 500px;
    }
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .map {
        width: 100%;
        height: 350px;
    }
}

/*--------------------------------------------------------
    お問合わせ
--------------------------------------------------------*/
.contact-send-success {
    width: 580px;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 70px;
    padding-bottom: 20px;
    padding-left: 70px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

.contact-send-danger {
    width: 580px;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 70px;
    padding-bottom: 20px;
    padding-left: 70px;
    font-size: 18px;
    color: #800000;
    font-weight: 700;
    line-height: 1.6;
}

.alert {
    /*padding: 15px;*/
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/* 767pxより小さい時 */
@media screen and (max-width: 767px) {
    .contact-send-success, .contact-send-danger {
        width: 90%;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

/*--------------------------------------------------------
    侍クッキング
--------------------------------------------------------*/
a.cooking-link {
    text-decoration: none;
    color: #000;
}

a.cooking-link img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 4px;
    text-decoration: none;
    border: 5px solid #000;
}

a.cooking-link:hover {
    color: #ccc;
}

/*--------------------------------------------------------
    Grid
--------------------------------------------------------*/
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  xpadding-right: 15px;
  xpadding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/*--------------------------------------------------------
    margin, padding
--------------------------------------------------------*/
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 3rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/*--------------------------------------------------------
    パネル
--------------------------------------------------------*/
.panel {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
}

.panel-heading {
    margin: 0;
    padding: 0.5em;
    color: #fff;
}

.panel-aqua {
    background-color: #18A6BC;
}

.panel-purple {
    background-color: #800080;
}

.panel-teal {
    background-color: #008080;
}

.panel-title {
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
}

.panel-body {
    padding: 0.5em;
    /*font-size: .8rem;*/
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/*--------------------------------------------------------
    フォント
--------------------------------------------------------*/
.err_msg_small {
    font-family: 'Avenir Next', Verdana, "ヒラギノ角ゴ Pro W3", 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo, Osaka, sans-serif;
    font-size: 1em;
    font-weight: 700;
    color: #900;
}

.essential {
    display: inline-block;
    margin-top -4px;
    margin-right: 4px;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 2px;
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    color: #c40d23;
    font-weight: 900;
}

.tag {
    display: inline-block;
    /*
    margin-top -4px;
    margin-bottom: auto;
    margin-left: auto;
    */
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    color: #fff;
    font-size: 0.8em;
    border-radius: 3px;
    /*background-color: #c40d23;*/
    background-color: #601d84;
    font-weight: bold;
}

.small {
    font-size: 12px;
}

.small13 {
    font-size: 13px;
}

.small14 {
    font-size: 14px;
}

#contact .alert {
    font-size: 20px;
    line-height: 1.5;
}

.sentence {
    font-size: 15px;
    line-height: 2;
}

.sentence-s {
    font-size: 14px;
    line-height: 1.75;
}

.sentence-m {
    font-size: 16px;
    line-height: 1.75;
}

.sentence-l {
    font-size: 1.2em;
    line-height: 1.25;
}

.red {
    color: #f00;
}

.blue {
    color: #004199;
}

.aqua {
    color: #0080CC;
}

.maroon {
    color: #800000;
}

.strong {
    font-size: 1.1em;
    font-weight: 700;
}

.bold {
    font-weight: bold;
}

.large {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
}

.xlarge {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.5;
}

.middle {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.margin-t {
    margin-top: 30px;
}

.margin-b {
    margin-bottom: 30px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.center-inner {
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: left;
}

.bg_yellow {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ffff99;
}
