@charset "UTF-8";

html {
	overflow-y:scroll;
}

body {
	background-size:cover;
	color: #000000;
	font-weight: bold;
	font-size: 1em;
	font-family: 'sans-serif';
	margin:0px;
	width: 100%;
}

.fo-container{
	display:flex;
	flex-direction:column;
}

/* ヘッダーエリア */
.fo-header{
	display:grid;
	background-image: url("../img/wall.jpg");
	background-size:auto;
	height:105px;
}

.himg{
	margin-top:5px;
	margin-bottom:5px;
	justify-self: center;
}

/* ナビエリア */
.fo-navi{
	background:RGBA(32,32,38,255);
	color: rgba(255,255,255,255);
	height:50px;
	display:none;
}

.ulNavi{
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	text-align: center;
}

nav{
	border-bottom: 1px solid #ccc;
}
nav ul{
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	padding: 0;
	width: 80%;
	max-width:800px;
	text-align: center;
}
nav ul li{
	display: table-cell;
	min-width: 50px;
	border-right: 1px solid #ccc;
}
	nav ul li:first-child{
	border-left: 1px solid #ccc;
}
nav ul li a{
	display: block;
	width: 100%;
	padding: 10px 0;
	text-decoration: none;
	color: rgba(255,255,255,255);
}
nav ul li a:hover{
	background-color:RGBA(180,140,105,255);
	border-bottom: 5px solid RGBA(180,140,105,255);
}
nav ul li.current{
	font-weight: bold;
}
nav ul li.current a{
	border-bottom: 5px solid #00B0F0;
	color: #00B0F0;
}

/* フッターエリア */
.fo-footer{
	background:RGBA(32,32,38,255);
	color: rgba(255,255,255,255);
	grid-template-areas:"fimg finfo" "fcopyright fcopyright"
}

.fimg{
	grid-area:fimg;
	justify-self: end;
	width:20%;
	max-width:200px;
	min-width:150px;
	margin-top:auto;
	margin-bottom:auto;
}

.finfo{
	grid-area:finfo;
	margin-left:10px;
}

span.ftitle{
	font-size:1.4em;
	margin-bottom: 0.6em;
}

span.faddres{
	font-size:0.8em;
	font-stretch: semi-expanded;
}

span.faddres a{
	color: rgb(255,255,255);
}

.fcopyright{
	grid-area:fcopyright;
	margin-top:1.875em;
	margin-bottom:1em;
	text-align:center;
	font-size:0.6em;
}


/* メインエリア */
.fo-main{
	width:100%;
	background-image: url("../img/wall.jpg");
	background-size:auto;
	display:flex;
	flex-direction:row;	
	flex-wrap:wrap;
	justify-content: center;
	padding-top:10px;
	padding-bottom:10px;
}

.f-container{
	max-width:700px;
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap; 
	justify-content: center;
	align-content:flex-start;
}

.f-containersub mm{
	width:600px;
}

.f-containersub ms{
	width:150px;
}

.f-item{
	width:90%;
	margin:5px;
	padding:10px;
	padding-bottom:30px;
	background-image: url("../img/bg.jpg");
	border-radius: 5px;	
}

.f-item p{
	margin-left:10px;
	margin-right:10px;
}

.f-item table{
	border-spacing:10px 5px;
}

.f-msub{
	width:100%;
}
	
.f-item380{
	margin:5px;
	padding:10px;
	background-image: url("../img/bg.jpg");
	border-radius: 5px;
}

div.titlebar{
	font-size:18px;
	font-weight: bold;
	color:RGBA(0,101,0,255);
	border:0.15em solid RGBA(150,110,80,127);
    padding: 3px;
    margin-left: 0.25em;
    margin-right: 0.25em;
    margin-bottom:1em;
    letter-spacing: 0.2em; 
    vertical-align: middle;
    background:linear-gradient(rgb(245,222,179),rgb(255,239,213));
    border-radius: 5px;
}

.detaillink{
	text-align:right;
}

.imgcenter{
	text-align: center;
}

.imgcenter img{
	width:100%;
	border-radius: 5px;
	border:0.15em solid RGBA(150,110,80,127);
}

.imgtext{
	margin: 0 15px;
	text-align: center;
}

.imgtext img{
	width:90%;
	border-radius: 10px;
	border:0.15em solid RGBA(150,110,80,127);
}

h1 {
	font-size: 20px;
	line-height:100%;
	margin:0px;
	padding:0px;
}

h2 {
	font-size: 1.2em;
	line-height:100%;
	margin-left:10px;
	padding:0px;
}

span.pw{
	color: RGBA(0,101,0,255);
	font-size:1.3em;
}

	
span.merit{
	color: RGBA(0,101,0,255);
	font-size:1.3em;
}
span.demerit{
	color: RGBA(200,0,0,255);
	font-size:1.3em;
}

/* イメージレイアウト */
.img-container{
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap; 
	justify-content: space-evenly;
	align-content:space-evenly;
}

.img-container img{
	width:200px;
	border-radius: 5px;
	border:0.15em solid RGBA(150,110,80,127);
}

/* ボタンアイコン */
.btn-icon {
  display: inline-block;
  width: 180px;
  text-align: center;
  background-color: #9ec34b;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px 8px;
  border-radius: 4px;
  position: relative;
}

/*
.btn-icon:before {
  font-family: "FontAwesome";
  content: "\f105";/* 好きなフォントアイコンを
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -8px;
}
*/

.btn-icon:hover {
  opacity: 0.8;
}

/* トップに戻る */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f8f40;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

iframe {
	width:93%;
	min-width:360px;
}

a.eventlink {
	pointer-events: none;
}
