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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,.luxbar-item a
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
    font-size: 15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
ol, ul {
	list-style: none;
    list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    line-height: 1.7;
}
h2 {
/*    font-size: 21px;*/
    line-height: 1.7;
}
h3 {
    line-height: 1.7;
}
a {
    text-decoration: none;
    color: #000;
}
p {
    line-height: 1.7;
}
li {
/*    line-height: 1.7;*/
    
}
strong {
    font-weight: bold;
}
a:link {
    color: #0000FF;
}
a:visited {
    color: #69008C;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
}
/*************************************
*************************************
共通
*************************************
*************************************/
img {
    max-width: 100%;
}
section {
    padding-top_slide: 30px;
    margin-bottom: 30px;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.wrapper {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.container {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.disp_pc {
    display: block;
}
.disp_tab {
    display: none;
}
.disp_sp {
    display: none;
}
#Crumbs {
    margin: auto;
    position: relative;
    font-size: 15px;
    z-index: 20;
    padding-top: 25px;
    padding-bottom: 40px;
}
a:hover {
    opacity: 0.8;
}
#return_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 500;
}
.contBox {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*電話リンク無効*/
a[href^="tel:"] {
    pointer-events: none;
}
/*------------------------
下層ページタイトル
--------------------------*/
/*h2*/
.underPage_Title_h2 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background: url("../img/title_back.png");
    background-repeat: no-repeat;
    background-size: cover;margin-bottom: 30px;
}
.underPage_Title_h2 h2 {
    padding-top: 5px;
    padding-bottom: 5px;
}


@media screen and (min-width:768px) and ( max-width:1024px){
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 480px) {
    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .disp_tab {
        display: none;
    }
    .disp_pc {
        display: none;
    }
   .disp_sp {
        display: block;
    }
    .contBox {
        width: 100%;
    }
    .title img {
        max-width: 100%;
        width: auto;
            
    }
    .underPage_Title_h2 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .underPage_Title_h2 h2 {
        padding-left: 0;
        text-align: center;
    }
    .underPage_Title_h3 h3 {
        font-size: 1em;
    }
    /*電話リンク有効*/
    a[href^="tel:"] {
        pointer-events: auto;
    }
    #return_top {
        bottom: 100px;
    }
}
/*************************************
ヘッダー
*************************************/
header {
    background: #fff;
}
/*H1タグ*/
.headerbox_h1 {
    font-size: 12px;
    text-align: center;
    background:#595757;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    color: #fff;
}

/*ロゴ、TEL*/
#headerBox {
    padding-top: 10px;
}
/*ロゴ*/
.headerBox_Left {
    float: left;
    box-sizing: border-box;
    padding-top: 20px;
}
/*TEL*/
.headerBox_Right {
    float: right;
    box-sizing: border-box;
}
.headerBox_Left img{
    max-width: 100%;
}
.headerBox_Right li {
    margin-bottom: 10px;
}
.headerBox_Right img{
    max-width: 100%;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    #headerBox {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .headerBox_Left {
        width: 38%;
    }
    .headerBox_Right {
        width: 50%;
        padding-top: 0;
        text-align: right;
    }
}
@media screen and (max-width: 480px) {
    .headerBox_Left {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .headerBox_Left img {
        width: 100%;
    }
    .headerBox_Right {
        width: 100%;
        text-align: center;
    }
    .headerBox_Right ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .headerBox_Right li {
        width: 48%;
    }
}


/*ナビゲーション*/
#globalNavi_pc .container {
    position: relative;
}
nav {
    background-image: url("../img/header_back.png");
    background-position-y: bottom;
    background-size: cover;
}
nav ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav ul li {
    width: 25%;
    text-align: center;
    border-right: 1px  solid #fff;
    padding-bottom: 10px;
}
nav ul li:first-child {
/*    border-left: 1px  solid #fff;*/
}
nav ul li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 5px;
    transition: 0.2s;
    color: #fff;
    border-bottom: 3px solid rgba(255,255,255,0.8);
    margin-left: 10px;
    margin-right: 10px;
}
nav ul li a:link {
    color: #fff;
}
nav ul li a:visited {
    color: #fff;
}
nav ul li a span {
    font-size: 0.7rem;
}
nav ul li a:hover {
    color: #5BAF30;
}

