@charset "UTF-8";
@import url('/files/css/front/user/reset.css');


html {
font-family: Meiryo, YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
overflow-y: scroll;
overflow-x: hidden;
}
body {
width: 100%;
height: auto;
overflow:hidden;
font-size: 16px;
line-height: 1;
color:#000;
-webkit-font-smoothing: antialiased;
}

ul {
list-style:none;
}

img {
vertical-align: bottom;
outline: none;
}

#header_contents img,
#footer img,
#top img {
width:100%;
height: auto;
}


a:link,
a:visited {
text-decoration: none;
color:#000000;
}
a:hover,
a:active {
text-decoration: none;
color:#a9020a;
}
a img {
border: 0;
}
a img:not(.roll) {
transition: .3s;
}
a:hover img:not(.roll) {
opacity: 0.7;
}
.cf:after {
content: "";
display: block;
clear: both;
}

.hideOnPC {display: none;}



a[href^="tel:"] {
pointer-events: none;
}


#wrap_contents {
width:100%;
}
#main_contents {
position: relative;
}

.section_inner, #footpath, .wrapper1 #wrap_contents {
width: 100%;
max-width:1000px;
margin-left: auto;
margin-right: auto;
position: relative;
}





/*header
=============================*/
#header_contents {
background-image: url("/files/user/img/bg01_pc.png");
background-repeat: repeat-x;
background-position: center top;
height: 120px;
position: relative;
z-index: 2;
}
#seo {
background-color: #000;
height: 18px;
font-size: 11px;
line-height: 18px;
color: #fff;
}
#seo a {
color: #fff;
}
#seo a:hover {
color:#B3B3B3;
}
#header_contents h1 {
font-size: 11px;
width:calc(100% - 80px);
height: 18px;
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
#header_contents .sitemap {
position: absolute;
right: 8px;
top:0;
display: inline-block;
}
#header01 {
height: 102px;
}
#header01 .header_logo {
width:154px;
position: absolute;
left: -27px;
top:0;
}
#header01 .header_btns {
width:176px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
position: absolute;
right: 8px;
top:15px;
}
#header01 .header_btns img {
vertical-align: middle;
}
.header_btns .btn_tel {
width:109px;
height: 45px;
border-radius: 8px;
overflow: hidden;
box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.header_btns .btn_tel a {
width:110px;
height: 45px;
display: block;
background-color: #ca000b;
}
.header_btns .btn_tel a:hover {
background-color: #ec000c;
}
.header_btns .btn_tel img {
width: auto;
height: auto;
}


.menuToggle {
width:45px;
height: 45px;
border-radius: 8px;
overflow: hidden;
box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
cursor: pointer;
}
.menuToggle:hover {
opacity: 0.7;
}

#menuBg {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.9);
width: 100%;
height: 99999px;
margin: auto;
cursor: pointer;
z-index: 3;
}

#mainMenu {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
margin: 0;
z-index: 4;
overflow-y: auto;
box-sizing:border-box;
padding: 33px 0 50px;
}

.global-nav{
width: 707px;
margin-left: auto;
margin-right: auto;
padding-top: 28px;
}


.global-nav a{
display: block;
color: #fff;
font-size: 22px;
padding: 23px 0;
text-align: center;
position: relative;
border-bottom: 1px solid #fff;
}
.global-nav a:link,.global-nav a:visited{
color: #fff;
}
.global-nav a:hover{
color: #999;
}

#mainMenu .btns {
width: 984px;
margin-left: auto;
margin-right: auto;
}
#mainMenu .menuToggle {
margin-left: auto;
margin-right: 0;
}

.global-nav li{
position: relative;
}
#mainMenu .ac {
background-image: url("/files/user/img/btn_ac.png");
background-repeat: no-repeat;
background-position: right center;
background-size: 45px auto;
position: absolute;
right: 0;
top:10px;
width:45px;
height: 45px;
display: block;
}
#mainMenu .ac:hover {
opacity: 0.7;
}
#mainMenu .ac.active {
background-image: url("/files/user/img/btn_close.png");
}

#mainMenu .subnav a {
text-align: left!important;
padding: 23px 0;
padding-left: 310px;
border-bottom: 1px solid #333;
}

