@charset "euc-jp";
/* CSS Document */
/* ******************************
 *
 * Since:    2023-3-28
 * Modified: 2023-3-28
 * Editor:   hara@DiiV
 *
 * temp-sys ver1.01
 * Information: CSS for all
 *
 * ******************************
 */

body{
	background: #FFFFFF;
	color:#666A72;
	font-family:"�ᥤ�ꥪ", "�ҥ饮�γѥ� Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "�ͣ� �Х����å�", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:1.5em;
	letter-spacing: 0em;
}

a:link,
a:visited{
	color: #666A72;
	text-decoration: none;
}
a:hover,
a:active{
	color: #FF2E53;
	text-decoration: none;
}

.column_left,
.inner_left{
	float: left;
}
.column_center,
.inner_center{
	float: left;
}
.column_right,
.inner_right{
	float: right;
}

.pc{
	display: block;
}
.sp{
	display: none;
}

/***** link_area *****/
#link_area{
	font-family: "�⥴���å���", YuGothic, "�⥴���å� Medium", "Yu Gothic Medium", "�⥴���å�", "Yu Gothic", sans-serif;
	font-size: 20px;
	color: #000;
	line-height: 1.5em;
	width: 1000px;
	margin: 0 auto 100px;
}

#link_area img{
	display: block;
}

#link_area .column_left,
#link_area .column_center,
#link_area .column_right{
	text-align: center;
}

#link_area .column_center{
	margin-left: 20px;
}

#link_area .section_lv1{
	margin-bottom: 20px;
}

#link_area .img_01{
	margin-bottom: 10px;
}

#link_area a:link,
#link_area a:visited{
	color: #000;
}
#link_area a:hover,
#link_area a:active{
	color: #FF2E53;
}


/*SP*/
#link_area_sp{
	font-family: "�⥴���å���", YuGothic, "�⥴���å� Medium", "Yu Gothic Medium", "�⥴���å�", "Yu Gothic", sans-serif;
	font-size: 18px;
	width: 630px;
	padding: 0 5px;
	margin: 0 auto 80px;
}

#link_area_sp img{
	display: block;
}

#link_area_sp .column_left,
#link_area_sp .column_center,
#link_area_sp .column_right{
	text-align: center;
}


#link_area_sp .img_01{
	margin-bottom: 10px;
}

#link_area_sp .section_lv1{
	margin-bottom: 30px;
}

/***** banner_area *****/
.banner_area{
	width: 950px;
	margin: 0 auto;
}

.banner_area img{
	display: block;
	margin-bottom: 10px
}

.banner_area .section_lv1{
	margin-bottom: 30px;
	text-align: center;
}

.banner_area p{
	font-size: 18px;
	color: #000;
}

/*SP*/
.banner_area_sp{
	width: 640px;
	margin: 0 auto;
}

.banner_area_sp img{
	display: block;
}

.banner_area_sp li{
	margin-bottom: 20px;
	line-height: 0;
}


/***** header *****/
header{
	font-family: "�⥴���å���", YuGothic, "�⥴���å� Medium", "Yu Gothic Medium", "�⥴���å�", "Yu Gothic", sans-serif;
	margin-bottom: 140px;
	text-align: center;
}

header #header_top{
	background: rgba(0,0,0);
	min-height: 100px;
	font-size: 14px;
	line-height: 1.2em;
}

header #header_top .inner{
	max-width: 1600px;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;
	position: relative;
}

header #header_top .ci{
	position: absolute;
	left: 50%;
	top: 16px;
	transform: translateX(-50%);
}

header #header_top ul{
	float: right;
}

header #header_top li{
	margin-right: 17px;
	float: left;
}

header #header_top li.last_child{
	margin-right: 0;
}


header #header_top li.search > div {
  display: inline-block;
  position: relative;
}

header #header_top li.search > div:after {
  content: "";
  background: white;
  width: 3px;
  height: 15px;
  position: absolute;
  top: 25px;
  right: 0px;
  transform: rotate(135deg);
}

header #header_top li.search div input.txt_area {
  color: white;
  font-size: 16px;
  background: transparent;
  width: 4px;
  height: 4px;
  padding: 10px;
  border: solid 3px white;
  outline: none;
  border-radius: 16px;
  transition: width 0.5s;
}

