@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Poiret+One&display=swap');

/* ===================================================
	Reset
====================================================== */
#customer_header *,
#customer_footer * { -webkit-box-sizing: content-box; box-sizing: content-box;}

#customer_header h1,
#customer_header h2,
#customer_header h3,
#customer_header h4,
#customer_header h5,
#customer_header h6,
#customer_footer h1,
#customer_footer h2,
#customer_footer h3,
#customer_footer h4,
#customer_footer h5,
#customer_footer h6 { margin: 0;}

#customer_header ul,
#customer_header ol,
#customer_header li,
#customer_footer ul,
#customer_footer ol,
#customer_footer li { padding: 0; margin: 0; list-style-type: none;}

#customer_header dl,
#customer_footer dl { padding: 0; margin: 0;}

#customer_header p,
#customer_footer p { padding: 0; margin: 0;}


/* ===================================================
	Custom CSS
	※ 予約番自体のコンテンツに影響するのを避けるため、
	　必ず #customer_header または #customer_footer からの継承で記述してください。
====================================================== */
body { min-width: 1100px; background: #fff; color: #383838; font-size: small; }

#customer_header,
#customer_footer {
	font-size: 116%; font-weight: normal; line-height: 1.5;
	font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	/* -webkit-text-size-adjust: 100%;  */ -webkit-text-size-adjust: none; font-feature-settings: "palt";
}

#customer_header *,
#customer_footer * { word-wrap: break-word; overflow-wrap: break-word; box-sizing: border-box; }
#customer_header h1 { font-size: 99%; }
#customer_header a,
#customer_footer a { color: #383838; text-decoration: none; transition: opacity 0.5s; }
#customer_header em,
#customer_footer em { font-style: normal;}
#customer_header img,
#customer_footer img { max-width: 100%; height: auto; }
#customer_header .ofi,
#customer_footer .ofi { object-fit: cover; }
#customer_header .view_sp,
#customer_footer .view_sp { display: none;}
#customer_header .en,
#customer_footer .en { font-family: "Poiret One", sans-serif; font-weight: 400; font-style: normal; }
#customer_header .serif,
#customer_footer .serif { font-family: 'Honoka_Shin_Mincho', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho"; }

@media screen and (orientation:landscape) {
	body { width: 100%;}
}
@media screen and (hover: hover) {
	#customer_header a:hover,
	#customer_footer a:hover { color: #383838; opacity: 0.75; }
}
@media screen and (min-width: 1473.5px) {
	#customer_header,
	#customer_footer { font-size: 125%; }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
    #customer_header,
	#customer_footer { font-size: 99%; }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1025px) {
	#customer_header .view_pc,
	#customer_footer .view_pc { display: none;}
}
@media screen and (max-width: 768px) {
	body { min-width: 0; }

	#customer_header,
	#customer_footer { font-size: 114%; }

	#customer_header .view_pc-tab,
	#customer_footer .view_pc-tab,
	#customer_header .view_tab,
	#customer_footer .view_tab {
        display:none !important
    }

	#customer_header .view_sp,
	#customer_footer .view_sp { display: inline;}
}


/* ---------------------------------------------------
	SVG icon
------------------------------------------------------ */
#customer_header svg[class^="icon_"],
#customer_footer svg[class^="icon_"] {
	vertical-align: super;
    width: 1em;
    height: 0.9em;
    display: inline-block;
    transform: translateY(0.5em);
    margin: 0 0.25em 0 0.5em;
}


