@charset "utf-8";
/* CSS Document */


/*　共通設定--------------------------------　*/
*{
    box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1;
    font-size: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #333;
}

img{
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
}
strong{
    font-weight: bold;
}
a{
    text-decoration: none;
    color: #333;
    transition: 0.3s all;
    opacity: 1;
}
a:hover{
    opacity: 0.7;
}
.wrapper {
    width: 90%;
    max-width: 1000px;
    margin: 20px auto;
    padding: 0;
    clear: both;
}
.sp-only{
    display: none;
}
.pc-only{
    display: block;
}
.pc-only-ib{
    display: inline-block;
}
.sp-only-ib{
    display: none;
}
/*flex*/
.flex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.flex-jcc{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.flex-jcsb{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-jcsa{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.flex-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.flex-aic{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.flex-ais {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.flex-aie{
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.flex-drr {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex-img img{
    min-width: 0;
    margin: 0 1% 1em;
}

.tac{
	text-align: center !important;
}
.tal{
	text-align: left !important;
}
.tar{
	text-align: right !important;
}
.sp-tal{
	text-align: center!important;
}

.mt-0{
	margin-top: 0 !important;
}
.mt-2em{
    margin-top: 2em !important;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-1em{
    margin-bottom: 1em !important;
}

.mb-2em{
    margin-bottom: 2em !important;
}
.mb-3em{
    margin-bottom: 3em !important;
}

.pt-0{
    padding-top: 0 !important;
}

.pt-1em{
    padding-top: 1em !important;
}
.pt-2em{
    padding-top: 2em !important;
}

.font-js {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.btn{
	text-align: center;
    margin-top: 2em;
}
.btn.align-left{
    text-align: right;
    margin-right: 40px;
}
.btn a{
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1em 0.5em;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	position: relative;
 	z-index: 1;
    border-radius: 50px;
    font-size: 125%;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.btn a::before {
	content: "→";
	position: absolute;
    font-size: 120%;
    color: #000;
    font-weight: bold;
	top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
	transition: all .3s;
}
.btn a::after {
    content:"";
    width: 40px;
    height: 40px;
    border: 1px solid #7B171F;
    border-radius: 50px;
    display: inline-block;
	position: absolute;
	top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
}
.btn a:hover {
    opacity: 1;
}
.btn a:hover::before {
    transform: translateY(-50%) translateX(10px);
}

.ct-link.btn a{
    margin: 0 24px;
}
.page-link{
    margin: 2em 0;
}

/*padding margin*/
.pb-0{
    padding-bottom: 0 !important;
}
/*clearfix*/
.cf::after {
    content: "";
    display: block;
    clear: both;
 }

/* back--------------------------------　*/
#back{
    background-color: #F8F4EF;
}

.ct_bg {
    background-position: top;
    /* animation: sisaimg linear both;
    animation-timeline: view(); */
  }
.ct_bg01{
    background: url(../img/common_menu_bg01.png) no-repeat top right;
    position: absolute;
    background-size: contain;
    top: 14%;
    right: 0;
    width: 25%;
    height: 60%;
    z-index: 0;
}
.ct_bg02{
    background: url(../img/common_menu_bg02.png) no-repeat top left;
    background-size: contain;
    position: absolute;
    bottom: -20%;
    left: -166px;
    width: 40%;
    height: 100%;
    z-index: 0;
}
.ct_bg03{
    background: url(../img/common_reserve_bg.png) no-repeat top right;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 80%;
    z-index: 0;
}

  
  /* @keyframes sisaimg {
    from {
      background-position: center 0;
    }
  
    to {
      background-position: center -200px;
    }
  } */


/* header--------------------------------　*/

/* header{
    position: fixed;
    width: 100%;
    right: 0;
    top: 0;
    height: 96px;
    z-index: 100;
} */
.header_inner{
    position: relative;
    z-index: 100;
}
.header_inner h1.pc-logo{
    padding: 42px 0 40px;
    text-align: center;
}

.scroll .header_inner h1.pc-logo{
    width: 20%;
}
.pc-sticky{
    position: sticky;
    top:0;
    height: 100vh;
    z-index: 100;
}
.header_inner .pc-only{
    width: 166px;
}
.pc-menu {
    margin: 0 auto 40px;
}
.pc-menu li a{
    color: #7B171F;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: 0.1em;
}
.header_inner .btn-tel{
    text-align: center;
    margin: 140px auto 10px;
}
.header_inner .btn-sns{
    display: flex;
    justify-content: center;
}
.header_inner .btn-sns a{
    padding: 0 10px;
}



/*ハンバーガーメニュー*/
.header_inner .drawer-hamburger-icon,
.header_inner .drawer-hamburger-icon:after,
.header_inner .drawer-hamburger-icon:before {
    background-color: #000;
}
.drawer--right .header_inner .drawer-hamburger {
    right: 20px;
    top: 20px;
    width: 40px;
}
.drawer--right.drawer-open .header_inner .drawer-hamburger {
    right: 20px;
    left: inherit;
}
.header_inner .drawer-hamburger-icon:before {
    position: absolute;
    top: -14px;
}
.header_inner .drawer-hamburger-icon:after {
    top: 14px;
}
/*drawer*/
.drawer--right .header_inner .drawer-nav {
    width: 420px;
    right: -100%;
    /* background-color: #000; */
    color: #000;
}
.drawer--right.drawer-open .header_inner .drawer-nav{
    right: 0;
}
.tate{
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    white-space: nowrap;
}
.header_inner .sns-box{
    padding-top: 40px;
}
.header_inner .sns-box li{
    margin-bottom: 14px;
}
.header_inner .sns-box a,
.header_inner .sns-box span{
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.05em;
}
/*pagetop*/
.header_inner .pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 24px;
}
.header_inner .pagetop a{
    font-size: 14px;
    letter-spacing: 0.05em;
    position: relative;
}
.header_inner .pagetop a::before{
    content: "";
    width: 1px;
    height: 20px;
    background-color: #aaa;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: 7px
}
.header_inner .pagetop a::after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    width: 0;
    height: 0;
    border-left: 0.4em solid transparent;
    border-right: 0.4em solid transparent;
    border-bottom: 0.8em solid #aaa;
    position: absolute;
    top: -40px;
    left: 2px;
}

/*nav*/
.header_inner .drawer-nav{
    padding: 2%;
}
.header_inner .drawer_logo{
    margin-bottom: 20px;
}
.header_inner .drawer_logo a{
    width: 70%;
    display: block;
}
.header_inner .nav-wrap .lang-box{
    padding: 15px 0;
}

.header_inner .drawer-menu {
    padding: 0 0 0 3.4em;
    border-right: 1px solid #333;
}
.header_inner .drawer-menu.plusp {
    padding-bottom: 40px;
}
.header_inner .drawer-menu:last-child {
    border-right: 0;
}
.header_inner .drawer-nav ul li {
    color: #999;
}
.header_inner .drawer-nav ul li a{
    padding: 10px;
    line-height: 1.5;
    display: block;
    font-size: 16px;
    font-size: min(2vw, 20px);
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
.header_inner .drawer-menu-item:hover,
.header_inner .drawer-dropdown-menu-item:hover {
    text-decoration: none;
}
.header_inner .drawer-nav ul li a.with-en{
    font-size: 125%;
    font-size:min(1.4vw,19px);
    letter-spacing: 0.05em;
}
.header_inner .drawer-nav ul li a .f-ja {
    font-size: 16px;
    font-size:min(1.2vw,16px);
    display: block;
}
.header_inner .drawer-nav ul li a.nolink{
    color: #999 !important;
    cursor: default;
}
.header_inner .drawer-nav ul li a.nolink:hover{
    opacity: 1;
}
/* .header_inner .drawer-nav .drawer-dropdown ul li a{
    padding-left: 1em;
} */
.header_inner .drawer-nav .drawer-dropdown ul li a{
    position: relative;
}
.header_inner .drawer-nav .drawer-dropdown ul li a::before {
    content: "ー";
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
    vertical-align: middle;
    /* margin-bottom: 4px; */
    position: absolute;
    top: 0.4em;
    left: -5px;
    width: 1em;
    padding-top: 10px;
}

.header_inner .drawer-dropdown .drawer-caret {
    display: none;
}

.header_inner .drawer-dropdown-menu {
    display: block;
    background-color: transparent;
    margin-left: 1em;
}
.header_inner .drawer-dropdown-menu-item{
    line-height: 1.5;
    padding: 10px;
}
.header_inner .nav_sns img{
    vertical-align: middle;
}
.header_inner .nav_sns img.m-l1em{
    margin-left: 1em;
}

/*見出し*/
h2{
    text-align: left;
    font-size: 200%;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin-bottom: 2em;
    line-height: 1.5;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #7B171F;
}
h2.mb-small{
    margin-bottom: 1em;
}
h2.c-black{
    color: #000;
}
h2 .fs-s{
    font-size: 80%;
}
h3{
    text-align: left;
    font-size: 150%;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 1em 0 1em;
    line-height: 1.5;
    color: #000;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.ttl-text{
    display: block;
    width: fit-content;
    margin: 0 0 0;
}
img + .ttl-text{
    margin: -50px 0 0;
}
.ttl-text.tac{
    margin-left: auto;
    margin-right: auto;
}
h2.tac, h3.tac{
    text-align: center;
}
.error_message{
    color: #cf2025;
    font-size: 90%;
}

h2.font-js{
    font-size: 350%;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.05em;
}
h3.font-js{
    font-size: 300%;
    text-align: center;
    line-height: 1;
}
h3.bb-dot{
    border-bottom: 3px dotted #aaa;
    width: fit-content;
    margin: 1em auto;
    padding-bottom: 8px;
}
.bg-nami h3.bb-dot{
    border-color: #fff;
}
h4{
    margin: 2em 0 0.6em;
    font-size: 110%;
}
h4,h5{
    color: #000;
    font-weight: bold;
    line-height: 1.5;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

#contents .ct-ttl{
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #7B171F;
    letter-spacing: 0.1em;
    position: relative;
    padding: 40px 20px;
    margin: 0;
}
#contents .ct-ttl.white{
    color: #fff;
}
#contents .ct-ttl::before{
    content: "";
    width: 90px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url(../img/common_ct-ttl_top.png) no-repeat top center;
    background-size: contain;
    display: inline-block;
}
#contents .ct-ttl.white::before{
    background: url(../img/common_ct-ttl_top_w.png) no-repeat top center;
    background-size: contain;
}
#contents .ct-ttl::after{
    content: "";
    width: 90px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url(../img/common_ct-ttl_bottom.png) no-repeat bottom center;
    background-size: contain;
    display: inline-block;
}
#contents .ct-ttl.white::after{
    background: url(../img/common_ct-ttl_bottom_w.png) no-repeat bottom center;
    background-size: contain;
}
#contents .ct-ttl.ml{
    margin-left: 4.8%;
}
#contents .ct-ttl.mr{
    margin-right: 4.8%;
}
#contents .serif{
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}


