@charset "UTF-8";

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
 
html {
  height: -webkit-fill-available;
}

.n-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.mincho-txt {
  font-family: "Shippori Mincho", serif;
}

.scroll-prevent{
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PC
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (min-width: 768px) {

	/* ------------------------------
　display
------------------------------ */
	.sp {
		display: none;
	}

	.skiptranslate {
		float: right;
	}

	/* ------------------------------
　header
------------------------------ */
	header {
		display: flex;
		box-sizing: border-box;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 15px 80px 15px 30px;
	}

	header .logo {
		text-align: center;
	}

	header .logo img {
		width: 60%;
    height: auto;
	}

	header ul,
	footer ul {
		display: flex;
		justify-content: center;
	}

	header ul li {
		font-size: 16px;
		margin-left: 40px;
	}

	header ul li a:hover {
		color: #8d8266;
	}

	header ul li img,
	footer ul li img {
		width: auto;
		height: 14px;
	}

	footer ul {
		justify-content: center;
		margin-bottom: 35px;
	}

	header p.reserve {
		position: fixed;
		right: 20px;
		top: 20px;
		z-index: 9999;
	}

	header p img {
		width: 100px;
		height: auto;
	}

	header ul.sns {
		display: block;
		font-size: 20px;
		position: fixed;
		line-height: 1;
		right: 25px;
		top: 220px;
	}

	header ul.sns li {
		text-align: center;
		margin-bottom: 15px;
	}

	header p.tel {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		line-height: 1;
		position: fixed;
		font-size: 16px;
		left: 27px;
		top: 220px;
		z-index: 9999;
	}

	header p.tel i {
		color: #fff;
		margin-bottom: 5px;
	}

	header p.map {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		line-height: 1;
		position: fixed;
		font-size: 16px;
		left: 27px;
		top: 430px;
		z-index: 9999;
	}

	header p.map i {
		color: #fff;
		margin-bottom: 5px;
	}


	/* Preloadinf Screen*/
	.altern {
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}

	#loading {
		background-color: #000;
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 99991;
		margin-top: 0px;
		top: 0px;

	}

	#loading-center {
		width: 100%;
		height: 100%;
		position: relative;
		display: none;
	}

	#loading-center-absolute {
		height: 100%;
		background: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/logo.png) no-repeat center center;

	}

	/* ------------------------------
　index
------------------------------ */
	#main {
		position: relative;
		overflow: hidden;
		height: 720px;
		margin: 0 70px;
	}

	#main:after {
		position: absolute;
		content: '';
		width: 100%;
		height: 70px;
		top: 0;
		z-index: 90;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
		background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
		/* IE6-9 */

	}

	#main:before {
		content: '';
		display: block;
		background-color: rgba(0, 0, 0, .5);
		width: 100%;
		height: 720px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	#main p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	#main h2 {
		text-align: center;
		padding-top: 240px;
	}


	#main img {
		width: 530px;
		height: auto;
	}



	#main .fade {
		position: relative;
		z-index: 3;
	}

	.topics h2,
	.special h2,
	.menu h2,
	.scene h2 {
		text-align: center;
		font-size: 46px;
		font-family: 'Cormorant Garamond', serif;
		letter-spacing: 2px;
		font-weight: 300;
	}

	h2 .h2_jp {
		padding-bottom: 10px;
		position: relative;
		font-size: 16px;
	}

	h2 .h2_jp:before {
		position: absolute;
		content: '';
		display: block;
		width: 45px;
		height: 1px;
		background-color: #8d8266;
		bottom: 0;
		left: calc(50% - 22px);
	}

	.topics {
		background: #161616;
		padding: 100px 0;
	}

	.topics h2 {
		margin-bottom: 50px
	}

	.topics ul.list {
		width: 980px;
		margin: 0 auto 30px auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.topics ul.list li {
		width: 300px;
		height: 240px;
		margin-bottom: 40px;
		position: relative;
		overflow: hidden;
		margin: 0;
	}

	.topics img {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		transition-duration: 0.5s;
	}

	.topics ul.list li span {
		padding: 10px;
		line-height: 1;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		background: #846845;
		font-weight: 900;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		z-index: 9999;
	}

	.topics ul.list li:hover img {
		transform: scale(1.1);
		transition-duration: 0.5s;
	}


	.more_btn {
		border-bottom: 1px solid #8d8266;
		display: block;
		padding: 20px;
		text-align: center;
		color: #8d8266;

	}

	.in_ttl {
		/* padding-left: 50px; */
		text-align: left !important;
	}

	.txt p {
		line-height: 3;
		margin-top: 50px
	}

	.btn {
		width: 220px;
		margin: 0 auto;
	}

	.footer .btn {
		width: 240px;
		margin: 0 auto;
	}

	.topics ul.sns {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		font-size: 28px;
	}

	.topics ul.sns li {
		margin: 0 10px;
	}

	.special {
		margin: 0 70px;
		display: flex;
		background: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/special_bg.png)no-repeat;
	}


	.special .txt {
		background-size: cover;
		padding: 160px 0;
		width: 40%;
		margin: 0 0 0 auto;
	}

	.special p {
		margin-bottom: 30px;
		padding: 0;
		color: fff#000;
		line-height: 3;
	}

	.special_text {
		margin-top: 60px;
		text-align: center;
		font-size: 20px;

	}


	.menu {
		position: relative;
		padding: 120px 100px;
		display: flex;
		align-items: center;
		background: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/wall.png)no-repeat;
		background-size: cover;
	}

	.wp_box.pc._drink {
		width: 35%;
		position: absolute;
		right: 5%;
		top: -100px;
		z-index: 10;
	}

	.menu .txt {
		width: 35%;
	}

	.menu figure {
		width: 65%;
	}

	.menu figure img {
		width: 100%;
		height: auto;
	}

	.food {
		position: relative;
		padding: 180px;
		display: flex;
		align-items: center;
		background: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/wall.png)no-repeat;
		background-size: cover;
	}

	.food .txt {
		width: 35%;
		margin: 0 0 0 auto;
	}

	.wp_box.pc._food {
		width: 50%;
		position: absolute;
		left: 0%;
		top: -20px;
	}

	.scene {
		padding: 120px 100px;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;

		background: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/scene_bg.png)no-repeat;
	}

	.scene .txt {
		width: 35%;
		padding-left: 40px;
	}

	.scene figure {
		width: 65%;
	}

	.scene figure img {
		width: 100%;
		height: auto;
	}


	/* ------------------------------
　second
------------------------------ */
	.kv_second {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/wall.jpg) ;
		background-size: cover;
		position: relative;
		margin: 0 70px;
		background-position: center;
	}

	.kv_second3 {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/wall.jpg) ;
		background-size: cover;
		position: relative;
		margin: 0 70px;
		background-position: center;

	}

	.kv_second div,
	.kv_second3 div {
		background: rgba(0, 0, 0, 0.3);

	}


	.kv_second2 h2 {
		text-align: center;
		line-height: 1;
		padding: 60px 0 10px 0;
		font-size: 32px;
		font-weight: 300;
	}

	.kv_second h2,
	.kv_second3 h2 {
		text-align: center;
		line-height: 1;
		padding: 60px 0;
		font-size: 32px;
		font-weight: 300;
	}

	.drink_en {
		margin: 15px 0;
		padding: 6px 8px;
		border: 1px solid #8d8266;
		font-weight: bold;
		font-size: 15px;
	}

	.second {
		width: 80%;
		margin: 80px auto;
	}

	/*----------------------------
 menu
 ----------------------------*/
	.menu .wp_box {
		display: flex;
		flex-direction: column;
		width: 65%;
	}

	.menu .wp_inner div {
		height: auto;
		width: 100%;
		margin: 5px;
		overflow: hidden;
	}

	.wp_inner {
		display: flex;
		width: 100%;
	}

	img.sp_box {
		width: 100%;
		margin-top: 30%;
	}

	/* ------------------------------
　rstdtl-menu-lst
------------------------------ */
	.pttl {
		padding: 60px;
		text-align: center;
	}

	.pttl img {
		height: 36px;
		width: auto;
	}

	.rstdtl-menu-lst {
		width: 80%;
		margin: 80px auto;
	}

	/* ------------------------------
　special
------------------------------ */
	.special2 {}

	.special2 .inner1 {
		display: flex;
		justify-content: space-between;
	}

	.special2 .inner2 {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		margin: 70px 0;
	}

	.special2 figure {
		width: 590px;
	}

	.special2 img {
		width: 100%;
		height: auto;
	}

	.special2 .inner1 div,
	.special2 .inner2 div {
		width: 340px;
	}

	.special2 h3 {
		font-size: 24px;
		margin-bottom: 20px;
		width: 60%;
	}

	.special2 p {
		line-height: 2.0;
	}

	/* ------------------------------
　scene
------------------------------ */
	.scene2 {
		color: #000000;
		text-shadow: none;
	}

	.scene2 .inner {
		width: 80%;
		margin: 0 auto 60px;
		padding: 60px;
		background: #111;
		color: #fff;
		text-align: center;
	}

	.scfor {
		margin-top: 40px;
		margin-bottom: 20px
	}

	.scfor .slick-slide {
		width: 500px
	}

	.scfor > div img {
		width: 100%;
	}

	.scnav .slick-slide {
		width: 120px !important;
		margin: 0 1px;
	}

	.scnav .slick-track {
		width: 380px !important;
	}

	.scnav > div img {
		width: 100%;
	}

	.scene2 .inner1 div.inner-box {
		width: 310px;
		padding-top: 80px;
		padding-right: 30px;
	}

	.scene2 .inner2 div.inner-box {
		width: 310px;
		padding-top: 80px;
		padding-left: 30px;
	}

	.scene2 h3 {
		font-size: 20px;
		padding-bottom: 15px ;
		line-height: 1.5;
		margin-bottom: 20px;
		position: relative;
	}

	.scene2 h3:before {
		position: absolute;
		content: '';
		display: block;
		width: 45px;
		height: 1px;
		background-color: #8d8266;
		bottom: 0;
		left: calc(50% - 22px);
	}

	.scene2 h3.recruit {
		color: #fff;
		text-align: center;
	}

	.scene2 p {
		line-height: 2.0;
	}

	.scene2 .bg1 {
		background: #eee;
		width: 800px !important;
		margin-left: 180px;
		height: 400px !important;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: -1;
	}

	.scene2 .bg2 {
		background: #eee;
		width: 800px !important;
		margin-right: 180px;
		height: 400px !important;
		position: absolute;
		left: 0;
		top: 50px;
		z-index: -1;
	}



	/* ------------------------------
　access
------------------------------ */
	dl.shop-info dt {
		clear: both;
		float: left;
		font-weight: bold;
		padding: 12px 0 12px 1.2%;
		width: 23.8%;
		white-space: nowrap;
	}

	dl.shop-info dd {
		padding: 12px 0 12px 27%;
	}

	/* ------------------------------
　menu
------------------------------ */
	/*
    ul.lcmenu {
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }

    ul.lcmenu li {
        font-size: 17px;
        padding: 0 20px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 5px;
        vertical-align: 2px;
    }

    dl.menu-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    dl.menu-list dt {
        font-weight: bold;
        padding: 11px 0 10px 1.5%;
        width: 73.5%;
    }

    dl.menu-list dt span {
        display: block;
        font-size: 11px;
        line-height: 1.6;
        margin-top: 4px;
        opacity: 0.5;
    }

    dl.menu-list dd {
        padding: 10px 1%;
        text-align: right;
        width: 23%;
    }

    dl.menu-list dd span:nth-child(1) {
        font-size: 16px;
        font-weight: 900;
    }

    dl.menu-list dd span:nth-child(2) {
        font-size: 10px;
        margin-left: 2px;
        vertical-align: 1px;
    }*/

	/* ------------------------------
　menu new
------------------------------ */
	ul.lcmenu {
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
		margin-top: 40px;
	}

	ul.lcmenu li {
		font-size: 24px;
		font-weight: 300;
		padding: 0 20px;
	}

	ul.lcmenu li i {
		font-size: 12px;
		margin-right: 5px;
		vertical-align: 2px;
	}

	.rstdtl-menu-lst__heading {
		margin-top: 20px;
		font-size: 1.0rem
	}

	.rstdtl-menu-lst__contents {
		display: table;
		padding: 0 10px;
		border-bottom: 1px dotted #d2d2d2;
		width: 100%;
		box-sizing: border-box
	}

	.rstdtl-menu-lst__contents:last-of-type {
		border-bottom: none
	}


	.rstdtl-menu-lst__info {
		display: table-cell;
		padding: 10px 0;
		vertical-align: top
	}

	.rstdtl-menu-lst__info-inner {
		display: table;
		width: 100%
	}

	.rstdtl-menu-lst__menu-title {
		display: table-cell;
		font-weight: bold;
		font-size: 1.0rem
	}

	.rstdtl-menu-lst__price {
		display: table-cell;
		font-weight: bold;
		text-align: right;
		width: 7rem;
		font-size: 1.0rem
	}


	.rstdtl-menu-lst__desc {
		font-size: 15px;
		padding-bottom: 10px;
	}

	.rstdtl-menu-lst__desc p {
		font-size: 20px;
		padding: 12px 10px;
		line-height: 1.6;
		background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
	}

	.rstdtl-menu-lst__img {
		display: table-cell;
		padding: 20px 15px 20px 0;
		width: 120px;
		text-align: center
	}

	.rstdtl-menu-lst__ex_img_des{
		margin-top: -15px;
		margin-bottom: 20px;
		font-size: 10px;
	}
	.rstdtl-menu-lst__ex_des{
		font-size: 10px;
	}


	/* ------------------------------
　course menu pc
------------------------------ */

	.course-list {
		margin: 20px 0 30px
	}

	.course-list__heading {
		display: block;
		position: relative
	}

	.course-list__hotpepper-logo {
		display: block;
		position: absolute;
		top: 3.2rem;
		right: 0.5rem
	}

	.course-list__heading-tax {
		position: absolute;
		right: 0;
		color: #949499;
		top: 2.8rem;
		font-size: 1.1rem;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}

	.course-list__items {
		margin: auto;
		width: 80%;
	}

	.course-list__tax-notice {
		margin-top: 5px;
		color: #949499;
		font-size: 1rem
	}

	.course-seatonly {
		padding: 12px 15px;
		background-color: #faf8f5;
		margin-bottom: 1.5rem;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-moz-align-items: center;
		align-items: center
	}

	.course-seatonly__title {
		color: #13131e;
		font-weight: bold;
		font-size: 1.4rem
	}

	.course-seatonly__btn {
		width: 10rem
	}




	.rstdtl-course-list {
		display: table;
		position: relative;
		z-index: 1;
		border-top: 1px solid #e0dccc;
		border-bottom: 1px solid #e0dccc;
		width: 100%
	}

	.rstdtl-course-list + .rstdtl-course-list {
		border-top: none
	}

	.rstdtl-course-list__target {
		color: inherit;
		z-index: 1
	}

	.rstdtl-course-list__target:hover {
		color: inherit;
		text-decoration: none
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
		cursor: default
	}

	.rstdtl-course-list__data {
		display: table-cell;
		position: relative;
		padding: 20px 0;
		width: 100%;
		word-break: break-all;
		vertical-align: top
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
		padding-top: 6.5rem
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
		padding-top: 6.5rem
	}

	.rstdtl-course-list__data-header {
		display: table;
		width: 100%
	}

	.rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
		min-height: 72px
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
		padding-top: 6.5rem
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
		padding-top: 6.5rem
	}

	.rstdtl-course-list__data-header {
		display: table;
		width: 100%
	}

	.rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
		min-height: 72px
	}

	.rstdtl-course-list__course-title {
		display: table-cell;
		word-break: break-all
	}

	.rstdtl-course-list__course-title-text {
		margin-bottom: 0.2rem;
		color: #000;
		font-weight: bold;
		line-height: 1.6;
		font-size: 1.0rem
	}

	.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
		color: #ff9600;
		text-decoration: underline
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
		color: #13131e
	}

	.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
		border: 1px solid #e0dccc;
		box-sizing: border-box;
		color: #463f2d;
		background-color: #fff;
		margin-left: 0.5rem;
		padding: 0.1rem 0.3rem;
		font-size: 0.9rem
	}

	.rstdtl-course-list__price-wrap {
		display: table-cell;
		white-space: nowrap;
		vertical-align: top;
		padding-right: 0.8rem;
		width: 100%;
		display: inline-block;
	}

	.rstdtl-course-list__price-discount {
		display: inline-block
	}

	.rstdtl-course-list__price-before {
		color: #13131e;
		text-align: left;
		margin-right: 0.5rem;
		margin-bottom: -0.2rem;
		font-size: 1.1rem
	}

	.rstdtl-course-list__price-hotpepper-discount {
		display: inline-block;
		position: relative;
		margin-bottom: 7px;
		border: solid 1px #d2d2d2;
		border-radius: 2px;
		color: #949499;
		font-weight: bold;
		line-height: 1;
		background-color: #fff;
		padding: 0.4rem 0.5rem 0.3rem;
		font-size: 1rem
	}

	.rstdtl-course-list__price-hotpepper-discount::before,
	.rstdtl-course-list__price-hotpepper-discount::after {
		display: block;
		position: absolute;
		border: solid transparent;
		width: 0;
		height: 0;
		content: ''
	}

	.rstdtl-course-list__price-hotpepper-discount::before {
		bottom: -7px;
		border-width: 6px 6px 0;
		border-top-color: #d2d2d2;
		right: 3rem
	}

	.rstdtl-course-list__price-hotpepper-discount::after {
		bottom: -5px;
		border-width: 5px 5px 0;
		border-top-color: #fff;
		right: 3.1rem
	}

	.rstdtl-course-list__price-num {
		color: #000;
		font-weight: bold;
		font-size: 1rem
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
		display: block
	}

	.rstdtl-course-list__price-num > em {
		margin-right: 2px;
		font-family: Arial, sans-serif;
		font-size: 1.2rem
	}

	.rstdtl-course-list__price-num-tax {
		font-weight: normal;
		font-size: 0.6rem
	}

	.rstdtl-course-list__data-body {
		display: block;
		width: 100%;
		line-height: 1;
		padding-top: 0.5rem
	}

	.rstdtl-course-list__data-body:before,
	.rstdtl-course-list__data-body:after {
		display: block;
		overflow: hidden;
		content: ""
	}

	.rstdtl-course-list__data-body:after {
		clear: both
	}

	.rstdtl-course-list__img {
		display: table-cell;
		padding: 20px 15px 20px 0;
		width: 280px;
	}

	.rstdtl-course-list__img img {
		display: block;
		width: 100%;
		height: 190px;
		object-fit: cover;
		object-position: center;
	}

	.rstdtl-course-list__img .rstdtl-course-list__target:hover {
		opacity: 0.8
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
		opacity: 1
	}

	.rstdtl-course-list__img .rstdtl-course-list__target:hover {
		opacity: 0.8
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
		opacity: 1
	}

	.rstdtl-course-list__subinfo {
		display: table;
		position: relative;
		float: left;
		padding-top: 0.5rem
	}


	.rstdtl-course-list__desc {
		color: #797152;
		line-height: 1.6;
		font-size: 0.9rem;
	}

	.rstdtl-course-list__data-footer {
		float: right
	}

	.rstdtl-course-list__label {
		margin-left: 5px
	}

	.rstdtl-course-list__label.rstdtl-course-list__label {
		background-color: #ffd700;
		padding: 0.2rem 0.4rem;
		line-height: 1.1rem;
		font-size: 1rem
	}

	.rstdtl-course-list__hotpepper-target::before {
		color: #999
	}

	.rstdtl-course-list__course-rule {
		display: table-cell;
		white-space: nowrap;
		vertical-align: bottom;
		padding: 0 0 0.3rem 1rem
	}

	.rstdtl-course-list__course-rule > dt,
	.rstdtl-course-list__course-rule > dd {
		display: inline-block
	}

	.rstdtl-course-list__course-rule > dd {
		margin-right: 0.5rem
	}

	.rstdtl-course-list__course-rule-title::before {
		display: inline-block;
		color: #bcb08a;
		vertical-align: -0.1rem
	}

	.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
		font-family: "Tabelog Glyph";
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		text-transform: none;
		speak: none;
		content: "\f663"
	}

	.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
		font-family: "Tabelog Glyph";
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		text-transform: none;
		speak: none;
		content: "\f677"
	}

	.rstdtl-course-list__course-rule-title > i {
		display: none
	}

	.rstdtl-course-list__action-btn {
		display: table-cell;
		width: 100px;
		text-align: right;
		vertical-align: top;
		padding-left: 1.5rem;
		color: #fff;
	}



	.rstdtl-course-list__action-btn-target {
		display: block;
		float: right;
		clear: right;
		cursor: pointer;
		white-space: nowrap;
		vertical-align: middle;
		width: 10rem;
		color: #fff;
	}

	.rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
		margin-top: 0.6rem
	}

	.rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
		margin-top: 0.6rem
	}

	.rstdtl-course-list__coupon {
		display: inline-block;
		float: right;
		margin-top: 0.5rem
	}

	.rstdtl-course-list__coupon-btn {
		float: right
	}

	.rstdtl-course-list__coupon-contents {
		width: auto;
		text-align: left;
		padding-top: 0.7rem
	}

	.rstdtl-course-rdimg {
		position: absolute;
		bottom: 0;
		left: 0
	}

	.rstdtl-course-list__tieup-mc {
		display: table-row;
		position: absolute;
		left: 0;
		z-index: 5;
		border-radius: 6px;
		vertical-align: middle;
		background-color: #221815;
		top: 1.5rem
	}

	.rstdtl-course-list__tieup-mc:hover {
		opacity: 0.8
	}

	.rstdtl-course-list__tieup-mc-target {
		display: block;
		box-sizing: border-box;
		padding: 0.6rem 1.2rem 0.6rem 1.5rem
	}

	.rstdtl-course-list__tieup-mc-target::after {
		color: #fff;
		vertical-align: middle
	}

	.rstdtl-course-list__tieup-mc-target:hover {
		text-decoration: none
	}

	.rstdtl-course-list__tieup-mc-logo {
		display: inline-block;
		width: 123px;
		height: 22px;
		background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
		background-size: 123px 22px;
		vertical-align: bottom
	}

	.rstdtl-course-list__tieup-mc-logo > i {
		display: none
	}

	.rstdtl-course-list__tieup-mc-text {
		display: inline-block;
		color: #fff;
		margin-left: 1rem;
		padding-bottom: 0.2rem;
		font-size: 1.1rem
	}

	.rstdtl-course-list__tieup-mc-text > em {
		color: #ff9600;
		font-weight: bold;
		margin-right: 0.7rem;
		font-size: 1.3rem
	}

	/* ------------------------------
　footer
------------------------------ */
	footer {
		padding: 20px 0;
	}

	footer .logo {
		text-align: center;
		margin-top: 80px;
	}

	footer .logo img {
		width: 300px;
		height: auto;
	}

	footer ul.sns {
		display: flex;
		justify-content: center;
		margin-bottom: 15px;
	}

	footer ul.sns li {
		width: 32px;
		height: 32px;
		text-align: center;
		border-radius: 24px;
		border: solid 1px #fff;
		font-size: 16px;
		margin: 0 8px;
	}

	footer ul.sns li a {
		display: block;
		color: #fff;
	}

	footer small {
		display: block;
		font-size: 10px;
		letter-spacing: 0.08em;
		text-align: center;
		padding-top: 10px;
		text-shadow: none;
	}

	/* ------------------------------
　link
------------------------------ */
	a[href^="tel:"] {
		pointer-events: none;
		/* PC tel無効 */
	}

	a {
		text-decoration: none;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	a:hover {
		opacity: 0.4;
		filter: alpha(opacity=60);
	}

	/* ------------------------------
　pagetop
------------------------------ */
	#page-top {

		height: 120px;
		bottom: 80px;
		right: 50px;
		font-size: 34px;
		line-height: 1;
		position: fixed;
		z-index: 9999;
	}

	#page-top a {
		display: block;
		height: 120px;
		width: 40px;
		position: relative;
		display: block;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	#page-top a:before {
		content: '';
		position: absolute;
		left: calc(50% - 1px);
		display: block;
		width: 1px;
		height: 120px;
		background-color: #fff;
	}

	#page-top a:after {
		content: 'Top';
		color: #fff;
		font-size: 16px;
		position: absolute;
		left: calc(50% - 8px);
		bottom: -35px;
		text-shadow: none;
	}

	/* ------------------------------
    topics
------------------------------ */
	.topics div span {
		display: block;
		background: #846845;
		color: #fff !important;
		line-height: 1;
		padding: 8px 10px 8px 12px;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		font-size: 12px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}

	.item figcaption {
		color: #fff !important;
		position: absolute;
		background: rgba(0, 0, 0, 0.7);
		left: 0;
		top: 0;
		opacity: 0;
		padding: 90px 66px 105px 66.5px;
		transition: all 0.8s ease;
	}

	a:hover img {
		transform: scale(1.1);
		transition-duration: 0.5s;
	}

	a:hover figcaption {
		opacity: 1;
		transition: all 0.8s ease;
	}

	.topics a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.inner_topics {
		display: flex;
		width: 980px;
		margin: 0 auto 50px auto;
		justify-content: space-between;
	}

	.item {
		height: 240px;
		overflow: hidden;
		position: relative;
	}

	.topics p {
		width: 300px;
		margin: 0 auto;
		overflow: hidden;
		cursor: pointer;
	}

	.topics p img {
		width: 300px;
		height: auto;
	}

	.topics p img {
		width: 100%;
		transition-duration: 0.5s;
	}

	.topics p:hover img {
		transform: scale(1.1);
		transition-duration: 0.5s;
	}
}