/* ---------------------------------------------------
	Common Parts
------------------------------------------------------ */
#customer_header .cvrBtn a,
#customer_footer .cvrBtn a {
	/* padding: 0.5em 3em; */
	padding: 0.9em 3em;
    border-radius: 2em;
    transition: all .3s ease;
    background: url(../img/bgmomiji_red.webp) repeat-y;
    background-size: cover;
    background-position: 0 50%;
    background-color: #680d0d;
    color: #fff;
    display: inline-block;
}
#customer_header .cvrBtn a>span,
#customer_footer .cvrBtn a>span {
	letter-spacing: .1em;
    font-weight: normal;
    line-height: 1.8;
	/* font-size: 94%; */
}
@media screen and (hover: hover) {
	#customer_header .cvrBtn a:hover,
	#customer_footer .cvrBtn a:hover {
		opacity: 1;
		background: url(../img/bgmomiji_red.webp) repeat-y;
		background-color: #be2a2a;
		background-position: 0 50%;
		background-size: cover;
	}
}
@media screen and (min-width: 1025px) {
	#customer_header .cvrBtn a,
	#customer_footer .cvrBtn a {
		font-size: 94%;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #customer_header .cvrBtn a>span,
	#customer_footer .cvrBtn a>span {
        font-size: 87%;
    }
}
@media screen and (max-width: 768px) {
    #customer_header .cvrBtn a,
    #customer_footer .cvrBtn a {
        padding: 0.5em 2em;
    }
}

#customer_footer .grd01Txt {
	background: linear-gradient(150deg, #180b88 21%, #1d2195 31%, #1e69ac 58%, #2b8281 80%, #1e6777 96%);
    background: -webkit-linear-gradient(150deg, #180b88 21%, #1d2195 31%, #1e69ac 58%, #2b8281 80%, #1e6777 96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#customer_footer .tmpCacth .jp {
	letter-spacing: .25em;
    font-weight: normal;
    line-height: 1.6;
    color: #383838;
}
@media screen and (min-width: 1025px) {
	#customer_footer .tmpCacth .jp {
        font-size: 154%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	#customer_footer .tmpCacth .jp {
		font-size: 134%;
	}
}
@media screen and (max-width: 768px) {
	#customer_footer .tmpCacth .jp {
		font-size: 120%;
	}
}


/* ---------------------------------------------------
	Header
------------------------------------------------------ */
#customer_header #header {
	padding: 0.6rem 0;
}
#customer_header #header .wrp .right nav ul li a {
	padding: 0 1em;
    transition: all .3s ease;
    font-weight: lighter;
}
#customer_header #header .wrp .right .popup_menu_btn .en {
	font-size: 75%;
    font-weight: bold;
    letter-spacing: .1em;
}
#customer_header #header .wrp .right .popup_menu_btn:before {
	content: '';
    background: url(../img/nami.png) no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    display: block;
    position: relative;
    transition: all .3s ease;
}
#customer_header #header .wrp .right .call {
	padding-right: 1em;
}
#customer_header #header .wrp .right .call a,
#customer_header #header .wrp .right .call span {
	letter-spacing: .1em;
    font-weight: lighter;
}
#customer_header #header .wrp .right .cvrBtn a {
	padding: 0.55em 2.2em;
}
#customer_header #header .wrp .right .cvrBtn a svg {
	fill: #fff;
    width: 1em;
    height: 1em;
    margin-right: 0;
    transform: translateY(0.55em);
}
@media screen and (min-width: 1025px) {
	#customer_header #header .wrp .right nav ul li a {
		font-size: 87%;
	}
	#customer_header #header .wrp .right .popup_menu_btn .en {
        /* font-size: 120%; */
        font-size: 75%;
    }
	#customer_header #header .wrp .right .call a,
	#customer_header #header .wrp .right .call span {
		font-size: 80%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #customer_header #header .wrp .right nav ul li a {
        font-size:80%;
    }
	#customer_header #header .wrp .right .call a,
	#customer_header #header .wrp .right .call span {
		font-size: 80%;
	}
}
@media screen and (min-width: 769px) {
	#customer_header #header {
		z-index: 20;
        width: 100%;
        background: #fff;
	}
	#customer_header #header .wrp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 93.05556%;
		margin-right: auto;
		margin-left: auto;
	}
	#customer_header #header .wrp .right {
		display: flex;
		align-items: center;
	}
	#customer_header #header .wrp .right nav ul {
		display: flex;
	}
	#customer_header #header .wrp .right nav ul li a {
		font-size: 87%;
	}
	#customer_header #header .wrp .right .popup_menu_btn {
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		transition: all .3s ease;
		margin: 0 1em;
	}
}
@media screen and (max-width: 768px) {
    #customer_header #header {
        height: 9vw;
    }
	#customer_header #header .wrp .left .logo {
        width: 0;
    }
	#customer_header #header .wrp .right nav ul li a {
		font-size:80%;
	}
}