/*大枠*/
/* #contents{
    margin-top: 96px;
} */
#contents-main {
    margin: 100px 0 160px;
}

#contents-main .inner{
    max-width: 1040px;
    width: 94%;
    margin: 0 auto;
    position: relative;
}
#contents-main .ct_inner{
    max-width: 1040px;
    width: 94%;
    margin: 0 auto; 
}
#contents-main .ct-box{
    margin: 100px auto 160px;
}
#contents-main .wrap-inner{
    width:  80%;
    margin:0 auto;
    max-width: 1040px;
}



/*本文*/

#contents-main p,
#contents-main ul,
#contents-main ol {
    font-size: 100%;
    line-height: 2;
    margin-bottom: 1em;
}
#contents-main p a{
    line-height: 2;
}
#contents-main .fs-small {
    font-size: 83%;
}

#contents-main .fs-note {
    font-size: 80%;
}
#contents-main ul {
    margin-left: 1em;
}
#contents-main ul.ml0{
    margin-left: 0;
}
#contents-main ul li{
    list-style: disc outside;
}
#contents-main ul.indent li{
    text-indent: -1em;
    padding-left: 1em;
}
#contents-main ul.alp-indent li{
    text-indent: -1.5em;
    padding-left: 1.5em;
}

#contents-main ul.s-none li{
    list-style: none;
}
#contents-main ol {
    margin-left: 2em;
}
#contents-main ol li{
    list-style: decimal outside;
}
.top-notitle{
    margin-top: 64px;
}

/*table*/
#contents-main table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
}
#contents-main table th,
#contents-main table td{
    padding: 1em 1em;
    vertical-align: top;
    line-height: 2;
    border: 1px solid #555;
}
#contents-main table th{
    background-color: #333;
    width: 20%;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


