@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  line-height: 1.4;
  color:#000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  /*background: url(images/bg.jpg);*/
}
a {
  text-decoration: underline;
}
a:link {
  color: #569bd5;
}
a:visited {
  color: #000;
}
a:hover {
  color: #666;
}
a:active {
  color: #000;
}
p, pre {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-align: justify;
  padding: 0px 20px;
  margin: 10px 0;
}
hr {
  height: 1px;
  margin: 10px;
  border: #CCC 1px solid;
  clear: both;
}
blockquote {
  width: 780px;
  /*font-size: 12px;*/
  line-height: 1.5;
  margin: 10px auto;
  padding: 30px 20px;
  text-align: center;
  color: #19263c;
  border: #19263c 0px solid;
  background-color: #fff;
  /*background:url(images/bg.gif);**/
}
.bq_zuroku {
  color: #fff;
  background-color: #0B362C;	
}
.bq_contact {
  width: 100%;
  line-height: 1.5;
  margin: 0px auto;
  margin-top: 10px;
  padding: 30px 0px;
  color: #000;
  border-top: #569bd5 5px solid;
  /*background-color: #8f3d0f;*/
  /*background:url(images/bg.gif);**/
}
.contact_hd {
  display: block;
  font-size:24px;
  font-weight: bold;
  padding-bottom: 0px;
}
.bq_list {
  width: 60%;
  /*font-size: 12px;*/
  line-height: 1.5;
  margin: 40px auto;
  padding: 20px 20px;
  color: #fff;
  border: #fff 0px solid;
  background-color: #c09967;
  /*background:url(images/bg.gif);**/
}
.bq_list a {
  color: #fff;
}
.imgcenter {
  text-align: center;
  margin: 0 auto;
}
.bq2 {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #FF2700;
}
.bq2 a {
  display: block;
  color: #333;
  font-weight: bold;
  padding: 0;
  margin: 0;
  height: auto;
}
.bq2 a:hover {
  color: #FF2700;
}
.kakejiku{
  vertical-align: top;
}
.kakejikut-textL{
  padding: 0px;
}
.kakejikut-textR{
  text-align: right;
  padding: 0px;
}
h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 30px 20px;
  border: 1px solid #fff;
  background-color: #569bd5;
  color: #fff;
}
h1 rt{
    font-size:0.4em;
}
/*
h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: #8f3d0f 0px solid;
  padding: 20px 20px;
  margin: 10px 10px 10px 10px;
  clear: both;
}
*/
h2{
  padding: 20px 0px 20px 0px;
  margin-left:0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}
h2::after{
  content: '';
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: inline-block;
  height: 5px;
  background-color: #aee4ff;
  margin-left: 40px;
}
h3 {
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 16px;
  color: #569bd5;
  border: 0px solid #569bd5;
  margin: 10px 0px;
}
h4 {
  /*
  position: relative;
  padding: 0 65px;
  text-align: center;
  text-align: left;
  */  
  font-size: 16px;
  position: relative;
  font-weight: bold;
  padding: 0 65px;
  color: #000;
  text-align: center;
  border-left: #61b057 solid 5px;
  padding: 0px 0px 0px 5px;
  margin: 5px 5px 10px 20px;
  text-align: left;
}
.title_kaiki {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: left;
}

.title_kaiki:before,.title_kaiki:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-bottom: solid 2px #000;
}

.title_kaiki:before {
  left: 0;
}

.title_kaiki:after {
  right: 0;
}

.text_shu{
  text-align: center;
  font-size: 20px;
}

ul {
  list-style-type: square;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}
