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


.g-navi {
    color: #000000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-decoration: none;
}


.headerlogo {
    float: left;
    width: auto;
    height: 120px;
}
.headerlogo img {
    width: auto;
    height:120px;
}
.topmain {
    width: 20%;
    float: left;
    clear: left;
    margin-top: 100px;
}
.mainslide {
    float: left;
    width: 70%;
    margin-top: 0px;
    margin-left: 7%;
    height: 100%;
}
.wrap {
    margin-left: 10%;
    margin-right: 10%;
}
#tophonbun {
    margin-top: 50px;
    font-weight: bolder;
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
}
.topbtn {
    background-color: #FFFFFF;
    color: #000000;
    font-size: 16px;
    width: 150px;
    display: block;
    text-align: center;
    line-height: 40px;
    margin-top: 50px;
    border-radius: 10px;
    border: 3px solid #000000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    text-decoration: none;
}
.topmain a {
    text-decoration: none;
}
footer {
    margin-top: 30px;
    margin-bottom: 30px;
    float: none;
    z-index: 2;
}
.copyright {
    text-align: center;
    font-size: 12px;
}
.topbtn:hover {
    background-color: #000000;
    color: #FFFFFF;
}
#catchcopy1 {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 50px;
}
body {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    background-color: #FFFFFF;
    text-align: left;
    line-height: 20px;
    font-size: 16px;
}
#catchcopy2 {
    font-size: 30px;
    margin-top: 30px;
    font-weight: bold;
    line-height: 60px;
}

.clearfix {
    content: "";
    display: block;
    clear: both;
}
.footerreg {
    background-color: #000000;
    margin-top: 0px;
    padding-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    min-height: 300px;
}
.footerreg .copyright {
    color: #FFFFFF;
    width: 100%;
}
.footerreg #footernavi {
    max-width: 600px;
    float: left;
}
.footerreg #footeraddress {
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 50px;
}
.footerreg #footerbtn img {
    margin-right: 20px;
}
.footerreg #footerbtn {
    width: 380px;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.f-navi{
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
    list-style: none;
}

.f-navi li a{
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bolder;
}

.f-navi li{
    /*線の基点とするためrelativeを指定*/
  position: relative;
    margin:0 10px;
}

/*線の基点位置*/
.f-navi li::before,
.f-navi li::after{
    content: "";
    /*絶対配置で線の位置を決める*/
    position: absolute;
    /*線の形状*/
    width: 0;
    height: 2px;
    background-color: #D1D1D1;
    /*アニメーションの指定*/
    transition: all 0.2s linear;
    transition-delay: 0.2s;
}

.f-navi li::before{
  right: 0;
  top: 0;
}
.f-navi li::after{
  left: 0;
  bottom: 0;
}

/*線の基点位置2 spanタグ*/

.f-navi li span{
  display: block;
}

.f-navi li span::before,
.f-navi li span::after{
  content:"";
    /*絶対配置で線の位置を決める*/
  position: absolute;
    /*線の形状*/
  width:2px;
  height:0;
  background: #0481A2;
/*アニメーションの指定*/
  transition: all 0.2s linear;
}

.f-navi li span::before{
  left: 0;
  top: 0;
}
.f-navi li span::after{
  right: 0;
  bottom: 0;
}

/*現在地とhoverした際の線の変化*/

.f-navi li.current::before,
.f-navi li.current::after,
.f-navi li:hover::before,
.f-navi li:hover::after{
  width: 100%;/*横幅を100%に*/
}

.f-navi li.current span::before,
.f-navi li.current span::after,
.f-navi li:hover span::before,
.f-navi li:hover span::after{
  height: 100%;/*縦幅を100%に*/
}

.lead{
	padding: 50px 20px;
}
.copyright450 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    text-align: center;
}
#main_img {
    width: 100%;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
}
h1 {
    font-weight: bolder;
    font-size: 2vw;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.5vw;
    padding-top: 50px;
}
.main_a p {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#honbunlogo img {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
.main_a img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main_a #honbunlogo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#main_img img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#shatyouaisatsu img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#shatyouaisatsu {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#kaishagaiyou table {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
#kaishagaiyou table tr th {
    width: 100px;
    margin-top: 0px;
    padding-bottom: 15px;
    text-align: justify;
    vertical-align: top;
}
#kaishagaiyou table tr td {
    padding-left: 30px;
    vertical-align: middle;
    padding-bottom: 10px;
}
#enkaku table {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
#enkaku table tr th {
    width: 150px;
    margin-top: 10px;
}
#enkaku table tr td {
    margin-top: px;
    padding-top: 10px;
}
#access {
    width: 100%;
}
#access iframe {
    width: 100%;
    height: 400px;
}
.fadeUpTrigger {
    opacity: 0;
}

}
.box.smoothTrigger.smooth {
    width: 100%;
    opacity: 0;
}
.setsubimenu {
    width: 50%;
    display: block;
    float: left;
}
.setsubimenu img {
    width: 100%;
    padding: 10px;
}
.setsubimenu p {
    text-decoration: none;
    margin-left: 10px;
    color: #000000;
    margin-bottom: 20px;
}
h2 {
    font-size: 2vw;
    text-align: left;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
}
h3 {
    background-color: #000000;
    padding-top: 9px;
    padding-bottom: 7px;
    color: #FFFFFF;
    margin-top: 10px;
    height: 40px;
    font-size: 20px;
    padding-left: 5px;
}
h4 {
    font-size: 17px;
    text-decoration: none;
    margin-top: 50px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: medium solid #000000;
}
#sdgs4 h4 {
}
.main_b #sdgs4 {
    width: 48%;
    float: none;
}
#sdgs3 img {
    width: 100%;
}
#sdgs3 {
    width: 48%;
    float: right;
}
.main_b #sdgs2 {
    width: 48%;
    float: right;
}
.setubi_setsumei {
    margin-top: 20px;
    margin-bottom: 50px;
}
.setubi_setsumei p {
    line-height: 20px;
    margin-bottom: 30px;
}
.tantousha {
    text-align: right;
    float: right;
    font-size: 18px;
}
h3 p {
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}
.450setsubinavi {
    display: block;
}
h2 a {
    color: #5C5859;
    font-size: 14px;
    text-align: right;
}
.main_a p span {
    font-size: 17px;
    text-decoration: underline;
    font-weight: bolder;
    margin-bottom: 10px;
    display: block;
}
.main_b img {
    width: 100%;
    float: none;
}
#goirai1 #packing {
}

