@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #F6F8F8;
	color: #333333;
}

h1,h2,h3,h4,h5,h6,p,li,a{
	font-size: clamp(14px, 1.1vw, 16px);
	font-weight: normal; 
	margin: 0;
	line-height: 1.6;
}
body {
    background: url("https://lumie-salon610.com/system_panel/uploads/images/bg_img.jpg") center center / cover no-repeat fixed;
}
/* ---------- common ---------- */
.mg_b1{
	margin-bottom: 60px;
}
.mg_b2{
	margin-bottom: 40px;
}
.mg_t1{
	margin-top: 40px;
}
.col_60{
	flex-direction: column;
	gap: 60px;
}
.col_40{
	flex-direction: column;
	gap: 40px;
}
.col_30{
	flex-direction: column;
	gap: 30px;
}
.titlebox1{
	flex-direction: column;
	gap: 10px;
}
.titlebox1 img{
	width: 17px;
	height: 17px;
}
.titlebox1 p,
.titlebox2 p{
	line-height: 1;
	text-align: center;
}
.titlebox2{
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
}
.label {
	background-color: #A7BCCB;
	padding: 5px 15px;
	border-radius: 200px;
}
.label .labeltxt{
	line-height: 1;
	color: #fff;
}
.reservation_wrap .box_wrap{
	padding: 70px;
	border-radius: 20px;
	max-width: 1280px;
	margin: 0 auto;
}
body.gjs-dashed .reservation_wrap .box_wrap{
	background-color: #A7BCCB;
}

.img_decobox {
    position: relative;
    width: 100%;
    max-width: 430px;
    padding: clamp(10px, 1.4vw, 18px);
    box-sizing: border-box;

    --deco-top: 40%;
    --deco-right: clamp(-14px, -1.1vw, -10px);
    --deco-width: clamp(20px, 2.4vw, 28px);
    --deco-height: clamp(90px, 9vw, 120px);
    --deco-cut-width: clamp(18px, 2.2vw, 28px);
    --deco-cut-start: 38%;
    --deco-cut-end: 66%;
}
.img_decobox::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #CECECE;
    border-radius: 999px 999px 0 0;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 2;
    clip-path: polygon(
        0 0,
        100% 0,
        100% var(--deco-cut-start),
        calc(100% - var(--deco-cut-width)) var(--deco-cut-start),
        calc(100% - var(--deco-cut-width)) var(--deco-cut-end),
        100% var(--deco-cut-end),
        100% 100%,
        0 100%
    );
}
.img_decobox::after {
    content: "";
    position: absolute;
    top: var(--deco-top);
    right: var(--deco-right);
    width: var(--deco-width);
    height: var(--deco-height);
    background-image:
        url("https://lumie-salon610.com/system_panel/uploads/images/title_deco1.svg"),
        url("https://lumie-salon610.com/system_panel/uploads/images/title_deco1.svg"),
        url("https://lumie-salon610.com/system_panel/uploads/images/title_deco1.svg"),
        url("https://lumie-salon610.com/system_panel/uploads/images/title_deco1.svg");
    background-repeat: no-repeat;
    background-size:
        clamp(12px, 1.4vw, 15px) clamp(12px, 1.4vw, 15px),
        clamp(18px, 2.2vw, 24px) clamp(18px, 2.2vw, 24px),
        clamp(12px, 1.4vw, 15px) clamp(12px, 1.4vw, 15px),
        clamp(12px, 1.4vw, 15px) clamp(12px, 1.4vw, 15px);
    background-position:
        center 0,
        center 30%,
        center 64%,
        center 92%;
    pointer-events: none;
    z-index: 3;
}
.img_deco,
.img_decobox > img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 2 / 3;
    display: block;
    object-fit: cover;
    object-position: center top;
    border-radius: 999px 999px 0 0;
}
/* ---------- more ---------- */
.more > a{
	position: relative;
	min-width: 220px;
	width: fit-content;
	gap: 20px;
	border-radius: 200px;
	padding: 12px 40px;
	background-color: #A7BCCB;
	overflow: hidden;
	box-sizing: border-box;
}
.more a > div p{
	color: #fff;
}
.more > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 8px;
    background: url("https://lumie-salon610.com/system_panel/uploads/images/arrow_w.svg") no-repeat center center / contain;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.more > a:hover::after {
    transform: translateY(-50%) translateX(3px);
}

.more2 > a{
	background-color: inherit;
	border: #A7BCCB 1px solid;
}
.more2 a > div p{
	color: #A7BCCB;
}
.more2 > a::after {
    content: none;
}

