@charset "UTF-8";
/* CSS Document */


@media only screen and (max-width: 768px){
	
}

h2.title {
	color: #cb2837;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 55px;
	display: inline-block;
	position: relative;
	padding: 0 0 15px;
	width: 100%;
}
/*h2.title::after {
	width: 25px;
	height:2px;
	margin: 0px auto;
	background: #cb2837;
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
}*/

@media only screen and (max-width: 768px){
h2.title {
	font-size: 18px;
	margin: 0px 0px 25px;
	display: block;
	padding: 0 0 10px;
	width: auto;
}
h2.title::after {
	width: 10%;
}
}



/* ===============================================
　ビデオタグ
=============================================== */
video {
    max-width: 100%;
    height: auto;
}
/*KONAN-PLANET茅r畯遒気擦討ださい。
.video {
	position: relative;
	padding-bottom: 31.25%;
	height: 0;
	overflow: hidden;
	margin:-3% 0 0;
}*/
.video {
	position: relative;
	/* padding-bottom: 41%; */
	padding-bottom: 64.29%;
	height: 0;
	overflow: hidden;
	margin: -3% 0 0;
}
.video iframe,  
.video object,  
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main {
	margin:-1% 0 0;
}
.video .bx-wrapper .bx-pager {
	padding-top: 10px;
}
.bx-pager .bx-pager-item:first-child:last-child {
    display: none;
}
.video .bx-wrapper .bx-prev {
	left: 2%;
	background: url(/images/index/prev.png) no-repeat 0 0px;
	background-size: contain;
	width:34px !important;
	height:34px !important;
	-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
}

.video .bx-wrapper .bx-next {
	right: 2%;
	background: url(/images/index/next.png) no-repeat 0 0px;
	background-size: contain;
	width:34px !important;
	height:34px !important;
	-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;
}
/*.main a {
	display:block;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.main a:hover {
	opacity: 0.6;
}*/

@media only screen and (max-width: 1100px){
.video {
	margin: 0;
}
.main {
	margin: 0 0;
}
.video .bx-wrapper .bx-pager {
	padding-top: 5px;
}
.video .bx-wrapper .bx-prev {
	left: 1%;
	width:20px !important;
	height:20px !important;
}

.video .bx-wrapper .bx-next {
	right: 1%;
	width:20px !important;
	height:20px !important;
}
.video .bx-wrapper .bx-pager.bx-default-pager a {
	width: 7px;
	height: 7px;
	margin: 0 4px;
}
.video .bx-wrapper .bx-pager,
.video .bx-wrapper .bx-controls-auto {
	/* margin-left: -21px; */
}

}


/****************************************
　スライドショ`
*****************************************/
.slider.center-item {
	margin: 0px 0px 100px;
}

/****************************************
　嶷勣なお岑らせ
*****************************************/

#im_news_area {
	/* padding: 30px 0px; */
	/* border-bottom: 2px solid #cb2837; */
}
#im_news_area .title {
	font-size: 16px;
	width: 20%;
	text-align: center;
	float: left;
	line-height: 60px;
	color: #cb2837;
	border: 1px solid #cb2837;
	margin: 0px 25px 0px 0px;
}
#im_news_area .news_list {
	/* float: left; */
	/* width: 75%; */
	max-width: 600px;
	margin: 0 auto;
	width: 90%;
}
#im_news_area .news_list ul{
	/* border-bottom: 1px dotted #999999; */
	border-bottom: 1px solid #cb2837;
	/* padding-bottom: 15px; */
}
#im_news_area .news_list ul:first-child {
	/* padding-top: 15px; */
}
#im_news_area .news_list ul:not(:last-child){
	/* margin-bottom: 15px; */
}
#im_news_area .news_list ul:last-child {
	/* border-bottom: none; */
}
#im_news_area .news_list ul:hover {
	/*background: #faf9f6;*/
}
#im_news_area .news_list ul:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#im_news_area .news_list .day {
	/* font-weight: bold; */
	/* width: 15%; */
	/* padding: 5px 0 5px 10px; */
	/* float:left; */
	color: #666;
	font-size: 13px;
	/* padding-top: 15px; */
	/* margin-bottom: 5px; */
	width: 100px;
}
#im_news_area .news_list .cont  {
	/* width: 75%; */
	/* padding: 5px 0; */
	/* float: left; */
	font-size: 15px;
	/* border-bottom: 1px solid #cb2837; */
	/* padding-bottom: 15px; */
	width: calc(100% - 100px);
}
#im_news_area .news_list a  {
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 15px 0;
}
@media only screen and (max-width: 768px){
#im_news_area {
	/* padding: 15px 0px 20px; */
}
#im_news_area .title {
	font-size: 15px;
	width: auto;
	float: none;
	line-height: 35px;
	margin: 0;
}
#im_news_area .news_list {
	float: none;
	width: auto;
}
#im_news_area .news_list ul{}
#im_news_area .news_list ul:last-child {}
#im_news_area .news_list ul:hover {}
#im_news_area .news_list ul:after{}
#im_news_area .news_list .day {
	/* width: auto; */
	/* padding: 10px 0 0px 5px; */
	/* float:none; */
	font-size: 10px;
	/* padding-top: 10px; */
	width: 75px;
}

#im_news_area .news_list .cont  {
	/* width: auto; */
	/* padding: 0 5px 10px 5px; */
	/* float: none; */
	font-size: 12px;
	/* padding-bottom: 10px; */
	width: calc(100% - 75px);
}
}



/****************************************
　イベントのお岑らせ
*****************************************/
#event_area {
	background: url(/images/index/bg02.jpg) no-repeat center top;
	background-size: cover;
	padding: 64px 0px 50px;
}

#event_area .innar {
	max-width:980px;
	margin: 0 auto;
}
#event_area .title {
	margin: 0px 0px 50px;
}
#event_area .title .btn {
	float: right;
	font-size: 11px;
	width: 13.5%;
	text-align: center;
	line-height: 32px;
	margin: -30px 5px 0px;
	font-weight: bold;
}
#event_area .title .btn a {
	background: #cb2837;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #FFF;
	display: block;
	text-align: center;
	border:solid 2px #cb2837;
}
#event_area .title .btn a:hover {
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #cb2837;
	display: block;
	text-align: center;
	border:solid 2px #cb2837;
}
#event_area .title .btn .fa {
	margin: 11px 10px 0px 0px;
	float: right;
}



