@charset "UTF-8";
/* ==================================================
  特集ページ　レスポンシブ専用CSS
  コンテンツ幅 992px

  デスクトップ 1025px以上
  タブレット 768~1024px
  スマホ 767px以下

  ※font-family: 'Noto Sans JP'; 使えます
  ※画像遅延読み込み <img class="lazyload" data-src="" alt=""> で使えます
================================================== */
:root {
   --brand-color: #333;
}
/* ------------------------------
  共通
------------------------------ */
body{
    margin: 0;
    font-family: "shippori-mincho", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #333;
    line-height:150%;
    overflow-x: hidden;
    font-size:16px;
}
* img {
  width: auto;
  max-width: 100%;
}
* ul{
    padding: 0;
}
* li{
    list-style: none;
}

.fl{
    display:flex;
    flex-wrap: wrap;
    /*中央寄せ*/
    justify-content: center;
    align-items: center;
}
section{
    /*max-width: 1000px!important;*/
    margin: 0 auto;
}
a{
  text-decoration: none;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
}
h4{
    font-size:24px;
    letter-spacing: 3px;
    text-align: center;
    margin: 0 auto;
    padding: 3%;
}
h4 span{
    font-size:12px;
    display:block;
    margin-bottom: 5px;
}
h5{
    max-width: 1000px;
    margin: auto;
    padding: 5px 3%;
}
.btn_gold{
    display: block;
    text-align: center;
    background: linear-gradient(180deg, #E1C782, #745B1C);
    padding: 3%;
    margin-top: 10%;
    color: #fff;
    text-decoration: none;
    border-radius:5px;
    cursor: pointer;
    transition: .5s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_gold:hover{
    background: linear-gradient(180deg, #745B1C, #E1C782);
}
.btn_gold::after{
    content: "";
    background:url(../images/link_icon_01.png);
    display: inline-block;
    margin-left: 1em;
    vertical-align: 3px;
    width: 17px;
    height: 6px;
}
.text_link{
    background:url(../images/link_icon_02.png) no-repeat right center;
    color:#745B1C;
    display: inline-block;
    padding-right: 16px;
}
.text_link:hover{
    color:#d1a840;
}
.is-sp{
 display:none;   
}
/* フル画像トリミング（レスポンシブ用） */
header nav.gloval__nav{
    background:#fff;
    text-align:center;
}
header nav.gloval__nav div.navi{
    width: 1000px;
    margin: auto;
    padding: 10px 0;
}
header nav.gloval__nav div.navi h1{
    margin:0;
}
header nav.gloval__nav div.navi div.logo{
    width: 30%;
    text-align: center;
    margin: 1% 0;
}
header nav.gloval__nav div.navi div.logo a{
    vertical-align: middle;
    display: block;
}
/*ページトップ*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333;
  opacity: 0.9;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*フッター*/
footer{
    background: #333;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 1%;
    font-weight: 400;
    font-style: normal;
}
/*MV*/
.mv h2{
    margin: 0;
} 

/*メッセージ*/
.message_area{
}
.message_area h3{
    text-align: left;
    font-size:24px;
    margin-bottom: 1%;
    font-weight: 900;
    /*background: url(../images/message_txt_bg.png) no-repeat center;*/
    padding: 4% 0;
    line-height: 200%;
}
.message_area h3 span{
}
.message_area p{
    line-height: 250%;
}
.img_area{
    width:47%;
}
.txt_area{
    width:45%;
    margin-right:50px;
    padding-left: 50px;
}
/*メニュー*/
.menu_area{
    background: #333;
    color: #fff;
    padding: 1% 1% 5%;
}
.menu_area h4 span{
    color:#E1C782;
}
.menu_area .webbox{
    max-width:1000px;
    margin:auto;
}
.menu_area .webbox .imgbox{
    width: 57%;
    text-align: center;
    margin-right: 30px;
}
.menu_area .webbox .txtbox{
    width: 40%;
}
/*座席*/
.seat_area{
    background: url(../images/gold_bg.png) no-repeat center;
}
.seat_area h4 span{
    color:#982823;
}
/*いいときについて*/

.about_area{
  background-image:url(../images/iitoki_01.png),url(../images/iitoki_02.png);
  background-position:left 0px center,right 0px center;
  background-repeat:no-repeat,no-repeat;
  background-size: 560px;
}
.about_area h4{
    color:#fff;
}
.about_area h4 span{
    color:#E1C782;
}
.about_area .inner{
    background: #333;
    text-align: center;
    color: #fff;
    width: 45%;
    margin: 0 auto;
    padding: 2% 0;
}
.about_area .inner ul li{
    margin:4% auto;
}
.about_area .inner ul li.tel{
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
}
.about_area .inner ul li.tel p{
    padding:0 1%;
}
.about_area .inner ul li.tel a{
    color: #fff;
    font-size: 36px;
    text-decoration: none;
}
/*アクセス*/
.access_area{
    background: url(../images/gold_bg.png) no-repeat center;
    text-align:center;
    padding: 3% 0 5%;
}
.access_area h4 span{
    color:#982823;
}
/*ポートフォリオ*/
.slick-slider{
    margin: 0;
    padding: 2% 0 4%;
}
.p-slide.slick-slide {
    transition: transform .8s, -webkit-transform .8s;
    padding: 50px;
}
.p-slide.slick-center{
    -webkit-transform: scale(1.4); transform: scale(1.4); 
}
.slick-prev:after, .slick-next:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 5px;
    width: 16px;
    height: 16px;
    border-top: 2px #797979 solid;
    border-right: 2px #797979 solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    opacity: 1;
}
.slick-prev {
    right: auto;
    left: -5%;
}
.slick-prev:after {
    right: 0;
    left: 5px;
    border-right: 0;
    border-left: 2px #797979 solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.slick-prev:before, .slick-next:before{
    display:none;
}

/*メニューページ*/
#menu{
    background: #333;
    color: #fff;
    font-weight:400;
    padding: 0 0 100px;
}
#menu h2{
    text-align:center;
    padding: 3%;
    font-weight:400;
    background: linear-gradient(180deg, #E1C782, #745B1C);
}
#menu h3{
    font-size:24px;
    padding-bottom: 30px;
}
#menu h3 span{
    display: block;
    margin-top: 15px;
}
#menu h4{
    text-align: left;
    max-width: 1000px;
    border-bottom: 1px solid #fff;
    padding: 1% 5px;
    margin: 35px auto;
}
#menu h4 span{
    font-size:20px;
}
#menu .anchor_area{
    max-width: 1000px;
    margin: 1% auto;
}
#menu .anchor_area ul{
    
}
#menu .anchor_area ul li{
    width:30%;
    margin:1%;
}
#menu .anchor_area ul li a{
    display: block;
    border: 1px solid #fff;
    padding: 3%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
