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

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	background: #F7F1DA;
	margin: auto;
}

h1,h2,h3,h4,h5,h6{
	line-height: 100%;
}

ol, ul{
	list-style: none;
	margin: unset;
	padding: unset;
}

img{
	display: inherit;
	width: 100%;
}

p{
	width: 100%;
	margin: unset;
}

a{
	text-decoration: none;
	color: #000000;
}

.sp_540{
	display: none;
}

#header{
	position: relative;
}

#header .logo-area{
	position: relative;
	width: 100%;
	min-height: 150px;
	align-content: center;
	background: #ffffff;
	filter: drop-shadow(0 0 3px #3F361750);
	z-index: 9999;
}

#header .logo-area h1{
    max-width: 960px;
	min-height: 150px;
	text-align: center;
	align-content: center;
	font-family: "Noto Serif", serif;
	font-size: 2.625rem;
	padding-left: 10rem;
	margin: auto;
	background-image: url(../images/top-logo.jpg);
	background-size: 140px 120px;
	background-position: left center;
	background-repeat: no-repeat;
}

#header .logo-area h1 small{
	display: block;
	font-size: 1rem;
    line-height: 100%;
    margin-top: 1rem;
	font-weight: 400;
	color: #A19461;
}

#header .hum {
	display: none;
    position: fixed;
    width: 80px;
    height: 80px;
    background: #F5AD0F;
    border-radius: 0.5rem;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 10000;
}

#header .hum span {
	position: absolute;
	width: 40px;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#header .hum span:nth-child(-n+3) {
	height: 4px;
	background: #ffffff;
	transition: .3s;
}

#header .hum span:nth-child(1){
	top: 1rem;
}

#header .hum span:nth-child(2){
	top: 1.75rem;
}

#header .hum span:nth-child(3){
	top: 2.5rem;
}

#header .hum span:nth-child(4){
    display: block;
    position: relative;
    top: 3rem;
}

#header .hum span:nth-child(4)::before{
	content: "MENU";
	position: absolute;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	top: 0;
}

#header .hum.active span:nth-child(1),
#header .hum.active span:nth-child(2),
#header .hum.active span:nth-child(3){
	top: 1.75rem;
}

#header .hum.active span:nth-child(1){
	transform: rotate(45deg);
}

#header .hum.active span:nth-child(2){
	transform: rotate(135deg);
}


#header .hum.active span:nth-child(3){
	transform: rotate(225deg);
}

#header .hum.active span:nth-child(4)::before{
	content: "CLOSE";
}

#container{
	position: relative;
	display: flex;
	margin: auto;
    justify-content: center;
	min-height: 92vh;
	background: #F7F1DA;
}

#container .nav{
    position: sticky;
    max-width: 270px;
    width: 25%;
    top: 50px;
    margin: 50px 30px auto 0;
}

#container .nav ul{
	margin-right: 0;
	margin-left: auto;
	max-width: 270px;
	width: 100%;
	padding-bottom: 50px;
}

#container .nav ul li{
	border-bottom: 1px solid #979797;
}

#container .nav ul li a{
	position: relative;
	display: block;
	width: 100%;
	min-height: 60px;
	font-size: 1.125rem;
	line-height: 100%;
	padding-left: 2.5rem;
	align-content: center;
	transition: .3s;
}
.nav ul li a.no-page {
	pointer-events: none;
}
#container .nav ul li a.selected,
#container .nav ul li a:hover{
	color: #ffffff;
	background: #F5AD0F;
}

#container .nav ul li a::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	background-image: url(../images/nav-icn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	transition: .3s;
}

#container .nav ul li a.selected::before,
#container .nav ul li a:hover::before{
	transform: rotate(-90deg);
    filter: grayscale(1) brightness(2);
}

@media screen and ( max-height:768px ){
    #container .nav ul li a {
        min-height: 3rem;
        font-size: 1rem;
    }
}

#container .content {
    max-width: 900px;
	width: 75%;
    padding: 50px;
	margin: 50px 0;
}

