/*    Reset Default Foundation Styling    */
body {
	color: #221815;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-size:100%;
	margin:0;
	padding:0;
}
#wrap {
    background-image: url(../img/index/bg_img01.png),url(../img/index/bg_img01.png);
    background-position: top 300px left,bottom right;
    background-repeat: no-repeat,no-repeat;
    border-top: 5px #E3641C solid;
    background-size: 35%;
    padding-bottom: 200px;
}
.row{
	max-width:1120px;
	padding: 0;
}
a{
	color:#B84425;
	text-decoration:none;
}
a:hover{
	opacity: .6;
	transition: .5s;
	color:#B84425;
	text-decoration:underline;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
}
.slicknav_menu {
	display:none;
}


/*------------------------------
  基本設定
------------------------------*/

.txt_c { text-align: center;}
.txt-r { text-align: right; margin-left: auto;}
.txt-l { text-align: left;}
.txt_red{
    color:#d74f4f;
}
.txt_yellow{
    color:#FFF8A0;
}
.txt_blue{
    color:#001644;
}

.mB5 { margin-bottom: 5px;}

/*------------------------------
  トップページ
------------------------------*/
/***** メインイメージ *****/
.main-img {
    background: url("../img/index/main-pc.png") center no-repeat;
    background-size: cover;
    position: relative;
    height: 540px;
}
.main-img .logo {
    padding: 80px 0 0 70px;
    text-align: left;
    width: 25%;
    float: left;
}
.main-img .btn-wrap {
    padding: 450px 0 0;
    width: 75%;
    float: right;
}

.main-img .btn-wrap p {
	display: inline;
}
.main-img .btn a {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    background: #e3641c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 200;
    padding: 2px;
    text-align: center;
    width: 100%;
    height: 55px;
    padding: 16px 0;
}
.main-img .btn a span {
	font-size: .5rem;
	display: block;
}
.main-img .btn.btn_b a {
	background: #f79f21;
}
.main-img .btn.btn_c a {
    background: #f79f21;
    padding: 10px 0;
}
.main-img .btn_a a:hover,
.main-img .btn_b a:hover,
.main-img .btn_c a:hover{
	opacity: .8;
	text-decoration: none;
}
.main-img .top-tel {
	position: absolute;
	top: 5%;
	left: 3%;
}


/***** お品書きのご紹介 *****/
#menu-area {
	padding: 70px 0 100px;
}
#menu-area .title {
	text-align: center;
}
#menu-area .title img {
    margin: 0 auto 40px;
}
#menu-area .title .catch {
	letter-spacing: 0.3rem;
	line-height: 2em;
	font-size: 120%;
	font-weight: 400;
	margin: 0 15px 50px;
}

#menu-area.row ul.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 98%;
	list-style: none;
	margin: 0 auto;
}

#menu-area.row ul.flex li {
	width: 30%;
	margin-bottom: 50px;
}

#menu-area.row ul.flex li:nth-child(3n) {
	margin-right: 0;
}

#menu-area li a {
	color: #221815;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .25rem;
}


#menu-area .btn a {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	background: #e3641c;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 200;
	margin: 0 auto 30px auto;
	padding: 10px;
	text-align: center;
	width: 25%;
}
#menu-area .btn a:hover {
	opacity: .8;
	text-decoration: none;
}

