body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#shop-info img {
	display: none;
}

.yumemiya-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #555;
}

.row {
	max-width: 87.875rem;
}

.row .row {
	width: auto;
	min-width: inherit;
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

.column,
.columns {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

p {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 30px 0;
}

a,
a:link,
a:visited,
a:active {
	color: #000;
}

a {
	transition: .3s;
}

a:hover {
	color: #d46636;
}


/* header */

#header {
	position: absolute;
	width: 100%;
	z-index: 99999;
	background: #fff;
}

#logo {
	padding: 10px 0;
}

#logo a {
	display: block;
	width: 372px;
	margin: 0 auto;
}

#header nav {
	height: 54px;
	background: #666;
}

#header.fixed {
	position: fixed;
}

#header.fixed #logo {
	display: none;
}

#header.fixed nav {}

#header nav ul li {
	color: #fff;
	width: 256px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #acacac;
}

#header nav ul li:last-child {
	line-height: 1.2;
	border-right: 1px solid #acacac;
}

#header nav ul li span {
	font-size: 12px;
}

#header nav ul li span img {
	vertical-align: top;
}

#header nav ul li a {
	color: #fff;
	line-height: 1;
	height: 54px;
	background: #666;
	transition: .3s ease-in-out;
}

#header nav ul li a:hover {
	background: #000;
}

#header nav ul li span a:hover {
	background: none;
	opacity: 0.7;
}

#container {
	position: relative;
	padding-top: 114px;
	background: #fff;
}


/* home */

.home #container {
	padding-bottom: 60px;
}

.home #slider .bx-wrapper .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none;
}

.home #slider .bx-wrapper .bx-viewport ul li img {
	margin: 0 auto;
}

.home #slider .bx-wrapper .bx-viewport ul li img.sp-only,
.post img.sp-only {
	display: none;
}

.home #slider .bx-wrapper .bx-viewport ul {
	margin: 0;
	padding: 0;
}

.home #slider .bx-wrapper .bx-pager,
.home #slider .bx-wrapper .bx-controls-auto {
	bottom: 0;
}

.home #slider .bx-wrapper {
	margin: 0 0 30px 0;
}

.home #slider .bx-wrapper .bx-controls-direction a {
	transition: none;
}

.home .section-header {
	text-align: center;
	margin: 0 0 15px 0;
}

.home .section-header img {
	width: 80px;
}

.home section h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}

.home #menu {
	margin: 0 0 30px 0;
	padding: 0 0 26px 0;
}

.home #menu .menu-newarrival {
	margin: 0 0 20px 0;
}

.home #menu .menu-newarrival a {
	display: block;
	margin-bottom: 10px;
}

.home #menu .menu-grandmenu {
	margin: 0 0 10px 0;
}

.home #menu .menu-grandmenu .grand-menu {
	display: block;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 25px;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.home #menu .menu-grandmenu .grand-menu a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 2;
	width: 100%;
	height: 100%;
	padding: 60px 0;
	background: rgba(0, 0, 0, 0.4);
	transition: 0.4s;
}

.home #menu .menu-grandmenu .grand-menu a span {
	display: block;
	padding: 2px 0;
	border: 1px solid #fff;
	border-radius: 2px;
	color: #fff;
	width: 240px;
	margin: 0 auto;
	font-size: 14px;
}

.home #menu .menu-grandmenu .grand-menu a:hover {
	color: #fff;
	background: rgba(0, 0, 0, 0.0);
}

.home #menu .menu-grandmenu .food-menu {
	background: url(images/grand-menu-food.jpg) center center /cover no-repeat;
}

.home #menu .menu-grandmenu .cafe-menu {
	background: url(images/grand-menu-cafe.jpg) center center /cover no-repeat;
}

.home #menu .menu-grandmenu .sweets-menu {
	background: url(images/grand-menu-sweets.jpg) center center /cover no-repeat;
}

.home #menu .menu-button {
	text-align: center;
	margin: 0;
}

.home #menu .menu-button a {
	color: #fff;
	font-size: 20px;
	padding: 20px 80px;
	background: #5ebaba;
}

.home #menu .menu-button a:hover {
	background: #379898;
}

.home #menu .new-arrival h2 {
	font-weight: bold;
	padding: 10px 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

.home #search {
	margin: 0 0 30px 0;
	padding: 30px 0;
	background: #efefef;
}

.home #search .search-option {
	margin: 0 0 20px 0;
}

.home #search .search-option .search-button {
	display: block;
	color: #000;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 20px;
	background: repeating-linear-gradient(45deg, #efefef, #efefef 5px, #ffffff 5px, #ffffff 10px) center center /cover no-repeat;
	border: 3px solid #666;
	transition: .3s ease-in-out;
}

.home #search .search-option .search-button:hover {
	background: repeating-linear-gradient(45deg, #ffffff, #ffffff 5px, #efefef 5px, #efefef 10px) center center /cover no-repeat;
	border: 3px solid #ccc;
}

.home #search .search-option .search-button:hover {
	border: 3px solid #ccc;
}

.home #search .search-option .search-button img {
	margin-bottom: 35px;
}

.home #search .search-option .search-button h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid #000;
}

.home #search .search-option a p {
	font-size: 17px;
	margin: 0 0 15px 0;
}

.home #brand {
	margin: 0 0 50px 0;
}

.home #brand .brand-cafejr {
	position: relative;
	height: 280px;
	margin: 0 0 10px 0;
	background: url(images/brand-cafejr-image.jpg);
}

.home #brand .brand-cakeshop {
	position: relative;
	height: 280px;
	margin: 0 0 10x 0;
	background: url(images/brand-cakeshop-image.jpg);
	background-repeat: no-repeat;
	/*20220606 ikeno edit*/
	background-size: cover;
	/*20220606 ikeno edit*/
}

.home #brand .brand-content {
	font-size: 14px;
	margin: 0;
	padding: 10px 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
}

.home #brand .brand-content h4 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 5px 0;
}

.home #brand .brand-content p {
	margin: 0;
}

.home #brand .brand-lineup {
	margin: 0 0 15px 0;
}

.home #brand h3 {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px 0;
	background: #efefef;
}

.home #brand ul li {
	list-style: none;
	text-align: center;
	font-size: 13px;
	margin: 0 0 15px 0;
}

.home #brand ul li img {
	margin: 0 0 15px 0;
}

.home #recruit {
	margin: 0 0 60px 0;
}

.home #recruit .recruit-button {
	display: block;
	color: #5fbabb;
	font-weight: bold;
	padding: 10px 0 10px 60px;
	border: 1px solid #5fbabb;
	transition: .3s;
}

.home #recruit .recruit-button:hover {
	color: #fff;
	background-color: #5fbabb;
}

.home #recruit .recruit01 {
	background: url(images/part-time-icon.jpg) center left /contain no-repeat;
}

.home #recruit .recruit02 {
	background: url(images/chuto-icon.jpg) center left /contain no-repeat;
}

.home #recruit .recruit03 {
	background: url(images/shinsotsu-icon.jpg) center left /contain no-repeat;
}

.home #recruit .recruit03 img {
	width: 100px;
	vertical-align: top;
	margin: 0 0 0 10px;
}


/* breadcrumb */

#breadcrumb {
	padding: 2px 0;
	background: #efefef;
}

#breadcrumb .breadcrumb {
	margin: 0 0 0 20px;
}

#breadcrumb .breadcrumb li {
	display: inline-block;
	list-style: none;
	font-size: 12px;
}

#breadcrumb .breadcrumb li:after {
	content: ">";
	margin: 0 0 0 10px;
}

#breadcrumb .breadcrumb li:last-child:after {
	content: none;
	margin: 0;
}


/* menu */

.menu #container,
.menus #container {
	padding-bottom: 30px;
}

.menu #main,
.menus #main {
	padding: 30px 0;
}

.menu .section-header,
.menus .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.menu .section-header img,
.menus .section-header img {
	width: 80px;
	margin: 0 0 5px 0;
}

.menu #menu-lineup ul li,
.menus #menu-lineup ul li {
	list-style: none;
	text-align: center;
	font-size: 14px;
	margin-bottom: 90px;
}

.menu #menu-lineup ul li a,
.menus #menu-lineup ul li a {
	display: block;
}

.menu #menu-lineup ul li img,
.menus #menu-lineup ul li img {
	margin-bottom: 20px;
}

.menu #menu-header {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999;
}

.menu #menu-header h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

.menu #menu-header h2 {
	color: #666;
	font-size: 14px;
}

.menu #menu-header .price {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	display: none;
}

.menu #menu {
	margin: 0 0 30px 0;
}

.menu #menu-content .details {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.menu #menu-content .note {
	color: #666;
}

.menu #menu-info {
	position: relative;
	width: 340px;
	margin: 0 0 30px 0;
}

.menu #menu-info h3 {
	font-size: 14px;
	font-weight: bold;
}

.menu #menu-info table {
	margin: 0 0 30px 0;
}

.menu #menu-info table tbody,
.menu #menu-info table tfoot,
.menu #menu-info table thead {
	border: 0;
}

.menu #menu-info table tr {
	border-top: 1px dotted #999;
}

.menu #menu-info table tr:last-child {
	border-bottom: 1px dotted #999;
}

.menu #menu-info table tbody tr:nth-child(even) {
	background: #fff;
}

.menu #menu-info table tr td {
	font-size: 14px;
	padding: 5px 0;
	border: 0;
}

.menu #food-information {
	height: 30px;
	margin: -60px 0 0 360px;
}

.menu #food-information a {
	font-size: 13px;
}

.menu #food-information img {
	height: 30px;
	margin: 0 5px 0 0;
}

.menu #recommended {
	margin: 0 0 30px 0;
}

.menu #recommended h3 {
	font-size: 14px;
	font-weight: bold;
}

.menu .menu-link a {
	display: block;
}

.menu .menu-link img {
	width: 90px;
	float: left;
	margin: 0 20px 0 0;
	vertical-align: middle;
}

.menu .menu-link {
	overflow: hidden;
	font-size: 14px;
}

.menu #footer-nav,
.menus #footer-nav {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	width: 100%;
	background: #efefef;
}

.menu #footer-nav ul,
.menus #footer-nav ul {
	margin: 0;
}

.menu #footer-nav ul li,
.menus #footer-nav ul li {
	display: inline-block;
	font-size: 12px;
	width: 120px;
}

.menu #footer-nav ul li a,
.menus #footer-nav ul li a {
	display: block;
	padding: 15px 0;
	transition: .3s;
}

.menu #footer-nav ul li a:hover,
.menus #footer-nav ul li a:hover {
	color: #777;
}

.menu #footer-nav ul li a img,
.menus #footer-nav ul li a img {
	margin: 0 0 2px 0;
	transition: .3s;
}

.menu #footer-nav ul li a:hover img,
.menus #footer-nav ul li a:hover img {
	opacity: 0.6;
}


/* fair */

.granita #main {
	padding: 60px 0;
	background: url(images/granita/granita-bg.jpg) center top /cover no-repeat;
}

.coldpasta #main {
	padding: 60px 0;
	background: url(images/coldpasta/cold-pasta-bg.jpg) center top /cover no-repeat;
}

.jellycake #main {
	padding: 60px 0;
	background: url(images/jellycake/jelly-cake-bg.jpg) center top /cover no-repeat;
}

.akifair #main {
	padding: 60px 0;
	background: url(images/akifair/akifair-bg.jpg) center top /cover no-repeat;
}

.halloween #main {
	background: #000000;
	padding: 60px 0;
}

.souppasta #main {
	padding: 60px 0;
	/*background: url(images/akifair/akifair-bg.jpg) center top /cover no-repeat;*/
}


.granita .section-header,
.coldpasta .section-header,
.jellycake .section-header,
.akifair .section-header,
.meat-sauce-fair-2016-winter .section-header,
.valentines-day-2017 .section-header,
.strawberry-fair-2017 .section-header,
.strawberrydrinkfair-2017 .section-header,
.souppasta .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
}

.granita .section-header img,
.coldpasta .section-header img,
.jellycake .section-header img {
	width: 400px;
	margin: 0 0 30px 0;
}

.akifair .section-header img {
	width: 600px;
	margin: 0 0 30px 0;
}