.more3 a{
	position: relative;
	max-width: 80%;
	min-width: 220px;

}
.more3 a::after{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	transition: ease 0.3s;
	z-index: 1;
}
.more3 a:hover::after{
	transform: translate(-5px,-5px);
}
.more3 a > div{
	position: relative;
	z-index: 2;
	gap: 10px;
	border-radius: 10px;
	justify-content: flex-end;
}
.more3 a .icon{
	width: 36px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #A7BCCB;
    transition: ease 0.3s;
}
.more3 a .icon img{
	width: 6px;
    margin-left: 0px;
}
.more3 a:hover .icon{
	transform: translateX(3px);
}
.more_w > a{
	background-color: inherit;
	border: #fff 1px solid;
}
.more_w a > div p{
	color: #fff;
}
.more_w > a::after {
    content: none;
}
.more_wrap{gap: 10px;}

.more4 > a{
	background-color: #fff;
	border: #A7BCCB 1px solid;
}
.more4 a > div p{
	color: #A7BCCB;
}
.more4 > a::after {
    background: url("https://lumie-salon610.com/system_panel/uploads/images/arrow_b.svg") no-repeat center center / contain;
}
/* ---------- header ---------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    padding: 0 110px 0 0;
    z-index: 999;
    background: #FFFFFF;
}
.header .headnav {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 36px;
    border-radius: 0 0 20px 20px;
    transition: background 0.3s ease;
}
.header .headnav.is_bg {
    background: rgba(244, 244, 244, 0.9);
}
.header .headnav a {
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 14px;
    text-align: center;
}
.header .headnav a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: url("https://lumie-salon610.com/system_panel/uploads/images/arrow1.png") no-repeat center center / contain;
    transition: transform 0.3s ease;
}

.header .headnav a .en {
    font-family: "Cormorant Infant",  sans-serif;
	font-size: clamp(15px, 1.25vw, 18px);
}
.header .headnav a .jp {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 4px;
    color: #4F4941;
}
.header .headnav a p:last-child {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
}

.head_logo img {
    width: 95px;
    height: auto;
    display: block;
}
.head_fixnav {
    position: fixed;
    top: 0;
    right: 0;
    gap: 0;
    z-index: 9999;
}
.head_fixnav .menu-bt,
.head_fixnav .reserve-bt a {
    width: 72px;
    min-height: 72px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
    box-sizing: border-box;
}
.head_fixnav .menu-bt {
    background-color: #DCEAF2;
    cursor: pointer;
    padding: 12px 8px;
}
.head_fixnav .menu-bt p,
.head_fixnav .reserve-bt a p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    font-family: "Noto Sans", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0.04em;
}
.head_fixnav .menu-bt p {
    font-family: "Cormorant Infant",  sans-serif;
	font-size: 12px;
	font-weight: 500;
}
.head_fixnav .menu-bt .line {
    position: relative;
    width: 24px;
    height: 16px;
}
.head_fixnav .menu-bt .line > div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #5A6066;
    transition: ease 0.3s;
}
.head_fixnav .menu-bt .line > div:nth-of-type(1) {
    top: 0;
}
.head_fixnav .menu-bt .line > div:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.head_fixnav .menu-bt .line > div:nth-of-type(3) {
    bottom: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(1) {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(2) {
    opacity: 0;
}
.head_fixnav .menu-bt.active .line > div:nth-of-type(3) {
    width: 90%;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
}
.head_fixnav .reserve-bt {
    border-top: 1px solid #CECECE;
}
.head_fixnav .reserve-bt a {
    background: #FFFFFF;
    text-decoration: none;
    padding: 10px 6px;
}
.head_fixnav .reserve-bt a img {
    width: 22px;
    height: auto;
    display: block;
}
.header .headnav .head_time .en {
    font-family: "Cormorant Infant",  sans-serif;
	color: #A7BCCB;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.head_logo {
    position: fixed;
    top: 0;
    left: 0;
    width: clamp(180px, 18vw, 250px);
    height: 74px;
    display: flex;
    align-items: center;
    padding-left: clamp(18px, 2.5vw, 34px);
    box-sizing: border-box;
    z-index: 1000;
    background: #FFFFFF;
}
.head_logo a {
    display: block;
}
.head_logo img {
    width: clamp(90px, 10vw, 145px);
    height: auto;
    display: block;
}
.menu-wrap.burgermenu_b .mene_box a .icon img {
    width: 6px;
    transition: ease 0.3s;
    margin-left: 0px;
}
.menu-wrap.burgermenu_b .mene_box a .icon {
    width: 36px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    border: 1px solid #A7BCCB;
}
.menu-wrap.burgermenu_b .mene_box p {
    font-family: "Cormorant Infant", serif;
}
/* ---------- pagetitle ---------- */
.pagetitle {
    position: relative;
    width: 100%;
    height: clamp(330px, 38vw, 520px);
    margin-top: 74px;
    overflow: hidden;
}
.pagetitle .imgbox {
    position: relative;
    height: 100%;
}
.pagetitle .imgbox::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(144, 102, 69, 0.2);
    z-index: 2;
    pointer-events: none;
}
.pagetitle .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}
.pagetitle .txtbox {
    position: absolute;
    left: clamp(50px, 7vw, 100px);
    bottom: clamp(25px, 5vw, 75px);
    z-index: 5;
}
.pagetitle .txtbox h1 {
    display: inline-block;
}
/* ---------- footer ---------- */
.footer_info .calendar_wrap{
    margin-top: 100px;
	justify-content: space-between;
	gap: 50px;
	align-items: flex-start;
}
.footer_info .calendar_wrap .titlebox2{
    width: auto;
}
.footer_info .calendar_wrap .imgbox{
    gap: 30px;
	flex: 1;
}
.footer_info .calendar_wrap .imgbox a{
    width: calc(50% - 15px);
}
.footer_info .calendar_wrap .imgbox a img{
	border-radius: 10px;
}
.footer_info .boxwrap1 {
    align-items: center;
    justify-content: space-between;
    gap: clamp(40px, 6vw, 80px);
}
.footer_info .rightbox {
    width: calc((100% - clamp(40px, 6vw, 80px)) * 0.52);
    flex-direction: column;
    gap: 12px;
}
.footer_info .rightbox > .imgbox {
    width: 100%;
    aspect-ratio: 59 / 36;
    border-radius: 10px;
    overflow: hidden;
}
.footer_info .rightbox .imgboxwrap {
    display: flex;
    gap: 12px;
    width: 100%;
}
.footer_info .rightbox .imgboxwrap .imgbox {
    width: calc((100% - 12px) / 2);
    aspect-ratio: 29 / 17;
    border-radius: 10px;
    overflow: hidden;
}
.footer_info .rightbox .imgbox img,
.footer_info .rightbox .imgboxwrap .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.footer_info .leftbox {
    width: calc((100% - clamp(40px, 6vw, 80px)) * 0.48);
}
.footer_info .leftbox .txtbox > img {
    width: clamp(120px, 18vw, 180px);
    height: auto;
    display: block;
    margin-bottom: 40px;
}

