@charset "utf-8";

/*********** PC ***********/
@media screen and (min-width: 959px) {
.sp {
	display: none!important;
}
.jp_min {
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header {
	border-top: 5px solid #270a00;
	background: #f5d357;
	padding: 24px 0 20px;
	position: relative;
}
header .line_btn {
	position: absolute;
	top: 15px;
	left: 20px;
	width: 130px;
}
header .line_btn img {
	width: 100%;
}
header h1 {
	text-align: center;
}
header h1 img {
	width: 260px;
	margin-left: -60px;
}
header nav {
	position: absolute;
	top: 30px;
	right: 30px;
}
header nav ul {
	display: flex;
	justify-content: right;
}
header nav ul li {
	margin-left: 10px;
}
header nav ul li a {
	display: inline-block;
	padding: 0 0 0 55px;
	font-weight: bold;
	position: relative;
}
header nav ul li a span {
	position: absolute;
	top: -4px;
	left: 15px;
}
header nav ul li.nav_onlineshop a span {
	left: 20px;
}
header nav ul li a span img {
	width: 35px;;
}
#slide {
	background-color: #f5d357;
}
#slide .slider  {
	height: calc(100vw * 0.28);
}
#slide .slider img {
    width: 100%;
}
main article {
	margin: 100px 0 0;
}
main article h1 {
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: 30px;
}
main article h1 span {
	display: inline-block;
}
main article h1 span.ttl_b {
	border-bottom: 2px solid #111;
	font-size: 3.0rem;
	line-height: 1.2;
}
main article h1 span.ttl_s {
	display: block;
	margin-top: 10px;
}

main article img {
	width: 100%;
}
main article section {
	width: 950px;
	margin: 0 auto;
}
main article .double_border_out {
	border: 4px solid #f5d357;
	padding: 5px;
}
main article .double_border_in {
	border: 3px solid #f5d357;
}

/* #concept */
main article#concept {
	margin-top: 0;
	padding: 60px 0;
	background-color: #f5d357;
}
main article#concept section .double_border_out {
	border: 4px solid #fff;
}
main article#concept section .double_border_in {
	border: 3px solid #fff;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
main article#concept section .double_border_in .concept_img {
	width: 380px;
}
main article#concept section .double_border_in .concept_txt {
	width: 450px;
	margin-top: 30px;
}
main article#concept section .double_border_in .concept_txt .tokyorichcheesecake_img {
	text-align: center;
	margin-bottom: 20px;
}
main article#concept section .double_border_in .concept_txt .tokyorichcheesecake_img img{
	width: 90%;
}

/* お知らせ */
main article#news {
	margin: 100px auto 0;
	width: 950px;
}
main article#news h1 {
	margin-top: 30px;
}
main article#news section {
	padding: 10px 100px 40px;
}
main article#news section ul {
    height: 332px;
    overflow: scroll;
    overflow-x: hidden;
}
main article#news section ul li {
	display: table;
	margin-bottom: 20px;
}
main article#news section ul li span {
	display: table-cell;
}
main article#news section ul li span.news_day {
	padding-right: 15px;
}

