@charset "utf-8";

/* ----------------------------------------------
    reset
---------------------------------------------- */
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
html {
	line-height: 1.15;
	/*-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;*/
}
body {
	margin: 0;
}
main {
	display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
} 
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dd {
	margin-left: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
pre {
	font-family: monospace, monospace;
	font-size: inherit;
}
address {
	font-style: inherit;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
abbr[title] {
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg, img, embed, object, iframe {
	vertical-align: bottom;
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}
:-moz-focusring {
	outline: auto;
}
select:disabled {
	opacity: inherit;
}
option {
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
legend {
	padding: 0;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[type="number"] {
	/*-moz-appearance: textfield;*/
}
label[for] {
	cursor: pointer;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[contenteditable]:focus {
	outline: auto;
}
table {
	border-color: inherit;
	border-collapse: collapse;
}
caption {
	text-align: left;
}
td, th {
	vertical-align: top;
	padding: 0;
}
th {
	text-align: left;
	font-weight: normal;
}

/* ----------------------------------------------
    common
---------------------------------------------- */
:root {
	--color-Black:  #333333;
	--color-GrayB:  #cccccc;
	--color-GrayN:  #cacaca;
	--color-GrayL:  #f0f0f0;
	--color-Navy:   #232832;
	--color-Gold:   #79785a;
	--color-Wine:   #7d4343;
	--grada-Navy:   linear-gradient(135deg, #1d212a  0%, #262d38 40%, #222731 41%, #272d39 41%,
											#303745 55%, #282d39 65%, #222731 65%, #1c2129 100%);
	--grada-Gold:   linear-gradient(135deg, #63624b  0%, #828162 40%, #7c7c5d 41%, #8b8b69 41%,
											#989773 55%, #848463 65%, #78785a 65%, #62634b 100%);
	--grada-Wine:   linear-gradient(135deg, #673838  0%, #8e4c4d 40%, #7f4343 41%, #8c4c4c 41%,
											#9b5656 55%, #88494a 65%, #7d4344 65%, #653737 100%);
	--font-Sans:    "Noto Sans JP", sans-serif;
	--font-Serif:   "Shippori Mincho", serif;
	--font-English: "EB Garamond", serif;
}
html {
	font-size: 62.5%;
    scroll-behavior: smooth;
    touch-action: manipulation;
}
body {
	color: var(--color-Black);
	background: var(--color-GrayP);
	font: 400 1.6rem / 1.75 var(--font-Serif);
	letter-spacing: .05em;
	font-feature-settings: "path";
}
svg, img, embed, object, iframe {
	max-width: 100%;
	height: auto;
}
iframe{
height:revert-layer;
}
i {
    display: grid;
}
#wrap {
	width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 150px 0 0;
}
a {
	word-break: break-all;
}
@media (hover: hover) {
	a {
		transition: opacity ease .3s;
	}
	a:hover {
		opacity: .6;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
	#wrap {
        padding: 60px 0 0;
    }
}

/* ----------------------------------------------
    header
---------------------------------------------- */
header {
    width: 100%;
	background: #ecedef;
	box-shadow: 0px 3px 5px rgb(0 0 0 / 4%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: calc(infinity);
}
header .inner {
    height: 100px;
    padding: 0 5%;
    background: var(--color-GrayL) url(/assets/img/common/back01.jpg) center / cover no-repeat;
    display: flex;
    gap: 0 3em;
    align-items: center;
    justify-content: space-between;
}
header .menu01 {
	margin: 0 0 0 auto;
    display: flex;
    gap: 0 3em;
    align-items: center;
}
header .menu02 {
    display: flex;
    gap: 0 1em;
    align-items: center;
}
header .gnav nav {
    width: 100%;
    background: #fff;
}
header .gnav nav .menu03 {
    display: flex;
	align-items: center;
}
header .gnav nav .menu03 li {
    width: 100%;
}
header .gnav nav .menu03 li a {
    height: 50px;
    font-size: 1.8rem;
    display: grid;
    place-items: center;
}
header .gnav nav .menu03 > li .dropdown ul li a {
    padding: 0 1em;
    display: flex;
    gap: .5em;
    align-items: center;
}
header .gnav nav .menu03 > li .dropdown ul li a::before {
	content: "";
	width: .5em;
	height: 1px;
	background: var(--color-Black);
	display: block;
}
@media screen and (min-width: 769px) {
	header .menu02 li a {
	    width: 180px;
	    height: 50px;
	}
	header .menu02 li a::after {
	    width: 20px;
	}
	header .gnav nav .menu01,
	header .gnav nav .menu02 {
		display: none;
	}
	header .gnav nav .menu03 {
		width: 90%;
		margin: auto;
	}
	header .gnav nav .menu03 > li {
		width: 100%;
	    position: relative;
	}
	header .gnav nav .menu03::after,
	header .gnav nav .menu03 > li::after {
	    content: "";
	    width: 1px;
	    height: 20px;
	    background: var(--color-GrayB);
	    position: absolute;
	    top: 50%;
	    right: 0;
	    transform: translateY(-50%);
	}
	header .gnav nav .menu03::after {
	    left: 0;
	    right: auto;
	}
	header .gnav nav .menu03 > li > a:hover {
	    color: var(--color-Gold);
	    opacity: 1;
	}
	header .gnav nav .menu03 > li > a::after {
	    content: "";
	    width: 0;
	    height: 4px;
	    background: var(--color-Gold);
	    position: absolute;
	    left: 50%;
	    bottom: 0;
	    transform: translateX(-50%);
	    transition: width 0.3s ease-in-out;
	}
	header .gnav nav .menu03 > li .dropdown {
	    width: 100%;
	    padding: 1em 0;
	    background: #fff;
		box-shadow: 0px 3px 5px rgb(0 0 0 / 4%);
	    display: none;
	    overflow: hidden;
	    position: absolute;
	    top: 100%;
	    left: 0;
	    transition: height 0.3s ease-in-out;
	}
	header .gnav nav .menu03 li a:hover::after {
	    width: 100%;
	}
	header .inner .hamburger {
	    display: none;
	}
}
@media screen and (max-width: 768px) {
	header .inner {
	    height: 60px;
	}
	header .inner .logo {
	    width: 130px;
	}
	header .inner .menu01,
	header .inner .menu02 {
	    display: none;
	}
	header .inner .hamburger {
	    width: 25px;
	    height: 60px;
	    border: none;
	    cursor: pointer;
	    display: flex;
        gap: 5px;
	    flex-shrink: 0;
        align-items: center;
	    flex-direction: column;
        justify-content: center;
	}
	header .inner .hamburger .bar {
	    width: 25px;
	    height: 2px;
	    background: var(--color-Navy);
	    border-radius: 100vmax;
	    display: block;
	    transition: transform 0.3s ease, opacity 0.3s ease;
	}
	header .gnav {
	    width: 100%;
	    height: calc(100dvh - 60px);
	    padding: 1em 5% 4em;
		background: url(/assets/img/common/back01.jpg) center / cover no-repeat;
		overflow-y: scroll;
	    position: fixed;
	    top: 60px;
	    left: 0;
	    transform: translateX(100vw);
	    transition: transform 0.3s ease, opacity 0.3s ease;
	}
	header .inner .hamburger.open .bar:nth-child(1) {
	    transform: rotate(45deg) translate(5px, 5px);
	}
	header .inner .hamburger.open .bar:nth-child(2) {
	    opacity: 0;
	}
	header .inner .hamburger.open .bar:nth-child(3) {
	    transform: rotate(-45deg) translate(5px, -5px);
	}
	header .gnav.open {
	    transform: translateX(0);
	}
	header .gnav nav {
	    background: none;
	}
	header .gnav nav .menu03 {
		width: 100%;
	    flex-direction: column;
	}
	header .gnav nav .menu03 li a {
		height: auto;
		padding: .5em 1em;
	    border-bottom: 1px solid;
	    font-size: 1.6rem;
	    place-items: initial;
	}
	header .gnav nav .menu03 li a:has(+ .dropdown) {
	    border-bottom: 1px dotted;
	}
	header .gnav nav .menu03 li .dropdown {
	    height: auto !important;
	    padding: .5em 1.3em;
        border-bottom: 1px solid;
	    display: block !important;
	}
	header .gnav nav .menu03 li .dropdown > ul {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	}
	header .gnav nav .menu03 li .dropdown ul li a {
		padding: 0;
		border: none;
	}
	header .gnav nav .menu01 {
        width: 100%;
        margin: 0 0 2em;
        display: grid;
	    gap: 0;
        grid-template-columns: repeat(1, 1fr);
	}
	header .gnav nav .menu01 li a {
	    width: 100%;
	    padding: .5em 1em;
	    border-bottom: 1px solid;
	    font-size: 1.6rem;
	    display: block;
	}
	header .gnav nav .menu02 {
        width: 100%;
        display: grid;
	    gap: 1em;
        grid-template-columns: repeat(2, 1fr);
	}
	header .gnav nav .menu02 .btn01 a {
	    width: 100%;
    }
}

/* ----------------------------------------------
    footer
---------------------------------------------- */
#footer, #footer_t {
    background: #fff;
    position: relative;
    z-index: 1;
}
footer .inner .fixed {
    position: fixed;
    right: 2em;
    bottom: 2em;
    z-index: 999;
}
footer .inner .fixed .pagetop {
    padding: 2em 0 0;
    border-right: 1px solid;
    letter-spacing: .1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
}
footer .inner .notice {
	border-top: 1px solid var(--color-GrayL);
}
footer .inner .notice dl div {
    display: flex;
    gap: 1em;
    align-items: baseline;
    justify-content: center;
}
footer .inner .notice dl div dt {
    padding: .2em 1em;
    border: 1px solid;
    flex-shrink: 0;
}
footer .inner .notice dl div dd .en {
    margin: 0 .1em;
    font-size: 3.0rem;
    line-height: 1;
}
footer .inner .notice .note ul li {
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
footer .inner .seller {
    background: url(/assets/img/common/back01.jpg) center / cover no-repeat;
}
footer .inner .seller .box {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
}
footer .inner .seller .box p:first-of-type {
    margin: 0 0 1.8em;
    padding: 0 0 .5em;
    border-bottom: 1px solid var(--color-GrayB);
    font-size: 2.0rem;
}
footer .inner .fnav {
    background: var(--color-Navy);
}
footer .inner .fnav nav ul {
	width: 90%;
    margin: auto;
	display: flex;
    justify-content: space-between;
}
footer .inner .fnav nav ul li:last-child {
	width: 25%;
}
footer .inner .fnav nav ul li a,
footer .inner .fnav nav ul li button {
    width: 100%;
	height: 50px;
    display: grid;
    place-items: center;
}
footer .inner .fnav nav ul li button {
    background: var(--color-Gold);
}
footer .inner .bnr {
    background: var(--grada-Navy);
}
footer .inner .bnr ul {
    width: 90%;
    max-width: 760px;
    margin: 0 auto 1.3em;
    display: flex;
    gap: 1.3em 1em;
    flex-wrap: wrap;
    justify-content: center;
}
footer .inner .bnr .copy {
    font-size: 1.0rem;
}
@media screen and (max-width: 768px) {
	footer .inner .fixed {
	    width: 100%;
	    left: 0;
	    right: auto;
	    bottom: 0;
	}
	footer .inner .fixed .pagetop {
	    margin: 0 5% 1em auto;
	    font-size: 1.2rem;
	    position: fixed;
	    bottom: 4em;
	    right: 0;
	}
	footer .inner .fixed ul {
	    width: 100%;
	    background: var(--grada-Navy);
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	}
	footer .inner .fixed ul li:not(:last-child) {
	    border-right: 1px solid rgb(255 255 255 / 20%);
	}
	footer .inner .fixed ul li a {
	    width: 100%;
	    padding: .8em 0;
	    color: #fff;
	    font-size: 1.3rem;
	    display: flex;
	    gap: .5em;
	    align-items: center;
	    justify-content: center;
	}
	footer .inner .fixed ul li a i {
	    filter: invert(1) grayscale(1) brightness(3);
	}
	footer .inner .notice dl div {
	    flex-direction: column;
	}
	footer .inner .fnav nav ul {
	    width: 100%;
	    padding: 0 0 1em;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	footer .inner .fnav nav ul li:last-child {
	    order: 1;
	    width: 100%;
	    margin: 0 0 1em;
	}
	footer .inner .fnav nav ul li:not(:last-child) {
	    order: 2;
	    margin: 0 1em;
	}
	footer .inner .fnav nav ul li a {
	    height: 30px;
	}
	footer .inner .fnav nav ul li button {
	    height: 40px;
	}
	/*footer .inner .bnr ul {
		display: grid;
	    gap: 1em;
	    grid-template-columns: repeat(2, 1fr);
    }*/
}

/* ----------------------------------------------
    pagehead
---------------------------------------------- */
#pagehead {
    background: var(--grada-Navy);
}
#pagehead .title {
    height: 320px;
    padding: 2em 0 0;
    display: grid;
    place-items: center;
}
#pagehead .title .title01 .en {
    letter-spacing: .05em;
}
#pagehead .breadcrumb {
    height: 40px;
    display: grid;
    align-content: center;
}
#pagehead .breadcrumb nav ol {
    color: #fff;
    font-family: var(--font-English);
    display: flex;
    gap: .5em;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
#pagehead .breadcrumb nav ol li:not(:last-child)::after {
    content: "-";
    color: var(--color-GrayB);
}
#pagehead .breadcrumb nav ol li {
    display: flex;
    gap: .5em;
    align-items: center;
}
#pagehead .breadcrumb nav ol li a {
    color: var(--color-Gold);
}
@media screen and (min-width: 769px) {
	#pagehead .title .title01 .en {
	    font-size: 6.8rem;
	}
	#pagehead .title .title01 .jp {
	    font-size: 2.4rem;
	}
}
@media screen and (max-width: 768px) {
	#pagehead .title {
	    height: 200px;
	}
	#pagehead .breadcrumb nav ol {
		font-size: 1.2rem;
	}
}

/* ----------------------------------------------
    main
---------------------------------------------- */
.mw760 {
	width: 90%;
    max-width: 760px;
    margin: 0 auto;
}
.mw960 {
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.mw1160 {
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
}
.mw1440 {
	max-width: 1440px;
	margin: 0 auto;
}
.mw1560 {
	width: 90%;
	max-width: 1160px;
	margin: 0 auto;
}
.en {
	font-family: var(--font-English);
}
.c_white {
	color: #fff;
}
.c_gold {
	color: var(--color-Gold);
}
.c_wine{
    color: var(--color-Wine);
        
}
.mb1 {
	margin-bottom: 1em;
}
.mb2 {
	margin-bottom: 2em;
}
.mb3 {
	margin-bottom: 3em;
}
.mb4 {
	margin-bottom: 4em;
}
.mb5 {
	margin-bottom: 5em;
}
.pt2 {
	padding-top: 2em;
}
.pt3 {
	padding-top: 3em;
}
.pb3 {
	padding-bottom: 3em;
}
.pt4 {
	padding-top: 4em;
}
.pb4 {
	padding-bottom: 4em;
}
.pt5 {
	padding-top: 5em;
}
.pb5 {
	padding-bottom: 5em;
}
.pt6 {
	padding-top: 6em;
}
.pb6 {
	padding-bottom: 6em;
}
.ta_c {
	text-align: center;
}
.ta_r {
    text-align: right;
}
@media screen and (max-width: 768px) {
	.mb4 {
	    margin-bottom: 3em;
	}
	.pt3 {
		padding-top: 2em;
	}
	.pb3 {
		padding-bottom: 2em;
	}
	.pt4 {
		padding-top: 3em;
	}
	.pb4 {
		padding-bottom: 3em;
	}
	.pt5 {
		padding-top: 4em;
	}
	.pb5 {
		padding-bottom: 4em;
	}
	.pt6 {
		padding-top: 5em;
	}
	.pb6 {
		padding-bottom: 5em;
	}
}
/* ------------------------------------------- */
.title01 {
    line-height: 1;
    text-align: center;
    display: grid;
    gap: 1em;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.title01 .en {
    font-size: 5.6rem;
}
.title01 .jp {
    font-size: 2.0rem;
}
.title02 {
	margin: 0 0 1em;
    padding: .5em 1em;
    color: #fff;
    background: var(--grada-Navy);
    font-size: 2.0rem;
    display: flex;
    gap: 0 1.5em;
    flex-wrap: wrap;
    align-items: baseline;
}
.title02 .min {
    font-size: 1.4rem;
}
.title02 .label {
	padding: 0 .5em;
    font-size: 1.6rem;
    border: 1px solid;
}
@media screen and (max-width: 768px) {
	.title01 .en {
	    font-size: 4.0rem;
	}
	.title01 .jp {
	    font-size: 1.8rem;
	}
	.title02 {
	    font-size: 1.6rem;
	}
	.title02 .min,
	.title02 .label {
	    font-size: 1.2rem;
	}
}
/* ------------------------------------------- */
.btn01 a {
    width: 260px;
    max-width: 100%;
    height: 55px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}
.btn01 a::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
}
.btn01.reverse a::after {
	left: 0;
    right: auto;
}
.btn01.download a::after {
    width: .8em;
    aspect-ratio: 7 / 8;
    height: auto;
    background: url(../img/common/icon-download.svg) center / cover no-repeat;
    right: 1.5em;
}
.btn01.navy a {
    background: var(--grada-Navy);
}
.btn01.gold a {
    background: var(--grada-Gold);
}
.btn01.wine a {
    background: var(--grada-Wine);
}
.btn01.bord a {
    border: 1px solid;
}
@media screen and (max-width: 768px) {
	.btn01 a::after {
	    width: 20px;
	}
}
/* ------------------------------------------- */
.anime.fade {
    transition: all 1.2s cubic-bezier(.4, 0, .6, 1);
    -webkit-transition: all 1.2s cubic-bezier(.4, 0, .6, 1);
    opacity: 0;
    transform: translate(0%, 0px);
    -ms-filter: blur(6px);
    filter: blur(6px);
}
.anime.fade.active {
    opacity: 1;
    transform: translate(0%, 0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
.anime.fill {
	transition: all 2.25s cubic-bezier(.4, 0, .5, 1);
	-webkit-transition: all 2.25s cubic-bezier(.4, 0, .5, 1);
	filter: brightness(300%);
}
.anime.fill.active {
    opacity: 1;
    transform: scale(1);
    filter: brightness(100%);
}
.anime.scal {
    transition: all 3.5s cubic-bezier(.3, 1, .7, 1);
    -webkit-transition: all 3.5s cubic-bezier(.3, 1, .70, 1);
    transform: scale(1.075);
}
.anime.scal.active {
    opacity: 1;
    transform: scale(1);
}
.anime.slide::before,
.anime.slide::after,
.anime.slide span::before,
.anime.slide span::after {
	content: "";
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	z-index: 10;
	transition: all 2s cubic-bezier(.4, 0, .5, 1);
	-webkit-transition: all 2s cubic-bezier(.4, 0, .5, 1);
}
.anime.slide::before {
	top: 0;
	left: 0;
}
.anime.slide::after {
	top: 0;
	right: 0;
}
.anime.slide span::before {
	top: 0;
	left: 0;
}
.anime.slide span::after {
	left: 0;
	bottom: 0;
}
.anime.slide.active::before,
.anime.slide.active::after {
	width: 0;
}
.anime.slide.active span::before,
.anime.slide.active span::after {
	height: 0;
}
.anime.fadeup {
    transition: all 1s cubic-bezier(.40, 0, .60, 1);
    -webkit-transition: all 1s cubic-bezier(.40, 0, .60, 1);
    opacity: 0;
    transform: translate(0, 30px);
}
.anime.fadeup.active {
    opacity: 1;
    transform: translate(0, 0);
}
/* ------------------------------------------- */
@media screen and (min-width: 769px) {
	.desk-hidden {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.mobile-hidden {
		display: none;
	}
}
/* ------------------------------------------- */
.contact {
    border-top: 1px solid var(--color-Gold);
    border-bottom: 1px solid var(--color-Gold);
    position: relative;
}
.contact::before,
.contact::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--color-Gold);
    position: absolute;
    left: 0;
}
.contact::before {
    top: -.5em;
}
.contact::after {
    bottom: -.5em;
}
.contact h2 {
    margin: 0 0 .3em;
    font-size: 3.0rem;
}
.contact .btn {
    display: grid;
    gap: 1em 2em;
    /*grid-template-columns: repeat(2, 1fr);*/
}
.contact .btn li.btn01 a {
	width: 100%;
    max-width: 370px;
    height: 80px;
    font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
	.contact h2 {
	    font-size: 2.4rem;
	}
	.contact .btn {
	    gap: 1em;
	}
	.contact .btn li.btn01 a {
	    height: 60px;
	    font-size: 1.6rem;
	}
}
/* ------------------------------------------- */
#loading {
    width: 100vw;
    height: 100vh;
    background: var(--color-Navy);
    position: fixed;
    top: 0;
    left: 0;
    z-index: calc(infinity);
    transition: opacity 1s ease-out 1.5s;
}
#loading.hidden {
    opacity: 0;
    pointer-events: none;
}
#loading .logo {
    height: 100%;
    display: grid;
	gap: 2em;
	align-content: center;
    place-items: center;
    position: relative;
    z-index: 1;
}
#loading .logo .img {
	transition-delay: 1s;
}
#loading .logo p {
	transition-delay: 1s;
	font-size: 3.0rem;
    letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
	#loading .logo .img {
	    width: 160px;
	}
	#loading .logo p {
		font-size: 2.0rem;
	}
}

