@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;
}

span {
    font-size: 20px;
}
p {
    font-size: 20px;
}
td{
    font-size: 18px;
}

.hinmoku span {
    margin-left: 40px;
}

.container {
    margin: 0 auto;
    min-width: 980px;
}


.nav-pc {
    display: none;
}

.nav-sp {
    display: block;
}

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

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

div.header-top {
    display: grid;
    /* gap: 450px auto; */
    grid-template-columns: 450px auto;
    padding: 10px;
}

.header-top_left {
    display: grid;
    width: 450px;
    height: 72px;
}

.header-top_right {
    display: grid;
}

.header-logo {
    width: 400px;
    height: 72px;
}

.logo {
    width: 450px;
    margin-top: 0;
    margin-bottom: 0;
}

.address {
    text-align: end;
    font-size: 16px;
    padding: 0;
    margin-top: 0;
    width: 450px;
}

/* お電話受付時間 */

aside {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 0;
}

.header-tel {
    font-size: 18px;
    text-align: end;
    padding-top: 0;
    padding-left: 5px;
    vertical-align:middle;
}
.header-tel a {
    color: #000;
}
img.header-tel {
    width: 38px;
    text-align: start;
    padding-right: 3px;
    /* padding-top: 20px; */
}

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

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

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

/* .header-under {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify;
} */

.main-nav {
    font-size: 18px;
    text-transform: uppercase;
    /* 全てを大文字で表示 */
    margin: 10px auto 30px auto;
    list-style: none;
    width: 650px;
    height: 10px;
    text-align: justify;
    text-justify: distribute-all-lines;
}

.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: 600px;
}

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

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

.content h2 {
    margin: 80px 0 30px;
    /* font-size: 28px; */
}


/* .business-photo p {
    text-align: left;
    padding-left: 10px;
} */


.business-photo {
    display: grid;
    gap: 50px 10px;
    grid-template-columns: 1fr 1fr 1fr;
    /* margin-top: 3%; */
    margin-bottom: 30px;
}
.business-photo img {
    /* width: 100%; */
    /* min-height: 180px; */
    /* position:relative; */
    display: block;
    margin:0 auto;
    max-height: 220px;
}

.photo-item {
    padding: 0 5px;
}

.business-photo a:hover dt {
    color: rgb(141, 141, 141);
}
.business-photo dt {
    font-size: 20px;
    font-weight: bold;
    /* max-width: 340px; */
    color: #111;
}

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

article {
    /* background-color: rgb(128, 128, 253); */
    background-image: url("../img/syouene1.jpg");
    background-size: cover;
    width: 100%;
    /* height: 300px; */
    padding: 5% 5% 2% 5%;
    margin-top: 30px;
    /* margin: 0 auto; */
}
.syouene_info {
    widows: 100%;
    margin: 0 auto;
}

.syouene_btn {
    text-align: center;
    padding: 0;
    margin: auto;
}

.syouene_info h2 {
    font-size: 24px;
    font-weight: bold;
}
.syouene_info p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.syouene_btn {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify;
    max-width: 850px;
}

.btn-social-square {
    display: block;
    text-decoration: none;
    width: 90px;
    margin-top: 20px;
    margin-left: 10px;
    height: 90px;
    /* line-height: 45px; */
    padding-top: 20px;
    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;
} */

/* div.about {
    background-image: url("img/hyousatu.jpg");
    width: 100%;
 
} */
.about {
    width: 980px;
    margin: 0 auto;
    /* background-image: url("/img/hyousatu.jpg"); */
    /* width: 100%; */
    /* text-align: center; */
}
.about h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    color: #111;
    text-align: center;
    font-size: 30px;
}

.about p {
    widows: 980px;
    margin: 20px;
    margin-bottom: 50px;
    color: #111;
}

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

.kaisya-info {
    width: 980px;
    margin: 0 auto;
}
.kaisya-info h2 {
    margin-top: 40px;
    margin-bottom: 5px;
}

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

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

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

.jigyou {
    margin-left: 10px;
}


.hinmoku {
    width: 980px;
    margin: 0 auto;
    /* margin-left: 10px;
    margin-bottom: 30px; */
}

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

picture {
    display: grid;
    gap: 50px 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 3%;
    margin-left: 30px;
    margin-bottom: 30px;
}

picture li {
    list-style-type: none;
}

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

.kiki_hinmoku-joudan img {
    width: 200px;
    height: 200px;
    margin: 10px 0 20px 10px;
}
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;
}
.kiki_hinmoku-joudan h4 {
    font-size: 20px;
    background-color: rgb(206, 206, 206);
    text-align: center;
    margin-bottom: 20px;
}


/* .kiki_hinmoku-joudan {
    width: 420px;
} */

/* .joudan {
    max-width: 980px;
    text-align: center;
} */

.kiki_hinmoku-gedan img {
    width: 400px;
    height: 300px;
}

/* .gedan img {
    width: 100%; */

}