#mainMenu .subnav dd:last-child a {
border-bottom: 1px solid #fff;
}




/*shop_banners 
=============================*/
.shop_banners ul {
width:100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.shop_banners li {
width:calc(100% / 3);
}

.shop_banners a {
display: block;
position: relative;
}
.shop_banners a::after {
content: "";
width:100%;
height: 100%;
background-color: rgba(0,0,0,0.12);
position: absolute;
top:0;
left:0;
transition: .3s;
}
.shop_banners a:hover::after {
background-color: rgba(0,0,0,0);
}




/*fooetr
=============================*/
#footer_contents {
position: relative;
z-index: 3;
color: #fff;
}
#footer_contents a {
color: #fff;
}
#footer_contents a:hover {
color:#B3B3B3;
}

/*pagetop*/
#pagetop {
width:68px;
display: inline-block;
position: fixed;
bottom:20px;
right: 20px;
opacity: 0;
transition: opacity .3s ease;
}
#pagetop.fade {
opacity: 1;
z-index: 10;
}

#pagetop.abs {
position: absolute;
bottom:210px;
}

.footer_menu {
background-color: #000;
padding: 28px;
font-weight: bold;
}
.footer_menu ul {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.footer_menu li {
font-size: 14px;
white-space: nowrap;
}

.footer_bg {
width:100%;
display: block;
background-image: url("/files/user/img/bg05a.png");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
.footer_logo, .footer_txt, #footer_contents .btn_big, .app_box, .app_info ul {
margin-left: auto;
margin-right: auto;
}
.footer_logo {
width:154px;
margin-bottom: 47px;
}
.footer_txt {
width:546px;
margin-bottom: 28px;
}
#footer_contents .btn_big {
margin-bottom: 57px;
}
.app_box {
width:798px;
border: 1px solid #fff;
background-color: rgba(255,255,255,0.15);
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 33px 25px 0 47px;
}
.app_screen {
width:145px;
}
.app_info {
width:540px;
}
.app_ttl {
width:540px;
height: 48px;
border-radius: 24px;
background-color: #b01614;
text-align: center;
color: #fff;
font-size: 20px;
font-weight: bold;
line-height: 48px;
margin-bottom: 35px;

}
.app_info ul {
width:479px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.app_info li {
width:224px;
}
#footer_contents .company_info {
background-color: rgba(0,0,0,0.5);
margin-top: 68px;
}
#footer_contents .company_info .section_inner {
height: 210px;
display: -ms-flexbox;
display: flex;
justify-content:center;
-ms-flex-align: center;
align-items: center;
}
#footer_contents .company_info .section_inner .comp {
display: -ms-flexbox;
display: flex;
}
#footer_contents .company_info .company_name {
font-size: 18px;
line-height: 1.5;
padding-right: 25px;
}
#footer_contents .company_info .company_name p {
font-size: 15px;
padding-top: 2px;
}
#footer_contents .company_info .company_desc {
font-size: 15px;
line-height: 1.6;
}
#footer_contents .company_info a {
text-decoration: underline;
}


#copyright {
background-color: #000;
padding: 25px;
text-align: center;
font-size: 12px;
font-weight: normal;
}

@media only screen and (max-width: 999px) {
#pagetop {
width:6.8vw;
bottom:2vw;
right: 2vw;
}
#pagetop.abs {
position: absolute;
bottom:21vw;
}
.footer_menu {
padding: 2.8vw;
}
.footer_menu li {
font-size: 1.4vw;
}
.footer_logo {
width:15.4vw;
margin-bottom: 4.7vw;
}
.footer_txt {
width:54.6vw;
margin-bottom: 2.8vw;
}
#footer_contents .btn_big {
margin-bottom: 5.7vw;
}


