@charset "utf-8";
/* CSS Document */

h3 {
	text-align: center;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 3rem;
}
h3 span {
	font-size: 2rem;
	display: block;
}
.btn {
	max-width: 250px;
}
.btn-pattern01 .btn-postmore a {
	background: #DF727E;
	border: #DF727E solid 2px;
	z-index: 11;
}
.btn-pattern01 .btn-postmore a:hover {
	background: #fff;
	border: #DF727E solid 2px;
	z-index: 11;
	color: #DF727E;
}

.btn-pattern01:hover .arrow::before{
	background: #DF727E;
}
.btn-pattern01:hover .arrow::after{
	border-top: 1px solid #DF727E;
}

.pht img {
	max-width: 100%;
}

.cafe-inner-wrap {
	max-width: 1920px;
	margin: 0 auto;
}

@media screen and (max-width: 800px) {
h3 {
	font-size: 2.6rem;
	margin-bottom: 1rem;
}
h3 span {
	font-size: 1.6rem;
}
}
@media screen and (max-width: 420px) {
h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
h3 span {
	font-size: 1.3rem;
}
}
/* --------------------------------------------------
index
-------------------------------------------------- */

/* section.cafe */
#y-cafe {
	z-index: 1;
}
#y-cafe .cafe {
	display: flex;
	position: relative;
	z-index: 2;
}
#y-cafe .cafe:before, #y-shop .layout-wrap:before {
	content: " ";
	background: url(../../img/common/logo-bg.svg) no-repeat;
	position: absolute;
	right: -40px;
	top: -120px;
	background-size: contain;
	width: 628px;
	height: 535px;
	z-index: -1;
}
#y-cafe .cafe .pht {
	width: 50%;
	position: relative;
	margin-bottom: 100px;
}
#y-cafe .cafe .pht img {
	width: 100%;
}
#y-cafe .cafe .cafe-detail {
	width: 50%;
	max-width: 640px;
	margin: 30px auto 0;
	position: relative;
	padding: 20px 20px 0;
	box-sizing: border-box;
	order: 2;
}
#y-cafe .cafe .cafe-detail > ul {
	color: #B7A014;
	font-size: 1.8rem;
	margin: 2rem 0;
}
#y-cafe .cafe .cafe-detail dl dt {
	background: #4D4648;
	color: #fff;
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 12px;
}
#y-cafe .cafe .cafe-detail dl dd {
	font-size: 1.8rem;
}
#y-cafe .btn {
	margin: 20px auto 20px 0;
}
.btn-pattern02 .btn-postmore span {
	color: #DF727E;
	border:#fff solid 2px;
	background: #fff;
	text-decoration: none;
	display: block;
	vertical-align: middle;
	padding: 10px;
	border-radius: 40px;
	position: relative;
}
.btn-pattern02 .arrow::before{
	background: #DF727E;
}
.btn-pattern02 .arrow::after{
	border-top: 1px solid #DF727E;
}
.btn-pattern02:hover .arrow::before{
	background: #DF727E;
}
.btn-pattern02:hover .arrow::after{
	border-top: 1px solid #DF727E;
}
#y-cafe .pct-logo {
	position: relative;
	padding-bottom: 40px;
	z-index: 10;
}
#y-cafe .pct-logo img {
	width: 18vw;
	max-width: 450px;
}
#y-cafe .cafe .cafe-detail .pct-logo:before {
	content: " ";
	background: url(../img/cafe-menu.png) no-repeat;
	position: absolute;
	left: 50%;
	top: -100px;
	width: 22vw;
	max-width: 383px;
	height: 420px;
	background-size: contain;
	z-index: -1;
}
/* section.menu */

#y-cafe .menu {
	background: url(../../img/common/cafe-bg.svg) repeat center top;
	padding: 100px 0 10rem;
	position: relative;
	margin-bottom: 0;
	padding-left: 20px;
	z-index: 1;
}
#y-cafe .menu:before {
	content: " ";
	width: 120%;
	height: 120px;
	background: #fff;
	display: block;
	position: absolute;
	top: -30px;
	left: -5%;
	transform: skew(0deg, 4deg);
}
#y-cafe .menu .cafe-inner {
	display: flex;
	margin-top: -200px;
	padding-bottom: 70px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