/* 商品 */
main article#product section {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-bottom: 30px;
}
main article#product section.product_tokyorichstrawberrycheesecake {
	flex-flow: row-reverse;
}
main article#product section .product_txt {
	width: 33%;
}
main article#product section .product_txt {
	background-color: #f5d357;
	color: #552c36;
}
main article#product section .product_txt .product_name {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 30px;
	font-size: 2.4rem;
}
main article#product section .product_txt .product_ex {
	margin: 0 20px 30px;
	font-size: 1.4rem;
}
main article#product section .product_txt .product_img_s {
	width: 55%;
	margin: 0 auto;
}
main article#product section .product_txt .product_img_s_txt {
	text-align: center;
	font-size: 1.2rem;
}
main article#product section .product_txt ul.product_price {
	border-top: 1px solid #552c36;
	margin: 20px;
}
main article#product section .product_txt ul.product_price li {
	border-bottom: 1px solid #552c36;
	padding: 8px 5px 6px;
	display: table;
	width: 100%;
}
main article#product section .product_txt ul.product_price li span {
	display: table-cell;
	font-size: 1.4rem;
}
main article#product section .product_txt ul.product_price li span.product_price_num {
	width: 20%;
}
main article#product section .product_txt ul.product_price li span.product_price_txt {
	width: 80%;
}
main article#product section .product_txt ul.product_price li span.product_price_amount {
	display: table-caption;
	font-size: 1.0rem;
	padding: 8px 5px 0;
}
main article#product section .product_txt .product_onlineshop {
	text-align: center;
}
main article#product section .product_txt .product_onlineshop a {
	display: inline-block;
	width: 70%;
	background-color: #552c36;
	color: #f5d357;
	font-weight: bold;
	padding: 8px 0 6px;
	font-size: 1.4rem;
}
main article#product section .product_txt .product_onlineshop a:hover {
	opacity: 0.75;
}
/* TOKYO RICH CHEESECAKEの色 */
main article#product section.product_tokyorichcheesecake .product_txt {
	background-color: #f5d357;
	color: #552c36;
}
main article#product section.product_tokyorichcheesecake .product_txt ul.product_price {
	border-top: 1px solid #552c36;
}
main article#product section.product_tokyorichcheesecake .product_txt ul.product_price li {
	border-bottom: 1px solid #552c36;
}
main article#product section.product_tokyorichcheesecake .product_txt .product_onlineshop a {
	background-color: #552c36;
	color: #f5d357;
}
/* TOKYO RICH STRAWBERRY CHEESECAKEの色 */
main article#product section.product_tokyorichstrawberrycheesecake .product_txt {
	background-color: #36c4cb;
	color: #fff;
}
main article#product section.product_tokyorichstrawberrycheesecake .product_txt ul.product_price {
	border-top: 1px solid #fff;
}
main article#product section.product_tokyorichstrawberrycheesecake .product_txt ul.product_price li {
	border-bottom: 1px solid #fff;
}
main article#product section.product_tokyorichstrawberrycheesecake .product_txt .product_onlineshop a {
	background-color: #fff;
	color: #36c4cb;
}
/* TOKYO BUONO GIFTの色 */
main article#product section.product_tokyobuonogift .product_txt {
	background-color: #003a7f;
	color: #fff;
}
main article#product section.product_tokyobuonogift .product_txt ul.product_price {
	border-top: 1px solid #f5d357;
}
main article#product section.product_tokyobuonogift .product_txt ul.product_price li {
	border-bottom: 1px solid #f5d357;
}
main article#product section.product_tokyobuonogift .product_txt .product_onlineshop a {
	background-color: #f5d357;
	color: #003a7f;
}
main article#product section.product_tokyobuonogift .product_txt ul.product_price li span.product_price_num,
main article#product section.product_tokyobuonogift .product_txt ul.product_price li span.product_price_txt {
	color: #f5d357;
}

main article#product section .product_img {
	width: 67%;
	position: relative;
}
main article#product section .product_img .product_img_slide {
	line-height: 0;
}
main article#product section .product_img .double_border_out_inner {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main article#product section .product_img .double_border_out_inner::before {
	content: "";
	display: block;
	height: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #f5d357;
}
main article#product section .product_img .double_border_in_inner {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	padding: 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main article#product section .product_img .double_border_in_inner::before {
	content: "";
	display: block;
	height: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #f5d357;
}
main article#product section .product_img ul.slider_product {
	margin-bottom: 0;
}
main article#product section .product_img ul.slider_product ul.slick-dots {
	z-index: 1000;
	bottom: 45px;
}

/* 店舗 */
main article#shop section {
	text-align: center;
	margin-top: 60px;
}
main article#shop section h2 {
	margin-bottom: 10px;
}
main article#shop section div[class^="shop_"] {
	font-size: 1.4rem;
}
main article#shop section .shop_map {
	margin-top: 20px;
}
main article#shop .shop_other {
	text-align: center;
	margin: 40px 0 80px;
}

footer {
	background-color: #f5d357;
	text-align: center;
	font-size: 1.2rem;
	padding: 20px 0 40px;
}
}





























