#event_area .title .st {
	font-size: 22px;
	text-align: center;
	margin: 0px auto;
	width: 24%;
}
#event_area .title .st span::before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/index/icon_flag.png);
	background-size: contain;
	vertical-align: middle;
}
#event_area .title:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#event_area .event .event_box{
	background: #FFF;
	float: left;
	width: 32%;
	margin: 0px 2% 45px 0px;
}
#event_area .event .event_box2{
	float: none;
	width: auto;
	margin: 0 0 45px;
	padding: 30px 5%;
	text-align: center;
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
#event_area .even .event_boxt a {
	display:block;
}
#event_area .event .event_box:hover{
	box-shadow: 0 0 8px #333;
}
#event_area .event .event_box2:hover{
	box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

#event_area .event .event_box:nth-child(3n) {
	margin: 0px 0px 45px 0px;
}
#event_area .event .event_box .innar{
	margin: 0px 7% 20px;
	font-size: 12px;
}
#event_area .event .event_box .day{
	margin: -10px 0px 20px 20px;
	text-align: center;
	min-width: 30%;
}
#event_area .event .event_box .day p{
	color: #FFF;
	background: #888;
	line-height: 35px;
	padding:  0 30px;
	float:  left;
}
#event_area .event .event_box .day:after {
	content: ".";
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden;
}
#event_area .event .event_box .day_bule{
	color: #FFF;
	background: #1e8fd0;
	width: 48%;
	line-height: 35px;
	margin: -10px 0px 20px 20px;
	text-align: center;
}
#event_area .event .event_box .day_red{
	color: #FFF;
	background: #CB2837;
	width: 48%;
	line-height: 35px;
	margin: -10px 0px 20px 20px;
	text-align: center;
}
#event_area .event .event_box .st_link{
	margin: 0px 0px 15px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	height: 45px;
}
#event_area .innar .event .event_box .st_link .fa {
	color: #CB2837;
	font-size: 15px;
}
#event_area .event .event_box .st_link.pdf a::before{
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 16px;
	height: 21px;
	background: url(/images/index/icon_pdf.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
#event_area .event .event_box .blank::before{
	content: " ";
	margin: 0 5px 0 0;
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#sp_contents_area .link_box .txt .blank2::after{
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/images/common/blank_icon_w.png) !important;
	background-size: contain;
	vertical-align: middle;
}
#event_area .event .event_box .sst{
	min-width: 113px;
	max-width: 145px;
	width: 100%;
	font-size: 12px;
	color: #FFF;
	margin: 0px 0px 10px;
	background: #8c8c8c;
	padding: 0px 5px;
	line-height: 26px;
	text-align: center;
}

#event_area .news ul{
	border-bottom: 1px solid #e0e0e0;
	padding: 0 5%;
	background:#fff;
}
#event_area .news ul:first-child {
	border-bottom: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}
#event_area .news ul:hover {
	background: #faf9f6;
}
#event_area .news ul:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#event_area .news .day {
	width: 13%;
	float: left;
	padding: 10px 0;
	line-height: 26px;
}
#event_area .news ul .day .date {
	margin: 0 10px 0 0;
}
#event_area .news .cate {
	width: 15%;
	float: left;
	padding: 10px 0px;
	line-height: 26px;
	/* text-align:center; */
}
#event_area .news .cont  {
	width: 85%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: right;
}

#event_area .icon  {
	font-size: 11px;
	color: #FFF;
	min-width: 110px;
	max-width: 110px;
	letter-spacing: -0.1em;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 26px;
	margin: 0px 0px 2px;
}



#event_area .title .btn_area {
	float: right;
	width: 17%;
	font-size: 12px;
	font-weight: bold;
	margin: -30px 0px 0px;
}
#event_area .title .btn_area ul .rss_btn {
	width: 45%;
	text-align: center;
	line-height: 32px;
	margin: 0px 3% 0px 0px;
	float: left;
}
#event_area .title .btn_area ul .rss_btn a {
	color:#FFF;
	background: #9a9a9a;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
	border: solid 2px #9a9a9a;
}
#event_area .title .btn_area ul .rss_btn a:hover {
	color:#9a9a9a;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
}
#event_area .title .btn_area ul .cate_btn {
	width: 38%;
	text-align: center;
	line-height: 32px;
	margin: 0px 3% 0px 0px;
	float: left;
}
#event_area .title .btn_area ul .cate_btn a {
	color: #cb2837;
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
	background:#FFF;
}
#event_area .title .btn_area ul .cate_btn a:hover {
	color: #fff;
	background:#cb2837;
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#event_area .title .btn_area ul .cate_btn .fa {
	margin: 10px 5px 0px 0px;
	float: right;
}
#event_area .title .btn_area ul .ichiran_btn {
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 100%;
	text-align: center;
	line-height: 32px;
}
#event_area .title .btn_area ul .ichiran_btn a {
	background: #cb2837;
	color: #FFF;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#event_area .title .btn_area ul .ichiran_btn a:hover {
	background: #FFF;
	color: #cb2837;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#event_area .title .btn_area ul .ichiran_btn .fa {
	margin: 13px 5px 0px 0px;
	float: right;
}


@media only screen and (max-width: 1000px){
#event_area {
	padding: 30px 0px 25px;
}
#event_area .title {
	margin: 0px 0px 30px;
	text-align:  center;
}
#event_area .title .btn {
	width: 150px;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 23px;
	margin: 15px 5px 0px;
	font-size: 10px;
	display:  inline-block;
	float:  none;
}
#event_area .title .btn a {
	padding: 0px 10px 0px;
}
#event_area .title .btn .fa {
	margin: 7px 2px 0px 0px;
}
#event_area .title .st {
	font-size: 18px;
	text-align: center;
	margin: 0px 0px;
	width: auto;
}
#event_area .title .st span::before{
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/images/index/icon_flag.png);
	background-size: contain;
	vertical-align: middle;
}
#event_area .title:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#event_area .event .event_box{
	width: 49%;
	margin: 0px 0px 30px 0px;
	position: relative;
}
#event_area .event .event_box:nth-child(2n) {
	float: right;
	margin: 0px 0px 30px 0px;
}
#event_area .event .event_box:nth-child(3n) {
	margin: 0px 0px 30px 0px;
}

