﻿

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
}

h1.pageTtl {
	font-size: 16px;
}

.section_title {
	padding: 7px !important;
}

@media (max-width: 991px) {
	body #contents {
		padding: 20px;
	}
}
@media (max-width: 575px) {
	body #contents {
		padding: 10px;
	}
}

#container .header_bar .inner,
#mainMenu ul,
#oneColumn,
body #contents,
footer .footer_container {
	width: 100%;
	clear: both;
	float: none;
}

#main {
	width: calc(100% - 260px);
}
@media (max-width: 991px) {
	#main {
		width: 100%;
		clear: both;
		float: none;
	}
	#main::after {
		content: "";
		display: block;
		clear: both;
	}
}

@media (max-width: 991px) {
	div#side {
		width: 100%;
		clear: both;
		float: none;
		margin-top: 20px;
	}
	div#side #shops {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	div#side #eatin_shop img {
		display: none;
	}
}
#container .seo {
	padding: 10px;
}

header {
	display: table;
	width: 100%;
	table-layout: fixed;
	position: static;
	height: auto;
}
header #logo {
	display: table-cell;
	vertical-align: middle;
	position: static;
	width: 25vw;
	height: auto;
	padding: 10px 0;
}

@media (max-width: 767px) {
	header #logo {
		width: 100%;
	}
  .caption span {
    display: none;
	}
}
@media (max-width: 575px) {
	header #logo img {
	}
  .caption span {
    display: none;
	}
}
header #subMenu {
	display: table-cell;
	vertical-align: middle;
	width: 70%;
}
header #gNav {
	width: 60vw;
}
#gNav li {
	width: 12vw!important;
}
@media (max-width: 767px) {
	header #subMenu {
		display: none;
	}
	header #gNav {
		display: none;
	}
}
header #subMenu ul {
	display: table;
	table-layout: fixed;
	position: static;
	width: 100%;
	height: auto;
}
header #subMenu ul li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

#headerWrap {
	position: relative;
}
@media (max-width: 767px) {
	#headerWrap #mobile_menu_toggle {
		display: block;
		position: absolute;
		top: 15px;
		right: 10px;
	}
}
@media (max-width: 575px) {
	#headerWrap #mobile_menu_toggle {
		top: 6px;
	}
}

#mobile_menu_trigger,
#mobile_menu_trigger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

#mobile_menu_trigger {
	position: relative;
	width: 38px;
	height: 32px;
}
#mobile_menu_trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #42382f;
	border-radius: 4px;
}
#mobile_menu_trigger span:nth-of-type(1) {
	top: 0;
}
#mobile_menu_trigger span:nth-of-type(2) {
	top: 14px;
}
#mobile_menu_trigger span:nth-of-type(3) {
	bottom: 0;
}
#mobile_menu_trigger::after {
	position: absolute;
	left: 0;
	bottom: -20px;
	content: "MENU";
	display: block;
	width: 100%;
	color: #42382f;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	transition: all 0.4s;
}

.accordion_active #mobile_menu_trigger::after {
	content: "CLOSE";
	bottom: -20px;
}
.accordion_active #mobile_menu_trigger span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}
.accordion_active #mobile_menu_trigger span:nth-of-type(2) {
	opacity: 0;
}
.accordion_active #mobile_menu_trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}

#mobile_menu {
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
#mobile_menu li {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	background: url("../image/index_list_mark.png") no-repeat 5px 19px;
}
#mobile_menu li a,
#mobile_menu li span {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 15px 10px 15px 15px;
}
#mobile_menu .mobile_menu_child > a,
#mobile_menu .mobile_menu_child > span {
	padding-bottom: 5px;
}
#mobile_menu li ul {
	margin-left: 15px;
}
#mobile_menu li ul li {
	background-position: 0 13px;
	border-bottom: 1px dotted #ccc;
}
#mobile_menu li ul li a,
#mobile_menu li ul li span {
	padding: 10px;
}
#mobile_menu li ul li:last-child {
	border-bottom: 0;
}


