@charset "utf-8";
/* *****************************************************************
index
TOPICS
menu
　Dish
　Drink
　Order Cake
GIFT
ケーキ
SHOP
FAQ
OUR STORY
クリスマスケーキ
***************************************************************** */
:root {
    --main_color: #773b00;
}

/* *****************************************************************
index
***************************************************************** */
.home h1{
    width: 85%;
    margin: 75px auto 30px;
}
.home section {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.home section.no_sp {
    margin-top: 40px;
    padding-top: 56.222%;
}
.home section.sp {
    padding-top: 149.333%;
}
.home section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home section.linklink{
	margin-top: 50px;
}
.home ul.newyork{
	display: flex;
	justify-content: center;
}
.home ul.newyork li{
	margin: 0 30px;
}
@media only screen and (max-width: 850px) {
}
@media only screen and (max-width: 520px) {
    .home section.tab,.home section.linklink{
        position: relative;
        z-index: 997;
        margin-top: -35px;
    }
}

/* *****************************************************************
TOPICS
***************************************************************** */
.topics .main_area,.topics .sub_area{
    width: 100%;
    max-width: 800px;
    margin:0 auto 60px;
}
.topics .main_area{
    margin-bottom: 60px;
}
.topics .main_area .content_box{
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom: 1px solid var(--main_color);
}
.topics .main_area .content_box:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.topics .main_area .content_box .photo{
    margin-bottom: 15px;
}
.topics .main_area .content_box .day{
    font-size: 16px;
    margin-bottom: 5px;
}
.topics .main_area .content_box h2{
    font-size: 22px;
    line-height: 1.5;
}
.topics .main_area .content_box.single{
    width: 100%;
    max-width: 640px;
    margin: auto;
}
.topics .main_area .content_box.single h2{
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid var(--main_color);
}
.topics .main_area .content_box.single h3{
    font-size: 18px;
}
.topics .main_area .content_box.single .waku{
    border:1px solid var(--main_color);
    padding: 0.5em 0.5em 0.2em;
    line-height: 1;
    margin-bottom: 0.7em;
    display:inline-block;
}
.topics .main_area .content_box.single .topic_content img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 5px 0;
}
.topics .sub_area .content_box .txt_area{
    display: flex;
    align-items: center;
}
.topics .sub_area .content_box{
    margin-bottom:  5px;
}
.topics .sub_area .content_box .day{
    width: 8em;
    padding-right: 1em;
    font-size: 16px;
}
.topics .sub_area .content_box h2{
    font-size: 14px;
    line-height: 1.5;
}
.topics .sub_area .content_box a h2{
    text-decoration: underline;
}
.topics .sub_area .content_box a:hover h2{
    text-decoration: none;
}
.titlebox {
    border: #773b00 1px solid; /*境界線の指定*/
    padding:10px;
}
.titlebox p {
    margin:0;
    padding:0;
}
@media only screen and (max-width: 520px) {
    .topics .main_area .content_box{
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .topics .main_area .content_box .photo{
        margin-bottom: 10px;
    }
    .topics .main_area .content_box h2{
        font-size: 20px;
    }
    .topics .sub_area .content_box{
        margin-bottom:  10px;
    }
    .topics .sub_area .content_box .day{
        font-size: 14px;
    }
    .topics .sub_area .content_box .txt_area{
        display: block;
    }

}

/* *****************************************************************
menu
***************************************************************** */
.order_menu .menu_area{
    font-size: 14px;
}
.order_menu .menu_area h3{
    font-size: 20px;
    text-align: center;
    margin-top: 70px;
}
.order_menu .menu_area h3.second{
    font-size: 27px;
    line-height: 1.2;
}
.order_menu .menu_area h3 span{
    display: block;
    font-size: 14px;
}
.order_menu .menu_area h4{
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
}
.order_menu .menu_area h4.second{
    font-size: 27px;
    line-height: 1.2;
}
.order_menu .menu_area h4 span{
    display: block;
    font-size: 14px;
}

/***** Dish ******/
.order_menu .menu_area .explanation{
    text-align: center;
    line-height: 1.5;
    border-bottom: 1px solid var(--main_color);
    padding: 15px 0;
}
.order_menu .menu_area .flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
    position: relative;
    text-align: center;
}
.order_menu .menu_area .flex .photo{
    width: 27%;
    position: absolute;
    left: -3%;
    top: 0;
}
.order_menu .menu_area .flex .photo2{
    width: 27%;
    position: absolute;
    right: -3%;
    top: 0;
}
.order_menu .menu_area .flex .txt_area{
    width: 46%;
}
.order_menu .menu_area .flex .txt_area .price{
    font-size: 26px;
    margin: 10px 0 20px;
}
.order_menu .menu_area ul.menu_list{
    width: 100%;
    max-width: 620px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.order_menu .menu_area ul.menu_list li{
    width: 50%;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}
.order_menu .menu_area ul.menu_list li:nth-child(even){
    padding-left: 2%;
}
.order_menu .menu_area ul.menu_list li:nth-child(odd){
    padding-right: 2%;
}
.order_menu .menu_area ul.menu_list li .photo{
    width: 100%;
    max-width: 238px;
    margin:0 auto 5px;
}
.order_menu .menu_area ul.menu_list li .choose_box{
    border: 1px solid var(--main_color);
    padding: .5em;
    margin-top: .7em;
}
.order_menu .menu_area ul.menu_list li .choose_box .h_title{
    border-bottom: 1px solid var(--main_color);
    line-height: 1.4;
    margin-bottom: 5px;
}
.order_menu .menu_area ul.menu_list li .choose_box span{
    display: inline-block;
    padding-right: .5em;
}
.order_menu .menu_area .t-center .notes{
    display: inline-block;
    text-align: left;
}
.order_menu .menu_area .t-center .notes br{
    display: inline-block;
}
@media only screen and (max-width: 520px) {
    .order_menu .menu_area .flex {
        display: block;
        padding: 25px 0;
    }
    .order_menu .menu_area .flex .photo {
        width: 100%;
        max-width: 250px;
        margin: 0 auto 20px;
        padding-right: 0;
        position: static;
    }
    .order_menu .menu_area .flex .txt_area {
        width: 100%;
    }
    .order_menu .menu_area .flex .txt_area .price {
        margin: 5px 0 10px;
        line-height: 1.2;
    }
    .order_menu .menu_area h3 {
        margin-top: 50px;
    }
    .order_menu .menu_area ul.menu_list li{
        width: 100%;
        line-height: 1.5;
    }
    .order_menu .menu_area ul.menu_list li:nth-child(even),
    .order_menu .menu_area ul.menu_list li:nth-child(odd){
        padding-right: 0%;
    }
    .order_menu .menu_area ul.menu_list li .photo {
        margin: auto;
    }
    .order_menu .menu_area ul.menu_list li .mrg_b1{
        margin-bottom: 0.5em;
    }
}

/***** Drink ******/
.hide{display:none;}
.all_area { 
	overflow: hidden;
    margin-top: 65px;
}
.all_area ul.tab_area{
	overflow:hidden;
	display:flex;
    justify-content: center;
    align-items: stretch;
	margin:0;
}
.all_area ul.tab_area li{
	width:auto; 
	text-align:center; 
    font-size: 20px;
    margin: 0 1em;
	cursor: pointer; 
	display:block;  
}
.all_area ul.tab_area li::after{
    content: "｜";
    padding-left: 1em;
}
.all_area ul.tab_area li:last-child::after{
    content: "";
    padding-left: 0;
}
.all_area ul.tab_area li span,
.all_area ul.tab_area li a{
    padding-bottom: 5px;
    border: none;
    transition: all  0.1s ease;
}
.all_area ul.tab_area li a:hover{
    color: var(--main_color);
}
.all_area ul.tab_area li:hover span,
.all_area ul.tab_area li.select span,
.all_area ul.tab_area li.select a,
.all_area ul.tab_area li a:hover{
	border-bottom:1px solid var(--main_color);
}
.all_area div.content_area{
	padding-top:60px;
    font-size: 16px;
}
.all_area .e_text{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b34422;
}
.all_area .e_text p{
    font-size: 18px;
    line-height: 1;
    margin-right: 2em;
}
.all_area .e_text p:nth-child(2){
    margin-right: 0;
}
.all_area .e_text p span{
    font-size: 12px;
    margin-left: 5px;
}
.all_area .menu_item{
    padding-bottom: 55px;
}
.all_area .menu_item h3{
    text-align: left;
}
.all_area .menu_item .menu_box .txt_box h4{
    font-size: 21px;
    line-height: 1.3;
    margin-top: 10px;
}
.all_area .menu_item h4.second{
    font-size: 27px;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--main_color);
}
.all_area .menu_item .menu_box{
    margin-top: 30px;
}
.all_area .menu_item .menu_box .txt_box{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    overflow: hidden;
}
.all_area .menu_item .menu_box .txt_box.block{
    display: block;
}
.all_area .menu_item .menu_box.sub_drink .txt_box{
    font-size: 15px;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: flex-start;
}
.all_area .menu_item .menu_box .txt_box .price{
    font-size: 24px;
}
.all_area .menu_item ul{
    display: flex;
    flex-wrap: wrap;
}
.all_area .menu_item ul li{
    width: 50%;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.all_area .menu_item ul li p:nth-child(1){
    padding-right: .5em;
}
.all_area .menu_item ul.menu_box.sub_drink .txt_box p{
    width: calc(100% - 5.5em);
    line-height: 1.2;
    float: left;
}
.all_area .menu_item ul.menu_box.sub_drink .txt_box p.txt16{
    width: 5em;
    text-align: right;
    float: right;
}
.all_area .menu_item ul.menu_box.sub_drink .txt_box p.sub_txt{
    width: 100%;
    font-size: 12px;
    color: #b34422;
	padding-right:0;
    margin-bottom: 7px;
}
.all_area .menu_item .menu_box.sub_drink .txt_box.sp{
		display:none;
	}
@media screen and (max-width: 520px) {	
    .all_area ul.tab_area li{
        font-size: 18px;
        margin: 0 .5em;
    }
    .all_area .e_text {
        display: block;
    }
    .all_area .e_text p {
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .all_area .menu_item ul li {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
	.all_area .menu_item .menu_box.sub_drink .txt_box.sp{
		display:flex;
	}
	.all_area .menu_item .menu_box.sub_drink .txt_box.no_sp{
		display:none;
	}
}

/***** Order Cake ******/
.order_cake{
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px dotted var(--main_color);
    text-align: center;
    font-size: 14px;
}
.order_cake h3{
    font-size: 21px;
    margin-bottom: 10px;
}
.order_cake .detail{
    border-top: 1px solid var(--main_color);
    margin-top: 20px;
    text-align: left;
}
.order_cake ul.list{
    display: flex;
	flex-wrap: wrap;
    margin-top: 40px;
}
.order_cake ul.list li{
    width: 33.333%;
    padding: 0 6%;
    font-size: 12px;
	margin-bottom:6%;
}
.order_cake ul.list li img{
    width: auto;
    height: 95px;
}
.order_cake ul.list li h4{
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.4;
}
.order_cake .please{
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    line-height: 2;
}
.order_cake .please .txt_box{
    display: inline-block;
    text-align: left;
}
.order_cake .please .title{
    font-size: 18px;
    margin-bottom: 5px;
}
.order_cake .cut_midashi{
    position: relative;
    border-top: 1px solid var(--main_color);
    margin: 30px 0 20px;
}
.order_cake .cut_midashi p{
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    width: 8em;
    margin: auto;
    padding: 0 3px;
    font-size: 17px;
    text-align: center;
    background-color: #ffefa1;
}
.order_cake ul.cut{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 1px solid var(--main_color);
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.order_cake ul.cut li{
    padding: 0 1.5em;
}
.order_cake ol.flow{
    display: inline-block;
    text-align: left;
    padding-left: 1em;
}
.order_cake ol.flow li{
    list-style: decimal;
}

@media screen and (max-width: 520px) {	
    .order_cake p{
        text-align: left;
    }
    .order_cake h3{
        line-height: 1.5;
    }
    .order_cake ul.list{
        display: block;
        margin-top: 25px;
    }
    .order_cake ul.list li{
        width: 100%;
        margin-bottom: 20px;
    }
    .order_cake ul.list li h4{
        margin-top: 10px;
    }
    .order_cake ul.list li p{
        text-align: center;
    }
}

/* *****************************************************************
GIFT
***************************************************************** */
.gift .gift_contents{
    border-top: 1px solid var(--main_color);
    margin-top: 30px;
}
.gift .gift_contents ul.cake{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 50px 20px;
    margin-top: 40px;
}
.gift .gift_contents ul.cake li{
    width: 50%;
    padding: 0 3%;
    margin-bottom: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}
.gift .gift_contents ul.cake li .photo{
    width: 75%;
    margin: auto;
}
.gift .gift_contents ul.cake li .photo.big{
    width: 95%;
    margin-bottom: 3%;
}
.gift .gift_contents ul.cake li h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.gift .gift_contents .tea{
    width: 1000px;
    padding: 0 50px;
    font-size: 13px;
    margin-left: -90px;
}
.gift .gift_contents .tea .image{
    width:  28%;
    margin: auto;
}
.gift .gift_contents .tea h3{
    font-size: 18px;
    text-align: center;
    margin-bottom: 5px;
}
.gift .gift_contents .tea h3.t-center{
    text-align: center;
}
.gift .gift_contents .tea .tea_list{
    display: flex;
    /*justify-content: space-between;*/
	justify-content: center;
    margin-top: 5px;
}
.gift .gift_contents .tea .tea_list ul{
    /*width: 50%;*/
    padding:0 2em;
	text-align:center;
}
.gift .gift_contents .tea .tea_list ul li{
    line-height: 1.5;
    margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {	
    .gift .gift_contents .tea{
        width: 100%;
        margin: auto;
    }
    .gift .gift_contents .tea .image{
        width:  34%;
    }
}
@media screen and (max-width: 850px) {	
    .gift .gift_contents ul.cake,
    .gift .gift_contents .tea{
        padding: 0;
    }
}

@media screen and (max-width: 520px) {	
    .gift .gift_contents .tea h3{
        text-align: center;
    }
    .gift .gift_contents ul.cake{
        display: block;
    }
    .gift .gift_contents ul.cake li{
        width: 100%;
        margin-bottom: 5px;
    }
    .gift .gift_contents ul.cake li .photo{
        width: 60%;
    }
    .gift .gift_contents .tea{
        width: 80%;
        padding-top: 20px;
        margin: auto;
    }
    .gift .gift_contents .tea .image{
        width: 65%;
    }
    .gift .gift_contents .tea .tea_list{
        display: block;
    }
    .gift .gift_contents .tea .tea_list ul{
        width: 100%;
		padding:0;
    }
    .gift .gift_contents .tea .tea_list ul li{
        width: 100%;
        text-align: center;
    }
    .gift .gift_contents ul.cake li .photo.big{
        width: 80%;
        margin-bottom: 0;
    }
}

/* *****************************************************************
ケーキ
***************************************************************** */
.cake .head_cake{
    position: relative;
    width: 100%;
    max-width: 820px;
    margin: auto;
}
.cake .head_cake h2{
    text-align: center;
    font-size: 24px;
    line-height: 1.3;
}
.cake .head_cake h2 span{
    display: block;
}
.cake .head_cake h2 .year{
    font-size: 21px;
    margin-bottom: 10px;
}
.cake .head_cake h2 .day{
    font-size: 16px;
}
.cake .head_cake h3{
    width: 80%;
    text-align: center;
    margin: 30px auto 0;
    font-size: 32px;
    line-height: 1.2;
}
.cake .head_cake h3 img{
    max-width: 350px;
}
.cake .head_cake .next{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 18px;
}
.cake .head_cake .prev{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 18px;
}

.cake_list{
    width: 100%;
    margin: 70px auto 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cake_list section{
    width: 33.333%;
    padding: 0 3%;
    line-height: 1.3;
    margin-bottom: 40px;
}
.cake_list section .check{
    font-size: 14px;
    color: #a72c29;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cake_list section .photo{
    width: auto;
    height: 95px;
    margin: auto;
}
.cake_list section .photo img{
    width: auto;
    height: 100%;
}
.cake_list section h3{
    font-size: 16px;
    margin: 10px auto 5px;
}
.cake_list section .pop_bg h3,
.cake_list section .pop_bg .check{
    font-size: 18px;
}
.cake_list section .more_btn{
	padding-top:10px;
	text-decoration:underline;
}
@media screen and (max-width: 680px) {	
    .cake .head_cake h2{
        padding: 0 55px;
    }
    .cake .head_cake .next{
        top: 30%;
        right: -3%;
        font-size: 15px;
    }
    .cake .head_cake .prev{
        top: 30%;
        left: -3%;
        font-size: 15px;
    }
    .cake_list{
        margin: 65px auto 0;
        justify-content: space-between;
    }
    .cake_list section{
        width: 50%;
        padding: 0 1.5%;
        line-height: 1.3;
        margin:0 0 50px;
    }
    .cake_list section .photo{
        height: 105px;
    }
}
@media screen and (max-width: 460px) {	
    .cake .head_cake h3{
        width: 100%;
        font-size: 30px;
        line-height: 1.2;
    }
    .cake_list section:nth-child(odd){
        padding: 0 2% 0 0;
    }
    .cake_list section:nth-child(even){
        padding: 0 0 0 2%;
    }
}

/*インライン用*/
.pop_bg {
    width: 90%;
	height:auto;
	max-height:90%;
	position: relative;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin:10px auto;
	max-width: 600px;
	background: #fff;
	padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
	overflow-y:auto;
}
.pop_bg .check {
	font-size: 18px;
    color: #a72c29;
}
.pop_bg .image{
    width: 194px;
    margin: 20px auto;
}
.pop_bg .image_big{
    width: 250px;
    margin: 0 auto 5px;
}
.pop_bg h3{
    font-size: 24px;
    margin-bottom: 5px;
}
.pop_bg .price{
    font-size: 18px;
    margin: 15px auto 30px;
}
.pop_bg .tenpo{
    font-size: 14px;
    margin-top: 40px;
}
.pop_bg .tenpo.second{
    margin: 30px 0 40px;
}
.pop_bg .lank{
    height: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.pop_bg .lank p{
    margin-right: 15px;
}
.pop_bg .lank img{
    width: auto;
    height: 100%;
}
@media screen and (max-width: 520px) {	
    .mfp-arrow {
        width: 60px;
		position: fixed;
    }
    .mfp-arrow-left {
        left: -20px;
    }
}

/*表示のエフェクト*/
.mfp-fade.mfp-bg {
    opacity: 0.001;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/* *****************************************************************
SHOP
***************************************************************** */
.shop .link_nav{
    display: flex;
    justify-content: center;
}
.shop .link_nav p{
    font-size: 18px;
}
.shop .link_nav p::after{
    content: "｜";
    padding-left: 1em;
    margin-right: 1em;
}
.shop .link_nav p:last-child::after{
    content: "";
    padding-left: 0;
    margin-right: 0;
}
.shop .link_nav p a{
    padding-bottom: 10px;
    transition: all  0.1s ease;
}
.shop .link_nav p a.active{
    border-bottom: 1px solid var(--main_color);
}
.shop .link_nav p a:hover{
    border-bottom: 1px solid #333;
}
.shop .shop_list{
    margin-top: 60px;
}

.shop .shop_list section{
    background-color: #fff;
    padding: 40px 50px;
    margin-bottom: 30px;
}
.shop .shop_list .name_area{
    display: flex;
    justify-content: space-between;
}
.shop .shop_list .name_area h2{
    font-size: 24px;
}
.shop .shop_list .name_area .year{
    font-size: 17px;
}
.shop .shop_list .adress{
    border-bottom: 1px dotted var(--main_color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    display: flex;
    align-items: flex-end;
}
.shop .shop_list .adress .access{
    width: 73.119%;
}
.shop .shop_list .adress .access a{
    display: inline-block;
    border: 1px solid #c30d23;
    color: #c30d23;
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 1em;
    padding-right: 0;
    margin-top: 15px;
}
.shop .shop_list .adress .access a::after{
    content: ">";
    padding-left: 5px;
    padding-right: 5px;
}
.shop .shop_list .adress .access a:hover{
    background-color: #c30d23;
    color: #fff;
}
.shop .shop_list .adress ul.photo{
    width: 26.881%;
    display: flex;
    justify-content: flex-end;
}
.shop .shop_list .adress ul.photo li{
  position: relative;
  width: 31%;
    margin-right: 2.333%;
}
.shop .shop_list .adress ul.photo li:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.shop .shop_list .adress ul.photo li img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
.shop .shop_list .detail ul.cooking{
    margin-bottom: 25px;
}
.shop .shop_list .detail ul.cooking li{
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}
.shop .shop_list .detail ul.cooking li a{
    border: 1px solid var(--main_color);
    background-color: var(--main_color);
    color: #fff;
    font-size: 12px;
    line-height: 1.2;
    padding: 3px 1em 1px;
    padding-right: 0;
    margin-left: 1em;
}
.shop .shop_list .detail ul.cooking li a::after{
    content: ">";
    padding-left: 1em;
    padding-right: 5px;
}
.shop .shop_list .detail ul.cooking li a:hover{
    background-color: #fff;
    color: var(--main_color);
}
.shop .shop_list .detail .business{
    display: flex;
}
.shop .shop_list .detail .business .business_box{
    width:  48.5%;
    margin-right: 3%;
    display: flex;
    line-height: 1.5;
}
.shop .shop_list .detail .business .business_box:last-child{
    margin-right: 0;
}
.shop .shop_list .detail .business .business_box .title{
    width: 9em;
    padding-right: 2em;
    font-size: 13px;
}
.shop .shop_list .detail .business .business_box div{
    width: calc(100% - 8em);
}
.shop .shop_list .detail .business .business_box p{
    margin-bottom: 5px;
}
.shop .shop_list .detail .business .business_box .sub{
    font-size: 13px;
}
.shop .shop_list .news{
    border-top: 1px dotted var(--main_color);
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
}
.shop .shop_list .news .title{
    width: 6em;
	height:2em;
    background-color: #c30d23;
    color: #fff;
    font-size: 14px;
    padding: 3px 0 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop .shop_list .news .txt_area{
    width: calc(100% - 6em);
    padding-left: 1em;
    color: #c30d23;
}
.mfp-image-holder .mfp-content {
    width: 100%;
    max-width: 1024px;
}
.shop .shop_notice{
    margin-bottom: 50px;
}
@media screen and (max-width: 850px) {	
    .shop .shop_list section{
        padding: 30px 40px;
    }
    .shop .shop_list .detail .business .business_box{
        display: block;
    }
    .shop .shop_list .detail .business .business_box div{
        width: 100%;
    }
}
@media screen and (max-width: 520px) {	
    .shop .link_nav {
        flex-wrap: wrap;
    }
    .shop .link_nav p{
        margin-bottom: 15px;
        font-size: 16px;
    }
    .shop .link_nav p::after {
        padding-left: .5em;
        margin-right: .5em;
    }
    .shop .shop_list .name_area h2 {
        font-size: 20px;
        padding-right: 1em;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .shop .shop_list .name_area .year {
        font-size: 14px;
        width: 6em;
        text-align: right;
    }
    .shop .shop_list .adress {
        font-size: 16px;
        display: block;
    }
    .shop .shop_list .adress .access {
        width: 100%;
    }
    .shop .shop_list .adress ul.photo {
        width: 100%;
        margin-top: 20px;
        justify-content: flex-start;
    }
    .shop .shop_list {
        margin-top: 40px;
    }
    .shop .shop_list section{
        padding: 20px 25px;
        margin-bottom: 20px;
    }
    .shop .shop_list .detail .business .business_box{
        width:  100%;
        margin-right: 0;
    }
    .shop .shop_list .detail ul.cooking li{
        margin-bottom: 5px;
		font-size:13px;
    }
	.shop .shop_list .detail ul.cooking li a{
    	padding-left:.5em;
	}
    .shop .shop_list .detail .business {
        display: block;
    }
    .shop .shop_list .detail .business .business_box{
        margin-bottom: 20px;
    }
    .shop .shop_list .detail .business .business_box:last-child {
        margin-bottom: 0;
    }
    .shop .shop_list .detail .business .business_box .title {
        width: auto;
        border: 1px solid var(--main_color);
        display: inline-block;
        padding: 2px 10px;
    }
    .shop .shop_list .news{
        display: block;
    }
    .shop .shop_list .news .title{
        display: inline-block;
    }
    .shop .shop_list .news .txt_area {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}
@media screen and (max-width: 400px) {	
    .shop .shop_list .name_area {
        display: block;
        margin-bottom: 10px;
    }
    .shop .shop_list .name_area h2 {
        padding-right: 0;
        margin-bottom: 0;
    }
    .shop .shop_list .name_area .year {
        width: 100%;
        text-align: left;
    }
    .shop .shop_notice{
        margin-bottom: 30px;
    }
}

/* *****************************************************************
FAQ
***************************************************************** */
.qa .all_area {
    margin-top: 0;
}
.qa .all_area ul.tab_area{
    flex-wrap: wrap;
    padding-bottom: 5px;
}
.qa .all_area ul.tab_area li{
    font-size: 13px;
    margin-bottom: 10px;
}
.qa .all_area div.content_area{
	padding-top:0;
    margin-top: 70px;
    border-top: 1px dotted var(--main_color);
}

.qa_content .accordion_one {
    padding: 15px 0;
    border-bottom: 1px dotted var(--main_color);
    font-size: 14px;
    line-height: 2;
}
.qa_content .accordion_one .accordion_header {
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qa_content .accordion_one .accordion_header span{
    width: 15px;
    height: 15px;
    position: relative;
    display: block;
}
.qa_content .accordion_one .accordion_header span::before {
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  background: var(--main_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.qa_content .accordion_one .accordion_header span::after {
  content: '';
  width: 1px;
  height: 100%;
  display: inline-block;
  background: var(--main_color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
.qa_content .accordion_one .accordion_header.open span::before,
.qa_content .accordion_one .accordion_header.open span::after {
    transform: translate(-50%, -50%) rotate(45deg);
}
.qa_content .accordion_one .accordion_header:hover {
	opacity: .8;
}
.qa_content .accordion_one .accordion_inner {
	display: none;
	padding: 20px 30px;
}
.qa_content .accordion_one .accordion_inner.stay {
	display: block;
}
.qa_content .accordion_one .accordion_inner a{
    text-decoration: underline;
}
@media screen and (max-width: 850px) {
    .qa_content .accordion_one .accordion_header p{
        padding-right: 1em;
        line-height: 1.5;
        text-indent: -1em;
        padding-left: 1em;
    }
}
@media screen and (max-width: 520px) {	
    .qa .all_area ul.tab_area li{
        width: 50%;
        margin: 0 0 15px;
        border-right :1px solid var(--main_color);
        border-left :1px solid var(--main_color);
    }
    .qa .all_area ul.tab_area li:nth-child(2n){
        border-left:none;
    }
    .qa .all_area ul.tab_area li::after {
        content: "";
        padding-left: 0;
    }
    .qa .all_area div.content_area {
        margin-top: 20px;
    }
    .qa_content .accordion_one .accordion_inner {
        padding: 1em 0 0 2em;
    }
}

/* *****************************************************************
OUR STORY
***************************************************************** */
.story .txt_area{
    text-align: center;
}
.story .txt_area h2{
    font-size: 22px;
    line-height: 2;
    margin-bottom: 40px;
}
.story .txt_area p{
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 3em;
}
@media screen and (max-width: 520px) {	
    .story .txt_area{
        text-align: left;
    }
    .story .txt_area h2{
        line-height: 1.5;
        margin-bottom: 20px;
        text-align: center;
    }
    .story .txt_area p{
        font-size: 15px;
        margin-bottom: 2em;
    }
}

/* *****************************************************************
クリスマスケーキ
***************************************************************** */
.other .head_area{
    text-align: center;
    font-size: 18px;
}
.other .head_area h1{
    font-size: 42px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.other .head_area h2{
    font-size: 16px;
    margin-bottom: 0.5em;
}
.other .head_area p{
    line-height: 1.5;
}
.other .cake{
    text-align: center;
    font-size: 18px;
}
.other .cake .photo{
    width: 100%;
    max-width: 260px;
    margin: auto;
}
.other .cake h3{
    font-size: 22px;
    line-height: 1.2;
    margin: 25px 0 10px;
}
.other .cake p{
    margin-top: 10px;
    line-height: 1.5;
}
.other .reserve{
    margin-top: 90px;
}
.other .reserve .flex{
    display: flex;
    justify-content: center;
}
.other .reserve .flex p{
    margin-top: 15px;
    padding:0 2em;
}
.other .reserve hr{
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    border: none;
    border-bottom: 1px dotted var(--main_color);
}
.other .under {
    margin-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--main_color);
}
.other .under .block{
    display: inline-block;
    text-align: left;
    margin-top: 30px;
}
.other .shop h4{
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 520px) {	
    .other .head_area{
        font-size: 16px;
    }
    .other .head_area h1{
        line-height: 1.2;
        margin-bottom: 30px;
    }
    .other .head_area h2{
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .other .head_area p{
        margin-bottom: 1em;
    }
    .other .cake .photo{
        max-width: 240px;
    }
    .other .reserve{
        font-size: 16px;
    }
    .other .reserve .red{
        line-height: 1.4;
    }
    .other .reserve .flex{
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .other .reserve .flex p{
        margin-top: 0;
        padding:0;
        line-height: 2;
    }
    .other .under {
        margin-top: 40px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .other .shop h4{
        font-size: 14px;
    }
}