.app_box {
width:79.8vw;
padding: 3.3vw 2.5vw 0 4.7vw;
}
.app_screen {
width:14.5vw;
}
.app_info {
width:54vw;
}
.app_ttl {
width:54vw;
height: 4.8vw;
font-size: 2vw;
font-weight: bold;
line-height: 4.8vw;
margin-bottom: 3.5vw;

}
.app_info ul {
width:47.9vw;
}
.app_info li {
width:22.4vw;
}
#footer_contents .company_info {
margin-top: 6.8vw;
}
#footer_contents .company_info .section_inner {
height: 21vw;
}			
#footer_contents .company_info .company_name {
font-size: 1.8vw;
}
#footer_contents .company_info .company_desc {
font-size: 1.5vw;
}
#copyright {
font-size: 1.2vw;
}
}







/*==========================================================
TOP PAGE
==========================================================*/




/*first view
=============================*/
#fv {
position: relative;
padding-top: 120px;
margin-top: -120px;
box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}
.fv_txt {
width:auto;
height: 86.82352941176471vh;
max-height: 738px;
position: absolute;
display: inline-block;
right:-25px;
top:-29px;
}
.fv_txt img {
width: auto;
height: 100%;
}

#fv {
width: 100%;
height: 100vh;
/*background-color: rgba(0,0,0,0.25);*/
}
video {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
min-width: 100vw;
min-height: 100vh;
width: auto;
height: auto;
z-index: -100;
}


@media only screen and (max-width: 999px) {
#fv {
padding-top: 12vw;
margin-top: -12vw;
}
.fv_txt {
right:0;
top:-2.9vw;
}
video {
transform: translateX(-25%);
}
}






/*top_section01 混んでて座れない
=============================*/
#top_section01 {
padding: 52px 0 138px;
background-image: url("/files/user/img/body_bg_b.png");
background-position: 0 0;
background-size: 100% auto;
}
#top_section01 .section_title {
width:909px;
margin-left: auto;
margin-right: auto;
margin-bottom: 37px;
}
#top_section01 .cols {
width:100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}
#top_section01 .sec_txt {
width:505px;
box-sizing: border-box;
padding-right: 75px;
background-image: url("/files/user/img/arrow01.png");
background-repeat: no-repeat;
background-position: right center;
font-size: 29px;
line-height: 1.4;
}
.btn_big {
width:455px;
height: 106px;
}
.ft_bnr{
width:455px;
height: 106px;
}
.btn_big a {
display: block;
width:455px;
height: 106px;
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
.btn_big a:hover img {
animation: swing linear 1s 1;
transform-origin: center -30px 0;
}
@keyframes swing {
0% {
transform: rotate(0deg);
}
25% {
transform: rotate(5deg);
}
50% {
transform: rotate(0deg);
}
75% {
transform: rotate(-5deg);
}
100% {
transform: rotate(0deg);
}
}

@media only screen and (max-width: 999px) {
#top_section01 {
padding: 5.2vw 0 13.8vw;
}
#top_section01 .section_title {
width:90.9vw;
margin-bottom: 3.7vw;
}
#top_section01 .sec_txt {
width:50.5vw;
padding-right: 7.5vw;
font-size: 2.9vw;
}
.btn_big {
width:45.5vw;
height: 10.6vw;
}
.ft_bnr{
width:45.5vw;
height: 10.6vw;
}
.btn_big a {
width:45.5vw;
height: 10.6vw;
}
}




/*top_image_photo
=============================*/
#top_image_photo {
height: 377px;
background-image: url("/files/user/img/bg02_pc.jpg"),url("/files/user/img/bg02_pc.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: 1920px auto, 100% auto;
}
#top_image_photo .top_ph {
width: 394px;
display: inline-block;
position: absolute;
}

#top_image_photo .section_inner {
max-width: 1670px;
}
#top_image_photo .top_ph:nth-child(1) {
top:71px;
left:0px;
}
#top_image_photo .top_ph:nth-child(2) {
top:-54px;
left:426px;
}
#top_image_photo .top_ph:nth-child(3) {
top:71px;
left:850px;
}
#top_image_photo .top_ph:nth-child(4) {
top:-54px;
left:1276px;
}


@media only screen and (max-width: 1669px) {
#top_image_photo {
height: 22.5748502994012vw;
}
#top_image_photo .top_ph {
width: 23.592814371257482vw;
}
#top_image_photo .top_ph:nth-child(1) {
top:4.251497005988024vw;
left:0vw;
}
#top_image_photo .top_ph:nth-child(2) {
top:-3.2335329341317367vw;
left:25.508982035928145vw;
}
#top_image_photo .top_ph:nth-child(3) {
top:4.251497005988024vw;
left:50.898203592814376vw;
}
#top_image_photo .top_ph:nth-child(4) {
top:-3.2335329341317367vw;
left:76.40718562874251vw;
}
}




