@charset "utf-8";



/*******************************************
	共通項目
********************************************/
html {
	font-size: 62.5%;
	scroll-padding-top: 30px;
}
body {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-size: 160%;
}
#wrap {
	overflow: hidden;
}
.container,
.container-mem {
	max-width: 1200px;
	width: calc(1120 / 1200 * 100%);
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}

.link-color {
	color: #0066ff;
}
.link-color:hover,
.member-link-color:hover {
	color: #ff0000;
	transition: all 0.4s;
}

#go-to-top {
	width: 65px;
	height: 65px;
	background: #e4efdb;
	border: 1px solid #006600;
	position: fixed;
	right: 65px;
	bottom: 55px;
}
#go-to-top a {
	display: block;
	font-size: 1.4rem;
	color: #006600;
	font-weight: 500;
	width: 100%;
	height: 100%;
	text-align: center;
	text-transform: uppercase;
	padding-top: 15px;
	line-height: 1.25;
}
#go-to-top a::before {
	content: "\025b2";
	display: block;
}
#go-to-top:hover {
	background: #006600;
	transition: 0.5s;
}
#go-to-top a:hover {
	color: #e4efdb;
	transition: 0.5s;
}

/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

/*2.上下の動きを指定*/
.updown {transform: translateY(-100px);}
.downup {transform: translateY(100px);}



/*******************************************
	header
********************************************/


.header {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.header-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header-inner h1 a {
	font-size: 2.4rem;
	font-weight: 700;
}

.header-nav {
	z-index: 100;
}
.header-nav ul {
	display: flex;
}
nav ul li a {
	position: relative;
}

/*.header-nav ul li:last-child a::before*/
.header-nav ul li.icon-mail a::before {
	content: "";
	display: inline-block;
	background: url(../img/icon_mail.png) no-repeat center center/ contain;
	width: 19px;
	height: 16px;
}
.header-nav ul li a,
.header-nav ul li.membership a {
	padding:2px 0;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.header-nav ul li.active,
.header-nav ul li:hover {
	opacity: 1;
}
.nav ul li a.active::after,
.nav ul li a:hover::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #006400;
}
.header-nav ul li a.active::after,
.header-nav ul li a:hover::after {
	position: absolute;
	bottom: -3px;
}



.header-nav ul li.membership a {
	padding:2px .5em;
	color:#fff;
	border-radius:3px;
	background-color: #006400;
}
.header-nav ul li.membership a:hover,
.header-nav ul li.membership a.active:hover {
	padding:2px .5em;
	color:#fff;
	border-radius:3px;
	background-color: #c00;
	transition: all .3s;
}
.header-nav ul li.membership a.active {
	padding:2px .5em;
	color:#fff;
	border-radius:3px;
	background-color: #006400;
	transition: all .3s;
}

.header-nav ul li.out a {
	padding:2px .5em;
	color:#000;
	border-radius:3px;
	background-color: #fff;
}

.nav ul li.membership a.active::after,
.nav ul li.membership a:hover::after {
	display: none;
}




#humberger {
	display: none;
}

#menu-btn-check {
	display: none;
}


/*******************************************
	main
********************************************/


.main {
	width: 100%;
	box-sizing: border-box;
	display: none;
}
.main-top {
	max-width: 1920px;
	height: 200px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#association-mv {
	background-image: url(../img/association_mv.jpg);
}
#regulations-mv {
	background-image: url(../img/regulations_mv.jpg);
}
#member-mv {
	background-image: url(../img/member_mv.jpg);
}
#link-mv {
	background-image: url(../img/link_mv.jpg);
}
#event-mv {
	background-image: url(../img/even_mv.jpg);
}
#entry-mv {
	background-image: url(../img/entry_mv.jpg);
}
#access-mv {
	background-image: url(../img/access_mv.jpg);
}
#contact-mv {
	background-image: url(../img/contact_mv.jpg);
}
/*
#membership-mv {
	background-image: url(../img/membership_mv.jpg);
}
*/


.mt-inner {
	position: relative;
	height: 100%;
}
.mt-inner h2 {
	position: absolute;
	top: 30px;
	width: calc(450 / 1200 * 100%);
	height: 45px;
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	font-size: 1.8rem;
	box-sizing: border-box;
}
.mt-inner h2 span {
	line-height: 45px;
	padding-left: 42px;
}
.main-inner {
	padding-top: 80px;
	padding-bottom: 150px;
}
.main-ttl {
	width: 100%;
	height: 80px;
	background: #89d14b40;
	position: relative;
	border-bottom: 4px solid #006600;
	margin-bottom: 65px;
}
.main-ttl h3 {
	font-size: 2.8rem;
	font-weight: 700;
	color: #005500;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 80px;
}
.main-ttl h3 br {
	display: none;
}
.main-container {
	padding: 0 36px;
}
.tr-none {
	display: table-row;
}
.row {
	display: none;

}
.main h4,
.main h5 {
	font-size: 1.8rem;
}



