@charset "UTF-8";

/* Start SP--------------------------------------------------*/
@media screen and (max-width: 768px) {
/*=================================================================
*==================================================================
page style setting
==================================================================*
==================================================================*/
/* ===============================================
wrap_cont
=============================================== */
/* ===============================================
sec_main_view
=============================================== */
.sec_main_view {

}

.sec_main_view .inner_sec {
	background-color: #ff0012;
}

/* -----------------------------------------------
view_range
----------------------------------------------- */
.sec_main_view .view_range {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#wrapper .sec_main_view .view_range img {
	width: 100%;
}

/* ===============================================
sec_about
=============================================== */
.sec_about {

}

.sec_about .inner_sec {
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
info_range
----------------------------------------------- */
.sec_about .info_range {
	margin: 0 0 25px 0;
	padding: 30px 0 0 0;
	/* flex */
	display: block;
}

.sec_about .info_range .label_mass {
	margin: 0 0 10px 0;
	text-align: center;
}

.sec_about .info_range .label_mass img {
	width: 100%;
}

.sec_about .info_range .tel_mass .txt_area {
	margin: 0 0 2px 0;
	padding: 0 0 0 1em;
	color: #af0012;
	font-size: 15px;
	text-indent: -1em;
}

.sec_about .info_range .tel_mass .tel_area {
	font-size: 42px;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	letter-spacing: -1px;
	line-height: 1.1;
}

/* -----------------------------------------------
takeout_range
----------------------------------------------- */
.sec_about .takeout_range {
	margin: 0 0 50px 0;
}

/* -----------------------------------------------
label_mass
*/
.sec_about .takeout_range .label_mass {
	position: relative;
	padding: 10px 5px 10px 5px;
	border-radius: 12px 12px 0 0;
	background-color: #af0012;
}

/*** ttl_area -------***/
.sec_about .takeout_range .label_mass .ttl_area {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec_about .takeout_range .label_mass .ttl_area .icon_block {
	width: 18%;
	max-width: 108px;
	margin: 0 3% 0 0;
}

.sec_about .takeout_range .label_mass .ttl_area h3 {
	color: #ffffff;
	line-height: 1.1;
}

.sec_about .takeout_range .label_mass .ttl_area h3 .en {
	display: block;
	margin: 0 0 5px 0;
	font-size: 38px;
}

.sec_about .takeout_range .label_mass .ttl_area h3 .jp {
	display: block;
	font-size: 20px;
}

/*** ttl_area -------***/
.sec_about .takeout_range .view_area {
	display: none;
}

/* -----------------------------------------------
menu_mass
*/
.sec_about .takeout_range .menu_mass {
	padding: 10px 5px 10px 5px;
	border: 2px solid #af0012;
	border-radius: 0 0 12px 12px;
	/* flex */
	display: block;
}

/*** lt_area -------***/
.sec_about .takeout_range .menu_mass .lt_area {
	width: 100%;
	padding: 10px 2px 10px 2px;
	border-right: none;
	border-bottom: 2px solid #af0012;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_about .takeout_range .menu_mass .lt_area li {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sec_about .takeout_range .menu_mass .lt_area li .name {
	background: #ffffff;
	padding-right: 10px;
	font-size: 17px;
}
.sec_about .takeout_range .menu_mass .lt_area li:after {
	content: '';
	border-top: 1px dotted;
	/* flex */
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.sec_about .takeout_range .menu_mass .lt_area li .price {
	background: #ffffff;
	padding-left: 10px;
	font-size: 17px;
	text-align: right;
	/* flex */
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.sec_about .takeout_range .menu_mass .lt_area .note_block {
	margin: 20px 0 0 0;
	font-size: 14px;
}

/*** rt_area -------***/
.sec_about .takeout_range .menu_mass .rt_area {
	width: 100%;
	padding: 20px 2px 10px 2px;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_about .takeout_range .menu_mass .rt_area li {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sec_about .takeout_range .menu_mass .rt_area li .name {
	background: #ffffff;
	padding-right: 10px;
	font-size: 17px;
}

.sec_about .takeout_range .menu_mass .rt_area li:after {
	content: '';
	border-top: 1px dotted;
	/* flex */
	-ms-flex: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.sec_about .takeout_range .menu_mass .rt_area li.continue:after {
	border-top: none;
}

.sec_about .takeout_range .menu_mass .rt_area li .price {
	background: #ffffff;
	padding-left: 10px;
	font-size: 17px;
	text-align: right;
	/* flex */
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

/* -----------------------------------------------
mailorder_range
----------------------------------------------- */
.sec_about .mailorder_range {
	margin: 0 0 50px 0;
}

/* -----------------------------------------------
label_mass
*/
.sec_about .mailorder_range .label_mass {
	position: relative;
	padding: 10px 5px 10px 5px;
	border-radius: 12px 12px 0 0;
	background-color: #af0012;
}

/*** ttl_area -------***/
.sec_about .mailorder_range .label_mass .ttl_area {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec_about .mailorder_range .label_mass .ttl_area .icon_block {
	margin: 0 20px 0 0;
}

.sec_about .mailorder_range .label_mass .ttl_area .icon_block {
	width: 18%;
	max-width: 108px;
	margin: 0 3% 0 0;
}

.sec_about .mailorder_range .label_mass .ttl_area h3 {
	color: #ffffff;
	line-height: 1.1;
}

.sec_about .mailorder_range .label_mass .ttl_area h3 .en {
	display: block;
	margin: 0 0 5px 0;
	font-size: 38px;
}

.sec_about .mailorder_range .label_mass .ttl_area h3 .jp {
	display: block;
	font-size: 20px;
}

/*** ttl_area -------***/
.sec_about .mailorder_range .view_area {
	display: none;
}

/* -----------------------------------------------
product_mass
*/
.sec_about .mailorder_range .product_mass {
	padding: 15px 5px 15px 5px;
	border: 2px solid #af0012;
	border-radius: 0 0 12px 12px;
}

/*** ttl_area -------***/
.sec_about .mailorder_range .product_mass .ttl_area {
	margin: 0 0 15px 0;
}

.sec_about .mailorder_range .product_mass .ttl_area .sub_block {
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 11px 8px 8px 8px;
	background-color: #bf9c44;
	color: #ffffff;
	font-size: 18px;
	line-height: 1.1;
}

.sec_about .mailorder_range .product_mass .ttl_area h4 {
	color: #ff7212;
	font-size: 33px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing: -3px;
	line-height: 1.1;
}

.sec_about .mailorder_range .product_mass .ttl_area h4 .fs {
	font-size: 22px;
}

/*** detail_area -------***/
.sec_about .mailorder_range .product_mass .detail_area {
	margin: 0 0 20px 0;
	font-size: 15px;
}

/*** bt_area -------***/
.sec_about .mailorder_range .product_mass .bt_area {
	margin: 0 0 25px 0;
	text-align: center;
}

.sec_about .mailorder_range .product_mass .bt_area a {
	display: inline-block;
	width: 95%;
	padding: 13px 10px 13px 10px;
	border-radius: 35px;
	background-color: #e60012;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_about .mailorder_range .product_mass .bt_area a:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 10px 0 0;
	border-left: 10px solid #ffffff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	vertical-align: -2px;
}

.sec_about .mailorder_range .product_mass .bt_area a:hover {
	opacity: 0.7;
}

/*** info_area -------***/
.sec_about .mailorder_range .product_mass .info_area {
}

/*--- ttl_block ---*/
.sec_about .mailorder_range .product_mass .info_area .ttl_block {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 10px 10px 8px 10px;
	border: 1px solid #b10012;
	color: #b10012;
	font-size: 18px;
	font-weight: 600;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	text-align: center;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--- lead_block ---*/
.sec_about .mailorder_range .product_mass .info_area .lead_block {
	margin: 0 0 10px 0;
	font-size: 16px;
}

/*--- points_block ---*/
.sec_about .mailorder_range .product_mass .info_area .points_block {
	margin: 0 0 25px 0;
}

.sec_about .mailorder_range .product_mass .info_area .points_block li {
	margin: 2px 0 0 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
	font-size: 15px;
}

.sec_about .mailorder_range .product_mass .info_area .points_block li:first-child {
	margin: 0 0 0 0;
}

.sec_about .mailorder_range .product_mass .info_area .points_block li a {
	color: #004ea2;
	text-decoration: underline;
}

.sec_about .mailorder_range .product_mass .info_area .points_block li a:hover {
	opacity: 0.7;
}

/*--- table_block ---*/
.sec_about .mailorder_range .product_mass .info_area .table_block table {
	width: 100%;
	border-collapse: collapse;
}

.sec_about .mailorder_range .product_mass .info_area .table_block th,
.sec_about .mailorder_range .product_mass .info_area .table_block td {
	border: 1px solid #ffffff;
}

.sec_about .mailorder_range .product_mass .info_area .table_block th {
	width: 20%;
	padding: 8px 6px 8px 6px;
	background-color: #f5eee0;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	word-break: break-all;
}

.sec_about .mailorder_range .product_mass .info_area .table_block td {
	padding: 8px 6px 8px 6px;
	background-color: #f5eee0;
	font-size: 13px;
	word-break: break-all;
}

/* ===============================================
sec_sns
=============================================== */
.sec_sns {

}

.sec_sns .inner_sec {
	width: 93.75%;
	margin: 0 auto;
}

/* -----------------------------------------------
sns_range
----------------------------------------------- */
.sec_sns .sns_range {
	padding: 25px 0 25px 0;
}

.sec_sns .sns_range a img:hover {
	opacity: 0.7;
}

/* -----------------------------------------------
balloon_mass
*/
.sec_sns .sns_range .balloon_mass {
	padding: 0 0 25px 0;
	text-align: center;
}

.sec_sns .sns_range .balloon_mass .inner_mass {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 14px 6px 14px 6px;
	border: 1px solid #355394;
	border-radius: 12px;
	/* box set */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sec_sns .sns_range .balloon_mass .inner_mass:before {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid #ffffff;
	z-index: 2;
}

.sec_sns .sns_range .balloon_mass .inner_mass:after {
	content: "";
	position: absolute;
	bottom: -29px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 18px solid #355394;
	z-index: 1;
}

.sec_sns .sns_range .balloon_mass .txt_area {
	color: #355394;
	font-size: 15px;
	line-height: 1.4;
}

/* -----------------------------------------------
list_mass
*/
.sec_sns .sns_range .list_mass {

}

.sec_sns .sns_range .list_mass ul {
	/* flex */
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sec_sns .sns_range .list_mass li {
	width: 20%;
	max-width: 50px;
	margin: 0 0 0 10px;
}

.sec_sns .sns_range .list_mass li:first-child {
	margin: 0 0 0 0;
}

.sec_sns .sns_range .list_mass li a img {
	width: 100%;
}

}/* End SP----------------------------------------------------*/