/*top_section02 こだわりの料理
=============================*/
#top_section02 {
padding: 80px 0;
background-image: url("/files/user/img/body_bg_a.png");
background-position: 0 0;
background-size: 100% auto;
}
#top_section02 .section_inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
#top_section02 .section_title {
width:53px;
margin-right: 40px;
}
#top_section02 .text_block {
width:365px;
z-index: 2;
}
.text_block .sec_txt {
font-size: 18px;
line-height: 1.6;
}
.text_block .sec_txt strong {
font-size: 24px;
font-weight: bold;
color: #a9020b;
display: inline-block;
}
#top_section02 .text_block .sec_txt strong,
#top_section04 .text_block .sec_txt strong {
margin-bottom: 50px;
}
#top_section02 .sec_ph {
width:581px;
margin-left: -45px;
margin-right: 0;
}

.btn_small {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}
.btn_small li {
width:365px;
}
.btn_small li a {
display: block;
background-image: url("/files/user/img/btn_bg.png");
background-repeat: no-repeat;
background-size: 100% auto;
}
#top_section02 .btn_small {
width:365px;
-ms-flex-direction: column;
flex-direction:column;
}
#top_section02 .btn_small li {
width:365px;
-ms-flex-direction: column;
flex-direction:column;
margin-top: 20px;
}


@media only screen and (max-width: 999px) {
#top_section02 {
padding: 8vw 0;
}
#top_section02 .section_title {
width:5.3vw;
margin-right: 4vw;
}
#top_section02 .text_block {
width:36.5vw;
}
.text_block .sec_txt {
font-size: 1.75vw;
}
.text_block .sec_txt strong {
font-size: 2.4vw;
}
#top_section02 .text_block .sec_txt strong,
#top_section04 .text_block .sec_txt strong {
margin-bottom: 5vw;
}
#top_section02 .sec_ph {
width:58.1vw;
margin-left: -4.5vw;
}
.btn_small li {
width:36.5vw;
}
#top_section02 .btn_small {
width:36.5vw;
}
#top_section02 .btn_small li {
width:36.5vw;
margin-top: 2vw;
}
}




/*top_section03 昭和60年から地域の皆様と...
=============================*/
#top_section03 {
height: 497px;
background-image: url("/files/user/img/bg03.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
}
#top_section03 .section_inner {
}
#top_section03 .section_title {
width:560px;
margin-left: auto;
margin-right: auto;
}

#top_section03 .btn_small {
width:365px;
margin-left: auto;
margin-right: auto;
margin-top: 58px;
}


@media only screen and (max-width: 999px) {
#top_section03 {
height: 49.7vw;
}
#top_section03 .section_title {
width:56vw;
}
#top_section03 .btn_small {
width:36.5vw;
margin-top: 5.8vw;
}
}




/*top_section04 また帰りたい場所
=============================*/
#top_section04 {
padding: 57px 0 41px;
background-image: url("/files/user/img/body_bg_b.png");
background-position: 0 0;
background-size: 100% auto;
}
#top_section04 .section_inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-direction:row-reverse;
flex-direction:row-reverse;
}
#top_section04 .section_title {
width:53px;
margin-left: 40px;
}
#top_section04 .text_block {
width:365px;
z-index: 2;
padding-top: 31px;
}
#top_section04 .sec_ph {
width:581px;
margin-right: -45px;
margin-left: 0;
padding-top: 31px;
}
#top_section04 .btn_small {
width:365px;
}
#top_section04 .btn_small li {
width:365px;
margin-top: 20px;
}


@media only screen and (max-width: 999px) {
#top_section04 {
padding: 5.7vw 0 4.1vw;
}
#top_section04 .section_title {
width:5.3vw;
margin-left: 4vw;
}
#top_section04 .text_block {
width:36.5vw;
padding-top: 3.1vw;
}
#top_section04 .sec_ph {
width:581px;
margin-right: -4.5vw;
padding-top: 3.1vw;
}
#top_section04 .btn_small {
width:36.5vw;
}
#top_section04 .btn_small li {
width:36.5vw;
margin-top: 2vw;
}
}




