@charset "UTF-8";
/* CSS Document */

nav {
	margin-left:  auto;	
}

.menu-wrapper{
    position: relative;
}

.btn{
/*    position: absolute;
	width: 100%;*/
	position: fixed;
    display: block;      
    width: 39px;
    height: 39px;      
    right: 40px;
	padding-right: 40px;
    z-index: 999;/*追記：いつも一番上*/
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
.btn{
/*    position: absolute;
	width: 100%;*/
	position: fixed;
    display: block;      
    width: 39px;
    height: 39px;      
    right: 15px;
	padding-right: 40px;
    z-index: 999;/*追記：いつも一番上*/
}

}
  
.bar{      
    width: 25px;      
    height: 2px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color: #000;    
}
  
.bar-top{ top: 10px;}
.bar-middle{    
    top: 50%;
    transform: translate(-50%,-50%);
}
.bar-bottom{ bottom: 10px;}

.btn.close .bar-top{      
    transform: translate(-50%,10px) rotate(45deg);      
    transition: transform .3s;    
}  

.btn.close .bar-middle{      
    opacity: 0;       
    transition: opacity .4s;    
}    

.btn.close .bar-bottom{      
    transform: translate(-50%,-8px) rotate(-45deg);      
    transition: transform .4s;    
}
.menu-lists{
    display: none;
    background-color: #efefef;
/*    width: 100vw;
    height: 100vh;*/
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 20px;
    text-align: center;
	overflow-y: scroll;
}

.hbm-b {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
  font-family: "Noto Serif JP", serif;
}

.logo_h {
	font-size: 0.875rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;	
	text-align: left;
	line-height: 1.5;
	padding-left: 40px;
}

.logo-he {
	font-size: 0.9375rem;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
	font-style: normal;	
	text-align: left;
}

.hum-menu_box {
	position: relative;
	top: 5%;
	align-items: center;
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
	.menu-lists{
		display: none;
		background-color: #efefef;
	/*    width: 100vw;
		height: 100vh;*/
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		padding-top: 10px;
		text-align: center;
		overflow-y: scroll;
	}
	
	.logo_h {
		font-size: 0.75rem;
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		font-style: normal;	
		text-align: left;
		line-height: 1.5;
		padding-left: 20px;
}
  
	.hum-menu_box {
		position: relative;
		align-items: center;
    font-size: 14px;
}
  
  .header-list_box {
		position: relative;
		align-items: center;
}
  
  .header-list {
		display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #707070;
}
  
  .header-list span {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
    margin-right: 30px;
}

/* アコーディオン展開時に三角を回転 */
.header-list_box[open] .header-list span {
  transform: rotate(90deg);
}
}

.hum-lst {
	line-height: 1.5;
	margin-bottom: 30px;
}

.hum-lst li {
	font-size: 1rem;
	margin-bottom: 1rem;
}
/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
	.hum-lst li {
		font-size: 0.875rem;
		margin-bottom: 0.5rem;
	}
  
.custom-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-full {
  width: 100%;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-top: 1px solid #707070;
  box-sizing: border-box;
}
  .list-full2 {
  width: 100%;
  height: 50px;
  background: #efefef;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}

.list-half {
  width: 50%;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-top: 1px solid #707070;
  box-sizing: border-box;
}
  
.list-half2 {
  width: 50%;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-top: 1px solid #707070;
  box-sizing: border-box;
}

/* 左カラムだけ左線追加 */
.list-half:nth-child(even) {
  border-right: 1px solid #707070;
}
  .list-half2:nth-child(even) {
  border-left: 1px solid #707070;
}

.hum-list_box {
		position: relative;
		top: 5%;
		align-items: center;
	}

}

.hum-lst li a:hover {
	color: #000;
}
.hum-lst li a span {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}
.hum-lst li a span::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background: #000;
  content: "";
  transition: 0.3s;
  transform: translateX(-50%);
}
.hum-lst li a span:hover::after {
  width: 100%;
}

