@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt,section,header,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
	vertical-align: top;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
html,
body {
	height: 100%;	
}

body {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #14282b;
	font-size: 16px;
	line-height: 1.6;
}
header,
.header_inner,
header h1,
header h1 img  {
	 -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


header {
	width: 100%;
	height: 90px;
	z-index: 8000;
	position: fixed;
	top: 0;
	left: 0;
	background: #FFF;
}

@media(min-width: 1921px) {
.header_inner {
	width: 1920px;
	margin: 0 auto;	
}
}

.header_inner {
	padding: 0 60px;
	box-sizing: border-box;
}
header h1 {
	width: 265px;
	float: left;
	padding-top: 24px;
}
header h1 img {
	width: 100%;
	height: auto;	
}

#global_menu {
	float: right;	
}


header.shrink {
	height: 60px;
	border-bottom: 3px solid #5f450e;
	box-shadow: 0px 8px 0px 0px rgba(255,255,255,0.5);
}

header.shrink h1 {
	padding-top: 12px;
	width: 230px;
}
nav#global_menu {
    position: relative;
    line-height: 60px;
}
#global_menu li {
	list-style: none;
	float: left;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.0;
	box-sizing: border-box;
	margin-right: 38px;
}
#global_menu li:last-child a {
	margin-right: 0;	
}

#global_menu li a {
    display: block;
    color: #5f450e;
	text-decoration: none;
	transition: all 0.5s;
	padding-top: 37px;
}
#global_menu li.current a {
	color: #5f450e;
}
#global_menu li a:hover {	
	color: #ab761a;
}

span.menu_bar,
span.current_bar {
    background: #ab761a;
	background: #5f450e;
    height: 5px;
    display: block;
    position: absolute;
    width: 50px;
	top: 0;
    left:0;
	transition: all 0.2s;
}
header.shrink span.menu_bar,
header.shrink span.current_bar {
	top: 0;
}


header.shrink #global_menu li a {
	padding-top: 22px;
}

footer {
	clear: both;
	background: #14282B;
	text-align: center;
	padding: 100px 0 50px;	
}
footer p#footer_logo {
	width: 230px;
	margin: 0 auto 100px;
}
footer p#footer_logo img {
	width: 100%;
	height: auto;	
}

p#copy {
	font-size: 18px;
	color: #AB761A;
}

/*
#pagetop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	color: #AB761A;
	width: 37px;
	height: 125px;
	box-sizing: border-box;
	padding-top: 89px;
	background: url(../img/pagetop_arw.png) no-repeat center 0;
	cursor: pointer;
	z-index: 1000;
}
#pagetop div {
	text-align: center;
	font-size: 16px;
	padding-bottom: 14px;
	border-bottom: 2px solid 	#AB761A;

}
*/



#pagetop {
	display: none;
	position: fixed;
	right: 40px;
	bottom: 40px;
	font-size: 30px;
	z-index: 100;
}
#pagetop a {
	width: 60px;
	height: 60px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: #ab761a;
	border-radius: 30px;
}
#pagetop i {
	line-height: 56px;
}
#pagetop a:hover {
	opacity: 0.6; /* 0.0～1.0 */
	filter: alpha(opacity=60); /* 0～100 */
}


.morebtn {
	clear: both;
	width: 400px;
	margin: 0 auto 30px;
	z-index: 10;
}
section#footer div.morebtn {
	margin-bottom: 0;	
}
@media(min-width: 641px) {
.morebtn br,
.members_container p br {
	display: none;
}
}
.morebtn a {
	display: block;
	padding: 15px 5px;
	box-sizing: border-box;
	color: #ab761a;
	border: 2px solid #ab761a;
	background: #FFF url(../img/morebtn_arw.png) no-repeat right center;
	text-decoration: none;
	text-align: center;
}
section#footer #contact_section .morebtn a {
	padding: 0;
	height: 70px;
	line-height: 70px;
}
@media(min-width: 769px) {
.morebtn a:hover {
	color: #FFF;
	background: #ab761a url(../img/morebtn_arw_on.png) no-repeat right center;
}
}
.accordbtn {
	clear: both;
	width: 400px;
	height: 60px;
	margin: 0 auto;
	padding-top: 30px;
}
@media(min-width: 901px) {
div.service_inner .accordbtn {
	display: none;	
}
}

div.service_inner .accordbtn {
	width: calc(calc(100vw - 40px)*0.8);
}


.accordbtn a {
	display: block;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	color: #ab761a;
	border: 2px solid #ab761a;
	background: #FFF url(../img/accord_arw.png) no-repeat left center;
	text-decoration: none;
	text-align: center;
}

.accordbtn.open a {
	background: #FFF url(../img/accord_arw_up.png) no-repeat left center;
}

@media(min-width: 900px) {
.accordbtn a:hover {
	background: #ab761a url(../img/accord_arw_wht.png) no-repeat left center;
	color: #FFF;
}
.accordbtn.open a:hover {
	background: #ab761a url(../img/accord_arw_up_wht.png) no-repeat left center;
}
}

section#footer {
	padding-top: 150px;
	height: 500px;
	box-sizing: border-box;
	background: url(../img/section_bg2.jpg) fixed;
	position: relative;
}
section#footer .bg_X2 {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/bg_x.png) no-repeat 0 38%;
	background-size: cover;
	width: 522px;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
}

section#members_section {
	padding: 0;
	background: url(../img/section_bg2.jpg) fixed;
	min-height: inherit;
	height: 420px;
	position: relative;
}
section#members_section .bg_X2 {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	background: url(../img/bg_x.png) no-repeat 0 38%;
	background-size: cover;
	width: calc(420px*1.04);
}
.moveX2 {
  -webkit-animation: moveX2;
  animation: moveX2;
}
@keyframes moveX2 {
0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}