.souppasta .section-header img {
	width: 600px;
	margin: 0 0 30px 0;
}

.granita section,
.coldpasta section,
.jellycake section,
.akifair section,
.halloween section,
.meat-sauce-fair-2016-winter section,
.valentines-day-2017 section,
.strawberry-fair-2017 section,
.strawberrydrinkfair-2017 section,
.souppasta section {
	margin: 0 0 60px 0;
}

.granita .fair-header,
.coldpasta .fair-header,
.jellycake .fair-header,
.akifair .fair-header,
.souppasta .fair-header,
.halloween .fair-header,
.meat-sauce-fair-2016-winter .fair-header,
.valentines-day-2017 .fair-header,
.strawberry-fair-2017 .fair-header,
.strawberrydrinkfair-2017 .fair-header {
	margin: 0 0 30px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #999;
}

.granita .fair-header h1,
.coldpasta .fair-header h1,
.jellycake .fair-header h1,
.akifair .fair-header h1,
.souppasta .fair-header h1,
.halloween .fair-header h1,
.meat-sauce-fair-2016-winter .fair-header h1,
.valentines-day-2017 .fair-header h1,
.strawberry-fair-2017 .fair-header h1,
.strawberrydrinkfair-2017 .fair-header h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

.granita .fair-header .fair-price,
.coldpasta .fair-header .fair-price,
.jellycake .fair-header .fair-price,
.akifair .fair-header .fair-price,
.souppasta .fair-header .fair-price,
.meat-sauce-fair-2016-winter .fair-price,
.valentines-day-2017 .fair-price,
.strawberry-fair-2017 .fair-price,
.strawberrydrinkfair-2017 .fair-price {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	margin: 0;
}

.akifair .fair-header .fair-price .fair-tax,
.souppasta .fair-header .fair-price .fair-tax,
.meat-sauce-fair-2016-winter .fair-header .fair-price .fair-tax,
.valentines-day-2017 .fair-header .fair-price .fair-tax,
.strawberry-fair-2017 .fair-header .fair-price .fair-tax,
.strawberrydrinkfair-2017 .fair-header .fair-price .fair-tax {
	font-size: 14px;
	text-align: right;
	margin: 0;
}

.granita .fair-content h2,
.coldpasta .fair-content h2,
.jellycake .fair-content h2,
.akifair .fair-content h2,
.souppasta .fair-content h2,
.meat-sauce-fair-2016-winter .fair-content h2,
.valentines-day-2017 .fair-content h2,
.strawberry-fair-2017 .fair-content h2,
.strawberrydrinkfair-2017 .fair-content h2 {
	color: #666;
	font-size: 24px;
	font-weight: bold;
}

.granita .fair-content p,
.coldpasta .fair-content p,
.jellycake .fair-content p,
.akifair .fair-content p,
.souppasta .fair-content p,
.meat-sauce-fair-2016-winter .fair-content p,
.valentines-day-2017 .fair-content p,
.strawberry-fair-2017 .fair-content p,
.strawberrydrinkfair-2017 .fair-content p {
	font-size: 18px;
	font-weight: bold;
}

.granita .fair-content p span,
.coldpasta .fair-content p span,
.jellycake .fair-content p span,
.akifair .fair-content p span,
.meat-sauce-fair-2016-winter .fair-content p span,
.valentines-day-2017 .fair-content p span,
.strawberry-fair-2017 .fair-content p span,
.strawberrydrinkfair-2017 .fair-content p span {
	font-size: 14px;
	font-weight: normal;
}

.granita .fair-info h3,
.coldpasta .fair-info h3,
.jellycake .fair-info h3,
.akifair .fair-info h3,
.souppasta .fair-info h3,
.meat-sauce-fair-2016-winter .fair-info h3,
.valentines-day-2017 .fair-info h3,
.strawberry-fair-2017 .fair-info h3,
.strawberrydrinkfair-2017 .fair-info h3 {
	font-size: 16px;
	font-weight: bold;
}

.granita .fair-info table,
.coldpasta .fair-info table,
.jellycake .fair-info table,
.akifair .fair-info table,
.souppasta .fair-info table,
.meat-sauce-fair-2016-winter .fair-info table,
.valentines-day-2017 .fair-info table,
.strawberry-fair-2017 .fair-info table,
.strawberrydrinkfair-2017 .fair-info table {
	margin: 0 0 30px 0;
}

.granita .fair-info table tbody,
.coldpasta .fair-info table tbody,
.jellycake .fair-info table tbody,
.akifair .fair-info table tbody,
.souppasta .fair-info table tbody,
.meat-sauce-fair-2016-winter .fair-info table tbody,
.valentines-day-2017 .fair-info table tbody,
.strawberry-fair-2017 .fair-info table tbody,
.strawberrydrinkfair-2017 .fair-info table tbody {
	border: 0;
	background: transparent;
}

.granita .fair-info table tr,
.coldpasta .fair-info table tr,
.jellycake .fair-info table tr,
.akifair .fair-info table tr,
.souppasta .fair-info table tr,
.meat-sauce-fair-2016-winter .fair-info table tr,
.valentines-day-2017 .fair-info table tr,
.strawberry-fair-2017 .fair-info table tr,
.strawberrydrinkfair-2017 .fair-info table tr {
	border-top: 1px dotted #999;
}

.granita .fair-info table tr:last-child,
.coldpasta .fair-info table tr:last-child,
.jellycake .fair-info table tr:last-child,
.akifair .fair-info table tr:last-child,
.meat-sauce-fair-2016-winter .fair-info table tr:last-child,
.valentines-day-2017 .fair-info table tr:last-child,
.strawberry-fair-2017 .fair-info table tr:last-child,
.strawberrydrinkfair-2017 .fair-info table tr:last-child {
	border-bottom: 1px dotted #999;
}

.granita .fair-info table tbody tr,
.granita .fair-info table tbody tr:nth-child(even),
.coldpasta .fair-info table tbody tr,
.coldpasta .fair-info table tbody tr:nth-child(even),
.jellycake .fair-info table tbody tr,
.jellycake .fair-info table tbody tr:nth-child(even),
.akifair .fair-info table tbody tr,
.akifair .fair-info table tbody tr:nth-child(even),
.souppasta .fair-info table tbody tr,
.souppasta .fair-info table tbody tr:nth-child(even),
.meat-sauce-fair-2016-winter .fair-info table tbody tr,
.meat-sauce-fair-2016-winter .fair-info table tbody tr:nth-child(even),
.valentines-day-2017 .fair-info table tbody tr,
.valentines-day-2017 .fair-info table tbody tr:nth-child(even),
.strawberry-fair-2017 .fair-info table tbody tr:nth-child(even),
.strawberrydrinkfair-2017 .fair-info table tbody tr:nth-child(even) {
	background: transparent;
}

.granita .fair-info table tr td,
.coldpasta .fair-info table tr td,
.jellycake .fair-info table tr td,
.akifair .fair-info table tr td,
.meat-sauce-fair-2016-winter .fair-info table tr td,
.valentines-day-2017 .fair-info table tr td,
.strawberry-fair-2017 .fair-info table tr td,
.strawberrydrinkfair-2017 .fair-info table tr td {
	font-size: 14px;
	padding: 5px 0;
	border: 0;
}

img.akifair-photo {
	float: left;
	margin: 0 10px 0 0;
}

h2.akifair-h2 {
	border-top: 5px double #773a03;
	border-bottom: 5px double #773a03;
	color: #773a03;
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: bold;
}

h3.akifair-h3 {
	color: #773a03;
	font-size: 20px;
	font-weight: bold;
}

.coldpasta img.stamp-banner,
.akifair img.stamp-banner {
	display: block;
	margin: 0 auto;
}

/* brand */

.brand #main {
	padding: 30px 0;
}

.brand .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 40px 0;
}

.brand .section-header img {
	width: 80px;
	margin: 0 0 5px 0;
}

.brand h2.section-header {
	font-size: 1rem;
	text-align: center;
}

.brand .shop-logo img {
	display: block;
	margin: 0 auto 5px auto;
	width: 400px;
}


.brand .shop-text {
	padding: 40px 0;
}

.brand .shop-menu {
	background: #5e3900;
	padding: 0 0 30px 0;
}

.brand .shop-menu-panes {
	background: url(images/brand/panes/panes_bg.jpg) no-repeat;
	background-size: cover;
	padding: 0 0 30px 0;
}

.brand h2.shop-menu-text {
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

.brand .shop-menu-text h2 {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
}

.brand .shop-menu-text p {
	color: #ffffff;
}


.brand .shop-menu-text dl {
	color: #ffffff;
	margin: 10px 0 50px 0;
	border-bottom: 1px dotted #ffffff;
	overflow: hidden;
}

.brand .shop-menu-text dt {
	border-top: 1px dotted #ffffff;
	padding: 15px 0 0 0;
	clear: both;
}

.brand .shop-menu-text dd {
	padding: 0 0 15px 0;
	overflow: hidden;
}

.brand .shop-menu-text dd span {
	float: right;
}

/*.brand .shop-menu-text dd:last-child {
	border-bottom: 1px dotted #ffffff;
}*/

.brand .shop-menu-icon {
	padding: 20Px 0;
}

.brand .shop-menu-icon img {
	display: block;
	margin: 0 auto;
	width: 150px;
}

.brand #search-result {}

.brand #search-result ul {
	margin: 0;
	padding: 0;
}

.brand #search-result ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666;
}

.brand #search-result ul li:last-child {
	border-bottom: 1px solid #666;
}

.brand #search-result ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 60px 30px 15px;
}

.brand #search-result ul li a:after {
	content: "»";
	display: block;
	color: #999;
	font-size: 36px;
	position: absolute;
	top: 50px;
	right: 15px;
	line-height: 36px;
}

.brand #search-result ul li a:hover {
	color: #000;
	background: #f8f8f8;
}

.brand #search-result ul li a h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.brand #search-result ul li a p {
	margin: 0;
}

.brand #brand-cafejr {
	padding: 0 560px 100px 0;
	/*padding: 20px 560px 20px 0;*/
	border-bottom: 1px solid #ccc;
	background: url(images/brand/cafejr-img.png) top right no-repeat;
	/*background: url(images/brand/cafejr-img.png) top right 50px no-repeat;*/
}

.brand #brand-cafejr img {
	margin: 0 0 20px 0;
}

.brand #brand-cafejr p {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.brand #brand-cafejr ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.brand #brand-cafejr .button {
	color: #fff;
	font-weight: bold;
	width: 135px;
	margin: 0;
	padding: 8px 0;
	border-radius: 2px;
	font-size: 0.8rem;
}

.brand #brand-cafejr .brand-search-icon {
	background: #1d7540 url(images/nav-shop-icon.png) 10px center no-repeat;
	/*#5ebaba*/
}

.brand #brand-cafejr .brand-menu-icon {
	background: #1d7540 url(images/nav-menu-icon.png) 5px center no-repeat;
	/*#5ebaba*/
	text-indent: 1em;
}


/*.brand #brand-cafejr .button:hover {
	background: #379898;
}*/

.brand #brand-cakeshop {
	margin: 0 0 100px 0;
	padding: 100px 0 40px 540px;
	border-bottom: 1px solid #ccc;
	background: url(images/brand/cakeshop-img.png) left 90px no-repeat;
	background-size: contain;
}

.brand #brand-cakeshop img {
	margin: 0 0 20px 0;
}

.brand #brand-cakeshop p {
	font-size: 16px;
	margin: 0 0 20px 0;
}

.brand #brand-cakeshop ul li {
	display: inline-block;
	margin: 0 15px 0 0;
}

.brand #brand-cakeshop .button {
	color: #fff;
	font-weight: bold;
	width: 135px;
	margin: 0;
	padding: 8px 0;
	border-radius: 2px;
	font-size: 0.8rem;
}

.brand #brand-cakeshop .brand-search-icon {
	background: #1d7540 url(images/nav-shop-icon.png) 10px center no-repeat;
	/*#5ebaba*/
}

.brand #brand-cakeshop .brand-menu-icon {
	background: #1d7540 url(images/nav-menu-icon.png) 5px center no-repeat;
	/*#5ebaba*/
	text-indent: 1em;
}

