@charset "utf-8";
main .top_category {
	padding-top: 40px;
	background-color: #f8f8f5;
}
@media screen and (max-width: 800px) {
main .top_category {
	padding-top: 30px;
	background-color: #f8f8f5;
}
	}
@media screen and (max-width: 600px) {
main .top_category {
	padding-top: 20px;
	background-color: #f8f8f5;
}
	}
main .top_category>ul {
width: 94%;
	max-width: 1024px;
	margin: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
}
main .top_category>ul>li {
	width: 32%;
	position: relative;
	margin-bottom: 23px;
}
@media screen and (max-width: 600px) {
main .top_category>ul>li {
	width: 48%;
	position: relative;
	margin-bottom: 15px;
}
	}
main .top_category>ul>li:last-child {
	width: 100%;
	position: relative;
	margin-bottom: 0px;
}
main .top_category>ul>li img {
	width: 100%;
	height: auto;
	display: inline-block;
	transition-duration:0.3s;
}
main .top_category>ul>li img:hover {
	opacity: 0.6;
}

main .top_category>ul>li p {
	position: relative;
	font-size: 1.9rem;
	text-align: center;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
	margin-top: 0.4em;
	color: #8a5046;
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	transition-duration:0.3s;
}
@media screen and (max-width: 800px) {
main .top_category>ul>li p {
	position: relative;
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 600px) {
main .top_category>ul>li p {
	position: relative;
	font-size: 1.6rem;
}
		}
@media screen and (max-width: 480px) {
main .top_category>ul>li p {
	position: relative;
	font-size: 1.4rem;
}
		}
main .top_category>ul>li p:hover {
	color: #cf4a55;
}

main .top_category>ul>li dl {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 60%;
	z-index: 100;
	
}
@media screen and (max-width: 800px) {
main .top_category>ul>li dl {
	width: 80%;
}
	}
@media screen and (max-width: 600px) {
main .top_category>ul>li dl {
	width: 90%;
}
	}
main .top_category>ul>li dl>dt {
	text-align: center;
	font-size: 2.8rem;
	margin-bottom: 0.8em;
	padding-bottom: 0.6em;

	border-bottom:  1px solid rgba(255,255,255,0.3);
}
@media screen and (max-width: 800px) {
main .top_category>ul>li dl>dt {
	text-align: center;
	font-size: 2.5rem;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
}
	}
@media screen and (max-width: 480px) {
main .top_category>ul>li dl>dt {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
}
	}
main .top_category>ul>li dl>dt>h2 {
	
	line-height: 1.1em;
	font-family: dnp-shuei-mincho-pr6, sans-serif;
font-weight: 400;
font-style: normal;
	text-align: center;
	color: #FFF;
	letter-spacing: 5px;
	text-indent: 5px;
}
@media screen and (max-width: 800px) {
main .top_category>ul>li dl>dt>h2 {
	
	text-align: center;
	letter-spacing: 3px;
	text-indent: 3px;
	color: #FFF;
	
}
	}
@media screen and (max-width: 480px) {
main .top_category>ul>li dl>dt>h2 {
	
	text-align: center;
	color: #FFF;
	
}
	}


main .top_categoryul>li dl>dt>span {
	color: #FFF;
	display: block;
	font-family: brandon-grotesque, sans-serif;
font-weight: 500;
font-style: normal;
	font-size: 1.2rem;
	line-height: 1.1em;
	letter-spacing: 0px;
	margin-left: 0px;
	margin-top: 9px;
	letter-spacing: 1px;
	margin-left: 1px;
	opacity: 0.8;
}
@media screen and (max-width: 600px) {
main .top_category>ul>li dl>dt>span {
	font-size: 1.1rem;
}
	}
@media screen and (max-width: 480px) {
main .top_category>ul>li dl>dt>span {
	font-size: 1.0rem;
}
	}
main .top_category>ul>li dl>dd {
	text-align: center;
	margin: auto;
}
main .top_category>ul>li dl>dd p.txt {
	text-align: center;
	margin: auto;
	font-size: 1.5rem;
	line-height: 1.7em;
	letter-spacing: 2px;
	margin-left: 2px;
	color: #FFF;
	 font-family: ten-mincho-text, serif;
font-weight: 400;
font-style: normal;
	-webkit-font-feature-settings: 'palt' 1; // for Android 4.4 font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 800px) {
main .top_category>ul>li dl>dd p.txt {
	font-size: 1.4rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 480px) {
main .top_category>ul>li dl>dd p.txt {
	font-size: 1.3rem;
	line-height: 1.5em;
	letter-spacing: 0px;
	
}
	}
main .top_category .link_b {
	text-align: center;
	margin-top: 35px;
}
@media screen and (max-width: 800px) {
main .top_category .link_b {
	text-align: center;
	margin-top: 25px;
}
	}
main .top_category .link_b a {
	font-family: kinuta-maruminshinano-stdn, serif;
font-weight: 600;
	margin: 2.2em auto 0;
	text-align: center;
	display: inline-block;
	text-align: center;
	margin: 0 auto 0;
	font-size: 1.4rem;
	padding: 0.5em 4.0em 0.5em 4.2em ;
	display: inline-block;
	background-color: rgba(255,255,255,0.9);
	color: #000;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	letter-spacing: 2px;
	position: relative;
	z-index: 100;
}
@media screen and (max-width: 600px) {
main .top_category .link_b a {
	font-size: 1.2rem;
	padding: 0.4em 2.0em 0.4em ;
	display: inline-block;
	width: 70%;
}
	}
main .top_category .link_b a:hover  {
	background-color: rgba(210,25,29,0.8);
	color: #FFF;
}



main section .link_b {
	text-align: center;
}
main section .link_b a {
font-weight: 600;
	margin: 2.2em auto 0;
	text-align: center;
	display: inline-block;
	text-align: center;
	margin: 2em auto 0;
	font-size: 1.3rem;
		padding: 0.3em 4.0em 0.3em 4.0em ;
	display: inline-block;
	background-color: #cf4a55;
	color: #FFF;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-ms-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	letter-spacing: 2px;
	font-family: fot-rodin-pron, sans-serif;
font-weight: 600;
font-style: normal;
}
@media screen and (max-width: 600px) {
main section .link_b a {
	font-size: 1.2rem;
	padding: 0.4em 1.0em 0.4em ;
	display: inline-block;
}
	}
main section .link_b a:hover {
	background-color: #ff8c00;
}


main section .award_b {
	width: 100%;
	margin: auto;
	margin-top: 5%;
}
main section .award_b img {
	width: 100%;
	height: auto;
}

main section .news_paper dl {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
	padding-top: 45px;
}
@media screen and (max-width: 800px) {
main section .news_paper dl {
	display: block;
	width: 100%;
	margin: auto;
	margin-bottom: 35px;
	padding-top: 35px;
}
	}
@media screen and (max-width: 600px) {
main section .news_paper dl {
	margin-bottom: 25px;
	padding-top: 25px;
}
	}


main section .news_paper+.news_paper {
	position: relative;
	background-image : linear-gradient(to right, #EE869A, #EE869A 3px, transparent 3px, transparent 13px);  /* 幅2の線を作る */
  background-size: 13px 3px;          /* グラデーションの幅・高さを指定 */
  background-position: left top;  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
}

main section .news_paper dt {
	width: 48%;
	margin-right: 2%;
}
@media screen and (max-width: 800px) {
main section .news_paper dt {
	width: 100%;
	margin-bottom: 20px;
}
	}
main section .news_paper dt img {
	width: 100%;
	height: auto;
}
main section .news_paper dd {
	width: 100%;
	-webkit-flex: 1;  flex: 1;
}
@media screen and (max-width: 800px) {
main section .news_paper dd {
	width: 100%;
}
	}
#contents section .news_paper dd h4 {
	line-height: 1.6em;
	margin-bottom: 0.8em;
}
@media screen and (max-width: 1000px) {
#contents section .news_paper dd h4 {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 800px) {
	#contents section .news_paper dd h4 {
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
	#contents section .news_paper dd h4 {
	text-align: justify;
}
	}
#contents section .news_paper dd h3>span {
	display: inline-block;
}
#contents #news  .news_paper dd>p {
	text-align: justify;
}
@media screen and (max-width: 800px) {
#contents #news  .news_paper dd>p {
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
#contents #news  .news_paper dd>p {
	text-align: justify;
}
	}