#y-cafe .menu h3 {
	color: #B7A014;
	font-size: 6rem;
	font-weight: bold;
}
/*#instagram */
#instagram {
	width: 40%;
	margin-top: 10%;
	position: relative;
	padding-bottom: 80px;
}
#instagram p.insta-ttl {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

#instagram p.insta-ttl:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid black;
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom:-12px;
}

#instagram p > span {
	background: #000;
	position: relative;
	display: inline-block;
	padding: 10px 40px;
	color: #fff;
}

#instagram .ornament{
	position: absolute;
	top:-30px;
	color: #000;
	display: block;
}

.ornament:before{
	content: "＼";
}

.ornament:after{
	content: "／";
}

#instagram #instagram-content {
	background: #fff;
	max-width: 400px;
	max-height: calc(100% - 86px);
	margin: 0 auto;
	border-radius:4px;
	padding: 8px 8px 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#instagram #instagram-content figure{
	position: relative;
	overflow: hidden;
}

#instagram #instagram-content figure:before{
	content: " ";
	display: block;
	padding-top: 100%;
}

#instagram #instagram-content figure div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0%;
}

#instagram #instagram-content figure div img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
	transition: transform .2s linear;
	max-width: none;
	max-height: 120%;
	max-width: 120%;
}

#instagram #instagram-content p {
	max-height: 230px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	padding-top: 10px;
}

#instagram #instagram-content .fab:before {
	font-size: 4rem;
	display: block;
	line-height:1;
	margin-bottom: 4px;
}

#y-cafe .layout-box {
	width: 60%;
	max-height: 960px;
	background: url(../img/ttl-cafe.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	transform: skew(0deg, 3deg);
	z-index: 9;
	margin-left: 20px;
}
#y-cafe .layout-box:hover {
	opacity:0.8;
}
#y-cafe .layout-box a{
	display: block;
	color: #333;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#y-cafe .layout-box:before {
	content: "";
	display: block;
	padding-top: 70%;
}
#y-cafe .layout-box:after {
	content: " ";
	width: 120%;
	height: 180px;
	background: #fff;
	display: block;
	position: absolute;
	top: -90px;
	left: -5%;
	transform: skew(0deg, -6deg);
	z-index: -1;
}
#y-cafe .layout-box .layout-box-inner {
	transform: skew(0deg, -3deg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.layout-box h4 {
	font-size: 1.3vw;
	display: inline-block;
	color: #fff;
	padding: 2.2rem 2.4rem;
	line-height: 1;
	font-weight: bold;
}
.txt-box {
	background: rgba(255,255,255,0.8);
	display: inline-block;
	text-align: left;
	position: absolute;
	top: 270px;
	right: 0;
	padding: 30px;
	width: 100%;
	max-width: 500px;
	z-index: 1;
}
.menu .txt-box {
	transform: skew(0deg, -3deg);
}
.pht-note {
	display: inline-block;
	text-align: left;
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 1.2rem;
}
.pht-note span {
	background: rgba(0,0,0,0.6);
	color: #fff;
	display: block;
	padding: 0.5rem;
}
#y-cafe .layout-box h4 {
	background: #B7A014;
	position: absolute;
	left: 0;
	top: 190px
}
#y-cafe .layout-box dl dt {
	font-size: 2.6rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}
