<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
br.sp {
    display: none;
}
/* main_visual
-----------------------------------------*/
.main_visual {
    position: relative;
    background-color: #FFF;
    margin-top: 0px;
    aspect-ratio: 2.4/1;
}
.main_visual ul {
	position: relative;
}
.main_visual ul li {
    position: absolute;
    overflow: hidden;
    width: 100%;
    text-align: center;
	opacity: 0;
	transition: 6s ease-in-out;
}

.main_visual ul li.show {
	opacity: 1;
}
.main_visual ul li img.mv_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 9;
}
.main_visual ul li span {
/*	margin-top: 200px;*/
}
.main_visual ul li span img.mv_img {
    max-width: inherit;
    width: 100%;
    height: auto;
}
.btn_col2 {
    text-align: center;
    margin-bottom: 30px;
}
.btn_col2 .btn {
    display: inline-block;
    width: 46%;
    max-width: 300px;
    margin: 0 1%;
}
/* section
-----------------------------------------*/
#maincantents .itemcate .inner {
    width: 100%;
    max-width: 1020px;
}
section {
    margin-top: 100px;
}
section.itemcate.jj {
    margin-top: 20px;
}
.food_title {
    font-size: 186.667%;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.food_sub_title {
    display: block;
    font-size: 57.5%;
    font-weight: normal;
}
.food_sub_title:before {
    content: "";
    width: 6em;
    margin: 1em auto;
    display: block;
    text-align: center;
    border-top: 1px solid #333333;
}
.pizzacate {
    position: relative;
}
.pizza_logo {
    text-align: center;
    margin-bottom: 30px;
}
.pizza_logo img {
    width: 100%;
    max-width: 600px;
}
.order_logo {
    text-align: center;
    margin-bottom: 30px;
    margin-left: 150px;
    position: absolute;
    left: 50%;
    top: 0;
}
.order_logo img {
    width: 126px;
    margin: 0 10px;
}

.pizza_copy {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
}
.pizza_copy li {
    display: inline-block;
    font-size: 120%;
    width: 13em;
    margin: 0 1%;
    font-weight: bold;
    text-align: center;
    /*color: #DC5F0D;*/
    padding: 10px 10px;
    border: 2px dashed #E8BA41;/* background: #F5E6BD;*/
}
.piza_text {
    text-align: center;
}
.piza_kodawari{
    margin-bottom: 2em;
}
.yoyaku:after {
    content: "";
    width: 126px;
    height: 126px;
    position: absolute;
    margin-top: 0;
    margin-right: 0;
    right: 280px;
    top: 0px;
    background: url(../../images/bakery/icon_order.png) right top no-repeat;
    background-size: 126px 126px;
}

@media screen and (max-width: 1070px) {
.yoyaku:after {
    margin-right: 10px;
}
}
.text {
    margin-bottom: 1em;
}
.lead {
    font-size: 146.667%;
    font-weight: bold;
    text-align: center;
    color: #E45880;
    margin-bottom: 1em;
}
.pizza_lead {
    text-align: left;
}
.pizza_lead2 {
    color: #DC5F0D;
}
.pizza_lead3 {
    font-size: 130%;
    color: #000;
    margin-bottom: 0.3em;
}
.feature_lead {
    text-align: left;
    color: #BC742C;
    margin-top: 60px;
}
.maple_lead {
    text-align: left;
    color: #BC742C;
    margin-top: 60px;
}
.burger_lead {
    text-align: left;
    color: #BC742C;
    margin-top: 60px;
}
.deli_lead {
    text-align: left;
    color: #BC742C;
    margin-top: 60px;
}
.item_list {
    width: 100%;
}
.item_list li {
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.item_col3 li {
    width: 33.3%;
}
.item_col2 li {
    width: 50%;
}
.pizza_item li {
    width: 25%;
}
.item_list figure {
    width: 90%;
    max-width: 320px;
    margin: 20px auto 30px;
}
.item_col2 figure {
    width: 80%;
    max-width: 360px;
    margin: 20px auto 30px;
}
.pizza_item figure {
    width: 95%;
    max-width: 360px;
    margin: 20px auto 0px;
}
.item_list li img {
    width: 100%;
}
.item_list figcaption {
    padding: 10px 0;
}
.item_list figcaption .sub_category {
    font-weight: bold;
    /*text-align: center;*/
    color: #14A2D0;
    font-size: 86.667%;
}
.item_list figcaption .item_name {
    font-weight: bold;
    /*text-align: center;*/
    margin-bottom: 0.5em;
    letter-spacing: 0;
    line-height: 1.4;
}
.item_list figcaption .item_name span{
	font-size: 12px;
}
.item_list figcaption .item_text01 {
    font-size: 86.667%;
    color: #666666;
    margin-bottom: 1em;
}

/* 追加210108 .item_text03*/
.item_list figcaption .item_text03 {
    font-size: 100%;
    color: #000;
    margin-bottom: 1em;
}


.item_list figcaption .item_text02 {
    font-size: 80%;
    color: #666666;
    margin-bottom: 1em;
}
.item_list figcaption .price {
    font-size: 100%;
    color: #E55E84;
    margin-bottom: 1em;
    /*text-align: right;*/
    font-weight: bold;
    line-height: 1.4;
}
.item_list figcaption .price .tax {
    font-size: 80%;
}
.item_col3 li figure.new:after {
    content: "";
    width: 126px;
    height: 126px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../images/deli/new_icon.png) right top no-repeat;
    background-size: 126px 126px;
}
.item_col3 li figure.season:after {
    content: "";
    width: 126px;
    height: 126px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../../images/deli/season_icon.png) right top no-repeat;
    background-size: 126px 126px;
}
.item_list figcaption table {
    width: 100%;
    border-left: 1px solid #E1EAEA;
    border-top: 1px solid #E1EAEA;
    font-size: 86.667%;
    margin-top: 20px;
}
.item_list figcaption table th {
    width: 45%;
    border-right: 1px solid #E1EAEA;
    border-bottom: 1px solid #E1EAEA;
    text-align: center;
    padding: 1em;
}
.item_list figcaption table td {
    width: 55%;
    border-right: 1px solid #E1EAEA;
    border-bottom: 1px solid #E1EAEA;
    padding: 1em;
}
.item_list li figure.no {
    padding-top: 80px;
    background-size: 130px 65px;
    background-position: top center;
    background-repeat: no-repeat;
}
.item_list li figure.no_1 {
    background-image: url(../../images/bakery/no1.png);
}
.item_list li figure.no_2 {
    background-image: url(../../images/bakery/no2.png);
}
.item_list li figure.no_3 {
    background-image: url(../../images/bakery/no3.png);
}
.item_list li figure.no_4 {
    background-image: url(../../images/bakery/no4.png);
}
.item_list li figure.no_5 {
    background-image: url(../../images/bakery/no5.png);
}
.item_list li figure.no_6 {
    background-image: url(../../images/bakery/no6.png);
}
.item_list li figure.no_7 {
    background-image: url(../../images/bakery/no7.png);
}
.item_list li figure.no_8 {
    background-image: url(../../images/bakery/no8.png);
}
.item_list li figure.no_9 {
    background-image: url(../../images/bakery/no9.png);
}
.item_list li figure.no_10 {
    background-image: url(../../images/bakery/no10.png);
}
.featurecate {
    padding: 90px 0 80px;
    background: #F9F2ED;
}
.burgercate {
    background: url(../../../images/jjburger/Burger.png) left 70% top 120px no-repeat #F9F2ED;
}
.delicate {
    background: url(../../../images/deli/RiceBall.png) left 90% top 80px no-repeat #F9F2ED;
    position: relative;
}
.buffetcate {
    background: url(../../../images/buffet/Buffet.png) left 80% top 100px no-repeat #F9F2ED;
}
.riceball_img {
    width: 380px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: 180px;
}
.riceball_img img {
    width: 100%;
}
#maincantents .burgercate .inner {
    width: 100%;
    max-width: 1020px;
}