nav .nav_first {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
nav .nav_first > li {
    text-align: center;
    border-right: 1px  solid #fff;
    position: relative;
}
nav .nav_first > li:first-child {
    border-left: 1px  solid #fff;
}
nav .nav_first > li a {
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: 0.2s;
}

/*ナビゲーション第２階層*/
nav .nav_second {
    z-index: 1000;
  position: absolute;
  left: 0;
  top: 70px;
    background-image: url("../img/header_back.png");
  width: 100%;
  display: none;
}
nav .nav_second > li {
    width: 100%;
    background-image: url("../img/header_back.png");
    color: #006600;
    padding: 0;
    border-right: none;
}

nav .nav_second > li a {
    border-bottom: none;
    font-size: 13px;
}


/*スクロール固定*/
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    #globalNavi_pc {
        display: block;
    }
    nav ul li {
        font-size: 0.8em;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 480px) {
    nav ul li a:link {
        color: #000;
    }
    nav ul li a:visited {
        color: #000;
    }
    .sp_Nav_First {
        position: relative;
    }
    .sp_Nav_First i {
        position: absolute;
        right: 20px;
    }
    .sp_Nav_Second {
        display: none;
    }
    nav .sp_Nav_Second > li a {
        border-bottom: none;
        font-size: 12px;
    }
    nav {
        background-image: none;
        border-top: none;
        border-bottom: none;
    }
    #globalNavi .uk-navbar-toggle {
        padding: 15px;
        color: #000;
    }
    #globalNavi {
        background-color: #5BAF30;
    }
    nav {
        background-color: transparent;
    }
    nav ul {
        display: block;
    }
    nav ul li {
        width: 100%;
        text-align: left;
        background-color: transparent;
        border-right: none;
    }
    nav ul li a {
        color: #000;
        border-bottom: 1px solid #000;
    }
    nav ul.sp_Nav_Second  {
        margin-left: 10px;
    }
    nav ul.sp_Nav_Second li a {
        border-bottom: 1px solid #000;
        padding-bottom: 5px;
    }
    .uk-offcanvas-bar {
            background-color: #fff;
    }
    #globalNavi .uk-navbar-toggle {
        color: #fff;
    }
     svg {
        fill:#fff;
    }
    nav ul li:first-child {
        border-left: none;
    }
    
}

