@charset "utf-8";
@font-face {
  /*フォントの名前*/
  font-family: "Noto Serif CJK JP";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/tsukushi.woff2") format("woff2"),
	   url("../font/tsukushi.woff") format("woff");
}
:root {--main-color: #1B266B;}/*濃い青*/
:root {--sub-color: rgba(27,38,107,0.20);}/*紫*/
:root {--accent-color: #FCED5A;}/*イエロー*/
:root {--accent02-color: #D4512F;}/*オレンジ*/
:root {--main-font: "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;}
:root {--sub-font: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;}

section{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.inner{
	width: 80%;
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}


/*inforation*/
#inforation{
	padding: 100px 0 100px;
}
#inforation .btn{
	background: none;
}
#inforation ul{
/*
	max-width: 740px;
	margin: 0 0 0 auto;
*/
	margin-bottom: 50px;
}
#inforation ul li{
	margin: 0 0 30px;
}
#inforation ul div.img{
	width: 28%;
	padding-top: 23%;
}
#inforation ul div.box{
	width: 70%;
	padding: 10px 0;
	border-top: solid 3px #333;
	border-bottom: solid 3px #333;
}
#inforation ul .day{
	font-size: 16px;
	color: var(--accent02-color);
}
#inforation ul h4{
	font-size: 20px;
}
#inforation ul p{
	font-size: 16px;
}
@media screen and (max-width: 1000px) {
	#inforation .btnlp{ margin: 0 0 50px;}
}
@media screen and (max-width: 767px) {
	#inforation ul div.img{
		width: 100%;
		padding-top: 60%;
		margin: 0 0 20px;
	}
	#inforation ul div.box{
		width: 100%;
		border-top: solid 2px #333;
		border-bottom: solid 2px #333;
	}
	#inforation ul .day{ font-size: 13px;}
	#inforation ul h4{ font-size: 16px;}
	#inforation ul p{ font-size: 14px;}
}

/*footer*/
.footer{
	padding: 50px 0;
	background: #333333;
}
.footer h2{
	width: 50%;
	font-size: 32px;
	font-family: var(--sub-font);
	color: #FFF;
}
.footer h2 span{ 
	font-size: 18px;
	font-family: var(--main-font);
	letter-spacing: 0;
}
.footer .inner div{
	width: 50%;
}
.footer p{ 
	font-size: 16px;
	color: #FFF;
}
.footer p:first-child{ 
	margin: 0 0 10px;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 767px) {
	.footer h2{
		width: 100%;
		font-size: 26px;
	}
	.footer h2 span{ font-size: 11px;}
	.footer .inner div{	width: 100%;}
	.footer p{ font-size: 12px;}
	.footer p:first-child{ margin: 0 0 5px;}
}
@media screen and (max-width: 420px) {
}

/*pager*/
.entries-pager ul {
  font-size: 14px;
  color: #333;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
		  align-items: center;
}
.entries-pager ul li {
  width: 3em;
  height: 3em;
  margin: 0 3px !important;
}
.entries-pager ul li a,
.entries-pager ul li span {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
		  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  cursor: pointer;
	color: inherit;
}
.entries-pager ul li.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.entries-pager ul li.disabled a {
  pointer-events: none;
}
.entries-pager ul li.active {
  background-color: #333;
  color: #fff !important;
  pointer-events: none;
}
.entries-pager ul li:not(.active):hover a {
  color: #75aef0;
}

@media (max-width: 375px) {
  .entries-pager ul {
	font-size: 10px;
  }
}

header{
	padding-top: 50px;	
}
header .logo{
	width: fit-content;
	font-size: 26px;
	line-height: 1;
	color: #333;
	margin-bottom: 50px;
}
header .logo span{
	font-size: 18px;	
}

header h2{
	font-size: 78px;
	font-family: var(--sub-font);
	color: #333;
}

@media screen and (max-width: 800px) {
	header h2{
		font-size: 9vw;	
	}
}
@media screen and (max-width: 450px) {
	header .logo{
		font-size: 6vw;	
	}
	header .logo span{
		font-size: 3.5vw;	
	}
}

article{
	padding: 100px 0;	
}

article .day{
	color: var(--accent02-color);
}

article .title{
	margin-bottom: 1em;	
	line-height: 1.4em;
}

article .back{
	margin-top: 100px;
	text-align: center;
}

article .back a{
	display: inline-block;
	border: 1px solid #000;
	padding: 0.5em 2em;
}

@media screen and (max-width: 450px) {
	article{
		font-size: 16px;	
	}
}
