@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Roboto:wght@300;400;500&display=swap');

/* FONTS 
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/* MATERIALS */

a:link{
	color:#0c68b3;
	text-decoration:none;
}

a:visited{
	color:#0c68b3;
	text-decoration:none;
}

a:hover{
	color:#0f7fda;
	text-decoration:underline;
}

a:active{
	color:#0f7fda;
	text-decoration:underline;
}

a.btn_a{
	display:table;
	padding:10px 30px 12px;
	text-align:center;
	font-size:15px;
	line-height:1;
	color:#000;
	background-color:#ff9800;
	border-radius:20px;
}

a.btn_a:hover{
	text-decoration:none;
	background-color:#ff6c00;
}

a.btn_b{
	display:table;
	padding:10px 30px 12px;
	text-align:center;
	font-size:15px;
	line-height:1;
	color:#000;
	background-color:#fff;
	border:2px solid #0a5999;
	border-radius:20px;
}


a.btn_large{
	display:table;
	padding:20px 40px 22px;
	text-align:center;
	font-size:17px;
	line-height:1;
	color:#fff;
	background-color:#0c68b3;
	border-radius:5px;
}


/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:'Noto Sans JP',"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

br.sp{
	display:none;
}
	
/* HOME */

#home_key_area{
	max-width:1400px;
	margin:0 auto;
	overflow:hidden;
}

#home_key_area img{
	width:100%;
}


#home_bnr_area{
	margin:0 0 40px;
	padding:50px 60px 85px;
	background-image:url("../img/interface/bg_line.png"),url("../img/interface/bg_gray.png");
	background-repeat:repeat-x,repeat;
	background-size:10px,6px;
	background-position:bottom center,top center;
	position:relative;
}

#home_bnr_area>img{
	width:105px;
	position:absolute;
	bottom:-5px;
	right:5%;
}

#home_bnr_area .home_bnr{
	max-width:1200px;
	margin:0 auto;
}

#home_bnr_area .bnr{
	padding:20px;
}

#home_bnr_area .home_bnr img{
	width:100%;
}

#home_bnr_area .home_bnr img.slide-arrow{
	width:30px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	cursor:pointer;
	z-index:1;
}

#home_bnr_area .home_bnr img.prev-arrow{
	left:-30px;
}

#home_bnr_area .home_bnr img.next-arrow{
	right:-30px;
}

@media only screen and (max-width:767px){
	br.sp{
		display:block;
	}
	#home_bnr_area{
		margin:0 0 30px;
		padding:20px 30px 65px;
	}
	
	#home_bnr_area>img{
		width:85px;
	}
	
	#home_bnr_area .home_bnr img.slide-arrow{
		width:25px;
	}
	
	#home_bnr_area .home_bnr img.prev-arrow{
		left:-15px;
	}
	
	#home_bnr_area .home_bnr img.next-arrow{
		right:-15px;
	}
}

#news_area{
	max-width:1200px;
	margin:0 auto;
	padding:30px 20px 180px;
	background-image:url("../img/interface/illust03.png");
	background-repeat:no-repeat;
	background-size:auto 120px;
	background-position:top left 20px;
	position:relative;
}

#news_area h2{
	margin:0 0 55px;
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-style:italic;
	font-size:30px;
	font-weight:500;
	position:relative;
}

#news_area.home h2::after{
	content:" ";
	width:40px;
	height:6px;
	margin:auto;
	background-color:#ff9800;
	position:absolute;
	left:0;
	right:0;
	bottom:-15px;
}

#news_area>a{
	margin:0 auto;
}

#news_area>img.illust04{
	width:190px;
	position:absolute;
	bottom:-30px;
	right:20%;
}

#news_area>div{
	display:flex;
	flex-wrap:wrap;
}

#news_area article{
	width:33.3333333%;
	box-sizing:border-box;
	padding:0 20px 30px;
}

#news_area article a{
	color:#000;
	text-decoration:none;
}