header #header_top li.search div input.txt_area::placeholder {
  color: #efefef;
  opacity: 0;
  transition: opacity 150ms ease-out;
}

header #header_top li.search div input.txt_area:focus::placeholder {
  opacity: 1;
}

header #header_top li.search div input.txt_area:focus,
header #header_top li.search div input.txt_area:not(:placeholder-shown) {
  width: 250px;
}

header #header_bottom{
	background: #535353;
	font-size: 15px;
}

header #header_bottom ul{
	/*max-width: 1600px;*/
	text-align: center;
	margin: 0 auto;
}

header #header_bottom a.parent{
	line-height: 1.2em;
	color: #fff;
}

/* header menu */
header .g_menu { /* ��˥塼���ΤΥ������� */
  width: 100%;
  position: relative;
  color: #333; /* ʸ���� */
  background: #ffc0cb; /* �طʿ� */
  text-align: center;
}
 
header .g_menu li {
  display: inline-block;
	margin: 0;
	vertical-align: top;
}
 
header .g_menu a { /* �ƹ��ܤΥ������� */
  display: block;
	padding: 6px 0;
}

header #header_bottom .menu{
	border-right: #fff 1px solid;
	padding: 0 5px;
	width: 15%;
}

header #header_bottom .menu.last_child{
	border: none;
}

header #header_bottom .menu .parent{
	letter-spacing: 0.2em;
}

header #header_bottom .menu:hover > a {
  background: #c3c3c3;
	transition: .5s;
}
 
header #header_bottom .child_menu { /* ���إ�˥塼�Υ������� */
  width: 100%;
  position: absolute;
  top: 100%; /* �ƹ��ܤ�ľ�������� */
  left: 0;
  color: #000;
  background: #c3c3c3;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  padding: 10px 0;
	z-index: 100;
}
 
header #header_bottom .menu:hover .child_menu { /* ���إ�˥塼�Υ�������ʿƹ��ܥۥС����� */
  visibility: visible;
  opacity: 1;
  transition: .5s;
}
 
header #header_bottom .child_menu a:link,
header #header_bottom .child_menu a:visited{
  color: #000;
}
header #header_bottom .child_menu a:hover {
  color: #C30002;
	text-decoration: underline;
}

header #header_bottom .child_menu .child_menu_inner{
	max-width: 1600px;
	padding-left: 4%;
}

header #header_bottom .child_menu li{
	max-width: 184px;
	margin-right: 4%;
}

header #header_bottom .arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/***** ����ե��᡼����� *****/
#info_area{
	max-width: 1600px;
	margin: 100px auto 100px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
}

#info_area h2{
	margin: 30px 0;
	font-size: 40px;
	letter-spacing: 0.4em;
	line-height: 1.2em;
}

#info_area li{
	width: 38%;
	display: inline-block;
	margin-right: 0.9%;
	font-size: 20px;
	line-height: 1.5em;
}

#info_area li a{
	color: #000;
}

#info_area li a:hover{
	text-decoration: underline;
}

#info_area .coution{
	border: 2px #5E5E5E solid;
	max-width: 58%;
	padding: 20px 10px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 1.2em;
	display: block;
}

#info_area .coution:hover{
	border: 2px #fb0606 solid;
	color: #fb0606;
}

#info_area .column_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#info_area .column_area .column_inner{
	width: 49.3%;
	text-align: center;
}


/***** �ٶȰ��� *****/
#kyugyo{
	font-family:"�⥴���å� Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",�ᥤ�ꥪ,Meiryo,sans-serif;
	max-width: 1600px;
	margin: 0 auto 100px;
}

#kyugyo h2{
	margin: 0 0 30px 0;
	font-size: 40px;
	letter-spacing: 0.4em;
	line-height: 1.2em;
	text-align: center;
}

#kyugyo ul{
	width: 950px;
	margin: 0 auto;
}


/***** footer *****/
footer{
	font-family: "�⥴���å���", YuGothic, "�⥴���å� Medium", "Yu Gothic Medium", "�⥴���å�", "Yu Gothic", sans-serif;
	width: 100%;
	margin: 0 auto;
	background: #000;
}