#y-cafe .layout-box dl ul, .txt-box ul {
	font-size: 2.6rem;
}
.txt-box ul {
	line-height: 1.2;
	margin-top: 2rem;
}
.txt-box ul li span {
	font-size: 1.4rem;
}
.award-wrap {
	position: absolute;
	left: -5%;
	bottom: 0px;
	z-index: 999;
}
.award div, .award div:after, .award div:before, .award div p {
	content: "";
	width: 140px;
	height: 140px;
	background-color: #BA8C12;
	position: absolute;
	top: 0px;
}
.award, .award div, .award div:after, .award div:before {
	-webkit-transform: rotate(22.5deg);
	-moz-transform: rotate(22.5deg);
	transform: rotate(22.5deg);
}
.award div p {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	text-align: center;
	z-index: 999;
	line-height: 140px;
	color: #fff;
}
.award div span {
	font-size: 3.5rem;
	display: block;
	line-height: 1.2;
	text-align: center;
	padding-top: 20px;
}
.award div span span {
	font-size: 2rem;
	display: block;
	line-height: 1.2;
}
.award {
	position: relative;
	width: 140px;
	height: 140px;
	background-color: #BA8C12;
	margin: 20px 0 0 20px;
	transform: skew(0deg, 2deg);
}
.menu .sub-txt a {
	background: url(../img/cafe-txt-bg.png) no-repeat center center;
	background-size: contain;
	width: 104%;
	max-height: 900px;
	margin-left: -2%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20% 0;
}
.sub-txt p {
	background: #DF727E;
	color: #fff;
	width: 240px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 200px;
	text-align: center;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.5;
}
#y-shop .shop {
	background: #D1B08A;
}
#y-shop .shop a {
	display: flex;
	position: relative;
	height: 100%;
	background: url(../img/ttl-shop.jpg) no-repeat right center;
	background-size: contain;
}
#y-shop .shop:before {
	content: " ";
	width: 120%;
	height: 70px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: -30px;
	left: -5%;
	transform: skew(0deg, -2deg);
	z-index: 9;
}
#y-shop .shop .shop-detail {
	position: relative;
	padding: 50px 0 55px;
	width: 50%;
}
#y-shop .shop .cafe-inner {
	display: flex;
}
#y-shop .shop h3 {
	color: #fff;
	width: 60%;
}
#y-shop .shop h3 span {
	max-width: 20em;
	margin: 0 auto;
}
#y-shop .shop .btn {
	width: 40%;
	max-width: 300px;
}
#y-shop .shop .cafe-inner {
	width: 92%;
	margin: 0 auto;
}
#y-shop .shop .cafe-inner p {
	color: #fff;
	text-align: center;
}
#y-shop .shop .shop-detail {
	width: 60%;
	background: #D1B08A;
}

.layout-wrap {
	display: flex;
	position: relative;
}
.layout-wrap .goods {
	width: 58%;
	max-width: 1300px;
	position: relative;
	z-index: 11;
}
.layout-wrap .goods a {
	display: block;
}
.layout-wrap figure img {
	width: 100%;
}
.layout-wrap .goods .sub-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
.layout-wrap .goods .sub-txt p {
	padding: 20px;
}
.layout-wrap .reservation {
	width: 40%;
	right: -18px;
	z-index: 11;
}
.layout-wrap .reservation > a{
	display: block;
	color: #333;
}
#y-shop .layout-wrap h4 {
	background: #B7A014;
	position: absolute;
	font-size: 1.3vw;
	display: inline-block;
	color: #fff;
	padding: 2.2rem 2.4rem;
	line-height: 1;
	font-weight: bold;
	width: 270px;
	text-align: center;
	z-index: 1;
}
#y-shop .layout-wrap .goods h4 {
	right: 0.9%;
	top: 100px;
}
#y-shop .layout-wrap:after {
	content: " ";
	background: url(../img/pct-goods.png) no-repeat right;
	position: absolute;
	right: -20px;
	top: -120px;
	width: 485px;
	height: 311px;
	background-size: contain;
	z-index: 10;
}
.layout-wrap .reservation .txt-box {
	top: 14rem;
	width: auto;
	left:0;
	z-index: 11;
}
.layout-wrap .reservation .txt-box p {
	margin-bottom: 2rem;
}
.layout-wrap .reservation h4 {
	top: 5rem;
}
.layout-wrap .reservation .btn {
	position: absolute;
	bottom: -2rem;
	right: 6%;
	width: 600px;
	margin: 0;
}
@media screen and (min-width: 1800px) {
#y-shop .shop a {
	background-size: 45%;
}
#y-shop .shop:before {
	height: 100px;
	bottom: -50px;
}
.layout-wrap .reservation .btn {
	bottom: 4rem;
}
}

@media screen and (max-width: 1440px) {
.txt-box {
	padding: 3%;
}
.layout-box h4 {
	font-size: 2.4rem;
}
#y-cafe .menu {
	background-size: 18vw;
}
.menu .sub-txt a {
	background-size:cover;
}
#y-shop .layout-wrap:after {
	background-size: 70%;
}

