@charset "UTF-8";
/* CSS Document */

/* l-fixreserve-nav
.l-fixreserve-nav {
    top: 50px;
    width: 120px;
    height: 100px;
}
	.l-fixreserve-nav ul {
		padding: 0;
		display: -webkit-block;
		display: block;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background: transparent;
	}
	    .l-fixreserve-nav ul li {
			padding:0;
			font-size:90%;
			width: 100%;
		}
			.l-fixreserve-nav ul li a {
				padding: 10px;
				width: 100%;
			} */
.l-fixreserve-nav ul li:nth-child(1),
.l-fixreserve-nav ul li:nth-child(2),
.l-fixreserve-nav ul li:nth-child(3){
	text-indent: inherit;
}
@media screen and (max-width: 768px) {
	body#top #hero,
	#l-main.l-main{
    	padding-top: 50px;
	}
	/* l-header */
	#l-header__hamburger {
		top: -10px;
		left: 55px;
	}
		.l-header .l-header__top .logo a {
			padding-right: 15%;
			font-size: 92%;
		}
    body#top .l-header .l-header__top .logo em {
        font-size: 2.2rem;
    }
	/* l-fixreserve-nav */
	.l-fixreserve-nav {
        top: 0;
		width: 140px;
    }
		.l-fixreserve-nav ul {
			padding: 0;
			display: -webkit-block;
			display: block;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			background: transparent;
		}
			.l-fixreserve-nav ul li {
				padding:0;
				font-size:85%;
				font-weight: 600;
				width: 100%;
			}
				.l-fixreserve-nav ul li a {
					padding: 12px 0;
					border:none;
					color:#fff;
					width: 100%;
				}
				.l-fixreserve-nav ul li a:before {
					content: none;
				}
				.l-fixreserve-nav ul li:nth-child(1) a {
					background: #d37a7c;
					background-image: none;
				}
				.l-fixreserve-nav ul li:nth-child(2) a {
					background: #884343;
					background-image: none;
				}
}

@media screen and (max-width: 450px) {
    #l-header__hamburger {
        left: 40px;
    }
	.l-header .l-header__top .shop-name,
	.l-header .l-header__top .logo a{
        padding-right: 25%;
	}
	body#top .l-header .l-header__top .logo em {
        font-size: 2.0rem;
    }
	.l-fixreserve-nav ul li:nth-child(1),
	.l-fixreserve-nav ul li:nth-child(2),
	.l-fixreserve-nav ul li:nth-child(3){
		text-indent: -9999px;
	}
	.l-fixreserve-nav ul li:nth-child(1) a {
        background: #d37a7c url("../img/common/bg_navi_yt.png") no-repeat center 2px / contain;
    }
	.l-fixreserve-nav ul li:nth-child(2) a {
        background: #884343 url("../img/common/bg_navi_dk.png") no-repeat center 2px / contain;
    }
}

