@charset "utf-8";
@import url("reset.css");
/*----------------------------------------------------------*/
body {
	background-color:#ffffff;
/*
	background-image:url(../img/cedar.jpg);
	background-attachment:fixed;
	background-position:50% 0%;
	background-repeat:repeat; 
*/
	color:#000000;
	text-align: center;
	font-size: 12pt;
	line-height: 18pt;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
  	font-family: 'Noto Sans JP', sans-serif;
}
/*----------------------------------------------------------*/
tr,td {
	font-size: 100%;
}
iflame {overflow-x: hidden;}
h1,h2,h3 {
	font-size: 100%;
	display:inline;
}

img {
    border-style:none;
	vertical-align:bottom;
	font-size:0px;
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	
}

/*---------------------------------------------
     ＰＣ／モバイル設定
---------------------------------------------*/
.pcv{	display:block;}
.spv{	display:none;}

@media screen and (max-width: 800px) {
	.pcv{	display:none;}
	.spv{	display:block;}
}
/*-----------------------------
	- clearance
-----------------------------*/
.clearance{		clear:both;	height:0px;}
.clearance02{	clear:both;	height:2px;}
.clearance05{	clear:both;	height:5px;}
.clearance10{	clear:both;	height:10px;}
.clearance14{	clear:both;	height:14px;}
.clearance20{	clear:both;	height:20px;}
.clearance24{	clear:both;	height:24px;}
.clearance30{	clear:both;	height:30px;}
.clearance35{	clear:both;	height:35px;}
.clearance40{	clear:both;	height:40px;}
.clearance50{	clear:both;	height:50px;}
.clearance100{	clear:both;	height:100px;}
.cl50{ clear: both;height: 50px;}
/*----------------------------------------------------------*/
.fs08 {font-size:8pt;line-height: 10pt;}
.fs09 {	font-size:9pt;line-height: 12pt;}
.fs10 {font-size:10pt;line-height: 12pt;}
.fs12 {font-size:12pt;line-height: 14pt;}
.fs13 {	font-size:13pt;line-height: 15pt;}
.fs14 {font-size:14pt;line-height: 16pt;}
.fs16 {font-size:16pt;line-height: 18pt;}
.fs18 {font-size:18pt;line-height: 20pt;}
.fs20 {font-size:20pt;line-height: 22pt;}
.fs22 {font-size:22pt;line-height: 24pt;}
.fs24 {font-size:24pt;line-height: 26pt;}
.fs26 {font-size:26pt;line-height: 28pt;}
.fs28 {	font-size:28pt;line-height: 32pt;}
.fs30 {	font-size:30pt;line-height: 34pt;}
.fs32 {	font-size:32pt;line-height: 36pt;}

.lh10 { line-height:10pt;}
.lh12 { line-height:12pt;}
.lh14 { line-height:14pt;}
.lh16 { line-height:16pt;}
.lh18 { line-height:18pt;}
.lh20 { line-height:20pt;}
.lh22 { line-height:22pt;}
.lh24 { line-height:24pt;}
.lh26 { line-height:26pt;}
.lh28 { line-height:28pt;}
.lh30 { line-height:30pt;}
.lh32 { line-height:32pt;}
.lh34 { line-height:34pt;}
.lh40 { line-height:40pt;}

.c_bk{color:#000000;}
.c_wh{color:#ffffff;}
.c_rd{color:#ff0000;}
.c_pink{color:#FF007E;}
.c_bl{color:#0000ff;}
.c_lbl{color:#0090ff;}
.c_per{color:#cdabdd;}
.c_rec{color:#1bb2b3;}
/*-----------------------------------------------------------------*/
#Header{
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height:60px;
	z-index: 10;
	transition: 0.8s;
	background-color: rgba(255,255,255,0.8);
}
.hide {
  transform: translateY(-200px);
}
#Header_in{
	width: calc(100% - 10px);
	max-width:860px;
	height:72px;
	margin: 0 auto;
}
#Header_in #Logo{
	margin-top: 5px;
	float: left;
	font-size: 24pt;
	font-weight: 700;
	line-height: 60px;
}
#Header_in #Logo #jb{
	background-color: #ff0000;
	color:#ffffff;
	padding: 2px 4px 2px 4px;
	border-radius: 15px;
	margin-left: 5px;
}

@media screen and (max-width: 800px) {
	#Header_in #Logo{
		margin-top: 5px;
		float: left;
		font-size: 14pt;
		font-weight: 700;
		line-height: 50px;
		letter-spacing: -0.05em
	}
	#Header_in #Logo #jb{
		background-color: #ff0000;
		color:#ffffff;
		font-size: 8pt;
		padding: 2px 4px 2px 4px;
		border-radius: 5px;
		margin-left: 2px;
	}

}

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



#ContentsBox{
/*	width: calc(100% - 10px);*/
	width:100%;
	max-width:860px;
	margin: 0 auto;
	margin-top: 70px;
}
#Reason{
	display: block;
	text-align: left;
	font-size: 18pt;
	line-height: 1.8em;
	margin-bottom: 50px;
}
.cp{
	font-size: 12pt;
	line-height: 16pt;
}

#TemaImg{
	display: block;
}
#Description{
	display: block;
	padding: 20px;
	text-align: left;
	font-size: 18pt;
	line-height: 1.8em;
	margin-top: 30px;
	background-color: #ffffff;
}
#Description img{
	width: calc(100% + 40px);
	max-width: calc(100% + 40px);
	margin: 0 -20px;