/*.brand #brand-cakeshop .button:hover {
	background: #379898;
}*/

.brand #brand-others {
	margin: 0 0 40px 0;
}

.brand #brand-others section h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 0;
}

.brand #brand-others ul li {
	list-style: none;
	font-size: 14px;
	margin: 0 0 50px 0;
}

.brand #brand-others ul li a {
	display: block;
}

.brand #brand-others ul li .brand-photo {
	float: left;
	margin: 0 15px 0 0;
}

.brand #brand-others ul li .brand-logo {
	height: 48px;
}

.brand .bg-black {
	background: #222222 !important;
}

.superiore-color-white {
	color: #ffffff !important;
}

.faribeurre-color-gray {
	color: #555555 !important;
}

dl.faribeurre-color-gray dt img {
	width: 150px;
	float: left;
	margin: 0 10px 20px 0;
	overflow-hidden;
}

.vigore-banner {
	height: 400px;
	background: url(images/brand/vigore/vigore01.jpg) no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.superiore-banner {
	height: 400px;
	background: url(images/brand/superiore/superiore01.jpg) no-repeat;
	background-size: cover;
}

.faribeurre-banner {
	height: 400px;
	background: url(images/brand/faribeurre/faribeurre01.jpg) no-repeat;
	background-size: cover;
}

.burgers-banner {
	height: 400px;
	background: url(images/brand/burgers/burgers01.jpg) no-repeat;
	background-size: cover;
	background-position: center 0;
}

.yumemiya-banner {
	height: 400px;
	background: url(images/brand/yumemiya/yumemiya01.jpg) no-repeat;
	background-size: cover;
	background-position: center 0;
}

.panes-banner {
	height: 400px;
	background: url(images/brand/panes/panes01.jpg) no-repeat;
	background-size: cover;
	background-position: center 0;
}

.brand .burgers-bg {
	/*background:url(images/brand/burgers/burgers_bg.jpg) no-repeat !important;
	background-size:contain !important;
	background-repeat:repeat-y !important;*/
	background: #eedebc !important;
}

.brand .burgers-shop-menu {
	background: #cc0000 !important;
	padding: 0 0 30px 0;
	border-radius: 10px;
}

dl.burger-photo dt img {
	width: 100px;
	float: left;
	margin: 0 10px 20px 0;
	overflow-hidden;
}

.brand .faribeurre-bg {
	background: url(images/brand/faribeurre/faribeurre_bg.jpg) !important;
	background-repeat: repeat !important;
	/*background:#522800 !important;*/
}

.brand .yumemiya-bg {
	background: url(images/brand/yumemiya/yumemiya-bg.jpg) !important;
	background-repeat: repeat !important;
	/*background:#522800 !important;*/
}


/* search */

.search #main {
	padding: 30px 0;
}

.search article {
	padding-bottom: 60px;
}

.search .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}

.search .section-header img {
	width: 80px;
	margin: 0 0 5px 0;
}

.search h2 {
	font-size: 24px;
	font-weight: bold;
}

.search #search-map {
	position: relative;
	height: 600px;
	background: url(images/search/map.png) center center /contain no-repeat;
	margin: 0 0 30px 0;
}

.search #search-map ul {
	width: 130px;
}

.search #search-map ul li {
	color: #ccc;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	padding-bottom: 5px;
}

.search #list-hokkaido {
	position: absolute;
	top: 30px;
	right: 110px;
	padding: 10px 0;
	border-top: 5px solid #9fd8f2;
}

.search #list-hokkaido a {
	color: #9fd8f2;
}

.search #list-tohoku {
	position: absolute;
	top: 100px;
	right: 200px;
	padding: 10px 0;
	border-top: 5px solid #55c2e1;
}

.search #list-tohoku a {
	color: #55c2e1;
}

.search #list-hokuriku {
	position: absolute;
	top: 160px;
	left: 250px;
	padding: 10px 0;
	border-top: 5px solid #43a556;
}

.search #list-hokuriku a {
	color: #43a556;
}

.search #list-kanto {
	position: absolute;
	top: 280px;
	right: 60px;
	padding: 10px 0;
	border-top: 5px solid #fccb00;
}

.search #list-kanto a {
	color: #fccb00;
}

.search #list-tokai {
	position: absolute;
	top: 420px;
	right: 130px;
	padding: 10px 0;
	border-top: 5px solid #0068b2;
}

.search #list-tokai a {
	color: #0068b2;
}

.search #list-kansai {
	position: absolute;
	top: 420px;
	right: 250px;
	padding: 10px 0;
	border-top: 5px solid #f29f19;
}

.search #list-kansai a {
	color: #f29f19;
}

.search #list-chugoku {
	position: absolute;
	top: 210px;
	left: 130px;
	padding: 10px 0;
	border-top: 5px solid #d82e16;
}

.search #list-chugoku a {
	color: #d82e16;
}

.search #list-shikoku {
	position: absolute;
	top: 420px;
	left: 200px;
	padding: 10px 0;
	border-top: 5px solid #e62080;
}

.search #list-shikoku a {
	color: #e62080;
}

.search #list-kyushu {
	position: absolute;
	top: 330px;
	left: 30px;
	padding: 10px 0;
	border-top: 5px solid #ab549c;
}

.search #list-kyushu a {
	color: #ab549c;
}

.search #list-okinawa {
	position: absolute;
	top: 540px;
	left: 70px;
	padding: 10px 0;
	border-top: 5px solid #cc623a;
}

.search #list-okinawa a {
	color: #cc623a;
}

.search #search-oversea {}

.search #search-oversea .menu>li>a {
	font-size: 18px;
	padding: 0 15px 0 0;
}

.search #search-form {
	margin: 0 0 0 30px;
}

.search #search-form h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

.search #search-form ul li {
	list-style: none;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.search #search-form select {
	border-radius: 5px;
}

.search #search-form ul li input[type="checkbox"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.search #search-form p {
	text-align: center;
}

.search #search-form p .button {
	width: 50%;
	font-size: 16px;
	background: #333;
	border-radius: 5px;
}

.search #search-form p .button:hover {
	background: #444;
}

.search #search-box {
	margin: 0 0 0 30px;
}

.search #search-box p input {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.search #search-box p {
	text-align: center;
}

.search #search-box p .button {
	width: 50%;
	font-size: 16px;
	padding: .85em 1em;
	background: #333;
	border-radius: 5px;
}

.search #search-box p .button:hover {
	background: #444;
}

.search #shop-news {
	margin: 0 0 30px 30px;
}

.search #shop-news h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #999;
}

.search #shop-news ul {
	margin: 0;
	padding: 0;
}

.search #shop-news ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.search #shop-news ul li .date {
	margin: 0 20px 0 0;
}

.search #event-news {
	margin: 0 0 60px 30px;
}

.search #event-news h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #999;
}

.search #event-news ul {
	margin: 0;
	padding: 0;
}

.search #event-news ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.search #event-news ul li .date {
	margin: 0 20px 0 0;
}

.search #search-result {}

.search #search-result ul {
	margin: 0;
	padding: 0;
}

.search #search-result ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666;
}

.search #search-result ul li:last-child {
	border-bottom: 1px solid #666;
}

.search #search-result ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 60px 30px 15px;
}

.search #search-result ul li a:after {
	content: "»";
	display: block;
	color: #999;
	font-size: 36px;
	position: absolute;
	top: 50px;
	right: 15px;
	line-height: 36px;
}

.search #search-result ul li a:hover {
	color: #000;
	background: #f8f8f8;
}

.search #search-result ul li a h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.search #search-result ul li a p {
	margin: 0;
}


/* search */

.store #main {
	padding: 30px 0;
}

.store .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}

.store .section-header img {
	width: 80px;
	margin: 0 0 5px 0;
}

.store h2 {
	font-size: 24px;
	font-weight: bold;
}

.store #search-map {
	margin: 0 0 30px 0;
}

.store #search-oversea {}

.store #search-oversea .menu>li>a {
	font-size: 18px;
	padding: 0 15px 0 0;
}

.store #search-form {
	margin: 0 0 0 30px;
}

.store #search-form h3 {
	font-size: 16px;
	margin: 0 0 5px 0;
}

.store #search-form ul li {
	list-style: none;
	font-size: 14px;
	margin: 0 0 5px 0;
}

.search #search-form select {
	border-radius: 5px;
}

.store #search-form ul li input[type="checkbox"] {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.store #search-form p {
	text-align: center;
}

.store #search-form p .button {
	width: 50%;
	font-size: 16px;
	background: #333;
	border-radius: 5px;
}

.store #search-form p .button:hover {
	background: #444;
}

.store #search-box {
	margin: 0 0 0 30px;
}

.store #search-box p input {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.store #search-box p {
	text-align: center;
}

.store #search-box p .button {
	width: 50%;
	font-size: 16px;
	padding: .85em 1em;
	background: #333;
	border-radius: 5px;
}

.store #search-box p .button:hover {
	background: #444;
}

.store #shop-news {
	margin: 0 0 30px 30px;
}

.store #shop-news h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #999;
}

.store #shop-news ul {
	margin: 0;
	padding: 0;
}

.store #shop-news ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.store #shop-news ul li .date {
	margin: 0 20px 0 0;
}

.store #event-news {
	margin: 0 0 60px 30px;
}

.store #event-news h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #999;
}

.store #event-news ul {
	margin: 0;
	padding: 0;
}

.store #event-news ul li {
	list-style: none;
	margin: 0 0 10px 0;
}

.store #event-news ul li .date {
	margin: 0 20px 0 0;
}

.store #search-result {}

.search #search-result ul {
	margin: 0;
	padding: 0;
}

.store #search-result ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #666;
}

.store #search-result ul li:last-child {
	border-bottom: 1px solid #666;
}

.store #search-result ul li a {
	display: block;
	position: relative;
	margin: 0;
	padding: 30px 15px;
}

.store #search-result ul li a:after {
	content: "＞";
	display: block;
	font-size: 36px;
	position: absolute;
	top: 50px;
	right: 0;
	line-height: 36px;
}

.store #search-result ul li a:hover {
	color: #000;
	background: #f8f8f8;
}

.store #search-result ul li a h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
}

.store #search-result ul li a p {
	margin: 0;
}

.store #shop-map {
	width: 100%;
	height: 480px;
}

.store #shop-nav {
	margin: 0;
}

.store #shop-nav ul {
	margin: 0;
}

.store #shop-nav ul li {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.store #shop-nav .button {
	width: 100%;
	color: #fff;
	font-size: 16px;
	margin: 0;
	background: #cc0000;
	border-radius: 5px;
}

.search #shop-nav .button:hover {
	background: #dd0000;
}

.store #shop-map {
	margin: 0 0 20px 0;
}

.store #shop-campaign {
	margin: 0 0 30px 0;
}

.store #shop-campaign ul {
	margin: 0;
	border-top: 1px dotted #999;
}

.store #shop-campaign ul li {
	margin: 0;
	border-bottom: 1px dotted #999;
	list-style: none;
}

.store #shop-campaign ul li img {
	float: left;
	width: 120px;
	margin: 0 15px 0 0;
}

.store #shop-campaign ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	background: #fff;
}

.store #shop-campaign ul li a:hover {
	background: #f5f5f5;
}

.store #shop-campaign ul li a:after {
	content: "詳しくはこちら »";
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #d46636;
	font-size: 13px;
}

.store #shop-info {
	margin: 0 0 60px 0;
}

.store #shop-info table {
	margin: 0 0 30px 0;
}

.store #shop-info table tbody {
	border: 0;
}

.store #shop-info table tr {
	border-top: 1px dotted #999;
}

.store #shop-info table tr:last-child {
	border-bottom: 1px dotted #999;
}

.store #shop-info table tr:nth-child(even) {
	background: #fff;
}

.store #shop-info table tr th {
	font-size: 16px;
	width: 160px;
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
}

.store #shop-info table tr td {
	font-size: 16px;
	padding: 10px 0;
}

.store #shop-info table tr td img {
	width: 30px;
	margin: 0 10px 0 0;
}

.store #shop-info table tr td a {
	color: #d46636;
}


/* policy */

.policy #main,
.policy-drink #main {
	padding: 30px 0;
}

.policy #policy-nav,
.policy-drink #policy-nav {
	margin: 0 0 30px 0;
}