/*************************************
フッター
*************************************/
.footer_top {
    width: 100%;
}
.footer_top img {
    width: 100%;
    display: block;
}
footer {
    background: rgba(113,124,61,0.1);

}
.footerBox {
    padding-bottom: 20px;
}
.footerBoxLeft img {
    margin-bottom: 10px;
}
.footerBoxLeft {
    float: left;
    padding-top: 20px;
    width: 60%;
}
.footerBoxLeft a{
}
.footerBoxLeft img{
    max-width: 90%;
    width: auto;
}
.footerBoxRight {
    float: left;
    margin-top: 40px;
    width: 40%;
}
.footerBoxRight li {
    line-height: 1.7;
}
.footerBoxRight li img {
    vertical-align: middle;
}
.footerBoxRight_1 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.footerBoxRight_2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.footerBar_Sp {
    display: none;
}
@media screen and (min-width:768px) and ( max-width:1024px){
    .footerBoxRight li {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 480px) {
    .footerBoxLeft {
        float: none;
        width: 100%;
    }
    .footerBoxLeft img{
        max-width: 100%;
        width: auto;
    }
    .footerBoxRight {
        float: none;
        width: 100%;
    }
    .footerBoxRight ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footerBoxRight li {
        width: 100%;
        font-size: 0.9em;
        padding-bottom: 10px;
    }
    .footerBoxRight_1 {
        width: 50%;
    }
    .footerBoxRight_2 {
        width: 50%;
    }
    .footerBoxRight_3 {
        width: 50%;
    }
    .footerBar_Sp {
        padding: 10px;
        background: rgba(255,127,0,0.9);
        position: fixed;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        display: block;
    	font-size: 14px;
    	z-index: 1000;/*←★★NEWマークより上にする★★*/
}
    .footerBar_Sp li {
        width: 48%;
        box-sizing: border-box;
        padding: 8px;
        border: 1px solid #fff;
    }
    .footerBar_Sp li a{
        color: #fff;
    }
    .footerBar_Sp img {
        width: 30px;
        float: left;
    }
}
/*************************************
コピーライト
*************************************/
.copyright {
    background-color: #595757;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
}
.copyright p{
    display: inline-block;
    color: #fff;
}

.copy_seisaku {
    padding-bottom: 10px;
    display: inline-block;
    text-align: right;
    float: right;
    padding-right: 10px;
}
.copy_seisaku p {
    font-size: 0.6em;
}
.copy_seisaku p a{
    color: #fff;
}
@media screen and (min-width:768px) and ( max-width:1024px){
}
@media screen and (max-width: 480px) {
    .copyright {
        margin-bottom: 70px;
    }
    .copy_seisaku {
        padding-bottom: 10px;
        display: block;
        text-align: center;
        float: none;
        padding-right: 0;
    }
}
/*************************************
bxslider
*************************************/
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    margin-bottom: 0;
}
.bxslider img{
    width: 100% !important;
    height: auto !important;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    .slider li {
        width: 100%;
        height: auto;
    }

    .top_slide .container {
        padding-left: 0;
        padding-right: 0;
    }
}
/*************************************
トップ
*************************************/
.top_slide {
    background: url("../img/main_back.png") no-repeat center;
    background-size: cover;
    margin: 15px 0 40px;
}

.top_Link_Box {
    
}
.top_Link_Box li {
    max-width: 33%;
    text-align: center;
}
.top_Link_Box li p {
    margin-top: 10px;
    color: #004e8a;
}
@media screen and (max-width: 480px) {
    .top_Link_Box li {
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }
}
/*
.top_H2 {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 15px;
    margin-bottom: 20px;
}
*/
#top_News .top_H2 {
    background: url("../img/title_back.png") no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 5px 10px;
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
}
.top_News_Box {
    background: #fff;
    padding-left: 10%;
    border-radius: 10px;
}


#top_BottomLink {
    background: rgba(113,124,61,0.2);
    padding: 30px 0;
}
.top_BottomLink_Box li {
    width: 23%;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    .top_BottomLink_Box li {
        width: 48%;
        margin-bottom: 20px;
    }
}

.top_BottomLink_2 .flexBox {
    justify-content: center;
}
.top_BottomLink_2 li {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    .top_BottomLink_2 li:first-child {
        width: 35%;
    }
    .top_BottomLink_2 li:last-child {
        width: 62%;
    }
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {

}

/*************************************
会社概要
*************************************/
/*タブ*/
#about_Tab li {
    width: 19%;
    box-sizing: border-box;
    text-align: center;
}
#about_Tab li a {
    display: block;
    background: #55a400;
    padding: 15px 10px;
    color: #fff;
}
#about_Tab li.Now a {
    border: 1px solid #55a400;
    background: #fff;
    color: #55a400;
    pointer-events: none;
}
@media screen and (max-width: 480px) {
    #about_Tab li {
        width: 48%;
        margin-bottom: 20px;
    }
}

/*社長あいさつ*/
.about_Greet_Box_Left {
    width: 45%;
    box-sizing: border-box;
    padding-right: 30px;
}
.about_Greet_Box_Right {
    width: 55%;
    box-sizing: border-box;
}
.about_Greet_Box_Right_Name {
    margin: 0 auto;
    margin-top: 30px;
    margin-right: 0;
    display: table;
}
@media screen and (max-width: 480px) {
    .about_Greet_Box_Left {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        text-align: center;
    }
    .about_Greet_Box_Right {
        width: 100%;
    }
}