/* ------------------------------
　news
------------------------------ */
.CMS-NEWS-CONTENT,
.CMS-NEWS-TITLE {
	color: #fff;
}

.CMS-NEWS-TITLE {
	font-size: 16px;
	margin-bottom: 6px;
	border-bottom: 0.5px solid;
}

@media screen and (min-width: 769px) {

	.second_news2 {
		width: 1160px;
		margin: 0 auto;
		padding: 0px 0 40px 0;
	}

	.second_news2 .inner {
		position: relative;
	}

	.second_news2 .bestrate {
		position: absolute;
		top: 0;
		left: 0;
		padding-top: 10px;
		overflow: visible;
	}

	.second_news2 .bestrate img {
		width: 240px;
		height: auto;
	}

	.second_news2 .CMS-NEWS-INDEX {
		display: flex;
		justify-content: center;
		/*		margin-bottom: 3px;*/
		text-align: center;
		flex-wrap: wrap;
		width: 100%
	}

	.second_news2 .CMS-NEWS-ITEM {
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		width: 240px;
		margin: 0 10px;
	}

	.second_news2 .CMS-NEWS-THUMBNAIL {
		width: 240px;
		height: auto;
		object-fit: cover;
		transition: 0.5s all;
		margin-bottom: 10px
	}

	.second_news2 .CMS-NEWS-TIME {
		white-space: nowrap;
		font-size: 1.2em;
		color: #bcb08a;
		text-shadow: none;
	}

	.second_news2 .CMS-NEWS-LINK {
		font-size: 1.0em;
		color: #e0dccc;
		text-shadow: none;


	}

	.second_news2 .CMS-NEWS-TITLE {
		font-size: 1.3em;
		text-align: center;
		margin-bottom: 20px;
	}


	.second_news2 .CMS-NEWS-CONTENT {
		text-align: center;
		margin: 0 auto;
	}

	.second_news2 .image .img {
		width: 100%;
		text-align: center;
	}

	.CMS-NEWS-MORE-READ {
		display: none
	}

	/* ------------------------------
　news
------------------------------ */

	.second_news {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 20px 0;

	}

	.second_news .CMS-NEWS-INDEX {
		display: flex;
		justify-content: space-between;
		margin-bottom: 3px;
		text-align: center;
		flex-wrap: wrap;
	}

	.second_news .CMS-NEWS-INDEX::after {
		content: "";
		display: block;
		width: 26%;
		height: 0;
	}

	.second_news .CMS-NEWS-ITEM {
		padding-bottom: 30px;
		padding-top: 10px;
		text-align: center;
		width: 260px;
	}

	.second_news .CMS-NEWS-THUMBNAIL {
		width: 260px;
		height: 200px;
		object-fit: cover;
		transition: 0.5s all;
		margin-bottom: 10px
	}

	.second_news .CMS-NEWS-TIME {
		white-space: nowrap;
		font-size: 1.1em;
	}

	.second_news .CMS-NEWS-LINK {
		font-size: 1.2em;
		max-width: 260px;


	}

	.second_news .CMS-NEWS-TITLE {
		font-size: 1.3em;
		text-align: center;
		margin-bottom: 20px;
	}


	.second_news .CMS-NEWS-CONTENT {
		text-align: center;
		margin: 0 auto;
	}



	.second_news .image .img {
		width: 100%;
		text-align: center;
	}


}


