@charset "utf-8";
/*
Theme Name: official_Theme
Theme URI: http://
Description: official
Version: 0.1
Author: BFnet
Author URI: 
Tags: 
*/
@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-weight: normal;
	-webkit-text-size-adjust: 100%;
}
.nopc {display: none!important;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {vertical-align:middle;}
h1,h2,h3,h4,h5,strong{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
sub, sup {
vertical-align: baseline;
}
sup {
position:relative;
top:-4px;
font-size: 50%;
}
img{
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
}
ul {	display: block}
li {
	list-style-position: outside;
	list-style-type: none;
}

.mb1 {margin-bottom: 1em!important;}
.mb2 {margin-bottom: 2em!important;}
.mb3 {margin-bottom: 3em!important;}
.bld {font-weight: bold!important;}
a {
	text-decoration: none;
	color: #3a302e;
	-webkit-tap-highlight-color:transparent;
}
a:hover {color: #f88a76;}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
body{
	margin: 0;
	padding: 0;
	/*
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "Osaka","ＭＳ Ｐゴシック", "MS P Gothic", Verdana,Arial, Helvetica, sans-serif;
	font-weight: normal;
	*/
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
	line-height: 1.6;
	font-size: 18px;
	color: #3a302e;
}
header {
	width: 100%;
	padding: 20px 0;
	background: #5ad7e1;
}
header h1 {
	width: 950px;
	margin: 0 auto;
	text-align: right;
}
header h1 a {color: #fff;}
#gnav {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#gnav dd {
	width: 140px;
	height: 135px;
	float: left;
	overflow: hidden;
	margin-right: 22.5px;
}
#gnav dd:last-of-type {margin-right: 0;}
#gnav a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: url(img/gnav.png) no-repeat;
	text-indent: -9999px;
}
#gnav dd.gnav01 a {background-position: 0 12px;}
#gnav dd.gnav02 a {background-position: -140px 12px;}
#gnav dd.gnav03 a {background-position: -280px 12px;}
#gnav dd.gnav04 a {background-position: -420px 12px;}
#gnav dd.gnav01 a:hover {background-position: 0 0;}
#gnav dd.gnav02 a:hover {background-position: -140px 0;}
#gnav dd.gnav03 a:hover {background-position: -280px 0;}
#gnav dd.gnav04 a:hover {background-position: -420px 0;}
#gnav dt {
	width: 300px;
	height: 135px;
	float: left;
	overflow: hidden;
	margin-right: 22.5px;
}
#gnav dt a {background: url(img/h1.png) no-repeat;}

#gnav02 {
	width: 950px;
	margin: 0 auto;
}
#gnav02 li {display: inline-block;}
#gnav02 li a {
	display: block;
	padding: 0 26px;
}
#gnav02 li a img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 100px;
	vertical-align: bottom;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#gnav02 li:first-child a {padding: 0;}
#gnav02 li:first-child a img {max-height: 130px;}

#gnav02 li a:hover img {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#gnav02 li:first-child a:hover img {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.diarywrap {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
.diaryttl {
	width: 116px;
	height: auto;
	position: absolute;
	top: -54px;
	left: -130px;
}
.diaryttl img {
	width: 100%;
	height: auto;
}

nav {
	width: 100%;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.8);
}
.fixed {
	padding: 10px 0!important;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.slider-pro {margin: 0 auto 40px auto;}
.slidebg {
	width: 625px;
	height: 304px;
	background: url(img/top/slidebg.png) no-repeat 0 0;
	margin: -344px auto 0 auto;
	position: relative;
	z-index: 1000;
}

#topnav {
	width: 940px;
	margin: 40px auto 120px auto;
	overflow: hidden;
}
#topnav li {
	width: 300px;
	float: left;
	margin-right: 20px;
}
#topnav li:nth-child(3){margin-right: 0;}
#topnav li img {
	display: block;
	margin: 0 auto 10px auto;
}
#topnav li p {
	padding: 40px 0;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#topnav li:nth-child(1) p {background: #c6ecab;}
#topnav li:nth-child(2) p {background: #f6f094;}
#topnav li:nth-child(3) p {background: #f3c08f;}

#infotop {
	width: 100%;
	background: #f6dc60;
	position: relative;
	padding-bottom: 40px;
	margin-top: 80px;
}
#infotop h2 {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	width: 424px;
	height: 81px;
	background: url(img/top/train.png) no-repeat 0 0;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9999px;
}
#infotop ul {
	width: 940px;
	padding: 70px 0 30px 0;
	margin: 0 auto;
	overflow: hidden;
}
#infotop ul li {
	width: 304px;
	text-align: center;
	float: left;
	margin-right: 12.66px;
}
#infotop ul li:nth-child(3n){margin-right: 0;}
#infotop ul li:nth-child(n+4){margin-top: 40px;}
#infotop ul li .infotxt {height: 5em;}
#infotop ul li img {
	height: auto;
	width: 100%;
	display: block;
	border-radius: 10px;
	margin: 0 auto;
	aspect-ratio: 1.5 / 1;
	object-fit: cover;
}
#infomiddle {
	width: 940px;
	margin: 40px auto 0 auto;
}
#infomiddle h2 {
	font-size: 1.2em;
	border-bottom: 2px solid #3a302e;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.infomiddledate {
	display: inline-block;
	padding: 0 2em 0 1em;
}
#infomiddle ul li a {
	display: block;
	border-bottom: 1px dashed #3a302e;
	padding: 1em 0;
}