section#members_section .members_container {
	background: #FFF;
	width: 1100px;
	margin: 0 auto;
	position: relative;
	top: -50px;
	padding: 60px 0;
	text-align: center;
	box-sizing: border-box;
	color: #5f450e;
	z-index: 10;
}
.members_container p {
	margin-bottom: 5px;	
}
p.notice {
	line-height: 2.0;
	color: #946617;
}
p.notice2 {
	color: #946617;
	margin-bottom: 20px;
}
p.notice a {
	color: #946617;
	padding-bottom: 3px;
	border-bottom: 1px solid #946617;
	text-decoration: none;
}

p.notice a:hover {
	border-bottom: none;
	text-decoration: none;
}

div#contact_section {
	padding: 120px 0;
	background: rgba(255,255,255,0.5);
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	height: 350px;
}

@media (min-width: 769px) {
br.sp {
	display: none;	
}
}

@media (max-width: 1600px) {
div.feature_container {
	width: auto;
	margin: 0 60px;
}
section#members_section .members_container {
	width: auto;
	margin: 0 60px;
}
}


@media (max-width: 1300px) {
.header_inner {
	padding: 0 30px;
}
#global_menu li {
	margin-right: 25px;
}
}


@media (max-width: 1000px) {
#global_menu li {
	margin-right: 15px;
}
}

@media (max-width: 900px) {
body {
	font-size: 16px;	
}
header {
	height: 55px;
	background: #FFF url(../img/header_bg.png) repeat-y right 0;
}
header h1 {
	padding-top: 15px;
	width: 163px;	
}
header.shrink {
	height: 47px;
	border-bottom: 2px solid #5f450e;
	box-shadow: 0px 5px 0px 0px rgba(255,255,255,0.4);
}
header.shrink h1{
	padding-top: 10px;
	width: 163px;	
}
#global_menu {
	display: none;	
}

#global_menu {
	display: none;
}
#menuOverlay {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 50;
	display: none;
}
#switchBtnArea {
	position: absolute;
	top: 0px;
	right: 0;
	width: 64px;
	height: 55px;
	box-sizing: border-box;
	z-index: 100;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#switchBtnArea #switchBtn {
	width: 64px;
	height: 55px;
	line-height: 55px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	color: #5f450e;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#switchBtnArea #switchBtn.btnClose {
	background: #14282b;
	color: #ab761a;
	padding-left: 1px;
}

header.shrink,
header.shrink #switchBtnArea,
header.shrink #switchBtnArea #switchBtn {
	height: 47px;	
}
header.shrink #switchBtnArea #switchBtn {
	line-height: 47px;	
}

#rwdMenuWrap {
	top: 0px;
	right: -70%;
	width: 70%;
	height: 100%;
	background: #14282b;
	overflow: auto;
	position: fixed;
	z-index: 99;
}
#rwdMenuWrap ul {
	width: 100%;
	padding-top: 70px;
}
#rwdMenuWrap ul li {
	width: 100%;
	font-size: 18px;
	line-height: 1.0;
	letter-spacing: 1px;
}
#rwdMenuWrap ul li a {
	padding: 15px 0;
	display: block;
	color: #ab761a;
	text-decoration: none;
	text-align: center;
}
.morebtn,
.accordbtn {
	width: 80%;	
}
.morebtn {
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
}
section#footer #contact_section .morebtn {
	width: 80%;
	margin: 0 auto;
}


}

@media (max-width: 768px) {
.header_inner {
	padding: 0 20px;
}
section#members_section .members_container {
	padding: 10vw 20px;
	margin: 0 30px;
}
.morebtn {
	padding: 0 15px;
}
.morebtn a {
	height: inherit;
	line-height: inherit;
	padding: 10px;
	background: #FFF url(../img/morebtn_arw_sp.png) no-repeat right center;
}
section#footer #contact_section .morebtn a {
	padding: 0;
	height: 60px;
	line-height: 60px;
}




section#members_section {
	height: 68vh;	
}
section#members_section .bg_X2 {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	background: url(../img/bg_x.png) no-repeat 0 38%;
	background-size: cover;
	width: calc(68vh*1.04);
}


section#footer {
	padding-top: 75px;
	height: 250px;
	box-sizing: border-box;
	background: url(../img/section_bg2.jpg) fixed;
	background-size: 900px;
	position: relative;
}
section#footer .bg_X2 {
	content: '';
	position: absolute;
	display: block;
	background: url(../img/bg_x.png) no-repeat 0 38%;
	background-size: cover;
	width: 260px;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
}
div#contact_section {
	padding: 60px 0;
	height: 175px;
}

.moveX2 {
  -webkit-animation: moveX2;
  animation: moveX2;
}
@keyframes moveX2 {
0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
}
100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
}
@media (max-width: 640px) {
body {
	font-size: 14px;	
}

.header_inner {
	padding: 0 15px;
}


footer {
	padding-top: 60px;	
}
footer p#footer_logo {
	width: 150px;
	margin:  0 auto 60px;	
}
p#copy {
	font-size: 12px;	
}
#pagetop {
	right: 10px;
	bottom: 10px;
	transform: scale(0.7);
}

section#members_section {
	background: url(../img/section_bg2.jpg) fixed;
	background-size: 1000px;
}

section#members_section div.members_container {
	margin: 0 20px;
}

}



@media(max-width: 1110px) {
br.nl1110 {
	display: none;
}
}