﻿@charset "utf-8";
/* 2024_10_01 enjoy_photo_css_thema28_04.css */

#contents h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#contents .topArea {
	position: relative;
	display: block;
	background-size: cover;
	margin-left: 0;
}

#contents .topArea h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	padding: 0 0.4em 0.3em 0.5em;
	line-height: 1.3;
	letter-spacing: normal;
	font-weight: bold;
	font-size: clamp(15px, 4.5vw, 33px);
	background-color: rgba(0,0,0,0);
	border-bottom: #000 solid 2px;	
}

#contents .topArea img{
	width: 100%;
	height: auto;
	margin-left: 0;
}

#contentsArea.thema4 {
	width: 98%;
	margin: 0 1em;
	padding: 0;
}

#contentsArea.thema4 table caption{
	font-weight: bold;
	text-align: left;
}

#contentsArea.thema4 .grayArea.flex.start dl + a{
	pointer-events: none;
	cursor: default;
}

#contentsArea.thema4 .grayArea.flex.start dl + a:focus{
	outline:none;
}
#contentsArea.thema4 .grayArea.flex.start dl + a:active,
#contentsArea.thema4 .grayArea.flex.start dl + a:hover{
	color: #333;
	text-decoration: none;
}

#contentsArea.thema4 .grayArea.flex.start dl + a > span.textLink{
	pointer-events: auto;
	cursor: pointer;
	color: #43677e;
	display: inline;
}

#contentsArea.thema4 .grayArea.flex.start dl + a > .s_img{
	pointer-events: auto;
	cursor: pointer;
	margin-bottom: 10px;
}

#contentsArea.thema4 .grayArea.flex.start dl + a:focus > span.textLink,
#contentsArea.thema4 .grayArea.flex.start dl + a:focus-visible > span.textLink,
#contentsArea.thema4 .grayArea.flex.start dl + a:focus > .s_img,
#contentsArea.thema4 .grayArea.flex.start dl + a:focus-visible > .s_img{
	outline: thin dotted;
	opacity: 0.7;
}

#contentsArea.thema4 .grayArea.flex.start dl + a:hover > span.textLink,
#contentsArea.thema4 .grayArea.flex.start dl + a:hover > .s_img{
	opacity:0.7;
	text-decoration: none;
}

#contentsArea.thema4 #autumn .notice_gray > ul.flex > li > figure{
	margin-bottom: 30px;
}

#contents #contentsArea .c_style {
	display: block;
    margin: 3em auto 2em;
    text-align: center;
}

#contents #contentsArea .c_style a {
    text-align: left;
}

#contentsArea.thema4 dl dt {
	font-weight: normal;
}

@media (min-width: 641px){
	#contentsArea.thema4 .flex.start > .text_wrapper{
		margin-right: 1.5em;
		padding: 0;
	}
	
	#contentsArea.thema4 .anchorArea > ul.txtlink.flex.wrap{
		width: 66%;
	}
	#contentsArea.thema4 .notice_gray > ul + a.gray{
		margin-left: 1em;
	}
	
	#contentsArea.thema4 .grayArea.start dl{
		margin-right: 1em;
	}
	#contentsArea.thema4 figure.histogram{
		width: 70%;
		margin: 2em auto 0;
	}
}

@media (max-width: 640px){	
	#contentsArea.thema4 {
		width: 100%;
		margin: 0;
	}
	
	#contentsArea.thema4 .grayArea.flex.start dl + a{
		text-align: center;
	}
	#contentsArea.thema4 .grayArea.flex.start a > span.textLink{
		margin-top: 10px;
	}
}

@media (max-width: 424px) {
	#contentsArea ul.flex.wrap:not(.txtlink) > li {
        max-width: 180px;
        width: calc((100% - 10px) / 2);
        min-width: 150px;
        margin-bottom: 1em;
    }
	
    #contentsArea ul.flex.wrap:not(.txtlink) > li .s_img img {
        width: 100%;
        height: auto;
    }
}