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

body {
	margin: 0px;
	padding: 0px;
	line-height: 1.8em;
	background-color: #FFE466;
	
}

h1{
}
h2{
	text-shadow: #AAA 2px 2px 2px;
}
h3{
/*	text-shadow: #AAA 2px 2px 2px;*/
}


a {
	color: inherit;
	text-decoration: none;
}


figure {
	margin: 0;
}


.width100 {
	width: 100%;
}



/* indexページの設定 */

header {
	/*color: #333333;*/
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.index-wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
	max-width: 960px;
	z-index:0;
}
header p {
	font-size: 14px;
	color: #7B5413;
	margin: 0px;
	padding: 0px;
}


.left-box {
	border-radius: 20px;
	background-color: #FFF;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	border: 4px solid #ED7100;
	
	/*overflow: auto;
	height: 620px;	
	overflow: auto;*/
}
.left-box .tool-icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	/*flex-wrap:wrap;
	justify-content:space-around;
	text-align: center;*/
	
}

.right-box {
	display:flex;
	flex-wrap:wrap;
}
.right-box .rogo {
	z-index:10;
}

#rogo-tukau1{
	
	margin-left: 4px;
}
#rogo-tukau2{
	margin-top: 3px;
	margin-left: 7px;
}
.right-child {
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #FFF;
	position: relative;
	border: 4px solid ;
}

.index-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*float: right;*/
	font-size: 24px;
	line-height: 30px;
	text-shadow: #999 2px 2px 2px;
	margin-bottom: 10px;
}
.left-box .index-title {
}

.index-title h2 {
	font-size: 22px;
	margin: 0px;
}
.index-wrapper .rogo {
	position: absolute;
	top: -22px;
	left: -18px;
}
.left-box h4 {
	font-weight: bold;
	color: #FFF;
	background-color: #999;
	text-align: center;
	padding: 2px;
	border-radius: 10px;
}
#demae {
	border-top-color: #009EE3;
	border-right-color: #009EE3;
	border-bottom-color: #009EE3;
	border-left-color: #009EE3;
}
#bandana {
	border-top-color: #6EBA2C;
	border-right-color: #6EBA2C;
	border-bottom-color: #6EBA2C;
	border-left-color: #6EBA2C;
}
#about {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
#about h2 {
	font-size: 20px;
	/*text-shadow: #999 2px 2px 2px;*/
	color: #069940;
	text-shadow: #FFF 1px 1px 0,#FFF 1px -1px 0,#FFF -1px 1px 0,#FFF -1px -1px 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-color: #999;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}
#about figure {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
	width: 120px;
}
#about figure figcaption {
	font-size: 12px;
	color: #390;
	line-height: 14px;
	text-align: center;
	margin-top: -10px;
	width: 115px;
}

#news-link-box {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFE466;

}
#news-link-box h2 {
	text-shadow: #999 2px 2px 2px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.index-news {
	border-radius: 20px;
	background-color: #FFF;
	border: 2px solid #999;
	margin-bottom: 10px;
	padding-top: 10px;
}

footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFCC00;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-shadow: #FFF 1px 0 0,#FFF 0 1px 0,#FFF -1px 0 0,#FFF 0 -1px 0;
}
.address-box{
	width: 96%;
	max-width: 930px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

address{
	font-style: normal;
	padding: 0px;
	background-color: #CCC;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}


/* ------------index------------- */






/* --コンテンツページの設定-- */
.contents-wrapper {
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #FFF;
	width: 96%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	margin-top: 30px;
}
nav {
	width: 96%;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	text-align: center;	
}

#btn-home {
	
}

#btn-about {

}

#btn-board {

}

#btn-demae {
	
}

#btn-link {
	
}

.cont-h1-box {
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4em;
	text-shadow: #AAA 2px 2px 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-bottom: 30px;

}
.cont-h1-box img {
		transform: scale(0.8);
}
.h1-read {
	font-size: 14px;
	color: #8E560B;
	
}
.aboutus-dl{
	border: 1px solid #CCC;
}

.link-box {
	/*	border: 1px solid #CCC;
	border-radius: 20px;*/
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.link-box dt {
	border-radius: 8px;
	font-size: 18px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	margin-bottom: 15px;
	background-image: url(../image/bg-link.png);
	border: 1px solid #999999;
	text-indent: 1em;
	background-repeat: no-repeat;
	background-position: left center;
}
.cont-board-dl {
	text-align: center;
	margin-top: -10px;
}
.cont-board-dl dl dt {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 2px solid #F90;
	font-weight: bold;
	color: #333333;
	border-radius: 10px;
	background-color: #FF9900;
	background-image: url(../image/bg-item-title2.png);
}
.cont-board-dl dl dd {
	margin: 0px;
}

.demae-dl-btn {
	border: 1px solid #999;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 80%;
	max-width: 350px;
	background-image: url(../image/back.gif);
}
.page-navi{
	display: flex;
/*	justify-content: space-between;*/
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.page-navi li{
	border: 1px solid #999;
	background-image: url(../image/bg-hougan.gif);
	font-size: 14px;
	line-height: 18px;
	padding: 5px;
	/*width: 23%;*/
	text-align: center;
	list-style-image: url(../image/mark/yaji05.png);
	list-style-position: inside;
	border-radius:10px;
}
.line-pc1-mobile2 {
	display:flex;
}
.flex-mobile-tate {
	display: flex;
	justify-content: center;
	
}
.dl-btn {
	border: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(../image/back.gif);
}

/* ------------コンテンツ------------ */






#main-title {
	height: auto;
	width: 80%;
	max-width:540px;
}

#pc-nav {
	/*プルダウン式グランドナビ 初期設定は非表示
	　使う時はまずここを削除する*/
	display:none;
}




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





/*ＴＯＰへ戻るボタンの設定　↓↓*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#top-yoyaku {
	display:flex;
	text-align:center;
}
#top-yoyaku img {
	margin-left: 10px;
	
}

/*ドロワーメニュー　↓ ↓*/
.btn {
  background: transparent url(../image/btn.png) no-repeat 0 0;
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 200;
}
.peke {
  background-position: -35px 0;
}
.drawr {
  display: none;
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  top: 0px;
  right: 0;
  width: 280px;
  padding: 60px 0 20px 20px;
  z-index: 100;
}
#menu,
#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}


#menu li {
  width: 280px;
}
#menu li a {
	color: #fff;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}




/*■ページ内メニュー■*/
.sub-menue-list {
	/*line-height: 30px;*/
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.sub-menue-list li {
	border: 1px solid #699;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	color: #333;
	border-radius: 5px;
	text-shadow: #CCC 2px 2px 2px;
	line-height: 2.3em;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}




/*--------------------------*/
.align-left-box {
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
}
.manual {
	border: 1px solid #999;
	margin-left: 15px;
	padding: 1px;
	margin-top: 30px;
}
.flort-clear {
	clear: both;
}
.unerline-font20 {
	font-size: 19px;
	text-decoration: underline;
}


.video-box {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}