@charset "UTF-8";

/*****************************
全ページ共通
*****************************/
body {
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background: #FFFFFF;
	color: #0B1F32;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 180%;
	font-feature-settings: "palt";
}
img {
	max-width: 100%;
}
a {
	color: #333;
	transition: 0.3s;
}
a:hover {
	-moz-opacity: 0.8;
	opacity: 0.8;
	text-decoration: none!important;
	color: #f00!important;
}
a img:hover {
	opacity: 0.8;
}
a:link, a:visited {
    color: #333;
    text-decoration: underline;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
@media screen and (max-width: 767px) {
    .flex {
        flex-direction: column;
    }
    .flex_items {
        width: 100%;
    }hidden_sp
}
.wrapper {
    max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
}
.hidden {
	display: none;
}
.text_bold {
	font-weight: bold;
}
.color_red {
	color: #f00;
}
.hidden_pc {
	display: none;
}
@media screen and (max-width: 767px) {
	.hidden_pc {
		display: block;
	}
}
.hidden_sp {
	display: block;
}
@media screen and (max-width: 767px) {
	.hidden_sp {
		display: none;
	}
}

/*************************************
ウインドウ幅によって改行する　（767pxで）
*************************************/
.line_break {
	display: none;
}
@media screen and (max-width: 767px) {
	.line_break {
		display: block;
	}	
}


/*****************************
イベント　フェイドイン
*****************************/
.fade {
    width: 100%;
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 1.5s, transform 1.0s;
}
.fadein {
    opacity: 1;
    transform: translateX(0);
}


/*****************************
PCとSPの切り替え時のON/OFF
*****************************/
.pc_none {
	display: none!important;
}
.sp_none {
	display: block!important;
}
@media screen and (max-width: 767px) {
	.pc-none {
		display: block!important;
	}
	.sp-none {
		display: none!important;
	}
}


/*****************************
ボタン
*****************************/
/* ボタン共通 */
.btn a {
	display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}

/* ご注文はこちらボタン（hover時に線色と背景色反転） */
.btn_order {
	width: 100%;
}
.btn_order a {
	width: 88%;
	height: 40px;
    border: 2px solid #ffb100;
    background-color: #ffb100;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
	margin: 0 0 0 auto;
}
.btn_order a:hover,
.btn_order a:active {
    color: #ffb100!important;
    background-color: #fff;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.btn_order a {
		height: 60px;
		width: 50%;
		border-radius: 40px;
		margin: 0 auto;
		font-size: 1.4rem;
	}
}

/* 一覧はこちらボタン */
.btn_to_category {
	margin-bottom: 40px;
}
.btn_to_category a {
	position: relative;
	width: 500px;
	height: 60px;
    color: #fff;
    border: 2px solid #ffc800;
	border-bottom: 4px solid #98680a;
	border-radius: 10px;
    background-color: #ffc800;
    font-size: 1.5rem;
    font-weight: bold;
	margin: 0 auto;
	justify-content: right;
}
.btn_to_category a:hover {
	opacity: 0.6;
	color: #fff!important;
}
.btn_to_category a::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	top: 22px;
	right: 40px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
.btn_to_category a span {
	margin-right: 60px;
	padding-right: 60px;
}
@media screen and (max-width: 550px) {
	.btn_to_category a {
		width: 400px;
		font-size: 1.375rem;
	}
	.btn_to_category a span {
		margin-right: 20px;
	}
}
@media screen and (max-width: 450px) {
	.btn_to_category a {
		width: 340px;
	}
	.btn_to_category a span {
		margin-right: 0;
		padding-right: 40px;
	}
	.btn_to_category a::after {
		right: 20px;
	}
}

/* トップへ戻る */
.btn_to_top {
	height: 40px;
}
.btn_to_top a {
	position: relative;
	width: 175px;
	height: 40px;
    color: #fff;
	border-radius: 10px;
    background-color: #888;
    font-weight: bold;
}
.btn_to_top a:hover {
	opacity: 0.6;
	color: #fff!important;
}
.btn_to_top a::before {
	display: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 50%;
	left: 20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}
.btn_to_top a span {
	margin-left: 15px;
}

@media screen and (max-width: 767px) {
	.btn_to_top a {
		margin: 0 auto;
	}
}

/*****************************
最下部ボタン
*****************************/
.btn_group {
    background-color: #eee;
    padding: 40px 0;
}

/*****************************
フッター
*****************************/
#footer {
    background-color: #fff;
    width: 100%;
    padding: 12px 0 20px 0;
    text-align: center;
}
.copyright {
    font-size: 86%;
    text-align: center;
	padding: 0 20px;
}