#container .content.top{
	color: #ffffff;
	background-image: url(../images/top-bg.webp);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: top left 40%;
	top: 0;
}

#container .content.sub{
	padding: unset;
}

#container .content.top h2{
	text-align: center;
	font-family: noto-serif, serif;
    font-size: 4.0625rem;
    padding: 6.875rem 0 10rem;
    text-shadow: 0 0 6px #000000, 0 0 6px #000000;
}

#container .content.top > dl{
	font-family: "Noto Serif", serif;
	display: flex;
	flex-wrap: wrap;
    max-width: 820px;
	width: 100%;
	align-items: center;
	margin: 0 auto 7rem;
	filter: drop-shadow(0 0 6px #000000);
}

#container .content.top > dl dt{
	max-width: 80px;
	width: 100%;
	height: 30px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #000000;
    background: #ffffffdc;
	margin-right: 1.5rem;
	margin-bottom: 1.25rem;
	display: flex;
  align-items: center;
  justify-content: center;
}

#container .content.top > dl dd{
	width: calc(100% - (80px + 1.5rem));
    font-weight: 700;
	font-size: 1.625rem;
	line-height: 100%;
	margin-bottom: 1.25rem;
    text-shadow: 0 0 4px #000000, 0 0 4px #000000;
}

#container .content.top > dl dd:first-of-type{
	font-size: 2.25rem;
}

#container .content.top > dl dt:last-of-type,
#container .content.top > dl dd:last-of-type{
	margin-bottom: 0;
}

#container .content.top > dl dd small{
	font-size: 1.125rem;
}

#container .content.top > dl dd:first-of-type > small{
    font-size: 1.5625rem;
}

#container .content.top > dl dd:first-of-type > strong{
	font-size: 3.75rem;
    font-weight: 700;
    letter-spacing: 4px;
    margin-left: 0.75rem;
}

#container .content.top > dl dd:first-of-type > strong small{
	font-size: 1.875rem;
}

#container .content.top p.photo_tx{
    max-width: 820px;
	width: 100%;
    font-size: 0.8125rem;
	letter-spacing: 1px;
	text-align: right;
    text-shadow: 0 0 4px #000000, 0 0 4px #000000;
	margin: 0 auto 1.625rem;
}

#container .content.top .topics{
	max-width: 820px;
	width: 100%;
	margin: auto;
}

#container .content.top .topics h3{
	min-height: 70px;
	align-content: center;
	padding: 0 30px;
    font-size: 1.5625rem;
	background: #FA7417;
	border-bottom: 4px solid #E04000;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
}

#container .content.top .topics .toplcs_list{
	min-height: 330px;
	padding: 1.75rem;
    padding-top: 1rem;
	color: #000000;
	background: #ffffff;
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}

#container .content.top .topics .toplcs_list ul{
	font-size: 1.125rem;
    max-height: 260px;
    overflow-y: scroll;
}

#container .content.top .topics .toplcs_list ul li{
    display: flex;
    width: calc(100% - 1.5rem);
	min-height: 65px;
	padding: 1.25rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #999999;
}

#container .content.top .topics .toplcs_list ul li span{
    min-width: 160px;
}

#container .content.top .topics .toplcs_list ul li a{
	text-decoration: underline;
    color: #0000ff;
}

#container .content.top .topics .toplcs_list ul li p.limit{
	color: #ff0000;
}

#container .content.sub h2{
	position: relative;
	min-height: 130px;
	align-content: center;
	padding-left: 2rem;
	margin-bottom: 4.125rem;
	font-size: 2rem;
	text-shadow: 0 0 2px #000000;
	letter-spacing: 4px;
	color: #ffffff;
	background: #A89441;
	filter: drop-shadow(0 0 2px #000000CC);
}

#container .content.sub h2::before{
	content: "";
	position: absolute;
	width: 55px;
	height: auto;
	aspect-ratio: 11 / 26;
	background-image: url(../images/sub-top-bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#container .content.sub .col2.greeting{
    padding-bottom: 3.75rem;
    display: flex;
	align-items: center;
    max-width: 850px;
    margin: 0 auto 3.75rem;
    border-bottom: 1px solid #E4AB39;
}

