@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*{
    margin: 0px;
	padding: 0px;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

a {outline: none;}

ul,ol { list-style-type: none;}

A:link{color:#2f3640;text-decoration:underline}
A:visited{color: #2f3640;text-decoration:none;}
A:active{color:#2f3640;text-decoration:none;}
A:hover{color:#2f3640;text-decoration:none;}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	overflow-x:hidden;
}


.section .images{
    text-align: center;
}
.section .images img{
    width: 100%;
    height: auto;
}
.lp-outer{
	width: 599px;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,.3);
}
#lp-scale{
	display: flex;
	justify-content: center;
	transform-origin: top center;
	margin: 0 auto;
	width: 100%; 
}

#container{
}


.lp-inner {
	width: 599px;
	transform-origin: top center;
}

.image{
    padding: 0;
    margin: 0;
}
section,
header,
footer{
	margin: 0;
	line-height: 0;
}
footer{
    padding: 15px 0 120px;
}
footer.section .images img{
    width: 95%;
    height: auto;
}

.section{
    position: relative;
}

.head-section{
    width: 100%;
    height: 115px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.head-section h1{
    width: 252px;
}
.head-section .shopname{
    font-weight: 900;
    font-size: 36px;
    line-height: 1;
}

#header .dateBox{
    position: absolute;
    top: 800px;
    left: 50%;
    transform: translateX(-50%);
    background: url("img/sale-base.png") no-repeat;
    background-size: 100% 100%;
    width: 513px;
    height: 294px;
    z-index: 20;
}
#header .dateBox .dateBoxInner{
    position: relative;
    width: 100%;
    height: 100%;
}
#header .dateBox .dateBoxInner .date{
    width: 120px;
    height: 1.5em;
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    display: inline-block;
    vertical-align: top;
}
#header .dateBox .dateBoxInner .date span{
    font-size: 55px;
    display: inline-block;
    vertical-align: bottom;
}
#header .dateBox .dateBoxInner .week{
    width: 28px;
    height: 28px;
    position: absolute;
}

#header .dateBox .dateBoxInner .date.start{
    top: 35px;
    left: 165px;
}
#header .dateBox .dateBoxInner .week.start{
    top: 40px;
    left: 277px;
}
#header .dateBox .dateBoxInner .date.end{
    top: 35px;
    right: 51px;
}
#header .dateBox .dateBoxInner .week.end{
    top: 40px;
    right: 24px;
}


#header .dateBox .dateBoxInner .shopnameBox{
    width: 100%;
    height: 115px;
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50px;
    left: 0;
}
#header .dateBox .dateBoxInner .shopnameBox h1{
    width: 150px;
}

#header .dateBox .dateBoxInner .shopnameBox .shopname{
    font-weight: 900;
    font-size: 26px;
    line-height: 1;
}

#header .dateBox .dateBoxInner .shopAdr{
    width: 100%;
    height: 115px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    position: absolute;
    top: 140px;
    left: 0;
}

#header .dateBox .dateBoxInner .shopTel{
    width: 400px;
    height: 115px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 42px;
    font-weight: 900;
    position: absolute;
    top: 190px;
    left: 130px;
}
#header .dateBox .dateBoxInner .shopBtn{
    width: 100%;
    height: 49px;
    text-align: center;
    position: absolute;
    top: 230px;
    left: 0;
}

#sec01 .tokutenBox{
    font-weight: 900;
    font-size: 40px;
}
#sec01 .tokutenBox .tokuten1{
    position: absolute;
    top: 459px;
    left: 386px;
    text-align: center;
    width: 129px;
}
#sec01 .tokutenBox .tokuten2{
    position: absolute;
    top: 918px;
    left: 438px;
    text-align: center;
    width: 133px;
}
@media screen and (min-width: 600px) {
    body.category-mtm{
        background: url("img/bg_right.png") no-repeat top right #FBE5E6;
        position: relative;
    }
    body.category-tk{
        background: #DAF0DB;
    }
    .lp-outer{
        margin: auto;
    }
    body.category-mtm .illust-mt{
        position: fixed;
        display: block;
        width: 500px;
        height: 531px;
        top: 300px;
        left: 50%;
        transform: translateX(calc(-50% - 500px));
        z-index: -1;
    }
    body.category-tk .illust-mt{
        display: none;
    }
}

.fixed-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}
.fixed-btn {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    min-width: 100px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
}
.fixed-btn:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.fixed-btn i {
    font-size: 24px;
    margin-bottom: 5px;
}
.fixed-btn-tel {
    color: #007bff;
}
.fixed-btn-tel i {
    color: #007bff;
}
.fixed-btn-web {
    color: #28a745;
}
.fixed-btn-web i {
    color: #28a745;
}
.fixed-btn span {
    font-size: 14px;
    font-weight: bold;
    padding-left: .5em;
}
/* レスポンシブ対応 */
@media (max-width: 599px) {
    .fixed-buttons {
        padding: 10px;
        gap: 8px;
    }
    .fixed-btn {
        padding: 12px 20px;
        min-width: 80px;
    }
    .fixed-btn i {
        font-size: 20px;
    }
    .fixed-btn span {
        font-size: 12px;
    }
}