/* ----------------------------------------------
    home
---------------------------------------------- */
#home .mv {
    position: sticky;
    top: 150px;
    z-index: -1;
}
#home #contents,
#home #footer {
	background: #fff;
    position: relative;
    z-index: 1;
}
#home .mv .inner {
    position: relative;
}
#home .mv .inner .catch {
    width: 90%;
    max-width: 640px;
    position: absolute;
    top: 8em;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
	transition-delay: 1s;
}
#home .mv .inner .swiper.mv .swiper-slide .back {
    width: 100%;
    height: 800px;
}
#home .mv .inner .swiper.mv .swiper-slide .back.back01 {
    background: url(/assets/img/home/slide01.jpg) center bottom / cover no-repeat;
    background-attachment: fixed;
}
#home .mv .inner .swiper.mv .swiper-slide .back.back02 {
    background: url(/assets/img/home/slide02.jpg) center bottom / cover no-repeat;
    background-attachment: fixed;
}
#home .mv .inner .swiper.mv .swiper-slide .back.back03 {
    background: url(/assets/img/home/slide03.jpg) center right / cover no-repeat;
    background-attachment: fixed;
}
@media screen and (max-width: 768px) {
	#home .mv {
	    top: 60px;
	}
	#home .mv .inner .catch {
	    top: 6em;
	}
	#home .mv .inner .swiper.mv .swiper-slide .back {
	    height: 400px;
	}
}
/* ------------------------------------------- */
#home .sec01 .inner .box01 {
	padding: 2.5em 0;
    background: var(--grada-Navy);
}
#home .sec01 .inner .box01 ul {
	max-width: 1400px;
    border-left: 1px solid rgb(255 255 255 / 20%);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
#home .sec01 .inner .box01 ul li {
    border-right: 1px solid rgb(255 255 255 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#home .sec01 .inner .box01 ul li a {
    margin: auto 0;
    display: grid;
}
#home .sec01 .inner .box01 ul li .text01 {
    line-height: 1.4;
    letter-spacing: 0;
}
#home .sec01 .inner .box01 ul li .text01 .min {
	margin: 0 -.4em;
	font-size: 1.2rem;
}
#home .sec01 .inner .box01 ul li .text01 .max {
	font-size: 1.8rem;
}
#home .sec01 .inner .box01 ul li .text02 {
	font-size: 2.2rem;
}
#home .sec01 .inner .box01 ul li .text02 .num {
	margin: 0 .1em;
	color: transparent;
	background: var(--grada-Gold);
    font-size: 7.0rem;
    font-style: italic;
    line-height: .8;
	-webkit-background-clip: text;
}
@media screen and (max-width: 768px) {
	#home .sec01 .inner .box01 {
	    padding: 0;
	}
	#home .sec01 .inner .box01 ul {
		padding: 1em 0;
		border-left: none;
	    grid-template-columns: repeat(2, 1fr);
	}
	#home .sec01 .inner .box01 ul li {
		padding: .5em 0;
	    border-right: none;
	    display: flex;
        flex-direction: column;
	    position: relative;
	}
	#home .sec01 .inner .box01 ul li:nth-child(odd) {
        border-right: 1px solid rgb(255 255 255 / 20%);
    }
    #home .sec01 .inner .box01 ul li:last-child {
	    grid-column: span 2;
	    border-right: none;
	    padding: 1em 0 .5em;
	}
    #home .sec01 .inner .box01 ul li:nth-last-child(-n+3)::before {
    	content: "";
    	width: 100%;
    	height: 1px;
    	background: rgb(255 255 255 / 20%);
    	position: absolute;
    	top: 0;
    	left: 0;
    }
	#home .sec01 .inner .box01 ul li .text01 {
		margin: auto 0;
	    font-size: 1.4rem;
	}
	#home .sec01 .inner .box01 ul li .text01 .max {
	    font-size: 1.6rem;
	}
	#home .sec01 .inner .box01 ul li .text01 .min {
	    font-size: 1.0rem;
	}
	#home .sec01 .inner .box01 ul li .text02 {
	    font-size: 2.2rem;
	}
	#home .sec01 .inner .box01 ul li .text02 .num {
	    font-size: 5.6rem;
	}
}
/* ------------------------------------------- */
#home .sec02 .inner .notice dl div {
    display: flex;
    gap: 1em;
    align-items: baseline;
    justify-content: center;
}
#home .sec02 .inner .notice dl div dt {
    padding: .2em 1em;
    border: 1px solid;
    flex-shrink: 0;
}
#home .sec02 .inner .notice dl div dd .en {
    margin: 0 .1em;
    font-size: 3.0rem;
    line-height: 1;
}
@media screen and (max-width: 768px) {
	#home .sec02 .inner .notice dl div {
	    flex-direction: column;
	}
}
/* ------------------------------------------- */
#home .sec03 .box {
	position: relative;
}
#home .sec03 .box .text {
	height: 100%;
    display: grid;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
#home .sec03 .box .text.center {
    align-content: center;
    justify-content: center;
}
#home .sec03 .box .text.right {
    justify-content: end;
}
#home .sec03 .box .text.left {
    justify-content: flex-start;
}
#home .sec03 .box .text .item {
    width: fit-content;
}
#home .sec03 .box .text .item p {
	margin: 0 0 1.5em;
    font-size: 2.4rem;
}
#home .sec03 .box .img {
	width: 100%;
	height: 800px;
	display: grid;
	position: relative;
}
#home .sec03 .box .img .item {
	width: 100%;
	height: 100%;
	display: grid;
	position: relative;
}
#home .sec03 .box .img .item::before {
	content: "";
	width: 100%;
	height: 100%;
    background: var(--color-Navy);
    mix-blend-mode: overlay;
	position: absolute;
	top: 0;
	left: 0;
    opacity: .6;
}
#home .sec03 .box .img .item span {
	font-size: 1.8rem;
    position: relative;
    z-index: 3;
}
#home .sec03 .box.concept .img::after {
	content: "";
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgb(0 0 0 / 10%) 50%, rgb(0 0 0 / 60%) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#home .sec03 .box.concept .img .item01 {
	background: url(/assets/img/home/concept01.jpg) center / cover no-repeat;
}
#home .sec03 .box.location .img {
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(2, 1fr);
}
#home .sec03 .box.location .img .item {
    padding: 1em;
    align-content: end;
}
#home .sec03 .box.location .img .item01 {
	grid-area: 1 / 1 / 3 / 4;
	background: url(/assets/img/home/location01.jpg) center / cover no-repeat;
}
#home .sec03 .box.location .img .item02 {
	grid-area: 1 / 4 / 2 / 6;
	background: url(/assets/img/home/location02.jpg) center / cover no-repeat;
}
#home .sec03 .box.location .img .item03 {
	grid-area: 2 / 4 / 3 / 6;
	background: url(/assets/img/home/location03.jpg) center / cover no-repeat;
}
#home .sec03 .box.location .img .item span {
    line-height: 1.4;
}
#home .sec03 .box.life .img {
	grid-template-columns: repeat(2, 1fr);
}
#home .sec03 .box.life .img .item {
    padding: 3em;
}
#home .sec03 .box.life .img .item01 {
	background: url(/assets/img/home/life01.jpg) center / cover no-repeat;
}
#home .sec03 .box.life .img .item02 {
	background: url(/assets/img/home/life02.jpg) center / cover no-repeat;
    align-content: end;
}
#home .sec03 .box.design .text .item.anime {
	transition-delay: 1s;
}
#home .sec03 .box.design .img .item01 {
	background: url(/assets/img/home/design01.jpg) center right / cover no-repeat;
}
#home .sec03 .box.design .img .item::before {
	display: none;
}
#home .sec03 .box.quality .img::after {
	content: "";
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgb(0 0 0 / 30%) 30%, rgb(0 0 0 / 60%) 90%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#home .sec03 .box.quality .img .item01 {
	background: url(/assets/img/home/menu-quality.jpg) center right / cover no-repeat;
}
#home .sec03 .box.plan .img {
    background: #211714;
}
#home .sec03 .box.plan .img .item01 {
	width: 80%;
	background: url(/assets/img/home/plan01.jpg) center left / cover no-repeat;
}
#home .sec03 .box.plan .img .item01::after {
    content: "";
    width: 25%;
    height: 100%;
    background: linear-gradient(90deg, rgba(33, 23, 20, 0) 0%, rgba(33, 23, 20, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
}
#home .sec03 .menu ul {
    display: grid;
    gap: 1em 2em;
    grid-template-columns: repeat(2, 1fr);
}
#home .sec03 .menu ul li a {
	padding: 3em 0 4em 3em;
	display: flex;
	gap: 0 1em;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
#home .sec03 .menu ul li.quality a {
	background: url(/assets/img/home/menu-quality.jpg) center / cover no-repeat;
}
#home .sec03 .menu ul li.modelroom a {
	background: url(/assets/img/home/menu-modelroom.jpg) center / cover no-repeat;
}
#home .sec03 .menu ul li a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-Navy);
    display: block;
    mix-blend-mode: multiply;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
}
#home .sec03 .menu ul li a .text {
	position: relative;
	z-index: 1;
}
#home .sec03 .menu ul li a .text h2 {
	font-size: 3.2rem;
}
#home .sec03 .menu ul li a .more {
	margin: 1em 0 0;
	display: flex;
	gap: .5em;
	align-items: center;
	position: relative;
	z-index: 1;
}
#home .sec03 .menu ul li a .more::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
}
@media screen and (max-width: 768px) {
	#home .sec03 .box .text {
	    padding: 2em 0;
	    filter: drop-shadow(0 .1em .3em rgb(0 0 0 / 50%));
    }
	#home .sec03 .box .text .item p {
	    font-size: 1.4rem;
	}
	#home .sec03 .box .text .item .btn01 a {
		width: 150px;
        height: 45px;
        background: rgb(0 0 0 / 30%);
	}
	#home .sec03 .box .img {
	    height: 400px;
	}
	#home .sec03 .box .img .item::before {
	    mix-blend-mode: darken;
	    opacity: .2;
	}
	#home .sec03 .box .img .item span {
	    font-size: 1.2rem;
	}
	#home .sec03 .box.life .img {
	    grid-template-columns: repeat(1, 1fr);
	}
	#home .sec03 .box.life .img .item {
	    padding: 1em;
	    align-content: end;
	}
	#home .sec03 .box.life .img .item.item02 {
	    display: none;
	}
	#home .sec03 .box.design .img .item01 {
	    background-position: center right 25%;
	}
	/*#home .sec03 .menu ul {
	    grid-template-columns: repeat(1, 1fr);
	}
	#home .sec03 .menu ul li a {
	    padding: 1em 0 2em 2em;
	    align-items: flex-start;
	    flex-direction: column;
	}
	#home .sec03 .menu ul li a .more {
	    margin: 1em 0 0 auto;
	}*/
}
/* ------------------------------------------- */
#home .sec04 .inner .box {
	background: url(/assets/img/common/back01.jpg) center / cover no-repeat;
}
#home .sec04 .inner .box p {
	margin: 0 0 .5em;
    font-size: 2.2rem;
}
#home .sec04 .inner .box .img {
	width: 90%;
    max-width: 400px;
    margin: 0 auto 2em;
}
#home .sec04 .inner .cta .tel {
    margin: 0 0 1em;
}
#home .sec04 .inner .cta .tel a {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    gap: .5em;
    align-items: baseline;
    justify-content: center;
}
#home .sec04 .inner .cta .tel a i {
    width: 3em;
    transform: translateY(.1em);
}
#home .sec04 .inner .cta .tel a span {
    font-size: 5.6rem;
    font-family: var(--font-English);
    line-height: 1;
}
#home .sec04 .inner .cta p {
    font-size: 1.2rem;
    font-family: var(--font-Sans);
    text-align: center;
}
@media screen and (max-width: 768px) {
	#home .sec04 .inner .box p {
	    font-size: 1.8rem;
	}
	#home .sec04 .inner .cta .tel a span {
	    font-size: 3.6rem;
	}
}
/* ------------------------------------------- */
#home .sec05 .inner {
    display: flex;
    gap: 1em 2em;
}
#home .sec05 .inner h2 {
    font-size: 2.8rem;
    flex-shrink: 0;
}
#home .sec05 .inner .box {
    width: 100%;
    border-top: 1px solid var(--color-GrayB);
}
#home .sec05 .inner .box dl div {
    padding: 1.5em;
    border-bottom: 1px solid var(--color-GrayB);
    display: flex;
    gap: 0 3em;
}
#home .sec05 .inner .box dl div dt {
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	#home .sec05 .inner {
	    flex-direction: column;
	}
	#home .sec05 .inner .box dl div {
	    padding: 1.5em 0;
	    flex-direction: column;
	}
}
/* ------------------------------------------- */
#home .sec06 .inner .note ul li {
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}

/* ----------------------------------------------
    concept
---------------------------------------------- */
#concept .sec01 .inner .img01 {
	position: relative;
}
#concept .sec01 .inner h3 {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
}
#concept .sec01 .inner h3 span {
    font-size: 6.8rem;
    line-height: 1;
    letter-spacing: .1em;
}
#concept .sec01 .inner h3 .cross {
	width: 60px;
	aspect-ratio: 1;
	position: relative;
}
#concept .sec01 .inner h3 .cross::before,
#concept .sec01 .inner h3 .cross::after {
	content: "";
	width: 1px;
	height: 80px;
	background: var(--color-Black);
	position: absolute;
	top: 50%;
	left: 50%;
}
#concept .sec01 .inner h3 .cross::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#concept .sec01 .inner h3 .cross::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#concept .sec01 .inner p {
	font-size: 2.0rem;
    line-height: 2;
    letter-spacing: .1em;
}
#concept .sec01 .inner .line {
    width: 100%;
    height: 400px;
}
#concept .sec01 .inner .line.img04 {
    background: url(/assets/img/concept/img04.jpg) center / cover no-repeat;
}
#concept .sec01 .inner .line.img05 {
    background: url(/assets/img/concept/img05.jpg) center / cover no-repeat;
}
#concept .sec01 .inner .line.img06 {
    background: url(/assets/img/concept/img06.jpg) center / cover no-repeat;
}
#concept .sec01 .inner .line.img07 {
    background: url(/assets/img/concept/img07.jpg) center / cover no-repeat;
}
#concept .sec01 .inner .box01 {
	position: relative;
}
#concept .sec01 .inner .box01 .text {
	width: 90%;
    height: 100%;
    display: grid;
    place-items: center;
    align-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
#concept .sec01 .inner .box01 .text h3 .cross::before,
#concept .sec01 .inner .box01 .text h3 .cross::after {
	background: #fff;
}
#concept .sec01 .inner .box01 .text h4 {
	margin: 0 0 1.5em;
    font-size: 4.0rem;
    letter-spacing: .1em;
}
#concept .sec01 .inner .box01 .back {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
#concept .sec01 .inner .box01 .back::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-Navy);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
}
#concept .sec01 .inner .box01 .back img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}
#concept .sec01 .inner .box02 {
    padding: 6em 0 8em;
}
@media screen and (min-width: 769px) {
	#concept .sec01 .inner .line {
	    background-attachment: fixed !important;
	}
}
@media screen and (max-width: 768px) {
	#concept .sec01 .inner h3 {
	    gap: 1em;
	}
	#concept .sec01 .inner .box01 h3 span {
	    font-size: 3.8rem;
	}
	#concept .sec01 .inner .box02 h3 span {
	    font-size: 3.0rem;
	}
	#concept .sec01 .inner h3 .cross {
	    width: 30px;
	}
	#concept .sec01 .inner h3 .cross::before,
	#concept .sec01 .inner h3 .cross::after {
	    height: 40px;
	}
	#concept .sec01 .inner p {
	    font-size: 1.4rem;
	}
	#concept .sec01 .inner .line {
	    height: 200px;
	}
	#concept .sec01 .inner .box01 .text h4 {
	    font-size: 2.0rem;
	}
	#concept .sec01 .inner .box01 .back {
	    grid-template-columns: 1fr;
	}
	#concept .sec01 .inner .box01 .back img {
	    height: 240px;
	}
	#concept .sec01 .inner .box02 {
	    padding: 4em 0 4em;
	}
}

