@charset "utf-8";

/* auther -   */
/* web - http://nau-architects.com */

/* chapter
---------------------------------------------
・全般設定
・ヘッダ
・グローバルナビメニュー
	ナビブロック高さ
・メインブロック #main
・topページ
・フッタ

初期: ~max768px
---------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	
    vertical-align:baseline;
    background:transparent;
	font-size:62.5%;

}
h1,h2,h3,h4,h5,h6,p { font-weight: normal;}
ul,
ol {
	margin:0;
	padding:0;
}

ul {
	list-style-type: none;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	display:block;
}
img{
max-width: 100%;
height: auto;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
a:hover img {
	opacity:0.8;
}

/*
.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-semibold {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-extrabold {
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
}
*/
body {
	color: #333;
font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 300;

/*	font-family: "Noto Sans JP"; */
/*	font-family: "Hiragino Maru Gothic Pro" ,"HG丸ゴシックM-PRO" ,verdana ,arial ,sans-serif; 
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
*/
background-color:#fff;
}
body#top-page {
background-color:#fff;	
/*background: url(../img/bg16.gif) left top #fffffa; */
}
#wrapper {
	width:100%;
	margin:0;
	padding: 0 0 40px 0;
}

header {
	width:96%;
	margin:0 auto 0px auto;
	padding:0;
	border-bottom:solid 2px rgb(0,48,196);
	position:relative;
}
header h1 {
	width:auto;
	padding:1em 0 6px 0;
	font-family: ta-fuga-fude, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:3.6rem;
	line-height:1;
	color:red;
	letter-spacing:-0.1em;
	margin-bottom:0.3em;
	text-shadow: 2px 2px 3px #ddd;

	}
header h1 span.vol {
font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 650;
	font-size:64%;
	vertical-align : 0.2em;
	letter-spacing:0;
}

header h1 a {
	color:red;
}
header h1 a span {
font-family: "source-han-sans-jp-variable", sans-serif;
font-variation-settings: "wght" 250;
	font-size:0.4em;
	color:red;
}
header h1 a:hover {
	color:rgb(255,96,48);
	text-shadow: 1px 1px 2px pink;
}
/* Gナビ */
nav.g-navi {
	width:72%;
	margin-left:20%;
	position:relative;
}
nav.g-navi ul {
	text-align:center;
	width:100%;
	height:auto;
	margin:0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
  	align-items: flex-end;
}
nav.g-navi ul li {
	width: 24%;
min-width:10em;
	margin:0px;
	height:auto;
	vertical-align:bottom; 
	list-style:none;
	text-decoration:none;
 }
	
nav.g-navi ul li a {
	display:block;
	min-width:10em;
	padding:3px 0 3px 0;
	color:#333;
	font-variation-settings: "wght" 350;
	font-size:1.3rem;
	line-height:1;
	transition: transform .6s ease;
}
nav.g-navi ul li a:hover {
	background-color: rgb(220,240,240);
	color:#444;
	transform: translate(-1px,-1px) scale(1.05);
}

nav.g-navi ul li.current {
	padding:6px 0 3px 0;
	background-color:  rgb(0,48,196);
	color:#fff;
	font-size:1.3rem;
	font-variation-settings: "wght" 400;
}
#top-billboard {
	width:90%;
	max-width:1920px;
	height:auto;
	margin:0 auto 32px auto;
}
.headline {
	width:90%;
	height:auto;
	padding-top:12px;
	margin:0 auto 32px auto;
}
.headline h2 {
	color:rgb(0,96,255);
	font-family: "Shippori Mincho", serif;
	font-weight: 800;

/*	font-family: "Noto Sans JP"; */
	
	text-align:center;
	font-style:italic;
	text-shadow: 5px 5px 8px #ddd;
	line-height:1;
	margin:0;
	font-size: 10vw;
}
	