/* ---------------------------------------------------
	#popup_menu
------------------------------------------------------ */
#customer_header .popup_wrapper {
    overflow: hidden;
}
#customer_header #popup_menu {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	transition: transform 1.2s, opacity 1.2s;
	transform: translateX(100%);
	width: 100%;
    height: 100vh;
	background: url(../img/bgmenu.jpg) no-repeat left/cover;
    overflow: auto;
    scrollbar-gutter: stable;
}
#customer_header #popup_menu * {
    color: #fff
}
#customer_header #popup_menu .btn_close {
    cursor: pointer;
    text-align: center;
}
#customer_header #popup_menu .btn_close .en {
    font-weight: bold;
    /* padding-top: 0.7em; */
    padding-top: 1.35em;
    display: block;
	font-size: 167%
}
#customer_header #popup_menu .btn_close .bar span {
    width: 50px;
    height: 2px;
    background: #fff;
    display: block;
	font-size: 0;
}
#customer_header #popup_menu .btn_close .bar span:nth-child(1) {
    position: relative;
    transform: rotate(45deg)
}
#customer_header #popup_menu .btn_close .bar span:nth-child(2) {
    position: relative;
    transform: translate(-1px, -1px) rotate(-45deg)
}
#customer_header #popup_menu .btn_close.view_sp {
    margin: 2em auto 9em 0
}
#customer_header #popup_menu .box_popup_menu {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
}
#customer_header #popup_menu .box_popup_menu .logo {
    margin-top: 6em;
	text-align: center;
}

#customer_header:has(:target) {
    overflow: hidden;
}
#customer_header:has(:target) #popup_menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}
#customer_header #popup_menu .box_popup_menu nav {
    padding-bottom: 1em;
}
#customer_header #popup_menu .box_popup_menu nav .boxMenu {
    width: 90%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    justify-content: space-between;
    display: flex;
}
#customer_header #popup_menu .box_popup_menu nav .boxMenu ul {
    width: 10%;
}
#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li {
    margin-top: 2.5em;
}
#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a {
    transition: all .3s ease;
}
#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .en,
#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .jp {
    display: block;
    white-space: nowrap;
}
#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .en {
    line-height: 1;
	/* font-size: 334%; */
	font-size: 225%;
}
#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .jp {
	margin-top: 0.4em;
    letter-spacing: .1em;
	font-size: 100%;
}
#customer_header #popup_menu .box_popup_menu nav .bottomMenu {
    width: 90%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3em;
    width: 90%;
}
#customer_header #popup_menu .box_popup_menu nav .bottomMenu li a {
    padding: 0 0.5em;
    letter-spacing: .1em;
    transition: all .3s ease;
	font-size: 100%;
}
#customer_header #popup_menu .box_popup_menu nav .bottomMenu li a svg {
    filter: invert(100%);
}
#customer_header #popup_menu .box_popup_menu nav .cvrBtn {
    margin-top: 2em;
}
#customer_header #popup_menu .box_popup_menu nav .cvrBtn a {
    display: block;
}
#customer_header #popup_menu .box_popup_menu nav .cvrBtn a span.jp {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#customer_header #popup_menu .box_popup_menu nav .cvrBtn a span.jp:before {
    content: "";
    background: url(../img/dots.svg) no-repeat;
    background-size: contain;
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
    filter: invert(100%);
}
#customer_header #popup_menu .boxSearch {
    margin-top: 4em;
	text-align: center;
}
#customer_header #popup_menu .boxSearch .ttlEn40.ttlCl span {
	display: block;
}
#customer_header #popup_menu .boxSearch .ttlEn40 .en {
	letter-spacing: .1em;
    line-height: 1;
    font-weight: normal;
}
#customer_header #popup_menu .boxSearch .ttlEn40 .jp {
	letter-spacing: .05em;
    font-weight: normal;
    padding: 1em 0.5em;
}
#customer_header #popup_menu .boxSearch .cvrBtn {
	padding: 2.8125rem 0;
}
#customer_header #popup_menu .boxSearch .cvrBtn a .jp {
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: .1em;
	line-height: 1;
}
#customer_header #popup_menu .boxSearch .cvrBtn a .jp::before {
    content: '';
    background: url(../img/dots.svg) no-repeat center/contain;
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
    filter: invert(100%);
}