@media screen and (max-width: 768px) {


	.second_news2 {
		width: 100%;
		margin: 0 auto;
		padding: 40px 0 20px 0;

	}

	.second_news2 .bestrate {
		width: 70%;
		margin: 0 auto 30px auto;
		overflow: visible;
	}

	.second_news2 .bestrate img {
		width: 100%;
		height: auto;
	}


	.second_news2 .CMS-NEWS-INDEX {
		display: flex;
		justify-content: space-around;
		margin-bottom: 3px;
		text-align: center;
		flex-wrap: wrap;
	}

	.second_news2 .CMS-NEWS-ITEM {
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: center;
		width: 240px;
		margin-bottom: 30px
	}

	.second_news2 .CMS-NEWS-THUMBNAIL {
		width: 240px;
		height: auto;
		object-fit: cover;
		transition: 0.5s all;
		margin-bottom: 5px
	}

	.second_news2 .CMS-NEWS-TIME {
		white-space: nowrap;
		font-size: 1.2em;
	}

	.second_news2 .CMS-NEWS-LINK {
		font-size: 1.0em;


	}

	.second_news2 .CMS-NEWS-TITLE {
		font-size: 1.3em;
		text-align: center;
		margin-bottom: 20px;
	}


	.second_news2 .CMS-NEWS-CONTENT {
		text-align: center;
		margin: 0 auto;
	}

	.second_news2 .image .img {
		width: 100%;
		text-align: center;
	}

	.CMS-NEWS-MORE-READ {
		display: none
	}

	/* ------------------------------
　news
------------------------------ */

	.second_news {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 20px 0;


	}

	.second_news .CMS-NEWS-INDEX {
		display: flex;
		justify-content: space-around;
		margin-bottom: 3px;
		text-align: center;
		flex-wrap: wrap;
	}


	.second_news .CMS-NEWS-ITEM {
		padding-bottom: 30px;
		padding-top: 10px;
		text-align: center;
		width: 320px;
		margin-bottom: 10px
	}

	.second_news .CMS-NEWS-THUMBNAIL {
		width: 320px;
		height: 213px;
		object-fit: cover;
		transition: 0.5s all;
		margin-bottom: 10px
	}

	.second_news .CMS-NEWS-TIME {
		white-space: nowrap;
		font-size: 1.1em;
	}

	.second_news .CMS-NEWS-LINK {
		font-size: 1.2em;
		max-width: 320px;


	}

	.second_news .CMS-NEWS-TITLE {
		font-size: 1.3em;
		text-align: center;
		margin-bottom: 20px;
	}


	.second_news .CMS-NEWS-CONTENT {
		text-align: center;
		margin: 0 auto;
	}



	.second_news .image .img {
		width: 100%;
		text-align: center;
	}
}



