@charset "UTF-8";

/*toppage
----------------------------------------------------*/
#business table {
    margin-top: 2em;
    border-collapse: separate; 
    background: rgba(131, 202, 54, 0.2) ;
    border-radius: 0.5em;
    border-spacing: 1em;
    width: 100%;
}

#business table th {
    color: #60b405;
    font-weight: 400;
}

#business table td {
    background: #fff;
    border-radius: 0.5em;
    padding: 1em;
}

#business .ceo {
    margin-top: 3em;
    text-align: center;
    border: 2px solid #83ca36;
    border-radius: 1.5em;
    padding: 1em;
}

#business .ceo p.ceo_name {
    font-size: 24px;
    font-size: 2.4rem;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
    margin-bottom: 1em;
    line-height: 1.5;
}

#business .ceo p.ceo_name span.post {
    font-size: 0.5em;
}

#business .ceo p.ceo_name span.en {
	font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 0.7em;
    line-height: 1;
}

#service ul.banner {
    display: flex;
    gap: 3%;
    margin-top: 3%;
}

#service ol {
    padding-left: 1.5em;
}

#service ol li {
    list-style-type: decimal;
}

#service ol li::marker {
    color: #60b405;
    font-weight: bold;
}

#service .comment,
#safety .comment {
    margin: 3em 0 4em;
    border: 2px solid #83ca36;
    border-radius: 1.5em;
    padding: 1em;
    font-size: 1.2em;
    color: #60b405;
}

#access_map {
    text-align: center;
}

#access_map .gmap {
	position: relative;
	padding: 0 0 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2em;
}

#access_map .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-radius: 1.5em;
}

#access_map p.tel_fax {
    font-size: 1.8em;
	font-family: "M PLUS Rounded 1c", sans-serif;
    margin: 1em 0 1.5em;
}

#access_map .way {
    padding: 3%;
	border-radius: 1.5em;
    background: rgba(131, 202, 54, 0.2);
    font-size: 1.1em;
}

#access_map .way h3 {
    color: #83ca36;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

#access_map .way ul {
    margin: 0 auto 1em;
    width: fit-content;
}

#access_map .way ul li {
    width: fit-content;
    font-weight: normal;
}



/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 800px) {
    #business table {
        font-size: 1.1em;
    }

    #business .ceo p.ceo_name {
        font-size: 34px;
        font-size: 3.4rem;
    }

    #service .comment,
    #safety .comment {
        text-align: center;
        font-size: 1.3em;
        line-height: 2.5;
    }

}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 1400px) {	
}