footer {
	padding: 0 20px;
}
footer [class^=item_list_] {
	width: 20%;
	margin: 0 0 20px;
}
@media (max-width: 767px) {
	footer [class^=item_list_]:nth-child(odd) {
		width: 35% !important;
	}
}
@media (max-width: 575px) {
	footer [class^=item_list_]:nth-child(odd) {
		width: 100% !important;
	}
}
@media (max-width: 767px) {
	footer [class^=item_list_]:nth-child(even) {
		width: 65% !important;
	}
}
@media (max-width: 575px) {
	footer [class^=item_list_]:nth-child(even) {
		width: 100% !important;
	}
}
footer .item_list_second {
	width: 40%;
}

#mainMenu ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	#mainMenu ul {
		display: block;
	}
	#mainMenu ul::after {
		content: "";
		display: block;
		clear: both;
	}
}
#mainMenu ul li {
	display: table-cell;
	float: none;
}
@media (max-width: 767px) {
	#mainMenu ul li {
		display: block;
		width: 50%;
		float: left;
		text-align: center;
		border: 0;
		border-bottom: 1px solid #a91b1a;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	#mainMenu ul li:nth-child(odd) {
		border-right: 1px solid #a91b1a;
	}
	#mainMenu ul li:nth-child(even) {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
}
#mainMenu ul li img {
	border-radius: 0 !important;
}

.slider-wrapper {
	height: auto !important;
}

.theme-default .nivoSlider {
	margin-bottom: 0 !important;
}
.theme-default .nivoSlider img {
	width: 100% !important;
	height: auto !important;
}

#home #contents #fair .news_container,
#home #contents #mainimg {
	width: 100%;
	clear: both;
	float: none;
}

.slider-wrapper {
	width: 100% !important;
}

#home #contents #facebook,
#home #contents #fair,
#home #contents #item_news,
#home #contents #other_news,
#home #contents #saiji_news,
#home #contents #shop,
#home #contents .bnrDelivery,
#home #contents .bnrReserve {
	width: 48%;
	margin: 0 0 20px;
	padding: 0;
}
@media (max-width: 767px) {
	#home #contents #facebook,
	#home #contents #fair,
	#home #contents #item_news,
	#home #contents #other_news,
	#home #contents #saiji_news,
	#home #contents #shop,
	#home #contents .bnrDelivery,
	#home #contents .bnrReserve {
		width: 100%;
		clear: both;
		float: none;
	}
}

#home #contents #facebook,
#home #contents #saiji_news,
#home #contents #shop {
	float: right;
}

#home #contents #fair {
	width: 58%;
}
@media (max-width: 767px) {
	#home #contents #fair {
		width: 100%;
		clear: both;
		float: none;
	}
}

#home #contents #shop {
	width: 38%;
}
#home #contents #shop figure {
	text-align: center;
}
@media (max-width: 767px) {
	#home #contents #shop {
		width: 100%;
		clear: both;
		float: none;
	}
}

#home #contents #mainimg,
#home #contents .bnrDelivery,
#home #contents .bnrReserve {
	height: auto;
	overflow: hidden;
}

#home #contents .fair_item {
	width: 48%;
	margin: 0;
}
#home #contents .fair_item:last-child {
	float: right;
}

#home #contents #facebook {
	text-align: center;
}

#home #contents .bnrDelivery a,
#home #contents .bnrReserve a {
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.7);
}

#products .products_section {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}
#products [class^=products_box] {
	padding: 0;
	margin-top: 0;
	margin-bottom: 20px;
	width: 49%;
	text-align: center;
}