#y-cafe .layout-box h4 {
	padding: 1.4rem 2.4rem;
}
#y-shop .layout-wrap h4 {
	padding: 1.4rem 2.4rem;
	font-size: 2.4rem;
}
#y-shop .layout-wrap .goods h4 {
	top: 60px;
}
#y-cafe .layout-box dl dt, .txt-box ul {
	font-size: 2.0rem;
}
.layout-wrap .reservation .txt-box {
	top: 10rem;
}
.layout-wrap .reservation h4 {
	top: 3rem;
}
}

@media screen and (max-width: 1200px) {
.txt-box {
	padding: 3%;
	max-width: 440px;
	width: 70%;
}
#y-shop .shop .cafe-inner {
	display: block;
}
#y-shop .shop h3, #y-shop .shop .btn {
	width: 100%;
}
#y-shop .layout-wrap:after {
	background-size: 60%;
}
}

@media screen and (max-width: 1080px) {
.btn-postmore {
	margin:0;
}

#instagram {
	margin-top: -2.5%;
}
#instagram #instagram-content p {
	max-height: 70px;
}
#y-cafe .layout-box {
	max-height: 720px;
}

}

@media screen and (max-width: 800px) {
#y-cafe .cafe .cafe-detail > ul, #y-cafe .cafe .cafe-detail dl dd {
	font-size: 1.4rem;
}
#y-cafe .pct-logo {
	padding-bottom: 0;
}
#y-cafe .pct-logo img {
	width: 200px;
}
#y-cafe .btn {
	margin: 6% auto 0;
}
#y-cafe .cafe .cafe-detail .pct-logo:before {
	left: inherit;
	right: 0;
	top: -50px;
	width: 197px;
	height: 210px;
}
#y-cafe .cafe .cafe-detail {
	width: 92%;
	margin: 0 auto;
	position: relative;
	padding: 0 0 40px;
	box-sizing: border-box;
	max-width: 100%;
}
#y-cafe .layout-box {
	width: 100%;
	transform: skew(0deg, -3deg);
	background-size: contain;
	margin-top: 0;
	margin-left: 0px;
	max-height: inherit;
}
.layout-box h4 {
	font-size: 2rem;
}
#y-cafe .cafe {
	display: block;
}
#y-cafe .cafe .pht {
	width: 100%;
	margin-bottom: 60px;
}
#y-cafe .cafe:before,
#y-shop .layout-wrap:before {
	right: 0;
	top: -20px;
	width: 320px;
	height: 277px;
	z-index: -1;
}
#y-cafe .cafe:before,
#y-shop .layout-wrap:before {
	top: -100px;
}
#y-shop .layout-wrap:before {
	left: 0;
}
#y-cafe .menu .cafe-inner {
	display: block;
	margin-bottom: 40px;
	margin-bottom: 0;
	padding-bottom: 200px;
}
#y-cafe .layout-box .layout-box-inner {
	transform: skew(0deg, 3deg);
}
#y-cafe .layout-box:after {
	display: none;
}
#instagram {
	padding-top: 8%;
	width: 100%;
	padding-bottom: 40px;
}
#instagram .ornament{
	top:-22px;
}
.txt-box {
	width: 80%;
	max-width: inherit;
}
.menu .txt-box {
	display: block;
	position: relative;
	margin: 0 auto;
}
.menu .txt-box {
	transform: skew(0deg, 3deg);
	top: 80%;
}
.award-wrap {
	left: auto;
	right: 30px;
	bottom: auto;
	margin-top: 40%;
	top: 0;
}