#event_area .event .event_box .innar{
	margin: 0px 0px 20px;
	padding: 0 5% 10px;
}
#event_area .event .event_box .day{
	margin: 0;
	left: 10px;
	top: -10px;
	position: absolute;
}
#event_area .event .event_box .day p{
	color: #FFF;
	line-height: 28px;
	padding: 0 30px;
	float:  none;
}

#event_area .event .event_box .day_bule{
	width: 100%;
	max-width: 150px;
	line-height: 28px;
	margin: 0;
	padding: 0 10px;
	left: 10px;
	top: -10px;
	position: absolute;
}
#event_area .event .event_box .day_red{
	width: 100%;
	max-width: 150px;
	line-height: 28px;
	margin: 0px;
	padding: 0 10px;
	position: absolute;
	left: 10px;
	top: -10px;
}
#event_area .event .event_box .st_link{
	margin: 0px 0px 10px;
	font-size: 13px;
	height: 40px;
	padding: 30px 0px 0px;
}
#event_area .event .event_box .st_link.pdf a::before{
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url(/images/index/icon_pdf.png);
	background-size: contain;
	vertical-align: middle;
}
#event_area .event .event_box .st_link.blank a::before{
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#event_area .event .event_box .sst{
	padding: 0px 10px;
	line-height: 25px;
}

#event_area .news{
}
#event_area .news ul{padding: 0 3%;}
#event_area .news ul:first-child {
}
#event_area .news ul:hover {
}
#event_area .news ul:after{
}
#event_area .news .day {
	width: auto;
	float: left;
	padding: 15px 0px 5px;
	line-height: 20px;
}
#event_area .news ul .day p {
	float: left;
}

#event_area .news .day:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#event_area .news .cate {
	float: left;
	padding: 10px 0px;
	line-height: 26px;
	/* text-align:center; */
	width: 75%;
}
#event_area .news .cate .icon {
	float: left;
	margin: 0 1px 0 0;
}
#event_area .news .icon {
	margin: 0 0 0 10px;
	letter-spacing: 0.1em;
	font-size: 10px;
	line-height: 20px;
}

#event_area .news .cont  {
	width: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	float: none;
}
#event_area .news .cont:before {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#event_area .title .btn_area {
	float: none;
	width: auto;
	margin: 30px 5% 0px;
}
#event_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#event_area .title .btn_area ul {
	text-align:center;
}
#event_area .title .btn_area ul li {
	display:inline-block;
	text-align:center;
	font-size:10px !important;
}
#event_area .title .btn_area ul .rss_btn {
	width: 15%;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	float: none;
	font-size: 10px;
}
#event_area .title .btn_area ul .rss_btn a {
	color:#FFF;
}
#event_area .title .btn_area ul .cate_btn {
	width: 40%;
	line-height: 23px;
	margin: 0px;
	float: none;
	padding: 0;
}
#event_area .title .btn_area ul .cate_btn a {
	padding: 0;
	float: none;
	background: #fff;
}
#event_area .title .btn_area ul .cate_btn .fa {
	margin: 5px 3px 0px 0px;
}



#event_area .title .btn_area ul .ichiran_btn {
	width: 40%;
	line-height: 23px;
	margin: 0;
	padding: 0;
	float: none;
}
#event_area .title .btn_area ul .ichiran_btn a {
	padding: 0;
}
#event_area .title .btn_area ul .ichiran_btn .fa {
	margin: 7px 3px 0px 0px;
}
}

@media only screen and (max-width: 768px){
#event_area .title .btn {
	width: auto;
	text-align: center;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 23px;
	margin: 15px 5px 0px;
	font-size: 10px;
}
}

@media only screen and (max-width: 425px){
#event_area .event .event_box{
	float: none;
	width: 100%;
	box-sizing:border-box;
}
#event_area .event .event_box2{
	margin: 0;
	padding: 20px 3%;
}
#event_area .event .event_box:nth-child(2n) {
	float: none;
}
#event_area .event .event_box:nth-child(3n) {
}
}
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 10px rgba(136, 136, 136, 0.6);
}

/****************************************
　ニュ`ス
*****************************************/
#news_area.index {
	/* padding: 60px 0px; */
	/* max-width:1080px; */
	/* margin: 0 auto; */
	width:  auto;
	float:  none;
	padding: 0;
}
#news_area .title {
	margin: 0px 0px 30px;
}
#news_area .title .st {
	font-size: 22px;
	text-align: center;
	margin: 0px auto;
	width: 22%;
}
#news_area .title .st span::before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/images/index/icon_news.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .title .btn_area {
	float: right;
	width: 33%;
	font-size: 12px;
	font-weight: bold;
	margin: -30px 0px 0px;
}
#news_area .title .btn_area ul .rss_btn {
	width: 15%;
	text-align: center;
	line-height: 32px;
	margin: 0px 3% 0px 0px;
	float: left;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
	background: #9a9a9a;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
	border: solid 2px #9a9a9a;
}
#news_area .title .btn_area ul .rss_btn a:hover {
	color:#9a9a9a;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display:block;
}
#news_area .title .btn_area ul .cate_btn {
	width: 38%;
	text-align: center;
	line-height: 32px;
	margin: 0px 3% 0px 0px;
	float: left;
}
#news_area .title .btn_area ul .cate_btn a {
	color: #cb2837;
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .cate_btn a:hover {
	color: #fff;
	background:#cb2837;
	display:block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 10px 5px 0px 0px;
	float: right;
}
#news_area .title .btn_area ul .ichiran_btn {
	float: left;
	font-size: 12px;
	color: #FFF;
	width: 36%;
	text-align: center;
	line-height: 32px;
}
#news_area .title .btn_area ul .ichiran_btn a {
	background: #cb2837;
	color: #FFF;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .ichiran_btn a:hover {
	background: #FFF;
	color: #cb2837;
	display: block;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 2px solid #cb2837;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 13px 5px 0px 0px;
	float: right;
}






@media only screen and (max-width: 1000px){
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 30px 5% 0px;
}
#news_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .title .btn_area ul {
	text-align:center;
}
#news_area .title .btn_area ul li {
	display:inline-block;
	text-align:center;
	font-size:10px !important;
}
#news_area .title .btn_area ul .rss_btn {
	width: 80px;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	float: none;
	font-size: 10px;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
}
#news_area .title .btn_area ul .cate_btn {
	width: 150px;
	line-height: 23px;
	margin: 0px;
	float: none;
	padding: 0;
}
#news_area .title .btn_area ul .cate_btn a {
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 5px 3px 0px 0px;
}
#news_area .title .btn_area ul .ichiran_btn {
	width: 150px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .ichiran_btn a {
	padding: 0;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 7px 3px 0px 0px;
}
}
@media only screen and (max-width: 768px){
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 30px 5% 0px;
}
#news_area .title .btn_area:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