#top-billboard p {
	font-size:1.2rem;
	margin-bottom:0.3em;
	color:#333;
}
#top-billboard a img {
	width:100％;
	height:auto;
	}
#top-billboard a:hover img {
	opacity:0.9;
}
/* TOP-MOV */
#mov-con {
		width: 90%; 
 		 max-width:1920px; 

		margin:0 auto;
		height:auto;
	}
#mov-con video {
 	 width: 100%;
	margin:0 auto 24px auto;
	}

/*　TOPICS */
#news-con {
	width:86%;
	height:auto;
	max-height:1200px;
	padding:12px 2%;
	margin:0 auto 72px auto;
	background-color:rgb(255,255,196);

	overflow-y: scroll;
	color:#666;
}
#news-con dl.history {
	width:100%;
	margin: 0 auto;
 }
#news-con dl.history dt {
	width:6em;
	height:auto;
	font-size:1.2rem;
	line-height:1;
	font-variation-settings: "wght" 250;
	margin-bottom:0;
}
#news-con dl.history dd {
	width:90%;
	margin:0 0 0.5em 0;
	font-size:1.3rem;
	color:#555;
	font-variation-settings: "wght" 350;
	line-height:1.6;
}
#news-con dl.history dd a {
	color:#555;
	text-decoration:underline;
	}
#news-con dl.history dd a:hover {
	color:#888;
}

/* -------------------------
	main 
--------------------------*/
main {
	clear:both;
	width:90%;
	padding-top:32px;
	margin:0 auto 32px auto;
}

main p {
	width:auto;
	text-align:justify;
	font-size:1.4rem;
	color:#333;
	line-height:1.6;
	margin-bottom:1em;
}
main h2 {
	width:100%;
	margin-bottom:1em;
	padding:0;
	font-size:1.4rem;
	font-variation-settings: "wght" 450;
	color:#666;
}

/* Accessページ 
/* googleマップ */
#access {
	width:100%;
	margin-bottom:32px;
}
#access iframe {
  width: 100%;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}

#contact {
	width:100%;
	padding:16px 0 16px 0;
	margin:0;
	background-color:#e5e5e5;
}
#contact  dl {
	width:64%;
	margin: 0 auto;
}
#contact dl dt {
	width:14em;
	font-size:1.3rem;
	margin:0 0 0.8em 0;
	font-variation-settings: "wght" 450;
}
#contact  dl dd {
	width:auto;
	font-size:1.4rem;
}
#contact  dl dd li {
	width:auto;
	font-size:1.3rem;
	margin-bottom:0.3em;
	line-height:1.3;
}
li.tel-mob {
	display:none;
}
#contact dl dd li a {
	color:#333;
	text-decoration:none;
}
#contact dl dd li a:hover {
	color:#888;
}

/*__________________________
main-about
-----------------------------------------*/
.about {
	width:100%;
	margin-bottom:64px;
}
.matsuri-img-con {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom:32px;
}
.matsuri-img-con::after {
    display: block;
    content:"";
    width: 49%;
}
.matsuri-img-con img {
	width:49%;
	
	margin-bottom:8px;
}

.support {
	width:90%;
	padding:16px 2%;
	margin:0 auto 32px auto;
	background-color:#fff;
	box-shadow:1px 1px 8px #aaa;
}

main h2.support-h2 {
	width:90%;
	margin:0 auto 1em auto;
}
.support h4,
.support h3 {
	font-size:1.5rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 700;
	font-style: normal;
	line-height:1.4;
	margin-bottom:0.5em;
}
.support h4 {
	font-family: "source-han-sans-jp-variable", sans-serif;
	font-variation-settings: "wght" 450;
}
.support h4 span {
	font-size:1.4rem;
	font-variation-settings: "wght" 300;
}
.support p {
	width:100%;
	font-size:1.3rem;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-style: normal;
	line-height:1.4;
	margin-bottom:0.4em;
	text-indent:1em;
}
.support p.last-l {
	margin-bottom:2em;
}
#hozonkai-credit {
	width:280px;
	float:right;
}
#hozonkai-credit h5 {
	font-size:1.4rem;
	font-variation-settings: "wght" 350;
	margin-bottom:0.5em;
}
#hozonkai-credit p{
	font-weight:700;
}
#hozonkai-credit ul {
	margin-left:13px;
}
#hozonkai-credit li {
	font-size:1.3rem;
	margin-bottom:0.4em;
}


