@charset "utf-8";
/* GRAND parameter
#grand width 980px
#left-navi 230px
#right-navi 0px
#contents width 980px
#maincontents width 0px - pad-lr 0+0px = 0px
#maincontents paragraph 0px
#maincontents-2column width 750px - pad-lr 10+16px = 724px
#maincontents-2column paragraph 694px
#光彩なしのgrand width 
*/
/* ↓　body タグ　grand rule */
body {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  text-align: center;
  margin: 0px;
  padding: 0px;
  background-color: #faf7f0;
  color: #343434;
  line-height: 24px;
  background-image: url(../images/bk_body01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #000;
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
ul, ol, li, dl, dt, dd {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
/* ↑　body タグ　grand rule */
/* ↓　共通セレクタ　grand rule */
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clearb {
  clear: both;
}
.caution, .caution a, .caution a:visited {
  color: #e8785f;
}
.pankuzu {
  clear: both;
  text-align: left;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  width: 724px; /*grand width*/
}
.align-right {
  text-align: right;
  padding-right: 0px;
  display: block;
  height: 20px;
  line-height: 20px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.pad-top-small {
  padding-top: 8px;
}
.pad-top-middle {
  padding-top: 16px;
}
.pad-top-tall {
  padding-top: 32px;
}
.pad-left-small {
  padding-left: 8px;
}
.pad-left-middle {
  padding-left: 16px;
}
.pad-left-tall {
  padding-left: 32px;
}
.pad-right-small {
  padding-right: 8px;
}
.pad-right-middle {
  padding-right: 16px;
}
.pad-right-tall {
  padding-right: 32px;
}
.pad-bottom-small {
  padding-bottom: 8px;
}
.pad-bottom-middle {
  padding-bottom: 16px;
}
.pad-bottom-tall {
  padding-bottom: 32px;
}
.pad-top-bottom-tall {
  padding-top: 32px;
  padding-bottom: 32px;
}
.pad-top-bottom-middle {
  padding-top: 16px;
  padding-bottom: 16px;
}
.pad-top-bottom-small {
  padding-top: 8px;
  padding-bottom: 8px;
}
.mag-top-bottom-small {
  margin-top: 8px;
  margin-bottom: 8px;
}
.mag-top-bottom-middle {
  margin-top: 16px;
  margin-bottom: 16px;
}
.mag-top-small {
  margin-top: 8px;
}
.mag-top-middle {
  margin-top: 16px;
}
.mag-top-tall {
  margin-top: 32px;
}
.mag-right-middle {
  margin-right: 16px;
}
.mag-bottom-small {
  margin-bottom: 8px;
}
.mag-bottom-middle {
  margin-bottom: 16px;
}
.mag-bottom-tall {
  margin-bottom: 32px;
}
.btn-input {
  color: #FFC;
  background-color: #333;
  padding: 0px;
  height: 30px;
  width: 80px;
  border: 1px solid #000;
  cursor: pointer;
}
input[type="text"] {
  border: solid 1px #666;
  width: 180px;
}
textarea {
  border: solid 1px #666;
  width: 200px;
  height: 160px;
}
.name-txt {
  font-size: 20px;
  color: #343434;
  letter-spacing: 3px;
  font-weight: normal;
}
.footer-name {
  font-size: 16px;
  padding: 15px 0;
}
.span12 {
  font-size: 12px;
}
.timetable-block table {
  text-align: left;
  line-height: 18px;
  font-size: 14px;
}
.timetable {
  background-color: #6eb638;
  white-space: nowrap;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
}
.timetable-time {
  background-color: #fff3b8;
  text-align: left;
  white-space: nowrap;
  color: #343434;
}
.timetbl-sat {
  /*background-color:#D9E4FF;*/
  text-align: center;
  color: #0049f0;
}
.timetbl-sun {
  /*background-color:#F9DDDD;*/
  text-align: center;
  color: #d42d2d;
}
.timetbl-holi {
  /*background-color:#F9DDDD;*/
  text-align: center;
  color: #ff7e00;
}
.color-orenge {
  color: #ff9600;
}
.color-yellow {
  color: #ffb320;
}
.color-green {
  color: #6eb638;
}
.color-blue {
  color: #1B49B4;
}
.red {
  color: #f00;
}
.color-red {
  color: #990000;
}
.color-red2 {
  color: #e8785f;
}
.color-gray {
  color: #898989;
}
.font-size-large {
  font-size: 20px
}
.font-size-middle {
  font-size: 16px
}
.font-size-middle2 {
  font-size: 18px
}
.font-size-small {
  font-size: 12px
}
.font-size-xsmall {
  font-size: 11px
}
.lheight14 {
  line-height: 14px;
}
.lheight16 {
  line-height: 16px;
}
.lheight18 {
  line-height: 18px;
}
.lheight20 {
  line-height: 20px;
}
.fontB {
  font-weight: bold;
}
/* ↑　共通セレクタ　grand rule */
/* ↓　header タグ　header rule */
#header {
  background-image: url(../images/bk_header_rp.gif);
  background-repeat: repeat-x;
  height: 175px; /*bk_header_rp.gifのheight*/
}
/*headerの上にh1を配置する場合*/
#h1block {
  text-align: left;
  font-weight: normal;
  line-height: 25px;
  height: 25px;
  margin: 0 auto;
  width: 980px;
}
#h1wblock {
  text-align: center;
  font-weight: normal;
  line-height: 14px;
  height: 14px;
  width: 760px;
}
#h1block .fb-like {
  margin-top: 2px;
}
#header-top-h1 {
  font-size: 11px;
  text-align: left;
  font-weight: normal;
  line-height: 25px;
  height: 25px;
}
#header-top-h1800 {
  font-size: 11px;
  text-align: center;
  font-weight: normal;
  line-height: 14px;
  height: 14px;
  margin: 0 auto;
  width: 760px;
}
#header-contents {
  margin: auto;
  width: 980px; /*WebSiteのgrand width*/
  text-align: center;
  background-image: url(../images/bk_header.gif);
  background-repeat: no-repeat;
}
#header-maincontents {
  height: 95px; /*#header-h1 - #menu の残りのheight*/
}
#header-maincontents-left {
  float: left;
  padding-top: 8px;
  padding-left: 10px;
}
#header-maincontents-center {
  float: left;
  padding-top: 0px;
  padding-left: 0px;
  font-size: 12px;
}
#header-maincontents-right {
  float: right;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#menu {
  clear: both;
  width: 980px; /*grand width - padding-left*/
  height: 55px;
}
#menu ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  margin-left: 80px;
}
#menu li {
  float: left;
  list-style-type: none;
  list-style-position: outside;
  /*	display:inline;*/
  margin: 0px;
  padding: 0px;
  height: 55px;
}
/* ↑　header タグ　header rule */
/* ↓　noflash タグ　noflash rule */
#noflash {
  background-image: url(../images/bk_noflash.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 980px; /*grand width*/
  height: 232px;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
#noflash-in {
  background-image: url(../images/bk_noflash_half.jpg);
  background-repeat: no-repeat;
  display: block;
  width: 724px;
  height: 160px;
  margin: auto;
  background-position: center center;
}
/* ↑　noflash タグ　noflash rule */
/* ↓　footer タグ　footer rule */
#footer {
  clear: both;
  color: #343434;
  text-align: center;
  height: 180px; /*bk-footer-rpのheight*/
  background-image: url(../images/bk_footer_rp.gif);
  background-repeat: repeat-x;
}
#footer-contents {
  margin: auto;
  display: block;
  height: 190px; /*bk-footer-rpのheight*/
  width: 980px; /*grand width*/
  background-image: url(../images/bk_footer.gif);
  background-repeat: no-repeat;
  background-position: center;
}
#footer a {
  color: #343434;
  text-decoration: none;
}
#footer-menu {
  letter-spacing: 1px;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  width: 980px; /*grand width*/
}
#footer-menu a {
  letter-spacing: -0.02em;
}
#footer-sign-block {
  color: #343434;
  font-size: 11px;
  height: 160px; /*footer-(footer-menu + footer-copyright)*/
  line-height: 14px;
  width: 950px; /*grand width*/
  padding-left: 30px;
  text-align: left;
}
#footer-copyright {
  letter-spacing: 1px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
}
/* ↑　footer タグ　footer rule */
/* ↓　contents タグ　grand contents rule */
#contents {
  clear: both;
  margin: auto;
  width: 980px; /*grand width*/
  text-align: center;
  background-color: #fffff7;
}
#contents:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#contents2 {
  clear: both;
  margin: auto;
  width: 760px; /*grand width*/
  text-align: center;
  background-color: #fffff7;
}
#contents2:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#left-navi {
  float: left;
  width: 230px;
}
#maincontents {
  float: left;
  width: 593px;
  text-align: left;
}
#right-navi {
  float: left;
  width: 195px;
}
#maincontents-2column {
  float: left;
  width: 750px;
  text-align: left;
}
#maincontents-pad {
  margin-right: 16px;
  margin-left: 10px;
}
/* ↑　contents タグ　grand contents rule */
/* ↓　left-navi タグ　left-navi rule */
#left-navi .left-navi-block {
  text-align: left;
}
#left-navi .btn-pad-blockl {
  padding: 0px;
  margin: 0px;
  margin-left: 9px;
}
#left-navi .btn-list {
  padding: 0px;
  margin: 0px;
}
#left-navi .btn-list li, #left-navi .btn-list li a {
  list-style-type: none;
  list-style-position: outside;
  background-image: url(../images/bk_leftnavi_menu.gif);
  background-repeat: no-repeat;
  width: 221px;
  height: 45px;
  line-height: 45px;
  color: #343434;
  display: block;
  text-indent: 50px;
  text-align: left;
}
#left-navi .btn-list li a:hover {
  list-style-type: none;
  list-style-position: outside;
  background-image: url(../images/bk_leftnavi_menu_o.gif);
  background-repeat: no-repeat;
  width: 221px;
  height: 45px;
  line-height: 45px;
  color: #343434;
  display: block;
  text-align: left;
  text-indent: 50px;
  background-position: bottom;
}
#left-navi .btn-list2 {
  padding: 0px;
  margin: 0px;
}
#left-navi .btn-list2 .nli, #left-navi .btn-list2 .nli a {
  list-style-type: none;
  list-style-position: outside;
  background-image: url(../images/bk_leftnavi_menu.gif);
  background-repeat: no-repeat;
  width: 221px;
  height: 45px;
  line-height: 45px;
  color: #343434;
  display: block;
  text-indent: 50px;
  text-align: left;
}
#left-navi .btn-list2 .nli a:hover {
  list-style-type: none;
  list-style-position: outside;
  background-image: url(../images/bk_leftnavi_menu_o.gif);
  background-repeat: no-repeat;
  width: 221px;
  height: 45px;
  line-height: 45px;
  color: #343434;
  display: block;
  text-align: left;
  text-indent: 50px;
  background-position: bottom;
}
#left-navi .btn-list2 .wli p {
  padding-left: 50px;
  padding-top: 6px;
  height: 54px;
}
#left-navi .btn-list2 .wli {
  list-style-type: none;
  list-style-position: outside;
  background-image: url(../images/bk_leftnavi_menuh.gif);
  background-repeat: no-repeat;
  width: 221px;
  height: 60px;
  line-height: 16px;
  color: #343434;
  display: block;
  text-align: left;
  background-position: bottom;
}
#left-navi .btn-list2 .wli:hover {
  list-style-type: none;
  list-style-position: outside;
  background-image: url(../images/bk_leftnavi_menuh_o.gif);
  background-repeat: no-repeat;
  width: 221px;
  height: 60px;
  line-height: 16px;
  color: #343434;
  display: block;
  text-align: left;
}
#left-navi .btn-list2 .tli p {
  padding-left: 50px;
  padding-top: 15px;
  height: 45px;
}
#left-navi .btn-list2 .tli {
  list-style-type: none;
  list-style-position: outside;
  background-image: url(../images/bk_leftnavi_menuh.gif);
  background-repeat: no-repeat;
  width: 221px;
  height: 60px;
  line-height: 16px;
  color: #343434;
  display: block;
  text-align: left;
  background-position: bottom;
}
#left-navi .btn-list2 .tli:hover {
  list-style-type: none;
  list-style-position: outside;
  background-image: url(../images/bk_leftnavi_menuh_o.gif);
  background-repeat: no-repeat;
  width: 221px;
  height: 60px;
  line-height: 16px;
  color: #343434;
  display: block;
  text-align: left;
}
#left-navi .normal-list {
  padding: 15px 0px;
}
#left-navi .normal-list li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 30px;
  height: 30px;
  width: 148px;
  padding-left: 20px;
  letter-spacing: 1px;
}
#left-navi .icon-list {
  padding: 15px;
}
#left-navi .icon-list li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 30px;
  height: 30px;
  width: 148px;
  padding-left: 20px;
  letter-spacing: 0px;
  background-image: url(../images/bk_navi_icon01.gif);
  background-position: left;
  background-repeat: no-repeat;
}
#left-navi .style-list {
  margin: 15px 15px 15px 20px;
}
#left-navi .style-list li {
  list-style-type: circle;
  list-style-position: inside;
  line-height: 30px;
  height: 30px;
  width: 140px;
  letter-spacing: 0px;
}
#left-navi .img-list {
  padding: 0px;
  margin: 0px;
}
#left-navi .img-pad-blockl {
  margin-left: 9px;
}
#left-navi .img-list li {
  list-style-type: none;
  list-style-position: outside;
}
.lnavi-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  width: 221px;
}
.lnavi-pad-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  width: 221px;
}
.left-navi-title {
  color: #82b656;
  font-size: 16px;
  text-align: left;
  letter-spacing: 3px;
  background-image: url(../images/bk_leftnavi_menu_title01.gif);
  width: 221px;
  height: 44px;
  line-height: 44px;
  padding-top: 6px;
  text-indent: 50px;
}
#left-navi .lnv_topbanner {
  margin: 0;
  padding: 0;
}
#left-navi .lnv_topbanner li {
  margin: 0 0 2px;
  padding: 2px;
  text-align: left;
  border: #ED1782 solid 1px;
  line-height: 1.1;
  border-radius: 4px;
}
#left-navi .lnv_topbanner li a {
  display: block;
  margin: 0;
  padding: 3px;
  text-decoration: none;
  background: #FFF;
}
#left-navi .lnv_topbanner li a:hover {
  background: #FAF6EB;
}
#left-navi .lnv_topbanner li a span.rcrt {
  font-weight: bold;
  color: #D68A06;
}
#left-navi .lnv_topbanner li a:hover span.rcrt {
  color: #E56109;
}
#left-navi .lnv_topbanner li a span.obi {
  display: block;
  margin: 0;
  padding: 3px;
  text-align: right;
  background: #FFE6AA;
  background: #ED1782;
  color: inherit;
  color: #FFFFFF;
  border-radius: 2px;
}
#left-navi .lnv_topbanner li a:hover span.obi {
  background: #FFBC3B;
  color: #FFFFFF;
}
/* ↑　left-navi タグ　left-navi rule */
/* ↓　right-navi タグ　right-navi rule */
#right-navi .right-navi-block {
  border: solid 1px #666;
  text-align: left;
}
#right-navi ul li a {
  list-style-type: none;
  height: 30px;
  line-height: 30px;
  color: #2e76ed;
}
#right-navi .btn-list {
  padding: 0px;
  margin: 0px;
}
#right-navi .btn-pad-blockr {
  padding-right: 10px;
}
#right-navi .btn-list li {
  list-style-type: none;
  list-style-position: outside;
}
#right-navi .normal-list {
  padding: 15px 0px;
}
#right-navi .normal-list li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 30px;
  height: 30px;
  width: 150px;
  padding-left: 20px;
  letter-spacing: 1px;
}
#right-navi .icon-list {
  padding: 15px;
}
#right-navi .icon-list li {
  list-style-type: none;
  list-style-position: outside;
  line-height: 30px;
  height: 30px;
  width: 150px;
  padding-left: 20px;
  letter-spacing: 0px;
  background-image: url(../images/bk_navi_icon01.gif);
  background-position: left;
  background-repeat: no-repeat;
}
#right-navi .style-list {
  margin: 15px 15px 15px 20px;
}
#right-navi .style-list li {
  list-style-type: circle;
  list-style-position: inside;
  line-height: 30px;
  height: 30px;
  width: 142px;
  letter-spacing: 0px;
}
#right-navi .caption-list {
  padding: 15px;
}
#right-navi .caption-list li {
  list-style-type: none;
  list-style-position: outside;
  width: 163px;
  line-height: 18px;
  text-align: left;
  letter-spacing: 0px;
  margin: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #343434;
}
#right-navi .caption-list .ymd {
  font-size: 11px;
  font-weight: bold;
  color: #018e91;
  line-height: 22px;
}
#right-navi .caption-list a {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
}
.rnavi-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  width: 195px;
}
.rnavi-pad-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  width: 185px;
}
/* ↑　right-navi タグ　right-navi rule */
/* ↓　maincontents タグ　maincontents rule */
#maincontents .contents-title {
  height: 120px;
  line-height: 120px;
  width: 553px; /*#maincontents width*/
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-image: url(../images/bk_contents_title.jpg);
  background-repeat: no-repeat;
}
#maincontents .section-title {
  height: 40px;
  line-height: 40px;
  width: 553px; /*#maincontents width*/
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-image: url(../images/bk_section_title.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
}
#maincontents .section-subtitle {
  color: #4b2a06;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffe3b2;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #4b2a06;
  width: 548px; /*#maincontents width - this border-left*/
  height: 30px;
  line-height: 30px;
  text-indent: 20px;
}
#maincontents .section-subtitle-tbline {
  color: #4b2a06;
  font-weight: normal;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #CCC;
  border-bottom-color: #CCC;
  width: 553px; /*#maincontents width*/
  height: 30px;
  line-height: 30px;
  text-indent: 25px;
}
#maincontents .section-subtitle-belt {
  color: #fff;
  background-color: #930;
  font-weight: normal;
  width: 553px; /*#maincontents width*/
  text-indent: 25px;
  height: 30px;
  line-height: 30px;
}
#maincontents .paragraph-normal {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
#maincontents .mcontents-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  width: 553px; /*#maincontents width*/
}
#maincontents .section-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  margin-left: 20px;
  margin-right: 20px;
  width: 513px;
}
#maincontents .table-lbline {
  padding-left: 20px;
  padding-right: 20px;
}
#maincontents .table-lbline table {
  width: 694px;
  text-align: left;
}
#maincontents .table-lbline table tr th {
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ffe3b2;
  border-left-color: #4b2a06;
  padding: 6px 8px;
  font-weight: normal;
  width: 120px;
}
#maincontents .table-lbline table tr td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1a559;
  padding: 6px 8px;
}
#maincontents .table-lbline ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#maincontents .table-lbline ul li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#maincontents .table-lbline-half {
  padding-left: 20px;
  padding-right: 20px;
}
#maincontents .table-lbline-half table {
  width: 323px;
  text-align: left;
}
#maincontents .table-lbline-half table tr th {
  font-weight: normal;
  font-size: 14px;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ffe3b2;
  border-left-color: #4b2a06;
  padding: 3px 4px;
  width: 100px;
}
#maincontents .table-lbline-half table tr td {
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1a559;
  padding: 3px 4px;
}
#maincontents .table-lbline-half ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#maincontents .table-lbline-half ul li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#maincontents .active-map {
  padding-left: 20px;
  padding-right: 20px;
}
#maincontents .news-title {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #898989;
  line-height: 26px;
  height: 26px;
  background-image: url(../images/ic_news_icon01.gif);
  background-repeat: no-repeat;
  background-position: left;
  text-indent: 40px;
  color: #990000;
}
#maincontents .news-caption {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #898989;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* ↑　maincontents タグ　maincontents rule */
/* ↓　maincontents-2column タグ　maincontents rule */
#maincontents-2column .contents-title {
  height: 160px;
  line-height: 160px;
  width: 724px; /*#maincontents width*/
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-image: url(../images/img_contents_head.gif);
  background-repeat: no-repeat;
}
#maincontents-2column .section-title {
  height: 43px;
  line-height: 43px;
  width: 724px; /*#maincontents width*/
  font-size: 18px;
  font-weight: normal;
  color: #82b656;
  background-image: url(../images/bk_section_title01.gif);
  background-repeat: no-repeat;
  text-indent: 60px;
  letter-spacing: 3px;
}
#maincontents-2column .sub-sectitle01 {
  height: 33px;
  line-height: 33px;
  width: 317px; /*#maincontents width*/
  font-size: 15px;
  font-weight: normal;
  color: #82b656;
  background-image: url(../images/bk_ssub_section_small01.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  letter-spacing: 3px;
}
#maincontents-2column .sub-sectitle02 {
  height: 33px;
  line-height: 33px;
  width: 354px; /*#maincontents width*/
  font-size: 15px;
  font-weight: normal;
  color: #82b656;
  background-image: url(../images/bk_ssub_section_small02.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}
