/* CSS Document */

article .next_box_return
{
	clear: both;
	padding-top: 20px;
}


section h2,
section .date,
section p,
section .tmp_file,
section .main_img,
section .sub_img dl dt
{
	opacity: 1;
}


section h2
{
	margin-bottom: 10px;
}

article h2:before
{
	content:"\f1ea";
}


article h3
{
	font-size: 30px;
	line-height: 1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

article h3 strong
{
	font-size: 18px;
	line-height: 1;
}


article .date
{
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
	margin-bottom: 20px;
}

.clr
{
	clear: none !important;
	float: none !important;
	width: auto !important;
}

article .base_area
{
	display: flex;
	justify-content: space-between;
	column-gap: 20px;

}


article .text p
{
	text-align: justify;
	font-size: 18px;
	line-height: 160%;
}

section .main_photo
{
	text-align: center;
	margin-bottom: 30px;
}

section .main_photo a:before,
.photo_box a:before
{
	display: none;
}

.photo_box
{
	text-align: center;
	flex-shrink: 0;
}

.main_photo img,
.photo_box img
{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor:pointer;
	transition: 1s all;
}

.main_photo img:hover,
.photo_box img:hover
{
	transform:scale(1.06,1.06);
	transition:1s all;

	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";

}

.main_img img:hover
{
	transform:scale(1.04,1.04);
}

article .photo_box img
{
	width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

section .photo_box .main_img
{
	padding: 0px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


section .photo_box .sub_img
{
	margin: 0px;
	padding: 0px;
}


section .photo_box .sub_img dl
{
	display: flex;
	column-gap: 10px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
 
section .photo_box .sub_img dl dt
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}
 
section .photo_box .sub_img dl dt img
{
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 4 / 4;
	cursor: pointer;

}
 
.select img
{
	border: 6px solid var(--base-color01) !important;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

section .tmp_file
{
	margin-left: 0px;
	margin-top: 20px;
	display: inline-block;
	padding: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	border: 1px solid #ccc;

}


section .tmp_file li
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 4px;
}



.return
{
	clear: both;
	padding-top: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
}

.return ul
{
	display: table;
	table-layout: fixed;
	width: 400px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.return ul li
{
	display: table-cell;
	width: 80px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}

.return ul li a
{
	font-size: 16px;
	line-height: 100%;
	color: #A7928A;
}

.return ul li a:hover
{
	color: #978A7B !important;
}

.return ul li:nth-child(2)
{
	width: auto;
}

.return ul li:nth-child(2) a
{
	font-size: 18px;
	color: #FFF;
	background-color: #a7928a;
	display: inline-block;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}

.return ul li:nth-child(2) a:hover
{
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #FFF !important;
	background-color: #978A7B;
}

.return ul li:nth-child(2) a:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f178';
	font-weight: 900;
	margin-left: 10px;

}

.return ul li:first-child a:before
{
	font-family: "Font Awesome 5 Free";
	content: '\f104';
	font-weight: 900;
	margin-right: 10px;

}

.return ul li:last-child a:after
{
	font-family: "Font Awesome 5 Free";
	content: '\f105';
	font-weight: 900;
	margin-left: 10px;

}





.return a:hover 
{
	color: #fff !important;
	-moz-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-ms-transition-duration: 0.2s;
	transition-duration: 0.2s;
	color: #FFF !important;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}


article .next_box
{
	clear: both;
	border-top-style: none;
	text-align: center;
}

article .next_box a:after
{
	content: '\f106';
}



section .next_box_center
{
	clear: both;
	padding-top: 20px;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{







.main_photo,
.photo_box
{
	width: 400px;
}



}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screen and (max-width:1199px)
{
#news
{
	background: 
	url(images/news_img_01.png) no-repeat left center,
	url(images/news_img_02.png) no-repeat left bottom,
	url(images/news_img_03.png) no-repeat right bottom;
	padding-bottom: 0px;

	-ms-background-size: 20% auto;
	-o-background-size: 20% auto;
	-webkit-background-size: 20% auto;
	-moz-background-size: 20% auto;
	background-size: 20% auto;
}


#news .body
{
	width: auto;
	background: rgba(255, 255, 255, 0.8);
	padding-bottom: 30px;

}


article .pad
{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


article section .text
{
}


.main_photo,
.photo_box
{
	width: 40%;
}

}



/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

article #h1_area
{
	margin-bottom: 30px;
}

article h2
{
	font-size: 24px;
	line-height: 1.4;
}


#head_box
{
	background-image: url(../topics/images/bg_head.jpg);
	margin-right: auto;
	margin-left: auto;
}


article .body
{
	padding-top: 0px;
	padding-bottom: 0px;
}



article h3 .h3_title
{
	font-size: 24px;
	text-align: justify;
}

.return ul
{
	display: inline-table;
	table-layout: fixed;
	width: 100%;
}

.return ul li
{
	width: 60px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
}



article section .text
{
}



.main_photo,
.photo_box
{
	width: 40%;
}



}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

article .base_area
{
	display: block;
	column-gap: 0px;
}


article .text
{
	float: none;
	width: auto !important;
}


article .text p
{
	line-height: 1.2;
}

article .photo_box
{
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	float: none;
	margin-left: 0px;
	width: auto;
}


}