.award {
	width: 100px;
	height: 100px;
}
.award div span {
	font-size: 2.4rem;
	padding-top: 15px;
}
.award div span span {
	font-size: 1.4rem;
}
.award div,
.award div:after,
.award div:before,
.award div p {
	width: 100px;
	height: 100px;
}
.pht-note {
	right:0;
	top: 5%;
	bottom: auto;
}
#y-shop .shop .shop-detail {
	width: 100%;
	padding: 4% 0;
}
#y-shop .shop a {
	display: block;
	position: relative;
	height: auto;
	background: url(../img/ttl-shop.jpg) no-repeat right bottom;
	padding-bottom: 100%;
	background-size: 100%;
}
.layout-wrap {
	display: block;
	padding-top: 60px;
}
.layout-wrap .goods,
.layout-wrap .reservation {
	width: 94%;
}
.layout-wrap .goods {
	margin-bottom: 4rem;
}
.layout-wrap .reservation {
	width: 94%;
	margin-left: auto;
}
.layout-wrap .reservation {
	position: relative;
}
#y-shop .layout-wrap:after {
	top: -170px;
	background-size: 60%;
	right: 20px;
}
#y-shop .layout-wrap h4 {
	font-size: 2.0rem;
	width: auto;
}
.sub-txt p {
	font-size: 1.4rem;
	width: 180px;
	height: 180px;
	border-radius: 50%;
}
#y-cafe .menu h3 {
	font-size: 3.0rem;
	margin-bottom: 3rem;
}
#y-cafe .layout-box dl dt, .txt-box ul {
	font-size: 1.6rem;
}
#y-cafe .menu {
	padding: 100px 0 40px;
}
.btn-pattern02 {
	margin: 4% auto;
}
.layout-wrap .reservation .btn {
	bottom: 8%;
	width: inherit;
}
}

@media screen and (max-width: 420px) {
#instagram {
	padding-top: 12%;
}
#instagram #instagram-content p {
	max-height: 100px;
}
.award {
	width: 80px;
	height: 80px;
}
.award div span {
	font-size: 1.8rem;
	padding-top: 13px;
}
.award div span span {
	font-size: 1rem;
}
.award div,
.award div:after,
.award div:before,
.award div p {
	width: 80px;
	height: 80px;
}
.layout-box h4 {
	font-size: 1.4rem;
}
#y-cafe .layout-box h4 {
	padding: 1rem 2.4rem;
}
.pht-note {
	bottom: 300px;
}
#y-shop .layout-wrap:after {
	background-size: 50%;
}
#y-shop .shop .btn {
	max-width: 240px;
}
.award-wrap {
	margin-top: 35%;
	right: 20px;
}
.menu .txt-box {
	margin-top: 2rem;
}
.layout-wrap .goods .sub-txt {
	bottom: 0;
	height: 150px;
}
.txt-box ul li span {
	font-size: 1.1rem;
}
.sub-txt p {
	font-size: 1.1rem;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
#y-cafe .layout-box dl dt, .txt-box ul {
	font-size: 1.4rem;
}

#y-shop .layout-wrap h4 {
	font-size: 1.4rem;
	padding: 1rem 2.4rem;
}
#y-shop .layout-wrap .goods h4 {
	top: 30px;
}
.layout-wrap .reservation {
	padding-top: 1rem;
}
.layout-wrap .reservation .txt-box {
	bottom: auto;
	top: 8rem;
	width: 90%;
}
.layout-wrap .reservation .txt-box p {
	margin-bottom: 1rem;
}
}
/* --------------------------------------------------
reservation
-------------------------------------------------- */

.reserved {
	margin-bottom: 2em;
}
.reserved .txt-indent {
	text-indent: 1em;
	margin-bottom: 1em;
}
.reserved table {
	width: auto;
	margin: 1em 0;
	border-collapse: collapse;
	border: 1px solid #DDD;
	max-width: 100%;
	border-spacing: 0;
	width: 100%
}
.reserved table caption {
	text-align: center;
	margin-bottom: 0.5em;
}
.reserved table tr th {
	background: #f6f6f6;
	padding: 0.5em 2em;
	border: 1px solid #DDD;
	max-width: 200px;
	width: 20%
}
.reserved table tr td {
	background: #FFFFFF;
	padding: 0.5em 2em;
	border: 1px solid #DDD;
	word-break: break-all;
	word-wrap: break-word;
}
.reserved table .txt-justify {
	-moz-text-align-last: justify;
	text-align-last: justify;
}
/* --------------------------------------------------
cafe
-------------------------------------------------- */

.ttl-cafe-block {
	width: 40%;
	text-align: center;
	position: relative;
	padding-bottom: 80px;
}

#y-cafe .menu .ttl-cafe-block h3 {
	color: inherit;
	text-align: left;
	font-size: 2.6rem;
}