/* ----------------------------------------------
    design
---------------------------------------------- */
#design .sec01 .inner .img01 {
	position: relative;
}
#design .sec .inner h3 {
    font-size: 3.6rem;
    letter-spacing: .1em;
}
#design .sec .inner p {
    letter-spacing: .1em;
    line-height: 2;
}
#design .sec .inner .box02 .item {
    display: flex;
    align-items: center;
}
#design .sec .inner .box02 .item .text,
#design .sec .inner .box02 .item .img {
    width: 50%;
}
#design .sec .inner .box02 .item .text {
    padding: 0 5%;
    word-break: auto-phrase;
    display: grid;
    place-items: center;
}
#design .sec .inner .box02 .item .img img {
    aspect-ratio: 720 / 600;
    object-fit: cover;
}
#design .sec .inner .img04 {
    position: relative;
}
@media screen and (min-width: 769px) {
	#design .sec .inner .box02 .item:nth-child(odd) {
	    flex-direction: row-reverse;
	}
}
@media screen and (max-width: 768px) {
	#design .sec .inner h3 {
	    font-size: 2.0rem;
	    text-align: center;
	}
	#design .sec .inner .box01 p {
	    text-align: left;
	}
	#design .sec .inner .box02 {
		width: 90%;
        margin: 0 auto;
	    display: grid;
	    gap: 2em;
	}
	#design .sec .inner .box02 .item {
	    gap: 2em;
	    align-items: flex-start;
	    flex-direction: column;
	}
	#design .sec .inner .box02 .item .text {
	    width: 100%;
	    padding: 0;
	    word-break: initial;
	}
	#design .sec .inner .box02 .item .img {
	    width: 100%;
	}
	#design .sec.sec01 .inner {
	    padding-bottom: 0;
	}
}

/* ----------------------------------------------
    location
---------------------------------------------- */
#location .sec01 .inner .box01 h3 {
    font-size: 3.2rem;
}
#location .sec01 .inner .box01 p {
    line-height: 2;
}
#location .sec01 .inner .box02 {
    display: grid;
    gap: 5em;
}
#location .sec01 .inner .box02 .item {
    display: grid;
    gap: 3em;
}
#location .sec01 .inner .box02 .item .block01 {
    display: flex;
    gap: 2em;
    justify-content: flex-end;
}
#location .sec01 .inner .box02 .item:nth-child(even) .block01 {
    flex-direction: row-reverse;
}
#location .sec01 .inner .box02 .item .block01 h3 {
    font-size: 5.2rem;
    letter-spacing: .4em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
#location .sec01 .inner .box02 .item .block01 .img {
    width: 100%;
    max-width: 1200px;
}
#location .sec01 .inner .box02 .item .block01 .img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
#location .sec01 .inner .box02 .item .block02 {
    display: grid;
    gap: 2em;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
#location .sec01 .inner .box02 .item .block02 .text h4 {
	margin: 0 0 .5em;
    font-size: 5.2rem;
    line-height: 1.3;
}
#location .sec01 .inner .box02 .item .block02 .text p {
    line-height: 2;
}
#location .sec01 .inner .box02 .item .block02 .img img {
    width: 100%;
    aspect-ratio: 560 / 400;
    object-fit: cover;
}
@media screen and (min-width: 769px) {
	#location .sec01 .inner .box02 .item:nth-child(even) .block02 .img {
	    order: 2;
	}
	#location .sec01 .inner .box02 .item:nth-child(odd) .block02 .text {
	    padding: 0 0 0 15%;
	}
	#location .sec01 .inner .box02 .item:nth-child(even) .block02 .text {
	    order: 1;
	    padding: 0 15% 0 0;
	}
}
@media screen and (max-width: 768px) {
	#location .sec01 .inner .box01 h3 {
	    font-size: 2.2rem;
	}
	#location .sec01 .inner .box01 p {
	    width: 90%;
	    margin: 0 auto;
	    text-align: left;
	}
	#location .sec01 .inner .box02 .item .block01 {
	    width: 95%;
	    gap: 1em;
	}
	#location .sec01 .inner .box02 .item:nth-child(odd) .block01 {
	    margin: 0 0 0 auto;
	}
	#location .sec01 .inner .box02 .item .block01 h3 {
	    font-size: 2.6rem;
	    flex-shrink: 0;
	}
	#location .sec01 .inner .box02 .item .block01 .img img {
	    height: auto;
	    aspect-ratio: 12 / 7;
	}
	#location .sec01 .inner .box02 .item .block02 {
	    grid-template-columns: 1fr;
	}
	#location .sec01 .inner .box02 .item .block02 .img {
	    width: 60%;
	}
	#location .sec01 .inner .box02 .item:nth-child(even) .block02 .img {
	    margin: 0 0 0 auto;
	}
	#location .sec01 .inner .box02 .item .block02 .text h4 {
	    font-size: 2.2rem;
	}
}
/* ------------------------------------------- */
#location .sec02 {
    background: var(--color-GrayL) url(/assets/img/common/back01.jpg) top center / 100%;
}
#location .sec02 .inner h3 {
    font-size: 2.8rem;
}
#location .sec02 .inner .map {
    padding: 1em;
    background: #fff;
}
#location .sec02 .inner .text01 {
	margin: 0 0 1.5em;
    font-size: 2.0rem;
}
#location .sec02 .inner dl {
    display: grid;
    gap: 0 2em;
    grid-template-columns: 1fr 1fr;
}
#location .sec02 .inner dl div {
    padding: 1em .5em;
    border-top: 1px solid var(--color-Gold);
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
#location .sec02 .inner dl div .max {
    font-size: 1.8rem;
}
#location .sec02 .inner dl div .min {
    font-size: 1.4rem;
}
#location .sec02 .inner dl div .num {
    margin: 0 .2em;
    color: var(--color-Gold);
    font-size: 2.8rem;
    line-height: 1;
}
#location .sec02 .inner ul {
    display: grid;
    gap: 1.5em 2em;
    grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 769px) {
	#location .sec02 .inner dl div:nth-last-child(-n+2) {
	    border-bottom: 1px solid var(--color-Gold);
	}
}
@media screen and (max-width: 768px) {
	#location .sec02 .inner h3 {
	    font-size: 1.6rem;
	}
	#location .sec02 .inner .text01 {
	    font-size: 1.6rem;
	}
	#location .sec02 .inner dl {
		border-bottom: 1px solid var(--color-Gold);
	    grid-template-columns: 1fr;
	}
	#location .sec02 .inner dl div {
		align-items: center;
	    flex-direction: column;
	}
	#location .sec02 .inner dl div .max {
	    font-size: 1.6rem;
	}
	#location .sec02 .inner dl div .min {
	    font-size: 1.2rem;
	    letter-spacing: 0;
	}
	#location .sec02 .inner ul {
	    grid-template-columns: repeat(1, 1fr);
	}
}
/* ------------------------------------------- */
#location .sec03 .inner .text01 {
    font-size: 2.8rem;
}
#location .sec03 .inner h3 {
    display: flex;
    gap: 1.5em;
    align-items: center;
}
#location .sec03 .inner h3::after {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--color-Black);
}
#location .sec03 .inner h3 span {
    font-size: 4.0rem;
    line-height: 1;
    flex-shrink: 0;
}
#location .sec03 .inner ul {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
}
#location .sec03 .inner ul li p {
    margin: .5em 0 0;
}
@media screen and (max-width: 768px) {
	#location .sec03 .inner .text01 {
	    font-size: 1.8rem;
	}
	#location .sec03 .inner h3 span {
	    font-size: 3.0rem;
	}
	#location .sec03 .inner ul {
	    gap: 1em;
	    grid-template-columns: repeat(2, 1fr);
	}
	#location .sec03 .inner ul li p {
	    font-size: 1.2rem;
	    letter-spacing: 0;
	}
}
/* ------------------------------------------- */
#location .sec04 .inner .box01 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
#location .sec04 .inner .box01 .block {
    display: grid;
    gap: 2em;
}
#location .sec04 .inner .box01 .block .item h3 {
    padding: .5em 1em;
    background: var(--grada-Navy);
    font-size: 1.8rem;
    letter-spacing: .1em;
}
#location .sec04 .inner .box01 .block .item dl div {
    padding: .8em;
    border-bottom: 1px solid var(--color-GrayB);
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    letter-spacing: 0;
    display: flex;
    gap: 1em;
    justify-content: space-between;
}
#location .sec04 .inner .box01 .block .item dl div dd {
    flex-shrink: 0;
}
#location .sec04 .inner ul {
	padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
	#location .sec04 .inner .box01 {
	    grid-template-columns: repeat(1, 1fr);
	}
	#location .sec04 .inner .box01 .block .item h3 {
	    font-size: 1.4rem;
	}
	#location .sec04 .inner .box01 .block .item dl div {
	    padding: .8em 0;
	    font-size: 1.2rem;
	}
	#location .sec04 .inner ul {
	    font-size: 1.2rem;
	}
}
/* ------------------------------------------- */
body:is(#location, #access, #lifestyle) #main .menu ul {
    display: grid;
    gap: 1em 2em;
    grid-template-columns: repeat(2, 1fr);
}
body:is(#location, #access, #lifestyle) #main .menu ul li a {
	padding: 3em 0 4em 3em;
	display: flex;
	gap: 0 1em;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
body:is(#location, #access, #lifestyle) #main .menu ul li.location a {
	background: url(/assets/img/location/menu-location.jpg) center / cover no-repeat;
}
body:is(#location, #access, #lifestyle) #main .menu ul li.access a {
	background: url(/assets/img/location/menu-access.jpg) center / cover no-repeat;
}
body:is(#location, #access, #lifestyle) #main .menu ul li.lifestyle a {
	background: url(/assets/img/location/menu-lifestyle.jpg) center / cover no-repeat;
}
body:is(#location, #access, #lifestyle) #main .menu ul li a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--color-Navy);
    display: block;
    mix-blend-mode: multiply;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
}
body:is(#location, #access, #lifestyle) #main .menu ul li a .text {
	position: relative;
	z-index: 1;
}
body:is(#location, #access, #lifestyle) #main .menu ul li a .text h2 {
	font-size: 3.2rem;
}
body:is(#location, #access, #lifestyle) #main .menu ul li a .more {
	margin: 1em 0 0;
	display: flex;
	gap: .5em;
	align-items: center;
	position: relative;
	z-index: 1;
}
body:is(#location, #access, #lifestyle) #main .menu ul li a .more::after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
}
@media screen and (max-width: 768px) {
	body:is(#location, #access, #lifestyle) #main .menu ul {
	    grid-template-columns: repeat(1, 1fr);
	}
	body:is(#location, #access, #lifestyle) #main .menu ul li a {
	    padding: 1em 0 2em 2em;
	    align-items: flex-start;
	    flex-direction: column;
	}
	body:is(#location, #access, #lifestyle) #main .menu ul li a .more {
	    margin: 1em 0 0 auto;
	}
}

/* ----------------------------------------------
    access
---------------------------------------------- */
#access .sec01 .inner .box01 {
	height: 900px;
    background: url(/assets/img/access/img01.jpg) center / cover no-repeat;
    position: relative;
}
#access .sec01 .inner .box01::after {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgb(35 40 50 / 60%) 0%, rgb(35 40 50 / 0%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#access .sec01 .inner .box01 h3 {
    font-size: 3.6rem;
    letter-spacing: .1em;
    position: relative;
    z-index: 1;
}
#access .sec01 .inner .box02 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
#access .sec01 .inner .box02::after {
    content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 0%) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
#access .sec01 .inner .box02 .img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}
#access .sec01 .inner .box02 .img.img02 img {
    object-position: bottom;
}
#access .sec01 .inner .box02 .img.img03 img {
    object-position: 10% center;
}
@media screen and (min-width: 769px) {
	#access .sec01 .inner .box01 {
	    background-attachment: fixed !important;
	}
}
@media screen and (max-width: 768px) {
	#access .sec01 .inner .box01 {
		height: 500px;
		background-position: center left 30%;
	}
	#access .sec01 .inner .box01 h3 {
	    font-size: 2.0rem;
	}
	#access .sec01 .inner .box02 .img img {
	    height: 220px;
	}
	#access .sec01 .inner .box02 .img.img03 img {
	    object-position: 30% center;
	}
}
/* ------------------------------------------- */
#access .sec02 .inner .box01 h3 {
    margin-top: -1em;
    font-size: 3.2rem;
    position: relative;
    z-index: 2;
}
#access .sec02 .inner .box02 {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr 1fr;
}
#access .sec02 .inner .box02 .item .logo {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
#access .sec02 .inner .box02 .item .logo h4 {
    font-size: 2.4rem;
    letter-spacing: .1em;
}
#access .sec02 .inner .box02 .item .box {
    padding: 1em;
    border: 1px solid;
    display: grid;
    gap: 1em;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
#access .sec02 .inner .box02 .item .box p {
    font-size: 1.4rem;
    font-family: var(--font-Sans);
}
@media screen and (max-width: 768px) {
	#access .sec02 .inner .box01 h3 {
	    font-size: 2.4rem;
	}
	#access .sec02 .inner .box01 p {
	    text-align: left;
	}
	#access .sec02 .inner .box02 {
	    grid-template-columns: 1fr;
	}
	#access .sec02 .inner .box02 .item .logo {
	    margin: 0 0 1em;
	    flex-direction: column;
	}
	#access .sec02 .inner .box02 .item .logo h4 {
	    font-size: 2.0rem;
	}
	#access .sec02 .inner .box02 .item .box {
	    grid-template-columns: 1fr;
	}
	#access .sec02 .inner .box02 .item .box p {
	    font-size: 1.2rem;
	}
}
/* ------------------------------------------- */
#access .sec03 .inner h3 {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
}
#access .sec03 .inner h3::before,
#access .sec03 .inner h3::after {
    content: "";
    width: 100%;
    height: .5em;
    border-top: 1px solid var(--color-Gold);
    border-bottom: 1px solid var(--color-Gold);
    display: block;
}
#access .sec03 .inner h3 span {
    font-size: 5.2rem;
}
#access .sec03 .inner ul {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#access .sec03 .inner ul li .square {
    width: 2em;
    height: 1em;
    margin: 0 .2em;
    display: inline-block;
    transform: translateY(.1em);
}
#access .sec03 .inner ul li .square.blue {
    background: #3786c8;
}
#access .sec03 .inner ul li .square.orange {
    background: #bf9312;
}
@media screen and (max-width: 768px) {
	#access .sec03 .inner h3 span {
	    font-size: 3.2rem;
	}
	#access .sec03 .inner ul {
	    font-size: 1.2rem;
	}
	#access .sec03 .inner .route {
		margin: 0 0 .5em;
        padding: 1em;
		border: 1px solid var(--color-GrayL);
	    overflow-x: scroll;
	}
	#access .sec03 .inner .route img {
	    width: 1160px;
	    max-width: initial;
	}
}

