@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* -----------------------------------------------------------
Mobile first responsive
----------------------------------------------------------- */
/*Reset*/
html {
    margin: 0;
    padding: 0;
}
body {
    text-align: left;
    line-height: 160%;
    margin: 0;
    padding: 0;
    font-family: "Sawarabi Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: 400;
    color: #231815;
    width: 100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
table, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}
li {
    list-style: none;
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
}
input, textarea, select {
    font-family: inherit;
*font-size:100%;
    font-weight: inherit
}
li {
    list-style: none;
    text-align: left;
}
.clearfix, p, .r_index li {
    min-height: 1px;
}
.clearfix:after, p:after, .r_index li:after {
    content: ".";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
    height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.fontG, input.submitBtn {
    font-family: "Noto Sans Japanese", 'Verdana', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    font-weight: 200;
}
.flex_center{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
img {
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

p {
    font-size: 14px;
    text-align: left;
}

a:link, a:visited {
    color: "rgb(125, 90, 40)";
}
a:hover {
    text-decoration: none;
    color: #96568A;
}
.content a,.content a:link, .content a:visited {
    color: #000;
}
.content a.blue:link, .content a.blue:visited {
    color: #8BCFD4;
}
.ac {
    text-align: center;
}
/* -----------------------------------Mobile ＆ PC common */
header, footer, #contetnts, #main, .sec {
    width: 100%;
    box-sizing: border-box;
}
.sec {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/*pc only*/
.pc_only {
    display: none;
}
#headMain {
    display: none;
}

/*=======================
	フッター
=======================*/

footer {
    text-align: center;
    width: 100%;
    color: #231815;
	background: none;
    background-color: #f4f4f4;
    padding: 45px 0 0;
}
footer address {
	padding-bottom: 10px;
}
footer p {
	font-size: 14px;
}
.footer_wrap {
    max-width: 500px;
    margin: 0 auto 40px;
}
.ft_cali {
    width: 70%;
    text-align: left;
}
.ft_nav {
    width: 30%;
    font-size: 14px;
}
.ft_nav a {
    color: #231815;
	text-decoration: underline;
}
.ft_nav ul {
    margin-top: 30px;
}
.ft_logo {
    margin-bottom: 5px;
}
.ft_sns img {
    width: 30px;
    height: auto;
    margin-top: 10px;
}
aside {
    background-color: #000;
    padding: 5px 5px 60px;
    margin-top: 25px;
    color: #fff;
    font-size: 14px;
}
/* ----------------------------
 Footer Fixed Banner
---------------------------- */


/*下部fixedボタン*/

#btn_fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    text-align: center;
}
.box_btn {
	width: 50%;
	box-sizing:border-box;
}
.box_btn:first-child {
	border-right: 2px solid #fff;
}
#btn_fixed a {
	background-color: #E6277A;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    /* background-color: transparent;*/
    transition: all 0.5s ease;
    color: #fff;
}
#btn_fixed {
	opacity:0;
}
#btn_fixed.fadein{
animation: 1s fadeIn forwards;
	display: block;
}
@keyframes fadeIn { 

  0% {opacity: 0} 

  100% {opacity: 1}

}
#btn_fixed.fadeout{
animation: 1s fadeOut forwards;
	display: block;
}
@keyframes fadeOut { 

  0% {opacity: 1} 

  100% {opacity: 0}

}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* -----------------------------------------------------------
	inner size
----------------------------------------------------------- */

@media screen and (max-width:1176px) {
.sec {
    padding: 0 15px;
    box-sizing: border-box;
}
}/*★inner size*/

/* -----------------------------------------------------------
	sp size only
----------------------------------------------------------- */

@media screen and (max-width:640px) {
.ft_cali, .ft_nav {
    width: 100%;
    text-align: center;
}
.ft_cali p, .ft_nav ul li {
    text-align: center;
    padding: 5px;
}
.ft_logo {
    width: 36%;
    height: auto;
}
.ft_nav ul {
    margin: 40px 0 20px;
}
aside {
    margin-top: 15px;
}
/* -----------------------------------lower */	

img.sbShopImg {
    position: absolute;
}
button.shopify-buy__btn {
    font-size: 5vw !important;
}
	footer li a {
	border: none;
	width: 100%;
	text-align: center;
		font-size: 14px;

}
	footer li {
		width: 100%;
		margin-bottom: 0;
	}
	.footer_wrap {
		margin-bottom: 0;
	}
	.ft_sns img {
		width: 40px;
	}
	footer address {
		padding: 10px 0 0;
	}
#btn_fixed a {
	font-size: 20px;
	}
}/*★sp size*/

/* -----------------------------------------------------------
	Tablet size ＆　PC　size
----------------------------------------------------------- */

@media screen and (min-width:641px) {
.sp_only {
    display: none !important;
}
.pc_only {
    display: block !important;
}
/*PC用フッターリンク*/
.ftNavBlock, .ftNavBlock .ptpc {
    display: block;
}
/*下部fixed店名ボタン*/

#h_nav ul li a {
    font-size: 20px;
    line-height: 1.4;
}
/* -----------------------------------lower */

}/*★Tablet size ＆　PC　size end*/

/* -----------------------------------------------------------
	Tablet size only
----------------------------------------------------------- */

@media screen and (min-width:641px) and (max-width: 1176px) {

/* -----------------------------------lower */

.menu_area {
    padding-top: 120px;
}
.menu_area .menu_card {
    width: 48%;
}
.menu_area .menu_card_wrap.flex {
    margin-bottom: 50px;
    -webkit-justify-content: center;
    justify-content: center;
}

.ftSns {
    padding-top: 20px;
}
}/*★Tablet only end*/

/* -----------------------------------------------------------
	PC size only
----------------------------------------------------------- */
@media screen and (min-width:1176px) {

/* -----------------------------------lower */

.menu_area .menu_card {
    width: 32%;
}
.menu_area .menu_card a {
    padding: 20px 20px 65px;
}
.menu_area .title_card {
    font-size: 19px;
}
.menu_area .menu_card a:hover {
    opacity: .6;
}
.menusub_price_box {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
}/*★PC only end*/

@media screen and (min-width:1500px) {
.menu_area .title_card {
    font-size: 21px;
}
}