#y-cafe.cafe-wrap {
	/*overflow: hidden;*/
}
#y-cafe.cafe-wrap .menu {
	padding: 0;
}
#y-cafe.cafe-wrap .menu:before {
	height: 55%;
}
#y-cafe.cafe-wrap .menu .cafe-inner {
	padding-bottom: 30px;
	margin-top: 0;
	margin-bottom: 10rem;
}
#y-cafe.cafe-wrap .layout-box:hover {
	opacity:1;
}
.txt-inner {
	max-width: 535px;
	margin: 0 auto;
	text-align: left;
	padding: 0 6%;
	box-sizing: border-box;
}
.txt-inner p {
	margin-bottom: 2rem;
}
#y-cafe.cafe-wrap .pct-logo {
	text-align: right;
}
#y-cafe.cafe-wrap .pct-logo img {
	width: 220px;
}
/*article-list*/
.cafe-list h3 {
	color: #fff;
	font-size: 2.4rem;
	background: #DF727E;
	padding: 2rem;
	text-align: left;
}
.cafe-list .article-list {
	margin: 10px -20px 0 0;
	padding: 0 20px;
}
.cafe-list .article-list h4 {
	font-size: 1.5rem;
	color: #436783;
	font-weight: bold;
	margin-top: 1rem;
}
.cafe-list .article-list > li {
	width: calc(100% / 4 - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
  word-wrap:break-word;
}
.cafe-list .article-list > li:nth-child(3n) {
	margin-right: 20px;
}
.cafe-list .article-list > li:nth-child(4n) {
	margin-right: 0;
}
/* .cafe-list .article-list figure img {
	max-width: 100%;
} */
@media screen and (max-width: 1200px) {
#y-cafe.cafe-wrap .menu .cafe-inner {
    margin-bottom: 2rem;
}
}

@media screen and (max-width: 800px) {
/* #y-cafe .menu .ttl-cafe-block h3 br {
	display: none;
} */

#y-cafe.cafe-wrap .cafe-inner {
	display: block;
	margin-bottom: 6%;
}
.ttl-cafe-block {
	width: 100%;
	margin-top: 0;
	padding-bottom: 20px;
}
#y-cafe .menu .ttl-cafe-block h3 {
	font-size: 1.8rem;
}
#y-cafe.cafe-wrap .menu {
	/*padding: 20px 0 0;*/
}
#y-cafe.cafe-wrap .menu:before {
	background: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 820px 50px 0;
	border-color: transparent #fff transparent transparent;
	top: 0;
	left: 0;
	transform: none;
}
#y-cafe.cafe-wrap .layout-box {
	width: 100%;
	margin-top: 0;
}
.txt-inner {
	max-width: 100%;
	padding: 0 10px;
}
.txt01 {
	margin-right: 220px;
}
#y-cafe.cafe-wrap .menu .cafe-inner {
	margin-top: 3rem;
}
#y-cafe.cafe-wrap .layout-box:after {
	display: none;
}
#y-cafe.cafe-wrap .pct-logo {
	position: absolute;
	bottom: 0;
	right: 10px;
}
#y-cafe .layout-box h4 {
	top: 70px;
}
#y-cafe.cafe-wrap .pct-logo img {
	width: 150px;
}
cafe-list {
	position: relative;
}
.cafe-list h3 {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	padding: 1rem;
}
.cafe-list .article-list {
	margin: 10px -10px 20px 0;
	padding: 0;
}
.cafe-list .article-list > li {
	width: calc(100% / 2 - 10px);
	margin-right: 10px;
	margin-bottom: 20px;
}
.cafe-list .article-list > li:nth-child(3n) {
	margin-right: 10px;
}
.cafe-list .article-list > li:nth-child(2n) {
	margin-right: 0;
}
.cafe-list .inner {
	padding: 0 10px;
	box-sizing: border-box;
}
.cafe-list .article-list h4 {
	margin-top: 0.5rem;
}
}