/************** index.html ******************/


#top-mv {
	width: 100%;
	height: 520px;
	background: url(../img/top_mv.jpg) no-repeat center center / cover;
	position: relative;
}
.top-mv-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top-mv-txt h2 {
	font-size: 6rem;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 5px 5px 5px #000000;
	text-align: center;
	/*position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);*/
}
.top-mv-txt p {
	width: calc(1120 / 1200 * 100%);
	height: 85px;
	background-color: rgba(0,0,0,.6);
	position: relative;
	margin: 35px auto 0;
}
.top-mv-txt p span {
	display: inline-block;
	width: 100%;
	font-size: 4rem;
	font-weight: 500;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.top-mv-txt br {
	display: none;
}


.top-message {
	padding: 30px calc(60 / 1120 * 100%);
	margin-bottom: 85px;
	border-radius: 5px;
	border: 3px solid #006600;
}
.top-message p {
	font-size: 2rem;
}
.information {
	margin-bottom: 0;
}
.information-inner {
	padding: 30px calc(60 / 1120 * 100%);
	margin-bottom: 85px;
	border: 1px solid #006600;
}
.information-item {
	display: flex;
}
.information-item time {
	width: 80px;
	margin-right: 25px;
}
.information-item time,
.information-item h4 {
	line-height: 2.5;
	font-weight: 400;
	font-size: 1.6rem
}




/************** 協会について ******************/

.association-inner {
	padding: 0 35px;
}

.association-flex {
	display: flex;
	align-items: center;
}
.association-flex p {
	margin: 50px 0 20px 50px;
}
.history-inner {
	padding: 0 35px;
}
.nishinoda {
	margin-top: 22px;
}

.explanation h4 {
	font-weight: 700;
	margin: 50px 0 20px;
}
.explanation h5 {
	margin: 0 0 20px;
}
.subcommittee h4 {
	font-size: 2rem;
}
.subcommittee dl div {
	margin-bottom: 55px
}
.subcommittee dl div dt,
.subcommittee dl div dd {
	line-height: 2;
}
.subcommittee dl div dt {
	font-weight: 700;
}
.subcommittee dl div dd {
	margin-left: 30px;
}
#about {
	padding-top: 80px;
}
.explanation-top {
	display: flex;
	justify-content: space-between;
}
h5.explanation-ttl-big {
	font-size: 2.2rem;
}
h5.explanation-ttl-small {
	font-size: 1.6rem;
}
.explanation p {
	line-height: 2
}
.explanation-top-inner div p {
	width: calc(1070 / 1120 * 100%);
}
.pc-img {
	display: block;
}
.sp-img {
	display: none;
}

.officer th {
	background-color: #edf7e3;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.officer td {
	width: 430px;
	vertical-align: middle;
	padding: 0 14px;
}
#yakuin td br {
	display: none;
}
.form-control {
	width: 80%;
	height: calc(1.5em + .75rem + 2px);
	font-size: 1.6rem;
	padding: 0 15px;
}

#content {
	height: 300px;
	margin: 20px 0;
	vertical-align:top;
	padding: 10px;
}

.required::after {
	content: "";
}

/************** 会則 ******************/

.director thead {
	display: none;
}
.director tbody tr td {
	padding: 4px 0;
}
.director tbody tr td:last-child {
	padding-left: 20px;
}
.regulations-main dl dt {
	margin-left: 30px;
	margin-bottom: 8px;
}

.regulations-main dl dd {
	margin-left: 40px;
	padding: 5px 0;
}
.regulations-main ol {
	list-style: decimal;
}
.regulations-main ol li {
	margin-left: 20px;
	padding: 5px 0;
	line-height: 2;
}
.regulations-main p {
	line-height: 2;
}



/************** 会員企業 ******************/

