@charset "UTF-8";
/* css home */

@import url("content.css");
@import url("animate.min.css");

/*---------------------------------------------------- */
/* Introduction */
/*---------------------------------------------------- */
/*== P ==*/
.txt_intro {
	margin: 0 auto;
	height: auto;
}

.txt_intro p {
	padding: 0;
	margin: 0;
	font-weight: 500;
	text-align: center;
	line-height: 1.6;
}

/*== h2 ==*/
.intro-title {
	margin: 0 auto;
	height: auto;
}

.intro-title h2 {
	padding: 0;
	margin: 0;
	font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 700;
	text-align: center;
	position: relative;
}

.intro-title h2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

.intro-title h2::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #7e6b5a;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_topics {
	height: auto;
}

.waku_topics article {
	height: auto;
	display:inline-block;
    /display:inline;
    /zoom:1;
	vertical-align: top;
}

/*== a:Links ==*/
.waku_topics article .photo_group a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.waku_topics article .photo_group a:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(24, 32, 113, .3);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.waku_topics article a:hover:before {
	opacity: 1;
}

/*== img ==*/
.waku_topics article .photo_group {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.waku_topics img {
	width: 100%;
	height: 100%;
}

.waku_topics article .photo_group a span {
	position: relative;
	display: block;
}

.waku_topics article .photo_group a span:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border: 1px solid rgba(0, 0, 0, .07);
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.waku_topics article .photo_group a:after {
	content: "\f064";
	font: 22px/42px "Font Awesome 5 Free";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
	text-indent: 10px;
	width: 42px;
	height: 42px;
	background-color: rgba(255, 255, 255, 0);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 20%); 
	transform: translate(-50%, 20%);
	z-index: 3;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.waku_topics article .photo_group a:hover:after {
	color: #3d4042;
	background-color: rgba(255, 255, 255, .95);
	-webkit-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
}

/*== Figcaption ==*/
.waku_topics figcaption {
	padding: 0;
	margin: 0;
	height: auto;
	color: #3d3e3f;
}

.waku_topics figcaption a {
	color: #3d3e3f;
	text-decoration: none;
}

.waku_topics figcaption a:hover {
	color: #808080;
	text-decoration: none;
}

.waku_topics figcaption h3 {
	padding: 0;
	margin: 0 auto;
	height: auto;
	font-weight: 600;
	font-style: normal;
	text-align: left;
	line-height: 1.5;
}

/*== Text ==*/
.waku_topics figcaption .text_box {
	margin: 0 auto;
	height: auto;
}

.waku_topics figcaption .text_box p {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height: 1.6;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Introduction */
/*---------------------------------------------------- */
/*== P ==*/
.txt_intro {
	padding: 0 0 30px 0;
	width: 100%;
}

.txt_intro p {
	font-size: 18px;
}

/*== h2 ==*/
.intro-title {
	padding: 0 0 20px 0;
	width: 100%;
}

.intro-title h2 {
	font-size: 31px;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_topics {
	padding: 10px 0;
	margin: 0;
	width: 100%;
}

.waku_topics article {
	padding: 10px 0;
	margin: 0 0.6%;
	width: 31.4%;
}

/*== img ==*/
/*.waku_topics article .photo_group {
	max-height: 360px;
}*/

/*== Text ==*/
.waku_topics figcaption {
	padding-top: 18px;
	padding-bottom: 0;
	margin: 0;
}

.waku_topics figcaption h3 {
	width: 96%;
	/*font-size: 18px;*/
	font-size: 17px;
}

.waku_topics figcaption h3 em {
	display: none;
}

/*== Table ==*/
.waku_topics figcaption .text_box {
	padding-top: 16px;
	width: 96%;
}
	
.waku_topics figcaption .text_box p {
	font-size: 14px;
}


}


/* Minimum width 959px and Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Introduction */
/*---------------------------------------------------- */
/*== P ==*/
.txt_intro {
	padding: 0 0 25px 0;
	width: 100%;
}

.txt_intro p {
	font-size: 16px;
}

/*== h2 ==*/
.intro-title {
	padding: 0 0 15px 0;
	width: 100%;
}

.intro-title h2 {
	font-size: 27px;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_topics {
	padding: 8px 0;
	margin: 0;
	width: 100%;
}

.waku_topics article {
	padding: 8px 0;
	margin: 0 0.6%;
	width: 31.2%;
}

/*== img ==*/
/*.waku_topics article .photo_group {
	max-height: 360px;
}*/

/*== Text ==*/
.waku_topics figcaption {
	padding-top: 16px;
	padding-bottom: 0;
	margin: 0;
}

.waku_topics figcaption h3 {
	width: 98%;
	/*font-size: 17px;*/
	font-size: 16px;
}
	
.waku_topics figcaption h3 em {
	display: none;
}

/*== Table ==*/
.waku_topics figcaption .text_box {
	padding-top: 14px;
	width: 98%;
}
	
.waku_topics figcaption .text_box p {
	font-size: 13px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* Introduction */
/*---------------------------------------------------- */
/*== P ==*/
/*.txt_intro {
	display: none;
}*/

/*== P ==*/
.txt_intro {
	padding: 0 0 18px 0;
	width: 100%;
}

.txt_intro p {
	font-size: 12px;
}

/*== h2 ==*/
.intro-title {
	padding: 0 0 10px 0;
	width: 100%;
}

.intro-title h2 {
	font-size: 20px;
}
	
.intro-title h2 span {
	text-align: center;
}

/*---------------------------------------------------- */
/* Topics */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_topics {
	padding: 5px 0;
	margin: 0;
	width: 100%;
}

.waku_topics article {
	padding: 5px 0 15px 0;
	margin: 0 0.6%;
	width: 98.0%;
	overflow: hidden;
}

/*== img ==*/
.waku_topics article .photo_group {
	padding: 0;
	margin: 30px 0 0 0;
	width: 34%;
	float: left;
}

/*== Text ==*/
.waku_topics figcaption {
	padding: 0;
	margin: 0 0 0 0;
	width: 63%;
	float: right;
}

.waku_topics figcaption h3 {
	width: 100%;
	font-size: 14px;
}

.waku_topics figcaption h3 em {
	font-size: 16px;
	font-family: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 800;
	font-style: normal;
	margin-bottom: 7px;
	display: block;
}
	
.waku_topics figcaption h3 em.honten {
	color: #851216;
}
	
.waku_topics figcaption h3 em.nagaoka {
	color: #13775b;
}
	
.waku_topics figcaption h3 em.ikonaso {
	color: #6e2179;
}

/*== Table ==*/
.waku_topics figcaption .text_box {
	padding-top: 7px;
	width: 100%;
}
	
.waku_topics figcaption .text_box p {
	font-size: 12px;
}



}