@charset "UTF-8";
/* CSS Document Rev.201906 */

/*--------------------
FONT
--------------------*/
/* @font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 200;
	src: url(../font/NotoSerifJP-ExtraLight.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 300;
	src: url(../font/NotoSerifJP-Light.otf) format('opentype');
} */

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(../font/NotoSerifJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: url(../font/NotoSerifJP-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 600;
	src: url(../font/NotoSerifJP-SemiBold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url(../font/NotoSerifJP-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-display: swap;
	font-weight: 900;
	src: url(../font/NotoSerifJP-Black.otf) format('opentype');
}


/*--------------------
COMMON
--------------------*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	border: 0;
	zoom: 1;
	box-sizing: border-box;
}

html {
	height: 100%;
}

html>

/**/
body {
	overflow: -moz-scrollbars-vertical;
}

html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0.04em;

	/**/
	background: #fff;
	color: #000000;
	font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

strong {
	font-weight: bold;
}

em {
	color: #ff9100;
}


img {
	max-width: 100%;
}

a {
	text-decoration: none;
	/**/
	color: #000000;
	transition: .5s;
}

a:hover {
	/**/
	opacity: 0.7;
	transition: .5s;
}

p {
	/**/
	font-size: 15px;
	margin-bottom: 1.5em;
	line-height: 1.9;
}

p:last-child,
p> :last-child {
	margin-bottom: 0;
}


/*--------------------
BUTTON
--------------------*/
.btn {
	text-align: center;
	margin: 1em 0;
}

.btn a,
.btn-tel a,
.btn-mail a {
	position: relative;
	display: inline-block;
	/**/
	padding: 1em 2em;
	color: #fff;
	border: solid 1px #fff;
}

.btn a:hover,
.btn-tel a:hover,
.btn-mail a:hover {
	opacity: 1;
	/**/
	color: #000000;
	background: #f6ad3a;
	border: solid 1px #f6ad3a;
}

.btn-tel,
.btn-mail {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	text-align: center;
	position: relative;
}

.btn-tel a,
.btn-mail a {
	display: block;
	padding: 1rem 0;
	color: white;
}

.btn-tel :before {
	content: "\f095";
	padding-right: 15px;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: xx-large;
	vertical-align: middle;
}


.btn-mail :before {
	content: "\f0e0";
	padding-right: 15px;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: regular;
	font-size: xx-large;
	vertical-align: middle;
}


#stores .btn a, #news .btn a {
	/**/
	color: #000000;
	border: solid 1px #000000;
}

#stores .btn a:hover, #news .btn a:hover {
	opacity: 1;
	/**/
	background: #f6ad3a;
	border: solid 1px #f6ad3a;
}


/*--------------------
A:BEFORE
--------------------*/
.arrow:before,
.blank:before {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	vertical-align: baseline;
}

.blank:before {
	/**/
	content: "\f35d";
	padding-right: 5px;
}

.arrow:before {
	/**/
	content: "\f105";
	padding-right: 5px;
}

/*--------------------
GRID
--------------------*/
.grid,
.flex2,
.flex2-2,
.flex3,
.flex4,
.flex5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	/*   Safari etc. */
	-ms-align-items: stretch;
	/*  IE10        */
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	/* Safari6.1以降 */
	-ms-flex-wrap: wrap;
	/*IE10*/
	flex-wrap: wrap;
}

/* 最終行の間隔調整 */
.flex4:before,
.flex5:before {
	content: "";
	display: block;
	order: 1;
}

.flex3:after,
.flex4:after,
.flex5:after {
	content: "";
	display: block;
}

.grid3-2 {
	width: 65.667%;
}

.grid4-3 {
	width: 74.25%;
}

.grid4-2,
.flex2>*,
.flex2-2>* {
	width: 47%;
}

.grid3-1,
.flex3>*,
.flex3:after {
	width: 31.333%;
}