/*  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Mobile
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
@media screen and (max-width: 767px) {


	.scene2 .inner {
		width: 98%;
		margin: 0 auto 60px;
		padding: 40px 10px;
		background: #111;
		color: #fff;
		text-align: center;
	}

	.scfor {
		width: 100%;
		margin-top: 40px;
		margin-bottom: 20px
	}

	.scfor .slick-track {
		/* width: 100% !important */
	}

	.scfor > div img {
		width: 100%;
	}

	.scnav .slick-list {
		padding: 0 40px !important;
	}

	.scnav .slick-slide {
		width: 80px !important;
		margin: 0 1px;
	}

	.scnav .slick-track {
		width: 100% !important;
	}

	.scnav > div img {
		width: 100%;
	}

	/* ------------------------------
　display
------------------------------ */
	.pc {
		display: none;
	}

	/* ------------------------------
　btn
------------------------------ */
	.btn {
		margin: 0 auto;
	}

	footer .btn {
		width: 240px;
		margin: 0 auto;
		text-align: center;
		padding: 10px;
	}

	/* ------------------------------
　gnav
------------------------------ */
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		background-color: #fff;
		/* メニューライン色 */
	}

	.drawer-nav {
		background-color: #fff;
		/* メニュー背景色 */
	}


	/* ------------------------------
　header
------------------------------ */
	button {
		margin: 0;
	}

	button span {
		color: #fff;
	}

	header .logo {
		padding: 10px 0;
		text-align: center;
	}

	header .logo img {
    height: auto;
    width: 40%;
	}

	/* Preloadinf Screen*/
	.altern {
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
	}

	#loading {
		background-color: #000;
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 99991;
		margin-top: 0px;
		top: 0px;

	}

	#loading-center {
		width: 100%;
		height: 100%;
		position: relative;
		display: none;
	}

	#loading-center-absolute {
		height: 100%;
		background: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/logo.png) no-repeat center center;
		background-size: 70%;
	}

	/* ------------------------------
　index
------------------------------ */
	#main {
		position: relative;
		overflow: hidden;
		height: 460px;
	}


	#main p {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100%;
		text-align: center;


	}

	#main h2 {
		text-align: center;
		padding-top: 210px;
	}

	#main h2 img {
		width: 70%;
		/*		display: none;*/

	}

	.more_btn {
		border-bottom: 1px solid #8d8266;
		display: block;
		padding: 20px;
		text-align: center;
		color: #8d8266
	}

	#main img {
		width: 70%;
		height: auto;
	}

	.topics h2,
	.special h2,
	.menu h2,
	.scene h2 {
		text-align: center;
		text-shadow: none;
		font-size: 28px;
		font-weight: 300;
	}

	.h2_jp {
		font-size: 14px;
	}

	h2 .h2_jp:before {
		position: absolute;
		content: '';
		display: block;
		width: 45px;
		height: 1px;
		background-color: #8d8266;
		bottom: 0;
		left: calc(50% - 22px);
	}

	.special h2 img,
	.topics h2 img,
	.menu h2 img,
	.food h2 img,
	.scene h2 img {
		width: 60%;
		/* height: 36px; */
		margin-bottom: 30px;
	}

	.topics {
		padding: 0px 20px;
	}

	.topics ul.list {
		margin: 0 auto 30px auto;
	}

	.topics ul.list li {
		width: 100%;
		height: auto;
		position: relative;
		overflow: hidden;
		margin: 0 0 25px 0;
	}

	.topics img {
		width: 100%;
		height: auto;
		transition-duration: 0.5s;
	}

	.topics ul.list li span {
		padding: 10px;
		line-height: 1;
		font-size: 12px;
		font-weight: bold;
		position: absolute;
		background: #846845;
		font-family: 'Lato', sans-serif;
		font-weight: 900;
		position: absolute;
		left: 0;
		top: 0;
		color: #fff;
		z-index: 9999;
	}

	.topics ul.list li:hover img {
		transform: scale(1.1);
		transition-duration: 0.5s;
	}



	.btn {
		margin: 0 auto;
	}

	.topics ul.sns {
		display: flex;
		justify-content: center;
		margin-top: 30px;
		font-size: 28px;
	}

	.topics ul.sns li {
		margin: 0 10px;
	}

	.special {}

	.special .bg {
		background: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/scene_bg.png)no-repeat center;
		background-size: cover;
		height: 300px;
	}

	.special .txt {
		background-image: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/special_bg.png);
		background-color: rgba(0, 0, 0, 0.8);
		background-blend-mode: color;
		background-size: cover;
		padding: 50px 20px 50px 20px;
	}

	.special p {
		margin-bottom: 20px;
		line-height: 2;
		color: #fff;
	}

	.special_text {
		margin-top: 60px;
		text-align: center;
		font-size: 15px;

	}

	.menu {
		margin: 70px 20px;
		background-image: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/drink_pic.png);
		background-color: rgba(0, 0, 0, 0.8);
		background-blend-mode: color;
		background-size: contain;
		background-position: right;
		background-repeat: no-repeat;

	}

	.menu .txt {
		margin-bottom: 20px;
	}

	.menu figure {}

	.menu figure img {
		width: 100%;
		height: auto;
	}

	.food {
		margin: 70px 20px;
		background-image: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/food_pic.png);
		background-color: rgba(0, 0, 0, 0.8);
		background-blend-mode: color;
		background-size: contain;
		background-repeat: no-repeat;

	}

	.food .txt {
		margin-bottom: 20px;
	}

	.food figure {}

	.food figure img {
		width: 100%;
		height: auto;
	}

	.scene {
		margin: 70px 20px;
		background-image: url(https://5762-413d4525fbc-ab1676990e724d562caf15b4ce397bfda82dd7d6.production.preview.ccmphp.com/img/scene_bg.png);
		background-color: rgba(0, 0, 0, 0.8);
		background-blend-mode: color;
		background-size: cover;

	}

	.scene .txt {
		margin-bottom: 20px;
	}

	.scene figure img {
		width: 100%;
		height: auto;
	}


	/* ------------------------------
　second
------------------------------ */
	.kv_second {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/wall.jpg) ;
		background-size: cover;
	}



	.kv_second3 {
		background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/wall.jpg) ;
		background-size: cover;
	}

	.kv_second2 {}

	.kv_second div {
		background: rgba(0, 0, 0, 0.4);
	}

	.kv_second h2,
	.kv_second3 h2 {
		text-align: center;
		padding: 40px 0;
		font-size: 28px;
	}

	.kv_second2 h2 {
		text-align: center;
		padding: 25px 0 0 0;
	}

	.kv_second h2 img,
	.kv_second2 h2 img,
	.kv_second3 h2 img {
		height: 26px;
		width: auto;
	}

	.second {
		margin: 40px 20px 60px 20px;
	}

	/* ------------------------------
　rstdtl-menu-lst sp
------------------------------ */
	.pttl {
		padding: 33px 0 40px 0;
		text-align: center;
	}

	.pttl img {
		height: 32px;
		width: auto;
	}

	.rstdtl-menu-lst {
		margin: 40px 20px 60px 20px;
	}

	/* ------------------------------
    topics
------------------------------ */
	.topics div span {
		display: block;
		background: #846845;
		color: #fff !important;
		line-height: 1;
		padding: 8px 10px 8px 12px;
		font-family: 'Lato', sans-serif;
		font-weight: 600;
		font-size: 12px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}

	a:hover img {
		transform: scale(1.1);
		transition-duration: 0.5s;
	}

	a:hover figcaption {
		opacity: 1;
		transition: all 0.8s ease;
	}

	.topics a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	.inner_topics {
		display: flex;
		flex-direction: column;
		width: 100%;
		margin: 0 auto 50px auto;
		justify-content: space-between;
	}

	.inner_topics .item {
		margin-bottom: 10px;
	}

	.topics p {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		cursor: pointer;
	}

	.topics p img {
		width: 100%;
		height: auto;
	}

	/* ------------------------------
　special
------------------------------ */
	.special2 {}

	.special2 .inner2 {
		margin: 40px 0;
	}

	.special2 figure {
		margin-bottom: 15px;
	}

	.special2 img {
		width: 100%;
		height: auto;
	}

	.special2 h3 {
		font-size: 24px;
		margin-bottom: 5px;
		text-align: center;
	}

	.special2 p {
		line-height: 2.0;
	}

	/* ------------------------------
　scene
------------------------------ */

	/* .scene2 .inner{
		width: 760px;
		background:rgba(0, 0, 0, 0.4);
	} */



	.scene2 h3 {
		font-size: 19px;
		line-height: 1.5;
		margin-bottom: 15px;
		/*
		color: #000;
		text-shadow: 0px 0px 4px #fff;
*/
	}

	.scene2 p {
		line-height: 2.0;
	}

	/* ------------------------------
　access
------------------------------ */
	dl.shop-info dt {
		clear: both;
		font-weight: bold;
		padding-top: 11px;
		padding-right: 10px;
		padding-bottom: 0;
		padding-left: 10px;
	}

	dl.shop-info dd {
		font-size: 0.9em;
		line-height: 1.6;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	/* ------------------------------
　menu
------------------------------ */

	/*
    ul.lcmenu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    ul.lcmenu li {
        font-size: 15px;
        padding: 0 10px 5px 10px;
        margin-bottom: 3px;
    }

    ul.lcmenu li i {
        font-size: 12px;
        margin-right: 3px;
        vertical-align: 1px;
    }

    dl.menu-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    dl.menu-list dt {
        width: 68%;
        padding: 11px 0% 10px 2%;
        font-weight: bold;
        font-size: 13px;
    }

    dl.menu-list dt span {
        display: block;
        font-size: 10px;
        line-height: 1.6;
        margin-top: 4px;
        opacity: 0.5;
    }

    dl.menu-list dd {
        width: 28%;
        padding: 10px 2% 10px 0;
        font-weight: bold;
        font-size: 13px;
        text-align: right;
    }*/



	/* ------------------------------
　menu new sp
------------------------------ */
	ul.lcmenu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 30px;
	}

	ul.lcmenu li {
		font-size: 15px;
		padding: 0 10px 5px 10px;
		margin-bottom: 3px;
	}

	ul.lcmenu li i {
		font-size: 12px;
		margin-right: 3px;
		vertical-align: 1px;
	}

	.rstdtl-menu-lst__heading {
		margin-top: 20px;
		font-size: 1.0rem
	}

	.rstdtl-menu-lst__contents {
		display: table;
		padding: 0 10px;
		border-bottom: 1px dotted #d2d2d2;
		width: 100%;
		box-sizing: border-box
	}

	.rstdtl-menu-lst__contents:last-of-type {
		border-bottom: none
	}


	.rstdtl-menu-lst__info {
		display: table-cell;
		padding: 10px 0;
		vertical-align: top
	}


	.rstdtl-menu-lst__info-inner {
		display: flex;
		width: 100%
	}

	.rstdtl-menu-lst__menu-title {
		display: inline-block;
		width: 100%;
		font-weight: bold;
		font-size: 1.0rem
	}

	.rstdtl-menu-lst__price {
		display: inline-block;
		white-space: nowrap;
		margin-left: 15px;
		font-weight: bold;
		text-align: right !important;
		font-size: 1.0rem
	}

	.rstdtl-menu-lst__desc {
		font-size: 15px;
		padding-bottom: 10px;
	}

	.rstdtl-menu-lst__desc p {
		font-size: 20px;
		padding: 12px 10px;
		line-height: 1.6;
		background: url('https://tblg.k-img.com/images/line/line_dot.gif?1547477344') repeat-x 0 100%
	}

	.rstdtl-menu-lst__img {
		display: table-cell;
		padding: 20px 15px 20px 0;
		width: 120px;
		text-align: center
	}
	.rstdtl-menu-lst__ex_des{
		font-size: 10px;
	}
	.rstdtl-menu-lst__ex_img_des{
		font-size: 10px;
		margin-top: -10px;
		margin-bottom: 10px;
	}


	/* ------------------------------
　course menu sp
------------------------------ */

	.rstdtl-course-list {
		display: table;
		position: relative;
		z-index: 1;
		border-top: 1px solid #e0dccc;
		border-bottom: 1px solid #e0dccc;
		width: 100%;

	}

	.rstdtl-course-list + .rstdtl-course-list {
		border-top: none
	}

	.rstdtl-course-list__target {
		color: inherit;
		z-index: 1
	}

	.rstdtl-course-list__target:hover {
		color: inherit;
		text-decoration: none
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper:hover {
		cursor: default
	}

	.rstdtl-course-list__data {
		display: inline-block;
		position: relative;
		padding: 20px 0;
		width: 50%;
		word-break: break-all;
		vertical-align: top
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
		padding-top: 6.5rem
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__data {
		padding-top: 6.5rem
	}

	.rstdtl-course-list__tieup-mc ~ .rstdtl-course-list__img {
		padding-top: 6.5rem
	}

	.rstdtl-course-list__data-header {
		display: table;
		width: 100%
	}

	.rstdtl-course-list__img + .rstdtl-course-list__data .rstdtl-course-list__data-header {
		min-height: 72px
	}

	.rstdtl-course-list__course-title {
		display: table-cell;
		word-break: break-all;

	}

	.rstdtl-course-list__course-title-text {
		margin-bottom: 0.2rem;
		color: #000;
		font-weight: bold;
		line-height: 1.6;
		font-size: 1.0rem;
	}

	.rstdtl-course-list__course-title-text .rstdtl-course-list__target:hover {
		color: #ff9600;
		text-decoration: underline
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__course-title-text {
		color: #13131e
	}

	.rstdtl-course-list__dish-count.rstdtl-course-list__dish-count {
		border: 1px solid #e0dccc;
		box-sizing: border-box;
		color: #463f2d;
		background-color: #fff;
		margin-left: 0.5rem;
		padding: 0.1rem 0.3rem
	}

	.rstdtl-course-list__price-wrap {
		display: block;
		width: 100%;
		white-space: nowrap;
		vertical-align: top;
		padding-right: 0rem;
	}

	.rstdtl-course-list__price-discount {
		display: inline-block
	}

	.rstdtl-course-list__price-before {
		color: #13131e;
		text-align: left;
		margin-right: 0.5rem;
		margin-bottom: -0.2rem;
		font-size: .1rem
	}

	.rstdtl-course-list__price-hotpepper-discount {
		display: inline-block;
		position: relative;
		margin-bottom: 7px;
		border: solid 1px #d2d2d2;
		border-radius: 2px;
		color: #949499;
		font-weight: bold;
		line-height: 1;
		background-color: #fff;
		padding: 0.4rem 0.5rem 0.3rem;
		font-size: 1rem
	}

	.rstdtl-course-list__price-hotpepper-discount::before,
	.rstdtl-course-list__price-hotpepper-discount::after {
		display: block;
		position: absolute;
		border: solid transparent;
		width: 0;
		height: 0;
		content: ''
	}

	.rstdtl-course-list__price-hotpepper-discount::before {
		bottom: -7px;
		border-width: 6px 6px 0;
		border-top-color: #d2d2d2;
		right: 3rem
	}

	.rstdtl-course-list__price-hotpepper-discount::after {
		bottom: -5px;
		border-width: 5px 5px 0;
		border-top-color: #fff;
		right: 3.1rem
	}

	.rstdtl-course-list__price-num {
		color: #000;
		font-weight: bold;
		font-size: 1rem
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__price-num {
		display: block
	}

	.rstdtl-course-list__price-num > em {
		margin-right: 2px;
		font-family: Arial, sans-serif;
		font-size: 0.rem
	}

	.rstdtl-course-list__price-num-tax {
		font-weight: normal;
		font-size: 0.6rem
	}

	.rstdtl-course-list__data-body {
		display: block;
		width: 100%;
		line-height: 1;
		padding-top: 0.5rem
	}

	.rstdtl-course-list__data-body:before,
	.rstdtl-course-list__data-body:after {
		display: block;
		overflow: hidden;
		content: ""
	}

	.rstdtl-course-list__data-body:after {
		clear: both
	}

	.rstdtl-course-list__img {
		display: inline-block;
		padding: 10px 5px;
		width: 120px;
		width: 100%;
	}

	.rstdtl-course-list__img img {
		width: 100%;
		display: block;
		margin: 0 auto;
		height: 210px;
		object-fit: cover;
		object-position: center;
	}

	.rstdtl-course-list__img .rstdtl-course-list__target:hover {
		opacity: 0.8
	}

	.rstdtl-course-list.rstdtl-course-list--hotpepper .rstdtl-course-list__img:hover {
		opacity: 1
	}

	.rstdtl-course-list__subinfo {
		display: block;
		width: 100%;
		position: relative;
		float: left;
		padding-top: 0.5rem;

	}


	.rstdtl-course-list__desc {
		color: #797152;
		line-height: 1.6;
		font-size: 0.9rem;
	}

	.rstdtl-course-list__data-footer {
		float: right
	}

	.rstdtl-course-list__label {
		margin-left: 5px
	}

	.rstdtl-course-list__label.rstdtl-course-list__label {
		background-color: #ffd700;
		padding: 0.2rem 0.4rem;
		line-height: 1.1rem;
		font-size: 0.6rem
	}

	.rstdtl-course-list__hotpepper-target::before {
		color: #999
	}

	.rstdtl-course-list__course-rule {
		display: inline-flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
		white-space: nowrap;
		vertical-align: bottom;
		padding: 0 0 0.3rem 1rem;
		clear: both;
	}

	.rstdtl-course-list__course-rule > dt {
		display: inline-block;
		width: 10%;
		margin: 5px auto 0;
	}

	.rstdtl-course-list__course-rule > dd {
		display: inline-block;
		width: 90%;
		margin: 5px auto 0;
	}

	.rstdtl-course-list__course-rule > dd {
		margin-right: 0;
	}

	.rstdtl-course-list__course-rule-title::before {
		display: block;
		color: #bcb08a;
		vertical-align: -0.1rem;
		width: 100%;
	}

	.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--member::before {
		font-family: "Tabelog Glyph";
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		text-transform: none;
		speak: none;
		content: "\f663"
	}

	.rstdtl-course-list__course-rule-title.rstdtl-course-list__course-rule-title--time::before {
		font-family: "Tabelog Glyph";
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		-webkit-font-smoothing: antialiased;
		text-transform: none;
		speak: none;
		content: "\f677"
	}

	.rstdtl-course-list__course-rule-title > i {
		display: none
	}

	.rstdtl-course-list__action-btn {
		display: none !important;
		width: 100px;
		text-align: right;
		vertical-align: top;
		padding-left: 1.2rem;
		color: #fff;
	}

	.rstdtl-course-list__reserve-notice {
		display: block;
		color: #b4b4b4;
		text-indent: -1em;
		padding-left: 1em;
		text-align: left;
		white-space: nowrap;
		vertical-align: middle;
		line-height: 1.2;
		font-size: 1rem
	}

	.rstdtl-course-list__action-btn-target {
		display: block;
		float: right;
		clear: right;
		cursor: pointer;
		white-space: nowrap;
		vertical-align: middle;
		width: 10rem;
		color: #fff;
	}

	.rstdtl-course-list__action-btn-target + .rstdtl-course-list__action-btn-target {
		margin-top: 0.6rem
	}

	.rstdtl-course-list__reserve-notice + .rstdtl-course-list__action-btn-target {
		margin-top: 0.6rem
	}

	.rstdtl-course-list__coupon {
		display: inline-block;
		float: right;
		margin-top: 0.5rem
	}

	.rstdtl-course-list__coupon-btn {
		float: right
	}

	.rstdtl-course-list__coupon-contents {
		width: auto;
		text-align: left;
		padding-top: 0.7rem
	}

	.rstdtl-course-rdimg {
		position: absolute;
		bottom: 0;
		left: 0
	}

	.rstdtl-course-list__tieup-mc {
		display: table-row;
		position: absolute;
		left: 0;
		z-index: 5;
		border-radius: 6px;
		vertical-align: middle;
		background-color: #221815;
		top: 1.5rem
	}

	.rstdtl-course-list__tieup-mc:hover {
		opacity: 0.8
	}

	.rstdtl-course-list__tieup-mc-target {
		display: block;
		box-sizing: border-box;
		padding: 0.6rem 1.2rem 0.6rem 1.5rem
	}

	.rstdtl-course-list__tieup-mc-target::after {
		color: #fff;
		vertical-align: middle
	}

	.rstdtl-course-list__tieup-mc-target:hover {
		text-decoration: none
	}

	.rstdtl-course-list__tieup-mc-logo {
		display: inline-block;
		width: 123px;
		height: 22px;
		background: url('https://tblg.k-img.com/images/shared/tieup/mastercard_pricelessjapan/tieup_logo_mastercard.png?1547477503') no-repeat 0 0;
		background-size: 123px 22px;
		vertical-align: bottom
	}

	.rstdtl-course-list__tieup-mc-logo > i {
		display: none
	}

	.rstdtl-course-list__tieup-mc-text {
		display: inline-block;
		color: #fff;
		margin-left: 1rem;
		padding-bottom: 0.2rem;
		font-size: 1.1rem
	}

	.rstdtl-course-list__tieup-mc-text > em {
		color: #ff9600;
		font-weight: bold;
		margin-right: 0.7rem;
		font-size: 1.3rem
	}






	/* ------------------------------
　footer
------------------------------ */
	footer {
		padding: 40px 0;
	}

	footer .logo {
		text-align: center;
		margin-bottom: 25px;
	}

	footer .logo img {
		width: 150px;
		height: auto;
	}

	footer ul {
		margin-bottom: 30px;
	}

	footer ul li {
		text-align: center;
		margin-bottom: 12px;
	}

	footer ul img {
		width: auto;
		height: 14px;
	}

	footer ul.sns {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}

	footer ul.sns li {
		line-height: 48px;
		text-align: center;
		border-radius: 24px;
		border: solid 1px #fff;
		font-size: 16px;
		margin: 0 8px;
	}

	footer ul.sns li a {
		display: block;
		width: 48px;
		height: px;
		color: #fff;
	}

	footer small {
		display: block;
		font-size: 10px;
		letter-spacing: 0.08em;
		text-align: center;
		padding-top: 10px;
	}

	/* ------------------------------
　drawer-hamburger　
------------------------------ */
	.drawer-nav {
		color: #000;
		z-index: 9999;
	}

	.drawer-nav ul img {
		width: auto;
		height: 15px;
	}

	.drawer-nav ul li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.drawer-nav ul li:last-child a:before {
		content: "";
	}

	.drawer-nav ul li a {
		color: #000;
		display: block;
		padding: 5px 15px 15px 15px;
		text-shadow: none;
	}

	.drawer-nav ul li:last-child {
		border-bottom: none;
		font-size: 24px;
		line-height: 0.4;
		padding-top: 30px;
		padding-bottom: 40px;
		text-align: center;
		font-family: 'Lato', sans-serif;
		font-weight: 900;
	}

	.drawer-nav ul li:last-child span {
		display: block;
		font-size: 11px !important;
		font-weight: normal;
		margin-left: 17px;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
		text-shadow: none;
	}

	.drawer-nav ul li:last-child i {
		font-size: 15px;
		margin-right: 1px;
		vertical-align: 3px;
	}

	.drawer-nav .reserve {
		background: #846845;
	}

	/* ------------------------------
　link
------------------------------ */
	a {
		text-decoration: none;
	}

	/* ------------------------------
　page-top
------------------------------ */
	#page-top a {
		display: block;
		width: 30px;
		height: 120px;
		font-size: 18px;
		line-height: 1;
		position: fixed;
		bottom: 100px;
		right: 10px;
		z-index: 1;
	}

	#page-top a {
		position: relative;
		display: block;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	#page-top a:before {
		content: '';
		position: absolute;
		left: calc(50% - 1px);
		display: block;
		width: 1px;
		height: 120px;
		background-color: #fff;
	}

	#page-top a:after {
		content: 'Top';
		color: #fff;
		font-size: 16px;
		position: absolute;
		left: calc(65% - 8px);
		bottom: -35px;
		text-shadow: none;
	}

	/* ------------------------------
　news
------------------------------ */


	/* ------------------------------
　追加修正用
------------------------------ */

	.yoyaku_btn {
		text-align: right;
	}

	a.yoyaku {
		float: right;
		margin-top: -39px;
	}
}