.kousei ul{
  margin-top: 0;
  padding-top: 0;
}
.kousei li{
  position: relative;
  padding-left: 15px;
}
.kousei li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #8b6b4e;
  border-radius: 50%;
}
dl{
  padding: 10px 20px;
}
dt{
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #64afaf;
}
dd{
  padding-top: 10px;
}
dd p{
  font-size: 20px !important;
}
ol {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.5;
}
a img {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img{
  opacity: 0.7;
  filter: alpha(opacity=70);
}
table img {
  vertical-align: bottom;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
th {}
td {}
dt{
    font-size: 20px;
    font-weight: bold;
}

.wwrapper {
  /*background-color: #000;*/
}
#wrapper {
  width: 100%;
  border: #000000 solid 0px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
#wheader {
  height: 60px;
  width: 100%;
  padding: 0;
  /*background-color: #569bd5;*/
  border-bottom: #fff 0px solid;
  clear: both;
}
#header {
  height: 60px;
  width: 1000px;
  margin: 0 auto;

}
#header-logo {
  width: 200px;
  float: left;
}
#header-home {
  width: 40px;
  float: right;
  padding: 10px 15px 0px 0px;
}
#header-home img {
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
#header-home:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header-sns {
  width:195px;
  padding-top:20px; 
  float:right;
}
#naviwrapper{
  background-color:#fff;
}
#navi{
  width: 1000px;
  margin: 0 auto;
  height: 80px;
  padding-left: 0px;
  clear: both;
}
.navibtn {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  width: 111px;
  height: 60px;
  float: left;
  border-left: #fff 0px solid;
  padding-bottom: 20px;
  margin: 0px 0;
}
.navibtn a{
  display: block;
  color:#666;
  font-weight:bolder;
  padding: 10px 0;
  height: 40px;
  background-color:#fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.navibtn a:hover {
  color:#000;
  padding: 10px 0;
  height: 37px;
  background-color:#fff;
  border: 0px solid #fff;
  border-bottom:#569bd5 solid 3px;
}
.covi {
  padding: 20px;
  color: #FF0004;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  border: 0px solid #ff0000;
}
/*
#eyecatch {
  height: 150px;
  padding: 60px;
  margin: 0;
  text-align: center;
  border-top: 0px #ddb385 solid;
  border-bottom: 0px #ddb385 solid;
  background-image: url("images/bg.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 20vh;
  clear: both;
}
*/
#weyecatch {
  /*background-color:#569bd5;*/
  border-bottom: 0px #ddb385 solid;  background-image: url("images/bg.jpg");
  background-position: center;
  background-size:cover;
  background-attachment: fixed;
  min-height: 20vh;
}
#eyecatch {
  width: 760px;
  height: 230px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  clear: both;
}
#sitepass{
  width: 1000px;
  margin: 0 auto;
  margin-top:10px;
  padding: 5px 10px 5px 40px;
  font-size: 11px;
}
#sitepass a{
	text-decoration: none;
}
#main {
  padding:10px 0;
  width: 1000px;
  /*background-color: #fff;*/
  margin: 0 auto;
  clear: both;
}
.visitwrapper{
  width: 100%;
  margin-top: 30px;
  float: none;
}
.visitbox1{
  border-top:5px solid #569bd5;
  border-left:1px solid #569bd5;
  border-right:1px solid #569bd5;
  border-bottom:1px solid #569bd5;
  padding-top:20px;
  margin-right: 10px;
  width: 240px;
  height:350px; /*290px;*/
  float: left;
}
.visitbox2{
  border-top:5px solid #569bd5;
  border-left:1px solid #569bd5;
  border-right:1px solid #569bd5;
  border-bottom:1px solid #569bd5;
  padding-top:20px;
  margin-right: 10px;
  width: 240px;
  height:350px; /*290px;*/
  float: left;
}
.visitbox3{
  border-top:5px solid #569bd5;
  border-left:1px solid #569bd5;
  border-right:1px solid #569bd5;
  border-bottom:1px solid #569bd5;
  padding-top:20px;
  margin-right: 10px;
  width: 240px;
  height:350px; /*290px;*/
  float: left;
}
.visitbox4{
  border-top:5px solid #569bd5;
  border-left:1px solid #569bd5;
  border-right:1px solid #569bd5;
  border-bottom:1px solid #569bd5;
  padding-top:20px;
  width: 240px;
  height:350px; /*290px;*/
  float: left;
}
#contents01 {
  clear: both;
  overflow: hidden;
}
#contents02 {
  clear: both;
}
#contents03 {
  clear: both;
}
#leftbox {
  width: 360px;
  padding: 10px;
  border: 0px solid #cccccc;
  float: left;
}
#leftbox h2 {
  margin: 0;
}
#rightbox {
  width: 360px;
  padding-bottom: 10px;
  padding: 10px;
  border: 0px solid #cccccc;
  float: right;
}
#rightbox h2 {
  margin: 0;
}
#wfooter {
  /*border-top: 2px #e8597a solid;*/
  background-color: #569bd5;
  height: 200px;
}
#footer {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 14px;
  clear: both;
}
#wrapperbanner {
  margin: 0 auto;
  text-align: center;
  width: 760px;
}
.accordion {
  padding-top: 0px;
  padding-left:20px;
  padding-bottom: 0px;
}
.accordiontxt, .accordiontxt table {
  margin :0;
  padding-left:10px;
}
.imgcenter2 {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}
.pagetop {
  text-align: right;
  font-weight: bold;
  padding: 0px 10px 10px 0px;
  color: #569bd5;
  clear: both;
}
.pagetop a {
  text-align: right;
  font-weight: bold;
  padding: 0px 10px 10px 0px;
  color: #569bd5;
  clear: both;
}
/*totop*/
.totop {
  position: fixed;
  right: 60px;
  bottom: 120px;
  width: 100px;
  z-index: 1500;
}
.totop a {
  display: block;
  height: 100px;
  width: 100px;
  background: url(images/totop_off.png) no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.totop a:hover {
  right: 60px;
  bottom: 120px;
  background: url(images/totop_on.png) no-repeat;
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.txt01 {
  font-size: 18px;
  font-weight: bold;
}
.txt02 {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-align: left;
  padding: 0px 20px;
  color: #333;
}
.txt03 {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  background-color: #333;
  border-left: #66150B solid 5px;
  margin: 5px 20px 5px 20px;
  text-align: left;
}
.txt04 {
  padding: 0px 20px 0px 30px;
  color: #333;
}
.txt05 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  border-top: #2c893a solid 2px;
  border-bottom: #2c893a solid 2px;
  margin: 5px 20px 5px 20px;
  text-align: left;
}
.txt06 {
  font-size: 12px;
  color: #FFFFFF;
  text-align: left;
}
.txt07 {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #FFF;
  padding: 10px;
  margin: 10px;
  border-left: #66150B solid 10px;
  background-color: #000000;
}
.gaiyoutxt {
  margin-top: 0px;
  font-size: 18px;
  letter-spacing: 1.2;
  line-height: 1.6;
}
.gaiyou {
  width: 960px;
  margin: 0 auto;
  margin: 30px 10px;

  background-color: #000;
  text-align: left;
  color: #000;
  border-collapse:collapse;
  border-spacing: 2px;
  border: 0px solid #fff;
}
.gaiyou th {
  width: 160px;
  vertical-align: middle;
  text-align: right;
  font-size: 18px;
  padding: 10px 5px;
  border-bottom: 1px dotted #000;
  color: #000;
  background-color: #fff;
}
.gaiyou td {
  color: #000;
  line-height: 1.4;
  letter-spacing: 1.1px;
  padding: 10px 10px;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px dotted#000;
  background-color:#fff;
}
.cpt {
  width: 98%;
  margin: 0px auto;
  margin-bottom: 60px;
  margin-top: 80px;
  margin-left:30px !important;
  background-color: #fff;
  border-collapse:separate;
  border-spacing: 5px;

}
.cpt th {
  vertical-align: top;
  text-align:center;
  font-weight: normal;
  font-size: 18px;
  padding: 10px;
  border: 0px solid;
  color: #000;
  background-color: #efefef;
}
.cpt td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border: 1px dotted #eee;
  color: #fff;
  background-color: #fff;
  /*box-shadow: 1px 1px 4px #ccc;*/
}
.evt {
  width: 90%;
  margin: 10px auto;
  background-color: #fff;
  color: #000;
  text-align: left;
  border: 0px solid #FFF;
  border-collapse: collapse;
}
.evt th {
  width: 10%;
  /*vertical-align: middle;*/
  vertical-align: top;
  text-align: right;
  font-weight: bold;
  font-size:20px;
  padding: 10px 5px;
  border-bottom: 0px dotted #e0d194;
  /*background-color: #2C0409;*/
  color: #000;
  white-space: nowrap;
}
.evt td {
  /*vertical-align: middle;*/
  vertical-align: top;
  padding: 10px;
  font-size:20px;
  color: #000;
  border-bottom: 0px dotted #e0d194;
}
.evt2 {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  color: #000;
  text-align: left;
  border: 0px solid #FFF;
  border-collapse: collapse;
  border-spacing: 5px;
}
.evt2 th {
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: 0px solid #eee;
  background-color: #eee;
  color: #333;
  white-space: nowrap;
}
.evt2 td {
  font-size: 14px;
  vertical-align: middle;
  padding: 5px;
  color: #333;
  border: 0px solid #eee;
}
.tenji {
  clear: both;
  width: 98%;
  margin: 10px auto;
  margin-top: 20px !important;
  margin-left:30px !important;
  background-color: #fff;
  color: #000;
  text-align: left;
  border: 0px solid #FFF;
  border-collapse: collapse;
}
.tenji th {
  vertical-align: middle;
  text-align:center;
  font-weight: bold;
  font-size:18px;
  padding: 10px 5px;
  border: 1px solid #000;
  background-color: #efefef;
  color: #000;
  white-space: nowrap;
}
.tenji td {
  vertical-align: middle;
  padding: 10px;
  font-size:16px;
  color: #000;
  border: 1px solid #000;
}
.txtred {
  color: #F00;
}
.txtblue {
  color: #00F;
}
.txtyellow {
  color: #FF0;
}
.txtblack {
  color: #000;
}
.txtsmall {
  font-size: 11px;
  color: #0000FF;
}
.txtcpt {
  color: #c61a22;
}
.fontbold{
  font-weight: bold;
}
.redbold{
  color: #ff0000;
  font-weight: bold;
}
.purplebold{
  color:#B800FF;
  font-weight: bold;
}
.cap_color{
  color:#569bd5;
}
.clearboth {
  clear: both;
}
.txtright {
  text-align: right;
}
.txtleft {
  text-align: left;
}
.txtcenter {
  text-align: center;
}
.center {
  display: block;
  margin: 0 auto;
}
.mokuroku {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0 0;
}
.fontsize11 {
  font-size: 11px;
}
.fontsize12{
  font-size: 12px;
}
.fontsize13{
  font-size: 13px;
}
.fontsize14{
  font-size: 14px;
}
.fontsize16{
  font-size: 16px;
}
.fontsize18{
  font-size: 18px;
}
.fontsize20{
  font-size: 20px;
}
.fontsize22{
  font-size: 22px;
}
.fontsize24{
  font-size: 24px;
}
.h2txt {
  padding: 0 0 0 20px;
}
.moji_lh{
  color:#0000ff;
  /*line-height: 0.9;*/
}
.w400{
  width:400px;
}
.w70{
  width:70px;
}
.w80{
  width:80px;
}
.w230{
  width:230px;
}
.w250{
  width:250px;
}
.photom10{
margin-bottom: 10px;
margin-top: 10px;
padding-left: 0px;
padding-right: 0px;
}