section{ box-sizing: border-box; padding: 50px 0 }
.inner{ width: 1040px; margin: 0 auto; overflow: hidden }
.wrapper{ overflow: hidden; box-sizing: border-box }
.block_to_none{ display: block !important }
.none_to_block{ display: none !important }
.block_to_inline{ display: block !important }
.ja{text-align: center; margin-bottom: 50px; font-size: 32px; line-height: 40px }
.ja .en{ display: block; font-size: 18px; color: #b79200 }
.en{ font-family: "Times New Roman" }
.en span{ display: inline-block; width: 14px; height: 1px; background: #b79200; margin-bottom: 5px }
.en .left{ margin-right: 14px }
.en .right{ margin-left: 14px }
.toppage {
    margin: -35px auto 0 auto;
    width: 80px;
    position: relative;
    top: 40px;
}
.more{ text-align: center }
.more a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    border: solid 1px #008e36;
    border-radius: 2px;
    background: url(../img/arrow.png) no-repeat #008e36;
    background-size: 10px;
    background-position: 40px 50%;
    padding: 0 52px 0 60px;
}
.more a:hover {
    color: #008e36;
    border: solid 1px #008e36;
    background: url(../img/arrow_hover.png) no-repeat rgba(0,0,0,0);
    background-size: 10px;
    background-position: 40px 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
.day{ margin-right: 5px}
.category_01{ background: #b79200; display: inline-block; border-radius: 5px; color: #fff; font-size: 12px; padding: 0 8px }
.category_02{ background: #186257; display: inline-block; border-radius: 5px; color: #fff; font-size: 12px; padding: 0 8px }
.small{ font-size: 14px; line-height: 18px }
h2, h3{ text-align: center }
h3{ font-size: 20px }

/*header*/
header {
    overflow: hidden;
    height: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 3;
}
header h1{ float: left; width: 108px; padding-top: 17px }
header h1 img {
	width: 187px;
	height: 58px;
}

header .block_to_none{ float: right }
header .block_to_none ul{ overflow: hidden; width: 615px; padding-top: 24px }
header .block_to_none ul li{ float: left; margin-left: 8%; font-size: 15px; line-height: 32px font-weight: 500;}
header .block_to_none ul li:first-child{ margin-left: 0 }
header .block_to_none ul li:last-child {
    width: 106px;
    height: 32px;
    background: #008e36;
    border-radius: 2px;
    margin-left: 8%;
    position: relative;
    top: -5.5px;
    padding: 1px;
}
header .block_to_none ul li:last-child a{ display: block; color: #fff; line-height: 30px; text-align: center; box-sizing: border-box; }
header .block_to_none ul li:last-child a:hover {
    box-sizing: border-box;
    border: solid 1px #141414;
    color: #008e36;
    font-weight: bold;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
/*under*/
#under {
    padding-bottom: 0;
    background: url(../../share/img/conversion_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
#under::before {
    content: '';
    display: inline-block;
	background: rgba(0,86,33,.8);
    background-size: cover;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#under .inner {
    z-index: 1;
    position: relative;
    text-align: center;
}
#under .title {
	color: #fff;
	font-size: 32px;
    text-align: center;
    margin-left: 58px;
	vertical-align: middle;
}
#under .title img {
    width: 99px;
    height: 111px;
    margin-left: 12px;
    margin-right: 12px;
    vertical-align: middle;
}
#under ul {
    overflow: hidden;
}
#under ul {
    overflow: hidden;
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#under ul li {
    width: 48%;
}
#under ul a {
    position: relative;
    display: block;
    border: 5px solid #FFF;
}
#under ul a::before {
    content: '';
    display: inline-block;
	background: rgba(0,0,0,.45);
    background-size: cover;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#under ul a:hover ,
#under ul a:hover img {
	transition: all 0s ease;
	opacity: inherit;
}
#under ul a:hover::before {
	transition: all .5s ease;
	background: rgba(0,0,0,.05);
}

#under ul li:first-child{ margin-left: 0 }
#under ul li dd{ height: 60px; line-height: 60px; background: #141414 }
#under ul li dd h2{ font-size: 18px; color: #fff }
#under ul li dd h2:before{ content: ""; background: url(../img/arrow.png) no-repeat; background-size: 10px; width: 10px; height: 13px; padding-right: 10px; display:inline-block }
#under h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 40%;
    left: 26%;
    width: 7em;
}
#under a p {
    position: absolute;
    top: 68%;
    left: 16%;
    z-index: 1;
}
#under a p span {
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,.45);
    width: 18em;
    display: block;
    text-align: center;
}

