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

body{background-color: #fbfbf6;}

.topBorder{
  width: 100%;
  height: 10px;
  background-color: #448aca;
}

#wrap{
  width: 980px;
  margin: 0px auto;
  margin-bottom: 100px;
}

header{margin-bottom: 25px;}

#siteLogo{
  float: left;
  padding-top:  25px;
}

.meta{
  width: 464px;
  float: right;
}

#headerNav{
  float: right;
  margin-bottom: 30px;
}

#headerNav ul li{float: left;}

#fontChange{
  width: 203px;
  height: 30px;
  float: left;
  margin-right: 18px;
  background: url(../images/fontChangeBg.png) no-repeat;
}

#fontChange ul{padding-left: 103px;}

.size{float: left;}

#searchBox{
  width: 242px;
  height: 32px;
  float: left;
}

.box{
  float: left;
  width: 207px;
  height: 32px;
  background: url(../images/searchBox.png) no-repeat;
}

.box input{
  width: 187px;
  height: 34px;
  line-height: 28px;
  font-size: 110%;
  padding: 0px 10px;
  border: 0;
  background: none;
}

.btn{
  float: left;
  width: 35px;
  height: 32px;
}

.btn button{
  padding: 0;
  margin: 0;
  border: 0;
  background: none; 
}

.btn button img{vertical-align: bottom;}

#mainVisual{
  width: 980px;
  height: 300px;
  margin-bottom: 30px;
  background: url(../images/mainvisualBg.png);
  position: relative;
}

.flexslider{
  width: 966px;
  height: 286px;
  position: absolute;
  top: 7px;
  left: 7px;
}

#globalNav{
  width: 980px;
  height: 60px;
  margin: 0px auto 30px auto;
  background: url(../images/gNavBg.png);
}

#globalNav ul{
  padding: 14px 18px;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
  justify-content:space-between;
}

#globalNav ul li{
  float: left;
  padding: 6px 0px;
}

#globalNav ul li+ li{
  padding-left: 13px;
  border-left: 1px solid #cfa972;
}

#globalNav ul li a{
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #59493f;
  text-decoration: none;
}

#globalNav ul li a:hover{color: #4183bc;}

#globalNav2{
  width: 980px;
  height: 60px;
  margin: 0px auto 20px auto;
  background: url(../images/gNavBg.png);
}

#globalNav2 ul{
  padding: 14px 18px;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
  justify-content:space-between;
}

#globalNav2 ul li{
  float: left;
  padding: 6px 0px;
}

#globalNav2 ul li+ li{
  padding-left: 13px;
  border-left: 1px solid #cfa972;
}

#globalNav2 ul li a{
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #59493f;
  text-decoration: none;
}

#globalNav2 ul li a:hover{color: #4183bc;}

#breadcrumbs{margin: 0px 0px 20px 10px;}

#breadcrumbs a{color: #333;}

#sidebar{
  width: 240px;
  float: left;
  margin-right: 30px;
}

.subBox00{
  width: 240px;
  background-color: #f5e9d8;
  padding: 30px 0px;
  border-top: 10px solid #448aca;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.subBox01{
  width: 240px;
  background-color: #f5e9d8;
  padding: 30px 0px;
  border-top: 10px solid #aa89bd;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.subBox02{
  width: 240px;
  background-color: #f5e9d8;
  padding: 10px 0px;
  border-top: 10px solid #ec6941;
  border-radius: 10px;
  margin-bottom: 20px;
}

.subBox02 img{
  margin-left: 15px;
  margin-right: 15px;
}

.sideBoxTtl{margin-bottom: 10px;}

.subBox03{
  width: 240px;
  background-color: #f5e9d8;
  padding: 17px 0px 2px 0px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.subBox03 img{margin: 0px 15px 10px 15px;}

.subBox03 p{margin: 0px 15px 15px 15px;}

.subBox04{
	width: 240px;
	margin-bottom: 20px;
}

#subBox04Inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#subBox04Inner img{
	width: 120px;
  height: 120px;
}

#subBox04Inner p{
	font-size: 18px;
	font-weight: bold;
	color: #7D6B5A;
	display: inline;
	padding-left: 15px;
}

.subBox05{
	width: 240px;
	margin-bottom: 20px;
}

#subBox05Inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#subBox05Inner img{
	width: 120px;
  height: 120px;
}

#subBox05Inner p{
	font-size: 18px;
	font-weight: bold;
	color: #7D6B5A;
	display: inline;
	padding-left: 15px;
}