#news_area .title .btn_area ul {
	text-align:center;
}
#news_area .title .btn_area ul li {
	display:inline-block;
	text-align:center;
	font-size:10px !important;
}
#news_area .title .btn_area ul .rss_btn {
	width: 15%;
	line-height: 23px;
	margin: 0px 0px 0px 0px;
	float: none;
	font-size: 10px;
}
#news_area .title .btn_area ul .rss_btn a {
	color:#FFF;
}
#news_area .title .btn_area ul .cate_btn {
	width: 40%;
	line-height: 23px;
	margin: 0px;
	float: none;
	padding: 0;
}
#news_area .title .btn_area ul .cate_btn a {
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .cate_btn .fa {
	margin: 5px 3px 0px 0px;
}
#news_area .title .btn_area ul .ichiran_btn {
	width: 40%;
	line-height: 23px;
	margin: 0;
	padding: 0;
	float: none;
}
#news_area .title .btn_area ul .ichiran_btn a {
	padding: 0;
}
#news_area .title .btn_area ul .ichiran_btn .fa {
	margin: 7px 3px 0px 0px;
}
}

@media only screen and (max-width: 1000px){
#news_area {
	padding: 30px 0px;
}
#news_area .title {
	margin: 0px 0px 15px;
}
#news_area .title .st {
	font-size: 18px;
	width: auto;
	margin: 0 0 15px;
}
#news_area .title .st span::before{
	margin: 0 5px 0 0;
	content: " ";
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/images/index/icon_news.png);
	background-size: contain;
	vertical-align: middle;
}
#news_area .title .btn_area {
	float: none;
	width: auto;
	margin: 0px 5% 0px;
}


}






/****************************************
　遮掴寄僥について
*****************************************/
#about_area {
	padding: 80px 0px 100px;
}
#about_area .title span::before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 23px;
	height: 19px;
	background: url(/images/index/icon_about.png);
	background-size: contain;
	vertical-align: middle;
}
#about_area .innar:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#about_area .about_box {
	width: 23%;
	margin: 0px 2.5% 35px 0px;
	float: left;
}
#about_area .about_box a {
	display:block;
}
#about_area .about_box:nth-child(4n) {
	margin: 0px 0px 35px 0px;
}
#about_area .about_box .img {
	margin: 0px 0px 20px;
}
#about_area .about_box .st {
	font-size: 16px;
	font-weight: bold;
	color: #bb1424;
	margin: 0px 0px 15px;
	text-align: center;
}

@media only screen and (max-width: 768px){
#about_area {
	padding: 40px 0px;
}
#about_area .title span::before{
	margin: 0 8px 0 0;
	content: " ";
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url(/images/index/icon_about.png);
	background-size: contain;
	vertical-align: middle;

}
#about_area .innar:after{
content: "."; 
display: block; 

height: 0; 
clear: both; 
visibility:hidden;
}
#about_area .about_box {
	width: 48%;
	margin: 0px 0px 20px 0px;
}
#about_area .about_box:nth-child(2n) {
	width: 48%;
	margin: 0px 0px 20px 0px;
	float:right;
}
#about_area .about_box:nth-child(4n) {
	width: 48%;
	margin: 0px 0px 20px 0px;
	float:right;
}
#about_area .about_box .img {
	margin: 0px 0px 15px;
}
#about_area .about_box .img img {
	width:100%;
	height:auto;
}
#about_area .about_box .st {
	font-size: 14px;
	margin: 0px 0px 10px;
}
}



/****************************************
　スペシャルコンテンツ
*****************************************/
#sp_contents_area {
	padding: 80px 0px 100px;
	background: url(/images/index/bg03.jpg) no-repeat center top;
	background-size:cover;
}
#sp_contents_area .title span::before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 23px;
	height: 19px;
	background: url(/images/index/icon_about.png);
	background-size: contain;
	vertical-align: middle;
}

#sp_contents_area .link_box {
	float: left;
	width: 48%;
	background: #FFF;
	margin: 0px 0px 30px;
}
#sp_contents_area .link_box a{
	display: block;
}
#sp_contents_area .link_box a:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}

/* Reveal */
.border {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.border:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #bb1424;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index:0;
}
.border:hover:before, .border:focus:before, .border:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 5px;
}

/* Reveal */
.border2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.border2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #e18c92;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index:0;
}
.border2:hover:before, .border2:focus:before, .border2:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 5px;
}


#sp_contents_area .link_box_red {
	background: #cb2837;
}
#sp_contents_area .link_box_red a {
	color: #FFF;
}
#sp_contents_area .link_box:nth-child(2n) {
	float: right;
}
#sp_contents_area .link_box:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#sp_contents_area .link_box .img {
	float: left;
	width: 48%;
	margin: 1px 0 1px 1px;
}
#sp_contents_area .link_box .txt {
	float: left;
	padding: 6% 0 0;
	margin: 0 1% 0 3%;
	width: 46%;
}
#sp_contents_area .link_box .txt2 {
	padding: 30px 0px 10px;
}
#sp_contents_area .link_box .txt .st {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #bb1424;
	padding: 0px 0px 10px;
}
#sp_contents_area .link_box .txt .blank::after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#sp_contents_area .link_box .txt p {
	margin: 0;
	font-size: 13px;
}
.countdown ul li {
	float: left;
	text-align: center;
	vertical-align: middle;
}
.countdown ul .st {
	width: 62.5%;
}
.countdown ul .num {
	margin: 0px 1% 0px 0px;
	width: 8%;
}
.countdown ul .day {
	margin: 0px 1% 0px 0px;
	width: 6%;
}


@media only screen and (max-width: 1000px){
#sp_contents_area .link_box .txt .st {
	margin: 0px;
	font-size: 13px;
	padding: 0px 0px 3px;
}
#sp_contents_area .link_box .txt p {
	margin: 0;
	font-size:10px;
	line-height: 1.5em;
}
}