/* ----------------------------------------------
    lifestyle
---------------------------------------------- */
#lifestyle .sec .inner .box01 {
	height: 700px;
	padding-left: 5%;
    padding-right: 5%;
    display: grid;
    position: relative;
}
#lifestyle .sec.sec01 .inner .box01 {
    background: url(/assets/img/lifestyle/img01.jpg) center / cover no-repeat;
    align-content: flex-end;
}
#lifestyle .sec.sec02 .inner .box01 {
    background: url(/assets/img/lifestyle/img05.jpg) center / cover no-repeat;
    align-content: flex-end;
}
#lifestyle .sec.sec03 .inner .box01 {
    background: url(/assets/img/lifestyle/img10.jpg) center / cover no-repeat;
    align-content: center;
    justify-content: flex-end;
}
#lifestyle .sec.sec04 .inner .box01 {
    background: url(/assets/img/lifestyle/img15.jpg) center / cover no-repeat;
    align-content: flex-end;
    justify-content: flex-end;
}
#lifestyle .sec .inner .box01::after {
	content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgb(35 40 50 / 60%) 0%, rgb(35 40 50 / 0%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#lifestyle .sec:is(.sec03, .sec04) .inner .box01::after {
    left: auto;
    right: 0;
    scale: -1 1;
}
#lifestyle .sec .inner .box01 p {
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: .1em;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 769px) {
	#lifestyle .sec .inner .box01 {
	    background-attachment: fixed !important;
	}
}
@media screen and (max-width: 768px) {
	#lifestyle .sec .inner .box01 {
		height: 500px;
	    padding: 2em 5%;
	}
	#lifestyle .sec.sec03 .inner .box01 {
	    align-content: flex-end;
	}
	#lifestyle .sec .inner .box01::after {
	    width: 100%;
	    height: 50%;
	    background: linear-gradient(0deg, rgb(35 40 50 / 60%) 0%, rgb(35 40 50 / 0%) 100%);
	    top: auto;
	    left: 0;
	    bottom: 0;
	}
	#lifestyle .sec .inner .box01 p {
	    font-size: 1.6rem;
	    line-height: 1.75;
	}
}
/* ------------------------------------------- */
#lifestyle .sec .inner .box02 {
    display: grid;
    gap: 5em 0;
}
#lifestyle .sec .inner .box02:not(.mw1160) {
    max-width: 1440px;
    margin: 0 auto;
}
#lifestyle .sec .inner .box02 h3 {
    font-size: 2.4rem;
}
#lifestyle .sec .inner .box02 p {
    line-height: 2;
}
#lifestyle .sec.sec01 .inner .box02 .item {
    display: grid;
    gap: 2em;
	align-items: center;
    grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 769px) {
	#lifestyle .sec.sec01 .inner .box02 .item:nth-child(even) .img {
		order: 2;
	}
	#lifestyle .sec.sec01 .inner .box02 .item:nth-of-type(even) .text {
		order: 1;
	    padding: 0 5em 0 0;
	}
	#lifestyle .sec.sec01 .inner .box02 .item:nth-of-type(odd) .text {
	    padding: 0 0 0 5em;
	}
}
@media screen and (max-width: 768px) {
	#lifestyle .sec .inner .box02 {
	    gap: 3em 0;
	}
	#lifestyle .sec .inner .box02 h3 {
	    font-size: 1.8rem;
	}
	#lifestyle .sec.sec01 .inner .box02 .item {
	    grid-template-columns: 1fr;
	}
}
/* ------------------------------------------- */
#lifestyle .sec.sec02 .inner .box02 .item01 {
    display: grid;
    gap: 6em;
    grid-template-columns: 3fr 2fr;
}
#lifestyle .sec.sec02 .inner .box02 .item01 .text {
    position: relative;
}
#lifestyle .sec.sec02 .inner .box02 .item01 .text .img.img07 {
	width: 90%;
    max-width: 360px;
    position: absolute;
    left: 50%;
    bottom: -8em;
    transform: translateX(-50%);
}
#lifestyle .sec.sec02 .inner .box02 .item02 {
    padding: 5em;
    display: grid;
    place-items: center;
}
#lifestyle .sec.sec02 .inner .box02 .item03 {
    width: 90%;
    max-width: 1100px;
    margin: 0 0 0 auto;
    position: relative;
}
#lifestyle .sec.sec02 .inner .box02 .item03 .img.img08 {
    width: 90%;
    max-width: 260px;
    position: absolute;
    right: 90%;
    bottom: 80%;
    z-index: 1;
}
@media screen and (min-width: 769px) {
	#lifestyle .sec.sec02 .inner .box02 .item01 .text {
	    padding: 3em 0 0;
	}
}
@media screen and (max-width: 768px) {
	#lifestyle .sec.sec02 .inner .box02 .item01 {
	    gap: 2em;
	    grid-template-columns: 1fr;
	}
	#lifestyle .sec.sec02 .inner .box02 .item01 .img.img06 {
	    width: 95%;
	}
	#lifestyle .sec.sec02 .inner .box02 .item01 .text {
	    width: 90%;
	    margin: 0 auto;
	}
	#lifestyle .sec.sec02 .inner .box02 .item01 .text .img.img07 {
	    width: 60%;
	    margin: 2em 0 0 auto;
	    position: static;
	    transform: translateX(0);
	}
	#lifestyle .sec.sec02 .inner .box02 .item02 {
	    padding: 0;
	}
	#lifestyle .sec.sec02 .inner .box02 .item03 {
	    width: 95%;
	}
	#lifestyle .sec.sec02 .inner .box02 .item03 .img.img08 {
	    width: 30%;
	    margin: 0 0 -1em;
	    position: relative;
	    right: auto;
	    bottom: auto;
	}
	#lifestyle .sec.sec02 .inner .box02 .item03 .img.img09 {
	    width: 90%;
	    margin: 0 0 0 auto;
	}
}
/* ------------------------------------------- */
#lifestyle .sec.sec03 .inner .box02 .item {
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr 1fr;
}
#lifestyle .sec.sec03 .inner .box02 .item .text {
    position: relative;
}
#lifestyle .sec.sec03 .inner .box02 .item .text .img {
	width: 90%;
    position: absolute;
    left: 50%;
    bottom: -4em;
    transform: translateX(-50%);
}
#lifestyle .sec.sec03 .inner .box02 .item .text .img.img12 {
    max-width: 260px;
}
#lifestyle .sec.sec03 .inner .box02 .img.img14 {
    margin: -10em 0 0 2.5%;
}
@media screen and (min-width: 769px) {
	#lifestyle .sec.sec03 .inner .box02 .item:nth-child(even) .img {
		order: 2;
	}
	#lifestyle .sec.sec03 .inner .box02 .item:nth-of-type(odd) .text {
	    padding: 3em 5%;
	}
	#lifestyle .sec.sec03 .inner .box02 .item:nth-of-type(even) .text {
		order: 1;
	    padding: 3em 5%;
	}
}
@media screen and (max-width: 768px) {
	#lifestyle .sec.sec03 .inner .box02 .item {
	    grid-template-columns: 1fr;
	}
	#lifestyle .sec.sec03 .inner .box02 .item > .img {
	    width: 95%;
	}
	#lifestyle .sec.sec03 .inner .box02 .item .text {
	    width: 90%;
	    margin: 0 auto;
	}
	#lifestyle .sec.sec03 .inner .box02 .item .text .img {
	    width: 60%;
	    margin: 2em 0 0 auto;
	    position: static;
	    transform: translateX(0);
	}
	#lifestyle .sec.sec03 .inner .box02 .img.img14 {
	    width: 60%;
	    margin: 0 0 0 auto;
	}
}
/* ------------------------------------------- */
#lifestyle .sec.sec04 .inner .box02 .item01 {
    max-width: 1100px;
    position: relative;
}
#lifestyle .sec.sec04 .inner .box02 .item01 .text {
	padding-bottom: 2em;
    display: grid;
    place-items: center;
}
#lifestyle .sec.sec04 .inner .box02 .item01 .img.img17 {
    width: 90%;
    max-width: 260px;
    position: absolute;
    left: 95%;
    bottom: 6em;
}
#lifestyle .sec.sec04 .inner .box02 .item02 {
    max-width: 1120px;
    display: flex;
    gap: 4em;
    justify-content: space-between;
}
#lifestyle .sec.sec04 .inner .box02 .item02 .img.img19 {
    margin: -2em 0 0;
}
@media screen and (max-width: 768px) {
	#lifestyle .sec.sec04 .inner .box02 .item01 .img.img16 {
	    width: 95%;
	}
	#lifestyle .sec.sec04 .inner .box02 .item01 .img.img17 {
        max-width: 100px;
        margin: -1em 0 0 auto;
	    position: static;
	}
	#lifestyle .sec.sec04 .inner .box02 .item01 .text {
	    padding: 2em 0;
	}
	#lifestyle .sec.sec04 .inner .box02 .item01 .text h3 {
        font-size: 1.6rem;
    }
    #lifestyle .sec.sec04 .inner .box02 .item02 {
	    gap: 2em;
	    flex-direction: row-reverse;
	}
}

/* ----------------------------------------------
    plan
---------------------------------------------- */
#plan .sec01 .inner .list {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(4, 1fr);
}
#plan .sec01 .inner .list li a {
	height: 100%;
    border: 1px solid var(--color-Navy);
    display: flex;
    flex-direction: column;
}
#plan .sec01 .inner .list li a .type {
    padding: .5em .5em .8em;
    color: #fff;
    background: var(--grada-Navy);
    font-size: 2.0rem;
    text-align: center;
    line-height: 1;
    display: flex;
    gap: .3em;
    align-items: baseline;
    justify-content: center;
}
#plan .sec01 .inner .list li a .type span {
    font-size: 3.2rem;
}
#plan .sec01 .inner .list li a .img {
    height: 100%;
    margin: auto 0;
    padding: 1.5em;
    display: grid;
    place-items: center;
}
#plan .sec01 .inner .list li a .img img {
    width: 100%;
}
#plan .sec01 .inner .list li a .area {
    margin: auto 0 0;
    padding: 1em .5em;
    background: var(--color-GrayL);
    line-height: 1;
    display: flex;
    gap: .5em;
    align-items: baseline;
    justify-content: center;
}
#plan .sec01 .inner .list li a .area span {
    font-size: 2.4rem;
}
@media screen and (max-width: 1020px) {
	#plan .sec01 .inner .list {
	    grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (max-width: 768px) {
	#plan .sec01 .inner .list {
	    gap: 1em;
	    grid-template-columns: repeat(2, 1fr);
	}
	#plan .sec01 .inner .list li a .type {
	    padding: 1em .5em;
	    font-size: 1.4rem;
	}
	#plan .sec01 .inner .list li a .type span {
	    font-size: 2.0rem;
	}
	#plan .sec01 .inner .list li a .img {
	    padding: 1em;
	}
	#plan .sec01 .inner .list li a .area {
	    font-size: 1.2rem;
	}
	#plan .sec01 .inner .list li a .area span {
	    font-size: 2.0rem;
	}
}
/* ------------------------------------------- */
#plan .sec01 .inner .box01 {
    display: flex;
    gap: 2em 10%;
}
#plan .sec01 .inner .box01 .left {
    width: 420px;
    flex-shrink: 0;
}
#plan .sec01 .inner .box01 .left .type {
    padding: .5em 1em;
    color: #fff;
    background: var(--grada-Navy);
    font-size: 2.8rem;
    line-height: 1;
    display: flex;
    gap: .2em;
    align-items: baseline;
}
#plan .sec01 .inner .box01 .left .type span {
    font-size: 4.8rem;
}
#plan .sec01 .inner .box01 .left dl div {
    padding: 1em .5em;
    border-bottom: 1px solid var(--color-GrayN);
    display: flex;
    justify-content: space-between;
}
#plan .sec01 .inner .box01 .left dl div dt {
    font-size: 1.8rem;
}
#plan .sec01 .inner .box01 .left dl div dd .num {
    font-size: 2.0rem;
}
#plan .sec01 .inner .box01 .left .btn a {
    width: 260px;
    height: 60px;
    margin: 0 auto 5em;
    border: 1px solid;
    display: flex;
    gap: .5em;
    align-items: center;
    justify-content: center;
}
#plan .sec01 .inner .box01 .right {
    width: 100%;
}
#plan .sec01 .inner .box01 .right .img img {
    width: 100%;
}
#plan .sec01 .inner .box02 .menu {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
}
#plan .sec01 .inner .box02 .menu li a {
    padding: .8em;
    border: 1px solid;
    text-align: center;
    display: block;
}
#plan .sec01 .inner .box02 .menu.type-a  li.a0,
#plan .sec01 .inner .box02 .menu.type-a1 li.a1,
#plan .sec01 .inner .box02 .menu.type-b  li.b,
#plan .sec01 .inner .box02 .menu.type-b1 li.b1,
#plan .sec01 .inner .box02 .menu.type-c  li.c,
#plan .sec01 .inner .box02 .menu.type-d  li.d,
#plan .sec01 .inner .box02 .menu.type-e  li.e {
    display: none;
}
@media screen and (max-width: 768px) {
	#plan .sec01 .inner .box01 {
	    flex-direction: column-reverse;
	}
	#plan .sec01 .inner .box01 .left {
	    width: 100%;
	}
	#plan .sec01 .inner .box01 .left .type {
	    font-size: 2.6rem;
	    justify-content: center;
	}
	#plan .sec01 .inner .box01 .left .type span {
	    font-size: 3.4rem;
	}
	#plan .sec01 .inner .box01 .left dl div {
	    align-items: baseline;
	}
	#plan .sec01 .inner .box01 .left dl div dt {
	    font-size: 1.4rem;
	}
	#plan .sec01 .inner .box01 .right .compass img {
	    width: 30px;
	    margin: -1em 0 0;
	}
	#plan .sec01 .inner .box02 .menu {
	    gap: 1em;
	}
}

/* ----------------------------------------------
    quality
---------------------------------------------- */
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------
    equipment
---------------------------------------------- */
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------
    structure
---------------------------------------------- */
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------
    map
---------------------------------------------- */
#map .sec01 .inner .img {
    border: 1em solid var(--color-GrayL);
}
@media screen and (max-width: 768px) {
	#map .sec01 .inner .img {
	    border-width: .5em;
	}
}

/* ----------------------------------------------
    outline
---------------------------------------------- */
#outline .sec01 .inner dl {
    display: grid;
    gap: 1em;
}
#outline .sec01 .inner dl div {
    display: flex;
}
#outline .sec01 .inner dl div dt {
    width: 200px;
    padding: 0 0 1em;
    border-bottom: 1px solid var(--color-Gold);
    flex-shrink: 0;
}
#outline .sec01 .inner dl div dd {
    width: 100%;
    padding: 0 1em 1em;
    border-bottom: 1px solid var(--color-GrayB);
}
#outline .sec01 .inner h3 {
    font-size: 120%;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
	#outline .sec01 .inner dl div dt {
	    width: 120px;
	}
}

/* ----------------------------------------------
    form
---------------------------------------------- */
form table {
    width: 100%;
    border: 1px solid var(--color-GrayB);
}
form table th {
	width: 100%;
	padding: 1em;
    background: var(--color-GrayL);
}
form table th .required {
	margin: 0 0 0 1em;
    padding: 0 .5em;
    color: #fff;
    background: var(--color-Wine);
    font-size: 1.4rem;
}
form table td {
	padding: 1em;
}
@media screen and (min-width: 769px) {
	form table th {
		width: 300px;
	    border: 1px solid var(--color-GrayB);
	}
	form table td {
	    border: 1px solid var(--color-GrayB);
	}
}
@media screen and (max-width: 768px) {
	form table tr {
	    display: flex;
	    flex-direction: column;
	}
}
/* ------------------------------------------- */
form input,
form select,
form textarea {
    width: 100%;
    max-width: 500px;
    height: 45px;
    padding: .5em 1em;
    background: #fff;
    border: 1px solid var(--color-GrayB);
    cursor: pointer;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
	opacity: .6;
}
form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
    outline: none;
    border: 1px solid;
}
form textarea {
    max-width: 100%;
    min-height: 200px;
}
@media screen and (max-width: 768px) {
	form input,
	form select,
	form textarea {
	    height: 40px;
	}
}
/* ------------------------------------------- */
form .select {
	width: 100%;
    max-width: 500px;
    position: relative;
}
form .select::after {
    content: "";
	width: .5em;
    aspect-ratio: 1;
    border-right: 1px solid var(--color-Black);
    border-bottom: 1px solid var(--color-Black);
    position: absolute;
    top: 45%;
    right: 1em;
    transform: rotate(45deg) translateY(-50%);
    pointer-events: none;
}
/* ------------------------------------------- */
form .address dl {
    display: grid;
    gap: 1em;
}
form .address dl div {
    display: flex;
    align-items: center;
}
form .address dl div dt {
    width: 130px;
    flex-shrink: 0;
    letter-spacing: 0;
}
form .address dl div dd {
    width: 100%;
}
form .address dl div dd .zip {
    display: flex;
    gap: .5em;
    align-items: center;
}
form .address dl div dd .zip input {
    max-width: 160px;
}
form .address dl div dd .select {
    max-width: 200px;
    position: relative;
}
form .date {
    display: flex;
    gap: .5em;
    align-items: center;
}
form .date .select {
    max-width: 160px;
}
@media screen and (max-width: 768px) {
	form .address dl {
	    gap: .5em;
	}
	form .address > dl > div {
	    gap: .5em;
	    align-items: flex-start;
	    flex-direction: column;
	}
}
/* ------------------------------------------- */
form .agree ul {
	letter-spacing: 0;
    justify-content: center;
}
@media screen and (max-width: 768px) {
	form .agree p {
	    text-align: left;
	}
}
/* ------------------------------------------- */
form .check,
form .radio {
    display: flex;
    gap: .5em 1em;
    flex-wrap: wrap;
    align-items: center;
}
form .check li input[type="checkbox"],
form .radio li input[type="radio"] {
	display: none;
}
form .check li label,
form .radio li label {
	display: flex;
	gap: 0 .5em;
    align-items: center;
	cursor: pointer;
}
form .check li label span,
form .radio li label span {
	width: 1.5em;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid var(--color-GrayB);
    display: grid;
    flex-shrink: 0;
    place-items: center;
    transition: border 0.2s linear;
    -webkit-transition: border 0.2s linear;
	transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
}
form .radio li label span {
	border-radius: 100vmax;
}
form .check li label span::before,
form .radio li label span::before {
    content: "";
    width: .5em;
    aspect-ratio: 7 / 10;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg) translate(-.05em, -.05em);
    -ms-transform: rotate(45deg) translate(-.05em, -.05em);
    -webkit-transform: rotate(45deg) translate(-.05em, -.05em);
    transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    opacity: 0;
}
form .radio li label span::before {
    width: .5em;
    aspect-ratio: 1;
    background: #fff;
    border-radius: 100vmax;
    transform: none;
    -ms-transform: none;
    -webkit-transform: none;
}
form .check li input:checked + label span,
form .radio li input:checked + label span {
	background: var(--color-Gold);
}
form .check li input:checked + label span::before,
form .radio li input:checked + label span::before {
	opacity: 1.0;
}
@media screen and (max-width: 768px) {
	form .check li label span {
	    width: 20px;
	    height: 20px;
	}
	form .check li label span::before {
	    width: 6px;
	    height: 10px;
    }
}
/* ------------------------------------------- */
form .submit ul {
    display: flex;
    gap: 0 2em;
    align-items: center;
    justify-content: center;
}
form .submit ul li {
    width: 100%;
    max-width: 220px;
}
form .submit ul li button {
    width: 100%;
    height: 60px;
    background: var(--color-GrayB);
    border: 1px solid var(--color-GrayB);
    text-align: center;
    display: grid;
    place-items: center;
}
form .submit ul li button.next {
	color: #fff;
    background: var(--color-Navy);
    border: 1px solid var(--color-Navy);
}
@media screen and (max-width: 768px) {
	form .submit ul {
	    gap: 1em 0;
	    flex-direction: column;
	}
	form .submit ul li {
	    width: 80%;
	}
}

/* ----------------------------------------------
    request
---------------------------------------------- */
#request .sec01 .inner .box01 h3 {
	padding: 0 0 .2em;
    border-bottom: 1px solid;
    font-size: 2.4rem;
}
#request .sec01 .inner .box01 .tel a {
    width: fit-content;
    margin: 0 0 1em;
    display: flex;
    gap: .5em;
    align-items: center;
}
#request .sec01 .inner .box01 .tel a span {
    font-size: 3.6rem;
    line-height: 1;
}
#request .sec01 .inner .box01 p a {
    color: var(--color-Gold);
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#request .sec01 .inner .box01 h3 {
	    font-size: 2.0rem;
	}
	#request .sec01 .inner .box01 p {
	    text-align: left;
	}
}

/* ----------------------------------------------
    privacy
---------------------------------------------- */
#privacy .sec01 .inner h3 {
    margin: 0 0 1em;
    padding: .5em 1em;
    background: var(--color-GrayL);
    font-size: 1.8rem;
    font-weight: 600;
}
#privacy .sec01 .inner ul {
    padding: 0 0 0 1.5em;
    list-style: disc;
}
@media screen and (max-width: 768px) {
	#privacy .sec01 .inner h3 {
	    font-size: 1.6rem;
	}
}

