@charset "utf-8";

body {
	background-color: beige;
	font-size: 0.95rem;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 auto;
	line-height: 1.7;
	color: #6f4b3e;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 640px) {
	body {
		font-size: 0.9em;
	}
}

.wrap {
	overflow: hidden;
}
.menu {
	z-index: 4;
}

/*@drawer custom*/
.drawer-nav,
.drawer-navbar-header,
.drawer-navbar,
.drawer-dropdown-menu-item {
	background-color: rgb(196, 158, 108) !important;
}

.drawer-container a {
	color: rgb(105, 74, 32) !important;
}

.drawer-brand {
	margin-right: 2em;
}

.drawer-brand i {
	margin-right: 0.5em;
}

.drawer-nav li {
	margin-right: 2em;
}

.drawer-nav ul li a {
	color: #6f4b3e;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	transition: 0.3s;
}

.drawer-nav ul li a:hover {
	color: #b1968c;
	opacity: 0.7;
	text-decoration: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
	background-color: rgb(255, 255, 255) !important;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent !important;
}

/*@end drawer custom*/

header .menu img {
	position: absolute;
	width: 80px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 4!important;
}

.top img {
	width: 100%;
	max-width: 230px;
	display: block;
	margin: 0 auto;
	padding: 16% 0;
}
#backstretch .top {
	width: 100%;
}

@media screen and (max-width: 640px) {
	.top img {
		max-width: 130px;
		padding: 38% 0;
	}

	#backstretch .top {
		height: 68vh;
		width: 100vw;
	}
}

h1 {
	font-weight: 700;
	font-size: 1.2rem;
	margin-top: 0.8em;
}

h2 {
	font-weight: 700;
	font-size: 2.5em;
	text-align: center;
	margin-bottom: 6%;
}

h2 strong {
	font-weight: 800;
	padding: 0 3%;
}

@media screen and (max-width: 640px) {
	h2 {
		font-size: 1.2rem;
	}
}

h3 {
	font-weight: 700;
	font-size: 1.4em;
}

@media screen and (max-width: 640px) {
	h3 {
		font-size: 1rem;
		text-align: center;
	}
}

#kodawari {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

#kodawari .hera img {
	margin-top: 40px;
}

/*kodawari-1*/
.kodawari-1 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.kodawari-1 .figure {
	display: flex;
	justify-content: space-around;
}

.kodawari-1 .figure img {
	width: 100%;
	max-width: 500px;
}

@media screen and (max-width: 640px) {
	.kodawari-1 .figure img {
		width: 100%;
		max-width: 300px;
	}

	.kodawari-1 {
		width: 100%;
	}

	.kodawari-1 .figure {
		display: block;
		margin: 0 auto;
	}

	.kodawari-1 .figure img {
		width: 90%;
		max-width: 600px;
		margin-bottom: 30px;
	}

	#kodawari .hera img {
		display: block;
		max-width: 50px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.kodawari-1 .flex {
		display: block;
	}

	.figure figcaption p:first-child {
		margin-top: 40px;
	}
	.figure .figcaption {
		width: 80%;
		margin: 0 auto;
	}

}

.figure .figcaption p:first-child {
	margin-top: 50px;
}

.figure .figcaption h1 {
	margin-bottom: 0.8em;
}

.figure .figcaption p {
	text-align: left;
	line-height: 2.2em;
	padding: 0 20px;
}

.figure .figcaption img {
	padding-top: 20px;
}

/*end-kodawari-1*/

/*kodawari-2*/

.kodawari-2 {
	width: 90%;
	margin: 0 auto;
}

#kodawari .nikutama-kodawari {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#kodawari .nikutama-kodawari figure img {
	max-width: 520px;
	width: 90%;
}

#kodawari .nikutama-kodawari figure {
	width: 45%;
}

#kodawari .kodawari-text {
	width: 50%;
}

#kodawari .kodawari-text p {
	margin-top: 20px;
}

#kodawari .kodawari-text h3 {
	text-align: center;
	background-image: url(../images/kodawari-text-h3.png);
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
}