@media only screen and (max-width: 768px){
#sp_contents_area {
	padding: 40px 0px;
	background: url(/images/index/bg03.jpg) no-repeat center top;
	background-size:cover;
}
#sp_contents_area .title span::before{
	margin: 0 10px 0 0;
	content: " ";
	display: inline-block;
	width: 19px;
	height: 17px;
	background: url(/images/index/icon_sclogo.png);
	background-size: contain;
	vertical-align: middle;
}

#sp_contents_area .link_box {
	float: none;
	width: auto;
	margin: 0px 0px 15px;
}
#sp_contents_area .link_box_red {
}
#sp_contents_area .link_box_red a {
	color: #FFF;
}
#sp_contents_area .link_box:nth-child(2n) {
	float: none;
}
#sp_contents_area .link_box:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
#sp_contents_area .link_box .img {
	margin: 0;
}
#sp_contents_area .link_box .img img {
	width: 100%;
	height:auto;
}
#sp_contents_area .link_box .txt {
	float:left;
	width: 45%;
	padding: 4% 0 0 5px;
}
#sp_contents_area .link_box .txt2 {
	padding: 5% 0 0 5px;
}
#sp_contents_area .link_box .txt .st {
	margin: 0px;
	font-size: 13px;
	padding: 0px 0px 3px;
}
#sp_contents_area .link_box .txt .blank::after{
	margin: 0 0 0 5px;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#sp_contents_area .link_box .txt p {
	margin: 0;
	font-size:10px;
	line-height: 1.5em;
}
.countdown {
	margin: 0;
}
.countdown ul li {
	float: left;
	text-align: center;
	vertical-align: middle;
}
.countdown ul .st {
	width: 62.5%;
}
.countdown ul .num {
	margin: 0px 1% 0px 0px;
	width: 8%;
}
.countdown ul .day {
	margin: 0px 1% 0px 0px;
	width: 6%;
}

@media all and (orientation: landscape) {
	
#sp_contents_area .link_box {
	float: none;
	width: auto;
	margin: 0px 0px 15px;
}
#sp_contents_area .link_box:nth-child(2n) {
	float: none;
}
	
}

}

@media only screen and (max-width: 420px){
	
#sp_contents_area .link_box {
	float: none;
	width: auto;
	margin: 0px 0px 15px;
}
#sp_contents_area .link_box:nth-child(2n) {
	float: none;
}
#sp_contents_area .link_box .txt {
	float:left;
	width: 45%;
	padding: 2% 0 0 5px;
}
#sp_contents_area .link_box .txt2 {
	padding: 3% 0 0 5px;
}
}

.title .pickup:before{
	margin: 0 10px 5px 0;
	content: " ";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: contain;
	vertical-align: middle;
	background-image: url(/images/index/icon_pickup.png);
}
@media only screen and (max-width: 420px){
.title .pickup:before{
	margin: 0 5px 5px 0;
	width: 15px;
	height: 15px;
}
}


.pickup_bnr {
	max-width: 1080px;
	margin: 0 auto 75px;
	padding: 45px 10px 0px;
}
.pickup_bnr ul .bnr1 {
	float: left;
	width: 49%;
}
.pickup_bnr ul .bnr2 {
	float: right;
	width: 49%;
}
.pickup_bnr li img {
    width: 100%;
    height: auto;
}


.pickup_bnr ul .link_box_red {
	background: #cb2837;
}
.pickup_bnr ul .link_box_red a {
	display:block;
}
.pickup_bnr ul .link_box .img {
	float: left;
	width: 40%;
	margin: 1px 0 1px 1px;
}
.pickup_bnr ul .link_box .txt {
	float: left;
	padding: 6% 0 0;
	margin: 0 1% 0 3%;
	width: 50%;
}
.pickup_bnr ul .link_box .txt2 {
	padding: 30px 0px 10px;
}
.pickup_bnr ul .link_box .txt .st {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #bb1424;
	padding: 0px 8px 10px 0;
}
.pickup_bnr ul .link_box .txt p {
	margin: 0;
	font-size: 13px;
	color: #fff;
}
.pickup_bnr ul .link_box .txt p::after{
	margin: 0 0 0 2px;
	content: " ";
	display: inline-block;
	width: 6px;
	height: 5px;
	background: url(/images/common/blank_icon_w.png);
	background-size: contain;
	vertical-align: middle;
}

.countdown ul li {
	float: left;
	text-align: center;
	vertical-align: middle;
}
.countdown ul .st {
	width: 62.5%;
}
.countdown ul .num {
	margin: 0px 1% 0px 0px;
	width: 8%;
}
.countdown ul .day {
	margin: 0px 1% 0px 0px;
	width: 6%;
}


@media only screen and (max-width: 930px){
.pickup_bnr ul .link_box .txt2 {
	padding: 10px 0px 5px;
	margin:  0;
	width: 59%;
}
.pickup_bnr ul .link_box .txt .st {
	margin: 0;
	font-size: 15px;
	font-weight: bold;
	color: #bb1424;
	padding: 0px 0px;
}
.pickup_bnr ul .link_box .txt p {
	margin: 0;
	font-size: 8px;
	color: #fff;
}

.countdown ul li {
	float: left;
	text-align: center;
	vertical-align: middle;
}
.countdown ul .st {
	width: 62.5%;
}
.countdown ul .num {
	margin: 0px 1% 0px 0px;
	width: 8%;
}
.countdown ul .day {
	margin: 0px 1% 0px 0px;
	width: 6%;
}
}


@media only screen and (max-width: 768px){
.pickup_bnr {
	margin: 15px 5% 10px;
	padding: 0px;
}
.pickup_bnr ul .bnr1 {
	/*width: 48%;*/
	margin: 0 auto;
}
.pickup_bnr ul .bnr2 {
	/*width: 48%;*/
	margin:  0 auto;
}
}
@media only screen and (max-width: 425px){
.pickup_bnr {
}
.pickup_bnr ul .bnr1 {
	width: auto;
	float:none;
	margin: 0 auto 10px;
}
.pickup_bnr ul .bnr2 {
	width: auto;
	float:none;
	margin: 0 auto 10px;
}
}




@media only screen and (max-width: 768px){
#top .slider_sp .slider_bnr {
	margin: 0px 5% 40px;
	padding: 0px;
	width: auto;
}
#top .slider_sp .slider_bnr li {
	width:48%;
	float:left;
	margin: 0px 0px 10px;
	text-align:  center;
}
#top .slider_sp .slider_bnr li:nth-child(even) {
	float: right;
}
#top .slider_sp .slider_bnr:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
}
@media only screen and (max-width: 640px) {
#top .slider_sp .slider_bnr ul {
display: flex;
flex-wrap: wrap;
}

