/*
Theme Name: tete-yokohama.com
Theme URI: https://tete-yokohama.com/
Author: tete-yokohama
*/
@charset "utf-8";
/* デフォルトスタイルクリア */
@import "./css/reset.css";
@import "./css/base.css";
@import "./css/font.css";
@import "./css/sp.css" screen and (max-width: 768px);
@media screen and (min-width: 769px) {
	#nav ul {
		display: block !important;
	}
}
.row {
    display: flex;
	align-items: flex-start;
}
.text-center {
    text-align: center;
}
.box{
    padding: 0.5rem;
    border: 1px solid #BCBCBC;
}
.staff .col-6 {
    width: 50%;
    padding: 3px;
}
.staff h2 {
    border-bottom: 3px solid #ab8a4d;
    margin-bottom: 1rem;
    font-weight: bold;
}
.staff h2:before {
    content: "■";
    color: #ab8a4d;
    margin-right: 0.5rem;
}
.staff table {
    border: 1px #bcbcbc solid;
}
.staff th {
    white-space: nowrap;
    background: #feffee;
    border-right: 1px solid #bcbcbc;
}
.staff th, .staff td {
    padding: 0.3rem;
}
.staff tr {
    border-bottom: 1px solid #bcbcbc;
}
.staff a.btn {
    background: #f00;
    color: #fff;
    padding: 1rem;
    font-weight: bold;
}