#cheesecake .main_img img {
	width: 100%;
}
#cheesecake .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#cheesecake .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#cheesecake .cheese_price,
#cheesecake .cheese_section {
	width: 50%;
	padding-bottom: 20px;
}
@media (max-width: 767px) {
	#cheesecake .cheese_price,
	#cheesecake .cheese_section {
		width: 100%;
		clear: both;
		float: none;
	}
}
#cheesecake .cheese_price .cheese_details,
#cheesecake .cheese_price .cheese_details2 {
	width: 100%;
}
@media (max-width: 767px) {
	#cheesecake .cheese_text br {
		display: none;
	}
}
#cheesecake .cheese_section2,
#cheesecake .cheese_section3 {
	width: calc(100% - 250px);
}
@media (max-width: 575px) {
	#cheesecake .cheese_section2,
	#cheesecake .cheese_section3 {
		width: 100%;
		float: none;
	}
}
@media (max-width: 575px) {
	#cheesecake .cheese_section2img {
		width: 220px;
		float: none;
		margin: 20px auto 0;
	}
}
@media (max-width: 575px) {
	#cheesecake .cheese_section3img {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 20px;
	}
}
#cheesecake .delicious,
#cheesecake .raisin {
	width: 100%;
}
#cheesecake .raisin_text {
	width: calc(100% - 140px);
}
#cheesecake.raisin .raisin_section1 {
	width: 100%;
}
#cheesecake.raisin .raisin_section2 {
	width: calc(100% - 250px);
}
@media (max-width: 575px) {
	#cheesecake.raisin .raisin_section2 {
		width: 100%;
	}
}
@media (max-width: 575px) {
	#cheesecake.raisin .raisin_pic {
		float: none;
		margin: 20px auto;
	}
}
#cheesecake.howto .howto_section1 {
	width: calc(100% - 250px);
}
@media (max-width: 767px) {
	#cheesecake.howto .howto_section1 {
		width: 100%;
		float: none;
	}
}
#cheesecake.howto .howto_section2 {
	width: 100%;
}
#cheesecake.howto .howto_img1 {
	width: 220px;
}
@media (max-width: 767px) {
	#cheesecake.howto .howto_img1 {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 30px;
	}
}
#cheesecake.howto .howto_box,
#cheesecake.howto .howto_inbox {
	width: 100%;
}
#cheesecake.howto .howto_box img {
	float: none;
	margin: 0 0 20px;
}

#partycake .partycake_box1,
#partycake .partycake_box2,
#partycake .present_box,
#partycake .present_title,
#partycake .price_box {
	width: 100%;
}
#partycake .panf {
	text-align: center;
}
#partycake [class^=present_inbox] {
	width: 51%;
	text-align: center;
	padding: 0;
}
#partycake .partycake_box1 {
	padding-top: 0;
}
#partycake .present_inbox2 {
	width: 45%;
	float: right;
}
#partycake .section_title {
	margin-top: 0;
}
@media (max-width: 767px) {
	#partycake .price_box figure {
		float: none;
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	#partycake .price_box h4 {
		text-align: center;
	}
}
#partycake .price_inbox {
	width: calc(100% - 155px);
}
@media (max-width: 767px) {
	#partycake .price_inbox {
		float: none;
		width: 100%;
	}
}
#partycake table.priceTbl th {
	white-space: nowrap;
}

#bread #inbox_outer,
#bread .bread_box,
#bread .details_price,
#confectionery #inbox_outer,
#confectionery .confectionery_box,
#confectionery .details_price {
	width: 100%;
	display: block;
}

#bread .section_title,
#confectionery .section_title {
	margin-top: 0;
}

#bread .inbox,
#confectionery .inbox {
	width: 48%;
	margin: 0 0 30px;
}
#bread .inbox:nth-child(even),
#confectionery .inbox:nth-child(even) {
	float: right;
}
@media (max-width: 575px) {
	#bread .inbox,
	#confectionery .inbox {
		width: 100%;
		float: none !important;
	}
	#bread .inbox > div,
	#confectionery .inbox > div {
		height: auto !important;
	}
}
#bread .inbox figure img,
#confectionery .inbox figure img {
	width: 100%;
}