@media screen and (max-width: 640px) {
	#kodawari .nikutama-kodawari {
		width: 90%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
		margin-bottom: 70px;
	}

	#kodawari .flex-2 {
		flex-direction: column-reverse;
	}

	#kodawari .nikutama-kodawari figure {
		width: 90%;
	}

	#kodawari .kodawari-text {
		width: 90%;
	}

	#kodawari .kodawari-text h3 {
		text-align: center;
		background-image: url(../images/kodawari-text-h3.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		display: block;
		padding-top: 30px;
	}
}

/*end kodawari-2*/
/*menu*/

/* まろ吉のおすすめメニュー */

#menu .setouchi,
#menu .dosanko {
	width: 100%;
	padding: 3% 0;
	position: relative;
	z-index: -1;
}

.back {
	background-color: #fff;
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 22px;
	padding: 3%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.back .contents-1 {
	width: 85%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding-top: 6%;
}

.back figcaption {
	writing-mode: vertical-rl;
	text-align: justify;
}

.back figcaption h3 {
	font-family: "Noto Serif JP", serif;
	font-weight: 300;
	font-size: 3em;
	letter-spacing: 0.18em;
	padding: 0 1em;
}

.back figcaption h3 .space {
	padding-top: 1.5em;
}

.back figcaption small {
	font-size: 0.5em;
}

#menu .back figure {
	text-align: left;
}

.back figure .price {
	font-size: 1.2em;
	font-weight: 600;
}

#menu .lemon {
	font-size: 0.8rem;
	padding-left: 200px;
	padding-top: 0.5rem;
}

/* setouchi */

#menu .setouchi {
	background-color: #dbd56b;
}

.setouchi::before {
	/*スペースを作る*/
	content: "";
	top: 0;
	left: 0;
	width: 20%;
	/*指定したい幅*/
	padding-top: 0%;
	/*画像の幅に対する高さ比率*/
	display: block;
}

.setouchi::after {
	position: absolute;
	content: "";
	top: 0;
	right: 3%;
	display: block;
	width: 20%;
	/*幅*/
	height: 800px;
	background-image: url(../images/lemon.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.contents-1 figure {
	position: relative;
}

.contents-1 figure::after {
	content: "";
	top: 0;
	right: 0;
	position: absolute;
	display: block;
	background-image: url(../images/kaki-min.png);
	width: 300px;
	height: 300px;
}

/* dosanko */

#menu .dosanko {
	background-color: #f9b282;
}

.back .contents-2 {
	width: 85%;
	display: flex;
	flex-direction: row-reverse;
	margin: 0 auto;
	padding-top: 6%;
}

.dosanko .back figcaption h3 {
	margin-left: 0;
}

.dosanko .back figcaption {
	padding-right: 6%;
}

.dosanko::before {
	/*スペースを作る*/
	content: "";
	top: 0;
	left: 0;
	width: 20%;
	/*指定したい幅*/
	padding-top: 0%;
	/*画像の幅に対する高さ比率*/
	display: block;
}

.dosanko::after {
	position: absolute;
	content: "";
	top: 4%;
	left: 8%;
	display: block;
	width: 20%;
	/*幅*/
	height: 800px;
	background-image: url(../images/hokkaido-min.png);
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
	#menu .back figure {
		text-align: center;
		width: 95%;
	}

	#menu .back figure img {
		width: 100%;
	}

	#menu .back h3 {
		font-size: 1.5em;
		padding: 0 0.5em;
	}

	.dosanko .back figcaption {
		padding-right: 0%;
	}
}