.viewall {
	text-align: center;
}
.viewall a {
	text-decoration: underline;
}

.content {
	width: 800px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}
#footnav {
	width: 950px;
	margin: 60px auto 20px auto;
	overflow: hidden;
}
#footnav li {
	height: 19px;
	float: left;
	overflow: hidden;
	margin-right: 60px;
}
#footnav:last-child {margin-right: 0;}
#footnav a {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	background: url(img/footnav.png) no-repeat;
	text-indent: -9999px;
}
#footnav li.footnav01 a {width: 143px;background-position: 0 0;}
#footnav li.footnav02 a {width:  81px;background-position: -150px 0;}
#footnav li.footnav03 a {width: 104px;background-position: -240px 0;}
#footnav li.footnav04 a {width: 109px;background-position: -350px 0;}

footer {
	width: 100%;
	background: #5ad7e1;
}
footer > div {
	width: 950px;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}
footer dl dt {font-size: 1.2em;}
footer ul {
	position: absolute;
	top: 92px;
	left: 500px;
	overflow: hidden;
}
footer ul li {
	width: 44px;
	float: left;
	margin-right: 40px;
}
#blanco {
	width: 178px;
	height: 101px;
	background: url(img/blanco.png) no-repeat 0 0;
	display: block;
	position: absolute;
	top: -80px;
	right: 40px;
}
#copyright {
	margin: 10px 0;
	font-size: 0.8em;
	text-align: center;
}