/* ----------------------------------------------
    zeh
---------------------------------------------- */
#zeh .sec01 .inner h3 {
    padding: .5em 0;
    font-size: 3.2rem;
    border-top: 1px solid var(--color-Gold);
    border-bottom: 1px solid var(--color-Gold);
}
#zeh .sec01 .inner h4 {
    width: fit-content;
    margin: 0 auto 2em;
    padding: .3em .6em .3em .3em;
    background: #eaefe8;
    font-size: 2.0rem;
    text-align: center;
}
#zeh .sec01 .inner .box01 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
#zeh .sec01 .inner .box01 .left h5 {
    margin: 0 0 1em;
    font-size: 2.4rem;
    letter-spacing: .1em;
}
#zeh .sec01 .inner .box01 .left .min {
    font-size: 1.4rem;
    font-family: var(--font-Sans);
}
#zeh .sec01 .inner .box01 .right {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
    overflow: hidden;
}
#zeh .sec01 .inner .box01 .right .item {
    width: 100%;
    aspect-ratio: 1;
    padding: 0 0 2em;
    color: #fff;
    background: #698c5b;
    border-radius: 100vmax;
    text-align: center;
    display: grid;
    gap: 1em;
    place-items: center;
    align-content: center;
    position: relative;
}
#zeh .sec01 .inner .box01 .right .item::after {
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: .6em solid #fff;
    border-radius: 100vmax;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#zeh .sec01 .inner .box01 .right .item .text02 {
    font-size: 2.4rem;
    letter-spacing: .1em;
}
#zeh .sec01 .inner .realization {
    padding: .5em;
    color: #fff;
    background: #698c5b;
    font-size: 2.0rem;
    text-align: center;
}
#zeh .sec02 .inner h3 {
    margin: 0 0 2em;
    font-size: 2.4rem;
    text-align: center;
}
#zeh .sec02 .inner .list01 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(4, 1fr);
}
#zeh .sec02 .inner .list01 li p {
    display: grid;
    text-align: center;
}
#zeh .sec02 .inner .list01 li p .text01 {
    font-size: 1.4rem;
}
#zeh .sec02 .inner .list01 li p .text02 {
    font-size: 2.0rem;
}
#zeh .sec02 .inner .list02 {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#zeh .sec03 .inner h3 {
    margin: 0 0 1em;
    padding: .5em 1em;
    color: #fff;
    background: var(--grada-Navy);
    font-size: 2.0rem;
    letter-spacing: .1em;
}
#zeh .sec03 .inner .text01 {
    margin: 0 0 1.5em;
    font-size: 2.0rem;
    letter-spacing: .1em;
}
#zeh .sec03 .inner .box01 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
#zeh .sec03 .inner .box01 .item h4 {
    margin: 0 0 1em;
    padding: .5em 0;
    border-top: 1px solid var(--color-Gold);
    border-bottom: 1px solid var(--color-Gold);
    font-size: 1.8rem;
    text-align: center;
}
#zeh .sec03 .inner .box01 .item .source {
    font-size: 1.4rem;
    font-family: var(--font-Sans);
}
#zeh .sec03 .inner .box02 .block {
    display: flex;
    gap: 1em;
    align-items: flex-end;
}
#zeh .sec03 .inner .box02 .block .text {
    width: 100%;
    display: grid;
    gap: .5em;
}
#zeh .sec03 .inner .box02 .block .text .item01 {
    padding: 1em;
    border: 1px solid var(--color-Gold);
    font-size: 1.8rem;
    text-align: center;
}
#zeh .sec03 .inner .box02 .block .text .item02 {
    padding: 1.5em;
    color: #fff;
    background: var(--color-Gold);
    text-align: center;
}
#zeh .sec03 .inner .box02 .block .text .item02 .max {
    font-size: 2.4rem;
}
#zeh .sec03 .inner .box02 .block .img {
    flex-shrink: 0;
}
#zeh .sec03 .inner .box02 ul {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#zeh .sec03 .inner .flat35 h4 {
    margin: 0 0 1em;
    padding: .5em 0;
    border-top: 1px solid var(--color-Gold);
    border-bottom: 1px solid var(--color-Gold);
    font-size: 1.8rem;
}
#zeh .sec03 .inner .flat35 h5 {
    margin: 0 0 1em;
    padding: 0 0 0 .5em;
    border-left: .5em solid;
    font-size: 1.8rem;
    font-weight: 600;
}
#zeh .sec03 .inner .flat35 .link01 {
    color: #1b57c4;
    text-decoration: underline;
}
#zeh .sec03 .inner .flat35 .note {
    padding: 2em;
    background: #FDF4F3;
}
#zeh .sec03 .inner .flat35 .note dt {
	color: #B20000;
	font-size: 2.0rem;
}
#zeh .sec03 .inner .flat35 .note dd ul,
#zeh .sec03 .inner .flat35 .point {
    padding: 0 0 0 1.5em;
    list-style: disc;
}
#zeh .sec03 .inner .flat35 .box.border {
    padding: 1em;
    border: .3em solid var(--color-GrayL);
}
#zeh .sec03 .inner .flat35 .box.yellow {
    padding: 1em;
    background: #ffffcb;
}
#zeh .sec03 .inner .flat35 .text-red {
    color: #ca3a3a;
}
#zeh .sec04 .inner .box01 {
    display: grid;
    gap: 3em;
}
#zeh .sec04 .inner .box01 .item {
    padding: 3em 0 0;
    border-top: 1px solid var(--color-Gold);
    display: flex;
    gap: 2em 4em;
}
#zeh .sec04 .inner .box01 .item .text h3 {
    font-size: 2.4rem;
    margin: 0 0 1em;
}
#zeh .sec04 .inner .box01 .item .text .min {
    font-size: 1.4rem;
    font-family: var(--font-Sans);
}
#zeh .sec04 .inner .box01 .item .text ul {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#zeh .sec04 .inner .box01 .item .img {
    flex-shrink: 0;
}
@media screen and (max-width: 768px) {
	#zeh .sec01 .inner h3 {
	    font-size: 2.2rem;
	}
	#zeh .sec01 .inner h4 {
	    font-size: 1.6rem;
	}
	#zeh .sec01 .inner .box01 {
	    grid-template-columns: repeat(1, 1fr);
	}
	#zeh .sec01 .inner .box01 .left h5 {
	    font-size: 2.0rem;
	}
	#zeh .sec01 .inner .box01 .left .min {
	    font-size: 1.2rem;
	}
	#zeh .sec01 .inner .box01 .right {
	    gap: 1em;
	}
	#zeh .sec01 .inner .box01 .right .item {
	    gap: .5em;
	}
	#zeh .sec01 .inner .box01 .right .item::after {
	    border: .3em solid #fff;
	}
	#zeh .sec01 .inner .box01 .right .item .text01 {
	    font-size: 1.2rem;
	}
	#zeh .sec01 .inner .box01 .right .item .text02 {
	    font-size: 1.5rem;
	}
	#zeh .sec01 .inner .realization {
	    padding: 1em;
	    font-size: 1.6rem;
	    text-align: left;
	}
	#zeh .sec02 .inner h3 {
	    font-size: 2.0rem;
	}
	#zeh .sec02 .inner .list01 {
	    gap: 1em;
	    grid-template-columns: repeat(2, 1fr);
	}
	#zeh .sec02 .inner .list01 li p .text01 {
	    font-size: 1.0rem;
	    letter-spacing: 0;
	}
	#zeh .sec02 .inner .list01 li p .text02 {
	    font-size: 1.4rem;
	    letter-spacing: 0;
	}
	#zeh .sec02 .inner .list02 {
	    font-size: 1.2rem;
	}
	#zeh .sec03 .inner h3 {
	    font-size: 1.6rem;
	}
	#zeh .sec03 .inner .text01 {
	    font-size: 1.6rem;
	}
	#zeh .sec03 .inner .box01 {
	    grid-template-columns: repeat(1, 1fr);
	}
	#zeh .sec03 .inner .box01 .item h4 {
	    font-size: 1.6rem;
	}
	#zeh .sec03 .inner .box01 .item .img {
	    text-align: center;
	}
	#zeh .sec03 .inner .box01 .item .source {
	    font-size: 1.2rem;
	}
	#zeh .sec03 .inner .box02 .block {
	    flex-direction: column;
	}
	#zeh .sec03 .inner .box02 .block .text .item01 {
	    font-size: 1.6rem;
	    text-align: left;
	}
	#zeh .sec03 .inner .box02 .block .text .item02 .max {
	    font-size: 2.0rem;
	}
	#zeh .sec03 .inner .box02 .block .img {
	    display: none;
	}
	#zeh .sec03 .inner .box02 ul {
	    font-size: 1.2rem;
	}
	#zeh .sec03 .inner .flat35 h4 {
	    font-size: 1.6rem;
	}
	#zeh .sec03 .inner .flat35 h5 {
	    font-size: 1.6rem;
	}
	#zeh .sec03 .inner .flat35 .note {
	    padding: 1em;
	}
	#zeh .sec03 .inner .flat35 .note dt {
	    margin: 0 0 .3em;
	    font-size: 1.7rem;
	    text-align: center;
	}
	#zeh .sec04 .inner .box01 .item {
	    padding: 2em 0 0;
	    flex-direction: column;
	}
	#zeh .sec04 .inner .box01 .item .text h3 {
	    font-size: 1.8rem;
	}
	#zeh .sec04 .inner .box01 .item .text .min,
	#zeh .sec04 .inner .box01 .item .text ul {
		font-size: 1.2rem;
	    word-break: break-all;
	}
	#zeh .sec04 .inner .box01 .item .img {
	    width: 100%;
	    text-align: center;
	    flex-shrink: initial;
	}
}

/* ----------------------------------------------
    quality
---------------------------------------------- */
#quality.index .sec01 .inner ul {
    display: grid;
    gap: 4em;
}
#quality.index .sec01 .inner ul li {
    display: flex;
    gap: 4em;
    align-items: center;
}
#quality.index .sec01 .inner ul li:nth-child(even) {
    flex-direction: row-reverse;
}
#quality.index .sec01 .inner ul li .img {
    width: 50%;
    background: var(--color-GrayB);
}
#quality.index .sec01 .inner ul li .text {
    width: 50%;
}
#quality.index .sec01 .inner ul li .img img {
    aspect-ratio: 2 / 1.3;
    object-fit: cover;
    transition: scale ease .6s;
}
@media screen and (max-width: 768px) {
	#quality.index .sec01 .inner ul li,
	#quality.index .sec01 .inner ul li:nth-child(even) {
	    gap: 2em;
	    flex-direction: column;
	}
	#quality.index .sec01 .inner ul li .img {
	    width: 90%;
	    margin: 0 auto 0 0;
	}
	#quality.index .sec01 .inner ul li:nth-child(even) .img {
	    margin: 0 0 0 auto;
	}
	#quality.index .sec01 .inner ul li .text {
	    width: 100%;
	}
}

/* ----------------------------------------------
    kitchen
---------------------------------------------- */
#quality.kitchen .sec01 .inner .box01 {
    position: relative;
}
#quality.kitchen .sec01 .inner .box01 .logo {
    position: absolute;
    top: 1em;
    right: 2em;
    z-index: 1;
}
#quality.kitchen .sec01 .inner .box01 .text {
	width: 90%;
    display: grid;
    gap: 1em;
    position: absolute;
    left: 5%;
    bottom: 5em;
    z-index: 2;
}
#quality.kitchen .sec01 .inner .box01 .text h3 {
    color: #fff;
    font-size: 3.2rem;
    line-height: 2;
}
#quality.kitchen .sec01 .inner .box01 .img {
    position: relative;
}
#quality.kitchen .sec01 .inner .box01 .img::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(35, 40, 50, 0.9) 0%, rgba(35, 40, 50, 0) 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#quality.kitchen .sec01 .inner .box01 .img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
#quality.kitchen .sec01 .inner .box02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#quality.kitchen .sec02 .inner .column2-1 {
    display: grid;
    gap: 2em;
    grid-template-columns: 2fr 1fr;
}
#quality.kitchen .sec02 .inner .column2-1 .text h4 {
    font-size: 2.0rem;
}
#quality.kitchen .sec02 .inner .kome {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#quality.kitchen .sec02 .inner .column3 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
}
#quality.kitchen .sec02 .inner .column3 .item {
    border: 1px solid #8c8465;
}
#quality.kitchen .sec02 .inner .column3 .item h4 {
    padding: .3em;
    color: #fff;
    background: #8c8465;
    font-size: 2.0rem;
    text-align: center;
}
#quality.kitchen .sec02 .inner .column3 .item .text {
    padding: 2em;
    display: grid;
    gap: 1em;
}
#quality.kitchen .sec02 .inner .column3 .item .text h5 {
    font-size: 2.0rem;
}
#quality.kitchen .sec02 .inner .flex {
    display: flex;
    gap: 1em 3em;
}
#quality.kitchen .sec02 .inner .flex .img {
    flex-shrink: 0;
}
#quality.kitchen .sec02 .inner .column4 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(4, 1fr);
}
#quality.kitchen .sec02 .inner .column4 h4 {
    margin: 0 0 .5em;
    padding: .3em 0;
    border-bottom: 1px solid var(--color-Gold);
}
#quality.kitchen .sec02 .inner .column4:not(:has(.img)) {
    padding: 0 0 4em;
    border-bottom: 1px solid var(--color-Gold);
}
#quality.kitchen .sec02 .inner .column4:not(:has(.img)) h4 {
    border-top: 1px solid var(--color-Gold);
    font-size: 2.0rem;
    text-align: center;
}
#quality.kitchen .sec02 .inner .column4:has(.img) h4 {
    font-size: 1.8rem;
}
#quality.kitchen .sec02 .inner .note ul li {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
@media screen and (max-width: 768px) {
	#quality.kitchen .sec01 .inner .box01 .text {
	    bottom: 2em;
	}
	#quality.kitchen .sec01 .inner .box01 .text h3 {
	    font-size: 1.6rem;
	}
	#quality.kitchen .sec01 .inner .box01 .img img {
	    height: 300px;
	}
	#quality.kitchen .sec02 .inner .column2-1 {
	    grid-template-columns: 1fr;
	}
	#quality.kitchen .sec02 .inner .kome {
	    font-size: 1.2rem;
	}
	#quality.kitchen .sec02 .inner .column2-1 .text h4 {
    	font-size: 1.6rem;
	}
	#quality.kitchen .sec02 .inner .column3 {
	    grid-template-columns: 1fr;
	}
	#quality.kitchen .sec02 .inner .column3 .item .text {
	    padding: 1em;
	}
	#quality.kitchen .sec02 .inner .column3 .item .text h5 {
	    font-size: 1.6rem;
	}
	#quality.kitchen .sec02 .inner .flex {
	    flex-direction: column;
	}
	#quality.kitchen .sec02 .inner .column4 {
	    gap: 1em;
	    grid-template-columns: repeat(2, 1fr);
	}
	#quality.kitchen .sec02 .inner .column4:not(:has(.img)) h4,
	#quality.kitchen .sec02 .inner .column4:has(.img) h4 {
	    font-size: 1.6rem;
	    letter-spacing: 0;
	}
	#quality.kitchen .sec02 .inner .note ul li {
	    font-size: 1.2rem;
	}
}

/* ----------------------------------------------
    bathRoom
---------------------------------------------- */
#quality.powderroom section .inner .kome {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#quality.bathroom   section .inner .mv,
#quality.powderroom section .inner .mv {
    color: #fff;
    background: var(--color-Navy);
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
#quality.bathroom   section .inner .mv .text,
#quality.powderroom section .inner .mv .text {
    padding: 0 5em;
}
#quality.bathroom   section .inner .mv .text h3,
#quality.powderroom section .inner .mv .text h3 {
    font-size: 2.8rem;
    line-height: 2;
}
#quality.bathroom   section .inner .mv .img img,
#quality.powderroom section .inner .mv .img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
#quality.bathroom   section .inner .mv .logo,
#quality.powderroom section .inner .mv .logo {
    position: absolute;
    top: 1em;
    right: 1em;
}
#quality.bathroom   section .inner .text01 h3,
#quality.powderroom section .inner .text01 h3 {
    font-size: 2.8rem;
    text-align: center;
}
#quality.bathroom   section .inner .min,
#quality.powderroom section .inner .min {
    font-size: 1.4rem;
}
#quality.bathroom   section .inner .ff-sans,
#quality.powderroom section .inner .ff-sans {
    font-family: var(--font-Sans);
}
#quality.bathroom   section .inner .title,
#quality.powderroom section .inner .title {
    font-size: 2.0rem;
    margin: 0 0 1em;
}
#quality.bathroom   section .inner .flex,
#quality.powderroom section .inner .flex {
    display: flex;
    gap: 2em 4em;
}
#quality.bathroom   section .inner .flex-end,
#quality.powderroom section .inner .flex-end {
    align-items: flex-end;
}
#quality.bathroom   section .inner .flex .img,
#quality.powderroom section .inner .flex .img {
    flex-shrink: 0;
}
#quality.bathroom   section .inner .flex .flex,
#quality.powderroom section .inner .flex .flex {
	gap: 1em 2em;
}
#quality.bathroom   section .inner .column2,
#quality.powderroom section .inner .column2 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
#quality.bathroom   section .inner .column4,
#quality.powderroom section .inner .column4 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(4, 1fr);
}
#quality.bathroom   section .inner .column4.gap05 .item,
#quality.powderroom section .inner .column4.gap05 .item {
    display: grid;
    gap: .5em;
    align-content: flex-start;
}
#quality.bathroom   section .inner .column3,
#quality.powderroom section .inner .column3 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
}
#quality.bathroom   section .inner .column3.gap05 .item,
#quality.powderroom section .inner .column3.gap05 .item {
    display: grid;
    gap: .5em;
    align-content: flex-start;
}
#quality.bathroom   section .inner .column2.items-center,
#quality.powderroom section .inner .column2.items-center {
    align-items: center;
}
#quality.bathroom   section .inner .border-top,
#quality.powderroom section .inner .border-bottom {
    padding: .5em 0;
    border-top: 1px solid var(--color-Gold);
    border-bottom: 1px solid var(--color-Gold);
}
#quality.powderroom section .inner .box01 {
    padding: 2em;
    border: 1px solid;
}
#quality.powderroom section .inner .box01 .text .logo {
    margin: 0 0 .5em;
    display: flex;
    gap: 1em;
    align-items: flex-end;
}
#quality.powderroom section .inner .note ul li {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
@media screen and (max-width: 768px) {
	#quality.powderroom .sec02 .inner .kome {
	    font-size: 1.2rem;
	}
	#quality.bathroom section .inner .mv,
	#quality.powderroom section .inner .mv {
	    display: flex;
	    flex-direction: column-reverse;
	}
	#quality.bathroom   section .inner .mv .text,
	#quality.powderroom section .inner .mv .text {
		width: 100%;
	    padding: 2em 5%;
	}
	#quality.bathroom   section .inner .mv .text h3,
	#quality.powderroom section .inner .mv .text h3 {
	    font-size: 2.0rem;
	}
	#quality.bathroom section .inner .mv .img,
	#quality.powderroom section .inner .mv .img {
	    width: 100%;
	}
	#quality.bathroom   section .inner .mv .img img,
	#quality.powderroom section .inner .mv .img img {
	    height: 400px;
	}
	#quality.bathroom   section .inner .text01 h3,
	#quality.powderroom section .inner .text01 h3 {
	    font-size: 2.0rem;
	}
	#quality.bathroom   section .inner .title,
	#quality.powderroom section .inner .title {
	    font-size: 1.8rem;
	}
	#quality.bathroom   section .inner .min,
	#quality.powderroom section .inner .min {
	    font-size: 1.2rem;
	}
	#quality.bathroom   section .inner .flex,
	#quality.powderroom section .inner .flex {
	    flex-direction: column;
	}
	#quality.bathroom   section .inner .flex .img,
	#quality.powderroom section .inner .flex .img {
	    width: 100%;
	}
	#quality.bathroom   section .inner .column2,
	#quality.powderroom section .inner .column2 {
	    grid-template-columns: repeat(1, 1fr);
	}
	#quality.bathroom   section .inner .column2 .column2,
	#quality.powderroom section .inner .column2 .column2 {
		gap: 1em;
	    grid-template-columns: repeat(2, 1fr);
	}
	#quality.bathroom   section .inner .column3,
	#quality.powderroom section .inner .column3 {
	    gap: 1em;
	    grid-template-columns: repeat(2, 1fr);
	}
	#quality.bathroom   section .inner .column4,
	#quality.powderroom section .inner .column4 {
	    gap: 1em;
	    grid-template-columns: repeat(2, 1fr);
	}
	#quality.powderroom section .inner .box01 {
	    padding: 2em 1em;
	}
	#quality.powderroom section .inner .box01 .text .logo {
	    gap: 0 1em;
	    align-items: center;
	    flex-direction: column;
	}
	#quality.powderroom section .inner .note ul li {
	    font-size: 1.2rem;
	}
}