.policy #policy-nav ul,
.policy-drink #policy-nav ul {
	text-align: center;
	margin: 0;
	padding: 0;
}

.policy #policy-nav ul li,
.policy-drink #policy-nav ul li {
	display: inline-block;
	font-size: 20px;
	list-style: none;
	border-left: 1px solid #ccc;
}

.policy #policy-nav ul li:last-child,
.policy-drink #policy-nav ul li:last-child {
	border-right: 1px solid #ccc;
}

.policy #policy-nav ul li a,
.policy-drink #policy-nav ul li a {
	display: block;
	padding: 2px 45px;
}

.policy #policy-nav ul li a:hover .policy-drink #policy-nav ul li a:hover {
	color: #fff;
	background: #fa5d54;
}

.policy .section-header,
.policy-drink .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 50px 0;
}

.policy .section-header img .policy-drink .section-header img {
	width: 80px;
	margin: 0 0 5px 0;
}

.policy .policy-content {
	height: 380px;
	margin: 0 0 60px 0;
	padding: 15px 270px 30px 0;
	border-bottom: 1px solid #ccc;
}

.policy-drink .plus-bottom-margin {
	margin: 0 0 60px 0;
}

.policy-drink .policy-content,
.policy-drink .policy-content-no-image {
	height: 380px;
	margin: 0 0 60px 0;
	padding: 15px 270px 30px 0;
}

.policy-drink .policy-content-separator {
	border-right: 1px solid #ccc;
}

.policy #policy-pasta {
	margin-right: 15px;
	background-image: url(images/policy/policy-icon-food.png), url(images/policy/policy-pasta.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy #policy-tomato {
	margin-left: 15px;
	background-image: url(images/policy/policy-icon-food.png), url(images/policy/policy-tomato.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy #policy-oil {
	margin-right: 15px;
	background-image: url(images/policy/policy-icon-food.png), url(images/policy/policy-olive.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy #policy-paren {
	margin-left: 15px;
	background-image: url(images/policy/policy-icon-food.png), url(images/policy/policy-paren.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy #policy-milk {
	margin-left: 15px;
	background-image: url(images/policy/policy-icon-food.png), url(images/policy/policy-milk.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy-drink #policy-coffee {
	margin-right: 15px;
	background-image: url(images/policy/policy-icon-food.png), url(images/policy/drink/policy-coffee.jpg);
	//background-image: url(images/policy/drink/policy-coffee.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy-drink #policy-rain-forest {
	margin-right: 15px;
	background-image: url(images/policy/policy-icon-food-without-marker.png), url(images/policy/drink/rain-forest.png);
	//background-image: url(images/policy/drink/rain-forest.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy-drink #policy-coffee-beans {
	margin-right: 15px;
	background-image: url(images/policy/policy-icon-food-without-marker.png), url(images/policy/drink/policy-coffee-beans.jpg);
	//background-image: url(images/policy/drink/policy-coffee-beans.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy-drink #policy-almond-milk {
	margin-left: 15px;
	background-image: url(images/policy/policy-icon-food.png), url(images/policy/drink/policy-almond-milk.jpg);
	//background-image: url(images/policy/drink/policy-almond-milk.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom right;
}

.policy-drink #policy-almond-milk-benefit {
	margin-left: 15px;
	background-image: url(images/policy/policy-icon-food-without-marker.png) background-repeat: no-repeat, no-repeat;
	background-position: top right;
}

.policy-drink #policy-almond-milk-nutritious {
	margin-left: 15px;
	background-image: url(images/policy/policy-icon-food-without-marker.png) background-repeat: no-repeat, no-repeat;
	background-position: top right;
}

.policy .policy-content h2,
.policy-drink .policy-content h2,
.policy-drink .policy-content-no-image h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.policy .policy-content h3,
.policy-drink .policy-content h3,
.policy-drink .policy-content-no-image h3 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 20px 0;
}

.policy .policy-content p,
.policy-drink .policy-content p,
.policy-drink .policy-content-no-image p {
	font-size: 16px;
	margin: 0;
}

.policy .menu-button,
.policy-drink .menu-button {
	text-align: center;
	margin: 0 0 30px 0;
}

.policy .menu-button a,
.policy-drink .menu-button a {
	color: #fff;
	font-size: 20px;
	padding: 20px 20px;
	background: #5ebaba;
}

.policy .menu-button a:hover .policy-drink .menu-button a:hover,
{
background: #379898;
}

.policy p.ti-ma-de-ra-pa,
.policy-drink p.ti-ma-de-ra-pa {
	font-size: 14px;
	padding: 5px 10px;
	margin: 15px 0 0 0;
	border: 1px solid #acacac;
	display: inline-block;
}


/* new arrival */

#new-arrival {
	margin: 0 0 30px 0;
}

#new-arrival h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 10px 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

#new-arrival a {
	display: block;
	margin-bottom: 10px;
}


/* company */

.company #main {
	padding: 60px 0 30px 0;
}

.company article {
	padding: 0 0 60px 0;
}

.company .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.company section {
	margin: 0 0 60px 0;
}

.company section p:last-child {
	margin: 0;
}

.company section h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.company section h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.company section table {
	border: 0;
}

.company section table tbody {
	border: 0;
}

.company section table tr {
	background: #fff;
	border-top: 1px dotted #ccc;
}

.company section table tr:last-child {
	border-bottom: 1px dotted #ccc;
}

.company section table tr th {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 15px;
	width: 20%;
}

.company section table tr td {
	font-size: 14px;
	padding: 15px 0;
}

.company section ul,
.company section ol {
	margin-bottom: 30px;
}

.company section ul li,
.company section ol li {
	font-size: 14px;
	margin: 0 0 5px;
}

section.symbol {
	overflow: hidden;
}

section.symbol img {
	margin: 0 20px 10px 0;
	float: left;
}


/* my number */

.mynumber #main {
	padding: 60px 0 30px 0;
}

.mynumber article {
	padding: 0 0 60px 0;
}

.mynumber .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.mynumber section {
	margin: 0 0 60px 0;
}

.mynumber section p:last-child {
	margin: 0;
}

.mynumber section h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.mynumber section h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.mynumber section table {
	border: 0;
}

.mynumber section table tbody {
	border: 0;
}

.mynumber section table tr {
	background: #fff;
	border-top: 1px dotted #ccc;
}

.mynumber section table tr:last-child {
	border-bottom: 1px dotted #ccc;
}

.mynumber section table tr th {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 15px;
	width: 25%;
}

.mynumber section table tr td {
	font-size: 14px;
	padding: 15px;
}

.mynumber section ul {
	margin-bottom: 0;
}

.mynumber section ul li {
	list-style: none;
}


/* privacy */

.privacy #main {
	padding: 60px 0 30px 0;
}

.privacy article {
	padding: 0 0 60px 0;
}

.privacy .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.privacy section {
	margin: 0 0 60px 0;
}

.privacy section p:last-child {
	margin: 0;
}

.privacy section h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.privacy section h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.privacy section ol li {
	font-size: 14px;
	margin: 0 0 5px 0;
}


/* fc */

.fc #main {
	padding: 60px 0 30px 0;
}

.fc article {
	padding: 0 0 60px 0;
}

.fc .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.fc section {
	margin: 0 0 60px 0;
}

.fc section p:last-child {
	margin: 0;
}

.fc section h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.fc section h3 {
	color: #dd0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #dd0000;
	border-bottom: 1px solid #dd0000;
	margin-bottom: 30px;
}

.fc section ul li,
.fc section ol li {
	font-size: 14px;
}

.fc section table tbody {
	border: 0;
}

.fc section table tr {
	border-top: 1px dotted #999;
}

.fc section table tr:nth-child(even) {
	background: #fff;
}

.fc section table tr:last-child {
	border-bottom: 1px dotted #999;
}

.fc section table tr th,
.fc section table tr td {
	font-size: 14px;
	text-align: center;
	padding: 15px 15px;
}

.fc section table tr td span {
	font-size: 12px;
}

.fc section p.contact {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
	background: #f5f5f5;
}


/* recruit */

.recruit #main {
	padding: 30px 0;
}

.recruit article {
	padding: 0 0 60px 0;
}

.recruit .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.recruit .section-header img {
	width: 80px;
	margin: 0 0 5px 0;
}

.recruit section .recruit-photo {
	margin: 0 0 30px 0;
}

.recruit section h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.recruit section h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.recruit .recruit-button {
	display: block;
	color: #5fbabb;
	font-weight: bold;
	padding: 10px 0 10px 60px;
	border: 1px solid #5fbabb;
	transition: .3s;
}

.recruit .recruit-button:hover {
	color: #fff;
	background-color: #5fbabb;
}

.recruit .recruit01 {
	background: url(images/part-time-icon.jpg) center left /contain no-repeat;
}

.recruit .recruit02 {
	background: url(images/chuto-icon.jpg) center left /contain no-repeat;
}

.recruit .recruit03 {
	background: url(images/shinsotsu-icon.jpg) center left /contain no-repeat;
}

.recruit .recruit03 img {
	width: 100px;
	vertical-align: top;
	margin: 0 0 0 10px;
}

.recruit .entry-button {
	text-align: center;
	margin: 0 0 30px 0;
}

.recruit .entry-button a {
	color: #fff;
	font-size: 20px;
	padding: 20px 20px;
	background: #5ebaba;
}

.recruit section table {
	margin: 0 0 30px 0;
}

.recruit section table tbody {
	border: 0;
}

.recruit section table tr {
	background: #fff;
	border-top: 1px dotted #ccc;
}

.recruit section table tr:last-child {
	border-bottom: 1px dotted #ccc;
}

.recruit section table tr th {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 15px;
	width: 20%;
}

.recruit section table tr td {
	font-size: 14px;
	padding: 15px 0;
}

.recruit .entry-button a:hover {
	background: #379898;
}


/* contact */

.contact #main {
	padding: 60px 0 30px 0;
}

.contact article {
	padding: 0 0 60px 0;
}

.contact .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.contact #form {
	margin: 0 0 60px 0;
}

.contact #form table {
	margin: 0 0 30px 0;
}

.contact #form table tbody {
	border: 0;
}

.contact #form table tr {
	background: #fff;
	border-top: 1px solid #ccc;
}

.contact #form table tr:last-child {
	border-bottom: 1px solid #ccc;
}

.contact #form table tr th {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	line-height: 1;
	padding: 15px 0;
	width: 30%;
}

.contact #form table tr th span {
	display: block;
	float: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 40px;
	height: 20px;
	margin: 0 30px 0 0;
	background: #dd0000;
}

.contact #form table tr td {
	font-size: 18px;
	padding: 15px 0;
}

.contact #form table tr td p {
	font-size: 18px;
	margin: 0 0 15px 0;
}

.contact #form table tr td input {
	margin: 0;
	background: #eee;
	border: 0;
}

.contact #form table tr td textarea {
	height: 300px;
	margin: 0;
	background: #eee;
	border: 0;
}

.contact #form table tr td input.short {
	width: 33.33%;
}

.contact #form table tr td input.medium {
	width: 66.66%;
}

.contact #form table tr td input.large {
	width: 100%;
}

.contact #form .submit {
	text-align: center;
}

.contact #form .submit input {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 60px;
	background: #5ebaba;
	border: 0;
	transition: .3s;
}

.contact #form .submit input:hover {
	background: #379898;
}

.contact #privacy {
	overflow-y: scroll;
	height: 300px;
	padding: 30px;
	border: 3px solid #ccc;
}

.contact #privacy h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.contact #privacy h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact #privacy h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.contact #privacy ol li {
	font-size: 14px;
	margin: 0 0 5px 0;
}

.contact label {
	font-size: 18px;
}


/* entry */

.entry #main {
	padding: 60px 0 30px 0;
}

.entry article {
	padding: 0 0 60px 0;
}

.entry .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.entry #form {
	margin: 0 0 60px 0;
}

.entry #form table {
	margin: 0 0 30px 0;
}

.entry #form table tbody {
	border: 0;
}

.entry #form table tr {
	background: #fff;
	border-top: 1px solid #ccc;
}

.entry #form table tr:last-child {
	border-bottom: 1px solid #ccc;
}

