@CHARSET "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* フォント設定 */
@font-face {
  	font-family: 'KozGo';
  	src: url(../fonts/KozGoPr6N-Regular.otf);
}
@font-face {
  	font-family: 'KozGoBold';
  	src: url(../fonts/KozGoPro-Bold.otf);
}
/*@font-face {
  	font-family: 'KozGoReg';
  	src: url(../fonts/KozGoPro-Regular.otf);
}
@font-face {
  	font-family: 'KakuGoW3';
  	src: url(../fonts/HiraginoKakugoW3.ttc);
}
@font-face {
  	font-family: 'KakuGoW6';
  	src: url(../fonts/HiraginoKakugoW6.ttc);
}
@font-face {
  	font-family: 'MaruGoW4';
  	src: url(../fonts/HiraginoMarugoW4.ttc);
}*/
/*@font-face {
  	font-family: 'Shingo';
  	src: url(../fonts/A-OTF-ShinGoPro-DeBold.otf);
}*/
@font-face {
  	font-family: 'RyuminBold';
  	src: url(../fonts/A-OTF-RyuminPro-Bold.otf);
}
@font-face {
  	font-family: 'RyuminExBold';
  	src: url(../fonts/A-OTF-RyuminPro-ExBold.otf);
}
@font-face {
  	font-family: 'RyuminExHeavy';
  	src: url(../fonts/A-OTF-RyuminPro-ExHeavy.otf);
}
@font-face {
  	font-family: 'RyuminHeavy';
  	src: url(../fonts/A-OTF-RyuminPro-Heavy.otf);
}
@font-face {
  	font-family: 'RyuminLight';
  	src: url(../fonts/A-OTF-RyuminPro-Light.otf);
}
@font-face {
  	font-family: 'RyuminMedium';
  	src: url(../fonts/A-OTF-RyuminPro-Medium.otf);
}
@font-face {
  	font-family: 'Ryumin';
  	src: url(../fonts/A-OTF-RyuminPro-Regular.otf);
}
@font-face {
  	font-family: 'RyuminDeBold';
  	src: url(../fonts/A-OTF-RyuminPro-DeBold.otf);
}
@font-face {
  	font-family: 'RyuminUltra';
  	src: url(../fonts/A-OTF-RyuminPro-Ultra.otf);
}
@font-face {
  	font-family: 'KozGo';
  	src: url(../fonts/KozGoPr6N-Regular.otf);
}
@font-face {
  	font-family: 'KozGoPro';
  	src: url(../fonts/KozGoPro-Regular.otf);
}
@font-face {
  	font-family: 'KozGoProBold';
  	src: url(../fonts/KozGoPro-Bold.otf);
}
/*@font-face {
  	font-family: 'Hirakaku';
  	src: url(../fonts/HiraginoKakugoW3.ttc);
}*/