@media screen and (max-width: 640px) {
	#menu .setouchi,
	#menu .dosanko {
		padding: 7% 0;
	}

	.back .contents-1,
	.back .contents-2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 0 auto;
	}

	.back figcaption {
		writing-mode: horizontal-tb;
	}

	#menu .back figcaption h3 {
		font-size: 1.3em;
		font-weight: 600;
		text-align: left;
		padding: 7% 0 2%;
		border-bottom: dotted 2px #5c3919;
		margin-bottom: 3%;
	}

	.back figcaption h3 .space {
		padding-top: 0em;
	}

	.back figcaption p {
		text-align: left;
	}

	#menu .back figure {
		text-align: center;
		width: 100%;
	}

	#menu .back figure img {
		width: 100%;
	}

	.back img:first-child {
		width: 70%;
		margin: 0 auto;
		padding-top: 7%;
	}

	.back .contents-2 figcaption {
		display: flex;
		flex-direction: column-reverse;
	}
	#menu .lemon {
		padding-left: 25px;
	}
}

/* end まろ吉のおすすめメニュー */

/* menu more */
.more-buttom {
	text-align: center;
	padding: 6% 0 10%;
	display: flex;
	justify-content: center;
}

.more-buttom a {
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #5c3919;
	background-color: beige;
	display: block;
	padding: 1em 0;
	width: 20%;
	border-radius: 1.9em;
	border: solid 2px #5c3919;
	box-shadow: 1px 3px 1px #5c3919;
	transition: 0.3s;
}

.more-buttom a:hover {
	color: beige;
	background-color: #6f4b3e;
}

@media screen and (max-width: 768px) {
	.more-buttom a {
		width: 30%;
	}
}

@media screen and (max-width: 640px) {
	.more-buttom a {
		width: 80%;
	}
}

/* end menu more */

.teiban {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 4%;
	display: flex;
	justify-content: space-around;
}

.teiban figure {
	width: 65%;
}

.teiban figure img {
	width: 100%;
}

.teiban .price {
	display: flex;
	justify-content: space-around;
	align-items: center;
	border-top: solid 2px #6f4b3e;
	border-bottom: solid 2px #6f4b3e;
	margin-bottom: 2%;
}

.teiban .topping {
	width: 30%;
	font-weight: bold;
	margin-left: 6%;
}

.teiban .topping h4 {
	text-align: center;
	margin-bottom: 0.5em;
}

.teiban table {
	border: dotted 2px #6f4b3e;
	width: 100%;
}

.teiban .topping tr {
	display: flex;
	justify-content: space-between;
	padding: 0.2em 0;
}

.teiban .topping th {
	padding-left: 2em;
}

.teiban .topping td {
	padding-right: 2em;
}

@media screen and (max-width: 640px) {
	#menu .teiban {
		max-width: 640px;
		margin: 0 auto;
		margin-bottom: 4%;
		display: flex;
		flex-direction: column;
	}

	.teiban figure {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.teiban .topping {
		width: 90%;
		font-weight: bold;
		margin: 0 auto;
	}
}

.set {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	max-width: 700px;
	text-align: center;
}

.set .lunch,
.set .dinner,
.set .ippin,
.set .drink,
.set .sake {
	padding: 0.5em 1em 2em;
	margin: 2em 0;
	border: double 5px #6f4b3e;
	width: 40%;
}

.set h3 {
	margin-top: 2%;
	margin-bottom: 5%;
}

.set p {
	margin-bottom: 2%;
}

.set p strong {
	font-weight: 700;
	font-size: 1.8em;
}

@media screen and (max-width: 640px) {
	.set {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin: 0 auto;
		text-align: center;
		width: 80%;
	}

	.set .lunch,
	.set .dinner,
	.set .ippin,
	.set .dolce,
	.set .drink,
	.set .sake {
		margin: 2em 0;
		border: double 5px #6f4b3e;
		width: 90%;
	}
}

/* info */
#info {
	max-width: 700px;
	margin: 0 auto;
	margin-bottom: 60px;
}

#info ul {
	display: flex;
	justify-content: space-between;
}

#info ul li {
	width: 40%;
	background-color: #5c3919;
	border-radius: 1.8em;
	padding: 1em 2em;
	transition: 0.3s;
}

#info ul li a {
	display: block;
	color: beige;
	text-align: center;
	font-size: 1.2em;
	display: block;
	text-decoration: none;
}

#info ul li:hover {
	opacity: 0.6;
}

