@media (max-width: 768px){

/*******wrapper*******/
.wrap {
	width: 90%;
}

/*******header*******/
.head-bar {
	top: 0;
}

.logo {
	float: none;
	text-align: center;
}

/*******nav*******/
nav {
	float: none;
}

nav ul {
	display: flex;
	justify-content: space-between;
	overflow: auto;
	padding-top: 12px;
}

nav li {
	float: none;
	margin: 0 auto;
}

nav li a {
	display: block;
}

nav li img {
	vertical-align: middle;
}

/*******icatch*******/
.icatch::after {
	content: url(../img/icatch-leaf-resp.png);
	bottom: -13%;
	right: 0;
}

/*******contents*******/
.content-ttl {
	background: url(../img/ttl-bg.png) repeat-x;
	margin-bottom: 64px;
	text-align: center;
	padding: 24px 0;
}

/*******about*******/
#about {
	padding: 162px 0 66px;
	margin-top: -66px;/*リンク用*/
}

.about-box {
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	text-align: left;
	padding: 40px 72px;
	position: relative;
	width: 90%;
}

.about-box::before {
	content: url(../img/about-pict01-resp.png);
	position: absolute;
	top: -7%; right: -4%;
}

.about-box::after {
	content: url(../img/about-pict02-resp.png);
	position: absolute;
	bottom: -10%;
	left: -6%;
}

.about-box .about-ttl {
	margin-bottom: 24px;
}

.about-box p {
	line-height: 2;
}

/*******menu*******/
#menu {
	padding-top: 136px;/*リンク用*/
	margin-top: -136px;/*リンク用*/
}


.menu-bg {
	background: url(../img/bg-leaf01-2.png) no-repeat;
	background-size: 30%;
	background-position: 100% 150px;
	max-width: 100%;
}

.menu-box {
	overflow: auto;
	width: 90%;
}

.tab-inner-list {
	margin: 0 auto;
	width: 100%;
}

/*******gallery*******/
#gallery {
	padding-top: 136px;/*リンク用*/
	margin-top: -136px;/*リンク用*/
}

.gallery-bg {
	background: url(../img/bg-leaf01.png),url(../img/bg-leaf01-2.png),url(../img/bg-leaf01.png);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 0 80px,100% 50%,0 100%;
	max-width: 100%;
}

.gallery-list {
	width: 90%;
}

.gallery-list li {
	margin-bottom: 24px;
}

/*******access*******/
#access {
	margin-bottom: 64px;
	padding-top: 136px;/*リンク用*/
	margin-top: -136px;/*リンク用*/
}

.access-bg {
	background: url(../img/bg-leaf02.png),url(../img/bg-leaf03.png),url(../img/bg-leaf04.png);
	background-repeat: no-repeat;
	background-size: 30%;
	background-position: 0 0px,100% 50%,0 75%;
	padding-top: 64px;
	max-width: 100%;
}

.access-flow {
	padding: 40px;
	width: 90%;
}

.access-flow img {
	max-width: 100%;
}

#access .wrap {
	display: flex;
	flex-wrap: wrap;
}

.access-tb {
	margin-bottom: 40px;
	width: 100%;
}

.access-tb .access-tb-row dt,.access-tb .access-tb-row dd {
	padding: 12px 24px;
}

.access-tb .access-tb-row dt {
	width: 25%;
}

.map {
	width: 100%;
}

/*******footer*******/
.copy {
	font-size: 13px;
	text-align: center;
}

}

@media (max-width: 480px){
body {
	font-size: 13px;
}

/*******header*******/
.head-bar {
	padding: 12px 0 4px;
}

.head-bar .wrap {
	width: 100%;
}

.logo {
	font-size: 0;
}

.logo img {
	width: 120px;
}

/*******nav*******/
nav ul {
	padding-top: 4px;
}

nav li:nth-child(1) img,nav li:nth-child(3) img {
	height: 12px;
}

nav li:nth-child(2) img {
	height: 10px;
}

nav li:nth-child(4) img {
	height: 11px;
}

/*******icatch*******/
.icatch::after {
	content: url(../img/icatch-leaf-resp2.png);
	bottom: -20%;
	right: 0;
}

/*******contents*******/
.contents {
	overflow: auto;
}

.content-ttl {
	margin-bottom: 32px;
	padding: 16px 0;
}

.content-ttl img {
	height: 35px;
}

/*******about*******/
#about {
	padding: 92px 0 66px;
	margin-top: -26px;/*リンク用*/
	overflow: hidden;
}

.about-box {
	padding: 24px 32px;
}

.about-box::before {
	content: url(../img/about-pict01-resp.png);
	position: absolute;
	top: -7%; right: -10%;
}

.about-box::after {
	content: url(../img/about-pict02-resp.png);
	position: absolute;
	bottom: -17%;
	left: -15%;
}

.about-box .about-ttl {
	margin-bottom: 24px;
}

.about-box p br {
	display: none;
}

/*******menu*******/
#menu {
	padding-top: 96px;/*リンク用*/
	margin-top: -96px;/*リンク用*/
}

.menu-box {
	padding-bottom: 48px;
}

.menu-photo-list {
	margin-bottom: 32px;
}

.menu-photo-list li {
	margin-bottom: 24px;
}

.menu-photo-list .menu-img {
	margin-bottom: 8px;
}

.menu-photo-list .menu-name {
	font-size: 16px;
	margin-bottom: 0;
}

.menu-photo-list .menu-name .menu-price {
	display: block;
	margin-left: 0;
}

.menu-photo-list .detail {
	font-size: 13px;
}

.tab-box {
	padding: 24px 16px;
}

.tab-box h3 {
	margin-bottom: 32px;
	padding: 0 16px;
}

.tab-inner-list .menu-item {
	font-size: 15px;
	margin-bottom: 8px;
}

.tab-inner-list .child {
	margin-bottom: 16px;
}

.tab-inner-list .child li {
	font-size: 12px;
	margin-bottom: 0;
	padding: 0 8px;
}

/*******gallery*******/
#gallery {
	padding-top: 96px;/*リンク用*/
	margin-top: -96px;/*リンク用*/
}

/*******access*******/
#access {
	margin-bottom: 32px;
	padding-top: 96px;/*リンク用*/
	margin-top: -96px;/*リンク用*/
}

.access-bg {
	padding-top: 32px;
}

.access-flow {
	text-align: left;
	margin-bottom: 56px;
	padding: 24px;
}

.access-flow p {
	margin-bottom: 1em;
}

.access-flow p br {
	display: none;
}

.access-flow::after {
	content: "";
	position: absolute; top: 105%; left:0; right:0;
	margin: auto;
	height: 0;
	width: 0;
	border: 50px solid transparent;
	border-top: 25px solid #622203;
}

.access-tb .access-tb-row dt,.access-tb .access-tb-row dd {
	padding: 12px;
}

.access-tb .access-tb-row dt {
	width: 30%;
}


}