#maincontents-2column .sub-sectitle03 {
  height: 33px;
  line-height: 33px;
  width: 386px; /*#maincontents width*/
  font-size: 15px;
  font-weight: normal;
  color: #82b656;
  background-image: url(../images/bk_ssub_section_small03.gif);
  background-repeat: no-repeat;
  text-indent: 20px;
  letter-spacing: 3px;
}
#maincontents-2column .section-subtitle {
  color: #82b656;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffb320;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #ffb320;
  width: 689px; /*#maincontents width - this border-left*/
  height: 30px;
  line-height: 30px;
  text-indent: 20px;
  letter-spacing: 3px;
  font-size: 16px;
}
#maincontents-2column .section-subtitle-tbline {
  color: #e8785f;
  font-weight: normal;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #82b656;
  border-bottom-color: #82b656;
  width: 694px; /*#maincontents width*/
  height: 30px;
  line-height: 30px;
  text-indent: 25px;
  font-size: 14px;
  letter-spacing: 3px;
}
#maincontents-2column .section-subtitle-tblineh {
  color: #e8785f;
  font-weight: normal;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #82b656;
  border-bottom-color: #82b656;
  width: 694px; /*#maincontents width*/
  line-height: 24px;
  text-indent: 0px;
  font-size: 18px;
  letter-spacing: 3px;
  padding: 8px 0px;
}
#maincontents-2column .section-subtitle-tbline-link {
  color: #e8785f;
  font-weight: normal;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ffb320;
  border-bottom-color: #ffb320;
  width: 694px; /*#maincontents width*/
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  letter-spacing: 3px;
}
#maincontents-2column .section-subtitle-belt {
  color: #82b656;
  background-color: #fff7bf;
  font-weight: normal;
  width: 694px; /*#maincontents width*/
  text-indent: 25px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 3px;
}
#maincontents-2column .section-subtitle-fbelt {
  color: #82b656;
  background-color: #FFF8D8;
  font-weight: normal;
  width: 654px; /*#maincontents width*/
  padding: 20px 20px 5px;
  letter-spacing: 3px;
}
#maincontents-2column .section-subtitle-fbelt1 {
  color: #82b656;
  background-color: #FFF5C4;
  font-weight: normal;
  width: 200px; /*#maincontents width*/
  padding: 10px 20px;
  letter-spacing: 3px;
}
#maincontents-2column .section-subtitle-fbelt2 {
  color: #82b656;
  background-color: #FFF5C4;
  font-weight: normal;
  padding: 10px 20px;
  letter-spacing: 3px;
}
#maincontents-2column .section-subtitle-img {
  color: #82b656;
  font-weight: normal;
  width: 694px; /*#maincontents width*/
  text-indent: 25px;
  height: 33px;
  line-height: 33px;
  background-image: url(../images/bk_sub_section_img01.gif);
  letter-spacing: 3px;
  font-size: 15px;
}
.paragraph-normal {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.paragraph-normal-notop {
  padding-left: 15px;
  padding-right: 15px;
}
.paragraph-normal ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0px;
  margin-right: 0px;
}
.paragraph-normal ul li {
  list-style-type: none;
  list-style-position: outside;
  margin-left: 0px;
  margin-right: 0px;
}
#maincontents-2column .mcontents-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  width: 690px; /*#maincontents width*/
}
#maincontents-2column .section-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  margin-left: 20px;
  margin-right: 20px;
  width: 708px;
}
#maincontents-2column .subsection-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  width: 694px;
}
#maincontents-2column .float-dot-line {
  background-image: url(../images/bk_dot_line.gif);
  background-repeat: repeat-x;
  height: 16px;
  line-height: 16px;
  display: block;
  width: 318px;
}
.table-lbline {}
#maincontents-2column .table-lbline table {
  width: 694px;
  text-align: left;
  border-collapse: collapse;
}
#maincontents-2column .table-lbline table tr th {
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #ffe3b2;
  border-left-color: #4b2a06;
  padding: 6px 8px;
  font-weight: normal;
}
#maincontents-2column .table-lbline table tr td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e1a559;
  padding: 6px 8px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #e1a559;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e1a559;
}
#maincontents-2column .table-lbline ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#maincontents-2column .table-lbline ul li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#maincontents-2column .table-lbline-half a {
  color: #343434;
}
#maincontents-2column .table-lbline-half table {
  text-align: left;
  width: 694px;
}
#maincontents-2column .table-lbline-half table tr th {
  font-weight: normal;
  font-size: 14px;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #fff7c0;
  border-left-color: #ffb320;
  padding: 3px 4px;
  width: 180px;
}
#maincontents-2column .table-lbline-half table tr td {
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #7cbe49;
  padding: 3px 4px;
}
#maincontents-2column .table-lbline-half ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#maincontents-2column .table-lbline-half ul li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#maincontents-2column .table-lbline-half02 table {
  text-align: left;
  width: 339px;
}
#maincontents-2column .table-lbline-half02 table tr th {
  font-weight: normal;
  font-size: 14px;
  border-bottom-width: 1px;
  border-left-width: 3px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-bottom-color: #7cbe49;
  border-left-color: #ffb320;
  padding: 3px 4px;
}
#maincontents-2column .table-lbline-half02 table tr td {
  font-size: 14px;
  padding: 8px 4px 0px 4px;
  line-height: 19px;
}
#maincontents-2column .table-lbline-timetbl {
  padding-right: 15px;
}
#maincontents-2column .table-lbline-timetbl table {
  text-align: left;
}
#maincontents-2column .table-lbline-timetbl table tr .thead {
  font-weight: normal;
  font-size: 14px;
  padding: 4px 4px;
}
#maincontents-2column .table-lbline-timetbl table tr .tdata {
  font-size: 14px;
  padding: 3px 6px;
  border: 1px solid #cdcdcd;
}
#maincontents-2column .table-lbline-timetbl table tr th, #maincontents-2column .table-lbline-timetbl table tr td {
  font-weight: normal;
  font-size: 14px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #FFF;
  border-bottom-color: #FFF;
  text-align: center;
}
#maincontents-2column .table-noline table {
  width: 724px;
  text-align: left;
}
#maincontents-2column .table-noline table tr th {
  padding: 0px 0px;
  font-weight: normal;
  width: 120px;
}
#maincontents-2column .table-noline table tr td {
  padding: 0px 0px;
}
#maincontents-2column .table-noline table tr .nospace {
  padding: 0px 0px;
}
#maincontents-2column .table-noline-half table {
  width: 325px;
  margin-right: 15px;
  text-align: left;
}
#maincontents-2column .table-noline-half table tr th {
  padding: 6px 8px;
  font-weight: normal;
  width: 120px;
}
#maincontents-2column .table-noline-half table tr td {
  padding: 6px 3px;
}
#maincontents-2column .table-noline-half table tr .nospace {
  padding: 0px 3px;
}
#maincontents-2column .active-map {
  padding-left: 20px;
  padding-right: 20px;
}
#maincontents-2column .news-title {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #898989;
  line-height: 26px;
  height: 26px;
  background-image: url(../images/ic_news_icon01.gif);
  background-repeat: no-repeat;
  background-position: left;
  text-indent: 40px;
  color: #990000;
}
#maincontents-2column .news-caption {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #898989;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#maincontents-2column #home-msg {
  width: 724px;
  height: 293px;
  background-image: url(../images/bk_home_msg01.jpg);
  background-repeat: no-repeat;
}
#maincontents-2column #home-msg .ptop {
  margin-left: 50px;
  padding-top: 76px;
  letter-spacing: 2px;
  line-height: 24px;
}
#maincontents-2column #home-msg .pbottom {
  margin-left: 50px;
  padding-top: 24px;
  line-height: 24px;
  letter-spacing: 2px;
}
#maincontents-2column #home-msg-small {
  margin-right: 0;
  margin-left: 10px;
  width: 410px;
  text-align: left;
}
#home-msg-small #sectitle {
  line-height: 36px;
  height: 36px;
  font-size: 18px;
  letter-spacing: 2px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffb320;
  text-align: center;
}
#home-msg-small .p-under {
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  background-image: url(../images/bk_dot_underline.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  text-align: left;
}
.msgbox {
  width: 724px;
  height: auto;
  border: #ffe57f 4px solid;
  box-sizing: border-box;
  background: #fff url(../images/bk_.jpg) no-repeat;
  padding: 12px;
}
.msg-left {
  float: left;
  width: 330px;
}
.msg-right {
  float: right;
  width: 350px;
}
.msgboxtext {
  color: #82AB52;
  font-size: 15px;
  font-weight: 600;
}
#maincontents-2column #newsarea {
  border: 3px solid #ffefc4;
}
#maincontents-2column #newsblock {
  width: 380px;
  height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 8px;
  overflow: auto;
}
#maincontents-2column #newsblock table {
  margin-left: 15px;
  width: 340px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #343434;
}
#maincontents-2column #newsblock table tr th {
  font-size: 11px;
  padding: 2px 0px;
  font-weight: normal;
  text-align: left;
  width: 90px;
}
#maincontents-2column #newsblock table tr td {
  font-size: 11px;
  padding: 4px 0px;
  text-align: left;
  line-height: 18px;
}
#markback {
  width: 287px;
  height: 106px;
  background-image: url(../images/bk_senmoni01.gif);
  background-repeat: no-repeat;
  line-height: 16px;
  font-size: 11px;
}
#markback #markp {
  padding-left: 26px;
  padding-top: 7px;
}
.c-info-sentence {
  width: 160px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-image: url(../images/bk_information_sentence.gif);
  background-repeat: no-repeat;
}
#pmtc {
  padding-top: 6px;
  padding-left: 50px;
}
#maincontents-2column .btArchv {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}
#maincontents-2column .btArchv tr {}
#maincontents-2column .btArchv tr th, #maincontents-2column .btArchv tr td {
  margin: 0;
  padding: 5px;
  border: #CCC solid 1px;
}
#maincontents-2column .btArchv tr th {
  text-align: center;
}
#maincontents-2column .btArchv tr td {
  vertical-align: top;
}
#maincontents-2column .btArchv tr:nth-child(odd) td {
  background: #EEE;
}
/* ↑　maincontents-2column タグ　maincontents rule */
/* ↓　rollover タグ　rollover rule */
#sld01 {
  padding: 15px 0px 30px 0px;
}
#sld01 ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
#sld01 ul li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0px;
  padding: 0px;
}
.rollover {
  width: 675px;
  height: 450px;
  margin: 0px;
  padding-right: 0px;
}
.rollover ul, .rollover ul li {
  padding: 0px;
  margin: 0px;
}
.rollover p {
  float: left;
  margin: 0px;
  width: 400px;
  position: relative;
}
.rollover .rollover_view {
  position: absolute;
  top: 0;
  left: 0;
}
.rollover .thumb {
  float: right;
  width: 275px;
  display: block;
  list-style: none;
}
.rollover .lir {
  float: left;
  width: 135px;
  height: 120px;
}
.rollover li a {
  color: #343434;
  text-decoration: none;
}
.rollover .lil {
  float: left;
  width: 140px;
  height: 120px;
  display: block;
}
.rollover a img {
  border: 0;
}
/* ↑　rollover タグ　rollover rule */
.moji {
  font-size: 18px;
  font-weight: bold;
}
.clear {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0px;
  font-size: 0px;
}
.paragraph-list {
  margin: 15px 15px 0 15px !important;
}
.paragraph-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 160% !important;
}
.paragraph-list li::before {
  content: '● ';
  color: #6eb638;
}
.allLeft th, .allLeft td {
  text-align: left !important;
}
.appointment {
  margin-top: 1em;
}
.appointment dl {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.8em;
}
.appointment dl dt {
  float: left;
  width: 20%;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.appointment dl:first-of-type dt {
  background-color: #e8785f;
}
.appointment dl:last-of-type dt {
  background-color: #87be5a;
}
.appointment dl dd {
  float: left;
  width: 80%;
  box-sizing: border-box;
  padding-left: 0.5em;
}
.appointment dl dd span {
  font-weight: bold;
}
.appointment dl:first-of-type dd span {
  color: #e8785f;
}
.appointment dl:last-of-type dd span {
  color: #87be5a;
}
.box {
  padding: 0.5em 5px 5px 5px;
  margin: -60px 0px 0 214px;
  font-weight: bold;
  color: #FFFFFF;
  background: #e67763;
  border: solid 0px #e67763;
  text-align: center;
}
.box p {
  margin: 0;
  padding: 0;
}
.box2 {
  padding: 20.5px 6px 14px 5px;
  margin: -53px 324px -12px 0px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 59px;
  background: #FF0004;
  border: solid 0px #6091d3;
  border-radius: 50px;
}
.box2 p {
  margin: 0;
  padding: 0;
}
.box1 {
  padding: 110.5px 201px;
  margin: -15px -11px;
  font-weight: bold;
  border: solid 3px #FFDE51;
}
.box1 p {
  margin: 0;
  padding: 0;
}

.tbl-dr tr th {
	width: 5.5em;
  color: #82b656;
	font-weight: normal;
}
.tbl-dr tr th, .tbl-dr tr td {
	padding-bottom: 0.5em;
}

.list-def li {
	position: relative;
	padding-left: 1.4em;
}
.list-def li::before {
	position: absolute;
	top: 0.38em;
	left: 0;
	display: inline-block;
	content: '';
	width: 0.9em;
	height: 0.8em;
	line-height: 0;
	border-radius: 0.5em;
	background: #6eb638;
 }

.flex {
  display: flex;
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}

.sns_box {
  margin-top: 2rem;
}
.sns_box ul {
  width: 670px;
  display: flex;
  justify-content: space-between;
}
.sns_box ul li {
  width: 48%;
}
.sns_box ul li p {
  font-size: 1.2rem;
  color: #82b656;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}
.sns_box ul li img {
  width: 100%;
}


.w48 {
  width: 48%;
  text-align: center;
}

.w100 {
  width: 100%;
}

.txt_insta {
  font-size: 1.2rem;
  color: #82b656;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5rem;
}

.txt_tit {
  color: #f9823d;
  background-color: #FFF5C4;
  font-weight: normal;
  padding: 5px 10px;
  letter-spacing: 3px;
  width: fit-content;
  margin-bottom: 0.5rem;
}

.insta_w {
  width: 42%;
  margin-right: 23px;
  text-align: center;
}
.insta_w.insta_w02 {
  width: 48%;
  margin-right: 0;
}

.insta_w p {
  color: #f77737;
  font-weight: bold;
  text-align: center;
}
.img_left {
  margin-left: 62px;
}
.insta_img {
  width: 100%;
  margin-top: 37px;
}
.insta_img.-w88 {
  width: 88%;
}

.faq_btn {
  color: #82b656;
  padding: 0.8em 1.5em;
  border-radius: 0.5rem;
  background: linear-gradient(360deg, #82b656 0%, #bae7a2 15%, #ecfee3 95%, #82b656 100%);
}
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #82b656;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin: 0 0 0.2rem 0.2rem;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}