#news_area article a:hover{
	opacity:0.8;
}

#news_area article div{
	width:100%;
	height:0;
	margin:0 0 10px;
	padding:56% 0 0;
	position:relative;
}

#news_area article div img{
	width:100%;
	height:100%;
	vertical-align:bottom;
	object-fit:cover;
	position:absolute;
	top:0;
	left:0;
}

#news_area article time{
	font-style:italic;
	font-size:12px;
	color:#555;
}

#news_area article>a.cate01{
	display:table;
	font-size:13px;
	line-height:1;
	color:#dc84ad;
}

#news_area article>a.cate02{
	display:table;
	font-size:13px;
	line-height:1;
	color:#a6bf13;
}

#news_area article>a.cate03{
	display:table;
	font-size:13px;
	line-height:1;
	color:#d65e3b;
}

#news_area article h3{
	margin:8px 0 0;
	text-align:justify;
	font-size:14px;
	font-weight:400;
	line-height:1.4;
}

#aboutus_area .bg{
	height:400px;
	background-image:url("../img/aboutus_bg.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom center;
}

#aboutus_area .txt{
	margin:0 0 40px;
	padding:0 40px 60px;
	background:linear-gradient(180deg, #ffad00, #ff8300);
}

#aboutus_area .txt>div{
	max-width:1200px;
	height:480px;
	margin:0 auto;
	padding:0 40px 40px;
	background-color:#fff;
	background-image:url("../img/interface/illust07.png");
	background-repeat:no-repeat;
	background-size:30%;
	background-position:right 30px bottom -30px;
	position:relative;
	top:-60px;
}

#aboutus_area .txt>div>div{
	width:60%;
	position:relative;
	top:-12px;
}

#aboutus_area .txt h2{
	margin:0 0 20px;
	font-size:30px;
	font-weight:500;
	line-height:1.2;
	color:#ff9800;
}

#aboutus_area .txt h2 a{
	color:#ff9800;
}

#aboutus_area .txt h2 img{
	width:110px;
	margin:0 10px 0 0;
}

#aboutus_area .txt h2 span{
	display:inline-block;
	position:relative;
	top:-40px;
}

#aboutus_area .txt p{
	margin:0 0 50px;
	text-align:justify;
	font-size:16px;
	font-weight:300;
	line-height:1.9;
}

#aboutus_area .txt ul.links{
	display:flex;
	flex-wrap:wrap;
	max-width:500px;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:22px;
}

#aboutus_area .txt ul.links li{
	width:50%;
	margin:0 0 20px;
}

#aboutus_area .txt ul.links li a{
	padding:0 0 0 40px;
	color:#ff9800;
	background-image:url("../img/interface/arrow_wh.png");
	background-repeat:no-repeat;
	background-size:30px;
	background-position:left center;
}


@media only screen and (max-width:1100px){
	#aboutus_area .txt>div>div{
		width:80%;
	}
	#aboutus_area .txt h2{
		font-size:25px;
	}
	#aboutus_area .txt h2 img{
		width:90px;
	}
	#aboutus_area .txt h2 span{
		top:-20px;
	}
}

@media only screen and (max-width:767px){
	#aboutus_area .txt{
		padding:0 30px;
	}
	
	#aboutus_area .txt>div{
		padding:0 30px 280px;
		background-size:60%;
	}
	
	#aboutus_area .txt>div>div{
		width:100%;
		top:-30px;
	}
	
	#aboutus_area .txt h2 span{
		top:0;
	}
	
	#aboutus_area .txt p{
		margin:0 0 30px;
		font-size:15px;
		line-height:1.7;
	}
	#aboutus_area .txt ul.links li{
		width:100%;
	}
	#aboutus_area .txt ul.links li a{
		background-size:25px;
	}
}