/* ----------------------------------------------
    powderroom
---------------------------------------------- */
@media screen and (max-width: 768px) {
}

/* ----------------------------------------------
    landplan
---------------------------------------------- */
#quality.landplan .sec01 .inner .img01 img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
#quality.landplan .sec02 .inner h3 {
    font-size: 3.2rem;
}
#quality.landplan .sec02 .inner ul {
    border-top: 1px solid var(--color-Gold);
	display: grid;
	gap: 0 2em;
	grid-template-columns: repeat(2, 1fr);
}
#quality.landplan .sec02 .inner ul li {
    padding: 1em .5em;
    border-bottom: 1px solid var(--color-Gold);
    display: flex;
	gap: 1em;
    align-items: baseline;
}
#quality.landplan .sec02 .inner ul li.w100 {
	grid-column: 1 / -1;
}
#quality.landplan .sec02 .inner ul li .num {
    width: 1.5em;
    aspect-ratio: 1;
    color: #fff;
    background: var(--color-Navy);
    font-size: 2.2rem;
    font-family: var(--font-English);
    line-height: 1;
    display: grid;
    flex-shrink: 0;
    place-items: center;
}
#quality.landplan .sec02 .inner ul li .text h4 {
    font-size: 2.0rem;
}
#quality.landplan .sec02 .inner ul li .text p {
	margin: .5em 0 0;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
}
@media screen and (max-width: 768px) {
	#quality.landplan .sec01 .inner .img01 img {
	    height: 300px;
	}
	#quality.landplan .sec02 .inner h3 {
	    font-size: 2.0rem;
	}
	#quality.landplan .sec02 .inner ul li .num {
	    font-size: 2.0rem;
    }
    #quality.landplan .sec02 .inner ul {
	    grid-template-columns: repeat(1, 1fr);
	}
	#quality.landplan .sec02 .inner ul li .text h4 {
	    font-size: 1.6rem;
	}
	#quality.landplan .sec02 .inner ul li .text p {
	    font-size: 1.2rem;
	}
}

/* ----------------------------------------------
    spacedesign
---------------------------------------------- */
#quality.spacedesign .sec01 {
    color: #fff;
    background: #1a1a1a;
}
#quality.spacedesign .sec01 .inner .box01 {
    position: relative;
}
#quality.spacedesign .sec01 .inner .box01 .text {
	width: 90%;
    max-width: 580px;
    display: grid;
    gap: 1em;
    position: absolute;
    left: 5%;
    bottom: 5em;
    z-index: 2;
}
#quality.spacedesign .sec01 .inner .box01 .text h3 {
    font-size: 4.0rem;
    font-family: var(--font-English);
}
#quality.spacedesign .sec01 .inner .box01 .text h4 {
    font-size: 2.4rem;
}
#quality.spacedesign .sec01 .inner .box01 .img {
    position: relative;
}
#quality.spacedesign .sec01 .inner .box01 .img.overlay::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(35, 40, 50, 0.9) 0%, rgba(35, 40, 50, 0) 60%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#quality.spacedesign .sec01 .inner .box01 .img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
#quality.spacedesign .sec01 .inner .box02 h4 {
	margin: 0 0 .5em;
    font-size: 3.6rem;
    font-family: var(--font-English);
}
#quality.spacedesign .sec01 .inner .box03 {
    display: grid;
    gap: 4em;
}
#quality.spacedesign .sec01 .inner .box03 .item {
    display: grid;
    gap: 2em;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}
#quality.spacedesign .sec01 .inner .box03 .item .text {
    padding: 0 5em;
}
#quality.spacedesign .sec01 .inner .box03 .item .text h5 {
    margin: 0 0 1em;
    font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
	#quality.spacedesign .sec01 .inner .box03 .item.reverse .img {
	    order: 1;
	}
	#quality.spacedesign .sec01 .inner .box03 .item .img.min {
	    padding: 0 0 0 5em;
	}
	#quality.spacedesign .sec01 .inner .box03 .item.reverse .text {
	    order: 2;
	}
}
@media screen and (max-width: 768px) {
	#quality.spacedesign .sec01 .inner .box01 .text {
	    bottom: 2em;
	}
	#quality.spacedesign .sec01 .inner .box01 .text h3 {
	    font-size: 3.0rem;
	}
	#quality.spacedesign .sec01 .inner .box01 .text h4 {
	    font-size: 2.0rem;
	}
	#quality.spacedesign .sec01 .inner .box01 .img img {
	    height: 460px;
	}
	#quality.spacedesign .sec01 .inner .box02 h4 {
	    font-size: 2.6rem;
	}
	#quality.spacedesign .sec01 .inner .box03 .item {
	    grid-template-columns: repeat(1, 1fr);
	}
	#quality.spacedesign .sec01 .inner .box03 .item .text {
	    padding: 0 5%;
	}
	#quality.spacedesign .sec01 .inner .box03 .item .text h5 {
	    font-size: 2.0rem;
	}
	#quality.spacedesign .sec01 .inner .box03 .item .img {
	    padding: 0 5%;
	}
}

/* ----------------------------------------------
    equipment
---------------------------------------------- */
#quality.equipment .sec01 .inner h3 {
    margin: 0 0 2em;
    padding: .5em 0;
    border-top: 1px solid var(--color-Gold);
    border-bottom: 1px solid var(--color-Gold);
    font-size: 3.2rem;
    text-align: center;
}
#quality.equipment .sec01 .inner .floor {
    position: relative;
}
#quality.equipment .sec01 .inner .floor .logo {
    width: 22%;
    position: absolute;
    top: 0;
    left: 0;
}
#quality.equipment .sec01 .inner .option ul {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(4, 1fr);
}
#quality.equipment .sec01 .inner .option ul li {
	padding: 3em 1.5em 1.5em;
    border: 1px solid var(--color-Navy);
    display: grid;
    gap: .5em;
    align-content: flex-start;
    position: relative;
}
#quality.equipment .sec01 .inner .option ul li i {
    width: 100%;
    place-items: center;
    position: absolute;
    top: -30px;
    left: 0;
}
#quality.equipment .sec01 .inner .option ul li h4 {
    font-size: 2.0rem;
    text-align: center;
}
#quality.equipment .sec01 .inner .note ul li {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#quality.equipment .sec02 .inner .iot {
    display: flex;
    gap: 2em 4em;
}
#quality.equipment .sec02 .inner .iot .text h4 {
    margin: 0 0 .5em;
    font-size: 2.8rem;
    letter-spacing: .2em;
}
#quality.equipment .sec02 .inner .iot .img {
    flex-shrink: 0;
}
#quality.equipment .sec02 .inner ul {
    display: grid;
    gap: 4em;
}
#quality.equipment .sec02 .inner ul li:has(.img) {
    display: grid;
    gap: 2em;
    grid-template-columns: 2fr 1.5fr;
}
#quality.equipment .sec02 .inner ul li .text {
    display: grid;
    gap: .5em;
    align-content: flex-start;
}
#quality.equipment .sec02 .inner ul li .text h4 {
    margin: 0 0 .5em;
    font-size: 2.4rem;
}
#quality.equipment section .kome {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#quality.equipment .sec03 .inner .column2 {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
#quality.equipment .sec03 .inner .agent {
    display: flex;
    gap: 2em;
}
#quality.equipment .sec03 .inner .agent .text {
    display: grid;
    gap: 1em;
    align-content: flex-start;
}
#quality.equipment .sec03 .inner .agent .text h4 {
    margin: 0 0 .5em;
    display: flex;
    gap: 2em;
    align-items: center;
}
#quality.equipment .sec03 .inner .agent .img {
    flex-shrink: 0;
}
#quality.equipment .sec03 .inner .service h4 {
    margin: 0 0 1em;
    font-size: 2.4rem;
}
#quality.equipment .sec03 .inner .column2.list02 li {
    padding: 1.5em;
    border: 1px solid;
}
@media screen and (min-width: 769px) {
	#quality.equipment .sec02 .inner ul li:has(.img):nth-child(even) {
	    grid-template-columns: 1.5fr 2fr;
	}
	#quality.equipment .sec02 .inner ul li:nth-child(even) .text {
	    order: 1;
	}
	#quality.equipment .sec02 .inner ul li:nth-child(even) .img {
	    order: 2;
	}
}
@media screen and (max-width: 768px) {
	#quality.equipment .sec01 .inner h3 {
	    font-size: 2.0rem;
	}
	#quality.equipment .sec01 .inner .option ul {
	    gap: 3em;
	    grid-template-columns: repeat(1, 1fr);
	}
	#quality.equipment .sec01 .inner .option ul li {
	    text-align: center;
	}
	#quality.equipment .sec01 .inner .note ul li {
	    font-size: 1.2rem;
	}
	#quality.equipment .sec02 .inner .iot {
	    flex-direction: column-reverse;
	}
	#quality.equipment .sec02 .inner .iot .img {
	    width: 100px;
	    margin: 0 auto;
	}
	#quality.equipment .sec02 .inner .iot .text h4 {
	    font-size: 2.0rem;
	    letter-spacing: .05em;
	}
	#quality.equipment .sec02 .inner ul li:has(.img) {
	    gap: 1em;
	    grid-template-columns: 1fr;
	}
	#quality.equipment .sec02 .inner ul li .text h4 {
	    font-size: 2.0rem;
	}
	#quality.equipment section .kome {
	    font-size: 1.2rem;
	}
	#quality.equipment .sec02 .inner ul li .text h4 {
	    font-size: 1.8rem;
	}
	#quality.equipment .sec03 .inner .column2 {
	    grid-template-columns: repeat(1, 1fr);
	}
	#quality.equipment .sec03 .inner .agent {
	    flex-direction: column;
	}
	#quality.equipment .sec03 .inner .agent .text h4 {
	    gap: .5em;
	    flex-direction: column;
	}
	#quality.equipment .sec03 .inner .service h4 {
	    font-size: 2.0rem;
	}
}

/* ----------------------------------------------
    structure
---------------------------------------------- */
#quality.structure .sec01 .inner h3,
#quality.structure .sec02 .inner h3 {
    margin: 0 0 2em;
    padding: .5em 0;
    border-top: 1px solid var(--color-Gold);
    border-bottom: 1px solid var(--color-Gold);
    font-size: 3.2rem;
    text-align: center;
}
#quality.structure section .inner .flex {
    display: flex;
    gap: 2em 4em;
}
#quality.structure section .inner .flex .img {
    flex-shrink: 0;
}
#quality.structure section .kome {
    padding: 0 0 0 1em;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
    text-indent: -1em;
}
#quality.structure .sec01 .inner ul {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
#quality.structure .sec01 .inner ul li {
    padding: 3em 1.5em 2em;
    border: 1px solid;
    display: grid;
    gap: 1em;
    align-content: flex-start;
    position: relative;
}
#quality.structure .sec01 .inner ul li .num {
    width: 50px;
    aspect-ratio: 1;
    padding: 0 0 .15em;
    color: #fff;
    background: var(--color-Navy);
    font-size: 3.6rem;
    line-height: 1;
    display: grid;
    place-items: center;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
}
#quality.structure .sec01 .inner ul li h4 {
    font-size: 2.2rem;
    text-align: center;
}
#quality.structure .sec02 .inner h4 {
    margin: 0 0 1em;
    font-size: 2.4rem;
}
#quality.structure .sec02 .inner ul {
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}
#quality.structure .sec03 {
    background: url(/assets/img/common/back01.jpg) center / cover no-repeat;
}
#quality.structure .sec03 .inner h3 {
    margin: 0 0 1em;
    font-size: 3.2rem;
    text-align: center;
}
#quality.structure .sec03 .inner h4 {
    margin: 0 0 1em;
    font-size: 2.0rem;
}
#quality.structure .sec03 .inner ul {
	width: fit-content;
    margin: 0 auto 2em;
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(3, 1fr);
}
#quality.structure .sec03 .inner ul li {
    text-align: center;
}
#quality.structure .sec03 .inner ul li .circle {
    aspect-ratio: 1;
    margin: 0 0 1em;
    background: #fff;
    border: 1px solid var(--color-Gold);
    border-radius: 100vmax;
    line-height: 1.6;
    display: grid;
    place-items: center;
    align-content: center;
}
#quality.structure .sec03 .inner ul li .circle .text02 {
    color: var(--color-Gold);
    font-size: 2.0rem;
}
#quality.structure .sec03 .inner ul li .circle .text02 span {
    font-size: 5.6rem;
    font-family: var(--font-English);
    line-height: 1;
}
#quality.structure .sec03 .inner ul li .circle .text03 {
    font-size: 2.0rem;
}
#quality.structure .sec03 .inner ul li .circle .text04 {
    font-size: 1.4rem;
}
#quality.structure .sec04 .inner ul {
    display: grid;
    gap: 3em;
}
#quality.structure .sec04 .inner ul li:not(:last-child) {
    padding: 0 0 3em;
    border-bottom: 1px solid var(--color-Gold);
}
#quality.structure .sec04 .inner ul li .text h3 {
    margin: 0 0 .5em;
    font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	#quality.structure .sec01 .inner h3,
	#quality.structure .sec02 .inner h3 {
	    font-size: 2.0rem;
	}
	#quality.structure section .inner .flex {
	    flex-direction: column;
	}
	#quality.structure section .kome {
	    font-size: 1.2rem;
	}
	#quality.structure .sec01 .inner {
	    padding-bottom: 2em;
	}
	#quality.structure .sec01 .inner ul {
	    gap: 3em;
	    grid-template-columns: repeat(1, 1fr);
	}
	#quality.structure .sec01 .inner ul li .num {
	    width: 45px;
	    font-size: 3.0rem;
	}
	#quality.structure .sec01 .inner ul li h4 {
	    font-size: 2.0rem;
	}
	#quality.structure .sec02 .inner h4 {
	    font-size: 1.8rem;
	}
	#quality.structure .sec02 .inner ul {
	    grid-template-columns: repeat(1, 1fr);
	}
	#quality.structure .sec03 .inner h3 {
	    font-size: 2.0rem;
	}
	#quality.structure .sec03 .inner ul {
	    grid-template-columns: repeat(1, 1fr);
	}
	#quality.structure .sec04 .inner ul li .text h3 {
	    font-size: 2.0rem;
	}
}

/*iida_追加*/

#order_plan .order_navi{
	margin:20px auto 0;
	width:100%;
}
#order_plan .order_navi ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
    margin: 0;
}
#order_plan .order_navi ul li{
	width:98%;
	margin:1%;
}
#order_plan .order_navi ul li a{
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:#232429;
	display:block;
	padding:16px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	background-size:87% auto;
    border: solid 1px #232429;

}
#order_plan .order_navi ul li a.active, .order_navi ul li a:hover{
	background-color:#232429;
	color:#FFF!important;
    opacity: 1;
}
/*pc*/
@media screen and (min-width: 758px){
#order_plan .order_navi{
	margin:80px auto 20px auto;
	width:1180px;
}
#order_plan .order_navi ul{
	display: flex;
	justify-content: center;
}
#order_plan .order_navi ul li{
	width:28%;
	margin:0% 20px;
}
#order_plan .order_navi ul li a{
	font-size:14px;
	font-weight: bold;
	background-size:92% auto;
	width:92%;
}
}
/*１--------------------------------------*/
#order_plan .content1{
    margin: 0 auto;
    background-color: #40353f;
}
#order_plan .content1 h2 img{
    max-width: 60%;
    margin: 20px auto;
}
#order_plan .content1 h3{
	width: 100%;
	margin: 0 auto;
}


@media screen and (min-width: 758px){
#order_plan .content1{
}
#order_plan .sec01 .inner .img01 img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
#order_plan .sec02 .inner h3 {
    font-size: 3.2rem;
}
}
@media screen and (max-width: 758px){
}