/* ページトップへ
----------------------------------------------*/
#jump-top {
	position:fixed;
	bottom:24px;
	right:10px;
}
#jump-top a {
	display:block;
	border-radius: 5px;
	background-color:#099;
	font-size:1.3rem;
	padding:3px 8px;
	color:#fff;
}
#jump-top a:hover {
	background-color:tan;
	text-decoration:none;
	color:#fff;
}


/* footer-address */
footer {
	font-size:1.3rem;
	width:24em;
	clear: both;
	margin:0 auto;
	padding:16px 0;
	color:#333;
}
#top-page footer {
	color:#333;
}
footer h2 {
	font-size:1.3rem;
	font-variation-settings: "wght" 350;
	margin:0 0 0.2em  0;
	font-style:normal;
}
footer address p {
	font-size:1.2rem;
	text-align:center;
	line-height:1.3;
	margin-bottom:1em;
	font-style:normal;
}
.clear {
	clear:both;
}
footer p.copyright {
	text-align:center;
	font-size:1rem;
	margin-bottom:1.5em;
}
.mob-v {display:none;}

/*_________________________
  スマホたて ~480
---------------------------------------------*/
@media screen and (max-width:480px) {

	header {
		width:100%;
	}
	header h1{
		padding:0.5em 0 0 0;
		margin-left:0.5em;
		font-size:2.8rem;
	}
	header h1 a{
	padding-top:1em;
	font-size:2.8rem;
	line-height:1;
	}
	header h1 a span {
		font-size:64%;
	}
	header h1 span.vol {
		font-size:64%;
	}
/* g-nav　*/
	nav.g-navi {
		width:100%;
		margin-left:0%;
		position:relative;
	}

	nav.g-navi ul {
	}
	nav.g-navi ul li {
		width: 30%;
		margin:0px;
	 }
	nav.g-navi ul li a {
		display:block;
		font-variation-settings: "wght" 350;
		font-size:1.2rem;
		transition: none;
	}
	nav.g-navi ul li.current {
		padding:4px 0 2px 0;
		font-size:1.2rem;
	}
/* -------------------------
	main 
--------------------------*/
	main {
		clear:both;
		width:96%;
		padding-top:16px;
		margin:0 auto 32px auto;
	}
	main h2 {
		width:100%;
		margin-bottom:0.6em;
		font-size:1.3rem;
		font-variation-settings: "wght" 450;
		color:#444;
	}
	.headline h2 {
		font-size:4.8rem;
	}

	#top-billboard {
		width:100%;
		height:auto;
		margin:0 0 16px 0;
	}
	#top-billboard p {
	}
	#top-billboard a img {
		width:100％;
		height:auto;
	}
	#top-billboard a:hover img {
		opacity:0.9;
	}


/*　TOPICS */
	#news-con {
		width:100%;
		margin-bottom:24px;
	}
	#news-con dl.history {
		font-size: 1.2rem;
		width:96%;
		margin: 0 auto;
		line-height:1.8;
	 }
	#news-con dl.history dt {
		width:6em;
		font-size:1.1rem;
		padding-top:0;
	}
	#news-con dl.history dd {
		width:100%;
		margin:0 0 0.5em 0;
		font-size:1.2rem;
		line-height:1.4;
	}