.entry #form table tr th {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	line-height: 1;
	padding: 15px 0;
	width: 30%;
}

.entry #form table tr th span {
	display: block;
	float: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 40px;
	height: 20px;
	margin: 0 30px 0 0;
	background: #dd0000;
}

.entry #form table tr td {
	font-size: 18px;
	padding: 15px 0;
}

.entry #form table tr td p {
	font-size: 18px;
	margin: 0 0 15px 0;
}

.entry #form table tr td input {
	margin: 0;
	background: #eee;
	border: 0;
}

.entry #form table tr td textarea {
	height: 300px;
	margin: 0;
	background: #eee;
	border: 0;
}

.entry #form table tr td input.short {
	width: 33.33%;
}

.entry #form table tr td input.medium {
	width: 66.66%;
}

.entry #form table tr td input.large {
	width: 100%;
}

.entry #form .submit {
	text-align: center;
}

.entry #form .submit input {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 60px;
	background: #5ebaba;
	border: 0;
	transition: .3s;
}

.entry #form .submit input:hover {
	background: #379898;
}

.entry #privacy {
	overflow-y: scroll;
	height: 300px;
	padding: 30px;
	border: 3px solid #ccc;
}

.entry #privacy h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.entry #privacy h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.entry #privacy h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.entry #privacy ol li {
	font-size: 14px;
	margin: 0 0 5px 0;
}


/* request */

.request #main {
	padding: 60px 0 30px 0;
}

.request article {
	padding: 0 0 60px 0;
}

.request .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.request #form {
	margin: 0 0 60px 0;
}

.request #form table {
	margin: 0 0 30px 0;
}

.request #form table tbody {
	border: 0;
}

.request #form table tr {
	background: #fff;
	border-top: 1px solid #ccc;
}

.request #form table tr:last-child {
	border-bottom: 1px solid #ccc;
}

.request #form table tr th {
	font-size: 18px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	line-height: 1;
	padding: 15px 0;
	width: 30%;
}

.request #form table tr th span {
	display: block;
	float: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 40px;
	height: 20px;
	margin: 0 30px 0 0;
	background: #dd0000;
}

.request #form table tr td {
	font-size: 18px;
	padding: 15px 0;
}

.request #form table tr td p {
	font-size: 18px;
	margin: 0 0 15px 0;
}

.request #form table tr td input {
	margin: 0;
	background: #eee;
	border: 0;
}

.request #form table tr td textarea {
	height: 300px;
	margin: 0;
	background: #eee;
	border: 0;
}

.request #form table tr td input.short {
	width: 33.33%;
}

.request #form table tr td input.medium {
	width: 66.66%;
}

.request #form table tr td input.large {
	width: 100%;
}

.request #form .submit {
	text-align: center;
}

.request #form .submit input {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 60px;
	background: #5ebaba;
	border: 0;
	transition: .3s;
}

.request #form .submit input:hover {
	background: #379898;
}

.request #privacy {
	overflow-y: scroll;
	height: 300px;
	padding: 30px;
	border: 3px solid #ccc;
}

.request #privacy h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.request #privacy h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.request #privacy h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.request #privacy ol li {
	font-size: 14px;
	margin: 0 0 5px 0;
}

.request label {
	font-size: 18px;
}

.fc .request-button {
	text-align: center;
	margin: 0 0 30px 0;
}

.fc .request-button a {
	color: #fff;
	font-size: 20px;
	padding: 20px 20px;
	background: #5ebaba;
}

.fc .request-button a:hover {
	background: #379898;
}


/* error404 */

.error404 #main {
	padding: 60px 0 30px 0;
}

.error404 article {
	padding: 0 0 60px 0;
}

.error404 .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.error404 section {
	margin: 0 0 60px 0;
}

.error404 section p {
	text-align: center;
}


/* campaign */

.campaign #main {
	padding: 60px 0 0 0;
}

.campaign #main article {
	margin: 0 0 60px 0;
}

.campaign .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.campaign #content .post-header {
	margin: 0 0 30px 0;
	padding: 30px 0;
	border-top: 1px dotted #acacac;
	border-bottom: 1px dotted #acacac;

}

.campaign #content .post-header h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px 0;
}

.campaign #content .post-header h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.campaign #content h1 {
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.campaign #content h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.campaign #content h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
}

.campaign #content p {
	font-size: 14px;
	margin: 0 0 15px 0;
}

.campaign #content img {
	max-width: 100%;
	margin: 0 0 30px 0;
}

.campaign #content .aligncenter {
	display: block;
	margin: 0 auto;
}

.campaign #content .alignright {
	float: right;
}

.campaign #content .alignleft {
	float: left;
}

.campaign #content hr {
	max-width: 100%;
}

.campaign #store-info {
	margin: 0 0 30px 0;
}

.campaign #store-info h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 15px 0;
	padding: 10px 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

.campaign #shop-campaign {
	margin: 0 0 30px 0;
	padding: 0 0 0 30px;
}

.archive #shop-campaign {
	margin: 0 0 30px 0;
	padding: 0;
}

.campaign #shop-campaign ul {
	margin: 0;
	border-top: 1px dotted #999;
}

.campaign #shop-campaign ul li {
	margin: 0;
	border-bottom: 1px dotted #999;
	list-style: none;
}

.campaign #shop-campaign ul li img {
	float: left;
	width: 120px;
	margin: 0 15px 0 0;
}

.campaign #shop-campaign ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 0;
	background: #fff;
}

.campaign #shop-campaign ul li a:hover {
	background: #f5f5f5;
}

.campaign #shop-campaign ul li a:after {
	content: "詳しくはこちら »";
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #d46636;
	font-size: 13px;
}

.campaign #shop-info {
	margin: 0;
	padding: 0 0 0 30px;
}


/* footer */

#footer {
	padding: 10px 0;
	background: #efefef;
}

#footer #pagetop {
	position: relative;
	z-index: 999999;
}

#footer #pagetop a {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	bottom: 30px;
	right: 0;
	background: #555 url(images/pagetop.png) center center /contain no-repeat;
	border-radius: 30px;
	transition: .3s;
}

#footer #pagetop a:hover {
	background-color: #666;
}

#footer ul li {
	font-size: 14px;
	line-height: 1;
	border-left: 1px solid #666;
}

#footer ul li:last-child {
	border-right: 1px solid #666;
}

#footer ul li a {
	/*padding: 3px 20px;*/
	padding: 3px 10px;
	/*フッターへのプレスリリース追加に伴い調整20210421*/
}

#footer ul li a {
	color: #000;
}

#footer .copyright {
	color: #000;
	text-align: right;
	line-height: 1;
	margin: 0;
}

#footer .copyright small {
	font-size: 15px;
}

ul.bunen-list {
	margin: 10px 0;
	font-size: 14px;
}


/* bunen teigi */

.bunen-teigi #main {
	padding: 60px 0 30px 0;
}

.bunen-teigi article {
	padding: 0 0 60px 0;
}

.bunen-teigi .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.bunen-teigi section {
	margin: 0 0 60px 0;
}

.bunen-teigi section p:last-child {
	margin: 0;
}

.bunen-teigi section h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.bunen-teigi section h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.bunen-teigi section table {
	border: 0;
}

.bunen-teigi section table tbody {
	border: 0;
}

.bunen-teigi section table tr {
	background: #fff;
	border-top: 1px dotted #ccc;
}

.bunen-teigi section table tr:last-child {
	border-bottom: 1px dotted #ccc;
}

.bunen-teigi section table tr th {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 15px;
	width: 25%;
}

.bunen-teigi section table tr td {
	font-size: 14px;
	padding: 15px;
}

.bunen-teigi section ul {
	margin-bottom: 0;
}

.bunen-teigi section ul li {
	list-style: none;
}

/* StampRally */
.stamprally section {
	margin: 0 0 60px 0;
}

.stamprally .section-header {
	margin: 0 auto;
}

.stamprally h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	margin: 10px 0 20px 0;
}

.stamprally h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background: #00a3ea;
	margin: 10px 0 20px 0;
	color: #ffffff;
}

.stamprally-pasta {
	font-size: 14px;
	text-align: center;
}

.stamprally .section-header img {
	display: block;
	margin: 20px auto;
}

.stamprally-pasta img {
	margin: 0 0 10px 0;
	width: 100%;
}

a.partnership {
	padding: 40px 0;
	text-align: center;
	border: 1px solid #333333;
	display: block;
	margin: 0 0 20px !important;
}

a.partnership p {
	margin: 0;
	line-height: 0;
	font-size: 25px;
}