.grid4-1,
.flex4>*,
.flex4:before,
.flex4:after {
	width: 22.75%;
}

.flex5>*,
.flex5:before,
.flex5:after {
	width: 17.6%;
}

.grid,
.flex2,
.flex2-2,
.flex3,
.flex4,
.flex5 {
	margin-bottom: 7rem;
}

@media (max-width: 750px) {

	.grid,
	.flex2,
	.flex2-2,
	.flex3,
	.flex4,
	.flex5 {
		margin-bottom: 5rem;
	}
}

.grid>*,
.flex2>*,
.flex2-2>*,
.flex3>*,
.flex4>*,
.flex5>* {
	margin-bottom: 0;
}

.flex2:last-child,
.flex2> :last-child,
.flex2-2:last-child,
.flex2-2> :last-child {
	margin-bottom: 0;
}

/*--------------------
HEADER
--------------------*/
.head,
.head nav,
.foot {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari6.1以降 */
	-ms-flex-wrap: wrap;
	/*IE10*/
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	/*   Safari etc. */
	-ms-align-items: center;
	/*  IE10        */
	align-items: center;
}

header {
	width: 100%;
	display: block;
	/**/
}

.head {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 80px;
	padding: 20px 5%;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.head h1,
.brand {
	display: block;
	height: 100%;
	text-indent: -9999px;
	margin-bottom: 0;
	width: 160px;
}


/* .head {
	display: flex;
	padding: 0.6rem 6rem;
	position: fixed;
	width: 100%;
	z-index: 999;
	transition: 0.3s;
	background-color:#fff;
}

.head h1 {
	display: block;
	text-indent: -9999px;
	width: 160px;
} */


.head h1 a,
.brand a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/logo.png") no-repeat center left /contain;
}

.head nav {
	font-weight: 500;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	/**/
	width: calc(100% - 160px);
}

.head ul {
	padding: 0;
	margin: 0;
}

.head li {
	display: inline-block;
	/**/
	font-size: large;
	margin-left: 3.7em;
}

#spnav {
	display: none;
}

#eyecatch {
	display: block;
	width: 100%;
}

/* slider用css */
#eyecatch img {
	width: 100%;
}




/* slider用css ここまで */

/*--------------------
CONTENTS
--------------------*/

#pages #contents,
aside {
	width: 100%;
	padding-top: 80px;
}

aside {
	/**/
	padding: 50px 0;
	background: #eee;
	text-align: center;
}

section {
	/**/
	padding: 11rem 0;
	margin-bottom: 0;
}

@media (max-width: 750px) {
	section {
		/**/
		padding: 7rem 0;
		margin-bottom: 0;
	}

	#pages section {
		/**/
		padding: 6rem 0;
	}
}

/* section:last-child,
section> :last-child {
	margin-bottom: 0;
} */


.inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

.narrow {
	margin-left: auto;
	margin-right: auto;
	max-width: 850px
}

.narrow2 {
	margin-left: auto;
	margin-right: auto;
	max-width: 630px
}

@media (max-width: 750px) {
	.narrow-sp {
		margin-left: auto;
		margin-right: auto;
		max-width: 300px;
	}

	.narrow-sp .flex3 {
		margin-bottom: 1rem;
	}

	.narrow-sp figure {
		margin-bottom: 0rem;
	}
}

.br-sp {
	display: none;
}

@media (max-width: 750px) {
	.br-sp {
		display: block;
	}
}

.br-pc {
	display: block;
}