.vdl {
    font-family: vdl-logog, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* 全体 */
html {
    overflow-x: hidden;
}

body {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

a {
    word-break: break-all;
}
a img {
    display: block;
    cursor: pointer;
}
a img:hover {
    opacity: 0.5;
}

nav {
    background-image: url(../img/users/bg_fc_contents_1.jpg);
}

.wrap, .header, .footer {
    position: relative;
    width: 100%;
    margin: auto;
    transition: all 0.5s 0s ease;
}

.error-message {
    padding: 5px 0 5px 5px;
    color: red;
    font-weight: bold;
}

/* ヘッダー関連 */
.header {
    position: relative;
    width: 100%;
    padding: 20px 40px 15px;
    background-image: url(../img/users/bg_header.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}
.header .logo {
    display: table;
}
.header .logo .nanatsuya,
.header .logo .okacho {
    display: table-cell;
    width: 120px;
    vertical-align: bottom;
}
.header .logo .nanatsuya {
    padding-right: 10px;
}
.header .logo .okacho {
    padding-left: 10px;
}
.header h1 {
    font-family: "Ryumin";
    font-size: 8px;
    position: absolute;
    top: 30px;
    right: 40px;
    margin: 0;
    color: #998675;
}
.header .global-menu {
    width: 55%;
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.header .global-menu ul {
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
    margin: 0;
}
.header .global-menu ul li {
    display: table-cell;
    width: 16.6666667%;
    padding-right: 15px;
    position: relative;
}
.header .global-menu ul li a {
    display: block;
    font-family: "Ryumin";
    color: #000;
    border-bottom: 3px solid #C7B299;
    padding-bottom: 5px;
    font-size: 1vw;
    text-decoration: none;
    position: relative;
}
.header .global-menu ul li.active a {
    border-bottom-color: #FF0000;
}
.header .global-menu ul li a span {
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    background: #ff0000;
    bottom: -3px;
    transition: all 0.5s 0s ease;
}
.header .global-menu ul li a:hover span {
    width: 100%;
}
.header .global-menu ul li a:before,
.header .global-menu ul li a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    transform: rotate(45deg);
    bottom: 11px;
}
.header .global-menu ul li a:before {
    right: 6px;
}
.header .global-menu ul li a:after {
    right: 0;
}
.header .global-menu ul.submenu {
    width: 100%;
    position: absolute;
    z-index: 10;
    display: none;
}
.header .global-menu ul.submenu li {
    display: block;
    width: 100%;
}
.header .global-menu ul.submenu li a {
    margin: 0;
    border-bottom: none;
    border-top: 1px solid #fff;
    background: #c7b299;
    padding: 8px 5px;
}
.header .global-menu ul.submenu li a:hover {
    background: #ffcf83;
}
.header .global-menu ul.submenu li a:before {
    right: 12px;
    bottom: 14px;
}
.header .global-menu ul.submenu li a:after {
    right: 6px;
    bottom: 14px;
}

.menu-trigger span {
    background-color: #666;
}
.menu-trigger p {
    color: #666;
}

nav ul {
    border-bottom: 1px solid #666;
}
nav li {
    border-top: 1px solid #666;
}
nav li a {
    color: #666;
    font-family: "Ryumin";
}
nav li .icon {
    border: 2px solid #666;
}
nav li .icon:before {
    border-left: 5px solid #666;
}
nav li .icon:after {
    border-left: 4px solid #666;
}
nav li:hover > a {
    color: #aaa;
    text-decoration: none;
}
nav li:hover .icon {
    border-color: #aaa;
}
nav li:hover .icon:before {
    border-left-color: #aaa;
}
nav li:hover .icon:after {
    border-left-color: #aaa;
}

.subpage-header {
    background-image: url(../img/users/sub_page_header.jpg);
    background-size: contain;
    padding: 40px 0;
    position: relative;
    z-index: 2;
    padding-left: 4.5vw;
}
.subpage-header img {
    position: absolute;
    width: 11vw;
    top: 1.1vw;
    left: 3%;
    z-index: -1;
}
.subpage-header h2.subpage-title {
    font-family: "RyuminMedium";
    font-size: 2vw;
    margin: 0;
    color: #fff;
}

/* メインビジュアル関連 */
.slider {
    padding: 0;
}
.slick-prev {
    left: 10px;
    z-index: 2;
}
.slick-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(-45deg);
}
.slick-next {
    right: 28px;
}
.slick-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    transform: rotate(135deg);
}

.slider-wrap ul {
    margin: 0;
}
.slider-wrap ul li {
    position: relative;
}
.slider-wrap ul li .cover {
    position: absolute;
    top: 25%;
    left: 15%;
    width: auto;
    height: auto;
    /*background-image: url(../img/users/main_visual_cover.png);*/
}
.slider-wrap ul li .cover > img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
}
.slider-wrap ul li .cover table {
    width: 100%;
    box-sizing: border-box;
}
.slider-wrap ul li .cover table th {
    width: auto;
    vertical-align: top;
}
.slider-wrap ul li .cover table td {
    width: 28%;
    vertical-align: top;
}
.slider-wrap ul li .cover.cv2 table td {
    width: 18%;
}
.slider-wrap ul li .cover h2 {
    font-family: "RyuminExHeavy";
    font-size: 4vw;
    text-indent: -1.4vw;
    line-height: 1.3;
    margin: 0;
    color: #FFF;
}
.slider-wrap ul li .cover p.writer-name {
    font-family: "RyuminMedium";
    font-size: 2.5vw;
    letter-spacing: -0.1vw;
    margin: 0;
    color: #FFF;
    text-align: right;
}
.slider-wrap ul li .cover p.writer-description {
    font-family: "Ryumin";
    font-size: 1.8vw;
    margin: 0;
    color: #FFF;
    text-align: right;
}