/*********** SP ***********/
@media screen and (max-width: 959px) {
.pc {
	display: none!important;
}
img {
	width: 100%;
}
.jp_min {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header {
	border-top: 5px solid #270a00;
	background: #f5d357;
	padding: 0;
	position: relative;
}
header .line_btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 100px;
}
header .line_btn img {
	width: 100%;
}
header h1 {
	text-align: left;
	padding: 15px;
	line-height: 0;
}
header h1 img {
	width: 40%;
}
header nav {
	position: fixed;
	bottom: 0;
	background-color: #f5d357;
	z-index: 9999;
}
header nav ul {
	display: flex;
	justify-content: center;
}
header nav ul li {
	width: 50vw;
	text-align: center;
}
header nav ul li + li a {
	border-left: 1px solid #270a00;
}
header nav ul li a {
	border-top: 1px solid #270a00;
	border-bottom: 1px solid #270a00;
	display: block;
	padding: 15px 0 14px;
	font-weight: bold;
	position: relative;
	font-size: 1.4rem;
}
header nav ul li a span {
	position: absolute;
	top: 13px;
	left: 9px;
}
header nav ul li a span img {
	width: 30px;
}
#slide {
	background-color: #f5d357;
}
#slide .slider  {
	height: calc(100vw * 0.67);
}
#slide .slider img {
    width: 100%;
}
main article {
	margin: 100px 0 0;
}
main article h1 {
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bottom: 30px;
}
main article h1 span {
	display: inline-block;
}
main article h1 span.ttl_b {
	border-bottom: 2px solid #111;
	font-size: 3.0rem;
	line-height: 1.2;
}
main article h1 span.ttl_s {
	display: block;
	margin-top: 10px;
}

main article img {
	width: 100%;
}
main article section {
}
main article .double_border_out {
	border: 4px solid #f5d357;
	padding: 5px;
}
main article .double_border_in {
	border: 3px solid #f5d357;
}

/* #concept */
main article#concept {
	margin-top: 0;
	padding: 15px;
	background-color: #f5d357;
}
main article#concept section .double_border_out {
	border: 4px solid #fff;
}
main article#concept section .double_border_in {
	border: 3px solid #fff;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
main article#concept section .double_border_in .concept_img {
	order: 2;
}
main article#concept section .double_border_in .concept_txt {
	order: 1;
	margin: 10px 0 30px;
	width: 100%;
}
main article#concept section .double_border_in .concept_txt .tokyorichcheesecake_img {
	text-align: center;
	margin-bottom: 20px;
}
main article#concept section .double_border_in .concept_txt .tokyorichcheesecake_img img{
}

/* お知らせ */
main article#news {
	margin: 15px 15px 0;
}
main article#news h1 {
	margin-top: 30px;
}
main article#news section {
	padding: 20px 20px 40px;
}
main article#news section ul {
    height: 480px;
    overflow: scroll;
    overflow-x: hidden;
}
main article#news section ul li + li {
	margin-top: 20px;
}
main article#news section ul li span {
	display: block;
}
main article#news section ul li span.news_day {
}