@media (max-width: 750px) {
	.br-pc {
		display: none;
	}
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-s {
	margin-bottom: 1.75rem !important;
}

.mb-m {
	margin-bottom: 2.5rem !important;
}

.mb-l {
	margin-bottom: 4rem !important;
}

.mb-xl {
	margin-bottom: 6rem !important;
}

.line-h {
	line-height: 1.9;
}

.anchor {
	padding-top: 100px;
	margin-top: -100px;
}

/*--------------------
FOOTER
--------------------*/
footer {
	/**/
	background: #000000;
	color: #fff;
	padding: 30px 0;
	font-size: 90%;
	line-height: 2.2;
}

footer a {
	color: #fff;
}

.foot {
	-webkit-align-items: stretch;
	/*   Safari etc. */
	-ms-align-items: stretch;
	/*  IE10        */
	align-items: stretch;
	/**/
	margin: 3em auto 8em;
	width: 90%;
	max-width: 1000px;
}

.foot>div {
	/**/
	width: 44%;
}

.foot img {
	/**/
	width: 56%;
	margin-bottom: 1.7em;
}

footer nav {
	/**/
	width: 100%;
}

footer small {
	display: block;
	text-align: center;
}

footer ul li ul {
	list-style: none;
}

footer ul li ul li::before {
	content: '-';
	margin-right: 5px;
}

#pagetop {
	position: fixed;
	z-index: 30;
	/**/
	width: 50px;
	height: 50px;
	bottom: 10px;
	right: 0px;
	line-height: 50px;
	background: #f6ad3a;
	color: #fff;
	font-size: 30px;
	transition: .3s;
}

#pagetop:before {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	vertical-align: baseline;
	/**/
	content: "\f106";
}

#pagetop:hover {
	/**/
	line-height: 30px;
}

/*--------------------
TITLE
--------------------*/
h1 {
	/**/
	text-align: center;
	font-size: 250%;
	font-weight: 900;
}

@media (max-width: 750px) {
	h1 {
		font-size: 180%;
	}
}

h2 {
	/**/
	margin-bottom: 1.25em;
	font-size: 205%;
	font-weight: 700;
	line-height: 1.5;
	text-align: left;
}

@media (max-width: 750px) {
	h2 {
		font-size: 154%;
	}
}



#pages h2 {
	/**/
	margin-bottom: 5rem;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.07em;
}

@media (max-width: 750px) {
	#pages h2 {
		font-size: 154%;
	}
}

/*index.htmlで使用*/
/* .border {
	margin-bottom: 1.25em;
	border-bottom: solid 2px #777777;
	padding-bottom: 0.5em;
	position: relative;
}

.border:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #f6ad3a;
	bottom: -0.07em;
	width: 7%;
} */

/*index.htmlで使用*/
.border {
	margin-bottom: 1.25em;
	border-bottom: solid 2px #777777;
	padding-bottom: 12px;
	position: relative;
}

.border:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #f6ad3a;
	padding-bottom: 12px;
	width: 7%;
}

.symbolwidth {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

.symbolwidth_foot {
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

/*ここまで*/

/*indexコピー.htmlで使用*/
.subtext .line {
	margin-bottom: 1.25em;
	border-bottom: solid 2px #777777;
	padding-bottom: 20px;
	position: relative;
}

.subtext .line:after {
	position: absolute;
	content: " ";
	display: block;
	padding-bottom: 20px;
	border-bottom: solid 2px #f6ad3a;
	width: 7%;
}

/*ここまで*/


h3 {
	/**/
	font-size: 140%;
	font-weight: 700;
	margin-top: 1.8em;
	margin-bottom: 3rem;
}

h4 {
	/**/
	margin-bottom: 0.75em;
	font-size: 110%;
}

h5 {
	/**/
	margin-bottom: 0.5em;
	font-size: 100%;
}

#breadcrumbs {
	display: block;
	width: 100%;
	/**/
	padding: 20px;
	text-align: center;
	font-size: 85%;
}


#breadcrumbs a:after {
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	/**/
	margin: 0 0.7em;
	color: #555;
	content: "\f105";
}

/*--------------------
TABLE
--------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	/**/
	margin-bottom: 3rem;
	border-top: #ccc 1px solid;
}

th,
td {
	/**/
	padding: 0.75em 15px;
	border-bottom: #ccc 1px solid;
	line-height: 1.4em;
}