.fukusi_hinmoku img {
    width: 150px;
    height: 150px;
}
.bed {
    width: 150px;
    height: 150px;
}
.kurumaisu {
    width: 150px;
    height: 150px;
}
.hokouki {
    width: 150px;
    height: 150px;
}
.tesuri {
    width: 150px;
    height: 150px;
}
.hojobenza {
    width: 150px;
    height: 150px;
}
.yokusou {
    width: 150px;
    height: 150px;
}
.omutu {
    width: 150px;
    height: 150px;
}
.maekake {
    width: 150px;
    height: 150px;
}

.btn {
    color: #fff;
    background-color: #eb6100;
    width: 490px;
    margin: 30px auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 12px;
}


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

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

.group-info {
   width: 980px;
   margin: 0 auto; 
}

.group-info-img1 {
    float: right;
    margin: 60px 0 0 30px;
    width: 350px;
    height: auto;
}

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

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

.group-info h2 {
    margin: 50px auto 10px 0px;
    background-color: rgb(206, 206, 206);
    text-align: center;
}

.group-info h3 {
    margin: 20px auto 5px 0px;
    font-size: 20px;
    width: 300px;
    background-color: rgb(206, 206, 206);
    text-align: center;
}

.group-info p {
    margin-left: 0px;
    /* background-image: url("/img/hibana.jpg"); */
    /* color: #fff; */
    padding: 10px 50px;
    text-shadow: #fff 1px 1px 2px;
    color: #111;
}

.group-info .title p {
    margin-left: 0px;
}

.group-info .title {
    margin-left: 0;
    background-color: rgb(206, 206, 206);
    color: #111;
    text-align: center;
    font-weight: bold;
}

.container-jigyounaiyou h2 {
    margin-left: 0;
    background-color: rgb(206, 206, 206);
    color: #111;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 50px;
}
.container-jigyounaiyou .group-info-img1 {
    margin: 20px 0 50px 30px;
}

.kaisya-info h2 {
    width: 900px;
    text-align: center;
    background-color: #5e5e5e;
    color: #fff;
    margin-left: 50px;
}
.gaiyou {
    width: 900px;
    margin-left: 50px;
}
.koumoku {
    width: 200px;
    background-color: #5e5e5e;
    color: #fff;
}

.enkaku {
    width: 900px;
    margin-left: 50px;
}
.day {
    width: 200px;
    height: 50px;
    background-color: #5e5e5e;
    color: #fff;
}

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

.kakakuhyou th {
    background-color: #5e5e5e;
    color: #fff;
}
.kakakuhyou td {
    height: 60px;
    vertical-align: middle;
}

.app {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 30px;
    font-size: 20px;
    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;
}

.container-syouene {
    padding-top: 50px;
    padding-bottom: 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: cover;
}

.container-syouene h2 {
    margin: 0 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: 22px;
}
.ecoletter {
    width: 980px;
    margin: 0 auto;
}
.ecoletter-table {
    width: 800px;
    margin: 0 auto;
}
.ecoletter-table td {
    background-color: #c8fd72;
    vertical-align: middle;
}

.ecoletter h2 {
    margin: 70px auto 40px;
    background-color: rgba(8, 141, 8, 0.993);
    color: #fff;
    text-align: center;
}

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

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

.group-info-qa table {
    width: 800px;
    margin: 10px auto 10px auto;
}
.group-info-qa h2 {
    margin: 20px auto 10px auto;
    text-align: center;
    background-color: rgba(8, 141, 8, 0.993);
    color: #fff;
    font-size: 23px;
    width: 90%;
    min-width: 800px;
    
}
.group-info-qa table td{
    background-color: #cefcb1;
    border: 1px solid #fff;
    padding: 5px;
}
/* .gaiyou td {
    background-color: #eeeeee; */
}
.enkaku td {
    background-color: #eeeeee;
}

h3.qa {
    width: 980px;
}
p.qa {
    width: 720px;
    margin: 0 auto;
}

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

section {
    /* width: 1000px; */
    height: 230px;
    margin: 30px auto;
    padding: 20px;
    background: #fae7be;
    border-radius: 10px;
}

section h2 {
    text-align: center;
}

.vertical-scroll-table {
    color: #5e5e5e;
    max-height: 150px;
    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 .news-day {
    width: 23%;
    padding: 0px;
    text-align: right;
    /* border: 1px solid #ddd; */
}

.vertical-scroll-table .detail {
    float: none;
    /* border: 1px solid #ddd; */
}

table {
    width: 980px;
    height: 80px;
    margin: 0px auto;
    background-attachment: scroll;
}

map iframe {
    width: 980px;
}
.map_honsya {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

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

.page-footer {
    display: grid;
    grid-template-columns: 450px auto;
    padding: 10px;
    width: 1000px;
    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: 20px;
    position: absolute;
    /*←絶対位置*/
    /* bottom: 0; 下に固定 */
}

footer p {
    color: #ffffff;
    font-size: 1rem;
}
.fukusi_hinmoku td {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    width: 25%;
    margin: auto;
    text-align: center;
}