#inquiry_form_wrapper {
    margin: 2em 0;
}
.soy_inquiry_message {
    margin-bottom: 1em;
}
#contents-main .soy_inquiry_message td{
    text-align: center;
    border: none;
}

input[type="submit"]{
    padding: 10px 1em;
    background: #eee;
    border: 1px solid #aaa;
    color: #000;
}
#contents-main #inquiry_form th {
    text-align: left;
    padding: 1.5em 1em;
    /* white-space: nowrap; */
    vertical-align: middle;
    font-weight: 600;
    background: #f1eae0;
    border: 2px solid #f8f4ef;
    border-left: 0;
    border-right: 0;
}
#contents-main #inquiry_form tr:first-of-type th{
    border-top: 2px solid #f1eae0;
}
#contents-main #inquiry_form tr:last-of-type th{
    border-bottom: 2px solid #f1eae0;
}

#contents-main #inquiry_form td {
    padding: 1.5em 1em;
    margin-bottom: 2em;
    border: 2px solid #f1eae0;
    border-left: 0;
    border-right: 0;
}

#contents-main #inquiry_form td input,
#contents-main #inquiry_form td select{
    padding: 8px;
}
#contents-main #inquiry_form td input.name,
#contents-main #inquiry_form td input.mail,
#contents-main #inquiry_form td input.tel
{
    min-width: 20em;
}
#contents-main #inquiry_form td textarea{
    width: 100%;
    min-height: 8em;
}
.select {
	cursor:pointer;
}



/*footer*/
#footer {
    background-color: #7b171f;
    position: relative;
    padding: 80px 0 60px;
    color: #fff;
}
#footer .footer_inner {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
#footer .footer_ct{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#footer .ct-text{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	width: 40%;
}
#footer .ct-text .flex{
    width: 100%;
}
#footer .footer_nav {
	width: 60%;
}
#footer .footer_nav ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    line-height: 2;
    margin: 0 0 2em;
    font-size: 93.75%;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
#footer .footer_nav ul li{
	margin-left: 4%;
    color: #fff;
	/* letter-spacing: 0.1em; */
}
#footer .footer_inner h2{
    margin-right: 7%;
    margin-bottom: 10px;
    width: 30.625%;
}
#footer .footer_inner p{
	margin:0;
	font-size: 100%;
    color: #fff;
    font-size: 90%;
    line-height: 1.6;
}
#footer .footer_inner a{
	text-decoration: none;
    color: #fff;
}
#footer .footer_inner .site-link{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    column-gap: 8%;
    -webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
#footer .footer_inner .link-btn{
    color: #000;
    background: #fff;
    display: inline-block;
    padding: 13px 1em;
    min-width: 220px;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
#footer .footer_inner p.copyright{
	font-size: 14px;
	padding-bottom: 10px;
	text-align: right;
	color: #fff;
    opacity: 0.3;
    letter-spacing: 0.1em;
}


/*main*/
main{
    width: calc(100% - 166px);
}

/* トップページ--------------------------------　*/
.index #contents{
    margin-top: 0;
}
.index #contents-main {
    padding: 0 0;
}

/*トップビジュアル*/
#visual .visual-full {
    width: 100%;
}
#visual .visual-full div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width:100%;
    height: 100vh;
    margin: 0;
}
.visual-full div.bg01 {
    background-image: url(../img/top_visual_01.jpg);
}
.visual-full div.bg02 {
    background-image: url(../img/top_visual_02.jpg);
}
.visual-full div.bg03 {
    background-image: url(../img/top_visual_03.jpg);
}
.visual-full div.bg04 {
    background-image: url(../img/top_visual_04.jpg);
}
.visual-full div.bg05 {
    background-image: url(../img/top_visual_05.jpg);
}
.visual-full div.bg06 {
    background-image: url(../img/top_visual_06.jpg);
}
.visual-full .slick-dots {
    bottom: 2%;
    z-index: +1;
}
.visual-full .slick-dots li button:before {
    color: #fff;
}
.visual-full .slick-dots li.slick-active button:before{
    color: #fff;
}

/*初めに top-about*/
.top-about .ct-img{
    width: 38.5%;
    max-width: 400px;
}
.top-about .ct-text{
    width: 42.3%;
}
/*メニュー　top-menu*/
#contents-main .top-menu {
    margin-top: 0;
    position: relative;
}
#contents-main .top-menu .flex-drr {
    column-gap: 4.8%;
}
#contents-main .top-menu .ct-ttl {
    min-width: 88px;
}
#contents-main .ct-menu {
    width: calc(100% - 88px); 
    /* width: 86.73%;*/
    position: relative;
}
#contents-main .menu-img-list {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    margin: 0;
    column-gap: 5.5%;
}
#contents-main  .menu-img-list li{
    list-style: none;
    width: 47.25%;
    margin: 0 0 2em;
    max-width: 425px;
}
.menu-img-list li span{
    display: block;
    line-height: 1;
    text-align: center;
}
.menu-img-list li .menu-name{
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 125%;
    font-size:min(2vw,20px);
    font-weight: 700;
    margin: 20px 0 10px;
}
.menu-img-list li .menu-price{
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 100%;
}

/*News*/
#contents-main .news{
    padding: 80px 0;
    background-color: #fff;
}
#contents-main .news .ct_inner{
    max-width: 840px;
    margin: 0 auto;
    width: 80.77%;
    position: relative;
}

#contents-main .news .slide-img {
    text-align: center;
    position: relative;
}
/* #contents-main .news .no-img {
    border: 1px solid #fff;
} */
#contents-main .news .slide-img a{
    padding-top: 100%;
    height: 0;
    display: block;
    position: relative;
    overflow: hidden;
}
#contents-main .news .slide-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s all;
}
#contents-main .news .slide-img a:hover img{
    transform: scale(1.2);
}

#contents-main .news .slide-date{
    margin: 16px 0 4px;
    display: block;
    opacity: 0.8;
}
#contents-main .news .slide-title{
    font-size: 100%;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0;
}

#contents-main .news .swiper-button-next,
#contents-main .news .swiper-button-prev {
    color: #aaa;
}
#contents-main .news .ct-text{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#contents-main .news .btn{
    margin-left: -2.7em;
}

