/** 汎用スタイル **/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto!important;
  }
}
body {
  color: #000000;
  line-height: 1.6rem;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	background-color: #F9F9F2;
}

.red {
    color: #ff0000;
}

.font-weight-bold {
	font-weight: 900 !important;
}
.ls {
  letter-spacing: 0.2rem;
}
.bw-2 {
  border-width: 2px !important;
}
.bw-3 {
  border-width: 3px !important;
}

.colorBlue { color:#F9F9F2!important; }
.colorDarkgreen { color: #336600!important; }

.bgcolorBlue { background-color: #F9F9F2!important; }
.bgcolorDarkgreen { background-color: #336600!important; }
.midashi-blue {
	color: #0068B7!important;
	font-weight: bold;
	border-bottom: solid 2px #333;
  position: relative;
	padding-bottom: 0.25em;
}

.midashi-blue:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #336600;
  bottom: -2px;
  width: 20%;
}/* CSS Document */


/*---------------------------------------------*/
/* header/navigation
============================================== */

.navbar, .navbar-box {
	background-color: #336600;
    color: #000!important;
}

.header-logo{
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
	padding: 0;
}

.header-logo img {
    padding-right: 1em;
}

.header-logo p {
    color: #000000;
    display: inline-block;
    font-size: 160%;
    font-weight: bold;
}

p.header-comments {
	font-size: 90%;
    font-weight: normal;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}

.nav-item {
    width: 25%;
    border-left: 1px solid #ffffff;
}

.nav-item:nth-child(5n) {
    border-left: 1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.nav-item .nav-link {
    padding: 0.5em;
    color: #ffffff;
    font-weight: bold;
    border-right:1px solid #ffffff;
}

.nav-link-sub {
    color: #336600; 
    margin: 0;
    font-size: 90%;
    letter-spacing: 0.1em;
}

.header-menu-box {
	display: flex;
	align-items: center;
    flex-direction: row;
}

.header-menu-box .telbox a {
	display: flex;
    flex-direction: row;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 140%;
    margin: 0;
}

.telbox img {
    width: 25px;
}

.telbox a {
    text-decoration: none;
    color: #000;
}
.header-menu-box .otoi {
	 font-size: 90%;
    padding: 0;
    margin: 0;
}

a.nav-link:hover, a.nav-link:hover .nav-link-sub {
	color: #336600;
    background-color: #ffffff;
}

.main-box-title {
    width: 50%;
}

.main-box-title p{
	font-size: 120%;
	line-height: 1.8;
	font-family: 'Noto Serif JP', serif;
}

.main-box {
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.main-box-image {
    width: 50%;
}

.main-box-image h2 img {
    width: 30%;
}

a.nav-link:hover, a.nav-link:hover .nav-link-sub {
	color: #336600!important;
}


/** ヘッダー内容 **/
.pa_bo10 {
    padding-bottom: 1em;
}
.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}
.clearfix {
    display: block;
    clear: both;
    overflow: hidden;
}
.float_L {
    float: left;
    padding-right: 10px;
}

.head02_01{
	font-size: 13px;
    word-break: normal;
    width: 100%;
}

.header-menu-box {
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
}

.header-sab-box  {
    display: contents;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-expand-md .navbar-nav {
    flex-direction: row;
    background-color: #336600;
	justify-content: center;
}

.navbar-box {
    background-color: #336600;
    color: #000!important;
}

@media screen and (max-width:767.98px) {
	.nav-item {
		width: 100%;
        border-left: none;
	}
    
	.nav-item:nth-child(5n) {
		border-left: none;
        border-right:none;
	}
	
	.nav-item .nav-link {
		padding: 1em;
        color: #000000;
        font-weight: bold;
    }
	
	.nav-link-sub {
        display: none;
    }
    
    .header-logo { 
		width: auto;
        display: flex;
        flex-direction: column;
        padding: 0em 0;
        margin: 0;
	}
    
	.header-logo p {
        color: #000000;
        display: inline-block;
        font-weight: bold;
        margin: 0;
        font-size: 110%;
	}
    
	p.header-comments {
        font-size: 70%;
        font-weight: normal;
    }
	
    .header-menu-box {
        display: none;
    }
    
    .header-logo img {
        width: 150px;
    }
    
    .header-box {
        align-items: center;
    }
    
    .menu__item {
        padding: .25em 0em;
    }
    
    .menu__item a {
        font-size: 100%;
        margin: 0;
        line-height: 1em;
    }
    
    a.nav-link:hover, a.nav-link:hover .nav-link-sub {
        color: #ffffff;
        background-color: transparent;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .main-box-image h2 img {
        width: 50%;
    }	

}




/*-------------------------------------------------------
SNS、組合について・事業内容の画像
-------------------------------------------------------*/
.SNS-jouhou {
    border-bottom: groove 1px;
    border-bottom-color: #336600;
    color: #336600;
	font-weight: bold;
	padding-top: 50px;
	margin-bottom: 30px;
}

.SNS-jouhou span {
    padding-left: 20px;
    font-weight: normal;
    font-size: 70%;
    letter-spacing: 0.1em;
}

.SNS-URL {
	display: flex;
    padding-bottom: 100px;
    flex-direction: column;
}

.SNS-Box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
}

.SNS-Box p{
	margin: 0;
}

.SNS-Box a:hover {
    opacity: 0.5;
} 

.SNS-Facebook {
    width: 47%;
}

.SNS-text{
	padding-top: 10px;
}

.SNS-Twitter{
	background-color: #F9F9F2;
	width: 47%;
}

.SNS-news {
	width: 100%;
    padding-bottom: 50px;
}

.SNS-news iframe{
	background-color: white;
	padding: 10px;
	height: 250px;
}
.SNS-font{
	font-size: 25px;
}


.fb-page{
	width: 40%;
}

.head03_01 float_L{
	width: 110%;
}


.main-box-syousai {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #D8E1CE;
}

.main-box-syousai .container{
	display: flex;
    justify-content: space-between;
	
}

.main-box-syousai a:hover {
    opacity: 0.5;
}


@media screen and (max-width:767.98px) {
	.SNS-jouhou {
        padding-top: 20px;
    }
    
    .clearfix {
        padding-left: 300px;
        padding-top: 5px;
    }
	
	.main-box-title {
        width: 100%;
    }

    .main-box {
        display: flex;
        padding: 50px 20px;
        flex-direction: column;
    }

    .main-box-image {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .main-box-syousai {
        display: flex;
        padding-top: 50px;
        flex-direction: column;
        text-align: center;
    }

    .main-box-about img {
        object-fit: cover;
        width: 100%;
    }
    
	.SNS-URL {
        display: block;
    }
	
	.SNS-Twitter{
        width: 100%;
		
    }
	
	.SNS-Box {
        width: 80%;
        display: flex;
        margin: 10px auto;
        flex-direction: column;
        height: auto;
    }
	
	.SNS-Facebook {
        width: 100%;
		padding-bottom: 20px;
    }

    .fb-page{
        width: 100%;
    }
	
	.SNS-news {
        width: 100%;
    }
    
    .SNS-font {
        font-size: 20px;
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {
    .SNS-URL {
        display: flex;
        flex-direction: column;
    }
    
    .SNS-Twitter, .fb-page {
        width: 100%;
        
    }
	
	.SNS-Facebook {
        width: 100%;
		margin-bottom: 30px;
    }
	
	.SNS-Box {
        width: 100%;
		display: flex;
		flex-direction: column;
		height: auto;
    }
	
	.SNS-news {
        width: 100%;
        padding-bottom: 50px;
    }
	
	.main-box-syousai .container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
	}
	
}

.pc{
	margin-bottom: 30px;
}

/*-------------------------------------------------------
.main-box-syousai
-------------------------------------------------------*/
.main-box-syousai img {
    width: 100%;
}

.main-box-syousai .main-box-about, .main-box-syousai .main-box-business {
    width: 47%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	
    .main-box-syousai .main-box-about, .main-box-syousai .main-box-business {
        width: 100%;
        padding: 30px 0;
    }
	
}


@media (max-width: 767.98px) {
    .main-box-syousai {
        padding: 50px 0px;
    }
    
    .main-box-syousai .container {
        flex-direction: column;
        column-gap: 20px;
    }
    
    .main-box-syousai .main-box-about, .main-box-syousai .main-box-business {
        width: 100%;
    }
	
	.main-box-about{
        padding-bottom: 50px;
    }
    
}


/*-------------------------------------------------------
ACCESS
-------------------------------------------------------*/
.index-access {
    padding: 60px 0 100px 0;
}

.index-mapBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-mapBox .inner-map {
    width: 47%;
}

.index-mapBox .inner-map .Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;/*比率をお好みで*/
}

.index-mapBox .inner-map .Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.upper-case {
    text-transform: uppercase;
}


@media (max-width: 767.98px) {
    .index-mapBox {
        display: flex;
        flex-direction: column;
		padding-top: 30px;
    }
    
    .index-mapBox .inner-map {
        width: 100%;
        margin-bottom: 30px;
    }
	
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .index-mapBox .inner-map {
        width: 100%;
    }
	
	.index-mapBox {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        padding-top: 20px;
    }
}


/*-------------------------------------------------------
Footer フッター
-------------------------------------------------------*/
footer {
    margin-top: auto!important;
}

.footer-item .nav-link {
    padding: 0 0.5rem;
    color: #333333;
}

.footer-logo {
    padding-left: 0;
    padding-right: 0;
}

.copyright {
    text-align: center;
    padding: 15px 0;
    background-color: #336600;
    font-size: 1em;
}

.copyright span, .copyright span a {
    color: #fff;
    text-decoration: none;
}

.footer-item{
	display: flex;
    column-gap: 20px;
}

.footer-item a:hover {
    text-decoration: underline;
}

.footer-item ul li {
    font-size: 90%;
}

.footer-item ul li a.nav-link {
     font-size: 14px;
}

.footer-item ul li a.nav-link:hover {
    background-color: transparent!important
}

.container-fluid{
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

.bg-dark {
    background-color: #336600!important;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.small, small {
    font-size: .875em;
}

.line_666666 {
    padding-top: 20px;
    border-bottom: #666666 dotted 1px;
    width: 100%;
}

.footer-box {
    display: flex;
    padding-top: 40px;
    padding-bottom: 100px;
    justify-content: space-between;
}

.footer-item .nav-link {
    display: block;
    padding: .5rem 0.3rem;
    color: #333333;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
	font-size: 15px;
    padding-top: 0;
}

.footer-item{
	display: flex;
    column-gap: 40px;
}

.footer-item h4{
	display: flex;
}


.footer-text{
    margin-top: 40px;
    font-size: 15px;
}

.footer-text p{
	margin: 0;
}

@media screen and (max-width:767.98px) {
	.footer-item{
        display: block;
    }
    
    .footer-box {
        flex-direction: column;
        column-gap: 30px;
        align-items: center;
    }
    
    .footer-item {
        margin-top: 30px;
        flex-direction: column;
    }

}


@media (min-width: 768px) and (max-width: 991.98px) {
    .footer-box {
        flex-direction: column;
    }
    
    .footer-logo {
        width: 100%;
    }
    
    .footer-item {
        margin-top: 30px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .footer-item ul li a.nav-link {
        font-size: 12px;
    }
}

.about-Box-image{
	text-align: center;
	padding: 30px 0;
}


.about-box-aisatsu h3{
    display: flex;
    justify-content: space-between;
}

span.dayBox {
    font-size: 16px;
}