#top .slider_sp .slider_bnr li {
width: 48%;
margin: 0 1% 2%;
}
}

@media only screen and (max-width: 425px){
#top .slider_sp .slider_bnr {
}
#top .slider_sp .slider_bnr li {
	float:none;
}
#top .slider_sp .slider_bnr li:nth-child(even) {
	float:none;
}
#top .slider_sp .slider_bnr:after{}
}



/*++++++++++++++++++++++++++++++++++++
+
+　カレンダ`アイコン匯E
+
+++++++++++++++++++++++++++++++++++++*/


#event_area .pdf:before{
	content: "\f1c1";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#event_area .blank:before{
	margin: 0 2% 0 0;
	content: " ";
	display: inline-block;
	width: 12px;
	height: 10px;
	background: url(/images/common/blank_icon_r.png);
	background-size: contain;
	vertical-align: middle;
}
#event_area  .excel:before{
	content: "\f1c3";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}
#event_area  .word:before{
	content: "\f1c2";
	font-family: FontAwesome;
	margin: 0 1% 0 0;
	font-size: 14px;
	color: #CB2837;
	font-weight: normal;
}






/* 2023/7/25弖紗
--------------------------------------------------------- */

/****************************************
　slider pager
*****************************************/
/* bxslider */
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666!important;
    width: 30px!important;
    height: 5px!important;
    margin: 0 5px!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #d43434!important;
}
@media only screen and (max-width: 768px){
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px!important;
    height: 3px!important;
    margin: 0 5px!important;
}
}


/* slick */
.slick-dots {
    bottom: -20px!important;
}
.slick-dots li {
    width: 30px!important;
    height: 5px!important;
    margin: 0 5px!important;

}
.slick-dots li button:before {
    content: ""!important;
    width: 30px!important;
    height: 5px!important;
    background: #666!important;
}
.slick-dots li.slick-active button:before {
	background: #CB2837!important;
}
@media only screen and (max-width: 768px){
.slick-dots {
    bottom: -20px!important;
}
.slick-dots li {
    width: 15px!important;
    height: 3px!important;
    margin: 0 5px!important;
}
.slick-dots li button:before {
    width: 15px!important;
    height: 3px!important;
}
.slick-dots li.slick-active button:before {
	background: #CB2837!important;
}
}



/****************************************
　slider 文咫
*****************************************/
/* bxslider */
/*.bx-wrapper .bx-prev {
	left: 2%;
	background: url(/images/index/prev.png) no-repeat;
	background-size: contain;
	width:35px !important;
	height:35px !important;
}
.bx-wrapper .bx-next {
	right: 2%;
	background: url(/images/index/next.png) no-repeat;
	background-size: contain;
	width:35px !important;
	height:35px !important;
}*/


/* slick */
.slick-slide a img {
    transition: opacity 0.2s;
}
.slick-slide a:hover img {
    opacity: 0.8;
}
.slick-slide {
	height: auto!important;
	margin: 0 10px;
}
.slick-prev {
    left: -40px!important;
}
.slick-next {
    right: -40px!important;
}
.slick-prev, .slick-next {
    width: 35px!important;
    height: 35px!important;
    top: 50%!important;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    margin-top: 0!important;
    z-index: 8!important;
}
.slick-prev:before, .slick-next:before {
    opacity: 1!important;
    content: "";
    display: block;
}
.slick-prev:before,
.slick-next:before {
    width: 35px!important;
    height: 35px!important;
}
.slick-prev:before {
    background: url(/images/index/prev.png) no-repeat!important;
    background-size: contain!important;
}
.slick-next:before {
    background: url(/images/index/next.png) no-repeat!important;
    background-size: contain!important;
}
@media only screen and (max-width: 768px){
.slick-prev {
    left: 5%!important;
}
.slick-next {
    right: 5%!important;
}
.mid_slider .slick-prev {
    left: -8%!important;
}
.mid_slider .slick-next {
    right: -8%!important;
}
.slick-prev, .slick-next {
    width: 25px!important;
    height: 25px!important;
    z-index: 8!important;
}
.slick-prev:before,
.slick-next:before {
    width: 25px!important;
    height: 25px!important;
}
.slick-prev:before {
    background: url(/images/index/prev.png) no-repeat!important;
    background-size: contain!important;
}
.slick-next:before {
    background: url(/images/index/next.png) no-repeat!important;
    background-size: contain!important;
}
}



/* slickレスポンシブ */
@media only screen and (max-width: 768px){
.slick-slide {
	height: auto!important;
	margin: 0!important;
}
.slider2 .slick-slide {
	margin: 0 2.5%; /* 恣嘔に5%のマ`ジンをO協2.5%ずつ */
}
.slider2 .slick-slide img {
	width: 95%;
	margin: 0 auto;
}
}



/****************************************
　top_inner
*****************************************/
.top_inner {
	max-width: 1000px;
	margin: 0 auto;
	width: 90%;
}