.footer_info .txtbox .box {
    margin-bottom: 28px;
}
.footer_info .txtbox .box p{
    font-family: "Cormorant Infant",  sans-serif;
	font-weight: 500;
}
.footer_info .txtbox .more_wrap {
    justify-content: flex-start;
}

.footer{
	color: #fff;
	justify-content: space-between;
	padding-bottom: 0;
	align-items: flex-start;
}
.footer .leftbox{
	width: 28%;
}
.footer .leftbox .logo{
	width: clamp(150px, 15vw, 190px);
}
.footer .leftbox .logo img {
    width: 100%;
    height: auto;
    display: block;
}
.footer .rightbox{
	width: 65%;
    gap: clamp(45px, 6vw, 90px);
    justify-content: flex-end;
}
.footer .rightbox .ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.footer .rightbox .ul .li {
    position: relative;
}
.footer .rightbox .ul .li a p{
	color: #fff;
}
.footer .rightbox .ul .li a {
    display: inline-flex;
    align-items: flex-start;
    gap: 2px;
	flex-direction: column;
}
.footer .rightbox .ul .li a .jp {
    font-size: 13px;
}
.footer .rightbox .ul .li a .en {
    font-size: clamp(15px, 1.25vw, 18px);
	font-family: "Cormorant Infant",  sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.copyright {
    margin: 0;
    padding: 100px 0 30px 0;
    color: #fff;
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.1em;
	width: 100%;
}
/* ---------- font ---------- */
.en_title{
	font-family: "Cormorant Infant",  sans-serif;
	font-size: clamp(32px, 4vw, 50px);
	letter-spacing: 0.15em;
    font-weight: 500;
}
.en_title2{
	font-family: "Cormorant Infant",  sans-serif;
	font-size: clamp(20px, 2.2vw, 26px);
	letter-spacing: 0.15em;
    font-weight: 500;
}
.default_title{ 
	font-size: clamp(20px, 2.6vw, 32px);
	letter-spacing: 0.05em;
}
.default_title2{
	font-size: clamp(18px, 2.2vw, 26px);
	letter-spacing: 0.05em;
}
.default_title3{
	font-size: clamp(17px, 1.8vw, 22px);
	letter-spacing: 0.05em;
}
.default_txt {
	font-size: clamp(16px, 1.4vw, 20px);
	letter-spacing: 0.05em;
}
.default_txt2 {
	font-size: clamp(15px, 1.25vw, 18px);
	letter-spacing: 0.05em;
}
.default_txt3{
	font-size: 16px;
	letter-spacing: 0.05em;
}

 

.font-co{
	font-family: "Cormorant Infant",  sans-serif;
}
.font-serif{
	font-family: "Zen Old Mincho",  sans-serif;
}

/* ---------- default ---------- */
body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_l{
	padding: 0px 0px 0 80px;
}
.pd_wrap_r{
	padding: 0px 80px 0 0px;
}
.cate_wrap > .cate{
	padding-top: 150px;
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #A7BCCB}
.txt-color2{color: #9B9B9B}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #EDF3F7}
.bg-color2{background-color: #B2C6D5}
.bg-color3{background-color: #DCEAF2}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #F1F1E9}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 60px;
	}
	.pd_wrap_r{
		padding: 0px 60px 0 0px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
	.header .headnav {
		display: none;
	}
	.menu-wrap.burgermenu_b .mene_box .nav_box .ul .li {
		padding: 5px 0;
	}
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.reservation_wrap .box_wrap {
		padding: 50px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 50px;
	}
	.pd_wrap_r{
		padding: 0px 50px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.col_60{
		gap: 40px;
	}
	.col_40{
		gap: 30px;
	}
	.col_30{
		gap: 20px;
	}
	.reservation_wrap .box_wrap {
		padding: 40px 30px;
		border-radius: 10px;
	}
	.more_wrap {
		flex-direction: column;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_info .boxwrap1 {
		flex-direction: column;
	}
	.footer_info .rightbox {
		width: 80%;
	}
	.footer_info .leftbox {
		width: 80%;
	}
	.footer_info .calendar_wrap {
		flex-direction: column;
	}
	.footer_info .calendar_wrap .imgbox a img {
		border-radius: 5px;
	}
	
	.footer_info .calendar_wrap .imgbox {
		gap: 20px;
	}
	.footer_info .calendar_wrap .imgbox a {
		width: calc(50% - 10px);
	}
	.footer .rightbox{
		display: none;
	}
    .footer .leftbox {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer .leftbox .logo {
        width: clamp(150px, 35vw, 210px);
        margin: 0 auto;
    }
    .copyright {
        text-align: center;
		padding: 50px 0 20px 0;
    }
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_l{
		padding: 0px 0px 0 20px;
	}
	.pd_wrap_r{
		padding: 0px 20px 0 0px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
/* ---------- common ---------- */
	.sp_br span{
		display: inline-block;
	}
	.titlebox1 {
		gap: 5px;
	}
	.titlebox2 {
		gap: 5px;
	}
	.more{
		margin: 0 auto;
	}
	.pagetitle {
		margin-top: 56px;
	}
/* ---------- header ---------- */
	.header {
		height: 56px;
		padding-right: 60px;
	}
    .head_logo {
        top: 0;
        left: 0;
        width: 140px;
        height: 56px;
        padding-left: 18px;
        z-index: 1000;
    }
	.head_fixnav .menu-bt,
	.head_fixnav .reserve-bt a {
		width: 60px;
		min-height: 56px;
		gap: 4px;
	}

	.head_fixnav .menu-bt p,
	.head_fixnav .reserve-bt a p {
		font-size: 10px;
	}

	.head_fixnav .reserve-bt a img {
		width: 18px;
	}
    .menu-wrap.burgermenu_b .mene_box .nav_box .ul {
        padding: 0;
        gap: 10px;
    }
	.menu-wrap.burgermenu_b .mene_box a .icon {
		width: 28px;
	}
	.menu-wrap.burgermenu_b .mene_box .nav_box .ul .li {
        padding: 0px 0;
    }
	.label {
		padding: 2px 10px;
	}
/* ---------- footer ---------- */
	.footer_info .rightbox {
		width: 100%;
	}
	.footer_info .leftbox {
		width: 100%;
	}
	.footer_info .rightbox .imgboxwrap .imgbox {
		border-radius: 5px;
	}
	.footer_info .txtbox .box {
		margin-bottom: 20px;
	}
	.footer_info .calendar_wrap {
		margin-top: 80px;
		justify-content: space-between;
		gap: 30px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