footer #footer_inner{
	max-width: 1580px;
	margin: 0 auto;
	padding: 30px 10px;
	color: #fff;
	text-align: left;
}

footer #footer_ci{
	margin-bottom: 50px;
	text-align: center;
}

footer #copy{
	margin-top: 50px;
	font-size: 11px;
	text-align: center;
}

footer #footer_inner .column_area .column_left,
footer #footer_inner .column_area .column_right{
	width: 48%;
}

footer #footer_inner .column_area{
	font-size: 14px;
	line-height: 1.5em;
}

footer #footer_inner .column_area .section_inner{
	margin-bottom: 50px;
}

footer #footer_inner .column_area h5{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.5em;
}

footer #footer_inner .column_area a:link,
footer #footer_inner .column_area a:visited{
	color: #fbc406;
}

footer #footer_inner .column_area a:hover{
	color: #fb0606;
}

/***** ���֥��饤�� *****/
#sub_slide{
	width: 100%;
	margin:  0 auto 70px;
	position: relative;
	overflow: hidden;
}

#sub_slide .title{
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
}

#sub_slide .title img{
	width: 17.3%;
}

#sub_slide .title p{
	margin: 20px 0;
}

#sub_slide .swiper-sub{
	max-width: 781px;
	padding-bottom: 50px;
	overflow: visible;
  z-index: 1;

}

#sub_slide .swiper-sub .swiper-slide-next,
#sub_slide .swiper-sub .swiper-slide-prev{
	background: #fff;
}

#sub_slide .swiper-sub img{
	opacity: 0.7;
}

#sub_slide .swiper-sub .swiper-slide-active img{
	opacity: 1.0;
}

#sub_slide .swiper-button-prev:after,
#sub_slide .swiper-button-next:after {
	display: none;
}

#sub_slide .swiper-button-prev,
#sub_slide .swiper-button-next{
	width: 58px;
	height: 218px;
	top: 376px;
}

#sub_slide .swiper-button-prev,
#sub_slide .swiper-container-rtl .swiper-button-next {
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/43204611/top/common/icon_sa_2303_pr.png) left center no-repeat;
  left: 0;
  right: auto;
	opacity: 1;
}
#sub_slide .swiper-button-next,
#sub_slide .swiper-container-rtl .swiper-button-prev {
	background: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/image.wowma.click/43204611/top/common/icon_sa_2303_ne.png) right center no-repeat;
  right: 0;
  left: auto;
	opacity: 1;
}

#sub_slide .swiper-pagination-bullet {
	position: relative;
  width: 60px;
  height: 6px;
  display: inline-block;
  border-radius: 0px;
  background: #8c8c8c;
	opacity: 1;
  /*opacity: 0.2;*/
}

#sub_slide .swiper-pagination-bullet::before {/*�ڡ����͡�������Ѳ���*/
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #535353;
}

#sub_slide .swiper-pagination-bullet-active::before {
  animation: paginationActive 4s linear forwards;
}

@keyframes paginationActive {
  100% {
    width: 100%;
    opacity: 1;
  }
}
/***** ���֥��饤�� *****/


#ban_area{
	font-family:"�⥴���å� Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",�ᥤ�ꥪ,Meiryo,sans-serif;
	max-width: 1600px;
	margin: 0 auto 100px;
	font-size: 20px;
	line-height: 1.5em;
	color: #000;
	margin: 0 auto;
}

#ban_area .column_inner{
	width: 49.3%;
}

#ban_area .link_btn{
	margin-top: 100px;
}

#ban_area .link_btn a{
	border: #595959 1px solid;
	width: 35.5%;
	padding: 25px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 25px;
	line-height: 1.5em;
	display: block;
}

#ban_area .link_btn a:link,
#ban_area .link_btn a:hover{
	color: #000;
}

#ban_area .link_btn a{
	opacity: 1;
	transition: all 0.3s 0s ease-in-out;
}

#ban_area .link_btn a:hover{
	opacity: 0.5;
}

#ban_area .link_btn span{
	position: relative;
}