@media only screen and (max-width:767px){
	#news_area{
		padding:30px 20px 120px;
		background-size:auto 60px;
		background-position:top 70px left 20px;
	}
	
	#news_area h2{
		margin:0 0 70px;
		font-size:25px;
	}
	
	#news_area>img.illust04{
		width:100px;
		bottom:-20px;
		right:10%;
	}
	
	#news_area article{
		width:100%;
		padding:0 0 30px;
	}
	#aboutus_area .bg{
		height:200px;
	}
}

#home_link_area{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	max-width:1200px;
	margin:0 auto 60px;
}

#home_link_area>div{
	width:33.333333333%;
	padding:0 20px;
}

#home_link_area>div a{
	display:block;
	padding:15px 20px;
	text-align:center;
	font-size:16px;
	border:1px solid #0a5999;
	border-radius:5px;
}

#news_area.sub{
	margin:0 auto;
	padding:20px 20px 180px;
	background-position:left 20px top 150px;
}

#news_area.sub h1{
	margin:0 0 155px;
	padding:30px 20px;
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-style:italic;
	font-size:30px;
	font-weight:500;
	color:#fff;
	border-radius:3px;
	position:relative;
	background-image:url("../img/interface/illust05.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:100px,12px;
	background-position:right -5px bottom -2px;
}

#news_area.sub>div{
	margin:0 0 40px;
}

#news_area.sub article h2{
	margin:5px 0 0;
	text-align:justify;
	font-style:normal;
	font-size:14px;
	font-weight:400;
	line-height:1.4;
}

#news_area.sub .pages{
	display:flex;
	justify-content:center;
	font-size:15px;
	line-height:1;
}

#news_area.sub .pages a{
	text-decoration:none;
	color:#00264d;
}

#news_area.sub .pages ul{
	margin:0 15px;
	padding:0;
	list-style-type:none;
	display:flex;
	font-size:16px;
}

#news_area.sub .pages ul li{
	padding:0 10px;
	color:#ff9800;
}

@media only screen and (max-width:767px){
	#home_link_area>div{
		width:100%;
		padding:0 20px 15px;
	}
	
	#home_link_area>div a{
		font-size:15px;
	}

	#news_area.sub{
		padding:20px 20px 150px;
		background-position:left 20px top 140px;
	}
	
	#news_area.sub h1{
		margin:0 0 90px;
		text-align:left;
		font-size:25px;
		background-size:80px,12px;
	}
	
	#news_area.sub .pages{
		font-size:14px;
	}
	
	#news_area.sub .pages ul{
		margin:0 10px;
		font-size:14px;
	}
	
	#news_area.sub .pages ul li{
		padding:0 10px;
	}
}

#article_area{
	max-width:1000px;
	margin:0 auto;
	padding:30px 20px 250px;
	position:relative;
}

#article_area.news{
	padding:30px 20px 180px;
}

#article_area h1{
	margin:0 0 50px;
	padding:30px 0;
	text-align:center;
	font-family:'Roboto', sans-serif;
	font-style:italic;
	font-size:30px;
	font-weight:500;
	line-height:1.2;
	color:#fff;
	border-radius:3px;
	position:relative;
}

#article_area.news h1{
	background-image:url("../img/interface/illust05.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:100px,12px;
	background-position:right -5px bottom -2px;
}

#article_area.information h1{
	background-image:url("../img/interface/illust09.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:70px,12px;
	background-position:right 10px bottom;
}

#article_area.club h1{
	background-image:url("../img/interface/illust10.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:70px,12px;
	background-position:right 10px bottom;
}

#article_area.wakafuji h1{
	background-image:url("../img/interface/illust11.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:80px,12px;
	background-position:right 10px bottom -5px;
}

#article_area.wakafuji h1 span{
	display:block;
	font-style:normal;
	font-size:16px;
}

#news_area.wakafuji h1{
	background-image:url("../img/interface/illust11.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:80px,12px;
	background-position:right 10px bottom -5px;
}

#article_area.aboutus h1{
	background-image:url("../img/interface/illust08.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:75px,12px;
	background-position:right 10px bottom;
}