/*	margin-top: 20px;
	margin-bottom: 20px;
*/
}
.BgYellow{
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding-left: 20px;
	background-color: #FFFF00;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.BgAqua{
	width: calc(100% + 40px);
	margin: 0 -20px;
	padding-left: 20px;
	background-color:aqua;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.Profile{
	display: block;
	padding: 20px;
	text-align: left;
	font-size: 18pt;
	line-height: 2em;
	margin-top: 30px;
	background-color: #ffffff;
}

h1{
	font-size: 24pt;
	line-height: 24pt;
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
h2{
	font-size: 16pt;
	line-height: 20pt;
	margin: 10px 0px 10px 0px;
	display: block;
	text-align: center;
}
h3{
	font-size: 14pt;
	line-height: 18pt;
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.InLeft{
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
	font-size: 10pt;
	color:#ff0000;
}

.Centering{
	margin: 0 auto;
}


.inBox{
	width: 100%;
	max-width: 1300px;
	text-align: center;
	margin: 0 auto;
}
.float_left{
 float: left;
	margin-right: 10px;
	display: inline-block;
}
.float_right{
 float: right;
	margin-left: 10px;
	display: inline-block;
}

@media screen and (max-width: 800px) {
	#ContentsBox{
		margin-top: 40px;
	}
	#Reason{
		font-size: 12pt;
		line-height: 1.8em;
	}
	.cp{
		font-size: 10pt;
		line-height: 14pt;
	}

	#TemaImg{
		display: block;
	}
	#Description{
		font-size: 12pt;
		line-height: 1.8em;
		margin-top: 5px;
	}
	#Description img{
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.float_left{
		float: none;
		display: block;
		margin-right: 0px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.float_right{
	 float: right;
		margin-left: 10px;
		display: inline-block;
	}

}

#PhotoArea{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
}





#FooterBox{
	width: 100%;
	height:30px;
	color:#000000;
	font-size: 8pt;
	line-height: 10pt;
	margin-top: 30px;
}

/*--------------------------------------------------------*/
#page_top{
  width: 90px;
  height: 70px;
  position: fixed;
  right: 0;
  bottom: 20px;
  opacity: 0.8;
	z-index: 600;
  border: 1px solid #535353;
  border-radius: 15px;}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #535353;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #535353;
}

/*------------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*------------------------------------------------------------*/





/*----------------------------------------------------------*/
/*-- スマホ用メニュー --*/
/*----------------------------------------------------------*/
#drawermenu{
    width: calc(100vw - 50px);
/*    width: 500px;*/
    height: auto;
    display: inline-block;
    background-color: rgba(0,0,0,0.85);
    z-index: 100;
}
#drawermenu ul{
    width: 100% ;
    height: auto;
    list-style: none;
    font-size: 0pt;
    line-height: 0pt;
	padding-top: 20px;
	padding-bottom: 20px;
}
#drawermenu ul li{
    list-style: none;
/*    width: calc(100vw - 50px);*/
    width: 100%;
	height:35px;
	text-align:left;
	color:#ffffff;
	font-size:14pt;
	line-height:35px;
    display: inline-block;
    padding: 10px;
}
#drawermenu ul li a{
	color:#ffffff;
}

/*-----------------------------------------------------------------------------------*/
#LinkBox{
	width: calc(100% - 20px);
	text-align: left;
	margin: 10px;
}
#LinkBox ul{
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
	margin: 0;
	padding: 0;
}
#LinkBox ul li{
	list-style: none;
	display: block;
	height: auto;
	text-align: left;
	margin-bottom: 20px;
}
#LinkBox ul li .SiteName{
	font-size: 16pt;
	line-height: 20pt;
	display: block;
	text-align: left;
	height: auto;
	min-height: 25px;
	margin-bottom: 5px;
}
#LinkBox ul li .Disc{
	font-size: 12pt;
	line-height: 16pt;
	display: block;
	text-align: left;
	height: auto;
	margin-left: 10px;
	padding-top: 10px;
}

@media screen and (max-width: 800px) {
	#LinkBox{
		width: calc(100% - 10px);
		text-align: left;
		margin: 5px;
	}
	#LinkBox ul{
		list-style: none;
		font-size: 0pt;
		line-height: 0pt;
		margin: 0;
		padding: 0;
	}
	#LinkBox ul li{
		list-style: none;
		display: block;
		height: auto;
		text-align: left;
		margin-bottom: 20px;
	}
	#LinkBox ul li .SiteName{
		font-size: 14pt;
		line-height: 18pt;
		display: block;
		text-align: left;
		height: auto;
		min-height: 20px;
		padding-top: 10px;
	}
	#LinkBox ul li .Disc{
		font-size: 10pt;
		line-height: 14pt;
		display: block;
		text-align: left;
		margin-left: 5px;
		height: auto;
	}
}

/*--------------------------------------------------
  altar
--------------------------------------------------*/
#altar{
	width: 100%;
}
#altar ul{
	list-style: none;
	font-size: 0pt;
	line-height: 0pt;
	display:flex;
	flex-wrap:wrap;
}
#altar ul li{
	width: calc(33.3% - 2px);
	margin: 1px;
	list-style: none;
}
@media screen and (max-width: 800px) {
	#altar ul li{
		width: calc(50% - 2px);
		margin: 1px;
		list-style: none;
	}
}











