#shoplist .shoplist_box {
	width: 100%;
}

#confectionery .rikuroll_inbox {
  float: none;
	width: 100%;
}
#confectionery .sub_img {
  float: none;
	width: 100%;
}

@media (max-width: 991px) {
	#shoplist .shopbanner > div {
		display: block;
		width: 100% !important;
	}
	#shoplist .shopbanner > div:first-child {
		padding: 10px;
	}
	#shoplist .shopbanner > div:last-child {
		padding: 0 0 10px 10px;
	}
	#shoplist .shopbanner > div p {
		font-size: 12px;
		padding-top: 5px;
	}
	#shoplist .shopbanner img {
		width: 100%;
	}
}
#shoplist .shoplist_inbox1,
#shoplist .shoplist_inbox2 {
	float: none;
	width: 100%;
}
#shoplist .shoplist_inbox1 .conditions1,
#shoplist .shoplist_inbox1 .conditions2,
#shoplist .shoplist_inbox1 .conditions3,
#shoplist .shoplist_inbox1 .conditions4 {
	width: 50%;
}
@media (max-width: 575px) {
	#shoplist .shoplist_inbox1 .conditions1,
	#shoplist .shoplist_inbox1 .conditions2,
	#shoplist .shoplist_inbox1 .conditions3,
	#shoplist .shoplist_inbox1 .conditions4 {
		width: 100%;
		border: 1px solid #DCDCDC;
		border-top: 0;
		border-bottom-style: dotted;
	}
}
@media (max-width: 575px) {
	#shoplist .shoplist_inbox1 .conditions4 {
		border-bottom-style: solid;
	}
}
#shoplist .shoplist_inbox1 .conditions_inbox {
	width: calc(100% - 100px);
}
#shoplist .shoplist_detailsbox {
	width: 100%;
}
@media (max-width: 575px) {
	#shoplist .shoplist_detailsbox {
		padding: 15px;
	}
}
@media (max-width: 575px) {
	#shoplist .detailsbox_img {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}
#shoplist .detailsbox_txt {
	width: calc(100% - 235px);
	float: right;
}
@media (max-width: 575px) {
	#shoplist .detailsbox_txt {
		width: 100%;
		float: none;
	}
}
@media (max-width: 575px) {
	#shoplist #feature .featureBox {
		display: block;
	}
	#shoplist #feature .featureBox .photo,
	#shoplist #feature .featureBox .text {
		width: 100%;
	}
	#shoplist #feature .featureBox .photo {
		margin: 20px 0;
	}
	#shoplist #gallery li {
		width: 49.7%;
	}
	#shoplist .shoplist_title span {
		display: block;
		text-align: right;
	}
	#shoplist .shoplist_title span a {
		position: static;
		display: inline-block;
	}
}
@media (max-width: 767px) {
	#shoplist #shopDetails .shopDetailsWrap {
		display: block;
	}
	#shoplist #shopDetails .address,
	#shoplist #shopDetails .map {
		width: 100%;
	}
	#shoplist #shopDetails .address {
		margin-bottom: 20px;
	}
	#shoplist #shopDetails .address table {
		width: 100%;
	}
	#shoplist #shopDetails .address table th {
		white-space: nowrap;
	}
}

#delivery .delivery_section {
	width: 100%;
}
#delivery .delivery_box1 {
	width: 100%;
}
@media (max-width: 767px) {
	#delivery .delivery_box1 figure img {
		width: 190px;
	}
}
@media (max-width: 575px) {
	#delivery .delivery_box1 figure img {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 15px;
	}
}

#delivery .delivery_box2 {
	width: 100%;
}
@media (max-width: 767px) {
	#delivery .delivery_box2 figure img {
		width: 190px;
	}
}
@media (max-width: 575px) {
	#delivery .delivery_box2 figure img {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 15px;
	}
}