#container .content.sub .col2.greeting .img_box{
	max-width: 200px;
	width: 100%;
	margin:auto 5rem auto 1rem;
}

#container .content.sub .col2.greeting .tx_box{
	width: 100%;
}

#container .content.sub .col2.greeting .tx_box h3{
    font-size: 1.25rem;
    line-height: 100%;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}

#container .content.sub .col2.greeting .tx_box p.name_tx{
    font-size: 1.25rem;
    font-weight: 500;
	line-height:1.5rem;
}

#container .content.sub .col2.greeting .tx_box p.name_tx small{
    font-size: 1rem;
    font-weight: 400;
    margin-right: 1.5rem;
}

#container .content.sub .col2.greeting .tx_box p.name_tx span{
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0.5rem;
}

#container .content.sub .greet_box{
    max-width: 850px;
    width: 100%;
	margin: auto;
}

#container .content.sub .greet_box p{
    font-size: 18px;
    margin: 0 auto 1.25rem;
    text-indent: 1.125rem;
    text-align: justify;
	letter-spacing: 2px;
    line-height: 200%;
}

#container .content.sub .greet_box p:nth-child(5){
	margin-bottom: 4rem;
}

#container .content.sub .greet_box p.right_tx{
	text-align: right;
	text-indent: 0;
	margin-bottom: 5.75rem;
}

#footer{
	background: #F7F6F0;
}

#footer .foot_col2{
	display: flex;
	max-width: 1120px;
	width: 100%;
	margin: auto;
	padding: 3.75rem 1rem;
}

#footer .foot_col2 .l_box{
	max-width: 180px;
	padding: 1rem 2.5rem;
	padding-left: 0;
	width: 100%;	
	border-right: 1px solid #B0B0B0;
}

#footer .foot_col2 .l_box h2{
	font-size: 18px;
}

#footer .foot_col2 .r_box{
	width: 100%;
	padding: 1rem 2.5rem;
}

#footer .foot_col2 .r_box h3{
	font-size: 1rem;
	margin-bottom: 0.75rem;
}


#footer .copyright{
	padding: 0.75rem;
	background: #ffffff;
	text-align: center;
	font-size: 0.75rem;
}

@media screen and ( max-width:1200px ){
	#header .logo-area,
	#header .logo-area h1 {
		min-height: 100px;
	}
	
	#header .logo-area {
		position: fixed;
		top: 0;
	}
	
	#header .logo-area h1 {
		background-image: none;
		padding-left: unset;
        text-align: left;
        font-size: 1.75rem;
        margin-left: 1.5rem;
	}
	
	
	#header .hum {
		display: block;
	}
	
	#container {
		margin-top: 100px;
	}
	
	
	#container::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
		opacity: 0;
		visibility: hidden;
        background: #00000099;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        transition: .3s;
	}
	
	#container.active::before {
		opacity: 1;
		visibility: visible;
    }
	
    #container .nav {
        position: fixed;
        max-width: 270px;
        width: 100%;
        height: 100vh;
        background: #F7F1DA;
        top: 0;
        right: 0;
        padding: 100px 0 0;
        margin: unset;
        z-index: 1;
        transform: translateX(100%);
        transition: .3s;
    }
	
	#container .nav.active {
		transform: translateX(0);
	}
	
	#container .content{
		max-width: none;
		width: 100%;
		margin: unset;
    	padding: 5rem 2rem;
	}
	
	#container .content.top h2 {
		font-size: 3.5rem;
        padding: 3rem 0 8rem;
	}
	
	#container .content.top > dl {
		max-width: 680px;
		margin: 0 auto 5rem;
	}
	
	#container .content.sub h2{
		text-align: center;
		padding: 0 2rem;
	}
}