#ban_area .link_btn span::after {
	content: "";
	position: absolute;
	display: block;
	top: 47%;
	left: -3px;
	transform: translateY(-50%);
	width: 1.2em;
	height: 1.2em;
	border: 1px solid #454545;
	border-radius: 50%;
}

#ban_area .link_btn span::after:hover{
	border-color: #FC070B;
}

#ban_area .s_ban_area{
	max-width: 950px;
	margin: 0 auto 20px;
}

#ban_area .s_ban_area .column_inner{
	width: 48.8%;
}



@media only screen and (max-width: 640px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	header{
		margin-bottom: 40px;
	}

	/***** header *****/
	header #header_top{
		min-height: 100px;
		font-size: 16px;
		line-height: 1.2em;
	}

	header #header_top .inner{
		width: 100%;
		padding-top: 30px;
	}

	header #header_top .ci{
		position: absolute;
		left: 5%;
		top: 25px;
		transform: translateX(0%);
		width: 28%;
	}

	header #header_top li{
		margin-right: 5px;
		float: left;
	}

	header #header_top li img{
		width: 70%;
	}

	header #header_top li.search > div:after {
		content: "";
		background: white;
		width: 2px;
		height: 10px;
		position: absolute;
		top: 18px;
		right: 0px;
		transform: rotate(135deg);
	}

	header #header_top li.search div input.txt_area {
		color: white;
		font-size: 16px;
		background: transparent;
		width: 4px;
		height: 4px;
		padding: 7px;
		border: solid 2px white;
		outline: none;
		border-radius: 16px;
		transition: width 0.5s;
	}

	header #header_top li.search div input.txt_area::placeholder {
		color: #efefef;
		opacity: 0;
		transition: opacity 150ms ease-out;
	}

	header #header_top li.search div input.txt_area:focus::placeholder {
		opacity: 1;
	}

	header #header_top li.search div input.txt_area:focus,
	header #header_top li.search div input.txt_area:not(:placeholder-shown) {
		width: 100px;
	}

	header #header_bottom .menu{
		border-right: #fff 1px solid;
		padding: 0 5px;
		width: 20%;
		font-size: 10px;
		}

	header #header_bottom .child_menu .child_menu_inner{
		width: 100%;
		padding: 0;
	}

	header #header_bottom .child_menu li{
		width: 25%;
		margin-right: 4%;
	}
	/***** header *****/
	
	/***** �ٶȰ��� *****/
	#kyugyo{
		width: 98%;
		padding: 1%;
		margin: 0 auto 50px;
	}

	#kyugyo h2{
		font-size: 20px;
		line-height: 1.2em;
	}

	/***** footer *****/
	footer #footer_inner .column_area h5{
		font-size: 16px;
		line-height: 1.5em;
	}

	footer #footer_inner .column_area .column_left,
	footer #footer_inner .column_area .column_right{
		width: 98%;
		margin: 0 auto;
		float: none;
	}
	/***** footer *****/
	
	#sub_slide{
		margin:  0 auto 50px;
	}

	#sub_slide .title img{
		width: 43.4%;
	}

	#ban_area{
		width: 98%;
		padding: 1%;
		margin: 0 auto 60px;
		font-size: 12px;
	}

	#ban_area .column_inner,
	#ban_area .s_ban_area .column_inner{
		width: 100%;
		margin-bottom: 10px;
	}

	#ban_area .s_ban_area{
		margin-bottom: 0;
	}
	
	#ban_area .link_btn{
		margin-top: 30px;
	}
	
	#ban_area .link_btn a{
		width: 80%;
		padding: 15px 0;
		margin: 0 auto;
		text-align: center;
		font-size: 16px;
		line-height: 1.5em;
	}

}

/********************
*
* 2024ǯ1��ե�����
*
********************/
#cou_2401 .column_area:after{
	content:".";
	visibility:hidden;
	display:block;
	height:0px;
	clear:both;
	line-height:0%;
	font-size:0px;
}

#cou_2401{
	margin-bottom: 60px;
}

#cou_2401 p{
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5em;
}

#cou_2401 .column_inner{
	width: 33.1%;
}

#cou_2401 .column_center{
	margin-left: 0.4%;
}


