svg {
	display: block;
	width: 100%;
	height: auto;
}
.st1 {
	fill: #5d3919 ;
	stroke-width: 3px;
}
@keyframes handwriting {
	to {
		stroke-dashoffset: 0;
	}
}


/** toplogo **/

#toplogo{
	text-align: center;
	padding: 0 0 30px 0;
}
#toplogo svg{
	width: 500px;
	height: auto;
	margin: 0 auto;
}
#toplogo .mask-line {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 30px;
	stroke-dasharray: 8000;
	stroke-dashoffset: 8000;
	
}
#toplogo .is-visible .mask-line {
	animation: handwriting 3s linear forwards;
}



/** img **/

#topimg{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 400px;
	font-size: 0;
	line-height: 0;
	color: #fff;
	background: url(./img/topimg.jpg) no-repeat top center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#topimg h3{
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 48px;
	line-height: 60px;
}
#topimg span{
	width: 100%;
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 0 50px 0;
}
.subimg{
	position: relative;
	top: -110px;
	margin-bottom: -60px;
}
.subimg img{
	display: inline-block;
	vertical-align: top;
	width: 230px;
	height: auto;
}
.toptxt{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 50px 0;
}


/** cafe **/

#cafe{
	margin: 0 0 80px 0;
}
#cafe svg{
	width: 570px;
	margin: 0 auto 30px auto;
}
#cafe .mask-line {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 20px;
	stroke-dasharray: 8000;
	stroke-dashoffset: 8000;
}
#cafe .is-visible .mask-line {
	animation: handwriting 3s linear forwards;
}
.cfbox{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	font-size: 0;
	line-height: 0;
}
.cfbox:nth-of-type(even){
	flex-direction: row-reverse;
}
.cfbox .img img{
	width: 600px;
	height: auto;
	box-shadow: 0px 10px 0px 0px rgba(90, 57, 25, 0.2);
}
.cfbox:nth-of-type(odd) .img{	margin-right: 40px;}
.cfbox:nth-of-type(even) .img{	margin-left: 40px;}
.cfbox:nth-of-type(odd) .img img{	border-radius: 0 90px 90px 0;}
.cfbox:nth-of-type(even) .img img{	border-radius: 90px 0 0 90px;}
.cfbox .txt{
	text-align: left;
}
.cfbox:nth-of-type(odd) .txt{	padding-right: 160px;}
.cfbox:nth-of-type(even) .txt{	padding-left: 160px;}
.cfbox h4{
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 45px;
	color: #5d3919;
	margin: 0 0 30px 0;
}
.cfbox p{
	font-size: 16px;
	line-height: 30px;
}


/** food **/

.food{
	position: relative;
	display: flex;
	justify-content: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.food .mask-line {
	fill: none;
	stroke: #ffffff;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 5px;
	stroke-dasharray: 8000;
	stroke-dashoffset: 8000;
}
.food .is-visible .mask-line {
	animation: handwriting 2s linear forwards;
}
.food .st1 {
	fill: #ffffff ;
	stroke-width: 3px;
}
.food svg{
	width: 500px;
	margin: 0 0 30px 0;
}
#curry{
	background: #5a3919;
	padding: 100px 0 50px 0;
}
#curry::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100vw 0px 0px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#sweets{
	flex-direction: row-reverse;
	background: #e8342f;
	margin: 0 0 50px 0;
	padding: 50px 0 100px 0;
}
#sweets::before{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100vw 0px 0px;
	border-color: #5a3919 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