/*block3-------------------------------------*/


#order_plan .content1 .block3{
}
#order_plan .block3 .sel{
	margin:40px auto;
	display:block;
    width: 100%;
	padding: 15px;
}
#order_plan .block3 .sel .sel-box{
	margin-bottom:120px;
}
#order_plan .block3 .sel .sel-box dl{
	position:relative;
	margin-bottom:20px;
	
}
#order_plan .block3 .sel .sel-box dl dt{
	position:relative;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 11px 10px;
	letter-spacing:0px;
	text-align: left;
}
#order_plan .block3 .sel .sel-box dl dt span{
	font-size: 8px;
	font-weight: normal;
	margin-left:5px;
}
#order_plan .block3 .sel .sel-box dl dt type{
	position:absolute;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing:0px;
	right: 1%;
	padding: 4px 0 2 0;
}
#order_plan .block3 .sel .sel-box dl dt type::before{
    content: "";
    border-left: solid 1px #FFF;
    padding-right: 10px;
}
#order_plan .block3 .sel .sel-box dl dd{
	margin:10px auto;
	width:auto;
}
#order_plan .block3 .sel .sel-box-r{
}
#order_plan .block3 .sel .sel-box-r .owner_title{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
    text-align: left;
	color: #FFF;
    font-size: 120%;
    padding-bottom: 10px;
}
#order_plan .block3 .sel .sel-box-r .owner_title:before {
content:"□";
font-weight: lighter;
}
#order_plan .block3 .sel .sel-box-r dl{
	position:relative;
	margin-bottom:20px;
	
}
#order_plan .block3 .sel .sel-box-r dl dt{
	position:relative;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 11px 10px;
	letter-spacing:0px;
	text-align: left;
}
#order_plan .block3 .sel .sel-box-r dl dt span{
	font-size: 8px;
	font-weight: normal;
	margin-left:5px;
}
#order_plan .block3 .sel .sel-box-r dl dt type{
	position:absolute;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing:0px;
	right: 1%;
	padding: 4px 0 2 0;
}
#order_plan .block3 .sel .sel-box-r dl dt type::before{
    content: "";
    border-left: solid 1px #FFF;
    padding-right: 10px;
}
#order_plan .block3 .sel .sel-box-r dl dd{
	margin:10px auto;
	width:auto;
}



/*pc*/
@media screen and (min-width: 758px){


#order_plan .content1 .block3{
    width: 100%;
}
#order_plan .block3 .sel{
	padding: 30px;
	margin:40px auto;
	display:flex;
	justify-content: space-between;
	align-items: top;
    width: 1160px;
}
#order_plan .block3 .sel .sel-box{
	width:45%;
}
#order_plan .block3 .sel .sel-box{
	width:45%;
	padding-right:2%;
}
#order_plan .block3 .sel .sel-box dl{
	margin-bottom:30px;
}
#order_plan .block3 .sel .sel-box dl:last-child{
	margin-bottom:0px;
}
#order_plan .block3 .sel .sel-box dl dt{
	font-size: 15px;
	line-height: 1em;
	padding: 11px 30px;
}
#order_plan .block3 .sel .sel-box dl dt span{
	font-size: 11px;
	font-weight: normal;
}
#order_plan .block3 .sel .sel-box dl dt type{
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
}
#order_plan .block3 .sel .sel-box dl dt type::before{
    padding-right: 30px;
}
#order_plan .block3 .sel .sel-box dl dd{
	margin:18px auto;
	width:85%;
}
    
    
#order_plan .block3 .sel .sel-box-r{
	width:50%;
	padding-right:2%;
}
#order_plan .block3 .sel .sel-box-r dl{
	margin-bottom:30px;
}
#order_plan .block3 .sel .sel-box-r dl:last-child{
	margin-bottom:0px;
}
#order_plan .block3 .sel .sel-box-r dl dt{
	font-size: 15px;
	line-height: 1em;
	padding: 11px 30px;
}
#order_plan .block3 .sel .sel-box-r dl dt span{
	font-size: 11px;
	font-weight: normal;
}
#order_plan .block3 .sel .sel-box-r dl dt type{
	font-size: 15px;
	font-weight: bold;
	padding: 2px;
}
#order_plan .block3 .sel .sel-box-r dl dt type::before{
    padding-right: 30px;
}
#order_plan .block3 .sel .sel-box-r dl dd{
	margin:18px auto;
	width:85%;
}
}



/* ----------------------------------------------
    order_plan
---------------------------------------------- */
#order_plan .sec01 .inner .img01 img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
#order_plan .sec02 .inner h3 {
    font-size: 3.2rem;
}
#order_plan .sec02 .inner .box02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
#order_plan .sec02 .inner ul {
    border-top: 1px solid var(--color-Gold);
	display: grid;
	gap: 0 2em;
	grid-template-columns: repeat(2, 1fr);
}
#order_plan .sec02 .inner ul li {
    padding: 1em .5em;
    border-bottom: 1px solid var(--color-Gold);
    display: flex;
	gap: 1em;
    align-items: baseline;
}
#order_plan .sec02 .inner ul li.w100 {
	grid-column: 1 / -1;
}
#order_plan .sec02 .inner ul li .num {
    width: 1.5em;
    aspect-ratio: 1;
    color: #fff;
    background: var(--color-Navy);
    font-size: 2.2rem;
    font-family: var(--font-English);
    line-height: 1;
    display: grid;
    flex-shrink: 0;
    place-items: center;
}
#order_plan .sec02 .inner ul li .text h4 {
    font-size: 2.0rem;
}
#order_plan .sec02 .inner ul li .text p {
	margin: .5em 0 0;
    font-size: 1.4rem;
    font-family: var(--font-Sans);
}
@media screen and (max-width: 768px) {
    
	#order_plan .sec01 .inner .img01 img {
	    height: 300px;
	}
	#order_plan .sec02 .inner h3 {
	    font-size: 2.0rem;
	}
	#order_plan .sec02 .inner ul li .num {
	    font-size: 2.0rem;
    }
    #order_plan .sec02 .inner ul {
	    grid-template-columns: repeat(1, 1fr);
	}
	#order_plan .sec02 .inner ul li .text h4 {
	    font-size: 1.6rem;
	}
	#order_plan .sec02 .inner ul li .text p {
	    font-size: 1.2rem;
	}
}

/* ----------------------------------------------
    ailife
---------------------------------------------- */

#ailife{
    background-color: #FFF;
}
#ailife .content1 .logo_al{
}
#ailife .logo_al h3{
	width:150px;
	margin:40px auto;
}
#ailife .logo_al div{
}
#ailife .logo_al div h2{
	width:280px;
	margin:25px auto;
}
#ailife .logo_al div p{
	font-size:90%;
	line-height:1.4em;
}
#ailife .logo_al div dl{
	margin:25px 0;
	background-color:#F0F0F0;
	padding:15px;
}
#ailife .logo_al div dl dt{
	font-size:110%;
	line-height:1.4em;
	text-align:center;
	margin-bottom:15px;
	color:#A3893E;
}
#ailife .logo_al div dl dd{
	font-size:90%;
	line-height:1.4em;
	background-color:#fff;
	padding:15px;
    text-align: left;
}
#ailife .block{
    padding-bottom: 40px;
}
#ailife .block .step{
	margin:60px auto 0;
	width:100%;
	text-align: left;
}
#ailife .block .step h5{
	position:relative;
}
#ailife .block .step h5 .img{
}
#ailife .block .step h5 .nam{
	position:absolute;
	top:-15px;
	left:0;
	width:80px;
}
#ailife .block .step h4{
	font-weight:bold;
	font-size:110%;
    border: solid 1px #CCCCCC;
	padding:5px 2px 5px 10px;
	margin-bottom:10px;
}
#ailife .block .step p{
	font-size:90%;
	line-height:1.4em;
}
#ailife .block .step p small{
	font-size:85%;
	color:#777;
	line-height:1.3em;
	display:block;
	margin:7px;
}
/*pc*/
@media screen and (min-width: 758px){
#ailife .logo_al{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#ailife .logo_al h3{
	margin:-20px auto 0 auto;
	width:400px;
}
#ailife .logo_al div{
	width:800px;
}
#ailife .logo_al div h2{
	width:400px;
	margin:35px auto;
}
#ailife .logo_al div p{
	margin-bottom:30px;
	font-size:16px;
	line-height:1.8em;
}
#ailife .logo_al div dl{
	padding:25px;
}
#ailife .logo_al div dl dt{
	margin-bottom:20px;
	letter-spacing:1px;
}
#ailife .logo_al div dl dd{
	background-color:#fff;
	padding:25px;
}
#ailife .block{
	display: flex;
	justify-content: space-between;
    padding-bottom: 40px;
    width:100%;
}
#ailife .block .step{
	margin:60px 0 0 0;
	width:30%;
}
#ailife .block .step h5{
	position:relative;
}
#ailife .block .step h5 .img{
}
#ailife .block .step h5 .nam{
	position:absolute;
	top:-38px;
	left:0px;
	width:103px;
}
#ailife .block .step h4{
	padding:7px 2px 7px 20px;
	margin-bottom:13px;
}
#ailife .block .step p{
	line-height:1.4em;
}
#ailife .block .step p small{
	font-size:85%;
	color:#777;
	line-height:1.3em;
	display:block;
	margin:10px;
}
}

/* ----------------------------------------------
    sales
---------------------------------------------- */
#sales {
    background-color: #FFF;
}

@media screen and (min-width: 758px){
#sales {
}

}


/*--------------------------------------*/
#sales .midasi{
}
#sales .midasi h2{
	margin:20px 0;
}


@media screen and (min-width: 758px){
#sales .midasi{
}
#sales .midasi h2{
	margin:60px 0;
	width:560px;
}

}


/*--------------------------------------*/

#sales .block1{
	margin:0;
	padding: 40px 20px;
}
#sales .block1 h3{
	margin:0px auto 40px;
	width:100%;
}
#sales .block1 ul{
	display: block;
	
}
#sales .block1 ul li{
	margin:20px 0;
}
@media screen and (min-width: 758px){
    
#sales .block1{
}
#sales .block1 h3{
	margin:0px auto 40px;
	max-width:780px;
}
#sales .block1 ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sales .block1 ul li{
	margin:16px 0;
	width:32%;
	padding:1%;
}
}
/*--------------------------------------*/


#sales .block2{
	margin:40px auto 0;
    padding: 60px 0;
}
#sales .block2 h4{
	font-size:120%;
	font-weight:bold;
    color: #4E3511;
	padding:10px 0;
	border-bottom:solid 1px #4E3511;
	text-align: left;
}
#sales .block2 .box{
	margin:11px 0;
}
#sales .block2 .box ul{
	display: block;
	text-align: left;
    color: #4E3511;
}
#sales .block2 .box ul li{
	font-size:14px;
	margin-bottom:4px;
}
#sales .block2 .box dl{
	margin-bottom:15px;
	text-align: left;
}
#sales .block2 .box dl dt{
	background-color:#4E3511;
	color:#DDDDDD;
	padding:3px;
	text-align:center;
	margin-bottom:5px;
}
#sales .block2 .box dl dd{
    color: #4E3511;
}
#sales .block2 .box dl dd.break{
	margin-bottom:15px;
}
@media screen and (min-width: 758px){

#sales .block2{
	margin:50px auto 0;
}
#sales .block2 h4{
	padding:11px 0;
}
#sales .block2 .box{
	margin:25px 0;
	display:flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
#sales .block2 .box ul{
	width:32%;
}
#sales .block2 .box ul li{
	font-size:14px;
	margin-bottom:6px;
}
#sales .block2 .box dl{
	width:30%;
}
#sales .block2 .box dl dt{
	margin-bottom:9px;
}
#sales .block2 .box dl dd{
	margin-bottom:5px;
}
}


/* ----------------------------------------------
    security
---------------------------------------------- */
#security .content1 {
    background-color: #FFF;
}

/*１--------------------------------------*/
#security .content1{
	
}
#security h3 {
    font-size: 2.0rem;
}
#security h4 {
    font-size: 1.8rem;
}
#security .block{
	letter-spacing:0px;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
 #security .block dl{
	width:47%;
	margin-bottom:24px;
	line-height:1.4em;
}
#security .block dl dt{
	margin:12px 0 8px 0;
    padding: 5px 10px;
    color: #444444;
    background-color: #f5e8c8;
	font-size:13px;
	line-height:1.4em;
}
#security .block dl dd{
	color:#555;
}
#security .block dl dd img{
	width: 100%;
	border: solid 1px #C7C7C7;
}
#security .block1{
	margin:35px auto 60px auto;
	text-align: left;
    line-height: 1.6em;
}
#security .block1 .fbox1{
}
#security .block1 .fbox1 dl{
	margin:0 0 20px 0;
}
#security .block1 .fbox1 dl dt{
    background-color: #f5e8c8;
	margin-bottom:12px;
    text-align: center;
	padding:10px;
    color:#444444;
    font-weight: bold;
}
#security .block1 .fbox1 dl dd{
}
#security .block1 .fbox2{
}

@media screen and (min-width: 758px){
#security .content1{
}
#security h3 {
    font-size: 3.2rem;
}
#security h4 {
    font-size: 2.4rem;
}
#security .block {
	margin:20px auto;
	justify-content: flex-start;
}
#security .block dl{
	width:22%;
	height: auto;
	margin-right:3.75%;
	margin-bottom:10px;
	line-height:1.6em;
	font-size:16px;
}
#security .block dl:nth-child(4n){
	margin-right:0%;
}
#security .block dl dt{
	margin:12px 0 8px 0;
    padding: 5px 10px;
	font-weight: bold;
	font-size:16px;
	line-height:1.4em;
}
#security .block1{
	margin:35px auto 60px auto;
}
#security .block1 .flex{
	display:flex;
	justify-content: space-between;
}
#security .block1 .fbox1{
	width:50%;
}
#security .block1 .fbox1 dl{
	margin:0 0 38px 0;
}
#security .block1 .fbox1 dl dt{
}
#security .block1 .fbox1 dl dd{
}
#security .block1 .fbox2{
	width:45%;
}

}
/*content2--------------------------------------*/
#security .content2{
}
#security .content2 .midasi2 .sp{
	display: block;
}
#security .content2 .midasi2 .pc{
	display: none;
}
#security .content2 .midasi2{
	margin:40px 0;
}
#security .content2 .midasi2 h2{
	width:100%;
	margin:auto;
}
#security .content2 .midasi2 p{
	width:95%;
	margin:auto;
	padding-top: 10px;
}
#security .content2 h3{
	margin:20px 0;
	width:286px;
}
@media screen and (min-width: 758px){

#security .content2{
}
#security .content2 .midasi2 .sp{
	display: none;
}
#security .content2 .midasi2 .pc{
	display:block;
}
#security .content2 .midasi2{
	margin:60px 0;
}
#security .content2 .midasi2 h2{
	width:1280px;
	margin:auto;
}
#security .content2 .midasi2 p{
	width:1080px;
	margin:auto;
}

#security .content2 h3{
	margin:40px 0;
	width:340px;
}
}



/*2-------------------------------------*/
#security .block2{
	margin:35px auto 60px auto;
}
#security .block2 ul{
}
#security .block2 ul li{
	margin-bottom:20px;
}

@media screen and (min-width: 758px){
#security .block {
	font-size:14px;
	line-height:1.4em;
	margin:60px auto;
	justify-content: flex-start;
}
#security .block dl{
	width:22%;
	height: auto;
	margin-right:3.75%;
	margin-bottom:10px;
}
#security .block dl:nth-child(4n){
	margin-right:0%;
}
#security .block2 h3{
	width:395px;
}
#security .block2 ul{
	display:flex;
	justify-content: space-between;
}
#security .block2 ul li{
	margin-bottom:20px;
	width:32.84%;
}

}

@media screen and (max-width: 758px){


}

/*3-------------------------------------*/
#security .block3{
	margin:35px auto 20px auto;
}
#security .block3 .bcx{
	margin:30px 0;
}
#security .block3 .bcx li{
	margin:10px auto;
	width:70%;
}
#security .block3 .bcx li.bcx1{
}
#security .block3 .bcx li.bcx2{
}
#security .block3 .bcx li.bcx3{
}
#security .block3 .bcx li.bcx4{
	width:100%;
}
#security .block3 .bcy{
	margin:40px 0;
}
#security .block3 .bcy dl{
	margin:30px auto;
}
#security .block3 .bcy dt{
	height:20px;
	margin:9px 0 5px 0;
}
#security .block3 .bcy dt img{
	width:auto;
	height:100%;
}
#security .block3 .bcy dd{
}
#security .block3 .bcy .bcy1{
	width:280px;

}
#security .block3 .bcy .bcy2{
}
#security .block3 .bcy .bcy3{
}
#security .block3 .bcy .bcy4{
	width:280px;
}
@media screen and (min-width: 758px){

#security .block3{
	margin:85px auto 20px auto;
}
#security .block3 .bcx{
	margin:40px 0 0 0;
	display:flex;
	justify-content: space-between;
}
#security .block3 .bcx li{
	margin:0;
	width:30%;
	padding-top:30px;
}
#security .block3 .bcx li.bcx2{
	padding-top:40px;
	margin:0 -30px;
}
#security .block3 .bcx li.bcx4{
	padding-top:0px;
	width:570px;
	margin-left:30px;
}
#security .block3 .bcy{
	margin:40px 0;
	display:flex;
	justify-content: space-between;
}
#security .block3 .bcy dl{
	margin:0px 0;
	width:485px;
}
#security .block3 .bcy dt{
	height:22px;
	margin:10px 0 5px 0;
}
#security .block3 .bcy dd{
	font-size:13px;
	line-height:1.6em;
}
#security .block3 .bcy .bcy1{
	width:228px;
}
#security .block3 .bcy .bcy2{
	width:580px;
}
#security .block3 .bcy .bcy3{
	width:330px;
}
#security .block3 .bcy .bcy4{
	width:228px;
}
}

@media screen and (max-width: 758px){


}
/*4-------------------------------------*/
#security .block4{
	margin:35px auto 60px auto;
}
#security .block4 h3{
	width:80%;
}
#security .block4 ul{
}
#security .block4 ul li{
	margin-bottom:20px;
}

@media screen and (min-width: 758px){

#security .block4 h3{
	width:673px;
}
#security .block4 ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#security .block4 ul li{
	margin-bottom:20px;
	width:45%;
}

}