.htm {
	display: flex;
	list-style: none;
	justify-content: center;
	font-size: 1.25rem;
	margin-top: 40px;
	margin-bottom: 20px;
}
/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
	.htm {
		display: flex;
		list-style: none;
		justify-content: center;
		font-size: 1.25rem;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

.htm li {
    padding: 0 15px;
}

.hmm {
	display: flex;
	list-style: none;
	justify-content: center;
	font-size: 0.8125rem;
	margin-bottom: 20px;
}

.hmm li {
	border: 1px solid #3e3a39;
	padding: 5px 10px;
}

.hmm-left {
	margin-left: 20px;
}

/* 枠線が黒 */
.other_listbox {
    padding: 0;
}

.other_listbox ul.other_list {
    list-style: none;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0.75rem;/*0.8125rem*/
}

.other_listbox ul.other_list li a {
    display: inline-block;
    border: #000 1px solid;
    padding: 10px 0;
	min-width: 265px;
}

.other_list li a:hover {
	background-color: #262626;
	color: #fff;
	transition: 0.5s;
}

.other_listbox ul.otherarea_list {
	display: flex;
    list-style: none;
	width: 300px;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0.75rem;/*0.8125rem*/
}

.other_listbox ul.otherarea_list li a {
    display: block;
    border: #000 1px solid;
    min-width: 142px;/*120*/
    padding: 10px 0;
}

.other_listbox ul.otherarea_list li:not(:nth-child(2n)){
    margin-right: 20px;
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
	.other_listbox ul.other_list {
		list-style: none;
		margin: 0 auto 15px;
		text-align: center;
		font-size: 0.75rem;/*0.8125rem*/
	}
	.other_listbox ul.otherarea_list {
		display: flex;
		list-style: none;
		width: 265px;
		margin: 0 auto 15px;
		text-align: center;
		font-size: 0.75rem;/*0.8125rem*/
	}

	.other_listbox ul.otherarea_list li a {
		display: block;
		margin: 0 15px 0 0;
		border: #000 1px solid;
		min-width: 125px;
		padding: 10px 0;
	}
}
.otherarea_list li a:hover {
	background-color: #262626;
	color: #fff;
	transition: 0.5s;	
}

.other_listbox  ul.otherarea_list li:last-child {
    margin: 0;
}

/* 枠線が白 */
.other_listbox_ft {
    padding: 0;
}

.other_listbox_ft ul.other_list_wh {
    list-style: none;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 0.75rem;/*0.8125rem*/
	color: #fff;
}

.other_listbox_ft ul.other_list_wh li a {
	color: #fff;
    display: inline-block;
    border: #fff 1px solid;
    padding: 10px 0;
	min-width: 265px;
}

.other_listbox_ft ul.other_list_wh li a:hover {
	background-color: #fff;
	color: #192B06;
	transition: 0.5s;
}

.other_listbox_ft ul.otherarea_list_wh {
	display: flex;
    list-style: none;
	width: 265px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 0.75rem;/*0.8125rem*/
}

.other_listbox_ft ul.otherarea_list_wh li a {
    display: block;
    margin: 0 20px 0 0;
    border: #fff 1px solid;
    min-width: 122px;
    padding: 10px 0;
	color: #fff;
}

.other_listbox_ft ul.otherarea_list_wh li a:hover {
	color: #192B06;
	background-color: #fff;
	transition: 0.5s;
}

.other_listbox_ft ul.otherarea_list_wh li:last-child {
    margin: 0;
}

.ml-h3 {
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    text-align: center;
    line-height: 2.5;
}

.ml-h4 {
    font-size: 0.8125rem;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}

.mla {
	margin-bottom: 20px;
    font-size: 0.75rem;/*0.875*/
    font-weight: normal;
    text-align: center;
    line-height: 1.8;
}

.m-copyright {
	font-size: 0.6875rem;
	text-align: center;
	margin-top: 20px;
}

/* PC用のCSSはメディアクエリの外に記述する */
@media screen and (max-width: 750px) {
	.m-copyright {
		font-size: 0.6875rem;
		text-align: center;
		margin-top: 20px;
		padding-bottom: 10px;
	}

}