@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-image: radial-gradient(circle, #000000, #333333);;
    background-attachment: fixed;
    background-size: cover;
}
_::-webkit-full-page-media, _:future, :root body {
    box-sizing: border-box;
    background-image: radial-gradient(circle, #000000, #333333);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    overflow: auto;
}
_::-webkit-full-page-media, _:future, :root body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    background-image: radial-gradient(circle, #000000, #333333);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2;
}
@media (max-width: 575.98px) {
    body {
        box-sizing: border-box;
        background-image: radial-gradient(circle, #000000, #333333);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        overflow: auto;
    }
    body::after {
        content: "";
        position: fixed;
        top: 0;
        height: 100vh;
        left: 0;
        right: 0;
        background-image: radial-gradient(circle, #000000, #333333);
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        z-index: -2;
    }
}
a {
    color: #b19e69;
    text-decoration: none;
}
a:hover {
	color: #d4af37;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.img-fluid100 {
    width: 100%;
}
header {
    position: relative;
}
.boxheader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 1320px;
    margin: auto;
    display: table;
    width: 100%;
}
.boxheader dt,
.boxheader dd {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: center;
    padding: 0 1.5rem;
}
.img-header,
.img-footer {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-header {
    height: 755px;
}
.img-footer {
    height: 754px;
}
@media (max-width: 576px) and (max-width: 767.98px) {
    .img-header {
        height: 555px;
    }
    .img-footer {
        height: 554px;
    }
}
@media (max-width: 575.98px) {
    .img-header {
        height: 455px;
    }
    .img-footer {
        height: 254px;
    }
}
.text-heder {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
    margin: auto;
    text-align: center;
}
.text-heder h3 {
    color: #b19e69;
    font-size: 54px;
    font-weight: 900;
    -webkit-text-stroke: 13px #000;
    paint-order: stroke fill;
}
@media (max-width: 767.98px) {
    .boxheader {
        display: block;
    }
    .boxheader dt,
    .boxheader dd {
        display: block;
        width: 100%;
    }
}
@media (max-width: 768px) and (max-width: 991.98px) {
    .text-heder h3 {
        font-size: 36px;
    }
}
@media (max-width: 576px) and (max-width: 767.98px) {
    .text-heder h3 {
        font-size: 36px;
    }
}
@media (max-width: 575.98px) {
    .text-heder {
        bottom: 2rem;
    }
    .text-heder h3 {
        font-size: 24px;
    }
}
.blockinfo {
    max-width: 920px;
    margin: 4rem auto;
}
.blockinfo h4 {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 1.5rem auto 4rem;
    text-align: center;
    color: #fff;
}
.blockinfo h4 a {
    color: #fff;
}
.blockinfo h4 a:hover {
    color: #b19e69;
}
.list-info {
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 4rem;
}
.list-info li {
    margin: 0 0.5rem;
}
.list-info li a {
    font-size: 24px;
    color: #fff;
}
.list-info li a:hover {
    color: #b19e69;
}
.blockinfo h5 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-align: center;
    color: #b19e69;
}
.dl-info {
    width: 382px;
    margin: 0 auto 4rem;
    font-size: 24px;
    color: #fff;
}
.dl-info dt {
    float: left;
    width: 7em;
    text-align: right;
    font-weight: normal;
}
.dl-info dd {
    margin-left: 9em;
}
.submenu {
	cursor: pointer;
	position: relative;
}
.submenu::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f4ad";
    color: #b19e69;
    display: inline-block;
    margin-left: 0.7rem;
}
.submenu.active::after {
    font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f4ad";
    color: #fff !important;
}
.nest {
    border: 3px solid #b19e69;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    max-width: 660px;
    margin: -3rem auto 4rem;
}
.nest p {
    font-size: 85%;
    line-height: 2;
    color: #fff;
}
.blockinfo i {
    font-size: 48px;
}
.blockinfo a i {
    color: #b19e69;
}
.blockinfo a:hover i i{
    opacity: 0.7;
}
.br-xs {
    display: none;
}
@media (max-width: 575.98px) {
    .blockinfo h4,
    .list-info li a,
    .blockinfo h5,
    .dl-info {
        font-size: 18px;
    }
    .dl-info {
        width: 290px;
    }
    .br-xs {
        display: block;
    }
}
.snslist {
    list-style: none;
    padding-left: 0;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 2rem auto;
}
.snslist li {
    margin: 0 0.5rem;
}
.snslist li i {
    font-size: 48px;
}
.snslist li a i {
    color: #fff;
}
.snslist li a:hover i {
    opacity: 0.7;
}
.snslist li img {
    max-height: 48px;
}
footer {
    text-align: center;
    margin-top: 6rem;
    position: relative;
}
.boxfooter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3rem;
    margin: auto;
    text-align: center;
}
footer p,
footer p a {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 575.98px) {
    .snslist {
        margin: 1rem auto;
    }
    .snslist li i {
        font-size: 36px;
    }
    .boxfooter {
        bottom: 0.5rem;
    }
    footer p {
        margin-bottom: 0.5rem;
    }
    footer p,
    footer p a {
        font-size: 10px;
    }
}
#page-top {
	font-size: 0;
	position: fixed;
	bottom: 24px;
	right: 16px;
	opacity: 0;
}
#page-top.fade-in {
	color: #b19e69;
	font-size: 30px;
	opacity: 1;
	transition: opacity 1s;
    cursor: pointer;
}
#page-top.fade-in:hover {
	color: #b19e69;
	opacity: 0.3;
	transition: opacity 1s;
}