/*fixed_bg
=============================*/
.fixed_bg {
wdth:100%;
height: 416px;
overflow: hidden;
background-color: rgba(0,0,0,0.15);
}





/*top_section05 新着情報/採用情報
=============================*/
#top_section05 {
padding: 62px 0 81px;
background-image: url("/files/user/img/body_bg_a.png");
background-position: 0 0;
background-size: 100% auto;
}
#top_section05 .section_inner {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
}

#top_section05 .news_list {
width:440px;
margin-left: 26px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-direction: column;
flex-direction: column;
}
#top_section05 .recruit_list {
width:440px;
margin-right: 26px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-direction: column;
flex-direction: column;
}
.news_list li,
.recruit_list li {
padding-top: 40px;
}
.news_list li span,
.recruit_list li span {
font-size: 14px;
color: #a9020b;
text-decoration: underline;
}
.news_list li div,
.recruit_list li div {
font-size: 16px;
padding-top: 5px;
}
.news_list li a,
.recruit_list li a {
color: #000;
text-decoration: none;
}
.news_list li a:hover,
.recruit_list li a:hover {
color: #a9020b;
}
#top_section05 .btn_small {
margin-top: auto;
margin-left: 74px;
}
#top_section05 .recruit_list .btn_small {
padding-top: 170px;
position: relative;
z-index: 2;
}
#top_section05 .recruit_list .ph {
position: absolute;
bottom:30px;
width:400px;
}


@media only screen and (max-width: 999px) {
#top_section05 {
padding: 6.2vw 0 8.1vw;
}

#top_section05 .news_list {
width:44vw;
margin-left: 2.6vw;
}
#top_section05 .recruit_list {
width:44vw;
margin-right: 2.6vw;
}
.news_list li,
.recruit_list li {
padding-top: 4vw;
}
.news_list li span,
.recruit_list li span {
font-size: 1.6vw;
}
.news_list li div,
.recruit_list li div {
font-size: 1.75vw;
padding-top: 0.5vw;
}
#top_section05 .btn_small {
margin-left: 7.4vw;
}
#top_section05 .recruit_list .btn_small {
padding-top: 17vw;
}
#top_section05 .recruit_list .ph {
bottom:3vw;
width:40vw;
}
}


#footer-upper{margin-top:2rem;}

/*
contactBox
*******************************************/
.contactBox {
    width:92%;
    max-width:980px;
    text-align:center;
    margin:1rem auto 2rem;
}
.contactBox .title {
    background-color:#ee7800;
    color:#FFF;
    line-height: 1.7rem;
    font-size: 1.7rem;
    padding: .7rem 0 .4rem;
    border-radius: 5px 5px 0 0;
　　-webkit-border-radius: 5px 5px 0 0;
　　-moz-border-radius: 5px 5px 0 0;
}
.contactBox .contents {
    line-height:3.2rem;
    font-size:3.2rem;
    border:1px solid #ee7800;
    border-radius:0 0 5px 5px;
　　-webkit-border-radius: 0 0 5px 5px;
　　-moz-border-radius: 0 0 5px 5px;
}
.contactBox .contents .tel {
    display: block;
    color:#ee7800;
    margin-top: 1.5rem;
    margin-bottom: .2rem;
}
.contactBox .contents .mail {
    display: block;
    width: 60%;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: #fff;
    background-color: #999;
    border-radius: 4px;
　　-webkit-border-radius: 4px;
　　-moz-border-radius: 4px;
}
.contactBox .contents .name,.contactBox .contents .time{
    margin:.5rem;
    font-size:1.5rem;
}
.wrapper1 #wrap_contents .contactBox .contents p {
    padding-bottom: 0;
}