th {
	white-space: nowrap;
	/**/
	background: #eee;
}

.flex2 table {
	margin-bottom: 0;
}

/*--------------------
LIST
--------------------*/
ul,
ol {
	/**/
	padding-left: 1.2em;
}

article ul,
article ol {
	/**/
	margin-bottom: 30px;
}

.ul_nav {
	padding-left: 0;
	list-style: none;
	text-align: center;
	/**/
	margin-top: 5rem;
}

.ul_nav li {
	display: inline-block;
	/**/
	margin: 1em;
	font-size: 90%;
}

.ul_nav a {
	display: inline-block;
	width: 100%;
	/**/
	padding: 0.6em 2em;
	background: #000000;
	color: #ffffff;
}

.ul_nav a:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	/**/
	padding: 0 5px 0 0;
	content: "\f107";
}

table :last-child,
ul :last-child,
ol :last-child,
dl :last-child {
	margin-bottom: 0;
}

.howto {
	counter-reset: number;
	/*数字をリセット*/
	list-style-type: none !important;
	/*数字を一旦消す*/
	padding: 0.3em 0.8em;
	z-index: -1;
}

.howto li {
	border-bottom: solid 1px #aeaeae;
	position: relative;
	padding: 1.5em 1em 1.5em 4em;
}

@media (max-width: 750px) {
	.howto li {
		padding: 1.5em 1em 1.5em 2.6em;
	}
}

.howto li:first-child {
	border-top: solid 1px #aeaeae;
}

.howto li:before {
	/* 以下数字をつける */
	position: absolute;
	counter-increment: number;
	content: counter(number);
	/*数字のデザイン変える*/
	display: inline-block;
	border: 1px solid #000;
	font-weight: bold;
	font-size: 12px;
	border-radius: 50%;
	left: 3%;
	width: 18px;
	height: 18px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	vertical-align: top;
	top: 1.7rem;
}

ul li ul {
	padding-left: 5px;
	list-style: none;
}

ul li ul li::before {
	content: '-';
	margin-right: 10px;
}

ul li ul li:last-child {
	margin-bottom: 10px;
}


/*--------------------
背景
--------------------*/
.bg_black {
	background: #000000;
}

.bg_gray {
	background: #faf6f5;
}


/*--------------------
枠、線
--------------------*/
.box_border {
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
	padding: 1.5rem;
	margin-top: 2.5rem;
	border: 2px solid #f6ad3a;
}




/*--------------------
フェードイン動き
--------------------*/

.fadeUpTrigger {
	opacity: 0;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 3s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(150px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*--------------------
下線の動き
--------------------*/
/* .subtext .line {
	position: absolute;
	top: 20px;
	border: solid 1px #777777;
	margin: 5px 0 0 20px;
	display: inline-block;
	width: 0;
} */

.animate-line {
	animation: lineGrow 2s ease-in-out forwards;
}

@keyframes lineGrow {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}


/* index */
/* #intro {
	color: #fff;
	background: url(../img/map.png) #000000 no-repeat right 112% bottom 50% /auto 80%;
	text-align: center;
}

#intro p {
	font-size: large;
	margin-bottom: 2rem;
	line-height: 2.1;
	letter-spacing: 0.07em;
}

@media (max-width: 750px) {
	#intro {
		background: url(../img/map.png) #000000 no-repeat right 145% bottom 100% /auto 35%;
	}

	#intro p {
		font-size: medium;
		margin-bottom: 2rem;
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
} */

/* index */
#intro {
	color: #fff;
	background: url(../img/map_pc.png) #000000 no-repeat left /auto 65%;
	text-align: center;
}

#intro p {
	font-size: large;
	margin-bottom: 2rem;
	line-height: 2.1;
	letter-spacing: 0.07em;
}