/* archive */
.infowrap {
	width: 800px;
	margin: 0 auto;
}
.infowrap li {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	background: url(img/border01.png) no-repeat left bottom;
}
.infowrap li a {display: block;}
.infowrap li a span {
	width: 200px;
	height: 150px;
	display: block;
	overflow: hidden;
	float: left;
}
.infowrap li a span img {
	width: 100%;
	height: auto;
	display: block;
}
.infowrap li a div {
	margin-left: 220px;
}
.infowrap li a div strong {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

/* common */
.bar {
	display: block;
	width: 100%;
	height: 16px;
	background: #f5dd61;
	position:relative;
	top: 117px;
}
.subttl {
	width: 960px;
	height: 60px;
	background: url(img/title02.png) no-repeat;
	margin: 80px auto 40px auto;
	text-indent: -9999px;
	overflow: hidden;
	position:relative;
}
.information .subttl,
.category-information .subttl,
.archive-information .subttl {background-position: 0 -3px;}
.about .subttl {background-position: 0 -83px;}
.life .subttl {background-position: 0 -184px;}
.info .subttl,
.category-info .subttl,
.archive-info .subttl {background-position: 0 -277px;}
.heading {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 4px;
	text-indent: 4px;
	margin: 0 0 40px 0;
	padding-bottom: 10px;
	background: url(img/border02.png) no-repeat left bottom;
}
.regtxt {margin-bottom: 1em;}
.txtlist {
	width: 90%;
	padding: 20px;
	background: #fafafa;
	border: 1px solid #ddd;
	margin: 0 auto 1em auto;
}
.txtlist li {
	padding: 4px 0;
	margin-left: 1em;
	text-indent: -1em;
}
.regtbl {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
}
.regtbl tr th,
.regtbl tr td {
	padding: 0.5em 1em;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.regtbl tr th {background: #fafafa;}



/* pagenation */
nav.navigation {padding: 40px 0;}
nav.navigation h2 {display: none;}
.nav-links {
	line-height: 3;
	text-align: center;
}
.nav-links .current {
	margin: 0 2px;
	padding: 10px 15px;
	color: #fff;
	background: #000;
}
.nav-links a {
	margin: 0 2px;
	padding: 10px 15px;
	border: 1px solid #000;
	transition: all .3s;
}
.nav-links a:hover {
	color: #fff;
	background: #000;
}
/* pagenav */
.pagenav {
	margin: 0 10px;
	padding: 60px 0 0 0;
	overflow: hidden;
}
.pagenav li {
	width: 28%;
	text-align: center;
	float: left;
	border: 0 none;
	padding: 1px 0;
}
.pagenav li.backlist {
	width: 40%;
	margin: 0 2%;
}
.pagenav li a {
	margin: 0 auto;
	display: block;
	border: 1px solid #000;
	padding: 20px 0;
	transition: all .3s;
}
.pagenav li a:hover {
	color: #fff;
	background: #000;
}
.pagenav li a i {margin: 0 10px;}
.pagenav li.backlist a {text-decoration: underline; }

/* sidebar */
#sidebar h3 {
	color: #efcdb7;
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 20px;
	border-bottom: 4px solid #efcdb7;
	margin: 50px 0 30px 0;
}
.getarchive {overflow: hidden;}
.getarchive {
	margin: 0 10px;
	overflow: hidden;
}
.getarchive li {
	width: 32%;
	text-align: center;
	float: left;
	margin: 0 2% 2% 0;
}
.getarchive li:nth-child(3n) {margin-right: 0;}
.getarchive li a {
	padding: 10px 0;
	display: block;
	text-align: center;
	border-bottom: 1px dotted #000;
	transition: all .3s;
}
.getarchive li a:hover {
	color: #fff;
	background: #000;
}
.getarchive li:last-child {border-bottom: 1px dotted #000;}
.getarchive li select {
	display: block;
	margin: 0 auto 6px auto;
	padding: 10px 20px;
}

/* single */
article {
	width: 800px;
	margin: 0 auto;
}
.singlettl {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	background: url(img/border02.png) no-repeat left bottom;
	padding: 10px 0;
	margin-bottom: 20px;
}
article .the_content_add_css p {margin-bottom: 1em;}
article .the_content_add_css img {margin: 1em 0.5em;}
.aimimg {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
#map_canvas {
	width: 800px;
	height: 350px;
	margin: 20px auto 0 auto;
}

/* life */
#flow_year {background: url(img/life/border_length.png) repeat-y center top; margin-bottom: 40px;}
#flow_year > li {
	background: url(img/life/border_side.png) repeat-x left bottom;
	overflow: hidden;
}
#flow_year > li p {margin-bottom: 1em;}
#flow_year > li:last-child {background: url(img/life/border_side.png) repeat-x left bottom #fff;}
.sep {
	width: 44%;
	float: left;
	padding: 3%;
}
.imgcnt {
	display: block;
	margin: 0 auto;
}
.sep .imgcnt {
	width: 330px;
	height: auto;
}
#flow_year h4 {
	width: 391px;
	height: 170px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(img/life/2026flow_year.png) no-repeat;
}
#flow_year h4.flow_year01 {background-position: 0 0;}
#flow_year h4.flow_year02 {background-position: -401px 0;}
#flow_year h4.flow_year03 {background-position: 0 -217px;}
#flow_year h4.flow_year04 {background-position: -401px -217px;}
#flow_year h4.flow_year05 {background-position: 0 -432px;}
#flow_year h4.flow_year06 {background-position: -401px -432px;}
#flow_year h4.flow_year07 {background-position: 0 -647px;}
#flow_year h4.flow_year08 {background-position: -401px -647px;}
#flow_year h4.flow_year09 {height: 190px;background-position: 0 -862px;}
#flow_year h4.flow_year10 {height: 220px;background-position: -401px -862px;}
#flow_year h4.flow_year11 {background-position: 0 -1077px;}
#flow_year h4.flow_year12 {background-position: -401px -1077px;}

.ph2 {overflow: hidden;}
.ph2 li {
	float: left;
	margin-right: 20px;
}
.ph2 li img {
	width: 150px;
	height: auto;
}
.ph2 li:nth-child(even){margin-right: 0;}

.flow_year_txt li {margin: 0 0 1em 0;}
.mt60 {margin-top: 60px;}
.ph1length {overflow: hidden;}
.ph1length img {
	width: 150px;
	height: auto;
	display: block;
	float: left;
}
.ph1length p {margin-left: 170px;}
#everymonth {
	overflow: hidden;
	margin-bottom: 1em;
}
#everymonth dt {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 1em;
}
#everymonth dd {
	width: 50%;
	float: left;
}

.topban {
	display: block;
	margin: -60px auto 120px auto;
}
.txtlink {
	text-decoration: underline;
	padding: 0 3px;
}

.abouttest .subttl {background-position: 0 -83px;}
.abouttbl {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-bottom: 1em;
	border-collapse: collapse;
}
.abouttbl tr th,
.abouttbl tr td {
	padding: 0.5em 1em;
	vertical-align: top;
	border: 1px solid #ddd;
}
.abouttbl tr th {background: #fafafa;}
.ccenter tr td {text-align: center;}
.hbh tr th,
.hbh tr td {
	width: 50%;
	box-sizing: border-box;
}

.link_btn {
	display: block;
	width: 300px;
	margin: 50px auto 0;
	padding: 20px;
	background-color: #f6dc60;
	border: 1px solid #f6dc60;
	color: #fff;
	text-align: center;
	border-radius: 20px;
	transition: 0.4s;
}
.link_btn:hover {
	opacity: 1;
	background-color: #fff;
	color: #f6dc60;
}