@charset "utf-8";
/* CSS Document */
body{
	font-family:sans-serif;
	fon-size: 35px;
	color:#000;
	line-height: 1;
	background-color:#fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 800;
  font-style: normal;
	padding-top:65px;
	background-image: url("../img/pc-bg.jpg");

}
img{
	max-width:100%;
}
a{
	text-decoration: none;
	color: #000;
}
header{
	position: fixed;/* ← スクロールしても固定 */
	top: 0;/* ← 上端に配置 */
	left: 0%; 
	width:100%;/*横幅1920px*/
	height:65px;
	background-color: rgba(255,255,255,0.6); 
	z-index:1000;/* ヘッダーを前面に表示 */
}

/*ヘッダー*/
.header-inner{
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	height: 65px;
}
.toggle-menu-button{
	display: none;
}
@media (max-width:800px){
.toggle-menu-button{
	display:block;
	width:24px;
	height:20px;
	background-image: url("../img/icon-menu.png");
	background-size:50%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 0;
	outline: none;
	margin-right:20px;
}
.header-site-menu {
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
  display: none; /* 初期状態は非表示 */
  color: #000;
  background-color: rgba(255,255,255,0.6);
  padding-top: 30px;
  padding-bottom: 50px;
  z-index: 999; /* 念のため他要素より前に */
}

/* ↓ クリック後に表示させるクラス */
.header-site-menu.is-show {
  display: block;
}

}
.header-logo{
	display: block;
/*	width:calc(35 / 1920 * 100%);
	height:calc(42 / 140 * 100%);*/
	margin:5px 0 0 30px;
	width:60px;
	height:60px;
	padding-top: 3px;
}
@media (max-width:800px){
	.header-logo{
		margin-right:20px;
		width:30px;
	height:30px;
		padding-top: 0;
	}
}

.site-menu ul{
	display:flex;

}

.site-menu ul li{
	margin-left: 30px;
	margin-right: 30px;
	font-size: 20px;
	justify-content: center;
	align-items: center;
}
@media (max-width:800px){
	.header-site-menu li{
		margin-top: 10px;
	}
	.footer-site-menu ul{
		display:block;
	}
	.site-menu ul li{
		font-size: 13px;
		margin-left: 10px;
	margin-right: 5px;
	}
	
}

.header-snsicon{
	display:flex;
	justify-content: flex-end;
	/*margin-top:calc(100vh - 110px - 87px);*/
	/*padding:60px 80px;*/
	
}
.header-snsicon img{
	width:32px;
	height:32px;
}
@media (max-width:800px){
	.header-snsicon a{
	padding-right:20px;
}
}
.header-snsicon a{
	display: flex;
	width:calc(64 / 1920 * 100%);
	margin-right: 0;
}
/*.main{
	padding-top: 65px;
}*/
/*フッター*/
footer{
	width:100vw;
	justify-content:space-between;
	cursor: pointer;
}
footer a{
	display: block;
}
footer a:hover{
	display:block;
	color: #fff;
	text-shadow: 0 0 5px #ffff00, 0 0 10px #ffff00; /* 光っているような効果 */
}

.footer-top-area {
  display: flex;
  justify-content: flex-start;  /* 左から順に並べる */
  margin: 0 auto;
  gap: 60px;  
 background-image: url("../img/footer-bg.jpg"); /* 要素間の間隔 */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	bottom: 0;/* ← 上端に配置 */
	left: 0%; 
	width:100%;
	height: 550px;
}
@media(max-width:800px){
.footer-top-area {
  display: flex;
  justify-content: flex-start;  /* 左から順に並べる */
  margin: 0 auto;
  gap: 10px; /* ロゴとfooter-content1の余白*/
 background-image: url("../img/footer-bg.jpg"); /* 要素間の間隔 */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	bottom: 0;/* ← 上端に配置 */
	left: 0%; 
	width:100%;
	height: 10%;
}
}
.footer-logo {
  flex: 0 0 auto;
margin-left: 80px;
	margin-top:33px;
}

@media (max-width:800px){
	.footer-logo {
margin-left: 5px;
	margin-top:30px;
}
.footer-logo img{
		width:50px;
		height:50px;
	}
	}
.footer-info p{
  font-size: 16px;
	padding: 3px 200px;
	margin-top:33px;
	
}

@media(max-width:800px){
	.footer-info p{
  font-size: 10px;
	padding:0 3px;
	
		/*max-width: 100px;*/
}
}
.footer-links{
	display:flex;
	gap:20px;
	font-size:15px;
	margin: 0 100px;
}


.footer-content1 {
	display:flex;
	flex-direction:column;/*縦並びに*/
	font-size: 17px;
	text-align: left;
}
.footer-content1 a{
	padding: 23px 0;
}
.footer-content2{
	flex-direction:column;/*縦並びに*/
	font-size: 17px;
	text-align: left;
	padding-left:60px;
}
.footer-content2 a{
	padding: 22px 0;
}

@media(max-width:800px){
	.footer-links{
	display:flex;
	font-size:10px;
	margin: 15px 20px;
		padding:0 3px;
}
	.footer-content1{
		font-size: 12px;
	}
	.footer-content2{
	flex-direction:column;/*縦並びに*/
	font-size: 12px;
	text-align: left;
	padding-left:10px;
		
}
	.footer-bottom-meta p{
	font-size: 8px;
		margin-bottom: 0;
}
}
.footer-bottom-meta{
    display: flex; 
    flex-direction: column; /* 要素を縦（列）に並べる */
    align-items: center; 
    text-align: center; 
    position: absolute; 
    width: 100%; 
    bottom: 0; 
	font-size: 10px;
}

.footer-top-area {
    position: relative;
}

.copyright{
    margin-bottom: 5px; 
}


.footer-privacy,
.footer-kaku-site{
    margin-top: 2px; 
    margin-bottom: 2px; 
}
.copyright small {
	display: block;
}
