@charset "UTF-8";

/*toppage
----------------------------------------------------*/
#greet .text p.catch {
    font-size: 22px;
    font-size: 2.2rem;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
    color: #aaa08d;
    margin-bottom: 1em;
}

#greet .img {
    margin-top: 2em;
    text-align: center;
}

#greet .img img {
    border-radius: 50%;
}

#news dl {
    padding: 3% 3%;
	border-radius: 10px;
    background: #fff;
}

#news dt {
	font-family: "Noto Serif JP", serif;
    font-weight: 600;
    color: #8c405a;
    font-size: 1.2em;
    margin-bottom: 1em;
    background: #f8f3f5;
    width: fit-content;
    padding: 0.1em 1em;
    border-radius: 20px;
}

#news dd {
    padding-bottom: 1.5em;
}

#news dd:not(:last-child) {
    border-bottom: 1px dotted rgba(158, 153, 147, 0.5);
}

#company .table_cover {
    background: #fff;
	border-radius: 10px;
    padding: 1em;
    margin-bottom: 1em;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
}

#company table {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

#company table th,
#company table td {
    padding: 1em 0.2em;
}

#company table tbody th {
    width: 30%;
	font-family: "Noto Serif JP", serif;
    font-weight: 500;
    color: #8c405a;
}

#company table tbody tr {
    border-bottom: 1px solid rgba(158, 153, 147, 0.2);
}

#access .gmap {
	position: relative;
	padding: 0 0 80%;
	height: 0;
	overflow: hidden;
	width: 100%;
	border-radius: 10px;
    margin-bottom: 3em;
}

#access .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

#access .route {
    padding: 3%;
    border: 1px solid rgba(158, 153, 147, 1.0);
	border-radius: 10px;
    margin-bottom: 1em;
}

#access .route h3 {
 	font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.3em;
}

#access .route h4 {
 	font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: 1.1em;
    color: #8c405a;
    margin: 1em 0 0.5em;
}

#access .route ol {
    padding: 0;
    margin: 0;
}

#access .route ol li {
    margin-bottom: 0.2em;
    position: relative;
    padding-left: 1.5em;
    text-indent: -1.5em;
}

#access .route span.num {
    color: #8c405a;
    font-weight: 600;
    font-size: 1.1em;
    padding-right: 0.3em;
	font-family:  "Nanum Myeongjo", serif;
}

#access .map {
    padding: 1em;
    background: #fff;
    border-radius: 10px;
    width: fit-content;
    margin: 0 auto;
}

#contact .explanation {
    padding: 3%;
    border: 1px solid rgba(158, 153, 147, 1.0);
	border-radius: 10px;
    margin-bottom: 100px;
    max-width: 1100px;
    margin: 0 auto 5%;
    box-sizing: border-box;
}

#contact .explanation p.tel_info {
    background: #f8f3f5;
    width: fit-content;
    padding: 1em 1.5em;
    text-align: center;
    border-radius: 10px;
    margin: 1.5em 0;
}

#contact .explanation p.tel_info a.tel {
	font-family: "Nanum Myeongjo", serif;
    font-weight: 600;
    color: #8c405a;
    font-size: 1.7em;
    text-decoration: none;
}

#contact table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 3em;
}

#contact table tr {
    border-bottom: 1px solid rgba(158, 153, 147, 0.2);
}

#contact table th,
#contact table td {
    padding: 1em 0;
}

#contact table th {
    text-align: left;
    padding-right: 2em;
    min-width: 6em;
    font-weight: 500;
}

#contact table input,
#contact table textarea {
    background: #f7f7f7;
    border: 1px solid #efefef;
    padding: 1em;
    border-radius: 5px;
}

#contact table textarea,
#contact table td.title input,
#contact table td.mail input,
#contact table td.mail_confirm input,
#contact table td.company input {
    width: 100%;
}

#contact table td.address textarea {
    height: 90px;
}

#contact table input[type="checkbox"] {
    margin-right: 0.5em;
}

#contact table span.required {
    border: 1px solid #8c405a;
    color: #8c405a;
    font-size: 0.7em;
    width: fit-content;
    border-radius: 5px;
    font-weight: normal;
    padding: 0.1em 0.8em 0.2em;
}

#contact input[type="button"],
#contact input[type="reset"],
#contact input[type="submit"] {
    display: block;
    border: none;
    background: #8c405a;
    color: #fff;
    margin: 3em auto;
    border-radius: 10px;
    padding: 1em 1.5em;
    letter-spacing: 0.1em;
	transition: .5s;
}

#contact input[type="button"]:hover,
#contact input[type="reset"]:hover,
#contact input[type="submit"]:hover {
    background: #a35671;
}


#contact ul.error {
    background: rgba(140, 64, 90, 0.1);
    color: #8c405a;
    width: fit-content;
    margin: 0 auto 3em;
    list-style-type: disc;
    padding: 1.5em 2em 1.5em 2.5em;
    border-radius: 10px;
    border: 5px solid rgba(140, 64, 90, 0.5);
}

#contact ul.error li {
    list-style-type: disc;
}


/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 800px) {
    #greet .cover {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #greet .text p.catch {
        font-size: 28px;
        font-size: 2.8rem;
    }

    #greet .cover .text {
        width: 60%;
    }

    #greet .cover .img {
        width: 35%;
    }

    #company table th,
    #company table td {
        padding: 1.5em 1em;
    }

    #access .gmap {
        padding: 0 0 60%;
    }

    #access .route_map {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #access .route_map .route {
        box-sizing: border-box;
        width: 67%;
        margin: 0;
    }

    #access .route_map .map {
        box-sizing: border-box;
        width: 30%;
        margin: 0;
    }

    #contact table th,
    #contact table td {
        padding: 2em 0;
    }

    #contact table th br {
        display: none;
    }

    #contact table span.required {
        margin-left : 0.8em;
    }


}

/*media Queries
----------------------------------------------------*/
@media only screen and (min-width: 1100px) {	
    #greet .text p.catch {
        font-size: 42px;
        font-size: 4.2rem;
    }

    #greet .text {
        font-size: 1.1em;
    }

    #access  .gmap {
        padding: 0 0 45%;
    }

}