#info .sns i {
	margin-right: 5%;
	vertical-align: middle;
	font-size: 1.7em;
}

/* access */
#access {
	max-width: 900px;
	margin: 0 auto;
}

#access .adress {
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 640px) {
	#info {
		max-width: 600px;
		margin-bottom: 60px;
		margin: 0 auto;
	}

	#info ul {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	#info ul li {
		width: 60%;
		display: block;
		background-color: #5c3919;
		border-radius: 1em;
		padding: 1em 4em;
		transition: 0.3s;
		margin-bottom: 30px;
	}
	#info ul li p {
		font-size: 0.85em;
	}
}

#address {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: 60px;
	width: 90%;
}

#address figure img {
	width: 80%;
}

#address dl {
	margin-bottom: 2rem;
}

#address .address-text {
	width: 50%;
	padding-left: 2rem;
	box-sizing: border-box;
	font-size: 1.0625rem;
	/*  background-color: fuchsia;*/
}

#address .address-text dt {
	float: left;
	clear: both;
	margin-bottom: 1.2rem;
	margin-right: 1rem;
	font-weight: 500;
}

#address .address-text span {
	font-size: 0.75rem;
	line-height: 1;
}

#address .address-text dd {
	margin-bottom: 1.2rem;
	overflow: hidden;
}

#address .address-text :first-child {
	line-height: 1.1;
}
.address-text img {
	width: 100%;
	margin-bottom: 1.2rem;
}
#address .teikyu img {
	width: 100%;
	margin-bottom: 2em;
}
#address p a {
	display: block;
	width: 225px;
	margin: 0 auto;
	background-color: #5c3919;
	text-align: center;
	padding: 14px 0;
	color: #f3e9da;
	font-size: 1rem;
	line-height: 1;
	border-radius: 1.9em;
	transition: 0.3s;
	text-decoration: none;
}

#address p a:hover {
	opacity: 0.6;
}

/* 店内図 */
#address-2 {
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-bottom: 60px;
	width: 90%;
}

#address-2 figure img {
	width: 100%;
}

#address-2 dl {
	margin-bottom: 2rem;
}

#address-2 .address-text {
	width: 100%;
	padding-left: 2rem;
	box-sizing: border-box;
	font-size: 1.0625rem;
	/*  background-color: fuchsia;*/
}

#address-2 .address-text dt {
	float: left;
	clear: both;
	margin-bottom: 1.2rem;
	margin-right: 1rem;
	font-weight: 500;
}

#address-2 .address-text span {
	font-size: 0.75rem;
	line-height: 1;
}

#address-2 .address-text dd {
	margin-bottom: 1.2rem;
	overflow: hidden;
}

#address-2 .address-text :first-child {
	line-height: 1.1;
}
.address-text img {
	width: 100%;
	margin-bottom: 1.2rem;
}
#address-2 .teikyu img {
	width: 100%;
	margin-bottom: 2em;
}
#address-2 p a {
	display: block;
	width: 225px;
	margin: 0 auto;
	background-color: #5c3919;
	text-align: center;
	padding: 14px 0;
	color: #f3e9da;
	font-size: 1rem;
	line-height: 1;
	border-radius: 1.9em;
	transition: 0.3s;
	text-decoration: none;
}

#address-2 p a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 640px) {
	#address {
		flex-flow: column;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}

	#address figure {
		text-align: center;
		width: 80%;
		margin-bottom: 3rem;
	}

	#address figure img {
		max-width: 300px;
	}

	#address .address-text {
		width: 100%;
		align-items: center;
		font-size: 1rem;
		margin: 0 auto;
		padding: 0 2rem;
	}
}

@media screen and (max-width: 640px) {
	#address .address-text dt {
		float: none;
		border-bottom: dotted 1px #5c3919;
		line-height: 1.5;
		margin-bottom: 0.5rem;
	}

	#address .address-text :first-child {
		line-height: 1.5;
	}

	#address .address-text dd {
		margin-bottom: 2.4rem;
	}
}

/* 店内図 */

