@charset "UTF-8";
/*基本設定
---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family:"Open sans", 'Noto Sans Japanese', "游ゴシック","Yu-Gothic", sans-serif;
	font-weight:bold;
}
body {
	color: #333;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
 *font-size: small;
 *font: x-small;
}
body li {
	list-style: none;
}
body {
	font-size: 75%\9;
}
body:not(:target) {
	font-size: 75%¥9;
}
img {
	border: 0;
	vertical-align: top;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: #999;
	text-decoration: none;
}
a:hover, a:active {
	color: #ccc;
	text-decoration: underline;
}
.wink:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}


/*header
---------------------------------------------------------- */

#header {
	display:table;
	width:960px;
	margin:0 auto;
	padding:20px 0;
}
#header .logo {
	display:table-cell;
}
#header .btn_area {
	display:table-cell;
	width:511px;
	vertical-align:middle;
}
#header .btn_area li {
	float:left;
	width:160px;
	height:40px;
	margin-left:10px;
	line-height:40px;
	text-align:center;
	font-family: 'Noto Sans Japanese', "游ゴシック","Yu-Gothic", sans-serif;
	font-weight:bold;
}

#header .btn_area li a {
	display:block;
	width:100%;
	text-decoration:none;
	color:#fff;
	background:url(../img/common/bg_header_btn.gif) repeat left top;
	border:#000 solid 3px;
	box-sizing:border-box;
	transition: .5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	-webkit-transition:.5s;
}

#header .btn_area li:first-child a:before {
	content:"";
	display:inline-block;
	width:18px;
	height:14px;
	margin-right:10px;
	vertical-align:middle;
	background:url(../img/common/ico_mail.png) no-repeat left top;
}
#header .btn_area li:nth-child(2) a:before {
	content:"";
	display:inline-block;
	width:11px;
	height:15px;
	margin-right:10px;
	vertical-align:middle;
	background:url(../img/common/ico_mark.png) no-repeat left top;
}

#header .btn_area li:hover {
}
#header .btn_area li:hover a {
	background:#fff;
	color:#333;
}
li#bt_en a {
	display:block;
	width:100%;
	text-decoration:none;
	box-sizing:border-box;
	transition: .5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	-webkit-transition:.5s;
	border:none !important;
}

/*menu
---------------------------------------------------------- */

.nav {
	width: 100%;
	background: #fcd15c
	box-shadow: 0px 3px 5px 0px rgba(6, 0, 1, 0.15);
	z-index:100;
}

.nav ul {
	display:table;
	width: 960px;
	margin: 0 auto;
	padding:5px 0;
}
.nav ul li {
	display:table-cell;
	width:191px;
	border-right:#fee8ae solid 1px;
}
.nav ul li:first-child {
	border-left:#fee8ae solid 1px;
}
.nav ul li a {
	display:block;
	width:160px;
	margin:0 auto;
	padding:15px 0;
	text-align:center;
	font-size: 108%;
	font-family: 'Noto Sans Japanese', "游ゴシック","Yu-Gothic", sans-serif;
	font-weight:bold;
	color:#000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.nav ul li a:hover,
nav ul li a:active {
	text-decoration:none;
	background:#f9ab21;
}

/*container
---------------------------------------------------------- */

#container {
	overflow:hidden;
	width:960px;
	margin:0 auto 60px;
}

#container .main {
	float:left;
	width:680px;
}

#container .side {
	float:right;
	width:250px;
}
#container .side .bnr_list li {
	margin-bottom:10px;
}

/*footer
---------------------------------------------------------- */

.page_top {
	width:960px;
	margin:0 auto;
	text-align:right;
}
#footer {
	background:#efefef;
}
#footer .inr {
	display:table;
	width:960px;
	margin:0 auto;
	padding:30px 0 15px;
}
#footer .inr .info,
#footer .inr .right {
	display:table-cell;
	vertical-align:middle;
}
#footer .inr .right {
	width:570px;
}

#footer .logo {
	margin-bottom:15px;
}
address {
	padding-left:20px;
	background:url(../img/common/ico_mark_02.png) no-repeat left 3px center;
	font-style:normal;
}
#footer .info p {
	padding-left:20px;
	background:url(../img/common/ico_tel.png) no-repeat left center;
}

#footer .inr .f_nav {
	overflow:hidden;
	margin-bottom:15px;
}
.f_nav a:link,
.f_nav a:visited {
	text-decoration:underline;
	color:#333;
}
.f_nav a:hover, 
.f_nav a:active {
	color:#999;
}
#footer .inr .f_nav li {
	float:left;
	padding-left:10px;
	margin-left:15px;
	background:url(../img/common/arw_03.png) no-repeat left center;
}