#member-bg {
	width: 100%;
	height: auto;
	background-image: url(../img/member_bg.jpg);
	background-color:rgba(255,255,255,0.8);
	background-blend-mode:lighten;
	background-position: top;
	background-size: auto;
}
#member-main {
	padding-bottom: 150px;
}
.tab_box .btn_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab_box .tab_btn {
	border: none;
	width: 135px;
	height: 65px;
	display: table;
	background: #89d14b40;
	position: relative;
	color: #005500;
	font-size: 2.2rem;
	font-weight: bold;
	cursor: pointer;
}
.tab_box .tab_btn:hover,
.tab_box .tab_btn.tab_active {
	background: #006600;
	color: #ffffff;
}
.tab_box .panel_area {
	order: 1;
	width: 100%;
	background-color: #ffffff90;
	border: 2px solid #009900;
	box-sizing: border-box;
}
.tab_box .tab_panel {
	display: none;
}

.tab_box .tab_panel.tab_active {
	display: block;
}

.member-inner {
	display: flex;
	justify-content: space-between;
	padding: 60px 150px 35px;
}
.member-inner div {
	width: 100%;
}
.member-inner div:first-of-type {
	margin-right: 75px;
}
.member-inner div ul {
	max-width: 400px;
}
.member-inner div ul li {
	margin-bottom: 20px;
}
.member-link-color::after {
	content: "";
	display: inline-block;
	background: url(../img/icon_target.png) no-repeat 3px 3px/ contain;
	width: 22px;
	height: 22px;
}




/************** イベント案内 ******************/

#event-ttl {
	margin-bottom: 25px;
}
#event-container {
	margin-bottom: 150px;
}
.event-item {
	padding: 40px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.event-item:nth-child(even) {
	background-color: #f4f4f4;
}
.event-inner {
	padding: 0 45px;
}
.event-txt h4,
.event-txt p {
	margin-bottom: 22px;
}
.event-content:not(.flex-column) {
	margin-bottom: 35px;
	display: flex;
	align-items: center;
}
.event-content dt {
	width: 100px;
	height: 35px;
	border: 1px solid #000000;
	background: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 28px;
}
.event-content br {
	display: none;
}
.event-content-indent {
	margin-left: 48px;
}
.flex-column {
	flex-direction: column;
}
.event-ol li:first-child {
	margin-bottom: 8px;
}

.event-pdf a {
	display: flex;
	justify-content: center;
	align-items: center;
}



/************** 入会案内 ******************/


.entry-inner div h4,
.entry-inner div h5 {
	margin: 40px 0 20px;
}
.entry-inner div p {
	line-height: 2;
}
.fee {
	padding: 0 50px;
}
.fee h5::before,
.entry-red::before {
	content: "\025cf";
}
.entry-red {
	color: #cc0000;
	margin-bottom: 25px;
}
#entry-table {
	text-align: center;
	margin: 20px 0 30px;
}
.entry-ol {
	list-style-type: decimal;
	line-height: 2.5;
	margin-left: 20px;
}
.document {
	list-style-type: decimal;
	padding: 0 60px;
}
.document li {
	margin-bottom: 30px;
}
#yakuin {
	margin: 0 35px;
}
.benefits div {
	padding: 0 15px;
}
.entry-pdf {
	position: relative;
	padding: 80px 0;
}
.entry-pdf a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
}
.entry-pdf a img {
	margin-right: 15px;
}
.entry-info {
	position: relative;
	display: flex;
	align-items: center;
}
.entry-info-inner {
	display: flex;
	justify-content: center;
	border: 2px solid #89D14B;
	border-radius: 5px;
	width: calc(620 / 1120 * 100%);
	margin: 0 auto;
	padding: 15px;
}
.entry-info-title {
	margin-right: 60px;
	font-weight: 700;
}
.entry-info-flex {
	display: flex;
}
.entry-info-flex dt {
	text-transform: capitalize;
}
#entry-table td br {
	display: none;
}
.entry-address dl div {
	margin: 0;
}



/************** 関連機関 ******************/

.link-main dl div {
	margin-bottom: 50px;
}
.link-main dl div dt {
	font-size: 1.9rem;
	font-weight: 700;
	margin-bottom: 12px;
}
.link-main dl div dd a::after {
	content: "";
	display: inline-block;
	background: url(../img/icon_target.png) no-repeat 3px 3px/ contain;
	width: 22px;
	height: 22px;
}




/************** アクセス ******************/

#access-main {
	padding-top: 80px;
}
.access-address {
	width: calc(620 / 1120 * 100%);
	margin: 0 auto 65px;
	text-align: center;
	line-height: 2;
}
.access-address br {
	display: none;
}
.access-tel,
.access-tel div {
	display: flex;
	justify-content: center;
}
.access-tel div:first-of-type {
	margin-right: 20px;
}
.access-tel div dt {
	text-transform: uppercase;
}
.access-map {
	margin-bottom: 250px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 690px;
}
.access-map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/************** お問い合わせ ******************/

