@charset "UTF-8";
/******************************/
/* FV */
/******************************/
.p-fv {
	margin-bottom: 180px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.p-fv {
		margin-bottom: 32vw;
	}
}

.p-fv::before {
	content: "";
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 1;
	width: 35%;
	height: 727px;
	background: url(../images/bg-wave.jpg) repeat #282828;
}

@media only screen and (max-width: 1030px) {
	.p-fv::before {
		content: none;
	}
}

.p-fv__wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-top: 70px;
}

@media only screen and (max-width: 767px) {
	.p-fv__wrap {
		display: block;
		margin-top: 0;
	}
}

.p-fv__txt {
	flex: 1;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 100;
	padding-top: 90px;
	padding-right: 60px;
}

@media screen and (max-width: 1400px) {
	.p-fv__txt {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 1030px) {
	.p-fv__txt {
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.p-fv__txt {
		padding-top: 17.3333333333vw;
		padding-left: 8vw;
	}
}

.p-fv__ttl {
	position: relative;
	height: 600px;
	line-height: 1.7;
	font-size: 85px;
	font-weight: bold;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
}

@media only screen and (max-width: 1030px) {
	.p-fv__ttl {
		height: 450px;
		font-size: 65px;
	}
}

@media only screen and (max-width: 767px) {
	.p-fv__ttl {
		height: 69.3333333333vw;
		font-size: 10.6666666667vw;
	}
}

.p-fv__stamp {
	position: absolute;
	bottom: 150px;
	left: 0;
}

@media only screen and (max-width: 1030px) {
	.p-fv__stamp {
		bottom: 105px;
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.p-fv__stamp {
		bottom: 13.3333333333vw;
		left: 4vw;
		width: 13.3333333333vw;
	}
}

.p-fv__img {
	position: relative;
	z-index: 10;
	width: 60%;
	-webkit-box-shadow: 5px 5px 15px rgba(40, 39, 40, 0.1);
	        box-shadow: 5px 5px 15px rgba(40, 39, 40, 0.1);
}

@media only screen and (max-width: 767px) {
	.p-fv__img {
		margin-top: -18.6666666667vw;
		margin-left: -5.3333333333vw;
		width: 90.6666666667vw;
	}
}

@media only screen and (max-width: 1030px) {
	.p-fv__img::before {
		content: "";
		position: absolute;
		top: 100px;
		right: -20px;
		z-index: 1;
		width: 90%;
		height: 445px;
		background: url(../images/bg-wave.jpg) repeat #282828;
	}
}

@media only screen and (max-width: 767px) {
	.p-fv__img::before {
		top: 26.6666666667vw;
		right: -10.6666666667vw;
		width: 80vw;
		height: 80vw;
	}
}

.p-fv__img img {
	position: relative;
	z-index: 10;
	width: 100%;
}

@media only screen and (max-width: 1030px) {
	.p-fv__img img {
		-o-object-fit: cover;
		   object-fit: cover;
		height: 480px;
	}
}

@media only screen and (max-width: 767px) {
	.p-fv__img img {
		height: auto;
	}
}

/******************************/
/* 鯛笑について */
/******************************/
.p-about {
	overflow: hidden;
	position: relative;
}

.p-about::before {
	content: "";
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 0;
	width: 65%;
	height: 750px;
	background: url(../images/bg-wave.jpg) repeat #282828;
}

@media only screen and (max-width: 767px) {
	.p-about::before {
		top: 40vw;
		left: 0;
		width: 94.6666666667vw;
		height: 165.333333333vw;
	}
}

.p-about-main {
	position: relative;
}

.p-about-main__img {
	position: absolute;
	top: 0;
	right: -80px;
	z-index: 10;
	width: 750px;
}

@media screen and (max-width: 1400px) {
	.p-about-main__img {
		width: 58%;
	}
}

@media only screen and (max-width: 767px) {
	.p-about-main__img {
		position: relative;
		right: auto;
		margin-right: -5.3333333333vw;
		width: 94.6666666667vw;
	}
}

.p-about-main__img img {
	width: 100%;
}

@media only screen and (max-width: 1030px) {
	.p-about-main__img img {
		-o-object-fit: cover;
		   object-fit: cover;
		height: 420px;
	}
}

@media only screen and (max-width: 1030px) {
	.p-about-main__img img {
		height: auto;
	}
}

.p-about-main__txt {
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	z-index: 10;
	padding-top: 200px;
	padding-left: 80px;
	width: 460px;
	color: #ffffff;
}

@media screen and (max-width: 1200px) {
	.p-about-main__txt {
		padding-left: 20px;
		width: 390px;
	}
}

@media only screen and (max-width: 1030px) {
	.p-about-main__txt {
		width: 330px;
	}
}

@media only screen and (max-width: 767px) {
	.p-about-main__txt {
		padding-top: 16vw;
		padding-left: 0;
		padding-right: 5.3333333333vw;
		width: auto;
	}
}

.p-about-main__ttl {
	margin-left: 60px;
	height: 420px;
	font-size: 42px;
	font-weight: bold;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
}

@media screen and (max-width: 1200px) {
	.p-about-main__ttl {
		margin-left: 30px;
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	.p-about-main__ttl {
		margin-left: 8vw;
		height: 80vw;
		font-size: 8.5333333333vw;
	}
}

.p-about-main__body {
	height: 420px;
	line-height: 2;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
}

@media only screen and (max-width: 1030px) {
	.p-about-main__body {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.p-about-main__body {
		height: 92vw;
		font-size: 3.4666666667vw;
	}
}

.p-about-img {
	display: flex;
	position: relative;
	justify-content: space-between;
	z-index: 10;
	margin-top: 90px;
}

@media only screen and (max-width: 767px) {
	.p-about-img {
		display: block;
		margin-top: 12vw;
	}
}

.p-about-img__item.is-02 {
	margin-left: 150px;
	width: 422px;
}

@media screen and (max-width: 1400px) {
	.p-about-img__item.is-02 {
		margin-left: 10.7142857143vw;
		width: 30vw;
	}
}

@media only screen and (max-width: 767px) {
	.p-about-img__item.is-02 {
		margin-left: 5.3333333333vw;
		width: 69.3333333333vw;
	}
}

.p-about-img__item.is-03 {
	margin-top: 300px;
	margin-right: 60px;
	width: 460px;
}

@media screen and (max-width: 1400px) {
	.p-about-img__item.is-03 {
		margin-right: 4.2857142857vw;
		width: 32.8571428571vw;
	}
}

@media only screen and (max-width: 767px) {
	.p-about-img__item.is-03 {
		margin-top: 13.3333333333vw;
		margin-left: 16vw;
		margin-right: 0;
		width: 72vw;
	}
}

.p-bg {
	margin-top: 150px;
	height: 440px;
	width: 100%;
	background: url(../images/bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

@media only screen and (max-width: 1030px) {
	.p-bg {
		background: url(../images/bg.jpg) no-repeat center center;
		background-size: cover;
	}
}

@media only screen and (max-width: 767px) {
	.p-bg {
		margin-top: 20vw;
		height: 58.6666666667vw;
		background: url(../images/bg.jpg) no-repeat center center;
		background-size: cover;
	}
}

/******************************/
/* メニュー */
/******************************/
.p-menu {
	padding-top: 120px;
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.p-menu {
		padding-top: 16vw;
		padding-bottom: 0;
	}
}

.p-menu__ttl {
	position: absolute;
	top: 0;
	right: 80px;
	font-size: 42px;
	font-weight: bold;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-rl;
	        writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
	.p-menu__ttl {
		position: static;
		margin-bottom: 8vw;
		font-size: 8.5333333333vw;
		-ms-writing-mode: lr-tb;
		-webkit-writing-mode: horizontal-tb;
		        writing-mode: horizontal-tb;
		text-align: center;
	}
}

.p-menu-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -40px;
	margin-right: -40px;
}

@media screen and (max-width: 1400px) {
	.p-menu-list {
		margin-left: -2.8571428571vw;
		margin-right: -2.8571428571vw;
	}
}

@media only screen and (max-width: 1030px) {
	.p-menu-list {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
}

.p-menu-list__item {
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
	width: 50%;
}

@media screen and (max-width: 1400px) {
	.p-menu-list__item {
		padding-left: 2.8571428571vw;
		padding-right: 2.8571428571vw;
	}
}

@media only screen and (max-width: 1030px) {
	.p-menu-list__item {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list__item {
		margin-top: -10.6666666667vw;
		padding-left: 0;
		padding-right: 0;
		width: auto;
	}
}

.p-menu-list__item:nth-child(2n) {
	top: 270px;
}

@media only screen and (max-width: 767px) {
	.p-menu-list__item:nth-child(2n) {
		top: auto;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list__item:first-child {
		margin-top: 0;
	}
}

.p-menu-list__img {
	position: relative;
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	width: 530px;
}

@media screen and (max-width: 1400px) {
	.p-menu-list__img {
		width: 37.8571428571vw;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list__img {
		width: 78.6666666667vw;
	}
}

.p-menu-list__txt {
	position: relative;
	top: -150px;
	z-index: 1;
	padding: 150px 30px 50px 30px;
	border-radius: 6px;
	background: #ffffff;
	-webkit-box-shadow: 10px 10px 20px rgba(184, 184, 184, 0.2);
	        box-shadow: 10px 10px 20px rgba(184, 184, 184, 0.2);
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-menu-list__txt {
		top: -20vw;
		padding: 20vw 5.3333333333vw 8vw 5.3333333333vw;
	}
}

.p-menu-list__txt.is-kuro {
	background: #282728;
	color: #ffffff;
}

.p-menu-list__txt.is-shiro {
	background: #ffffff;
	color: #282728;
}

.p-menu-list__txt.is-kin {
	background: #9d8d45;
	color: #ffffff;
}

.p-menu-list__txt.is-be {
	background: #ffffff;
	color: #282728;
}

.p-menu-list__txt.is-ki {
	background: #e7d53f;
	color: #282728;
}

.p-menu-list__txt.is-aka {
	background: #b8472d;
	color: #ffffff;
}

.p-menu-list__store {
	display: inline-block;
	padding: 5px 30px;
	border-radius: 30px;
	font-size: 26px;
	font-weight: bold;
}

@media screen and (max-width: 1400px) {
	.p-menu-list__store {
		font-size: 1.8571428571vw;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list__store {
		padding: 1.3333333333vw 4vw;
		border-radius: 8vw;
		font-size: 4vw;
	}
}

.p-menu-list__store.is-kuro {
	background: #ffffff;
	color: #282728;
}

.p-menu-list__store.is-shiro {
	background: #282728;
	color: #ffffff;
}

.p-menu-list__store.is-kin {
	background: #ffffff;
	color: #282728;
}

.p-menu-list__store.is-be {
	background: #f4abad;
	color: #282728;
}

.p-menu-list__store.is-ki {
	background: #282728;
	color: #ffffff;
}

.p-menu-list__store.is-aka {
	background: #ffffff;
	color: #282728;
}

.p-menu-list__name {
	margin-top: 20px;
	line-height: 1.2;
	font-size: 74px;
	font-weight: bold;
}

@media screen and (max-width: 1400px) {
	.p-menu-list__name {
		font-size: 5.2857142857vw;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list__name {
		margin-top: 2.6666666667vw;
		font-size: 11.4666666667vw;
	}
}

.p-menu-list__name span {
	font-size: 97px;
}

@media screen and (max-width: 1400px) {
	.p-menu-list__name span {
		font-size: 6.7142857143vw;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list__name span {
		font-size: 14.9333333333vw;
	}
}

.p-menu-list__price {
	margin-top: 20px;
	font-size: 24px;
}

@media screen and (max-width: 1400px) {
	.p-menu-list__price {
		font-size: 1.7142857143vw;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list__price {
		margin-top: 2.6666666667vw;
		font-size: 3.7333333333vw;
	}
}


.p-menu-list__material {
	margin-top: 20px;
	font-size: 24px;
}

.p-menu-list__material span {
	background: #f00004;
	color: #ffffff;
}

@media screen and (max-width: 1400px) {
	.p-menu-list__material {
		font-size: 1.7142857143vw;
	}
}

@media only screen and (max-width: 767px) {
	.p-menu-list__material {
		margin-top: 2.6666666667vw;
		font-size: 3.7333333333vw;
	}
}

.p-menu-list__note {
	margin-top: 30px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.p-menu-list__note {
		margin-top: 4vw;
		font-size: 2.9333333333vw;
	}
}

/******************************/
/* Instagram */
/******************************/
.p-instagram {
	overflow-x: hidden;
	padding-top: 150px;
	padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
	.p-instagram {
		margin-top: -20vw;
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
}

.p-instagram__ttl {
	margin-bottom: 75px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-instagram__ttl {
		margin-bottom: 8vw;
		font-size: 8.5333333333vw;
	}
}

.p-instagram-list {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (max-width: 767px) {
	.p-instagram-list {
		padding-left: 17.3333333333vw;
		padding-right: 17.3333333333vw;
	}
}

.p-instagram-list .slick-list {
	overflow: visible;
}

.p-instagram-list__item {
	padding-left: 5px;
	padding-right: 5px;
}

.p-instagram__btn {
	margin-top: 75px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-instagram__btn {
		margin-top: 10.6666666667vw;
	}
}

.p-instagram__btn a {
	display: inline-block;
	padding: 20px;
	width: 315px;
	border-radius: 35px;
	font-size: 18px;
	background: #ffffff;
	-webkit-box-shadow: 10px 10px 20px rgba(184, 184, 184, 0.2);
	        box-shadow: 10px 10px 20px rgba(184, 184, 184, 0.2);
	text-decoration: none;
}

@media only screen and (max-width: 767px) {
	.p-instagram__btn a {
		padding: 4vw;
		width: 64vw;
		border-radius: 9.3333333333vw;
		font-size: 3.7333333333vw;
	}
}

.p-instagram__btn a:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(184, 184, 184, 0.3);
	        box-shadow: 5px 5px 10px rgba(184, 184, 184, 0.3);
	-webkit-transform: translate(3px, 3px);
	        transform: translate(3px, 3px);
}

/******************************/
/* 店舗案内 */
/******************************/
.p-store {
	padding-top: 120px;
	padding-bottom: 75px;
	background: url(../images/bg-wave.jpg) repeat #282828;
	color: #ffffff;
}

@media only screen and (max-width: 767px) {
	.p-store {
		padding-top: 16vw;
		padding-bottom: 8vw;
	}
}

.p-store__ttl {
	margin-bottom: 75px;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.p-store__ttl {
		margin-bottom: 8vw;
		font-size: 8.5333333333vw;
	}
}

.p-store__section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 75px;
}

@media only screen and (max-width: 1030px) {
	.p-store__section {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.p-store__section {
		margin-bottom: 8vw;
	}
}

.p-store__map {
	flex: 1;
	margin-right: 60px;
}

@media only screen and (max-width: 1030px) {
	.p-store__map {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.p-store__map {
		margin-bottom: 5.3333333333vw;
	}
}

.p-store__map iframe {
	width: 100%;
	height: 370px;
}

@media only screen and (max-width: 767px) {
	.p-store__map iframe {
		height: 60vw;
	}
}

.p-store__txt {
	width: 465px;
}

@media only screen and (max-width: 1030px) {
	.p-store__txt {
		width: auto;
	}
}

.p-store__name {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	letter-spacing: 0.16em;
}

@media only screen and (max-width: 767px) {
	.p-store__name {
		margin-bottom: 5.3333333333vw;
		padding-bottom: 2.6666666667vw;
		font-size: 4.8vw;
	}
}

.p-store-tbl {
	line-height: 2;
	width: 100%;
}

.p-store-tbl th {
	padding: 0 10px 10px 0;
	width: 120px;
	font-weight: normal;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	.p-store-tbl th {
		padding: 0 2.6666666667vw 2.6666666667vw 0;
		width: 21.3333333333vw;
	}
}

.p-store-tbl td {
	padding: 0 0 10px 0;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	.p-store-tbl td {
		padding: 0 0 2.6666666667vw 0;
	}
}
/*# sourceMappingURL=index.css.map */