@media (max-width: 970px) {
	#intro {
		background: url(../img/map_sp.png) #000000 no-repeat top left /auto 65%;
	}

	#intro p {
		font-size: medium;
		margin-bottom: 2rem;
		line-height: 1.9;
		letter-spacing: 0.05em;
	}
}


#about,
#landscape,
#stores,
#contact {
	position: relative;
	z-index: 1;
}

#about {
	color: #fff;
}

#about .flex2,
#stores .flex2 {
	margin-bottom: 9rem;
}

@media (max-width: 750px) {

	#about .flex2,
	#stores .flex2 {
		margin-bottom: 7rem;
	}
}

#about .flex2:nth-of-type(even) {
	display: flex;
	flex-direction: row-reverse;
}


#landscape {
	padding: 0;
	background-color: #000000;
}

#stores {
	background: #faf6f5;
}


#news p {
	font-weight: 500;
}

#contact {
	padding: 7rem 0;
	color: #fff;
	background: url(../img/bg-contact_2.jpg) no-repeat center /cover;
	background-position: right 30% bottom 45%;
}

#contact .contact-area {
	text-align: center;
}

#contact .contact-area h2 {
	text-align: center;
	letter-spacing: 0.2rem;
	margin-bottom: 2rem;
}

#contact .contact-area h3 {
	letter-spacing: 0.08rem;
	margin: 0.4rem 0;
}



/* pages */
#secret h3 {
	margin-top: 0;
}


#secret .flex2:nth-of-type(even) {
	display: flex;
	flex-direction: row-reverse;
}

#sales-period {
	color: #fff;
	background: url(../img/bg-sales-period.jpg) no-repeat center /cover;
	background-position: right 65% bottom 45%;
}

span {
	/* display: block; */
	/* width: 100%; */
	font-size: 120%;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.underline {
	font-size: 100%;
	background: linear-gradient(transparent 75%, #f6ad3aa6 50%);
}

#howto figure {
	padding: 1rem;
}

figcaption {
	font-size: 95%;
	margin: 1rem 0;
	line-height: 1.7;
	letter-spacing: 0;
}

/* store page */
.fullgallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
}

.fullgallery img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block
}


/* store page  - 750px */
@media screen and (max-width:750px) {

	.fullgallery div:last-child,
	.fullgallery div:first-child {
		display: none;
	}
}



/* contact page */
.tel-box {
	background: #faf6f5;
	text-align: center;
	padding: 1em;
	font-size: 150%;
	font-weight: bold;
}



/*--------------------
新着情報
--------------------*/
.news-list {
	padding: 0;
}

.news-list .item {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #aeaeae;
	padding: 1.5em;
	line-height: 1.8;
}

.news-list .item:first-child {
	border-top: 1px solid #aeaeae;
}

.news-list .item .date {
	margin: 0;
	color: #999;
	padding-right: 6rem;
}

.news-list .item .title {
	margin: 0;
	width: 100%;
}

.news-label {
	display: block;
	text-align: center;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
}
.btn.news-archive-btn {
	display: inline-block;
	padding: 1em 2em;
    border: solid 1px #000000;
	margin: 0 auto;
	cursor: pointer;
	transition: all 0.5s;
}
.btn.news-archive-btn:hover {
    background: #f6ad3a;
    border: solid 1px #f6ad3a;
}
.btn.news-archive-btn span {
	font-size: 100%;
	font-weight: 400;
}

#news input + label > div > span {
	display: none;
	margin-bottom: 0;
}
#news input:checked + label > div > span {
	display: inline-block;
}

.news-checkbox {
	display: none;
}

.news-archive-wrap {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.5s;
    visibility: hidden;
}
.news-checkbox:checked + .news-label + .news-archive-wrap {
	height: auto;
    opacity: 1;
    visibility: visible;
}

.news-archive-wrap h3 {
    text-align: center;
}

.news-archive-wrap .news-list{
	display: none;
}