#footer .copy {
	text-align:right;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:94%;
}

/*float
---------------------------------------------------------- */

.clear {
	clear: both;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
.img_float_l {
	float: left;
	margin-right: 10px;
}
.img_float_r {
	float: right;
	margin-left: 10px;
}
.align_c {
	text-align: center;
}
.align_r {
	text-align: right;
}
/*font-size
---------------------------------------------------------- */

.font10 {
	font-size: 77%;
}
.font11 {
	font-size: 85%;
}
.font14 {
	font-size: 108%;
}
.font15 {
	font-size: 116%;
}
.font16 {
	font-size: 123.1%;
}
.font17 {
	font-size: 131%;
}
.font18 {
	font-size: 138.5%;
}
.font19 {
	font-size: 146.5%;
}
.font20 {
	font-size: 153.9%;
}
.font21 {
	font-size: 161.6%;
}
.font22 {
	font-size: 167%;
}
.font23 {
	font-size: 174%;
}
.font24 {
	font-size: 182%;
}
.font25 {
	font-size: 189%;
}
.font26 {
	font-size: 197%;
}
/*margin
---------------------------------------------------------- */


/*top*/

.mt05 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
/*bottom*/
.mb05 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
/*right*/
.mr05 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr100 {
	margin-right: 100px !important;
}
/*left*/
.ml05 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
/*padding
---------------------------------------------------------- */
.pd0 {
	padding:0 !important;
}
/*padding
---------------------------------------------------------- */

/*clearfix
---------------------------------------------------------- */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/*¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */

/*overview*/
.footerBt {
	width: 160px;
    height: 40px;
	margin:100px auto;
}
.footerBt .btn_area a:before {
	content:"";
	display:inline-block;
	width:18px;
	height:14px;
	margin-right:10px;
	vertical-align:middle;
	background:url(../img/common/ico_mail.png) no-repeat left top;
}
.footerBt .btn_area {
	float:left;
	width:160px;
	height:40px;
	margin-left:10px;
	line-height:40px;
	text-align:center;
	font-family: 'Noto Sans Japanese', "游ゴシック","Yu-Gothic", sans-serif;
	font-weight:bold;
}

.footerBt .btn_area a {
	display:block;
	width:100%;
	text-decoration:none;
	color:#fff;
	background:url(../img/common/bg_header_btn.gif) repeat left top;
	border:#000 solid 3px;
	box-sizing:border-box;
	transition: .5s;
	-moz-transition:.5s;
	-o-transition:.5s;
	-webkit-transition:.5s;
}
.footerBt p:hover a {
	background:#fff;
	color:#333;
}
#welcome {
	border-top:3px solid #EF8925;
	border-bottom:3px solid #EF8925;
	padding:20px 0;
	font-size: 1rem;
	margin-top: -50px;

}

.sp_header {
	display:none;
}
.clear {
	display:none !important;
}
.bnr_list img {
	width:250px;
	height:auto;
}
.sp_btn_area {
	display:none;
}
#sp_memberList {
	display:none;
}
.sp_caution{
	display: none;
}
/*===============▼SP対応▼=================*/
@media screen and (max-width: 480px) {
	body {
		width:100%;

	}
	img {
		max-width: 100%;
	}
	#header {
		display:none;
	}
	.nav ul {
		/*display:none;*/
		clear:both;
	}
	.nav ul li {
		
	}
	.sp_header {
		overflow:hidden;
		display:block;
		width:100%;
		padding:10px 10px 15px;
		border-bottom:#000 solid 2px;
		box-sizing:border-box;
	}
	.sp_header .logo {
		float:left;
		margin:4px 0;
	}
	.sp_header .open {
		float:right;
		position:relative;
		width:50px;
		height:55px;
		background:#444;
	}
	.open a, .open span {
		display:inline-block;
		transition: all .4s;
	}
	.open a {
		position: relative;
		width: 100%;
		height: 100%;
		padding:10px;
		box-sizing:border-box;
	}
	.open a:after {
		content:"";
		display:block;
		position:absolute;
		bottom:10px;
		left:50%;
		margin-left:-14px;
		width:28px;
		height:7px;
		background:url(../img/sp/common/bg_menu.png) no-repeat center;
		background-size:cover;
	}
	.open a, .open span {
		display:inline-block;
		transition: all .4s;
	}
	.open div {
		position: relative;
		width: 100%;
		height: 100%;
		padding:10px;
		box-sizing:border-box;
	}
	.open div:after {
		content:"";
		display:block;
		position:absolute;
		bottom:10px;
		left:50%;
		margin-left:-14px;
		width:28px;
		height:7px;
		background:url(../img/sp/common/bg_menu.png) no-repeat center;
		background-size:cover;
	}
	.open span {
		position: absolute;
		left: 50%;
		width: 25px;
		margin-left:-12px;
		height: 3px;
		background-color: #fff;
	}
	.open span:nth-of-type(1) {
		top: 10px;
	}
	.open span:nth-of-type(2) {
		top: 18px;
	}
	.open span:nth-of-type(3) {
		top: 27px;
	}
	.close div:after {
		width:30px;
		margin-left:-15px;
		background:url(../img/sp/common/bg_close.png);
		background-size:cover;
	}
	.close span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.close span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
	}
	.close span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		top: 30px;
	}
	.nav ul {
		display:none;
		position:absolute;
		top:82px;
		width:100%;
		border-top:none;
		background:rgba(240,248,255,0.9);
		z-index:10;
	}
	.nav ul li {
		display:block;
		width:100%;
		border-bottom:1px dotted #ccc;
	}
	.nav ul li a {
		width:100%;
	}
	.clear {
		display:block;
		clear:both;
	}
	.sp_btn_area {
		display:flex;
		flex-wrap: wrap;
		justify-content:space-between;
		width:100%;
		margin:0 auto 10px;
		
}
	.sp_btn_area li {
		width:33%;
		height:36px;
	}
	.sp_btn_area li a {
    display: block;
    width: 100%;
	height:100%;
	line-height: 32px;
	text-align: center;
    text-decoration: none;
    color: #fff;
    background: url(../img/common/bg_header_btn.gif) repeat left top;
    border: #000 solid 3px;
    box-sizing: border-box;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
		overflow: hidden;
}
	.bt_en a {
		 display: block;
    width: 100%;
    text-decoration: none;
    box-sizing: border-box;
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    border: none !important;
	}
	/*container---------------------------------------------------------- */