@media screen and (min-width: 768px) {
	.rstdtl-course-list__data-body1 {
		display: block;
		width: 100%;
		line-height: 1;
		padding: 0;
	}
}


.br-sp {
	display: none;
}

@media screen and (max-width: 1080px) {
	.br-pc {
		display: none;
	}

	.br-sp {
		display: inline-block;
	}
}


/*-------------------------
  news
---------------------------*/
/* 共通 */
.mv_bottom {
	width: 1160px;
	margin: 0 auto;
	/*	padding: 0px 0 40px 0;*/
}

.mv_bottom .inner {
	position: relative;
}

.mv_bottom .CMS-NEWS-INDEX {
	text-align: center;
	margin: 0 auto 10px;
}

.mv_bottom .CMS-NEWS-LINK-CONTENT {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 10px;
	border-bottom: solid 1px #ebebeb;
	width: 100%;
	text-decoration: none;
	text-align: left;
}

.mv_bottom .CMS-NEWS-TIME {
	font-size: 1.2rem;
	line-height: 2.2rem;
	color: #bcb08a;
	font-weight: 600;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
}

.mv_bottom .CMS-NEWS-LINK {
	font-size: 1.1rem;
	color: #e0dccc;
	font-weight: 400;
	line-height: 2.2rem;
	letter-spacing: 0.05rem;
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
}