@media screen and (hover: hover) {
	/* #popup_menu .box_popup_menu nav .boxMenu ul li a:hover {
		opacity: 0.7;
	}
	#popup_menu .box_popup_menu nav .bottomMenu li a:hover {
		opacity: 0.7;
	} */
}
@media screen and (min-width: 1025px) {
	#customer_header #popup_menu .btn_close .en {
        /* font-size: 167%; */
        font-size: 115%;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .en {
        /* font-size: 334%; */
		font-size: 210%;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .jp {
        font-size:100%;
    }
	#customer_header #popup_menu .box_popup_menu nav .bottomMenu li a {
        font-size:100%;
    }
	#customer_header #popup_menu .boxSearch .ttlEn40 .en {
        font-size: 200%;
        /* font-size: 300%; */
    }
	#customer_header #popup_menu .boxSearch .ttlEn40 .jp {
        font-size: 94%;
    }
	#customer_header #popup_menu .boxSearch .cvrBtn a .jp {
		font-size: 87%;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #customer_header #popup_menu .btn_close .en {
        font-size: 147%;
    }
	#customer_header #popup_menu .btn_close .bar span {
        width:50px;
    }
	#customer_header #popup_menu .box_popup_menu .logo {
        margin-top:5em;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul {
        width:10%;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li {
        margin-top: 2em;
    }
	#customer_header #popup_menu .box_popup_menu nav .bottomMenu li a {
        font-size: 94%;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .en {
        font-size: 267%;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .jp {
        font-size: 94%;
    }
	#customer_header #popup_menu .box_popup_menu nav .bottomMenu {
        margin-top:2em
    }
	#customer_header #popup_menu .box_popup_menu nav .cvrBtn a span.jp:before {
        width:1.5em;
    }
	#customer_header #popup_menu .box_popup_menu nav .cvrBtn a span.jp:before {
        height:1.5em;
    }
	#customer_header #popup_menu .boxSearch {
        margin-top: 2em;
    }
}
@media screen and (min-width: 769px) {
	#customer_header #popup_menu .btn_close {
        position:absolute;
        right: 5em;
        top: 3em;
    }
	#customer_header #popup_menu .box_popup_menu nav {
        border-bottom:1px solid #fff;
    }
	#customer_header #popup_menu .box_popup_menu nav .bottomMenu {
        display:flex;
        align-items: flex-end;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 768px) {
	#customer_header #popup_menu {
		overflow:auto;
        padding-bottom: 6em;
        background:url(../img/bgmenu_sp.jpg) no-repeat left/cover;
    }
	#customer_header #popup_menu .btn_close {
        display:flex;
        align-items: center;
        flex-direction: column;
        margin-top: 1.5em;
    }
	#customer_header #popup_menu .btn_close .en {
		/* font-size: 20px; */
		font-size: 15px;
        padding-right: 0;
    }
	#customer_header #popup_menu .btn_close .bar {
        height: 1em;
    }
	#customer_header #popup_menu .btn_close .bar span {
        width:50px;
    }
	#customer_header #popup_menu .btn_close .bar span:nth-child(1) {
        transform:rotate(20deg);
    }
	#customer_header #popup_menu .btn_close .bar span:nth-child(2) {
        transform:translate(-1px, -1px) rotate(-20deg);
    }
	#customer_header #popup_menu .box_popup_menu .logo {
		max-width:150px;
		margin-top: 4em;
        margin-right: auto;
        margin-left: auto;
    }
	#customer_header #popup_menu .box_popup_menu nav {
        padding-bottom:1em;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu {
        flex-wrap:wrap;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul {
        width: 50%;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul:last-child {
        width:100%;
        display: flex;
        flex-wrap: wrap;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul:last-child li {
        width: 50%;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li {
        margin-top: 1.5em;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .en {
        /* font-size: 234%; */
        font-size: 5.8vw;
        line-height: 1.35;
    }
	#customer_header #popup_menu .box_popup_menu nav .boxMenu ul li a .jp {
        font-size: 67%;
    }
	#customer_header #popup_menu .box_popup_menu nav .bottomMenu {
        width:50%;
		margin-top:-5em;
		margin-right:0;
    }
	#customer_header #popup_menu .box_popup_menu nav .bottomMenu li {
        margin-top:1em;
    }
	#customer_header #popup_menu .box_popup_menu nav .bottomMenu li a {
		padding-left:0;
        font-size: 87%;
    }
    #customer_header #popup_menu .box_popup_menu nav .cvrBtn {
        display: block;
    }
	#customer_header #popup_menu .box_popup_menu nav .cvrBtn a span.jp:before {
        width: 1.5em;
    }
	#customer_header #popup_menu .box_popup_menu nav .cvrBtn a span.jp:before {
        height: 1.5em;
    }
	#customer_header #popup_menu .boxSearch {
        display: none;
		margin-top: 1em;
    }
}