.contact-top {
	text-align: center;
	line-height: 2;
}
.contact-top p span,
.required {
	color: #cc0000;
}
.required {
	margin-left: 5px;
}


.regulations-main h4 {
	margin: 8px 0;
	font-weight: normal;
}

.contact-table {
	width: 100%;
	margin-top: 60px;
}
.officer table,.officer th,.officer td {
	border:1px solid #707070;
	height: 60px
}
.contact-table table,.contact-table th,.contact-table td {
	border:1px solid #707070;
	height: 45px
}
.contact-table th {
	text-align: left;
	line-height: 45px;
	padding: 10px 15px;
	background: #89d14b40;
	width: calc(200 / 1120 * 100%);
}
.contact-table th label {
	color: #005500;
	text-transform: uppercase;
}
.contact-heading td {
	line-height: 300px;
}
.contact-table td {
	padding: 0 15px;
}
.send {
	display: block;
	width: 250px;
	height: 70px;
	background-color: #f4623a;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 30px auto;
}
.send:hover {
	background: transparent;
	color: #f4623a;
	border: 2px solid #f4623a;
	cursor: pointer;
	transition: 0.6s;
}





/*******************************************
	footer
********************************************/


#footer {
	background: #f4f4f4;
	margin: 0 auto;
	display: none;
}
.footer-inner {
	padding: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hide-text {
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	margin: -1px;
}
.info {
	border-right: 1px solid #000000;
	padding-right: 60px;
}
.info-title {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.address br {
	display: none;
}
.address dl div dd {
	margin-bottom: 15px;
}
.info-flex {
	display: flex;
	justify-content: space-between;
	padding-right: 25px;
	text-transform: uppercase;
}
.info-flex div {
	display: flex;
}
.footer-nav {
	width: 50%;
}
.footer-nav ul {
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	flex: 1;
}
.footer-nav ul li {
	width: calc(140 / 560 * 100%);
	margin-bottom: 35px;
}
.footer-nav ul li a.active::after,
.footer-nav ul li a:hover::after {
	position: absolute;
	left: 50%;
	bottom: -3px;
	transform: translateX(-50%);
}
.copyright {
	height: 40px;
	text-align: center;
	background: #006400;
	position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.copyright small {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 1.2rem;
	width: 100%;
}




@media screen and (max-width: 1260px) {

	.tab_box .tab_btn {
		width: 100%;
	}
	.tab_box .btn_area li {
		width: 24%;
		margin-bottom: 5px;
	}
	.officer {
		width: 100%;
	}
	.officer td {
		width: auto;
	}
	.tr-none {
		display: none;
	}
	.row {
		display: table-row;
	}
	.officer {
		margin: 30px auto;
	}

}

@media screen and (max-width: 1220px) {
	.header-inner h1 a {
		font-size: 1.8rem
	}
	.pc-img {
		display: none;
	}
	.sp-img {
		display: block;
		padding: 50px 0 0;
		text-align: center;
	}
	.explanation-top-inner div p {
		width: 100%;
	}
	.flex2 dd {
		width: calc(938 / 1080 * 100%);
	}
	.top-mv-txt h2 {
		font-size: 5.8vw;
	}
	.top-mv-txt p span {
		font-size: 3.5vw;
	}
	.contact-table th,
	.contact-table td {
		display: block;
		text-align: center;
		box-sizing: border-box;
		height: 60px;
	}
	.contact-table th {
		width: 100%;
	}
	.contact-table td {
		padding-top: 8px;
	}
	.contact-table tr:last-child td {
		height: 260px;
	}
}

@media screen and (min-width: 1025px) {
	.header-nav{
		display:block!important;
	}
	/*#humberger{
		display:none!important;
	}*/
}

@media screen and (max-width: 1024px) {

	.header-inner {
		height: 100%;
	}
	.header-nav {
		position: absolute;
		top: 36px;
		right: 0;
		width: 100%;
		/*margin: 0 calc(50% - 50vw);*/
		/*height: 100vh;*/
		z-index: 100;
		background: #ffffff;
	}
	.header-nav ul {
		flex-direction: column;
		margin: 0 5%;
	}
	.header-nav ul li {
		padding: 6px 5%;
		display: inherit;
		justify-content: center;
		border-bottom: 1px solid #ebebeb;
	}
	.header-nav ul li a {
		font-size: 1.8rem;
	}
	.header-nav ul li.active a::after,
	.header-nav ul li a:hover::after {
		top: 30px;
	}
	.member-inner {
		flex-direction: column;
		justify-content: center;
	}
	.footer-inner {
		padding: 40px 0;
	}

	#humberger {
		position: relative;
		margin-left: auto;
		height: 33px;
		width: 33px;
		background-color: transparent;
		border: 2px solid #444444;
		border-radius: 5px;
		box-sizing: border-box;
	}
	#humberger span {
		width: 14px;
		height: 1px;
		background-color: #444444;
		border-radius: 2px;
		box-sizing: border-box;
		transition: all 0.2s;
	}
	#humberger span:nth-child(1) {
		position: absolute;
		display: block;
		left: 8px;
		top: 8px;
	}
	#humberger span:nth-child(2) {
		position: absolute;
		display: block;
		left: 8px;
		top: 14px;
	}
	#humberger span:nth-child(3) {
		position: absolute;
		display: block;
		left: 8px;
		top: 20px;
	}
	.close span:nth-child(1) {
		transform: translateY(6px) rotate(-45deg);
	}
	.close span:nth-child(2) {
		opacity: 0;
	}
	.close span:nth-child(3) {
		transform: translateY(-6px) rotate(45deg);
	}
	#MenuList {
		opacity: 0;
		visibility: hidden;
	}
	#MenuList.nav-active {
		opacity: 1;
		margin-top: 14px;
		padding: 20px 0;
		visibility: visible;
	}



}