.mv_bottom .CMS-NEWS-MORE-READ {
	background: #860E0F;
	border: none;
	border-radius: 0.2rem;
	text-align: center;
	padding: 2rem 0;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	margin: 4rem auto 0 auto;
	width: 24rem;
	display: none;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.mv_bottom .CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

.mv_bottom .CMS-NEWS-THUMBNAIL {
	display: none;
}

/* スマホ用 */
@media screen and (max-width: 767px) {
	.mv_bottom {
		width: 100%;
		margin: 0 auto;
		padding: 0px 0 0px 0;
	}

	.mv_bottom .CMS-NEWS-LINK-CONTENT {
		display: block;
		width: auto;
	}

	.mv_bottom .CMS-NEWS-TIME {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

	.mv_bottom .CMS-NEWS-LINK {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}

}



/*-------------------------
  special
---------------------------*/
.sp-lower img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

@media screen and (max-width: 767px) {
	.sp-lower img{
		height: 200px;
		object-position: left;
	}
	.sp-lower .tare{
		width: 100%;
		height: auto;
	}
}


.sp-lower h3 {
	font-weight: normal;
	color: #fff;
	font-size: 28px;
	line-height: 1.5;
	margin-bottom: 30px;
	font-family: 'Shippori Mincho', serif;

}

@media screen and (min-width: 768px) {
	.sp-lower p {
		line-height: 2.4;
		margin-top: 50px;
	}
}

@media screen and (max-width: 767px) {
	.sp-lower p {
		line-height: 2.4;
		margin-top: 20px;
	}
}

.kv_special {
	display: flex;
	align-items: center;
	margin: 0 70px;
	padding: 60px 0;
	position: relative;
}

.kv_special > h2 {
	width: 35%;
	text-align: center;
	line-height: 1;
	font-size: 32px;
	font-weight: 300;
}

.kv_special > div {
	width: 65%;
	position: relative;
	z-index: 999;
}

.kv_special::before {
	content: "";
	background: #161616;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 60%;
	height: 100%;
}

.sec-sp1 {
	background: url(../img/ga_01.jpg) no-repeat right top;
	background-size: 42% auto;
	padding: 100px 0;
}

.sec-sp1-wrap1 {
	width: 40%;
	margin-left: 15%;
	/*    margin-bottom: 100px;*/
}

.sec-sp1-wrap2 {
	margin-top: 140px;
	width: 85%;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.sec-sp1-wrap2::before {
	content: "";
	display: block;
	/*	background: #fff;*/
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/wall.jpg) ;
	width: 85%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 10%;
	z-index: -1;
}

.sec-sp1-wrap2 > div:first-of-type {
	width: 55%;
}

.sec-sp1-wrap2 > div:last-of-type {
	width: 40%;
}

.sec-sp1-wrap2 p {
	position: relative;
}


.sec-sp2 {
	position: relative;
	padding: 160px 0;
	display: flex;
	align-items: center;
}

.sec-sp2 > *:last-of-type {
	width: 65%;
}

.sec-sp2 > *:first-of-type {
	width: 35%;
	padding: 0 5% 0 15%;
}

.sec-sp2::before {
	content: "";
	display: block;
	background: #161616;
	width: 85%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/wall.jpg) ;
}

.sec-sp3 {
	position: relative;
	padding: 160px 0;
	display: flex;
}

.sec-sp3 > *:last-of-type {
	width: 55%;
}

.sec-sp3 > *:first-of-type {
	width: 45%;
	padding: 0 5% 0 15%;
}

/*
.sec-sp3 p {
    margin-bottom: 160px;
}
*/

@media screen and (min-width: 768px) {
	.sec-sp3::after {
		content: "";
		background: #fff;
		display: block;
		width: 55%;
		height: 30%;
		position: absolute;
		right: 0;
		bottom: 25%;
		z-index: -1;
	}
}

@media screen and (max-width: 767px) {
	.sec-sp3::after {
		content: "";
		background: #fff;
		display: block;
		width: 55%;
		height: 30%;
		position: absolute;
		top: 50rem;
		right: 0;
		bottom: 25%;
		z-index: -1;
	}
}

@media screen and (max-width: 767px) {
	.sp-lower h3 {
		font-size: 6.2vw;
		line-height: inherit;
	}

	.kv_special {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 10vw 0;
		position: relative;
	}

	.kv_special > h2 {
		width: 40%;
		font-size: 8vw;
	}

	.kv_special > div {
		width: 60%;
	}

	.sec-sp1 {
		background: url(../img/ga_01.jpg) no-repeat center top 4vw;
		background-size: 80% auto;
		padding: 80vw 0 20vw 0;
	}

	.sec-sp1-wrap1 {
		width: 90%;
		margin: 0 auto;
		/*        margin-bottom: 10vw;*/
	}

	.sec-sp1-wrap2 {
		width: 100%;
		margin: 4rem auto 0 auto;
		display: block;
	}

	.sec-sp1-wrap2::before {
		height: 30%;
		bottom: 30%;
	}

	.sec-sp1-wrap2 > div:first-of-type {
		width: 100%;
	}

	.sec-sp1-wrap2 > div:last-of-type {
		width: 100%;
		margin-top: 20px;
		margin-left: auto;
		padding: 0 5%;
		box-sizing: border-box;
	}

	.sec-sp1-wrap2 p {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin: 20px auto 0 auto;
	}

	.sec-sp2 {
		padding: 20vw 0;
		display: block;
		position: relative;
		top: 5rem;
	}

	.sec-sp2 > *:last-of-type {
		width: 90%;
		margin: 0 auto;
	}

	.sec-sp2 > *:first-of-type {
		width: 90%;
		padding: 0;
		margin: 0 auto 30px auto;
	}

	.sec-sp2::before {
		width: 70%;
	}

	.sec-sp3 {
		padding: 10vw 0;
		display: block;
		margin-bottom: 10rem;
		position: relative;
		top: 5rem;
	}

	.sec-sp3 > *:last-of-type {
		width: 90%;
		margin: 0 auto;
	}

	.sec-sp3 > *:first-of-type {
		width: 90%;
		margin: 0 auto 20px auto;
		padding: 0;
	}

	/*
    .sec-sp3 p {
        margin-bottom: 10vw;
    }
*/

	.sec-sp3::after {
		width: 70%;
		height: 25%;
		bottom: 20%;
	}
}

@media screen and (min-width: 768px) {
	img[src="./img/sp-img7.jpg"] {
		position: relative;
		top: 3rem;
	}

	img[src="./img/sp-img6.jpg"] {
		position: relative;
		top: 7rem;
	}
}

@media screen and (max-width: 767px) {
	img[src="./img/sp-img7.jpg"] {
		position: relative;
		top: 3rem;
	}

	img[src="./img/sp-img6.jpg"] {
		position: relative;
		top: 3rem;
	}
}

/* 追加 */
html {
  font-size: 62.5%;
}
@media screen and (min-width: 1081px) {
  /* html .pc {
    display: block !important;
  } */
  html .tablet {
    display: none !important;
  }
  html .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 62.5%;
  }
  html .sp {
    display: block !important;
  }
  html .pc {
    display: none !important;
  }
  html .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 45%;
  }
  /* html .pc {
    display: none !important;
  } */
  html .tablet {
    display: none !important;
  }
  html .sp {
    display: block !important;
  }
}