/***** ページトップへ *****/
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
	text-align:center;
}
.pagetop a {
    display: block;
    background-color: #d74f4d;
    text-align: center;
    color: #ffffff;
    font-size: 8px;
    text-decoration: none;
    padding: 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.pagetop a:hover {
    display: block;
    background-color: #d98382;
    text-align: center;
    color: #fff;
    font-size: 8px;
    text-decoration: none;
    padding:5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


/*------------------------------
  Footer
------------------------------*/
footer {
    background: #001644;
    height: auto;
    padding: 60px 0;
    color: #fff;
}
footer .map a {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    font-size: .75rem;
    text-decoration: underline;
}
footer .map a:hover {
	text-decoration: none;
}
footer .map img {
	margin-bottom: 5px;
}
footer .shop-info {
	margin-bottom: 50px;
}
footer dl {
	width: 100%;
	font-weight: 500;
}
footer dt {
	display: block;
	font-size:.9rem;
	width: 20%;
	clear: left;
	float: left;
}
footer dd {
	font-size:.9rem;
	display: block;
	width: 80%;
	float: left;
}
footer dd span.note {
	display: inline-block;
	font-size: .9rem;
	padding-left:1em;
	text-indent:-1em;
}
footer dd.txt_large {
	font-size:1.15rem;
}

footer dd.tel {
	font-size:1.5rem;
}

footer .footer_link_area{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	margin:0 auto 5px auto;
	text-align:center;
}
footer .footer_link_area ul{
	margin:0;
	padding:0;
	font-size:.7rem;
	font-weight: 300;
	text-align:center;
	line-height:1.5;
	
}

footer .footer_link_area ul li {
    border-right: 1px solid #fff;
    display: inline;
    padding: 0 0.4rem 0 0.2rem;
    width: auto;
    white-space: nowrap;
}
footer .footer_link_area ul li.end{
	border:none;
	display: inline;
    padding: 0 0 0 0.2rem;
	width: auto;
	white-space: nowrap;
}

footer .footer_link_area ul li.sp{
	border-right: 1px solid #fff;
	display: inline;
	padding: 0 0.4rem 0 0.2rem;
	width: auto;
	white-space: nowrap;
}

footer .footer_link_area ul li.info{
	border-right: 1px solid #000000;
	display: inline;
	padding: 0 0.4rem 0 0.2rem;
	width: auto;
	white-space: nowrap;
	line-height:1.5;
}

footer .footer_link_area ul:first-child {
	margin-bottom: 10px;
}
footer .footer_link_area ul li a {
    text-decoration: none;
    color: #fff;
}

footer .footer_link_area ul li a:hover{
	text-decoration:underline;
	color:#000;
}
footer .copyrights{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	padding-top:10px;
	font-size:0.7rem;
	text-align:center;
	line-height:1.5;
}

@media screen and (max-width: 640px) {
/*------------------------------
  トップページ
------------------------------*/
/***** メインイメージ *****/
#wrap {
    background-image: none;
    padding-bottom: 0;
}
	.main-img {
		height: auto;
	}

.main-img .top-tel {
	position: absolute;
	top: 1%;
	left: 3%;
	width: 60%;
}
.main-img {
	margin: 0;
}
.btn_a a {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	background: #e3641c;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 200;
	margin: 15px auto 0;
	padding: 10px;
	text-align: center;
	width: 80%;
}
	.btn_b a {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	background: #f79f21;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 200;
	margin: 15px auto;
	padding: 10px;
	text-align: center;
	width: 80%;
}

	.btn_b a:hover,
	.btn_b a:hover {
	opacity: .8;
	text-decoration: none;
}
#menu-area .menu_ttlL {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .2rem;
    line-height: 29px;
    margin-bottom: 20px;
    color: #001644;
}
	#menu-area .title .catch {
		font-size: 100%;
		text-align: left;
		width: 80%;
		margin: 0 auto 50px;
	}
	
	#menu-area {
		background-size: 60%,45%;
}
	
	#menu-area.row ul.flex {
		justify-content: space-between;
		width: 95%;
	}

	#menu-area.row ul.flex li {
		width: 48%;
		margin-bottom: 30px;
		margin-right: 0;
	}

#menu-area.row ul.flex li:nth-child(3n) {
	margin-right: 0;
}
	
#menu-area .btn a {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	background: #e3641c;
	color: #fff;
	display: block;
	font-size: 1rem;
	font-weight: 200;
	margin: 0 auto 30px auto;
	padding: 10px;
	text-align: center;
	width: 50%;
}

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

/*------------------------------
  Footer
------------------------------*/
	footer{
		height:auto;
		padding: 60px 0;
	}
	footer .footer-logo img {
		width: 80%;
	}
	footer .shop-info {
		margin-bottom: 10px;
	}

	footer dd,
	footer dt {
		font-size: .8rem;
	}
	footer dd.tel {
    line-height: 1;
	}
	footer dd.tel a {
    font-size: 1.5rem;
    color: #fff;
    line-height: 1;
	}
	footer dd.txt_large {
		font-size:.8rem;
	}
	footer .footer_link_area{
		width:320px;
		margin:0 auto;
		text-align:center;
	}
	footer .footer_link_area ul{
		font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif !important;
		margin:0;
		padding:0;
		font-size:0.7rem;
		text-align:center;
		line-height:1.5;
		display:inline;
	}
	footer .footer_link_area ul li{
		border-right: 1px solid #fff;
		display: inline;
		padding: 0 0.4rem 0 0.2rem;
		width: auto;
		white-space: nowrap;
	}
	footer .footer_link_area ul li.end{
		border:none;
		display: inline;
		padding: 0 0.4rem 0 0.2rem;
		width: auto;
		white-space: nowrap;
	}
	footer .footer_link_area ul li.sp{
		border:none;
		display: inline;
		padding: 0 0.4rem 0 0.2rem;
		width: auto;
		white-space: nowrap;
	}
	
	footer .footer_link_area ul li.info{
		border-right: 1px solid #B84425;
		display: inline;
		padding: 0 0.4rem 0 0.2rem;
		width: auto;
		white-space: nowrap;
		line-height:2;
	}
	footer .footer_link_area ul li.width{
		border:none;
		display: block;
		padding: 0 30%;
		width: auto;
		white-space: nowrap;
	}
	
	footer .footer_link_area ul li a{
		text-decoration:none;
	}
	
	footer .copyrights{
		border-top:none;
		margin-bottom:15px;
		margin-top: 30px;
		color:#fff;
		font-size:0.7rem;
		text-align:center;
		line-height:1;
	}

}