@media screen and (max-width: 420px) {
.layout-wrap .reservation {
	margin-bottom: 100px;
}
.txt01 {
	margin-right: 0;
}
#y-cafe.cafe-wrap .pct-logo {
	position: initial;
}
#y-cafe.cafe-wrap .pct-logo img {
	width: 100px;
}
.layout-wrap .reservation .btn{
	bottom:-20%;
	left: 50%;
	margin-left: -140px;
}
#y-cafe .layout-box h4 {
	top: 40px;
}
}
/* --------------------------------------------------
shop
-------------------------------------------------- */
#y-shop.shop-wrap .shop h3 {
	width: 100%;
}
#y-shop.shop-wrap .shop .cafe-inner {
	width: 92%;
	margin: 0 auto;
	display: block;
}
#y-shop.shop-wrap .shop .cafe-inner p {
	font-size: 2rem;
	color: #fff;
	text-align: center;
}
.pct-shop {
	text-align: center;
}
.pct-shop img {
	max-width: 90%;
}
.cafe-list {
	position: relative;
}
.cafe-note {
	text-align: center;
	margin-top: 4rem;
	font-size: 1.6rem;
	font-weight: bold;
}
#y-shop.shop-wrap .shop {
	display: flex;
	position: relative;
	height: 100%;
	background: url(../img/ttl-shop.jpg) no-repeat right center;
	background-size: contain;
}

@media screen and (min-width: 1800px) {
#y-shop.shop-wrap .shop{
	background-size: 45%;
}
}
@media screen and (max-width: 800px) {
#y-shop.shop-wrap .shop h3 {
	font-size: 2.4rem;
	margin-bottom: 4%;
}
#y-shop.shop-wrap .shop .cafe-inner p {
	font-size: 1.3rem;
}
.pct-shop img {
	max-width: 80%;
}
#y-shop.shop-wrap .shop .shop-detail {
	width: 100%;
	padding: 4% 0;
}
#y-shop.shop-wrap .shop {
	display: block;
	position: relative;
	height: auto;
	background: url(../img/ttl-shop.jpg) no-repeat right bottom;
	padding-bottom: 100%;
	background-size: 100%;
}
#y-shop.shop-wrap .shop:before {
	height: 40px;
}
.cafe-note {
	margin-top: 2rem;
}
#y-shop.shop-wrap .shop a {
	display: block;
	position: relative;
	height: auto;
	background: url(../img/ttl-shop.jpg) no-repeat right bottom;
	padding-bottom: 100%;
	background-size: 100%;
}
}

@media screen and (max-width: 420px) {
#y-shop.shop-wrap .shop .cafe-inner p {
	text-align: left;
}
#y-shop.shop-wrap .shop .cafe-inner p br {
	display: none;
}
}

.wysiwyg > p {
	margin-bottom: 3.6rem;
}

.wysiwyg table {
	margin-bottom: 10rem;
}

/* --------------------------------------------------
cafe-shop
-------------------------------------------------- */
#y-cafe.cafe-shop .menu:before{
	transform: skew(0deg, 0deg);
}
#y-cafe.cafe-shop .menu .cafe-inner{
	padding-bottom: 0;
	margin-bottom: 4em;
}
.cafe-shop .cafe-inner{
	max-width: 140rem;
	margin: 0 auto;
	justify-content: space-between;
}
.cafe-shop .txt-inner{
	background: #B7A014;
	color: #fff;
	padding: 2em 1em;
	font-size: 1.8rem;
}
#y-cafe.cafe-shop .pct-logo{
	text-align: center;
}
.cafe-shop .ttl-cafe-block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 0;
	width: 38%;
}

.cafe-shop .today-lunch{
	background: #E3DCBC;
	max-width: 904px;
	width: 60%;
}
.cafe-shop .today-lunch figure:after{
	content: " ";
	width: 120%;
	height: 180px;
	background: #fff;
	display: block;
	position: absolute;
	top: -90px;
	left: -2px;
	transform: skew(0deg, -6deg);
	z-index: 1;
}
.cafe-shop .today-lunch figure{
	transform: skew(0deg, 3deg);
	position: relative;

}
.cafe-shop .today-lunch figure img{
	width: 100%;
}
#y-cafe.cafe-shop h3.ttl-lunchbox{
	color: #000;
	font-size: 2.6rem;
	text-align: left;
	margin-bottom: 0;
}
.cafe-shop .today-lunch .row{
	display: flex;
	padding: 3em 2em;
}
.cafe-shop .today-lunch .row .col2{
	width: 49%;
	justify-content: space-between;
}
.cafe-shop .today-lunch .lunch-price{
	font-size: 1.8rem;
}
.cafe-shop .btn-week-menu{
	background: #B7A014;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	transition: .3s;
	cursor: pointer;
	margin: 1em auto 0 auto;
	font-size: 2.4rem;
	color: #fff;
}
.cafe-shop .btn-week-menu span{
	border-bottom: 2px solid #fff;
}
.cafe-shop .txt_block{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*font-size: 1.8rem;*/
}
.cafe-shop .txt_block .contact-info span{
	font-size: 2.4rem;
}
.cafe-shop .cafe-list h3{
	background: #B7A014;
}

