@charset "UTF-8";


/*****************************************************
　依存症の方へ　
*****************************************************/
/* ページヘッダー 
------------------------------------------------- */
.page-head{
	align-items:center;
	background:url('../img/floor-map/floor-map_bg.jpg') no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	color:#fff;
	display:flex;
	font-size:20px;
	font-size:2.0rem;
	height:320px;
	justify-content:center;
	letter-spacing:0.12em;
	line-height:1.4;
	margin:0 auto;
	max-width:1750px;
	text-align:center;
	width:95%;
}
.page-head span{
	display:block;
	font-size:48px;
	font-size:4.8rem;
	letter-spacing:0.12em;
	line-height:1.4;
}

.text2　{
    line-height: 3.8em;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    box-shadow: 0 0 30px rgba(1, 64, 153, 0.1);
    min-height: 100vh;
}

/* Header Styles */
.header {
    background: linear-gradient(135deg, #014099 0%, #012d6b 100%);
    color: white;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="wave" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M0 50c25-25 75 25 100 0v50H0z" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23wave)"/></svg>') repeat;
    opacity: 0.3;
}

.header-image {
    position: relative;
    z-index: 1;
}

.header-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #f2f3f5;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.header h1 {
    font-size: 2.5rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}



/* Alert Box */
.alert-box {
    background: linear-gradient(135deg, #014099, #012d6b);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: center;
	margin-top: 40px;
}

.alert-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.alert-box h2 {
    font-weight: 600;
    line-height: 1.5;
    color: white;
}



/* Notice Box */
.notice-text {
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
	line-height: 1.8em;
}

.notice-text2 {
    padding: 15px;
	line-height: 1.8em;
}	
	
.notice-box {
    background: #ffd6d6;
    /* border: 2px solid #ff8888; */
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 40px;
}

.notice-box h3 {
color: #ac0000;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.notice-box ul {
    list-style: none;
    padding-left: 0;
}

.notice-box li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.notice-box li:before {
    content: '•';
    color: #014099;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

/* Section Headers */
h2 {
    color: #014099;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #b0b0b0; */
    /* display: flex
; */
    align-items: center;
    /* margin-bottom: 30px; */
    gap: 12px;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Contact Section */
.contact-section {
    margin-bottom: 40px;
}

.contact-card {
    background: white;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
	margin-top: 20px;
    border: 2px solid #e8f0ff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card.local {
    
}

.contact-card.support-center {
    background: linear-gradient(135deg, #e8f0ff, #ffffff);
}

.contact-card h3 {
    color: #014099;
    margin-bottom: 15px;
    font-weight: 600;
}

.contact-info p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info p:last-child {
    margin-bottom: 0;
}

.contact-info a {
    color: #014099;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #012d6b;
    text-decoration: underline;
}

/* Links Section */
.links-section {
    margin-bottom: 40px;
}

.link-buttons {
    display: flex;
    flex-direction: column;
	margin-top: 20px;
    gap: 15px;
}

.link-button {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 25px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(1, 64, 153, 0.1);
}

.link-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(1, 64, 153, 0.2);
}

.link-button.primary {
    background: linear-gradient(135deg, #014099, #012d6b);
    color: white;
}

.link-button.secondary {
    background: linear-gradient(135deg, #0154b3, #014099);
    color: white;
}

.link-button.tertiary {
    background: linear-gradient(135deg, #e8f0ff, #f2f3f5);
    color: #014099;
    border: 2px solid #014099;
}

.link-button i {
    font-size: 1.5rem;
    min-width: 24px;
}

/* Awareness Section */
.awareness-section {
    margin-bottom: 40px;
}

.awareness-banner {
    background: linear-gradient(135deg, #e8f0ff, #d4e4ff);
    border: 2px solid #014099;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.awareness-banner i {
    font-size: 3rem;
    color: #014099;
}

.awareness-banner h3 {
    color: #014099;
    margin-bottom: 5px;
    font-weight: 600;
}

.awareness-banner p {
    color: #012d6b;
    font-weight: 500;
}

/* Footer */
.footer {
    background: #014099;
    color: white;
    text-align: center;
    padding: 30px 20px;
    margin-top: 40px;
}

.footer p {
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer p:last-child {
    margin-bottom: 0;
    font-weight: 300;
}

/* Responsive Design */
@media (max-width: 768px) {
	
	.text2　{
    line-height: 3.8em;
}
	
    .container {
        margin: 0;
        box-shadow: none;
    }
    
    .header {
        padding: 30px 15px;
    }
    
    .header h1 {
        font-size: 2rem;
    }
    
    .header-icon {
        font-size: 3rem;
    }
    
    main {
        padding: 30px 15px !important;
    }
    
    .alert-box h2 {
text-align: left;
    }
    
    .contact-card {
        padding: 20px;
    }
    
    .link-button {
        padding: 15px 20px;
        line-height: 1.5em;
    }
    
    .awareness-banner {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .awareness-banner i {
        font-size: 2.5rem;
    }
}

@media (max-width: 480px) {
	
	.text2　{
    line-height: 3.8em;
}
	
    .header h1 {
        font-size: 1.7rem;
    }
    
    h2 {
        font-size: 2.5rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .contact-info p {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .link-button {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}