/* footer */
.footer {
  background-color: #000;
  color: #fff;
}
.footer.section {
  padding-bottom: 7rem;
  text-align: center;
}

.footer_about {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1080px) {
  .footer_about {
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .footer_about_img {
    display: flex;
    justify-content: center;
  }
}

.footer_about_content_name {
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .footer_about_content_name {
    font-size: 2.3rem;
  }
}

.footer_about_content_access {
  font-size: 1.6rem;
}
@media screen and (max-width: 1080px) {
  .footer_about_content_access {
    font-size: 2.3rem;
  }
}

.footer_about_content_tel {
  font-size: 5rem;
  font-weight: bold;
}

.footer_about_content_tel_icon {
  margin-right: 1rem;
  display: inline-block;
	vertical-align: baseline;
}



.footer_link {
  margin-bottom: 5rem;
}

.copy {
  text-align: center;
  font-size: 1.2rem;
}

/* float_menu */
.float_menu {
  background-color: #c33b3e;
  padding: 2rem;
  position: fixed;
  top: 10%;
  right: 0;
  z-index: 2;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 1080px) {
  .float_menu {
    width: 90%;
    max-width: 600px;
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: inherit;
    align-items: center;
    display: flex;
    justify-content: space-around;
    border-radius: 5px 5px 0 0;
    padding: 2rem 3rem;
  }
}

.float_txt {
  font-size: 2rem;
  writing-mode: vertical-rl;
  font-size: 2.3rem;
  color: #fff;
  border-bottom: solid 2px #fff;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1080px) {
  .float_txt {
    width: 65%;
    writing-mode: horizontal-tb;
    -ms-writing-mode: inherit;
    border-right: solid 2px #fff;
    border-bottom: inherit;
    margin: 0;
    padding: 0;
  }
}

.float_img_box {
  width: 15%;
  margin: 0 auto;
  display: flex;
}

.float_img {
  display: block;
  width: 4.1rem;
  height: 4.1rem;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .float_img {
    margin: 0;
  }
}
.float_img.tel {
  order: 3;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .float_img.tel {
    margin: 0;
  }
}
.float_img.mail {
  order: 2;
}

.float_img_tel {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1080px) {
  .float_img_tel {
    margin: 0;
  }
}
.sec-sp1-wrap2 .tare{
	width: 100%;
	object-position: right;
}

/* ハンバーガーメニュー */
.burger_btn_wrapper {
  z-index: 1001;
  position: fixed;
  right: 2.5rem;
  top: 2.5rem;
}

.burger-btn {
  margin: 0 0 0 auto;
  display: block;
  height: 6.5rem;
  position: relative;
  width: 7.9rem;
  z-index: 3;
  background-color: transparent;
  border: none;
}

.bar {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 4rem;
  transition: all 0.5s 0s ease;
}

.bar_top {
  top: 1.6rem;
}

.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}