/* ---------------------------------------------------
	Main img
------------------------------------------------------ */
#customer_header .conMv {
	width: 93.07292%;
    margin-right: auto;
    margin-left: auto;
    /* margin-top: 3em; */
}
#customer_header .conMv .boxTitle {
	position: relative;
}
#customer_header .conMv .boxTitle .mvttl {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}
#customer_header .conMv .boxTitle .mvttl .en {
	color: #fff;
    display: block;
    line-height: 1;
    font-weight: lighter;
    letter-spacing: .1em;
	font-size: 380%;
}
#customer_header .conMv .boxTitle .mvttl .jp {
	color: #fff;
    display: block;
    font-weight: normal;
}
#customer_header .conMv .boxTitle .ofi {
    width: 100%;
}
@media screen and (min-width: 1025px) {
	#customer_header .conMv .boxTitle .mvttl .en {
		/* font-size: 734%; */
		/* font-size: 6rem; */
	}
	#customer_header .conMv .boxTitle .mvttl .jp {
		margin-top: 1.3rem;
		/* font-size: 107%; */
		font-size: 1.335rem;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	#customer_header .conMv .boxTitle .mvttl .jp {
        font-size: 100%;
    }
}
@media screen and (max-width: 768px) {
    #customer_header .conMv .boxTitle .mvttl .en {
        font-size: 7.82vw;
        line-height: 1.35;
    }
    #customer_header .conMv .boxTitle .mvttl .jp {
        /* font-size: 94%; */
        font-size: 94%;
    }
}

/* topPageBtn
------------------------------------------------------ */
#customer_footer .topPageBtn {
    text-align: center;
    margin-top: 7em;
}
#customer_footer .topPageBtn a {
    position: relative;
    transition: 0.8s;
	font-size: 167%;
}
#customer_footer .topPageBtn a::before {
    content: '';
    position: absolute;
    right: 2em;
    bottom: 1.3em;
    width: 0.9em;
    height: 0.9em;
    border-bottom: solid 1px #48403d;
    border-right: solid 1px #48403d;
    box-sizing: border-box;
    z-index: 2;
    transform: rotate(-135deg);
    margin-top: -0.6em;
    transition: 0.8s
}
#customer_footer .topPageBtn a::after {
    content: '';
    position: absolute;
    right: 2em;
    bottom: 2em;
    width: 0.9em;
    height: 0.9em;
    border-bottom: solid 1px #48403d;
    border-right: solid 1px #48403d;
    box-sizing: border-box;
    z-index: 2;
    transform: rotate(-135deg);
    margin-top: -0.6em;
    transition: 0.8s
}
@media only screen and (hover: hover) {
	#customer_footer .topPageBtn a:hover:before {
		bottom: 1.9em
	}
	#customer_footer .topPageBtn a:hover:after {
		bottom: 2.3em
	}
}
@media only screen and (min-width: 1025px) {
    #customer_footer .topPageBtn a {
        /* font-size: 167%; */
        font-size: 128%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #customer_footer .topPageBtn {
        margin-top: 4em;
    }
	#customer_footer .topPageBtn a {
        font-size: 120%;
    }
}
@media only screen and (max-width: 768px) {
    #customer_footer .topPageBtn {
        margin-top: 0;
        padding-top: 6em;
    }
	#customer_footer .topPageBtn a {
        font-size: 134%;
    }
}