#delivery .delivery_text1 {
	width: calc(100% - 315px);
}
@media (max-width: 767px) {
	#delivery .delivery_text1 {
		width: calc(100% - 200px);
	}
}
#delivery .delivery_text2 {
	width: calc(100% - 200px);
}
@media (max-width: 575px) {
	#delivery [class^=delivery_text] {
		width: 100%;
		float: none;
	}
}

#reserve .reserve_section,
#reserve .tb1,
#reserve .tb2 {
	width: 100%;
}
#reserve .reserve_section td,
#reserve .tb1 td,
#reserve .tb2 td {
	padding: 8px;
}
#reserve .tb2 th,
#reserve .tbl_title1 {
	width: 130px;
}
#reserve .reserve_about {
	width: calc(100% - 250px);
}
@media (max-width: 575px) {
	#reserve .reserve_about {
		width: 100%;
	}
}
@media (max-width: 575px) {
	#reserve .reserve_pic {
		display: none;
	}
}


#safetycheese .reserve_section,
#safetycheese .tb1,
#safetycheese .tb2,
#safetycheese .tb3,
#safetycheese .tb4  {
	width: 100%;
}
#safetycheese .reserve_section td,
#safetycheese .tb1 td,
#safetycheese .tb2 td {
	padding: 8px;
}
#safetycheese .tb2 th,
#safetycheese .tbl_title1 {
	width: 130px;
}
#safetycheese .tb3 th,
#safetycheese .tbl_title3 {
	width: 50px;
}



#safetycheese .reserve_about {
	width: calc(100% - 250px);
}
@media (max-width: 575px) {
	#safetycheese .reserve_about {
		width: 100%;
	}
}
@media (max-width: 575px) {
	#safetycheese .reserve_pic {
		display: none;
	}
}



#company.outline .main_img {
	text-align: center;
}
#company.outline .company_section,
#company.outline .tb1,
#company.outline .tbl_title {
	width: 100%;
}
#company.outline .tb1 th {
	width: 80px;
	padding: 0;
}
#company.outline .rikuro_about {
	width: calc(100% - 190px);
}
@media (max-width: 575px) {
	#company.outline .rikuro_about {
		width: 100%;
		float: none;
	}
}
@media (max-width: 575px) {
	#company.outline .rikuro_pic {
		width: 100%;
		float: none;
		text-align: center;
	}
}
#company.outline [class^=company_map] {
	width: 48%;
}
@media (max-width: 767px) {
	#company.outline [class^=company_map] {
		width: 100%;
		margin-bottom: 20px;
	}
}
#company.outline #map_access_plover,
#company.outline #map_access_rikuro {
	width: 100% !important;
}
#company.history .tb1 {
	width: 100%;
	margin-top: 0;
}
@media (max-width: 575px) {
	#company.history .tb1 tbody,
	#company.history .tb1 tr {
		display: block;
	}
	#company.history .tb1 tr {
		background: #F1EFED;
		border-bottom: 1px solid #DCDCDC;
	}
	#company.history .tb1 tr::after {
		content: "";
		display: block;
		clear: both;
	}
	#company.history .tb1 th {
		display: block;
		width: 100%;
		border: none;
	}
	#company.history .tb1 .td1 {
		display: block;
		float: left;
		width: 80px;
		border: none;
	}
	#company.history .tb1 td {
		border: 0;
	}
	#company.history .tb1 td:last-child {
		display: block;
		width: calc(100% - 80px);
		float: right;
	}
}
#company.privacy .privacy_box {
	width: 100%;
	padding-top: 0;
}
#company.privacy .tb1 {
	width: 100%;
}
#company.privacy .tb1 th {
	width: 25%;
}
#company.privacy .section_title {
	margin-top: 0;
}

#newsevent h2.ttl,
#newsitem h2.ttl,
#newsother h2.ttl {
	padding: 7px;
}