.subBox06{
	width: 240px;
	margin-bottom: 20px;
}

#subBox06Inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#subBox06Inner img{
	width: 120px;
  height: 120px;
}

#subBox06Inner p{
	font-size: 18px;
	font-weight: bold;
	color: #7D6B5A;
	display: inline;
	padding-left: 15px;
}

/* sidebar-2 style */

#monthly{
  width: 240px;
  background-color: #f5e9d8;
  padding: 20px 0px;
  border-radius: 10px;
  margin-bottom: 20px;
}

#monthly p{
  margin: 0px 15px;
  font-size: 120%;
  font-weight: bold;
}

#monthly li{
  margin: 0px 15px;
  padding-left: 14px;
  background: url(../images/listStyle.png) no-repeat;
  background-position: left center;
}

#monthly li a{
  font-size: 120%;
  text-decoration: none;
  color: #333;
}

#toTop{
  width: 980px;
  height: 40px;
  margin: 0px auto;
}

#toTop a{
  width: 180px;
  height: 40px;
  background-color: #448aca;
  border-radius: 10px 10px 0px 0px;
  float: right;
}

footer{
  width: 100%;
  background-color: #448aca;
}

#footerInner{
  width: 980px;
  margin: 0px auto;
  padding: 30px 0px 20px 0px;
  position: relative;
}

#footerLogo{
  float: left;
  width: 490px;
}

#footerLogo img{margin-bottom: 20px;}

#footerLogo p{
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#footerNav{
  float: left;
  width: 490px;
  margin-bottom: 20px;
}

#footerNav ul{
  float: left;
  width: 245px;
}

#footerNav ul li{
  padding-left: 14px;
  background: url(../images/footerNavBg.png) no-repeat;
  margin-bottom: 8px;
}

#footerNav ul li a{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
  letter-spacing: 0.1em
}

#copy{text-align: center;}

#copy small{
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}

#contents{
  width: 710px;
  float: left;
}

/* common end */

/* index style */

#news{margin-bottom: 30px;}

.newsHead{
  width: 710px;
  height: 54px;
  background: url(../images/newsBg.png) no-repeat;
  border-bottom: 1px dashed #816f5e;
}

.newsHeadBox{
  float: right;
  padding-top: 13px;
}

.newsHead a:nth-child(1){margin-right: 10px;}

.newsHead a:nth-child(2){margin-right: 20px;}

#newsPostBox{
  border-bottom: 1px solid #cfa972;
  border-left: 1px solid #cfa972;
  border-right: 1px solid #cfa972;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.newsPost{
  width: 710px;
  padding: 10px 0px 20px 0px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #816f5e;
}

.newsPostDay{
  width: 670px;
  margin: 0px 20px 5px 20px;
}

.newsPostDay p{
  font-size: 140%;
  padding-left: 23px;
  background: url(../images/postIcon.png) no-repeat;
  background-position: left center;
}

.newsPostTtl{
  width: 670px;
  margin: 0px 20px;
}

.newsPostTtl a{
  color: #333;
  font-size: 130%;
  text-decoration: none;
  border-bottom: 1px solid #333;
  vertical-align: middle;
}

.newsPostTtl img{
  vertical-align: middle;
  padding-left: 5px;
}

/* search.php style */

#searchList{
  width: 710px;
  margin-bottom: 40px;
}

#searchList ul li{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333;
}

.title a{
  font-size: 140%;
  text-decoration: none;
  color: #333;
}

.url a{
  font-size: 100%;
  text-decoration: none;
  color: #448aca;
}

/* information php style */

#information{
  border: 1px solid #cfa972;
  border-radius: 10px;
  margin-bottom: 40px;
}

.informationPost{
  width: 710px;
  padding: 10px 0px 20px 0px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #816f5e;
}

.informationPostDay{
  width: 670px;
  margin: 0px 20px 5px 20px;
}

.informationPostDay p{
  font-size: 140%;
  padding-left: 23px;
  background: url(../images/postIcon.png) no-repeat;
  background-position: left center;
}

.informationPostTtl{
  width: 670px;
  margin: 0px 20px;
}

.informationPostTtl a{
  color: #333;
  font-size: 130%;
  text-decoration: none;
  border-bottom: 1px solid #333;
  vertical-align: middle;
}

.informationPostTtl img{
  vertical-align: middle;
  padding-left: 5px;
}

.pager{
  margin-bottom: 20px;
  text-align: center;
}
 
