@charset "utf-8";

/*-------------------------------------------------------------------
	body, #wrap
-------------------------------------------------------------------*/

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

body .sbox-cen,
.seotext {
  margin: 0 auto;
  color: #035103;
  background: #0F960F;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
  font-size: 1rem;
}

#wrap {
  color: #000000;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  position: relative;
  background: #FFFFFF;
  min-width: 1200px;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

.tel {
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
  color: #000000;
}

.tel>span {
  font-weight: bold;
  display: inline-block;
}

.tel.colored .split:nth-last-child(2) {
  color: #FF8500;
}

.tel a {
  text-decoration: none;
  color: inherit;
  font-weight: bold
}


/*-------------------------------------------------------------------
	#header
-------------------------------------------------------------------*/

#header {
  background: #0F960F;
}

#header .header {
  width: 1170px;
  padding: 0 0px 14px;
  margin: 0 auto;
  overflow: hidden;
  / zoom: 1;
}

#header .header .logo {
  float: left;
  padding-top: 15px;
}

#header .header .info {
  float: right;
  padding-top: 27px;
  overflow: hidden;
  / zoom: 1;
}

#header .header .info p {
  margin-bottom: 15px;
  text-align: right;
}

#header .header .info ul {
  float: right;
  overflow: hidden;
  /zoom: 1;
}

#header .header .info ul li {
  float: left;
}

#header .header .info ul li.last {
  margin-left: 17px;
}

#header .h_text {
  color: #FFFFFF;
  font-size: 1.0em;
  line-height: 1.4;
  margin-bottom: 4px;
}


/*-------------------------------------------------------------------
	#mainimg
-------------------------------------------------------------------*/

#mainimg {
  background: url(../image/main_top.png) top 50px center repeat-x, url(../image/main_bottom.png) bottom 50px center repeat-x;
  background-color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  padding-top: 88px;
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
}

#mainimg::before {
  position: absolute;
  content: '';
  background: #FAEC20;
  height: 50px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#mainimg::after {
  position: absolute;
  content: '';
  background: #FAEC20;
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}


/*-------------------------------------------------------------------
	#nav
-------------------------------------------------------------------*/

#nav {
  background: none;
}

#nav ul {
  width: 812px;
  margin: 0 auto;
  overflow: hidden;
}

#nav ul li {
  float: left;
}


/*-------------------------------------------------------------------
	#main
-------------------------------------------------------------------*/

#main {
  background: #FFFFFF;
  width: 1170px;
  padding: 50px 0px 50px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#pagetop {
  z-index: 123;
  position: absolute;
  right: 20px;
  bottom: 0;
}


/*-------------------------------------------------------------------
	#content
-------------------------------------------------------------------*/

#content {
  float: left;
  width: 910px;
  line-height: 1.8;
  font-size: 1.4em;
}

#content h3 {
  background: url(../image/h4_bg.png) center top calc(1em + 10px) repeat-x;
  margin-bottom: 30px;
  padding: 10px 0px 0px 0px;
  color: #111111;
  font-size: 2.7em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

#content h3 .inner {
  display: inline-block;
  padding: 0 45px;
  background: #FFF;
}

#content h3 span:not(.inner) {
  margin-top: 10px;
  font-size: 0.36em;
  display: block;
  color: #111111;
  line-height: 1.0;
  font-weight: bold;
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

#content .nopost {
  margin-bottom: 30px;
}

#content h4 {
  background: url(../image/h4_bg.png) bottom center no-repeat;
  margin-bottom: 30px;
  padding: 29px 0px 9px 0px;
  color: #000000;
  font-size: 1.43em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}


/* .panz
-------------------------------------------- */

.bread {
  margin-bottom: 47px;
  line-height: 1.2;
}

.bread li {
  display: inline-block;
  margin-right: 2px;
}

.bread li+li::before {
  content: '＞';
  display: inline-block;
  margin-right: 5px;
}

.bread li a {
  color: #FF8500;
  text-decoration: underline;
}

.bread li a:hover {
  color: #FF8500;
  text-decoration: none;
}


/* .imgleft, .imgright
-------------------------------------------- */