.news-checkbox:checked + .news-label + .news-archive-wrap .news-list{
	display: block;
}

@media screen and (max-width: 750px) {
	.news-list .item {
		display: block;
		padding: 1.5em;
	}

	.news-list .item .date {
		min-width: 100px;
		margin-bottom: 0.3rem;
	}

	.news-list .item .title {
		line-height: 1.4;
	}
}



/* ------------------------------------------
for - 970px
------------------------------------------ */

@media screen and (max-width:970px) {


	/*--------------------
HEADER - 970px
--------------------*/
	.head nav {
		display: none;
	}

	#spnav {
		display: block;
		position: fixed;
		z-index: 100;
		/**/
		right: 5%;
		width: auto;
	}

	#spnav i.fas.fa-bars {
		font-size: 35px;
		margin-left: 8px;
	}

	#spnav>a {
		display: inline-block;
		width: 100%;
		height: 100%;
		z-index: 10;
		cursor: pointer;
		text-align: center;
		position: relative;
		/**/

	}



	#spnav>a span:before,
	#spnav>a span:after {
		content: "";
		margin: 0;
	}

	#spnav>a span {
		/**/
		margin: 0 13px;
	}

	#spnav>a span,
	#spnav>a span:before,
	#spnav>a span:after {
		display: block;
		position: absolute;
		/**/
		width: 34px;
		border-bottom: solid 3px #fff;
	}

	#spnav>a span {
		/**/
		top: 16px;
	}

	#spnav>a span:before {
		/**/
		top: 12px;
	}

	#spnav>a span:after {
		/**/
		top: 25px;
	}

	.remodal>div {
		max-height: 75vh;
		overflow-y: scroll;
	}
}


/* ------------------------------------------
for - 750px
------------------------------------------ */

@media screen and (max-width:750px) {

	/*--------------------
COMMON - 750px
--------------------*/
	body {
		font-size: 95%;
	}

	/*--------------------
GRID - 750px
--------------------*/
	.grid3-2,
	.grid4-1,
	.grid4-2,
	.grid4-3,
	.flex2>*,
	.flex3>* {
		width: 100%;
		margin-bottom: 3rem;
	}

	.grid3-1 {
		width: 100%;
		margin-bottom: 3rem;
		display: grid;
		place-items: center;
	}

	.flex2-2>*,
	.flex4>*,
	.flex4:before,
	.flex4:after,
	.flex5>*,
	.flex5:before,
	.flex5:after {
		width: 47%;
	}

	/* ------------------------------------------
TABLE - 750px
------------------------------------------ */
	table {
		/**/
		border-top: #ccc 1px solid;
	}

	thead {
		display: none;
	}

	th,
	td {
		display: block;
		width: 100%;
		/**/
		padding: 0.5em;
		text-align: left;
	}

	td:last-child {
		/**/
		border-bottom: #ccc 1px solid;
	}



	/* ------------------------------------------
FOOTER - 750px
------------------------------------------ */
	footer {
		/**/
		padding: 30px 0;
		font-size: 90%;
	}

	.foot {
		/**/
		width: 90%;
		margin: 0 auto 20px;
		text-align: center;
	}

	.foot>div,
	footer nav {
		width: 100%;
	}

	.foot>div {
		/**/
		margin: 4rem 1rem;
		padding-bottom: 4rem;
		border-bottom: 1px solid #aeaeae;
	}

	.foot>div:last-child {
		/**/
		margin: 0 1rem;
		border-bottom: none;
	}

	.address {
		text-align: center;
	}

	.address p {
		display: inline-block;
		text-align: left;
	}

	footer ul {
		padding-left: 1rem;
		letter-spacing: 0;
		line-height: 1.4;
	}

	footer li {
		text-align: left;
		margin: 1rem 0;
	}

	footer li a {
		display: contents;
		width: 100%;
		/**/
		/* padding: 0.8em;
		border-bottom: solid 1px #999; */
	}

}