/* ----------------------------------------------
    flow
---------------------------------------------- */
#flow{
    background-color: #FFF;
    width: 100%;
    margin: 0px auto;
    padding-bottom: 40px;
}
#flow h3 {
    font-size: 2.0rem;
}
@media screen and (min-width: 758px){
#flow{
}
#flow h3 {
    font-size: 3.2rem;
}

}
/*１--------------------------------------*/
#flow .block{
	margin: 0 auto 20px;
}
#flow .block h3{
	font-size:16px;
	line-height:1em;
	text-align: left;
    padding-bottom: 20px;
    font-weight: bold;
}
#flow .block .subs{
    padding-left: 1%;
	font-size:14px;
	text-align: left;
    margin-bottom: 40px;
}
@media screen and (min-width: 758px){
#flow .block{
	margin: 20px auto;
    max-width: 980px;
}
#flow .block h3{
	font-size:20px;
    text-align: left;
}
#flow .block .subs{
	font-size:16px;
    padding-left: 1%;
	margin-bottom: 40px;
}
}

/* ----------------------------------------------
    water
---------------------------------------------- */
#water .water_navi {
  margin: 0px auto;
  position: relative;
  width: 100%;
  min-height: 84px;
  background-color: #586A94;
  font-size: 0;
}
#water .water_navi ul{
    width: 100%;
    margin: 0px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#water .water_navi ul li{
    width: 98%;
    margin: 8px auto 0;
    border-bottom: solid 1px #f0eae7;
    padding: 0px 0px 3px;
}
#water .water_navi ul li a:after:hover{
}
#water .water_navi ul li a {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  position: relative;
  z-index: 3;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  cursor: pointer;
  padding: 5px;
}
#water .water_navi ul li{
border-left: none;
}
#water .water_navi ul li:last-child{
border-right: none;
border-bottom: none;    
}
/*pc*/
@media screen and (min-width: 758px){
#water .water_navi {
  margin: 0px auto 0;
  position: relative;
  width: 100%;
  min-height: 70px;
  font-size: 0;
}
#water .water_navi ul{
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}
#water .water_navi ul li{
    width: 45%;
    margin: 10px auto;
    border-bottom:none;
    padding:0;
}
#water .water_navi  ul li a {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  padding: 5px;
    margin: 0 auto;
}
#water .water_navi ul li a:after{
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  margin-left: 10px;
}
#water .water_navi ul li{
border-left: 1px solid #CCCCCC;
}
#water .water_navi ul li:last-child{
border-right: 1px solid #CCCCCC;
}


}

/*--------------------------------------*/

.#water  {
    background-color: #FFF;
}
.#water  img{
	display:block;
	width:100%;
	height:auto;
}
#water .midasi1{
	margin:0px 0 40px 0;
	position:relative;
	padding-top:30px;
}
#water  .midasi1 h2{
	width:250px;
	margin:0px 0;
}
#water .midasi1 h3{
	width:220px;
	margin:40px 0;
}
/*pc*/
@media screen and (min-width: 758px){
#water {
}
#water .midasi1{
	margin:80px 0;
	padding-top:1px;
	display:flex;
	justify-content: space-between;
}
#water .midasi1 h2{
	width:380px;
	margin:30px 0;
}
#water .midasi1 h3{
	width:340px;
	margin:80px 0;
}
.#water .midasi1 p{
	width:800px;
}
#water .midasi1 .lbox{
	background-image: url(../images/watersystem/1/h3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size:contain;
}
}





/*block1-------------------------------------*/
/*chapter-------------------------------------*/

#water .block1{
	margin:35px auto 40px auto;
	text-align: left;
}
#water .midasi2{
	font-size: 140%;
	line-height: 1.2em;
	padding: 10px;
	margin:12px 0;
	border-left: solid 3px #69afb3;
	color:#69afb3;
}
#water .midasi2 span{
	font-size: 56%;
	margin-left:5px;
}
#water .midasi2-2{
	font-size: 140%;
	line-height: 1.2em;
	padding: 10px;
	margin:12px 0;
	border-left: solid 3px #718cc7;
	color:#718cc7;
}
#water .midasi2-2 span{
	font-size: 56%;
	margin-left:5px;
}
#water .chapter{
	margin:40px 0;
}
#water .chapter .text{
}
#water .chapter .text p{
}
#water .chapter .text h6{
	margin:12px 0;
}
#water .chapter .text h6 img{
	margin:0 auto;
}
#water .chapter #b1 h6 img{
	width:160px;
}
#water .clean-living{
	padding:12px;
	border:solid 1px #ddd;
}
#water .clean-living h4{
}
#water .clean-living dl{
	margin:0 0 15px 0;
}
#water .clean-living dl dt{
	font-size: 120%;
	line-height: 1em;
	color: #69afb3;
	margin: 8px 0;
	padding: 7px 0 5px 0;
	text-align:center;
    border-radius: 15px;
	background-color:rgba(105,175,179,0.10);
}
#water .clean-living dl dd{
}
@media screen and (min-width: 758px){

#water .block1{
	margin:35px auto 40px auto;
	display:flex;
	justify-content: space-between;
}
#water .block1 .lbox{
	width:835px;
}
#water .midasi2{
	font-size: 160%;
	line-height: 1.2em;
	padding: 10px 21px;
	margin:20px 0;
	border-left: solid 5px #69afb3;
}
#water .midasi2-2{
	font-size: 160%;
	line-height: 1.2em;
	padding: 10px 21px;
	margin:20px 0;
	border-left: solid 5px #718cc7;
}
#water .chapter{
	margin:40px 0;
}
#water .chapter .text{
	display:flex;
	justify-content: space-between;
	padding-left:26px;
}
#water .chapter .text p{
	width:380px;
}
#water .chapter .text h6{
	margin:0px 0;
	width:395px;
}
#water .chapter #b1 p{
	width:600px;
}
#water .chapter #b1 h6{
	margin:0px 0;
	width:225px;
}
#water .chapter #b1 h6 img{
	position:relative;
	top:-30px;
}
#water .clean-living{
	margin:40px 0 15px 0;
	padding:32px 32px 10px 32px;
	width:300px;
}
#water .clean-living dl{
	margin:0 0 25px 0;
}
#water .clean-living dl dt{
	margin: 10px 0;
	padding: 8px 0 6px 0;
}
#water .clean-living dl dd{
	font-size:13px;
	line-height:1.4em;
}

}

@media screen and (max-width: 758px){
}




/*block2-------------------------------------*/

#water .block2{text-align: left;
}
#water .block2 ul{
	margin:30px 0;
}
#water .block2 ul li{
	margin:20px auto;
}
#water .block2 ul li.e1{
	width:180px;
}
#water .block2 ul li.e2{
	width:240px;
}
#water .block2 ul li.e3{
}
#water .block2 ul li.e4{
}
#water .block2 ol{
	margin:-14px 20px 30px 20px;
}
@media screen and (min-width: 758px){

#water .block2 ul{
	margin:30px 0;
	display:flex;
	justify-content: space-between;
}
#water .block2 ul li{
	margin:20px auto;
	width:300px;
}
#water .block2 ul li.e1{
	width:220px;
	padding-top:39px;
}
#water .block2 ul li.e2{
	width:330px;
	margin-top:-3px;
}
#water .block2 ul li.e3{
	width:590px;
	padding-top:15px;
}
#water .block2 ol{
	margin:-150px 0 60px 295px;
}
#water .block2 ol li.e4{
	width:324px;
}
}

@media screen and (max-width: 758px){
}





/*block3-------------------------------------*/

#water .block3{
text-align: left;
}
#water .block3 .box{
}
#water .block3 .box p{
	margin:20px 8px;
}
#water .block3 .box ul{
	width:70%;
	margin:10px auto;
	display: block;
}
#water .block3 .box ul li{
	margin-bottom:10px;
}
@media screen and (min-width: 758px){

#water .block3 .box{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#water .block3 .box p{
	margin:20px 28px;
	width:400px;
}
#water .block3 .box ul{
	width:780px;
	margin:10px 0;
}
#water .block3 .box ul li{
	width:230px;
	float:left;
	margin:0 20px 30px 0;
}
#water .block3 .box ul li img:nth-child(3){
	margin:0 0px 30px 0;
}
}

@media screen and (max-width: 758px){
}





/*block4-------------------------------------*/

#water .block4{
	margin:35px auto 40px auto;
}
#water .block4 .box{
}
#water .block4 .box p{
	margin:15px auto;
	padding:0 12px;
}
#water .block4 .box p.center{
	width:230px;
}
#water .option{
	margin:40px auto;
}
@media screen and (min-width: 758px){

#water .block4 .box{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
#water .block4 .box p{
	margin:15px auto;
	width:410px;
}
#water .block4 .box p.center{
	width:200px;
}

#water .option{
	margin:60px auto;
	width:700px;
}
}

@media screen and (max-width: 758px){
}




/*-----------/watersystem2-----------------------------------------------------------------------*/

#water .midasi3{
	position:relative;
}
#water .midasi3 h2 img{
	width:100%;
	margin:0px 0;
}
#water .midasi3 h3 img{
	width:80%;
	margin:40px auto 0;
}
@media screen and (min-width: 758px){
#water .midasi3{
	padding-top:1px;
	display:flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
#water .midasi3 h2 img{
	width:650px;
	margin:0px 0;
}
.#water .midasi3 h3 img{
	width:390px;
	margin:30px 0;
}
}



/*block5---------------------------*/

#water .block5{
	text-align: left;
}
#water .block5 .box{
	margin:40px 0;
}
#water .block5 .box h3{
}
#water .block5 .box h3 br{
	display:none;
}
#water .block5 .box p{
	padding:0 20px;
	margin:15px auto;
}
#water .block5 .box p.img{
	width:70%;
}
.block5{
}
.block5{
}
@media screen and (min-width: 758px){

#water .block5{
	margin:0px auto 0px auto;
	display:flex;
	justify-content: space-between;
}
#water .block5 .box{
	width:47%;
	position:relative;
	overflow:hidden;
}
#water .block5 .box h3{
}
#water .block5 .box h3 br{
	display:block;
}
#water .block5 .box p{
	padding:0 0px 0 28px;
	margin:15px auto;
	float:left;
	margin-right:0px;
	width:100%;
}
#water .block5 .box p.img{
	width:80%;
	margin-right:0px;
}
}



/*block6---------------------------*/

#water .block6{
}
#water .block6 .box{
	margin:30px 0;
}
#water .block6 .box dl{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin:15px 0;
}
#water .block6 .box dl dt{
	width:25%;
}
#water .block6 .box dl dd{
	width:70%;
	font-size:11px;
	line-height:1.4em;
}
#water .block6 .box dl dd br{
	display:none;
}
#water .block6 .box p{
	padding:0 7px;
}
@media screen and (min-width: 758px){

#water .block6{
}
#water .block6 .flex{
	display:flex;
	justify-content: space-between;
}
#water .block6 .box{
	margin:30px 0;
	width:47%;
}
#water .block6 .box dl{
	margin:20px 0;
}
#water .block6 .box dl dt{
	width:20%;
}
#water .block6 .box dl dd{
	width:75%;
	font-size:13px;
	line-height:1.5em;
}
#water .block6 .box dl dd br{
	display:block;
}
#water .block6 .box p{
	padding:0 50px;
}
}

#management .content1 {
    text-align: left!important;
}
#management .content1  img{
	display:block;
	width:100%;
	height:auto;
}
#management .content1 .midasi1{
	margin:20px 0 40px 0;
	position:relative;
}
#management .content1 .midasi1 h2{
	width:100%;
	margin:0px auto;
    font-size: 24px;
    
}
#management .content1 .midasi1 h3{
	margin:10px auto;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
}
#management .content1 .midasi1 h4{
	width:100%;
	margin:0px auto;
}

@media screen and (min-width: 758px){

#management .content1{

}

#management .content1 .midasi1{
	margin:80px auto;
}
#management .content1 .midasi1 h2{
	width:100%;
	margin:30px auto;
    font-size: 30px;
}
#management .content1 .midasi1 p{
}
#management .content1 .midasi1 h3{
    width: 1060px;
	margin:10px auto;
    font-size: 120%;
    font-weight: bold;
}
#management .content1 .midasi1 h4{
	width:980px;
	margin:0px auto;
}
}

/*202509追加*/
#management .content1 .midasi2{
	margin:20px 0 40px 0;
	position:relative;
}
#management .content1 .midasi2 h2{
	width:100%;
	margin:0px auto;
    font-size: 24px;
    
}
#management .content1 .midasi2 h3{
	margin:10px auto;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
}
#management .content1 .midasi2 h4{
	width:100%;
	margin:0px auto;
}
#management .content1 img{
	width:100%;
	margin:10px auto;
}
#management .content2 {
   padding-bottom: 40px;
    background-color: #FFF;
}
#management .content2 .midasi2{
	margin:20px 0 40px 0;
	position:relative;
}
#management .content2 .midasi2 h2{
	width:100%;
	margin:0px auto;
    font-size: 24px;
}
#management .content2 .midasi2 h3{
	margin:10px auto;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
}
#management .content2 .midasi2 h4 img{
    display: block;
	width:100%;
	margin:40px auto 0;
}
#management .content2 .block{
	font-size:14px;
	line-height:1.2em;
	margin:0px auto;
	letter-spacing:0px;
	display:flex;
	flex-wrap: wrap;
    padding: 20px 0;
}
#management .content2 .block dl{
	width:100%;
	margin:5px auto;
	padding: 0;
}
#management .content2 .block dl dt{
	margin:12px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height:1.2em;
	text-align: left;
	padding: 10px 10px;
	color:#222222;
    background: linear-gradient(180deg,rgba(170,167,111,1.00) 0%, rgba(209,207,146,1.00) 50%, rgba(235,233,191,1.00) 100%);
    border-radius:5px;
}
#management .content2 .block dl dt img{
    width: 100%;
}
#management .content2 .block dl dd{
	text-align: left;
	padding: 15px;
	line-height: 1.2em;
    margin: 0 auto 0;
    background-color: #FFFEF0;
    border-radius: 0 0 5px 5px;
    min-height: 60px;
}
#management .content2 .block2 {
}
#management .content2 .service{
    display: block;   
    margin: 0;
    text-align: left;
    }   
#management .content2 .service h3{
    display: inline-block;
	margin:12px 0 12px;
	font-size: 16px;
	font-weight: bold;
	line-height:1.2em;
	text-align: left;
	padding: 10px;
	color:#FFFFFF;
    background: linear-gradient(180deg,rgba(45,51,65,1.00) 0%, rgba(45,51,65,1.00) 50%, rgba(45,51,65,1.00) 100%);
    border-radius:5px;
    }
#management .content2 .service .com{
    display: block;
	font-size: 13px;
    font-weight: bold;
    margin:10px 0 0 10px; 
    }
#management .content2 .s-block{
	margin:40px auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#management .content2 .s-item{
	width:49%;
	margin-bottom:5px;
	margin-left:1%;
	font-size: 11px;
	font-weight: bold;
	line-height:1.2em;
	padding: 5px;
	color:rgba(41,25,5,1.00);
    background-color: #ECECEC;
    border-radius:5px;
    text-align: center;
}
#management .s-item:nth-child(2n) {
  margin-right: 0;
}
#management .content2  .link_text{
    text-align: left;
    font-weight: bold;
    font-size: 90%;
}
#management .content2  .link_text a{
    color: #222222;
}
@media screen and (min-width: 758px){
#management .content1 .midasi2{
	margin:80px auto;
}
#management .content1 .midasi2 h2{
	width:100%;
	margin:30px auto;
    font-size: 30px;
}
#management .content1 .midasi2 p{
}
#management .content1 .midasi2 h3{
    width: 1060px;
	margin:10px auto;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}
#management .content1 .midasi2 h4{
	width:980px;
	margin:0px auto;
} 
#management .content2 .midasi2{
	margin:80px auto;
}
#management .content2 .midasi2 h2{
	width:100%;
	margin:30px auto;
    font-size: 30px;
}
#management .content2 .midasi2 p{
}
#management .content2 .midasi2 h3{
    width: 1060px;
	margin:10px auto;
    font-size: 150%;
    font-weight: bold;
    text-align: center;
}
#management .content2 .midasi2 h4 img{
	width:1060px;
	margin:80px auto 0;
}    
#management .content2 .block {
	margin:0px auto 40px;
	width: 100%;
    padding: 40px 0;
}
#management .content2 .block dl{
	width:49%;
	justify-content: flex-start;
}
#management .content2 .block dl dt{
	margin:16px 0 0 0;
	font-size:18px;
	line-height:1.4em;
    letter-spacing: 0.1em;
}
#management .content2 .block dl dd{
	font-size: 18px;
	line-height: 150%;
	padding: 20px 40px;
    min-height: 100px;
}
    
#management .content2 .service{
     display: flex;   
    }   
#management .content2 .service h3{
	font-size: 20px;
	padding: 10px 10px;
    }
#management .content2 .service .com{
	font-size: 18px;
    font-weight: bold;
    padding:  12px 10px;
    }
#management .content2 .s-block{
}
#management .content2 .s-item{
	width:23%;
	margin-left:1%;
	font-size: 16px;
	padding: 10px;
}
#management .s-item:nth-child(4n) {
  margin-right: 0;
}
#management .content2 .link_text{
    font-size: 120%;
}/*202509追加ここまで*/
}



/*休業お知らせ*/
.yokoku{
	padding:10px;
    background-color: rgba(30,27,19,0.50);
    margin: 30px auto;
}
 .yokoku h3{
	font-size: 16px;
	color: #FFF;
	margin: 10px auto;
}
 .yokoku p{
	color: #FFF;
	font-size: 12px!important;
	text-align: center;
}

.holiday_title{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin:20px auto;
	letter-spacing: 0.1em;
	color: #FFF;
    background-color: rgba(24,39,79,1.00);
    display: block;
    padding: 10px;max-width: 50%;
}
.holiday_text{
	font-size: 14px;
	text-align: left!important;
	margin:20px auto;
	letter-spacing: 0.1em;
	width: 80%;
}

/*sp*/	
@media (max-width: 767px){
.yokoku{
	padding:10px;
	margin: 10px auto 30px;
}
.yokoku h3{
    font-size: 14px;
	text-align: center;
	margin: 10px auto 20px;
}
.yokoku p{
	font-size: 9px;
	text-align: center;
}
    
.holiday_title{
	font-size: 16px;
	font-weight: bold;
max-width: 80%;
    }
.holiday_text{
	font-size: 12px;
	width: 90%;
}
}