#content .imgleft,
#content .imgright {
  overflow: hidden;
  /zoom: 1;
}

#content .imgleft .image {
  float: left;
  margin-right: 30px;
  text-align: center;
}

#content .imgright .image {
  float: right;
  margin-left: 30px;
}

#content .imgleft .image li,
#content .imgright .image li,
#content .imgright .image div,
#content .imgleft .image div {
  margin-bottom: 20px;
}

#content .imgleft .image li.last,
#content .imgright .image li.last,
#content .imgright .image div:last-child,
#content .imgleft .image div:last-child {
  margin-bottom: 0;
}


/* float
-------------------------------------------- */

#content .floatleft {
  float: left;
}

#content .floatright {
  float: right;
}


/* .aside
-------------------------------------------- */

#content .aside {
  margin-bottom: 30px;
  overflow: hidden;
  /zoom: 1;
}

#content .aside dl {
  float: left;
  width: 310px;
  margin: 0 20px 0 0;
}

#content .aside dl.none {
  margin-right: 0;
}

#content .aside dl dt {
  margin-bottom: 5px;
}

#content .aside dl dd {
  font-size: 0.85em;
}

#content .aside li {
  float: left;
  margin: 0 20px 0 0;
}

#content .aside li.none {
  margin-right: 0;
}


/* table
-------------------------------------------- */

#content table {
  width: 100%;
}

#content table th,
#content table td {
  border: 1px solid #E9E9E9;
  padding: 15px 19px 14px;
  vertical-align: top;
  background: #FFFFFF;
}

#content table th {
  background: #FCFCFC;
  font-weight: bold;
  text-align: left;
  width: 296px;
}


/* pagebute
-------------------------------------------- */

#content ul.page {
  clear: both;
  /* margin-bottom: 135px; */
  text-align: center;
  font-size: 1.35em;
  line-height: 1.2;
  overflow: hidden;
  margin-bottom: 0px;
  / zoom: 1;
}

#content ul.page li {
  margin: 0 5px;
  display: inline-block;
}

#content ul.page li a.link_page,
#content ul.page li span {
  background: #FFFFFF;
  /* color */
  border: none;
  /* color */
  width: 35px;
  height: 33px;
  color: #FF8500;
  text-decoration: none;
  text-align: center;
  display: table-cell;
  font-weight: bold;
  zoom: 1;
  vertical-align: middle;
  padding-top: 2px;
}

#content ul.page li .current_page,
#content ul.page li a:hover {
  background: #FF8500;
  width: 35px;
  height: 33px;
  color: #FFFFFF;
  /* color */
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border: none;
  font-weight: bold;
  padding-top: 2px;
}

#content ul.page li.next {
  margin-left: 0px;
  margin-right: 0;
}

#content ul.page li.before {
  margin-right: 7px;
}

#content ul.page li a.link_next,
#content ul.page li a.link_before {
  border: none;
  background: none;
  color: #eef1da;
  /* color */
  text-decoration: underline;
  display: table-cell;
  vertical-align: middle;
  width: 12px;
  height: 33px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
}

#content ul.page li a.link_next:hover,
#content ul.page li a.link_before:hover {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}


/*-------------------------------------------------------------------
	#side
-------------------------------------------------------------------*/

#side {
  float: right;
  width: 230px;
  padding-bottom: 40px;
}

#side .nav li {
  margin-bottom: 30px;
}

#side .catlist {
  margin-bottom: 30px;
}

#side .catlist li {
  font-size: 1.4em;
  border-bottom: 1px dotted #666666;
  margin-bottom: 0;
}

#side .catlist li a {
  display: block;
  padding: 8px 0 6px 14px;
  line-height: 1.0;
}

#side .info {
  background: none;
  padding: 13px 0px 0px;
  margin-bottom: 20px;
}

#side .info .address {
  color: #000000;
  margin-bottom: 12px;
  font-size: 1.0em;
  line-height: 1.4;
}

#side .info dl dt {
  font-weight: bold;
}

#side .info p {
  padding-right: 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: #000000;
  letter-spacing: -0.2px;
}

#side .info ul.contact .mail {
  margin-bottom: 11px;
}