@media screen and ( max-width:960px ){
	#container .content.sub .col2.greeting {
		flex-direction: column;
        width: calc(100% - 4rem);
    }
	
	#container .content.sub .col2.greeting .img_box {
    	max-width: 300px;
	    margin: 0 auto 1.5rem;
	}
	
	#container .content.sub .col2.greeting .tx_box {
	    max-width: 400px;
    	text-align: center;
	}
	
	#container .content.sub .greet_box{
        width: calc(100% - 4rem);
	}
	#container .content.sub .col2.greeting .img_box img {
		max-width: 220px;
		margin: 0 auto;
	}
}

@media screen and ( max-width:768px ){
    #header .logo-area h1 {
		font-size: 1.25rem;
        line-height: 1.5rem;
	}

    #header .logo-area h1 small{
		font-size: 0.75rem;
	}
	
    #container .content.top {
        position: relative;
        margin-bottom: 30rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
	
    #container .content.top h2 {
        font-size: 3rem;
	}
	
	#container .content.top > dl{
		flex-direction: column;
		max-width: 600px;
    	align-items: baseline;
	}
	
    #container .content.top > dl dt {
        align-content: center;
		max-width: 100px;
	    width: 100%;
    	height: 40px;
		margin-right: unset;
		margin-bottom: .75rem;
	}
	
	#container .content.top > dl dt:last-of-type{
		margin-bottom: 1.25rem;
	}
	
	#container .content.top > dl dd {
    	width: 100%;
		margin-bottom: 1.75rem;
	}
		
	#container .content.top > dl dd{
		font-size: 1.5rem;
	}
	
	#container .content.top > dl dd:first-of-type > strong{
		font-size: 2.75rem;
	}
	
	#container .content.top > dl dd:last-of-type {
		margin-bottom: 0;
	}
	
	#container .content.top .topics {
		position: absolute;
		width: calc(100% - 2.5rem);
		bottom: -25rem;
		left: 0;
		right: 0;
		margin: auto;
	}
	
	#container .content.top .topics h3{
		font-size: 1.375rem;
	}
	
	#container .content.top .topics .toplcs_list {
    	min-height: 400px;
    	padding: 1.5rem;
        padding-top: 1rem;
	}
	
	#container .content.top .topics .toplcs_list ul {
        max-height: 360px;
	}
	
	#container .content.top .topics .toplcs_list ul li {
    	flex-direction: column;
	}
}

@media screen and ( max-width:640px ){
	#container .content.sub .col2.greeting {
		padding-bottom: 2.5rem;
		margin: 0 auto 2.5rem;
	}
	
	#footer .foot_col2 {
	    flex-direction: column;
    	padding: 2.5rem 1rem;
	}
	
	#container .content.sub .greet_box p{
		letter-spacing: 1px;
	}
	
	#container .content.sub .greet_box p:nth-child(5) {
		margin-bottom: 2.5rem;
	}
	
	#footer .foot_col2 .l_box {
		max-width: 360px;
		padding: 0 2.5rem 2rem;
		margin: auto;
		width: 100%;
		border-right: none;
		text-align: center;
		border-bottom: 1px solid #B0B0B0;
	}
	
	#footer .foot_col2 .r_box {
    	max-width: 360px;
    	margin: auto;
    	padding: 2rem 0 0;
        text-align: center;
	}
	
	#footer .foot_col2 .r_box h3{
		margin-bottom: 1rem;
	}
	#container .content.sub h2 {
		text-align: left;
	}
}

@media screen and ( max-width:540px ){
	.sp_540{
		display: inline;
	}
	
    #header .logo-area h1 small{
		display: none;
	}
	
	#container .content.top > dl dd:first-of-type {
    	font-size: 1.75rem;
	}
	
	#container .content.top > dl dd:first-of-type > strong {
        font-size: 2.5rem;
    }
	
	#container .content.top > dl dd small,
	#container .content.top > dl dd:first-of-type > small {
		font-size: 1.125rem;
	}
	
	#container .content.top .topics .toplcs_list ul li {
		display: flex;
		width: calc(100% - 1rem);
		min-height: 65px;
		padding: 1rem;
	}
	#container .content.top h2 {
		font-size: 2.5rem;
	}
}