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

/* --------------------------------------------------------------


yamato2025


-----------------------------------------------------------------*/
/*menu*/

.gmenu-btn{
   position: fixed;
   right: 20px;
   top: 20px;
   width: 70px;
   height: 70px;
   background: url(../img/common/icon-menu.png) no-repeat center center;
   -moz-background-size:  100% auto;
   -webkit-background-size: 100% auto;
   background-size: 100% auto;
   cursor: pointer;
}


/* yamato
-----------------------*/

#container{
	min-width: auto;
	width: 100%;
	}

@media only screen and (max-width: 640px) {

	.contents .inner {
			width: auto;
		  	width: 90%;
		 	margin: auto;
		}
	}

@media only screen and (min-width: 641px) {

	.contents .inner {
		  max-width: 715px;
		  margin: auto;
		}
	}


.contents.yamato{
   color: #fff;
   background: none;
   background: #174c90 url(bg2025.jpg) center center / cover no-repeat fixed;
   font-size: 16px;
   font-size: 1.142857143rem;
   font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
}

.yamato p{
	margin-bottom: 15px;
	line-height: 1.6;
	}

.yamato .content{
	margin-bottom: 30px;
	padding: 20px;
	background:rgba(0,0,0,0.7);
	}

.yamato h2{
	text-align: center;
	font-size: 150%;
	color: #d2ff97;
	border-bottom: 1px solid #d2ff97;
	margin-bottom: 20px;
	line-height: 1.5;
	text-shadow: 	1px 1px 2px #000,
					-1px -1px 2px #666;
	}
	
.yamato h3{
	text-align: center;
	font-size: 100%;
	color: #fff;
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	line-height: 1.5;
	
	text-shadow: 	1px 1px 2px #000,
					-1px -1px 2px #666;
	}
	
.title-header{
	max-width: 1200px ;
	margin: 15px auto 50px auto;
	text-align: center;
	}
	
.yamato .title-header .title{
   
   font-family: "Sawarabi Mincho", "Noto Serif JP", serif;
   font-size: 54px;
   letter-spacing: 5px;
   
   text-shadow: 	1px 1px 2px #000,
					-1px -1px 2px #666;
   }

.yamato .title-header .sub{
   font-family: 'Noto Sans';
   font-size: 28px;
   margin-bottom:15px;
   letter-spacing: 3px;
   color: #d2ff97!important;
   border-bottom: none!important;
}

@media only screen and (max-width: 640px) {
   .yamato .title-header .title{ font-size: 38px; letter-spacing: 2px;}
   .yamato .title-header .sub{font-size: 22px;letter-spacing: 1px;}
}


.yamato .item{
   position: relative;
   margin-top: 100px;
   overflow: hidden;
}
.yamato .item .title{
   float: left;
   width: 160px;
   font-family: "Sawarabi Mincho", serif;
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 2px;
}
.yamato .item .content{
   width: auto;
   overflow: visible;
}
.yamato .item .content a{
   color: #fff;
   text-decoration: underline;
}
.yamato .item .content a:hover{
   text-decoration: none;
}
.yamato .item .content .author{
   
}


.flexbox{
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	}

.columns-4 .box {
		width: 25%;
		box-sizing: border-box;
		}

.columns-5 .box {
		width: 20%;
		box-sizing: border-box;
		}
		
.columns-2 .box {
		width: 50%;
		box-sizing: border-box;
		}

.box img{
	max-width: 100%;
	}

.box_01 img{
  	height: 180px;
  	object-fit: cover;
	}

#container .box_01 a:hover img{
	
	}

.box_01{
	background: #000400;
	color: #2b96f0;
	font-size: 90%;
	position:relative;
	}

.box_01 p{
	padding-left: 8px;
	padding-right: 5px;

	}
	
.box_01 span{
	display: block;
	font-size: 80%;}

#container .box_01 a:link{
	text-decoration: none;
	color: #d6fffe;
	display: block;
	}
#container .box_01 a:visited{ text-decoration: none;}
#container .box_01 a:hover{ color: #d2ff97;text-decoration: none; }
#container .box_01 a:active{ text-decoration: none;}

#container .box_01 a img{
	opacity: 0.75;
	transition : .5s;
	}

#container .box_01 a:hover img{
	opacity: 1;
	transition : .7s;
	}

@media only screen and (max-width: 640px) {
.columns-2 .box{
			width: 100%;
			box-sizing: border-box;
		}

.columns-4 .box{
			width: 50%;
			box-sizing: border-box;
		}

.columns-5 .box{
			width: 33.333%;
			box-sizing: border-box;
		}
.box_01 img{
  	height: 140px;
  	object-fit: cover;
	}
	
}

.yamato dl{
	display: flex;
	flex-flow: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	overflow: visible;
	margin-bottom: 30px;
	font-size: 15px;
	}
	
.yamato  dl dt{
   width: 22%;
   box-sizing: border-box;
   padding: 8px 0px;
   border-bottom: 1px solid #7b959a;
   min-width: 0;
   line-height: 1.5;
   letter-spacing: 2px;
   }
.yamato  dl dd{
   width: 78%;
   box-sizing: border-box;
   padding: 8px 0;
   border-bottom: 1px solid #7b959a;
   min-width: 0;
   line-height: 1.5;
   letter-spacing: 2px;
}



.yamato table{
	width: 100%;
	margin-bottom: 50px;
	text-shadow: 	1px 1px 2px #000,
					-1px -1px 2px #666,
					-1px 1px 2px #666,
					1px -1px 2px #666;
	}
	
.yamato table th,
.yamato table td{
	text-align: center;
	letter-spacing: 2px;
	padding: 10px 10px;
	border-bottom: 1px solid #7b959a;
	}

.yamato table th{
	width: 20%;
	}

.kakomi{
	background:rgba(0,4,0,0.5);
	padding: 20px;
	margin-bottom: 30px;
	}

.kakomi2{
	background:rgba(0,4,0,0.5);
	padding: 20px;
	border: 1px solid #d2ff97;
	margin-bottom: 30px;
	line-height: 2;
	}

.kakomi2 a:link{ color: #dbb;}

.pa5{ padding: 10px;}
.pa10{ padding: 10px;}

.fs08em{ font-size: 80%!important;}
.fs09em{ font-size: 90%!important;}
.fs11em{ font-size: 110%!important;}
.fs12em{ font-size: 120%!important;}
.fs13em{ font-size: 130%!important;}
.fs14em{ font-size: 140%!important;}
.fs15em{ font-size: 150%!important;}
.fs16em{ font-size: 160%!important;}
.fs18em{ font-size: 180%!important;}

ol.style1 {
	padding-left: 1.5em;
	margin-bottom: 2em;
	}

ol.style1 li{
	list-style: decimal!important;
	}

ul.style2{
	padding-left: 1.5em;
	margin-bottom: 1em;
	}

ul.style2 li{
	list-style: disc;
	line-height: 1.8;
	margin-bottom: 0.8em;
	}

.new{
	display: inline-block;
	background: #F96798;
	padding: 3px 6px 1px 6px;
	font-family: "UDDigiKyokasho R JIS2004", sans-serif;
	font-weight: bold;
	font-size: 55%;
	margin-left: 10px;
	margin-bottom: 3px;
	text-shadow: none;
	}