#side .banner {
  overflow: hidden;
  width: 70px;
  margin: 0 auto;
}

#side .banner li+li {
  margin-left: 10px;
}

#side .banner li {
  float: left;
}

#side .banner li.last {
  margin-bottom: 0;
}

#side .s_tel {
  margin-top: 17px;
  color: #000000;
  font-size: 1.6em;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
}

#side .s_tel span {
  letter-spacing: -0.3px;
  display: inline-block;
  margin-left: 4px;
  color: #F08700;
  font-size: 1.9em;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
}

#side .s_fax {
  color: #000000;
  font-size: 1.4em;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
  margin-top: 2px;
}

#side .s_fax span {
  display: inline-block;
  margin-left: 7px;
  color: #000000;
  font-size: 1.7em;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
}

#side .s_time {
  margin-left: -7px;
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 8px;
}

#side .s_note {
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 3px;
  margin-left: -7px;
}

#side .s_none {
  font-size: 1.2em;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 10px;
}

#side .s_search {
  background: #FF8500;
  padding: 17px 10px 10px 10px;
  margin-bottom: 30px;
}

#side .s_search .s_text01 {
  margin-bottom: 8px;
}

#side .s_search input {
  border: none;
  background: #FFFFFF;
  height: 21px;
  width: 186px;
  padding: 0 5px;
}

#side .s_search button {
  background: none;
  outline: none;
  border: none;
  margin-left: 4px;
}

#side .s_search button:hover {
  opacity: .8;
}

#side .s_text02 {
  letter-spacing: 0.4px;
  font-size: 1.2em;
  line-height: 1.6;
  margin-top: 9px;
}


/*-------------------------------------------------------------------
	#fnav
-------------------------------------------------------------------*/

#fnav {
  background: none;
}

#fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 28px 0 6px;
  margin-bottom: 20px;
  font-size: 1.4em;
  line-height: 1.2;
}

#fnav ul li {
  padding: 0 23px 0 16px;
  background: url(../image/f_icon.png) left center no-repeat;
}

#fnav ul li a {
  color: #FFFFFF;
}

#fnav ul li.none {
  padding-right: 0;
}


/*-------------------------------------------------------------------
	#footer
-------------------------------------------------------------------*/

#footer {
  background: #0F960F;
}

#footer .footer {
  width: 1090px;
  margin: 0 auto;
  padding: 30px 0 7px;
}

#footer .footer address {
  color: #035103;
  text-align: center;
  line-height: 1.4;
}

#footer .f_first {
  overflow: hidden;
  width: 777px;
  margin: 0 auto 0;
}

#footer .f_first .f01 {
  float: left;
  overflow: hidden;
  margin-right: 49px;
  width: 172px;
}

#footer .f_first .f02 {
  float: left;
  overflow: hidden;
  margin-right: 49px;
  width: 132px;
}

#footer .f_first .f03 {
  float: left;
  overflow: hidden;
  margin-right: 2px;
  width: 183px;
}

#footer .f_first .f04 {
  overflow: hidden;
  width: 190px;
}

#footer .f_first .f03 p.f_title {
  width: 132px;
}

#footer .f_first p.f_title {
  color: #333333;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.0;
  padding: 7px 0px;
  background: #FFFFFF;
  border-radius: 11px;
  margin-bottom: 9px;
  text-align: center;
}

#footer .f_first ul li {
  background: url(../image/f_icon.png) left 22px top 3px no-repeat;
  padding-left: 37px;
  font-size: 1.4em;
  line-height: 1.2;
  margin-bottom: 14px;
}


/* #footer .f_first .f04 ul li {
  background: url(../image/f_icon.png) left 16px center no-repeat;
  padding-left: 30px;
} */

#footer .f_first ul li a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

#footer .f_first ul li a:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: underline;
}

#footer .f_info {
  width: 1060px;
  overflow: hidden;
  margin: 45px auto 0;
}

#footer .f_info .f_left {
  float: left;
  overflow: hidden;
  margin-right: 40px;
  margin-left: 2px;
  margin-top: 5px;
}

#footer .f_info .f_center {
  float: left;
  overflow: hidden;
  width: 508px;
  margin-right: 40px;
}