/****************************************
　sttl
*****************************************/
h2.sttl {
	font-size: 30px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	margin: 0 auto 50px;
	letter-spacing: 0.025em;
	width: fit-content;
}
h2.sttl_r {
	font-size: 25px;
	text-align: center;
	font-weight: 300;
	margin-bottom: 35px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1em;
	color: #cb2837;
	position: relative;
	padding: 0 1em;
}
h2.sttl_r::before,
h2.sttl_r::after {
	content: "";
	width: 1px;
	height: 1em;
	display: inline-block;
	background: linear-gradient(180deg, #cb2837 0, #cb2837 16.6333px, #fff 16.6333px, #fff 20px, #cb2837 20px, #cb2837 100%);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform : translateY(-50%);
}
h2.sttl_r::before {
	left: 0;
}
h2.sttl_r::after {
	right: 0;
}

@media only screen and (max-width: 768px){
h2.sttl {
	font-size: 25px;
	margin-bottom: 40px;
}
h2.sttl_r {
	margin-bottom: 20px;
	padding: 0 0.8em;
}
h2.sttl_r::before,
h2.sttl_r::after {

background: linear-gradient(180deg, #cb2837 0, #cb2837 17px, #fff 17px, #fff 20px, #cb2837 20px, #cb2837 100%);

/* height: 0.8em; */
}
h2.sttl_r::before {

}
h2.sttl_r::after {

}
}



/****************************************
　top_mv
*****************************************/
.top_mv {
	margin-bottom: 100px;
	height: 64.32vw;
}
.top_mv .slider li {
	display: none;
}
.top_mv .bx-viewport .slider li {
	display: block;
}
@media only screen and (max-width: 970px){
.top_mv {
	margin-top: 60px;
}
}
@media only screen and (max-width: 768px){
.top_mv {
	margin-bottom: 50px;
}
}





.slick-slide a:hover img {
    opacity: 0.8;
}

/****************************************
　mid_slider
*****************************************/
.mid_slider {
	max-width: 800px;
	margin: 0 auto 90px;
	width: 90%;
}
@media only screen and (max-width: 768px){
.mid_slider {
	/* margin-bottom: 70px; */
	width: 85%;
}
}



/****************************************
　konan_pickup
*****************************************/
.konan_pickup,
.konan_topics {
	max-width: 1000px;
	margin: 0 auto 130px;
	width: 90%;
}
@media only screen and (max-width: 768px){
.konan_pickup,
.konan_topics {
	margin-bottom: 122px;
	width: 100%;
}
}



/****************************************
　intro_area
*****************************************/
/*#intro_area {
	background: url("/images/index/intro_bg.jpg") no-repeat;
	background-size: cover;
	height: 500px;
}*/
#intro_area {
	overflow: hidden;
	/* min-height: 500px; */
	margin-bottom: 100px;
}
#intro_area a {
	position: relative;
	display: block;
}
#intro_area a > img {
	transition: 0.2s all;
	object-fit: cover;
	width: 100%;
	-webkit-transition: -webkit-transform 1.8s cubic-bezier(.165,.84,.44,1);
	transition: -webkit-transform 1.8s cubic-bezier(.165,.84,.44,1);
	transition: transform 1.8s cubic-bezier(.165,.84,.44,1);
	transition: transform 1.8s cubic-bezier(.165,.84,.44,1),-webkit-transform 1.8s cubic-bezier(.165,.84,.44,1);
}
#intro_area:hover a > img {
	transform: scale(1.1);
}
#intro_area .txt_box {
	background: rgb(51 51 51 / 70%);
	width: 49.06%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
}
#intro_area .txt_box .txt_box_inn {
	width: calc(58.39% + 0.8em);
	margin: 0 11.37% 0 auto;
	max-width: 343.8552px;
}
#intro_area .txt_box .txt_box_inn .copy {
	font-size: calc(28/1400*100vw);
	color: #fff;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 10px;
	border-left: 2px solid #cb2837;
	padding-left: 0.8em;
}
#intro_area .txt_box .txt_box_inn .copy span {
	font-size: calc(16/1400*100vw);
	display: block;
	margin-top: 20px;
}
#intro_area .txt_box .txt_box_inn .logo_img {
	max-width: 214.8211px;
	width: 62.47%;
	margin-left: auto;
}
@media only screen and (min-width: 1400px){
#intro_area .txt_box .txt_box_inn .copy {
	font-size: 28px;
}
#intro_area .txt_box .txt_box_inn .copy span {
	font-size: 16px;
}
}
@media only screen and (max-width: 768px){
#intro_area {
	margin-bottom: 50px;
}
#intro_area .txt_box {
	width: 49.06%;
	height: 100%;
}
#intro_area .txt_box .txt_box_inn {
	width: 90%;
	margin: 0 auto 0 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#intro_area .txt_box .txt_box_inn .copy {
	font-size: calc(30/750*100vw);
	margin-bottom: 27px;
	padding-left: 0.5em;
}
#intro_area .txt_box .txt_box_inn .copy span {
	font-size: calc(18/750*100vw);
	margin-top: 0;
}
#intro_area .txt_box .txt_box_inn .logo_img {
	width: 57.66%;
	margin: 0 auto;
}
}



/****************************************
　im_news_area 
*****************************************/
#im_news_area {
	margin-bottom: 90px;
}
#im_news_area ul a {
	transition: background 0.2s;
}
#im_news_area ul li {
	/* border-bottom: 1px solid #cb2837; */
	/* padding-bottom: 15px; */
}
#im_news_area ul li:last-child {
}
#im_news_area ul li:not(:last-child) {
	/* margin-bottom: 15px; */
}
#im_news_area ul li a {
	padding: 15px 0;
	display: block;
	transition: background 0.2s;
}
#im_news_area ul:hover a {
	background: #ffeded;
}
#im_news_area ul li a .date {
	color: #666;
	margin-bottom: 5px;
	font-size: 13px;
}
#im_news_area ul li a .news_ttl {
	font-size: 15px;
}
@media only screen and (max-width: 768px){
#im_news_area {
	margin-bottom: 53px;
}
#im_news_area ul li {
	/* border-bottom: 1px solid #cb2837; */
	/* padding-bottom: 15px; */
}
#im_news_area ul li:not(:last-child) {
	/* margin-bottom: 15px; */
}
#im_news_area ul li a {
	padding: 10px 0;
}
#im_news_area ul li a .date {
	font-size: 10px;
}
#im_news_area ul li a .news_ttl {
	font-size: 12px;
}
}



/****************************************
　news_area
*****************************************/
#news_area {
	margin-bottom: 105px;
}
#news_area h2.sttl {
	margin-bottom: 25px;
}
#news_area .cate_btn {
	/* margin-bottom: 25px; */
	/* display: flex; */
	/* justify-content: flex-end; */
	width: 150px;
	margin-left: auto;
}
#news_area .title {
    margin-bottom: 20px;
}
#news_area .news ul{
	border-bottom: none;
	padding: 0;
}
#news_area .news ul:first-child {
	border-bottom: none;
	border-top: none;
}
#news_area .news ul:hover {
	background: none;
}
#news_area ul {
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	gap: 0 5px;
}
#news_area ul li {
	/* width: calc(49.75% - 10px - 30px); */
	width: calc(50% - 10px - 30px - 3px);
	background: #f0f0f0;
	margin-bottom: 5px;
	padding: 10px 30px 10px 10px;
	transition: background 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* height: calc(100% - 20px); */
}
#news_area ul li:hover {
	background: #ffeded;
}
#news_area ul li a {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
	align-items: center;
	height: 100%;
}
#news_area ul li .flex_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
#news_area ul li .thumbnail {
	width: 20.1%;
}
#news_area ul li .thumbnail {
	width: calc(20.1% + 10px + 30px);
	max-width: 100px;
	height: 100px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#news_area ul li .thumbnail img {
	width: auto;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
