@charset "utf-8";
body {
	background-image: url(../img/bky.jpg);
	background-repeat: repeat;
	
}
/* CSS Document */

 #loader-bg {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10000;
	height: 100%;
        }

        #loader-bg img {
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10000;
	width: 33px;
	height: auto;
            }
.line {
	width: 100%;
	height: 104px;
	background-image: url(../img/leaf-line.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: -48px;
	background-position: center 0%;
}
#topimg {
	height: 100vh;
	background-image: url(../img/topimg.jpg);
	background-position: center top;
	margin-bottom: 50px;
	background-size: cover;
}
.waku {
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}
.ank {
	padding-bottom: 0px;
	margin-top: -60px;
	padding-top: 60px;
}

.waku-story {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	background-image: url(../img/bk-story.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 60px;
}



.kado,.kado-kodawari,.kado-menu,.kado-tenpo {
	position: relative;
}
.kado::before,.kado-kodawari::before,.kado-menu::before,.kado-tenpo::before {
	content: "";
	top: 0;
	left: 0;
	border-bottom: 7em solid transparent;
	position: absolute;
	z-index: 100;
}
.kado::before,.kado-menu::before {
	border-left: 7em solid #E8D320; /* ラベルの色はここで変更 */
}
.kado-kodawari::before,.kado-tenpo::before {
	border-left: 7em solid #000000; /* ラベルの色はここで変更 */
}

.kado::after,.kado-kodawari::after,.kado-menu::after,.kado-tenpo::after {
	display: block;
	top: 35px;
	transform: rotate(-45deg);
	left: 2px;
	position: absolute;
	z-index: 101;
	font-weight: bold;
}
.kado::after {
	content: "ストーリー";
	color: #000000; /* 文字色はここで変更 */
}

.kado-kodawari::after {
	content: "こだわり";
	color: #E8D320; /* 文字色はここで変更 */
}
.kado-menu::after {
	content: "メニュー";
	color: #000000; /* 文字色はここで変更 */
}
.kado-tenpo::after {
	content: "店舗情報";
	color: #E8D320; /* 文字色はここで変更 */
}

h2 {
	display: none;

}
.ank {
	padding-bottom: 0px;
	margin-top: -30px;
	padding-top: 30px;
}
.waku-story  p {
	color: rgba(255,255,255,1.00);
	line-height: 2rem;
}
.waku-story .cap {
	padding-top: 80px;
	text-align: center;
	margin-bottom: 60px;

}
.waku-story .cap .ptitle {
	font-size: 2.2rem;
	margin-bottom: 20px;
}
.waku-story .st1 {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	width: 88%;
	margin-bottom: 60px;
	justify-content: center;
	align-items: center;
	margin-right: auto;
}
.st1 div p:nth-child(1) {
	font-size: 1.8rem;
	margin-bottom: 15px;
	line-height: 2.8rem;
}

.waku-story .st1 div:nth-child(1) {
	width: 48%;
}
.waku-story .st1 div:nth-child(2) {
	width: 48%;
	margin-left: 4%;
}
.waku-story .st2 {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	flex-flow: row-reverse;
	justify-content: center;
	align-items: center;
	margin-right: 0px;
	margin-left: auto;
	width: 86%;
}
.st2 div p:nth-child(1) {
	font-size: 1.8rem;
	margin-bottom: 15px;
	line-height: 2.8rem;
}

.waku-story .st2 div:nth-child(1) {
	width: 48%;
}
.waku-story .st2 div:nth-child(2) {
	width: 48%;
	margin-right: 4%;
}
.bk-black {
	background-color: rgba(0,0,0,1.00);
	padding-top: 30px;
	padding-bottom: 30px;
}
.bk-black .waku-kodawari {
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(232,211,32,1.00);
}
.bk-black .waku-kodawari .kodawari {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	padding-top: 60px;
}
.waku-kodawari .kodawari div {
	width: 21%;
	margin-bottom: 40px;
}
.kodawari div img {
	margin-bottom: 15px;
}
.kodawari div p:nth-child(2)  {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.kodawari div p {
	line-height: 1.4rem;
}


.bk-black .waku-tenpo {
	max-width: 1200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(232,211,32,1.00);
}
.bk-black .waku-tenpo .tenpo {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: -webkit-flex; /* Safari */
	display: flex;
justify-content: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	padding-top: 60px;
}
.waku-tenpo .tenpo div {
	width: 21%;
	margin-bottom: 40px;
	padding-left: 2%;
	padding-right: 2%;
}
.tenpo div img {
	margin-bottom: 15px;
}
.tenpo div p:nth-child(2)  {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.tenpo div p {
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.4em;
}

.bkyellow {
	padding-top: 30px;
	padding-bottom: 30px;
}
.waku-menu .leaf1 {
	max-width: 100px;
	position: absolute;
	left: 50%;
	margin-left: 33%;
	display: block;
}
.waku-menu .leaf1 img {
	transform: rotate(90deg);
}
.waku-menu .leaf2 {
	position: absolute;
	left: 50%;
	margin-left: -30%;
	top: -43px;
	z-index: 900;
	display: block;
}
.waku-menu .leaf2 img {
	transform: rotate(-70deg);
}


.waku-menu {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	background-repeat: repeat;
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 60px;
	background-image: url(../img/bk-menu.jpg);
}
.waku-menu p  ,.waku-menu dl{
	color: rgba(255,255,255,1.00);
}
.waku-menu .cap {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 60px;
}
.menuwaku {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.menuwaku div .menutitle {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
    
}
.menuwaku div .menutitle.tmt,.menuwaku div .menutitle.ktmt,.menuwaku div .menutitle.tcft,.menuwaku div .menutitle.ft {
	content: '';/*何も入れない*/
	display: inline-block;/*画像の高さ*/
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left 0%;
	width: 100%;
	padding-top: 39px;
	padding-bottom: 40px;
    
}
.menuwaku div .menutitle.tmt {
	background-image: url(../img/menu-tmt.png);
}
.menuwaku div .menutitle.ktmt {
	background-image: url(../img/menu-ktmt.png);
}
.menuwaku div .menutitle.tcft {
	background-image: url(../img/menu-tcft.png);
}
.menuwaku div .menutitle.ft {
	background-image: url(../img/menu-ft.png);
}



.menuwaku > div {
	width: 47%;
}

.menuwaku div dl {
  display: flex;
  flex-wrap: wrap;
    -webkit-justify-content: space-between; /* Safari */
justify-content: space-between;
}
.menuwaku div dt, .menuwaku div dd {
	line-height: 2rem;
	font-size: 0.8rem;
	border-bottom: 1px solid rgba(116,116,116,1.00);
}

.menuwaku div dt {
	width: 50%;
	
}
.menuwaku div dd {
	width: 50%;

}
.ch {
	background-image: url(../img/menu-ch.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18% auto;
}

.c {
	background-image: url(../img/menu-c.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18% auto;
}
.menusns {
	max-width: 260px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.menusns div {
	width: 20%;
}




















@media screen and (min-width:600px){
    .onlysp {
    display: none;
}
}



@media screen and (max-width:600px){
body {
	background-color: #E8D320;
}

    .onlypc {
        display: none;
    }


    .line {
	background-position: center 0%;
	height: 77px;
	background-size: cover;
	padding-bottom: 0px;
	bottom: -43px;

}
    .open .line {
	background-position: center 0%;
	height: 77px;
	background-size: cover;
	padding-bottom: 0px;
	bottom: -43px;
}
.anks {
	padding-top: 50px;
	margin-top: -50px;
}

.ank {
	margin-top: -5px;
	padding-top: 5px;
}

#topimg {
	background-size: cover;
	height: 100vh;
	background-image: url(../img/topimg-sp.jpg);

}
.waku-story {
	margin-left: 10px;
	background-repeat: repeat-y;
	margin-bottom: 20px;
}



.waku-story .st1, .waku-story .st2 {
	display: block;
	width: 100%;
}
.waku-story .st1 div:nth-child(1) {
	width: 100%;
	margin-bottom: 15px;
}
.waku-story .st1 div:nth-child(2) {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.st1 div p:nth-child(1) {
	text-align: center;
}

.waku-story .st2 {
	width: 100%;
}
.waku-story .st2 div:nth-child(1) {
	width: 100%;
	margin-bottom: 15px;
}
.waku-story .st2 div:nth-child(2) {
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}
.st2 div p:nth-child(1) {
	text-align: center;
}
.bk-black {
}
.bk-black .waku-kodawari {
	margin-left: 10px;
}
.waku-kodawari .kodawari div {
	width: 48%;
}
.kodawari div p:nth-child(2) {
	font-size: 5.5vw;
}
.kodawari div p   {
	font-size: 3.5vw;
}
.menuwaku {
	display: -webkit-flex; /* Safari */
	display: block;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.menuwaku > div {
	width: 100%;
	margin-bottom: 40px;
}
.waku-menu .cap {
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 100px;
}
.menuwaku div dt {
	width: 60%;
	
}
.menuwaku div dd {
	width: 40%;

}
.menuwaku div .menutitle {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.2rem;
}
.waku-tenpo .tenpo div {
	width: 45%;
	margin-bottom: 40px;
}
.waku-menu {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	background-repeat: repeat;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 0px;
	background-image: url(../img/bk-menu.jpg);
}
.bkyellow {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 0px;
}
.tenpo div p:nth-child(2) {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.waku-menu .leaf1 {
	position: absolute;
	display: block;
	margin-right: -1px;
	right: 54px;
	width: 60px;
	left: auto;
	top: 44px;
}
.menusns {
	max-width: 55%;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}











}