.slider-wrap ul li .image-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
}

/* コンセプト */
.concept-wrap {
    background-image: url(../img/users/bg_concept.jpg);
    background-size: cover;
    padding: 50px 6vw;
}
.concept-wrap h3.concept-title {
    color: #fff;
    font-family: "RyuminMedium";
    font-size: 2.8vw;
    text-align: center;
    margin: 0;
}
.concept-wrap h3.concept-title .line {
    width: 24vw;
    margin: -1.3vw auto -1.5vw;
    position: relative;
    left: 1.3vw;
}
.concept-wrap h3.concept-title .line img {
    width: 100%;
    height: 4px;
}
.concept-wrap h3.concept-title span {
    font-family: "KozGo";
    font-size: 1.6vw;
    letter-spacing: 0.5vw;
    position: relative;
    left: 0.5vw;
}
.concept-wrap p.concept-body {
    background: rgba(255,255,255,0.7);
    text-align: left;
    font-family: "Ryumin";
    margin-top: 20px;
    padding: 50px 50px;
    font-size: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    line-height: 1.8;
}
.concept-wrap p.concept-body span.signing {
    display: block;
    text-align: right;
}

/* こだわり */
.kodawari-wrap {
    background-image: url(../img/users/bg_kodawari_20210827.jpg);
    /*background-size: cover;*/
    padding: 50px 10vw;
}
.kodawari-wrap h3.kodawari-title {
    color: #000;
    font-family: "RyuminMedium";
    font-size: 2.8vw;
    text-align: center;
    margin: 0;
}
.kodawari-wrap h3.kodawari-title .line {
    width: 17vw;
    margin: -1.5vw auto -1.5vw;
}
.kodawari-wrap h3.kodawari-title span {
    font-family: "KozGo";
    font-size: 1.6vw;
    letter-spacing: 0.5vw;
}
.kodawari-wrap .kodawari-contents {
    margin: 40px 0;
}
.kodawari-wrap .kodawari-contents .kodawari-text,
.kodawari-wrap .kodawari-contents .kodawari-image {
    padding: 15px;
}
.kodawari-wrap .kodawari-contents .kodawari-text p.title {
    font-family: "RyuminBold";
    font-size: 1.5vw;
    position: relative;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #fe0300;
}
.kodawari-wrap .kodawari-contents .kodawari-text p.title img {
    display: block;
    position: relative;
    left: -5%;
    width: 104%;
}
.kodawari-wrap .kodawari-contents .kodawari-text p.title span {
    display: block;
    text-align: center;
}
.kodawari-wrap .kodawari-contents .kodawari-text p.body {
    font-family: "Ryumin";
    font-size: 16px;
    line-height: 2;
    margin: 10px 0 0;
}

/* インスタグラム */
.insta-wrap {
    padding: 40px 60px;
}
.insta-wrap h3.insta-title {
    font-family: "RyuminBold";
    text-align: center;
    margin: 0;
}
.insta-wrap h3.insta-title img {
    display: inline-block;
    width: 50px;
}
.insta-wrap h3.insta-title span {
    position: relative;
    top: 2px;
}
.insta-wrap .insta-contents {
    position: relative;
}
.insta-wrap .insta-contents .insta-loading-wrap {
    padding: 100px;
}
.insta-wrap .insta-contents .insta-loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -10px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
}
.insta-wrap .insta-contents .insta-loading span{
    display: block;
    background: #000;
    width: 100px;
    height: 5px;
    margin-top: 5px;
    animation: load 2s infinite;
    border-radius: 5px;
}
.insta-wrap .insta-contents .insta-loading span:nth-child(2){
    animation-delay: 100ms;
}
.insta-wrap .insta-contents .insta-loading span:nth-child(3){
    animation-delay: 200ms;
}
@keyframes load{
    50%{
        width: 5px;
        margin-right: 95px;
        opacity: .1;
    }
}