/* 商品 */
main article#product section {
	margin: 0 15px 15px;
}
main article#product section.product_tokyorichstrawberrycheesecake {
	flex-flow: row-reverse;
}
main article#product section .product_txt {
	background-color: #f5d357;
	color: #552c36;
	padding: 35px 0 20px;
}
main article#product section .product_txt .product_name {
	font-family: "Sawarabi Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 0 30px 20px;
	font-size: 2.4rem;
}
main article#product section .product_txt .product_ex {
	margin: 0 20px 30px;
	font-size: 1.4rem;
}
main article#product section .product_txt .product_img_s {
	width: 50%;
	margin: 0 auto;
}
main article#product section .product_txt .product_img_s_txt {
	text-align: center;
	font-size: 1.2rem;
}
main article#product section .product_txt ul.product_price {
	border-top: 1px solid #552c36;
	margin: 20px;
}
main article#product section .product_txt ul.product_price li {
	border-bottom: 1px solid #552c36;
	padding: 8px 5px 6px;
	display: table;
	width: 100%;
}
main article#product section .product_txt ul.product_price li span {
	display: table-cell;
	font-size: 1.4rem;
}
main article#product section .product_txt ul.product_price li span.product_price_num {
	width: 20%;
}
main article#product section .product_txt ul.product_price li span.product_price_txt {
	width: 80%;
}
main article#product section .product_txt ul.product_price li span.product_price_amount {
	display: table-caption;
	font-size: 1.0rem;
	padding: 8px 5px 0;
}
main article#product section .product_txt .product_onlineshop {
	text-align: center;
}
main article#product section .product_txt .product_onlineshop a {
	display: inline-block;
	width: 70%;
	background-color: #552c36;
	color: #f5d357;
	font-weight: bold;
	padding: 8px 0 6px;
	font-size: 1.4rem;
}
main article#product section .product_txt .product_onlineshop a:hover {
	opacity: 0.75;
}
/* TOKYO RICH CHEESECAKEの色 */
main article#product section.product_tokyorichcheesecake .product_txt {
	background-color: #f5d357;
	color: #552c36;
}
main article#product section.product_tokyorichcheesecake .product_txt ul.product_price {
	border-top: 1px solid #552c36;
}
main article#product section.product_tokyorichcheesecake .product_txt ul.product_price li {
	border-bottom: 1px solid #552c36;
}
main article#product section.product_tokyorichcheesecake .product_txt .product_onlineshop a {
	background-color: #552c36;
	color: #f5d357;
}
/* TOKYO RICH STRAWBERRY CHEESECAKEの色 */
main article#product section.product_tokyorichstrawberrycheesecake .product_txt {
	background-color: #36c4cb;
	color: #fff;
}
main article#product section.product_tokyorichstrawberrycheesecake .product_txt ul.product_price {
	border-top: 1px solid #fff;
}
main article#product section.product_tokyorichstrawberrycheesecake .product_txt ul.product_price li {
	border-bottom: 1px solid #fff;
}
main article#product section.product_tokyorichstrawberrycheesecake .product_txt .product_onlineshop a {
	background-color: #fff;
	color: #36c4cb;
}
/* TOKYO BUONO GIFTの色 */
main article#product section.product_tokyobuonogift .product_txt {
	background-color: #003a7f;
	color: #fff;
}
main article#product section.product_tokyobuonogift .product_txt ul.product_price {
	border-top: 1px solid #f5d357;
}
main article#product section.product_tokyobuonogift .product_txt ul.product_price li {
	border-bottom: 1px solid #f5d357;
}
main article#product section.product_tokyobuonogift .product_txt .product_onlineshop a {
	background-color: #f5d357;
	color: #003a7f;
}
main article#product section.product_tokyobuonogift .product_txt ul.product_price li span.product_price_num,
main article#product section.product_tokyobuonogift .product_txt ul.product_price li span.product_price_txt {
	color: #f5d357;
}

main article#product section .product_img {
	position: relative;
}
main article#product section .product_img .product_img_slide {
	line-height: 0;
}
main article#product section .product_img .double_border_out_inner {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main article#product section .product_img .double_border_out_inner::before {
	content: "";
	display: block;
	height: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid #f5d357;
}
main article#product section .product_img .double_border_in_inner {
	position: absolute;
	z-index: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	padding: 29px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main article#product section .product_img .double_border_in_inner::before {
	content: "";
	display: block;
	height: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid #f5d357;
}
main article#product section .product_img ul.slider_product {
	margin-bottom: 0;
}
main article#product section .product_img ul.slider_product ul.slick-dots {
	z-index: 1000;
	bottom: 45px;
}

/* 店舗 */
main article#shop section {
	text-align: center;
	margin-top: 60px;
}
main article#shop section h2 {
	margin-bottom: 10px;
}
main article#shop section div[class^="shop_"] {
	font-size: 1.4rem;
}
main article#shop section .shop_map {
	margin: 15px 15px 0;
}
main article#shop section .shop_map iframe {
	width: 100%;
}
main article#shop .shop_other {
	text-align: center;
	margin: 40px 0 80px;
	font-size: 1.4rem;
}

footer {
	background-color: #f5d357;
	text-align: center;
	font-size: 1.2rem;
	padding: 20px 0 80px;
}

}