#contents section .head_line {
	text-align: center;
margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
#contents section .head_line {
	text-align: center;
margin-bottom: 20px;
}
	}
@media screen and (max-width: 600px) {
#contents section .head_line {
	text-align: center;
margin-bottom: 20px;
}
	}
#contents section .head_line h3 {
	text-align: center;
	font-size: 3.2rem;
	line-height: 1.6em;
	display: inline-block;
	margin: 50px auto 40px;
	position: relative;
	padding: 0 3.0em;
	font-feature-settings: "palt" 1;-webkit-font-feature-settings: 'palt' 1; // for Android 4.4font-feature-settings: 'palt' 1;
}
@media screen and (max-width: 1000px) {
#contents section .head_line h3 {
	font-size: 2.6rem;

}
	}
@media screen and (max-width: 800px) {
#contents section .head_line h3 {
	font-size: 2.2rem;
}
	}
@media screen and (max-width: 600px) {
#contents section .head_line h3 {
	font-size: 1.8rem;
}
	}
@media screen and (max-width: 480px) {
#contents section .head_line h3 {
	font-size: 1.6rem;
}
	}
#contents section .head_line h3:before {
	content: "「";
	position: absolute;
	left: 0;
	top:10px;
	font-size: 3.0em;
	font-weight: 300;
}
#contents section .head_line h3:after {
	content: "」";
	position: absolute;
	right: 0;
	bottom:10px;
	font-size: 3.0em;
	font-weight: 300;
}
#contents section .head_line p.read {
	
	line-height: 1.6em;
	margin-bottom: 0.8em;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.6em;
	color: #EE869A;
}
@media screen and (max-width: 800px) {
#contents section .head_line p.read {
	font-size: 1.6rem;
	line-height: 1.6em;
}
	}
