@charset "UTF-8";
html {
    font-size: 100%;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro M3", sans-serif;
    line-height: 1.7;
    color: #432;
}

a {
    text-decoration: none;
    /* すべての<a>について下線を無くす */
}

/* ヘッダーの固定 */

div.header {
    /* display: grid;
    gap: 50px 10px;
    grid-template-columns: 450px auto; */
    /* margin-top: 1%; */
    /* margin-bottom: 50px; */
    /* position: fixed; */
    top: 0;
    /* 上部から配置の基準位置を決める */
    left: 0;
    /* 左から配置の基準位置を決める */
    width: 100%;
    /* height: 150px; */
    padding: 7px;
}

.logo {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.address {
    /* display: inline; */
    text-align: end;
    font-size: 14px;
    /* padding: 0 5px 0 auto; */
    margin: 0 10px 5px auto;
}

aside {
    font-size: 14px;
    /* padding-left: 5px; */
    text-align: light;
}

/* .header-tel {
    font-size: 16px;
    text-align: center;
} */

.header-tel {
    font-size: 16px;
    text-align: end;
    padding-top: 0;
    padding-left: 5px;
    vertical-align: middle;
}
.header-tel a {
    color: #000;
}

img.header-tel {
    width: 30px;
    text-align: start;
    padding-right: 3px;
    /* padding-top: 20px; */
}

.header-tel p {
    width: 180px;
    margin: 0 auto 5px 10px;
}

.header-contact .button {
    /* width: 120px;
    height: 50px;
    font-size: 0.8rem; */
    /* background: turquoise;
    color: #fff;
    border-radius: 5px; */
    /* padding: 5px 10px;
    margin: 10px 0 auto auto;
    text-align: end; */
}

img.otoiawase {
    width: 120px;
    height: auto;
    /* margin-right: 30px 40px 10px auto; */
    float: right;
    margin: 15px 5px 0 10px;
}

.header-contact .button:hover {
    background: #50697e2c;
}

.header-under {
    width: 100%;
    height: 22px;
    background-color: #111111;
}

.nav-pc {
    display: block;
}

.nav-sp {
    display: none;
}

/* @media screen and (max-width:480px) {
    .nav-pc {
        display: none;
    }
    .nav-sp {
        display: block;
    }
}  */

.main-nav {
    /* display: flex; */
    font-size: 0.8rem;
    text-transform: uppercase;
    /* 全てを大文字で表示 */
    margin: 10px auto 30px auto;
    /* margin-right: 0; */
    list-style: none;
    width: 100%;
    height: 10px;
    text-align: justify;
    text-justify: distribute-all-lines;
    /* text-align: end;*/
    /* padding: 0 5px 0 auto; */
}

.main-nav::after {
    content: "";
    display: inline-block;
    width: 100%;
    line-height: 0;
    height: 0;
}

.main-nav li {
    display: inline-block;
    text-align: center;
}

.main-nav a {
    color: #fff;
    font-weight: bold;
}

.main-nav a:hover {
    color: rgb(141, 141, 141);
}

.fade-img {
    position: relative;
    width: 100%;
    height: 250px;
}

.fade-img img {
    position: absolute;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.content {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
}

.content h2 {
    margin: 30px 0 0 0;
    font-size: 24px;
}

.business-photo img {
    width: 100%;
    min-height: 180px;
}

.business-photo {
    /* display: grid;
    gap: 50px 10px;
    grid-template-columns: 1fr 1fr 1fr; */
    /* margin-top: 3%; */
    margin-bottom: 20px;
}

.photo-item {
    padding: 20px 15px 0 15px;
}

/* dt {
    font-size: 18px;
}

dd {
    font-size: 14px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    text-align: left;
} */
.business-photo a:hover dt {
    color: rgb(141, 141, 141);
}
.business-photo dt {
    font-size: 18px;
    font-weight: bold;
    /* max-width: 340px; */
    color: #111;
}

.business-photo dd {
    font-size: 14px;
    /* max-width: 340px; */
    margin: 10px 10px;
    color: #111;
    text-align: left;
    padding-left: 10px;
}

.subtitle {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    background-color: rgb(206, 206, 206);
    color: #111;
    text-align: center;
    font-weight: bold;
}

th.a {
    width: 100px
    /* padding: 0px; */
    /* border: 1px solid #ddd; */
}

th.b {
    width: 100px
    /* padding: 0px; */
    /* border: 1px solid #ddd; */
}

.kakakuhyou th {
    background-color: rgb(100, 99, 99);
    color: #fff;
}

.kakakuhyou td {
    height: 60px;
    vertical-align: middle;
    background-color: rgb(233, 233, 233);
}

.app {
    /* margin-top: 20px;
margin-bottom: 50px; */
    padding: 10px 10px 20px 10px;
    font-size: 18px;
    font-weight: bold;
}

.syuttyou {
    margin-left: 0;
    background-color: rgb(206, 206, 206);
    color: #111;
    text-align: center;
    font-weight: bold;
    width: 150px;
    font-size: 18px;
}

article {
    background-image: url("../img/syouene1.jpg");
    width: 100%;
    /* height: 300px; */
    padding: 5%;
    margin: 00px 0px 5px 0px;
}
article h2 {
    font-size: 20px;
}

.syouene_btn {
    display: grid;
    gap: 10px auto;
    grid-template-columns: 1fr 1fr;
    /* text-align: center; */
    padding: 0;
    margin-left: 20px;
}

.btn-social-square {
    /* display: block; */
    text-decoration: none;
    width: 90px;
    margin-top: 10px;
    margin-left: 10px;
    height: 90px;
    /* line-height: 45px; */
    padding-top: 18px;
    font-size: 16px;
    color: white;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    transition: .3s;
}

.btn-social-square i {
    line-height: 50px;
}

.btn-social-square:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn-social-square--hatebu {
    background: #4705fc;
}

.syouene_info img {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(img/syouene1.jpg);
    min-height: 100vh;
}

/* tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
} */

.container {
    min-height: 100vh;
    /* 画面の100％ */
    position: relative;
    padding-bottom: 20px;
    /*←footer-logoとfooterの間の高さ*/
    box-sizing: border-box;
    /*←全て含めてmin-height:100vhに*/
    margin: 10px;
}

section {
    width: 100%;
    /* height: 170px; */
    margin: 30px auto;
    padding: 10px;
    background: #fae7be;
    border-radius: 10px;
}

section h2 {
    text-align: center;
}

.vertical-scroll-table {
    color: #5e5e5e;
    max-height: 100px;
    overflow: auto;
    overflow-x: hidden;
}

/* .vertical-scroll-table table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0; */

/* .vertical-scroll-table table thead tr{
	font-weight: bold;
	text-align: center;
	background-color: #f3f4f5;
} */

/* .vertical-scroll-table table tbody tr:nth-child(even){
	background-color: #fafbfc;
} */

.vertical-scroll-table table td {
    width: 50% 20% 30%;
    padding: 0px;
    /* border: 1px solid #ddd; */
}

table {
    width: 100%;
    /* height: 80px; */
    margin: 10px auto;
    background-attachment: scroll;
}

.news-day {
    display: block;
}

.about img {
    width: 100%;
}

.about {
    padding: 10px;
}

.about h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.about p {
    margin-left: 10px;
    /* margin-right: 10px; */
}

.privacy {
    margin-top: 18px;
    margin-bottom: 20px;
    color: #111;
    text-align: center;
    font-size: 30px;    
}
.privacy-container {
    width: 90%;
    margin: 0 auto;
} 
.privacy-container p {
    widows: 90%;
    margin: 20px;
    margin-bottom: 10px;
    color: #111;
}
.heading2 {
    list-style: none;
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.kaisya-info h2 {
    width: 95%;
    text-align: center;
    background-color: #5e5e5e;
    color: #fff;
    margin-top: 20px;
    margin-left: 10px;
}
.gaiyou {
    width: 95%;
    /* margin-left: 50px; */
}
.koumoku {
    width: 100px;
    background-color: #5e5e5e;
    color: #fff;
    padding-left: 5px;
}
.gaiyou td {
    padding-left: 5px;
}

.enkaku {
    width: 95%;
    /* margin-left: 10px; */
}
.enkaku td {
    padding-left: 5px;
}

td.day {
    width: 100px;
    /* height: 50px; */
    background-color: #5e5e5e;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

/* .gaiyou h2 {
    margin-top: 50px;
    margin-left: 10px;
}

/* table td {
    max-width: 100px;
    vertical-align: top;
} */

/* .day {
    width: 90px;
    height: 50px;
}  */

/* .enkaku td {
    min-width: 140px;    
} */

.jigyou h2 {
    margin-top: 50px;
    margin-left: 10px;
}

.jigyou {
    margin-left: 10px;
}

.hinmoku h2 {
    margin: 20px auto 10px 5px;
    width: 95%;
    text-align: center;
    background-color: rgb(206, 206, 206);
}

.hinmoku {
    margin-left: 10px;
    margin-bottom: 30px;
}

.hinmoku p {
    margin-left: 20px;
}

picture li {
    list-style-type: none;
    text-align: center;
}

picture img {
    width: 300px;
    height: 210px;
}

.map_honsya {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}

.map_okayama {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
}

/* .kiki_hinmoku-joudan img {
    width: 100%;
    height: auto;
} */

.kiki_hinmoku-joudan img {
    max-width: 50%;
    max-height: 114.33px;
    margin: 10px auto 0 auto;
}

.kiki_hinmoku-joudan {
    width: 100%;
}

.kiki_hinmoku-joudan td {
    display: block;
    width: 100%;
}

/* img.gas {
    width: 400px;
    height: 300px;
}
img.kikai {
    width: 400px;
    height: 300px;
}
img.kougu {
    width: 400px;
    height: 300px;
}
img.syuuri {
    width: 200px;
    height: 300px;
}
img.kakou {
    width: 400px;
    height: 300px;
}
img.sonota {
    width: 400px;
    height: 300px;
} */

/* table td {
    padding: 15px;
    vertical-align: top;
} */

/* table h4 {
    width: 100%;
}
table p {
    width: 100%;
}
table tr {
    width: 100px auto;
} */

.fukusi_hinmoku img {
    width: 90%;
    height: auto;
    margin: 5px;
}

.fukusi_hinmoku td {
    max-width: 100px;
    vertical-align: top;
}

.btn {
    color: #fff;
    background-color: #eb6100;
}

.btn:hover, a.btn:hover {
    color: #fff;
    background: #f56500;
}

a.btn {
    border-radius: 30vh;
}

.group-info-img1 {
    float: right;
    margin: 0 3px 0 3px;
    width: 47%;
    height: auto;
}

.group-info-img2 {
    margin: 0.8em;
    padding-right: 50px;
    width: 100%;
    height: auto;
}

.group-info h2 {
    margin: 20px 0 10px 0;
    width: 100%;
    text-align: center;
    background-color: rgb(206, 206, 206);
    font-size: 20px;
}

.group-info h3 {
    margin: 20px auto 0 auto;
    text-align: center;
}

.group-info p {
    margin-left: 20px;
    margin-right: 5px;
}

/* .ecoletter h2 {
    margin: 50px auto 10px 10px;
}

.ecoletter h3 {
    margin: 10px auto 5px 30px;
}

.ecoletter p {
    margin-left: 30px;
} */

.container-syouene {
    padding-top: 20px;
    background-image: url("../img/backimg-wood.jpg");
    background-repeat: no-repeat no-repeat;
    /* background-position: top 200px center ; */
    background-attachment:local;
    /* background-position: right; */
    background-size: 2000px 52%;
}
/* .container-syouene {
    padding-top: 50px;
} */

.container-syouene h2 {
    margin: 10px auto 50px;
    background-color: rgba(8, 141, 8, 0.993);
    color: #fff;
    text-align: center;
}
.container-syouene .group-info p {
    font-weight: bold;
    font-size: 18px;
}
.ecoletter {
    width: 98%;
    margin: 0 auto;
}
.ecoletter-table {
    width: 98%;
    margin: 0 auto;
}

.ecoletter h2 {
    margin: 70px auto 40px;
    background-color: blue;
    color: #fff;
    text-align: center;
}

.ecoletter h3 {
    margin: 10px auto 5px 10px;
}

.ecoletter p {
    margin-left: 15px;
    margin-right: 10px;
}

.group-info-qa h2 {
    margin: 20px 0 10px 0;
    width: 100%;
    text-align: center;
    background-color: rgba(8, 141, 8, 0.993);
    color: #fff;
    font-size: 23px;
}
.group-info-qa table td{
    background-color: #cefcb1;
    border: 1px solid #fff;
    padding: 5px;
}

.syouene_info table {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* .page-footer {
    padding: 7px;
} */

.footer-logo {
    /* text-align: center; */
    margin: 0 10px;
}
.footer-logo .logo {
    /* width: 70%; */
    margin: 0 auto;
}

.page-footer .header-tel {
    margin: 5px 5px 10px 5px;
    font-size: 16px;
}
.page-footer .header-tel p {
    margin: 0 5px 0 auto;
}

.page-footer {
    /* display: grid;
    grid-template-columns: 450px auto; */
    width: 90%;
    margin: 0 auto;
}
.footer-address {
    text-align: end;
}
footer .links {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    color: #111;
}
footer .links a {
    color: #111;
    margin-right: 0.5em;
    font-size: 13px;
    line-height: 1.4;
}
footer .links li + li::before {
    margin-right: 0.5em;
    content: "|";
    display: inline-block;
}
footer {
    width: 100%;
    background: rgb(114, 114, 113);
    text-align: center;
    padding: 10px 5px;
    position: absolute;
    /*←絶対位置*/
    /* bottom: 0; 下に固定 */
}

footer p {
    color: #ffffff;
    font-size: 1rem;
}