#sweets::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 100px 100vw;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	bottom: 0;
	left: 0;
}
.food .img{
	position: relative;
	z-index: 2;
	width: 550px;
	padding: 50px 0 30px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.food .img img:nth-of-type(1),
.food .img img:nth-of-type(3){	position: absolute;}
#curry .img img:nth-of-type(1){
	top: -50px;
	left: 0;
}
#curry .img img:nth-of-type(3){
	bottom: -20px;
	right: -10px;
}
#sweets .img img:nth-of-type(1){
	top: -50px;
	right: 0;
}
#sweets .img img:nth-of-type(3){
	bottom: -20px;
	left: -10px;
}
.food .img img:nth-of-type(1){
	width: 250px;
	height: auto;
}
.food .img img:nth-of-type(2){
	width: 530px;
	height: auto;
}
.food .img img:nth-of-type(3){
	width: 240px;
	height: auto;
}
.food .txt{
	position: relative;
	z-index: 2;
	width: 550px;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#curry .txt{	padding-right: 20px;}
#sweets .txt{	padding-left: 20px;}
.food .txt .obi{
	position: relative;
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 36px;
	line-height: 44px;
}
.food .txt .obi em{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	margin: 0 0 5px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.food .txt .obi img{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: auto;
	position: absolute;
	top: -16px;
	right: 23px;
}
#curry .txt .obi em{	color: #5a3919;}
#sweets .txt .obi em{	color: #e8342f;}
.food .txt .sub{
	display: inline-block;
	vertical-align: top;
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.4);
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.food .txt .txt_in{
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
.food .bt_main_bg:before{
	background-image: repeating-linear-gradient(-45deg, #7e644b, #7e644b 1px, transparent 1px, transparent 3px);
}
.food .bt_main{
	color: #fff;
}
.food .bt_main:hover{
	color: #fff;
}


/** access **/

#access{}

#access h3{
	text-align: center;
	color: #5d3919;
	margin: 0 0 50px 0;
	padding: 27px 0 0 0;
	background: url(./img/access_h3.png) no-repeat top center;
	background-size: 100px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#access h3 span{
	display: block;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 400;
	font-size: 46px;
	line-height: 50px;
	color: #fff;
	-webkit-text-stroke: .8px #5a3919;
	text-stroke: .8px #5a3919;
}
#access h3 em{
	display: block;
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
}
#access .shopimg img{
	width: 850px;
	height: auto;
}
.accessbox{
	position: relative;
	top: -30px;
	width: 560px;
	margin: 0 auto -30px auto;
	padding: 0 0 30px 0;
	border-radius: 30px;
	background: #ede7e1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.accessbox .ac_info{
	padding: 30px 0;
}
.accessbox .ac_info h4{
	color: #5d3919;
	margin: 0 0 20px 0;
}
.accessbox .ac_info h4 em{
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
}
.accessbox .ac_info h4 span{
	display: block;
	font-size: 12px;
	line-height: 15px;
}
.accessbox .ac_info p:nth-of-type(1){
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 20px 0;
}
.accessbox .ac_info p:nth-of-type(2){
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 15px 0;
}
.accessbox .ac_info p:nth-of-type(2) a,
.accessbox .ac_info p:nth-of-type(2) a:hover{	color: currentColor;}
.accessbox .ac_info p:nth-of-type(2) a{	text-decoration: underline;}
.accessbox .ac_info p:nth-of-type(2) a:hover{	text-decoration: none;}
.accessbox .ac_info p:nth-of-type(2) span{	font-size: 30px;}
.accessbox .ac_info p:nth-of-type(3){
	font-size: 14px;
	line-height: 20px;
}
.accessbox .ac_info p:nth-of-type(3) span{	color: #ff0000;}

.accessbox .gmap{
	margin: 0 0 30px 0;
}
.accessbox .gmap div{
	font-size: 0;
	line-height: 0;
	margin: 0 0 20px 0;
}
.accessbox .gmap a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 220px;
	height: 50px;
	color: #5a3919;
	background: #fff;
	border: 3px solid currentColor;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.accessbox .gmap a span{
	font-size: 22px;
	line-height: 24px;
}
.accessbox .gmap a em{
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.accessbox .route{
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0 30px;
}
.accessbox .route:last-of-type{	margin-bottom: 0;}
.accessbox .route h5{
	display: flex;
	align-items: start;
	align-content: center;
	justify-content: flex-start;
	margin: 0 0 15px 0;
}
.accessbox .route h5 span{
	font-size: 20px;
	line-height: 22px;
	color: #ea4335;
}
.accessbox .route h5 em{
	font-family: "Kaisei Decol", serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color: #5d3919;
}
.accessbox .routebox{
	margin: 0 0 15px 0;
}
.accessbox .routebox:last-of-type{	margin-bottom: 0;}
.accessbox .routebox .routebox_t{
	position: relative;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	font-weight: bold;
	line-height: 1;
	height: 25px;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0 10px 0 25px;
	border-radius: 0 12.5px 12.5px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.accessbox .routebox:nth-of-type(1) .routebox_t{	background: url(img/r1.png) no-repeat 2px 2px #5d3919; background-size: 20px auto; max-width: 280px;}
.accessbox .routebox:nth-of-type(2) .routebox_t{	background: url(img/r2.png) no-repeat 2px 2px #5d3919; background-size: 20px auto; max-width: 310px;}
.accessbox .routebox:nth-of-type(3) .routebox_t{	background: url(img/r3.png) no-repeat 2px 2px #5d3919; background-size: 20px auto; max-width: 310px;}
.accessbox .routebox .routebox_t em{
	font-size: 16px;
}
.accessbox .routebox .routebox_t i{
	font-size: 10px;
}
.accessbox .routebox ul{
	position: relative;
	margin: 0 0 0 47px;
	padding: 8px 0;
}
.accessbox .routebox ul:after{
	content: "";
	height: 100%;
	border-left: 2px solid #bda58e;
	position: absolute;
	top: 0;
	left: -38px;
}
.accessbox .routebox li{
	list-style: number;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 7px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.accessbox .routebox li:last-of-type{	margin-bottom: 0;}
.accessbox .routebox .route_time{
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	color: #5d3919;
}
.accessbox .routebox .route_time span{
	position: relative;
	bottom: -5px;
	font-size: 20px;
	margin-right: 2px;
}


/*=================================================
 * COMMON CSS for SP
 * ================================================= */

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

	/** toplogo **/
	#toplogo{
		text-align: center;
		padding: 0 0 30px 0;
	}
	#toplogo svg{
		width: 230px;
		height: auto;
		margin: 0 auto;
	}

	/** img **/

	#topimg{
		height: 300px;
	}
	#topimg h3{
		font-size: 29px;
		line-height: 45px;
	}
	#topimg span{
		font-size: 11px;
		line-height: 20px;
		padding: 10px 0 40px 0;
	}
	.subimg{
		position: relative;
		top: -60px;
		margin-bottom: -30px;
	}
	.subimg img{
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3 - 10px);
		height: auto;
	}
	.toptxt{
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		margin: 0 0 30px 0;
		padding: 0 15px;
	}

	/** cafe **/
	#cafe{
		margin: 0 0 50px 0;
	}
	#cafe svg{
		width: 300px;
		margin: 0 auto 30px auto;
	}
	.cfbox{
		display: block;
		margin-bottom: 30px;
	}
	.cfbox .img{	margin-bottom: 15px;}
	.cfbox .img img{
		width: 100%;
		box-shadow: 0px 5px 0px 0px rgba(90, 57, 25, 0.2);
	}
	.cfbox:nth-of-type(odd) .img{	margin-right: 15px;}
	.cfbox:nth-of-type(even) .img{	margin-left: 15px;}
	.cfbox:nth-of-type(odd) .img img{	border-radius: 0 30px 30px 0;}
	.cfbox:nth-of-type(even) .img img{	border-radius: 30px 0 0 30px;}
	.cfbox .txt{
		text-align: left;
		padding: 0 15px;
	}
	.cfbox:nth-of-type(odd) .txt{	padding-right: 15px;}
	.cfbox:nth-of-type(even) .txt{	padding-left: 15px;}
	.cfbox h4{
		font-size: 20px;
		line-height: 30px;
		margin: 0 0 10px 0;
	}
	.cfbox p{
		font-size: 14px;
		line-height: 25px;
	}


	/** food **/
	.food{
		position: relative;
		display: block;
	}
	.food svg{
		width: 300px;
		margin: 0 0 30px 0;
	}
	#curry{
		background: #5a3919;
		padding: 0 0 30px 0;
	}
	#curry::before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 100vw 0px 0px;
		border-color: #fff transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
	}
	#sweets{
		flex-direction: row-reverse;
		background: #e8342f;
		margin: 0 0 30px 0;
		padding: 0 0 50px 0;
	}
	#sweets::before{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 50px 100vw 0px 0px;
		border-color: #5a3919 transparent transparent transparent;
		position: absolute;
		top: 0;
		left: 0;
	}
	#sweets::after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0px 0px 50px 100vw;
		border-color: transparent transparent #fff transparent;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.food .img{
		width: auto;
		padding: 50px 15px 30px 15px;
	}
	.food .img img:nth-of-type(1){
		width: 120px;
		height: auto;
	}
	.food .img img:nth-of-type(2){
		width: 100%;
		height: auto;
	}
	.food .img img:nth-of-type(3){
		width: 120px;
		height: auto;
	}
	.food .img img:nth-of-type(1),
	.food .img img:nth-of-type(3){	position: absolute;}
	#curry .img img:nth-of-type(1){
		top: 10px;
		left: 10px;
	}
	#curry .img img:nth-of-type(3){
		bottom: 0;
		right: 0;
	}
	#sweets .img img:nth-of-type(1){
		top: -30px;
		right: 15px;
	}
	#sweets .img img:nth-of-type(3){
		bottom: 0;
		left: 0;
	}
	.food .txt{
		width: auto;
		padding: 0 15px;
	}
	#curry .txt{	padding-right: 15px;}
	#sweets .txt{	padding-left: 15px;}
	.food .txt .obi{
		font-size: 25px;
		line-height: 40px;
	}
	.food .txt .obi em{
		display: inline-block;
		vertical-align: top;
		background: #fff;
		margin: 0 0 5px 0;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.food .txt .obi img{
		width: 80px;
		top: -26px;
		right: 0px;
	}
	#curry .txt .obi em{	color: #5a3919;}
	#sweets .txt .obi em{	color: #e8342f;}
	.food .txt .sub{
		font-size: 10px;
		line-height: 20px;
		margin: 0 0 15px 0;
		padding: 0 0 0 0;
	}
	.food .txt .txt_in{
		font-size: 14px;
		line-height: 30px;
		margin: 0 0 15px 0;
	}


	/** access **/

	#access{}
	#access h3{
		margin: 0 0 20px 0;
	}
	#access h3 span{
		font-size: 40px;
		line-height: 45px;
	}
	#access h3 em{
		font-size: 16px;
		line-height: 20px;
	}
	.shopimg{
		padding: 0 15px;
	}
	#access  .shopimg img{
		width: 100%;
		height: auto;
	}
	.accessbox{
		position: relative;
		top: -15px;
		width: auto;
		margin: 0 40px -15px 40px;
		padding: 0 0 20px 0;
		border-radius: 15px;
	}
	.accessbox .gmap{
		margin: 0 0 20px 0;
	}
	.accessbox .ac_info{
		padding: 20px 0;
	}
	.accessbox .ac_info h4{
		color: #5d3919;
		margin: 0 0 20px 0;
	}
	.accessbox .ac_info h4 em{
		display: block;
		font-size: 30px;
		font-weight: bold;
		line-height: 34px;
	}
	.accessbox .ac_info p{
		width: 100%;
	}
	.accessbox .ac_info p:nth-of-type(1){
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 10px 0;
	}
	.accessbox .ac_info p:nth-of-type(2){
		font-size: 14px;
		line-height: 25px;
		margin: 0 0 10px 0;
	}
	.accessbox .ac_info p:nth-of-type(2) span{	font-size: 24px;}
	.accessbox .ac_info p:nth-of-type(3){
		font-size: 12px;
		line-height: 18px;
	}
	.accessbox .route{
		text-align: left;
		margin: 0 0 30px 0;
		padding: 0 15px;
	}
	.accessbox .routebox .routebox_t{
		position: relative;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: flex-start;
		font-weight: bold;
		line-height: 1;
		height: 25px;
		color: #fff;
		margin: 0 0 5px 0;
		padding: 0 0 0 25px;
		border-radius: 0 12.5px 12.5px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.accessbox .routebox:nth-of-type(1) .routebox_t{	background: url(img/r1.png) no-repeat 2px 2px #5d3919; background-size: 20px auto; max-width: 100%;}
	.accessbox .routebox:nth-of-type(2) .routebox_t{	background: url(img/r2.png) no-repeat 2px 2px #5d3919; background-size: 20px auto; max-width: 100%;}
	.accessbox .routebox:nth-of-type(3) .routebox_t{	background: url(img/r3.png) no-repeat 2px 2px #5d3919; background-size: 20px auto; max-width: 100%;}
	.accessbox .routebox .routebox_t em{
		font-size: 13px;
	}
	.accessbox .routebox .routebox_t i{
		font-size: 10px;
	}
	.accessbox .routebox ul{
		margin-left: 42px;
	}
	.accessbox .routebox ul:after{
		left: -31px;
	}
	.accessbox .routebox li{
		font-size: 12px;
	}
	.accessbox .routebox .route_time{
		margin-left: 2px;
	}
}