@media screen and (max-width: 600px) {
#contents section  .head_line p.read {
	text-align: justify;
	font-size: 1.4rem;
	line-height: 1.6em;
}
	}
.head_img .top_copy {
	position: absolute;
  bottom: 3vh;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
	width: 90%;
}
@media screen and (max-width: 600px) {
.head_img .top_copy {
  bottom: 2vh;
}
	}
@media screen and (max-width: 480px) {
.head_img .top_copy {
  bottom: 1vh;
}
	}
.head_img .top_copy h2 {
	text-align: center;
	font-size: clamp(2.0rem, 4.4vw, 4.4rem);
	margin-bottom: 0.3em;
	color: #f3a9ab;
	text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;
}
.head_img .top_copy p {
	text-align: center;
	font-size: clamp(1.6rem, 2.4vw, 2.0rem);
	line-height: 1.8em;
	text-shadow: #fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px,#fff 0 0 10px;
}
@media screen and (max-width: 480px) {
.head_img .top_copy p {
	font-size: 13px;
}
	}
.head_img .top_copy p>span {
	display: inline-block;
}
.top_b {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
.top_b {
	margin-bottom: 60px;
}
	}
@media screen and (max-width: 800px) {
.top_b {
	margin-bottom: 50px;
}
	}
@media screen and (max-width: 600px) {
.top_b {
	display: block;
}
	}
.top_b>li {
	width: 47.5%;
	text-align: center;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
.top_b>li  {
	width: 100%;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
.top_b>li+li  {
	margin-top: 20px;
}
	}
.top_b>li a {
	width: 100%;
	text-align: center;
	background-color: #FFF;
	text-decoration: none;
	color: #f3a9ab;
	display: block;
	font-size: 2.4rem;
	display:flex;
	flex-direction: column;
	padding: 1.0em;
	border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;
	border: solid 8px #f3a9ab;
	font-weight: 600;
}
@media screen and (max-width: 600px) {
.top_b>li a {
	display:flex;
	flex-direction: row;
	-webkit-box-pack: center;     -ms-flex-pack: center;   justify-content: center;
	align-items: center;
	font-size: 2.0rem;
}
	}
.top_b>li a:hover {
	background-color: #f3a9ab;
	color: #FFF;
	border: solid 8px rgba(255,255,255,0.3);
}
.top_b>li a i {
	font-size: 2.2em;
	margin-bottom: 0.3em;
}
@media screen and (max-width: 600px) {
.top_b>li a i {
	font-size: 1.6em;
	margin-bottom: 0;
	margin-right: 10px;
}
	}