.insta-wrap .insta-contents .insta-list-wrap {
    margin-top: 30px;
}
.insta-wrap .insta-contents .insta-list-wrap .insta-list-box {
    margin-bottom: 30px;
}
.insta-wrap .insta-contents .insta-list-wrap .insta-list-box img {
    width: 100%;
    height: 20vw;
    object-fit: cover;
}

/* お問い合わせ */
.subpage-header.contact {
    background-image: url(../img/users/bg_contact_header.jpg);
}

.contact-wrap {
    background-image: url(../img/users/bg_contact.jpg);
    padding: 10px 3% 30px;
}
.contact-wrap p.contact-notes {
    font-family: "Ryumin";
    text-align: center;
    font-size: 16px;
    margin: 30px 0;
}
.contact-wrap p.contact-notes span {
    color: #ff0000;
}

.contact-wrap .contact-input-wrap {
    width: 84%;
    margin: 0 auto 30px;
}
.contact-wrap .contact-input-wrap table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #998675;
    border-left: 1px solid #998675;
}
.contact-wrap .contact-input-wrap table th,
.contact-wrap .contact-input-wrap table td {
    padding: 20px;
    border-bottom: 1px solid #998675;
    border-right: 1px solid #998675;
}
.contact-wrap .contact-input-wrap table th {
    background: #FFF5D4;
    width: 15em;
    font-family: "KozGoBold";
    font-size: 15px;
}
.contact-wrap .contact-input-wrap table th span {
    color: #ff0000;
    display: inline-block;
    margin-left: 5px;
}
.contact-wrap .contact-input-wrap table td {
    background: #fff;
    font-family: "KozGo";
    font-size: 16px;
}
.contact-wrap .contact-input-wrap table td .form-group {
    margin: 0;
}
.contact-wrap .contact-input-wrap table td .form-group .form-inline input {
    margin-left: 10px;
}
.contact-wrap .contact-submit-wrap {
    margin-bottom: 50px;
    text-align: center;
}
.contact-wrap .contact-submit-wrap button {
    width: 200px;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px;
    font-size: 20px;
    font-family: "KozGo";
    color: #fff;
}
.contact-wrap .contact-submit-wrap button.contact-send {
    background: #A67C52;
    margin-right: 10px;
}
.contact-wrap .contact-submit-wrap button.contact-reset {
    background: #B3B3B3;
    margin-left: 10px;
}
.contact-wrap .contact-submit-wrap button.contact-send:hover {
    background: #fbbc72;
}
.contact-wrap .contact-submit-wrap button.contact-reset:hover {
    background: #d6d6d6;
}

.contact-wrap .contact-line-wrap {
    width: 70%;
    margin: 0 auto 30px;
}

#contact-check-modal h4 {
    text-align: center;
}

.contact-check-wrap table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #998675;
    border-left: 1px solid #998675;
}
.contact-check-wrap table th,
.contact-check-wrap table td {
    padding: 5px 10px;
    border-bottom: 1px solid #998675;
    border-right: 1px solid #998675;
}
.contact-check-wrap table th {
    width: 9em;
    background: #FFF5D4;
}