#container {
	overflow:hidden;
	width:100%;
	margin:0 auto 60px;
}

#container .main {
	width:100%;
	margin-bottom:30px;
}

#container .side {
	width:100%;
}
#container .side .bnr_list li {
	margin-bottom:10px;
}
	.page_ttl {
    width: 100%;
     position: relative !important; 
    top: 0px !important;
    background: url(../img/common/bg_ttl.gif) repeat left top;
    z-index: -10;
}
	.page_ttl h1 {
    width: 100% !important;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    font-size: 200%;
		text-align:center;
}
	.sp_ttl {
		margin-bottom:-80px;
	}
	#sp_memberList {
	display:block;
}
	#pc_memberList {
		display:none;
	}
	#sp_memberList  h2 {
    height: 40px;
    background: #000;
    /* border-top: #fcd15c solid 2px; */
    line-height: 40px;
    color: #fff;
    text-align: center;
}
	#sp_memberList ul {
    margin-bottom: 25px;
    border: #000 solid 2px;
}
	#sp_memberList li a {
    display: block;
    width: 100%;
    padding: 10px 30px 10px 15px;
    background: url(../img/common/arw_02.gif) no-repeat center right 15px;
    border-bottom: #ccc dashed 1px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
	/*footer
---------------------------------------------------------- */

.page_top {
	width:100%;
	margin:0 auto;
	text-align:right;
}
#footer {
	background:#efefef;
}
#footer .inr {
	display:table;
	width:100%;
	margin:0 auto;
	padding:30px 0 15px;
}
#footer .inr .info,
#footer .inr .right {
	display:block;
	vertical-align:middle;
	width: 65%;
    margin: 0 auto 20px;
}
#footer .inr .right {
	width:100%;
}

#footer .logo {
	text-align:center;
	margin-bottom:25px;
}
address {
	padding-left:20px;
	background:url(../img/common/ico_mark_02.png) no-repeat left 3px center;
	font-style:normal;
}
#footer .info p {
	padding-left:20px;
	background:url(../img/common/ico_tel.png) no-repeat left center;
}

#footer .inr .f_nav {
	overflow:hidden;
	margin-bottom:15px;
	border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding: 10px 0;
}
.f_nav a:link,
.f_nav a:visited {
	text-decoration:underline;
	color:#333;
}
.f_nav a:hover, 
.f_nav a:active {
	color:#999;
}
#footer .inr .f_nav li {
	padding-left:10px;
	margin-left:15px;
	background:url(../img/common/arw_03.png) no-repeat left center;
}

#footer .copy {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	font-size:94%;
}
	.bnr_list img {
		width:100%;
	}
	/*structure*/
	.sp_member01 {
		width:295px;
	}
	.sp_member02 {
		width:20px;
	}
	.pc_caution {
		display: none;
	}
	.sp_caution{
	display: block;
}
}
@media screen and (max-width: 325px) {
	.sp_btn_area li {
		width:33%;
		height:32px;
	}
}