/*footer*/
footer{ background: #202020; padding: 32px 0 22px 0 }
footer .inner {
	max-width: 780px;
	width: 100%;
}
footer .wrapper {
    border-bottom: solid 1px #4d4d4d;
    padding-bottom: 32px;
    margin-bottom: 23px;
}
footer .wrapper .flex {
    display: flex;
	justify-content: end;
    align-items: self-start;
    gap: 0 30px;
}
footer h1 {
    float: left;
    width: 70px;
}
footer ul {
    overflow: hidden;
    padding-top: 6px;
    width: 55%;
    display: inline-block;
}
footer ul:nth-child(2) {
    width: 20%;
    display: inline-block;
}
footer ul li {
    float: left;
    margin-left: 30px;
    font-size: 14px;
    line-height: 32px;
}
footer ul li:first-child ,
footer ul li:nth-child(5) {
	margin-left: 0 ;
}
footer ul:nth-child(2) li:last-child {
    width: 140px;
    height: 32px;
    border-radius: 2px;
    margin-left: 4.1%;
    padding-left: 40px;
    background: url(../../share/img/footer_icon_mail.png) no-repeat #fff;
    background-size: 20px;
    background-position: 15px 50%;
    box-sizing: border-box;
}
footer ul li:hover {
	opacity:.75;
	transition:.3s;
}
footer ul:nth-child(2) li:last-child:hover{ cursor: pointer }
footer ul:nth-child(2) li:last-child a{ display: block; line-height: 32px }
footer ul li a{ color: #fff }
footer ul:nth-child(2) li:last-child a{ color: #333 }
footer small{ display: block; text-align: center; font-size: 14px; color: #fff }

@media(max-width: 1060px){
.inner{ width: 100%; box-sizing: border-box; padding: 0 10px }
}

@media(max-width: 820px){
.block_to_none{ display: none !important }
.none_to_block{ display: block !important }
.block_to_inline{ display: inline !important }
.ja{ margin-bottom: 20px; font-size: 26px; line-height: 33px }
.ja .en{ font-size: 16px }
section{ padding: 40px 0 }
h3{ font-size: 18px }

/*header*/
header{ position: fixed; z-index: 99; width: 100%; height: 70px; background: rgba(255,255,255,0.95); }
header h1{ width: 90px; padding-top: 16px }

header .none_to_block {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

header main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header main.open {
  transform: translateX(-250px);
}
header main h1 {
  text-align: center;
  font-weight: 500;
}
header main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 21px;
  right: 10px;
  z-index: 100;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
header nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: rgb(255,255,255, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
header nav ul { 
	padding-left: 30px
}
header nav.open {
  transform: translateZ(0);
}
header nav li {
  color: #333;
  padding: 10px 0;
  font-weight: bold;
}

/*under*/
#under{ padding-bottom: 0 }
#under ul{ margin-bottom: 10px }
#under ul li{ width: 100%; margin: 0 0 30px 0 }
#under ul li dd{ height: 50px; line-height: 50px }
#under ul li dd h2{ font-size: 16px }

/*footer*/
footer{ padding: 20px 10px }
footer .wrapper{ margin-bottom: 50px }
footer .wrapper .flex {
    display: block;
	}
footer h1 {
    float: none;
    width: 75px;
    margin: 10px auto 0 auto;
}
footer ul {
    float: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
}
footer ul li ,
footer ul:nth-child(2) li {
    float: none;
    height: auto;
    line-height: auto;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    border-bottom: solid 1px #f1f1f1;
    padding: 15px 0;
}
footer ul li:first-child{ border-left: none }
footer small{ font-size: 11.5px; display: block; text-align: center }
}


@media(max-width: 767px){
header {
    padding-top: 0;
    padding-bottom: 0;
	}
header h1 {
    padding-top: 13.5px;
	}
header h1 img {
    width: 151px;
    height: 47px;
	}
#under {
    padding-top: 22px;
	}
#under .title {
    font-size: 16px;
    margin-left: 0;
	}
#under .title img {
    margin-left: 5px;
    margin-right: 5px;
    width: 54px;
    height: 66px;
	}
#under ul {
    display: block;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
	}
#under ul li {
    margin: 0 0 15px 0;
	}
#under h2 {
    font-size: 24px;
    top: 46%;
    left: 22%;
	}
#under a p {
    position: absolute;
    left: 8.5%;
	}
#under ul a:hover::before {
    background: rgba(0,0,0,.15);
	}
footer .wrapper {
    border-bottom: solid 0px #4d4d4d;
    padding-bottom: 0;
	margin-bottom: 25px;
	}
}



@media(max-width: 768px){
.forpc768 {display: none!important;}
}
@media(min-width: 769px){
.forsp768 {display: none!important;}
}