/* Contactページ  */
	#contact {
		width:100%;
		padding:12px 0 8px 0;
		margin:0;
	}
	#contact dl {
		width:96%;
		margin: 0 auto;
	}
	#contact dl dt {
		width:14em;
		font-size:1.2rem;
		margin-bottom:0.5em;
	}
	#contact  dl dd {
	width:100%;
	font-size:1.25rem;
	}

	#contact dl dd li {
		width:100%;
		font-size:1.2rem;
		font-variation-settings: "wght" 300;
		margin-bottom:0.2em;
		}
	#contact dl dd li.tel-mob a {
		font-size:1.2rem;
		color:#333;
		font-variation-settings: "wght" 350;
	}
	li.tel-pc {
		display:none;
		}
	li.tel-mob {
		display:inline;
	}
/*__________________________
main-about
-----------------------------------------*/
	.about {
		width:100%;
		margin-bottom:32px;
	}
	.about p {
	font-size:1.25rem;
	line-height:1.3;
	}
	.matsuri-img-con {
		width:100%;
		margin-bottom:32px;
	}

	.matsuri-img-con img {
		width:49%;
		margin-bottom:8px;
	}
	.support {
		width:90%;
		padding:8px 2%;
		margin:0 auto 24px auto;
	}
	.support h4,
	.support h3 {
		font-size:1.4rem;
		margin-bottom:0.3em;
	}
	.support h4 {
	}
	.support h4 span {
	font-size:1.3rem;
	line-height:1;
		font-variation-settings: "wght" 300;
	}
	.support p {
		width:100%;
		font-size:1.2rem;
	}
	.support p.last-l {
		margin-bottom:2em;
	}
	#hozonkai-credit {
		width:280px;
		float:right;
	}
	#hozonkai-credit h5 {
	font-size:1.3rem;
	margin-bottom:0.4em;
	}
	#hozonkai-credit p{
		font-weight:700;
	}
	#hozonkai-credit ul {
	}
	#hozonkai-credit li {
	}

/* footer-address */
	footer {
		width:100%;
		clear: both;
		padding:8px 0;
	}
	footer h2 {
		font-size:1.3rem;
		text-align:center;
		margin-bottom:0.3em;
	}
footer address p {
	font-size:1.1rem;
	text-align:center;
	line-height:1.2;
	margin-bottom:1em;
	font-style:normal;

}

footer p.copyright {
	text-align:center;
	font-size:1rem;
	margin-bottom:1.5em;
}
.mob-v {display:inline;}
.pc-tab {display:none;}

	}

/*_______________________________
PC 961~
______________________________*/

@media screen and (min-width:961px) {
	header h1 a,
	header h1 {
		font-size:3.8rem;
	}
/* Gナビ */
	nav.g-navi {
		width:64%;
		display:block;
	}
	nav.g-navi ul {
		justify-content:space-around;
	}
	nav.g-navi ul li {
		width: 19%;	
	}
	.headline h2 {
		font-size:12rem;
	}
	.matsuri-img-con::after {
  	  display: block;
   	 content:"";
   	 width: 33%;
	}
	.matsuri-img-con img {
		width:33%;	
		margin-bottom:8px;
	}

}

/*_______________________________
PC 1200~
______________________________*/

@media screen and (min-width:1281px) {
	#wrapper {
		width:1280px;
		margin:0 auto;
	}
	header h1 a,
	header h1 {
		color:red;
		font-size:4rem;

	}
	header h1 a{
		font-size:4rem;
	}
	header h1 a span {
		font-size:1.8rem;
	}
	nav.g-navi ul {
		justify-content: flex-start;
	}
	nav.g-navi ul li a {
		font-size:1.4rem;
	}
	#top-billboard {
		width:1200px;
	}
/* Gナビ */

main h2 {

	font-size:1.6rem;
}

}
/*_______________________________
PC 1601~
______________________________*/
@media screen and (min-width:1601px) {
	#wrapper {
	}
	header {
		width:1536px;
	}
	header h1 a,
	header h1 {
	}

	nav.g-navi ul#sns {
	right:0;
	bottom:4px;
	width:40px;
	}

}