@media screen and (max-width: 640px) {
	#address-2 {
		flex-flow: column;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}

	#address-2 figure {
		text-align: center;
		width: 80%;
		margin-bottom: 3rem;
	}

	#address-2 figure img {
		max-width: 300px;
	}

	#address-2 .address-text {
		width: 100%;
		align-items: center;
		font-size: 1rem;
		margin: 0 auto;
		padding: 0 2rem;
	}
}

@media screen and (max-width: 640px) {
	#address-2 .address-text dt {
		float: none;
		border-bottom: dotted 1px #5c3919;
		line-height: 1.5;
		margin-bottom: 0.5rem;
	}

	#address-2 .address-text :first-child {
		line-height: 1.5;
	}

	#address-2 .address-text dd {
		margin-bottom: 2.4rem;
	}
}

.takeout .set {
	display: flex;
	flex-direction: column;
	margin-bottom: 100px;
}

.takeout small {
	font-size: 0.8em;
}

#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	right: 50px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: #c49e6c;
	color: #fff;
	font-size: 36px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	box-shadow: 2px 3px 4px #999;
}

#page-top i {
	line-height: 56px!important;
}

#page-top:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	#page-top {
		display: block;
		width: 56px;
		height: 56px;
		line-height: 56px;
		box-shadow: 1px 1px 1px #999;
		font-size: 28px;
		right: 40px;
		bottom: 60px;
	}
	#page-top i {
		line-height: 56px;
	}
	
}

#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	width: 100%;
	height: auto;
}

.footer-flex {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#footer .footer-logo img {
	width: 90px;
	margin-bottom: 30px;
	padding-top: 120px;
}

#footer small {
	font-size: 0.75rem;
	color: beige;
}

/* margin */
#kodawari,
.kodawari-1,
#info,
#access,
.takeout {
	margin-bottom: 100px;
}




.ribbon6 {
	display: inline-block;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 7px 0;
	font-size: 18px;
	background: #acd879;
	color: #FFF;
	box-sizing: border-box;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
	margin-top: 40px ;
	margin-bottom: 40px;
	z-index: 1;
  }
  
  .ribbon6 h2 {
	margin: 0;
	padding: 0 30px;
	border-top: dashed 2px rgba(255, 255, 255, 0.5);
	border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
	line-height: 42px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
  }
  
  .ribbon6:before, .ribbon6:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
  }
  
  .ribbon6:before {
	top: -2px;
	left: -2px;
	border-width: 32px 0px 32px 15px;
	border-color: transparent transparent transparent #fede98;
	border-style: solid;
  }
  
  .ribbon6:after {
	top: -2px;
	right: -2px;
	border-width: 32px 15px 32px 0px;
	border-color: transparent #fede98 transparent transparent;
	border-style: solid;
  }
  @media screen and (max-width:1000px) {
	.ribbon6 {
		margin-top: 36px ;
		width: 85%;
		z-index: 1;
	}

	.ribbon6 h2 {
		font-size: 1rem;
	}
}






.kids_page {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 120px;
	border:3px double#f58739;;
    border-radius: 40px;
	max-width: 900px;
	width: 80%;
	background: repeating-linear-gradient(-45deg, #fede98, #fede98 5px, #fce6ba 5px, #fce6ba 10px);
}

.kids_page a {
	display: flex;
	justify-content:space-around;
	text-decoration: none;
	color: #5c3919;
	transition: 0.3s;
}

.kids_page a:hover {
	color: #b1968c;
	opacity: 0.7;
}

.kids_page img {
	width: 60%;
	padding: 16px;
}

.kids_page p {
	padding: 0px 16px 10px;
}

.kids_click {
	margin-bottom: 1rem;
}

@media screen and (max-width:800px) {
	.kids_page a{
		display:flex;
		flex-direction:column;
		justify-content:center
	}
	.kids_page h2 {
		font-size: 1rem;
	}
	.kids_page img {
		width: 80%;
		padding: 0;
	}
	.kids_page .ribbon6 h2{
		padding: 0;
	}
}

header .menu img {
    z-index:4!important;
}