#news_area ul li .txt_area {
	width: calc(70.09% + 10px + 30px);
	height: 100%;
}
#news_area ul li .icon {
	 background: #cb2837!important;
	 margin-bottom: 0;
	 border-radius: 0;
	 -moz-border-radius: 0;
	 -webkit-border-radius: 0;
	 font-size: 12px;
	 letter-spacing: 0.05em;
	 width: 85px;
	 min-width: inherit;
}
#news_area ul li .news_title {
	font-size: 14px;
	line-height: 1.785;
}
#news_area .news-listing-box {
	margin-bottom: 75px;
	padding: 0!important;
}
#news_area .news ul:after {
	display: none;
}
@media only screen and (max-width: 768px){
#news_area {
	margin-bottom: 56.5px;
}
#news_area h2.sttl {
	margin-bottom: 0;
}
#news_area .cate_btn {position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform : translateY(-50%);right: 0;width: 28.98%;max-width: 100px;}
#news_area .title {
    margin-bottom: 40px;
    position: relative;
}
#news_area .news ul{
	border-bottom: none;
	padding: 0;
}
#news_area .news ul:first-child {
}
#news_area .news ul:hover {
	background: none;
}
#news_area ul {
	display: block;
}
#news_area ul li {
	width: 90%;
	margin-bottom: 15px;
	padding: 15px 5%;
}
#news_area ul li:hover {
	background: #ffeded;
}
#news_area ul li a {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
	align-items: center;
}
#news_area ul li .flex_area {
    align-items: flex-start;
    margin-bottom: 8px;
}
#news_area ul li .date {
	font-size: 10px;
}
#news_area ul li .thumbnail {
	width: 20.1%;
}
#news_area ul li .thumbnail {
	width: calc(24.38% + 10%);
	max-width: 84.145px;
	/* max-width: inherit; */
	height: 84.145px;
}
#news_area ul li .thumbnail img {
}
#news_area ul li .txt_area {
	width: calc(62.56% + 10%);
}
#news_area ul li .icon {
	 width: fit-content;
	 min-width: calc(62px - 2em);
	 padding: 4px 1em 1px;
	 letter-spacing: 0.05em!important;
}
#news_area ul li .news_title {
	font-size: 12px;
}
#news_area .news .pdf:after,
#news_area .news .blank:after {
    display: none;
}
#news_area .news .blank:before {
	width: 12px;
	height: 10px;
	display: inline-block;
	margin: 0 2% 0 0;
}
#news_area .news-listing-box {
	margin-bottom: 30px;
}
}


/* btn_area */
#news_area .btn_area {
	display: flex;
	justify-content: center;
	gap: 0 3%;
	width: 90%;
	margin: 0 auto;
}
#news_area .btn_area .btn {
	width: 100%;
	max-width: 400px;
	height: 60px;
}
#news_area .btn_area .btn a {
	background: #cb2837;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
#news_area .btn_area .btn a::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#news_area .btn_area .btn a span {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px){
#news_area .btn_area {
	display: block;
	width: 100%;
	margin: 0 auto;
}
#news_area .btn_area .btn {
	height: 52px;
	max-width: inherit;
	width: 72.46%;
	margin: 0 auto;
}
#news_area .btn_area .btn:not(:last-child) {
	margin-bottom: 15px;
}
#news_area .btn_area .btn a::before {
	border-left: 7px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
#news_area .btn_area .btn a span {
	font-size: 12px;
}
}




/* プルダウンメニュ` */
#news_area .title .btn_area ul .cate_btn {
	width: 150px;
}
.sod_select {
    font-size: 13px!important;
    text-align: center!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    padding: 7px!important;
}
.sod_select .sod_label {
	padding-right: 0!important;
}
.sod_select:before, .sod_select:after {
    top: 48%!important;
    -webkit-transform : translateY(-50%)!important;
    transform : translateY(-50%)!important;
}
.sod_select .sod_list_wrapper {
    width: 150px!important;
    border-radius: 0!important;
}
.sod_select .sod_option,
.sod_select .sod_option.selected {
    font-size: 12px!important;
    padding: 7px!important;
}
@media only screen and (max-width: 768px){
#news_area .title .btn_area ul .cate_btn {
	width: 150px!important;
}
.sod_select {
    /* font-size: 13px!important; */
    padding: 7px;
}
.sod_select .sod_label {
	font-size: 10.5px;
}
.sod_select .sod_list_wrapper {
	width: calc(100% + 4px)!important;
	text-align: center!important;
}
.sod_select.touch select {
	/*font-size: 10.5px!important;*/
}
}



/****************************************
　instagram_area
*****************************************/
.instagram_area {
	background: linear-gradient(90deg, rgb(243 130 89 / 31%) 0%, rgb(233 127 167 / 31%));
	padding: 90px 0 100px;
}
.instagram_area h2.sttl span {
	display: block;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	margin-top: 20px;
}
.instagram_area .ttl_area {
	position: relative;
}
.instagram_area .icon {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 5%;
}
.instagram_area .insta_list {
	display: flex;
	/*justify-content: space-between;*/
	flex-flow: wrap;
	gap: 0 17px;
}
.instagram_area .insta_list li {
	width: calc(100%/4 - 13px);
	height: 20.96vw;
	margin-bottom: 17px;
	max-height: 236.3636px;
	max-width: 236.3636px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.instagram_area .insta_list li p {
	display: none;
}
.instagram_area .insta_list li img,
.instagram_area .insta_list li video {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 768px){
.instagram_area {
	padding: 35px 0 25px;
}
.instagram_area h2.sttl span {
	font-size: 10px;
	margin-top: 8px;
}
.instagram_area .icon {
	width: 6.93%;
	bottom: auto;
	top: 50%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.instagram_area .insta_list {
	gap: 0 8.4px;
}
.instagram_area .insta_list li {
	width: calc(100%/3 - 6px);
	margin-bottom: 10px;
	/* height: 15.85vw; */
	height: 27.9vw;
	max-height: inherit;
	max-width: inherit;
}
}

/*============
2024.1.19弖紗
============*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 70.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px){
.iframe-wrapper {
  padding-bottom: 125%;
}
.iframe-wrapper iframe {
  height: 125%;
}
}