/*お席　top-seat*/
#contents-main .top-seat .ct-img {
    width: 53%;
}
#contents-main .top-seat .ct-text {
    width: 27.8%;
}
#contents-main .seat-slide {
    position: relative;
}
#contents-main .swiper-button-prev.swiper-button-disabled,
#contents-main .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
#contents-main .swiper-button-next{
    right: -25px;
    left: auto;
    top: 47%;
    background: #7b171f;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.3s ease opacity;
}
#contents-main .swiper-button-prev {
    left: -25px;
    right: auto;
    top: 47%;
    background: #7b171f;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.4s ease opacity;
}
#contents-main .swiper-button-prev:after,
#contents-main .swiper-button-next:after{
    color:#fff;
    font-size: 120%;
}
#contents-main .swiper-button-next:after{
    content: '→';
}
#contents-main .swiper-button-prev:after {
    content: '←';
}
#contents-main .swiper-pagination-bullet,
#contents-main .swiper-pagination-bullet-active {
    background-color: #fff;
}
#contents-main .top-seat .slide-text {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
}
#contents-main .swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 35px;
}
/*アクセス top-access*/
#contents-main .top-access {
    background-color: #fff;
    padding: 80px 0;
}
#contents-main .top-access .ct-img {
    width: 42.3%;
    max-width: 440px;
}
#contents-main .top-access .ct-text {
    width: 42.98%;
    max-width: 447px;
}
#contents-main .top-access dl {
    font-size: 100%;
    line-height: 2;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
#contents-main .top-access dt {
    white-space: nowrap;
}
#contents-main .note {
    margin-top: 1em;
    line-height: 1.6;
}
/*ご予約　top-reserve*/
.top-reserve{
    position: relative;
    padding: 160px 0;
}
.ct-reserve{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    column-gap:30px;
    margin-left: 4.8%;
}
.ct-reserve  .circle{
    width: 21vw;
    height: 21vw;
    max-height: 218px;
    max-width: 218px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    border: 1px solid #7b171f;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
.ct-reserve  .circle::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 90%;
    height:  90%;
    background-color: #F8F4EF;
    border: 1px solid #7b171f;
    border-radius: 50%;
    transition: 0.4s ease background-color;
}
.ct-reserve  .circle:hover::before{
    background-color: #7b171f;
}
.ct-reserve  .circle .circle-text{
    color: #7B171F;
    transition: 0.4s ease color;
    position: relative;
    line-height: 1.4;
    padding-bottom: 0.5em;
}
.ct-reserve  .circle:hover .circle-text{
    color: #fff;
}
.circle-ttl{
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 150%;
    font-size: min(2vw, 24px);
    font-weight: bold;
}
.circle-text .fs-small{
    font-size: 14px;
    font-weight: 700;
}




/*プライバシーポリシー*/
.dot-line {
    display: block;
    border-bottom: 2px dotted #FFA000;
    margin: 3em 0;
}
.pp{
    background-color: #fff;
    border-radius: 60px;
    padding: 40px;
    margin-top: 5em;
}
.pp-wrap{
    position: relative;
}
/* 内部ページ--------------------------------　*/
/*共通*/
#pagetitle .title_inner {
    width: 100%;
}
#pagetitle .title_inner .ttl-text{
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40.5vh;
}
#pagetitle .title_inner h2{
    text-align: center;
    margin: 36px 0;
}
#pagetitle .bg-img{
    padding: 0 0;
    position: relative;
    height: 59.5vh;
    background-color: #bbb;
    margin-left: 6.6666%;
}
#pagetitle .bg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* 新着情報--------------------------------　*/
.info #contents-main .post{
    max-width: 880px;
    margin: 0 auto;
}
#contents-main .post-list{
    margin-bottom: 3em;
}

#contents-main .title{
    position: relative;
    border-bottom: 1px solid #beb5b6;
}
#contents-main .title a{
    padding: 2em 1em;
    display: block;
    width: 100%;
    line-height: 1.5;
    background-color:transparent;
    color: #444;
}
#contents-main .title a:hover {
    color: #000;
}
#contents-main .post-list .article:hover {
    background-color: rgba(174,151,89,0.1);
    transition: 0.4s ease;
}
/* #contents-main .title a::after{
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #ddd;
    bottom: -1px;
    left: 0;
    display: inline-block;
    transition: 0.4s all;
} */
#contents-main .title a:hover::after{
    width: 100%;
}
#contents-main .title .title-date{
    margin-right: 2em;
    color: #888;
    padding-left: 1em;
}
#contents-main .pager .page-num{
    font-size: 10px;
}

/*記事毎*/
#contents-main .title .title-date_detail{
    font-size: 16px;
    display: block;
    text-align: left;
    color: #aaa;
    font-weight: 400;
    margin: 5px 0;
}
#contents-main .post.detail .title{
    text-align: left;
    padding-bottom: 16px;
    border-bottom: none;
}
.post.detail{
    line-height: 2;
}
#contents-main .post.detail img {
    max-width: 100%;
    height: auto;
    padding: 1em 10px;
}

#contents-main .blog-go-top{
    margin: 100px 0 0;
}
/* ページング */
#contents-main .post .pager {
	clear:both;
	text-align:center ;
	font-size:100%;
	line-height:2em;
	margin-top:40px;
}
#contents-main .post .pager span.pager_item a {
		margin: 0 2px;
		padding: 4px 6px;
		border: 1px solid #eee;
}
#contents-main .post .pager span.pager_item a.current_page_number {
    background-color: #fff;
    color: #000;
}



/*ローディング*/
.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(241, 215, 139, 1), rgba(255, 255, 255, 1));
    z-index: 500;
    top: 0;
    left: 0;
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.loader .loader_txt {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    display: none;
}




/* 店舗紹介--------------------------------*/
.first {
    overflow: hidden;
}
.first .ct-img .img01{
    margin-top: 1%;
    width: 33.36%;
}
.first .ct-img .img02{
    margin-top: 17%;
    width: 24.42%;
}
.first .ct-img .img03{
    margin-right: -16%;
    margin-top: -8%;
    width: 41.83%;
}
#contents-main .greetings {
    color: #000;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 3;
}

#contents-main .flex-half {
    margin-top: 4%;
}
#contents-main .flex-half > * {
    width: 48%;
}
#contents-main .about-access .ct-text {
    width: 52.9%;
    max-width: 550px;
}
.about-seat {
    padding: 100px 0 80px;
    position: relative;
}
.about-seat::before{
    content: "";
    display: inline-block;
    width: 34.9%;
    height: 36%;
    background: url(../img/about_seat_bg.png) no-repeat top right;
    background-size: contain;
    position: absolute;
    top: 60px;
    right: 6.66%;
}
.about-seat::after{
    content: "";
    display: inline-block;
    width: 34.9%;
    height: 36%;
    background: url(../img/about_seat_bg.png) no-repeat top right;
    background-size: contain;
    position: absolute;
    bottom: -56px;
    left: 20%;
    z-index: 1;
}