#menu .anchor_area ul li a::after{
    content: "";
    background:url(../images/link_icon_03.png);
    display: inline-block;
    margin-left: 1em;
    vertical-align: 3px;
    width: 12px;
    height: 7px;
}
#menu .anchor_area ul li a:hover{
    color: #333;
    background:#fff;
}

#menu .anchor_area ul li a:hover::after{
    content: "";
    background:url(../images/link_icon_03_h.png);
    display: inline-block;
    margin-left: 1em;
    vertical-align: 3px;
    width: 12px;
    height: 7px;    
}
#menu .menu_area_detail {
    margin-top: 80px;
}
#menu .menu_area_detail .column{
    width: 1000px;
    margin: 1% auto;
    align-items: flex-start;
    justify-content: flex-start;
}
#menu .menu_area_detail .column.column1{
    align-items: flex-start;
}
.column1 .imgbox{
    width:40%;
    margin-right:15px;
}
.column1 .txtbox{
    width:55%;
}
.column1 .txtbox p.ttl{
    font-size: 24px;
    color:#fff;
}
.column1 .txtbox p.price{
    font-size: 20px;
    text-align: right;
    color:#fff;
}
.column1 .txtbox p.price span{
    font-size: 12px;
}
.column1 .txtbox p,.column3 .txtbox p{
    font-size: 14px;
    color:#bababa;
}
#menu .menu_area_detail .column.column3 {
    align-items: baseline;
}
.column3 .column_box{
    width: 30%;
    margin: 1%;
}
.column3 .txtbox p.ttl{
    font-size: 20px;
    color:#fff;
}
.column3 .txtbox p.price{
    font-size: 18px;
    text-align: right;
    color:#fff;
}
.column3 .txtbox p.price span{
    font-size: 12px;
}
.column2_list .txtbox{
    width: 45%;
    padding: 1.5% 5px 1%;
    margin: 0 1%;
    border-bottom: 1px #E1C782 solid;
}
.column2_list .txtbox:first-child{
    border-top: 1px #E1C782 solid;
}
.column2_list .txtbox p{
    font-size:14px;
    color:#bababa;
}
.column2_list .txtbox .fl p{
    margin: 1%;
}
.column2_list .txtbox .fl .ttl{
    font-size: 18px;
    width: 53%;
    margin: 0;
    color:#fff;
}
.column2_list .txtbox .fl .price{
    width: 45%;
    text-align:right;
    font-size: 16px;
    color:#fff;
}
.column2_list .txtbox .fl .price span{
    font-size: 12px;    
}
/* ------------------------------
  タブレットのみ
------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* ここに記入 */
    
}