.main_b #goirai1 {
    float: left;
    width: 48%;
    margin-right: 10px;
}
.main_b #goirai1 p {
    margin-top: 0px;
}
.main_b #goirai2 {
    margin-top: 10%;
    display: block;
    width: 46%;
    float: right;
}
a .toiawasebtn {
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    background-color: #000000;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: underline;
    font-weight: bolder;
    border-style: solid;
    border-color: #000000;
    height: 40px;
    line-height: 24px;
}
.toiawasebtn {
    text-decoration: none;
    padding-top: auto;
    padding-bottom: auto;
}
a .toiawasebtn:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: medium solid #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}
#sdgs {
    width: 48%;
    float: left;
}
h5 {
	background-color: #000000;
    padding-top: 9px;
    padding-bottom: 7px;
    color: #FFFFFF;
    margin-top: 10px;
    height: 40px;
    font-size: 20px;
    padding-left: 10px;
}
#setsubigaiyou .setsubititle {
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
#setsubigaiyou .setsubisetsumei {
    margin-left: 50px;
    margin-bottom: 10px;
}
.main_a video {
    width: 100%;
    height: auto;
}
.sliderArea {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
#shomei {
    text-align: right;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 15pt;
}
#shomei span {
    margin-left: 20px;
}
.main_a .seisakujisseki img {
	float: left;
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5px;
	margin-bottom: 10px;
	clear: none;
}
.seisakujisseki {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.main_a .seisakujisseki p {
	text-align: left;
	font-size: 12pt;
}

@media (min-width:450px){
.openbtn {
    display: none;
}


.copyright450 {
    display: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
h2 a {
    display: none;
}
}

@media (max-width:450px){
#header nav .g-navi {
    display: none;
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#header .headerlogo {
    height: 100%;
    width: auto;
    margin-left: 0px;
}
#header .headerlogo img {
    height: 100%;
}
.wrap .topmain #catchcopy1 {
    color: #FFFFFF;
    padding-left: 30px;
    text-shadow: 2px 2px #000000;
    margin-left: 0px;
}
.wrap .topmain #catchcopy2 {
    color: #FFFFFF;
    padding-left: 30px;
    text-shadow: 2px 2px #000000;
}
.wrap .topmain {
    width: 90%;
    margin-top: 10px;
    clear: both;
    position: absolute;
    top: 200px;
    left: 10％;
    margin-left: 10％;
    margin-right: 10％;
    z-index: 800;
}
.copyright {
    /* [disabled]position: static; */
    bottom: 0px;
    left: auto;
    height: 20px;
    clear: none;
    right: auto;
    margin-top: 350px;
}
#header {
    margin-left: 10px;
}
.wrap .topmain #tophonbun {
    margin-top: 200px;
    width: 90%;
    margin-left: 30px;
    height: auto;
}
.wrap {
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
}
.wrap .mainslide {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.main_a p {
    margin-left: 5%;
    margin-right: 5%;
}
#kaishagaiyou table {
    margin-left: 5%;
    margin-right: 5%;
}
.footerreg {
    display: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 13px;
}
#enkaku table {
    margin-left: 5%;
    margin-right: 5%;
	 width: 90%;
}
h1 {
    font-size: 20px;
}

#shatyouaisatsu img {
    width: 100%;
}
a .topbtn {
    margin-left: 30px;
}
#kaishagaiyou table tr td {
    width: 300px;
}
#enkaku table tr td {
    width: 75％;
}
#enkaku table tr th {
    width: 15％;
}
body {
    overflow: hidden;
}
#sub-area {
    display: none;
}
.setsubimenu {
    float: none;
    margin-left: auto;
    width: 90%;
    margin-right: auto;
    margin-bottom: 30px;
}
.setsubishoukai a {
    text-decoration: none;
}
h2 {
    font-size: 20px;
    margin-left: 10%;
}
h3 {
    font-size: 18px;
    height: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8%;
    padding-right: 8%;
}
.tantousha {
    font-size: 16px;
}

.setubi_setsumei p {
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 20px;
}
#goirai1 img {
    float: none;
}
.main_b #goirai1 {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.main_b #goirai2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
}
#sdgs {
    float: none;
    margin-left: 0px;
    width: 100%;
}
.main_b #sdgs2 {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    float: none;
}
.main_b #sdgs3 {
    width: 100%;
    float: none;
}
h4 {
    width: 100%;
}
.main_b #sdgs4 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
    margin-bottom: 20px;
}
#setsubigaiyou {
    margin-left: 5%;
    margin-right: 5%;
}
.main_a video {
    margin-left: 0px;
    width: 100%;
}
.main_a .seisakujisseki img {
	width: 100%;
}
.seisakujisseki {
    margin-right: auto;
    margin-left: auto;
    padding-left: auto;
    padding-right: auto;
}
#shomei {
    margin-right: 10%;
}

}