.about-seat .seat-slide{
    overflow: hidden;
    padding-bottom: 60px;
    margin-left: 6.6666%;
}
.about-seat .seat-slide .swiper{
    overflow: visible;
}
.seat-slide .swiper-slide {
    width: 390px;
}
#contents-main .about-seat .swiper-button-next{
    right: 40px;
    left: inherit;
    top: inherit;
    bottom: 0;
}
#contents-main .about-seat .swiper-button-prev {
    right: 110px;
    left: inherit;
    top: inherit;
    bottom: 0;
}
#contents-main .about-seat .slide-text {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
}



/* メニュー--------------------------------*/
.menu-display a{
    width: 25%;
    display: inline-block;
    padding: 0 1% 2%;
}

/* テイクアウト--------------------------------*/
.menuform{
	clear: both;
	overflow: hidden;
	position: relative;
}
.menuform h1{
	font-size: 250%;
	margin: 1em auto 0.9em;
	text-align: center;
    color: #6a0f16;
    font-weight: bold;
}

#contents-main .menuform p{
	text-align: left;
	line-height: 1.6;
	font-size: 100%;
}
#contents-main .menuform p.fs-small {
    font-size: 80%;
}
#contents-main .menuform table th{
	white-space: nowrap;
}
#contents-main .menuform table#inquiry_form td textarea {
	width: 100%;
}
#contents-main .menuform input,
#contents-main .menuform textarea, 
#contents-main .menuform select {
	font-size: 115%;
	margin: 0 0 0 10px;
}

#contents-main .menuform table#inquiry_form th{
	background: none;
	width:100%;
	font-size: 115%;
	display: block;
}
.takeout #contents-main .menuform table th{
	text-align: left;
}
.takeout #contents-main table.soy_inquiry_message td{
	font-size: 200%;
}

#contents-main .menuform table#inquiry_form td {
    text-align: right;
    display: block;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 100%;
}

#contents-main .menuform .attention{
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #7B171F;
    font-weight: 700;
    font-size: 180%;
    text-align: center;
}
#contents-main .menuform table td select{
	height: 1.6em;
	margin-right: 1.5em;
}
#contents-main .menu-all{
	padding-left: 0;
	margin-left: 0;
	margin-top: 50px;
	letter-spacing: -0.4em;
}
#contents-main .menu-all li{
	list-style: none;
    overflow: hidden;
    border-bottom: none;
    padding-top: 10px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    clear: none;
    letter-spacing: 0;
    margin-bottom: 2em;
}
#contents-main .menu-all .mtitle{
    font-size: 150%;
    padding: 5px;
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: center;
    line-height: 1.5;
    margin: 2em 0 1em;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    color: #7B171F;
    font-weight: 700;
}
#contents-main .menu-all .mtitle span {
    border-bottom: 1px solid #7B171F;
    display: inline-block;
    padding-bottom: 8px;
}
#contents-main .menu-all .cart-box{
    font-size: 80%;
	float: right;
	margin-top: 1em;
	margin-right: 5px;
}
#contents-main .menuform .price{
	font-weight: 700;
    text-align: right;
    margin-bottom: 0;
}
#contents-main .menuform h2{
    font-size: 80%;
    margin: 8px 0 5px;
	text-align: left;
	font-weight: 700;
}
#contents-main .menu-all li .menu-box{
    padding: 0 3%;
}

#contents-main .menuform .menu-box a{
	display: block;
	width: 100%;
    max-width: 250px;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
}
#contents-main .menuform .menu-box a img{
	width: 100%;
}
#contents-main .menuform .menu-box .noimg{

	width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    float: none;

}


@media screen and (min-width:800px) and ( max-width:1270px){
    .about-seat .seat-slide{
        margin-left: 2.5vw;
    }
}

/*800px以上1024px以下*/

@media screen and (min-width:800px) and ( max-width:1024px){
    #contents-main .news .swiper-button-prev,
    #contents-main .news .swiper-button-next {
        top: 40%;
    }
    #visual .visual-full div {
        width: 100%;
        height: 70vh;
    }
    .ct_bg {
    animation: none;
    }
    .ct_bg01 {
        width: 214px;
        height: 375px;
    }
    .ct_bg02 {
        width: 340px;
        height: 480px;
    }

    #footer p, #footer,
    #footer ul li {
        font-size: 80%;
        font-size:min(1.5vw,14px);
    }
    h2.font-js {
        font-size: 280%;
    }
    #contents-main .link-item .font-js {
        font-size: 240%;
    }
    #contents-main table th,
    #contents-main table td{
        padding: 1em 1em;
    }
    #contents-main table .organization-td01 {
        width: 20%;
        min-width: inherit;
    }
    .breadcrumb_inner a:nth-child(1):before {
        left: -40px;
    }
    .pagenavi_inner a:nth-child(1):before {
        left: -40px;
    }
    .header_inner .drawer-nav .drawer-dropdown ul li a::before {
        top: 0.1em;
    }
    /*top-reserve*/
    .ct-reserve {
        column-gap: 20px;
    }
    .ct-reserve .circle {
        height: 18vw;
        width: 18vw;
    }


}

/*800px以下*/