#footer .f_info .f_right {
  float: right;
  overflow: hidden;
}

.f_text {
  padding-left: 3px;
  color: #035103;
  font-size: 1.0em;
  line-height: 1.4;
  margin-top: 10px;
}

#footer .f_tel {
  color: #FFF431;
  font-size: 2.0em;
  font-weight: normal;
  float: left;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
  margin-right: 20px;
}

#footer .f_tel span {
  letter-spacing: 0.3px;
  display: inline-block;
  margin-left: 9px;
  color: #FFF431;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
}

#footer .f_fax {
  color: #FFF431;
  font-size: 1.8em;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
}

#footer .f_fax span {
  letter-spacing: 0.1px;
  margin-left: 8px;
  color: #FFF431;
  font-size: 1.6em;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  line-height: 1.0;
}

.f_tel_fax {
  margin-top: -3px;
  overflow: hidden;
}

.f_time {
  margin-top: 9px;
  letter-spacing: -0.1px;
  margin-left: -9px;
  color: #035103;
  line-height: 1.0;
  font-size: 1.4em;
}

.f_time span.sp01 {
  margin-left: 0;
}

.f_time span.sp02 {
  font-size: 0.85em;
  margin-left: 10px;
}

p.f_text01 {
  text-align: center;
  line-height: 1.4;
  font-size: 1.0em;
  color: #035103;
  margin-bottom: 2px;
}


/* colorbox
------------------------------*/

.colorbox a {
  outline: none;
}

#cboxWrapper {
  background: #FFF;
}

#cboxContent {
  margin: 20px;
  outline: 20px solid #FFF;
}

#cboxClose {
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 10;
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  outline: none;
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

#cboxClose::before,
#cboxClose::after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #FFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

#cboxClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

#cboxClose:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
}

#cboxClose:hover::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}

#cboxClose:hover::after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

#cboxPrevious,
#cboxNext {
  top: 50%;
  left: -19px;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  opacity: .5;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: .3s;
  transition: .3s;
}

#cboxPrevious::after,
#cboxNext::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent #000 transparent transparent;
  outline: none;
  opacity: .5;
  -webkit-transition: .3s;
  transition: .3s;
}

#cboxPrevious:hover,
#cboxNext:hover {
  background: #000;
  opacity: .8;
}

#cboxPrevious:hover::after,
#cboxNext:hover::after {
  border-color: transparent #FFF transparent transparent;
  opacity: .8;
}

#cboxNext {
  left: auto;
  right: -19px;
}

#cboxNext::after {
  left: auto;
  right: 4px;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #000;
}

#cboxNext:hover::after {
  border-color: transparent transparent transparent #FFF;
}


/* datepicker
  ------------------------------*/

.ui-datepicker th {
  width: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  cursor: pointer;
}

#ui-datepicker-div {
  font-size: 1.4rem;
}

#topics {
  line-height: 1.8;
  margin-bottom: 30px;
}

#topics .box {
  overflow: hidden;
  padding: 0;
  color: #333333;
  font-size: 1.14em;
}

#topics .box+.box {
  margin-top: 24px;
}

#topics dd a {
  color: #333;
}

#topics dd.text01 {
  margin-top: 7px;
  letter-spacing: 0.5px;
}

#topics .image a {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #EEEEEE;
}

#content #topics .imgleft .image {
  margin-right: 20px;
}

#topics .text {
  margin-top: -6px;
}

.btn_news {
  text-align: right;
  margin-top: 20px;
}

.richtext {
  overflow: hidden;
}

#wrap .richtext p+p {
  margin-top: 0;
}

.item {
  margin-bottom: 50px;
}

.item .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item .article {
  border: 1px solid #E9E9E9;
  width: 215px;
  padding: 12px 10px 28px;
  margin-right: 16px;
  margin-bottom: 16px;
}

.item .article:nth-child(4n) {
  margin-right: 0;
}

.item .article .title {
  line-height: 1.3;
  margin-top: 7px;
  padding-right: 25px;
}

.item .article .image {
  text-align: center;
}

.item .article .comment {
  margin-top: 2px;
}