/* Small only */
@media screen and (max-width:39.9375rem) {
	.yumemiya-menu ul {
		width: 50%;
		margin-bottom: 0;
		margin-left: 0;
	}

	.home #slider .bx-wrapper .bx-viewport {
		max-height: 100%;
	}

	.home #slider .bx-wrapper .bx-viewport ul li img.sp-only,
	.post img.sp-only {
		display: block;
	}

	.home #slider .bx-wrapper .bx-viewport ul li img.pc-only,
	.post img.pc-only {
		display: none;
	}

	#header {
		position: fixed;
		border-bottom: 1px solid #ccc;
	}

	#header.fixed #logo {
		display: block;
	}

	#header #logo a {
		width: 186px;
	}

	#header nav {
		height: 50px;
		padding: 10px 0;
		background: #fff;
	}

	#header #mobile-nav {
		height: 30px;
	}

	#header nav ul {
		margin: 0;
		padding: 0;
	}

	#header nav ul li {
		width: 180px;
		padding: 0 5px;
		border: 0;
	}

	#header nav ul li:last-child {
		border: 0;
	}

	#header nav ul li a {
		color: #fff;
		height: 30px;
		font-size: 12px;
		line-height: 1;
		border: 0;
		border-radius: 3px;
	}

	#header nav ul li:first-child a {
		padding-left: 30px;
		background: #1d7540 url(images/nav-menu-icon.png) 10px center no-repeat;
		font-size: 0.7rem;
		line-height: 10px;
	}

	#header nav ul li:last-child a {
		padding-left: 25px;
		background: #1d7540 url(images/nav-shop-icon.png) 10px center no-repeat;
		font-size: 0.7rem;
		line-height: 10px;
	}

	#container {
		padding-top: 94px;
	}

	#breadcrumb .breadcrumb {
		margin: 0;
	}

	#header #toggle-button {
		position: absolute;
		width: 40px;
		height: 34px;
		top: 5px;
		right: 10px;
		margin: 0;
	}

	#header #toggle-button button {
		display: block;
		overflow: hidden;
		color: #333;
		width: 40px;
		height: 40px;
		background: url(images/menu-button.png) center center /cover no-repeat;
	}


	/* Off Canvas */

	.off-canvas {
		background: #555;
	}

	.off-canvas-wrapper {
		background: #555;
	}

	ul.off-canvas-list {
		margin: 0;
		padding: 0;
	}

	ul.off-canvas-list li {
		list-style: none;
	}

	ul.off-canvas-list li a {
		display: block;
		color: #fff;
		font-size: 12px;
		padding: 8px 15px;
		background: #555;
		border-bottom: 1px solid #666;
	}


	/* home */

	.home #header {
		height: 94px;
		border-bottom: 0;
	}

	.home #slider .bx-wrapper {
		margin: 0;
	}

	.home .section-header {
		margin: 0 0 10px 0;
	}

	.home .section-header img {
		width: 60px;
	}

	.home section h2 {
		font-size: 18px;
	}

	.home #menu {
		margin: 0;
	}

	.home #menu .menu-grandmenu .grand-menu a {
		font-size: 18px;
		line-height: 2.4;
		padding: 20px 0;
	}

	.home #menu .menu-grandmenu .grand-menu a span {
		font-size: 12px;
		padding: 1px 0;
		width: 200px;
	}

	.home #menu .menu-button a {
		font-size: 16px;
		padding: 15px 40px;
	}

	.home #search .search-option {
		margin: 0;
	}

	.home #search .search-option .search-button {
		padding: 15px;
	}

	.home #search .search-option .search-button img {
		margin: 0 0 10px 0;
	}

	.home #search .search-option .search-button h3 {
		font-size: 16px;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.home #search .search-option a p {
		font-size: 13px;
		margin: 0;
	}

	.home #brand {
		margin: 0;
	}

	.home #brand .brand-content {
		padding: 10px;
	}

	.home #brand .brand-content h4 {
		font-size: 16px;
	}

	.home #brand .brand-content p {
		font-size: 13px;
	}

	.home #brand h3 {
		font-size: 16px;
	}

	.home #brand ul li {
		font-size: 11px;
	}

	.home #recruit {
		margin: 0;
	}

	.home #recruit .recruit-button {
		font-size: 13px;
		margin: 0 0 10px 0;
	}

	.home #brand .brand-cafejr {
		background-position-x: 42%;
	}

	.home #brand .brand-cakeshop {
		background: url(images/brand-cakeshop-image.jpg) no-repeat top center;
		/*right*/
	}


	/* menu */

	.menu #main,
	.menus #main {
		padding-bottom: 0;
	}

	.menu #container,
	.menus #container {
		padding-bottom: 0;
	}

	.menu .section-header,
	.menus .section-header {
		font-size: 18px;
		margin: 0 0 30px 0;
	}

	.menu .section-header img,
	.menus .section-header img {
		width: 60px;
	}

	.menu #menu-lineup ul li,
	.menus #menu-lineup ul li {
		font-size: 13px;
		margin-bottom: 30px;
	}

	.menu #menu-lineup ul li img,
	.menus #menu-lineup ul li img {
		margin-bottom: 20px;
	}

	.menu #menu-photo {
		padding: 30px 0;
	}

	.menu #menu-header {
		margin: 0 0 15px 0;
	}

	.menu #menu-header h1 {
		font-size: 18px;
	}

	.menu #menu-header h2 {
		font-size: 13px;
		margin: 0 0 15px 0;
	}

	.menu #menu-header .price {
		font-size: 18px;
	}

	.menu #menu-content .details {
		font-size: 14px;
	}

	.menu #menu-content .note {
		font-size: 12px;
	}

	.menu #menu-info {
		width: 100%;
	}

	.menu #menu-info {
		width: 100%;
	}

	.menu #food-information {
		text-align: center;
		margin: 0 0 30px 0;
	}

	.menu #food-information a {
		padding: 20px;
		border: 1px solid #ccc;
		border-radius: 3px;
	}

	.menu #recommended .menu-link {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.menu #footer,
	.menus #footer {
		padding: 0 0 72px 0;
	}

	.menu #footer-nav,
	.menus #footer-nav {
		height: 72px;
	}

	.menu #footer-nav ul li,
	.menus #footer-nav ul li {
		font-size: 10px;
		width: 80px;
		height: 72px;
	}

	.menu #footer-nav ul li a img,
	.menus #footer-nav ul li a img {
		width: 20px;
	}


	/* fair */

	.coldpasta #main {
		padding: 30px 0 0 0;
	}

	.granita #main {
		padding: 30px 0 0 0;
	}

	.jellycake #main {
		padding: 30px 0 0 0;
	}

	.coldpasta section,
	.granita section,
	.jellycake section {
		margin: 0 0 30px 0;
	}

	.coldpasta section:last-child,
	.granita section:last-child,
	.jellycake section:last-child {
		margin: 0;
	}

	.coldpasta .section-header,
	.granita .section-header,
	.jellycake .section-header {
		margin: 0;
	}

	.coldpasta .fair-photo,
	.granita .fair-photo,
	.jellycake .fair-photo {
		margin: 0 0 30px 0;
	}

	.coldpasta .fair-header,
	.granita .fair-header,
	.jellycake .fair-header {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}

	.coldpasta .section-header img,
	.granita .section-header img,
	.jellycake .section-header img {
		width: 240px;
	}

	.coldpasta .fair-header h1,
	.granita .fair-header h1,
	.jellycake .fair-header h1 {
		font-size: 18px;
	}

	.coldpasta .fair-header .fair-price,
	.granita .fair-header .fair-price,
	.jellycake .fair-header .fair-price {
		font-size: 16px;
	}

	.coldpasta .fair-content,
	.granita .fair-content,
	.jellycake .fair-content {
		margin: 0 0 30px 0;
	}

	.coldpasta .fair-content h2,
	.granita .fair-content h2,
	.jellycake .fair-content h2 {
		font-size: 18px;
	}

	.coldpasta .fair-content p,
	.granita .fair-content p,
	.jellycake .fair-content p {
		font-size: 13px;
		margin: 0 0 15px 0;
		letter-spacing: -0.1em;
	}

	.coldpasta .fair-content p span,
	.granita .fair-content p span,
	.jellycake .fair-content p span {
		font-size: 12px;
	}

	.coldpasta .fair-info h3,
	.granita .fair-info h3,
	.jellycake .fair-info h3 {
		font-size: 12px;
	}

	.coldpasta .fair-info table tr td,
	.granita .fair-info table tr td,
	.jellycake .fair-info table tr td {
		font-size: 12px;
	}

	img.soy-milk {
		display: block;
		margin: 0 auto;
		width: 100%;
	}


	/* new arrival */

	#new-arrival h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
		padding: 10px 0;
	}


	/* search */

	.search #main {
		padding-bottom: 0;
	}

	.search #container {
		padding-bottom: 0;
	}

	.search .section-header {
		font-size: 18px;
		margin: 0 0 30px 0;
	}

	.search .section-header img {
		width: 60px;
	}

	.search #search-map,
	.search #search-oversea {
		display: none;
	}

	.search #search-form {
		margin: 0;
	}

	.search #search-box {
		margin: 0;
	}

	.search #event-news,
	.search #shop-news {
		margin: 0;
	}

	.search #event-news,
	.search #shop-news {
		margin: 0;
	}

	.search #event-news h3,
	.search #shop-news h3 {
		margin: 0;
		padding: 0 0 5px 0;
	}

	.search #event-news ul,
	.search #shop-news ul {
		margin: 0 0 30px 0;
	}

	.search #event-news ul li,
	.search #shop-news ul li {
		font-size: 13px;
		margin: 0;
		padding: 0;
		border-bottom: 1px dotted #999;
	}

	.search #event-news ul li a,
	.search #shop-news ul li a {
		display: block;
		font-size: 13px;
		padding: 5px 0;
	}

	.search #event-news ul li .date,
	.search #shop-news ul li .date {
		display: block;
		color: #999;
		font-size: 12px;
	}

	.search #search-result ul {
		margin: 0 0 30px 0;
	}

	.search #search-result ul li a {
		padding: 20px 0;
	}

	.search #search-result ul li a h2 {
		font-size: 16px;
		margin: 0 0 10px 0;
	}

	.search #search-result ul li a p {
		font-size: 12px;
	}

	.search #search-result ul li a:after {
		top: 30px;
	}


	/* search */

	.search #main {
		padding-bottom: 0;
	}

	.search #container {
		padding-bottom: 0;
	}

	.search .section-header {
		font-size: 18px;
		margin: 0 0 30px 0;
	}

	.search .section-header img {
		width: 60px;
	}

	.search #search-map,
	.search #search-oversea {
		display: none;
	}

	.search #search-form {
		margin: 0;
	}

	.search #search-box {
		margin: 0;
	}

	.search #event-news,
	.search #shop-news {
		margin: 0;
	}

	.search #event-news,
	.search #shop-news {
		margin: 0;
	}

	.search #event-news h3,
	.search #shop-news h3 {
		margin: 0;
		padding: 0 0 5px 0;
	}

	.search #event-news ul,
	.search #shop-news ul {
		margin: 0 0 30px 0;
	}

	.search #event-news ul li,
	.search #shop-news ul li {
		font-size: 13px;
		margin: 0;
		padding: 0;
		border-bottom: 1px dotted #999;
	}

	.search #event-news ul li a,
	.search #shop-news ul li a {
		display: block;
		font-size: 13px;
		padding: 5px 0;
	}

	.search #event-news ul li .date,
	.search #shop-news ul li .date {
		display: block;
		color: #999;
		font-size: 12px;
	}

	.search #search-result ul {
		margin: 0 0 30px 0;
	}

	.search #search-result ul li a {
		padding: 20px 0;
	}

	.search #search-result ul li a h2 {
		font-size: 16px;
		margin: 0 0 10px 0;
	}

	.search #search-result ul li a p {
		font-size: 12px;
	}

	.search #search-result ul li a:after {
		top: 30px;
	}


	/* store */

	.store #main {
		padding-bottom: 0;
	}

	.store #container {
		padding-bottom: 0;
	}

	.store .section-header {
		font-size: 18px;
		margin: 0 0 30px 0;
	}

	.store .section-header img {
		width: 60px;
	}

	.store #search-map,
	.store #search-oversea {
		display: none;
	}

	.store #search-form {
		margin: 0;
	}

	.store #search-box {
		margin: 0;
	}

	.store #event-news,
	.store #shop-news {
		margin: 0;
	}

	.store #event-news,
	.store #shop-news {
		margin: 0;
	}

	.store #event-news h3,
	.store #shop-news h3 {
		margin: 0;
		padding: 0 0 5px 0;
	}

	.store #event-news ul,
	.store #shop-news ul {
		margin: 0 0 30px 0;
	}

	.store #event-news ul li,
	.store #shop-news ul li {
		font-size: 13px;
		margin: 0;
		padding: 0;
		border-bottom: 1px dotted #999;
	}

	.store #event-news ul li a,
	.store #shop-news ul li a {
		display: block;
		font-size: 13px;
		padding: 5px 0;
	}

	.store #event-news ul li .date,
	.store #shop-news ul li .date {
		display: block;
		color: #999;
		font-size: 12px;
	}

	.store #shop-campaign {
		padding: 0;
	}

	.store #shop-campaign ul li {
		font-size: 14px;
	}

	.store #shop-campaign ul li img {
		width: 80px;
	}

	.store #search-result ul {
		margin: 0 0 30px 0;
	}

	.store #search-result ul li a {
		padding: 20px 0;
	}

	.store #search-result ul li a h2 {
		font-size: 16px;
		margin: 0 0 10px 0;
	}

	.store #search-result ul li a p {
		font-size: 12px;
	}

	.store #search-result ul li a:after {
		top: 30px;
	}

	.store #shop-map {
		height: 300px;
	}

	.store #shop-nav .button {
		font-size: 14px;
	}

	.store #shop-info table tr th {
		font-size: 14px;
		width: 90px;
	}

	.store #shop-info table tr td {
		font-size: 14px;
	}


	/* brand */

	.brand #main {
		padding-bottom: 0;
	}

	.brand #container {
		padding-bottom: 0;
	}

	.brand .section-header {
		font-size: 18px;
		margin: 0 0 30px 0;
	}

	.brand .section-header img {
		width: 60px;
	}

	.brand h2.shop-menu-text {
		color: #ffffff;
		font-size: 1rem;
		font-weight: bold;
		text-align: center;
		margin: 10px 0;
	}

	.brand #brand-cafejr {
		padding: 20px 0 340px 0;
		background-position: center 280px;
	}

	.brand #brand-cafejr .menu-logo {
		text-align: center;
	}

	.brand #brand-cafejr .menu-logo img {
		width: 200px;
		text-align: center;
	}

	.brand #brand-cafejr p {
		font-size: 13px;
	}

	.brand #brand-cafejr ul {
		text-align: center;
	}

	.brand #brand-cafejr ul li {
		margin: 0 5px;
	}

	.brand #brand-cakeshop {
		margin: 0 0 30px 0;
		padding: 30px 0 340px 0;
		background-position: center 320px;
	}

	.brand #brand-cakeshop .menu-logo {
		text-align: center;
	}

	.brand #brand-cakeshop .menu-logo img {
		width: 200px;
		text-align: center;
	}

	.brand #brand-cakeshop p {
		font-size: 13px;
	}

	.brand #brand-cakeshop ul {
		text-align: center;
	}

	.brand #brand-cakeshop ul li {
		margin: 0 5px;
	}

	.brand #brand-others section h2 {
		font-size: 18px;
	}

	.brand #brand-others ul li {
		margin: 0 0 15px 0;
	}

	.brand #brand-others ul li .brand-photo {
		width: 110px;
		margin: 0 15px 0 0;
	}

	.brand #brand-others ul li {
		font-size: 13px;
	}

	.vigore-banner {
		height: 250px;
		background: url(images/brand/vigore/vigore01.jpg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

	.superiore-banner {
		height: 250px;
		background: url(images/brand/superiore/superiore01.jpg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

	.burgers-banner {
		height: 250px;
		background: url(images/brand/burgers/burgers01.jpg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

	.faribeurre-banner {
		height: 250px;
		background: url(images/brand/faribeurre/faribeurre01.jpg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

	.yumemiya-banner {
		height: 250px;
		background: url(images/brand/yumemiya/yumemiya01.jpg) no-repeat;
		background-size: cover;
		background-position: 50% 50%;
	}

	.panes-banner {
		height: 250px;
		background: url(images/brand/panes/panes01.jpg) no-repeat;
		background-size: 280%;
		background-position: right bottom;
	}



	/* policy */

	.policy #main,
	.policy-drink #main {
		padding-bottom: 0;
	}

	.policy #container,
	.policy-drink #container {
		padding-bottom: 0;
	}

	.policy #policy-nav,
	.policy-drink #policy-nav {
		margin: 0 0 30px 0;
	}

	.policy #policy-nav ul li,
	.policy-drink #policy-nav ul li {
		font-size: 14px;
	}

	.policy #policy-nav ul li a,
	.policy-drink #policy-nav ul li a {
		margin: 0;
		padding: 2px 30px;
	}

	.policy .section-header,
	.policy-drink .section-header {
		font-size: 18px;
		margin: 0 0 30px 0;
	}

	.policy .section-header img,
	.policy-drink .section-header img {
		width: 60px;
	}

	.policy .policy-content,
	.policy-drink .policy-content {
		height: auto;
		min-height: 360px;
		margin: 0 0 30px 0;
		padding: 0 0 300px 0;
	}

	.policy-drink .policy-content-no-image {
		height: auto;
		min-height: 240px;
		margin: 0 0 30px 0;
		padding: 0 0 120px 0;
	}

	.policy-drink .policy-content-separator {
		border-right: none;
	}

	.policy #policy-pasta,
	.policy #policy-oil,
	.policy-drink #policy-coffee,
	.policy-drink #policy-coffee-beans {
		margin-right: 0;
	}

	.policy-drink #policy-rain-forest {
		margin-right: 0;
		background-position: top right, bottom center;
	}

	.policy #policy-tomato,
	.policy #policy-paren,
	.policy-drink #policy-almond-milk,
	.policy-drink #policy-almond-milk-benefit,
	.policy-drink #policy-almond-milk-nutritious {
		margin-left: 0;
	}

	.policy .policy-content h2,
	.policy-drink .policy-content h2,
	.policy-drink .policy-content-no-image h2 {
		font-size: 20px;
	}

	.policy .policy-content h3,
	.policy-drink .policy-content h3,
	.policy-drink .policy-content-no-image h3 {
		font-size: 16px;
	}

	.policy .policy-content p,
	.policy-drink .policy-content p,
	.policy-drink .policy-content-no-image p {
		font-size: 14px;
	}

	.policy .menu-button a,
	.policy-drink .menu-button a {
		font-size: 16px;
		width: 100%;
		margin: 0;
	}

	/* mynumber */

	.mynumber #container {
		padding-bottom: 0;
	}

	.mynumber #main {
		padding: 30px 0 0 0;
	}

	.mynumber article {
		padding: 0;
	}

	.mynumber .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.mynumber section {
		margin: 0 0 30px 0;
	}

	.mynumber section h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.mynumber section h3 {
		font-size: 16px;
	}

	.mynumber section table tr th,
	.mynumber section table tr td {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.mynumber section ul li {
		list-style: disc;
	}


	/* privacy */

	.privacy #container {
		padding-bottom: 0;
	}

	.privacy #main {
		padding: 30px 0 0 0;
	}

	.privacy article {
		padding: 0;
	}

	.privacy .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.privacy section {
		margin: 0 0 30px 0;
	}

	.privacy section h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.privacy section h3 {
		font-size: 16px;
	}


	/* company */

	.company #container {
		padding-bottom: 0;
	}

	.company #main {
		padding: 30px 0 0 0;
	}

	.company article {
		padding: 0;
	}

	.company .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.company section {
		margin: 0 0 30px 0;
	}

	.company section h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.company section h3 {
		font-size: 16px;
	}

	.company section table tr th {
		width: 25%;
		padding: 10px 0;
	}

	.company section table tr td {
		padding: 10px 0;
	}

	section.symbol img {
		float: none;
		display: block;
		margin: 0 auto 10px auto;
		width: 60%;
	}


	/* fc */

	.fc #container {
		padding-bottom: 0;
	}

	.fc #main {
		padding: 30px 0 0 0;
	}

	.fc article {
		padding: 0;
	}

	.fc .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.fc section {
		margin: 0 0 30px 0;
	}

	.fc section h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.fc section h3 {
		font-size: 16px;
	}


	/* recruit */

	.recruit #main {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.recruit article {
		padding: 0 0 30px 0;
	}

	.recruit #container {
		padding-bottom: 0;
	}

	.recruit .section-header {
		font-size: 18px;
		margin: 0 0 30px 0;
	}

	.recruit .section-header img {
		width: 60px;
	}

	.recruit section .recruit-photo {
		margin: 0 0 15px 0;
	}

	.recruit section h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.recruit .recruit-button {
		font-size: 13px;
		margin: 0 0 10px 0;
	}

	.recruit section table tr th {
		width: 20%;
		padding: 10px 0;
	}

	.recruit section table tr td {
		padding: 10px 0;
	}

	.recruit .entry-button a {
		font-size: 16px;
		width: 100%;
		margin: 0;
	}


	/* contact */

	.contact #main {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.contact .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.contact #form {
		margin: 0 0 30px 0;
	}

	.contact #form table tr th {
		display: block;
		width: 100%;
		font-size: 14px;
		padding-bottom: 0;
	}

	.contact #form table tr th span {
		margin: 0;
	}

	.contact #form table tr td {
		display: block;
		font-size: 14px;
		width: 100%;
	}

	.contact #form table tr td p {
		font-size: 14px;
	}

	.contact #form table tr td input.short,
	.contact #form table tr td input.medium {
		width: 100%;
	}

	.contact #form table tr td textarea {
		height: 200px;
	}

	.contact #form .submit input {
		font-size: 16px;
		width: 100%;
	}

	.contact #privacy {
		padding: 15px;
	}

	.contact #privacy h1 {
		font-size: 20px;
		margin: 0 0 15px 0;
	}

	.contact #privacy h2 {
		font-size: 16px;
		margin: 0 0 15px 0;
	}


	/* entry */

	.entry #main {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.entry .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.entry #form {
		margin: 0 0 30px 0;
	}

	.entry #form table tr th {
		display: block;
		width: 100%;
		font-size: 14px;
		padding-bottom: 0;
	}

	.entry #form table tr th span {
		margin: 0;
	}

	.entry #form table tr td {
		display: block;
		font-size: 14px;
		width: 100%;
	}

	.entry #form table tr td p {
		font-size: 14px;
	}

	.entry #form table tr td span {
		color: #666;
		font-size: 12px;
	}

	.entry #form table tr td input.short,
	.entry #form table tr td input.medium {
		width: 100%;
	}

	.entry #form table tr td textarea {
		height: 200px;
	}

	.entry #form .submit input {
		font-size: 16px;
		width: 100%;
	}

	.entry #privacy {
		padding: 15px;
	}

	.entry #privacy h1 {
		font-size: 20px;
		margin: 0 0 15px 0;
	}

	.centry #privacy h2 {
		font-size: 16px;
		margin: 0 0 15px 0;
	}


	/* request */

	.request #main {
		padding-top: 30px;
		padding-bottom: 0;
	}

	.request .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.request #form {
		margin: 0 0 30px 0;
	}

	.request #form table tr th {
		display: block;
		width: 100%;
		font-size: 14px;
		padding-bottom: 0;
	}

	.request #form table tr th span {
		margin: 0;
	}

	.request #form table tr td {
		display: block;
		font-size: 14px;
		width: 100%;
	}

	.request #form table tr td p {
		font-size: 14px;
	}

	.request #form table tr td input.short,
	.request #form table tr td input.medium {
		width: 100%;
	}

	.request #form table tr td textarea {
		height: 200px;
	}

	.request #form .submit input {
		font-size: 16px;
		width: 100%;
	}

	.request #privacy {
		padding: 15px;
	}

	.request #privacy h1 {
		font-size: 20px;
		margin: 0 0 15px 0;
	}

	.request #privacy h2 {
		font-size: 16px;
		margin: 0 0 15px 0;
	}


	/* error404 */

	.error404 #container {
		padding-bottom: 0;
	}

	.error404 #main {
		padding: 30px 0 0 0;
	}

	.error404 article {
		padding: 0;
	}

	.error404 .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.error404 section {
		margin: 0 0 30px 0;
	}


	/* campaign */

	.campaign #container {
		padding-bottom: 0;
	}

	.campaign #main {
		padding: 30px 0 0 0;
	}

	.campaign #main article {
		margin: 0 0 30px 0;
		padding: 0;
	}

	.campaign .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.campaign #content .post-header {
		margin: 0 0 15px 0;
		padding: 15px 0;
	}

	.campaign #content .post-header h2 {
		font-size: 12px;
	}

	.campaign #content .post-header h1 {
		font-size: 20px;
	}

	.campaign #content h1 {
		font-size: 18px;
	}

	.campaign #content h2 {
		font-size: 16px;
	}

	.campaign #content h3 {
		font-size: 14px;
	}

	.campaign #shop-campaign {
		padding: 0;
	}

	.campaign #shop-campaign ul li {
		font-size: 14px;
	}

	.campaign #shop-campaign ul li img {
		width: 80px;
	}

	.campaign #shop-info {
		padding: 0;
	}

	.campaign #shop-info table {
		margin: 0;
	}


	/* footer */

	#footer {
		padding: 0;
	}

	#footer #pagetop {
		height: 20px;
	}

	#footer #pagetop a {
		position: relative;
		width: auto;
		height: 20px;
		bottom: auto;
		right: auto;
		margin: 0 -10px;
		border-radius: 0;
	}

	#footer nav ul {
		margin: 0 -10px;
	}

	#footer nav ul li {
		display: block;
		font-size: 12px;
		border: 0;
		border-bottom: 1px solid #ddd;
	}

	#footer nav ul li:last-child {
		border: 0;
		border-bottom: 1px solid #ddd;
	}

	#footer nav ul li a {
		padding: 10px 10px;
	}

	#footer .copyright {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}

	#footer .copyright small {
		font-size: 9px;
	}

	/* bunen teigi */

	.bunen-teigi #container {
		padding-bottom: 0;
	}

	.bunen-teigi #main {
		padding: 30px 0 0 0;
	}

	.bunen-teigi article {
		padding: 0;
	}

	.bunen-teigi .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.bunen-teigi section {
		margin: 0 0 30px 0;
	}

	.bunen-teigi section h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.bunen-teigi section h3 {
		font-size: 16px;
	}

	.bunen-teigi section table tr th,
	.bunen-teigi section table tr td {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	.bunen-teigi section ul li {
		list-style: disc;
	}

	/* StampRally */
	.stamprally h3 {
		font-size: 16px;
	}

	a.partnership {
		padding: 20px 0;
		text-align: center;
		border: 1px solid #333333;
		display: block;
		margin: 0 0 20px;
	}

	a.partnership p {
		font-size: 14px;
		line-height: 1.2;
	}
}