.bar_bottom {
  bottom: 1.6rem;
}

.burger-btn.close .bar_top {
  transform: translate(-50%, 1.9rem) rotate(45deg);
  transition: transform 0.3s;
}

.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}

.burger-btn.close .bar_bottom {
  transform: translate(-50%, -1.2rem) rotate(-45deg);
  transition: transform 0.3s;
}

.noscroll {
  overflow: hidden;
}

.burger_wrapper {
  visibility: hidden;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  opacity: 0;
  transition: opacity 0.5s;
  transition: all 0.5s 0s ease;
  z-index: 1000;
}

.burger-nav {
  background-color: #000;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.nav-list {
  font-size: 2.2rem;
  color: #fff;
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
	width: 50%;
  transform: translate(-50%, -50%);
}

.nav-item {
  position: relative;
  margin-right: 0;
}

.nav_link {
  width: 100%;
  margin: 0 auto 15px;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #fff;
}

.nav_link_item {
  width: 100%;
}
.nav_link_item p {
  text-align: left;
}

.link_list {
  border-right: solid 1px #fff;
  padding: 0 2rem;
}

.link_list:last-child {
	border: none;
}

.footer_insta_logo {
	margin-bottom: 2rem;
	text-align: center;
}

.chevron-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 30%;
}

.nav-item_insta {
  width: 20%;
}

.burger_wrapper.fade {
  opacity: 1;
  visibility: visible;
}

.nav-wrapper.fade {
  opacity: 1;
  visibility: visible;
}

.drawer-hamburger{
	z-index: 10000;
}

h3.en,
p.en{
	color: #6a6a6a;
}

.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 1.5vw;
}

.grid_box{
	width: 20vw;
	height: 20vw;
	object-fit: cover;

}

.grid_img{
	height: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;

}



@media screen and (max-width: 1080px) {

}

@media screen and (max-width: 767px) {
	.grid{
		row-gap: 3vw;
	}
	.grid_box {
    width: 27vw;
    height: 27vw;
    object-fit: cover;
}
}