/* ------------------------------
  タブレット以下
------------------------------ */
@media screen and (max-width: 1024px) {
    .is-pc{
     display:none;   
    }
    .is-sp{
     display:block;   
    }
    body{
        font-size: 14px;
    }
    h4{
        margin: 15px auto;
    }
    #menu h4 {
        margin: 35px 15px;
    }
    h5{
        margin: 15px auto;
    }
    header nav.gloval__nav div.navi{
        width:100%;
    }
    header nav.gloval__nav div.navi h1 img{
        width:40%;
    }
    .mv h1 {
        padding: 15px;
        top: 20%;
    }
    header nav.gloval__nav.is-pc{
     display:none;
    }
    .message_area{
        padding:1% 0 0;
    }
    .message_area .img_area ,.message_area .txt_area {
        width: 100%;
        margin-right:0;
        padding-left:0;
    }
    .message_area h3,.message_area p {
        padding: 4%;
        text-align: center;
    }
    .menu_area,.seat_area,.access_area {
        padding: 1% 5% 7%;
    }
    .menu_area .webbox .imgbox,.menu_area .webbox .txtbox {
        width: 100%;
        margin-right: 0;
    }
    .menu_area .webbox .txtbox {
        
    }
    .about_area{
        padding: 20% 0 20%;
        background-image: url(../images/iitoki_01.png), url(../images/iitoki_02.png);
        background-position: top 0px center, bottom 0px center;
        background-repeat: no-repeat, no-repeat;
        background-size: 100%;
    }
    .about_area .inner{
        width:80%;
        padding: 5%;
    }
    .about_area .inner ul li {
        margin: 25px auto;
    }
    .about_area .inner ul li.tel {
        display: block;
    }
    .about_area .inner ul li.pic img{
        width:60%;
    }
    .slick-next {
        right:0;
    }
    .p-slide.slick-slide {
        padding: 10px;
    }
    .slick-prev {
        right: auto;
        left: 0;
        z-index: 1000;
    }
    .category{
        width: 100%;
    }
    .bnrarea.single{
        display: none;
    }
    #ac_footer .category {
        width: auto;
    }
    #ac_footer .bnrarea div.bnr {
        width: 100%;
    }
    #menu .menu_area_detail .column {
        width: 90%;
        padding: 0 15px;
    }
    .column1 .imgbox {
        width: 100%;
        margin-right: 0;
    }
    .column1 .txtbox {
        width: 100%;
    }
    .column2_list .txtbox .fl .ttl {
        font-size: 14px;
    }
    .column2_list .txtbox .fl .price {
        font-size: 14px;
    }
    .column3 .column_box {
        width: 100%;
        flex-wrap: nowrap;
        display: flex;
    }
    .column3 .column_box .imgbox{
        width: 45%;
        margin-right: 15px;
    }
    .column3 .column_box .txtbox{
        width: 60%;
    }
    .column3 .txtbox p.ttl {
        font-size: 16px;
        margin: 0;
        font-weight:bold;
    }
    .column3 .txtbox p.price {
        font-size: 14px;
    }
    .column2_list .txtbox {
        width: 100%;
    }
}

/* ------------------------------
  スマホ以下
------------------------------ */
@media screen and (max-width: 750px) {
    .column2_list .txtbox {
        padding: 3% 5px 1%;
    }
}

/* ------------------------------
  デスクトップ以上
------------------------------ */
@media screen and (min-width: 1025px) {

    .column2_list .txtbox:nth-child(2) {
        border-top: 1px #E1C782 solid;
    }
}