.cafe-shop .cafe-list .article-list h4{
	color: #000;
	font-size: 2.2rem;
}
.cafe-shop .cafe-list .article-list .price{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: .5em;
}
.cafe-shop h3.ttl-shop{
	background: #5587A4;
}

.cafe-shop .post-pht div{
	background: #fff;
    border-radius: 0;
    box-shadow: none;
	padding-top: 100%;
	/* padding-top: 69.7%; */
}
@media screen and (max-width: 800px) {
	.pc-only{
		display: none;
	}
	#y-cafe.cafe-shop .menu{
		background: none;
	}
	.cafe-shop .txt-inner{
		padding-bottom: 0;
		width: 100%;
		display: flex;
		position: relative;
		z-index: 100;
		padding: 2em 1em 1em;
	}
	.txt-inner p{
		font-size: 1.6rem;
	}
	#y-cafe.cafe-shop .pct-logo{
		position: relative;
		width: 45%;
		display: flex;
		flex-direction: column;
		text-align: center;
		justify-content: center;
	}
	#y-cafe.cafe-shop .pct-logo img{
		margin: 0 auto;
	}
	.cafe-shop .ttl-cafe-block,
	.cafe-shop .today-lunch{
		width: 100%;
	}

	.cafe-shop .today-lunch figure:after{
		background: #B7A014;
		height: 75px;
		top: -45px;
	}
	.cafe-shop .today-lunch .row{
		display: block;
		position: relative;
	}
	.cafe-shop .today-lunch .row .col2{
		width: 100%;
	}
	#y-cafe .menu .ttl-cafe-block h3{
		margin-bottom: 1rem;
	}
	#y-cafe.cafe-shop h3.ttl-lunchbox{
		font-size: 2.2rem;
	}
	.cafe-shop .today-lunch .lunch-price{
		margin-bottom: 1em;
	}
	.cafe-shop .today-lunch .lunch-price,
	.cafe-shop .txt_block{
		font-size: 1.4rem;
	}
	.cafe-shop .btn-week-menu{
		position: absolute;
		top: -6em;
		font-size: 1.8rem;
		width: 120px;
		height: 120px;

	}

	.cafe-shop .txt_block .contact-info{
		margin-top: 1em;
	}
	.cafe-shop .cafe-list .article-list h4{
		font-size: 1.8rem;
	}
	.cafe-shop .cafe-list .article-list .price{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 420px){
	.cafe-shop .txt-inner{
		display: block;
		padding: 1em .5em .5em;
	}
	.cafe-inner{
	position: relative;
	}
	.cafe-shop .today-lunch .row{
		position: unset;
	}
	.cafe-shop .today-lunch figure{
		top: -11px;
	}
	.cafe-shop .today-lunch figure:after{
		height: 53px;
	}
	#y-cafe .menu .ttl-cafe-block h3{
		font-size: 1.8rem;
	}
	#y-cafe.cafe-shop .pct-logo{
		width: 100%;
		margin-bottom: 1em;
	}
	.txt-inner p{
		font-size: 1.4rem;
	}
	#y-cafe.cafe-shop h3.ttl-lunchbox{
		font-size: 2rem;
	}
	.cafe-shop .txt_block .contact-info span{
		font-size: 1.8rem;
	}
	.cafe-shop .btn-week-menu{
		font-size: 1.6rem;
		width: 100px;
		height: 100px;
		background: #e3dcbc;
		color: #000;
		z-index: 100;
		top: 4%;
		right: 10px;

	}
	.cafe-shop .btn-week-menu span{
		border-bottom: 2px solid #000;
	}
	.cafe-shop .cafe-list .article-list h4{
		font-size: 1.6rem;
	}
	.cafe-shop .cafe-list .article-list .price{
		font-size: 1.4rem;
	}
}