/*==========================================================
SHOP INDEX PAGE
==========================================================*/
.wrapper1 #header_contents {
z-index: 3;
}
.wrapper1 #footpath {
margin-top:5px!important;
}
.wrapper1 #pagetitle {
width:100%;
margin-top:-120px;
margin-bottom:30px;
background-image: url("/files/user/img/shop_pagetitle_bg.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
box-sizing: border-box;
box-shadow: 0 3px 6px rgba(0,0,0,0.4);
position: relative;
z-index: 2;
}
.wrapper1 #pagetitle .pagetitle_inner {
width:100%;
padding-top: 60px;
height: 320px;
background-color: rgba(0,0,0,0.25);
box-sizing: border-box;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: cener;
justify-content: center;
}
.pagetitle {
text-align: center;
}
.pagetitle img {
width: auto;
height: auto;
}

.wrapper1 #main_contents {
/*padding-top: 90px;*/
padding-bottom: 230px;
}
#topics_detail6 #main_contents {
padding-top:40px;
}
.wrapper1 #main_contents, .wrapper1 #container {
background-image: url("/files/user/img/body_bg_b.png");
background-attachment: fixed;
background-size: cover;
background-position: center;
}

#lionsdinerbigflag.wrapper1 #main_contents,
#lionsdinerbigflag.wrapper1 #container {
background: none;
}

#footpath {
text-align: right;
padding: 36px 0 0;
margin-top:0!important;
font-size: 12px;
}
#footpath ul {
width:100%;
display: -ms-flexbox;
display: flex;
justify-content: flex-end;
}
#footpath li:last-child {
color:#a9020a;
}
#footpath li {
position: relative;
}


.section_title02, .wrapper1 #wrap_contents h2 {
background-image: url("/files/user/img/title_bg.png");
background-position: center bottom;
background-repeat: no-repeat;
margin-top: 80px;
text-align: center;
font-size: 35px;
line-height: 1.4;
min-height: 64px;
padding-bottom: 25px;
box-sizing: border-box;
margin-bottom: 15px;
}

#lionsdinerbigflag.wrapper1 #wrap_contents h2 {
background-image: url("/files/user/img/lion_title_bg.png");
}

.sec_txt p {
font-size: 15px;
line-height: 1.5;
padding-bottom: 1.5em;
}

.wrapper1 #wrap_contents {
font-size: 15px;
line-height: 1.5;
}
.wrapper1 #wrap_contents p {
padding-bottom: 1.5em;
}

.section_subtitle02, .wrapper1 #wrap_contents h3 {
background-image: url("/files/user/img/subtitle_bg_pc.png");
background-position: left bottom;
background-repeat: no-repeat;
font-size: 25px;
line-height: 1.4;
box-sizing: border-box;
padding: 16px 22px;
margin-top: 40px;
margin-bottom: 32px;
}

#lionsdinerbigflag.wrapper1 #wrap_contents h3 {
background-image: url("/files/user/img/lion_subtitle_bg_pc.png");
}

.shop_list {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.shop_list li {
width:300px;
margin-right: 50px;
margin-bottom: 50px;
}
.shop_list li:nth-child(3n) {
margin-right: 0;
}
.shop_list .shop_ph img {
width:100%;
}
.shop_list .shop_info {
margin-top: 20px;
text-align: center;
}
#main_contents .shop_list .shop_info p {
padding-bottom: 0;
line-height: 1.3;
}
.shop_list .shop_name {
font-size: 24px;
font-weight: bold;
color:#a9020a;
text-decoration: underline;
}
.shop_list .shop_access {
font-size: 16px;
margin-top: 23px;
}
.shop_list .shop_tel {
font-size: 25px;
line-height: 30px;
margin-top: 15px;
}
.shop_list .shop_tel span {
display: inline-block;
padding: 0 30px;
height: 30px;
line-height: 30px!important;
background-image: url("/files/user/img/icon_tel.png");
background-repeat: no-repeat;
background-position: left top;
}
.shop_list .shop_icons {
margin-top: 15px;
}
.shop_list .shop_icons img {
width:auto;
height: 22px;
margin-right: 6px;
}