/*会社情報*/
.about_Company_Box {
    
}
table.about_Company_Table_01  {
    width: 70%;
    margin: 0 auto;
    border-collapse: collapse;
}
.about_Company_Table_01 tr {
    width: 100%;
    border: 1px solid #000000;
}
.about_Company_Table_01 th {
    width: 30%;
    background: #e5e5e5;
    border-right: 1px solid #000000;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}
.about_Company_Table_01 td {
    width: 70%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 480px) {
    table.about_Company_Table_01  {
        width: 100%;
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-all;
    }
    .about_Company_Table_01 th {
        width: 100%;
        display: block;
        border-right: none;
        box-sizing: border-box;
    }
    .about_Company_Table_01 td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}
table.about_Company_Table_02 {
    width: 100%;
}
.about_Company_Table_02 tr {
    border: none;
}
.about_Company_Table_02 th {
    width: 40%;
    background: #fff;
    border: none;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.about_Company_Table_02 td {
    width: 60%;
    padding: 0;
}
@media screen and (max-width: 480px) {
    .about_Company_Table_02 td {
        margin-bottom: 20px;
    }
}

/*沿革*/
.about_Enkaku_Box table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
}
.about_Enkaku_Box tr {
    width: 100%;
    border: 1px solid #000000;
}
.about_Enkaku_Box th {
    width: 30%;
    background: #e5e5e5;
    border-right: 1px solid #000000;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}
.about_Enkaku_Box td {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (max-width: 480px) {
    .about_Enkaku_Box table {
        width: 100%;
    }
    .about_Enkaku_Box th {
        width: 100%;
        display: block;
        border-right: 0;
        box-sizing: border-box;
    }
    .about_Enkaku_Box td {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }
}

/*交通案内*/
.about_Kotsu_Map {
    text-align: center;
    margin-bottom: 20px
}
.about_Kotsu_Map iframe {
    width: 70%;
    height: 400px;
    margin: 0 auto;
}
.about_Kotsu_Bottom {
    width: 50%;
    margin: 0 auto;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    .about_Kotsu_Map iframe {
        width: 100%;
        height: 200px;
    }
    .about_Kotsu_Bottom {
        width: 100%;
    }
}

/*************************************
機械設備　共通
*************************************/
/*タブ*/
.kikai_Tab_Box li {
    width: 32%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
}
.kikai_Tab_Box li a {
/*    display: block;*/
    background: #55a400;
/*    padding: 15px 10px;*/
    color: #fff;
    display: flex; /* 子要素をflexboxで揃える */
    flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
    height: 50px; /* 見た目用 */
    border: 1px solid; /* 見た目用 */
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.kikai_Tab_Box li.Now a {
    border: 1px solid #55a400;
    background: #fff;
    color: #55a400;
}
@media screen and (max-width: 480px) {
    .kikai_Tab_Box li {
        width: 48%;
        margin-bottom: 20px;
    }
}
.kikai_Box {
    margin-bottom: 50px;
}
.kikai_Box li{
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
}
.kikai_Box li p {
    color: #004e88;
}

/*テーブル*/
.kikai_Box_TableImg {
    text-align: center;
}

/*ボトム共通*/
.bottom_Common {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    background: rgba(255,247,92,0.1);
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    .kikai_Box li{
        width: 48%;
    }
    .kikai_Box_TableImg {
      overflow: auto;
      white-space: nowrap;
      border: solid 1px #ddd;
    }
    .kikai_Box_TableImg img {
        width: auto;
        max-width: none;
    }
}

/*************************************
ミニレベラーライン
*************************************/
#mini_01 .kikai_Box ul.flexBox {
    justify-content: center;
}
#mini_01 .kikai_Box li {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    #mini_01 .kikai_Box ul.flexBox {
        justify-content: space-between;
    }
    #mini_01 .kikai_Box li {
        padding-left: 0;
        padding-right: 0;
    }
}