.featurecate .inner .left_block {
    float: left;
    width: 50%;
    position: relative;
}
.featurecate .inner .left_block img {
    width: 116%;
    max-width: 587px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: -125px;
}
.featurecate .inner .right_block {
    overflow: hidden;
}
.maplecate {
    background: #F9F2ED;
    padding: 90px 0 80px;
}
#maincantents .maplecate .inner {
    background: url(../../images/bakery/bg_maple.png) right top no-repeat;
    width: 100%;
    max-width: 1020px;
}
.maplecate .inner .left_block {
    float: left;
    width: 50%;
    position: relative;
}
.maplecate .inner .left_block img {
    width: 116%;
    max-width: 587px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: -125px;
}
.maplecate .inner .right_block {
    overflow: hidden;
}
/*.cboxPhoto {
  max-width: 96%;
}*/
/* card
-----------------------------------------*/
.card_contents section {
    margin-bottom: 20px;
}
.card_contents section.link_bnr{
	margin-top: 20px;
	margin-bottom: 25px;
}
.card_contents section.link_bnr_2{
	margin-top: 35px;
}
.link_bnr_2 .bg_skew_border{
    display: none;
    background-color: #91C5E7;
    background-image:
	 repeating-linear-gradient(-45deg,
	 #80BFE5, #80BFE5 7px,
	 transparent 0, transparent 14px);
     padding: 30px 0;
}
.card_contents section.link_bnr_2 ul li{
	width: 80%;
    margin: 0 auto 20px;
}
.card_contents section.link_bnr_2 img{
	width: 100%;
}
.card_contents section.link_bnr_2 .close_btm {
    width: 105px;
    margin: 0 auto;
}
.card_contents section.linkbtncate{
	margin-top: 25px;
}
.bg01 {
    background: #F5F1E4;
}
.card_contents .left_block {
    width: 480px;
    padding: 30px 30px 20px;
    float: left;
    margin-right: 60px;
}
.card_contents .left_block img {
    width: 100%;
}
.card_contents input[type="image"] {
    width: 100%;
}
.card_contents .right_block {
    width: 480px;
    padding: 30px 30px 20px;
    float: right;
}
.card_contents .right_block img {
    width: 100%;
}
img.intercom {
    max-width: 182px;
    margin: 50px auto 50px;
}
.intercom_logo {
    float: left;
    width: 120px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.page_link a {
    color: #1955B5;
    font-size: 96.667%;
    font-weight: bold;
}
.card_text_01 {
    padding: 20px 0 10px;
    font-size: 103.333%;
    font-weight: bold;
}
.card_text_02 {
    font-size: 146.667%;
    letter-spacing: 0;
    font-weight: bold;
}
.card_text_03 {
    padding: 10px 0 10px;
    font-size: 133.333%;
    font-weight: bold;
    text-align: center;
}
.card_text_04 {
    font-size: 93.333%;
    letter-spacing: 0;
    font-weight: bold;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 20px;
    width: 65%;
    float: right;
}
.external_link a {
    color: #1955B5;
    font-size: 96.667%;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
}
/*.page_link a:after,*/
.external_link a:after {
    content: "";
    width: 20px;
    height: 14px;
    position: absolute;
    margin-top: -7px;
    margin-right: -22px;
    right: 0;
    top: 50%;
    background: url(../../images/card/external_icon_2.png) right top no-repeat;
    background-size: 20px 14px;
}
.card_title {
    color: #1A56B5;
    font-weight: bold;
    font-size: 233.333%;
    text-align: center;
    letter-spacing: 0;
}
.card_long_title {
    font-size: 200%;
}
.card_text {
    font-size: 106.667%;
    margin-top: 0.5em;
}
.point_text {
    text-align: center;
}
.point_link_list {
    margin-top: 30px;
}
.point_link_list li {
    float: left;
    width: 320px;
    position: relative;
    padding: 80px 20px 20px;
    background: url(../../images/card/stripe_bg.jpg) left top repeat;
    margin-right: 30px;
    text-align: center;
	height: 322px;
}
.point_link_list li img {
    width: 100%;
}
.point_icon img {
    max-width: 80px;
    position: absolute;
    left: 50%;
    top: -15px;
    margin-left: -40px;
}
.point_link_list li:last-child {
    margin-right: 0;
}
.point_text_lead {
    display: table-cell;
    vertical-align: middle;
}
.blackbtn a {
    display: block;
    background: #333333;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    margin-top: 30px;
	border-radius: 30px;
}
.blackbtn a:hover {
    text-decoration: none;
}
.flow_inner {
    width: 800px;
    margin: 0 auto;
}
.flow_title {
    background: #333333;
    color: #ffffff;
    font-weight: bold;
    font-size: 106.667%;
    text-align: center;
    line-height: 60px;
    margin-top: 10px;
}
.flow_text {
    text-align: center;
}
.flow_list {
    font-size: 113.333%;
    padding: 0.5em 0 1em;
    font-weight: bold;
}
.card_notes {
    font-size: 93.333%;
    margin-bottom: 60px;
}
.left_btn_area {
    float: left;
    width: 200px;
}
.right_btn_area {
    float: right;
    width: 200px;
}
.left_btn_area img, .right_btn_area img {
    width: 100%;
}
.point_block {
    border-top: 2px solid #E8382F;
    margin-top: 60px;
}
.point_title {
    font-size: 213.333%;
    line-height: 70px;
}
.point_title img {
    width: 100%;
    max-width: 80px;
	margin-right: 30px;
}
.point_inner {
    padding: 30px 30px 30px;
}
.point_text_01 {
    font-size: 160%;
    font-weight: bold;
}
#point1 .point_text_01 {
    margin-bottom: 0.8em;
}
.green_band {
    border-radius: 5px;
    background: #00AC97;
    color: #ffffff;
    font-size: 80%;
    display: inline-block;
    line-height: 1;
    padding: 0.3em;
    width: 5em;
    text-align: center;
    margin-right: 0.5em;
}
.black_band {
    line-height: 50px;
    background: #333333;
    color: #ffffff;
    text-align: center;
    font-size: 160%;
    margin-bottom: 10px;
}
.red_band {
    line-height: 50px;
    background: #E8382F;
    color: #ffffff;
    text-align: center;
    font-size: 160%;
    margin-bottom: 10px;
}
.red {
    color: #E8382F;
}
.point_inner .left_block {
    width: 450px;
    float: left;
    margin: 0;
    padding: 0;
    background: url(../../images/card/point1_img1.png) right bottom no-repeat;
}
.point_inner .right_block {
    width: 450px;
    float: right;
    margin: 0;
    padding: 0;
    background: url(../../images/card/point1_img2.png) right bottom no-repeat;
}
.point_text_02 {
    font-size: 133.333%;
    line-height: 45px;
    letter-spacing: 0;
}
#point1 .point_text_02 {
    padding-bottom: 180px;
}
.big {
    font-size: 120%;
    line-height: 50px;
    font-weight: bold;
}
.point_text_02 em {
    font-size: 150%;
    line-height: 38px;
}
.depo {
    width: 110px;
    margin-right: 10px;
}
.point2_img {
    margin: 20px auto;
}
.service_list li {
    float: left;
    margin-right: 30px;
    width: 300px;
    letter-spacing: 0;
}
.service_list li:last-child {
    margin-right: 0;
}
.service_list li img {
    width: 100%;
}
.point_text_03 {
    font-size: 186.667%;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0;
    text-align: center
}
.point_text_04 {
    font-size: 93.333%;
}
#point3 dl {
    letter-spacing: 0;
}
#point3 .blackbtn {
    text-align: center;
    font-size: 106.667%;
	width: 70%;
	margin: 0 auto;
}
#point3 .blackbtn .external_link_white {
    display: inline-block;
    padding-right: 25px;
    background: url(../../images/card/icon_newtab.png) right center no-repeat;
    background-size: 20px 14px;
	border-radius: 30px;
}
.about_text {
    font-size: 113.333%;
    margin-top: 0.5em;
    font-weight: bold;
}
.depo_flow {
    margin: 10px auto 30px;
}
.depo_flow li {
    width: 320px;
    float: left;
    margin-right: 30px;
    position: relative;
}
.depo_flow li:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 60px;
    top: 50%;
    right: 0;
    margin: -30px -30px 0 0;
    background: url(../../images/card/arrow.png) right center no-repeat;
    background-size: 30px 60px;
}
.depo_flow li:last-child {
    margin-right: 0;
}
.depo_flow li:last-child:after {
    display: none;
}
.depo_flow li img {
    width: 100%;
}
.other_list {
    margin: 10px auto 60px;
}
.other_list li {
    width: 320px;
    float: left;
    margin-right: 30px;
    border: 5px solid #1A55B5;
	border-radius: 20px;
}
.other_list li:last-child {
    margin-right: 0;
}
.other_list li img {
    width: 100%;
}
.other_list li dl dt {
    background: #1A55B5;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    font-size: 113.333%;
    font-weight: bold;
}
.other_list li dl dd {
    padding: 10px;
    font-size: 96.667%;
    line-height: 1.7;
    letter-spacing: 0;
}
.other_img_01 {
    margin-top: 10px;
}
.other_img_02 {
    max-width: 196px;
    margin: 10px auto;
}
.row {
    display: inline-block;
    margin-right: 50px;
}
.bold {
    font-weight: bold;
}
.no-slider li {
    float: left;
    width: 20%;
}
/* dxslider */
.bxslider_box {
    display: none;
}
/* rifle
-----------------------------------------*/
.normal_inner {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
.normalcate {
    padding: 30px 0 0;
}
.normal_title {
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 0.5em;
}
.normalcate .text {
    font-size: 106.667%;
    margin-bottom: 1em;
}
.normal_img img {
    width: 100%;
}
.rifle_img img {
    max-width: 510px;
}
.rifle_img {
    margin: 2em auto;
    text-align: center;
}
.rifle_question {
    font-size: 106.667%;
    font-weight: bold;
    color: #000000;
    margin: 2em auto 0.5em;
}
/* valentine_contents
-----------------------------------------*/

.valentine_contents .bloglistcate .btn a, .valentine2_contents .bloglistcate .btn a, .valentine3_contents .bloglistcate .btn a {
    background-color: #f25fa5!important;
}
/* ehoumaki_contents
-----------------------------------------*/
/* .position-r {
    position: relative!important;
}
.Net-order-mark {
    background: #ff0000!important;
    color: #ffffff!important;
    font-size: 80%!important;
    display: inline-block!important;
    line-height: 1!important;
    padding: 0.4em!important;
    width: 8em!important;
    text-align: center!important;
    position: absolute!important;
    left: 0!important;
}
*/

.linkbtncate {
    margin-top:40px;
}
/*2022/10/18 追記　START*/
.card_contents .left_block {
    width: 480px;
    padding: 0px 0px 20px;
    float: left;
    margin-right: 60px;
}
.blue {
    background-color: #1A56B5;
    width: 100%;
    padding: 25px 0;
    font-size: 28px;
    /* line-height: 1.7; */
    line-height: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-family: Hiragino Kaku Gothic ProN;
}
.left_block.bg01 p {
    width: 360px;
    margin: 0 auto;
    text-align: center;
}
.card_text_01 {
    color: #1A56B5;
	position: relative;
}
.card_text_01::before,.card_text_01::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 30px;
	background-color: #1A56B5;
}
.card_text_01::before{	
	transform: rotate(-20deg);
	bottom: 10px;
	left: 55px;
}
.card_text_01::after{	
	transform: rotate(20deg);
	bottom: 10px;
	right: 55px;
}
.page_link a {
    color: #0A0A0A;
    font-size: 15px;
     font-weight: normal;
	text-decoration: underline;
	position: relative;
}
.card_contents .right_block {
    width: 480px;
    padding: 0px 0px 20px;
    float: right;
}
img.intercom {
    max-width: 326px;
    margin: 25px auto 30px;
}
.mb20 {
    /* margin-bottom: 20px !Important; */
    width: 80%;
    margin: 0 auto 15px!important;
}
.mt10{
     margin-top: 0px !Important; 
    text-align: center;
}
.external_link a {
    color: #0a0a0a;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
	text-decoration: underline;
}
.point1_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 40px 75px;
    justify-content: space-between;
}
.point1_img_1 {
    width: 40%;
}
.point1_img_2 {
    width: 50%;
}
.point1_img_1 img,.point1_img_2 img{
    width: 100%;
}
.point2 {
    padding: 35px 55px;
}
.point2_box p {
    background-color: #E8382E;
    padding: 10px;
	padding-left: 100px;
    border-radius: 45px;
    color: #fff;
    font-size: 26px;
    font-family: Hiragino Kaku Gothic ProN;
}
p.icon1,p.icon2{
	position: relative;
}
p.icon1::before,p.icon2::before{
	position: absolute;
	color: #E8382E;
	font-family: FontAwesome;
    font-size: 26px;
    z-index: 1;
    font-weight: bold;
	top: 11px;
    left: 24px;
}
p.icon1::before{
	content: '\31';
}
p.icon2::before{
	content: '\32';	
}
p.icon1::after,p.icon2::after{
	position: absolute;
    content: '';
    background-color: #FFF;
    top: 8px;
    left: 8px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.point2_box_con {
    display: flex;
    justify-content: space-between;
    padding: 18px 35px;
    align-items: center;
}
.point2_box_img {
    width: 35%;
}
.point2_box_img img {
    width: 100%;
}
.point2_box_text {
    width: 60%;
    font-size: 14px;
}
.point2_box_text span {
    font-weight: bold;
    line-height: 1.4;
    font-size: 25px;
	font-family: Hiragino Kaku Gothic ProN;
}
.point2_box_blue {
    border: 2px solid #1A56B5;
    color: #1A56B5;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.point2_box_blue span {
    font-size: 20px;
}
.over{
	padding: 40px 35px;
    align-items: flex-start;
}
.over .point2_box_text span {
    font-size: 21px;
}
.point2_flex {
    display: flex;
    justify-content: space-between;
}
.point2_flex ul {
    width: 47%;
}
.point2_flex ul li{
	position: relative;
	margin-bottom: 25px;
}
.point2_flex ul li::after{
	content: "";
    position: absolute;
    background-image: url(../../images/card/red_arrow.png);
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
    bottom: -25px;
    left: 50%;
	}
.point2_flex ul li:nth-child(4n)::after{
	content: none;
}
.point2_flex ul li img{
	width: 100%;
}
.point_point {
    font-size: 15px;
    color: #6E6E6E;
    font-family: Hiragino Kaku Gothic ProN;
    font-weight: bold;
    margin-bottom: 50px;
}
.point_point p {
    font-size: 26px;
    line-height: 1.2;
}
.point_point p.red{
	font-size: 55px;
}
/*2022/10/18 追記　END*/
/*2023/5/8 追記　START*/
ul.service_list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
ul.service_list li{
	float: none;
}
.point_text_03.po02{
	margin-bottom: 40px;
}
.other_list{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.link{
	display: flex;
	
}
/*2023/5/8 追記　END*/
/* 2023/05/29追加 */
.burger_item_premium {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.burger_item_premium .food_title{
    font-size: 140%;
}
.burger_item_premium li {
    width: 50%;
}
.burger_item_premium li img {
    width: 100%;
    margin-bottom: 20px;
}

figcaption .item_day {
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0.5em;
    letter-spacing: -1px;
    line-height: 1.8;
}
figcaption .item_day span{
    color: #fff;
    background-color: #630100;
    padding: 8px 10px;
    margin-right: 15px;
    line-height: 2.2;
}
figcaption .item_day p {
	margin-top: 5px;
}
/*2023/05/29追記　END*/
/* 2023/06/19追加 START*/
.goyoyaku_bunner {
    width: 42%;
    margin: 30px auto;
}
.goyoyaku_bunner img {
    width: 100%;
}
/* 2023/06/19追加 END */

/*2023/09/06 START*/
.bx-controls.bx-has-pager {
    display: none;
}
.food--topicscate{
	margin-top:80px;
	padding-bottom: 100px;
}
.food--topicscate__ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.food--topicscate ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.food--topicscate ul li:nth-child(-n + 3) {
    display: none;
	margin-bottom: 50px;
}
.food--topicscate ul li{
	width: calc((100% - 70px) / 3 );
}
.food--topicscate ul li a:hover{
	text-decoration: none;
}
.food--topicscate ul li img{
	width: 100%;
}
p.ttl {
    margin-top: 25px;
    font-size: 17px;
	font-weight: bold;
    color: #000;
	text-align: center;
}
.reservation img {
    width: 100%;
}
.reservation a:hover{
	text-decoration: none;
	
}

/*2023/09/06 END*/
/*2023/9/19 START*/
.jumbo_inner_box {
    display: flex;
    flex-wrap: nowrap;
	width: 100%;
	justify-content: space-between;
}
.featurecate .inner .jumbo_inner_box .left_block {
	width: calc((100% - 10px) / 2);
}
.featurecate .inner .jumbo_inner_box .left_block img {
    width: 100%;
	margin-left: 0;
}
.featurecate .inner .jumbo_inner_box .right_block {
    /* overflow: hidden; */
    width: calc((100% - 10px) / 2);
}
.jumbo_inner_box .feature_lead {
    text-align: left;
    color: #BC742C;
    margin-top: 15px;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0;
    font-feature-settings: 'palt';
}
.jumbo_inner_box .text {
    margin: 25px 0 30px;
	padding-bottom: 20px;
	border-bottom: solid 1px #000;
    font-size: 15px;
    line-height: 1.4;
}
.text_box{
	width: 80%;
}
.text_box img{
	width: 100%;
}

/*2023/9/19 END*/</pre></body></html>