@media screen and (max-width: 800px) {
    body {
        font-size: 14px;
    }
    img{
        max-width: 100%;
    }

    .flex, .flex-jcc,.flex-jcsb, .flex-jcsa{
        display: block;
    }

    .flex.remain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
    .flex-jcc.remain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .flex-jcsb.remain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .flex-jcsa.remain{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .sp-only{
        display: block;
    }
    .pc-only{
        display: none;
    }
    .pc-only-ib{
        display: none;
    }
    .sp-only-ib{
        display: inline-block;
    }
    .sp-tal{
        text-align: left !important;
    }    
    .btn {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    #contents-main p {
        font-size: 14px;
    }
    header h1 {
        width: 90%;
    }
    h2{
        font-size: 130%;
    }
    h3{
        font-size: 120%;
        margin: 1em 0 1em;
    }
    h4{
        font-size: 105%;
    }
    h2.font-js {
        font-size: 220%;
    }
    .ct-link.btn a {
        margin: 0 10px;
    }
    #contents .ct-ttl {
        padding: 30px 16px;
        white-space: nowrap;
    }
    #contents .ct-ttl::before,
    #contents .ct-ttl::after {
        content: "";
        width: 60px;
        height: 30px;
    }
    #contents .ct-ttl.sp-pagetitle{
        margin: 3em auto 2em;
    }

    /*大枠*/
    #back {
        padding-right: 0;
    }
    #contents-main .wrap-inner {
        width: 100%;
    }
    #contents-main .inner{
        width: 90%;
    }    
    #contents-main .ct_inner {
        width: 90%;
    }
    /*背景*/
    .ct_bg {
        animation: none;
    }    
    .ct_bg01 {
        top: 29%;
        left: 3%;
        width: 27%;
        height: 100%;
        background-position: top left;
    }
    .ct_bg02 {
        bottom: 0;
        left: 2%;
        width: 43%;
        height: 100%;
        z-index: 1;
        background-position: bottom left;
    }
    .ct_bg03 {
        width: 30%;
        height: 100%;
        bottom: inherit;
        top: -80px;
    }

    main{
        width: 100%;
    }

    #contents {
        margin-top: 60px;
    }

    #contents-main {
        margin: 0 0 0;
        padding: 0 0 0;
    }
    .top-notitle{
        margin-top: 28px;
    }
    #contents-main .ct-box {
        margin: 50px auto 50px;
    }


    /*table*/
    #contents-main table {
        margin: 0 0 1em;
    }
    #contents-main table th,
    #contents-main table td{
        padding: 4px 8px;
        font-size: 90%;
    }
    #contents-main table.border-br th, #contents-main table.border-br td {
        padding: 4px 8px;
    }
    .sp-scroll{
        overflow: auto;
        position: relative;
        padding-top: 12px;
    }
    .sp-scroll::before{
        content: "scroll→";
        font-size: 12px;
        color: #666;
        width: 40px;
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        white-space: nowrap;
    }
    #contents-main .sosiki table tr{
        display: block;
        width: 100%;
    }
    #contents-main .sosiki table th{
        margin-top: 1em;
        display: block;
        width: 100%;
    }

    #contents-main .sp-scroll table tr{
        display: table-row;
    }
    #contents-main .sp-scroll table th,
    #contents-main .sp-scroll table td {
        display: table-cell;
        width: auto;
        white-space: nowrap;
        margin-top: 0;
    }
    #contents-main #inquiry_form th,
    #contents-main #inquiry_form td{
        display: block;
        width: 100%;
    }
    #contents-main #inquiry_form th {
        padding: 5px 1em;
        font-weight: 600;
        border-bottom: 0;
        border-top: 0;
    }
    #contents-main #inquiry_form td{
        padding: 1em;
        border: 0;
        margin-bottom: 1em;
    }

    #contents-main #inquiry_form td input,
    #contents-main #inquiry_form td select,
    #contents-main #inquiry_form td textarea {
        padding: 4px;
        width: 100%;
        font-size: 16px;
    }
    #contents-main #inquiry_form td input[type="radio"],
        #contents-main #inquiry_form td input[type="checkbox"]{
        width: auto;
    }
    #inquiry_form pre{
        white-space: normal;
        white-space: pre-line;
    }
    /*ヘッダー*/
    header.pc-sticky {
        position: fixed;
        width: 100%;
        height: 60px;
        background: #fff;
        z-index: 100;
    }
    .header_inner {
        height: 60px;
        padding: 8px 10px;
    }
    .header_inner h1.pc-logo{
        display: none;
    }
    .header_menu{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .header_inner .logo-box{
        width: calc(100% - 80px);
        margin-right: 4%;
    }
    .header_inner .logo-box img{
        max-height: 45px;
        margin: 0 1em 0 4px;
    }
    .header_inner .logo-box .logo-text{
        color: #7B171F;
        white-space: nowrap;
    }
    .header_inner .logo-box h1 a{
        display: flex;
        align-items: center;
    }

    .drawer--right .header_inner .drawer-hamburger {
        right: 0;
        top: 0;
        margin-top: 1px;
    }
    .drawer--right.drawer-open .header_inner .drawer-hamburger {
        right: 0;
    }
    .drawer--right.drawer-open .header_inner .drawer-nav {
        right: 0;
        background: #F8F4EF;
    }
    .drawer--right .header_inner .drawer-nav {
        width: 100%;
    }


    /*pagetop*/
    .header_inner .pagetop {
        position: fixed;
        bottom: 24px;
        right: 30px;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: none !important;
    }
    .header_inner .pagetop a {
        font-size: 10px;
        position: relative;
    }
    .header_inner .pagetop a::before {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #aaa;
        display: inline-block;
        position: absolute;
        top: 0;
        left: inherit;
        right: -8px;
    }
    .header_inner .pagetop a::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        width: 0;
        height: 0;
        border-left: 0.5em solid transparent;
        border-right: 0.5em solid transparent;
        border-bottom: 1em solid #aaa;
        position: absolute;
        top: -2px;
        left: inherit;
        right: -13px;
    }
    /*nav*/
    .header_inner .drawer-dropdown-menu {
        display: none;
    }
    .header_inner .drawer-menu {
        width: 100%;
        border-right: 0;
        padding: 0 2em;
    }
    .header_inner .drawer-menu.plusp {
        padding-bottom: 0;
    }

    .header_inner .drawer-nav ul li a.with-en {
        font-size: 20px;
    }
    .header_inner .drawer-nav ul li a .f-ja {
        font-size: 12px;
    }
    .header_inner .drawer-nav ul li a.with-en {
        font-size: 20px;
        position: relative;
    }


    .header_inner .drawer-nav ul li a {
        font-size: 16px;
        text-align: center;
        padding: 10px 1em;
    }
        /* .drawer--right.drawer-open .header_inner .drawer-nav,
        .drawer--right  .header_inner .drawer-hamburger,
        .drawer--right.drawer-open .header_inner .drawer-navbar .drawer-hamburger {
            right: 0;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        } */
    .header_inner .drawer-nav .nav-wrap {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .header_inner .drawer-nav .drawer-dropdown ul li a{
        padding-left: 1em;
    }
    .header_inner .drawer-nav .drawer-dropdown ul li a::before {
        display: none;
    }
    .header_inner .drawer-dropdown-menu {
        margin-left: 0;
    }
    .header_inner .drawer_logo {
        padding: 8px 1em;
        margin-bottom: 0;
    }
    .header_inner .drawer_logo a {
        width: 20%;
        margin: 0 auto;
    }
    .header_inner .nav-inner{
        padding-top: 2em;
    }
    .header_inner .sns.flex.remain {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }



/*アコーディオン*/
    /*下の階層を持っているulの指定*/
    .header_inner .drawer-nav li.has-child {
        position: relative;
    }
    .header_inner .drawer-nav li.has-child ul,
    .header_inner .drawer-nav li.has-child ul ul{
        position: relative;
        left:0;
        top:0;
        z-index: 4;
        width:100%;
        visibility:visible;/*JSで制御するため一旦表示*/
        opacity:1;/*JSで制御するため一旦表示*/
        display: none;/*JSのslidetoggleで表示させるため非表示に*/
        transition:none;/*JSで制御するためCSSのアニメーションを切る*/
    }

    /*ナビゲーションaタグの形状*/
    .header_inner .drawer-nav li.has-child ul li a{
        border-bottom:solid 1px rgba(255,255,255,0.2);
    }

    .header_inner .drawer-nav li.has-child ul li:last-child > a{
        border-bottom:none;
    }

    .header_inner .drawer-nav li.has-child ul li a:hover,
    .header_inner .drawer-nav li.has-child ul li a:active{
    background:rgba(255,255,255,0.1);
    }

    .header_inner .drawer-nav li.has-child ul ul li a:hover,
    .header_inner .drawer-nav li.has-child ul ul li a:active{
        background:rgba(255,255,255,0.1);
    }

    /* .header_inner .drawer-nav ul li {
        border-bottom:1px solid #666;
    } */
    .header_inner .drawer-nav ul .nav_sns a {
        border-bottom: 0;
    }

    /*矢印*/
    .header_inner .drawer-dropdown .drawer-caret {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 0;
    }
    .header_inner .drawer-dropdown .drawer-caret {
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }
    .header_inner .drawer-dropdown.active .drawer-caret {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }


    /*フッター*/

    #footer {
        margin-top: 0;
        padding: 3em 4% 1em;
    }
    #footer .footer_inner h2 {
        width: 30%;
        margin: 0 auto 30px;
        text-align: center;
    }
    #footer p span {
        display: inline-block;
    }
    #footer .footer_ct{
          display:block;
    }
    #footer .ct-text{
        display:block;
        width: 100%;
        margin-right: 0;
    }
    #footer .footer_inner a img {
        margin-right: 0;
    }
    #footer .footer_ct{
        text-align: center;
    }
    #footer .footer_nav {
        width: 100%;
        margin-top: 1em;
    }
    #footer .footer_nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
    #footer .footer_nav ul li {
        margin-left: 0;
        margin-right: 3%;
        letter-spacing: 0;
    }
    #footer .footer_nav li a{
        font-size: 12px;
    }
    #footer #footer_inner p.copyright {
        font-size: 10px;
        padding-bottom: 10px;
        text-align: center;
        margin-top: 1em;
    }
    #footer .footer_inner .sns {
        margin: 1em 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;    
    }
    #footer .footer_inner p.copyright {
        text-align: center;
        margin-top: 0;
        font-size: 12px;
        padding-bottom: 0;
    }
    #footer .footer_inner .site-link {
        justify-content: center;
        margin-bottom: 1em;
    }
    #footer .footer_inner .link-btn {
        padding: 10px 1em;
        min-width: inherit;
        width: 46%;
        font-size: 11px;
        font-weight: 700;
    }
    

    /*ビジュアル*/
    #visual .visual_inner{
        position: relative;
        padding: 0;
    }
    #visual .logo{
        display: none;
    }
    #visual .visual-full div {
        width: 100%;
        height: 40vh;
        min-height: 240px;
    }
    #visual .visual_inner img{
        max-width: 100%;
    }

    /*ページビジュアル*/
    #pagetitle {
        margin-bottom: 2em;
    }
    #pagetitle .title_inner {
        width: 100%;
        margin: 0 0 0 0;
    }
    #pagetitle .title_inner h2 {
        margin: 0 0;
        font-size: 150%;
    }
    #pagetitle .title_inner .ttl-text {
        height: 45vh;
    }
    #pagetitle .bg-img {
        height: 35vh;
    }

        
    /*　トップページ-------------------------*/
    .index #contents{
        margin-top: 60px;
    }

    /*初めに*/
    #contents-main .top-about .ct-ttl {
        position: absolute;
        top: 0;
    }
    .top-about .ct-img {
        width: 95%;
        max-width: 400px;
        padding-left: 60px;
        margin: 0 0 5% 5%;
    }
    .top-about .ct-text {
        width: 95%;
        margin: 5% 0 5% 5%;
        padding-left: 60px;
    }
    /*メニュー*/
    
    #contents-main .ct-menu {
        width: 100%;
    }
    #contents-main .top-menu .ct-ttl {
        position: absolute;
        right: 0;
        min-width: inherit;
    }
    #contents-main .menu-img-list li {
        list-style: none;
        width: 76%;
    }
    #contents-main .menu-img-list li:nth-child(2n) {
        margin-left: auto;
    }
    .menu-img-list li .menu-name {
        font-size: 14px;
        line-height: 1.3;
        margin: 10px 0 4px;
        font-weight: 600;
    }
    .menu-img-list li .menu-price {
        font-size: 10px;
    }

    /*お知らせ*/
    #contents-main .news {
        padding: 50px 0;
    }
    #contents-main .news .ct_inner {
        width: 70%;
    }
    #contents-main .news .slide-text{
        width: 80%;
        margin: 0 auto;
    }
    #contents-main .news .slide-title {
        margin-bottom: 0;
    }
    #contents-main .news .slide-img {
        width: 80%;
        margin: 0 auto;
    }
    #contents-main .news .swiper-button-next,
    #contents-main .news .swiper-button-prev {
        /* transform: scale(0.7); */
        top: 40%;
    }
    #contents-main .news .slide-date {
        margin: 10px 0 2px;
    }
    #contents-main .news .ct-text{
        width: 30%;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #contents-main .news .ct-ttl {
        margin: 0 auto;
    }
    #contents-main .news .ct-text .btn {
        text-align: left;
    }
    #contents-main .swiper-button-prev {
        left: 0;
        top: 47%;
        width: 40px;
        height: 40px;
    }
    #contents-main .swiper-button-next {
        right: 0;
        top: 47%;
        width: 40px;
        height: 40px;
    }
    /*お席*/
    #contents-main .top-seat .ct-ttl {
        position: absolute;
        top: 0;
        left: 0;
    }
    #contents-main .top-seat .ct-text {
        width: 95%;
        padding-left: 60px;
        margin: 0 0 5% 5%;
    }
    #contents-main .top-seat .ct-img {
        width: 95%;
        margin: 0 auto;
    }
    #contents-main .top-seat .swiper-button-next {
        right: -20px;
    }
    #contents-main .top-seat .swiper-button-prev {
        left: -20px;
    }

    /*アクセス*/
    #contents-main .top-access {
        padding: 40px 0;
    }
    #contents-main .top-access .ct-ttl {
        position: absolute;
        top: 0;
        left: 0;
    }
    #contents-main .top-access .ct-text {
        width: 95%;
        padding-left: 60px;
        margin: 0 0 5% 5%;
        max-width: inherit;
    }
    #contents-main .top-access .ct-img {
        width: 95%;
        padding-left: 60px;
        margin: 5% 0 5% 5%;
    }

    /*ご予約*/
    .top-reserve {
        position: relative;
        padding: 50px 0;
    }
    #contents-main .top-reserve .ct-ttl {
        margin: 0 auto 20px;
    }
    .ct-reserve {
        column-gap: 10px;
        margin-left: 0;
    }
    .ct-reserve .circle {
        height: 29vw;
        width: 30vw;
    }
    .circle-ttl {
        font-size: 12px;
    }
    #contents-main #inquiry_form tr:first-of-type th{
        border-top: none;
    }
    #contents-main #inquiry_form tr:last-of-type th{
        border-bottom: none;
    }
    #contents-main #inquiry_form .cl-tel td input{
        width: 30%;
        display: inline-block;
        max-width: 5em;
    }
    #contents-main #inquiry_form td select.w-auto{
        width: auto;
    }
    
    



    /* ご予約--------------------------------　*/
    .pp {
        border-radius: 30px;
        padding: 20px;
    }

    /*店舗紹介*/
    .first .ct-text{
        padding: 0 4%;
    }
    #contents-main .greetings {
        line-height: 2.3;
        letter-spacing: 0;
    }
    .about-seat {
        padding: 50px 0 50px;
        position: relative;
    }
    .seat-slide .swiper-slide{
        width: calc(100% - 32px);
    }
    .about-seat .seat-slide {
        padding-bottom: 48px;
        margin-left: 16px;
    }
    #contents-main .about-seat .swiper-button-next{
        right: 20px;
        left: inherit;
    }
    #contents-main .about-seat .swiper-button-prev {
        right: 70px;
        left: inherit;
    }
    .about-seat::before {
        width: 50%;
        height: 36%;
        top: 20px;
        right: 2%;
    }
    .about-seat::after {
        width: 50%;
        height: 36%;
        bottom: -76px;
        left: 10%;
        z-index: 1;
    }
    .about-seat .ct-text.flex h2{
        width: 100%;
        text-align: center;
        margin-bottom: 2em;
    } 
    .about-seat .ct-text.flex p{
        width: 100%;
    } 
    #contents-main .flex-half {
        margin-top: 0;
    }
    #contents-main .flex-half > * {
        width: 100%;
        margin-top: 4%;
    }
    #contents-main .about-access .ct-text {
        padding-left: 0;
        margin: 5% 0;
        width: 100%;
    }
    #contents-main .about-access .ct-img {
        padding-left: 0;
        margin: 5% 0;
        width: 100%;
    }

    /* メニュー--------------------------------*/
    .menu-display {
        text-align: center;    
    }
    .menu-display a{
        width: 85%;
        padding: 0 0 2em;
    }
    #contents-main .menuform table#inquiry_form th{
        font-size: 130%;
    }
    #contents-main .menuform input,
    #contents-main .menuform textarea, 
    #contents-main .menuform select {
        font-size: 100%;
        margin: 0 0 0 10px;
        padding: 2px 5px;
        background-color: #fff;
        border: 1px solid #aaa;
        color: #000;
    }
    #contents-main .menuform p {
        font-size: 85%;
    }
    #contents-main .menuform p.fs-small {
        margin-bottom: 5px;
    }
    
    #contents-main .menuform table#inquiry_form td{
        font-size: 110%;
    }
    
        /* テイクアウトメニュー--------------------------------*/
    
    .takeout .back { 
        padding-top: 2px;
    }

    .takeout #swipebox-close{
        width: 50px;
        height: 50px;
        background-position: left top;
        background-size: cover;
        top: 0;
        left: 8px;
        right: inherit;
    }
    #contents-main .menuform .attention{
        font-size: 130%;
    }
    #contents-main .menu-all .mtitle {
        font-size: 120%;
        border: none;
    }
    #contents-main .menu-all {
        padding-left: 0;
        margin-left: 0;
        margin-top: 60px;
    }
    #contents-main .menu-all li{
        list-style: none;
        clear: both;
        overflow: hidden;
        border-bottom: 1px solid #aaa;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        margin-bottom: 0;
    }
    #contents-main .menuform h3{
        text-align: left;
        font-size: 100%;
        clear: none;
        margin: 0 0 5px;
        padding-left: 33%;
    }
    #contents-main .menu-all li .menu-box {
        padding: 0;
    }
    #contents-main .menuform .menu-box a{
        width: 30%;
        max-width: 250px;
        display: block;
        float: left;
        margin-right: 3%;
    }
    #contents-main .menuform .menu-box .noimg {
        width: 30%;
        margin-right: 2%;
        max-width: 250px;
        float: left;
    }
    #contents-main .menu-all .cart-box{
        font-size: 100%;
        float: right;
        margin: 5px 0 0;
        width: 67%;
        text-align: right;
        white-space: nowrap;
    }
    #contents-main .menu-all .cart-box form{
        margin-bottom: 0;
    }
    #contents-main .menu-all {
        margin-top: 30px;
    }
    





    /* 新着情報--------------------------------　*/

    .info #contents-main {
        margin: 1em 0 50px;
    }
    #contents-main .title .title-date {
        margin-right: 0;
        display: inline-block;
        padding: 1em 0 5px 1em;
    }
    #contents-main .title a {
        padding: 0 1em 1em;
    }
    /*記事毎*/
    #contents-main .post.detail .title {
        padding-bottom: 10px;
    }
    #contents-main .title .title-date_detail {
        font-size: 12px;
    }
    #contents-main .blog-go-top {
        margin: 40px 0 0;
    }
    /*ページャー*/
    #contents-main .post .pager {
        font-size:80%;
    }
    #contents-main .post .pager span.pager_item a {
            margin: 0 1px;
    }


}