/* modal */
.l-fixreserve-modal.web .l-fixreserve-modal__contents {
	padding: 50px 50px 30px;
    background: #fff;
}
@media screen and (max-width: 768px) {
	.l-fixreserve-modal__close {
        display: block;
		color: #fff;
    }
	.l-fixreserve-modal__contents {
        padding: 15px;
	}
	.l-fixreserve-modal {
        top: 0;
    }
	.l-fixreserve-modal__contents .shop-name {
        padding: 10px 0;
        font-size: 2rem;
    }
	.l-fixreserve-modal__contents .note{
		text-align: center;
		color: #fff;
	}
    .l-fixreserve-modal.web .l-fixreserve-modal__contents {
        padding: 10px 15px 15px;
        background: #884343;
    }
	.l-fixreserve-modal__contents .btnsBox {
		margin-bottom:15px;
	}
	.l-fixreserve-modal__contents .btnsBox a.half {
		color: #884343;
		background: #f8ebe8;
	}
	.l-fixreserve-modal__contents .btnsBox a.half:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		margin: auto;
		border: 1px solid #fff;
	}
	.l-fixreserve-modal__contents .btnsBox a.half p{
		font-size: 95%;
	}
	.l-fixreserve-modal__contents .btnsBox a.half p.w401 {
		display: block;
	}
	.l-fixreserve-modal__contents .btnsBox a.half p.w400 {
		display: none;
	}

	.l-fixreserve-modal__contents .c-button-tel {
		max-width: 100%;
		width: 100%;
	}
	.l-fixreserve-modal__close {
		top: -10px;
    	right: -35px;
	}
	.l-fixreserve-modal__close:before,
	.l-fixreserve-modal__close:after {
		background: #fff;
	}
}
@media screen and (max-width: 450px) {
	.l-fixreserve-modal__contents .shop-name {
        font-size: 1.8rem;
	}
	.l-fixreserve-modal__contents .btnsBox a.half.hpbBtn{
		padding: 10px 0;	
	}
	.l-fixreserve-modal__contents .btnsBox a.half p.w401 {
		display: none;
	}
	.l-fixreserve-modal__contents .btnsBox a.half p.w400 {
		display: block;
		text-align: center
	}
	.l-fixreserve-modal__contents .btnsBox a.half p.w400 img {
		width: 90%
	}
	.l-fixreserve-modal__contents .btnsBox a.half.hpbBtn p.w400 img {
		width: 60%
	}
	.l-fixreserve-modal__contents .btnsBox a.hpbBtn::after {
		content: none;
	}
}
@media screen and (min-width: 769px) {
    .l-fixreserve-modal__contents ul {
        border-top: none;
    }
	/*.l-fixreserve-modal__contents ul:nth-of-type(1),
	.l-fixreserve-modal.web .l-fixreserve-modal__contents ul:nth-of-type(1) {
		padding-top: 30px;
        border-top: 1px solid #d37a7c;
    }*/
	.l-fixreserve-modal__contents ul:nth-of-type(2),
	.l-fixreserve-modal.web .l-fixreserve-modal__contents ul:nth-of-type(2){
		border-bottom: 1px solid #d37a7c;
		width: 100%;
	}
	.l-fixreserve-modal__contents ul:nth-of-type(2) li,
	.l-fixreserve-modal.web .l-fixreserve-modal__contents ul:nth-of-type(2) li {
		margin: 0 auto;
		border-bottom: none;
		width: 70%;
	}

	.l-fixreserve-modal__contents .btnsBox a.half {
		padding: 10px;
		width: 48.5%;
        border: solid 1px #d37a7c;
    }
    .l-fixreserve-modal__contents .btnsBox a.half.hpbBtn {
        padding: 0 2em 0 1.0em;
    }
	.l-fixreserve-modal__contents .btnsBox a.half:hover {
		background: #f8ebe8;
		opacity: 1.0;
	}
	.l-fixreserve-modal__contents .btnsBox a.half p {
		line-height: 100%;
	}

	/* close botton */
    .l-fixreserve-modal.web .l-fixreserve-modal__close {
        color: #4c4948;
    }
    .l-fixreserve-modal.web .l-fixreserve-modal__close::before,
	.l-fixreserve-modal.web .l-fixreserve-modal__close::after {
        background: #884343;
    }

	/* shopname */
	.l-fixreserve-modal__contents .shop-name{
		margin-bottom: 30px;
		text-align: center;
	}
	.l-fixreserve-modal__contents .shop-name em {
        display: inline-block;
	}
	.l-fixreserve-modal__contents .tel .number .note {
		padding-top: 5px;
        display: block;
        font-size: 32%;
		font-family: initial;
        font-weight: normal;
        color: #4c4948;
    }
}


/* ヘッダー固定などの調整 */
.l-reservation .c-comment.top {
	margin-bottom: 15px;
    font-size: 100%;
	text-align: center;
}
@media screen and (max-width: 768px) {
    body#top .l-header,
	.l-header {
        position: fixed;
		background-color: rgba(255, 255, 255, 0.9);
		border:none;
		width: 100%;
    }
    body#top .l-header .l-header__top,
	.l-header .l-header__top {
        position: relative;
        padding: 10px 0 0;
        height: 72px;
    }
	body#top .l-header.brand .l-header__top .logo,
	.l-header.brand .l-header__top .logo {
		padding-top: 7px;
		line-height: 1.2;
	}
    body#top .l-header .l-header__top .logo i,
	.l-header .l-header__top .logo i {
        margin-top: 3px;
    }
    #l-header__hamburger {
        position: absolute;
    }
    body#top .l-header .l-header__top .shop-name,
	.l-header .l-header__top .shop-name {
        position: absolute;
        padding-right: 25%;
		font-size: 1.7rem;
        top: 15px;
        width: 100%;
    }
    /*.l-fixreserve-nav {
        position: absolute;
    }*/
}

/* ミアレ bottom */
@media screen and (max-width: 450px) {
    .l-fixreserve-nav ul li a {
		padding: 13px 0;
        font-size: 90%;
    }
}