/* breadcrumb
------------------------------------------------------ */
#customer_footer #breadcrumb {
	width: 88.88889%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 5em auto 2em
}
#customer_footer #breadcrumb li {
    display: inline-block
}
#customer_footer #breadcrumb li:last-child a {
	text-decoration: none;
}
#customer_footer #breadcrumb li:not(:last-child) {
    position: relative;
    margin-right: 35px
}
#customer_footer #breadcrumb li:not(:last-child)::before {
    content: "_";
    position: absolute;
    line-height: 1;
    top: 5px;
    right: -20px;
}
#customer_footer #breadcrumb li>a,
#customer_footer #breadcrumb li>span {
    letter-spacing: 0.05em;
    line-height: 1;
    font-size: 80%
}
#customer_footer #breadcrumb li a {
    text-decoration: underline;
    padding-bottom: 0
}
@media only screen and (hover: hover) {
	/* #customer_footer #breadcrumb li a:hover {
		text-decoration: none;
	} */
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #customer_footer #breadcrumb {
        width:90%
    }
	#customer_footer #breadcrumb li>a,
	#customer_footer #breadcrumb li>span {
        font-size:80%
    }
}
@media screen and (max-width: 768px) {
	#customer_footer #breadcrumb {
        width: 80%;
		margin: 2em auto 1.5em;
    }
	#customer_footer #breadcrumb li:not(:last-child) {
        margin-right:1.5em
    }
	#customer_footer #breadcrumb li:not(:last-child)::before {
        top: 0.3em;
        right: -.8em;
    }
	#customer_footer #breadcrumb li>a,
	#customer_footer #breadcrumb li>span {
        font-size: 67%
    }
	#customer_footer #breadcrumb li a {
        padding-bottom:0
    }
}


/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#customer_footer #footer {
	font-size: 100%;
}
#customer_footer #footer .wrp {
	background: url(../img/bg_footer.jpg) no-repeat;
    background-size: cover;
    padding-top: 4.5em;
    padding-bottom: 4.5em;
}
#customer_footer #footer .wrp .inner {
	width: 82.63889%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}