/* Full Large and up */
@media screen and (min-width: 87.875rem) {

	.row {
		min-width: 87.875rem;
	}

}

/* Full Large only */
@media screen and (min-width: 75rem) and (max-width: 87.8125rem) {

	.row {
		min-width: 87.875rem;
	}

	#slider {
		min-width: 87.875rem;
	}

	#header {
		min-width: 87.875rem;
	}

	#container {
		min-width: 87.875rem;
	}

	#footer {
		min-width: 87.875rem;
	}

}

/* Large only */
@media screen and (min-width: 64.0625rem) and (max-width: 74.9375rem) {

	.row {
		min-width: 87.875rem;
	}

	#slider {
		min-width: 87.875rem;
	}

	#header {
		min-width: 87.875rem;
	}

	#container {
		min-width: 87.875rem;
	}

	#footer {
		min-width: 87.875rem;
	}
}

/* Medium only */
@media screen and (min-width: 40rem) and (max-width: 64rem) {

	.row {
		width: 100%;
	}

	#slider {
		width: 100%;
	}

	#header {
		width: 100%;
	}

	#header nav {
		height: 54px;
	}

	#header nav ul li span {
		font-size: 7px;
	}

	#header nav ul li {
		font-size: 0.65rem;
	}

	#header nav ul li:last-child {
		font-size: 0.65rem;
	}

	#container {
		width: 100%;
	}

	#footer {
		width: 100%;
	}

	/* footer */

	#footer {
		padding: 0;
	}

	#footer #pagetop {
		height: 20px;
	}

	#footer #pagetop a {
		position: relative;
		width: auto;
		height: 20px;
		bottom: auto;
		right: auto;
		margin: 0 -10px;
		border-radius: 0;
	}

	#footer nav ul {
		margin: 0 -10px;
	}

	#footer nav ul li {
		display: block;
		font-size: 12px;
		border: 0;
		border-bottom: 1px solid #ddd;
	}

	#footer nav ul li:last-child {
		border: 0;
		border-bottom: 1px solid #ddd;
	}

	#footer nav ul li a {
		padding: 10px 10px;
	}

	#footer .copyright {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 0;
	}

	#footer .copyright small {
		font-size: 9px;
	}

	.home #recruit .recruit-button {
		padding: 10px 0 10px 70px;
	}

	.home #menu .menu-grandmenu .food-menu {
		height: 254px;
	}

	.home #menu .menu-grandmenu .cafe-menu {
		height: 254px;
	}

	.brand #brand-cafejr {
		padding: 0 250px 10px 0;
		/*padding: 20px 560px 20px 0;*/
		border-bottom: 1px solid #ccc;
		background: url(images/brand/cafejr-img.png) bottom right no-repeat;
		/*background: url(images/brand/cafejr-img.png) top right 50px no-repeat;*/
		background-size: 30%;
	}

	.brand #brand-cakeshop {
		margin: 0 0 100px 0;
		padding: 100px 0 40px 250px;
		border-bottom: 1px solid #ccc;
		background: url(images/brand/cakeshop-img.png) left bottom no-repeat;
		background-size: 30%;
	}

	.recruit .recruit-button {
		display: block;
		color: #5fbabb;
		font-weight: bold;
		padding: 10px 0 10px 70px;
		border: 1px solid #5fbabb;
		transition: .3s;
	}

	.search #search-map,
	.search #search-oversea {
		margin: 0 0 30px 0;
	}

	.search #search-map ul li {
		font-size: 14px;
	}

	.search #list-hokkaido {
		position: absolute;
		top: 30px;
		right: 150px;
		padding: 10px 0;
		border-top: 5px solid #9fd8f2;
	}

	.search #list-tohoku {
		position: absolute;
		top: 100px;
		right: 250px;
		padding: 10px 0;
		border-top: 5px solid #55c2e1;
	}

	.search #list-kanto {
		position: absolute;
		top: 280px;
		right: 60px;
		padding: 10px 0;
		border-top: 5px solid #fccb00;
	}

	.search #list-tokai {
		position: absolute;
		top: 420px;
		right: 180px;
		padding: 10px 0;
		border-top: 5px solid #0068b2;
	}

	.search #list-kansai {
		position: absolute;
		top: 420px;
		right: 300px;
		padding: 10px 0;
		border-top: 5px solid #f29f19;
	}

	.search #list-shikoku {
		position: absolute;
		top: 460px;
		left: 200px;
		padding: 10px 0;
		border-top: 5px solid #e62080;
	}

	.menu #food-information {
		height: 30px;
		margin: 0;
	}


	@media screen and (orientation: landscape) {
		.search #list-hokkaido {
			top: 0;
			right: 0;
		}

		.search #list-tohoku {
			top: 70px;
			right: 180px;
		}

		.search #list-hokuriku {
			top: 190px;
			left: 200px;
		}

		.search #list-kanto {
			top: 280px;
			right: 0;
		}

		.search #list-tokai {
			top: 380px;
			right: 120px;
		}

		.search #list-kansai {
			top: 390px;
			right: 240px;
		}

		.search #list-chugoku {
			top: 190px;
			left: 70px;
		}

		.search #list-shikoku {
			top: 500px;
			left: 140px;
		}

		.search #list-kyushu {
			top: 300px;
			left: 0;
		}

		.search #list-okinawa {
			top: 500px;
			left: 10px;
		}

		.policy .policy-content {
			padding: 15px 170px 30px 0;
		}

		.policy .policy-content p {
			text-shadow: 1px 1px 0 #fff;
		}

	}

}

