@charset "utf-8";
/* fujimotophoto.css
 */
body {
	font-family: "Montserrat";
}
.my-color {
	color: #73A1C2;
}
.my-title {
	text-align: center;
	margin: 1.5rem 0;
	color: #836536;
	font-weight: bold;
}
.table.my-table {
    color: inherit;
}
.my-table th {
	white-space: nowrap;
}
@media screen and (max-width: 576px) {
	.my-title {
		font-size: 2rem;
	}
}
.my-header {
	padding: 10px;
    background: url("../img/logo.png") right top no-repeat;
}
.my-header h1 {
    color: #836536;
}
.my-header h6 {
    color: #836536;
	margin-bottom: 5px;
}
.my-header-2 {
    background: url("../img/logo_s.png") right top no-repeat;
}
@media screen and (max-width: 576px) {
    .my-header h1 {
        font-size: 2.0rem !important;
	    font-weight: 900;
    	padding: 0;
	    line-height: 1.0;
    	margin-bottom: 0;
    }
}
@media screen and (max-width: 992px) {
    .my-header {
        background-image: none;
    }
}
@media screen and (min-width: 576px) {
    .my-header h1 {
	    font-weight: 900;
    	padding: 0;
	    line-height: 1.0;
    	margin-bottom: 0;
    }
}
.my-nav {
	background-color: #EBB565;
	padding: 0 !important;
	font-size: 0.9rem;
}
.my-nav .navbar-brand {
    font-size: 0.95rem;
    color: white;
}
.my-nav .navbar-brand:hover {
	color: rgba(0,0,0,0.9);
}
.my-nav .navbar-nav .nav-item {
	padding: 0 0.25rem;
}
.my-nav .navbar-nav .nav-link {
    color: white;
}
.my-nav .navbar-nav .nav-link:hover {
	color: rgba(0,0,0,0.9);
}
.my-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.my-nav .navbar-toggler {
	color: rgba(255,255,255,0.9);
}
.my-nav .navbar-toggler:hover {
	color: rgba(0,0,0,0.9);
}
.my-nav .navbar-nav {
    padding-left: 1rem;
}
.my-footer {
 	background-color: #EBB565;
	padding: 0 1rem !important;
}
@media screen and (min-width: 576px) {
	.my-nav .navbar-nav {
		font-size: 0.95rem;
	}
}
@media screen and (max-width: 576px) {
	.footer-sitemap {
		font-size: 0.95rem;
	}
}
.footer-sitemap {
    padding: 0.5rem;
	font-size: 0.9rem;
	color: white;
}
.footer-sitemap ul.links {
	margin-left: -2.5rem;
	list-style-type: none;
}
.footer-sitemap a {
	color: white;
}
.footer-sitemap a:hover {
	color: rgba(0,0,0,0.9);
    text-decoration: none;
}
.my-copyright {
    background-color: #8B6428;
    color: white;
    font-size: 0.8rem;
}
.my-address {
    font-family: "Montserrat";
    text-align: center;
    line-height: 2.0;
    color: #186AA5;
    font-weight: bold;
    font-size: 1.25rem;
}
.my-address h3 {
    font-size: 1.75rem;
    font-weight: bold;
}
.btnContact {
    color: #186AA5;
}
.btnContact:hover {
    color: #186AA5;
}
.border-line {
    margin: 2.5rem 0;
    text-align: center;
}
.border-line img {
    max-width: 100%;
    max-height: 30px;
}
.sct-bar {
	position: relative;
	 background-color: #9E7E4C;
	 margin: 1.5rem 0 1.5rem 0;
	 padding: 1rem 1.5rem 0.5rem 1.5rem;
    border-radius: 0.75rem !important;
    line-height:  1.0;
}
.sct-bar h1 {
	position: relative;
	color: white;
	text-shadow: 1px 1px 2px #999;
	font-weight: bold;
	line-height: 1.0;
    text-align: center;
}
@media screen and (max-width: 576px) {
	.sct-bar {
	     padding: 1rem 0.25rem 0.5rem 0rem;
    }
    .sct-bar h1 {
		font-size: 1.75rem;
	}
	.sct-bar img {
		transform: scale(0.85, 0.85);
	}
}
.sect-title {
    font-size: 2.25rem;
    text-align: center;
    color: #E9AF58;
    font-weight: bold;
    margin: 2rem 0;
}
img.osusume {
    max-width: 75px;
    padding-right: 0.5rem;
}
@media screen and (max-width: 576px) {
    .sect-title {
        font-size: 1.75rem;
    }
    img.osusume {
        max-width: 50px;
    }
}
/*** index.html ***/
.welcome {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 576px) {
    .welcome {
        font-size: 1.25rem;
    }
}
.mi-card {
    margin-bottom: 1rem;
 /*   height: 8rem;*/
}
.mi-card img {
    height: 200px;
}
.mi-card .card-body {
    padding: 1.0rem;
    background-color: #E5ECF2;
}
.mi-card .card-title {
    color: #E9AF58;
	font-weight: bold;
    margin-bottom: 0.5rem;
    text-align: center;
}
.mi-card .card-title a {
	color: inherit;
}
.mi-card .card-text {
	font-size: 0.9rem;
}
.mi-card .card-img-top {
    border-top-left-radius: calc(1.5rem - 1px);
    border-top-right-radius: calc(1.5rem - 1px);
}
.mi-card .card {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
    border: 1px solid #E5ECF2;
}
/*** satsuei.html ***/
.photo-pane {
    text-align: center;
    margin: 2rem;
}
.satsuei-information {
    display: inline-block;
    margin: 1.5rem auto;
    padding: 1.5rem 2rem;
    background-color: #F8FAFC;
    border: 3px solid #73A1C2;
    border-radius: 1rem;
    text-align: left;
}
.satsuei-information h3 {
    font-size: 1.5rem;
    color: #E9AF58;
    font-weight: bold;
}
.satsuei-information h4 {
    font-size: 1.2rem;
    color: #836536;
    font-weight: bold;
}
.satsuei-information .table td {
    padding: 0;
}
.satsuei-information .table td.info-icon {
    text-align: center;
}
@media screen and (max-width: 576px) {
    .satsuei-information {
        margin: 1rem auto;
        padding: 1rem 1rem;
    }
    .satsuei-information h4 {
        font-size: 1.0rem;
    }
    .photo-pane {
        margin: 1.5rem 0;
    }
}
.step-icon {
    width: 45px;
    padding: 0.1rem 0.5rem 0.1rem 0;
}
/*** mypage.html ***/
.mypage-feature img {
    max-width: 80px;
}
.mypage-feature td {
    padding: 0.75rem;
}
@media screen and (max-width: 768px) {
    .mypage-feature .table td {
        padding: 0.25rem !important;
    }
    .mypage-feature img {
        max-width: 40px;
    }
}
@media screen and (max-width: 576px) {
    .mypage-feature img {
        max-width: 30px;
    }
}
.mypage-feature h5, .mypage-step h5 {
    color: #E9AF58;
    font-weight: bold;
}
.mypage-feature p, .mypage-step p {
    color: #73A1C2;
    margin: 0;
}
/*******/
.mypage-step .table td {
    padding: 0.75rem;
}
@media screen and (max-width: 576px) {
    .mypage-step .table td {
        padding: 0.25rem !important;
    }
}
.mypage-step .table td.step {
    width: 120px;
}
@media screen and (max-width: 576px) {
    .mypage-step .table td.step {
        width: 70px;
    }
}
.mypage-step .table td.stop-1 {
    background: center center url("../img/stop-1.png") no-repeat;
    background-size: 40px;
}
.mypage-step .table td.stop-2 {
    background: center center url("../img/stop-2.png") no-repeat;
    background-size: 40px;
}
.mypage-step .table td.stop-3 {
    background: center center url("../img/stop-3.png") no-repeat;
    background-size: 40px;
}
.mypage-step .table td.stop {
    width: 80px;
}
@media screen and (max-width: 768px) {
    .mypage-step .table td.stop {
        width: 60px;
    }
}