@media screen and (max-width: 768px) {

	/*#humberger span:nth-of-type(1) {
		bottom: 20px;
	}
	.close span:nth-of-type(1) {
		transform: translateY(6px) rotate(-45deg);
	}
	.close span:nth-of-type(3) {
		transform: translateY(-6px) rotate(45deg);
	}*/
	.container,
	.container-mem {
		padding-left: 5%;
		padding-right: 5%;
	}
	.header-inner h1 a {
		font-size: 3.1vw;
	}
	.nav ul li.active a::after, .nav ul li a:hover::after {
		/*height: 2px;*/
	}
	.mt-inner h2 {
		width: calc(100% - 80px);
	}
	/*.top-mv-txt br {
		display: block;
	}*/
	.main-ttl {
		text-align: center;
	}
	.main-ttl h3 br {
		display: block;
	}
	.information-item {
		flex-direction: column;
	}
	.information-item:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.information-item time {
		line-height: 1.5
	}
	.information-item h4 {
		margin-left: 25px;
		line-height: 1.5;
	}
	.member-inner {
		padding: 60px 100px;
	}
	#yakuin {
		margin: 0;
	}
	#yakuin th,
	#yakuin td {
		display: block;
		text-align: center;
		line-height: 62px;
		box-sizing: border-box;
		height: auto;
	}
	#yakuin th {
		width: 100%;
	}
	#yakuin tr td {
		border-top: none;
		border-bottom: none;
	}
	#yakuin tr:last-of-type td {
		border-bottom: 1px solid #707070;
	}
	.explanation-bottom {
		margin-top: 30px;
	}
	.explanation h5 {
		margin-bottom: 10px;
	}
	.main-container {
		padding: 0;
	}
	.fee {
		padding: 0;
	}
	.info {
		padding-right: 0;
	}
	.info-flex {
		flex-direction: column;
	}
	.entry-info-inner {
		width: calc(1020 / 1120 * 100%);
	}
	.event-inner,
	#event-inner {
		padding: 0 5%;
	}
	.event-content:not(.flex-column) {
		flex-direction: column;
		align-items: flex-start;
	}
	.event-content dd {
		margin-top: 12px;
	}
	#go-to-top {
		right: 15px;
	}
	.container {
		width: 100%;
	}
	.header {
		padding: 0 5%;
	}
	.header-inner h1 a {
		font-size: 3.2vw;
	}
	.main {
		padding-bottom: 50px;
	}
	.main-top {
		height: 100px;
	}
	.mt-inner h2 {
		display: none;
	}
	.main-ttl {
		margin-top: 30px;
		height: 50px;
		border-bottom-width: 2px;
	}
	.main-inner {
		padding-top: 0;
	}
	.main-ttl h3 {
		font-size: 3.6vw;
		width: 100%;
	}
	#top-mv {
		height: 280px;
	}
	.top-mv-txt h2 {
		font-size: 7.8vw;
		width: 100%;
	}
	.top-mv-txt p span {
		font-size: 3.6vw;
	}
	/*.top-mv-txt br {
		display: block;
	}*/
	.top-message {
		margin: 30px 0;
		border-width: 2px;
	}
	.top-message p {
		font-size: 2.2vw;
	}
	#yakuin th, #yakuin td {
		text-align: left;
		padding: 0 14px;
	}
	.tab_box .tab_btn {
		font-size: 2.4vw;
	}
	#yakuin td {
		height: 64px;
	}
	#yakuin tr td {
		line-height: 1;
		position: relative;
	}
	#yakuin tr td span {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#yakuin td br {
		display: block;
	}
	#member-bg {
		background: none;
	}
	.tab-container .tab-body {
		border-width: 1px;
	}
	#access-main {
		padding-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	.access-map {
		height: 340px;
		margin-bottom: 120px;
	}
	.access-address {
		width: 100%
	}
	.contact-table tr:last-child td {
		height: 250px;
	}
	#footer.container {
		padding: 0;
	}
	.footer-inner {
		flex-direction: column-reverse;
	}
	.footer-nav {
		width: 100%;
	}
	.footer-nav ul {
		align-content: center;
	}
	.footer-nav ul li {
		width: 33.33333%;
		text-align: center;
	}
	.info {
		border: none;
	}
	.info-title,
	.address dl div dt,
	.address dl div dd {
		margin-bottom: 5px;
	}
	.information-inner {
		margin-bottom: 40px;
	}
	#go-to-top {
		width: 40px;
		height: 40px;
	}
	#go-to-top a {
		font-size: 1.6vw;
		line-height: 1.2;
		padding-top: 6px;
	}
}