@media print {

	a[href*="/"]:after,
	a[href*="/"]:visited:after {
		content: normal;
	}
}

< !---プルームテック--->#ploom-text a {
	transition: .3s;
}

#ploom-text a:hover {
	color: #d46636;
	text-decoration-line: none;
}

#ploom-text a {
	text-decoration: underline;
	text-decoration-color: blue;
	color: blue;
	word-break: break-all;
}

#ploom-text .inner {
	width: 1400px;
	margin: 20px auto;
	display: block;

}

#ploom-text h1 {
	font-size: 25px;
	line-height: 1.8;
	margin: 10px auto;
}

#ploom-text p {
	font-size: 20px;
	line-height: 1.8;
}

#ploom-text img {
	margin: 15px auto;
	display: block;
	width: 100%;
	height: auto;
}

#ploom-text .ploom-img {
	margin-top: 100px;
	border-top: 1px solid;
}

#ploom-text .ploom-img h1 {
	margin: 80px auto 50px;
	text-align: center;
}

#ploom-text p.ita {
	margin-left: 110px;
}

/*----------------------------------------スマートフォン／ブレイクポイント----------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {

	#ploom-text {
		padding: 0 10px;
	}

	#ploom-text .inner {
		width: 100%;
		margin: 20px auto;
		display: block;
	}

	#ploom-text h1 {
		font-size: 18px;
		line-height: 1.8;
		margin: 10px auto;
	}

	#ploom-text p {
		font-size: 16px;
		line-height: 1.8;
	}

	#ploom-text img {
		margin: 0 10px 10px 0;
		display: block;
		width: 100%;
		height: auto;
		padding: 0 10px;
	}

	#ploom-text .ploom-img {
		margin-top: 35px;
	}

	#ploom-text .ploom-img h1 {
		margin: 50px auto 30px;
		text-align: center;
		font-size: 16px;
	}

	#ploom-text p.ita {
		margin-left: 0;
	}
}

/*プレスリリース_20210421tane*/

.pressrelease #main {
	padding: 60px 0 30px 0;
}

.pressrelease article {
	padding: 0 0 60px 0;
}

.pressrelease .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.pressrelease section {
	margin: 0 0 60px 0;
}

.pressrelease section p:last-child {
	margin: 0;
}

.pressrelease section h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.pressrelease section h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.pressrelease section table {
	border: 0;
}

.pressrelease section table tbody {
	border: 0;
}

.pressrelease section table tr {
	background: #fff;
	border-top: 1px dotted #ccc;
}

.pressrelease section table tr:last-child {
	border-bottom: 1px dotted #ccc;
}

.pressrelease section table tr th {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 15px;
	width: 20%;
}

.pressrelease section table tr td {
	font-size: 14px;
	padding: 15px 0;
}

.pressrelease section ul,
.pressrelease section ol {
	margin-bottom: 30px;
}

.pressrelease section ul li,
.pressrelease section ol li {
	font-size: 14px;
	margin: 0 0 5px;
}

@media screen and (max-width:39.9375rem) {
	.pressrelease #container {
		padding-bottom: 0;
	}

	.pressrelease #main {
		padding: 30px 0 0 0;
	}

	.pressrelease article {
		padding: 0;
	}

	.pressrelease .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.pressrelease section {
		margin: 0 0 30px 0;
	}

	.pressrelease section h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.pressrelease section h3 {
		font-size: 16px;
	}

	.pressrelease section table tr th {
		width: 25%;
		padding: 10px 0 0;
		display: block;
	}

	.pressrelease section table tr td {
		padding: 0 0 10px 0;
		display: block;
	}
}


/*ニュースリリース_20211115tane*/

.newsrelease #main {
	padding: 60px 0 30px 0;
}

.newsrelease article {
	padding: 0 0 60px 0;
}

.newsrelease .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.newsrelease section {
	margin: 0 0 60px 0;
}

.newsrelease section p:last-child {
	margin: 0;
}

.newsrelease section h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.newsrelease section h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.newsrelease section table {
	border: 0;
}

.newsrelease section table tbody {
	border: 0;
}

.newsrelease section table tr {
	background: #fff;
	border-top: 1px dotted #ccc;
}

.newsrelease section table tr:last-child {
	border-bottom: 1px dotted #ccc;
}

.newsrelease section table tr th {
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	padding: 15px;
	width: 20%;
}

.newsrelease section table tr td {
	font-size: 14px;
	padding: 15px 0;
}

.newsrelease section ul,
.newsrelease section ol {
	margin-bottom: 30px;
}

.newsrelease section ul li,
.newsrelease section ol li {
	font-size: 14px;
	margin: 0 0 5px;
}

@media screen and (max-width:39.9375rem) {
	.newsrelease #container {
		padding-bottom: 0;
	}

	.newsrelease #main {
		padding: 30px 0 0 0;
	}

	.newsrelease article {
		padding: 0;
	}

	.newsrelease .section-header {
		font-size: 20px;
		margin: 0 0 30px 0;
	}

	.newsrelease section {
		margin: 0 0 30px 0;
	}

	.newsrelease section h2 {
		font-size: 18px;
		margin: 0 0 15px 0;
	}

	.newsrelease section h3 {
		font-size: 16px;
	}

	.newsrelease section table tr th {
		width: 25%;
		padding: 10px 0 0;
		display: block;
	}

	.newsrelease section table tr td {
		padding: 0 0 10px 0;
		display: block;
	}
}

/* information20240409 */

.information20240409 #main {
	padding: 60px 0 30px 0;
}

.information20240409 article {
	padding: 0 0 60px 0;
}

.information20240409 .section-header {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px 0;
}

.menu-cont_description p {
	text-align: center;
}

.menu-cont__content {
	display: flex;
}

.menu-cont__img {
	width: 50%;
	padding: 30px;
}

.menu-cont__img.img2col {
	display: flex;
}

.menu-cont__img.img2col img {
	width: 50%;
}

.menu-cont__word {
	width: 50%;
	padding: 30px;
}

@media screen and (max-width: 1024px) {
	.menu-cont__content {
		display: block;
	}

	.menu-cont__img {
		width: 100%;
		text-align: center;
	}

	.menu-cont__img.img2col {
		display: block;
	}

	.menu-cont__img.img2col img {
		width: 100%;
	}

	.menu-cont__word {
		width: 100%;
	}

	.menu-cont__content .menu-cont__img {
		padding: 0;
	}

	.menu-cont__content .menu-cont__word {
		padding: 0;
	}
}

.-text-underline {
	text-decoration: underline;
}

/*          おすすめメニュー 　スタイル追加
======================================================= */
.menu-cont_description.content_left {
	width: 80%;
	margin: 0 auto;
}

.menu-cont_description.content_left p {
	text-align: left;
}

.menu-cont p.cont_title {
	font-size: 20px;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.menu-cont_description.content_left {
		width: 100%;
	}

	.menu-cont p.cont_title {
		font-size: 16px;
	}

	.menu-cont_description p,
	.menu-cont__content p {
		margin: 0 0 16px 0;
	}

}

/* 20250821 add start */
.store-map-iframe iframe{
	width: 100%;
	height: 480px;
}
@media screen and (max-width: 39.9375rem) {
  .store-map-iframe iframe{
    height: 300px;
  }
}
/* 20250821 add end */

/* 20260119 add start */
#header nav ul{
	display: flex;
}
#header nav ul li{
	width: 100%;
	max-width: 256px;
}
#header nav ul li img{
	max-width: 20px;
}
ul.off-canvas-list li a .x-icon{
	max-width: 14px;
}
/* 20260119 add end */