@media only screen and (max-width: 999px) {

.wrapper1 #footpath {
margin-top: 3vw!important;
}
.wrapper1 #main_contents {
padding-bottom: 23vw;
}
.wrapper1 #pagetitle {
height: 32vw;
padding-top: 4.4vw;
margin-top: -12vw;
}
.wrapper1 #pagetitle .pagetitle_inner {
height: 100%;
padding-top: 6vw;
}
.pagetitle img {
width: 20vw;
}
#footpath {
padding: 3.6vw 1vw 0;
font-size: 1.2vw;
}
.section_title02, .wrapper1 #wrap_contents h2 {
margin-top: 8.0vw;
font-size: 3.5vw;
min-height: 6.4vw;
padding-bottom: 2.5vw;
margin-bottom: 3vw;
}
.sec_txt {
padding: 0 1vw;
box-sizing: border-box;
}
.sec_txt p {
font-size: 1.5vw;
}
.wrapper1 #wrap_contents {
font-size: 1.5vw;
}
.section_subtitle02, .wrapper1 #wrap_contents h3 {
font-size: 2.5vw;
padding: 0 2.2vw 1.6vw;
margin-top: 4vw;
margin-bottom: 2vw;
}
.shop_list {
padding: 0 1vw;
box-sizing: border-box;
}
.shop_list li {
width: 30vw;
margin-right: 2.5vw;
margin-bottom: 5vw;
}
.shop_list .shop_info {
margin-top: 2vw;
}
.shop_list .shop_name {
font-size: 2.4vw;
}
.shop_list .shop_access {
font-size: 1.6vw;
margin-top: 2.3vw;
}
.shop_list .shop_tel {
font-size: 2.5vw;
line-height: 3vw;
margin-top: 1.5vw;
}
.shop_list .shop_tel span {
display: inline-block;
padding: 0 3vw;
height: 3vw;
background-size: auto 100%;
}
.shop_list .shop_icons {
margin-top: 1.5vw;
}
.shop_list .shop_icons img {
width:auto;
height: 2.2vw;
margin-right: 0.6vw;
}
}






/*==========================================================
SHOP01
==========================================================*/
#shop_detail {
padding-bottom: 60px;
}
#shop_detail .shop_ph {
width:856px;
/*margin: 0 auto;*/
text-align: center;
}
#shop_detail .shop_table {
width:100%;
margin: 50px 0;
/*padding-bottom: 52px;*/
}
#shop_detail .shop_table table {
width:100%;
box-sizing: border-box;
border-top: 1px solid #c2a65b;
border-right: 1px solid #c2a65b;
}
#shop_detail .shop_table th {
width:300px;
box-sizing: border-box;
padding: 17px;
border-bottom: 1px solid #c2a65b;
border-left: 1px solid #c2a65b;
background-color: #fffdf6;
font-size: 18px;
line-height: 1.5;
text-align: left;
position: relative;
}
#shop_detail .shop_table .btn_map {
width:86px;
height: 36px;
border-radius: 18px;
font-size: 18px;
line-height: 36px;
color: #fff;
font-weight: bold;
text-align: center;
display: block;
position: absolute;
top:50%;
right: 12px;
margin-top: -18px;
}
#shop_detail .shop_table .btn_map:link {
background-color: #ca000b;
}
#shop_detail .shop_table .btn_map:hover {
background-color: #ec000c;
}
#shop_detail .shop_table td {
box-sizing: border-box;
padding: 17px;
border-bottom: 1px solid #c2a65b;
border-left: 1px solid #c2a65b;
font-size: 18px;
line-height: 1.5;
}
#shop_detail .shop_table .tel {
font-size: 25px;
display: inline-block;
padding: 0 30px;
height: 30px;
background-image: url("/files/user/img/icon_tel.png");
background-repeat: no-repeat;
background-position: left top;
}

table.des {
width:100%!important;
margin: 50px 0!important;
padding-bottom: 52px!important;
}
table.des th {
padding: 17px!important;
border: 1px solid #c2a65b!important;
background-color: #fffdf6!important;
font-size: 18px;
line-height: 1.5;
text-align: left;
position: relative;
vertical-align:top;
}
table.des td {
box-sizing: border-box;
padding: 17px!important;
border: 1px solid #c2a65b!important;
font-size: 18px;
line-height: 1.5;
vertical-align:top;
}

