.swiper-slide img {
    height: auto;
    width: 100%;
}

img{
    width: 100%;
}

ul{
    list-style-type: none;
    padding-left: 0;
}

.head-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    padding-top: 70px;
}

.head-info h1,.head-info figure{
    width: 40%;
}

.sp-company{
    display: none;
}

.grnv .navbar{
    background-color: #6c3524;
}

.grnv .collapse{
    justify-content: space-between;
}

.nav{
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
}

.grnv .nav-link{
    color: white;
    font-size: 18px;
    transition: .3s;
}

.grnv .nav-link:hover{
    background-color: #f15a24;
}

.content{
    margin: 50px 0;
}

.top-copy{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

h2{
	clear:both;
	padding: 0.5em 0.3em;/*文字の上下 左右の余白*/
	color: #494949;/*文字色*/
	background: #f4f4f4;/*背景色*/
	border-left: solid 5px #884c3a;/*左線*/
	border-bottom: solid 3px #d7d7d7;/*下線*/
	font-size:24px;
}

.media_img{
    margin: 20px 0;
}

.border-img{
    border: 1px solid #c0c0c0;
}

.movie-{
	width:100%;
	height:auto;
}

.chronology,.ecology{
	margin-top:10px;
	margin-bottom:40px;
	border-collapse:collapse;
	border:1px solid #000;
	width:100%;
}

.chronology th,.chronology td,.ecology th,.ecology td{
	border:1px solid #888;
	padding-top:10px;
	padding-bottom:10px;
}

.age_title,.age_text{
	width:25%;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.age_title{
	background-color:#6c3524;
	color:white;
	font-size:20px;
}

.age_text{
	color:#6c3524;
}

.case{
	text-align:center;
	color:red;
	font-size:20px;
}

.chronology td,.ecology td{
	padding-left:5px;
}

.redtext{
	color:red;
}

.sika{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #474747;
    background: whitesmoke;/*背景色*/
    border-left: double 7px #6c3524;/*左線*/
    border-right: double 7px #6c3524;/*右線*/
}
.sika p {
    margin: 0;
    padding: 0;
}

.news-content{
    width: 100%;
    height: 150px;
    overflow: scroll;
}

.news-content table{
    width: 100%;
}

.news th,.news td{
    padding: 10px 0;
    border-bottom: 1px solid #c0c0c0;
}

.news td{
    padding-left: 10px;
}

.sub li{
    margin: 20px 0;
}

.foot-sitemap{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.foot-sitemap a{
    text-decoration: none;
    color: black;
    transition: .3s;
}

.foot-sitemap a:hover{
    color: #f15a24;
}

footer{
    background-color: #6c3524;
    text-align: center;
    padding: 50px 0;
}

footer img{
    width: 30%;
}

.copy{
    color: white;
    font-size: 14px;
    margin: 10px 0;
}

.pagetop-btn{
    position: fixed;
    z-index: 10;
    bottom: 30px;
    right: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    text-align: center;
    background-color: #6c3524;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
}

.pagetop-btn:hover{
    background-color: #c0c0c0;
    color: #6c3524;
}

.company h3{
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

.company h4{
    font-size: 16px;
    color: #6c3524;
    margin-top: 10px;
    border-left: 3px solid #6c3524;
    padding-left: 5px;
}

.president_img figure{
    text-align: right;
}

.president_img .top{
    width: 40%;
}

.about {
	width: 100%;
}

.about th,
.about td {
	border: 1px solid #ccc;
	padding: 20px;
}

.about th {
	font-weight: bold;
	color:white;
	background-color: #884c3a;
	text-align:center;
	vertical-align:middle;
}

.kakou-flex{
    display: flex;
    align-items: center;
}

.kakou-flex figure,.kakou-text{
    width: 50%;
}

.kakou-text h4{
    color: #f15a24;
    font-size: 20px;
    padding-left: 20px;
}

.ser h4{
    color: #f15a24;
    border-left: 3px solid #f15a24;
    padding-left: 10px;
    margin-top: 20px;
}

.client,.delivery,#order,.other{
	width:100%;
}

.client th,.client td,.delivery th,.delivery td,#order th,#order td,.other th,.other td{
	padding:10px;
	border-bottom:1px solid #000;
}

.client th,.delivery th,#order th,.other th{
	color:#008000;
	font-weight:bold;
}

.client th,.delivery th,.other th{
	width:40%;
	vertical-align:middle;
}

#order th{
	width:30%;
}

.form_title{
	font-size:18px;
	text-align:center;
	font-weight:bold;
	color:#000;
}

.client td,.delivery td,.other td{
	width:55%
}

.f_area,.num_area{
	font-size:100%;
	border:1px solid #888;
}

.f_area{
	width:80%;
	height:30px;
}

textarea{
	width:80%;
	height:200px;
}

.num_area{
	width:30%;
}

input[type="submit"],input[type="reset"] {
    display: inline-block;
    width:200px;
    height:40px;
    margin-top:20px;
    text-decoration: none;
    background-color:#fff;
    color: #008000;
    border: solid 2px #008000;
    border-radius: 3px;
    transition: .4s;
    font-size:18px;
}

input[type="submit"]:hover,input[type="reset"]:hover {
    background: #008000;
    color: white;
}

.contact_b h4{
    border-left: 4px solid #f75c2f;
    margin: 10px 0;
    padding-left: 5px;
}

.contact-tel{
    font-size: 20px;
}

.contact-tel p{
    font-size: 14px;
}

@media (min-width: 751px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}