#customer_footer #footer .wrp * {
	color: #fff;
    fill: #fff;
}
#customer_footer #footer .wrp .left .logo {
    width: 70%;
}
#customer_footer #footer .wrp .left .add {
	letter-spacing: .1em;
    margin-top: 2em;
}
#customer_footer #footer .wrp .left .callFax {
	margin-top: 1em;
}
#customer_footer #footer .wrp .left .callFax a {
	text-decoration: underline;
}
#customer_footer #footer .wrp .right {
	width: 29.41176%;
}
#customer_footer #footer .wrp .right ul {
	display: flex;
	flex-wrap: wrap;
}
#customer_footer #footer .wrp .right ul li a {
	display: inline-block;
    padding: 0.5em;
    font-weight: lighter;
    transition: all .3s ease;
}
#customer_footer #footer .wrp .right ul li.border {
	width: 100%;
}
#customer_footer #footer .wrp .right ul li.border a {
	position: relative;
    padding: 0;
    margin: 0.5em;
    padding-bottom: 0.3em;
    display: flex;
    align-items: center;
    width: fit-content;
}
#customer_footer #footer .wrp .right ul li.border a img {
	width: 12em;
}
#customer_footer #footer .wrp .right .sns {
	margin-left: 0.5em;
}
#customer_footer #footer .wrp .right .sns p a {
	transition: all .3s ease;
}
#customer_footer #footer .wrp .right .sns p a svg {
    width: 1.35em;
    height: 1.2em;
}
@media screen and (min-width: 1025px) {
    #customer_footer #footer .wrp .left .add {
        font-size: 100%;
    }
	#customer_footer #footer .wrp .right .sns p {
		font-size: 125%;
		/* font-size: 167%; */
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #customer_footer #footer .wrp .left .logo {
        width: 60%;
    }
}
@media screen and (max-width: 768px) {
    #customer_footer #footer .wrp {
        padding: 3em 0 6em;
    }
    #customer_footer #footer .wrp .inner {
        flex-direction:column-reverse;
        width: 90%;
    }
    #customer_footer #footer .wrp .left {
        text-align: center;
    }
    #customer_footer #footer .wrp .left .logo {
        margin: 2em auto 0;
    }
    #customer_footer #footer .wrp .left .add {
        font-size: 87%;
    }
    #customer_footer #footer .wrp .right {
        width: 100%;
    }
    #customer_footer #footer .wrp .right ul li {
        width: 50%;
        white-space: nowrap;
    }
    #customer_footer #footer .wrp .right ul li a {
        padding: 1em;
    }
    #customer_footer #footer .wrp .right .sns {
        margin-top: 1.5em;
        margin-left: 0;
        text-align: center;
    }
    #customer_footer #footer .wrp .right .sns p {
        /* font-size: 200%; */
        font-size: 5.5vw;
    }
    #customer_footer #footer .wrp .right .sns p a svg {
        width: 7.5vw;
        height: auto;
        aspect-ratio: 1 / 1;
    }
}

#customer_footer .mouse .over {
	transition: opacity .3s ease-in;
}
#customer_footer .wrpGroup .con_fo_list {
	padding: 45px 0 65px;
    width: 78.125%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}
#customer_footer .wrpGroup .con_fo_list .toggle {
	display: none;
}
#customer_footer .wrpGroup .con_fo_list .Label {
	display: block;
	width: 100%;
	margin: 0;
}
#customer_footer .wrpGroup .con_fo_list .box_tit {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
#customer_footer .wrpGroup .con_fo_list .box_tit .img a {
	display: inline-block;
}
#customer_footer .wrpGroup .con_fo_list .box_tit .tit {
	margin-left: 1em;
    margin-top: 0;
    letter-spacing: 2px;
}

#customer_footer .wrpGroup .group_list>dl {
    margin-top: 3em;
}
#customer_footer .wrpGroup .group_list dt {
    margin-bottom: 1em;
    font-size: 110%;
}
#customer_footer .wrpGroup .group_list dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 0;
}
#customer_footer .wrpGroup .group_list dd li {
    position: relative;
    min-width: 20%;
    padding-left: 1em;
    font-size: 87%;
}
#customer_footer .wrpGroup .group_list dd li::before {
    content: "";
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    position: absolute;
    top: 14%;
    font-weight: bold;
    color: #888;
    font-size: 75%;
    left: 0;
}
#customer_footer .wrpGroup .group_list dd .grow {
    flex-grow: 2;
}



/* Safari */
#customer_footer ::-webkit-details-marker { display: none !important; }

@media only screen and (min-width: 1025px) and (max-width: 1472.5px) {
    #customer_footer .wrpGroup .group_list dd li {
        font-size: 80%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
        #customer_footer .wrpGroup .group_list dd li {
        font-size: 87%;
    }
}
@media screen and (min-width: 769px) {
	#customer_footer .wrpGroup .con_fo_list .box_tit {
        margin-bottom: 40px;
    }
    #customer_footer .wrpGroup .group_list>dl:first-child {
        margin-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    #customer_footer .wrpGroup .con_fo_list {
        width: 90%;
        padding: 40px 0 30px;
    }
	#customer_footer .wrpGroup .con_fo_list .Label {
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translateZ(0);
        transition: all 0.3s
    }
    #customer_footer .wrpGroup .con_fo_list .box_tit {
        display: block;
        text-align: center;
        padding-bottom: 1.3em;
        border-bottom: 1px solid #ccc;
    }
    #customer_footer .wrpGroup .con_fo_list .box_tit .tit {
        position: relative;
        margin: 1em 0 0;
        text-align: left;
    }
    #customer_footer .wrpGroup .con_fo_list .box_tit .tit::after {
        content: "\f067";
        font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    /* #customer_footer .wrpGroup .con_fo_list[open] .box_tit .tit::after {
        content: "\f068";
    } */
    #customer_footer .wrpGroup .group_list dd li {
        min-width: 50%;
    }
}