@media screen and (max-width: 425px) {

	/*#humberger span:nth-of-type(1) {
		bottom: 18px;
	}*/
	/*#humberger span:nth-of-type(3) {
		bottom: 7px;
	}
	.close span:nth-of-type(1) {
		transform: translateY(6px) rotate(-45deg);
	}
	.close span:nth-of-type(3) {
		transform: translateY(-7px) rotate(45deg);
	}*/
	.header-inner h1 a {
		font-size: 4.5vw;
	}
	#top-mv {
		height: 200px;
	}
	.top-mv-txt h2 {
		font-size: 10vw;
	}
	.top-mv-txt p {
		height: 65px;
		margin-top: 20px;
	}
	.top-mv-txt p span {
		font-size: 3.8vw;
	}
	.top-message p {
		font-size: 3.7vw;
	}
	.information-item h4 {
		line-height: 1.5;
	}
	.main-ttl h3 {
		font-size: 6.5vw;
	}
	.association-inner {
		padding: 0;
	}
	.document {
		padding: 0 0 0 5%;
	}
	.history-inner {
		padding: 0;
	}
	.regulations-main dl dt {
		margin-left: 10px
	}
	.regulations-main dl dd {
		margin-left: 15px
	}
	.member-inner {
		padding: 20px;
	}
	.member-inner div ul li {
		margin-bottom: 10px;
	}
	.tab_box .tab_btn{
		text-align: center;
		font-size: 4.3vw;
	}
	.member-inner div:first-of-type {
		margin-right: 0;
	}
	.member-inner div ul li {
		font-size: 3.6vw;
		width: 100%;
	}
	.event-item {
		padding: 40px 0;
	}
	.event-content br {
		display: block;
	}
	.entry-info,
	.entry-pdf a {
		flex-direction: column;
	}
	.entry-info-inner {
		flex-direction: column;
	}
	#entry-table td {
		font-size: 4.0vw;
		line-height: 1;
	}
	#entry-table td br {
		display: block;
	}
	.link-main dl div dt {
		font-size: 4.3vw;
	}
	.benefits div {
		padding: 0;
	}
	.access-address br {
		display: block;
	}
	.contact-top {
		text-align: start;
	}
	.info-title {
		font-size: 3.8vw;
	}
	.address dl div dt,
	.address dl div dd {
		margin-bottom: 5px;
		font-size: 3.5vw;
	}
	#go-to-top a {
		font-size: 3.2vw;
		padding-top: 4px;
	}
}


@media screen and (max-width: 375px) {

	.entry-info-inner {
		flex-direction: column;
	}
	.contact-table tr:last-child td {
		height: 270px;
	}
	#go-to-top a {
		padding-top: 7px;
	}

}