/*************************************
ミニスリッター
*************************************/
#minislitter_01 .kikai_Box ul.flexBox {
    justify-content: center;
}
#minislitter_01 .kikai_Box li {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    #minislitter_01 .kikai_Box ul.flexBox {
        justify-content: space-between;
    }
    #minislitter_01 .kikai_Box li {
        padding-left: 0;
        padding-right: 0;
    }
}

/*************************************
プレス
*************************************/
#press_01 .kikai_Box ul.flexBox {
    justify-content: center;
}
#press_01 .kikai_Box li {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    #press_01 .kikai_Box ul.flexBox {
        justify-content: space-between;
    }
    #press_01 .kikai_Box li {
        padding-left: 0;
        padding-right: 0;
    }
}

/*************************************
環境方針
*************************************/
/*タブ*/
.policy_Tab_Box ul {
    justify-content: center;
}
.policy_Tab_Box li {
    width: 32%;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.policy_Tab_Box li a {
    display: block;
    background: #55a400;
    padding: 15px 10px;
    color: #fff;
}
.policy_Tab_Box li.Now a {
    border: 1px solid #55a400;
    background: #fff;
    color: #55a400;
}
@media screen and (max-width: 480px) {
    .policy_Tab_Box li {
        width: 48%;
        margin-bottom: 20px;
    }
}

#policy section {
    margin-top: -80px;
    padding-top: 120px;
}
.policy_Box_Left {
    width: 45%;
    box-sizing: border-box;
    padding-right: 30px;
}
.policy_Box_Right {
    width: 55%;
    box-sizing: border-box;
}
@media screen and (max-width: 480px) {
    .policy_Box_Left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .policy_Box_Right {
        width: 100%;
    }
}

.policy_Box_Right ul {
    list-style-position: inside;
    list-style-type: decimal;
    margin-top: 20px;
}
.policy_Box_Right li {
    line-height: 1.6;
    padding-left: 1rem;
    text-indent: -1rem;
    margin-bottom: 10px;
}
.policy_Box_Right_Name {
    margin: 0 auto;
    margin-top: 30px;
    margin-right: 0;
    display: table;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {

}

/*************************************
お問い合わせ
*************************************/
.contact_Privacy_Box {
    width: 60%;
    margin: 0 auto;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {
    .contact_Privacy_Box {
        width: 100%;
    }
}

/*************************************
サイトマップ
*************************************/
.sitemap_Top{
    text-align: center;
    margin-bottom: 30px;
}
.sitemap_Box {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
    .sitemap_Box {
        width: 100%;
    }
}

.sitemap_Box_List01 {
    background: #ffe1d0;
    border-radius: 10px;
}
.sitemap_Box_List01 a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    background-image: url("../img/sitemap_arrow.png");
    background-repeat: no-repeat;
    background-position-x:10px;
    background-position-y: center;
    padding-left: 35px;
}
.sitemap_Box_List02 ul {
    margin-top: -15px;
    margin-left: 50px;
}
.sitemap_Box_List02 li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    background-image: url("../img/sitemap_arrow.png");
    background-repeat: no-repeat;
    background-position-x:10px;
    background-position-y: center;
    padding-left: 35px;
}
@media screen and (min-width:768px) and ( max-width:1024px){

}
@media screen and (max-width: 480px) {

}


/*************************************
スライドショー
*************************************/
.container-mv{
	width: 1000px;
	margin: auto;
}
@media screen and ( max-width:1024px){
	.container-mv{
		width: 100%;
		margin: auto;
	}
}
.slideshow {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* 横幅100%、高さは自動。中央重ね＆フェード対応 */
.slideshow img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
  z-index: 0;
}

/* 表示中のスライド */
.slideshow img.active {
  opacity: 1;
  z-index: 1;
  position: relative; /* 表示画像だけ flow に乗せると高さが反映される */
}

/*************************************
Colorbox 対応
*************************************/
.lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	cursor: zoom-out;
}

.lightbox-img {
	max-width: 90%;
	max-height: 90%;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	border: 8px solid #fff;
}

/*************************************
パンクズの背景を変更
*************************************/
nav.breadcrumb{
	background-image: none!important;
	background-color: #fff;
}