a.page-numbers,
.pager .current{
  background-color: #fff;
  border: solid 1px #448aca;
  border-radius:5px;
  padding:5px 8px;
  margin:0 2px;
  text-decoration: none;
}
 
.pager .current{
  background-color: #448aca;
  border: solid 1px #448aca;
  color: #fff;
}
 
.pager a:hover{
  color: #fff;
  border: solid 1px #448aca;
  background-color: #448aca;
}

/* single php style */

.post{
  margin-bottom: 100px;
  font-size: 120%;
}

.postDay{margin-bottom: 10px;}

.postAll{margin-bottom: 10px;}

.postAll a{
  color: #333;
  text-decoration: none;
  font-size: 120%;
  background: url(../images/listStyle.png) no-repeat;
  background-position: left center;
  padding-left: 16px;
}

.preNext p:nth-child(1){float: left;}

.preNext p:nth-child(2){float: right;}

.preNext p a{
  text-decoration: none;
  color: #448aca;
  font-size: 120%;
}

/* page php style */

p{
  margin-bottom: 15px;
}

.h1{
  border: 3px solid #448aca;
  margin-bottom: 40px;
}

h1{
  font-size: 220%;
  font-weight: bold;
  color: #448aca;
  margin: 0px 25px;
  padding: 15px 0px
}

h2{
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 6px solid #d2d2d2;
  margin-bottom: 20px;
}

h3{
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 4px;
  color: #448aca;
  border-bottom: 1px dashed #448aca;
  margin-bottom: 15px;
}

h4{
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 5px;
}

article{
  width: 710px;
  margin-bottom: 40px;
}

section{
  width: 710px;
  margin-bottom: 25px;
}

.listBlue{
  padding: 5px 0px 10px 10px;
}

.listBlue li{
  background: url(../images/listStyle.png) no-repeat;
  background-position: left center;
  padding-left: 15px;
  margin-bottom: 15px;
}

.listBlue li a{
  text-decoration: none;
  font-size: 1.1em;
  color: #333;
} 

.listNumber{
  padding-left: 30px;
  list-style-type: decimal;
}

.listNumber li{
  padding-left: 5px;
  padding-bottom: 10px;
}

.table01{margin-bottom: 20px;}

.table01 tr th{
  width: 110px;
  background-color: #f5e9d8;
  text-align: center;
  border: 1px solid #cfa972;
  padding: 15px 15px;
  vertical-align: middle;
}

.table01 tr td{
  width: 600px;
  border: 1px solid #cfa972;
  padding: 15px 15px;
  vertical-align: middle;
}

.table02{margin-bottom: 20px;}

.table02 tr th{
  background-color: #f5e9d8;
  text-align: center;
  border: 1px solid #cfa972;
  padding: 15px 15px;
  vertical-align: middle;
}

.table02 tr td{
  border: 1px solid #cfa972;
  padding: 15px 15px;
  vertical-align: middle;
}

.table03{margin-bottom: 20px;}

.table03 tr th{
  width: 110px;
  background-color: #f5e9d8;
  text-align: left;
  border: 1px solid #cfa972;
  padding: 15px 15px;
  vertical-align: middle;
}

.table03 tr td{
  width: 600px;
  border: 1px solid #cfa972;
  padding: 15px 15px;
  vertical-align: middle;
}

.table04{margin-bottom: 20px;}

.table04 tr th{
  width: 200px;
  background-color: #f5e9d8;
  text-align: left;
  border: 1px solid #cfa972;
  padding: 25px 18px;
  vertical-align: top;
}

.table04 tr td{
  width: 420px;
  border: 1px solid #cfa972;
  padding: 25px 23px;
  vertical-align: top;
}

.table04 tr th span{
  font-size: 80%;
  padding: 3px 4px 3px 3px;
  color: #fff;
  background-color: #F9C;
  margin-left: 15px;
  border-radius: 3px;
}

.wpcf7-select{padding: 4px 4px;}

.wpcf7-text{padding: 4px 4px}

.wpcf7-textarea{padding: 4px 4px;}

.wpcf7-submit{padding: 3px 12px;}

img.alignright { display: block; margin: 0 0 0 auto; margin-bottom: 20px; }/* 配置位置 右 */
img.alignleft { display: block; margin: 0 auto 0 0; margin-bottom: 20px; }/* 配置位置 左 */
img.aligncenter { display: block; margin: 0 auto; margin-bottom: 20px; }/* 配置位置 中央 */