#article_area.members h1{
	background-image:url("../img/interface/illust06.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:75px,12px;
	background-position:right 10px bottom;
}

#article_area.documents h1{
	background-image:url("../img/interface/illust06.png"),url("../img/interface/bg_line.png");
	background-repeat:no-repeat,repeat;
	background-size:75px,12px;
	background-position:right 10px bottom;
}

#article_area h2{
	margin:60px 0 30px;
	font-size:25px;
	font-weight:500;
	line-height:1.3;
	color:#00264d;
}

#article_area h3{
	margin:50px 0 20px;
	font-size:18px;
	font-weight:500;
	line-height:1.3;
	color:#0f7fda;
}

#article_area h4{
	margin:20px 0 10px;
	font-size:16px;
	font-weight:600;
	color:#00264d;
}

#article_area h3.nomargin{
	margin:0 0 20px;
}

#article_area p{
	margin:20px 0;
	text-align:justify;
	font-size:15px;
	line-height:1.7;
	font-variant-east-asian: proportional-width;
}

#article_area p.notes{
	text-align:left;
	font-size:14px;
	line-height:1.4;
}

#article_area a.link{
	display:block;
	margin:20px 0;
	font-size:15px;
}

#article_area figure{
	margin:20px 0;
}

#article_area figure figcaption{
	font-size:14px;
	color:#555;
}

#article_area img{
	width:100%;
}

#article_area .pics{
	display:flex;
	flex-wrap:wrap;
	width:calc(100% + 20px);
	position:relative;
	left:-10px;
	margin:40px 0;
}

#article_area .pics figure{
	width:33.333333333%;
	box-sizing:border-box;
	margin:0 0 20px;
	padding:0 10px;
}

#article_area ul,ol{
	padding: 0 0 0 25px;
	text-align: justify;
	font-size: 15px;
	line-height: 1.7;
}

#article_area table.basic{
	margin:0 0 20px;
	border-collapse:collapse;
}

#article_area table.basic th{
	padding:0 20px 5px 0;
	text-align:left;
	font-size:15px;
	font-weight:500;
	color:#00264d;
}

#article_area table.basic td{
	padding:0 0 5px 0;
	font-size:15px;
}

#article_area.aboutus span{
	font-size:15px;
	font-weight:600;
}

#article_area>a{
	margin:0 auto;
}

#article_area table.documents{
	width:100%;
	border-collapse:collapse;
	font-size:15px;
	border-top:1px solid #ddd;
}

#article_area table.documents th{
	width:40%;
	padding:20px;
	text-align:left;
	border-bottom:1px solid #ddd;
}

#article_area table.documents td{
	padding:20px;
	border-bottom:1px solid #ddd;
}

#article_area table.documents a{
	padding:0 0 0 25px;
	background-image:url("../img/interface/arrow_down.png");
	background-repeat:no-repeat;
	background-size:20px;
	background-position:left center;
}

#article_area table.members{
	width:100%;
	margin:0 0 30px;
	border-collapse:collapse;
	font-size:15px;
	text-align:center;
	border:1px solid #ddd;
}

#article_area table.members th{
	padding:20px;
	font-weight:600;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

#article_area table.members tr:first-child th{
	background-color:#e4f1fb;
}

#article_area table.members td{
	padding:20px;
	border-bottom:1px solid #ddd;
}

#article_area>img.illust01{
	width:170px;
	position:absolute;
	bottom:-30px;
	right:20%;
}

#article_area>img.illust04{
	width:200px;
	position:absolute;
	bottom:-30px;
	right:20%;
}

#article_area>img.members{
	width:400px;
	position:absolute;
	bottom:-30px;
	right:20%;
}