#shop_detail .cols {
padding: 20px 0;
overflow: hidden;
}
#shop_detail .cols .flt_left {
width:400px;
float: left;
margin: 0 40px 40px 0;
}
#shop_detail .cols .flt_right {
width:400px;
float: right;
margin: 0 0 40px 40px;
}
#shop_detail .cols p {
font-size: 16px;
line-height: 1.5;
padding-bottom: 1.5em;
}



.shop_lib a img.ofi {
width:100%;
height: 300px;
}
.shop_lib a img.ofi.tate {
width:100%;
height: 434px;
}

.shop_lib {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}
.shop_lib a {
width:300px;
display: block;
margin-right: 50px;
margin-bottom: 50px;
}
.shop_lib a:nth-child(3n) {
margin-right: 0;
}
/*画像断ち切り設定*/
.shop_lib img.ofi {
object-fit: cover;
object-position: 50% 50%;
font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.gmap {
width:100%;
height: 474px;
}

.streetview {
margin-top:50px;
}

.gmap iframe, .streetview iframe {
width:100%;
}

#shop_detail .address {
font-size: 16px;
line-height: 1.5;
padding: 13px;
margin-bottom: 30px;
}



@media only screen and (max-width: 999px) {
#shop_detail {
padding-bottom: 6vw;
}
#shop_detail .shop_ph {
width:85.6vw;
margin: 0 auto;
}
#shop_detail .shop_table {
width:100%;
margin: 5vw 0;
padding: 0 1vw 5.2vw;
box-sizing: border-box;
}
#shop_detail .shop_table th {
width:30vw;
padding: 1.7vw;
font-size: 1.8vw;
}
#shop_detail .shop_table .btn_map {
width:8.6vw;
height: 3.6vw;
border-radius: 1.8vw;
font-size: 1.8vw;
line-height: 3.6vw;
right: 1.2vw;
margin-top: -1.8vw;
}
#shop_detail .shop_table td {
padding: 1.7vw;
font-size: 1.8vw;
}
#shop_detail .shop_table .tel {
font-size: 2.5vw;
padding: 0 3vw;
height: 3vw;
background-image: url("/files/user/img/icon_tel.png");
background-repeat: no-repeat;
background-position: left top;
background-size: auto 100%;
}
#shop_detail .cols {
padding: 2vw 1vw;
box-sizing: border-box;
}
#shop_detail .cols .flt_left {
width:40vw;
float: left;
margin: 0 40px 40px 0;
}
#shop_detail .cols .flt_right {
width:40vw;
float: right;
margin: 0 0 4vw 4vw;
}
#shop_detail .cols p {
font-size: 1.6vw;
}
.shop_lib {
width:98vw;
padding: 0 1vw;
}
.shop_lib a {
width:30vw;
margin-right: 3vw;
margin-bottom: 5vw;
}
#shop_detail .address {
font-size: 1.6vw;
padding: 1.3vw;
margin-bottom: 3vw;
}
.gmap {
width:96vw;
margin: 0 auto;
overflow: hidden;
}
}

#main_contents .btn_B a{
background-color: #CDB063;
}

#main_contents .imglist_box {max-height: 300px;box-sizing:initial;}
#main_contents .imglist_box img{max-height: 300px!important;width: auto;height: auto;}

#top #sub_module7{display:none;}

#topics_detail6 #main_contents .topics_contents img{
max-width:1000px;
max-height:600px;
}

#sns_area {
    margin-top: 0px;
    margin-bottom: 30px;
}

#main_contents .topics_ymd {
    text-align: right;
    padding: 0 10px 0 10px!important;
}

#topics_detail20 #jobs ul.category{
    margin: 15px 0 0 200px;
}
#jobs ul.category li {
    font-size: 14px;
    font-weight: normal;
    margin: 0 5px 5px 0;
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    border: solid 2px #cdb063!important;
    color: #333;
}

#topics_detail20 #google_map {
    text-align: center;
    margin-top: 60px!important;
    margin-bottom: 40px;
}




@media only screen and (max-width: 999px) {
    #header01 .header_logo {
        width:14vw;
        left:0;
    }
    #mainMenu .btns {
        width: 98.4vw;
    }
}

textarea{
background-color:#fff;
}