/* 店舗情報 */
.shop-list-wrap {
    margin: 40px 0 0;
}
.shop-list-wrap .shop-title .shop-title-logo {
    width: 180px;
    margin: auto;
}
.shop-list-wrap .shop-title p.shop-title-text {
    font-family: "RyuminBold";
    font-size: 20px;
    width: 280px;
    margin: 20px auto 0;
    text-align: center;
    background-image: url(../img/users/bg_shop_list_text.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 15px;
}
.shop-list-wrap .shop-contents h3.shop-name {
    font-family: "RyuminBold";
    background: #FF0000;
    text-align: center;
    color: #FFF;
    padding: 10px 0;
    margin: 40px 0 20px;
}
.shop-list-wrap .shop-contents .shop-detail {
    background-image: url(../img/users/bg_shop_detail.jpg);
    padding: 40px 8%;
}

.shop-list-wrap .shop-contents .shop-detail .service-contents {
    margin-bottom: 50px;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text {
    margin-bottom: 30px;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title {
    border: 2px solid #AF985A;
    padding: 3px;
    position: relative;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title p {
    border: 2px solid #AF985A;
    margin: 0;
    padding: 10px 12px;
    font-family: "RyuminBold";
    font-size: 20px;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #AF985A;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:before,
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #AF985A;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(2) {
    top: 0;
    left: 0;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(2):before {
    top: 0;
    left: 4px;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(2):after {
    top: 4px;
    left: 0;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(3) {
    top: 0;
    right: 0;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(3):before {
    top: 0;
    right: 4px;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(3):after {
    top: 4px;
    right: 0;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(4) {
    bottom: 0;
    left: 0;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(4):before {
    bottom: 0;
    left: 4px;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(4):after {
    bottom: 4px;
    left: 0;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(5) {
    bottom: 0;
    right: 0;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(5):before {
    bottom: 0;
    right: 4px;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-title span:nth-child(5):after {
    bottom: 4px;
    right: 0;
}

.shop-list-wrap .shop-contents .shop-detail .service-contents .service-text .service-main-body {
    margin: 10px 0 0;
    font-family: "RyuminBold";
    padding: 0 5px;
    font-size: 16px;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .address-text p.address-main-title {
    font-family: "RyuminBold";
    background: #AF985A;
    color: #fff;
    font-size: 20px;
    padding: 10px 18px;
    position: relative;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .address-text p.address-main-title:before,
.shop-list-wrap .shop-contents .shop-detail .service-contents .address-text p.address-main-title:after {
    content: "";
    background: #AF985A;
    width: 12px;
    height: 12px;
    position: absolute;
}
.service-contents .address-text p.address-main-title:before {
    top: 0;
    left: 0;
    border-bottom: 2px solid #f9f7e7;
    border-right: 2px solid #f9f7e7;
}
.service-contents .address-text p.address-main-title:after {
    bottom: 0;
    right: 0;
    border-top: 2px solid #f9f7e7;
    border-left: 2px solid #f9f7e7;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .address-text p.address-main-body {
    font-family: "RyuminBold";
    font-size: 16px;
    padding: 0 5px;
    line-height: 1.6;
    text-align: center;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .address-text p.address-main-body a {
    color: #000;
    text-decoration: underline;
}
.shop-list-wrap .shop-contents .shop-detail .service-contents .address-text .more-detail {
    width: 40%;
    margin: auto;
}

.shop-list-wrap .shop-contents .shop-detail .ggmap-wrap {}
.shop-list-wrap .shop-contents .shop-detail .ggmap-wrap .map-title {
    font-family: "RyuminBold";
    color: #AF985A;
    font-size: 24px;
    margin: 0;
    position: relative;
    padding-left: 20px;
}
.shop-list-wrap .shop-contents .shop-detail .ggmap-wrap .map-title:before {
    content: "";
    width: 15px;
    height: 1px;
    background: #AF985A;
    position: absolute;
    top: 50%;
    left: 0;
}
.shop-list-wrap .shop-contents .shop-detail .ggmap-wrap .map-title:after {
    content: "";
    width: calc(100% - 84px);
    height: 1px;
    background: #AF985A;
    position: absolute;
    top: 50%;
    left: 84px;
}
.shop-list-wrap .shop-contents .shop-detail .ggmap-wrap .ggmap {
    padding-bottom: 40%;
    margin-top: 10px;
}
.shop-list-wrap .shop-contents .shop-detail .ggmap-wrap hr {
    border-top-color: #af9859;
}

.shop-list-wrap .menu-contents {
    padding: 40px 8%;
}
.shop-list-wrap .menu-contents.food {
    background-image: url(../img/users/bg_shop_food.jpg);
}
.shop-list-wrap .menu-contents.drink {
    background-image: url(../img/users/bg_shop_drink.jpg);
}

.shop-list-wrap .menu-contents .menu-title {
    border: 2px solid #AF985A;
    padding: 3px;
    position: relative;
    width: 20em;
    margin: auto;
    margin-bottom: 30px;
}
.shop-list-wrap .menu-contents .menu-title p {
    border: 2px solid #AF985A;
    margin: 0;
    padding: 10px 12px;
    font-family: "RyuminBold";
    font-size: 20px;
    text-align: center;
}
.shop-list-wrap .menu-contents .menu-title span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #AF985A;
}
.shop-list-wrap .menu-contents .menu-title span:before,
.shop-list-wrap .menu-contents .menu-title span:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #AF985A;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(2) {
    top: 0;
    left: 0;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(2):before {
    top: 0;
    left: 4px;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(2):after {
    top: 4px;
    left: 0;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(3) {
    top: 0;
    right: 0;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(3):before {
    top: 0;
    right: 4px;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(3):after {
    top: 4px;
    right: 0;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(4) {
    bottom: 0;
    left: 0;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(4):before {
    bottom: 0;
    left: 4px;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(4):after {
    bottom: 4px;
    left: 0;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(5) {
    bottom: 0;
    right: 0;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(5):before {
    bottom: 0;
    right: 4px;
}
.shop-list-wrap .menu-contents .menu-title span:nth-child(5):after {
    bottom: 4px;
    right: 0;
}
.shop-list-wrap .menu-contents .menu-photo-wrap .menu-photo {
    margin-bottom: 30px;
}

/* FC加盟店募集 */
.fc-contents-wrap {
    width: 100%;
}
.fc-contents-wrap .fc-main-image {
    width: 100%;
    position: relative;
}
.fc-contents-wrap .fc-main-image h3 {
    position: absolute;
    width: auto;
    background: #F7931E;
    top: 4vw;
    left: 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.3;
    font-size: 2.2vw;
    padding: 22px 30px;
    margin: 0;
}
.fc-contents-wrap .fc-main-image a {
    position: absolute;
    top: 11.2vw;
    left: 2.5vw;
    display: block;
    border: 4px solid #F7931E;
    color: #F7931E;
    background: #fff;
    font-size: 16px;
    padding: 10px 20px 10px 42px;
    text-decoration: none;
}
.fc-contents-wrap .fc-main-image a i {
    display: block;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    font-size: 20px;
    padding: 12px;
}
.fc-contents-wrap .fc-main-image a:hover {
    /* background: #f17448; */
}
.fc-contents-wrap .fc-main-image a:hover i {
    /* background: #e8494f; */
}

.fc-contents-wrap .fc-contents {
    padding: 40px 10%;
}
.fc-contents-wrap .fc-contents.contents-1 {
    background-image: url(../img/users/bg_fc_contents_1.jpg);
}
.fc-contents-wrap .fc-contents.contents-2 {
    background-image: url(../img/users/bg_fc_contents_2.jpg);
}
.fc-contents-wrap .fc-contents h3.fc-main-title {
    margin: 0;
    text-align: center;
    font-family: vdl-logog, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FF0000;
    font-size: 26px;
    line-height: 1.5;
    text-decoration: underline;
    margin-bottom: 30px;
}
.fc-contents-wrap .fc-contents .fc-merit .merit-point-wrap .point {
    background: #F7931E;
    color: #fff;
    font-weight: bold;
    font-size: 2vw;
    text-align: center;
    width: 22vw;
    height: 22vw;
    margin: auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding-top: 4.2vw;
    padding-left: 2vw;
    padding-right: 2vw;
}
/*.fc-contents-wrap .fc-contents .fc-merit .merit-point-wrap .point.point2 {
    background: #F15A24;
}
.fc-contents-wrap .fc-contents .fc-merit .merit-point-wrap .point.point3 {
    background: #29ABE2;
}*/
.fc-contents-wrap .fc-contents .fc-merit .merit-point-wrap .point p {
    margin-bottom: 20px;
}
.fc-contents-wrap .fc-contents .fc-merit .merit-point-wrap .point span {
    font-size: 1.6vw;
    display: block;
}
.fc-contents-wrap .fc-contents .fc-merit .merit-point-wrap .message {
    margin-top: 40px;
    border: 1px solid #898989;
    background: #fff;
    padding: 10px 12px;
    line-height: 1.6;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}
.fc-contents-wrap .fc-contents .fc-merit .merit-point-wrap .message:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 36px 7.5px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -10px;
}
.fc-contents-wrap .fc-contents .fc-merit .merit-point-wrap .message:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 36px 7.5px;
    border-color: transparent transparent #898989 transparent;
    position: absolute;
    top: -36px;
    left: 50%;
    margin-left: -10px;
}
.fc-contents-wrap .fc-contents .owner-list {
}
.fc-contents-wrap .fc-contents .owner-list .owner-box {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 40px;
}
.fc-contents-wrap .fc-contents .owner-list .owner-box .owner-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}
.fc-contents-wrap .fc-contents .owner-list .owner-box .owner-message p.owner-name {
    color: #F15A24;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.fc-contents-wrap .fc-contents .owner-list .owner-box .owner-message p.owner-text {
    line-height: 1.8;
}
.fc-contents-wrap .fc-contents .conditions-wrap {
    margin-bottom: 30px;
}
.fc-contents-wrap .fc-contents .conditions-wrap h4.condition-shop-name {
    background: #A67C52;
    font-family: "RyuminBold";
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
.fc-contents-wrap .fc-contents .conditions-wrap h4.condition-shop-name:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background: #A67C52;
    border-bottom: 2px solid #fbecd0;
    border-right: 2px solid #fbecd0;
    width: 12px;
    height: 12px;
}
.fc-contents-wrap .fc-contents .conditions-wrap h4.condition-shop-name:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    background: #A67C52;
    border-top: 2px solid #fbecd0;
    border-left: 2px solid #fbecd0;
    width: 12px;
    height: 12px;
}
.fc-contents-wrap .fc-contents .conditions-wrap h4.condition-shop-name.okacho {
    background: #AC6F8B;
}
.fc-contents-wrap .fc-contents .conditions-wrap h4.condition-shop-name.okacho:before,
.fc-contents-wrap .fc-contents .conditions-wrap h4.condition-shop-name.okacho:after {
    background: #AC6F8B;
}
.fc-contents-wrap .fc-contents .conditions-wrap .condition-contents table {
    width: 100%;
    border-top: 1px solid #C7B299;
    border-left: 1px solid #C7B299;
}
.fc-contents-wrap .fc-contents .conditions-wrap .condition-contents table th,
.fc-contents-wrap .fc-contents .conditions-wrap .condition-contents table td {
    border-bottom: 1px solid #C7B299;
    border-right: 1px solid #C7B299;
    padding: 16px 20px;
    font-size: 16px;
}
.fc-contents-wrap .fc-contents .conditions-wrap .condition-contents table th {
    background: #fff;
    width: 12em;
}
.fc-contents-wrap .fc-contents .conditions-wrap .condition-contents table td {
    background: #fff;
}
.fc-contents-wrap .fc-contents .conditions-wrap .condition-contents table th span,
.fc-contents-wrap .fc-contents .conditions-wrap .condition-contents table td span {
    display: block;
    font-size: 65%;
    text-indent: -1em;
    margin-left: 1em;
}
.fc-contents-wrap .fc-contents .conditions-wrap .condition-contents.okacho table th {
    background: #fff;
}
.fc-contents-wrap .fc-contents .to-contact-wrap {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.fc-contents-wrap .fc-contents .to-contact-wrap a {
    background: #ED1C24;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    padding: 20px 50px;
    position: relative;
    box-shadow: 4px 4px 0px 0px #ccc;
    text-decoration: none;
}
.fc-contents-wrap .fc-contents .to-contact-wrap a:before,
.fc-contents-wrap .fc-contents .to-contact-wrap a:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
}
.fc-contents-wrap .fc-contents .to-contact-wrap a:before {
    top: 0;
    left: 0;
    border-right: 3px solid #fbebcb;
    border-bottom: 3px solid #fbebcb;
}
.fc-contents-wrap .fc-contents .to-contact-wrap a:after {
    bottom: 0;
    right: 0;
    border-left: 3px solid #fbebcb;
    border-top: 3px solid #fbebcb;
}
.fc-contents-wrap .fc-contents .to-contact-wrap a:hover {
    background: #F98A91;
}

p.to-contact-detail {
    text-align: center;
    font-size: 16px;
}

/* 採用情報 */
h3.daihyosya-title {
    margin: 0;
    font-family: "RyuminBold";
    font-size: 20px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 30px;
}
h3.daihyosya-title img {
    position: absolute;
    bottom: -12px;
    left: 0;
}

.daihyosha-contents {
    background: #fff;
    margin: 0 15px;
    font-family: "Ryumin";
    padding: 20px 24px;
    line-height: 2;
    font-size: 16px;
}

h3.recruit-title {
    background: #F08548;
    font-family: "RyuminBold";
    color: #fff;
    padding: 10px 30px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 20px;
    position: relative;
}
h3.recruit-title:before, h3.recruit-title:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
}
h3.recruit-title:before {
    top: 0;
    left: 0;
    border-bottom: 2px solid #fbecd0;
    border-right: 2px solid #fbecd0;
}
h3.recruit-title:after {
    bottom: 0;
    right: 0;
    border-top: 2px solid #fbecd0;
    border-left: 2px solid #fbecd0;
}

.recruit-contents {
    margin-bottom: 40px;
}
.recruit-contents table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #C7B299;
    border-left: 1px solid #C7B299;
}
.recruit-contents table th,
.recruit-contents table td {
    padding: 15px 20px;
    border-bottom: 1px solid #C7B299;
    border-right: 1px solid #C7B299;
    font-family: "RyuminBold";
    vertical-align: top;
    font-size: 16px;
}
.recruit-contents table th {
    width: 13em;
    background: #F9D78B;
}
.recruit-contents table td {
    background: #fff;
}

/* 会社情報 */
.fc-contents-wrap .fc-contents.company-1 {
    background-image: url(../img/users/bg_company_contents_1.jpg);
}
.fc-contents-wrap .fc-contents.company-2 {
    background-image: url(../img/users/bg_company_contents_2.jpg);
}
.fc-contents-wrap .fc-contents.company-1 h3.recruit-title {
    background: #00484D;
}
.fc-contents-wrap .fc-contents.company-2 h3.recruit-title {
    background: #998675;
}

.company-logo {
    width: 300px;
    margin: 0 auto 30px;
}

.company-contents {
    margin-bottom: 40px;
}
.company-contents table {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #C7B299;
    border-left: 1px solid #C7B299;
}
.company-contents table th,
.company-contents table td {
    padding: 15px 20px;
    border-bottom: 1px solid #C7B299;
    border-right: 1px solid #C7B299;
    font-family: "RyuminBold";
    vertical-align: top;
    font-size: 16px;
}
.company-contents table th {
    width: 13em;
    background: #C7B299;
}
.company-contents table th.onb {
    border-bottom-color: #fff;
}
.company-contents table td {
    background: #fff;
}

.enkaku-contents {
    font-family: "RyuminBold";
    font-size: 16px;
}
.enkaku-contents table {
    width: 100%;
    box-sizing: border-box;
}
.enkaku-contents table th, .enkaku-contents table td {
    border-bottom: 1px solid #999999;
    padding: 18px 18px 12px;
}
.enkaku-contents table th {
    color: #00484D;
    width: 10em;
}

/* フッター関連 */
.footer {
    padding: 20px 50px;
    background: #000;
    color: #fff;
    font-family: "KozGo";
    text-align: center;
}
.footer .footer-menu {
    padding-bottom: 20px;
}
.footer .footer-menu a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-family: "Ryumin";
    font-size: 14px;
}
.footer p.copyright {
    margin: 0;
    border-top: 1px solid #fff;
    padding-top: 10px;
    font-size: 16px;
}