@media only screen and (max-width:767px){
	#article_area{
		padding:30px 20px 120px;
	}
	#article_area h1{
		margin:0 0 40px;
		padding:30px 70px 30px 20px;
		text-align:left;
		font-size:25px;
	}
	#article_area.news h1{
		background-size:80px,12px;
	}
	#article_area.club h1{
		background-size:65px,12px;
	}
	#article_area.wakafuji h1{
		background-size:75px,12px;
	}
	#article_area.wakafuji h1 span{
		font-size:14px;
	}
	#article_area.aboutus h1{
		background-size:65px,12px;
		background-position:right 5px bottom;
	}
	#article_area.members h1{
		background-size:70px,12px;
	}

	#article_area h2{
		margin:40px 0 20px;
		font-size:22px;
	}
	
	#article_area .pics{
		width:100%;
		left:0;
		margin:30px 0;
	}
	
	#article_area .pics figure{
		width:100%;
		margin:0 0 15px;
		padding:0;
	}

	#article_area table.documents th{
		display:block;
		width:auto;
		padding:20px 0 0;
		border-bottom:none;
	}
	#article_area table.documents td{
		display:block;
		padding:5px 0 20px;
		font-size:14px;
	}
	
	#article_area>img.illust01{
		width:90px;
		bottom:-20px;
		right:10%;
	}
	#article_area>img.illust04{
		width:100px;
		bottom:-20px;
		right:10%;
	}
	#article_area>img.members{
		width:250px;
		bottom:-20px;
		right:10%;
	}
	
	#article_area table.basic.wide th{
		display:block;
		padding:0 0 5px;
	}
	
	#article_area table.basic.wide td{
		display:block;
		padding:0 0 15px 0;
	}
	#article_area table.members{
		font-size:14px;
	}
	
	
	#article_area table.members th{
		padding:15px;
	}
	
	#article_area table.members td{
		padding:15px;
	}
}

#article_area .pic_txt{
	overflow:hidden;
}

#article_area .pic_txt img{
	width:45%;
	float:left;
}

#article_area .pic_txt figure{
	width:45%;
	float:left;
	margin:0 0 30px;
}

#article_area .pic_txt figure img{
	width:100%;
	margin:0 0 5px;
}

#article_area .pic_txt figure figcaption{
	font-size:14px;
	color:#555;
}

#article_area .pic_txt .txt{
	width:50%;
	float:right;
	margin:0 0 30px;
}

#article_area .clear{
	clear:both;
}

#article_area ul.panel{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:15px;
	line-height:1.2;
}

#article_area ul.panel li{
	width:48%;
	margin:0 2% 2% 0;
	box-sizing:border-box;
	padding:15px;
	background-color:#ffc533;
}

#article_area .spec{
	margin:0 0 40px;
}

#article_area .spec table{
	width:100%;
	border-collapse:collapse;
	border-top:1px dotted #ccc;
}

#article_area .spec table th{
	padding:15px;
	text-align:left;
	font-size:14px;
	font-weight:500;
	color:#555;
	border-bottom:1px dotted #ccc;
}

#article_area .spec table td{
	padding:15px;
	font-size:15px;
	border-bottom:1px dotted #ccc;
}

#article_area a.tel{
	display:inline-block;
	font-size:30px;
}

#article_area .map{
	width:100%;
	height:0;
	margin:0 0 40px;
	padding:50% 0 0;
	position:relative;
}

#article_area .map iframe{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

#share_area{
	margin:60px 0 80px;
	padding:40px 20px;
	border-top:1px solid #ddd;
	text-align:center;
}

#share_area p{
	text-align:center;
	font-size:18px;
}

#share_area a>img{
	margin:0 10px 0 0;
	width:40px;
}


@media only screen and (max-width:767px){
	#article_area .pic_txt img{
		width:100%;
		float:none;
		margin:0 0 20px;
	}
	
	#article_area .pic_txt figure{
		width:100%;
		float:none;
		margin:0 0 20px;
	}
	#article_area .pic_txt .txt{
		width:100%;
		float:none;
		margin:0 0 30px;
	}

	#article_area ul.panel li{
		width:100%;
		margin:0 0 2% 0;
	}

	#article_area .map{
		padding:90% 0 0;
	}
}