#customer_footer #footer #copyright {
	text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 10px;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    #customer_footer #footer #copyright {
        margin-bottom: 2em;
    }
}
@media only screen and (max-width: 768px) {
    #customer_footer #footer #copyright {
        margin: 1em 0 10em;
    }
}


/* ---------------------------------------------------
	sp_navFixed
------------------------------------------------------ */
#customer_header .sp_navFixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000
}
#customer_header .sp_navFixed #Top_nav {
    width: 100%
}
#customer_header .sp_navFixed #Top_nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
#customer_header .sp_navFixed #Top_nav ul li {
    text-align: center;
    width: 25%;
    height: 65px
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(4) {
    background: #0c0b0a;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all .3s ease
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(4):before {
    content: "";
    background: url(../img/nami.png) no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    transition: all .3s ease;
    filter: invert(100%);
    top: 1em;
    pointer-events: none;
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(4) .en {
    font-weight: 600;
    margin-top: 1.5em;
    color: #fff;
    pointer-events: none;
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(2) a {
    background: #f1f1f1;
    position: relative
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(2) a:before {
    content: "";
    background: url(../img/bus.svg) no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    transition: all .3s ease;
    filter: invert(10%);
    top: 1em
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(2) a .jp {
    margin-top: 2em;
    font-size: 13px;
    letter-spacing: .1em
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(2) a svg {
    fill: #b8bbc1
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(3) a {
    background: #f1f1f1;
    position: relative
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(3) a:before {
    content: "";
    background: url(../img/tel.svg) no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    transition: all .3s ease;
    filter: invert(10%);
    top: 1em
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(3) a .jp {
    letter-spacing: .1em;
    font-size: 13px;
    margin-top: 2em
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(3) a svg {
    fill: #b8bbc1
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(1) {
    background: url(../img/bgmomiji_nav.png) no-repeat;
    background-size: cover;
    background-color: #680d0d;
    position: relative;
    color: #fff
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(1) .menu:before {
    content: "";
    background: url(../img/calendar.svg) no-repeat;
    background-size: contain;
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    transition: all .3s ease;
    filter: invert(100%);
    top: 1em
}
#customer_header .sp_navFixed #Top_nav ul li:nth-child(1) .menu .jp {
    font-size: 13px;
    margin-top: 2em;
    color: #fff;
    letter-spacing: .1em
}
#customer_header .sp_navFixed #Top_nav ul li a,
#customer_header .sp_navFixed #Top_nav ul li span.menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    align-items: center;
    font-weight: light;
    line-height: 1.2;
    font-size: 14px
}
#customer_header .sp_navFixed #Top_nav ul li a svg,
#customer_header .sp_navFixed #Top_nav ul li span.menu svg {
    margin-left: 0;
    width: 1.5em;
    height: 1.5em;
    padding-bottom: 1em;
    margin-top: -0.8em
}
#customer_header .sp_navFixed #Top_nav ul li span.menu img {
    display: block;
    width: 2.5em;
    margin-right: auto;
    margin-left: auto
}
#customer_header .sp_navFixed #Top_nav .popup_menu_btn a {
    width: 100%;
}
#customer_header .sp_navFixed #Top_nav .menu_close {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}
#customer_header:has(:target) .sp_navFixed #Top_nav .menu_open {
    opacity: 0;
    pointer-events: auto;
}
#customer_header:has(:target) .sp_navFixed #Top_nav .menu_close {
    opacity: 1;
    pointer-events: auto;
}
@media screen and (min-width: 769px) {
    #customer_header .sp_navFixed {
        display: none;
    }
}
